{"id": "val_0", "question": "What is the English description of the entity with Australian Women's Register ID AWE0020b?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P4186 \"AWE0020b\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the item in Wikidata that has the ID AWE0020b in the Australian Women's Register and show its English description?", "Which entity is linked to the identifier AWE0020b in the Australian Women's Register, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE0153b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1", "question": "Commodore 64 games with both Lemon 64 and Internet Archive IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?game ?gameLabel ?lemon64Id ?iaId WHERE {\n  ?game wdt:P4816 ?lemon64Id .\n  ?game wdt:P724 ?iaId .\n  ?game rdfs:label ?gameLabel .\n  FILTER(LANG(?gameLabel) = \"en\")\n}", "paraphrases": ["Which video games are listed in both the Lemon 64 database and the Internet Archive, and what are their respective identifiers in each?", "Show me the English names of Commodore 64 games that have entries in Lemon 64 and the Internet Archive, along with their IDs in both systems."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P724> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2", "question": "Who is the person with Australian Women's Register ID AWE2082b, and what is their description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4186 \"AWE2082b\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the person identified by AWE2082b in the Australian Women's Register?", "Please provide the name and English description of the individual in the Australian Women's Register with ID AWE2082b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE2082b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3", "question": "Is there a cartoon in Wikidata with Big Cartoon Database ID 29891?", "sparql": "ASK WHERE { ?item wdt:P4933 \"29891\" . }", "paraphrases": ["Does the film Madagascar have the BCDB ID 29891 in Wikidata?", "Check if the Big Cartoon Database ID 29891 is assigned to any animated film in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"29891\". }"}}
{"id": "val_4", "question": "Australian Women's Register ID PR00482b, name and English description", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"PR00482b\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person with Australian Women's Register ID PR00482b, and what is their English description?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID PR00482b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"PR00482b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5", "question": "What is the name of the Commodore 64 game with Ready64 ID 2932?", "sparql": "SELECT ?game ?gameLabel WHERE { ?game wdt:P4916 \"2932\" . ?game rdfs:label ?gameLabel . FILTER(LANG(?gameLabel) = \"en\")}", "paraphrases": ["Does the game \"William Wobbler\" exist in the Ready64 database?", "Which Commodore 64 game is identified by the Ready64 identifier 2932?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"2932\". }"}}
{"id": "val_6", "question": "English label and description of the village with YSO ID 115785", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2347 \"115785\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name and description of the Finnish village identified by YSO ID 115785?", "Please provide the English label and description for the entity with YSO ID 115785."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"115785\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7", "question": "Is there a cartoon in Wikidata with Big Cartoon Database ID 11605?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4933 \"11605\" .\n}", "paraphrases": ["Does the Big Cartoon Database ID \"11605\" correspond to any animated series or episode in Wikidata?", "Please check if the animated work with BCDB ID 11605 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"11605\". }"}}
{"id": "val_8", "question": "What are the earliest and latest possible dates for the creation of the Middle High German poem *Meier Helmbrecht*?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?earliest ?latest WHERE {\n  wd:Q1755381 p:P571 ?statement .\n  ?statement pq:P1319 ?earliest ; pq:P1326 ?latest .\n}", "paraphrases": ["When was the literary work Meier Helmbrecht likely written, based on its earliest and latest possible dates?", "Find the date range for when Meier Helmbrecht, a poem by Wernher der Gartenaere, could have been composed."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1755381> ; <http://www.wikidata.org/prop/direct/P1319> ?var1 ; <http://www.wikidata.org/prop/direct/P1326> ?var2 . }"}}
{"id": "val_9", "question": "Does the Commodore 64 game Questron have a Ready64 ID of 185?", "sparql": "ASK WHERE { ?game wdt:P4916 \"185\" . }", "paraphrases": ["Is there a Commodore 64 video game in Wikidata with the Ready64 identifier 185?", "Confirm if the Ready64 ID 185 corresponds to a game in the Wikidata database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"185\". }"}}
{"id": "val_10", "question": "What Commodore 64 game has Ready64 ID 2692?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?game ?label WHERE {\n  ?game wdt:P4916 \"2692\" .\n  ?game rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Which game in the Ready64 database is identified by the number 2692?", "Can you tell me the name of the Commodore 64 game with the Ready64 identifier 2692?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"2692\". }"}}
{"id": "val_11", "question": "Countries or regions with reported number of out-of-school children but no date specified.", "sparql": "SELECT ?item ?itemLabel ?value WHERE { ?item wdt:P2573 ?value . ?item p:P2573 ?statement . FILTER NOT EXISTS { ?statement pq:P585 ?time } . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which entities have a reported number of out-of-school children without a date of reporting?", "Show me all entries for the number of out-of-school children that are missing a point-in-time qualifier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P2573> ?var5 . VALUES ( ?var6 ) { ( <http://www.wikidata.org/prop/qualifier/P585> ) } OPTIONAL { ?var5 ?var6 ?var7 . } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var2 <http://wikiba.se/ontology#qualifier> ?var6 . ?var5 <http://wikiba.se/ontology#rank> ?var3 ; <http://www.wikidata.org/prop/statement/P2573> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 100"}}
{"id": "val_12", "question": "List Disney cartoon stories with Big Cartoon Database IDs above 4200 and their English titles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?bcdbId ?item(SAMPLE(?label) AS ?itemLabel) WHERE {\n  ?item wdt:P4933 ?bcdbId .\n  ?item rdfs:label ?label .\n  FILTER(xsd:integer(?bcdbId) > 4200)\n  FILTER(LANG(?label) = \"\" || LANG(?label) = \"en\")\n}\nGROUP BY ?bcdbId ?item\nORDER BY ASC(xsd:integer(?bcdbId))", "paraphrases": ["What are the English titles of Disney cartoons that have a Big Cartoon Database ID greater than 4200, ordered by ID?", "Please provide a list of Disney animated shorts with their BCDB IDs (above 4200) and their English names, sorted from lowest to highest ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P4933> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P4483> ?var3 . } FILTER ( ( ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) > \"4200\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,en,nn,da,sv,de,fr,nl,es,it,pt,cs,hu,ru,ja\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_13", "question": "Australian Women's Register ID holders with English labels and descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P4186 ?id .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Who are the people and organizations listed in the Australian Women's Register, and what are their English labels and descriptions?", "Show me the English names and descriptions of all entities that have an Australian Women's Register ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE4134b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_14", "question": "Total fertility rates for Niger, Dominican Republic, Faroe Islands, Nigeria, Democratic Republic of the Congo, India, and United States over time.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ( STR( YEAR( ?date ) ) AS ?year ) ?fertilityRate ?countryLabel ?country WHERE {\n  VALUES ?country {\n    wd:Q1032 wd:Q786 wd:Q4628 wd:Q1033 wd:Q974 wd:Q668 wd:Q30\n  }\n  ?country p:P4841 [ ps:P4841 ?fertilityRate ; pq:P585 ?date ] .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["What were the total fertility rates in Niger, Nigeria, the United States, and other selected countries, and in which years were they recorded?", "Show me the historical total fertility rates for the following countries: Niger, Dominican Republic, Faroe Islands, Nigeria, Democratic Republic of the Congo, India, and the United States, along with the corresponding years."], "info": {"raw_sparql": "SELECT( STR ( YEAR ( ?var1 ) ) AS ?var2 ) ?var3 ?var4Label ?var4 ( STR ( ?var5 ) AS ?var6 ) WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q1032> ) ( <http://www.wikidata.org/entity/Q786> ) ( <http://www.wikidata.org/entity/Q4628> ) ( <http://www.wikidata.org/entity/Q1033> ) ( <http://www.wikidata.org/entity/Q974> ) ( <http://www.wikidata.org/entity/Q668> ) ( <http://www.wikidata.org/entity/Q30> ) } ?var4 <http://www.wikidata.org/prop/P4841> [ <http://www.wikidata.org/prop/statement/P4841> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var1 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_15", "question": "Total fertility rates for countries like Germany, USA, China, and others between 1999 and 2013, with source URL.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ( STR( YEAR( ?date ) ) AS ?year ) ?fertilityRate ?countryLabel ?country ( STR( ?referenceUrl ) AS ?referenceUrlStr ) WHERE {\n  VALUES ?country {\n    wd:Q1032 wd:Q424 wd:Q786 wd:Q4628 wd:Q1033 wd:Q974 wd:Q668 wd:Q30 wd:Q183 wd:Q145 wd:Q1049 wd:Q796 wd:Q794 wd:Q843 wd:Q148 wd:Q8646\n  }\n  ?country p:P4841 [ ps:P4841 ?fertilityRate ; pq:P585 ?date ; prov:wasDerivedFrom [ pr:P854 ?referenceUrl ] ] .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["What were the total fertility rates for countries such as Germany, the United States, and India over time, and what year and source were they recorded from?", "Show me the total fertility rate values, the year they were measured, the country names in English, and the reference URL from UNESCO for countries including Germany, the USA, China, and others."], "info": {"raw_sparql": "SELECT( STR ( YEAR ( ?var1 ) ) AS ?var2 ) ?var3 ?var4Label ?var4 ( STR ( ?var5 ) AS ?var6 ) WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q1032> ) ( <http://www.wikidata.org/entity/Q424> ) ( <http://www.wikidata.org/entity/Q786> ) ( <http://www.wikidata.org/entity/Q4628> ) ( <http://www.wikidata.org/entity/Q1033> ) ( <http://www.wikidata.org/entity/Q974> ) ( <http://www.wikidata.org/entity/Q668> ) ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q183> ) ( <http://www.wikidata.org/entity/Q145> ) ( <http://www.wikidata.org/entity/Q1049> ) ( <http://www.wikidata.org/entity/Q796> ) ( <http://www.wikidata.org/entity/Q794> ) ( <http://www.wikidata.org/entity/Q843> ) ( <http://www.wikidata.org/entity/Q148> ) ( <http://www.wikidata.org/entity/Q8646> ) } ?var4 <http://www.wikidata.org/prop/P4841> [ <http://www.wikidata.org/prop/statement/P4841> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var1 ; <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var5 ] ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_16", "question": "Which bandy player has the Bandysidan ID 139?", "sparql": "SELECT ?player ?playerLabel WHERE { ?player wdt:P4831 \"139\" . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") } LIMIT 1", "paraphrases": ["Who is the bandy player associated with the ID 139 on Bandysidan.nu?", "Return the name of the bandy player whose Bandysidan player ID is 139."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4831> \"139\". } LIMIT 1"}}
{"id": "val_17", "question": "Does the Commodore 64 game with Lemon 64 ID 899 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P4816 \"899\" .\n}", "paraphrases": ["Is there a record in Wikidata for the game identified by Lemon 64 ID 899?", "Confirm if Fernandez Must Die is listed in Wikidata using its Lemon 64 identifier 899."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"899\". }"}}
{"id": "val_18", "question": "Does the Commodore 64 game with Ready64 ID 3983 exist in Wikidata?", "sparql": "ASK WHERE { ?game wdt:P4916 \"3983\" . }", "paraphrases": ["Is there a Commodore 64 video game in Wikidata that has the Ready64 identifier 3983?", "Confirm if the game with Ready64 ID 3983 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"3983\". }"}}
{"id": "val_19", "question": "Is there a Commodore 64 game with Lemon 64 ID 1058?", "sparql": "ASK WHERE { ?game wdt:P4816 \"1058\" . }", "paraphrases": ["Does the game 'Glider Rider' have the Lemon 64 identifier 1058?", "Confirm if the Lemon 64 ID 1058 corresponds to a game in the Wikidata database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"1058\". }"}}
{"id": "val_20", "question": "Does the Ready64 database have an entry with ID 792?", "sparql": "ASK WHERE { ?game wdt:P4916 \"792\" . }", "paraphrases": ["Is there a Commodore 64 game in Wikidata with Ready64 ID 792?", "Check if the game with Ready64 ID 792 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"792\". }"}}
{"id": "val_21", "question": "What is the English label and description of the entity with YSO ID 109224?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2347 \"109224\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Which country has the YSO ID 109224, and what is its English name and description?", "Show me the English name and description of the entity identified by the YSO ID 109224."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"109224\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_22", "question": "What village in Russia has the OKATO ID 67263807007?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P721 \"67263807007\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\")}", "paraphrases": ["Which administrative unit in Russia is assigned the OKATO code 67263807007?", "Tell me the name of the Russian village with OKATO identifier 67263807007."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P721> \"67263807007\". }"}}
{"id": "val_23", "question": "Does the game with Lemon 64 ID 61 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P4816 \"61\" .\n}", "paraphrases": ["Is there a Commodore 64 game in Wikidata that has the Lemon 64 identifier '61'?", "Confirm whether 'The Last V8' is listed in Wikidata with Lemon 64 ID 61."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"61\". }"}}
{"id": "val_24", "question": "Who is the Australian woman registered in the Australian Women's Register with ID AWE1299b, and what is her profession?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P4186 \"AWE1299b\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and description in English of the person identified by the Australian Women's Register ID AWE1299b?", "Please provide the English label and description of the individual whose Australian Women's Register ID is AWE1299b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE1299b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_25", "question": "What film has the Cineplex Germany film ID 173841?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3077 \"173841\" .\n}", "paraphrases": ["Which movie is identified by the Cineplex ID 173841 in Wikidata?", "Find the film in Wikidata that corresponds to the Cineplex Germany film ID 173841."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"173841\". }"}}
{"id": "val_26", "question": "Is there a Commodore 64 game with Ready64 ID 187?", "sparql": "ASK WHERE { ?game wdt:P4916 \"187\" . }", "paraphrases": ["Does Wikidata contain a Commodore 64 video game identified by the Ready64 ID \"187\"?", "Confirm if the Ready64 ID \"187\" corresponds to any Commodore 64 game in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"187\". }"}}
{"id": "val_27", "question": "Who are the humans whose archives are held by the Central State Archives of Bulgaria?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P485 wd:Q29577261 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = 'en' )\n}", "paraphrases": ["List the names of people whose archival materials are stored in the Central State Archives of Bulgaria.", "Which individuals have their personal papers archived at the Central State Archives of Bulgaria?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P485> <http://www.wikidata.org/entity/Q29577261> ; <http://www.wikidata.org/prop/direct/P217> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bg\". } }"}}
{"id": "val_28", "question": "What is the Russian settlement with OKATO ID 29206832017?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?settlement ?settlementLabel WHERE {\n  ?settlement wdt:P721 \"29206832017\" .\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER ( LANG( ?settlementLabel ) = \"ru\" )\n}", "paraphrases": ["Which settlement in Russia has the OKATO code 29206832017, and what is its name in Russian?", "Please find the Russian settlement identified by the OKATO ID 29206832017 and provide its local name."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P721> \"29206832017\". }"}}
{"id": "val_29", "question": "Does the Commodore 64 game with Ready64 ID 967 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P4916 \"967\" .\n}", "paraphrases": ["Is there a Commodore 64 video game in Wikidata that has the Ready64 identifier 967?", "Is the Ready64 ID 967 assigned to any game in the Wikidata database?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"967\". }"}}
{"id": "val_30", "question": "Who is the person with Australian Women's Register ID AWE4218b, and what is their English label and description?", "sparql": "SELECT ?person ?label ?description WHERE { ?person wdt:P4186 \"AWE4218b\" . OPTIONAL { ?person rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by the Australian Women's Register ID AWE4218b?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID AWE4218b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE4218b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_31", "question": "Does the game with Lemon 64 ID 657 exist in Wikidata?", "sparql": "ASK WHERE { ?game wdt:P4816 \"657\" . }", "paraphrases": ["Is there a Commodore 64 game in Wikidata that has the identifier 657 on Lemon 64?", "Check if the game 'Deep Strike' is listed in Wikidata with the Lemon 64 ID 657."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"657\". }"}}
{"id": "val_32", "question": "Does the National Register of Historic Places ID 99000548 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P649 \"99000548\" . }", "paraphrases": ["Is there a historic place in Wikidata with the NRHP reference number 99000548?", "Confirm if the Henderson House in Little Rock, Arkansas is listed in Wikidata with NRHP ID 99000548."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"99000548\". }"}}
{"id": "val_33", "question": "What film has PORT film ID 54324?", "sparql": "SELECT ?film WHERE { ?film wdt:P905 \"54324\" . }", "paraphrases": ["Which movie is identified by the PORT film ID 54324?", "Tell me the title of the film with PORT ID 54324."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P905> \"54324\". }"}}
{"id": "val_34", "question": "Does Mount Markham have a Peakbagger ID of 12231?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?mountain wdt:P3109 \"12231\" .\n}", "paraphrases": ["Is there a mountain in Wikidata with the Peakbagger ID 12231?", "Confirm if the mountain with Peakbagger ID 12231 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3109> \"12231\". }"}}
{"id": "val_35", "question": "What is the English label and description of the entity with STW Thesaurus ID \"30082-3\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P3911 \"30082-3\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Which mountain range is identified by the STW ID 30082-3, and what is its English description?", "Find the item in Wikidata with STW Thesaurus for Economics ID 30082-3 and return its name and English description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3911> \"30082-3\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_36", "question": "Is there a protected natural area in Italy with EUAP ID EUAP0045?", "sparql": "ASK WHERE { ?area wdt:P4800 \"EUAP0045\" . }", "paraphrases": ["Does the EUAP ID \"EUAP0045\" correspond to a registered protected natural area in Italy?", "Confirm whether the identifier EUAP0045 is assigned to any protected natural area in the official Italian list (EUAP)."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0045\". }"}}
{"id": "val_37", "question": "What is the English description of the entity with YSO ID 105078?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2347 \"105078\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Which Wikidata item has the YSO ID \"105078\", and what is its English description?", "Find the entity in Wikidata with YSO ID 105078 and show its English description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"201684\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_38", "question": "What is the English title and description of the film with \u010cSFD ID 453147?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?filmLabel ?description WHERE {\n  ?film wdt:P2529 \"453147\" .\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER(LANG(?filmLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and a brief description of the movie identified as 453147 in the Czech-Slovak film database?", "Find the English label and description for the film with \u010cSFD film ID 453147."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"453147\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_39", "question": "Which film has the PORT film ID 57771?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P905 \"57771\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What is the title of the film identified by PORT ID 57771 in Wikidata?", "Show me the English label of the film with PORT film ID 57771."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P905> \"57771\". }"}}
{"id": "val_40", "question": "Film with PORT film ID 62307", "sparql": "SELECT ?film WHERE { ?film wdt:P905 \"62307\" . }", "paraphrases": ["What film has the PORT film ID 62307?", "Tell me the film that is identified by PORT ID 62307."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P905> \"62307\". }"}}
{"id": "val_41", "question": "What is the English title and description of the movie with \u010cSFD ID 223734?", "sparql": "SELECT ?movie ?movieLabel ?movieDescription WHERE { ?movie wdt:P2529 \"223734\" . OPTIONAL { ?movie rdfs:label ?movieLabel . FILTER (LANG(?movieLabel) = \"en\") } OPTIONAL { ?movie schema:description ?movieDescription . FILTER (LANG(?movieDescription) = \"en\") } }", "paraphrases": ["What is the title and a brief description in English of the film identified by the \u010cSFD ID 223734?", "Show me the English title and description of the movie that has the \u010cSFD film ID 223734."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"223734\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_42", "question": "Wikipedia pages in English, German, or French about the movie with IMDb ID tt1552211.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage ?language WHERE {\n  ?movie wdt:P345 \"tt1552211\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?language .\n  FILTER ( ?language IN ( \"en\" , \"de\" , \"fr\" ) )\n}", "paraphrases": ["What are the English, German, and French Wikipedia articles about the movie \"The Last Days of American Crime\"?", "Show me the Wikipedia pages in English, German, and French that are about the film with IMDb ID tt1552211."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5008354\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_43", "question": "Which cartoon has the Big Cartoon Database ID 6051?", "sparql": "SELECT ?cartoon ?cartoonLabel WHERE { ?cartoon wdt:P4933 \"6051\" . ?cartoon rdfs:label ?cartoonLabel . FILTER(LANG(?cartoonLabel) = \"en\") }", "paraphrases": ["What is the name of the cartoon identified by BCDB ID 6051?", "Show me the cartoon with the Big Cartoon Database ID 6051."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"6051\". }"}}
{"id": "val_44", "question": "Is there a cartoon with Big Cartoon Database ID 15858?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?film wdt:P4933 \"15858\" .\n}", "paraphrases": ["Does the animated film \"Jungle Drums\" have the BCDB ID 15858?", "Is the identifier 15858 in the Big Cartoon Database linked to any film in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"15858\". }"}}
{"id": "val_45", "question": "What is the name of the Italian protected natural area with EUAP ID EUAP0314?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P4800 \"EUAP0314\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which protected area in Italy has the identifier EUAP0314?", "Find the English label for the Italian protected natural area with EUAP ID EUAP0314."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0314\". }"}}
{"id": "val_46", "question": "Is there an Italian protected natural area with the EUAP ID EUAP1056?", "sparql": "ASK WHERE { ?area wdt:P4800 \"EUAP1056\" . }", "paraphrases": ["Does the EUAP identifier EUAP1056 exist in Wikidata for any protected natural area?", "Is EUAP1056 a valid identifier for an Italian protected natural area?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP1056\". }"}}
{"id": "val_47", "question": "Which film has the \u010cSFD ID 354318?", "sparql": "SELECT ?film WHERE { ?film wdt:P2529 \"354318\" . }", "paraphrases": ["What is the Wikidata item for the film with \u010cSFD identifier 354318?", "Find the film in Wikidata that is identified by the \u010cSFD film ID 354318."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"354318\". }"}}
{"id": "val_48", "question": "Does the village Ulken Narin in Kazakhstan have the CATO ID 635430100?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4838 \"635430100\" .\n}", "paraphrases": ["Is there a Wikidata item for the Kazakh administrative unit with CATO ID 635430100?", "Confirm if the CATO ID 635430100 corresponds to an administrative object in Kazakhstan."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"635430100\". }"}}
{"id": "val_49", "question": "Does the actor Marko Kon have an IMDb ID of nm1077072?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm1077072\" . }", "paraphrases": ["Is there a Wikidata item for the person with IMDb ID nm1077072?", "Does the Internet Movie Database identifier nm1077072 correspond to an entry in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1077072\". }"}}
{"id": "val_50", "question": "Wikipedia articles about the movie \"The Last Days of American Crime\" in English, German, and French.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1552211\" .\n  ?wikipedia_page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\" \"fr\"\n  }\n  .\n  ?wikipedia_page schema:inLanguage ?lang .\n}", "paraphrases": ["What are the English, German, and French Wikipedia pages for the movie with IMDb ID tt1552211?", "Show me the Wikipedia links in English, German, and French for the film \"The Last Days of American Crime\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3445616\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_51", "question": "What is the English label and description of the river with YSO ID 126218?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2347 \"126218\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the English name and description of the river identified by the YSO ID 126218?", "I need the English name and a brief description in English for the river that has the YSO identifier 126218."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"126218\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_52", "question": "What is the English label and description of the film with \u010cSFD ID 10135?", "sparql": "SELECT ?film ?filmLabel ?description WHERE { ?film wdt:P2529 \"10135\" . OPTIONAL { ?film schema:description ?description . FILTER (LANG(?description) = \"en\") } ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") }", "paraphrases": ["Find the movie in the \u010cSFD database with ID 10135 and show its English title and description.", "Show me the English name and summary of the film identified as 10135 in the Czech-Slovak film database."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"234618\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_53", "question": "Does the ship with IMO number 9050814 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"9050814\" .\n}", "paraphrases": ["Is there a record for the vessel identified by IMO 9050814 in Wikidata?", "Does Wikidata contain information about the ship with IMO number 9050814?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9050814\". }"}}
{"id": "val_54", "question": "Does the CATO ID 635255500 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4838 \"635255500\" . }", "paraphrases": ["Is there a settlement in Kazakhstan with the KATO identifier 635255500?", "Can you confirm that the administrative unit with ID 635255500 is recorded in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"635255500\". }"}}
{"id": "val_55", "question": "Who is the person with Australian Women's Register ID AWE2724b, and what is their English description?", "sparql": "SELECT ?entity ?entityLabel ?description WHERE { ?entity wdt:P4186 \"AWE2724b\" . OPTIONAL { ?entity rdfs:label ?entityLabel . FILTER (LANG(?entityLabel) = \"en\") } OPTIONAL { ?entity schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the individual identified by AWE2724b in the Australian Women's Register?", "Please provide the English name and description of the person listed in the Australian Women's Register with ID AWE2724b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE2724b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_56", "question": "Does the protected area with EUAP ID EUAP0433 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4800 \"EUAP0433\" }", "paraphrases": ["Is there a record for the Italian protected natural area identified by EUAP0433?", "Does the EUAP identifier EUAP0433 correspond to a known protected area in Italy?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0433\". }"}}
{"id": "val_57", "question": "What movie has the \u010cSFD film ID 302693?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P2529 \"302693\" .\n}", "paraphrases": ["Which film on Wikidata is identified by the \u010cSFD ID 302693?", "Find the movie in Wikidata that corresponds to the \u010cSFD film ID 302693."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"302693\". }"}}
{"id": "val_58", "question": "Does the mountain with Peakbagger ID 37291 exist in Wikidata?", "sparql": "ASK WHERE { ?mountain wdt:P3109 \"37291\" . }", "paraphrases": ["Is there a mountain in Wikidata identified by the Peakbagger ID 37291?", "Does the Peakbagger website list a mountain with ID 37291 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3109> \"37291\". }"}}
{"id": "val_59", "question": "Which cartoon has the Big Cartoon Database ID 39?", "sparql": "SELECT ?cartoon ?cartoonLabel WHERE { ?cartoon wdt:P4933 \"39\" . ?cartoon rdfs:label ?cartoonLabel . FILTER(LANG(?cartoonLabel) = \"en\") }", "paraphrases": ["Find the cartoon with BCDB ID 39", "Show me the English name of the cartoon identified by BCDB ID 39"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"39\". }"}}
{"id": "val_60", "question": "Film with KINENOTE ID 13851", "sparql": "SELECT ?film WHERE { ?film wdt:P2508 \"13851\" . }", "paraphrases": ["Which film has the KINENOTE film ID 13851?", "Tell me the film identified by KINENOTE ID 13851."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2508> \"13851\". }"}}
{"id": "val_61", "question": "Nominees for the C\u00e9sar Award for Best Actress, the films they were nominated for, the year of nomination, and the award ceremony source.", "sparql": "SELECT ?nominee ?nomineeLabel ?date ?work ?workLabel ?source ?sourceLabel WHERE { ?nominee p:P1411 ?statement . ?statement ps:P1411 wd:Q24241 ; pq:P585 ?date ; pq:P1686 ?work ; pq:P805 ?source . ?nominee rdfs:label ?nomineeLabel . ?work rdfs:label ?workLabel . ?source rdfs:label ?sourceLabel . FILTER(LANG(?nomineeLabel) = \"en\") FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?sourceLabel) = \"en\") } ORDER BY ASC(?date) LIMIT 1000", "paraphrases": ["Who were nominated for the C\u00e9sar Award for Best Actress, for which films, in what year, and which award ceremony documented these nominations?", "List all nominees for the C\u00e9sar Award for Best Actress, including the movie they were nominated for, the date of nomination, and the source (e.g., award ceremony) that recorded the nomination, sorted chronologically."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var2 <http://www.wikidata.org/prop/direct/P1411> <http://www.wikidata.org/entity/Q24241> . ?var2 <http://www.wikidata.org/prop/P1411> _:b15 . _:b15 <http://www.wikidata.org/prop/qualifier/P1411> <http://www.wikidata.org/entity/Q24241> . _:b15 <http://www.wikidata.org/prop/qualifier/P585> ?var3 . _:b15 <http://www.wikidata.org/prop/qualifier/P1686> ?var4 . _:b15 <http://www.wikidata.org/prop/qualifier/P805> ?var5 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1411> ?var6 . } } ORDER BY ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_62", "question": "What are the subclass ancestors of Dauer larva and the instance-of types of Equifax?", "sparql": "SELECT ?dauerAncestor ?equifaxType WHERE { wd:Q2387939 wdt:P279* ?dauerAncestor . FILTER(?dauerAncestor != wd:Q2387939) wd:Q5384453 wdt:P31 ?equifaxType . } ORDER BY ?dauerAncestor LIMIT 10", "paraphrases": ["Can any class be both a type of business and a developmental stage like Dauer larva?", "Show the classification hierarchy of Dauer larva alongside the business categories that Equifax belongs to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5384453> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2387939> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_63", "question": "Does the Big Cartoon Database ID 93678 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4933 \"93678\"\n}", "paraphrases": ["Is there a cartoon or animated film in Wikidata with the BCDB ID 93678?", "Confirm whether the animated film with BCDB ID 93678 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"93678\". }"}}
{"id": "val_64", "question": "Is there an item in Wikidata with the DDB ID 118636863?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4948 \"118636863\" .\n}", "paraphrases": ["Does the Deutsche Digitale Bibliothek ID \"118636863\" correspond to any entity in Wikidata?", "Can you find any Wikidata item that has the identifier 118636863 from the Deutsche Digitale Bibliothek?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4948> \"118636863\". }"}}
{"id": "val_65", "question": "GTAA ID holders and their awards and nominations in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?gtaaId ( GROUP_CONCAT( DISTINCT ?awardLabel ; SEPARATOR = \", \" ) AS ?awards ) ( GROUP_CONCAT( DISTINCT ?nominationLabel ; SEPARATOR = \", \" ) AS ?nominations ) WHERE {\n  ?item wdt:P1741 ?gtaaId .\n  OPTIONAL {\n    ?item wdt:P166 ?award .\n    ?award rdfs:label ?awardLabel .\n    FILTER ( LANG( ?awardLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P1411 ?nomination .\n    ?nomination rdfs:label ?nominationLabel .\n    FILTER ( LANG( ?nominationLabel ) = \"en\" )\n  }\n}\nGROUP BY ?item ?gtaaId", "paraphrases": ["Which people or works have a GTAA ID, and what awards have they received or been nominated for?", "List all entities with a GTAA ID along with their English-language awards and award nominations, grouped by entity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( GROUP_CONCAT ( DISTINCT ?var6Label ; SEPARATOR = \", \" ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1411> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_66", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt1552211?", "sparql": "SELECT ?movie ?wikipedia_article ?imdb_id WHERE { ?movie wdt:P345 \"tt1552211\" . ?wikipedia_article schema:about ?movie . { ?wikipedia_article schema:inLanguage \"en\" . } UNION { ?wikipedia_article schema:inLanguage \"de\" . } BIND(\"tt1552211\" AS ?imdb_id) }", "paraphrases": ["Can you find the Wikipedia pages in English and German about the film \"The Last Days of American Crime\"?", "Show me the Wikipedia links in English and German for the movie identified by IMDb ID tt1552211, along with the ID itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7901848\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_67", "question": "What is the most specific shared category that both Arianism and Nestorianism belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q83922 wdt:P279* ?commonAncestor . wd:Q168414 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY DESC(STRLEN(?label)) LIMIT 1", "paraphrases": ["What is the highest-level concept that includes both Arianism and Nestorianism as subclasses?", "Find the most detailed common ancestor in the subclass hierarchy linking Arianism and Nestorianism."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q988156> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q83922> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_68", "question": "Picture books that won the Etxepare saria literary award.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel WHERE {\n  ?book wdt:P7937 wd:Q254554 .\n  ?book wdt:P166 wd:Q31757249 .\n  ?book rdfs:label ?bookLabel .\n}", "paraphrases": ["Which picture books have received the Etxepare saria award?", "List all picture books that have been awarded the Etxepare saria."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q254554> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q31757249> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,eu,fr\". } }"}}
{"id": "val_69", "question": "What is the English label and description of the person in the Australian Women's Register with ID AWE0554b?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"AWE0554b\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is Doris Blackburn, and what is her description in English, based on her Australian Women's Register ID?", "Find the name and English description of the individual identified by AWE0554b in the Australian Women's Register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE0554b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_70", "question": "Does the Wikidata item for Lili Horv\u00e1th have the PORT person ID \"25657\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q30150459 wdt:P2435 \"25657\"\n}", "paraphrases": ["Is there a person in the PORT film database with identifier 25657?", "Does the PORT network film database assign the ID 25657 to Lili Horv\u00e1th?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2435> \"25657\". }"}}
{"id": "val_71", "question": "What is the most specific category that includes both a human like Chris Hemsworth and a theme park like SeaWorld San Diego?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q54314 wdt:P31 wd:Q5 .\n  wd:Q1946237 wdt:P31 ?type .\n  wd:Q5 wdt:P279 * ?commonAncestor .\n  ?type wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY DESC(STRLEN(?label))\nLIMIT 1", "paraphrases": ["What class do both Chris Hemsworth and SeaWorld San Diego belong to, at the most specific level?", "What is the highest-level common classification between a person and a marine mammal park?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1946237> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54314> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_72", "question": "What film has the Megogo ID 1347981?", "sparql": "SELECT ?film WHERE { ?film wdt:P2826 \"1347981\" . }", "paraphrases": ["Which movie on Wikidata is associated with the Megogo identifier 1347981?", "Find the Wikidata item for the film identified as 1347981 in the Megogo database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2826> \"1347981\". }"}}
{"id": "val_73", "question": "English description of the Australian Women's Register ID AWE3672b", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?description WHERE {\n  ?item wdt:P4186 \"AWE3672b\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English description of the person with Australian Women's Register ID AWE3672b?", "Show me the English description for the entry in the Australian Women's Register with ID AWE3672b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE3672b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_74", "question": "What film has the \u010cSFD ID 94071?", "sparql": "SELECT ?film WHERE { ?film wdt:P2529 \"94071\" . }", "paraphrases": ["Which movie on Wikidata is identified by the \u010cSFD film ID 94071?", "I need to find the Wikidata item for the film with \u010cSFD film ID 94071."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"94071\". }"}}
{"id": "val_75", "question": "Is there a mountain in Wikidata with Peakbagger ID 35539?", "sparql": "ASK WHERE { ?mountain wdt:P3109 \"35539\" . }", "paraphrases": ["Does the mountain Padmanabh have a Peakbagger ID of 35539?", "Confirm if Peakbagger ID 35539 corresponds to a mountain in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3109> \"35539\". }"}}
{"id": "val_76", "question": "British rowers born before April 12, 1927, and alive on that date.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?personLabel ?birthDate ?deathDate ?person WHERE {\n  ?person wdt:P106 wd:Q13382576 .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  BIND(\"1927-04-12T00:00:00Z\" ^^ xsd:dateTime AS ?targetDate)\n  FILTER(?birthDate < ?targetDate)\n  FILTER(! BOUND(?deathDate) || ?deathDate > ?targetDate)\n  ?person wdt:P27 wd:Q145 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who were the British rowers who were alive on April 12, 1927?", "List all British rowers who were born before April 12, 1927, and either died after that date or are still alive."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q26270618> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } BIND ( \"+1927-04-12T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> AS ?var5 ). FILTER ( ( ( ?var3 < ?var5 ) ) ) . FILTER ( ( ( ?var4 > ?var5 ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_77", "question": "What is the English description of the entity with YSO ID 105087?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2347 \"105087\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Show me the item and its English description for the YSO ID 105087.", "Which entity has the YSO ID 105087, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"110087\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_78", "question": "What is the most specific common category that both Falcon Heavy and Algeria belong to through their class hierarchies?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q1093627 wdt:P31 ?cls1 . wd:Q262 wdt:P31 ?cls2 . ?cls1 wdt:P279* ?commonAncestor . ?cls2 wdt:P279* ?commonAncestor . } ORDER BY ASC(?commonAncestor) LIMIT 1", "paraphrases": ["Through the subclass hierarchy, what is the highest-level concept shared by the class of Falcon Heavy and the class of Algeria?", "Find the most general abstract category that includes both the type of Falcon Heavy and the type of Algeria."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1093627> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_79", "question": "Australian Women's Register ID AWE0455b, what is the person's name and English description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"AWE0455b\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person identified by the Australian Women's Register ID AWE0455b, and what is their English description?", "Please provide the name and English description of the individual listed in the Australian Women's Register with ID AWE0455b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE0455b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_80", "question": "What film has the ISzDb ID 502?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3110 \"502\" .\n}", "paraphrases": ["Which movie is identified by the ISzDb film ID \"502\"?", "Can you find the film with the Hungarian dub database identifier 502?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3110> \"502\". }"}}
{"id": "val_81", "question": "What is the most specific shared superclass between U.S. states and Dauer larvae in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?c WHERE {\n  wd:Q35657 wdt:P279 * ?c .\n  wd:Q2387939 wdt:P279 * ?c .\n  OPTIONAL {\n    ?sub wdt:P279 ?c .\n  }\n}\nGROUP BY ?c\nORDER BY ASC(COUNT(?sub))\nLIMIT 1", "paraphrases": ["Which ontological category is the closest common ancestor of U.S. states and Dauer larvae?", "Find the most specific class that both U.S. states and Dauer larvae are subclasses of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q759> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2387939> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_82", "question": "English label and description of the monument in S\u00e3o Paulo with ID \"nostalgia\"", "sparql": "SELECT ?monument ?monumentLabel ?description WHERE { ?monument wdt:P4360 \"nostalgia\" . ?monument rdfs:label ?monumentLabel . FILTER (LANG(?monumentLabel) = \"en\") . OPTIONAL { ?monument schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["What is the English name and description of the monument in S\u00e3o Paulo identified by \"nostalgia\" on the Monumentos de S\u00e3o Paulo website?", "Show me the English name of the monument in S\u00e3o Paulo with the ID \"nostalgia\", and if available, its English description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4360> \"nostalgia\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_83", "question": "What is the English description and title of the film with OFDb ID 42274?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?title ?description WHERE {\n  ?film wdt:P3138 \"42274\" .\n  OPTIONAL {\n    ?film wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you find the film identified by the OFDb movie ID 42274 and show its title and English description?", "Tell me about the 1961 film directed by Erich Neuberg \u2014 what\u2019s its title and English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3138> \"42274\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_84", "question": "Is there an item in Wikidata with the DDB ID 119545373?", "sparql": "ASK WHERE { ?item wdt:P4948 \"119545373\" . }", "paraphrases": ["Does the Deutsche Digitale Bibliothek ID \"119545373\" correspond to any entity in Wikidata?", "Is the identifier 119545373 registered as a DDB ID in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4948> \"119545373\". }"}}
{"id": "val_85", "question": "Ice hockey player with HockeyDB ID 2973", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?player ?playerLabel WHERE {\n  ?player wdt:P2602 \"2973\" .\n  ?player rdfs:label ?playerLabel .\n  FILTER(LANG(?playerLabel) = \"en\")\n}", "paraphrases": ["Who is the ice hockey player identified by HockeyDB player ID 2973?", "Tell me the name of the ice hockey player whose HockeyDB ID is 2973."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2602> \"2973\". } LIMIT 1"}}
{"id": "val_86", "question": "What is the English label and description of the YSO concept with ID 113809?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2347 \"113809\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English name and description for the Finnish ontology concept identified by YSO ID 113809?", "Show me the English label and description for the geographic location in YSO with ID 113809."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"113809\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_87", "question": "Is there a person in Wikidata with the AlloCin\u00e9 ID 507159?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P1266 \"507159\" .\n}", "paraphrases": ["Wikidata entity with AlloCin\u00e9 person ID 507159", "Check if the AlloCin\u00e9 person ID 507159 is assigned to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1266> \"507159\". }"}}
{"id": "val_88", "question": "What is the English label and description of the film with LdiF ID 534636?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?description WHERE {\n  ?film wdt:P3107 \"534636\" .\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER ( LANG( ?filmLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the title and a brief description in English of the movie identified by the LdiF ID 534636?", "Show me the English title and description of the film that has the identifier 534636 in the Lexikon des Internationalen Films."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"534636\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_89", "question": "Does the OCLC control number 300825130 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P243 \"300825130\" .\n}", "paraphrases": ["Is there a bibliographic record in Wikidata with the OCLC number 300825130?", "Can you confirm that the journal \"Journal of the American Psychiatric Nurses Association\" is identified by the OCLC number 300825130 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P243> \"300825130\". }"}}
{"id": "val_90", "question": "What is Spain men's national football team's FIFA ranking and when was it recorded?", "sparql": "SELECT ?ranking ?date WHERE { wd:Q42267 wdt:P1352 ?ranking . OPTIONAL { wd:Q42267 p:P1352 ?statement . ?statement pq:P585 ?date . } } LIMIT 1", "paraphrases": ["When was Spain ranked number 1 in the FIFA world rankings?", "Tell me the highest FIFA ranking Spain's men's team has achieved and the date it was recorded."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q42267> <http://www.wikidata.org/prop/direct/P1352> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/1352> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/statement/value/585> ?var3 . } } LIMIT 1"}}
{"id": "val_91", "question": "Which film has the film-documentaire.fr ID 7157?", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"7157\" . }", "paraphrases": ["What is the Wikidata item for the film identified as 7157 on film-documentaire.fr?", "Find the film in Wikidata that is listed with the ID 7157 on film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"7157\". }"}}
{"id": "val_92", "question": "Developers of FIFA 18 in English", "sparql": "SELECT ?developer ?developerLabel WHERE { wd:Q30138107 wdt:P178 ?developer . ?developer rdfs:label ?developerLabel . FILTER (LANG(?developerLabel) = \"en\") }", "paraphrases": ["Who developed FIFA 18, and what are their names in English?", "List the English names of the developers of the video game FIFA 18."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q30138107> <http://www.wikidata.org/prop/direct/P178> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_93", "question": "What movie has the \u010cSFD film ID 4002?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P2529 \"4002\" . }", "paraphrases": ["Which film is identified by the \u010cSFD ID 4002?", "Find the movie in Wikidata with the \u010cSFD identifier 4002."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"4002\". }"}}
{"id": "val_94", "question": "What film has the Scope.dk ID 6076?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2518 \"6076\" .\n}", "paraphrases": ["Which film on Wikidata is identified by the Scope.dk film ID \"6076\"?", "I\u2019m looking for the Wikidata item for the film with Scope.dk ID 6076 \u2014 can you tell me what it is?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"6076\". }"}}
{"id": "val_95", "question": "Shogi players with their numbers and images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?playerLabel ?number ?playerImage WHERE {\n  ?player wdt:P11574 ?number .\n  OPTIONAL {\n    ?player wdt:P18 ?playerImage .\n  }\n  ?player rdfs:label ?playerLabel .\n  FILTER ( LANG( ?playerLabel ) = \"en\" )\n}\nORDER BY ?number", "paraphrases": ["Who are the professional Shogi players and what are their player numbers and images?", "List all professional Shogi players along with their assigned numbers and, if available, their images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q29883275> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q29883275> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_96", "question": "List all editions of rowing at the Summer Olympics.", "sparql": "SELECT ?rowingEvent ?label WHERE { ?rowingEvent wdt:P31 wd:Q720609 . FILTER(LANG(?label) = \"en\") . ?rowingEvent rdfs:label ?label . } ORDER BY ?rowingEvent", "paraphrases": ["Which years have featured rowing as a sport in the Summer Olympics?", "Show me the names of all rowing events held at the Summer Olympics."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q720609> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } }"}}
{"id": "val_97", "question": "Australian Women's Register ID AWE1235b, what is the person's name and description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4186 \"AWE1235b\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the person with the Australian Women's Register ID AWE1235b, and what is their English description?", "Please provide the English label and description of the person identified by AWE1235b in the Australian Women's Register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE1235b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_98", "question": "Movie with \u010cSFD ID 88757", "sparql": "SELECT ?movie WHERE { ?movie wdt:P2529 \"88757\" . }", "paraphrases": ["What movie is identified by the \u010cSFD film ID 88757?", "Find the film in Wikidata that has the \u010cSFD identifier 88757."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"88757\". }"}}
{"id": "val_99", "question": "What film has the MovieMeter ID 8072?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1970 \"8072\" .\n}", "paraphrases": ["Which movie is identified by the MovieMeter film ID 8072?", "Find the film with MovieMeter identifier 8072."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1970> \"8072\". }"}}
{"id": "val_100", "question": "What film has Cineplex Germany film ID 334627?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"334627\" . }", "paraphrases": ["Which movie is identified by the Cineplex ID 334627?", "Find the Wikidata item for the film with Cineplex Germany ID 334627."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"334627\". }"}}
{"id": "val_101", "question": "Does Wikidata contain a person with AlloCin\u00e9 ID 814056?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P1266 \"814056\" .\n}", "paraphrases": ["Is there a person in Wikidata whose AlloCin\u00e9 person ID is 814056?", "Check if the AlloCin\u00e9 person ID 814056 is assigned to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1266> \"814056\". }"}}
{"id": "val_102", "question": "Categories that combine rowing as a topic", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q4167836 .\n  ?var1 wdt:P971 wd:Q159354 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["What are the English-language categories that include rowing as one of their combined topics?", "List all English categories that are defined to combine the sport of rowing, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q159354> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_103", "question": "Film with MovieMeter ID 38610", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1970 \"38610\" .\n}", "paraphrases": ["What film is identified by the MovieMeter ID 38610?", "Tell me the name of the film that has the MovieMeter ID 38610."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1970> \"38610\". }"}}
{"id": "val_104", "question": "Is there a Wikidata entry for the ice hockey player with Elite Prospects ID 476883?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2481 \"476883\" .\n}", "paraphrases": ["Does the ice hockey player with Elite Prospects ID 476883 have a page on Wikidata?", "Confirm if the Elite Prospects player ID 476883 is linked to any ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2481> \"476883\". }"}}
{"id": "val_105", "question": "What film has the film-documentaire.fr ID 37537?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3673 \"37537\" .\n}", "paraphrases": ["Which Wikidata item corresponds to the film with identifier 37537 in the French database film-documentaire.fr?", "I\u2019m looking for the film in Wikidata that is listed as ID 37537 on film-documentaire.fr \u2014 can you tell me which one it is?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"37537\". }"}}
{"id": "val_106", "question": "What TV program has the TV Guide ID 296534?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?show WHERE {\n  ?show wdt:P3804 \"296534\" .\n}", "paraphrases": ["TV Guide ID 296534 \u2014 which show is this?", "Find the television program associated with the TV Guide ID 296534."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3804> \"296534\". }"}}
{"id": "val_107", "question": "Who is the person with Australian Women's Register ID AWE5631b, and what is their description?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P4186 \"AWE5631b\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by the Australian Women's Register ID AWE5631b?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID AWE5631b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5631b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_108", "question": "What film has the Cineplex Germany film ID 345980?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"345980\" . }", "paraphrases": ["Which movie in Wikidata is identified by the Cineplex ID 345980?", "Can you find the Wikidata item for the film that has the Cineplex Germany film ID 345980?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"345980\". }"}}
{"id": "val_109", "question": "What is the image associated with the SNAC ARK ID w6f29nwg?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image for the entity identified by the SNAC ARK ID w6f29nwg.", "Find the picture of the person or entity linked to the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ph4p74\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_110", "question": "Living American athletes and actors born today, born after 1930, including baseball, basketball, golf, American football, and film actors.", "sparql": "SELECT DISTINCT (YEAR(?dob) AS ?birthYear) ?personLabel ?genderLabel WHERE { BIND(MONTH(NOW()) AS ?currentMonth) . BIND(DAY(NOW()) AS ?currentDay) . ?person wdt:P569 ?dob ; wdt:P21 ?gender ; wdt:P27 wd:Q30 . { ?person wdt:P106 wd:Q10871364 } UNION { ?person wdt:P106 wd:Q3665646 } UNION { ?person wdt:P106 wd:Q11303721 } UNION { ?person wdt:P106 wd:Q19204627 } UNION { ?person wdt:P106 wd:Q10800557 } OPTIONAL { ?person wdt:P570 ?deathDate } FILTER(!BOUND(?deathDate)) FILTER(YEAR(?dob) > 1930) FILTER(MONTH(?dob) = ?currentMonth && DAY(?dob) = ?currentDay) ?person rdfs:label ?personLabel . ?gender rdfs:label ?genderLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?genderLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the living American celebrities born on this day, who are baseball players, basketball players, golfers, American football players, or film actors, and were born after 1930?", "Show me the names and genders of living American athletes and film actors born on today\u2019s date, born after 1930."], "info": {"raw_sparql": "SELECT DISTINCT( YEAR ( ?var1 ) AS ?var2 ) ?var3Label ?var4 ?var5Label WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var6 ). BIND ( DAY ( NOW ( ) ) AS ?var7 ). ?var3 <http://www.wikidata.org/prop/direct/P569> ?var1 ; <http://www.wikidata.org/prop/direct/P21> ?var5 ; <http://www.wikidata.org/prop/direct/P166> ?var8 ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10871364> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3665646> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q19204627> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11303721> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( !( BOUND ( ?var9 ) ) ) ) . FILTER ( ( ( YEAR ( ?var1 ) > \"1930\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( MONTH ( ?var1 ) = ?var6 ) && ( DAY ( ?var1 ) = ?var7 ) ) ) . } LIMIT 100"}}
{"id": "val_111", "question": "Lighthouses in Norway with coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lighthouseLabel ?coordinates WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q20 ; wdt:P625 ?coordinates .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n}", "paraphrases": ["What are the names and locations of lighthouses in Norway?", "List all lighthouses in Norway along with their GPS coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q20> ; <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_112", "question": "What is the Douban ID of the film with IMDb ID tt0188913?", "sparql": "SELECT ?film ?doubanId WHERE { ?film wdt:P31/wdt:P279* wd:Q11424 . ?film wdt:P345 \"tt0188913\" . OPTIONAL { ?film wdt:P4529 ?doubanId . } }", "paraphrases": ["Can you find the film identified by IMDb ID tt0188913 and show its Douban identifier if it exists?", "Which film has the IMDb ID tt0188913, and does it have a corresponding Douban Movie ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0188913\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4529> ?var2 . } }"}}
{"id": "val_113", "question": "Rowers born in 1990", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q13382576 .\n  ?person wdt:P569 ?birthDate .\n  FILTER ( YEAR( ?birthDate ) = 1990 ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the rowers born in 1990?", "List the names of people whose occupation is rowing and who were born in 1990."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13382576> . ?var1 <http://www.wikidata.org/prop/direct/P569> <http://www.wikidata.org/entity/Q2064> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { } }"}}
{"id": "val_114", "question": "What are the known horse racing venues in Wikidata?", "sparql": "SELECT ?venue ?label WHERE { ?venue wdt:P31 wd:Q11822917 . ?venue rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["List all racecourses and hippodromes that are classified as horse racing venues.", "Show me the names of all venues used for horse racing."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11822917> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_115", "question": "Olympic rowing events contested in Summer Olympics", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?event ?eventLabel WHERE {\n  ?event wdt:P31 wd:Q21246076 ; wdt:P31 wd:Q18536594 .\n  ?event rdfs:label ?eventLabel .\n  FILTER ( LANG( ?eventLabel ) = 'en' )\n}", "paraphrases": ["What are the specific rowing events that have been part of the Summer Olympics?", "List all the types of rowing competitions that have been held at the Summer Olympics."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22936940> ; <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q21246076> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_116", "question": "Who is the person with Australian Women's Register ID AWE5044b, and what is their English label and description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4186 \"AWE5044b\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and profession of the person identified by AWE5044b in the Australian Women's Register?", "Please provide the English name and description of the person whose Australian Women's Register ID is AWE5044b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5044b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_117", "question": "Is there a ship with IMO number 9089085 in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"9089085\" .\n}", "paraphrases": ["Does the ship named Orange Hope have the IMO number 9089085?", "Confirm whether the IMO number 9089085 is assigned to any ship in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9089085\". }"}}
{"id": "val_118", "question": "Lighthouses in Sweden with coordinates and construction years", "sparql": "SELECT ?lighthouse ?lighthouseLabel ?coordinates ?inception WHERE { ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q34 ; wdt:P625 ?coordinates . OPTIONAL { ?lighthouse wdt:P571 ?inception . } ?lighthouse rdfs:label ?lighthouseLabel . FILTER(LANG(?lighthouseLabel) = \"en\") }", "paraphrases": ["What are the English names, coordinates, and construction dates of lighthouses in Sweden?", "List all lighthouses in Sweden, including their English names, geographic coordinates, and when they were built, if known."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_119", "question": "What film has the Allcinema ID 343352?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2465 \"343352\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the Allcinema film identifier 343352?", "Find the Wikidata item for the film with Allcinema ID 343352."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2465> \"343352\". }"}}
{"id": "val_120", "question": "GTAA IDs and birth dates of people in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gtaaId ?birthDate WHERE {\n  ?person wdt:P1741 ?gtaaId .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n}", "paraphrases": ["Which people in Wikidata have a GTAA ID, and what are their dates of birth?", "Show me the GTAA identifiers for individuals along with their birth dates, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1741> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . } }"}}
{"id": "val_121", "question": "Which film has the danskefilm ID 845?", "sparql": "SELECT ?film WHERE { ?film wdt:P3785 \"845\" . }", "paraphrases": ["What is the Wikidata item for the film with danskefilm ID 845?", "Show me the film in Wikidata that is identified by the danskefilm ID 845."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3785> \"845\". }"}}
{"id": "val_122", "question": "What is the most closely related common ancestor in the subclass hierarchy between New England and Borno State, and what is the sum of their shortest path distances to this ancestor?", "sparql": "SELECT ?commonAncestor ?dist1 ?dist2 (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  wd:Q18389 wdt:P31 ?class1 .\n  wd:Q130626 wdt:P31 ?class2 .\n\n  # Distance from New England's class to common ancestor (geographic region)\n  ?class1 wdt:P279 wd:Q82794 .\n  BIND(1 AS ?dist1)\n\n  # Distance from Borno State's class to common ancestor (5 steps up)\n  ?class2 wdt:P279 ?b1 .\n  ?b1 wdt:P279 ?b2 .\n  ?b2 wdt:P279 ?b3 .\n  ?b3 wdt:P279 ?b4 .\n  ?b4 wdt:P279 wd:Q82794 .\n  BIND(5 AS ?dist2)\n\n  BIND(wd:Q82794 AS ?commonAncestor)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Find the entity that is a shared ancestor in the subclass hierarchy of both New England and Borno State, with the minimum total distance from both.", "Which geographic category do New England and Borno State both belong to, and how many subclass steps are required to reach it from each?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18389> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q130626> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_123", "question": "Which railway station has the ESR station code 183409?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?station WHERE {\n  ?station wdt:P2815 \"183409\" .\n}", "paraphrases": ["What is the name of the railway station with the USSR station code 183409?", "Tell me the railway station identified by the TR4 ID 183409."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2815> \"183409\". }"}}
{"id": "val_124", "question": "What songs did Hans Zimmer contribute to as a music arranger?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?roleValue ?roleValueLabel WHERE {\n  ?statement ps:P767 wd:Q76364 .\n  ?work p:P767 ?statement .\n  ?statement pq:P3831 ?roleValue .\n  ?work wdt:P1476 ?workLabel .\n  ?roleValue rdfs:label ?roleValueLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n  FILTER(LANG(?roleValueLabel) = \"en\")\n}", "paraphrases": ["Which songs from The Lion King list Hans Zimmer as a music arranger?", "Show me the titles of songs Hans Zimmer worked on and his role in them, specifically where he was a music arranger."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P767> <http://www.wikidata.org/entity/Q76364> . ?var1 <http://www.wikidata.org/prop/P767> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_125", "question": "What is the highest-level administrative region above B\u00f8n that is still active, and how many intermediate regions lie between them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?village ?grandparentLabel ( COUNT( ?intermediate ) AS ?count ) WHERE {\n  BIND( wd:Q5005223 AS ?village ) .\n  ?village wdt:P131 ?intermediate .\n  ?intermediate wdt:P131 ?grandparent .\n  FILTER NOT EXISTS {\n    ?grandparent wdt:P576 ?dissolved\n  }\n  ?grandparent rdfs:label ?grandparentLabel .\n  FILTER ( LANG( ?grandparentLabel ) = \"en\" )\n}\nGROUP BY ?village ?grandparentLabel\nORDER BY ASC ( ?count )", "paraphrases": ["List the administrative region two levels above the village of B\u00f8n in Norway, excluding any that have been dissolved, along with the number of intermediate regions.", "Which county contains B\u00f8n through one intermediate municipality, and is not dissolved?"], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \", \" ) AS ?var3 )( GROUP_CONCAT ( ?var4 ; SEPARATOR = \"--\" ) AS ?var5 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q5005223> AS ?var1 ). { SELECT ?var2Label ( COUNT ( ?var6 ) AS ?var4 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q5005223> AS ?var7 ). ?var7 <http://www.wikidata.org/prop/direct/P131> + ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P131> + ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P576> ?var8 . } FILTER ( ( !( BOUND ( ?var8 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var2Label ?var2 ORDER BY ASC(COUNT ( ?var6 )) } } GROUP BY ?var1 ORDER BY ASC( ?var4 )"}}
{"id": "val_126", "question": "What are the Wikidata entities associated with the Twitter usernames \"Google\" and \"CityOfBoston\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"Google\" \"CityOfBoston\" } }", "paraphrases": ["Which organizations on Wikidata have the Twitter handles @Google and @CityOfBoston?", "Can you find the entities in Wikidata that use \"Google\" or \"CityOfBoston\" as their X (Twitter) username?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Juste_Juju\" ) ( \"string1\" ) } }"}}
{"id": "val_127", "question": "Badminton events in 1996", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P641 wd:Q7291 . ?item wdt:P585 ?date . FILTER(YEAR(?date) = 1996) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What badminton tournaments took place in 1996?", "List the names of all badminton competitions held in 1996."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q7291> . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var2 = \"1996-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_128", "question": "Films and their composers", "sparql": "SELECT ?film ?composer WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P86 ?composer . }", "paraphrases": ["Who composed the music for each film?", "List all films along with the names of their composers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P86> ?var2 . }"}}
{"id": "val_129", "question": "What is the English label and description of the person with Filmportal ID 373eb60430c64f72a002fce502b99bd6?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2639 \"373eb60430c64f72a002fce502b99bd6\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Who is the person identified by the Filmportal ID 373eb60430c64f72a002fce502b99bd6, and what is their English description?", "Please provide the English name and description of the individual linked to the Filmportal ID 373eb60430c64f72a002fce502b99bd6."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2639> \"string1\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_130", "question": "Where is the Promenade des Anglais located, and what types of entities is the United States classified as?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?promenadeCountry ?usTypeLabel WHERE {\n  wd:Q1849491 wdt:P17 ?promenadeCountry .\n  wd:Q30 wdt:P31 ?usType .\n  ?usType rdfs:label ?usTypeLabel .\n  FILTER(LANG(?usTypeLabel) = \"en\")\n}\nORDER BY ?usTypeLabel", "paraphrases": ["What country contains the Promenade des Anglais, and how is the United States categorized in Wikidata?", "Is the Promenade des Anglais in the United States? If not, where is it, and what kind of country is the United States?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1849491> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_131", "question": "How many hackspaces are there in each country?", "sparql": "SELECT DISTINCT ?countryLabel ( COUNT( ?hackspace ) AS ?count ) WHERE { ?hackspace wdt:P31 wd:Q1032372 ; wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } GROUP BY ?countryLabel", "paraphrases": ["Can you list the countries with hackspaces and how many each has?", "Which countries host the most hackspaces, and how many are in each?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1032372> ; <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } GROUP BY ?var1Label"}}
{"id": "val_132", "question": "List all hackspaces outside Austria.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hackspace ?label WHERE {\n  ?hackspace wdt:P31 wd:Q1032372 .\n  ?hackspace rdfs:label ?label . MINUS {\n    ?hackspace wdt:P17 wd:Q40 .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which hackspaces are not located in Austria?", "Show me the English names of all hackspaces that are not based in Austria."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1032372> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_133", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg?", "Show me the image linked to the SNAC ARK ID w6f29nwg in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62n563q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_134", "question": "Does the ship with IMO number 9699983 exist in Wikidata?", "sparql": "ASK WHERE { ?ship wdt:P458 \"9699983\" . }", "paraphrases": ["Is there a ship registered in the International Maritime Organization with the number 9699983?", "Confirm if the vessel identified by IMO 9699983 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9699983\". }"}}
{"id": "val_135", "question": "What is the most specific shared category that includes both Louisiana and Mount Agamenticus?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q35657 wdt:P279* ?commonAncestor . wd:Q8502 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label \"geographical feature\"@en . }", "paraphrases": ["What is the common superclass of the U.S. state Louisiana and the mountain Mount Agamenticus?", "What geographical concept do Louisiana and Mount Agamenticus both belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4691173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_136", "question": "Who is the ice hockey player with Elite Prospects ID 2386?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player WHERE {\n  ?player wdt:P2481 \"2386\" .\n}\nLIMIT 1", "paraphrases": ["Which Wikidata entity corresponds to the Elite Prospects player ID 2386?", "Find the ice hockey player identified by the ID 2386 on Elite Prospects."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2481> \"2386\". } LIMIT 1"}}
{"id": "val_137", "question": "What is the English label and description of the person with GTAA ID 104918?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1741 \"104918\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Who is the person with GTAA ID 104918, and what is their English description?", "Please provide the English name and description of the individual identified by GTAA ID 104918."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> \"104927\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_138", "question": "Lighthouses in Sweden with color qualifiers, and how many color-part associations each has.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?lighthouse ?lighthouseLabel ( COUNT( ?color ) AS ?qualifiedColorCount ) WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 .\n  ?lighthouse wdt:P17 wd:Q34 .\n  ?lighthouse p:P462 ?colorStatement .\n  ?colorStatement ps:P462 ?color ; pq:P518 ?appliesToPart .\n  FILTER ( BOUND( ?appliesToPart ) ) .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n}\nGROUP BY ?lighthouse ?lighthouseLabel", "paraphrases": ["How many lighthouses in Sweden have color statements that specify which part of the structure the color applies to, and how many such qualified color statements does each have?", "Show me all lighthouses in Sweden that have colors applied to specific parts (like tower or lantern), along with the count of such qualified color assignments for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/P462> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P462> ?var2 ; <http://www.wikidata.org/prop/qualifier/P518> ?var5 . FILTER ( ( BOUND ( ?var5 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"se,en,fr,nl,de,it,es\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_139", "question": "What is the English label and description of the Australian geographic region with ASGS 2016 ID SSC14301?", "sparql": "SELECT ?location ?locationLabel ?description WHERE { ?location wdt:P4093 \"SSC14301\" . ?location rdfs:label ?locationLabel . FILTER (LANG(?locationLabel) = \"en\") OPTIONAL { ?location schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the locality in Australia identified by the code SSC14301 in the Australian Statistical Geography Standard 2016?", "Tell me the English name and description of the place in Australia that has the ASGS 2016 identifier SSC14301."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC14301\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_140", "question": "What are the colors of lighthouses in Sweden, and what parts of the lighthouses do those colors apply to?", "sparql": "SELECT ?lighthouseLabel ?colorLabel ?partLabel WHERE { ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q34 ; p:P462 ?statement . ?statement ps:P462 ?color ; pq:P518 ?part . ?lighthouse rdfs:label ?lighthouseLabel . ?color rdfs:label ?colorLabel . ?part rdfs:label ?partLabel . FILTER(LANG(?lighthouseLabel) = \"en\") FILTER(LANG(?colorLabel) = \"en\") FILTER(LANG(?partLabel) = \"en\") }", "paraphrases": ["Show me lighthouses in Sweden that have colored stripes or other parts, and specify the color and the part it's applied to.", "Which lighthouses in Sweden use specific colors on certain structural elements, and what are those colors and elements?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P462> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P462> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P462> ?var5 ; <http://www.wikidata.org/prop/qualifier/P518> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en,fr,nl,de,it,es\". } VALUES ( ?var6 ) { ( <http://www.wikidata.org/entity/Q40125473> ) } FILTER ( ( ( ?var1 = ?var6 ) ) ) . }"}}
{"id": "val_141", "question": "What is the English label and description of the Broadway performer with IBDB ID 398746?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P1220 \"398746\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the English name and biography of the person identified by IBDB number 398746.", "Who is the American actress with IBDB ID 398746, and what is her English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1220> \"393145\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_142", "question": "What movie has the EDb film ID t0012267?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3141 \"t0012267\" . }", "paraphrases": ["Which film is identified by the EDb ID t0012267?", "Find the Wikidata item for the movie with EDb ID t0012267."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0012267\". }"}}
{"id": "val_143", "question": "Does Blake Coleman have a Eurohockey.com player ID of 505218?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2601 \"505218\" .\n}", "paraphrases": ["Is there an ice hockey player in Wikidata with the Eurohockey.com player ID 505218?", "Check if the Eurohockey.com player ID 505218 is assigned to any ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"505218\". }"}}
{"id": "val_144", "question": "People with GTAA ID, date of death, place of death, and occupation", "sparql": "SELECT ?person ?dateOfDeath ?placeOfDeathLabel ?occupationLabel WHERE { ?person wdt:P1741 ?gtaaId . ?person wdt:P570 ?dateOfDeath . ?person wdt:P20 ?placeOfDeath . ?person wdt:P106 ?occupation . ?placeOfDeath rdfs:label ?placeOfDeathLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?placeOfDeathLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\")}", "paraphrases": ["Who are the people with a GTAA ID, when and where did they die, and what was their occupation?", "List the names of individuals with a GTAA ID, their date of death, place of death, and occupation, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> _:b1 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_145", "question": "Who is the person with Australian Women's Register ID AWE5058b, and what is their English label and description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P4186 \"AWE5058b\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the individual identified by the Australian Women's Register ID AWE5058b?", "Please provide the English name and description of the person listed in the Australian Women's Register with ID AWE5058b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5058b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_146", "question": "Which Wikidata entities have Twitter usernames BillGates, CityOfBoston, MelroseRugby, or melroserugby, and how many sitelinks do they have?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?username {\n    \"BillGates\" \"CityOfBoston\" \"MelroseRugby\" \"melroserugby\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["What are the Twitter usernames BillGates, CityOfBoston, MelroseRugby, and melroserugby linked to in Wikidata, and which one has the fewest Wikipedia language links?", "List the Wikidata items associated with the Twitter usernames BillGates, CityOfBoston, MelroseRugby, and melroserugby, sorted by the number of Wikipedia language versions they appear in, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Peirson7\" ) ( \"sree\" ) ( \"M0L0NL4BE\" ) ( \"string1\" ) ( \"string2\" ) ( \"billgates\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"cskhokhar\" ) ( \"mirzazbaig\" ) ( \"BRZLorg\" ) ( \"TeaTimeMan\" ) ( \"splattne\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"rasmusDG\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_147", "question": "OFDb film ID 280849, English title and description", "sparql": "SELECT ?film ?filmLabel ?description WHERE { ?film wdt:P3138 \"280849\" . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") . OPTIONAL { ?film schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["What is the English title and description of the film with OFDb ID 280849?", "Please provide the English name and a brief description of the film identified by OFDb ID 280849."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3138> \"280849\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_148", "question": "Is there a ship with IMO number 9160815 in Wikidata?", "sparql": "ASK WHERE { ?ship wdt:P458 \"9160815\" . }", "paraphrases": ["Does Wikidata contain a ship registered under IMO number 9160815?", "Confirm whether the ship identified by IMO number 9160815 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9160815\". }"}}
{"id": "val_149", "question": "What properties and values are associated with the 15th volume of the Jewish Encyclopedia of Brockhaus and Efron?", "sparql": "SELECT ?property ?value WHERE { wd:Q21096057 ?property ?value . } LIMIT 1000", "paraphrases": ["What information is available about the Jewish Encyclopedia of Brockhaus and Efron, Volume 15, in Wikidata?", "Show me all the metadata, including descriptions and statements like publication date and part-of relationships, for the 15th volume of the Jewish Encyclopedia of Brockhaus and Efron."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q21096057> ?var1 ?var2 . } LIMIT 1000"}}
{"id": "val_150", "question": "What is the image associated with the SNAC ARK ID \"w6f29nwg\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image } }", "paraphrases": ["Can you show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w6f29nwg?", "Show me the picture of the entity linked to the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6q55v60\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_151", "question": "People in GTAA thesaurus and their occupations", "sparql": "SELECT ?person ( GROUP_CONCAT( DISTINCT ?occupationLabel ; SEPARATOR = \", \" ) AS ?occupations ) WHERE { ?person wdt:P1741 ?gtaaId . ?person wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } GROUP BY ?person", "paraphrases": ["Who are the people listed in the GTAA thesaurus, and what are their occupations?", "List all individuals with a GTAA ID along with their English-language occupations, concatenated in a single field."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_152", "question": "What are the birth details and occupations of people with a GTAA ID?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var2 ?var1Label ?var3 ?var5Label ?var6 ?var7Label ?var8 ?var9Label ?var10Label WHERE {\n  ?var1 wdt:P1741 ?var2 .\n  OPTIONAL {\n    ?var1 wdt:P21 ?var5 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P1477 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P569 ?var6 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P19 ?var7 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var8 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P20 ?var9 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P106 ?var10 .\n  }\n}", "paraphrases": ["Can you list the names, birth and death information, and occupations of individuals identified by GTAA?", "Show me the biographical profiles (birth name, gender, dates, places, and occupation) of all people who have a GTAA identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var4 ?var5Label ?var6 ?var7Label ?var8 ?var9Label ?var10Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P742> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var10 . } }"}}
{"id": "val_153", "question": "Does the German National Library ID \"4186615-0\" exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q333021 wdt:P227 \"4186615-0\"\n}", "paraphrases": ["Is there an entity in Wikidata with the GND ID 4186615-0?", "Does the concept of \"\u00dcbername\" (pseudonym) have the GND identifier 4186615-0 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4186615-0\". }"}}
{"id": "val_154", "question": "What is the most specific common category that both San Jose and Mount Agamenticus belong to, based on their hierarchical classification?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ( MIN( ?dist1 + ?dist2 ) AS ?minTotalDistance ) WHERE {\n  wd:Q16553 wdt:P31 ?cls1 .\n  {\n    ?cls1 wdt:P279 ?commonClass .\n    BIND( 1 AS ?dist1 )\n  } UNION {\n    ?cls1 wdt:P279 ?mid1 .\n    ?mid1 wdt:P279 ?commonClass .\n    BIND( 2 AS ?dist1 )\n  } UNION {\n    ?cls1 wdt:P279 ?mid1 .\n    ?mid1 wdt:P279 ?mid2 .\n    ?mid2 wdt:P279 ?commonClass .\n    BIND( 3 AS ?dist1 )\n  }\n  wd:Q4691173 wdt:P31 ?cls2 .\n  {\n    ?cls2 wdt:P279 ?commonClass .\n    BIND( 1 AS ?dist2 )\n  } UNION {\n    ?cls2 wdt:P279 ?mid3 .\n    ?mid3 wdt:P279 ?commonClass .\n    BIND( 2 AS ?dist2 )\n  } UNION {\n    ?cls2 wdt:P279 ?mid3 .\n    ?mid3 wdt:P279 ?mid4 .\n    ?mid4 wdt:P279 ?commonClass .\n    BIND( 3 AS ?dist2 )\n  }\n  FILTER ( ?commonClass != ?cls1 ) FILTER ( ?commonClass != ?cls2 )\n}\nGROUP BY ?commonClass\nORDER BY ASC ( ?minTotalDistance )\nLIMIT 1", "paraphrases": ["Which concept is the closest shared superclass of San Jose and Mount Agamenticus when tracing their type hierarchies?", "How far up the classification tree do San Jose and Mount Agamenticus share a common category, and what is that category?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16553> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4691173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_155", "question": "Lighthouses in Russia with images and coordinates in the Gulf of Finland region.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geo: <http://www.opengis.net/ont/geosparql#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?lighthouse ?image ?locationWKT ?label WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q159 ;(p:P625 / psv:P625) ?coord .\n  ?coord wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?lon .\n  FILTER(?lat < \"61.1527\" ^^ xsd:decimal && ?lat > \"59.1527\" ^^ xsd:decimal && ?lon < \"32.0298\" ^^ xsd:decimal && ?lon > \"30.0298\" ^^ xsd:decimal)\n  OPTIONAL {\n    ?lighthouse wdt:P18 ?image .\n  }\n  BIND(STRDT(CONCAT(STR(?lon) , \",\" , STR(?lat)) , geo:wktLiteral) AS ?locationWKT)\n  FILTER(BOUND(?image))\n  ?lighthouse rdfs:label ?label .\n}\nLIMIT 10", "paraphrases": ["Which lighthouses in Russia have images and are located between 59.15\u00b0N and 61.15\u00b0N latitude and 30.03\u00b0E and 32.03\u00b0E longitude?", "Show me lighthouses in Russia that have photos on Wikimedia Commons and are located near Saint Petersburg, along with their coordinates and labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> ; ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var4 . ?var4 <http://wikiba.se/ontology#geoLatitude> ?var5 ; <http://wikiba.se/ontology#geoLongitude> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var5 < \"61.1527\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) && ( ?var5 > \"59.1527\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) && ( ?var6 < \"32.0298\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) && ( ?var6 > \"30.0298\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } BIND ( STRDT ( CONCAT ( STR ( ?var6 ) , \",\", STR ( ?var5 ) ) , <http://www.opengis.net/ont/geosparql#wktLiteral> ) AS ?var3 ). FILTER ( ( ( STR ( ?var2 ) != \"\" ) ) ) . } LIMIT 10"}}
{"id": "val_156", "question": "What is the coat of arms image of Engelberg, Switzerland?", "sparql": "SELECT ?coatOfArmsImage WHERE { wd:Q64108 wdt:P94 ?coatOfArmsImage . }", "paraphrases": ["Show the official coat of arms for the Swiss municipality with BFS code 1402.", "What image represents the heraldic emblem of Engelberg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://classifications.data.admin.ch/municipality/1402> <http://www.wikidata.org/prop/direct/P94> ?var1 . }"}}
{"id": "val_157", "question": "Films and their composers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?composer ?composerLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P86 ?composer .\n  ?composer rdfs:label ?composerLabel .\n  FILTER(LANG(?composerLabel) = \"en\")\n}", "paraphrases": ["Who composed the music for each film?", "List films along with the names of their composers in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P86> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 11600"}}
{"id": "val_158", "question": "Image of the entity with SNAC ARK ID w6f29nwg.", "sparql": "SELECT ?image WHERE { ?entity wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?entity wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6f29nwg?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6m33vrs\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_159", "question": "Who has the Twitter username JohnLegere?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"JohnLegere\"\n  }\n}", "paraphrases": ["Which person on Wikidata is associated with the Twitter handle JohnLegere?", "Find the Wikidata entity for the Twitter username JohnLegere."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"JohnLegere\" ) ( \"rmwillen\" ) ( \"jrcarlso\" ) } }"}}
{"id": "val_160", "question": "What film has the FilmAffinity ID 972550?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P480 \"972550\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the FilmAffinity identifier 972550?", "Find the Wikidata item for the film with FilmAffinity ID 972550."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P480> \"972550\". }"}}
{"id": "val_161", "question": "Is there an ice hockey player with Eurohockey.com ID 507582?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2601 \"507582\" .\n}", "paraphrases": ["Does the Wikidata database contain an ice hockey player whose Eurohockey.com player identifier is 507582?", "Who is the ice hockey player identified by the Eurohockey.com ID 507582?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"507582\". }"}}
{"id": "val_162", "question": "Remarkable trees without a Czech \u00daSOP code and their Czech Wikipedia pages", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?tree ?treeLabel ?csWikipediaPage WHERE {\n  ?tree wdt:P31 wd:Q811534 .\n  OPTIONAL {\n    ?tree wdt:P677 ?usopCode .\n  }\n  FILTER ( ! BOUND( ?usopCode ) ) OPTIONAL {\n    ?csWikipediaPage schema:about ?tree ; schema:inLanguage \"cs\" .\n  }\n  OPTIONAL {\n    ?tree rdfs:label ?treeLabel .\n  }\n  FILTER ( LANG( ?treeLabel ) = \"en\" || LANG( ?treeLabel ) = \"\" )\n}", "paraphrases": ["Which remarkable trees are not registered in the Czech national tree database (\u00daSOP), and which of them have Czech Wikipedia articles?", "List all remarkable trees that don\u2019t have a \u00daSOP identifier in the Czech database, along with their English names and any corresponding Czech Wikipedia links."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q811534> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P677> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_163", "question": "Film with LdiF ID 506046 and its English description", "sparql": "SELECT ?film ?filmLabel ?description WHERE { ?film wdt:P3107 \"506046\" . ?film rdfs:label ?filmLabel . OPTIONAL { ?film schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the title and English description of the film with LdiF ID 506046?", "Show me the film identified by LdiF ID 506046, including its label and English description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"506046\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_164", "question": "List chess players with their birth places and dates, sorted by Wikipedia popularity.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?player ?playerLabel ?birthPlace ?birthPlaceLabel ?birthDate ?year ?month ?day ?sitelinks WHERE {\n  ?player wdt:P106 wd:Q10873124 .\n  OPTIONAL {\n    ?player rdfs:label ?playerLabel .\n    FILTER ( LANG( ?playerLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?player wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?player wdt:P569 ?birthDate\n  }\n  BIND( YEAR( ?birthDate ) AS ?year ) BIND( MONTH( ?birthDate ) AS ?month ) BIND( DAY( ?birthDate ) AS ?day ) OPTIONAL {\n    ?player wikibase:sitelinks ?sitelinks\n  }\n}\nORDER BY DESC ( ?sitelinks )", "paraphrases": ["Who are the chess players with known birth dates and places, and how many Wikipedia language editions do they have articles in?", "Show me chess players, including their English names, birth locations, birth years, months, and days, ordered by how widely they are covered on Wikipedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( YEAR ( ?var3 ) AS ?var4 )( MONTH ( ?var3 ) AS ?var5 )( DAY ( ?var3 ) AS ?var6 ) ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10873124> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var9 . ?var1 <http://wikiba.se/ontology#sitelinks> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1 ?var2 ?var3 ?var7 ?var8 ORDER BY DESC( ?var7 )"}}
{"id": "val_165", "question": "What is the English label and description of the medical term with MeSH ID D011531?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P486 \"D011531\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Can you tell me the English name and definition of the bird anatomy term identified by MeSH ID D011531?", "Show me the English label and description for the MeSH descriptor D011531."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P486> \"D011531\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_166", "question": "What is the most specific category that both Vladimir Putin and Joe Maddon belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q7747 wdt:P31 ?type1 .\n  wd:Q1093629 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What class is the closest common ancestor of Vladimir Putin and Joe Maddon in the Wikidata ontology?", "Which entity is the most specific shared superclass of Vladimir Putin and Joe Maddon?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7747> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1093629> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_167", "question": "What are the subclasses of badminton tournaments?", "sparql": "SELECT ?tournament ?tournamentLabel WHERE { ?tournament wdt:P279 wd:Q13357858 . ?tournament rdfs:label ?tournamentLabel . FILTER(LANG(?tournamentLabel) = \"en\") }", "paraphrases": ["What are the names of all national and regional badminton tournaments that are subclasses of \"badminton tournament\" in English?", "List all English-labeled badminton tournament events that are specific types of badminton tournaments."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q13357858> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_168", "question": "Which film has the Cineplex Germany film ID 216772?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3077 \"216772\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified by Cineplex ID 216772?", "Tell me the name of the film with Cineplex Germany film ID 216772."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"216772\". }"}}
{"id": "val_169", "question": "Humans mentioned in the Russian Biographical Dictionary across multiple volumes.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel(COUNT(?volume) AS ?count) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human p:P1343 ?stmt .\n  ?stmt ps:P1343 wd:Q1960551 .\n  ?stmt pq:P805 ?volume .\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nGROUP BY ?human ?humanLabel\nHAVING(?count > 1)\nORDER BY ASC(?humanLabel) DESC(?count)", "paraphrases": ["Which people listed in the Russian Biographical Dictionary appear in more than one volume?", "Show me the names of individuals documented in the Russian Biographical Dictionary who are cited in multiple entries, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P1343> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P1343> <http://www.wikidata.org/entity/Q1960551> . ?var4 <http://www.wikidata.org/prop/qualifier/P248> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY ASC( ?var1Label ) DESC( ?var3 )"}}
{"id": "val_170", "question": "Films and their composers", "sparql": "SELECT ?film ?composer ?composerLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P86 ?composer . ?composer rdfs:label ?composerLabel . FILTER(LANG(?composerLabel) = \"en\") } LIMIT 200", "paraphrases": ["Which films have composers listed in Wikidata, and who composed their music?", "Show me a list of films along with the names of the composers who created their musical scores."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P86> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 5400"}}
{"id": "val_171", "question": "Film with FilmAffinity ID 228270", "sparql": "SELECT ?film WHERE { ?film wdt:P480 \"228270\" . }", "paraphrases": ["Which film has the FilmAffinity ID 228270?", "Can you tell me the movie that is identified as 228270 on FilmAffinity?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P480> \"228270\". }"}}
{"id": "val_172", "question": "Does Wikidata contain a railway station with UIC code 2200474?", "sparql": "ASK WHERE { ?station wdt:P722 \"2200474\" . }", "paraphrases": ["Is there a railway station in Wikidata identified by the UIC station code 2200474?", "Confirm if the UIC station code 2200474 corresponds to any railway station in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P722> \"2200474\". }"}}
{"id": "val_173", "question": "What film has the Cineplex Germany film ID 144404?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"144404\" . }", "paraphrases": ["Which movie in Wikidata is identified by the Cineplex ID 144404?", "I need to find the Wikidata entry for the film that Cineplex Germany lists under ID 144404."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"144404\". }"}}
{"id": "val_174", "question": "Which railway station has the UIC code 2208111?", "sparql": "SELECT ?station ?stationLabel WHERE { ?station wdt:P722 \"2208111\" . ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") }", "paraphrases": ["UIC station code 2208111 \u2014 what station is that?", "Tell me the name of the railway station with UIC code 2208111."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P722> \"2208111\". }"}}
{"id": "val_175", "question": "Who are the authors of the Encyclopedia of the Holocaust?", "sparql": "SELECT ?author WHERE { wd:Q2906963 wdt:P50 ?author . }", "paraphrases": ["Which individuals or organizations authored the Encyclopedia of the Holocaust?", "What is the authorship information for the Encyclopedia of the Holocaust?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q2906963> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_176", "question": "Is there a Kazakh administrative unit with CATO ID 515469800?", "sparql": "ASK WHERE { ?administrativeUnit wdt:P4838 \"515469800\" . }", "paraphrases": ["Does the village \u0427\u0438\u0447\u0435\u0440\u0438\u043d\u043e in Kazakhstan have the CATO ID 515469800?", "Confirm whether the identifier 515469800 corresponds to an administrative object in Kazakhstan."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"515469800\". }"}}
{"id": "val_177", "question": "Which Wikidata items have Twitter usernames CityOfBoston, ForestvilleMont, melroserugby, deventergem, or LinusTech?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  {\n    ?item wdt:P2002 \"CityOfBoston\" .\n  } UNION {\n    ?item wdt:P2002 \"ForestvilleMont\" .\n  } UNION {\n    ?item wdt:P2002 \"melroserugby\" .\n  } UNION {\n    ?item wdt:P2002 \"deventergem\" .\n  } UNION {\n    ?item wdt:P2002 \"LinusTech\" .\n  }\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter usernames 'CityOfBoston', 'ForestvilleMont', 'melroserugby', 'deventergem', or 'LinusTech'?", "Show me the Wikidata items and their corresponding Twitter usernames for the handles: CityOfBoston, ForestvilleMont, melroserugby, deventergem, and LinusTech."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"mmmelk\" ) ( \"TomliTV\" ) ( \"string4\" ) ( \"NalyeVanya\" ) ( \"ozthedevil\" ) ( \"string5\" ) ( \"steashaz\" ) ( \"string6\" ) ( \"string7\" ) ( \"Mejhraneuh\" ) ( \"string8\" ) ( \"Sponible\" ) ( \"yvg\" ) ( \"paraboul\" ) ( \"bangpowwww\" ) ( \"Mey_Advice\" ) ( \"GPiesset\" ) ( \"string9\" ) ( \"Yoloswag47\" ) ( \"string10\" ) ( \"string11\" ) } }"}}
{"id": "val_178", "question": "Which film has the film-documentaire.fr ID 43012?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3673 \"43012\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified as 43012 in film-documentaire.fr?", "Find the film in Wikidata that corresponds to the identifier 43012 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"43012\". }"}}
{"id": "val_179", "question": "What equipment or infrastructure was retired or went missing in 1988?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P730 | wdt:P746 ) ?date .\n  FILTER ( ?date >= \"1988-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1988-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["List all items that had their service retirement or disappearance date in 1988.", "Which ships, locomotives, or lighthouses were taken out of service or disappeared during 1988?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1988-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1988-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_180", "question": "What are the National Pok\u00e9dex numbers for all Pok\u00e9mon species?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?pokemon ?pokemonLabel ?number WHERE {\n  ?pokemon wdt:P31 / wdt:P279 * wd:Q3966183 .\n  ?pokemon p:P1685 ?statement .\n  ?statement ps:P1685 ?number .\n  ?statement pq:P972 wd:Q20005020 .\n  ?pokemon rdfs:label ?pokemonLabel .\n  FILTER(LANG(?pokemonLabel) = \"en\")\n}", "paraphrases": ["List all Pok\u00e9mon and their corresponding index numbers in the National Pok\u00e9dex.", "Which Pok\u00e9mon are listed in the National Pok\u00e9dex, and what number does each one have?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q3966183> . ?var2 <http://www.wikidata.org/prop/P1112> [ <http://www.wikidata.org/prop/statement/P1112> ?var1 ; <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q20005020> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_181", "question": "What is the image associated with the SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image } }", "paraphrases": ["Can you find the Wikimedia Commons image for the person or entity identified by the SNAC ARK ID w6f29nwg?", "Show me the image of the entity linked to the SNAC ARK ID w6f29nwg, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6s90w8d\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_182", "question": "Which entities on Wikidata have Twitter usernames CityOfBoston, melroserugby, deventergem, or ForestvilleMont, and how many Wikipedia articles are there about each?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username ( COUNT( ?site ) AS ?sitelinks ) WHERE {\n  ?entity wdt:P2002 ?username .\n  ?site schema:about ?entity ; schema:isPartOf ?wiki .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) ) VALUES ?username {\n    \"CityOfBoston\" \"melroserugby\" \"deventergem\" \"ForestvilleMont\"\n  }\n}\nGROUP BY ?entity ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["What are the Twitter usernames of Boston, Melrose RFC, Deventer, and Forestville Montessori School, and which of them has the fewest Wikipedia language editions?", "List the entities linked to the Twitter accounts CityOfBoston, melroserugby, deventergem, and ForestvilleMont, sorted by the number of Wikipedia pages about them, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"mar0ka\" ) ( \"string4\" ) ( \"string5\" ) ( \"royaleswim\" ) ( \"string6\" ) ( \"dogtannoy\" ) ( \"roots_law\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"mgalvers\" ) ( \"string11\" ) ( \"AlanNglish\" ) ( \"SnapSpot3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_183", "question": "List chess players with their native names and birth dates (year, month, day), sorted alphabetically by native name.", "sparql": "SELECT DISTINCT ?player ?nativeName (YEAR(?birthDate) AS ?birthYear) (MONTH(?birthDate) AS ?birthMonth) (DAY(?birthDate) AS ?birthDay) WHERE { ?player wdt:P106 wd:Q10873124 . ?player wdt:P569 ?birthDate . ?player wdt:P1559 ?nativeName . } ORDER BY ASC(?nativeName)", "paraphrases": ["Who are the chess players, what are their names in their native languages, and when were they born (broken down by year, month, and day), ordered by their native names?", "Please provide a list of all chess players, including their native names and full birth dates (year, month, and day), sorted by their native names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( YEAR ( ?var3 ) AS ?var4 )( MONTH ( ?var3 ) AS ?var5 )( DAY ( ?var3 ) AS ?var6 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10873124> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en,ru\". } } GROUP BY ?var1 ?var2 ?var3 ORDER BY ASC( ?var2 )"}}
{"id": "val_184", "question": "What is the English label and description of the Australian geographic region with ASGS2016 ID LGA11650?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4093 \"LGA11650\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Which local government area in Australia has the Australian Statistical Geography Standard 2016 ID LGA11650, and what is its name and description in English?", "Show me the name and description in English for the geographic region identified by LGA11650 in the Australian Statistical Geography Standard 2016."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"LGA11650\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_185", "question": "Image of the entity with SNAC ARK ID w6f29nwg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6f29nwg?", "Can you show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w6f29nwg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6894s3s\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_186", "question": "Which film has the Cinema.de ID 1312028?", "sparql": "SELECT ?film WHERE { ?film wdt:P3933 \"1312028\" .}", "paraphrases": ["What is the Wikidata item for the film identified by Cinema.de ID 1312028?", "Find the film in Wikidata that is assigned the Cinema.de ID 1312028."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3933> \"1312028\". }"}}
{"id": "val_187", "question": "Chess players with an Elo rating above 2700", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?elo WHERE {\n  ?player wdt:P1087 ?elo .\n  FILTER(?elo > 2700)\n}\nLIMIT 100", "paraphrases": ["Who are the chess players with an Elo rating higher than 2700?", "List the chess players who have an Elo rating over 2700."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1087> ?var3 . FILTER ( ( ( ?var3 > \"2700\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } } LIMIT 100"}}
{"id": "val_188", "question": "List all European Rowing Championships with their host countries, dates, and the preceding and succeeding events.", "sparql": "SELECT ?event ?eventName ?hostCountry ?date ?datePrecision ?precedingEvent ?succeedingEvent WHERE { ?event wdt:P31 wd:Q80767 ; rdfs:label ?eventName . FILTER (LANG(?eventName) = \"en\") OPTIONAL { ?event wdt:P17 ?hostCountry . } OPTIONAL { ?event p:P585 / psv:P585 [ wikibase:timeValue ?date ; wikibase:timePrecision ?datePrecision ] . } OPTIONAL { ?event wdt:P155 ?precedingEvent . } OPTIONAL { ?event wdt:P156 ?succeedingEvent . } } ORDER BY ASC(?eventName)", "paraphrases": ["What are the host countries, dates, and chronological predecessors and successors of each European Rowing Championship since 1893?", "Show me the full timeline of European Rowing Championships, including where and when each was held, and which events came before and after."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q80767> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P585> / <http://www.wikidata.org/prop/statement/value/P585> ) [ <http://wikiba.se/ontology#timeValue> ?var4 ; <http://wikiba.se/ontology#timePrecision> ?var5 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P155> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P156> ?var7 . } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_189", "question": "What is the English label and description of the Broadway show with IBDB ID 10973?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?label ?description WHERE {\n  ?work wdt:P1219 \"10973\" .\n  ?work rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    ?work schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["What is the title and description in English of the musical revue identified by the Internet Broadway Database ID 10973?", "Please provide the English name and description of the Broadway production whose IBDB show ID is 10973."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"10973\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_190", "question": "Rowing figures with native names starting with O", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?nativeName WHERE {\n  ?person wdt:P106 / wdt:P279 * wd:Q26270618 .\n  ?person wdt:P1559 ?nativeName .\n  FILTER ( REGEX( STR( ?nativeName ) , \"^O\" ) )\n}", "paraphrases": ["Who are the people involved in rowing whose native names begin with the letter O?", "List the names of rowing coaches, umpires, and administrators whose native names start with O."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q26270618> . ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var2 . FILTER ( ( REGEX ( STR ( ?var2 ) , \"O[A-Z]\" ) ) ) . }"}}
{"id": "val_191", "question": "German rowing athletes with DOSB ID but unknown place of birth", "sparql": "SELECT ?person ?dosbId WHERE { ?person (wdt:P106/wdt:P279*) wd:Q26270618 ; wdt:P4053 ?dosbId . FILTER NOT EXISTS { ?person wdt:P19 [] } }", "paraphrases": ["Which German rowing athletes have a DOSB athlete ID but no recorded place of birth?", "List all German rowing athletes who are registered with DOSB but whose birthplace is not specified in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q26270618> ; <http://www.wikidata.org/prop/direct/P4053> ?var2 ; <http://www.wikidata.org/prop/direct/P19> ?var3 . FILTER ( ( isBLANK ( ?var3 ) ) ) . }"}}
{"id": "val_192", "question": "Is Jean Grimard an ice hockey player?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q20435018 wdt:P106 wd:Q11774891 .\n}", "paraphrases": ["Was Jean Grimard an ice hockey player?", "Confirm whether Jean Grimard\u2019s occupation is ice hockey player."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q20435018> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_193", "question": "How many Russian-language entries from the Jewish Encyclopedia (\u0415\u042d\u0411\u0415) are classified as encyclopedia articles, cross-references, and other types?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?class ?classLabel ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P31 ?class .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ru\" ) FILTER ( CONTAINS( ?label , \"\u0415\u042d\u0411\u0415\" ) ) ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"ru\" )\n}\nGROUP BY ?class ?classLabel\nORDER BY DESC ( ?count ) ASC ( ?classLabel )", "paraphrases": ["What are the most common types of items in Wikidata that have Russian labels containing \"\u0415\u042d\u0411\u0415\", and how many of each type exist?", "List the classes of Russian-language \u0415\u042d\u0411\u0415 entries in Wikidata, sorted by how many entries belong to each class, from most to least."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var4 <http://schema.org/isPartOf> [ <http://wikiba.se/ontology#wikiGroup> \"wikisource\" ] ; <http://schema.org/inLanguage> \"ru\"; <http://schema.org/about> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"ru\" ) ) ) . FILTER ( ( CONTAINS ( ?var5Label , \"\u0415\u042d\u0411\u0415\" ) ) ) . } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )ASC( ?var1Label )"}}
{"id": "val_194", "question": "What is the English label and description of the Art & Architecture Thesaurus ID 300136954?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1014 \"300136954\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["What is the item in Wikidata with the AAT ID 300136954, and what is its English name and description?", "Show me the English name and description of the furniture shape identified by the Getty AAT ID 300136954."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300136954\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_195", "question": "What is the English description of the V&A item with ID O125587?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P3929 \"O125587\" . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the Wikidata item for the Victoria and Albert Museum object numbered O125587 and show its English description if available?", "Which item in Wikidata has the V&A ID O125587, and does it have an English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O1171532\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_196", "question": "What are the Persian-language names of athletes such as football players, basketball players, swimmers, tennis players, and table tennis players?", "sparql": "SELECT DISTINCT ?label WHERE { ?athlete wdt:P31 wd:Q5 ; wdt:P106 ?occupation . VALUES ?occupation { wd:Q937857 wd:Q3665646 wd:Q10843402 wd:Q10833314 wd:Q13382519 } . ?athlete rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10", "paraphrases": ["Can you list 10 athletes who have Persian-language labels on Wikidata?", "Show me the Persian names of human athletes whose occupations are related to football, basketball, swimming, tennis, or table tennis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 2880"}}
{"id": "val_197", "question": "What are some films and their composers?", "sparql": "SELECT ?film ?filmLabel ?composer ?composerLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P86 ?composer . } LIMIT 10", "paraphrases": ["Can you list 10 films along with the names of the composers who created their music?", "Who composed the music for films, and what are the titles of those films?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P86> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 21800"}}
{"id": "val_198", "question": "Is Haplogroup N a human mitochondrial DNA haplogroup?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q118710 ( wdt:P31 | wdt:P279 ) * wd:Q1356230 .\n}", "paraphrases": ["Does Haplogroup N belong to the category of human mitochondrial DNA haplogroups through inheritance or classification?", "Confirm whether Haplogroup N is classified as a human mitochondrial DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q35654540> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_199", "question": "Russian citizens and their eye colors", "sparql": "SELECT ?person ?eyeColor ?eyeColorLabel WHERE { ?person wdt:P27 wd:Q159 . ?person wdt:P1340 ?eyeColor . ?eyeColor rdfs:label ?eyeColorLabel . FILTER(LANG(?eyeColorLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the eye colors of people who are citizens of Russia?", "List people from Russia along with the color of their eyes."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q159> . ?var1 <http://www.wikidata.org/prop/direct/P1340> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } LIMIT 100"}}
{"id": "val_200", "question": "Does Kazakhstan have an administrative region with CATO ID 113437107?", "sparql": "ASK WHERE { ?region wdt:P4838 \"113437107\" . }", "paraphrases": ["Is there a Kazakh administrative unit identified by the CATO ID 113437107 in Wikidata?", "Confirm whether the CATO ID 113437107 corresponds to any administrative region in Kazakhstan."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"113437107\". }"}}
{"id": "val_201", "question": "Which organizations have Twitter accounts \"CityOfBoston\", \"melroserugby\", or \"deventergem\", and how many Wikipedia links do they have?", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?site schema:about ?item ; schema:isPartOf ?siteItem . FILTER(STRSTARTS(STR(?site), \"https://\")) VALUES ?username { \"CityOfBoston\" \"melroserugby\" \"deventergem\" } } GROUP BY ?item ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Wikidata items for the Twitter usernames CityOfBoston, melroserugby, and deventergem, and how many Wikipedia sitelinks do they each have, sorted by the fewest links first?", "List the entities linked to the Twitter handles CityOfBoston, melroserugby, and deventergem, along with their Wikipedia sitelink counts, ordered from least to most sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"TancredeB\" ) ( \"string1\" ) ( \"string2\" ) ( \"TF1\" ) ( \"StanM3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_202", "question": "Who is the Czech Olympic Committee athlete with ID 2417, and what is their description?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?athlete ?athleteLabel ?description WHERE {\n  ?athlete wdt:P4062 \"2417\" .\n  OPTIONAL {\n    ?athlete rdfs:label ?athleteLabel .\n    FILTER ( LANG( ?athleteLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?athlete schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the athlete identified by the Czech Olympic Committee ID 2417?", "Please provide the name and English description of the athlete whose Czech Olympic Committee athlete ID is 2417."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4062> \"2417\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_203", "question": "Ice hockey teams with their Facebook URLs", "sparql": "SELECT ?team ?teamLabel ?fbUrl WHERE { ?team wdt:P31 wd:Q4498974 . ?team wdt:P2013 ?fbUsername . BIND( IRI( CONCAT( \"https://www.facebook.com/\", ?fbUsername ) ) AS ?fbUrl ) . ?team rdfs:label ?teamLabel . }", "paraphrases": ["What are the Facebook page URLs for ice hockey teams, and what are their names?", "List all ice hockey teams along with their official names and corresponding Facebook page links."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4498974> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } BIND ( IRI ( CONCAT ( \"string1\", ?var4 ) ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var4 . }"}}
{"id": "val_204", "question": "What are all the superclass categories of the Wikimedia infobox template Q6493499?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q6493499 wdt:P279* ?superclass . } LIMIT 100", "paraphrases": ["Show me the hierarchy of classes that the infobox template Q6493499 belongs to.", "What are the broader categories that include the infobox template Q6493499 as a subclass?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q6493499> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_205", "question": "List Wikimedia infobox templates along with their immediate superclass and ancestor class in the hierarchy, sorted by superclass and template name.", "sparql": "SELECT ?ancestorClass ?ancestorClassLabel ?parentClass ?parentClassLabel ?infobox ?infoboxLabel WHERE { ?infobox wdt:P31 wd:Q19887878 . ?infobox wdt:P279 ?parentClass . ?parentClass wdt:P279* ?ancestorClass . OPTIONAL { ?ancestorClass rdfs:label ?ancestorClassLabel . FILTER(LANG(?ancestorClassLabel) = \"en\") } OPTIONAL { ?parentClass rdfs:label ?parentClassLabel . FILTER(LANG(?parentClassLabel) = \"en\") } OPTIONAL { ?infobox rdfs:label ?infoboxLabel . FILTER(LANG(?infoboxLabel) = \"en\") } } ORDER BY ASC(?parentClassLabel) ASC(?infoboxLabel)", "paraphrases": ["What are the infobox templates on Wikimedia, and what are their direct and indirect parent classes in the subclass hierarchy?", "Show me all infobox templates, their direct superclass, and any higher ancestor class in the subclass tree, including their English labels, ordered alphabetically by superclass and then by template name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var3 <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } } ORDER BY ASC( ?var2Label )ASC( ?var3Label )"}}
{"id": "val_206", "question": "Persian labels of athletes and their subtypes.", "sparql": "SELECT DISTINCT ?label WHERE { ?person (wdt:P31 | wdt:P106) ?occupation . ?occupation (wdt:P279)* wd:Q2066131 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10 OFFSET 2590", "paraphrases": ["Who are some athletes (or people in athletic occupations) with Persian-language labels?", "List Persian-language names of people whose occupation is athlete or a specific type of athlete."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 2590"}}
{"id": "val_207", "question": "Who is the artist with Athenaeum ID 7256, and what is their description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artistLabel ?description WHERE {\n  ?artist wdt:P4145 \"7256\" .\n  OPTIONAL {\n    ?artist rdfs:label ?artistLabel .\n    FILTER ( LANG( ?artistLabel ) = \"en\" ) .\n  }\n  OPTIONAL {\n    ?artist schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["What is the name and English description of the artist identified by the Athenaeum person ID 7256?", "Please provide the name and biographical description in English of the artist whose Athenaeum ID is 7256."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4145> \"7256\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_208", "question": "Persian-labeled Iranian cultural heritage sites with coordinates", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P1369 ?reg . ?item rdfs:label ?label . ?item wdt:P625 ?coord . FILTER(LANG(?label) = \"fa\") }", "paraphrases": ["What are the Persian names of Iranian heritage sites that have geographic coordinates?", "List the Persian labels of all registered Iranian cultural heritage sites that are geolocated."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1369> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . FILTER ( ( ( LANG ( ?var2Label ) = \"fa\" ) ) ) . }"}}
{"id": "val_209", "question": "On which Wikipedia language editions can I find an article about the lighthouse?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?articlePage ?languageCode WHERE {\n  ?articlePage schema:about wd:Q39715 ; schema:isPartOf ?wikipediaSite ; schema:inLanguage ?languageCode .\n  ?wikipediaSite wikibase:wikiGroup \"wikipedia\" .\n}", "paraphrases": ["Wikipedia articles about lighthouses and their language codes", "Show me the URLs of Wikipedia articles about lighthouses and the languages they are written in."], "info": {"raw_sparql": "SELECT * WHERE { [] <http://schema.org/about> <http://www.wikidata.org/entity/Q39715> ; <http://schema.org/isPartOf> ?var1 ; <http://schema.org/inLanguage> ?var2 . ?var1 <http://wikiba.se/ontology#wikiGroup> \"wikipedia\". }"}}
{"id": "val_210", "question": "Lighthouses in Russia without a Spanish description.", "sparql": "SELECT ?lighthouse ?description WHERE { ?lighthouse wdt:P31 wd:Q39715 . ?lighthouse wdt:P17 wd:Q159 . OPTIONAL { ?lighthouse schema:description ?description . FILTER (LANG(?description) = \"es\") } FILTER (!BOUND(?description)) }", "paraphrases": ["Which lighthouses in Russia do not have a description in Spanish?", "Show me all lighthouses located in Russia that lack a Spanish-language description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_211", "question": "What is the English label and description of the geographic location with YSO ID 152592?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2347 \"152592\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you find the English name and description for the Finnish concept identified by YSO ID 152592?", "Show me the English label and description for the entity that has the YSO identifier 152592."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"152592\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_212", "question": "Ship with IMO number 9574523 in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"9574523\" .\n}", "paraphrases": ["Is there a ship in Wikidata with the IMO number 9574523?", "Check if the IMO number 9574523 is assigned to any ship in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9574523\". }"}}
{"id": "val_213", "question": "List zoos with their locations and images.", "sparql": "SELECT ?zoo ?zooLabel ?coordinates ?image WHERE { ?zoo wdt:P31 wd:Q43501 . OPTIONAL { ?zoo wdt:P625 ?coordinates . } OPTIONAL { ?zoo wdt:P18 ?image . } ?zoo rdfs:label ?zooLabel . FILTER(LANG(?zooLabel) = \"en\") }", "paraphrases": ["What are the names, geographic coordinates, and images of all zoos in Wikidata?", "Show me a table of zoos, including their English names, coordinates, and any available Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_214", "question": "What film has the AllMovie ID v299029?", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v299029\" . }", "paraphrases": ["Which movie on Wikidata is identified by the AllMovie title ID \"v299029\"?", "I\u2019m looking for the film associated with the AllMovie identifier v299029 \u2014 what is its Wikidata item?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v299029\". }"}}
{"id": "val_215", "question": "Rowers who do not participate in any other sport.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rower ?rowerLabel WHERE {\n  ?rower wdt:P106 wd:Q13382576 .\n  ?rower wdt:P31 wd:Q5 .\n  ?rower rdfs:label ?rowerLabel . MINUS {\n    ?rower wdt:P641 [] .\n  }\n  FILTER(LANG(?rowerLabel) = \"en\")\n}\nORDER BY ASC(?rowerLabel)", "paraphrases": ["Who are the rowers that are not listed as participating in any other sport?", "List the names of rowers who only row and don't play any other sport."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13382576> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P641> [] . } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_216", "question": "Is Haplogroup R0b a haplogroup?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q47035348 ( wdt:P31 / wdt:P279 * ) wd:Q80686 .\n}", "paraphrases": ["Does Haplogroup R0b belong to the category of haplogroups through its class inheritance?", "Confirm that Haplogroup R0b is classified as a haplogroup via its instance and subclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47035348> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_217", "question": "What are the cultural heritage sites in Finland with national or UNESCO status located between longitudes 21\u00b0E and 23\u00b0E and latitudes 60\u00b0N and 62\u00b0N?", "sparql": "SELECT ?site ?siteLabel ?coord ?image ?commonsCategory WHERE { VALUES ?heritageDesignation { wd:Q29966257 wd:Q9259 } ?site wdt:P1435 ?heritageDesignation . ?site wdt:P17 wd:Q33 . ?site wdt:P625 ?coord . FILTER(geof:longitude(?coord) >= 21 && geof:longitude(?coord) <= 23 && geof:latitude(?coord) >= 60 && geof:latitude(?coord) <= 62) OPTIONAL { ?site wdt:P18 ?image . } OPTIONAL { ?site wdt:P373 ?commonsCategory . } ?site rdfs:label ?siteLabel . FILTER(LANG(?siteLabel) = \"en\") } LIMIT 3000", "paraphrases": ["Show me images and Wikimedia Commons categories for Finnish heritage sites in the area around the Gulf of Bothnia (21\u201323\u00b0E, 60\u201362\u00b0N) that are either nationally protected or UNESCO World Heritage Sites.", "List the English-named cultural heritage sites in Finland within the geographic bounds of 21\u201323\u00b0E and 60\u201362\u00b0N, along with their photos and associated Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(21 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(23 62)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_218", "question": "What is the English title and description of the Victoria and Albert Museum object with ID O81993?", "sparql": "SELECT ?item ?label ?desc WHERE { ?item wdt:P3929 \"O81993\" . OPTIONAL { ?item wdt:P1476 ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Find the artwork in the V&A collection with ID O81993 and show its English title and description.", "Can you tell me the name and a brief description of the painting in the V&A Museum identified by the ID O81993?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O819195\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_219", "question": "Is there a video game in Wikidata with ZXDB ID 0003126?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P4705 \"0003126\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What video game has the ZXDB ID 0003126?", "Can you find the video game identified by the ZXDB ID 0003126?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0003126\". }"}}
{"id": "val_220", "question": "People with hair color qualifiers specifying body parts", "sparql": "SELECT ?person ?personLabel ?partLabel WHERE { ?person p:P1884 ?statement . ?statement pq:P518 ?part . ?person rdfs:label ?personLabel . ?part rdfs:label ?partLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?partLabel) = \"en\") }", "paraphrases": ["Which people have their hair color specified for particular body parts, and what are those parts?", "Show me all individuals who have a hair color with a qualifier indicating which part of the body it applies to, along with the part names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P1884> / <http://www.wikidata.org/prop/qualifier/P794> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_221", "question": "Zoos that keep both meerkats and polar bears, along with their websites, images, all species, and locations.", "sparql": "SELECT ?zoo ?zooLabel ?website ?image ?species ?speciesLabel ?location ?locationLabel WHERE { ?zoo wdt:P31 wd:Q43501 . ?zoo wdt:P1990 wd:Q134015 . ?zoo wdt:P1990 wd:Q33609 . OPTIONAL { ?zoo wdt:P856 ?website . } OPTIONAL { ?zoo wdt:P18 ?image . } OPTIONAL { ?zoo wdt:P1990 ?species . } OPTIONAL { ?zoo wdt:P131 ?location . } ?zoo rdfs:label ?zooLabel . ?species rdfs:label ?speciesLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?zooLabel) = \"en\") FILTER(LANG(?speciesLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which zoos house both meerkats and polar bears, and what are their official websites, images, other species, and locations?", "List all zoos that have both meerkats and polar bears, and provide their official websites, images, all the species they keep, and where they are located."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . ?var1 <http://www.wikidata.org/prop/direct/P1990> <http://www.wikidata.org/entity/Q134015> . ?var1 <http://www.wikidata.org/prop/direct/P1990> <http://www.wikidata.org/entity/Q33609> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1990> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . } } LIMIT 100"}}
{"id": "val_222", "question": "Which film has the FilmAffinity ID 373884?", "sparql": "SELECT ?film WHERE { ?film wdt:P480 \"373884\" . }", "paraphrases": ["Film with FilmAffinity ID 373884", "Tell me the film that corresponds to FilmAffinity ID 373884."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P480> \"373884\". }"}}
{"id": "val_223", "question": "Cultural heritage sites in southern Finland with coordinates between 23\u201328\u00b0E and 62\u201363\u00b0N, including images and Commons categories.", "sparql": "SELECT ?site ?siteLabel ?coord ?image ?commonsCat WHERE {  VALUES ?heritageDesignation { wd:Q29966257 wd:Q9259 }  ?heritageItem wdt:P1435 ?heritageDesignation .  ?heritageItem wdt:P17 wd:Q33 .  ?site (wdt:P131/wdt:P279*) | (wdt:P276/wdt:P279*) | (wdt:P361/wdt:P279*) ?heritageItem .  ?site wdt:P625 ?coord .  BIND(STRBEFORE(STRAFTER(STR(?coord), \"POINT(\"), \" \") AS ?lonStr)  BIND(STRBEFORE(STRAFTER(STR(?coord), \" \"), \")\") AS ?latStr)  BIND(xsd:double(?lonStr) AS ?lon)  BIND(xsd:double(?latStr) AS ?lat)  FILTER(?lon >= 23 && ?lon <= 28 && ?lat >= 62 && ?lat <= 63)  OPTIONAL { ?site wdt:P18 ?image . }  OPTIONAL { ?site wdt:P373 ?commonsCat . }  ?site rdfs:label ?siteLabel .} LIMIT 3000", "paraphrases": ["What are the cultural heritage sites in Finland within the geographic area bounded by longitudes 23 to 28 and latitudes 62 to 63, and what are their images and Wikimedia Commons categories?", "List all nationally designated and UNESCO World Heritage sites in southern Finland between 62\u00b0N and 63\u00b0N latitude and 23\u00b0E and 28\u00b0E longitude, along with their images and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(23 62)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(28 63)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_224", "question": "What film has the film-documentaire.fr ID 21436?", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"21436\" . }", "paraphrases": ["Which movie is identified by the number 21436 in the French film database film-documentaire.fr?", "Find the Wikidata item for the film with ID 21436 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"21436\". }"}}
{"id": "val_225", "question": "Persian-language labels of athletes and their subclasses.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  ?person wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q2066131 .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"fa\")\n}\nLIMIT 10\nOFFSET 2350", "paraphrases": ["Who are some athletes in Persian, including those in sub-occupations like football players or Olympians?", "Show me 10 Persian names of people whose occupation is athlete or a type of athlete, starting from the 2351st result."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 2350"}}
{"id": "val_226", "question": "Who is the artist with J. Paul Getty Museum DOR ID 549?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2432 \"549\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name and description of the person identified by the J. Paul Getty Museum agent DOR ID 549?", "Show me the English label of the person linked to Getty Museum ID 549, along with any English description they have."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2432> \"549\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_227", "question": "Does the video game Volfied have the ZXDB ID 0024359?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P4705 \"0024359\"\n}", "paraphrases": ["Is there a Wikidata item for the ZX Spectrum game with identifier 0024359?", "Confirm if the ZXDB ID 0024359 is linked to any game in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0024359\". }"}}
{"id": "val_228", "question": "Does Wikidata contain the game with MobyGames ID 'wrc'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P1933 \"wrc\" .\n}", "paraphrases": ["Is there a game in Wikidata that has the MobyGames game ID 'wrc'?", "Confirm if World Rally Championship is linked to the MobyGames ID 'wrc' in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1933> \"wrc\". }"}}
{"id": "val_229", "question": "What are the Spanish-language names of universities in Chile and the film directors who studied there?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?universityLabel ?directorLabel WHERE {\n  ?university wdt:P31 wd:Q3918 ; wdt:P17 wd:Q298 .\n  ?director wdt:P69 ?university ; wdt:P106 wd:Q2526255 .\n  ?university rdfs:label ?universityLabel .\n  ?director rdfs:label ?directorLabel .\n  FILTER ( LANG( ?universityLabel ) = \"es\" && LANG( ?directorLabel ) = \"es\" )\n}", "paraphrases": ["Can you list Chilean universities and their alumni who are film directors, with labels in Spanish?", "Which film directors from Chile went to university there, and what are their Spanish names and the names of their universities?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var4 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P69> ?var4 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2526255> . ?var5 <http://www.wikidata.org/prop/direct/P57> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) && ( LANG ( ?var2 ) = \"es\" ) && ( LANG ( ?var3 ) = \"es\" ) ) ) . }"}}
{"id": "val_230", "question": "Cultural heritage sites in southern Finland with national or UNESCO status, including their coordinates, images, and Commons categories.", "sparql": "SELECT ?heritageSite ?heritageSiteLabel ?coord ?image ?commonsCategory WHERE {\n  VALUES ?heritageDesignation {\n    wd:Q29966257  # Cultural Heritage Site of National Significance\n    wd:Q9259      # World Heritage Site\n  }\n  ?heritageSite wdt:P1435 ?heritageDesignation .\n  ?heritageSite wdt:P17 wd:Q33 .  # Finland\n  ?heritageSite wdt:P625 ?coord .\n  FILTER(isLiteral(?coord) && datatype(?coord) = geo:wktLiteral)\n  BIND(geof:latitude(?coord) AS ?lat)\n  BIND(geof:longitude(?coord) AS ?long)\n  FILTER(?lat >= 60.0 && ?lat <= 61.0 && ?long >= 22.0 && ?long <= 26.0)\n  OPTIONAL { ?heritageSite wdt:P18 ?image . }\n  OPTIONAL { ?heritageSite wdt:P373 ?commonsCategory . }\n  FILTER(LANG(?heritageSiteLabel) = \"en\")\n  ?heritageSite rdfs:label ?heritageSiteLabel .\n}\nLIMIT 100", "paraphrases": ["What are the cultural heritage sites in Finland between latitudes 60 and 61 and longitudes 22 and 26 that have either national significance or UNESCO World Heritage status, and what are their images and Wikimedia Commons categories?", "List all heritage sites in southern Finland with national or UNESCO designation, showing their names, locations, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(22 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(26 61)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_231", "question": "Lists of UFO sightings", "sparql": "SELECT ?list ?listLabel WHERE { ?list wdt:P360 wd:Q421 . ?list rdfs:label ?listLabel . FILTER(LANG(?listLabel) = 'en') }", "paraphrases": ["What are the Wikipedia lists about unidentified flying objects?", "Show me the English-language lists that catalog UFO sightings."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q1781841> ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var2 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q421> . }"}}
{"id": "val_232", "question": "What film is identified by the Cineplex Germany film ID 247601?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3077 \"247601\" .\n}", "paraphrases": ["Find the film with Cineplex ID 247601.", "Which movie in the Cineplex database has the identifier 247601?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"247601\". }"}}
{"id": "val_233", "question": "What ships were retired in August 1958?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P730 | wdt:P746) ?date . FILTER ( ?date >= \"1958-08-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1958-08-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which vessels had their service end or went missing between August 1 and August 31, 1958?", "List all military or civilian ships that were taken out of service or disappeared in August 1958."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1958-08-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1958-08-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_234", "question": "Categories of Pok\u00e9mon species", "sparql": "SELECT ?pokemonSubclass ?pokemonSubclassLabel WHERE { ?pokemonSubclass wdt:P279 wd:Q3966183 . ?pokemonSubclass rdfs:label ?pokemonSubclassLabel . FILTER(LANG(?pokemonSubclassLabel) = \"en\") }", "paraphrases": ["What are the different types of Pok\u00e9mon species, such as Legendary or Starter Pok\u00e9mon?", "List all known subclasses of Pok\u00e9mon species in the Pok\u00e9mon franchise."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q3966183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_235", "question": "What is the English label and description of the Great Russian Encyclopedia Online ID 3147267?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"3147267\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the item identified by the ID 3147267 in the Great Russian Encyclopedia Online (old version)?", "Show me the English name and description of the material with the Great Russian Encyclopedia Online ID 3147267."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3147267\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_236", "question": "Remarkable trees in the Czech Republic and their districts", "sparql": "SELECT ?tree ?treeLabel ?districtLabel WHERE { ?tree wdt:P31 wd:Q811534 . ?tree wdt:P131 ?municipality . ?municipality wdt:P131 ?district . ?district wdt:P31 wd:Q548611 . ?tree rdfs:label ?treeLabel . ?district rdfs:label ?districtLabel . FILTER(LANG(?treeLabel) = \"en\") FILTER(LANG(?districtLabel) = \"en\") } LIMIT 8000", "paraphrases": ["Which districts in the Czech Republic contain remarkable trees?", "List the names of remarkable trees in the Czech Republic along with the districts they are located in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q811534> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var3 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var2 , IF ( EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var3 , IF ( EXISTS { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var6 , \"XX\" ) ) ) AS ?var4 ). } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } LIMIT 8000"}}
{"id": "val_237", "question": "Which film has the The Numbers movie ID \"Maccheroni\"?", "sparql": "SELECT ?film WHERE { ?film wdt:P3808 \"Maccheroni\" .}", "paraphrases": ["Find the film identified by \"Maccheroni\" in The Numbers database.", "What movie is listed with the ID Maccheroni on The Numbers website?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3808> \"Maccheroni\". }"}}
{"id": "val_238", "question": "Does the video game 'Fernandez Must Die' have the ZXDB ID 0001739?", "sparql": "ASK WHERE { ?game wdt:P4705 \"0001739\" . }", "paraphrases": ["Is there a video game in Wikidata with the ZXDB ID 0001739?", "Confirm if the ZXDB ID 0001739 is assigned to any video game in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0001739\". }"}}
{"id": "val_239", "question": "Gaming-History ID 1240 in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4806 \"1240\" .\n}", "paraphrases": ["Is the arcade game Jumping Cross identified by the Gaming-History ID 1240 in Wikidata?", "Confirm whether Jumping Cross has the Gaming-History identifier 1240."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4806> \"1240\". }"}}
{"id": "val_240", "question": "What is the English label and description of the person with Collective Biographies of Women ID 11808?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4539 \"11808\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the German noblewoman and pioneering educationalist listed in the Collective Biographies of Women database with ID 11808?", "Please provide the name and English description of the individual identified by the Collective Biographies of Women ID 11808."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4539> \"11808\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_241", "question": "Film with Cineplex Germany ID 297075", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"297075\" . }", "paraphrases": ["Which film has the Cineplex Germany film ID 297075?", "Can you tell me the name of the film identified by the Cineplex ID 297075?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"297075\". }"}}
{"id": "val_242", "question": "Is Human mitochondrial DNA haplogroup a subclass of mitochondrial DNA haplogroup?", "sparql": "ASK WHERE { wd:Q1356230 wdt:P279 wd:Q42262065 . }", "paraphrases": ["Does the category \"Human mitochondrial DNA haplogroup\" belong to the broader category of \"mitochondrial DNA haplogroup\"?", "Confirm whether Human mitochondrial DNA haplogroup is classified under mitochondrial DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28923954> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_243", "question": "What is the English label and description of the film with CineMagia ID 2805?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P4665 \"2805\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Which 2001 film directed by Richard Eyre has the CineMagia title ID 2805, and what is its English description?", "Show me the English name and description of the movie identified by CineMagia ID 2805."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4665> \"2805\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_244", "question": "What are the MobyGames-related properties linked to the MobyGames person ID property?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P3913 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( LANG( ?description ) = \"en\" ) .\n}", "paraphrases": ["Which properties are related to the MobyGames person ID property on Wikidata, and what are their labels and descriptions in English?", "Show me the English labels and descriptions of properties that are related to the MobyGames person ID property via 'see also'."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P3913> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_245", "question": "What is the title and English description of the film with LdiF ID 538212?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?filmLabel ?description WHERE {\n  ?film wdt:P3107 \"538212\" .\n  ?film rdfs:label ?filmLabel .\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me about the TV film identified by the Lexikon des Internationalen Films as 538212?", "Show me the name and English summary of the movie with LdiF ID 538212."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"538212\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_246", "question": "Who is an Australian Formula One driver?", "sparql": "SELECT ?driver WHERE { ?driver wdt:P106 wd:Q10841764 ; wdt:P27 wd:Q408 } ORDER BY ASC(?driver) LIMIT 1", "paraphrases": ["Can you name one person who is both from Australia and has been a Formula One driver?", "Show me the first Australian driver who competed in Formula One, ordered alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9673> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q408> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_247", "question": "Zoos that keep both polar bears and lions, including their country, image, coordinates, and founding date.", "sparql": "SELECT ?zoo ?zooLabel ?country ?countryLabel ?image ?coordinates ?inception ?polarBear ?lion WHERE { ?zoo wdt:P31 wd:Q43501 . ?zoo wdt:P1990 wd:Q33609 . ?zoo wdt:P1990 wd:Q140 . OPTIONAL { ?zoo wdt:P17 ?country . } OPTIONAL { ?zoo wdt:P18 ?image . } OPTIONAL { ?zoo wdt:P625 ?coordinates . } OPTIONAL { ?zoo wdt:P571 ?inception . } BIND(wd:Q33609 AS ?polarBear) BIND(wd:Q140 AS ?lion) ?zoo rdfs:label ?zooLabel . FILTER(LANG(?zooLabel) = \"en\") OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } } LIMIT 20", "paraphrases": ["Which zoos around the world house both polar bears and lions, and where are they located, when were they founded, and what do they look like?", "List all zoos that have both polar bears and lions, along with their country, official image, geographic coordinates, and year of establishment."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var6Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . ?var1 <http://www.wikidata.org/prop/direct/P1990> <http://www.wikidata.org/entity/Q33609> . ?var1 <http://www.wikidata.org/prop/direct/P1990> <http://www.wikidata.org/entity/Q140> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1990> ?var6 . } } LIMIT 20"}}
{"id": "val_248", "question": "List all heritage buildings in Uusimaa with their RKY IDs and coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?item ?itemLabel ?partOf ?rkyId ?lat ?long WHERE {\n  {\n    ?item wdt:P361 ?partOf .\n    ?partOf wdt:P4009 ?rkyId .\n  } UNION {\n    ?item wdt:P4009 ?rkyId .\n  }\n  ?item wdt:P131 * wd:Q5711 .\n  OPTIONAL {\n    ?item p:P625 ?coord .\n    ?coord psv:P625 ?coordValue .\n    ?coordValue wikibase:geoLatitude ?lat .\n    ?coordValue wikibase:geoLongitude ?long .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n  }\n}\nORDER BY ASC ( ?rkyId ) ASC ( ?partOf )\nLIMIT 100", "paraphrases": ["What are the buildings and structures in Uusimaa that are listed in the Finnish national built heritage registry, and where are they located?", "Show me the items in Uusimaa that have an RKY heritage identifier, including their names, parent entities (if any), and geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( SUBSTR ( STR ( ?var1 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"250\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ) ?var1Label ?var3 ?var3Label ?var4 ?var5 ?var6 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P4009> ?var4 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P4009> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q5711> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P625> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/value/P625> ?var8 . ?var8 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var8 <http://wikiba.se/ontology#geoLongitude> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fi\". } } ORDER BY ASC( ?var4 )ASC( ?var3 )"}}
{"id": "val_249", "question": "Does Wikidata contain a video game with ZXDB ID 0002469?", "sparql": "ASK WHERE { ?game wdt:P4705 \"0002469\" . }", "paraphrases": ["Is there a video game in Wikidata identified by the ZXDB ID \"0002469\"?", "Confirm if the ZXDB ID \"0002469\" corresponds to any video game in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0002469\". }"}}
{"id": "val_250", "question": "What is the Wikidata item with YSO ID \"201217\", and what is its label and English description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?desc WHERE {\n  ?item wdt:P2347 \"201217\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n  }\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER(LANG(?desc) = \"en\")\n  }\n}", "paraphrases": ["Find the geographic location identified by the YSO ID 201217 and show its name and English description.", "Give me the label and English description of the concept in the Finnish YSO ontology with ID 201217."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"201217\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_251", "question": "What Wikidata items are associated with the Twitter usernames CityOfBoston, melroserugby, or NatlAquarium?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"CityOfBoston\" \"melroserugby\" \"NatlAquarium\"\n  }\n}\nORDER BY ?twitterUsername", "paraphrases": ["Which entities on Wikidata have the Twitter handles @CityOfBoston, @melroserugby, or @NatlAquarium?", "Can you list the organizations or places that use these Twitter accounts: CityOfBoston, melroserugby, and NatlAquarium?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"digilabhh\" ) ( \"keita_lab\" ) ( \"johnnythin\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_252", "question": "What is the name of the artist with Mus\u00e9e d'Orsay ID 134848?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artistLabel ?description WHERE {\n  ?artist wdt:P2268 \"134848\" .\n  OPTIONAL {\n    ?artist schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?artist rdfs:label ?artistLabel .\n}", "paraphrases": ["Can you find the English description for the artist identified by the ID 134848 in the Orsay Museum\u2019s artist database?", "Who is the artist linked to the Orsay Museum artist ID 134848, and what is their English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2268> \"134848\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_253", "question": "Does the video game with ZXDB ID 0003240 exist in Wikidata?", "sparql": "ASK WHERE { ?game wdt:P4705 \"0003240\" . }", "paraphrases": ["Is there a video game in Wikidata that has the ZXDB ID 0003240?", "Confirm if the game 'Mystery of the Nile' is linked to the ZXDB ID 0003240 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0003240\". }"}}
{"id": "val_254", "question": "Which languages in Indonesia are spoken in provinces with a population of at least 500,000, and what are their population categories?", "sparql": "SELECT ?language ?languageLabel ?province ?provinceLabel ?coordinates ?population ?populationBucket WHERE { ?language wdt:P31 wd:Q34770 . ?language wdt:P17 wd:Q252 . ?language wdt:P276 ?province . ?province wdt:P31 wd:Q5098 . ?province wdt:P1082 ?population . FILTER (?population >= 500000) BIND( IF(?population < 1000000, \"<1M\", IF(?population < 2000000, \"1M-2M\", IF(?population < 5000000, \"2M-5M\", IF(?population < 10000000, \"5M-10M\", IF(?population < 20000000, \"10M-20M\", \">20M\" ))))) AS ?populationBucket ) ?language rdfs:label ?languageLabel . ?province rdfs:label ?provinceLabel . OPTIONAL { ?province wdt:P625 ?coordinates . } FILTER(LANG(?languageLabel) = \"en\") FILTER(LANG(?provinceLabel) = \"en\") } ORDER BY DESC(?population) LIMIT 100", "paraphrases": ["Show me the languages spoken in Indonesian provinces, along with their population size and geographic coordinates, sorted by largest population first.", "What are the major provinces in Indonesia where languages are spoken, and how are their populations categorized (e.g., 1M-2M, 2M-5M)?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5098> . ?var7 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var2 ( <http://www.wikidata.org/prop/direct/P361> */ <http://www.wikidata.org/prop/direct/P131> *) ?var7 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { BIND ( IF ( ( ?var5 < \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<1M\", IF ( ( ?var5 < \"2000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1M-2M\", IF ( ( ?var5 < \"5000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"2M-5M\", IF ( ( ?var5 < \"10000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"5M-10M\", IF ( ( ?var5 < \"20000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10M-20M\", \">20M\" ) ) ) ) ) AS ?var6 ). ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var5 . FILTER ( ( ( ?var5 >= \"500000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en,nl\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_255", "question": "Movie with AllMovie ID v131221", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P1562 \"v131221\" .\n}", "paraphrases": ["Which film is identified by the AllMovie title ID v131221?", "Find the movie that has the AllMovie identifier v131221."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v593088\". }"}}
{"id": "val_256", "question": "What is the Douban film ID for the movie with IMDb ID tt0453323?", "sparql": "SELECT ?film ?doubanId WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 \"tt0453323\" . OPTIONAL { ?film wdt:P4529 ?doubanId . } }", "paraphrases": ["Can you find the Douban identifier for the film identified by tt0453323 on IMDb?", "Which film on Douban corresponds to the IMDb movie tt0453323?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0453323\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4529> ?var2 . } }"}}
{"id": "val_257", "question": "Encyclopedia articles in the Brockhaus and Efron Dictionary about humans.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var2 ?var1Label ?var2Label WHERE {\n  ?var2 wdt:P31 wd:Q13433827 ; wdt:P1433 ?var3 ; wdt:P921 ?var1 .\n  ?var3 wdt:P361 wd:Q602358 .\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n}\nORDER BY ASC(?var2Label)", "paraphrases": ["Which people are featured as main subjects in articles from the Brockhaus and Efron Encyclopedic Dictionary?", "List the human individuals and their corresponding article titles from the Brockhaus and Efron Encyclopedic Dictionary."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17329259> ; <http://www.wikidata.org/prop/direct/P1433> ?var3 ; <http://www.wikidata.org/prop/direct/P921> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q602358> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1343> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1343> <http://www.wikidata.org/entity/Q602358> . ?var5 <http://www.wikidata.org/prop/qualifier/P248> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1343> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1343> <http://www.wikidata.org/entity/Q602358> . ?var5 <http://www.wikidata.org/prop/qualifier/P805> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q5> ) ) ) . FILTER ( ( BOUND ( ?var6 ) ) ) . FILTER ( ( BOUND ( ?var7 ) ) ) . } ORDER BY ASC( ?var2Label )"}}
{"id": "val_258", "question": "List of central banks with their English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?centralBank ?label WHERE {\n  ?centralBank wdt:P31 wd:Q66344 .\n  ?centralBank rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the central banks of the world and what are their official English names?", "Show me the English names of all central banks."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q66344> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_259", "question": "List all ghettos established by Nazi Germany in occupied Europe.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ghetto WHERE {\n  ?ghetto wdt:P31 / wdt:P279 * wd:Q2583015 .\n}", "paraphrases": ["What are the names of all Jewish ghettos set up by Nazi Germany during World War II?", "Show me all known ghettos in Nazi-occupied territories, including those classified through subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2583015> . }"}}
{"id": "val_260", "question": "Which organizations on Wikidata have the Twitter/X usernames BlizzardCS, Polygon, NWSBoston, RIMonthly, RT_com, or Wowhead?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"BlizzardCS\" \"Polygon\" \"NWSBoston\" \"RIMonthly\" \"RT_com\" \"Wowhead\"\n  }\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter handles @BlizzardCS, @Polygon, @NWSBoston, @RIMonthly, @RT_com, and @Wowhead?", "List the Wikidata entities that use the following Twitter/X usernames: BlizzardCS, Polygon, NWSBoston, RIMonthly, RT_com, and Wowhead."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"BlizzardCS\" ) ( \"string3\" ) ( \"string4\" ) ( \"Polygon\" ) ( \"SamKantrow\" ) ( \"NWSBoston\" ) ( \"string5\" ) ( \"SputnikInt\" ) ( \"ericfisher\" ) ( \"Laurel700\" ) ( \"RT_com\" ) ( \"HarveyWCVB\" ) ( \"tsukimyg\" ) ( \"string6\" ) ( \"RIMonthly\" ) ( \"MagiAshley\" ) ( \"string7\" ) ( \"Chronicle5\" ) ( \"Wowhead\" ) ( \"Gjpvernant\" ) ( \"Slasher\" ) ( \"string8\" ) ( \"string9\" ) } }"}}
{"id": "val_261", "question": "Persian labels of athletes and people with athletic occupations.", "sparql": "SELECT DISTINCT ?label WHERE { { ?person wdt:P31/wdt:P279* wd:Q2066131 . } UNION { ?person wdt:P106/wdt:P279* wd:Q2066131 . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10 OFFSET 8270", "paraphrases": ["Who are the athletes and sports professionals with Persian-language labels on Wikidata?", "List up to 10 Persian-language names of individuals whose occupation or type is related to being an athlete."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 8270"}}
{"id": "val_262", "question": "What is the name of the Wikimedia category that covers the 1989 Formula One World Championship?", "sparql": "SELECT ?categoryLabel WHERE { ?category wdt:P301 wd:Q69641 . ?category rdfs:label ?categoryLabel . FILTER(LANG(?categoryLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which category on Wikipedia is primarily about the 1989 Formula One season?", "Can you tell me the label of the category whose main topic is the 1989 Formula One Championship?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } ?var3Label <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q69641> . } LIMIT 100"}}
{"id": "val_263", "question": "What is the Broadway show with IBDB ID 2710, and what is its description?", "sparql": "SELECT ?work ?workLabel ?description WHERE { ?work wdt:P1219 \"2710\" . OPTIONAL { ?work rdfs:label ?workLabel . FILTER (LANG(?workLabel) = \"en\") } OPTIONAL { ?work schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the title and English description of the play identified by Internet Broadway Database ID 2710?", "Show me the English name and description of the work with IBDB show ID 2710."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"2710\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_264", "question": "List heritage sites in Uusimaa, Finland, with their RKY IDs, coordinates, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?heritageSite ?label ?rkyId ?coordinates ?image WHERE {\n  ?heritageSite wdt:P4009 ?rkyId .\n  ?heritageSite(wdt:P131 / wdt:P131 *) wd:Q5711 .\n  OPTIONAL {\n    ?heritageSite wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P18 ?image .\n  }\n  ?heritageSite rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the names, RKY identification numbers, geographic coordinates, and images of heritage sites located in Uusimaa region of Finland?", "Please provide a list of all nationally registered heritage sites in Uusimaa, including their English labels, RKY IDs, coordinates, and Wikimedia Commons images if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4009> ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q5711> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,sv\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4"}}
{"id": "val_265", "question": "List Finnish built heritage sites with their RKY IDs and English names.", "sparql": "SELECT ?heritageSite ?heritageSiteLabel ?rkyId WHERE { ?heritageSite wdt:P4009 ?rkyId . ?heritageSite rdfs:label ?heritageSiteLabel . FILTER(LANG(?heritageSiteLabel) = \"en\") }", "paraphrases": ["What are the English names and RKY identification numbers of heritage sites in Finland?", "Please provide a list of Finland\u2019s national built heritage sites, including their English labels and corresponding RKY IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4009> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\". } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_266", "question": "Who are the female fellows of the Royal Society of Edinburgh?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P166 wd:Q5438598 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you list the English names of women who have been awarded the Fellowship of the Royal Society of Edinburgh?", "Which female scientists or academics are fellows of the Royal Society of Edinburgh, and do any of them have images available?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q5438598> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_267", "question": "What are the abbreviated names of coin denominations in English, excluding the word \"coin\" and spaces?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 WHERE {\n  ?var2 wdt:P31 wd:Q918448 .\n  ?var2 wdt:P279 * wd:Q41207 .\n  {\n    ?var2 rdfs:label ?var1 .\n  } UNION {\n    ?var2 skos:altLabel ?var1 .\n  }\n  FILTER(LANG(?var1) = \"en\")\n  FILTER(! CONTAINS(?var1 , \"coin\"))\n  FILTER(! CONTAINS(?var1 , \" \"))\n}", "paraphrases": ["Which English-language labels for coin types do not contain the word \"coin\" or any spaces?", "Show me the short symbolic names (like \u00a31 or \u20ac0.01) of modern coin denominations in English, without using the word \"coin\" or spaces."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P279> +/ <http://www.w3.org/2000/01/rdf-schema#label> ) \"coin\"@en . { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . } UNION { ?var2 <http://www.w3.org/2004/02/skos/core#altLabel> ?var1 . } FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . FILTER ( ( !( CONTAINS ( ?var1 , \"coin\" ) ) ) ) . FILTER ( ( !( CONTAINS ( ?var1 , \" \" ) ) ) ) . }"}}
{"id": "val_268", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt10676048?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 \"tt10676048\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  FILTER(regex(str(?wikipedia_page) , \"wikipedia.org\"))\n  .\n  ?item wdt:P345 ?imdb_id .\n}", "paraphrases": ["Which English and German Wikipedia articles are about the film \"The Marvels\" (IMDb: tt10676048)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt10676048."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1556114\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_269", "question": "What is the English label and description of the Great Russian Encyclopedia entry with ID 1910413?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P2924 \"1910413\" . OPTIONAL { ?item rdfs:label ?itemLabel FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?desc FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Who is the person identified by the ID 1910413 in the Great Russian Encyclopedia Online, and what is their English description?", "Please provide the English name and description of the individual whose Great Russian Encyclopedia Online ID is 1910413."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1910081\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_270", "question": "Is the scholarly article \"MAP17 enhances the malignant behavior of tumor cells through ROS increase\" a type of human mitochondrial DNA haplogroup?", "sparql": "ASK WHERE { wd:Q34634409 (wdt:P31/wdt:P279*) wd:Q1356230 . }", "paraphrases": ["Could the research paper on MAP17 and ROS be categorized under human mitochondrial DNA haplogroups?", "Does the academic work on MAP17 belong to the classification hierarchy of human mitochondrial DNA haplogroups?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q34634409> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_271", "question": "What is the English label and description of the AAT ID 300343836?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1014 \"300343836\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you find the English name and definition of the concept in the Art & Architecture Thesaurus with ID 300343836?", "Show me the English label and description for the entity identified by AAT ID 300343836."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300343841\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_272", "question": "Who is the person with the Swedish National Biography ID 8940?", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 \"8940\" . } LIMIT 1", "paraphrases": ["Wikidata item for SBL ID 8940", "Tell me the person associated with SBL ID 8940."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"8940\". } LIMIT 1"}}
{"id": "val_273", "question": "Is the Thompson House listed in the National Register of Historic Places with ID 91001341?", "sparql": "ASK WHERE { ?item wdt:P649 \"91001341\" . }", "paraphrases": ["Does the National Register of Historic Places reference number 91001341 correspond to a known historic site in Wikidata?", "Confirm if the NRHP ID 91001341 is assigned to any historic property in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"91001341\". }"}}
{"id": "val_274", "question": "What film has the AllMovie ID v516705?", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v516705\" . }", "paraphrases": ["Which movie on Wikidata is identified by the AllMovie title ID v516705?", "Find the Wikidata item for the film with AllMovie ID v516705."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v516705\". }"}}
{"id": "val_275", "question": "Items retired or went missing in 1954", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P730 | wdt:P746 ) ?date .\n  FILTER ( ?date >= \"1954-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1954-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which items had their service retirement or disappearance date in 1954?", "List all equipment, vehicles, or people that were retired from service or went missing during the year 1954, based on their recorded end dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1954-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1954-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_276", "question": "What is the English title and description of the Broadway play with IBDB ID 4172?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P1219 \"4172\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER(LANG(?desc) = \"en\")\n  }\n}", "paraphrases": ["Show me the English label and description for the play identified by IBDB show ID 4172.", "Which play on Broadway has the IBDB ID 4172, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"5955\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_277", "question": "What is the superclass of dark-type Pok\u00e9mon in English?", "sparql": "SELECT ?superclass ?superclassLabel WHERE { wd:Q25930811 wdt:P279 ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER (LANG(?superclassLabel) = \"en\") } LIMIT 50", "paraphrases": ["What is the English label of the class that dark-type Pok\u00e9mon belongs to as a subclass?", "Show me the English name of the category that dark-type Pok\u00e9mon is a subclass of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q25930811> <http://www.wikidata.org/prop/direct/P279> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_278", "question": "What is the English label and description of the Australian geographic region with ASGS 2011 ID SSC60115?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4014 \"SSC60115\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and description in English of the place in Tasmania identified by the Australian Statistical Geography Standard 2011 code SSC60115?", "Please provide the English name and description of the geographic location in Tasmania that has the ASGS 2011 identifier SSC60115."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4014> \"SSC60115\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_279", "question": "Works about the Universe", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P921 wd:Q1 .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What academic papers or books have the Universe as their main subject?", "List English-language works whose main topic is the Universe."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q1> . } LIMIT 100"}}
{"id": "val_280", "question": "Korean-labeled and described animal species kept in zoos or aquariums", "sparql": "SELECT ?species ?label ?description WHERE { ?institution wdt:P1990 ?species . ?species rdfs:label ?label . ?species schema:description ?description . FILTER(LANG(?label) = \"ko\") . FILTER(LANG(?description) = \"ko\") } LIMIT 100", "paraphrases": ["Which animal species kept in zoos or aquariums have Korean-language labels and descriptions?", "Show me the Korean names and descriptions of animal species housed in zoos or aquariums."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1990> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ko\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ko\" ) ) ) . } LIMIT 100"}}
{"id": "val_281", "question": "Which film has the AFI Catalog ID 21578?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3593 \"21578\" .\n}", "paraphrases": ["What is the name of the film identified by the AFI Catalog number 21578?", "Tell me the film associated with the AFI Catalog ID 21578."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3593> \"21578\". }"}}
{"id": "val_282", "question": "What are Chris Evert\u2019s tennis statistics, including singles and doubles records, peak ranking, height, weight, and prize money?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?sportLabel ?singlesRecord ?doublesRecord ?peakRanking ?handedness ?playingHand ?mass ?height ?prizeMoney WHERE {\n  wd:Q14286 wdt:P641 ?sport .\n  OPTIONAL {\n    wd:Q14286 wdt:P564 ?singlesRecord .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P555 ?doublesRecord .\n  }\n  OPTIONAL {\n    wd:Q14286 p:P1352 ?rankStmt .\n    ?rankStmt ps:P1352 ?peakRanking .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P552 ?handedness .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P741 ?playingHand .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P2067 ?mass .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P2048 ?height .\n  }\n  OPTIONAL {\n    wd:Q14286 wdt:P2121 ?prizeMoney .\n  }\n  OPTIONAL {\n    ?sport rdfs:label ?sportLabel .\n    FILTER ( LANG( ?sportLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?handedness rdfs:label ?handednessLabel .\n    FILTER ( LANG( ?handednessLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?playingHand rdfs:label ?playingHandLabel .\n    FILTER ( LANG( ?playingHandLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What was Chris Evert\u2019s highest tennis ranking, and what are her physical attributes and career earnings?", "Please provide Chris Evert\u2019s career details: her sport, singles and doubles win-loss records, peak ranking, handedness, playing style, height, mass, and total prize money."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4 ?var5Label ?var6Label ?var7 ?var8 ?var9 WHERE { ?var10 <http://www.wikidata.org/prop/direct/P641> ?var1 . <https://fr.wikipedia.org/wiki/Chris%20Evert> <http://schema.org/about> ?var10 . OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P552> ?var6 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P741> ?var6 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P2067> ?var7 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P2048> ?var8 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P564> ?var2 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P555> ?var3 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P2121> ?var9 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/P1352> ?var11 . OPTIONAL { ?var11 <http://www.wikidata.org/prop/statement/P1352> ?var4 . OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P641> ?var5 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_283", "question": "List all Ekstraklasa seasons with their Polish Wikipedia links and final team rankings.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?season ?seasonLabel ?wikipediaPage ?ranking WHERE {\n  ?season wdt:P31 wd:Q27020041 .\n  ?season wdt:P3450 wd:Q44763 .\n  ?wikipediaPage schema:about ?season ; schema:isPartOf <https://pl.wikipedia.org/> .\n  OPTIONAL {\n    ?season p:P710 ?participantStatement .\n    ?participantStatement pq:P1352 ?ranking .\n  }\n  ?season rdfs:label ?seasonLabel .\n  FILTER(LANG(?seasonLabel) = \"en\")\n}\nORDER BY ?seasonLabel ?ranking", "paraphrases": ["What are the final rankings of teams in each season of the Polish Ekstraklasa, and which Polish Wikipedia page covers each season?", "Show me every season of the Ekstraklasa, including the English name of the season, its corresponding Polish Wikipedia article, and the final position of each participating team."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( COUNT ( ?var3 ) AS ?var4 ) ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q27020041> . ?var1 <http://www.wikidata.org/prop/direct/P3450> <http://www.wikidata.org/entity/Q44763> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P710> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P1352> ?var6 . } ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://pl.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var5Label ?var6 ORDER BY ASC( ?var1Label )"}}
{"id": "val_284", "question": "What are the causes of death of people educated at universities in Chile, where the person's name, university name, and cause of death are all in Spanish?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?causeOfDeathLabel WHERE {\n  ?university wdt:P31 wd:Q3918 .\n  ?university wdt:P17 wd:Q298 .\n  ?person wdt:P69 ?university .\n  ?person wdt:P509 ?causeOfDeath .\n  ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n  ?person rdfs:label ?personLabel .\n  ?university rdfs:label ?universityLabel .\n  FILTER ( LANG( ?universityLabel ) = \"es\" ) FILTER ( LANG( ?personLabel ) = \"es\" ) FILTER ( LANG( ?causeOfDeathLabel ) = \"es\" )\n}\nGROUP BY ?causeOfDeathLabel", "paraphrases": ["List Spanish-language causes of death for individuals who attended universities in Chile and have Spanish names.", "Which causes of death are recorded in Spanish for alumni of Chilean universities whose names are also in Spanish?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var3 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P509> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_285", "question": "Which film has the film-documentaire.fr ID 14114?", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"14114\" . }", "paraphrases": ["What is the Wikidata item for the film identified as 14114 in film-documentaire.fr?", "Show me the film in Wikidata that corresponds to the identifier 14114 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"14114\". }"}}
{"id": "val_286", "question": "Is Jun'ichir\u014d Koizumi a human mitochondrial DNA haplogroup?", "sparql": "ASK WHERE { wd:Q130852 (wdt:P31/wdt:P279*) wd:Q1356230 . }", "paraphrases": ["Does Jun'ichir\u014d Koizumi belong to the class of human mitochondrial DNA haplogroups through any instance-of or subclass-of relationships?", "Confirm that Jun'ichir\u014d Koizumi is not classified as a human mitochondrial DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q130852> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_287", "question": "What is the English description and name of the Smithsonian American Art Museum artist with ID 6307?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?description WHERE {\n  ?entity wdt:P1795 \"6307\" .\n  OPTIONAL {\n    ?entity rdfs:label ?entityLabel .\n    FILTER ( LANG( ?entityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?entity schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Who is the artist in the Smithsonian American Art Museum with the ID 6307, and what is their professional description in English?", "Please provide the English name and description of the person in the Smithsonian American Art Museum\u2019s thesaurus with ID 6307."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1795> \"6307\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_288", "question": "Languages in Indonesia with number of speakers, their locations, and provinces.", "sparql": "SELECT ?language ?languageLabel ?speakers ?location ?locationLabel ?locationTypeLabel ?coordinates ?provinceLabel WHERE { ?language wdt:P31 wd:Q34770 . ?language wdt:P17 wd:Q252 . ?language wdt:P1098 ?speakers . ?language wdt:P276 ?location . ?location wdt:P31 ?locationType . OPTIONAL { ?location wdt:P625 ?coordinates . } OPTIONAL { ?location (wdt:P131*) ?province . ?province wdt:P31 wd:Q5098 . } ?language rdfs:label ?languageLabel . ?location rdfs:label ?locationLabel . ?locationType rdfs:label ?locationTypeLabel . ?province rdfs:label ?provinceLabel . FILTER(LANG(?languageLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") FILTER(LANG(?locationTypeLabel) = \"en\") FILTER(LANG(?provinceLabel) = \"en\") } ORDER BY DESC(?speakers)", "paraphrases": ["What are the languages spoken in Indonesia, how many people speak them, where are they spoken, and which Indonesian provinces are those locations in?", "List all languages in Indonesia with their number of speakers, the specific locations where they are spoken (including coordinates and types like island or district), and the province each location belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4Label ?var5 ?var6 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var1 <http://www.wikidata.org/prop/direct/P1098> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5098> . ?var7 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var3 ( <http://www.wikidata.org/prop/direct/P361> */ <http://www.wikidata.org/prop/direct/P131> *) ?var7 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P625> ?var5 . } OPTIONAL { BIND ( IF ( ( ?var6 < \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<1M\", IF ( ( ?var6 < \"2000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1M-2M\", IF ( ( ?var6 < \"5000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"2M-5M\", IF ( ( ?var6 < \"10000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"5M-10M\", IF ( ( ?var6 < \"20000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10M-20M\", \">20M\" ) ) ) ) ) AS ?var8 ). ?var3 <http://www.wikidata.org/prop/direct/P1082> ?var6 . FILTER ( ( ( ?var6 >= \"500000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en,nl\". } } ORDER BY DESC( ?var6 )"}}
{"id": "val_289", "question": "Spanish-speaking alumni of universities in Chile who have died, and their dates of death.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1Label ?var2 WHERE {\n  ?var3 wdt:P31 wd:Q3918 .\n  ?var3 wdt:P17 wd:Q298 .\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 wdt:P69 ?var3 .\n  ?var1 wdt:P570 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"es\" )\n}", "paraphrases": ["Who are the people educated at universities in Chile whose names are in Spanish, and when did they die?", "List the Spanish names of individuals educated at Chilean universities along with their dates of death."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.wikidata.org/prop/direct/P570> ?var1 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_290", "question": "Film with AllMovie ID v134525", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v134525\" . }", "paraphrases": ["Which film has the AllMovie title ID v134525?", "Tell me the Wikidata item for the film identified by AllMovie as v134525."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v134525\". }"}}
{"id": "val_291", "question": "Cultural heritage sites in Finland linked to national significance or UNESCO status, with images and Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?site ?siteLabel ?coord ?image ?commonsCategory WHERE {\n  VALUES ?heritageDesignation {\n    wd:Q29966257 wd:Q9259\n  }\n  ?heritageItem wdt:P1435 ?heritageDesignation .\n  ?heritageItem wdt:P17 wd:Q33 .\n  ?site ( wdt:P131 / wdt:P279 * ) | ( wdt:P276 / wdt:P279 * ) | ( wdt:P361 / wdt:P279 * ) ?heritageItem .\n  OPTIONAL {\n    ?site wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    ?site wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?site wdt:P373 ?commonsCategory .\n  }\n  ?site rdfs:label ?siteLabel .\n  FILTER ( LANG( ?siteLabel ) = \"en\" )\n}\nLIMIT 500", "paraphrases": ["What buildings, areas, or sites in Finland are associated with UNESCO World Heritage Sites or Finland\u2019s national cultural heritage designations, and what images or Wikimedia Commons categories are linked to them?", "List all heritage-related locations in Finland connected to either a national cultural heritage designation or a UNESCO World Heritage Site, including their labels, coordinates, images, and Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(21 62)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(31 64)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 500"}}
{"id": "val_292", "question": "What is the English label and description of the V&A item with ID O54307?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P3929 \"O54307\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you tell me the English name and description of the Ardabil Carpet in the Victoria and Albert Museum?", "Please provide the English label and description for the Victoria and Albert Museum object identified by O54307."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O1175837\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_293", "question": "What is the English label and description of the Victoria and Albert Museum item with ID O105392?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P3929 \"O105392\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Show me the name and English description of the object in the V&A collection identified by O105392.", "Find the item in the V&A Museum with ID O105392 and return its English name and description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O1241537\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_294", "question": "What is the English label and description of the person with Enciclopedia de la Literatura en M\u00e9xico ID 1426?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1565 \"1426\" .\n  OPTIONAL {\n    ?item schema:description ?description\n    FILTER(LANG(?description) = \"en\")\n  }\n  .\n  ?item rdfs:label ?itemLabel\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is the writer identified by the ELEM ID 1426, and what is their English description?", "Please provide the English name and description of the individual whose Enciclopedia de la Literatura en M\u00e9xico identifier is 1426."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1565> \"1408\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_295", "question": "Who is the person with Svenskt kvinnobiografiskt lexikon ID \"HannaPauli\", and what is their English label and description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4963 \"HannaPauli\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name and description of the Swedish painter identified by the SKBL ID \"HannaPauli\"?", "Please provide the English label and description of the individual whose Svenskt kvinnobiografiskt lexikon ID is HannaPauli."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4963> \"HannaPauli\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_296", "question": "What are the squatter's houses in Amsterdam?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building WHERE {\n  ?building wdt:P31 wd:Q13691604 ; wdt:P131 wd:Q9899 .\n}", "paraphrases": ["Which buildings in Amsterdam are classified as squatter's houses?", "List all squatter's houses located in Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/rasphuis/613> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_297", "question": "What properties are most frequently used to link items to men's and women's singles and doubles tennis disciplines in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { VALUES ?discipline { wd:Q16893403 wd:Q17299348 wd:Q16893072 wd:Q17299700 } ?item ?property ?discipline . } GROUP BY ?property ORDER BY DESC(?count)", "paraphrases": ["How often are different properties used to associate items with the four main tennis disciplines: men's singles, women's singles, men's doubles, and women's doubles?", "Show me the properties that connect any Wikidata item to the four tennis disciplines (men's/women's singles and doubles), ranked by how often they are used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q16893403> ) ( <http://www.wikidata.org/entity/Q17299348> ) ( <http://www.wikidata.org/entity/Q16893072> ) ( <http://www.wikidata.org/entity/Q17299700> ) } ?var4 ?var1 ?var3 . } GROUP BY ?var1"}}
{"id": "val_298", "question": "What is the English label and description of the Victoria and Albert Museum item with ID O54307?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P3929 \"O54307\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and English description of the object in the V&A collection identified by O54307?", "Which item in the Victoria and Albert Museum has the ID O54307, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O72869\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_299", "question": "Cryptocurrencies without a known creation date", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?crypto ?cryptoLabel WHERE {\n  ?crypto wdt:P31 wd:Q13479982 .\n  FILTER NOT EXISTS {\n    ?crypto wdt:P571 ?inception .\n  }\n  ?crypto rdfs:label ?cryptoLabel .\n  FILTER ( LANG( ?cryptoLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which cryptocurrencies in Wikidata do not have a defined inception date?", "List the names of all cryptocurrencies that are not associated with a founding or creation date in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13479982> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P571> ?var1 . } ) ) . } LIMIT 100"}}
{"id": "val_300", "question": "Female scientists born on July 28th, with their occupations.", "sparql": "SELECT ?personLabel ?birthDate (GROUP_CONCAT(?occupationLabel; SEPARATOR=\", \") AS ?occupationsList)\nWHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P106 ?occupation .\n  ?occupation (wdt:P279*) wd:Q901 .\n  ?person p:P569 / psv:P569 ?birthStatement .\n  ?birthStatement wikibase:timePrecision \"11\"^^xsd:integer ;\n                  wikibase:timeValue ?birthDate .\n  FILTER(DAY(?birthDate) = 28 && MONTH(?birthDate) = 7)\n\n  OPTIONAL {\n    ?occupation rdfs:label ?occupationLabel .\n    FILTER(LANG(?occupationLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nGROUP BY ?personLabel ?birthDate\nORDER BY ASC(?birthDate)\nLIMIT 100", "paraphrases": ["Who are the female scientists born on July 28th, and what are their occupations?", "List all female humans who are scientists (or in a scientific field) and were born on July 28th, along with their occupations in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ( GROUP_CONCAT ( ?var3Label ; SEPARATOR = \", \" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var5 <http://wikiba.se/ontology#timeValue> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var2 ) = \"28\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( MONTH ( ?var2 ) = \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q901> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } } GROUP BY ?var1Label ?var2 ORDER BY ASC( ?var2 ) LIMIT 100"}}
{"id": "val_301", "question": "Does the animated short film 'Buddy's Day Out' have the Big Cartoon Database ID 3777?", "sparql": "ASK WHERE { wd:Q4984770 wdt:P4933 \"3777\" . }", "paraphrases": ["Is the BCDB ID 3777 assigned to Buddy's Day Out in Wikidata?", "Confirm that Buddy's Day Out is listed in Wikidata with the Big Cartoon Database ID 3777."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"3777\". }"}}
{"id": "val_302", "question": "Persian-language labels of athletes or people with occupations related to athletics.", "sparql": "SELECT DISTINCT ?label WHERE { ?person (wdt:P31 | wdt:P106) ?occupation . ?occupation wdt:P279* wd:Q2066131 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10", "paraphrases": ["Who are the athletes or sports professionals with Persian-language labels on Wikidata?", "List up to 10 people whose occupation is athlete or a subtype of athlete, along with their Persian labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 8540"}}
{"id": "val_303", "question": "What are the English labels and descriptions of properties that are used to link items to tournaments?", "sparql": "SELECT ?property ?label ?description WHERE { VALUES ?property { wd:P31 wd:P279 wd:P361 wd:P641 wd:P136 wd:P921 wd:P971 wd:P527 wd:P1889 wd:P4224 } ?property rdfs:label ?label . ?property schema:description ?description . FILTER(LANG(?label) = \"en\") FILTER(LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["Which properties are commonly used to describe tournaments in Wikidata, and what do they mean?", "Can you list the properties like 'instance of' and 'subclass of' that are associated with tournaments, along with their English descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q500834> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_304", "question": "Family names of cyclists who participated in the 2017 Tour de France", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var2Label WHERE {\n  ?var1 wdt:P1344 wd:Q21821246 .\n  OPTIONAL {\n    ?var1 wdt:P734 ?var2 .\n    ?var2 rdfs:label ?var2Label .\n    FILTER(LANG(?var2Label) = \"en\")\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["Who were the participants of the 2017 Tour de France and what are their surnames?", "Show me the names and last names of all cyclists in the 2017 Tour de France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1344> <http://www.wikidata.org/entity/Q21821246> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_305", "question": "What items were retired or went missing in 1971?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P730 | wdt:P746 ) ?date .\n  FILTER ( ?date >= \"1971-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1971-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which entities had their service retired or were last seen alive in the year 1971?", "List all things that were decommissioned or disappeared during 1971."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1971-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1971-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_306", "question": "Finnish national and UNESCO heritage sites in Finland and their associated locations or administrative areas.", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { VALUES ?heritage { wd:Q29966257 wd:Q9259 } ?var1 wdt:P1435 ?heritage . ?var1 wdt:P17 wd:Q33 . ?var2 ( ( wdt:P131 / wdt:P279* ) | ( wdt:P276 / wdt:P279* ) | ( wdt:P361 / wdt:P279* ) ) ?var1 . OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } OPTIONAL { ?var2 rdfs:label ?var2Label . FILTER(LANG(?var2Label) = \"en\") } }", "paraphrases": ["What are the UNESCO and Finnish national heritage sites in Finland, and what cities, streets, or buildings are they part of?", "List all heritage sites in Finland with either UNESCO or national cultural status, along with the places they are located in or are part of, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var2 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,sv,en\". } }"}}
{"id": "val_307", "question": "Who is the Smithsonian American Art Museum ID 1738, and what is their description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P1795 \"1738\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the person or institution with SAAM ID 1738?", "Show me the label and English description of the Smithsonian American Art Museum record with ID 1738."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1795> \"1738\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_308", "question": "Is Jan Goedkoop a member of the Bicker family?", "sparql": "ASK WHERE { wd:Q2661399 wdt:P463 wd:Q856831 . }", "paraphrases": ["Was Jan Goedkoop part of the Dutch noble Bicker family?", "Confirm whether Jan Goedkoop belonged to the Bicker family."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2661399> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_309", "question": "List post boxes in the UK with their images, Commons categories, and postal codes.", "sparql": "SELECT ?postbox ?postboxLabel ?location ?image ?commonsCategory ?postalCode WHERE { ?postbox (wdt:P31/wdt:P279*) wd:Q49844 . ?postbox wdt:P625 ?location . OPTIONAL { ?postbox wdt:P18 ?image . } OPTIONAL { ?postbox wdt:P373 ?commonsCategory . } OPTIONAL { ?postbox wdt:P969 ?postalCode . } ?postbox rdfs:label ?postboxLabel . FILTER(LANG(?postboxLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the post boxes in the UK, and what images, Wikimedia Commons categories, and postal codes are associated with them?", "Please provide a list of post boxes, including their location coordinates, images, Commons categories, and postal codes, where available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-12 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(7 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q49844> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_310", "question": "What film has the AFI Catalog ID 69806?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3593 \"69806\" .\n}", "paraphrases": ["Which movie is identified by the AFI Catalog number 69806?", "Can you tell me the title of the film listed as 69806 in the American Film Institute Catalog?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3593> \"69806\". }"}}
{"id": "val_311", "question": "Does the OCLC control number 23162495 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P243 \"23162495\" . }", "paraphrases": ["Is there a Wikidata item associated with the OCLC number 23162495?", "Check if the bibliographic record with OCLC number 23162495 is represented in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P243> \"23162495\". }"}}
{"id": "val_312", "question": "Czech municipalities founded before 1350 with their coordinates and English names.", "sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5153359 ; wdt:P1249 ?var3 ; wdt:P625 ?var2 ; rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") BIND(YEAR(?var3) AS ?var4) FILTER(?var4 < 1350) }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1350, and what are their locations and English names?", "List all Czech municipalities with historical records dating to before 1350, including their geographic coordinates and English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1350\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_313", "question": "What film has the Box Office Mojo ID 'lilya4ever'?", "sparql": "SELECT ?film WHERE { ?film wdt:P1237 \"lilya4ever\" . }", "paraphrases": ["Which movie on Wikidata is associated with the Box Office Mojo identifier 'lilya4ever'?", "Find the Wikidata item for the film 'Lilya 4-ever' using its Box Office Mojo ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1237> \"lilya4ever\". }"}}
{"id": "val_314", "question": "Smithsonian American Art Museum ID 7044, English label and description", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1795 \"7044\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person with SAAM ID 7044, and what is their English description?", "Show me the English name and description of the Smithsonian American Art Museum\u2019s entry with ID 7044."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1795> \"7044\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_315", "question": "What is the English label and description of the V&A item with ID O56227?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P3929 \"O56227\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the name and description in English of the artwork in the Victoria and Albert Museum identified by O56227?", "Show me the English label and description for the Victoria and Albert Museum object with ID O56227."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O943901\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_316", "question": "Given names with known eye colors and the people who have those names.", "sparql": "SELECT ?givenNameLabel ?personLabel ?eyeColorLabel WHERE { ?givenName wdt:P1340 ?eyeColor . ?person wdt:P735 ?givenName . ?givenName rdfs:label ?givenNameLabel . ?person rdfs:label ?personLabel . ?eyeColor rdfs:label ?eyeColorLabel . FILTER(LANG(?givenNameLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?eyeColorLabel) = \"en\") }", "paraphrases": ["Which people have given names (like Mario or Luigi) that are associated with a specific eye color, and what are those eye colors?", "Show me a list of people, their given names, and the eye colors associated with those given names, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1340> ?var3 . ?var2Label <http://www.wikidata.org/prop/direct/P735> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_317", "question": "What is the English description of the person with Enciclopedia de la Literatura en M\u00e9xico ID 15046?", "sparql": "SELECT ?item ?description WHERE { ?item wdt:P1565 \"15046\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the Mexican writer identified by the ELEM ID 15046, and what is their description?", "Show me the English description of the individual whose Enciclopedia de la Literatura en M\u00e9xico identifier is 15046."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1565> \"15046\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_318", "question": "Which entities are associated with Freebase IDs /m/0dvmd and /m/06mt91, labeled as A and B?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?label WHERE {\n  VALUES ( ?freebaseId ?label ) {\n    ( \"/m/0dvmd\" \"A\" ) ( \"/m/06mt91\" \"B\" )\n  }\n  ?entity wdt:P646 ?freebaseId .\n}", "paraphrases": ["Who are the people identified by the Freebase IDs /m/0dvmd and /m/06mt91, and what labels are assigned to them?", "Show me the entities linked to Freebase IDs /m/0dvmd and /m/06mt91, with labels A and B respectively."], "info": {"raw_sparql": "SELECT * WHERE { { SELECT ?var1 ( \"A\" AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0dvmd\". } } UNION { SELECT ?var1 ( \"B\" AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/06mt91\". } } }"}}
{"id": "val_319", "question": "List English labels of hillforts and their subclasses in Wikidata, excluding fully uppercase names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hillfort ?label WHERE {\n  ?hillfort wdt:P31 / wdt:P279 * wd:Q744099 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( UCASE( ?label ) != ?label ) .\n}", "paraphrases": ["What are the English names of archaeological sites that are either hillforts or belong to a subclass of hillforts, and are not written in all uppercase letters?", "Show me the properly capitalized English names of all known hillforts and their descendant types in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ?) <http://www.wikidata.org/entity/Q744099> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( UCASE ( ?var2Label ) != ?var2Label ) ) ) . }"}}
{"id": "val_320", "question": "Who is the person with IMDb ID nm1209174?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm1209174\" .\n}", "paraphrases": ["Which Wikidata entity is linked to the IMDb identifier nm1209174?", "Find the Wikidata item for the person whose IMDb ID is nm1209174."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1209174\". }"}}
{"id": "val_321", "question": "Wikimedia pages about the artist with ULAN ID 500270876", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nSELECT ?page ?artist WHERE {\n  ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500270876> .\n  ?page schema:about ?artist .\n}", "paraphrases": ["What Wikipedia and Commons pages are about Margaret Jordan Patterson, the artist with ULAN ID 500270876?", "List all Wikimedia project pages linked to the artist identified by the Getty ULAN ID 500270876."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500270876> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_322", "question": "Items retired from service in 1959", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P730 ?retirementDate .\n  FILTER ( ?retirementDate >= \"1959-01-01T00:00:00Z\" ^^ xsd:dateTime && ?retirementDate <= \"1959-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which items were retired from service in 1959?", "List all equipment that was taken out of service in 1959."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1312-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1312-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_323", "question": "Is there a bibliographic record in Wikidata with LCCN 71648543?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P1144 \"71648543\" .\n}", "paraphrases": ["Does the journal 'Acta Neurobiologiae Experimentalis' have a Library of Congress Control Number of 71648543?", "Check if the LCCN 71648543 is assigned to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> \"71648543\". }"}}
{"id": "val_324", "question": "Is Hans Royaards a member of the Bicker family?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q29559425 wdt:P463 wd:Q856831\n}", "paraphrases": ["Does the Bicker family include Hans Royaards as a member?", "Is there a membership relationship between Hans Royaards and the Bicker family?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q29559425> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_325", "question": "Ethnic groups in Indonesia and their languages located in East Nusa Tenggara Province.", "sparql": "SELECT ?ethnicGroup ?ethnicGroupLabel ?language ?languageLabel ?location WHERE { ?ethnicGroup wdt:P31 wd:Q83828 . ?ethnicGroup wdt:P17 wd:Q252 . ?language wdt:P2341 ?ethnicGroup . { ?language wdt:P31 wd:Q34770 . } UNION { BIND( wd:Q6488691 AS ?language ) . } ?language wdt:P276 ?location . FILTER EXISTS { ?location wdt:P131 wd:Q5061 . } ?ethnicGroup rdfs:label ?ethnicGroupLabel . ?language rdfs:label ?languageLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?ethnicGroupLabel) = \"en\" || LANG(?ethnicGroupLabel) = \"\") FILTER(LANG(?languageLabel) = \"en\" || LANG(?languageLabel) = \"\") FILTER(LANG(?locationLabel) = \"en\" || LANG(?locationLabel) = \"\") }", "paraphrases": ["Which languages are spoken by ethnic groups in Indonesia and are associated with locations in East Nusa Tenggara Province?", "Show me the ethnic groups in Indonesia, the languages they speak, and the specific locations in East Nusa Tenggara where those languages are spoken."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P379> *) <http://www.wikidata.org/entity/Q83828> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var2 <http://www.wikidata.org/prop/direct/P2341> ?var1 . { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . } UNION { BIND ( <http://www.wikidata.org/entity/Q6488691> AS ?var2 ). } ?var2 <http://www.wikidata.org/prop/direct/P276> ?var3 . FILTER ( ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P276> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var3 ( <http://www.wikidata.org/prop/direct/P361> */ <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q5061> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en,nl\". } }"}}
{"id": "val_326", "question": "Does the Wikidata database contain an ice hockey player with Eurohockey.com ID 3863?", "sparql": "ASK WHERE { ?player wdt:P2601 \"3863\" . }", "paraphrases": ["Is there a player in Wikidata whose Eurohockey.com player identifier is 3863?", "Confirm if the Eurohockey.com player ID 3863 corresponds to a known ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"3863\". }"}}
{"id": "val_327", "question": "Does the Eurohockey.com player ID 38183 correspond to a known ice hockey player in Wikidata?", "sparql": "ASK WHERE { ?player wdt:P2601 \"38183\" . }", "paraphrases": ["Is there an ice hockey player in Wikidata with the Eurohockey.com identifier 38183?", "Confirm if the player with Eurohockey.com ID 38183 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"38183\". }"}}
{"id": "val_328", "question": "What Grand Prix races were part of the 1989 Formula One World Championship?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?race ?raceLabel WHERE {\n  ?race wdt:P361 wd:Q69641 .\n  ?race rdfs:label ?raceLabel .\n  FILTER ( LANG( ?raceLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which races made up the 1989 Formula One season?", "List the English names of all the Grand Prix events that were part of the 1989 Formula One Championship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q69641> . } LIMIT 100"}}
{"id": "val_329", "question": "What races were part of the 1990 Formula One World Championship?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?race ?raceLabel WHERE {\n  ?race wdt:P361 wd:Q69657 .\n  ?race rdfs:label ?raceLabel .\n  FILTER ( LANG( ?raceLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which Grand Prix events made up the 1990 Formula One season?", "List the English names of all the Formula One races that occurred during the 1990 championship season."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q69657> . } LIMIT 100"}}
{"id": "val_330", "question": "Female scientists born on August 21st, with their occupations and birth dates.", "sparql": "SELECT ?personLabel ?birthDate (GROUP_CONCAT(?occupationLabel; SEPARATOR=\", \") AS ?occupations)\nWHERE {\n  ?person wdt:P31 wd:Q5 ;                    # instance of human\n          wdt:P21 wd:Q6581072 ;              # female\n          wdt:P569 ?birthDate ;\n          (wdt:P106/wdt:P279*) wd:Q901 .     # occupation is scientist or subclass\n\n  ?person wdt:P106 ?occupation .\n  OPTIONAL {\n    ?occupation rdfs:label ?occupationLabel .\n    FILTER(LANG(?occupationLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n\n  FILTER(DAY(?birthDate) = 21 && MONTH(?birthDate) = 8)\n}\nGROUP BY ?personLabel ?birthDate\nORDER BY ASC(?birthDate)\nLIMIT 100", "paraphrases": ["Who are the female scientists born on August 21st, and what are their occupations and birth years?", "List the names, birth dates, and occupations of all female scientists born on August 21st, sorted by birth date."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ( GROUP_CONCAT ( ?var3Label ; SEPARATOR = \", \" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var5 <http://wikiba.se/ontology#timeValue> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var2 ) = \"21\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( MONTH ( ?var2 ) = \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q901> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } } GROUP BY ?var1Label ?var2 ORDER BY ASC( ?var2 ) LIMIT 100"}}
{"id": "val_331", "question": "What is the English description of the Fandom wiki page for the United States?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P4073 \"united-states-of-america\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which Wikidata item has the Fandom wiki ID \"united-states-of-america\", and what is its English description?", "Can you find the entity identified by the Fandom wiki ID \"united-states-of-america\" and show its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4073> \"oblongs\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_332", "question": "What Wikidata items are associated with the Twitter usernames 'CityOfBoston', 'MelroseRugby', and 'deventergem'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    'CityOfBoston' 'MelroseRugby' 'deventergem'\n  }\n}", "paraphrases": ["Which entities on Wikidata have Twitter accounts @CityOfBoston, @MelroseRugby, or @deventergem?", "Find the Wikidata entries for organizations or places with these Twitter handles: CityOfBoston, MelroseRugby, and deventergem."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"chrsmxwll\" ) ( \"string1\" ) ( \"esylarur\" ) ( \"string2\" ) ( \"adwww\" ) ( \"string3\" ) ( \"string4\" ) ( \"semavav\" ) ( \"string5\" ) ( \"string6\" ) ( \"ajcan36\" ) ( \"DocForeman\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) } }"}}
{"id": "val_333", "question": "Which movie has the Swedish Film Database ID 57344?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P2334 \"57344\" .\n}", "paraphrases": ["What is the title of the film identified by the ID 57344 in the Swedish Film Database?", "Find the movie in Wikidata that corresponds to the Swedish Film Database ID 57344."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2334> \"57344\". }"}}
{"id": "val_334", "question": "Lighthouses in Turkey without Spanish descriptions", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?lighthouse ?lighthouseLabel WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 .\n  ?lighthouse wdt:P17 wd:Q43 .\n  FILTER NOT EXISTS {\n    ?lighthouse schema:description ?esDesc .\n    FILTER ( LANG( ?esDesc ) = \"es\" )\n  }\n  OPTIONAL {\n    ?lighthouse rdfs:label ?lighthouseLabel .\n  }\n}", "paraphrases": ["Which lighthouses in Turkey do not have a description in Spanish?", "Show me the names of lighthouses located in Turkey that don\u2019t have a Spanish-language description, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q43> . }"}}
{"id": "val_335", "question": "Coat of arms image of Oberwil bei B\u00fcren", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coatOfArmsImage WHERE {\n  wd:Q67558 wdt:P94 ?coatOfArmsImage .\n}", "paraphrases": ["What is the coat of arms image for the Swiss municipality of Oberwil bei B\u00fcren?", "Show me the SVG file of the coat of arms used by Oberwil bei B\u00fcren in the canton of Bern, Switzerland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q67558> <http://www.wikidata.org/prop/direct/P94> ?var1 . }"}}
{"id": "val_336", "question": "What are the most common eye colors among people in Wikidata, and how many people have each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?eyeColorLabel(COUNT(?person) AS ?count) WHERE {\n  ?person wdt:P1340 ?eyeColor .\n  ?eyeColor rdfs:label ?eyeColorLabel .\n  FILTER(LANG(?eyeColorLabel) = \"en\")\n}\nGROUP BY ?eyeColorLabel\nORDER BY DESC(?count)", "paraphrases": ["How many individuals are associated with each English-labeled eye color in Wikidata?", "List eye colors in descending order of popularity based on the number of people who have them in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1340> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,en\". } } GROUP BY ?var1Label"}}
{"id": "val_337", "question": "Does the journal \"Education About Asia\" have a Library of Congress Control Number of 97652872?", "sparql": "ASK WHERE { ?item wdt:P1144 \"97652872\" . }", "paraphrases": ["Is there an entry in Wikidata for the journal with LCCN 97652872?", "Confirm if the Library of Congress Control Number 97652872 is assigned to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> \"97652872\". }"}}
{"id": "val_338", "question": "Is Jan Six I a member of the Bicker family?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q327109 wdt:P463 wd:Q856831\n}", "paraphrases": ["Was Jan Six I part of the Bicker family?", "Does the Bicker family include Jan Six I as a member?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q327109> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_339", "question": "Languages spoken in Indonesia that are associated with locations in East Nusa Tenggara.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?language ?languageLabel WHERE {\n  ?language wdt:P31 wd:Q34770 .\n  ?language wdt:P17 wd:Q252 .\n  FILTER ( EXISTS {\n    ?language wdt:P276 ?location .\n    ?location ( wdt:P361 * / wdt:P131 * ) wd:Q5061 .\n  }\n  ) ?language rdfs:label ?languageLabel .\n  FILTER ( LANG( ?languageLabel ) = \"en\" )\n}\nORDER BY ASC ( ?language )", "paraphrases": ["What languages in Indonesia are linked to places within East Nusa Tenggara Province?", "List the names of languages in Indonesia that are located in areas belonging to East Nusa Tenggara."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var2 ( <http://www.wikidata.org/prop/direct/P361> */ <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q5061> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en,nl\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_340", "question": "What are all the properties and values associated with institutions and locations in Karlsruhe, such as the Botanischer Garten, KIT Library, and Fraunhofer IOSB?", "sparql": "SELECT ?item ?property ?value WHERE { VALUES ?item { wd:Q9010949 wd:Q1733965 wd:Q1660769 wd:Q2358348 wd:Q1134870 wd:Q1718711 wd:Q1432182 wd:Q28738641 wd:Q1319982 wd:Q15782794 wd:Q19962153 wd:Q1397280 wd:Q19823649 wd:Q1229415 wd:Q18625973 wd:Q1267387 wd:Q1008310 wd:Q1327646 wd:Q21040684 wd:Q1664948 wd:Q1877945 wd:Q445605 wd:Q883348 wd:Q28737478 wd:Q29426438 wd:Q1437757 wd:Q1698463 wd:Q1590614 wd:Q15726482 wd:Q30343035 } VALUES ?property { wdt:P625 wdt:P31 wdt:P17 wdt:P131 wdt:P856 wdt:P18 wdt:P373 wdt:P1435 wdt:P571 wdt:P361 wdt:P227 wdt:P214 wdt:P1813 wdt:P969 wdt:P791 wdt:P463 wdt:P138 wdt:P2427 wdt:P1705 wdt:P421 wdt:P527 wdt:P154 wdt:P213 } ?item ?property ?value .}", "paraphrases": ["Show me the complete set of property-value pairs for the 30 Karlsruhe-related entities listed in Wikidata, including their locations, websites, and institutional affiliations.", "List all the direct relationships (like location, official website, and instance of) for major research institutes, buildings, and organizations in Karlsruhe."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q9010949> ) ( <http://www.wikidata.org/entity/Q1733965> ) ( <http://www.wikidata.org/entity/Q1660769> ) ( <http://www.wikidata.org/entity/Q2358348> ) ( <http://www.wikidata.org/entity/Q1134870> ) ( <http://www.wikidata.org/entity/Q1718711> ) ( <http://www.wikidata.org/entity/Q1432182> ) ( <http://www.wikidata.org/entity/Q28738641> ) ( <http://www.wikidata.org/entity/Q1319982> ) ( <http://www.wikidata.org/entity/Q15782794> ) ( <http://www.wikidata.org/entity/Q19962153> ) ( <http://www.wikidata.org/entity/Q1397280> ) ( <http://www.wikidata.org/entity/Q19823649> ) ( <http://www.wikidata.org/entity/Q1229415> ) ( <http://www.wikidata.org/entity/Q18625973> ) ( <http://www.wikidata.org/entity/Q1267387> ) ( <http://www.wikidata.org/entity/Q1008310> ) ( <http://www.wikidata.org/entity/Q1327646> ) ( <http://www.wikidata.org/entity/Q21040684> ) ( <http://www.wikidata.org/entity/Q1664948> ) ( <http://www.wikidata.org/entity/Q1877945> ) ( <http://www.wikidata.org/entity/Q445605> ) ( <http://www.wikidata.org/entity/Q883348> ) ( <http://www.wikidata.org/entity/Q28737478> ) ( <http://www.wikidata.org/entity/Q29426438> ) ( <http://www.wikidata.org/entity/Q1437757> ) ( <http://www.wikidata.org/entity/Q1698463> ) ( <http://www.wikidata.org/entity/Q1590614> ) ( <http://www.wikidata.org/entity/Q15726482> ) ( <http://www.wikidata.org/entity/Q30343035> ) } VALUES ( ?var4 ) { ( <http://www.wikidata.org/prop/direct/P625> ) ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P17> ) ( <http://www.wikidata.org/prop/direct/P131> ) ( <http://www.wikidata.org/prop/direct/P856> ) ( <http://www.wikidata.org/prop/direct/P18> ) ( <http://www.wikidata.org/prop/direct/P373> ) ( <http://www.wikidata.org/prop/direct/P1435> ) ( <http://www.wikidata.org/prop/direct/P571> ) ( <http://www.wikidata.org/prop/direct/P361> ) ( <http://www.wikidata.org/prop/direct/P227> ) ( <http://www.wikidata.org/prop/direct/P214> ) ( <http://www.wikidata.org/prop/direct/P1813> ) ( <http://www.wikidata.org/prop/direct/P969> ) ( <http://www.wikidata.org/prop/direct/P791> ) ( <http://www.wikidata.org/prop/direct/P463> ) ( <http://www.wikidata.org/prop/direct/P138> ) ( <http://www.wikidata.org/prop/direct/P2427> ) ( <http://www.wikidata.org/prop/direct/P1705> ) ( <http://www.wikidata.org/prop/direct/P421> ) ( <http://www.wikidata.org/prop/direct/P527> ) ( <http://www.wikidata.org/prop/direct/P154> ) ( <http://www.wikidata.org/prop/direct/P213> ) } ?var1 ?var4 ?var3 . ?var2 <http://wikiba.se/ontology#directClaim> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_341", "question": "Film with EDb ID t0012718", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3141 \"t0012718\" .\n}", "paraphrases": ["What film has the EDb ID t0012718?", "Tell me the name of the movie identified by the EDb ID t0012718."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0012718\". }"}}
{"id": "val_342", "question": "How many motorcycle racers are there by gender, and how are they distributed?", "sparql": "SELECT (COUNT(?person) AS ?count) ?genderLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q3014296 ; wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } GROUP BY ?genderLabel ORDER BY DESC(?count) LIMIT 100", "paraphrases": ["What is the count of human motorcycle racers grouped by their gender identity?", "Show the number of motorcycle racers who are male, female, or trans woman, based on Wikidata records."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3014296> ; <http://www.wikidata.org/prop/direct/P21> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } GROUP BY ?var3Label LIMIT 100"}}
{"id": "val_343", "question": "What are the medieval historical sites in Finland?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?site ?label WHERE {\n  ?site wdt:P17 wd:Q33 .\n  ?site wdt:P2348 wd:Q12554 .\n  ?site rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label", "paraphrases": ["Which castles and churches in Finland date back to the Middle Ages?", "Can you list sites in Finland that are associated with the medieval period?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 <http://www.wikidata.org/prop/direct/P2348> <http://www.wikidata.org/entity/Q12554> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_344", "question": "List cultural heritage sites in Finland with national significance or UNESCO World Heritage status, including their coordinates, images, and Commons categories.", "sparql": "SELECT ?site ?siteLabel ?coord ?image ?commonsCategory WHERE { VALUES ?heritage { wd:Q29966257 wd:Q9259 } ?site wdt:P1435 ?heritage . ?site wdt:P17 wd:Q33 . OPTIONAL { ?site wdt:P625 ?coord . } OPTIONAL { ?site wdt:P18 ?image . } OPTIONAL { ?site wdt:P373 ?commonsCategory . } ?site rdfs:label ?siteLabel . FILTER(langMatches(lang(?siteLabel), \"en\")) } LIMIT 3000", "paraphrases": ["What are the heritage sites in Finland that are either designated as Cultural Heritage Sites of National Significance or UNESCO World Heritage Sites, and what are their locations, images, and associated Wikimedia Commons categories?", "Please provide the English names, geographic coordinates, images, and Commons categories of all heritage sites in Finland that have either national significance or UNESCO World Heritage status."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(12 59)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(33 64)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_345", "question": "What is the English description of the entity with Art & Architecture Thesaurus ID 300388277?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1014 \"300388277\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which entity in Wikidata has the AAT ID 300388277, and what is its English description?", "Show me the English description for the item identified by the Getty AAT ID 300388277."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300102485\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_346", "question": "Is Acehnese a language spoken in Indonesia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( \"1\" ^^ xsd:integer AS ?var1 ) WHERE {\n  ?var2 wdt:P17 wd:Q252 .\n  {\n    ?var2 ( wdt:P31 / wdt:P279 * ) wd:Q34770 .\n  } UNION {\n    ?var2 wdt:P279 * wd:Q34770 .\n  }\n  VALUES ( ?var2 ) {\n    ( wd:Q27683 )\n  }\n}", "paraphrases": ["Does the Acehnese language belong to Indonesia?", "Confirm that Acehnese is a language used in Indonesia."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q34770> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q27683> ) } } UNION { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q34770> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q27683> ) } } VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q27683> ) } }"}}
{"id": "val_347", "question": "What is the most common cause of death among people educated at universities in Chile?", "sparql": "SELECT ?causeOfDeathLabel ?universityLabel ( COUNT( ?person ) AS ?count ) WHERE { ?university wdt:P31 wd:Q3918 . ?university wdt:P17 wd:Q298 . ?person wdt:P31 wd:Q5 ; wdt:P509 ?causeOfDeath ; wdt:P69 ?university . ?causeOfDeath rdfs:label ?causeOfDeathLabel . ?university rdfs:label ?universityLabel . FILTER(LANG(?causeOfDeathLabel) = \"en\") FILTER(LANG(?universityLabel) = \"en\") } GROUP BY ?causeOfDeath ?university ?causeOfDeathLabel ?universityLabel HAVING (?count > 1) ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which university in Chile has the highest number of alumni who died from the same cause, and what was that cause?", "Can you tell me the cause of death shared by the most alumni of Chilean universities?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ( COUNT ( ?var2 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P509> ?var1 ; <http://www.wikidata.org/prop/direct/P69> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } } GROUP BY ?var1Label ?var2Label ?var3Label HAVING ( ( ?var4 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var4 )"}}
{"id": "val_348", "question": "What are the English titles of books written by Michel Bussi?", "sparql": "SELECT ?work ?title WHERE { ?work wdt:P50 wd:Q3309133 . ?work rdfs:label ?title . FILTER (LANG(?title) = \"en\") }", "paraphrases": ["Can you list the English-language titles of works authored by the French writer Michel Bussi?", "Show me the English titles of Michel Bussi\u2019s books."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3309133> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . FILTER ( ( LANGMATCHES ( LANG ( ?var2 ) , \"EN\" ) ) ) . }"}}
{"id": "val_349", "question": "Wikimedia pages about Harold F. Weston (ULAN ID 500006170)", "sparql": "SELECT ?page ?artist WHERE { ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500006170> . ?page schema:about ?artist .}", "paraphrases": ["What Wikipedia and Commons pages are about the artist with ULAN ID 500006170?", "Show me all the Wikimedia project pages linked to Harold F. Weston in Wikidata, identified by his ULAN ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500006170> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_350", "question": "Who is the person with Collective Biographies of Women ID 13387?", "sparql": "SELECT ?person ?personLabel ?personDescription WHERE { ?person wdt:P4539 \"13387\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?personDescription . FILTER (LANG(?personDescription) = \"en\") } }", "paraphrases": ["What is the English name and description of the person identified by the ID 13387 in the Collective Biographies of Women database?", "Please provide the English label and description for the person whose Collective Biographies of Women ID is 13387."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4539> \"13387\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_351", "question": "Top causes of death among alumni of Chilean universities, in Spanish.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?universityLabel ?causeOfDeathLabel ( COUNT( ?person ) AS ?count ) WHERE {\n  ?university wdt:P31 wd:Q3918 ; wdt:P17 wd:Q298 ; rdfs:label ?universityLabel .\n  ?person wdt:P69 ?university ; wdt:P509 ?causeOfDeath .\n  ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n  FILTER ( LANG( ?universityLabel ) = \"es\" ) FILTER ( LANG( ?causeOfDeathLabel ) = \"es\" )\n}\nGROUP BY ?universityLabel ?causeOfDeathLabel\nORDER BY DESC ( ?count )", "paraphrases": ["What are the most common causes of death for people who studied at universities in Chile, listed in Spanish and ranked by frequency?", "Show me how many alumni from each Chilean university died from each cause of death, with labels in Spanish, sorted from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var4 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var5 <http://www.wikidata.org/prop/direct/P69> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P509> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )"}}
{"id": "val_352", "question": "Which film has the elCinema ID 2018299?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3135 \"2018299\" .\n}", "paraphrases": ["What is the Wikidata item for the movie identified as 2018299 in elCinema?", "Can you find the movie in Wikidata that is linked to the elCinema film ID '2018299'?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2018299\". }"}}
{"id": "val_353", "question": "Most frequent properties linking entities to the Davis Cup", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q132377 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used most often to connect items to the Davis Cup in Wikidata, and how many times?", "Show me the properties that connect more than one item to the Davis Cup, sorted by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q132377> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_354", "question": "What is the name and description of the Australian geographic location with ASGS2016 ID SSC13830?", "sparql": "SELECT ?location ?label ?description WHERE { ?location wdt:P4093 \"SSC13830\" . ?location rdfs:label ?label . OPTIONAL { ?location schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English label and description of the place in Australia identified by the Australian Statistical Geography Standard 2016 code SSC13830?", "Please provide the name and English description of the locality in Australia that has the ASGS2016 identifier SSC13830."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC13830\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_355", "question": "What is the UNESCO World Heritage Site with the ID 722?", "sparql": "SELECT DISTINCT ?site WHERE { ?site wdt:P757 \"722\" . FILTER NOT EXISTS { ?site rdf:type wikibase:Property . } } LIMIT 1000", "paraphrases": ["Which site is identified by the UNESCO World Heritage Site ID 722?", "Can you tell me the name of the heritage site that has the UNESCO identifier 722?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P757> \"722\". FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } ) ) . } LIMIT 1000"}}
{"id": "val_356", "question": "Who is the person with IMDb ID nm6531696?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"nm6531696\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What is the name of the individual linked to the IMDb identifier nm6531696 in Wikidata?", "Find the Wikidata entry for the person with IMDb ID nm6531696."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm6531696\". }"}}
{"id": "val_357", "question": "Which Wikidata items have the Twitter usernames CityOfBoston, melroserugby, or deventergem?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"CityOfBoston\" \"melroserugby\" \"deventergem\" } }", "paraphrases": ["What entities on Wikidata are associated with the Twitter accounts @CityOfBoston, @melroserugby, and @deventergem?", "Show me the Wikidata items linked to the Twitter handles CityOfBoston, melroserugby, and deventergem."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Yorgl_\" ) ( \"SJBisexual\" ) ( \"string1\" ) } }"}}
{"id": "val_358", "question": "Female humans with Instagram usernames", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P2003 ?instagramUsername .}", "paraphrases": ["Who are the female humans who have an Instagram account?", "List all female individuals on Wikidata who have a publicly listed Instagram username."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P2003> ?var2 . FILTER ( ( BOUND ( ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_359", "question": "Who is the KVAB member with ID 440, and what is their English description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P3887 \"440\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the person with KVAB member ID 440?", "Show me the English label and description of the Royal Flemish Academy member with ID 440."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3887> \"440\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_360", "question": "Who has the IdRef ID 02675830X?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P269 \"02675830X\" .\n}", "paraphrases": ["Which person is identified by the IdRef number 02675830X?", "Tell me the name of the person with the SUDOC authority ID 02675830X."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P269> \"02675830X\". }"}}
{"id": "val_361", "question": "Swedish obstetricians with SBL IDs and their other medical professions.", "sparql": "SELECT ?person ?swedishLabel ?sblId (GROUP_CONCAT(?otherOccupationLabel; separator=\", \") AS ?otherOccupations) ?sblUrl WHERE { ?person wdt:P106 wd:Q13638192 . ?person wdt:P3217 ?sblId . BIND(IRI(CONCAT(\"https://sbl.spraakdata.gu.se/sbl/person/\", ?sblId)) AS ?sblUrl) OPTIONAL { ?person skos:altLabel ?swedishLabel . FILTER(LANG(?swedishLabel) = \"sv\") } OPTIONAL { ?person wdt:P106 ?otherOccupation . FILTER(?otherOccupation != wd:Q13638192) . ?otherOccupation rdfs:label ?otherOccupationLabel . FILTER(LANG(?otherOccupationLabel) = \"en\") } } GROUP BY ?person ?swedishLabel ?sblId ?sblUrl LIMIT 100", "paraphrases": ["Who are the Swedish obstetricians listed in the Dictionary of Swedish National Biography, and what other professions did they have?", "List Swedish obstetricians who have an entry in the Dictionary of Swedish National Biography, including their Swedish alternative names and other occupations in English, along with links to their SBL profiles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( GROUP_CONCAT ( ?var3 ) AS ?var4 ) ?var5 WHERE { BIND ( IRI ( CONCAT ( \"\", ?var6 ) ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13638192> . ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"sv\" ) ) ) . } } GROUP BY ?var1 ?var1Label ?var2 ?var3Label ?var5 LIMIT 100"}}
{"id": "val_362", "question": "Humans with nicknames and Freebase IDs, along with their English occupations", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?nickname ?freebaseId(GROUP_CONCAT(DISTINCT ?occupationLabel ; SEPARATOR = \", \") AS ?occupations) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n  .\n  ?human wdt:P1449 ?nickname .\n  ?human wdt:P646 ?freebaseId .\n}\nGROUP BY ?human ?nickname ?freebaseId\nORDER BY ASC(?human)", "paraphrases": ["Which humans have nicknames and Freebase IDs, and what are their English occupations?", "Show me a list of people with nicknames and Freebase IDs, including all their English occupations concatenated."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { SELECT ?var1 ?var1Label ?var2Label ?var3 ( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var4 ) ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1449> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var6 . } GROUP BY ?var1 ?var1Label ?var2Label ?var3 ?var5 ?var6 } ORDER BY ASC( ?var1 )"}}
{"id": "val_363", "question": "What is the most specific infobox template for humans with a Russian Wikipedia article?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?template ?topic ?steps WHERE {\n  ?template wdt:P31 wd:Q19887878 ; wdt:P1423 ?topic .\n  ?topic wdt:P279 * wd:Q5 .\n  {\n    SELECT ?topic ( COUNT( ?mid ) AS ?steps ) WHERE {\n      ?topic wdt:P279 ?mid .\n      ?mid wdt:P279 * wd:Q5 .\n    }\n    GROUP BY ?topic\n  } UNION {\n    BIND( wd:Q5 AS ?topic ) BIND( 0 AS ?steps )\n  }\n  ?article schema:about ?template ; schema:isPartOf <https://ru.wikipedia.org/> .\n}\nORDER BY ASC ( ?steps )\nLIMIT 1", "paraphrases": ["Which infobox template is used for humans and has the closest subclass relationship to the human category on Russian Wikipedia?", "Find the infobox template that best represents humans, has a Russian Wikipedia page, and is as specific as possible in its classification."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q28739130> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_364", "question": "What is the English name of the person with Swedish National Biography ID 7462?", "sparql": "SELECT ?person ?label ?description WHERE { ?person wdt:P3217 \"7462\" . OPTIONAL { ?person rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is Nils Herman Quiding, and what is his description in English?", "Can you find the English label and description for the individual identified by SBL ID 7462 in the Dictionary of Swedish National Biography?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"7462\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_365", "question": "English name of the person with Freebase ID /m/0dvmd", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P646 \"/m/0dvmd\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who is the person identified by the Freebase ID /m/0dvmd?", "Tell me the English label of the Wikidata item that has the Freebase ID /m/0dvmd."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0dvmd\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_366", "question": "What OpenStreetMap tag is used for roller coasters, and what is their broader category?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { wd:Q7577010 wdt:P31 ?class . ?class wdt:P279* ?var1 . ?var1 wdt:P1282 ?var2 . ?var1 wdt:P279 ?var3 . ?var1 rdfs:label ?var1Label . ?var3 rdfs:label ?var3Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var3Label) = \"en\") }", "paraphrases": ["Which OpenStreetMap key or tag applies to the class of the Spider roller coaster, and what is its direct superclass?", "What tagging scheme in OpenStreetMap describes roller coasters, and what broader class do they belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q7577010> <http://www.wikidata.org/prop/direct/P279> * ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P1282> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_367", "question": "Who has the IMDb ID nm1418367?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm1418367\" .\n}", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm1418367?", "Find the Wikidata entity for the IMDb person ID nm1418367."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1418367\". }"}}
{"id": "val_368", "question": "What movie has the elFilm ID 269832?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"269832\" . }", "paraphrases": ["Which film on Wikidata is identified by the elFilm ID 269832?", "Give me the Wikidata item for the movie with elFilm ID 269832."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"269832\". }"}}
{"id": "val_369", "question": "What is the English name and description of the Australian geographic location with ASGS2016 ID SSC14134?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?location ?label ?description WHERE {\n  ?location wdt:P4093 \"SSC14134\" .\n  ?location rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?location schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English label and description of the locality in New South Wales identified by the Australian Statistical Geography Standard 2016 code SSC14134?", "Please provide the English name and description of the location in Australia that has the ASGS2016 identifier SSC14134."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC14134\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_370", "question": "Oostappen Netherlands flag, BAG code, and population", "sparql": "SELECT ?flag ?bagCode ?population ?place WHERE { ?place rdfs:label \"Oostappen\"@nl . OPTIONAL { ?place wdt:P41 ?flag . } OPTIONAL { ?place wdt:P981 ?bagCode . } OPTIONAL { ?place wdt:P1082 ?population . } }", "paraphrases": ["What is the flag image, BAG residence ID, and population of the hamlet Oostappen in the Netherlands?", "Show me the flag, BAG code, and population of Oostappen, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"Oostappen\"@nl ; <http://www.wikidata.org/prop/direct/P981> ?var2 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . FILTER ( ( isLITERAL ( \"Oostappen\"@nl ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P41> ?var1 . } }"}}
{"id": "val_371", "question": "Does the cartoon with Big Cartoon Database ID 4333 exist in Wikidata?", "sparql": "ASK WHERE { ?cartoon wdt:P4933 \"4333\" . }", "paraphrases": ["Is there a cartoon in Wikidata that has the BCDB ID 4333?", "Find out if the animated short 'Ali-Baba Bound' is linked to the BCDB ID 4333 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"4333\". }"}}
{"id": "val_372", "question": "Participants of the 2014 FIFA World Cup and their official names", "sparql": "SELECT ?participant ?participantLabel ?officialName WHERE { ?participant wdt:P1344 wd:Q79859 . ?participant rdfs:label ?participantLabel . FILTER(LANG(?participantLabel) = \"en\") OPTIONAL { ?participant wdt:P1448 ?officialName . } } LIMIT 1000", "paraphrases": ["Who participated in the 2014 FIFA World Cup, and what are their official names?", "List all players and teams that took part in the 2014 FIFA World Cup along with their official names, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1344> <http://www.wikidata.org/entity/Q79859> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 1000"}}
{"id": "val_373", "question": "Items named after lighthouses and their qualifiers", "sparql": "SELECT ?item ?statement ?qualifierProperty WHERE { ?item p:P138 ?statement . ?statement ps:P138 wd:Q39715 . ?statement ?qualifierProperty ?value . FILTER(!STRSTARTS(STR(?qualifierProperty), STR(ps:)) && !STRSTARTS(STR(?qualifierProperty), STR(pr:)) && ?qualifierProperty != wikibase:rank && ?qualifierProperty != rdf:type && ?qualifierProperty != prov:wasDerivedFrom)}", "paraphrases": ["Which items are named after a lighthouse, and what additional information is provided about their naming?", "Show me all entities named after a lighthouse along with any qualifiers attached to their \"named after\" statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P138> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/P138> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_374", "question": "Female humans with Instagram usernames and their labels", "sparql": "SELECT ?personLabel ?instagram WHERE { ?person wdt:P21 wd:Q6581072 . ?person wdt:P2003 ?instagram . ?person rdfs:label ?personLabel . } LIMIT 100", "paraphrases": ["Who are some female individuals on Wikidata who have an Instagram account, and what are their labels?", "List female people who have Instagram usernames along with their names in different languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var6 <http://www.wikidata.org/prop/direct/P2003> ?var7 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/P2003> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P2003> ?var7 . } } LIMIT 100"}}
{"id": "val_375", "question": "What are the zoos located in Israel?", "sparql": "SELECT ?zoo ?zooLabel WHERE { ?zoo wdt:P31 wd:Q43501 . ?zoo wdt:P17 wd:Q801 . ?zoo rdfs:label ?zooLabel . FILTER(LANG(?zooLabel) = \"en\") }", "paraphrases": ["List the English-named zoos in Israel.", "Zoos in Israel"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q801> . }"}}
{"id": "val_376", "question": "What is the English name and description of the organization with Library of Congress ID n87860894?", "sparql": "SELECT ?entity ?entityLabel ?description WHERE { ?entity wdt:P244 \"n87860894\" . ?entity rdfs:label ?entityLabel . FILTER (LANG(?entityLabel) = \"en\") OPTIONAL { ?entity schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and type in English of the entity identified by the LCCN n87860894?", "Please provide the English label and description for the entity linked to the Library of Congress authority ID n87860894."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P244> \"n87860894\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_377", "question": "What are the different ways people educated in Chile died, as described in Spanish?", "sparql": "SELECT DISTINCT ?mannerOfDeathLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P69 ?institution . ?institution wdt:P17 wd:Q298 . ?institution rdfs:label ?institutionLabel . ?human rdfs:label ?humanLabel . ?human wdt:P1196 ?mannerOfDeath . ?mannerOfDeath rdfs:label ?mannerOfDeathLabel . FILTER (LANG(?humanLabel) = \"es\") . FILTER (LANG(?institutionLabel) = \"es\") . FILTER (LANG(?mannerOfDeathLabel) = \"es\") . }", "paraphrases": ["In Spanish, what are the reported causes of death for individuals who attended educational institutions in Chile?", "Can you list the Spanish labels for manners of death of humans with alma maters in Chile?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P1196> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . }"}}
{"id": "val_378", "question": "List Argentine scientists from the Diccionario de cient\u00edficos argentinos Dra. Grierson with their IDs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?scientistLabel ?griersonId WHERE {\n  ?scientist wdt:P3946 ?griersonId .\n  ?scientist rdfs:label ?scientistLabel .\n  FILTER(LANG(?scientistLabel) = \"es\")\n}\nLIMIT 500", "paraphrases": ["Who are the Argentine scientists listed in the Diccionario de cient\u00edficos argentinos Dra. Grierson, and what are their IDs?", "Please provide the names (in Spanish) and Dictionary Grierson IDs of all Argentine scientists in the Diccionario de cient\u00edficos argentinos."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3946> ?var2 . } } LIMIT 500"}}
{"id": "val_379", "question": "What movie has the EDb film ID t0007285?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3141 \"t0007285\" . }", "paraphrases": ["Which film is identified by the EDb ID t0007285?", "Tell me the movie associated with the EDb film ID t0007285."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0007285\". }"}}
{"id": "val_380", "question": "What is the English label and description of the Australian geographic region with ASGS2016 ID SSC20108?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel ?description WHERE {\n  ?place wdt:P4093 \"SSC20108\" .\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER ( LANG( ?placeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?place schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Find the name and description in English of the place identified by the Australian Statistical Geography Standard 2016 code SSC20108.", "Which locality in Australia has the ASGS2016 identifier SSC20108, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC20108\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_381", "question": "Who played in the 2014 FIFA World Cup, and where were they born?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?player ?birthplace WHERE {\n  ?player wdt:P1344 wd:Q79859 ; wdt:P19 ?birthplace .\n}", "paraphrases": ["List the players of the 2014 FIFA World Cup along with their birthplaces.", "What are the birthplaces of all participants in the 2014 FIFA World Cup?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1344> <http://www.wikidata.org/entity/Q79859> ; <http://www.wikidata.org/prop/direct/P19> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_382", "question": "Who is the person with Swedish National Biography ID 10697, and what is their English description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P3217 \"10697\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the individual listed as ID 10697 in the Dictionary of Swedish National Biography?", "Please provide the English name and description of the person identified by the SBL ID 10697."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"10697\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_383", "question": "What is the English label and description of the person with National Library of Spain ID XX1228684?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P950 \"XX1228684\" .\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER(LANG(?desc) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is the person identified by the BNE ID XX1228684, and what is their English description?", "Please provide the English name and description of the individual whose National Library of Spain ID is XX1228684."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P950> \"XX5470178\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_384", "question": "What are the properties (like instance of, inception, image) of Karlsruhe-related entities such as Kronenplatz, University of Karlsruhe, and Karlsruhe City Archive?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel ?propertyLabel ?valueDisplay WHERE {\n  VALUES ?item {\n    wd:Q19288378 wd:Q30343035 wd:Q18628210 wd:Q21036969 wd:Q21040660 wd:Q29426438 wd:Q830920 wd:Q18628534 wd:Q28737478 wd:Q895068 wd:Q1698463 wd:Q18604080 wd:Q1633965 wd:Q1664948 wd:Q1327646 wd:Q11722115 wd:Q1749632 wd:Q2305644 wd:Q21040684 wd:Q15829497 wd:Q1008310 wd:Q1381130 wd:Q1569329 wd:Q32063953 wd:Q15814260 wd:Q1532461 wd:Q427040 wd:Q535937 wd:Q1781764 wd:Q14544099\n  }\n  VALUES ?property {\n    wdt:P17 wdt:P31 wdt:P18 wdt:P856 wdt:P571 wdt:P1435 wdt:P149 wdt:P361 wdt:P1454 wdt:P969\n  }\n  ?item ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?propertyItem rdfs:label ?propertyLabel .\n    FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n  BIND( IF( BOUND( ?valueLabel ) , ?valueLabel , STR( ?value ) ) AS ?valueDisplay )\n}", "paraphrases": ["For each of the major buildings, streets, and institutions in Karlsruhe, what are their labels, property types (e.g., \u201cinstance of\u201d or \u201cinception\u201d), and corresponding values?", "Show me the English labels of 30 key locations and institutions in Karlsruhe, along with the property names (like \u201cimage\u201d or \u201cinception\u201d) and their values \u2014 whether those are entity labels (e.g., \u201csquare\u201d) or literals (e.g., dates or URLs)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q19288378> ) ( <http://www.wikidata.org/entity/Q30343035> ) ( <http://www.wikidata.org/entity/Q18628210> ) ( <http://www.wikidata.org/entity/Q21036969> ) ( <http://www.wikidata.org/entity/Q21040660> ) ( <http://www.wikidata.org/entity/Q29426438> ) ( <http://www.wikidata.org/entity/Q830920> ) ( <http://www.wikidata.org/entity/Q18628534> ) ( <http://www.wikidata.org/entity/Q28737478> ) ( <http://www.wikidata.org/entity/Q895068> ) ( <http://www.wikidata.org/entity/Q1698463> ) ( <http://www.wikidata.org/entity/Q18604080> ) ( <http://www.wikidata.org/entity/Q1633965> ) ( <http://www.wikidata.org/entity/Q1664948> ) ( <http://www.wikidata.org/entity/Q1327646> ) ( <http://www.wikidata.org/entity/Q11722115> ) ( <http://www.wikidata.org/entity/Q1749632> ) ( <http://www.wikidata.org/entity/Q2305644> ) ( <http://www.wikidata.org/entity/Q21040684> ) ( <http://www.wikidata.org/entity/Q15829497> ) ( <http://www.wikidata.org/entity/Q1008310> ) ( <http://www.wikidata.org/entity/Q1381130> ) ( <http://www.wikidata.org/entity/Q1569329> ) ( <http://www.wikidata.org/entity/Q32063953> ) ( <http://www.wikidata.org/entity/Q15814260> ) ( <http://www.wikidata.org/entity/Q1532461> ) ( <http://www.wikidata.org/entity/Q427040> ) ( <http://www.wikidata.org/entity/Q535937> ) ( <http://www.wikidata.org/entity/Q1781764> ) ( <http://www.wikidata.org/entity/Q14544099> ) } VALUES ( ?var4 ) { ( <http://www.wikidata.org/prop/direct/P17> ) ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P18> ) ( <http://www.wikidata.org/prop/direct/P856> ) ( <http://www.wikidata.org/prop/direct/P571> ) ( <http://www.wikidata.org/prop/direct/P1435> ) ( <http://www.wikidata.org/prop/direct/P149> ) ( <http://www.wikidata.org/prop/direct/P361> ) ( <http://www.wikidata.org/prop/direct/P1454> ) ( <http://www.wikidata.org/prop/direct/P969> ) } ?var1 ?var4 ?var3 . ?var2 <http://wikiba.se/ontology#directClaim> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_385", "question": "Who is the person with the IMDb ID nm0000204?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"nm0000204\" }", "paraphrases": ["Which Wikidata entity corresponds to the IMDb identifier nm0000204?", "Can you find the person in Wikidata whose IMDb ID is nm0000204?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0341682\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_386", "question": "English label of the Open Library author with ID OL1935687A", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P648 \"OL1935687A\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name of the author in Wikidata with Open Library ID OL1935687A?", "Show me the English label for the Wikidata item linked to Open Library author ID OL1935687A, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL1935687A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_387", "question": "What film has the Scope.dk ID 1565?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2518 \"1565\" .\n}", "paraphrases": ["Which movie is identified by the Scope.dk film ID 1565?", "Can you tell me the Wikidata item for the film with Scope.dk ID 1565?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"1565\". }"}}
{"id": "val_388", "question": "Is there a football player on Wikidata with Transfermarkt ID 6724?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"6724\" .\n}", "paraphrases": ["Does the Transfermarkt player ID 6724 correspond to a footballer in Wikidata?", "Confirm if Alexander Thamm is listed in Wikidata with Transfermarkt ID 6724."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"6724\". }"}}
{"id": "val_389", "question": "What geographic regions (from municipality to continent) include the Windmill Point Lighthouse?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q32516025 (wdt:P131|wdt:P17|wdt:P30)* ?location .}", "paraphrases": ["List all administrative divisions and continents that the Windmill Point Lighthouse belongs to, directly or indirectly.", "Where is the Windmill Point Lighthouse located, including its country, province, and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q32516025> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_390", "question": "Is Haplogroup A0-T classified as a human Y-chromosome DNA haplogroup?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q16001278 wdt:P31 wd:Q428875 .\n}", "paraphrases": ["Does Haplogroup A0-T belong to the category of human Y-chromosome DNA haplogroups?", "Confirm that Haplogroup A0-T is an instance of human Y-chromosome DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q16001278> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_391", "question": "What Wikipedia pages and Wikimedia resources are about the artist with ULAN ID 500023524?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nSELECT ?page ?artist WHERE {\n  ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500023524> .\n  ?page schema:about ?artist .\n}", "paraphrases": ["Which language versions of Wikipedia and other Wikimedia pages discuss Claire Falkenstein, the artist identified by ULAN ID 500023524?", "List all Wikimedia pages linked to Claire Falkenstein via her Union List of Artist Names ID (500023524)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500023524> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_392", "question": "What are the names and founding dates of zoos in Wikidata?", "sparql": "SELECT ?zoo ?zooLabel ?foundingDate WHERE { ?zoo wdt:P31 wd:Q43501 . OPTIONAL { ?zoo wdt:P571 ?foundingDate . } ?zoo rdfs:label ?zooLabel . FILTER(LANG(?zooLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list zoos with their English names and when they were founded?", "Which zoos have known founding years, and what are their official English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } } LIMIT 100"}}
{"id": "val_393", "question": "What are all the properties and values for Madonna\u2019s Freebase ID /m/01vs_v8?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?value WHERE {\n  wd:Q1744 ?property ?value .\n}", "paraphrases": ["What information does Wikidata have about the entity with Freebase ID /m/01vs_v8?", "List all triples associated with the Wikidata entity linked to Freebase ID /m/01vs_v8."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/01vs_v8\". ?var1 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_394", "question": "Greek artists born in 1980", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q41 .\n  ?person wdt:P106 / wdt:P279 * wd:Q483501 .\n  ?person wdt:P569 ?birthDate .\n  FILTER ( YEAR( ?birthDate ) = 1980 ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 500", "paraphrases": ["Who are the Greek human artists born in 1980?", "List the names of people who are citizens of Greece, have an occupation related to art, and were born in 1980."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q41> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q483501> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2439> . } LIMIT 500"}}
{"id": "val_395", "question": "What entities are classified as medical organizations or related to them via subclass, main subject, topic, or medical specialty?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?property WHERE {\n  ?entity ?property wd:Q4287745 .\n  FILTER(?property != wdt:P31)\n  FILTER(?property IN(wdt:P279 , wdt:P971 , wdt:P921 , wdt:P5137))\n}\nORDER BY ?entity\nLIMIT 101", "paraphrases": ["Which entities are linked to medical organizations using properties other than 'instance of', and what are those properties?", "List the entities connected to medical organizations through subclass of, main subject, topic of, or medical specialty, along with the connecting property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q4287745> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_396", "question": "Czech municipalities and neighborhoods with earliest written records before 1486 and their coordinates.", "sparql": "SELECT DISTINCT ?item ?coordinates ?year WHERE { { ?item wdt:P31 wd:Q5153359 . } UNION { ?item wdt:P2788 [] . } ?item wdt:P1249 ?date . BIND(YEAR(?date) AS ?year) ?item wdt:P625 ?coordinates . FILTER (?year < 1486) }", "paraphrases": ["Which towns and neighborhoods in the Czech Republic were first recorded in writing before 1486, and where are they located?", "List all Czech municipalities and neighbourhoods that have a documented first written mention before 1486, along with their geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1486\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_397", "question": "Does the National Register of Historic Places reference number 91001327 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P649 \"91001327\" . }", "paraphrases": ["Is there a historic place in the National Register of Historic Places with the ID 91001327?", "Check if the NRHP ID 91001327 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"91001327\". }"}}
{"id": "val_398", "question": "What is the English name of the person with Library of Congress ID n85049681?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P244 \"n85049681\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English label and description for the entity identified by the LCCN n85049681?", "Who is the individual associated with the Library of Congress control number n85049681, and do they have an English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P244> \"n85049681\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_399", "question": "Newspapers and media companies in Sweden", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?country ?countryLabel WHERE {\n  wd:Q389458 wdt:P17 ?country .\n  ?entity wdt:P17 ?country .\n  ?entity wdt:P31 ?type .\n  VALUES ?type {\n    wd:Q11032 wd:Q1331793\n  }\n  .\n  ?entity rdfs:label ?entityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["What newspapers and media companies are located in Sweden, the same country as Aftonbladet?", "List English-labeled newspapers and media organizations based in Sweden."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q389458> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P17> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_400", "question": "What newspapers are associated with Finland and what properties link them to Finland?", "sparql": "SELECT ?newspaper ?relationship WHERE { ?newspaper (wdt:P31/wdt:P279*) wd:Q11032 ; ?relationship wd:Q33 . } LIMIT 5", "paraphrases": ["Which newspapers have a connection to Finland, and what are the types of those connections?", "List newspapers linked to Finland along with the relationship types, such as country of origin or country."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11032> ; ?var2 <http://www.wikidata.org/entity/Q33> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5"}}
{"id": "val_401", "question": "What is the English label of the entity with Freebase ID /m/02mjmr?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P646 \"/m/02mjmr\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person identified by the Freebase ID /m/02mjmr, and what is their name in English?", "Please provide the English name of the person whose Freebase identifier is /m/02mjmr."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/02mjmr\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_402", "question": "List first-level administrative divisions with their OpenStreetMap relation IDs, formatted as Wikidata links and OSM IDs.", "sparql": "SELECT ( CONCAT ( \"*{{Q|\" , STRAFTER( STR( ?adminDivision ) , \"/entity/\" ) , \"}}:\" ) AS ?wikidataLink ) ( CONCAT ( \"OSM ID: \" , ?osmId ) AS ?osmInfo ) WHERE { ?adminDivision wdt:P402 ?osmId . ?adminDivision ( wdt:P31 / wdt:P279* ) wd:Q10864048 . } LIMIT 1000", "paraphrases": ["Which first-level administrative divisions have OpenStreetMap relation IDs, and how are they linked in Wikidata?", "Please provide a list of first-level administrative divisions showing their Wikidata item links and corresponding OpenStreetMap relation IDs."], "info": {"raw_sparql": "SELECT( CONCAT ( \"*{{Q|\", STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) , \"}}:\" ) AS ?var2 )( CONCAT ( \"string1\", ?var3 , \" ]\" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P402> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> . } LIMIT 1000"}}
{"id": "val_403", "question": "What is the longitude of the hospital at Veilhofstra\u00dfe 38 in Nuremberg?", "sparql": "SELECT ?hospital ?longitude WHERE { VALUES ?hospital { wd:Q41427943 } ?hospital p:P625 ?statement . ?statement psv:P625 ?value . ?value wikibase:geoLongitude ?longitude .}", "paraphrases": ["Longitude of hospital at Veilhofstra\u00dfe 38, Nuremberg", "Give me the longitude of the hospital located at Veilhofstra\u00dfe 38 in Nuremberg."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q41427943> ) } ?var1 <http://www.wikidata.org/prop/P625> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/value/P625> ?var5 . ?var5 <http://wikiba.se/ontology#geoLongitude> ?var3 . }"}}
{"id": "val_404", "question": "Coordinates of the house at An den Weihern 29/31 and the hospital at Veilhofstra\u00dfe 38 in Nuremberg.", "sparql": "SELECT ?item ?latitude ?longitude WHERE { VALUES ?item { wd:Q41411330 wd:Q41427943 } ?item p:P625 ?statement . ?statement psv:P625 ?value . ?value wikibase:geoLatitude ?latitude . ?value wikibase:geoLongitude ?longitude .}", "paraphrases": ["What are the latitude and longitude coordinates of the heritage-listed house and hospital in Nuremberg, Germany?", "Please provide the geographic coordinates (latitude and longitude) for the two heritage monuments in Nuremberg: the house at An den Weihern and the hospital at Veilhofstra\u00dfe."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q41411330> ) ( <http://www.wikidata.org/entity/Q41427943> ) } ?var1 <http://www.wikidata.org/prop/P625> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/value/P625> ?var5 . ?var5 <http://wikiba.se/ontology#geoLongitude> ?var3 . ?var5 <http://wikiba.se/ontology#geoLatitude> ?var2 . }"}}
{"id": "val_405", "question": "What are the publications where Noam Chomsky has published the most works, and how many works did he publish in each?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?workCount ) WHERE {\n  ?work wdt:P50 wd:Q9049 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?publicationLabelRaw .\n  FILTER ( LANG( ?publicationLabelRaw ) = \"en\" ) .\n  OPTIONAL {\n    ?publication wdt:P1813 ?publicationShortName .\n  }\n  BIND( COALESCE ( ?publicationShortName , ?publicationLabelRaw ) AS ?publicationLabel ) .\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?workCount )", "paraphrases": ["List the English-language journals and media outlets that have published Noam Chomsky\u2019s works, ranked by the number of publications per outlet.", "Which publications have featured the highest number of writings by linguist Noam Chomsky, using either their full names or abbreviations?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q16727393> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_406", "question": "Does the National Register of Historic Places ID 99000546 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"99000546\" .\n}", "paraphrases": ["Is there a historic place in Wikidata with the NRHP reference number 99000546?", "Check if the Womack House is listed in Wikidata using its NRHP ID 99000546."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"99000546\". }"}}
{"id": "val_407", "question": "Is there an ice hockey player in Wikidata with Eurohockey.com ID 55137?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2601 \"55137\" .\n}", "paraphrases": ["Does the player Olli Kaski have the Eurohockey.com player ID 55137?", "Confirm if the Eurohockey.com player ID 55137 is assigned to any ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"55137\". }"}}
{"id": "val_408", "question": "Collaborators of Paul Erd\u0151s", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coauthor ?coauthorLabel WHERE {\n  ?work wdt:P50 wd:Q173746 .\n  ?work wdt:P50 ?coauthor .\n  FILTER ( ?coauthor != wd:Q173746 ) .\n  ?coauthor rdfs:label ?coauthorLabel .\n  FILTER ( LANG( ?coauthorLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are the co-authors of mathematician Paul Erd\u0151s?", "List the people who co-authored papers with Paul Erd\u0151s."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q173746> <http://www.wikidata.org/prop/direct/P2652> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2652> * <http://www.wikidata.org/entity/Q173746> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2652> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_409", "question": "What are the subclasses of colourant?", "sparql": "SELECT DISTINCT ?subclass WHERE { ?subclass wdt:P279 wd:Q911922 . }", "paraphrases": ["What types of substances are considered direct subclasses of colourant?", "List all the specific kinds of colourants, such as pigments and dyes, that are directly classified under the category of colourant."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q911922> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh\". } }"}}
{"id": "val_410", "question": "Is there a historic place in the National Register of Historic Places with reference number 10000350?", "sparql": "ASK WHERE { ?item wdt:P649 \"10000350\" }", "paraphrases": ["Does the National Register of Historic Places list a property with the ID 10000350?", "Confirm whether the Hollister Homestead is registered in the National Register of Historic Places using its reference number 10000350."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"10000350\". }"}}
{"id": "val_411", "question": "What is the title of the movie with IMDb ID tt5843838?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt5843838\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt5843838?", "Show me the name of the film identified by tt5843838 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5843838\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_412", "question": "Anatomical structures and their UBERON identifiers", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?anatomy ?anatomyLabel ?uberonId WHERE {\n  ?anatomy wdt:P1554 ?uberonId .\n  ?anatomy rdfs:label ?anatomyLabel .\n  FILTER ( LANG( ?anatomyLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names of anatomical structures in Wikidata and their corresponding UBERON IDs?", "List anatomical entities with their English labels and UBERON ontology IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1554> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_413", "question": "Which Wikidata entity is associated with the OpenStreetMap tag \"Tag:amenity=restaurant\"?", "sparql": "SELECT ?entity ?tag WHERE { ?entity wdt:P1282 ?tag . FILTER (?tag = \"Tag:amenity=restaurant\") } LIMIT 1", "paraphrases": ["What entity in Wikidata corresponds to the OpenStreetMap tag \"Tag:amenity=restaurant\"?", "Find the Wikidata item that uses \"Tag:amenity=restaurant\" as its OpenStreetMap tag."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1282> ?var2 . FILTER ( ( ( ?var2 = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 1"}}
{"id": "val_414", "question": "What is the English label and description of the artwork in the Museum of Modern Art with work ID 48379?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2014 \"48379\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n}", "paraphrases": ["Find the title and description in English of the MoMA artwork identified by the ID 48379.", "Show me the English name and description of the MoMA piece with ID 48379."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"48343\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_415", "question": "Who is the West Point graduate with Cullum number 1522, and what is their English label and description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4026 \"1522\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" ) .\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["What is the name and description in English of the person who has the Cullum number 1522?", "Please provide the English name and description (if available) of the individual with Cullum number 1522 from the US Military Academy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4026> \"1522\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_416", "question": "Nuclear power plants in the United States with images and English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?plant(SAMPLE(?image) AS ?imageUrl) ?plantLabel WHERE {\n  ?plant wdt:P31 wd:Q134447 .\n  ?plant wdt:P17 wd:Q30 .\n  OPTIONAL {\n    ?plant wdt:P18 ?image .\n  }\n  ?plant skos:prefLabel ?plantLabel .\n  FILTER(LANG(?plantLabel) = \"en\")\n}\nGROUP BY ?plant ?plantLabel\nLIMIT 50", "paraphrases": ["What are the nuclear power plants in the United States, their English names, and what images are available for them?", "List up to 50 nuclear power plants in the United States, showing their English labels and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134447> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_417", "question": "Subclasses of secretion or excretion with English labels and images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P279 wd:Q19388114 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the subclasses of secretion or excretion in Wikidata, along with their English names and associated images?", "List the English-named subclasses of secretion or excretion and show any available images for them."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q29901725> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_418", "question": "List of video games on Wikidata with English labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?game ?gameLabel WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game rdfs:label ?gameLabel .\n  FILTER(LANG(?gameLabel) = \"en\")\n}", "paraphrases": ["What are some video games that have English labels in Wikidata?", "Show me the names of all video games (instances of Q7889) that have an English label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_419", "question": "Surface features on Tethys and their coordinates", "sparql": "SELECT ?feature ?featureLabel ?coordinates WHERE { ?feature wdt:P376 wd:Q15047 ; wdt:P625 ?coordinates . ?feature rdfs:label ?featureLabel . FILTER(LANG(?featureLabel) = \"en\") }", "paraphrases": ["What are the named surface features on Saturn's moon Tethys, and where are they located?", "List the English-named geological features on Tethys along with their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P376> <http://www.wikidata.org/entity/Q15047> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_420", "question": "What is the Wikidata item with Freebase ID /m/02mjmr?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P646 \"/m/02mjmr\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Who is the person identified by the Freebase ID /m/02mjmr in Wikidata?", "Return the English label of the Wikidata entity that has the Freebase ID \"/m/02mjmr\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/02mjmr\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_421", "question": "Who is the human with Freebase ID /m/02mjmr?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P31 wd:Q5 .\n  ?item wdt:P646 \"/m/02mjmr\" .\n}\nLIMIT 100", "paraphrases": ["Which person in Wikidata is associated with the Freebase identifier /m/02mjmr?", "Find the human entity identified by the Freebase ID /m/02mjmr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P646> \"m.0101myps\". } LIMIT 100"}}
{"id": "val_422", "question": "Items and properties referenced by the Wikipedia image file \"Horse and Train.jpg\"", "sparql": "SELECT ?item ?property WHERE { ?statement prov:wasDerivedFrom ?ref . ?ref pr:P854 <https://en.wikipedia.org/wiki/File:Horse_and_Train.jpg> . ?statement ?prop ?item . FILTER(STRSTARTS(STR(?prop), \"http://www.wikidata.org/prop/statement/\")) . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/statement/\", \"http://www.wikidata.org/prop/direct/\")) AS ?property) }", "paraphrases": ["Which items and their properties are supported by the reference to the Wikipedia file \"Horse and Train.jpg\"?", "Show me all items and the properties they have that are cited using the source https://en.wikipedia.org/wiki/File:Horse_and_Train.jpg"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/reference/96236dfae3b59b02c86801574d550aa44c68324e> . }"}}
{"id": "val_423", "question": "What is the German or English Wikipedia page for the TV show with IMDb ID tt5165468?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt5165468\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia pages in English or German are about the item with IMDb identifier tt5165468?", "Show me the Wikipedia links in English or German for the movie or show identified as tt5165468 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5165468\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_424", "question": "Film with AllMovie ID v480574", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1562 \"v480574\" .\n}", "paraphrases": ["Which film has the AllMovie title ID v480574?", "Tell me the Wikidata entity for the movie identified as v480574 on AllMovie."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v480574\". }"}}
{"id": "val_425", "question": "Who is the artist with MoMA ID 2224, and what is their description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?artist ?artistLabel ?description WHERE {\n  ?artist wdt:P2174 \"2224\" .\n  ?artist rdfs:label ?artistLabel .\n  FILTER(LANG(?artistLabel) = \"en\")\n  OPTIONAL {\n    ?artist schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the artist identified by the Museum of Modern Art with ID 2224?", "Please provide the English name and description of the artist whose Museum of Modern Art artist ID is 2224."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2174> \"2224\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_426", "question": "Video games released between 2000 and 2015 on PlayStation 2, PlayStation 3, Xbox 360, Wii, or Windows, along with their developers and developer countries' coordinates.", "sparql": "SELECT DISTINCT ?developerLabel ?countryLabel ?coordinates WHERE { ?game wdt:P31 wd:Q7889 ; wdt:P400 ?platform ; wdt:P178 ?developer ; wdt:P577 ?publicationDate . ?developer wdt:P17 ?country . ?country wdt:P625 ?coordinates . FILTER ( ?publicationDate > \"1999-12-31T00:00:00Z\"^^xsd:dateTime ) FILTER ( ?publicationDate < \"2016-01-01T00:00:00Z\"^^xsd:dateTime ) FILTER ( ?platform IN (wd:Q8079, wd:Q48263, wd:Q132020, wd:Q10683, wd:Q10680) ) ?developer rdfs:label ?developerLabel . ?country rdfs:label ?countryLabel . FILTER (LANG(?developerLabel) = \"en\") FILTER (LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which video game developers from which countries developed games for PlayStation 2, PlayStation 3, Xbox 360, Wii, or Windows between 2000 and 2015, and where are those countries located geographically?", "Show me the names of developers, their countries, and the geographic coordinates of those countries for video games released between 2000 and 2015 on PlayStation 2, PlayStation 3, Xbox 360, Wii, or Windows."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var4 <http://www.wikidata.org/prop/direct/P400> ?var5 . ?var4 <http://www.wikidata.org/prop/direct/P123> ?var6 . ?var4 <http://www.wikidata.org/prop/direct/P577> ?var7 . ?var4 <http://www.wikidata.org/prop/direct/P178> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . FILTER ( ( ( ?var7 > \"1999-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var7 < \"2016-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( REGEX ( STR ( ?var5 ) , \"Q8079\" ) || REGEX ( STR ( ?var5 ) , \"Q48263\" ) || REGEX ( STR ( ?var5 ) , \"Q132020\" ) || REGEX ( STR ( ?var5 ) , \"Q10683\" ) || REGEX ( STR ( ?var5 ) , \"Q10680\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, fr, en\". } }"}}
{"id": "val_427", "question": "What geographical features are located on Mars?", "sparql": "SELECT ?feature ?featureLabel WHERE { ?feature wdt:P376 wd:Q111 . ?feature rdfs:label ?featureLabel . FILTER(LANG(?featureLabel) = \"en\") }", "paraphrases": ["Can you list the names of places on Mars?", "Which craters, hills, and other surface features on Mars have English labels in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P376> <http://www.wikidata.org/entity/Q111> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_428", "question": "What are the hierarchical types of the color purple, and what are those types instances of?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { wd:Q3257809 wdt:P31+ ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") OPTIONAL { ?var1 wdt:P31 ?var2 . } }", "paraphrases": ["Show all classes that purple belongs to, and for each, what class is it an instance of?", "What is the type hierarchy above purple in Wikidata, including the types of its types?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q3257809> <http://www.wikidata.org/prop/direct/P31> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_429", "question": "Instances and subclasses of public health with their number of direct instances.", "sparql": "SELECT DISTINCT ?instance ?count ?subclass ?count2 WHERE { { SELECT ?instance (COUNT(?instanceInstance) AS ?count) WHERE { ?instance wdt:P31 wd:Q189603 . ?instanceInstance wdt:P31 ?instance . } GROUP BY ?instance } UNION { SELECT ?subclass (COUNT(?subclassInstance) AS ?count2) WHERE { ?subclass wdt:P279 wd:Q189603 . ?subclassInstance wdt:P31 ?subclass . } GROUP BY ?subclass } }", "paraphrases": ["Which subclasses of public health have the most direct instances, and which specific instances of public health have their own direct instances?", "List all subclasses of public health along with how many direct instances each has, and also list all direct instances of public health with their own number of direct instances."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q189603> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q189603> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_430", "question": "Does Ultraman: The Adventure Begins have a Big Cartoon Database ID of 143829?", "sparql": "ASK WHERE { ?item wdt:P4933 \"143829\" . }", "paraphrases": ["Is there a Wikidata item for the animated film 'Ultraman: The Adventure Begins' with BCDB ID 143829?", "Confirm if the Big Cartoon Database ID 143829 corresponds to a known entry in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"143829\". }"}}
{"id": "val_431", "question": "Hegelsom Netherlands BAG code, population, flag", "sparql": "SELECT ?flag ?bagCode ?population ?place WHERE { ?place rdfs:label \"Hegelsom\"@nl ; wdt:P981 ?bagCode ; wdt:P1082 ?population . OPTIONAL { ?place wdt:P41 ?flag . } }", "paraphrases": ["What is the population and BAG code of the Dutch village Hegelsom, and does it have a flag image?", "Give me the BAG code, population, and flag image of Hegelsom, a village in the Netherlands."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"Hegelsom\"@nl ; <http://www.wikidata.org/prop/direct/P981> ?var2 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . FILTER ( ( isLITERAL ( \"Hegelsom\"@nl ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P41> ?var1 . } }"}}
{"id": "val_432", "question": "Are there any plant species with \"gigi\" in their common name and a GRIN URL?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?taxon rdfs:label ?label .\n  FILTER(CONTAINS(LCASE(?label) , \"gigi\"))\n  .\n  ?taxon wdt:P1421 ?grinUrl .\n}", "paraphrases": ["Does Wikidata contain any plant taxa whose common name includes \"gigi\" and that have a GRIN Taxonomy ID?", "Show me plant taxa that have a GRIN URL and a common name containing \"gigi\"."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1421> \"Gigi\". }"}}
{"id": "val_433", "question": "Czech municipalities with earliest written records before 1278 and their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?municipality ?coord ?municipalityLabel WHERE {\n  ?municipality wdt:P31 wd:Q5153359 .\n  ?municipality wdt:P1249 ?date .\n  BIND(YEAR(?date) AS ?year)\n  .\n  ?municipality wdt:P625 ?coord .\n  FILTER(?year < 1278)\n  .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1278, and where are they located?", "List the English names, geographic coordinates, and earliest written records (before 1278) of all municipalities in the Czech Republic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1278\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_434", "question": "What is the English label and description of the item with Art & Architecture Thesaurus ID 300164508?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1014 \"300164508\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and English description of the object identified by the AAT ID 300164508?", "Show me the English name and description for the item that has the Getty AAT identifier 300164508."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300164508\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_435", "question": "What is the English label and description of the Museum of Modern Art work with ID 4265?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2014 \"4265\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and description in English of the object in the MoMA collection with ID 4265?", "Show me the English name and description of the MoMA artifact identified by the work ID 4265."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"4268\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_436", "question": "Czech municipalities with earliest written records before 983 AD and their coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE {\n  ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?earliestRecord ; wdt:P625 ?coordinates .\n  BIND( YEAR( ?earliestRecord ) AS ?year ) FILTER ( ?year < 983 ) .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER ( LANG( ?municipalityLabel ) = \"en\" )\n}", "paraphrases": ["Which municipalities in the Czech Republic were first recorded in writing before the year 983, and where are they located?", "List the English names, coordinates, and earliest written records (before 983) of municipalities in the Czech Republic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"983\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_437", "question": "Asteroids with a Portuguese Wikipedia page but no Italian Wikipedia page.", "sparql": "SELECT ?asteroid ?asteroidLabel WHERE { ?asteroid wdt:P31 wd:Q3863 . ?asteroid rdfs:label ?asteroidLabel . FILTER (LANG(?asteroidLabel) = \"en\") FILTER (NOT EXISTS { ?wikipediaPage schema:about ?asteroid ; schema:inLanguage \"it\" . }) FILTER (EXISTS { ?wikipediaPage schema:about ?asteroid ; schema:inLanguage \"pt\" . }) } ORDER BY ASC(?asteroidLabel)", "paraphrases": ["Which asteroids have a Portuguese-language Wikipedia article but do not have an Italian-language one?", "List all asteroids that are linked to a Portuguese Wikipedia page but not to an Italian one, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3863> . FILTER ( ( NOT EXISTS { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"it\". } ) ) . FILTER ( ( EXISTS { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"pt\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_438", "question": "Who is the author with Open Library ID OL35381A and what is their English description?", "sparql": "SELECT ?author ?authorLabel ?description WHERE { ?author wdt:P648 \"OL35381A\" . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") OPTIONAL { ?author schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["What is the English label and description of the person identified by the Open Library ID OL35381A?", "Show me the English name and description of the author whose Open Library ID is OL35381A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL353808A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_439", "question": "Who is the actor with The Numbers person ID 959030401, and what is their English description?", "sparql": "SELECT ?actor ?actorLabel ?actorDescription WHERE { ?actor wdt:P4657 \"959030401\" . OPTIONAL { ?actor rdfs:label ?actorLabel . FILTER (LANG(?actorLabel) = \"en\") } OPTIONAL { ?actor schema:description ?actorDescription . FILTER (LANG(?actorDescription) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by The Numbers ID 959030401?", "Show me the English name and description of the actor whose The Numbers ID is 959030401."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4657> \"959030401\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_440", "question": "People born in 1293 with Greek labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?greekLabel ?birthDate WHERE {\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?greekLabel .\n  FILTER ( LANG( ?greekLabel ) = \"el\" ) FILTER ( ?birthDate >= \"1293-01-01T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1293-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Who were the people born in 1293 whose names are available in Greek?", "List the Greek names and birth dates of all people born in the year 1293, sorted by birth date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1293-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1293-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_441", "question": "What occupation is associated with Noam Chomsky, and what is its English label?", "sparql": "SELECT ?property ?objectLabel WHERE { wd:Q9049 ?property wd:Q14467526 . wd:Q14467526 rdfs:label ?objectLabel . FILTER (LANG(?objectLabel) = \"en\") }", "paraphrases": ["What is the English name of the occupation that Noam Chomsky has?", "How is Noam Chomsky linked to the profession of linguist, and what is the label of that profession?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q9049> ?var1 <http://www.wikidata.org/entity/Q14467526> . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_442", "question": "Top locations with the most mineral species discovered", "sparql": "SELECT ?location ( COUNT( DISTINCT ?mineral ) AS ?count ) WHERE { ?mineral wdt:P279* wd:Q7946 . ?mineral wdt:P2695 ?location . } GROUP BY ?location ORDER BY DESC(?count)", "paraphrases": ["Which geological locations have yielded the highest number of distinct mineral types?", "Show me the locations where the most minerals have been first identified, ranked by count."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7946> . ?var3 <http://www.wikidata.org/prop/direct/P2695> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 )"}}
{"id": "val_443", "question": "What type of animal is Dorofei, the cat of former Russian President Dmitry Medvedev?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type WHERE {\n  wd:Q16835794 wdt:P31 ?type .\n}", "paraphrases": ["What class or category does Dorofei belong to according to Wikidata?", "Can you tell me the specific type (instance of) assigned to Dorofei (Q16835794) in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q16835794> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_444", "question": "What entities are composed of a lighthouse, and what additional details (qualifiers) are associated with those relationships?", "sparql": "SELECT ?item ?statement (SAMPLE(?qualifier) AS ?qualifierExample) WHERE { ?item p:P527 ?statement . ?statement ps:P527 wd:Q39715 . OPTIONAL { VALUES ?qualifier { pq:P1001 pq:P10046 pq:P101 pq:P1011 pq:P1012 pq:P1013 pq:P102 pq:P10241 pq:P1027 pq:P10271 } ?statement ?qualifier ?value . } } GROUP BY ?item ?statement", "paraphrases": ["Which structures include a lighthouse as a component, and are there any qualifiers like start time or jurisdiction associated with those components?", "List places or objects that have a lighthouse as a part, and show any extra information (like jurisdiction or date) provided about those parts."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P527> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/P527> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_445", "question": "Film with Scope.dk ID 5472", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2518 \"5472\" .\n}", "paraphrases": ["What film is identified by the Scope.dk ID 5472?", "Tell me the name of the film that has the Scope.dk film ID 5472."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"5472\". }"}}
{"id": "val_446", "question": "What awards did Shaquille O'Neal receive, and what is his English Wikipedia page?", "sparql": "SELECT ?wikipediaPage ?awardLabel WHERE { ?person wdt:P345 \"nm0641944\" . OPTIONAL { ?wikipediaPage schema:about ?person ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?person p:P166 ?awardStatement . ?awardStatement ps:P166 ?award . ?award rdfs:label ?awardLabel . FILTER(LANG(?awardLabel) = \"en\") } }", "paraphrases": ["Can you list all the awards won by Shaquille O'Neal, along with the link to his English Wikipedia article?", "Show me the English Wikipedia page for Shaquille O'Neal and all the awards he has received, with award names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P345> ?var4 . OPTIONAL { ?var1 <http://schema.org/about> ?var3 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/P166> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P166> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } FILTER ( ( ( ?var4 = \"nm0641944\" ) ) ) . }"}}
{"id": "val_447", "question": "What are the broader categories above 'chief executive officer' in Wikidata's classification hierarchy?", "sparql": "SELECT ?subclass ?subclassLabel ?directSubclass WHERE { wd:Q484876 wdt:P279* ?subclass . OPTIONAL { ?subclass wdt:P279 ?directSubclass . } ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["What classes is 'chief executive officer' a subclass of, including all higher-level categories in the hierarchy?", "List all the parent classes of 'chief executive officer' going up the subclass tree, along with their direct parent classes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q484876> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"16\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_448", "question": "Cycling races in 2018 and their types", "sparql": "SELECT ?race ?raceLabel ?raceClassLabel WHERE { ?race wdt:P31 ?raceClass . ?raceClass wdt:P279* wd:Q15091377 . OPTIONAL { ?race wdt:P585 ?date . } OPTIONAL { ?race wdt:P580 ?date . } FILTER (BOUND(?date) && DATATYPE(?date) = xsd:dateTime) FILTER (?date >= \"2018-01-01T00:00:00Z\"^^xsd:dateTime && ?date < \"2019-01-01T00:00:00Z\"^^xsd:dateTime) ?race rdfs:label ?raceLabel . ?raceClass rdfs:label ?raceClassLabel . FILTER(LANG(?raceLabel) = \"en\") FILTER(LANG(?raceClassLabel) = \"en\") }", "paraphrases": ["What cycling races took place in 2018, and what categories do they belong to?", "List all cycling events that occurred in 2018, including their English names and their class (e.g., national championship, UCI tour), based on their start date or point in time."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q15091377> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P585> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . } FILTER ( ( BOUND ( ?var3 ) && ( DATATYPE ( ?var3 ) = <http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"2018-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 < \"2019-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,nl\". } }"}}
{"id": "val_449", "question": "List lighthouses with their coordinates in English.", "sparql": "SELECT ?lighthouse ?label ?coordinates WHERE { ?lighthouse wdt:P31 wd:Q39715 . ?lighthouse wdt:P625 ?coordinates . ?lighthouse rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the names and geographic coordinates of all lighthouses?", "Show me the English names and locations of all lighthouses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_450", "question": "List all types of bones in English with their Freebase IDs.", "sparql": "SELECT ?bone ?label ?freebaseId WHERE { ?bone wdt:P279* wd:Q265868 . ?bone wdt:P646 ?freebaseId . ?bone rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What are the English names and Freebase IDs of all bone types in Wikidata?", "Show me all subclasses of bone with their English labels and Freebase identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q265868> . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_451", "question": "Who is the human with Freebase ID /m/0c17cb?", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P646 \"/m/0c17cb\" . }", "paraphrases": ["Which person is identified by the Freebase identifier /m/0c17cb?", "Find the human entity that has the Freebase ID /m/0c17cb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0c17cb\". } LIMIT 100"}}
{"id": "val_452", "question": "What are the direct superclass categories of a manuscript?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?superclass WHERE {\n  wd:Q87167 wdt:P279 ?superclass .\n}", "paraphrases": ["What classes does the entity \"manuscript\" belong to as a subclass?", "List all the direct parent classes in the taxonomy for manuscripts, according to Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q87167> <http://www.wikidata.org/prop/direct/P279> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_453", "question": "Which German-labeled properties are related to hair color on Wikidata?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { ?relatedProperty wdt:P1659 wd:P1884 . ?relatedProperty a wikibase:Property . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"de\") . FILTER (LANG(?description) = \"de\") . }", "paraphrases": ["What are the German labels and descriptions of properties that are linked as \"see also\" to hair color (P1884)?", "Show me the German names and descriptions of properties that are semantically related to hair color, according to Wikidata\u2019s \"see also\" relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1884> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_454", "question": "What is the English label and description of the Great Russian Encyclopedia entry with ID 2034600?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"2034600\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the name and description in English of the archaeological site listed in the Great Russian Encyclopedia Online (old version) with ID 2034600?", "Show me the English name and description of the entity identified by the Great Russian Encyclopedia Online ID 2034600."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2034600\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_455", "question": "What are the lighthouses in Kuwait, along with their coordinates and images?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?lighthouse ?lighthouseLabel ?coordinate ?image WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 .\n  ?lighthouse wdt:P17 wd:Q817 .\n  ?lighthouse wdt:P625 ?coordinate .\n  OPTIONAL {\n    ?lighthouse wdt:P18 ?image .\n  }\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n}\nORDER BY ASC ( ?lighthouseLabel )", "paraphrases": ["Can you list the English-named lighthouses in Kuwait and their geographic locations?", "Show me the lighthouses located in Kuwait, including their coordinates and optional images, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q35178> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_456", "question": "What is the English label and description of the Art & Architecture Thesaurus ID 300186215?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1014 \"300186215\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and English description of the art term identified by AAT ID 300186215?", "Show me the English label and description for the Getty AAT entry with ID 300186215."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300186215\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_457", "question": "All properties and values for the entity with Freebase ID /m/0f8l9c", "sparql": "SELECT ?item ?property ?value WHERE { ?item wdt:P646 \"/m/0f8l9c\" . ?item ?property ?value . }", "paraphrases": ["What is all the data available in Wikidata for the entity with Freebase ID /m/0f8l9c?", "Show me all statements about the country with Freebase identifier /m/0f8l9c."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0f8l9c\". ?var1 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_458", "question": "French-labeled properties related to OpenStreetMap relation ID (P402)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:P402 wdt:P1659 ?property .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"fr\")\n  FILTER(LANG(?propertyDescription) = \"fr\")\n}", "paraphrases": ["What are the French labels and descriptions of properties related to the OpenStreetMap relation ID property?", "Show me the French descriptions of properties that are linked as related to the OpenStreetMap relation ID (P402)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P402> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . }"}}
{"id": "val_459", "question": "What is the English name of the person with Swedish National Biography ID 11068?", "sparql": "SELECT ?person ?label ?description WHERE { ?person wdt:P3217 \"11068\" . ?person rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English label and description for Hugo Laurell, who has the SBL ID 11068?", "Who is identified by the SBL ID 11068 in the Dictionary of Swedish National Biography, and what is their English Wikipedia description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"11068\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_460", "question": "Who is the person with Swedish National Biography ID 12919, and what is their English description?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P3217 \"12919\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name and description of the person identified by the Swedish National Biography ID 12919?", "Please provide the English label and description of the individual whose Swedish National Biography ID is 12919."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"12919\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_461", "question": "What is the OpenStreetMap relation ID for Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?osmRelationId WHERE {\n  wd:Q183 wdt:P402 ?osmRelationId .\n}", "paraphrases": ["Can you tell me the OSM relation ID associated with the country of Germany?", "Which OpenStreetMap relation corresponds to Germany?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q18935684> <http://www.wikidata.org/prop/direct/P402> ?var1 . }"}}
{"id": "val_462", "question": "Does the IMDb ID nm0909336 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm0909336\" .\n}", "paraphrases": ["Is there a person in Wikidata associated with the IMDb identifier nm0909336?", "Check if the IMDb ID nm0909336 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0909336\". }"}}
{"id": "val_463", "question": "Does the person with IMDb ID nm0830683 have a Wikidata entry?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0830683\" . }", "paraphrases": ["Is there a Wikidata item for the IMDb profile nm0830683?", "Does Jaap Stobbe have an entry in Wikidata linked to the IMDb ID nm0830683?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0830683\". }"}}
{"id": "val_464", "question": "Wikidata items with Twitter accounts Russia, servicepublicfr, AuCanada, govbrazil, or UN, sorted by number of Wikipedia links.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?username {\n    \"Russia\" \"servicepublicfr\" \"AuCanada\" \"govbrazil\" \"UN\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Which organizations on Wikidata have Twitter accounts like @Russia or @UN, and how many Wikipedia pages link to them, ordered from least to most popular?", "List the entities on Wikidata that have Twitter usernames Russia, servicepublicfr, AuCanada, govbrazil, or UN, along with their Wikipedia sitelink counts, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"dknyt\" ) ( \"string2\" ) ( \"carwash\" ) ( \"lukman__K\" ) ( \"string3\" ) ( \"bhismaa10\" ) ( \"kulturgot\" ) ( \"pinja_k\" ) ( \"string4\" ) ( \"string5\" ) ( \"mia_raa\" ) ( \"string6\" ) ( \"string7\" ) ( \"yangkhe\" ) ( \"string8\" ) ( \"string9\" ) ( \"kleven_k\" ) ( \"samsoe\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_465", "question": "OpenStreetMap relation ID for Boston", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?osmId WHERE {\n  wd:Q100 wdt:P402 ?osmId .\n}", "paraphrases": ["What is the OpenStreetMap relation ID associated with Boston?", "Give me the OpenStreetMap relation ID for the city of Boston."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q3267151> <http://www.wikidata.org/prop/direct/P402> ?var1 . }"}}
{"id": "val_466", "question": "English description of the OpenStreetMap relation with ID 2315704", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?description WHERE {\n  ?item wdt:P402 \"2315704\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the English description of the Wikidata item for the OpenStreetMap relation ID 2315704?", "Show me the English description for the OpenStreetMap relation with ID 2315704."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P402> \"543877\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_467", "question": "List oceans and their geographic coordinates.", "sparql": "SELECT ?oceanLabel ?coordinates WHERE { ?ocean wdt:P31 wd:Q9430 . OPTIONAL { ?ocean wdt:P625 ?coordinates . } ?ocean rdfs:label ?oceanLabel . FILTER(LANG(?oceanLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the names and coordinates of all oceans in Wikidata?", "Please provide the English names and locations of all oceans."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9430> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { } } LIMIT 100"}}
{"id": "val_468", "question": "What is the English label and description of the geographic entity with Getty Thesaurus ID 2154583?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P1667 \"2154583\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of Bear Den Mountain, identified by the Getty Thesaurus of Geographic Names ID 2154583?", "Show me the English name and description of the place in the Getty Thesaurus with ID 2154583."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1667> \"2154583\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_469", "question": "Is there any plant or animal species in Wikidata with the GRIN URL \"Fischi\"?", "sparql": "ASK WHERE { ?taxon wdt:P1421 \"Fischi\" . }", "paraphrases": ["Does any taxon have a GRIN identifier equal to \"Fischi\"?", "Is \"Fischi\" a valid GRIN URL for any organism in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1421> \"Fischi\". }"}}
{"id": "val_470", "question": "What are the different language labels for Prunus mume?", "sparql": "SELECT ?label WHERE { wd:Q157763 rdfs:label ?label .}", "paraphrases": ["In how many languages is the plant species Prunus mume labeled, and what are those labels?", "List all the translated names of the Japanese apricot (Prunus mume) in different languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q157763> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_471", "question": "What film has the Scope.dk ID 4314?", "sparql": "SELECT ?film WHERE { ?film wdt:P2518 \"4314\" . }", "paraphrases": ["Which movie is identified by the identifier 4314 on Scope.dk?", "Can you tell me the name of the film with Scope.dk film ID 4314?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"4314\". }"}}
{"id": "val_472", "question": "What film has the AllMovie ID v352827?", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v352827\" . }", "paraphrases": ["Which movie on Wikidata is identified by the AllMovie title ID v352827?", "Tell me the Wikidata item for the film with AllMovie ID v352827."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v352827\". }"}}
{"id": "val_473", "question": "What properties are most commonly used to link items to the Swiss Open tennis tournament?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q299439 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect the Swiss Open tennis tournament to other items, and how many times is each used?", "Show me the properties that link to the Swiss Open tennis tournament, along with their usage counts, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q299439> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_474", "question": "Which properties link items to the WTA German Open tournament, and how many times each?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q313414 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many items are connected to the WTA German Open via each property, and which properties are used more than once?", "Show me the properties that relate other entities to the WTA German Open, sorted by how frequently they\u2019re used, excluding single-use connections."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q313414> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_475", "question": "Who is the person with Freebase ID /m/0dbpyd?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  ?item wdt:P646 \"/m/0dbpyd\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}", "paraphrases": ["What is the English label of the Wikidata item that has the Freebase ID /m/0dbpyd?", "Can you tell me the name of the entity identified by the Freebase identifier /m/0dbpyd?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 ?var2 ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0dbpyd\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_476", "question": "Horses with birth and death years", "sparql": "SELECT DISTINCT \n  ?horse ?horseLabel \n  (YEAR(?birthDate) AS ?birthYear) \n  (YEAR(?deathDate) AS ?deathYear)\nWHERE {\n  ?horse (wdt:P31/wdt:P279*) wd:Q726 .\n\n  OPTIONAL { ?horse wdt:P569 ?birthDate . }\n  OPTIONAL { ?horse wdt:P570 ?deathDate . }\n\n  OPTIONAL { ?horse rdfs:label ?horseLabel . FILTER(LANG(?horseLabel) = \"en\") }\n}\nORDER BY ASC(?horse)\nLIMIT 100", "paraphrases": ["What are the birth and death years of known horses?", "List the names of horses along with their birth years and, if available, their death years."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ( YEAR ( ?var4 ) AS ?var5 )( YEAR ( ?var6 ) AS ?var7 ) ?var8Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q726> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_477", "question": "Film with AllMovie ID v42821", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1562 \"v42821\" .\n}", "paraphrases": ["Which film has the AllMovie title ID v42821?", "Tell me the film that corresponds to the AllMovie ID v42821."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v42821\". }"}}
{"id": "val_478", "question": "Does the Transfermarkt player ID 40468 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"40468\" .\n}", "paraphrases": ["Is there a football player in Wikidata with the Transfermarkt ID 40468?", "Check if the player with Transfermarkt ID 40468 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"40468\". }"}}
{"id": "val_479", "question": "What are all the parent classes (superclasses) of tennis at the Summer Olympics, including indirect ones?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?parentClass WHERE {\n  wd:Q270163 wdt:P279 * ?parentClass .\n}", "paraphrases": ["List all the categories that tennis at the Summer Olympics belongs to through the subclass hierarchy.", "What broader categories does Olympic tennis fall under in the Wikidata classification system?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q270163> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_480", "question": "U.S. House Representatives who went to the same university", "sparql": "SELECT DISTINCT ?person1 ?person2 ?university WHERE { ?person1 wdt:P39 wd:Q13218630 . ?person2 wdt:P39 wd:Q13218630 . ?person1 wdt:P69 ?university . ?person2 wdt:P69 ?university . FILTER (?person1 != ?person2) } LIMIT 100", "paraphrases": ["Which pairs of U.S. House members share the same alma mater?", "Show me distinct pairs of members of the U.S. House of Representatives who attended the same educational institution."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13218630> . ?var2 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13218630> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . } LIMIT 100"}}
{"id": "val_481", "question": "What properties are used to describe Huskies in Wikidata?", "sparql": "SELECT ?prop (STRAFTER(STR(?prop), \"http://www.wikidata.org/prop/direct/\") AS ?propId) ?propLabel ?propDescription WHERE { wd:Q3244349 ?prop ?value . FILTER(STRSTARTS(STR(?prop), 'http://www.wikidata.org/prop/direct/')) . OPTIONAL { ?prop rdfs:label ?propLabel } OPTIONAL { ?prop schema:description ?propDescription } } LIMIT 100", "paraphrases": ["Can you list the Wikidata properties associated with the Husky breed, along with their labels and descriptions?", "Show me the direct properties (like P18, P31) used for Husky, and if available, their English labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q3244349> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_482", "question": "List of asteroids in Wikidata", "sparql": "SELECT ?asteroidLabel WHERE { ?asteroid wdt:P31 wd:Q3863 . ?asteroid rdfs:label ?asteroidLabel . FILTER(LANG(?asteroidLabel) = \"en\") }", "paraphrases": ["What are some known asteroids?", "Show me the names of asteroids in English."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q38614> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_483", "question": "Who is the Swedish theologian with SBL ID 11249?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P3217 \"11249\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and description in English of the person with Dictionary of Swedish National Biography ID 11249?", "Show me the English name and description of the individual identified by SBL ID 11249 in the Dictionary of Swedish National Biography."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"11249\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_484", "question": "What is the English label and description of the person with e-archiv.li ID 31390?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P860 \"31390\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is Otto Dienel, and what is his English description according to Wikidata?", "Can you find the Wikidata entry for the individual identified as 31390 in the Liechtenstein Archive and show their name and brief bio in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P860> \"31390\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_485", "question": "Nuclear power plants with their operators, service entry dates, and nominal power outputs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?plant ?operator ?operatorLabel ?serviceEntry ?nominalPower WHERE {\n  ?plant wdt:P31 wd:Q134447 .\n  OPTIONAL {\n    ?plant wdt:P137 ?operator .\n    ?operator rdfs:label ?operatorLabel .\n    FILTER ( LANG( ?operatorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?plant wdt:P729 ?serviceEntry .\n  }\n  ?plant wdt:P2109 ?nominalPower .\n}\nLIMIT 500", "paraphrases": ["What are the nuclear power plants, their operators, when they entered service, and their power capacities?", "List all nuclear power plants along with their English-named operators, the date they began operation, and their installed power capacity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134447> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P137> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P729> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P2109> ?var4 . } LIMIT 500"}}
{"id": "val_486", "question": "Who has the Swedish National Biography ID 13670?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P3217 \"13670\" .\n}\nLIMIT 1", "paraphrases": ["Which person is identified by the SBL ID 13670 in the Dictionary of Swedish National Biography?", "Tell me the Wikidata entity for the individual with SBL ID 13670."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"13670\". } LIMIT 1"}}
{"id": "val_487", "question": "What is Johann Sebastian Bach's occupation and place of birth?", "sparql": "SELECT ?occupation ?birthPlace ?occupationLabel ?birthPlaceLabel WHERE { wd:Q1339 wdt:P106 ?occupation ; wdt:P19 ?birthPlace . ?occupation rdfs:label ?occupationLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?occupationLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") FILTER(?occupation = wd:Q36834)}", "paraphrases": ["Was Johann Sebastian Bach a composer born in Eisenach?", "Tell me the profession and birthplace of Johann Sebastian Bach, specifically that he is a composer from Eisenach."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q504743> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_488", "question": "What is the GRIN URL for the rice plant (Oryza sativa)?", "sparql": "SELECT ?grinUrl WHERE { wd:Q161426 wdt:P1421 ?grinUrl .}", "paraphrases": ["Can you find the GRIN taxonomy ID for rice?", "What is the official GRIN website link for Oryza sativa?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1421> \"Paddy\". }"}}
{"id": "val_489", "question": "What are the Twitter/X usernames for Russia and Madonna on Wikidata?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES (?username) { (\"Russia\") (\"Madonna\") } }", "paraphrases": ["Which Wikidata items have the Twitter usernames 'Russia' or 'Madonna'?", "Show me the entities on Wikidata that are linked to the Twitter accounts @Russia and @Madonna."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"saimadhup\" ) ( \"string1\" ) ( \"string2\" ) ( \"W_q8c\" ) ( \"anyaadam_\" ) ( \"dxn100\" ) ( \"outinbrum\" ) ( \"string3\" ) ( \"Trends5UK\" ) ( \"string4\" ) ( \"Rockchic65\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"surfwagen\" ) ( \"string8\" ) ( \"HomeTyro\" ) ( \"ZarinaCC\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"parochena\" ) } }"}}
{"id": "val_490", "question": "People who died between 2020 and 2023 with Greek-language labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"el\" ) FILTER ( ?deathDate >= \"2020-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"2023-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}\nORDER BY ASC ( ?deathDate )", "paraphrases": ["Who are the people that died between 2020 and 2023 and have a Greek Wikipedia label?", "List the names and death dates of individuals who died between 2020 and 2023 and are labeled in Greek."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"555-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"555-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_491", "question": "Does the IMDb ID nm4532270 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm4532270\" .\n}", "paraphrases": ["Is there a person in Wikidata with the IMDb identifier nm4532270?", "Can you confirm that nm4532270 is a valid IMDb ID in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm4532270\". }"}}
{"id": "val_492", "question": "Which Wikidata items have Twitter handles \"thebeatles\", \"UN\", or \"servicepublicfr\", and how many Wikipedia articles are about them?", "sparql": "SELECT ?item ?twitter (COUNT(?page) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitter . ?page schema:about ?item ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) VALUES ?twitter { \"thebeatles\" \"UN\" \"servicepublicfr\" } } GROUP BY ?item ?twitter ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the entities on Wikidata with the Twitter usernames \"thebeatles\", \"UN\", or \"servicepublicfr\", sorted by the number of Wikipedia language editions they have articles in?", "Show me the entities linked to the Twitter accounts \"thebeatles\", \"UN\", and \"servicepublicfr\", along with their Wikipedia sitelink counts, ordered from least to most popular."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Europe1\" ) ( \"string4\" ) ( \"olcollet\" ) ( \"CherieVDL\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_493", "question": "What properties and values are associated with the statement that asteroid 133087 follows asteroid 133086?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?qualifier ?qualifierValue WHERE {\n  s:Q63259700-EF40C5EB-0076-4FCA-BDBC-E0B2AC730691 ?qualifier ?qualifierValue .\n}", "paraphrases": ["Show all qualifiers and references for the statement about asteroid 133087 following asteroid 133086.", "Retrieve all data linked to the statement node for the assertion that asteroid 133087 follows asteroid 133086."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q133087-9EE881ED-FAE7-4044-8DF7-DA213DA74372> . }"}}
{"id": "val_494", "question": "People in the Dictionary of Swedish National Biography with multiple recorded birth dates.", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 ?sblId . ?person wdt:P569 ?birthDate . } GROUP BY ?person HAVING (COUNT(?birthDate) > 1)", "paraphrases": ["Which individuals listed in the Svenskt biografiskt lexikon have more than one birth date in Wikidata?", "List all people who have a Swedish National Biography ID and conflicting birth dates in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( ?var3 != ?var4 ) ) ) . }"}}
{"id": "val_495", "question": "What is the English name of the person with IMDb ID nm0537459?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?nativeName WHERE {\n  ?item wdt:P345 \"nm0537459\" .\n  OPTIONAL {\n    ?item wdt:P1559 ?nativeName .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Who is Pauline Maier, and what is her native name according to Wikidata?", "Can you find the English label and native name for the IMDb profile nm0537459?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm537459\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . } } LIMIT 100"}}
{"id": "val_496", "question": "Which Wikidata items have Twitter usernames \"thebeatles\", \"UN\", \"Russia\", or \"gcba\", sorted by how many Wikipedia articles exist about them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?username .\n  ?site schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?username {\n    \"thebeatles\" \"UN\" \"Russia\" \"gcba\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter accounts for Russia, the United Nations, The Beatles, and Buenos Aires, and how many Wikipedia pages are dedicated to each?", "List the entities on Wikidata with Twitter usernames \"thebeatles\", \"UN\", \"Russia\", or \"gcba\", ordered by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"dhoxss\" ) ( \"tmtn\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_497", "question": "Lighthouses with their English names and UK Hydrographic Office Admiralty numbers", "sparql": "SELECT ?lighthouse ?label ?admiraltyNumber WHERE { ?lighthouse wdt:P31 wd:Q39715 . OPTIONAL { ?lighthouse wdt:P3562 ?admiraltyNumber . } ?lighthouse rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 10000", "paraphrases": ["What are the English names of all lighthouses and their corresponding Admiralty numbers from the UK Hydrographic Office?", "Show me a list of lighthouses in English along with their Admiralty identifiers, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3562> ?var2 . } } LIMIT 10000"}}
{"id": "val_498", "question": "Which Wikidata items have the Twitter usernames \"thebeatles\", \"UN\", or \"BarackObama\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"thebeatles\" \"UN\" \"BarackObama\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handle @thebeatles, @UN, or @BarackObama?", "Show me the Wikidata entries for the Twitter accounts thebeatles, UN, and BarackObama."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"SkroZoC\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_499", "question": "U.S. presidents since 1970, their spouses, and official portraits", "sparql": "SELECT ?president ?presidentLabel ?spouse ?spouseLabel ?image WHERE { ?president wdt:P31 wd:Q5 . ?president p:P39 ?presidency . ?presidency ps:P39 wd:Q11696 . ?presidency pq:P580 ?startDate . FILTER ( ?startDate > \"1970-01-01\"^^xsd:date ) . ?president wdt:P26 ?spouse . OPTIONAL { ?president wdt:P18 ?image . } ?president rdfs:label ?presidentLabel . ?spouse rdfs:label ?spouseLabel . FILTER (lang(?presidentLabel) = \"en\") . FILTER (lang(?spouseLabel) = \"en\") } ORDER BY ASC(?startDate)", "paraphrases": ["Who are the U.S. presidents who took office after 1970, who are their spouses, and do they have official photos available?", "List all U.S. presidents elected after 1970 along with their spouses\u2019 names and their official portraits, sorted by start date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . FILTER ( ( ( ?var5 > \"1970\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_500", "question": "What is Germany\u2019s population, its current head of government, the executive and legislative bodies, and the office held by the head of government?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel ?population ?executiveBody ?executiveBodyLabel ?legislativeBody ?legislativeBodyLabel ?headOfGovernment ?headOfGovernmentLabel ?officeHeld ?officeHeldLabel WHERE {\n  VALUES ?country {\n    wd:Q183\n  }\n  OPTIONAL {\n    ?country wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?country wdt:P208 ?executiveBody .\n  }\n  OPTIONAL {\n    ?country wdt:P194 ?legislativeBody .\n  }\n  OPTIONAL {\n    ?country wdt:P6 ?headOfGovernment .\n  }\n  OPTIONAL {\n    ?country wdt:P1313 ?officeHeld .\n  }\n  FILTER(NOT EXISTS {\n    ?legislativeBody wdt:P576 []\n  })\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?executiveBody rdfs:label ?executiveBodyLabel .\n    FILTER(LANG(?executiveBodyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?legislativeBody rdfs:label ?legislativeBodyLabel .\n    FILTER(LANG(?legislativeBodyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?headOfGovernment rdfs:label ?headOfGovernmentLabel .\n    FILTER(LANG(?headOfGovernmentLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?officeHeld rdfs:label ?officeHeldLabel .\n    FILTER(LANG(?officeHeldLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the population of Germany, who its head of government is, and which institutions make up its executive and legislative branches, ensuring the legislative body is still active?", "Show me Germany\u2019s demographic and governmental structure: population, head of government (Olaf Scholz), executive body, legislative body (Bundestag or Bundesrat), and the official title of the head of government."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q183> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P194> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P208> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1313> ?var6 . } FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/direct/P576> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_501", "question": "What images are associated with locations in Avebury, and what are their captions?", "sparql": "SELECT ?item ?image ?caption WHERE { ?item wdt:P131 wd:Q1234698 . ?item wdt:P18 ?image . OPTIONAL { ?image wdt:P2096 ?caption . } }", "paraphrases": ["Which buildings and sites in Avebury have images on Wikimedia Commons, and do those images have descriptive captions?", "Show me all the places in Avebury along with their photos and any image descriptions available in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1234698> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P2096> ?var3 . } }"}}
{"id": "val_502", "question": "Who is the person with Swedish National Biography ID 10555?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P3217 \"10555\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name of the person listed as 10555 in the Dictionary of Swedish National Biography?", "Please provide the English label and description of the individual with SBL ID 10555."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"10555\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_503", "question": "What is the Freebase ID of Facebook?", "sparql": "SELECT DISTINCT ?company ?freebaseId WHERE { ?company rdfs:label \"Facebook\" @en . ?company wdt:P646 ?freebaseId . }", "paraphrases": ["Can you tell me the Freebase identifier for the social media platform Facebook?", "What is the Google Knowledge Graph ID (formerly Freebase ID) associated with the entity named \"Facebook\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Facebook\"@en . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_504", "question": "Afghan politicians with their positions, birthplaces, dates of birth, gender, and images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?politician ?politicianLabel ?position ?birthPlace ?dateOfBirth ?gender ?image WHERE {\n  ?politician wdt:P106 wd:Q82955 ; wdt:P27 wd:Q889 .\n  OPTIONAL {\n    ?politician wdt:P39 ?position .\n  }\n  OPTIONAL {\n    ?politician wdt:P19 ?birthPlace .\n  }\n  OPTIONAL {\n    ?politician wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?politician wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?politician wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?politician rdfs:label ?politicianLabel .\n    FILTER(LANG(?politicianLabel) = \"en\")\n  }\n}\nLIMIT 1000", "paraphrases": ["Who are the Afghan politicians, and what positions have they held, where were they born, when were they born, what is their gender, and do they have images?", "List all Afghan politicians along with their known positions, places of birth, dates of birth, genders, and images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var7 ?var7Label ?var8 ?var9 ?var9Label ?var10 ?var10Label ?var11 ?var11Label ?var12 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P463> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var12 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q889> . } LIMIT 1000"}}
{"id": "val_505", "question": "Which association football national coaches have the most Wikipedia language editions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coach ( COUNT( ?label ) AS ?labelCount ) WHERE {\n  ?coach wdt:P106 wd:Q1478408 .\n  ?coach rdfs:label ?label .\n  FILTER ( LANG( ?label ) != \"\" )\n}\nGROUP BY ?coach\nORDER BY DESC ( ?labelCount )\nLIMIT 1000", "paraphrases": ["Can you list the top 1000 association football national coaches ranked by how many languages their Wikipedia pages are available in?", "Show me the most internationally recognized association football national coaches based on the number of language versions of their Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1478408> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_506", "question": "Who has the IMDb ID nm0688171?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0688171\" .\n}", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm0688171?", "I need to find the Wikidata entity for the IMDb name ID nm0688171 \u2014 who is it?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0688171\". }"}}
{"id": "val_507", "question": "How many classes is the entity \"game\" an instance of?", "sparql": "SELECT (COUNT(DISTINCT ?instance) AS ?count) WHERE { wd:Q11410 wdt:P31 ?instance . }", "paraphrases": ["What is the number of direct instance-of relationships for the concept of \"game\"?", "Show how many categories the game entity belongs to as an instance."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT * ) AS ?var1 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11410> . }"}}
{"id": "val_508", "question": "People who died in 1443 with Greek labels", "sparql": "SELECT ?label ?deathDate WHERE { ?person wdt:P570 ?deathDate . ?person rdfs:label ?label . FILTER (LANG(?label) = \"el\") FILTER (?deathDate >= \"1443-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1443-12-31T23:59:59Z\"^^xsd:dateTime) } ORDER BY ASC(?deathDate)", "paraphrases": ["Who died in the year 1443, and what are their names in Greek?", "List the Greek-language names of people who died between January 1 and December 31, 1443, sorted by date of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1443-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1443-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_509", "question": "What are the start dates of the positions held by Hillary Clinton?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?positionLabel ?startTime WHERE {\n  wd:Q6294 p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  ?statement pq:P580 ?startTime .\n  ?position rdfs:label ?positionLabel .\n  FILTER ( LANG( ?positionLabel ) = 'en' )\n}\nORDER BY ASC ( ?startTime )", "paraphrases": ["When did Hillary Clinton begin each of her official roles, such as Senator or Secretary of State?", "Can you list the positions Hillary Clinton has held and when she started each one?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q6294> ( <http://www.wikidata.org/prop/direct/P39> / <http://www.wikidata.org/prop/direct/P580> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_510", "question": "List artists with their DACS IDs and English labels.", "sparql": "SELECT ?artist ?artistLabel ?dacsId WHERE { ?artist wdt:P4663 ?dacsId . ?artist rdfs:label ?artistLabel . FILTER(LANG(?artistLabel) = \"en\") }", "paraphrases": ["Who are the artists that have a DACS ID, and what are their English names and IDs?", "Please provide the English names and DACS IDs of all artists registered in the DACS system."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4663> ?var2 . FILTER ( ( !( REGEX ( ?var2 , \"[a-f]\" ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_511", "question": "What is the most specific category that both Auckland and Sandilands tram stop belong to, based on their hierarchical classification?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor(SUM(?distCity) + SUM(?distTramStop) AS ?totalDistance) WHERE {\n  {\n    wd:Q515 wdt:P279 ?commonAncestor .\n    BIND(1 AS ?distCity)\n  } UNION {\n    wd:Q515 wdt:P279 ?c1 .\n    ?c1 wdt:P279 ?commonAncestor .\n    BIND(2 AS ?distCity)\n  } UNION {\n    wd:Q515 wdt:P279 ?c1 .\n    ?c1 wdt:P279 ?c2 .\n    ?c2 wdt:P279 ?commonAncestor .\n    BIND(3 AS ?distCity)\n  } UNION {\n    wd:Q515 wdt:P279 ?c1 .\n    ?c1 wdt:P279 ?c2 .\n    ?c2 wdt:P279 ?c3 .\n    ?c3 wdt:P279 ?commonAncestor .\n    BIND(4 AS ?distCity)\n  } UNION {\n    wd:Q515 wdt:P279 ?c1 .\n    ?c1 wdt:P279 ?c2 .\n    ?c2 wdt:P279 ?c3 .\n    ?c3 wdt:P279 ?c4 .\n    ?c4 wdt:P279 ?commonAncestor .\n    BIND(5 AS ?distCity)\n  }\n  {\n    wd:Q2175765 wdt:P279 ?commonAncestor .\n    BIND(1 AS ?distTramStop)\n  } UNION {\n    wd:Q2175765 wdt:P279 ?t1 .\n    ?t1 wdt:P279 ?commonAncestor .\n    BIND(2 AS ?distTramStop)\n  } UNION {\n    wd:Q2175765 wdt:P279 ?t1 .\n    ?t1 wdt:P279 ?t2 .\n    ?t2 wdt:P279 ?commonAncestor .\n    BIND(3 AS ?distTramStop)\n  } UNION {\n    wd:Q2175765 wdt:P279 ?t1 .\n    ?t1 wdt:P279 ?t2 .\n    ?t2 wdt:P279 ?t3 .\n    ?t3 wdt:P279 ?commonAncestor .\n    BIND(4 AS ?distTramStop)\n  } UNION {\n    wd:Q2175765 wdt:P279 ?t1 .\n    ?t1 wdt:P279 ?t2 .\n    ?t2 wdt:P279 ?t3 .\n    ?t3 wdt:P279 ?t4 .\n    ?t4 wdt:P279 ?commonAncestor .\n    BIND(5 AS ?distTramStop)\n  }\n}\nGROUP BY ?commonAncestor\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["What is the lowest-level shared superclass in the Wikidata ontology for a city like Auckland and a tram stop like Sandilands?", "Which entity is the closest common ancestor in the subclass hierarchy between the city of Auckland and the Sandilands tram stop?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7416357> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_512", "question": "Is there an infobox template related to capital punishment in Sweden that has a Russian Wikipedia page?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?template ?topic WHERE {\n  ?template wdt:P31 wd:Q19887878 .\n  ?template wdt:P1423 ?topic .\n  ?topic wdt:P31 wd:Q74817647 .\n  ?wikipedia schema:about ?template ; schema:isPartOf <https://ru.wikipedia.org/> .\n}\nLIMIT 1", "paraphrases": ["What infobox template is associated with an aspect of a geographic region (like capital punishment in Sweden) and has a Russian Wikipedia version?", "Find the most specific infobox template about a geographic aspect that has a Russian Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q3595601> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_513", "question": "People who died in 1570 with Greek labels.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?greekLabel ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?greekLabel .\n  FILTER ( LANG( ?greekLabel ) = \"el\" ) .\n  FILTER ( ?deathDate >= \"1570-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1570-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}\nORDER BY ASC ( ?deathDate )", "paraphrases": ["Who died in 1570, and what are their names in Greek?", "List the Greek-language names of people who died in the year 1570, sorted by date of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1570-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1570-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_514", "question": "Who is the current head of government of Haiti, and what is their image?", "sparql": "SELECT ?head ?headLabel ?image WHERE { wd:Q790 wdt:P6 ?head . OPTIONAL { ?head wdt:P18 ?image . } ?head rdfs:label ?headLabel . FILTER(LANG(?headLabel) = \"en\") }", "paraphrases": ["Head of government of Haiti and their official photo", "Show me the name and picture of Haiti\u2019s head of government."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q790> AS ?var3 ). ?var3 ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_515", "question": "What properties are used to associate entities with water transport in Bangkok, and what qualifiers are attached to those associations?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?property ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    SELECT ?item ?statement ?property WHERE {\n      ?statement ?propValue wd:Q7973865 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?propValue .\n      ?property wikibase:claim ?claim .\n      FILTER ( ?property != wd:P31 )\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier ?property .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Which categories or properties link items to the topic of water transport in Bangkok, excluding direct instance-of relationships?", "Show me the statement properties connecting items to Bangkok\u2019s water transport system and any qualifiers on those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q7973865> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_516", "question": "What are the parts of a game or things that include a game as a component?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P361 wd:Q11410 .\n  } UNION {\n    ?item wdt:P527 wd:Q11410 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which items are either components of a game or have a game as one of their parts?", "List all entities that are related to games either as parts of them or as things that contain games."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q11410> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P527> <http://www.wikidata.org/entity/Q11410> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nl,en\". } }"}}
{"id": "val_517", "question": "English name and description of the person with Open Library ID OL4813327A", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P648 \"OL4813327A\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["Who is the person with Open Library ID OL4813327A, and what is their lifespan according to Wikidata?", "Please provide the English label and English description for the Wikidata item with Open Library ID OL4813327A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL4813327A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_518", "question": "What is the English name of the place with GeoNames ID 3080672?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P1566 \"3080672\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Which place has the GeoNames ID 3080672, and what is its English label?", "Show me the English name of the location identified by GeoNames ID 3080672."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"3080672\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_519", "question": "What infobox template is most specifically used for video games, and has a Russian Wikipedia page?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?template ?topic(COUNT(?subclass) AS ?depth) WHERE {\n  ?template wdt:P31 wd:Q19887878 .\n  ?template wdt:P1423 ?topic .\n  wd:Q30247040 wdt:P31 ?gameType .\n  ?topic wdt:P279 * ?subclass .\n  ?subclass wdt:P279 * ?gameType .\n  ?wikipediaPage schema:about ?template ; schema:isPartOf <https://ru.wikipedia.org/> .\n}\nGROUP BY ?template ?topic\nORDER BY ASC(?depth)\nLIMIT 1", "paraphrases": ["Which Wikipedia infobox template is associated with the category that Just Dance 2018 belongs to, and is available in Russian?", "Find the infobox template for the most specific topic related to Just Dance 2018 that has a Russian Wikipedia article."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q30247040> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_520", "question": "Which Wikidata item corresponds to the OpenStreetMap key \"Key:addr\"?", "sparql": "SELECT ?item ?osm_key WHERE { ?item wdt:P1282 ?osm_key . FILTER (?osm_key = \"Key:addr\") . }", "paraphrases": ["What Wikidata entity is linked to the OpenStreetMap tag key \"Key:addr\"?", "Can you tell me the Wikidata concept that represents the OpenStreetMap address key \"Key:addr\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1282> ?var2 . FILTER ( ( ( ?var2 = \"Key:addr\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } } LIMIT 1"}}
{"id": "val_521", "question": "What are the constituencies used in Taiwan's Legislative Yuan elections?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  {\n    ?var1 wdt:P31 wd:Q19409201 .\n  } UNION {\n    ?var1 wdt:P279 * wd:Q19409201 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["Which electoral districts in Taiwan are classified as Legislative Yuan constituencies, either directly or through subclass relationships?", "List all the single-member districts and proportional representation units that are part of Taiwan\u2019s Legislative Yuan electoral system."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q19409201> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_522", "question": "Items named after the color blue and their qualifier properties.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?item ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  ?statement ps:P138 wd:Q1088 .\n  ?item p:P138 ?statement .\n  OPTIONAL {\n    VALUES ?qualifierProperty {\n      pq:P1545 pq:P1932 pq:P407 pq:P5168 pq:P518 pq:P828 pq:P8338\n    }\n    ?statement ?qualifierProperty ?value .\n  }\n}\nGROUP BY ?item ?statement\nLIMIT 100", "paraphrases": ["What items are named after the color blue, and what additional details (qualifiers) are associated with those names?", "Show me things named after blue and the qualifier properties used on their \"named after\" statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P138> <http://www.wikidata.org/entity/Q1088> . ?var1 <http://www.wikidata.org/prop/P138> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_523", "question": "Is there a Wikidata item with VIAF ID 15708803?", "sparql": "ASK WHERE { ?item wdt:P214 \"15708803\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 15708803 correspond to any entity in Wikidata?", "Check if the VIAF ID 15708803 is linked to any person or entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"15708803\". }"}}
{"id": "val_524", "question": "What is the English label and description of the Great Russian Encyclopedia Online ID 4711945?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"4711945\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person identified by the Great Russian Encyclopedia Online ID 4711945, and what is their English description?", "Please provide the English name and description of the individual with the Great Russian Encyclopedia Online ID 4711945."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4711945\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_525", "question": "Which Wikidata entity is associated with the OpenStreetMap key \"power\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?osmKey WHERE {\n  ?entity wdt:P1282 ?osmKey .\n  FILTER ( ?osmKey = \"Key:power\" ) .\n}", "paraphrases": ["What does the OpenStreetMap key \"power\" refer to in Wikidata?", "Can you tell me the Wikidata concept that corresponds to the OpenStreetMap tag key \"power\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1282> ?var2 . FILTER ( ( ( ?var2 = \"Key:power\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1"}}
{"id": "val_526", "question": "Who were the people born in 1375 that have a Greek-language label on Wikidata?", "sparql": "SELECT ?greekLabel ?birthDate WHERE { ?person wdt:P569 ?birthDate . ?person rdfs:label ?greekLabel . FILTER (LANG(?greekLabel) = \"el\") . FILTER (?birthDate >= \"1375-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1375-12-31T23:59:59Z\"^^xsd:dateTime) } ORDER BY ASC(?birthDate)", "paraphrases": ["Greek-labeled people born in 1375", "List the names in Greek of all individuals born in the year 1375."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1375-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1375-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_527", "question": "What are the names and locations of all hospitals worldwide?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hospital(SAMPLE(?hospitalLabel) AS ?label) ?location WHERE {\n  ?hospital(wdt:P279 * / wdt:P31 *) wd:Q16917 .\n  ?hospital wdt:P625 ?location .\n  ?hospital rdfs:label ?hospitalLabel .\n  FILTER(LANG(?hospitalLabel) = \"en\")\n}\nGROUP BY ?hospital ?location", "paraphrases": ["Can you list hospitals and their coordinates in English?", "Where are hospitals and their subtypes located on Earth?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> */ <http://www.wikidata.org/prop/direct/P31> *) <http://www.wikidata.org/entity/Q16917> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_528", "question": "Who are the actors that portrayed each regeneration of The Doctor in Doctor Who, and what are their images?", "sparql": "SELECT ?regeneration ?actor ?image WHERE { ?regeneration wdt:P361 wd:Q34358 . ?regeneration wdt:P31 wd:Q15773317 . ?regeneration wdt:P175 ?actor . OPTIONAL { ?regeneration wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["List the actors and images associated with each version of The Doctor from the TV series Doctor Who.", "Show me the portrayals of The Doctor from Doctor Who, including the actors who played them and their official images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34358> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_529", "question": "Current members of the Legislative Yuan of Taiwan, their political parties, electoral districts, parliamentary terms, and start dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?party ?district ?term ?start ?end WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q6310593 ; pq:P580 ?start .\n  OPTIONAL {\n    ?statement pq:P4100 ?party .\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?district .\n  }\n  OPTIONAL {\n    ?statement pq:P2937 ?term .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  FILTER(! BOUND(?end) || ?end > NOW ())\n}\nORDER BY ASC(?start) ASC(?end)", "paraphrases": ["Who are the current members of Taiwan\u2019s Legislative Yuan, and what are their political affiliations, electoral districts, and parliamentary terms?", "List all currently serving members of Taiwan\u2019s Legislative Yuan along with their party, electoral district, term, and when they started their term."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 WHERE { ?var2 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6310593> ; <http://www.wikidata.org/prop/qualifier/P580> ?var6 . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P2937> ?var5 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P768> ?var4 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P4100> ?var3 . } BIND ( <http://www.wikidata.org/entity/Q6310593> AS ?var1 ). FILTER ( ( !( BOUND ( ?var7 ) ) || ( ?var7 > NOW ( ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var6 )ASC( ?var7 )"}}
{"id": "val_530", "question": "What are the most common occupations among Swedish citizens?", "sparql": "SELECT ?occupation ?occupationLabel (COUNT(?person) AS ?count) WHERE { ?person wdt:P106 ?occupation . ?person wdt:P27 wd:Q34 . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } GROUP BY ?occupation ?occupationLabel ORDER BY DESC(?count)", "paraphrases": ["Can you list the top occupations in Sweden by number of people, along with how many people have each job?", "Which jobs are held by the most people in Sweden, and how many people hold each one?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q34> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_531", "question": "What are the active regions of Italy and their corresponding legislative bodies?", "sparql": "SELECT ?region ?regionLabel ?legislativeBody ?legislativeBodyLabel WHERE { ?region (wdt:P31/wdt:P279*) wd:Q10864048 ; wdt:P17 wd:Q38 ; wdt:P194 ?legislativeBody . FILTER NOT EXISTS { ?region wdt:P576 [] } FILTER NOT EXISTS { ?legislativeBody wdt:P576 [] } OPTIONAL { ?region rdfs:label ?regionLabel . FILTER(LANG(?regionLabel) = \"en\") } OPTIONAL { ?legislativeBody rdfs:label ?legislativeBodyLabel . FILTER(LANG(?legislativeBodyLabel) = \"en\") } }", "paraphrases": ["List the regional councils of Italy\u2019s regions that are still active.", "Which legislative bodies govern Italy\u2019s first-level administrative divisions, and what are their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/constituency> . { SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P194> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_532", "question": "What is the color of red wine?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?colorLabel WHERE {\n  wd:Q1827 wdt:P462 wd:Q3142 .\n  wd:Q3142 rdfs:label ?colorLabel .\n  FILTER ( LANG( ?colorLabel ) = \"en\" )\n}", "paraphrases": ["What color is associated with red wine according to Wikidata?", "What is the English label for the color of red wine?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q1827> <http://www.wikidata.org/prop/direct/P462> ?var1 . }"}}
{"id": "val_533", "question": "What properties describe wine in Wikidata, and what are their English labels and descriptions?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q282 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which Wikidata properties are used to provide information about wine, and what do they mean in English?", "Can you list the English labels and descriptions of all properties that have wine as their subject in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q282> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_534", "question": "List 21 cycling races with their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?race ?raceLabel WHERE {\n  ?race wdt:P31 wd:Q15091377 .\n  ?race rdfs:label ?raceLabel .\n  FILTER(LANG(?raceLabel) = \"en\")\n}\nLIMIT 21", "paraphrases": ["What are 21 examples of cycling races, and what are their names in English?", "Can you show me 21 cycling races along with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15091377> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_535", "question": "People who died in 1804 with Greek labels", "sparql": "SELECT ?greekLabel ?deathDate WHERE { ?person wdt:P570 ?deathDate . ?person rdfs:label ?greekLabel . FILTER (LANG(?greekLabel) = \"el\") . FILTER (?deathDate >= \"1804-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1804-12-31T23:59:59Z\"^^xsd:dateTime) } ORDER BY ASC(?deathDate)", "paraphrases": ["Who died in 1804 and have their names recorded in Greek?", "List the names of people who died in 1804 in Greek, sorted by the date of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1804-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1804-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_536", "question": "Which adjacent districts in Vienna are not served by the same tram line?", "sparql": "SELECT ?district1Label ?district2Label WHERE { ?district1 wdt:P31 wd:Q261023 ; wdt:P47 ?district2 . ?district2 wdt:P31 wd:Q261023 . FILTER NOT EXISTS { ?tramLine wdt:P361 wd:Q129612 ; wdt:P131 ?district1 ; wdt:P131 ?district2 . } }", "paraphrases": ["Are there any pairs of neighboring districts in Vienna that do not share a common tram line?", "List all pairs of adjacent districts in Vienna where no single tram line runs through both."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q261023> ; <http://www.wikidata.org/prop/direct/P1545> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q261023> ; <http://www.wikidata.org/prop/direct/P1545> ?var4 ; <http://www.wikidata.org/prop/direct/P47> ?var1 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q129612> ; <http://www.wikidata.org/prop/direct/P131> ?var1 , ?var2 . } ) ) . FILTER ( ( ( ?var3 < ?var4 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var3 )ASC( ?var4 )"}}
{"id": "val_537", "question": "Who are the spouses of the U.S. presidents?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?spouse ?spouseLabel ?president WHERE {\n  ?president wdt:P39 wd:Q11696 .\n  ?president wdt:P26 ?spouse .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?spouseLabel) = \"en\")\n}", "paraphrases": ["Spouses of American presidents and their names", "List the English names of the spouses of all individuals who have held the office of President of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var2 <http://www.wikidata.org/prop/direct/P26> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_538", "question": "What were the administrative units (district offices and government agencies) that were part of the Government of German East Africa?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P361 wd:Q30604993 .\n  {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q327333 .\n  } UNION {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q854399 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nORDER BY ASC ( ?itemLabel )", "paraphrases": ["Which government agencies and district authorities were components of the Government of German East Africa during the colonial era?", "List all the English-named administrative entities, such as district offices and government agencies, that were part of the Government of German East Africa."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q30604993> AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q327333> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q854399> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_539", "question": "List all episodes of Doctor Who and their images.", "sparql": "SELECT ?episode ?label ?image WHERE { ?episode wdt:P179 wd:Q34316 . OPTIONAL { ?episode wdt:P18 ?image . } ?episode rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["What are the English titles of the episodes in the Doctor Who series, and which ones have images on Wikimedia Commons?", "Show me the names of all Doctor Who episodes along with any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q34316> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_540", "question": "List all incarnations of The Doctor from Doctor Who, including the actor and episode number, ordered by series position.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?doctor_incarnation ?doctor_incarnationLabel ?series_ordinal ?performer ?performerLabel WHERE {\n  ?doctor_incarnation wdt:P3701 wd:Q34358 .\n  OPTIONAL {\n    ?doctor_incarnation wdt:P1545 ?series_ordinal .\n  }\n  OPTIONAL {\n    ?doctor_incarnation wdt:P175 ?performer .\n  }\n}\nORDER BY ASC(xsd:integer(?series_ordinal))", "paraphrases": ["Who portrayed each incarnation of The Doctor in Doctor Who, and what is the episode number for each portrayal?", "Show me the actors who played each version of The Doctor in Doctor Who, along with the corresponding series ordinal, sorted by the order they appeared."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34358> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1545> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_541", "question": "What is the English label and description of the ethnic group with Art & Architecture Thesaurus ID 300015956?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P1014 \"300015956\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Tell me the name and description in English of the entity identified by AAT ID 300015956.", "Which ethnic group is associated with the Getty AAT ID 300015956, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300015956\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_542", "question": "What are the natural satellites of Saturn?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?satellite ?satelliteLabel WHERE {\n  ?satellite wdt:P397 wd:Q193 .\n  ?satellite wdt:P31 wd:Q2537 .\n  ?satellite rdfs:label ?satelliteLabel .\n  FILTER ( LANG( ?satelliteLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which moons orbit Saturn?", "List the names of Saturn's natural satellites."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P397> <http://www.wikidata.org/entity/Q193> . ?var1 <http://www.wikidata.org/prop/direct/P397> <http://www.wikidata.org/entity/Q2537> . } LIMIT 100"}}
{"id": "val_543", "question": "Who have been the presidents of Haiti, and what are their birth dates and images?", "sparql": "SELECT ?president ?birthDate ?image WHERE { ?president wdt:P39 wd:Q3290543 . OPTIONAL { ?president wdt:P569 ?birthDate . } OPTIONAL { ?president wdt:P18 ?image . } }", "paraphrases": ["Can you list the presidents of Haiti along with their dates of birth and photos from Wikimedia Commons?", "Which individuals held the office of President of Haiti, and do we have their birth information and portraits available?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q3290543> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_544", "question": "Oldest human with a DBLP author ID", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?dblpId ?birthDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P2456 ?dblpId .\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ASC(?birthDate)\nLIMIT 1", "paraphrases": ["Who is the person with the earliest birth date who has a DBLP identifier?", "Find the earliest-born human who is listed in the DBLP computer science bibliography, along with their birth date and DBLP key."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . FILTER ( ( !( isBLANK ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var3 ) LIMIT 1"}}
{"id": "val_545", "question": "What were the administrative centers and government agencies in German New Guinea?", "sparql": "SELECT DISTINCT ?administrativeEntity ?label WHERE {  BIND( wd:Q165008 AS ?colony ) .  ?administrativeEntity wdt:P361 ?colony .  {    ?administrativeEntity (wdt:P31/wdt:P279*) wd:Q327333 .  } UNION {    ?administrativeEntity (wdt:P31/wdt:P279*) wd:Q854399 .  } UNION {    ?administrativeEntity (wdt:P31/wdt:P279*) wd:Q1306755 .  }  ?administrativeEntity rdfs:label ?label .  FILTER(LANG(?label) = \"en\")} ORDER BY ASC(?label)", "paraphrases": ["List all the district offices and government bodies that were part of the German colony of German New Guinea.", "Which locations served as seats of colonial administration in German New Guinea?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q165008> AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q327333> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q854399> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1306755> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_546", "question": "What are the components of a space rendezvous, and what are their names in different languages?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P361 wd:Q1093759 .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Show me all spacecraft docking procedures that are part of space rendezvous, along with their labels and images.", "List all sub-operations of space rendezvous and their multilingual names."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q1093759> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_547", "question": "People with conflicting birth dates between Wikipedia and the Dictionary of Swedish National Biography, including SBL ID and source article title.", "sparql": "SELECT ?person ?personLabel ?wikidataBirth ?precision ?sourceProjectLabel ?sblBirth ?sblId ?sourceTitle WHERE { ?person p:P569 ?stmt1 . ?stmt1 ps:P569 ?wikidataBirth . ?stmt1 psv:P569 ?stmt1value . ?stmt1value wikibase:timePrecision ?precision . ?stmt1 prov:wasDerivedFrom ?ref1 . ?ref1 pr:P143 ?sourceProject . OPTIONAL { ?ref1 pr:P248 ?sourceEntity . } FILTER ( !BOUND(?sourceEntity) ) . ?person p:P569 ?stmt2 . ?stmt2 ps:P569 ?sblBirth . ?stmt2 prov:wasDerivedFrom ?ref2 . ?ref2 pr:P248 wd:Q379406 . OPTIONAL { ?ref2 pr:P3217 ?sblId . } OPTIONAL { ?ref2 pr:P1476 ?sourceTitle . } FILTER ( ?wikidataBirth != ?sblBirth ) . ?sourceProject rdfs:label ?sourceProjectLabel . FILTER (LANG(?sourceProjectLabel) = \"en\") . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") }", "paraphrases": ["Which individuals have different birth dates recorded in Wikipedia compared to the Dictionary of Swedish National Biography, and what are their SBL IDs and the titles of the SBL articles?", "Show me a list of people whose birth date in Wikimedia projects (like Wikipedia) doesn't match their birth date in the Dictionary of Swedish National Biography, along with the SBL entry ID and the title of the SBL article where the correct date is cited."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( ?var2 AS ?var3 ) ?var4 ?var5Label ( ?var6 AS ?var7 ) ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/P569> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/P569> ?var2 . ?var10 <http://www.wikidata.org/prop/statement/value/P569> ?var11 . ?var11 <http://wikiba.se/ontology#timePrecision> ?var4 . ?var10 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var12 . ?var12 <http://www.wikidata.org/prop/reference/P143> ?var5 . OPTIONAL { ?var12 <http://www.wikidata.org/prop/reference/P248> ?var13 . } FILTER ( ( !( BOUND ( ?var13 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/P569> ?var14 . ?var14 <http://www.wikidata.org/prop/statement/P569> ?var6 . ?var14 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var15 . ?var15 <http://www.wikidata.org/prop/reference/P248> <http://www.wikidata.org/entity/Q379406> . OPTIONAL { ?var15 <http://www.wikidata.org/prop/reference/P3217> ?var8 . } OPTIONAL { ?var15 <http://www.wikidata.org/prop/reference/P1476> ?var9 . } FILTER ( ( ( ?var2 != ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_548", "question": "People born in 1542 with Greek labels on Wikidata.", "sparql": "SELECT ?label ?birthDate WHERE { ?person wdt:P569 ?birthDate . OPTIONAL { ?person rdfs:label ?label . FILTER(LANG(?label) = \"el\") } FILTER(?birthDate >= \"1542-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1542-12-31T23:59:59Z\"^^xsd:dateTime) FILTER(bound(?label)) } ORDER BY ASC(?birthDate)", "paraphrases": ["Who were the people born in 1542 that have a name in Greek on Wikidata?", "List the names in Greek and birth dates of all individuals born in 1542 who have a Greek-language label on Wikidata, sorted by birth date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1542-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1542-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_549", "question": "What is the name of the place with GeoNames ID 3083919?", "sparql": "SELECT ?place ?placeLabel WHERE { ?place wdt:P1566 \"3083919\" . ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") }", "paraphrases": ["Which place is identified by the GeoNames identifier 3083919?", "Tell me the English name of the location whose GeoNames ID is 3083919."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"3083919\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_550", "question": "Which Wikidata items have Twitter usernames Russia, servicepublicfr, thebeatles, or gcba?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username IN('Russia' , 'servicepublicfr' , 'thebeatles' , 'gcba'))\n}\nORDER BY ?username", "paraphrases": ["What entities on Wikidata are associated with the Twitter usernames 'Russia', 'servicepublicfr', 'thebeatles', or 'gcba'?", "List all Wikidata items that use any of these Twitter usernames: Russia, servicepublicfr, thebeatles, or gcba."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"docarennes\" ) ( \"dbelveze\" ) ( \"Tails_live\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_551", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt1877830?", "sparql": "SELECT ?wikipedia_page ?imdb_id WHERE { VALUES ?imdb_id { \"tt1877830\" } ?item wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(regex(str(?wikipedia_page), \"^https://[a-z]{2}\\\\.wikipedia\\\\.org/\")) }", "paraphrases": ["Can you find the Wikipedia pages in English and German about the 2022 Batman film?", "Show me the Wikipedia links in English and German for the movie \"The Batman\" (2022)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2846486\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_552", "question": "German-named tram services in Vienna and their districts", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?tramService ?tramServiceLabel ?district WHERE {\n  ?tramService wdt:P31 wd:Q15145593 ; wdt:P131 ?district .\n  ?district wdt:P131 wd:Q1741 .\n  OPTIONAL {\n    ?tramService rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"de\" ) BIND( ?label AS ?tramServiceLabel )\n  }\n  OPTIONAL {\n    ?tramService skos:altLabel ?altLabel .\n    FILTER ( LANG( ?altLabel ) = \"de\" ) BIND( ?altLabel AS ?tramServiceLabel )\n  }\n  FILTER ( BOUND( ?tramServiceLabel ) )\n}", "paraphrases": ["Which tram services in Vienna have German-language names, and in which districts are they located?", "List all tram lines in Vienna with their German labels and the administrative districts they run through."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { { [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> ] <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1741> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> ; <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1741> . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2Label . } }"}}
{"id": "val_553", "question": "U.S. presidents with female children, their spouses, start of presidency, and presidential order", "sparql": "SELECT DISTINCT\n  ?president\n  ?spouse\n  ?femaleChild\n  ?presidencyStartDate\n  ?presidentialOrder\nWHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president p:P39 ?presidency .\n  ?presidency ps:P39 wd:Q11696 .\n  ?presidency pq:P580 ?presidencyStartDate .\n  ?presidency pq:P1545 ?presidentialOrder .\n\n  ?president wdt:P26 ?spouse .\n  ?president wdt:P40 ?femaleChild .\n  ?femaleChild wdt:P21 wd:Q6581072 .\n}\nORDER BY ASC(?presidentialOrder)\nLIMIT 10", "paraphrases": ["Who are the U.S. presidents who had daughters, who were their spouses, when did they become president, and what was their presidential number?", "List the U.S. presidents along with their spouses, their female children, the date they began their presidency, and their sequence number in office."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var9 <http://www.wikidata.org/prop/qualifier/P580> ?var7 . ?var9 <http://www.wikidata.org/prop/qualifier/P1545> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var8 )"}}
{"id": "val_554", "question": "U.S. presidents with daughters, their spouses, number of children, and start dates", "sparql": "SELECT ?presidentLabel ?spouseLabel ?presidentImage ?spouseImage ?daughterLabel ?numChildren ?startDate WHERE { ?president wdt:P31 wd:Q5 . ?president p:P39 ?stmt . ?stmt ps:P39 wd:Q11696 . ?stmt pq:P580 ?startDate . ?president wdt:P26 ?spouse . ?president wdt:P40 ?daughter . ?daughter wdt:P21 wd:Q6581072 . ?president wdt:P1971 ?numChildren . OPTIONAL { ?president wdt:P18 ?presidentImage . } OPTIONAL { ?spouse wdt:P18 ?spouseImage . } ?president rdfs:label ?presidentLabel . ?spouse rdfs:label ?spouseLabel . ?daughter rdfs:label ?daughterLabel . FILTER(LANG(?presidentLabel) = \"en\") FILTER(LANG(?spouseLabel) = \"en\") FILTER(LANG(?daughterLabel) = \"en\") } ORDER BY ASC(?startDate) LIMIT 5", "paraphrases": ["Which U.S. presidents have daughters, who are their spouses, how many children do they have, and when did they start their presidency?", "List U.S. presidents who have at least one daughter, along with their spouse\u2019s name, number of children, and the start date of their presidency, sorted chronologically."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var9 <http://www.wikidata.org/prop/qualifier/P580> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P1545> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var7 )"}}
{"id": "val_555", "question": "List all Legislative Yuan constituencies in Taiwan in alphabetical order.", "sparql": "SELECT ?constituency ?constituencyLabel WHERE { ?constituency wdt:P31 wd:Q19409201 . ?constituency rdfs:label ?constituencyLabel . FILTER(LANG(?constituencyLabel) = \"en\") } ORDER BY ASC(?constituencyLabel)", "paraphrases": ["What are the English names of all electoral districts for Taiwan\u2019s Legislative Yuan, sorted alphabetically?", "Show me the names of all constituencies used to elect members of Taiwan\u2019s Legislative Yuan, ordered by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19409201> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_556", "question": "List computer scientists with their DBLP IDs, birth dates, and images, sorted by birth year.", "sparql": "SELECT ?person ?personLabel ?dblpId ?birthDate ?image WHERE { ?person wdt:P106 / wdt:P279* wd:Q82594 . ?person wdt:P2456 ?dblpId . ?person wdt:P569 ?birthDate . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?birthDate) LIMIT 50", "paraphrases": ["Who are the oldest computer scientists in Wikidata, and what are their DBLP IDs and birth dates?", "Show me the first 50 computer scientists ordered by birth date, including their DBLP author IDs and available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } } ORDER BY ASC( ?var3 ) LIMIT 50"}}
{"id": "val_557", "question": "Who is the person with Swedish National Biography ID 9004, and what is their English description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P3217 \"9004\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by SBL ID 9004 in the Dictionary of Swedish National Biography?", "Please provide the English name and description of the individual whose Dictionary of Swedish National Biography ID is 9004."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"9004\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_558", "question": "What celestial body does Saturn orbit?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?parentBody ?parentBodyLabel WHERE {\n  ?parentBody wdt:P398 wd:Q193 .\n  ?parentBody rdfs:label ?parentBodyLabel .\n  FILTER ( LANG( ?parentBodyLabel ) = \"en\" )\n}", "paraphrases": ["Parent body of Saturn in the Solar System", "Tell me which star Saturn is a child body of according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P398> <http://www.wikidata.org/entity/Q193> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_559", "question": "Children of U.S. presidents who have German Wikipedia pages, sorted by birth date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?childLabel ?presidentLabel ?birthDate WHERE {\n  ?president wdt:P39 wd:Q11696 .\n  ?president wdt:P31 wd:Q5 .\n  ?president wdt:P40 ?child .\n  ?child wdt:P569 ?birthDate .\n  ?childSchema schema:about ?child ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n  ?child rdfs:label ?childLabel .\n  ?president rdfs:label ?presidentLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" ) FILTER ( LANG( ?presidentLabel ) = \"en\" )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Who are the children of U.S. presidents that have a German Wikipedia article, and when were they born?", "List the names of children of U.S. presidents who have German Wikipedia pages, along with their birth dates and their parent\u2019s name, ordered from oldest to youngest."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q11696> AS ?var4 ). ?var2 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P40> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var5 <http://schema.org/about> ?var1 . FILTER ( ( EXISTS { ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"de\". ?var6 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var2Label ?var1Label ?var3 ORDER BY ASC( ?var3 )"}}
{"id": "val_560", "question": "List the heads of government of Taiwan\u2019s special municipalities, provincial cities, and counties in English.", "sparql": "SELECT ?administrativeDivision ?administrativeDivisionLabel ?headOfGovernment ?headOfGovernmentLabel WHERE {  VALUES ?administrativeType { wd:Q2225003 wd:Q83020 wd:Q706447 }  ?administrativeDivision (wdt:P31/wdt:P279*) ?administrativeType ;                                       wdt:P6 ?headOfGovernment .  ?administrativeDivision rdfs:label ?administrativeDivisionLabel .  ?headOfGovernment rdfs:label ?headOfGovernmentLabel .  FILTER(LANG(?administrativeDivisionLabel) = \"en\")  FILTER(LANG(?headOfGovernmentLabel) = \"en\")}", "paraphrases": ["Who are the current heads of government for Taiwan\u2019s administrative divisions including special municipalities, provincial cities, and counties?", "Show me the names of Taiwan\u2019s administrative divisions (special municipalities, provincial cities, and counties) along with the names of their heads of government, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q2225003> ) ( <http://www.wikidata.org/entity/Q83020> ) ( <http://www.wikidata.org/entity/Q706447> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 ; <http://www.wikidata.org/prop/direct/P6> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,zh\". } }"}}
{"id": "val_561", "question": "German labels of tennis tournaments with sub-event categories (e.g., singles, doubles, qualifying)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?event ?label WHERE {\n  ?event wdt:P31 wd:Q16510064 .\n  ?event wdt:P641 wd:Q847 .\n  ?event rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"de\" && CONTAINS( STR( ?label ) , \"/\" ) )\n}\nORDER BY ?label", "paraphrases": ["What are the German-language names of tennis events that include sub-event details like singles or doubles, separated by slashes?", "Show me the German names of tennis tournaments that specify categories such as men\u2019s singles or qualifying rounds, using slash-separated formats."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16510064> . ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) && CONTAINS ( STR ( ?var2 ) , \"/\" ) ) ) . }"}}
{"id": "val_562", "question": "What are the moons and rings of Saturn?", "sparql": "SELECT ?item WHERE { ?item wdt:P397 wd:Q193 }", "paraphrases": ["Which astronomical objects orbit Saturn?", "List all known natural satellites and ring particles that are gravitationally bound to Saturn."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P397> <http://www.wikidata.org/entity/Q193> . }"}}
{"id": "val_563", "question": "Does the person with IMDb ID nm0322146 have a Wikidata entry?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0322146\" . }", "paraphrases": ["Is there a Wikidata item for the IMDb identifier nm0322146?", "Does Tom Hanks have a Wikidata page linked via his IMDb ID?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0322146\". }"}}
{"id": "val_564", "question": "Tram services and districts in Vienna that contain tram services", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P31 wd:Q15145593 ; wdt:P131 + wd:Q1741 .\n  } UNION {\n    ?tram wdt:P31 wd:Q15145593 ; wdt:P131 ?item .\n    ?item wdt:P131 + wd:Q1741 .\n  }\n}", "paraphrases": ["What tram lines and administrative areas in Vienna are associated with tram services?", "List all tram services located in Vienna (including those in districts) and all districts in Vienna that contain tram services."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q1741> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> . } UNION { [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> ] <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q1741> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_565", "question": "What types of public transport stops is Tram stop Sacharovlaan classified as in Wikidata?", "sparql": "SELECT ?type ?typeLabel WHERE { wd:Q2218736 wdt:P31 ?type. ?type rdfs:label ?typeLabel FILTER(LANG(?typeLabel) = 'en') }", "paraphrases": ["What are the English labels of the categories that Tram stop Sacharovlaan belongs to?", "Is Tram stop Sacharovlaan a tram stop, metro station, or something else according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2218736> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> . }"}}
{"id": "val_566", "question": "List all White House Chiefs of Staff with their start and end dates, ordered by when they started.", "sparql": "SELECT ?person ?personLabel ?startDate ?endDate WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P39 wd:Q786242 . ?person p:P39 ?statement . ?statement ps:P39 wd:Q786242 ; pq:P580 ?startDate . OPTIONAL { ?statement pq:P582 ?endDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?startDate)", "paraphrases": ["Who have been the White House Chiefs of Staff, and when did their terms begin and end?", "Show me the names of all people who have served as White House Chief of Staff, along with the start and end dates of their tenures, sorted by start date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q786242> . ?var1 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P39> ?var6 ; <http://www.wikidata.org/prop/qualifier/P580> ?var2 . ?var6 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q786242> . OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } BIND ( FLOOR ( ( ?var3 - ?var2 ) ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY ASC( ?var4 )"}}
{"id": "val_567", "question": "Businesses operating in Cameroon with source URLs or cited references", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nSELECT DISTINCT ?business ?businessLabel ?source ?sourceLabel WHERE {\n  ?business wdt:P31 / wdt:P279 * wd:Q4830453 ; wdt:P2541 wd:Q668294 .\n  ?business p:P2541 ?statement .\n  ?statement prov:wasDerivedFrom ?reference .\n  OPTIONAL {\n    ?reference pr:P248 ?source .\n    ?source rdfs:label ?sourceLabel .\n    FILTER(LANG(?sourceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?reference pr:P854 ?source .\n    BIND(?source AS ?sourceLabel)\n  }\n  ?business rdfs:label ?businessLabel .\n  FILTER(LANG(?businessLabel) = \"en\")\n}\nORDER BY ASC(?businessLabel)", "paraphrases": ["Which businesses that operate in Cameroon have publicly cited sources or reference URLs in their Wikidata entries?", "List the English-named businesses that operate in Cameroon and show their reference sources, including URLs or published works."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { { SELECT ?var1 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P31> [ (( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> )|( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> )) ?var3 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/2541> [ (( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> )|( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> )) ?var3 ] . } } } ?var1 <http://www.wikidata.org/prop/direct/P2541> <http://www.wikidata.org/entity/Q668294> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_568", "question": "German labels and descriptions of colors in Wikidata", "sparql": "SELECT ?color ?colorLabel ?colorDescription WHERE { ?item wdt:P462 ?color . ?color rdfs:label ?colorLabel . ?color schema:description ?colorDescription . FILTER(LANG(?colorLabel) = \"de\") FILTER(LANG(?colorDescription) = \"de\") } LIMIT 100", "paraphrases": ["Which colors have German labels and descriptions in Wikidata?", "Show me colors from Wikidata that are described and labeled in German."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P462> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_569", "question": "What are the English-labeled properties of Rocket Lab and their corresponding values in different languages?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q116319 ?property ?value . ?propertyLabelItem ?propertyRelation ?property . ?propertyLabelItem rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . FILTER (LANG(?propertyLabel) = \"en\") } ORDER BY ASC(?property) ASC(?value) LIMIT 200", "paraphrases": ["Show me all the roles and locations associated with Rocket Lab, using English property names and labels in any language for the values.", "List all the direct statements about Rocket Lab with their English property labels and the multilingual labels of their values."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label WHERE { <http://www.wikidata.org/entity/Q116319> ?var1 ?var3 . ?var5 ?var6 ?var1 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_570", "question": "Humans with signature images and Swedish Wikipedia articles, ordered by number of articles, including birth/death dates and portraits.", "sparql": "SELECT ?person ?personLabel ?birthDate ?birthPrecision ?deathDate ?deathPrecision ?image ?sblUrl (COUNT(?svWikiPage) AS ?count) ?svWikiPage WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P109 ?signature . OPTIONAL { ?person wdt:P18 ?image . } OPTIONAL { ?person wdt:P3217 ?sblId . BIND( IRI( CONCAT( \"https://sbl.sverige.se/sblartikel/\", ?sblId ) ) AS ?sblUrl ) } ?person (p:P569/psv:P569) ?birthStatement . ?birthStatement wikibase:timeValue ?birthDate . ?birthStatement wikibase:timePrecision ?birthPrecision . OPTIONAL { ?person (p:P570/psv:P570) ?deathStatement . ?deathStatement wikibase:timeValue ?deathDate . ?deathStatement wikibase:timePrecision ?deathPrecision . } ?svWikiPage schema:about ?person ; schema:isPartOf <https://sv.wikipedia.org/> . } GROUP BY ?person ?personLabel ?sblUrl ?svWikiPage ?birthDate ?birthPrecision ?deathDate ?deathPrecision ?image ORDER BY DESC(?count)", "paraphrases": ["Which humans have signature images and are linked to Swedish Wikipedia pages, and how many articles exist per person, along with their birth and death dates and portraits?", "Show me a list of people with signature images who have Swedish Wikipedia articles, including their birth and death dates, portrait images, and the count of Swedish articles linked to them, sorted by the number of articles in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 )( COUNT ( ?var7 ) AS ?var8 ) ?var9 ?var10 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P109> ?var11 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( IRI ( CONCAT ( \"string1\", ?var12 ) ) AS ?var9 ). ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var13 . ?var13 <http://wikiba.se/ontology#timeValue> ?var2 . ?var13 <http://wikiba.se/ontology#timePrecision> ?var3 . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) ?var14 . ?var14 <http://wikiba.se/ontology#timeValue> ?var4 . ?var14 <http://wikiba.se/ontology#timePrecision> ?var5 . } { ?var7 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\". } } GROUP BY ?var1 ?var1Label ?var10 ?var9 ?var7 ORDER BY DESC( ?var8 )"}}
{"id": "val_571", "question": "Is there a person in Wikidata with IMDb ID nm3876383?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item wdt:P345 \"nm3876383\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Who is the person associated with the IMDb ID nm3876383?", "Show me the Wikidata entity for the IMDb ID nm3876383."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm3876383\". }"}}
{"id": "val_572", "question": "Which property is most frequently used to classify entities as types of sport?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?statementProperty wd:Q31629 .\n  ?property wikibase:directClaim ?statementProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is used the most times to indicate that an entity is an instance of a type of sport?", "Show me the property that assigns the most entities to the category \"type of sport\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q31629> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_573", "question": "What are Rocket Lab's properties and their English-labeled objects, including its official website?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?item ?itemLabel WHERE {\n  wd:Q116319 ?property ?item .\n  ?propEntity wikibase:directClaim ?property .\n  ?propEntity rdfs:label ?propertyLabel .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabelOptional .\n    FILTER ( LANG( ?itemLabelOptional ) = \"en\" )\n  }\n  BIND( IF( ?property = wdt:P856 , STR( ?item ) , COALESCE ( ?itemLabelOptional , \"\" ) ) AS ?itemLabel ) FILTER ( LANG( ?propertyLabel ) = \"en\" && ( ?itemLabel != \"\" || ?property = wdt:P856 ) )\n}\nORDER BY ASC ( ?property ) ASC ( ?item )\nLIMIT 200", "paraphrases": ["Which entities are connected to Rocket Lab via direct properties, and what are the English labels of those properties and entities, including its official website URL?", "List all the direct relationships of Rocket Lab with their English labels, and include the official website even though it doesn't have a label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label WHERE { <http://www.wikidata.org/entity/Q116319> ?var1 ?var3 . ?var5 ?var6 ?var1 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) && ( LANG ( ?var2Label ) = \"en\" ) || ( ?var1 = <http://www.wikidata.org/prop/direct/P856> ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_574", "question": "What are the English-named tram lines in Vienna?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q27997185 .\n  ?var1 wdt:P361 wd:Q129612 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["Can you list the tram lines that are part of Vienna\u2019s tram transport system and have English labels?", "Show me the names of tram lines in Vienna\u2019s tram network, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> . ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q129612> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1Label ) )ASC( ?var1Label )"}}
{"id": "val_575", "question": "What tennis tournaments (excluding players) are listed on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( wd:Q847 AS ?sport ) ( GROUP_CONCAT( CONCAT ( \"[[\" , SUBSTR( STR( ?event ) , 32 ) , \"]]\" ) ; SEPARATOR = \" \" ) AS ?events ) WHERE {\n  ?event wdt:P641 wd:Q847 .\n  FILTER ( NOT EXISTS {\n    ?event wdt:P31 wd:Q5\n  }\n  )\n}", "paraphrases": ["Can you list the Wikidata IDs of all tennis events that are not human players?", "Show me the MediaWiki-style links to all non-human entities associated with the sport of tennis."], "info": {"raw_sparql": "SELECT( <http://www.wikidata.org/entity/Q847> AS ?var1 )( GROUP_CONCAT ( CONCAT ( \"[[\", SUBSTR ( STR ( ?var2 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"]]\" ) ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } ) ) . }"}}
{"id": "val_576", "question": "Which Wikipedia language editions have articles about people listed in the Dictionary of Swedish National Biography, and how many per edition?", "sparql": "SELECT (COUNT(?item) AS ?count) ?wikipediaSite WHERE { ?item wdt:P3217 ?sblId . ?wikipediaPage schema:about ?item ; schema:isPartOf ?wikipediaSite . FILTER(?wikipediaSite != <https://commons.wikimedia.org/>) FILTER(STRSTARTS(STR(?wikipediaSite), \"https://\")) } GROUP BY ?wikipediaSite ORDER BY DESC(?count)", "paraphrases": ["How many people with a Swedish National Biography ID have Wikipedia articles on each language edition, excluding Commons?", "List the Wikipedia language editions that feature biographies of people from the Swedish National Biography, sorted by the number of such biographies in descending order."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var4 ; <http://wikiba.se/ontology#sitelinks> ?var5 . OPTIONAL { [] <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> ?var3 . } FILTER ( ( NOT EXISTS { [] <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://commons.wikimedia.org/> . } ) ) . } ORDER BY DESC( ?var5 )ASC( ?var1 ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var3 ORDER BY DESC( ?var2 )"}}
{"id": "val_577", "question": "What is the name of the institution with Freebase ID /m/01cf5?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?institution ?label WHERE {\n  ?institution wdt:P646 \"/m/01cf5\" .\n  ?institution rdfs:label ?label\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which entity in Wikidata is identified by the Freebase ID /m/01cf5?", "Can you tell me the English label of the entity linked to Freebase ID /m/01cf5?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/01cf5\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_578", "question": "Which districts of Vienna have tram services?", "sparql": "SELECT ?district ?districtLabel WHERE { ?tramService wdt:P31 wd:Q15145593 ; wdt:P131 ?district . ?district wdt:P131 wd:Q1741 . ?district rdfs:label ?districtLabel . FILTER(LANG(?districtLabel) = \"en\") }", "paraphrases": ["In which administrative district of Vienna are tram services located?", "List the districts within Vienna that include at least one tram line."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> ] <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1741> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_579", "question": "French National Assembly members with occupations not related to politics", "sparql": "SELECT DISTINCT ?personLabel ?occupationLabel WHERE { ?person wdt:P27 wd:Q142 ; wdt:P39 wd:Q3044918 ; wdt:P106 ?occupation . MINUS { ?occupation wdt:P425 wd:Q7163 . } ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") } LIMIT 100000", "paraphrases": ["Who are the members of the French National Assembly whose occupations are not in the field of politics?", "List the occupations of French members of the National Assembly that are not political."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q3044918> . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P425> <http://www.wikidata.org/entity/Q7163> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100000"}}
{"id": "val_580", "question": "What are the Super Mario Bros. video games, their release dates, and English descriptions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE {\n  ?var1 wdt:P31 wd:Q7889 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(REGEX(?var1Label , \"Super Mario Bros.\" , \"i\"))\n  OPTIONAL {\n    ?var1 wdt:P18 ?var2 .\n  }\n  ?var3 schema:about ?var1 ; schema:description ?var4 ; schema:inLanguage \"en\" .\n  ?var1 wdt:P577 ?var5 .\n}\nORDER BY DESC(?var5)\nLIMIT 100", "paraphrases": ["Can you list the Super Mario Bros. games with their release dates, descriptions, and images, ordered from newest to oldest?", "Show me the latest Super Mario Bros. games with their Wikipedia descriptions and official images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"string1\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/description> ?var4 . ?var3 <http://schema.org/inLanguage> \"en\". ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } ORDER BY DESC( ?var5 ) LIMIT 100"}}
{"id": "val_581", "question": "Space probes, their launch dates, and images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?probe ( SAMPLE( ?label ) AS ?probeLabel ) ?launchDate ( SAMPLE( ?image ) AS ?sampleImage ) WHERE {\n  ?probe wdt:P31 wd:Q26529 .\n  ?probe wdt:P619 ?launchDate .\n  ?probe rdfs:label ?label .\n  OPTIONAL {\n    ?probe wdt:P18 ?image .\n  }\n}\nGROUP BY ?probe ?launchDate", "paraphrases": ["What are the space probes, when were they launched, and do they have any images?", "List all space probes along with their launch dates and an associated image from Wikimedia Commons, if one exists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q26529> . ?var1 <http://www.wikidata.org/prop/direct/P619> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_582", "question": "U.S. presidents with images of themselves and their spouses, and number of children", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?president ?presidentLabel ?spouseLabel ?presidentImage ?spouseImage ?children WHERE {\n  ?president p:P39 ?presidencyStatement .\n  ?presidencyStatement ps:P39 wd:Q11696 ; pq:P1545 ?ordinal .\n  ?president wdt:P26 ?spouse ; wdt:P18 ?presidentImage ; wdt:P1971 ?children .\n  ?spouse wdt:P18 ?spouseImage .\n  ?president rdfs:label ?presidentLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?presidentLabel) = \"en\" && LANG(?spouseLabel) = \"en\")\n  FILTER(BOUND(?presidentImage) && BOUND(?spouseImage) && BOUND(?children))\n}", "paraphrases": ["Which U.S. presidents have publicly available images of themselves and their spouses, and how many children do they have?", "Show me the names of U.S. presidents, their spouses, their images, their spouses' images, and how many children they had."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> ; <http://www.wikidata.org/prop/direct/P26> ?var2 ; <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var5 ; <http://www.wikidata.org/prop/direct/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/P1545> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_583", "question": "Current manuscript collections (excluding Matenadaran) and coordinates of the collections and their parent institutions.", "sparql": "SELECT DISTINCT ?collection ?collectionLabel ?collectionCoords ?parentCoords WHERE { ?manuscript (wdt:P31/wdt:P279*) wd:Q87167 . ?manuscript p:P195 ?collectionStatement . ?collectionStatement ps:P195 ?collection . MINUS { ?collectionStatement pq:P582 [] } . ?collection wdt:P625 ?collectionCoords ; wdt:P361 ?parentInstitution . ?parentInstitution wdt:P625 ?parentCoords . MINUS { ?collectionStatement ps:P195 wd:Q1322278 } . ?collection rdfs:label ?collectionLabel . FILTER(LANG(?collectionLabel) = \"en\") }", "paraphrases": ["Which current libraries or archives hold manuscripts, and what are the geographic coordinates of both the collection and the institution it belongs to, excluding Matenadaran?", "Show me the names, locations, and parent institution locations of all active manuscript collections worldwide, except for Matenadaran."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q87167> . ?var4 <http://www.wikidata.org/prop/P195> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P195> ?var1 . MINUS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> [] . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 ; <http://www.wikidata.org/prop/direct/P361> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var3 . MINUS { ?var5 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q1322278> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_584", "question": "What are the English labels of canonization statuses in Wikidata?", "sparql": "SELECT DISTINCT ?canonizationStatus ?canonizationStatusLabel WHERE { ?person wdt:P411 ?canonizationStatus . ?canonizationStatus rdfs:label ?canonizationStatusLabel . FILTER (LANG(?canonizationStatusLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the different stages of sainthood in Christianity, as labeled in English in Wikidata?", "List the English names of the formal stages in the process of becoming a saint, according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P411> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_585", "question": "Which Wikidata item has the VIAF ID 3400151837987420520000?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P214 \"3400151837987420520000\" .\n}\nLIMIT 1", "paraphrases": ["Who is the person identified by the VIAF cluster ID 3400151837987420520000?", "I need to find the entity in Wikidata linked to the Virtual International Authority File identifier 3400151837987420520000."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"3400151837987420520000\". } LIMIT 1"}}
{"id": "val_586", "question": "Which Wikidata entity has the Freebase ID /m/02vps5x?", "sparql": "SELECT ?entity WHERE { ?entity wdt:P646 \"/m/02vps5x\" . }", "paraphrases": ["What is the Wikidata item corresponding to the Freebase identifier /m/02vps5x?", "Tell me the Wikidata entity linked to the Freebase ID /m/02vps5x."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/02vps5x\". } } LIMIT 100"}}
{"id": "val_587", "question": "Notable cats that are instances of house cats", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER ( LANG( ?catLabel ) = 'en' )\n}\nLIMIT 10", "paraphrases": ["What are some named cats that are classified as house cats?", "List the English names of 10 individual cats that are instances of the house cat species."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . } LIMIT 10"}}
{"id": "val_588", "question": "Is there a football player with Transfermarkt ID 20417?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"20417\" .\n}", "paraphrases": ["Does the player with Transfermarkt ID 20417 exist in Wikidata?", "Confirm if Transfermarkt player ID 20417 corresponds to a known footballer in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"20417\". }"}}
{"id": "val_589", "question": "American screenwriters born between 1968 and 1978 who have won awards but have no academic degrees.", "sparql": "SELECT ?screenwriter ?screenwriterLabel ?birthDate ?awardLabel WHERE { ?screenwriter wdt:P31 wd:Q5 ; wdt:P106 wd:Q28389 ; wdt:P569 ?birthDate ; wdt:P27 wd:Q30 ; wdt:P166 ?award . ?screenwriter rdfs:label ?screenwriterLabel . ?award rdfs:label ?awardLabel . FILTER ( NOT EXISTS { ?screenwriter wdt:P512 ?degree } ) . FILTER ( ?birthDate > \"1968-01-17T00:00:00\"^^xsd:dateTime ) . FILTER ( ?birthDate < \"1978-01-17T00:00:00\"^^xsd:dateTime ) . FILTER ( lang(?screenwriterLabel) = \"en\" ) . FILTER ( lang(?awardLabel) = \"en\" ) .}", "paraphrases": ["Who are American screenwriters born between January 17, 1968 and January 17, 1978 who have received awards but no academic degrees?", "List the names of American screenwriters born in the late 1960s and 1970s who have won awards and do not hold any academic degrees."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q28389> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var3 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P512> ?var4 . } ) ) . FILTER ( ( ( ?var2 < \"1978-01-17T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 > \"1968-01-17T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_590", "question": "What is the English name of the geographical location with GeoNames ID 7535797?", "sparql": "SELECT ?place ?placeLabel WHERE { ?place wdt:P1566 \"7535797\" . ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") }", "paraphrases": ["Which place has the GeoNames identifier 7535797, and what is its English label?", "Find the English name of the location identified as 7535797 in GeoNames."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"7535797\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_591", "question": "What is the English name of the place with GeoNames ID 7532824?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P1566 \"7532824\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\")}", "paraphrases": ["English label for GeoNames ID 7532824", "Find the English name of the geographical entity with GeoNames ID 7532824."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"7532824\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_592", "question": "Who is the person with IMDb ID nm2629157?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"nm2629157\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the person identified by the IMDb identifier nm2629157?", "Find the English name of the person whose IMDb ID is nm2629157."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm2629157\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_593", "question": "Does the VIAF ID 18145971483932331761 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"18145971483932331761\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF cluster ID 18145971483932331761?", "Confirm if the Virtual International Authority File identifier 18145971483932331761 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"18145971483932331761\". }"}}
{"id": "val_594", "question": "U.S. presidents, their spouses, number of children, start dates, and images", "sparql": "SELECT ?presidentLabel ?spouseLabel ?children ?start ?presidentImage ?spouseImage WHERE { ?president p:P39 ?statement . ?statement ps:P39 wd:Q11696 . ?statement pq:P580 ?start . OPTIONAL { ?president wdt:P26 ?spouse . } OPTIONAL { ?president wdt:P1971 ?children . } OPTIONAL { ?president wdt:P18 ?presidentImage . } OPTIONAL { ?spouse wdt:P18 ?spouseImage . } ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") OPTIONAL { ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?spouseLabel) = \"en\") } } ORDER BY ASC(?start) LIMIT 50", "paraphrases": ["Who are the U.S. presidents, who did they marry, how many children did they have, when did they take office, and what are their photos and their spouses' photos?", "List the first 50 U.S. presidents in chronological order along with their spouses, number of children, start dates of presidency, and images of both the president and spouse."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { { BIND ( <http://www.wikidata.org/entity/Q30> AS ?var7 ). ?var7 ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var5 . ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var9 ) LIMIT 50"}}
{"id": "val_595", "question": "What is the English name of Roberto Jaguaribe Gomes de Mattos, and which political party is he a member of?", "sparql": "SELECT ?person ?personLabel ?party ?partyLabel WHERE { wd:Q18044225 wdt:P27 wd:Q155 . wd:Q18044225 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q18044225 wdt:P102 ?party . ?party rdfs:label ?partyLabel . FILTER(LANG(?partyLabel) = \"en\") . } }", "paraphrases": ["Is Roberto Jaguaribe a member of any political party in Brazil?", "Tell me the name of the Brazilian diplomat Roberto Jaguaribe and his political affiliation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1448> <http://www.wikidata.org/entity/Q18044225> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q155> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . } }"}}
{"id": "val_596", "question": "Who are the 10 oldest DBLP-authors and when were they born?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?dblpId ?birthDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P2456 ?dblpId .\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ASC ( ?birthDate )\nLIMIT 10", "paraphrases": ["What are the names, DBLP IDs, and birth dates of the 10 oldest humans listed in DBLP?", "List the 10 earliest-born scientists in DBLP with their English names and birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var3 ) LIMIT 10"}}
{"id": "val_597", "question": "What breweries produce beer, and in which countries are they located or who founded them?", "sparql": "SELECT ?brewery ?country ?founder WHERE { ?brewery wdt:P1056 wd:Q44 . OPTIONAL { ?brewery wdt:P17 ?country . } OPTIONAL { ?brewery wdt:P112 ?founder . } }", "paraphrases": ["Which entities produce beer, and what are their countries of operation and founders, if known?", "List all beer-producing breweries along with their countries and founders."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"lfn,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1056> <http://www.wikidata.org/entity/Q44> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P112> ?var3 . } }"}}
{"id": "val_598", "question": "Publisher of Z1 Battle Royale", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publisher ?publisherLabel WHERE {\n  wd:Q23013631 wdt:P123 ?publisher .\n  ?publisher rdfs:label ?publisherLabel .\n  FILTER(LANG(?publisherLabel) = \"en\")\n}", "paraphrases": ["Who published the video game Z1 Battle Royale?", "What is the English name of the company that published Z1 Battle Royale?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q23013631> <http://www.wikidata.org/prop/direct/P123> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_599", "question": "What celestial objects are part of the Local Interstellar Cloud?", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P361 wd:Q817157 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 10", "paraphrases": ["List the stars and systems located within the Local Interstellar Cloud.", "Which astronomical entities belong to the Local Interstellar Cloud?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P361> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P361> <http://www.wikidata.org/entity/Q817157> . } LIMIT 10"}}
{"id": "val_600", "question": "Who has the Dictionary of Swedish National Biography ID 15970?", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 \"15970\" . }", "paraphrases": ["Which person is identified by the SBL ID 15970 in the Dictionary of Swedish National Biography?", "Find the Wikidata item for the individual with SBL ID 15970."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"15970\". } LIMIT 1"}}
{"id": "val_601", "question": "Screenwriters of films", "sparql": "SELECT ?film ?screenwriter ?screenwriterLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P58 ?screenwriter . ?screenwriter rdfs:label ?screenwriterLabel . FILTER(LANG(?screenwriterLabel) = \"en\") }", "paraphrases": ["Who wrote the screenplays for films?", "List films along with the names of their screenwriters in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 33600"}}
{"id": "val_602", "question": "Does the IMDb ID nm5727469 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm5727469\" .\n}", "paraphrases": ["Is there a person in Wikidata with the IMDb identifier nm5727469?", "Check if the IMDb ID nm5727469 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm5727469\". }"}}
{"id": "val_603", "question": "What film has the elFilm ID 1148665?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3143 \"1148665\" .\n}", "paraphrases": ["Which movie on Wikidata is identified by the elFilm ID 1148665?", "Find the Wikidata item for the Arabic movie database (elFilm) entry with ID 1148665."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1148665\". }"}}
{"id": "val_604", "question": "Is there a person or organization in Wikidata with the GND ID 135964459?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"135964459\" .\n}", "paraphrases": ["Does the German National Library ID 135964459 correspond to any entity in Wikidata?", "Can you find an item in Wikidata that has the GND identifier 135964459?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"135964459\". }"}}
{"id": "val_605", "question": "What are the Art & Architecture Thesaurus IDs for items in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?aatId WHERE {\n  ?item wdt:P1014 ?aatId .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which entities in Wikidata have an Art & Architecture Thesaurus ID, and what are their English labels and corresponding AAT identifiers?", "List all Wikidata items with their English names and Art & Architecture Thesaurus IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_606", "question": "Finnish bands that play subgenres of heavy metal.", "sparql": "SELECT DISTINCT ?band ?bandLabel WHERE { ?subgenre wdt:P279 wd:Q38848 . ?band wdt:P136 ?subgenre . ?band wdt:P495 wd:Q33 . ?band rdfs:label ?bandLabel . FILTER(LANG(?bandLabel) = \"en\") } ORDER BY ASC(?bandLabel)", "paraphrases": ["Which bands from Finland have a music genre that is a subgenre of heavy metal?", "List all Finnish heavy metal subgenre bands in alphabetical order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q38848> . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q33> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_607", "question": "Top universities educating scientists from Russia, Soviet Union, and Russian Empire", "sparql": "SELECT ( COUNT( ?institution ) AS ?count ) ?institutionLabel WHERE { ?scientist wdt:P106 wd:Q901 . ?scientist wdt:P27 ?country . FILTER ( ?country IN ( wd:Q34266, wd:Q15180, wd:Q159 ) ) OPTIONAL { ?scientist wdt:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER ( LANG(?institutionLabel) = \"en\" ) } } GROUP BY ?institution ?institutionLabel ORDER BY DESC(?count)", "paraphrases": ["Which universities educated the most scientists who were citizens of Russia, the Soviet Union, or the Russian Empire?", "List the educational institutions attended by scientists from Russia, the Soviet Union, or the Russian Empire, ranked by the number of scientists."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1Label ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q901> . ?var3 <http://www.wikidata.org/prop/direct/P27> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q34266> ) || ( ?var4 = <http://www.wikidata.org/entity/Q15180> ) || ( ?var4 = <http://www.wikidata.org/entity/Q159> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P69> ?var1 . } } GROUP BY ?var1"}}
{"id": "val_608", "question": "English names of all cats that are instances of house cats.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cat ?label WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the English labels of entities that are instances of the house cat?", "List the English names of all known cats classified as house cats."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_609", "question": "Does the GND ID 1154541010 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"1154541010\" . }", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 1154541010?", "Can you confirm that Hans-Joachim Martens is represented in Wikidata using the GND ID 1154541010?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1154541010\". }"}}
{"id": "val_610", "question": "Does Sylvain Tesson have a GND ID of 137884990?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"137884990\" .\n}", "paraphrases": ["Is there a Wikidata item for Sylvain Tesson with the German National Library ID 137884990?", "Confirm that the GND identifier 137884990 corresponds to Sylvain Tesson in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"137884990\". }"}}
{"id": "val_611", "question": "Does the football player with Transfermarkt ID 52031 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"52031\" .\n}", "paraphrases": ["Is there a record in Wikidata for the footballer associated with the Transfermarkt ID 52031?", "Can you confirm that Tim Krumpen is listed in Wikidata with the Transfermarkt player ID 52031?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"52031\". }"}}
{"id": "val_612", "question": "Bridges with known locations and English names", "sparql": "SELECT ?bridge ?label WHERE {\n  ?bridge wdt:P31 wd:Q12280 .\n  ?bridge wdt:P276 ?location .\n  ?bridge rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the English names of bridges that have a recorded location?", "List all bridges with known locations and their English names."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12280> . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var2 . }"}}
{"id": "val_613", "question": "What is the image of Amsterdam Amstel railway station?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q50720 wdt:P31 wd:Q1339195 .\n  wd:Q50720 wdt:P18 ?image .\n}", "paraphrases": ["Can you show me the photo of Amsterdam Amstel station, which is a station building?", "Show the Wikimedia Commons image associated with the Amsterdam Amstel train station."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1339195> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q50720> ) ) ) . }"}}
{"id": "val_614", "question": "Metro stations in Amsterdam on the Noord/Zuidlijn (Line 52)", "sparql": "SELECT ?station ?stationLabel ?coordinates ?line ?lineLabel WHERE {\n  ?station wdt:P31 wd:Q928830 .\n  ?station wdt:P131 wd:Q9899 .\n  ?station wdt:P625 ?coordinates .\n  ?station p:P197 ?adjacentStatement .\n  ?adjacentStatement pq:P81 ?line .\n  ?line rdfs:label ?lineLabel .\n  ?station rdfs:label ?stationLabel .\n  FILTER (?line = wd:Q2466115)\n  FILTER (LANG(?stationLabel) = \"en\")\n  FILTER (LANG(?lineLabel) = \"en\")\n}", "paraphrases": ["Which metro stations in Amsterdam are part of the Noord/Zuidlijn (Line 52)?", "List the names, coordinates, and line information for all metro stations in Amsterdam that are connected to the Noord/Zuidlijn."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q928830> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/P197> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P81> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2466115> ) ) ) . }"}}
{"id": "val_615", "question": "Show the labels for macaron in English, German, French, and Italian, along with its image and Wikipedia link.", "sparql": "SELECT ?label ?image ?wikipedia WHERE { VALUES (?lang ?order) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } wd:Q12478 rdfs:label ?label . FILTER(LANG(?label) = ?lang) OPTIONAL { wd:Q12478 wdt:P18 ?image . } OPTIONAL { ?wikipedia rdf:type schema:Article ; schema:about wd:Q12478 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?order", "paraphrases": ["What are the labels for macaron in different languages (English, German, French, Italian), and what is its image and Wikipedia page?", "Retrieve the macaron\u2019s name in English, German, French, and Italian, its image from Wikimedia Commons, and its corresponding English Wikipedia article, ordered by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q12478> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q12478> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q12478> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q12478> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_616", "question": "What are some Swedish heavy metal bands, and where were they formed?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var4 WHERE {\n  {\n    ?var1 wdt:P31 wd:Q215380\n  } UNION {\n    ?var1 wdt:P31 wd:Q1056545\n  }\n  .\n  ?var1 wdt:P136 wd:Q38848 .\n  ?var1 wdt:P495 wd:Q34 .\n  OPTIONAL {\n    ?var1 wdt:P740 ?var3 .\n    ?var3 wdt:P625 ?var4 .\n  }\n}\nORDER BY ASC(?var1)\nLIMIT 50", "paraphrases": ["Can you list heavy metal bands from Sweden along with the geographic coordinates of where they were formed?", "Show me bands from Sweden that play heavy metal music and their formation locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q215380> . ?var1 ( <http://www.wikidata.org/prop/P136> / <http://www.wikidata.org/prop/statement/P136> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q38848> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Herkunftsland> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P740> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_617", "question": "List all subclasses of drink in English.", "sparql": "SELECT DISTINCT ?drink ?drinkLabel WHERE { ?drink wdt:P279 wd:Q40050 . ?drink rdfs:label ?drinkLabel . FILTER (LANG(?drinkLabel) = \"en\") }", "paraphrases": ["What are the different types of drinks classified in Wikidata with English labels?", "Show me all English-named beverage subclasses under the category of drink."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( \"N01009\" ) ( \"N01020\" ) } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q40050> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_618", "question": "What major events include tennis as a sub-event but are not themselves sports participants?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?event ?tennisEvent ?tennisEventType WHERE {\n  ?tennisEvent wdt:P641 wd:Q847 .\n  ?event wdt:P527 ?tennisEvent .\n  ?tennisEvent ( wdt:P31 | wdt:P279 ) ?tennisEventType .\n  FILTER NOT EXISTS {\n    ?event wdt:P641 []\n  }\n  FILTER NOT EXISTS {\n    ?event wdt:P31 wd:Q5\n  }\n}", "paraphrases": ["Which tournaments or competitions have tennis events as parts, but are not humans or athletes?", "List events such as the Olympics that feature tennis matches, but do not themselves play any sport."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ( STRAFTER ( STR ( ?var1 ) , \"y/\" ) AS ?var4 )( \"P641\" AS ?var5 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q847> ) , \"y/\" ) AS ?var6 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> . ?var1 <http://www.wikidata.org/prop/direct/P527> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P641> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,it,de,fr,es\". } }"}}
{"id": "val_619", "question": "List ski jumpers with their birth places and dates of birth.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?skiJumper ?skiJumperLabel ?birthPlaceLabel ?birthDate WHERE {\n  ?skiJumper wdt:P106 wd:Q13382603 ; wdt:P19 ?birthPlace ; wdt:P569 ?birthDate .\n  ?skiJumper rdfs:label ?skiJumperLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER ( LANG( ?skiJumperLabel ) = \"en\" ) FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n}", "paraphrases": ["Who are the ski jumpers, where were they born, and when were they born?", "Provide the names, birth locations, and birth dates of all people whose occupation is ski jumping, with labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13382603> ; <http://www.wikidata.org/prop/direct/P19> ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_620", "question": "What works did Alois Jir\u00e1sek write as a screenwriter?", "sparql": "SELECT ?work ?workLabel ?image WHERE { ?work wdt:P58 wd:Q161368 . OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } OPTIONAL { ?work wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Can you list the English titles of books or films for which Alois Jir\u00e1sek wrote the screenplay, along with any available images?", "Which creative works are credited to Alois Jir\u00e1sek as a screenwriter, and do they have images on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P58> <http://www.wikidata.org/entity/Q161368> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_621", "question": "Coordinates of Evangelical Church of Czech Brethren churches (kirch) not located in Pust\u00e1 Rybn\u00e1.", "sparql": "SELECT DISTINCT ?churchLabel ?coordinates WHERE { ?church wdt:P31 wd:Q1989839 . ?church wdt:P140 wd:Q782911 . ?church wdt:P263 ?residence . ?residence wdt:P625 ?coordinates . MINUS { ?church wdt:P131 wd:Q1809746 . } ?church rdfs:label ?churchLabel . FILTER(LANG(?churchLabel) = \"en\") }", "paraphrases": ["Where are the official residences of churches belonging to the Evangelical Church of Czech Brethren, excluding those in Pust\u00e1 Rybn\u00e1?", "Please list the names and geographic coordinates of all churches of the Evangelical Church of Czech Brethren that are not in Pust\u00e1 Rybn\u00e1."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1989839> . ?var1 <http://www.wikidata.org/prop/direct/P140> <http://www.wikidata.org/entity/Q782911> . ?var1 <http://www.wikidata.org/prop/direct/P263> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1809746> . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_622", "question": "List entities with old National Library of Israel IDs and their English labels.", "sparql": "SELECT ?item ?itemLabel ?nliId WHERE { ?item wdt:P949 ?nliId . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which entities have been assigned an old National Library of Israel identifier (P949), and what are their English names?", "Show me the English names of all items that previously had a National Library of Israel ID (P949), along with the ID values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P949> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_623", "question": "Streets in Sweden named after people with their Dictionary of Swedish National Biography IDs, images, and Wikipedia links.", "sparql": "SELECT ?street ?coordinates ?streetImage ?personImage ?wikipediaPage ?streetLabel ?person ?personLabel ?sblId WHERE { ?street wdt:P31 wd:Q79007 . ?street wdt:P17 wd:Q34 . ?street wdt:P138 ?person . ?person wdt:P3217 ?sblId . OPTIONAL { ?street wdt:P625 ?coordinates . } OPTIONAL { ?street wdt:P18 ?streetImage . } OPTIONAL { ?person wdt:P18 ?personImage . } OPTIONAL { ?wikipediaPage schema:about ?street ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?wikipediaPage schema:about ?street ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> . } ?street rdfs:label ?streetLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?streetLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?personLabel)", "paraphrases": ["Which streets in Sweden are named after individuals listed in the Dictionary of Swedish National Biography, and what are their coordinates, images, and Wikipedia pages?", "List all streets in Sweden that are named after people, including the person\u2019s name, their SBL ID, images of the street and the person, and links to their English and German Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var1Label ?var6 ?var7 ?var7Label ?var8 WHERE { ?var7 <http://www.wikidata.org/prop/direct/P3217> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P3217> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"de\". ?var5 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"sp\", \"no\", \"da\", \"de\", \"pl\", \"sv\". } } ORDER BY ASC( ?var7Label )"}}
{"id": "val_624", "question": "South Korean councilors and their corresponding legislatures and administrative divisions", "sparql": "SELECT DISTINCT ?councilMember ?councilMemberLabel ?legislature ?legislatureLabel ?administrativeDivision ?administrativeDivisionLabel WHERE { ?councilMember wdt:P31 wd:Q4164871 . ?councilMember rdfs:label ?label FILTER(CONTAINS(LCASE(?label), \"councilor\") && LANG(?label) = \"en\") . ?legislature wdt:P527 ?councilMember . ?legislature wdt:P31/wdt:P279* wd:Q11204 . ?legislature wdt:P1001 ?administrativeDivision . ?administrativeDivision wdt:P31/wdt:P279* wd:Q10864048 . ?administrativeDivision wdt:P17 wd:Q884 . MINUS { ?councilMember wdt:P576 [] . } OPTIONAL { ?councilMember rdfs:label ?councilMemberLabel FILTER(LANG(?councilMemberLabel) = \"en\") } OPTIONAL { ?legislature rdfs:label ?legislatureLabel FILTER(LANG(?legislatureLabel) = \"en\") } OPTIONAL { ?administrativeDivision rdfs:label ?administrativeDivisionLabel FILTER(LANG(?administrativeDivisionLabel) = \"en\") } } ORDER BY ?councilMember", "paraphrases": ["Who are the councilors in South Korea\u2019s provincial and metropolitan legislatures, and which cities or provinces do they represent?", "List all council members in South Korea\u2019s first-level administrative divisions along with the legislatures they serve in and the regions they represent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var7Label WHERE { VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q50258518> ) } VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q4925355> ) ( <http://www.wikidata.org/entity/Q11279677> ) ( <http://www.wikidata.org/entity/Q29045219> ) ( <http://www.wikidata.org/entity/Q16181672> ) ( <http://www.wikidata.org/entity/Q482821> ) } ?var7 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q708492> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var6 <http://www.wikidata.org/prop/direct/P1001> ?var3 ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11204> ; <http://www.wikidata.org/prop/direct/P527> ?var7 . MINUS { ?var6 <http://www.wikidata.org/prop/direct/P576> [] . } ?var9 <http://www.wikidata.org/prop/statement/P279> ?var8 ; <http://www.wikidata.org/prop/qualifier/P642> ?var6 . ?var5 <http://www.wikidata.org/prop/P279> ?var9 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q50737825> , <http://www.wikidata.org/entity/Q50737937> , <http://www.wikidata.org/entity/Q50737036> , <http://www.wikidata.org/entity/Q50739772> , <http://www.wikidata.org/entity/Q50738590> , <http://www.wikidata.org/entity/Q50739662> , <http://www.wikidata.org/entity/Q50737653> , <http://www.wikidata.org/entity/Q50738033> , <http://www.wikidata.org/entity/Q50737718> , <http://www.wikidata.org/entity/Q50739265> , <http://www.wikidata.org/entity/Q50739972> , <http://www.wikidata.org/entity/Q50736686> , <http://www.wikidata.org/entity/Q50739120> , <http://www.wikidata.org/entity/Q50737263> , <http://www.wikidata.org/entity/Q50736662> , <http://www.wikidata.org/entity/Q50739830> , <http://www.wikidata.org/entity/Q50738092> ) ) ) . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_625", "question": "Female sitters in the National Portrait Gallery without photos, ordered by birth date (newest first).", "sparql": "SELECT ?person ?personLabel ?npgId ?birthDate WHERE {  ?person (wdt:P21/wdt:P279*) wd:Q6581072 .  ?person wdt:P1816 ?npgId .  MINUS {    ?person wdt:P18 ?image .  }  OPTIONAL {    ?person wdt:P569 ?birthDate .  }  ?person rdfs:label ?personLabel .  FILTER(LANG(?personLabel) = \"en\")} ORDER BY DESC(?birthDate)", "paraphrases": ["Who are the female individuals in the National Portrait Gallery\u2019s collection that don\u2019t have an image on Wikimedia Commons, and when were they born?", "List the names and birth dates of women represented in the National Portrait Gallery (London) who don\u2019t have a photo on Commons, sorted by birth year from most recent to oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P21> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P1816> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_626", "question": "Does the GND ID 135160049 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"135160049\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 135160049?", "Confirm whether the identifier 135160049 from the German National Library is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"135160049\". }"}}
{"id": "val_627", "question": "Who are the current mayors and city councillors of Rome, Milan, and Roma Capitale, along with their start dates, political parties, and Facebook profiles?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?city ?position ?electoral_district ?district_type ?start_date ?parliamentary_group ?facebook_username WHERE {\n  VALUES ?city {\n    wd:Q220 wd:Q490 wd:Q3940419\n  }\n  ?city wdt:P17 wd:Q38 .\n  ?city wdt:P194 ?legislative_body .\n  ?legislative_body wdt:P1001 ?city .\n  {\n    ?city wdt:P1313 ?position .\n  } UNION {\n    ?position wdt:P279 * wd:Q4175034 .\n    ?position wdt:P361 ?legislative_body .\n  }\n  ?person p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  OPTIONAL {\n    ?statement pq:P580 ?start_date .\n  }\n  OPTIONAL {\n    ?statement pq:P4100 ?parliamentary_group .\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?electoral_district .\n    ?electoral_district wdt:P31 ?district_type .\n  }\n  OPTIONAL {\n    ?person wdt:P2013 ?facebook_username .\n  } MINUS {\n    ?statement pq:P582 [] .\n  }\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Which people currently hold the positions of mayor or city councillor in Rome, Milan, or Roma Capitale, and what are their parliamentary affiliations and Facebook usernames?", "List all current officeholders in Rome, Milan, and Roma Capitale who are either mayors or city councillors, including their start dates, political groups, and Facebook handles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q490> ) ( <http://www.wikidata.org/entity/Q220> ) ( <http://www.wikidata.org/entity/Q3940419> ) } ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/direct/P1313> ?var10 ; <http://www.wikidata.org/prop/direct/P194> ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P1001> ?var2 . ?var12 <http://www.wikidata.org/prop/direct/P361> ?var11 ; <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4175034> . MINUS { ?var12 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var13 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var11 <http://www.wikidata.org/prop/direct/P576> [] . } { ?var14 <http://www.wikidata.org/prop/statement/P39> ?var12 . } UNION { ?var14 <http://www.wikidata.org/prop/statement/P39> ?var10 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P4100> ?var8 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P768> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var5 . } MINUS { ?var14 <http://www.wikidata.org/prop/qualifier/P582> [] . } ?var14 <http://www.wikidata.org/prop/statement/P39> ?var3 . ?var1 <http://www.wikidata.org/prop/P39> ?var14 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_628", "question": "What countries, administrative regions, or continents is Kane's Bridge directly connected to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?connectedEntity WHERE {\n  wd:Q33190821 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?connectedEntity .\n}", "paraphrases": ["Which entities such as country or city are directly linked to Kane's Bridge via location or territorial relations?", "Show me all the places that Kane's Bridge is part of, including its country and administrative areas."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q33190821> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_629", "question": "How many paintings of dogs have a known artist?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( DISTINCT ?painting ) AS ?count ) WHERE {\n  ?painting wdt:P170 ?artist .\n  ?painting wdt:P31 wd:Q3305213 ; wdt:P180 wd:Q144 .\n  OPTIONAL {\n    ?painting wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the number of artworks depicting a dog that are classified as paintings and have a creator?", "Can you tell me how many dog-themed paintings exist in Wikidata with identified artists?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q144> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } }"}}
{"id": "val_630", "question": "Is there a person on Wikidata with IMDb ID nm1472652?", "sparql": "ASK WHERE { ?person wdt:P345 \"nm1472652\" . }", "paraphrases": ["Does the IMDb identifier nm1472652 correspond to a person in Wikidata?", "Check if the IMDb ID nm1472652 is linked to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1472652\". }"}}
{"id": "val_631", "question": "What are all the known planets and planetary bodies classified as subclasses of planet?", "sparql": "SELECT ?instance ?instanceLabel ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q634 . ?instance wdt:P31 ?subclass . }", "paraphrases": ["List all celestial objects that are instances of any type of planet, such as terrestrial planets or exoplanets.", "Which objects are classified as members of any subclass of the category \"planet\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q634> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_632", "question": "Does Project Runeberg have the GND ID 6095827-3?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q933290 wdt:P227 \"6095827-3\" .\n}", "paraphrases": ["Is the German National Library identifier (GND ID) for Project Runeberg 6095827-3?", "Confirm that the website Project Runeberg is identified in the GND authority file with the ID 6095827-3."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"6095827-3\". }"}}
{"id": "val_633", "question": "Lakes in Latvia with Latvian Wikipedia pages but no Russian ones.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lake ?lakeLabel WHERE {\n  ?lake wdt:P31 wd:Q23397 .\n  ?lake wdt:P17 wd:Q211 .\n  ?lake rdfs:label ?lakeLabel .\n  FILTER ( LANG( ?lakeLabel ) = \"lv\" ) .\n  ?lvPage schema:about ?lake ; schema:inLanguage \"lv\" .\n  FILTER NOT EXISTS {\n    ?ruPage schema:about ?lake ; schema:inLanguage \"ru\" .\n  }\n}", "paraphrases": ["Which lakes in Latvia have Wikipedia articles in Latvian but not in Russian?", "Show me the names of lakes located in Latvia that are documented on the Latvian Wikipedia but do not have corresponding pages on the Russian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q23397> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q211> ) ) ) . FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"lv\". } ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"ru\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,uk,be,tg,kk,ky,uz,tk,az,et,lt,lv,ro,ka,hy\". } }"}}
{"id": "val_634", "question": "List of real-world entities including QWERTY keyboard, Lumen Field, Qwest Records, and other specific items from Wikidata.", "sparql": "SELECT DISTINCT ?item WHERE { VALUES ?item { wd:Q253 wd:Q612736 wd:Q4356801 wd:Q2887436 wd:Q7273149 wd:Q2467506 wd:Q21963122 wd:Q3414893 wd:Q31696483 wd:Q3414891 wd:Q20888402 wd:Q20657645 wd:Q16221123 wd:Q17014795 wd:Q7273147 wd:Q7273150 wd:Q7273146 wd:Q7265621 wd:Q149289 wd:Q18614404 wd:Q7273145 wd:Q7273148 wd:Q7273152 wd:Q765680 } }", "paraphrases": ["Which of these Wikidata items are real-world entities and not Wikimedia internal pages like templates or disambiguation pages?", "Please return the full list of entities from Wikidata with IDs Q253, Q612736, Q4356801, Q2887436, Q7273149, Q2467506, Q21963122, Q3414893, Q31696483, Q3414891, Q20888402, Q20657645, Q16221123, Q17014795, Q7273147, Q7273150, Q7273146, Q7265621, Q149289, Q18614404, Q7273145, Q7273148, Q7273152, and Q765680."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2 ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17633526> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11266439> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14204246> . } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q253> ) ( <http://www.wikidata.org/entity/Q612736> ) ( <http://www.wikidata.org/entity/Q4356801> ) ( <http://www.wikidata.org/entity/Q2887436> ) ( <http://www.wikidata.org/entity/Q7273149> ) ( <http://www.wikidata.org/entity/Q2467506> ) ( <http://www.wikidata.org/entity/Q21963122> ) ( <http://www.wikidata.org/entity/Q3414893> ) ( <http://www.wikidata.org/entity/Q31696483> ) ( <http://www.wikidata.org/entity/Q3414891> ) ( <http://www.wikidata.org/entity/Q20888402> ) ( <http://www.wikidata.org/entity/Q20657645> ) ( <http://www.wikidata.org/entity/Q16221123> ) ( <http://www.wikidata.org/entity/Q17014795> ) ( <http://www.wikidata.org/entity/Q7273147> ) ( <http://www.wikidata.org/entity/Q7273150> ) ( <http://www.wikidata.org/entity/Q7273146> ) ( <http://www.wikidata.org/entity/Q7265621> ) ( <http://www.wikidata.org/entity/Q149289> ) ( <http://www.wikidata.org/entity/Q18614404> ) ( <http://www.wikidata.org/entity/Q7273145> ) ( <http://www.wikidata.org/entity/Q7273148> ) ( <http://www.wikidata.org/entity/Q7273152> ) ( <http://www.wikidata.org/entity/Q765680> ) } }"}}
{"id": "val_635", "question": "What type of cat is Gladstone, the Chief Mouser of the UK Treasury?", "sparql": "SELECT ?catLabel WHERE { wd:Q27190410 wdt:P31 ?cat . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\")}", "paraphrases": ["What is the species or breed of the cat named Gladstone who lives at 11 Downing Street?", "Tell me the name of the cat category that Gladstone belongs to."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q27190410> <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_636", "question": "Cats that have been Chief Mousers of the HM Treasury", "sparql": "SELECT ?cat ?catLabel WHERE { ?cat wdt:P106 wd:Q104551794 ; wdt:P108 wd:Q578269 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") }", "paraphrases": ["Which cats have served as Chief Mousers of the UK Treasury?", "List the names of cats employed by HM Treasury as mousers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q27190410> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_637", "question": "Does Wikidata have an entry for the GND ID 118704583?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"118704583\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 118704583?", "Confirm whether the person with GND ID 118704583 is represented in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"118704583\". }"}}
{"id": "val_638", "question": "Does the German National Library ID \"189486422\" correspond to a known person in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"189486422\" . }", "paraphrases": ["Is there a Wikidata entry for the individual with GND ID 189486422?", "Can you confirm that the person identified by the GND number 189486422 is listed in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"189486422\". }"}}
{"id": "val_639", "question": "What are the parts of the categories that a star belongs to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1Label ?var2Label ?var1 WHERE {\n  wd:Q523 wdt:P31 ?var2 .\n  ?var2 wdt:P279 * ?var3 .\n  ?var3 wdt:P527 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n}", "paraphrases": ["What components make up the classes that include stars as instances?", "List the parts of the superclasses of the class that a star is an instance of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var1 WHERE { <http://www.wikidata.org/entity/Q523> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P527> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_640", "question": "Who were the mayors of Amsterdam?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P39 wd:Q13423495 .\n}", "paraphrases": ["Which individuals have held the position of mayor of Amsterdam?", "List all people who served as mayor of Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2161427> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_641", "question": "Philosophers born after 1888", "sparql": "SELECT ?philosopher ?birthYear WHERE { ?philosopher wdt:P31 wd:Q5 . ?philosopher wdt:P106 wd:Q4964182 . ?philosopher wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) FILTER(?birthYear >= 1888) } LIMIT 5", "paraphrases": ["Who are some philosophers born in or after 1888?", "List philosophers who were born in 1888 or later."], "info": {"raw_sparql": "ASK WHERE { BIND ( YEAR ( ?var1 ) AS ?var2 ). <https://af.wikipedia.org/wiki/Filosofie> <http://schema.org/about> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P569> ?var1 . FILTER ( ( ( ?var2 >= \"1888\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_642", "question": "Who has the GND ID 117260266?", "sparql": "SELECT ?person WHERE { ?person wdt:P227 \"117260266\" . }", "paraphrases": ["Which person is identified by the German National Library ID 117260266?", "Find the Wikidata item for the individual with GND ID 117260266."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"117260266\". }"}}
{"id": "val_643", "question": "Did Cornelis Kruseman serve as mayor of Amsterdam?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q3815623 wdt:P39 wd:Q13423495 .\n}", "paraphrases": ["Was Cornelis Kruseman ever the mayor of Amsterdam?", "Check if Cornelis Kruseman held the position of mayor of Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q3815623> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_644", "question": "Films and their screenwriters", "sparql": "SELECT ?film ?screenwriter ?screenwriterLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P58 ?screenwriter . ?screenwriter rdfs:label ?screenwriterLabel . FILTER(LANG(?screenwriterLabel) = \"en\") }", "paraphrases": ["Who wrote the screenplays for films?", "List films along with the names of the people who wrote their screenplays."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 76400"}}
{"id": "val_645", "question": "Humans with lifestyle information not sourced from any Wikipedia edition.", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 ; p:P1576 ?stmt . FILTER NOT EXISTS { ?stmt prov:wasDerivedFrom ?ref . ?ref pr:P143 ?wikipedia . ?wikipedia wdt:P31 wd:Q10876391 . } }", "paraphrases": ["Which humans have a lifestyle recorded in Wikidata but without any reference to a Wikipedia language edition?", "Show me people who have a documented lifestyle, but whose data isn't cited from any Wikipedia version."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P1576> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var3 . ?var3 ?var4 ?var5 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> . } ) ) . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . }"}}
{"id": "val_646", "question": "Is Christian Stegmann listed in Wikidata with GND ID 132514842?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"132514842\" .\n}", "paraphrases": ["Does the German National Library ID 132514842 correspond to an entity in Wikidata?", "Confirm if the person with GND ID 132514842 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"132514842\". }"}}
{"id": "val_647", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 1931465?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"1931465\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and description in English of the creature identified as 1931465 in the Great Russian Encyclopedia Online?", "Please provide the English name and description of the entity linked to the Great Russian Encyclopedia Online ID 1931465."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1931465\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_648", "question": "Organizations formed in Ukraine", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?organization ?organizationLabel WHERE {\n  ?organization p:P740 ?statement .\n  ?statement ps:P740 wd:Q212 .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n}\nORDER BY ?organizationLabel", "paraphrases": ["Which organizations were formed in Ukraine?", "List the names of groups and organizations that originated in Ukraine."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P740> <http://www.wikidata.org/entity/Q212> . ?var1 <http://www.wikidata.org/prop/P740> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_649", "question": "What are some properties and values associated with the Bundesliga?", "sparql": "SELECT ?property ?value WHERE { wd:Q82595 ?property ?value . } LIMIT 10", "paraphrases": ["Can you show me information about the German football league?", "Tell me about the Bundesliga \u2014 what data is available for it in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 ?var3 ?var4 . FILTER ( ( ( ?var2 = <https://www.wikidata.org/wiki/Q1906840> ) ) ) . } LIMIT 10"}}
{"id": "val_650", "question": "What are the first-level administrative divisions and cities with over 250,000 people in South Korea, along with their active legislative bodies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?place ?type ?legislativeBody WHERE {\n  {\n    ?place wdt:P17 wd:Q884 ;(wdt:P31 / wdt:P279 *) wd:Q10864048 .\n    VALUES ?type {\n      wd:Q10864048\n    }\n  } UNION {\n    ?place wdt:P17 wd:Q884 ;(wdt:P31 / wdt:P279 *) wd:Q515 ; wdt:P1082 ?population .\n    FILTER(?population > 250000)\n    VALUES ?type {\n      wd:Q515\n    }\n  } UNION {\n    VALUES(?place ?type) {(wd:Q884 wd:Q6256)\n    }\n  }\n  OPTIONAL {\n    ?place(wdt:P194 | wdt:P527 / wdt:P194) ?legislativeBody .\n    FILTER(NOT EXISTS {\n      ?legislativeBody wdt:P576 ?dissolvedDate .\n      FILTER(?dissolvedDate < NOW ())\n    })\n  }\n}\nORDER BY ?place ?type ?legislativeBody", "paraphrases": ["Which cities and administrative regions in South Korea have a population greater than 250,000, and what legislative bodies govern them today?", "List all major cities (population > 250k), first-level administrative divisions, and the country of South Korea, showing their currently active legislative bodies."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q10864048> ) } } UNION { ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P1082> ?var5 . FILTER ( ( ( ?var5 > \"250000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q515> ) } } UNION { VALUES ( ?var2 ?var3 ) { ( <http://www.wikidata.org/entity/Q884> <http://www.wikidata.org/entity/Q6256> ) } } OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/direct/P194> / <http://www.wikidata.org/prop/direct/P527> ?) ?var4 . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/direct/P576> ?var6 . FILTER ( ( ( ?var6 < NOW ( ) ) ) ) . } ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )ASC( ?var3 )ASC( ?var4 )ASC( ?var7 )"}}
{"id": "val_651", "question": "What is the start time of the Syrian Civil War, and when did it end?", "sparql": "SELECT ?startTime ?endTime WHERE { wd:Q178810 wdt:P580 ?startTime . OPTIONAL { wd:Q178810 wdt:P582 ?endTime . } }", "paraphrases": ["When did the Syrian Civil War begin, and is it still ongoing?", "Provide the start and end dates of the Syrian Civil War."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q178810> <http://www.wikidata.org/prop/direct/P580> ?var1 . <http://www.wikidata.org/entity/QI78810> <http://www.wikidata.org/prop/direct/P582> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_652", "question": "Does the German National Library ID 135498503 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"135498503\" .\n}", "paraphrases": ["Is there a Wikidata item for the American pianist Lawrence Fields, identified by GND ID 135498503?", "Confirm that the GND identifier 135498503 is linked to a person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"135498503\". }"}}
{"id": "val_653", "question": "List all second-level administrative divisions in South Korea with their English and Chinese names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?enLabel ?zhLabel WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q13220204 .\n  ?item wdt:P17 wd:Q884 .\n  OPTIONAL {\n    ?item rdfs:label ?enLabel .\n    FILTER(LANG(?enLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?zhLabel .\n    FILTER(LANG(?zhLabel) = \"zh\")\n  }\n}", "paraphrases": ["What are the English and Chinese labels for all second-level administrative divisions in South Korea?", "Please provide a list of South Korea\u2019s second-level administrative divisions, including their English and Chinese translations where available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q13220204> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q13220204> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q13220204> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q884> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"zh\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko,zh,en\". } }"}}
{"id": "val_654", "question": "What entities are connected to Cristiano Ronaldo, and what properties link them?", "sparql": "SELECT ?entity ?entityLabel ?propertyItem ?propertyLabel WHERE { ?entity ?propertyItem wd:Q1054 . ?property wikibase:directClaim ?propertyItem . OPTIONAL { ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") } OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Show me all entities related to Cristiano Ronaldo along with the English labels of those relationships.", "Which items mention Cristiano Ronaldo, and what kind of connections do they have with him?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q19761144> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_655", "question": "Did Philip Mechanicus serve as the mayor of Amsterdam?", "sparql": "ASK { wd:Q1639438 wdt:P39 wd:Q13423495 }", "paraphrases": ["Is it true that Philip Mechanicus held the office of mayor of Amsterdam?", "Was Philip Mechanicus ever the mayor of Amsterdam?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1639438> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_656", "question": "What are the names of rivers in French?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q4022 ; rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"fr\")\n}", "paraphrases": ["Can you list all rivers that have a French-language name?", "Which rivers are labeled in French on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> ; <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"^rivi\u00e8re$\" ) ) ) . }"}}
{"id": "val_657", "question": "Is there a person in Wikidata with the IMDb ID nm1010600?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm1010600\" . }", "paraphrases": ["Does the IMDb identifier nm1010600 exist in Wikidata?", "Can you confirm that nm1010600 is a valid IMDb ID in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1010600\". }"}}
{"id": "val_658", "question": "Female National Portrait Gallery sitters without images on Commons, with birth dates and English Wikipedia pages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?npgId ?birthDate WHERE {\n  ?person wdt:P1816 ?npgId .\n  ?person wdt:P21 wd:Q6581072 . MINUS {\n    ?person wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  ?enWpPage schema:about ?person ; schema:isPartOf <https://en.wikipedia.org/> .\n}", "paraphrases": ["Who are the women listed in the National Portrait Gallery (London) who don\u2019t have images on Wikimedia Commons and have English Wikipedia articles?", "List the names, NPG IDs, and birth dates of female sitters in the National Portrait Gallery (London) who lack images on Commons and have English Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1816> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P13> <http://www.wikidata.org/entity/Q6581072> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } ?var5 <http://schema.org/about> ?var1 . FILTER ( ( EXISTS { ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"en\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_659", "question": "Who is the person with the IMDb ID nm0634445?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0634445\" .\n}", "paraphrases": ["What is the name of the individual associated with IMDb identifier nm0634445?", "Can you tell me who has the IMDb ID nm0634445?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0634445\". }"}}
{"id": "val_660", "question": "Movie with elCinema ID 2009221", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3135 \"2009221\" .\n}", "paraphrases": ["Which movie has the elCinema film ID 2009221?", "Tell me the movie that corresponds to the elCinema ID 2009221."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2009221\". }"}}
{"id": "val_661", "question": "French National Assembly members, their IDs, and places of birth", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?assemblyId ?birthPlace WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P39 wd:Q3044918 .\n  ?person wdt:P4123 ?assemblyId .\n  ?person wdt:P19 ?birthPlace .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the members of the French National Assembly, what are their official IDs, and where were they born?", "List the names, French National Assembly IDs, and birthplaces of all members of the French National Assembly."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/prop/direct/Q3044918> . ?var1 <http://www.wikidata.org/prop/direct/P4123> ? ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . }"}}
{"id": "val_662", "question": "People in the National Portrait Gallery (London) with known birth dates but no image on Wikimedia Commons.", "sparql": "SELECT ?person ?personLabel ?birthDate WHERE { ?person wdt:P1816 ?npgId ; wdt:P569 ?birthDate ; rdfs:label ?personLabel . MINUS { ?person wdt:P18 [] . } FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the individuals listed in the National Portrait Gallery (London) who have a recorded birth date but no image on Wikimedia Commons?", "List the names and birth dates of people in the National Portrait Gallery (London) for whom no image is available on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1816> ?var3 ; <http://www.wikidata.org/prop/direct/P569> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_663", "question": "What properties are associated with the electric multiple unit (EMU) on Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { wd:Q483373 ?property ?value .}", "paraphrases": ["Which properties link the entity \"electric multiple unit\" to other values in Wikidata?", "List all the properties used to describe the electric multiple unit (Q483373), including labels, descriptions, and external identifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q483373> ?var1 ?var2 . }"}}
{"id": "val_664", "question": "What are the natural satellites in our solar system and which planets or bodies do they orbit?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?var1Label ?var2Label WHERE {\n  ?var1 wdt:P31 wd:Q2537 .\n  ?var1 p:P397 ?stmt .\n  ?stmt ps:P397 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n}", "paraphrases": ["List the moons of the solar system along with their parent astronomical bodies.", "Which celestial bodies orbit other astronomical objects in the solar system, and what are those parent bodies?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2537> . ?var1 <http://www.wikidata.org/prop/P397> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_665", "question": "What are all the categories that a road bridge is a subclass of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  wd:Q537127 wdt:P279 * ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What broader classes include road bridges in the Wikidata ontology?", "Can you list the hierarchical parent classes of a road bridge, from general to specific?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q537127> <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_666", "question": "Who has the IMDb ID nm0871158?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P345 \"nm0871158\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which person is identified by the IMDb identifier nm0871158?", "Tell me the name of the person with IMDb ID nm0871158."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0871158\". }"}}
{"id": "val_667", "question": "Watercourses in France that are instances of subclasses of watercourse", "sparql": "SELECT ?watercourse ?label WHERE { ?watercourse (wdt:P31 / wdt:P279) wd:Q355304 ; wdt:P17 wd:Q142 . ?watercourse rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the water-related features in France that belong to a subclass of watercourse, such as canals or aqueducts?", "List the names of all canals, aqueducts, and similar water features located in France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q355304> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_668", "question": "What entities and properties are linked to the University of Chile?", "sparql": "SELECT ?item ?property WHERE { ?item ?property wd:Q232141 .}", "paraphrases": ["What kinds of relationships connect other items to the University of Chile?", "Show me all the statements and references where the University of Chile is mentioned as the object."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q232141> . }"}}
{"id": "val_669", "question": "People educated at Tel Aviv University", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P69 wd:Q319239 . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are the people that attended Tel Aviv University?", "List the names of humans who studied at Tel Aviv University."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q319239> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q185836> . } LIMIT 10"}}
{"id": "val_670", "question": "Wikipedia category pages about fruit vegetables", "sparql": "SELECT ?wikipediaPage (strafter(str(?wikipediaPage), \"https://\") AS ?wikipediaPageTitle) WHERE { ?wikipediaPage schema:about wd:Q1470762 . FILTER(REGEX(str(?wikipediaPage), \"^https://[a-z]+\\\\.wikipedia\\\\.org/\")) } ORDER BY ?wikipediaPageTitle", "paraphrases": ["Which Wikipedia pages are dedicated to the category of fruit vegetables?", "List the Wikipedia category pages that cover fruit vegetables, showing their language and title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var1Label ?var3 ?var3Label WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q8475074> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . } }"}}
{"id": "val_671", "question": "Does Anselm Schubert have a GND ID of 123515920?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P227 \"123515920\" .\n}", "paraphrases": ["Is there a person in Wikidata with the German National Library ID 123515920?", "Verify if the GND identifier 123515920 corresponds to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"123515920\". }"}}
{"id": "val_672", "question": "Universities with Japanese names and their Wikimedia Commons categories, sorted by number of categories.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?university ?labelJa(COUNT(?category) AS ?categoryCount) WHERE {\n  ?university wdt:P31 wd:Q3918 .\n  ?university wdt:P373 ?category .\n  OPTIONAL {\n    ?university rdfs:label ?labelJa .\n    FILTER(LANG(?labelJa) = \"ja\")\n  }\n}\nGROUP BY ?university ?labelJa\nORDER BY DESC(?categoryCount)\nLIMIT 100", "paraphrases": ["Which universities have Japanese-language labels and are associated with Wikimedia Commons categories, and how many categories do they have?", "List the top 100 universities that have Commons categories, showing their Japanese labels if available, and count how many Commons categories each has."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var3 <http://www.wikidata.org/prop/direct/P373> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) LIMIT 100"}}
{"id": "val_673", "question": "Does Wikidata contain an entity with GND ID 1154651894?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1154651894\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the GND ID 1154651894?", "Confirm if the German National Library ID 1154651894 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1154651894\". }"}}
{"id": "val_674", "question": "Is the GND ID \"4075586-1\" assigned to the concept of ecumenism in Wikidata?", "sparql": "ASK WHERE { wd:Q156112 wdt:P227 \"4075586-1\" . }", "paraphrases": ["Does Wikidata link the German National Library ID \"4075586-1\" to ecumenism?", "Is there a Wikidata item for ecumenism with the GND identifier 4075586-1?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4075586-1\". }"}}
{"id": "val_675", "question": "Video games using the Build engine and their names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?game ?gameLabel ?engineLabel WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game wdt:P408 ?engine .\n  ?game rdfs:label ?gameLabel .\n  ?engine rdfs:label ?engineLabel .\n  FILTER(LANG(?gameLabel) = \"en\")\n  .\n  FILTER(LANG(?engineLabel) = \"en\")\n  .\n}\nLIMIT 10", "paraphrases": ["What are some video games that use the Build engine, and what are their English titles?", "Show me 10 video games along with the names of the software engines they use, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.wikidata.org/prop/direct/P408> ?var3 . } LIMIT 10"}}
{"id": "val_676", "question": "Michelin-listed entities that are not restaurants and their types", "sparql": "SELECT ?item ?itemLabel ?type ?typeLabel WHERE { ?item wdt:P4160 [] . OPTIONAL { ?item wdt:P31 ?type . } MINUS { ?item (wdt:P31/wdt:P279*) wd:Q11707 . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What entities have a Michelin Restaurants ID but are not classified as restaurants, and what are their types?", "Show me non-restaurant entities with a Michelin Restaurants ID along with their classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4160> [] . MINUS { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q11707> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_677", "question": "Does Wikidata contain an entry with IMDb ID nm3516556?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm3516556\" . }", "paraphrases": ["Is there a person in Wikidata identified by the IMDb ID nm3516556?", "Confirm whether the IMDb identifier nm3516556 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm3516556\". }"}}
{"id": "val_678", "question": "Does the IMDb ID nm0313421 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0313421\" . }", "paraphrases": ["Is there a Wikidata item associated with the IMDb identifier nm0313421?", "Check if the person with IMDb ID nm0313421 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0313421\". }"}}
{"id": "val_679", "question": "What Wikidata item has the GND ID 4206779-0?", "sparql": "SELECT ?item WHERE { ?item wdt:P227 \"4206779-0\" . } LIMIT 1", "paraphrases": ["Which entity in Wikidata is identified by the German National Library ID 4206779-0?", "Find the Wikidata item for the GND ID 4206779-0."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4206779-0\". } LIMIT 1"}}
{"id": "val_680", "question": "What are the radii of all known planets and planetary bodies in the universe?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?planetLabel ?radius WHERE {\n  ?planet(wdt:P31 / wdt:P279 *) wd:Q634 .\n  ?planet wdt:P2120 ?radius .\n  ?planet rdfs:label ?planetLabel .\n  FILTER(LANG(?planetLabel) = \"en\")\n}", "paraphrases": ["Can you list the names of planets and their radii, including exoplanets and dwarf planets?", "Show me the radius in kilometers for every celestial body classified as a planet or a subclass of a planet."], "info": {"raw_sparql": "SELECT ?var1Label ( ?var2 AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q634> . ?var1 <http://www.wikidata.org/prop/direct/P2120> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_681", "question": "List all U.S. Secretaries of State with their terms in office, including their political party affiliations and dates.", "sparql": "SELECT ?person ?personLabel ?party_start ?party_end ?position_start ?position_end WHERE { ?person wdt:P31 wd:Q5 ; p:P39 ?position_statement ; p:P102 ?party_statement . ?position_statement ps:P39 wd:Q14213 . OPTIONAL { ?position_statement pq:P580 ?position_start . } OPTIONAL { ?position_statement pq:P582 ?position_end . } OPTIONAL { ?party_statement pq:P580 ?party_start . } OPTIONAL { ?party_statement pq:P582 ?party_end . } OPTIONAL { ?person wdt:P102 ?party . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } }", "paraphrases": ["Who have been the U.S. Secretaries of State, and when did they serve? Do we know which political parties they belonged to and during what periods?", "Please provide a list of all individuals who have held the position of United States Secretary of State, along with the start and end dates of their terms, and their political party memberships if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/P39> ?var8 ; <http://www.wikidata.org/prop/P102> ?var9 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q14213> . FILTER ( ( ( ?var7 = <http://www.wikidata.org/entity/Q14213> ) ) ) . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . } OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_682", "question": "What film has the elFilm ID 124408?", "sparql": "SELECT ?film WHERE { ?film wdt:P3143 \"124408\" . }", "paraphrases": ["Which movie on Wikidata is identified by the elFilm ID \"124408\"?", "I need to find the Wikidata entry for the film with the elFilm identifier 124408."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"124408\". }"}}
{"id": "val_683", "question": "People who served as members of the French National Assembly and their term start dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?personLabel ?start WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q3044918 .\n  ?statement pq:P580 ?start .\n  ?person rdfs:label ?personLabel .\n}", "paraphrases": ["Who are the individuals who held a seat in the French National Assembly, and when did their terms begin?", "List all members of the French National Assembly along with the start dates of their terms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q3044918> . ?var4 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P582> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_684", "question": "Food items that are orange in color", "sparql": "SELECT ?item WHERE { ?item wdt:P31/wdt:P279* wd:Q2095 ; wdt:P462 wd:Q39338 . } LIMIT 100", "paraphrases": ["What foods have an orange color?", "List all food items that are orange."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q27643250> . <http://www.wikidata.org/entity/Q27643250> <http://www.wikidata.org/entity/P462> <http://www.wikidata.org/entity/Q39338> . } LIMIT 100"}}
{"id": "val_685", "question": "What is the type, location, and coordinates of Plaine du Gol?", "sparql": "SELECT DISTINCT ?instance ?instanceLabel ?location ?locationLabel ?coordinates ?pointInTime ?startTime ?inception ?dateOfBirth WHERE { wd:Q3391004 wdt:P31 ?instance . wd:Q3391004 wdt:P131 ?location . wd:Q3391004 wdt:P625 ?coordinates . OPTIONAL { wd:Q3391004 wdt:P585 ?pointInTime . } OPTIONAL { wd:Q3391004 wdt:P580 ?startTime . } OPTIONAL { wd:Q3391004 wdt:P571 ?inception . } OPTIONAL { wd:Q3391004 wdt:P569 ?dateOfBirth . } OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") } OPTIONAL { ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } }", "paraphrases": ["Can you tell me the administrative region and geographic coordinates of the coastal plain known as Plaine du Gol?", "Where is Plaine du Gol located, what kind of geographical feature is it, and what are its coordinates?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P571> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q3391004> <http://www.wikidata.org/prop/direct/P569> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_686", "question": "Does Wikidata contain an entry with GND ID 134581520?", "sparql": "ASK WHERE { ?item wdt:P227 \"134581520\" . }", "paraphrases": ["Is there a person in Wikidata whose German National Library ID is 134581520?", "Confirm whether the GND ID 134581520 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"134581520\". }"}}
{"id": "val_687", "question": "Does the German National Library ID \"4124411-4\" exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"4124411-4\" . }", "paraphrases": ["Is there an entity in Wikidata associated with the GND ID 4124411-4?", "What is the Wikidata item for the GND ID 4124411-4?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4124411-4\". }"}}
{"id": "val_688", "question": "Astronomical objects orbiting the Sun", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P397 wd:Q525 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which minor solar system bodies have the Sun as their parent astronomical body?", "List the English names of celestial objects that orbit the Sun."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P397> <http://www.wikidata.org/entity/Q525> . } LIMIT 100"}}
{"id": "val_689", "question": "What are some yellow fruits?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1Label ?var1 WHERE {\n  {\n    ?var1 wdt:P279 * wd:Q3314483 .\n  } UNION {\n    ?var1 wdt:P31 wd:Q3314483 .\n  }\n  ?var1 wdt:P462 wd:Q943 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["Which fruits have a yellow color?", "List all fruits that are yellow in color, including both specific types and categories."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P31> *) <http://www.wikidata.org/entity/Q3314483> . ?var1 <http://www.wikidata.org/prop/direct/P462> <http://www.wikidata.org/entity/Q943> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_690", "question": "Japanese names of fruits and their colors.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?fruitLabel ?colorLabel WHERE {\n  ?fruit wdt:P279 wd:Q3314483 .\n  ?fruit rdfs:label ?fruitLabel .\n  FILTER(LANG(?fruitLabel) = \"ja\")\n  ?fruit wdt:P462 ?color .\n  ?color rdfs:label ?colorLabel .\n  FILTER(LANG(?colorLabel) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["What are the Japanese names of fruits and the colors they are associated with?", "Show me a list of fruits in Japanese along with their corresponding colors in Japanese."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q3314483> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ja\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P462> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_691", "question": "Is there a Wikidata item with GND ID 139076468?", "sparql": "ASK WHERE { ?item wdt:P227 \"139076468\" . }", "paraphrases": ["Does the German National Library ID 139076468 correspond to any entity in Wikidata?", "Check if the GND identifier 139076468 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"139076468\". }"}}
{"id": "val_692", "question": "Current members of the 11th Tanzanian Parliament with their names, birth dates, official profile URLs, and reference URLs.", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?mp ?name ?birthYear ?profileUrl ?referenceUrl WHERE {\n  ?mp p:P39 ?statement .\n  ?statement ps:P39 wd:Q17599130 ; pq:P2937 wd:Q46952785 .\n  FILTER ( NOT EXISTS {\n    ?statement pq:P582 []\n  }\n  ) .\n  ?mp rdfs:label ?name .\n  FILTER ( LANG( ?name ) = \"en\" ) .\n  OPTIONAL {\n    ?mp wdt:P569 ?birthDate .\n    BIND( SUBSTR( STR( ?birthDate ) , 1 , 10 ) AS ?birthYear )\n  }\n  OPTIONAL {\n    ?mp wdt:P973 ?profileUrl .\n  }\n  OPTIONAL {\n    ?statement prov:wasDerivedFrom [ pr:P854 ?referenceUrl ] .\n  }\n}", "paraphrases": ["Who are the current members of the 11th Parliament of Tanzania, and what are their English names, birth dates, parliamentary profile links, and reference URLs?", "List all currently serving MPs in Tanzania\u2019s 11th Parliament, including their English names, birth years, official website links, and sources cited in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q17599130> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q46952785> . FILTER ( ( NOT EXISTS { ?var9 <http://www.wikidata.org/prop/qualifier/P582> [] . } ) ) . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P973> / <http://www.wikidata.org/prop/qualifier/P1810> ) ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var11 . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var12 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var12 . } OPTIONAL { ?var9 ( <http://www.wikidata.org/prop/qualifier/P4100> | <http://www.wikidata.org/prop/qualifier/P102> ) ?var13 . } OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P768> ?var14 . } OPTIONAL { ?var9 <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var8 ] . } BIND ( ?var8 AS ?var7 ). BIND ( COALESCE ( ?var10 , ?var15 ) AS ?var2 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var15 . FILTER ( ( ( LANG ( ?var15 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var14 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } }"}}
{"id": "val_693", "question": "Lakes in Eswatini with their area, coordinates, and other physical dimensions", "sparql": "SELECT DISTINCT ?lake ?lakeLabel ?latitude ?longitude ?area ?areaUnit ?length ?lengthUnit ?width ?widthUnit ?watershedArea ?watershedAreaUnit ?perimeter ?perimeterUnit WHERE {  ?lake (wdt:P31/wdt:P279*) wd:Q23397 .  ?lake wdt:P17 wd:Q1050 .  OPTIONAL {    ?lake (p:P625/psv:P625) ?coord .    ?coord wikibase:geoLatitude ?latitude ;           wikibase:geoLongitude ?longitude .  }  OPTIONAL {    ?lake (p:P2046/psv:P2046) ?areaStmt .    ?areaStmt wikibase:quantityAmount ?area ;              wikibase:quantityUnit ?areaUnit .  }  OPTIONAL {    ?lake (p:P2043/psv:P2043) ?lengthStmt .    ?lengthStmt wikibase:quantityAmount ?length ;                wikibase:quantityUnit ?lengthUnit .  }  OPTIONAL {    ?lake (p:P2049/psv:P2049) ?widthStmt .    ?widthStmt wikibase:quantityAmount ?width ;               wikibase:quantityUnit ?widthUnit .  }  OPTIONAL {    ?lake (p:P2053/psv:P2053) ?watershedStmt .    ?watershedStmt wikibase:quantityAmount ?watershedArea ;                   wikibase:quantityUnit ?watershedAreaUnit .  }  OPTIONAL {    ?lake (p:P2547/psv:P2547) ?perimeterStmt .    ?perimeterStmt wikibase:quantityAmount ?perimeter ;                   wikibase:quantityUnit ?perimeterUnit .  }  OPTIONAL { ?lake rdfs:label ?lakeLabel . FILTER(LANG(?lakeLabel) = \"en\") } } ORDER BY DESC(?area)", "paraphrases": ["What are the lakes in Eswatini, and what are their areas, coordinates, and sizes (length, width, watershed area, perimeter)?", "List all lakes in Eswatini, including their geographic coordinates and measurable dimensions like area, length, width, watershed area, and perimeter, sorted by largest area first."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1050> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_694", "question": "What are the birth names of philosophers?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?birthName WHERE {\n  ?person wdt:P106 wd:Q4964182 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = 'en' ) .\n  OPTIONAL {\n    ?person wdt:P1477 ?birthName\n  }\n}", "paraphrases": ["Can you list philosophers along with their birth names, if available?", "Which people who are philosophers have their full birth names recorded in Wikidata, and what are those names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q4964182> <http://www.wikidata.org/prop/direct/P1477> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_695", "question": "List rolling stock of the London and South Western Railway with their fleet numbers and names.", "sparql": "SELECT ?var1 (SAMPLE(?label) AS ?var1Label) (GROUP_CONCAT(DISTINCT ?var2; separator=\"; \") AS ?var3) (GROUP_CONCAT(DISTINCT ?var4; separator=\"; \") AS ?var5) (GROUP_CONCAT(DISTINCT ?var6; separator=\"; \") AS ?var7) (GROUP_CONCAT(DISTINCT ?var8; separator=\"; \") AS ?var9) WHERE { ?var1 (wdt:P31/wdt:P279*) wd:Q1414135 . ?var1 p:P2802 ?var10 . ?var10 ps:P2802 ?var2 ; pq:P2378 wd:Q1130022 . OPTIONAL { ?var1 wdt:P580 ?var6 . } OPTIONAL { ?var1 wdt:P582 ?var8 . } OPTIONAL { ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?var1 wdt:P2561 ?var4 . } } GROUP BY ?var1 ?var6 ?var8 ORDER BY ASC(?var1Label) ASC(?var6) ASC(?var2) ASC(?var8)", "paraphrases": ["Which railway vehicles were operated by the London and South Western Railway, and what were their fleet numbers and alternative names?", "Show me all the rolling stock assigned to the London and South Western Railway, including their registration numbers and known names, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2 ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ) AS ?var5 )( GROUP_CONCAT ( DISTINCT YEAR ( ?var6 ) ) AS ?var7 )( GROUP_CONCAT ( DISTINCT YEAR ( ?var8 ) ) AS ?var9 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1414135> . { ?var1 <http://www.wikidata.org/prop/P2802> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/P2802> ?var2 ; <http://www.wikidata.org/prop/qualifier/P2378> <http://www.wikidata.org/entity/Q1130022> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var4 . } } GROUP BY ?var1 ?var1Label ?var6 ORDER BY ASC( ?var1Label )ASC( ?var6 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )ASC( ?var8 )"}}
{"id": "val_696", "question": "What are the names of universities in Chile and the people who studied there?", "sparql": "SELECT ?universityLabel ?personLabel WHERE { ?university wdt:P31 wd:Q3918 . ?university wdt:P17 wd:Q298 . ?person wdt:P69 ?university . ?university rdfs:label ?universityLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?universityLabel) = 'en') FILTER(LANG(?personLabel) = 'en') }", "paraphrases": ["List Chilean universities along with their alumni whose names are available in English.", "Who are the notable alumni of universities in Chile, and which universities did they attend?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/p17> <http://www.wikidata.org/entity/Q298> . ?var4 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . }"}}
{"id": "val_697", "question": "What are the superclasses of beer in English?", "sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { wd:Q44 rdfs:label ?var1Label . wd:Q44 schema:description ?var2 . ?var3 ^wdt:P279 wd:Q44 . FILTER(LANG(?var1Label) = \"en\") . FILTER(LANG(?var2) = \"en\") . ?var3 rdfs:label ?var3Label . FILTER(LANG(?var3Label) = \"en\") }", "paraphrases": ["What is the label and description of beer, and what categories does it belong to as a subclass?", "Show me the English name, description, and parent categories of beer."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { <http://www.wikidata.org/entity/Q44> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q44> <http://schema.org/description> ?var2 . ?var3 ^ <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q44> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_698", "question": "Film with elFilm ID 408736", "sparql": "SELECT ?film WHERE { ?film wdt:P3143 \"408736\" . }", "paraphrases": ["Which film is identified by the elFilm ID 408736?", "Tell me the name of the movie that has the elFilm ID 408736."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"408736\". }"}}
{"id": "val_699", "question": "What film has the elCinema ID 2011379?", "sparql": "SELECT ?film WHERE { ?film wdt:P3135 \"2011379\" . }", "paraphrases": ["Which movie on Wikidata is associated with the elCinema identifier 2011379?", "Find the Wikidata item for the film identified as 2011379 in elCinema."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2011379\". }"}}
{"id": "val_700", "question": "Does the German National Library ID \"5266582-3\" exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"5266582-3\" . }", "paraphrases": ["Is there a Wikidata item associated with the GND ID 5266582-3?", "Confirm that Leipziger Singakademie is represented in Wikidata using its GND ID 5266582-3."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"5266582-3\". }"}}
{"id": "val_701", "question": "Labels in English, German, and French for K\u00f6ln-Ehrenfeld station, along with its image, coordinates, and English Wikipedia page.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?var1Label ?var2 ?var3 ?var4 ?var6 WHERE {\n  OPTIONAL {\n    wd:Q3131028 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = ?var7 ) .\n    VALUES ( ?var7 ?var8 ) {\n      ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n    }\n  }\n  OPTIONAL {\n    wd:Q3131028 wdt:P18 ?var3 .\n  }\n  OPTIONAL {\n    wd:Q3131028 schema:description ?var2 .\n    FILTER ( LANG( ?var2 ) = \"en\" ) .\n  }\n  OPTIONAL {\n    wd:Q3131028 wdt:P625 ?var4 .\n  }\n  OPTIONAL {\n    ?var6 rdf:type schema:Article ; schema:about wd:Q3131028 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ASC ( ?var8 )", "paraphrases": ["What are the English, German, and French names of K\u00f6ln-Ehrenfeld station, and what is its image, location, and corresponding English Wikipedia article?", "Please provide the multilingual labels (English, German, French) for K\u00f6ln-Ehrenfeld station, its Wikimedia Commons image, geographic coordinates, and link to its English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3131028> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3131028> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3131028> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3131028> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3131028> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_702", "question": "Who are the alumni of the University of Chile?", "sparql": "SELECT ?person WHERE { ?person wdt:P69 wd:Q232141 .}", "paraphrases": ["Can you list all the people who studied at the University of Chile?", "Which individuals have the University of Chile as their alma mater?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q232141> . }"}}
{"id": "val_703", "question": "People with the occupation of philosopher", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?philosopher ?philosopherLabel WHERE {\n  ?philosopher wdt:P106 wd:Q4964182 .\n  ?philosopher rdfs:label ?philosopherLabel .\n  FILTER(LANG(?philosopherLabel) = \"en\")\n}", "paraphrases": ["Who are the people listed as philosophers on Wikidata?", "List the names of all individuals whose occupation is philosopher, in English."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4964182> . }"}}
{"id": "val_704", "question": "Japanese names of botanical fruits and their kana readings", "sparql": "SELECT ?fruit ?label ?kana WHERE { ?fruit wdt:P279 wd:Q1364 . ?fruit rdfs:label ?label . OPTIONAL { ?fruit wdt:P1814 ?kana . } FILTER (LANG(?label) = \"ja\") } ORDER BY ASC(?label)", "paraphrases": ["What are the Japanese names for subclasses of fruit in botany, and do they have kana readings?", "List all botanical fruits with their Japanese labels, sorted alphabetically by label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1364> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1814> ?var3 . } FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_705", "question": "Does the German National Library ID 120108887 exist in Wikidata?", "sparql": "ASK WHERE { ?person wdt:P227 \"120108887\" . }", "paraphrases": ["Is there a person in Wikidata with the GND ID 120108887?", "Check if the entity with GND ID 120108887 is present in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"120108887\". }"}}
{"id": "val_706", "question": "Persian-language labels of humans, skipping the first 3800 results, showing next 100.", "sparql": "SELECT DISTINCT ?label WHERE { ?person wdt:P31 ?class . ?class wdt:P279* wd:Q5 . ?person rdfs:label ?label . FILTER (LANG(?label) = \"fa\") } LIMIT 100 OFFSET 3800", "paraphrases": ["What are the Persian names of humans starting from the 3801st entry in Wikidata?", "List 100 Persian-language labels of humans, excluding the first 3800 entries."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q215627> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 100 OFFSET 3800"}}
{"id": "val_707", "question": "Which Twitter/X users have usernames 'envlh' or 'EFF', and how many Wikipedia and other Wikimedia site links do they have, sorted by least links first?", "sparql": "SELECT ?item ?username (COUNT(?page) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"envlh\" \"EFF\" } . ?page schema:about ?item . } GROUP BY ?item ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["Who are the entities on Wikidata with Twitter usernames 'envlh' or 'EFF', and how many sitelinks do they have, ordered from fewest to most?", "List the Wikidata items for the Twitter usernames 'envlh' and 'EFF', along with their total number of sitelinks, sorted by the number of sitelinks in ascending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"Adja999\" ) ( \"string1\" ) ( \"EFF\" ) ( \"AdamRamsay\" ) ( \"string2\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_708", "question": "Does the Wikidata item for Hans Pauer have the GND ID 11606059X?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q50316388 wdt:P227 \"11606059X\" .\n}", "paraphrases": ["Is Hans Pauer identified by GND ID 11606059X in Wikidata?", "Verify that Hans Pauer\u2019s GND ID in Wikidata is 11606059X."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"11606059X\". }"}}
{"id": "val_709", "question": "Does the entity with GND ID 142206415 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"142206415\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 142206415?", "Confirm whether Ragnar Bragason is linked to the GND ID 142206415 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"142206415\". }"}}
{"id": "val_710", "question": "Does Wikidata contain an entity with GND ID 124615678?", "sparql": "ASK WHERE { ?item wdt:P227 \"124615678\" . }", "paraphrases": ["Is there a person or organization in Wikidata identified by the GND number 124615678?", "Confirm whether the GND ID 124615678 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"124615678\". }"}}
{"id": "val_711", "question": "What are the largest lakes in Nepal, and what are their area, length, width, volume, watershed area, and perimeter?", "sparql": "SELECT DISTINCT ?lake ?latitude ?longitude ?area ?areaUnit ?length ?lengthUnit ?width ?widthUnit ?volume ?volumeUnit ?watershedArea ?watershedAreaUnit ?perimeter ?perimeterUnit WHERE {  ?lake (wdt:P31/wdt:P279*) wd:Q23397 .  ?lake wdt:P17 wd:Q837 .  OPTIONAL {    ?lake wdt:P625 ?coord .    BIND(geof:latitude(?coord) AS ?latitude)    BIND(geof:longitude(?coord) AS ?longitude)  }  OPTIONAL {    ?lake p:P2046/psv:P2046 ?areaNode .    ?areaNode wikibase:quantityAmount ?area ;              wikibase:quantityUnit ?areaUnit .  }  OPTIONAL {    ?lake p:P2043/psv:P2043 ?lengthNode .    ?lengthNode wikibase:quantityAmount ?length ;                wikibase:quantityUnit ?lengthUnit .  }  OPTIONAL {    ?lake p:P2049/psv:P2049 ?widthNode .    ?widthNode wikibase:quantityAmount ?width ;               wikibase:quantityUnit ?widthUnit .  }  OPTIONAL {    ?lake p:P2234/psv:P2234 ?volumeNode .    ?volumeNode wikibase:quantityAmount ?volume ;                wikibase:quantityUnit ?volumeUnit .  }  OPTIONAL {    ?lake p:P2053/psv:P2053 ?watershedNode .    ?watershedNode wikibase:quantityAmount ?watershedArea ;                   wikibase:quantityUnit ?watershedAreaUnit .  }  OPTIONAL {    ?lake p:P2547/psv:P2547 ?perimeterNode .    ?perimeterNode wikibase:quantityAmount ?perimeter ;                   wikibase:quantityUnit ?perimeterUnit .  }} ORDER BY DESC(?area)", "paraphrases": ["List all lakes in Nepal along with their geographic coordinates and physical dimensions such as area, length, width, volume, and perimeter, sorted by area in descending order.", "Provide a detailed overview of Nepal\u2019s lakes including their size (area, volume, perimeter), location (latitude/longitude), and watershed area, ordered from largest to smallest by area."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q837> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_712", "question": "What are the names of all beers in their original languages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?beer ?label WHERE {\n  ?beer wdt:P31 wd:Q44 .\n  OPTIONAL {\n    ?beer rdfs:label ?label .\n  }\n}", "paraphrases": ["List all beers and their labels in any language.", "Can you show me the labels for all beer items in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1705> ?var3Label . } }"}}
{"id": "val_713", "question": "Who is the person with IMDb ID nm0877297?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0877297\" .\n}\nLIMIT 1", "paraphrases": ["Which Wikidata entity corresponds to the IMDb identifier nm0877297?", "Find the person associated with the IMDb ID nm0877297."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0877297\". } LIMIT 1"}}
{"id": "val_714", "question": "List all IBU biathlete IDs in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ibuId WHERE {\n  ?biathlete wdt:P2459 ?ibuId .\n}\nGROUP BY ?ibuId", "paraphrases": ["What are the unique IBU biathlete identifiers stored in Wikidata?", "Can you provide a list of all IBU biathlete IDs from the International Biathlon Union's database as recorded in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2459> ?var1 . } GROUP BY ?var1"}}
{"id": "val_715", "question": "Films and their screenwriters", "sparql": "SELECT ?film ?screenwriter ?screenwriterLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P58 ?screenwriter . ?screenwriter rdfs:label ?screenwriterLabel . FILTER(LANG(?screenwriterLabel) = \"en\") } LIMIT 200", "paraphrases": ["Who are the screenwriters of films listed on Wikidata?", "List 200 films along with the names of the people who wrote their screenplays, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 64000"}}
{"id": "val_716", "question": "What film has the elCinema ID 2036143?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3135 \"2036143\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the elCinema film ID 2036143?", "Find the Wikidata item for the film identified by elCinema ID 2036143."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2036143\". }"}}
{"id": "val_717", "question": "Films and their screenwriters in English", "sparql": "SELECT ?film ?screenwriter ?screenwriterLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P58 ?screenwriter . ?screenwriter rdfs:label ?screenwriterLabel . FILTER(LANG(?screenwriterLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the screenwriters of films listed on Wikidata?", "Show me a list of films along with the names of their screenwriters, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 59400"}}
{"id": "val_718", "question": "What is the Japanese name of Nisho Gakusha University High School?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q11371671 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ja\" )\n}", "paraphrases": ["Can you tell me the Japanese label for the entity Q11371671?", "How is Nisho Gakusha University High School written in Japanese?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q11371671> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_719", "question": "List all active communes in the Nord department of France and their populations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commune ?communeLabel ?population WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P131 wd:Q12661 .\n  ?commune wdt:P1082 ?population .\n  FILTER ( NOT EXISTS {\n    ?commune pq:P582 ?endTime\n  }\n  ) .\n  ?commune rdfs:label ?communeLabel .\n  FILTER ( LANG( ?communeLabel ) = \"en\" )\n}", "paraphrases": ["Which communes in the Nord department of France are still existing, and what are their populations?", "Show me the names and population figures of all currently active communes located in the Nord department, excluding those that have been abolished."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12661> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_720", "question": "Does Wikidata have an entry for the GND ID 1153717972?", "sparql": "ASK WHERE { ?item wdt:P227 \"1153717972\" . }", "paraphrases": ["Is there a Wikidata item for Davide Astori identified by the GND ID 1153717972?", "Confirm whether the German National Library ID 1153717972 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1153717972\". }"}}
{"id": "val_721", "question": "Does the German National Library ID \"124768776\" correspond to an entity in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"124768776\" .\n}", "paraphrases": ["Is there a person in Wikidata with the GND identifier 124768776?", "Does Wikidata contain a record for the individual identified by the GND ID 124768776?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"124768776\". }"}}
{"id": "val_722", "question": "What properties describe Lac des Nymphes, and what are their values?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q22500525 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( STRAFTER( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) AS ?propId ) .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , ?propId ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n  .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY ?property\nLIMIT 100", "paraphrases": ["List the English labels of properties and their values for the lake Lac des Nymphes.", "Can you show me the direct attributes of Lac des Nymphes in Wikidata, including the property names and their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q22500525> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_723", "question": "Is Wojciech Paszkowski linked to the IMDb ID nm0665192 in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0665192\" . }", "paraphrases": ["Does the Internet Movie Database identifier nm0665192 exist in Wikidata?", "Can you confirm that the IMDb ID nm0665192 is associated with any entity in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm6651902\". }"}}
{"id": "val_724", "question": "Is there a Wikidata entry for the person with IMDb ID nm1306583?", "sparql": "ASK WHERE { ?person wdt:P345 \"nm1306583\" . }", "paraphrases": ["Does the IMDb identifier nm1306583 correspond to a known person in Wikidata?", "Is L\u00e1szl\u00f3 Sirk\u00f3 listed in Wikidata with the IMDb ID nm1306583?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1306583\". }"}}
{"id": "val_725", "question": "Images of Hanka Bielicka, her death place (Warsaw), and the awards she received.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q428422 wdt:P18 ?image .\n  } UNION {\n    wd:Q428422 wdt:P20 / wdt:P18 ?image .\n  } UNION {\n    wd:Q428422 wdt:P166 / wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are associated with the Polish actress Hanka Bielicka, including her portrait, the city where she died, and the medals she was awarded?", "Show me all images related to Hanka Bielicka: her personal photo, pictures of Warsaw (where she died), and photos of the Polish state awards she received."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q428422> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q428422> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { <http://www.wikidata.org/entity/Q428422> (^ <http://www.wikidata.org/prop/direct/P50> /( <http://www.wikidata.org/prop/direct/P921> *| <http://www.wikidata.org/prop/direct/P50> )/ <http://www.wikidata.org/prop/direct/P18> ) ?var1 . } }"}}
{"id": "val_726", "question": "List of deserts in the world with their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?desert ?desertLabel WHERE {\n  ?desert wdt:P31 wd:Q8514 .\n  ?desert rdfs:label ?desertLabel .\n  FILTER ( lang( ?desertLabel ) = \"en\" )\n}", "paraphrases": ["What are the names of all deserts in English?", "Show me all known deserts and their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8514> . }"}}
{"id": "val_727", "question": "Who is the person with the IMDb ID nm0259589?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0259589\" . }", "paraphrases": ["Wikidata item for IMDb ID nm0259589", "Can you tell me who has the IMDb identifier nm0259589?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0259589\". }"}}
{"id": "val_728", "question": "Who is the person with IMDb ID nm0598400?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P345 \"nm0598400\" .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Which Wikidata entity corresponds to the IMDb identifier nm0598400?", "Find the name of the person associated with the IMDb ID nm0598400 in English."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0598400\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_729", "question": "What is the most general category that both a botanical garden and Cape Town belong to?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q167346 wdt:P279* ?commonAncestor . wd:Q5465 wdt:P31 ?class . ?class wdt:P279* ?commonAncestor . FILTER NOT EXISTS { ?commonAncestor wdt:P279 ?furtherAncestor . } }", "paraphrases": ["What is the highest-level class that includes both botanical gardens and the city of Cape Town?", "What is the broadest concept that encompasses both a botanical garden and Cape Town in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q167346> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5465> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_730", "question": "Tennis qualification events without competition class on Italian Wikipedia", "sparql": "SELECT ?event WHERE { ?event wdt:P31 wd:Q21170330 . MINUS { ?event wdt:P2094 [] . } ?wikipedia_page schema:about ?event ; schema:isPartOf <https://it.wikipedia.org/> . }", "paraphrases": ["Which tennis qualification events are not classified under any competition class but have an Italian Wikipedia page?", "List all tennis qualification events that lack a competition class designation but are documented on the Italian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21170330> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2094> [] . } ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . }"}}
{"id": "val_731", "question": "What is the name of the airport with the IATA code BRU?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airportLabel WHERE {\n  ?airport wdt:P238 \"BRU\" .\n  ?airport rdfs:label ?airportLabel\n  FILTER ( LANG( ?airportLabel ) = \"en\" )\n}", "paraphrases": ["Which airport is identified by the IATA code BRU?", "Can you tell me the English label for the airport that has the IATA code BRU?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P238> \"BRU\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_732", "question": "Which athlete has the World Athletics ID 255577?", "sparql": "SELECT ?athlete ?athleteLabel WHERE { ?athlete wdt:P1146 \"255577\" . }", "paraphrases": ["Who is the athlete associated with the IAAF ID 255577?", "Find the Wikidata entity for the World Athletics athlete with ID '255577'."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1146> \"255655\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_733", "question": "People who were members of the Nazi Party and their spouses.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?spouse ?spouseLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P102 wd:Q7320 .\n  ?person wdt:P26 ?spouse .\n  ?person rdfs:label ?personLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" || LANG( ?personLabel ) = \"\" ) .\n  FILTER ( LANG( ?spouseLabel ) = \"en\" || LANG( ?spouseLabel ) = \"\" )\n}", "paraphrases": ["Who were the spouses of individuals who belonged to the Nazi Party?", "List the names of all Nazi Party members and their spouses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q7320> . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_734", "question": "Watercourses in Estonia without an EELIS code", "sparql": "SELECT ?watercourse ?watercourseLabel WHERE { ?watercourse (wdt:P31/wdt:P279*) wd:Q355304 . ?watercourse wdt:P17 wd:Q191 . FILTER NOT EXISTS { ?watercourse wdt:P4689 ?code . } ?watercourse rdfs:label ?watercourseLabel . FILTER(LANG(?watercourseLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which watercourses in Estonia are not registered in the Estonian Nature Information System (EELIS)?", "List the English names of all streams and rivers in Estonia that do not have an entry in the EELIS environmental register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"et,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q191> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P4689> ?var2 . } ) ) . } LIMIT 100"}}
{"id": "val_735", "question": "What topics are included in the Swedish Wikipedia list of essential articles?", "sparql": "SELECT ?item WHERE { ?item wdt:P972 wd:Q5460604 }", "paraphrases": ["Which concept is cataloged under the Swedish Wikipedia project \"Articles that should exist on Wikipedia\"?", "Show me the items that are part of the Swedish Wikipedia\u2019s recommended article list."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P972> <http://www.wikidata.org/entity/Q5460604> . }"}}
{"id": "val_736", "question": "Portuguese athletes in track and field and their World Athletics IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?athleteLabel ?sportLabel ?athleteId WHERE {\n  ?athlete wdt:P31 wd:Q5 .\n  ?athlete wdt:P27 wd:Q45 .\n  ?athlete(wdt:P641 / wdt:P279 *) wd:Q542 .\n  OPTIONAL {\n    ?athlete wdt:P641 ?sport .\n    ?sport rdfs:label ?sportLabel .\n    FILTER(LANG(?sportLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?athlete wdt:P1146 ?athleteId .\n  }\n  ?athlete rdfs:label ?athleteLabel .\n  FILTER(LANG(?athleteLabel) = \"en\")\n}\nORDER BY ASC(?athleteLabel)", "paraphrases": ["Who are the Portuguese human athletes participating in athletics or its sub-sports, and what are their sports and World Athletics IDs?", "List all Portuguese athletes who compete in athletics (including sub-disciplines like long jump or triathlon), along with their specific sport and World Athletics ID, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q45> . ?var1 ( <http://www.wikidata.org/prop/direct/P641> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q542> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P641> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1146> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,pt\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_737", "question": "List viruses with their ICTV genome composition and Species Wiki pages.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX schema: <http://schema.org/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?virus ?genomeComposition ?speciesWikiPage WHERE {\n  ?virus p:P4628 [ ps:P4628 ?genomeComposition ] .\n  ?speciesWikiPage schema:about ?virus ; schema:isPartOf <https://species.wikimedia.org/> .\n}", "paraphrases": ["What are the genome types of viruses according to ICTV, and what are their corresponding pages on Species Wiki?", "Show me the Wikidata items for viruses, their ICTV virus genome composition classifications (e.g., ssRNA+, dsDNA), and the links to their pages on species.wikimedia.org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P4628> [ <http://www.wikidata.org/prop/statement/P4628> ?var2 ] . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://species.wikimedia.org/> . }"}}
{"id": "val_738", "question": "What are the English and German Wikipedia pages for the movie or TV show with IMDb ID tt0053880?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt0053880\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the item identified by IMDb ID tt0053880.", "Which Wikipedia pages in English and German discuss the TV show with IMDb ID tt0053880?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0053880\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_739", "question": "Does the IMDb ID nm0812350 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm0812350\" .\n}", "paraphrases": ["Is there a person in Wikidata with the IMDb identifier nm0812350?", "Confirm if the IMDb ID nm0812350 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0812350\". }"}}
{"id": "val_740", "question": "Italian prime ministers and their birthplaces, including the province and region in Italian.", "sparql": "SELECT ?primeMinister ?primeMinisterLabel ?birthPlace ?birthPlaceLabel ?admin1 ?admin1Label ?admin2 ?admin2Label WHERE { ?primeMinister wdt:P39 wd:Q796897 . OPTIONAL { ?primeMinister rdfs:label ?primeMinisterLabel . FILTER (LANG(?primeMinisterLabel) = \"it\") } OPTIONAL { ?primeMinister wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER (LANG(?birthPlaceLabel) = \"it\") } OPTIONAL { ?birthPlace wdt:P131 ?admin1 . ?admin1 rdfs:label ?admin1Label . FILTER (LANG(?admin1Label) = \"it\") } OPTIONAL { ?admin1 wdt:P131 ?admin2 . ?admin2 rdfs:label ?admin2Label . FILTER (LANG(?admin2Label) = \"it\") } }", "paraphrases": ["Who are the prime ministers of Italy, and where were they born, along with the administrative divisions (province and region) in Italian?", "Show me the list of Italian prime ministers with their Italian-language labels, birthplaces in Italian, and the corresponding province and region names also in Italian."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q796897> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"it\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . FILTER ( ( ( LANG ( ?var6 ) = \"it\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"it\" ) ) ) . ?var5 <http://www.wikidata.org/prop/direct/P131> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( ( LANG ( ?var8 ) = \"it\" ) ) ) . } }"}}
{"id": "val_741", "question": "List of Prime Ministers of Italy", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q5 ; wdt:P39 wd:Q796897 . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } ORDER BY ?itemLabel", "paraphrases": ["Who are the Prime Ministers of Italy?", "Show me the names of all people who have served as Prime Minister of Italy."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q213928> . } LIMIT 20"}}
{"id": "val_742", "question": "What are the ICAO codes and runway designations for all airports in Brazil?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?airport ?airportLabel ?icaoCode ?runway WHERE {\n  {\n    SELECT ?airport(SAMPLE(?label) AS ?airportLabel) WHERE {\n      ?airport wdt:P31 wd:Q1248784 .\n      ?airport wdt:P17 wd:Q155 .\n      ?airport rdfs:label ?label .\n      FILTER(LANG(?label) IN(\"pt\" , \"en\"))\n    }\n    GROUP BY ?airport\n  }\n  OPTIONAL {\n    ?airport wdt:P239 ?icaoCode .\n  }\n  OPTIONAL {\n    ?airport wdt:P529 ?runway .\n  }\n}", "paraphrases": ["List Brazilian airports with their names, ICAO codes, and runway directions.", "Show me the names, ICAO codes, and runway numbers of all airports located in Brazil."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P529> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P239> ?var2 . } }"}}
{"id": "val_743", "question": "ICAO codes, runways, and coordinates of all airfields in Brazil", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?airfield ?airfieldLabel ?icaoCode ?runway ?coordinates WHERE {\n  ?airfield wdt:P31 wd:Q62447 .\n  ?airfield wdt:P17 wd:Q155 .\n  OPTIONAL {\n    ?airfield wdt:P239 ?icaoCode .\n  }\n  OPTIONAL {\n    ?airfield wdt:P529 ?runway .\n  }\n  OPTIONAL {\n    ?airfield wdt:P625 ?coordinates .\n  }\n  ?airfield rdfs:label ?airfieldLabel .\n  FILTER(LANG(?airfieldLabel) = \"en\")\n}", "paraphrases": ["What are the names, ICAO codes, runway designations, and coordinates of airfields located in Brazil?", "List all airfields in Brazil with their English names, ICAO airport codes, runway directions, and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q62447> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P239> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P529> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } }"}}
{"id": "val_744", "question": "What are the different types of beer styles listed in Wikidata?", "sparql": "SELECT ?beerStyle ?beerStyleLabel WHERE { ?beerStyle wdt:P31 wd:Q1998962 . ?beerStyle rdfs:label ?beerStyleLabel . FILTER(LANG(?beerStyleLabel) = 'en') }", "paraphrases": ["Can you list the English names of all beer styles?", "Show me the English labels of all items classified as beer styles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1647> * <http://www.wikidata.org/entity/Q1998962> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1647> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_745", "question": "English label and description of beer", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description WHERE {\n  wd:Q44 rdfs:label ?label .\n  wd:Q44 schema:description ?description .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n}", "paraphrases": ["What is the English name and description of beer?", "Show me the English label and description for the entity beer."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { <http://www.wikidata.org/entity/Q44> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q44> <http://schema.org/description> ?var2 . OPTIONAL { <http://www.wikidata.org/entity/Q44> <http://www.wikidata.org/prop/direct/P31> * ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q44> <http://www.wikidata.org/prop/direct/P18> ?var4 . } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_746", "question": "What movie has the elCinema film ID 2025365?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3135 \"2025365\" . }", "paraphrases": ["Which film in Wikidata is identified by the elCinema ID 2025365?", "Find the movie in Wikidata that corresponds to the elCinema film ID 2025365."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2025365\". }"}}
{"id": "val_747", "question": "Offices that are parts of broader offices, both instances of office.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?specificOffice ?broaderOffice WHERE {\n  ?broaderOffice wdt:P527 ?specificOffice .\n  ?specificOffice wdt:P31 wd:Q4164871 .\n  ?broaderOffice wdt:P31 wd:Q4164871 .\n  ?specificOffice rdfs:label ?specificLabel .\n  ?broaderOffice rdfs:label ?broaderLabel .\n  FILTER ( LANG( ?specificLabel ) = \"en\" ) FILTER ( LANG( ?broaderLabel ) = \"en\" )\n}\nORDER BY ASC ( ?specificLabel )", "paraphrases": ["Which specific offices are parts of broader offices, and both are classified as offices?", "List specific offices (like Queen Consort of England) that are considered parts of more general offices (like Consort of England), where both are types of office."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var3 ?var4 . OPTIONAL { } ?var4 ?var5 ?var2 . ?var6 <http://wikiba.se/ontology#statementProperty> ?var5 . ?var6 <http://wikiba.se/ontology#claim> ?var3 . ?var4 <http://www.wikidata.org/prop/qualifier/P31> <http://www.wikidata.org/entity/Q4164871> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_748", "question": "What are the websites that describe human biblical figures?", "sparql": "SELECT ?biblicalCharacter ?biblicalCharacterLabel ?url WHERE {\n  ?biblicalCharacter wdt:P31 wd:Q20643955 .\n  ?biblicalCharacter wdt:P973 ?url .\n}\nLIMIT 10", "paraphrases": ["Can you list some biblical characters and the web pages that describe them?", "Which URLs are linked to human characters from the Bible in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q345> <http://www.wikidata.org/prop/direct/P973> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P973> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_749", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 3177133?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P2924 \"3177133\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Can you tell me the name and English description of the musical term identified as 3177133 in the Great Russian Encyclopedia?", "Show me the English label and description for the semitone entry in the Great Russian Encyclopedia using its old ID 3177133."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3177139\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_750", "question": "What are the German labels of properties used by Berlin Westhafen station, how many values each has, and what are those values in German?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q465972 ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . ?value rdfs:label ?valueLabel . FILTER(LANG(?propLabel) = \"de\") FILTER(LANG(?valueLabel) = \"de\") } GROUP BY ?property", "paraphrases": ["Show me for each property of Berlin Westhafen station in German: its name, how many times it\u2019s used, and the German names of its values.", "List all properties of Berlin Westhafen station with their German labels, value counts, and the German labels of their values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q465972> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_751", "question": "Who are the Time Person of the Year recipients who are either popes or politicians?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?name ?country WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P166 wd:Q207826 ; wdt:P27 ?country ; rdfs:label ?name .\n  FILTER(LANG(?name) = \"en\")\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  {\n    ?person wdt:P39 wd:Q19546\n  } UNION {\n    ?person wdt:P106 wd:Q82955\n  }\n}", "paraphrases": ["Which humans who received the Time Person of the Year award are either popes or politicians, and what countries are they citizens of?", "List the names and countries of citizenship of all Time Person of the Year winners who are either popes or politicians."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P39> ?var5 ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q207826> ; <http://www.wikidata.org/prop/direct/P106> ?var6 ; <http://www.wikidata.org/prop/direct/P27> ?var7 ; <http://schema.org/description> ?var8 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . VALUES ( ?var1 ?var6 ?var5 ) { ( UNDEF UNDEF <http://www.wikidata.org/entity/Q19546> ) ( UNDEF <http://www.wikidata.org/entity/Q82955> UNDEF ) } }"}}
{"id": "val_752", "question": "What films, books, or other works are primarily about house cats, and what type of work are they?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 wdt:P921 wd:Q146 . ?var1 wdt:P31 ?var2 . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") } LIMIT 100", "paraphrases": ["Can you list works that feature the house cat as their main subject and classify them by type, such as film or article?", "Show me the titles and categories of creative works (like movies or articles) that have the domestic cat as their central theme."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q146> . ?var1 <http://www.wikidata.org/entity/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_753", "question": "English label and description of the person with Great Russian Encyclopedia Online ID 2166275", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?label ?description WHERE {\n  ?entity wdt:P2924 \"2166275\" .\n  OPTIONAL {\n    ?entity rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?entity schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Who is the person identified by the ID 2166275 in the Great Russian Encyclopedia Online, and what is their English description?", "Show me the English name and brief bio of the individual listed in the Great Russian Encyclopedia Online with ID 2166275."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2166275\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_754", "question": "List railway stations in Italy with their coordinates and Italian Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?station ?coordinates ?wikipediaPage WHERE {\n  ?station wdt:P31 wd:Q55488 .\n  ?station wdt:P17 wd:Q38 .\n  ?station wdt:P625 ?coordinates .\n  ?wikipediaPage schema:about ?station .\n  ?wikipediaPage schema:isPartOf <https://it.wikipedia.org/> .\n}", "paraphrases": ["What are the railway stations in Italy, their geographic coordinates, and their corresponding Italian Wikipedia articles?", "Show me all railway stations located in Italy, including their GPS coordinates and links to their Italian Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 ?var3 <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://it.wikipedia.org/> . }"}}
{"id": "val_755", "question": "What are some examples of volcanic landforms in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?volcanicLandform ?volcanicLandformLabel WHERE {\n  ?volcanicLandform wdt:P31 wd:Q29025902 .\n  OPTIONAL {\n    ?volcanicLandform rdfs:label ?volcanicLandformLabel .\n    FILTER ( LANG( ?volcanicLandformLabel ) = 'en' )\n  }\n}", "paraphrases": ["List the named volcanic landforms and their English labels.", "Which entities are classified as volcanic landforms, and what are their names in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17519152> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_756", "question": "Tennis events classified as sports competition or recurring sporting event with their labels.", "sparql": "SELECT ?event ?eventLabel ?type ?typeLabel WHERE { VALUES ?type { wd:Q18608583 wd:Q13406554 } ?event wdt:P641 wd:Q847 ; wdt:P31 ?type . ?event rdfs:label ?eventLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?eventLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What are the tennis tournaments that are either sports competitions or recurring sporting events, and what are their types?", "List all tennis events that are instances of sports competition or recurring sporting event, along with their English labels and type labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q11313106> ) ( <http://www.wikidata.org/entity/Q18608583> ) ( <http://www.wikidata.org/entity/Q13406554> ) } ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> ; <http://www.wikidata.org/prop/direct/P31> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_757", "question": "List all Finnish MPs and individuals with a Finnish parliamentary ID who are not listed as members.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  {\n    ?person wdt:P39 wd:Q17592486 .\n  } UNION {\n    FILTER NOT EXISTS {\n      ?person wdt:P39 wd:Q17592486 .\n    }\n    ?person wdt:P2181 [] .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people who either served in the Finnish Parliament or have an official ID in the Finnish Parliament database but are not recorded as members?", "Provide a list of all individuals linked to the Finnish Parliament either by holding office or by having a parliamentary ID, excluding duplicates who are already listed as members."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q17592486> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2181> [] . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q17592486> . } ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\". } }"}}
{"id": "val_758", "question": "List rivers and streams in the Czech Republic with their source and mouth coordinates.", "sparql": "SELECT ?watercourse ?watercourseLabel ?sourceCoordinate ?mouthCoordinate WHERE { ?watercourse (wdt:P31/wdt:P279*) wd:Q355304 . ?watercourse wdt:P17 wd:Q213 . ?watercourse p:P625 ?sourceStmt . ?sourceStmt ps:P625 ?sourceCoordinate . ?sourceStmt pq:P518 wd:Q7376362 . ?watercourse p:P625 ?mouthStmt . ?mouthStmt ps:P625 ?mouthCoordinate . ?mouthStmt pq:P518 wd:Q1233637 . ?watercourse rdfs:label ?watercourseLabel . FILTER(LANG(?watercourseLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the source and mouth coordinates of watercourses in the Czech Republic?", "Show me the English names, source locations, and mouth locations of all watercourses (including streams and tributaries) located in the Czech Republic."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var1 <http://www.wikidata.org/prop/P625> _:b1 . _:b1 <http://www.wikidata.org/prop/statement/P625> ?var3 . _:b1 <http://www.wikidata.org/prop/qualifier/P518> <http://www.wikidata.org/entity/Q7376362> . ?var1 <http://www.wikidata.org/prop/P625> _:b2 . _:b2 <http://www.wikidata.org/prop/statement/P625> ?var4 . _:b2 <http://www.wikidata.org/prop/qualifier/P518> <http://www.wikidata.org/entity/Q1233637> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 1000"}}
{"id": "val_759", "question": "What are the scientific names and English labels of all species in the Panthera genus?", "sparql": "SELECT ?species ?scientificName ?label WHERE { ?species wdt:P171 wd:Q127960 . ?species wdt:P225 ?scientificName . ?species rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["List the English names and Latin names of animals that are direct descendants of the Panthera genus.", "Show me the species belonging to the Panthera genus along with their common English names and scientific names."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"\" ) || LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . } ?var3 <http://www.wikidata.org/prop/direct/P225> ?var4 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"\" ) || LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . } ?var3 <http://www.wikidata.org/prop/direct/P171> ?var1 . ?var3 ( <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> ) <http://www.wikidata.org/entity/Q127960> . }"}}
{"id": "val_760", "question": "Labels and images of Malus pumila in English, French, German, and Italian", "sparql": "SELECT ?label ?image WHERE { wd:Q158657 rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"fr\", \"de\", \"it\")) OPTIONAL { wd:Q158657 wdt:P18 ?image . } } ORDER BY ?label", "paraphrases": ["What are the names and pictures of the domestic apple tree (Malus pumila) in English, French, German, and Italian?", "Show me the common names and associated images of Malus pumila in four languages: English, French, German, and Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q158657> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q158657> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q158657> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q158657> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q158657> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_761", "question": "What is the English label and description of the Great Russian Encyclopedia Online ID 4923528?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"4923528\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which place in Russia has the Great Russian Encyclopedia Online ID 4923528, and what is its English description?", "Show me the English name and description of the entity identified by the old Great Russian Encyclopedia Online ID 4923528."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4923528\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_762", "question": "What transport services operate which trains, routes, or stations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?service ?serviceLabel ?operatedItem ?operatedItemLabel WHERE {\n  ?service(wdt:P31 / wdt:P279 *) wd:Q1067164 .\n  ?service wdt:P121 ?operatedItem .\n  ?service rdfs:label ?serviceLabel .\n  ?operatedItem rdfs:label ?operatedItemLabel .\n  FILTER(LANG(?serviceLabel) = \"en\")\n  FILTER(LANG(?operatedItemLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Which transport service itineraries are associated with specific vehicles or infrastructure, and what are their names?", "List all transport service routes along with the trains, ferries, or stations they operate, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1067164> . ?var1 <http://www.wikidata.org/prop/direct/P121> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_763", "question": "What entities are linked to the New York City Subway Q train?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?property WHERE {\n  ?entity ?property wd:Q126448 .\n}\nLIMIT 10", "paraphrases": ["Which Wikipedia articles are associated with the Q train (Q126448) on Wikidata?", "Show me all the entities that have the Q train (Q126448) as their value, along with the properties used to link them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/wiki/Special:EntityData/Q126448> . } LIMIT 10"}}
{"id": "val_764", "question": "Properties used on lakes and their subclasses", "sparql": "SELECT DISTINCT ?property WHERE { ?lakeEntity wdt:P31 ?type . ?type wdt:P279* wd:Q23397 . ?lakeEntity ?property ?value . }", "paraphrases": ["What properties are associated with lakes and types of lakes in Wikidata?", "List all properties that are used to describe any entity that is a lake or a subclass of a lake."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var2 ?var1 ?var3 . }"}}
{"id": "val_765", "question": "Unclassified basketball-related entities and their labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P641 wd:Q5372 .\n  ?item rdfs:label ?label . MINUS {\n    ?item wdt:P31 [] .\n  }\n}\nORDER BY ASC(?label)", "paraphrases": ["What are the basketball-associated items in Wikidata that haven't been categorized as a specific type?", "List all labels of entities related to basketball that do not have an explicit instance-of classification."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q5372> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_766", "question": "Does Wikidata contain an entity with VIAF ID 25215427?", "sparql": "ASK WHERE { ?item wdt:P214 \"25215427\" . }", "paraphrases": ["Is there a person in Wikidata identified by the VIAF number 25215427?", "Check if the Virtual International Authority File identifier 25215427 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"25215427\". }"}}
{"id": "val_767", "question": "Is Mount Everest a volcanic landform?", "sparql": "ASK WHERE { wd:Q513 (wdt:P31/wdt:P279*) wd:Q207978 . }", "paraphrases": ["Does Mount Everest belong to the class of volcanic landforms, either directly or through subclass inheritance?", "Check whether Mount Everest is classified as a volcanic landform, including any of its superclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q13590256> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_768", "question": "What is the DBpedia resource URI for Brussels Airport?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?dbpediaResource WHERE {\n  SERVICE <https://dbpedia.org/sparql> {\n    ?dbpediaResource rdfs:label \"Brussels Airport\" @en .\n  }\n}", "paraphrases": ["Can you find the DBpedia page for Brussels Airport?", "Which DBpedia entity corresponds to the airport in Brussels?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q28934> ) } SERVICE <http://dbpedia.org/sparql> { ?var3 <http://www.w3.org/2002/07/owl#sameAs> ?var2 . ?var3 <http://dbpedia.org/ontology/wikiPageID> ?var1 . } }"}}
{"id": "val_769", "question": "How many Wikipedia articles are there for each domestic cat?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?cat(COUNT(?article) AS ?articleCount) WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  OPTIONAL {\n    ?article schema:about ?cat .\n  }\n}\nGROUP BY ?cat", "paraphrases": ["Can you list the domestic cats and the number of Wikipedia pages dedicated to each?", "Which cats have the most Wikipedia articles written about them, and how many are there?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_770", "question": "Types of fruit that are subclasses of fruit.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?fruitType ?fruitTypeLabel WHERE {\n  ?fruitType wdt:P279 wd:Q3314483 .\n  ?fruitType rdfs:label ?fruitTypeLabel .\n  FILTER(LANG(?fruitTypeLabel) = \"en\")\n}", "paraphrases": ["What are some specific kinds of fruit classified as subclasses of fruit?", "List all types of fruit, such as apple or avocado, that are subclasses of the fruit category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q3314483> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_771", "question": "Country of origin of stroopwafel", "sparql": "SELECT ?countryLabel WHERE { wd:Q267877 wdt:P495 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which country is the origin of stroopwafel?", "Tell me the country where stroopwafel comes from."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q267877> <http://www.wikidata.org/prop/direct/P495> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_772", "question": "Humans with sports team memberships starting after 1815, their images, and team names.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?human ?humanLabel ?teamLabel ?image ?startDate WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P18 ?image ; p:P54 ?statement .\n  ?statement ps:P54 ?team ; pq:P580 ?startDate .\n  ?human rdfs:label ?humanLabel .\n  ?team rdfs:label ?teamLabel .\n  FILTER ( ?startDate >= \"1815-01-01T00:00:00Z\" ^^ xsd:dateTime )\n}\nLIMIT 10", "paraphrases": ["Which humans have played for sports teams since 1815, and what are their images and team names?", "Show me a list of people who joined sports teams from 1815 onwards, including their photos and the teams they played for."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P18> ?var3 ; <http://www.wikidata.org/prop/P54> ?var5 . ?var5 <http://www.wikidata.org/prop/P54> ?var2 ; <http://www.wikidata.org/prop/qualifier/P580> ?var4 . FILTER ( ( ( ?var4 >= \"1815-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 10"}}
{"id": "val_773", "question": "People currently serving in the Swiss National Council since 2010 and their political parties.", "sparql": "SELECT DISTINCT ?person ?personLabel ?partyLabel ?start WHERE {  ?person p:P39 ?stmt .  ?stmt ps:P39 wd:Q18510612 ;        pq:P580 ?start .  FILTER NOT EXISTS { ?stmt pq:P582 ?end } .  FILTER ( ?start >= \"2010-01-01T00:00:00Z\"^^xsd:dateTime ) .  ?person wdt:P102 ?party .  ?person rdfs:label ?personLabel .  ?party rdfs:label ?partyLabel .  FILTER (LANG(?personLabel) = \"en\") .  FILTER (LANG(?partyLabel) = \"en\") . } ORDER BY ASC(?person)", "paraphrases": ["Who are the members of the Swiss National Council who started their term after January 1, 2010, and what parties do they belong to?", "List all current members of the Swiss National Council with a start date on or after 2010, along with their political affiliations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18510612> . ?var1 <http://www.wikidata.org/prop/direct/P1307> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . FILTER ( ( ( \"2010-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var3 ) ) ) . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . FILTER ( ( ( \"2010-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var6 ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . FILTER ( ( ( ?var3 != ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,fr\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_774", "question": "Most used property linking bodybuilding to other entities", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?p wd:Q124100 .\n  ?property wikibase:directClaim ?p .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is most frequently used to associate athletes with bodybuilding on Wikidata?", "Show me the property that connects the most items to bodybuilding, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q124100> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_775", "question": "What are all the superclass categories of the Ceinture 21 to 35 locomotive class?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q35219934 wdt:P279 * ?superclass .\n}", "paraphrases": ["What broader categories does the SNCF 2-030.TB locomotive class belong to through its subclass hierarchy?", "Show me the full taxonomic hierarchy above the Nord 3.901\u20133.915 locomotive class in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q35219934> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_776", "question": "Subclasses of lakes and their immediate parent categories in Wikidata.", "sparql": "SELECT ?subclass ?subclassLabel ?directParent ?directParentLabel WHERE { ?subclass wdt:P279* wd:Q23397 ; wdt:P279 ?directParent . ?subclass rdfs:label ?subclassLabel . ?directParent rdfs:label ?directParentLabel . FILTER(LANG(?subclassLabel) = \"en\") FILTER(LANG(?directParentLabel) = \"en\") }", "paraphrases": ["What are the different types of lakes and what is their direct superclass in the Wikidata knowledge graph?", "List all subclasses of lakes (like crater lake or underground lake) along with their direct parent class, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q23397> ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, de\". } }"}}
{"id": "val_777", "question": "What are the top 500 market halls with the most Wikipedia articles across all languages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item(COUNT(?sitelink) AS ?sitelinks) WHERE {\n  ?item wdt:P31 wd:Q2080521 .\n  ?sitelink schema:about ?item .\n  ?sitelink schema:isPartOf ?wikipedia .\n  FILTER(STRSTARTS(STR(?wikipedia) , \"https://\"))\n}\nGROUP BY ?item\nORDER BY DESC(?sitelinks)\nLIMIT 500", "paraphrases": ["Which market halls are covered in the most Wikipedia language editions, and how many editions cover each?", "Show me the most internationally recognized market halls based on how many Wikipedia versions have articles about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2080521> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_778", "question": "What are the top 200 universities with the most Japanese alumni, and what are their names in Japanese?", "sparql": "SELECT ?university ?labelJa (COUNT(?alumnus) AS ?alumniCount) WHERE { ?university wdt:P31 wd:Q3918 . ?alumnus wdt:P69 ?university . OPTIONAL { ?university rdfs:label ?labelJa . FILTER(LANG(?labelJa) = \"ja\") } } GROUP BY ?university ?labelJa ORDER BY DESC(?alumniCount) LIMIT 200", "paraphrases": ["Which universities are attended by the largest number of Japanese students, and how many alumni do they have in Japanese?", "Can you list the universities with the highest number of Japanese alumni, including their Japanese-language names, sorted from most to least?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var3 <http://www.wikidata.org/prop/direct/P69> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) LIMIT 200"}}
{"id": "val_779", "question": "Spanish names of universities in Chile", "sparql": "SELECT ?universityLabel WHERE { ?university wdt:P31 wd:Q3918 . ?university wdt:P17 wd:Q298 . ?university rdfs:label ?universityLabel . FILTER (LANG(?universityLabel) = \"es\") }", "paraphrases": ["What are the names of universities in Chile in Spanish?", "List all universities located in Chile with their labels in Spanish."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var3 <http://www.wikidata.org/prop/direct/P69> ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . }"}}
{"id": "val_780", "question": "Who are the people listed in the Great Russian Encyclopedia Online with ID 1994554, and what are their English descriptions?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"1994554\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names and descriptions of individuals identified by the Great Russian Encyclopedia Online ID 1994554?", "Show me the English names and descriptions of the people associated with the Great Russian Encyclopedia Online ID 1994554."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1994554\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_781", "question": "Most common property used to classify aerodromes in Wikidata", "sparql": "SELECT ?property (COUNT(*) AS ?count) WHERE { ?entity ?prop wd:Q62447 . ?property wikibase:directClaim ?prop . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most frequently used to state that something is an aerodrome?", "Show me the property that is used the most to classify entities as aerodromes, along with the count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q62447> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_782", "question": "List all softball players in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P106 wd:Q13388586 .\n}\nORDER BY ?person", "paraphrases": ["Who are the people whose occupation is softball player?", "Can you show me a list of individuals who have worked as softball players?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> * <http://www.wikidata.org/entity/Q13388586> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_783", "question": "What are the most popular lodging-related topics on Wikipedia, ranked by how many language editions they have articles in?", "sparql": "SELECT ?entity (COUNT(?wikipediaPage) AS ?sitelinkCount) WHERE { { ?entity wdt:P31/wdt:P279* wd:Q5056668 . } UNION { ?entity wdt:P279* wd:Q5056668 . } ?wikipediaPage schema:about ?entity . ?wikipediaPage schema:isPartOf ?wikipediaSite . FILTER (CONTAINS(STR(?wikipediaSite), \"wikipedia.org\")) } GROUP BY ?entity ORDER BY DESC(?sitelinkCount) LIMIT 2000", "paraphrases": ["Show me the top 2000 entities related to lodging (like hotels or accommodations) that have the most Wikipedia language versions.", "Which hotels, accommodation types, or places associated with lodging are covered in the most Wikipedia languages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5056668> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_784", "question": "Which aerospace manufacturers are headquartered in Hawthorne, California?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel WHERE {\n  ?company wdt:P159 wd:Q688596 .\n  ?company wdt:P31 / wdt:P279 * wd:Q936518 .\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}\nORDER BY ?companyLabel", "paraphrases": ["List companies in Hawthorne that build spacecraft or rockets.", "What organizations in Hawthorne are involved in aerospace manufacturing?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193701> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_785", "question": "Does Wikidata contain an entry for the GND ID 1153608766?", "sparql": "ASK WHERE { ?item wdt:P227 \"1153608766\" . }", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 1153608766?", "Confirm if the person with GND ID 1153608766 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1153608766\". }"}}
{"id": "val_786", "question": "Tennis events at Wimbledon 2018 without competition class, with Spanish labels and Wikipedia pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?event ?enLabel ?esLabel ?esPageTitle WHERE {\n  ?event wdt:P31 wd:Q46190676 . MINUS {\n    ?event wdt:P2094 [] .\n  }\n  OPTIONAL {\n    ?event rdfs:label ?enLabel .\n    FILTER ( LANG( ?enLabel ) = \"en\" )\n  }\n  FILTER ( BOUND( ?enLabel ) && REGEX( STR( ?enLabel ) , \"Wimbledon\" , \"i\" ) ) ?event rdfs:label ?esLabel .\n  FILTER ( LANG( ?esLabel ) = \"es\" ) ?esPage schema:about ?event ; schema:isPartOf <https://es.wikipedia.org/> ; schema:name ?esPageTitle .\n}", "paraphrases": ["What are the Wimbledon 2018 tennis events that don\u2019t have a competition class, and what are their Spanish names and corresponding Spanish Wikipedia page titles?", "Show me the English and Spanish labels and Spanish Wikipedia titles for Wimbledon 2018 tennis events that are not classified under any competition class."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46190676> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2094> [] . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } FILTER ( ( REGEX ( STR ( ?var2Label ) , \"string1\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . ?var5 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://es.wikipedia.org/> ; <http://schema.org/name> ?var4 . }"}}
{"id": "val_787", "question": "What properties and values are associated with Osaka University in Wikidata?", "sparql": "SELECT DISTINCT ?property ?object WHERE { wd:Q651233 ?property ?object . } LIMIT 100", "paraphrases": ["Can you list the attributes and details of Osaka University from Wikidata?", "Show me all the information available about Osaka University in Wikidata, including its properties and corresponding values."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q651233> ?var3 . } LIMIT 100"}}
{"id": "val_788", "question": "People with blood type A, their images, and English Wikipedia pages", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ( SAMPLE( ?img ) AS ?image ) ?wikipediaPage WHERE {\n  ?person wdt:P1853 wd:Q19831453 .\n  OPTIONAL {\n    ?person wdt:P18 ?img .\n  }\n  ?wikipediaPage schema:about ?person ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nGROUP BY ?person ?personLabel ?wikipediaPage", "paraphrases": ["Who are the people with blood type A, and what are their English Wikipedia pages and images?", "List all individuals with blood type A along with their English names, available images, and corresponding English Wikipedia links."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1853> <http://www.wikidata.org/entity/Q19831453> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4"}}
{"id": "val_789", "question": "What entities are labeled 'violet' in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"violet\" @en .\n  ?item wdt:P31 ?type .\n}", "paraphrases": ["Which items in Wikidata have the English label 'violet'?", "List all entities in Wikidata that are called 'violet' in English and have a defined type."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"violet\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } GROUP BY ?var1 ?var3Label ?var4"}}
{"id": "val_790", "question": "Countries with cities led by female heads of government.", "sparql": "SELECT ?country WHERE { ?city wdt:P31 wd:Q515 ; wdt:P6 ?headOfGovernment ; wdt:P17 ?country . ?headOfGovernment wdt:P21 wd:Q6581072 . }", "paraphrases": ["Which countries have at least one city whose head of government is female?", "List all countries that have a city with a female mayor or chief executive."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P6> ?var3 ; <http://www.wikidata.org/prop/direct/P17> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . }"}}
{"id": "val_791", "question": "Handball players without a known date of birth", "sparql": "SELECT ?var1Label WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P106 wd:Q12840545 . FILTER (NOT EXISTS { ?var1 wdt:P569 ?birthDate . }) } LIMIT 1000", "paraphrases": ["Who are the human handball players in Wikidata who do not have a recorded birth date?", "List all human handball players whose birth dates are not specified in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13365117> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_792", "question": "What is the English label and description of the person with Great Russian Encyclopedia Online ID 2155398?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"2155398\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Who is the individual listed in the Great Russian Encyclopedia Online with ID 2155398, and what is their English description?", "Please provide the English name and professional description (e.g., painter, dates) of the person identified by the old Great Russian Encyclopedia Online ID 2155398."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2155398\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_793", "question": "Athletes from Italy", "sparql": "ASK { ?athlete wdt:P27 wd:Q38 ; wdt:P106 wd:Q2066131 . }", "paraphrases": ["Are there any athletes who are citizens of Italy?", "Show me if Italy has any athletes in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3171> \"italy\". }"}}
{"id": "val_794", "question": "Are there any athletes from France who have an Olympic.org athlete ID?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?athlete wdt:P27 wd:Q142 ; wdt:P3171 ?id .\n}", "paraphrases": ["Olympic.org athlete IDs for French athletes", "Show me if any French athletes are listed in the Olympic.org athlete database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3171> \"france\". }"}}
{"id": "val_795", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 2105008?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2105008\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person listed in the Great Russian Encyclopedia Online with ID 2105008, and what is their English description?", "Show me the English name and description of the individual identified by the old Great Russian Encyclopedia Online ID 2105008."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2105297\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_796", "question": "What media or events is Samantha Pressdee associated with?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?typeLabel WHERE {\n  wd:Q46914048 wdt:P710 | wdt:P3342 ?item .\n  ?item rdfs:label ?itemLabel .\n  ?item wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["Which people or topics is Samantha Pressdee mentioned in connection with?", "Can you list the subjects of articles or events where Samantha Pressdee is a participant or significant person?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46914048> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46914048> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_797", "question": "German labels of properties and their values for Pionandra elliptica", "sparql": "SELECT ?property (SAMPLE(?pl) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q15532490 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"de\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?pl . FILTER(LANG(?pl) = \"de\") . } GROUP BY ?property", "paraphrases": ["What are the German labels of the properties and their corresponding values for the plant species Pionandra elliptica?", "Show me the German names of the properties used to describe Pionandra elliptica, how many values each has, and what those values are called in German."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q15532490> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_798", "question": "What are the French-language names of entities associated with handball?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2Label WHERE {\n  ?var1 wdt:P641 wd:Q8418 ; rdfs:label ?var2Label .\n  FILTER(LANG(?var2Label) = \"fr\")\n  FILTER(CONTAINS(LCASE(?var2Label) , \"handball\"))\n}\nORDER BY ASC(?var2Label)", "paraphrases": ["Can you list all handball-related entities in French, sorted alphabetically?", "Show me the French labels for teams, events, or leagues related to handball."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q8418> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( CONTAINS ( ?var2Label , \"string1\" ) ) ) . } ORDER BY ASC( ?var2Label )"}}
{"id": "val_799", "question": "What are the parts of the R\u00e9seau express r\u00e9gional (RER)?", "sparql": "SELECT ?part ?partLabel WHERE { ?part wdt:P361 wd:Q216125 . ?part rdfs:label ?partLabel . FILTER(LANG(?partLabel) = \"en\")}", "paraphrases": ["Which projects or components are part of the RER commuter rail network in \u00cele-de-France?", "List all extensions or components that belong to the RER network."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> + <http://www.wikidata.org/entity/Q216125> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_800", "question": "Which Wikidata items have Twitter usernames \"la1ere\", \"Le_Figaro\", or \"W_Chloe\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"la1ere\" \"Le_Figaro\" \"W_Chloe\" } }", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter handles @la1ere, @Le_Figaro, and @W_Chloe?", "List the Wikidata entities for the Twitter usernames la1ere, Le_Figaro, and W_Chloe."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"W_Chloe\" ) ( \"Le_Figaro\" ) ( \"string1\" ) ( \"la1ere\" ) ( \"erenault\" ) ( \"_gabb8\" ) ( \"string2\" ) ( \"JFGuyot\" ) ( \"Melinda_DS\" ) } }"}}
{"id": "val_801", "question": "Cricketers with the given name Sachin", "sparql": "SELECT ?player ?playerLabel WHERE { ?player wdt:P106 wd:Q12299841 . ?player wdt:P735 wd:Q23041806 . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") }", "paraphrases": ["Who are the cricketers named Sachin?", "List all people named Sachin who are professional cricketers."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q12299841> . ?var1 <http://www.wikidata.org/prop/direct/P735> <http://www.wikidata.org/entity/Q23041806> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15229207> . } LIMIT 100"}}
{"id": "val_802", "question": "What is the English name and description of the entry in the Great Russian Encyclopedia with ID 3515565?", "sparql": "SELECT ?item ?label ?desc WHERE { ?item wdt:P2924 \"3515565\" . ?item rdfs:label ?label FILTER(LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?desc FILTER(LANG(?desc) = \"en\") . } }", "paraphrases": ["Find the English label and description for the Great Russian Encyclopedia entry with ID 3515565.", "Which entity in Wikidata corresponds to the Great Russian Encyclopedia Online ID 3515565, and what is its English label and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2136975\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_803", "question": "Female mayors and city heads currently in office, and the cities they lead.", "sparql": "SELECT ?city ?cityLabel ?head ?headLabel WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city p:P6 ?headStatement . ?headStatement ps:P6 ?head . ?head wdt:P21 wd:Q6581072 . FILTER(NOT EXISTS { ?headStatement pq:P582 [] }) OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } OPTIONAL { ?head rdfs:label ?headLabel . FILTER(LANG(?headLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Which cities currently have a female head of government, and who are they?", "List the names of cities and their currently serving female leaders."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/P6> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_804", "question": "Olympic athletes with Sports-Reference.com IDs, including their names, birth and death details, countries (IOC codes), and genders.", "sparql": "SELECT ?athlete ?name ?birthDate ?birthPrecision ?birthPlace ?deathDate ?deathPrecision ?deathPlace ?iocCode ?gender ?olympicId WHERE { ?athlete wdt:P1447 ?olympicId . OPTIONAL { ?athlete (wdt:P569 / psv:P569) [ wikibase:timeValue ?birthDate ; wikibase:timePrecision ?birthPrecision ] . } OPTIONAL { ?athlete wdt:P19 ?birthPlaceItem . ?birthPlaceItem rdfs:label ?birthPlace . FILTER(LANG(?birthPlace) = \"en\") } OPTIONAL { ?athlete (wdt:P570 / psv:P570) [ wikibase:timeValue ?deathDate ; wikibase:timePrecision ?deathPrecision ] . } OPTIONAL { ?athlete wdt:P20 ?deathPlaceItem . ?deathPlaceItem rdfs:label ?deathPlace . FILTER(LANG(?deathPlace) = \"en\") } OPTIONAL { ?athlete wdt:P27 ?country . ?country wdt:P984 ?iocCode . } OPTIONAL { ?athlete wdt:P21 ?genderItem . ?genderItem rdfs:label ?gender . FILTER(LANG(?gender) = \"en\") } OPTIONAL { ?athlete rdfs:label ?name . FILTER(LANG(?name) = \"en\") } }", "paraphrases": ["Who are the Olympic athletes that have a Sports-Reference.com ID, and what are their birth places, death places, genders, and country codes?", "Please list all Olympic athletes who have a Sports-Reference.com athlete ID, along with their English names, dates and places of birth and death, country IOC codes, and gender."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/P2091> ?var12 . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var3 ; <http://wikiba.se/ontology#timePrecision> ?var4 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> [ <http://www.w3.org/2000/01/rdf-schema#label> ?var5 ] . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) [ <http://wikiba.se/ontology#timeValue> ?var6 ; <http://wikiba.se/ontology#timePrecision> ?var7 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> [ <http://www.w3.org/2000/01/rdf-schema#label> ?var8 ] . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> [ <http://www.wikidata.org/prop/direct/P984> ?var9 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> [ <http://www.w3.org/2000/01/rdf-schema#label> ?var10 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1447> ?var11 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } }"}}
{"id": "val_805", "question": "What is the English label and description of the Great Russian Encyclopedia Online ID 3538603?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"3538603\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Which reservoir is identified by the ID 3538603 in the Great Russian Encyclopedia Online, and what is its English description?", "Show me the English name and description of the entity with Great Russian Encyclopedia Online ID 3538603."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3538603\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_806", "question": "What properties are most frequently used to link athletes to the 200 metres event?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q211155 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most people to the 200 metres sprint, and how many times are they used?", "Show me the properties that associate multiple individuals with the 200 metres event, sorted by usage frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q211155> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_807", "question": "What is the English name and description of the entry in the Great Russian Encyclopedia with ID 3515565?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P2924 \"3515565\" . OPTIONAL { ?item schema:description ?desc FILTER(LANG(?desc) = \"en\") } . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me the English label and description of the entity linked to the Great Russian Encyclopedia Online ID 3515565.", "Which entity in Wikidata has the Great Russian Encyclopedia Online ID 3515565, and what is its English name and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3485244\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_808", "question": "Railway stations in Italy with coordinates and Italian Wikipedia pages", "sparql": "SELECT DISTINCT ?station ?coordinates ?it_wiki_page WHERE { ?station wdt:P31 wd:Q55488 . ?station wdt:P17 wd:Q38 . ?station wdt:P625 ?coordinates . ?it_wiki_page schema:about ?station . ?it_wiki_page schema:isPartOf <https://it.wikipedia.org/> . }", "paraphrases": ["What are the railway stations in Italy, their coordinates, and their Italian Wikipedia links?", "Show me all railway stations in Italy, including their geographic locations and links to their Italian Wikipedia articles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 ?var3 <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://it.wikipedia.org/> . ?var1 <http://schema.org/page> ?var5 . }"}}
{"id": "val_809", "question": "Who is the current head of state of India?", "sparql": "SELECT ?headOfState ?headOfStateLabel WHERE { wd:Q668 wdt:P35 ?headOfState . ?headOfState rdfs:label ?headOfStateLabel . FILTER(LANG(?headOfStateLabel) = \"en\") }", "paraphrases": ["What is the name of the person who holds the position of head of state in India?", "Tell me the English label of the individual who is the head of state of India."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P35> <http://www.wikidata.org/entity/Q668> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_810", "question": "What are the English or German Wikipedia articles about the TV episode with IMDb ID tt9095424?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  {\n    ?item wdt:P345 \"tt9095424\" .\n    ?wikipediaPage schema:about ?item .\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?item wdt:P345 \"tt9095424\" .\n    ?wikipediaPage schema:about ?item .\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia pages in English or German for the first episode of The Mandalorian.", "Which Wikipedia pages in English or German describe the episode \"Chapter 1: The Mandalorian\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3180122\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_811", "question": "Cricketers, their date of birth, place of birth, and country of birth.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cricketer ?birthDate ?birthPlaceLabel ?countryLabel WHERE {\n  ?cricketer wdt:P106 wd:Q12299841 .\n  ?cricketer wdt:P569 ?birthDate .\n  ?cricketer wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P17 ?country .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?birthPlaceLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Who are the cricketers, and where and when were they born, including their country?", "List cricketers along with their date of birth, birthplace, and the country where they were born, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q12299841> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_812", "question": "English name and type of Hyogo University", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?instanceType WHERE {\n  wd:Q1641740 wdt:P31 ?instanceType ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What is the English name and instance type of Hyogo University?", "Tell me the English label and what kind of institution Hyogo University is."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q1641740> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_813", "question": "Fictional cats and their images from Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cat ?catLabel ?image WHERE {\n  ?cat wdt:P31 wd:Q27120684 .\n  OPTIONAL {\n    ?cat wdt:P18 ?image .\n  }\n  ?cat rdfs:label ?catLabel .\n  FILTER ( LANG( ?catLabel ) = \"en\" )\n}", "paraphrases": ["Which fictional cats have images associated with them in Wikidata, and what are their names?", "Show me a list of fictional cats along with their English labels and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P154> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_814", "question": "What is the English description of the entry with ID 1879861 in the Great Russian Encyclopedia Online?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P2924 \"1879861\" .\n  OPTIONAL {\n    ?item schema:description ?desc FILTER ( LANG( ?desc ) = \"en\" )\n  }\n  .\n  ?item rdfs:label ?itemLabel FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name and English description of the Great Russian Encyclopedia entry numbered 1879861?", "Show me the English label and description for the entity identified by 1879861 in the Great Russian Encyclopedia (2014\u20132017)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1902090\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_815", "question": "List all deserts in the world with their English names.", "sparql": "SELECT ?desert ?desertLabel WHERE { ?desert wdt:P31 wd:Q8514 . ?desert rdfs:label ?desertLabel . FILTER(LANG(?desertLabel) = \"en\") } LIMIT 100000", "paraphrases": ["What are the names of all deserts recognized as instances of the desert biome in Wikidata?", "Show me the English labels of all known desert entities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8514> . } LIMIT 100000"}}
{"id": "val_816", "question": "Heads of government of Munich with term start and end dates and images", "sparql": "SELECT ?head (SAMPLE(?headLabel) AS ?label) ?endDate ?startDate (SAMPLE(?image) AS ?sampledImage) WHERE { wd:Q1726 p:P6 ?statement . ?statement ps:P6 ?head . ?statement pq:P580 ?startDate . OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?head wdt:P18 ?image . } OPTIONAL { ?head rdfs:label ?headLabel . } } GROUP BY ?head ?endDate ?startDate ORDER BY ASC(?startDate)", "paraphrases": ["Who have been the heads of government of Munich, when did their terms start and end, and do they have any images available?", "List all mayors of Munich in chronological order, including their term periods and a representative image if one exists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1726> <http://www.wikidata.org/prop/P6> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P6> ?var1 . ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . OPTIONAL { ?var6 <http://www.wikidata.org/prop/statement/P6> ?var1 . ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var3 ?var2 ORDER BY ASC( ?var3 )"}}
{"id": "val_817", "question": "Argentine presidents who served between 1961 and 1983", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?president ?presidentLabel ?startDate ?endDate WHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president p:P39 ?term .\n  ?term ps:P39 wd:Q12969145 ; pq:P580 ?startDate ; pq:P582 ?endDate .\n  ?president rdfs:label ?presidentLabel .\n  FILTER(LANG(?presidentLabel) = \"en\")\n  FILTER(YEAR(?startDate) <= 1983 && YEAR(?endDate) >= 1961)\n}\nORDER BY ASC(?startDate)", "paraphrases": ["Who were the presidents of Argentina whose terms included any part of the years 1961 to 1983?", "List all Argentine presidents who were in office during the period from 1961 to 1983, sorted by when they took office."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q12969145> ; <http://www.wikidata.org/prop/qualifier/P580> ?var2 ; <http://www.wikidata.org/prop/qualifier/P582> ?var3 . FILTER ( ( ( YEAR ( ?var2 ) <= \"1983\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( YEAR ( ?var3 ) >= \"1961\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_818", "question": "Aviation accidents and their dates", "sparql": "SELECT ?accident ?accidentLabel ?date WHERE { ?accident wdt:P31 wd:Q744913 . OPTIONAL { ?accident wdt:P585 ?date . } ?accident rdfs:label ?accidentLabel . FILTER(LANG(?accidentLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the aviation accidents and when did they occur?", "List the names of aviation accidents in English along with their occurrence dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q744913> . } LIMIT 1000"}}
{"id": "val_819", "question": "What is the English name and description of the country with Theatricalia ID 156?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2468 \"156\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which country is identified as \"156\" in Theatricalia, and what is its English description?", "Can you tell me the label and description in English for the entity linked to Theatricalia ID 156?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2468> \"cv\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_820", "question": "What properties and values are associated with the Parliament of Croatia?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value ?valueLabel WHERE {\n  wd:Q371576 ?property ?value .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list all the data items linked to the Croatian Parliament, including descriptions and identifiers?", "What kind of information is available about the Parliament of Croatia in Wikidata, such as its seat count, website, or official descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q371576> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_821", "question": "List up to 100 baseball players and their images.", "sparql": "SELECT ?player ?image WHERE { ?player wdt:P641 wd:Q5369 . OPTIONAL { ?player wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Who are some baseball players, and do any of them have images on Wikimedia Commons?", "Show me a list of up to 100 people who play baseball, including any available photos."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q600> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 100"}}
{"id": "val_822", "question": "What are the English names of athletes and teams that participated in the Paralympic Games, excluding those with a Finnish Wikipedia page?", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { { ?item (wdt:P31/wdt:P279*) wd:Q73633 . } UNION { ?item wdt:P1344 ?event . ?event (wdt:P31/wdt:P279*) wd:Q73633 . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") MINUS { ?article schema:isPartOf <https://fi.wikipedia.org/> ; schema:about ?item . } }", "paraphrases": ["List all participants of the Paralympics and related events, along with their English labels, but omit anyone who has a page on the Finnish Wikipedia.", "Who are the Paralympic athletes and teams with English names that are not documented on the Finnish Wikipedia?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q73633> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1344> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q73633> . } MINUS { ?var3 <http://schema.org/isPartOf> <https://fi.wikipedia.org/> ; <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,en\". } }"}}
{"id": "val_823", "question": "What is the English label and description of the entry in the Great Russian Encyclopedia with ID 3515565?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"3515565\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the country in Wikidata that has the Great Russian Encyclopedia Online ID 3515565, and show its English name and description.", "Which entity is identified by the ID 3515565 in the Great Russian Encyclopedia Online, and what is its English label and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2088541\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_824", "question": "Instances and subclasses of aviation with English labels", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { { ?item wdt:P31 wd:Q765633 . } UNION { ?item wdt:P279 wd:Q765633 . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the known types and examples of aviation, listed with their English names?", "List all entities that are either instances of or subclasses of aviation, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q765633> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q765633> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_825", "question": "What is the Wikidata item with GND ID 4034054-5?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P227 \"4034054-5\" . ?item rdfs:label ?label . FILTER(langMatches(lang(?label), \"en\")) }", "paraphrases": ["Which concept in Wikidata is identified by the German National Library ID 4034054-5?", "Show me the English name of the Wikidata entity linked to the GND ID 4034054-5."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4034054-5\". } LIMIT 1"}}
{"id": "val_826", "question": "Number of seats in the Parliament of Croatia", "sparql": "SELECT ?seats WHERE { wd:Q371576 wdt:P1342 ?seats . }", "paraphrases": ["How many seats does the Parliament of Croatia have?", "What is the total membership count of the Croatian Sabor?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1342> <http://www.wikidata.org/entity/Q371576> . }"}}
{"id": "val_827", "question": "What properties describe the leopard in Wikidata, with their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q34706 ?wdtProperty ?value .\n  ?property wikibase:directClaim ?wdtProperty .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which properties are used to describe the leopard (Panthera pardus), and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are used to provide information about the leopard on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q34706> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_828", "question": "Who were the candidates elected in the 2017 Argentine legislative election?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person(SAMPLE(?label) AS ?personLabel) WHERE {\n  ?person p:P39 / pq:P2715 wd:Q24894725 .\n  ?person rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n}\nGROUP BY ?person", "paraphrases": ["Which politicians won seats in Argentina\u2019s 2017 legislative election?", "List the names of all individuals elected to the Argentine National Congress in the 2017 election."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P39> / <http://www.wikidata.org/prop/qualifier/P2715> ) <http://www.wikidata.org/entity/Q24894725> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_829", "question": "Airshows with more than one Wikipedia language edition, ranked by number of editions.", "sparql": "SELECT ?item (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P31 wd:Q1070669 . ?site schema:about ?item . } GROUP BY ?item HAVING (?sitelinkCount > 1) ORDER BY DESC(?sitelinkCount) LIMIT 1000", "paraphrases": ["Which airshows have Wikipedia pages in more than one language, and how many languages do they have?", "List the top airshows with the most Wikipedia language versions, excluding those with only one."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1070669> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_830", "question": "What are the coordinates of all rivers that flow into the Saint-Maurice River?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?river ?riverLabel ?coord WHERE {\n  ?river wdt:P403 + wd:Q203862 .\n  ?river wdt:P625 ?coord .\n  OPTIONAL {\n    ?river rdfs:label ?riverLabel .\n    FILTER(LANG(?riverLabel) = \"en\")\n  }\n}", "paraphrases": ["List the tributaries of the Saint-Maurice River in Quebec along with their locations.", "Show me the names and geographic coordinates of all watercourses that drain into the Saint-Maurice River."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q203862> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_831", "question": "What are the types of Osaka University and who are its alumni?", "sparql": "SELECT ?item ?label ?category WHERE { { wd:Q651233 wdt:P31 ?item . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") BIND (\"type\" AS ?category) } UNION { ?item wdt:P69 wd:Q651233 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") BIND (\"person\" AS ?category) } }", "paraphrases": ["List the categories (type or person) along with the names of Osaka University\u2019s classifications and its graduates.", "Show me what kind of institution Osaka University is and who studied there, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { <http://www.wikidata.org/entity/Q651233> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q651233> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . }"}}
{"id": "val_832", "question": "Largest cities in the world with a current female mayor or head of government.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?city ?cityLabel ?head ?headLabel ?population WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P1082 ?population .\n  ?city p:P6 ?headStmt .\n  ?headStmt ps:P6 ?head .\n  ?head wdt:P21 wd:Q6581072 .\n  FILTER NOT EXISTS {\n    ?headStmt pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?head rdfs:label ?headLabel .\n    FILTER ( LANG( ?headLabel ) = \"en\" )\n  }\n}\nORDER BY DESC ( ?population )\nLIMIT 100", "paraphrases": ["Which are the 100 biggest cities globally that currently have a female head of government, ranked by population?", "Please list the top 100 cities by population that have an active female leader, along with the leader\u2019s name and the city\u2019s population."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q6581072> AS ?var3 ). BIND ( <http://www.wikidata.org/entity/Q515> AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 <http://www.wikidata.org/prop/P6> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> ?var3 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } ORDER BY DESC( ?var7 ) LIMIT 100"}}
{"id": "val_833", "question": "Musicians whose fathers are politicians", "sparql": "SELECT ?musician ?musicianLabel WHERE { ?musician wdt:P106 wd:Q639669 . ?musician wdt:P22 ?father . ?father wdt:P106 wd:Q82955 . ?musician rdfs:label ?musicianLabel . FILTER(LANG(?musicianLabel) = \"en\") }", "paraphrases": ["Who are the musicians that have a father who is a politician?", "List the names of musicians whose fathers worked in politics."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q639669> . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_834", "question": "Educational institutions with alumni categories not tagged as \"alumnus\" topics, sorted by Russian-language labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?alumniCategory ?alumniCategoryLabel ?institution ?institutionLabel(STRAFTER(STR(?alumniCategory) , \"entity/\") AS ?alumniCategoryId)(CONTAINS(?alumniCategoryLabel , \"\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u0438\u043a\u0438\") AS ?hasRussianLabel) WHERE {\n  ?institution wdt:P3876 ?alumniCategory .\n  FILTER(NOT EXISTS {\n    ?alumniCategory wdt:P971 wd:Q508719 .\n  })\n  OPTIONAL {\n    ?alumniCategory rdfs:label ?alumniCategoryLabel\n  }\n  OPTIONAL {\n    ?institution rdfs:label ?institutionLabel\n  }\n}\nORDER BY DESC(?hasRussianLabel) ASC(?alumniCategoryLabel)", "paraphrases": ["Which educational institutions have alumni categories that are not classified as combining the topic of alumni, and which of those categories have Russian labels containing \"\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u0438\u043a\u0438\"?", "List educational institutions and their alumni categories, excluding those categories that are explicitly linked to the alumnus topic, and prioritize categories labeled in Russian with \"\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u0438\u043a\u0438\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ( CONCAT ( \"\", STRAFTER ( STR ( ?var1 ) , \"y/\" ) ) AS ?var3 )( \"P971\" AS ?var4 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q508719> ) , \"y/\" ) AS ?var5 )( CONTAINS ( ?var1Label , \"\u0412\u044b\u043f\u0443\u0441\u043a\u043d\u0438\u043a\u0438\" ) AS ?var6 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3876> ?var1 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q508719> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } ORDER BY DESC( ?var6 )ASC( ?var1Label )"}}
{"id": "val_835", "question": "People educated at universities in the United States and their institution types", "sparql": "SELECT ?person ?personLabel ?university ?universityLabel ?institutionType ?institutionTypeLabel WHERE { ?person wdt:P69 ?university . ?university wdt:P31 ?institutionType . ?university wdt:P17 wd:Q30 . ?person rdfs:label ?personLabel . ?university rdfs:label ?universityLabel . ?institutionType rdfs:label ?institutionTypeLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?universityLabel) = \"en\") FILTER(LANG(?institutionTypeLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are the people that studied at institutions located in the United States, and what types of institutions are they?", "List people along with the universities they attended in the United States and the classification of those universities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q17551470> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_836", "question": "Submachine guns from World War II with images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?submachineGun ?image ?submachineGunLabel WHERE {\n  ?submachineGun wdt:P18 ?image .\n  ?submachineGun wdt:P607 wd:Q362 .\n  ?submachineGun wdt:P279 wd:Q178550 .\n  ?submachineGun rdfs:label ?submachineGunLabel .\n  FILTER(LANG(?submachineGunLabel) = \"en\")\n}", "paraphrases": ["What are the submachine guns used in World War II, and what do they look like?", "Show me images and names of all submachine guns that were used in World War II."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P607> <http://www.wikidata.org/entity/Q362> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q178550> . }"}}
{"id": "val_837", "question": "What is the most general category that both Houston and Scarsdale belong to through their class hierarchies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q16555 wdt:P31 ?class1 .\n  wd:Q2300959 wdt:P31 ?class2 .\n  ?class1 wdt:P279 ?mid1 .\n  ?mid1 wdt:P279 ?commonAncestor .\n  ?class2 wdt:P279 ?mid2 .\n  ?mid2 wdt:P279 ?commonAncestor .\n}\nLIMIT 1", "paraphrases": ["What is the shared superclass at the shortest distance from both Houston and Scarsdale in Wikidata's subclass tree?", "Find the common ancestor class that is reachable in the fewest steps from the classes of Houston and Scarsdale."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2300959> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_838", "question": "What qualifiers are associated with Albert Einstein\u2019s place of birth in Wikidata?", "sparql": "SELECT ?property ?value WHERE { wd:Q937 p:P19 ?statement . ?statement ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/qualifier/\")) }", "paraphrases": ["Show the administrative and country details for where Albert Einstein was born.", "Retrieve all additional context (like region and country) provided for Albert Einstein\u2019s birthplace statement."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q18557454-C06CA1C1-3255-488C-840A-07651D7CBC55> ?var1 ?var2 . }"}}
{"id": "val_839", "question": "Who is the head of state of Germany and what is their English label and description?", "sparql": "SELECT ?headOfState ?label ?description WHERE { wd:Q183 wdt:P35 ?headOfState . ?headOfState rdfs:label ?label . FILTER(LANG(?label) = \"en\") ?headOfState schema:description ?description . FILTER(LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["What is the name and description in English of Germany\u2019s current head of state?", "Please provide the English name and description of the person who is the head of state of Germany."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q183> <http://www.wikidata.org/prop/direct/P35> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_840", "question": "Labels of the Prime Minister of Belize in English, German, French, and Italian.", "sparql": "SELECT ?label ?langCode WHERE { wd:Q862638 rdfs:label ?label . FILTER (LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) VALUES (?langCode ?langOrder) { (\"en\" 2) (\"de\" 3) (\"fr\" 4) (\"it\" 5) } FILTER (LANG(?label) = ?langCode) } ORDER BY ASC(?langOrder)", "paraphrases": ["What are the official names of the Prime Minister of Belize in English, German, French, and Italian?", "Show me the labels for the office of Prime Minister of Belize in English, German, French, and Italian, in that order."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q862638> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q862638> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q862638> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q862638> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q862638> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_841", "question": "Weapon families used in World War II with images and alternative names", "sparql": "SELECT ?weaponFamily ?image ?altName ?altNameLabel ?weaponFamilyLabel WHERE { ?weaponFamily wdt:P31 wd:Q15142889 . ?weaponFamily wdt:P607 wd:Q362 . ?weaponFamily wdt:P18 ?image . OPTIONAL { ?weaponFamily wdt:P2561 ?altName . } ?weaponFamily rdfs:label ?weaponFamilyLabel . FILTER(LANG(?weaponFamilyLabel) = \"en\") OPTIONAL { ?altName rdfs:label ?altNameLabel . FILTER(LANG(?altNameLabel) = \"en\") } } LIMIT 10", "paraphrases": ["What are the weapon families from World War II that have images on Wikimedia Commons, and what are their alternative names?", "Show me images and alternative names of weapon families that were used in World War II."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P607> <http://www.wikidata.org/entity/Q362> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q15142889> . }"}}
{"id": "val_842", "question": "Female American astronomers with English Wikipedia names and Arabic Wikipedia pages, including their birth dates, images, and birthplaces.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?astronomer ?image ?dateOfBirth ?placeOfBirthLabel ?name ?arabicWikipediaPage WHERE {\n  ?astronomer wdt:P31 wd:Q5 .\n  ?astronomer wdt:P21 wd:Q6581072 .\n  ?astronomer wdt:P27 wd:Q30 .\n  ?astronomer wdt:P106 wd:Q11063 .\n  ?astronomer wdt:P18 ?image .\n  ?astronomer wdt:P569 ?dateOfBirth .\n  ?astronomer wdt:P19 ?placeOfBirth .\n  ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n  FILTER(LANG(?placeOfBirthLabel) = \"en\")\n  .\n  ?astronomer rdfs:label ?name .\n  FILTER(LANG(?name) = \"en\")\n  .\n  ?arabicWikipediaPage schema:isPartOf <https://ar.wikipedia.org/> .\n  ?arabicWikipediaPage schema:about ?astronomer .\n}\nLIMIT 10", "paraphrases": ["Who are the female American astronomers born in English-speaking cities, and what are their images, dates of birth, birthplaces, and corresponding Arabic Wikipedia pages?", "List female astronomers from the United States with their English names, images, dates of birth, birthplaces in English, and links to their Arabic Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11063> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var7 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . ?var6 <http://schema.org/isPartOf> <https://ar.wikipedia.org/> . ?var6 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_843", "question": "How many association football players or teams have a page on the Spanish Wikipedia?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( * ) AS ?count ) WHERE {\n  ?item wdt:P641 wd:Q2736 .\n  ?wikipediaPage schema:about ?item ; schema:isPartOf <https://es.wikipedia.org/> .\n}", "paraphrases": ["How many entities associated with association football are covered on the Spanish Wikipedia?", "Count the number of items linked to association football that also have a corresponding article on the Spanish Wikipedia."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q2736> . [] <http://schema.org/about> ?var2 ; <http://schema.org/isPartOf> <https://es.wikipedia.org/> . }"}}
{"id": "val_844", "question": "Far-left political groups with English Wikipedia pages but no Spanish ones, ordered by founding date.", "sparql": "SELECT DISTINCT ?item ?itemLabel ?inception WHERE { ?item wdt:P1387 wd:Q1129409 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . ?wikipedia schema:about ?item . ?wikipedia schema:isPartOf ?wikiSite . FILTER(STRSTARTS(STR(?wikiSite), \"https://\")) . FILTER NOT EXISTS { ?esWikipedia schema:about ?item ; schema:inLanguage \"es\" } . ?item wdt:P571 ?inception . } ORDER BY ASC(?inception)", "paraphrases": ["Which far-left political organizations have an English Wikipedia page but no Spanish one, and when were they founded?", "List far-left political entities that are notable in English-speaking contexts but not in Spanish-speaking ones, sorted by when they were established."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P1387> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q1129409> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"es\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,pt,fr,it,ca\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_845", "question": "Legislative terms of the North Rhine-Westphalia Landtag with their order numbers.", "sparql": "SELECT ?term ?termLabel ?ordinal WHERE { ?term wdt:P31 wd:Q15238777 ; wdt:P13188 wd:Q571436 . ?term rdfs:label ?termLabel . FILTER(LANG(?termLabel) = \"en\") BIND(REPLACE(?termLabel, \"(st|nd|rd|th).*\", \"\") AS ?numberStr) BIND(xsd:integer(?numberStr) AS ?ordinal) } ORDER BY ASC(?ordinal)", "paraphrases": ["What are the legislative terms of the North Rhine-Westphalia Landtag, ordered by their sequence number?", "List the Landtag of North Rhine-Westphalia legislative terms along with their ordinal positions, sorted from earliest to latest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15238777> . ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q571436> . ?var3 <http://www.wikidata.org/prop/qualifier/P1545> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_846", "question": "Living politicians from the US, UK, or India, their party, party color in hex, and official website.", "sparql": "SELECT DISTINCT \n  ?politician \n  ?givenName \n  ?familyName \n  ?gender \n  ?country \n  ?dateOfBirth \n  ?website \n  ?party \n  ?partyShortName \n  ?partyColorHex \nWHERE {\n  ?politician wdt:P31 wd:Q5 ; \n              wdt:P106 wd:Q82955 ; \n              wdt:P735 ?givenName ; \n              wdt:P734 ?familyName ; \n              wdt:P21 ?gender ; \n              wdt:P27 ?country ; \n              wdt:P569 ?dateOfBirth ; \n              wdt:P856 ?website ; \n              wdt:P102 ?party .\n\n  ?party wdt:P1705 ?partyLabel ; \n         wdt:P1813 ?partyShortName ; \n         wdt:P462 ?partyColor .\n\n  ?partyColor wdt:P465 ?partyColorHex .\n\n  FILTER(?country IN (wd:Q30, wd:Q145, wd:Q668))\n  FILTER(?party IN (wd:Q29468, wd:Q29552, wd:Q9626, wd:Q9630))\n  FILTER(?gender IN (wd:Q6581097, wd:Q6581072))\n  FILTER (NOT EXISTS { ?politician wdt:P570 ?deathDate })\n  FILTER(ISIRI(?partyColor))\n}\nGROUP BY ?politician ?givenName ?familyName ?gender ?country ?dateOfBirth ?website ?party ?partyShortName ?partyColorHex\nLIMIT 20", "paraphrases": ["Who are the living politicians from the United States, United Kingdom, or India, and what are their political parties, party colors, and official websites?", "List the names, genders, countries, political parties, party abbreviations, and hex color codes of living politicians from the US, UK, or India who are affiliated with major parties like Republican, Democratic, Conservative, or Labour."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label ?var5Label ( SAMPLE ( ?var6 ) AS ?var7 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var8 ) AS ?var9 )( SAMPLE ( ?var10 ) AS ?var10 )( SAMPLE ( ?var11 ) AS ?var11Label )( SAMPLE ( ?var12 ) AS ?var12 ) ?var13Label ?var14 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P18> ?var6 ; <http://www.wikidata.org/prop/direct/P735> ?var4 ; <http://www.wikidata.org/prop/direct/P734> ?var5 ; <http://www.wikidata.org/prop/direct/P21> ?var8 ; <http://www.wikidata.org/prop/direct/P27> ?var10 ; <http://www.wikidata.org/prop/direct/P569> ?var11 ; <http://www.wikidata.org/prop/direct/P856> ?var2 ; <http://www.wikidata.org/prop/direct/P102> ?var12 . ?var12 <http://www.wikidata.org/prop/direct/P1705> ?var3Label ; <http://www.wikidata.org/prop/direct/P1813> ?var15 ; <http://www.wikidata.org/prop/direct/P462> ?var13 . ?var13 <http://www.wikidata.org/prop/direct/P465> ?var14 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var16 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var5Label ?var4Label ?var2 ?var3Label ?var13Label ?var14 LIMIT 100"}}
{"id": "val_847", "question": "Who are the politicians who are citizens of Belarus?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?politician WHERE {\n  ?politician wdt:P27 wd:Q184 .\n  ?politician wdt:P106 wd:Q82955 .\n}", "paraphrases": ["Belarusian politicians", "List all people who are citizens of Belarus and work as politicians."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q184> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . }"}}
{"id": "val_848", "question": "Organizations in Timor-Leste with their ISNI numbers", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?orgLabel ?isni WHERE {\n  ?org(wdt:P31 / wdt:P279 *) wd:Q43229 .\n  ?org wdt:P17 wd:Q574 .\n  OPTIONAL {\n    ?org wdt:P213 ?isni .\n  }\n  ?org rdfs:label ?orgLabel .\n  FILTER(LANG(?orgLabel) = \"en\")\n}", "paraphrases": ["What are the English names of organizations in Timor-Leste, and what are their ISNI identifiers?", "List all organizations in Timor-Leste, including their English labels and ISNI codes if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q574> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_849", "question": "Which people on Wikidata have Twitter usernames \"BarackObama\" or \"elonmusk\", and how many Wikipedia sitelinks do they have?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?twitterUsername(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  ?sitelink schema:about ?person ; schema:isPartOf ?site .\n  FILTER(?twitterUsername IN(\"BarackObama\" , \"elonmusk\"))\n}\nGROUP BY ?person ?twitterUsername\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Who are the Wikidata items associated with the Twitter handles \"BarackObama\" and \"elonmusk\", and which one has fewer Wikipedia language editions linked?", "List the Wikidata entities for the Twitter accounts \"BarackObama\" and \"elonmusk\", sorted by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"joelgombin\" ) ( \"string1\" ) ( \"Tara_Ma_rs\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_850", "question": "What Wikidata item has the IMDb ID tt0103207?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt0103207\" .\n}", "paraphrases": ["Which movie is identified by the IMDb ID tt0103207?", "I need to find the Wikidata entry for the film with IMDb identifier tt0103207."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0103207\". }"}}
{"id": "val_851", "question": "List all National-Football-Teams.com player IDs in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?nftId WHERE {\n  ?player wdt:P2574 ?nftId .\n}\nGROUP BY ?nftId", "paraphrases": ["What are the unique National-Football-Teams.com player IDs assigned to football players in Wikidata?", "Can you provide a complete list of the identifiers used by National-Football-Teams.com for football players as recorded in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2574> ?var1 . } GROUP BY ?var1"}}
{"id": "val_852", "question": "Rivers, lakes, and canals with English, Spanish, French, Arabic, Russian, and Chinese names, plus their length, origin, mouth, area, GeoNames ID, and OpenStreetMap ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label_en ?label_es ?label_fr ?label_ar ?label_ru ?label_zh ?mouth ?length ?origin ?area ?geonames_id ?osm_id WHERE {\n  {\n    ?item wdt:P31 wd:Q4022 .\n  } UNION {\n    ?item wdt:P31 wd:Q12284 .\n  } UNION {\n    ?item wdt:P31 wd:Q23397 .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_en .\n    FILTER(LANG(?label_en) = \"en\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_es .\n    FILTER(LANG(?label_es) = \"es\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_fr .\n    FILTER(LANG(?label_fr) = \"fr\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_ar .\n    FILTER(LANG(?label_ar) = \"ar\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_ru .\n    FILTER(LANG(?label_ru) = \"ru\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label_zh .\n    FILTER(LANG(?label_zh) = \"zh\")\n  }\n  OPTIONAL {\n    ?item wdt:P403 ?mouth .\n  }\n  OPTIONAL {\n    ?item wdt:P2043 ?length .\n  }\n  OPTIONAL {\n    ?item wdt:P885 ?origin .\n  }\n  OPTIONAL {\n    ?item wdt:P2046 ?area .\n  }\n  OPTIONAL {\n    ?item wdt:P1566 ?geonames_id .\n  }\n  OPTIONAL {\n    ?item wdt:P402 ?osm_id .\n  }\n}\nLIMIT 1000", "paraphrases": ["What are the rivers, lakes, and canals in Wikidata that have labels in at least one of six languages (English, Spanish, French, Arabic, Russian, Chinese), and what are their geographical properties like length, origin, mouth, area, GeoNames ID, and OpenStreetMap relation ID?", "Please list up to 1000 rivers, lakes, and canals with their names in English, Spanish, French, Arabic, Russian, and Chinese, along with their length, source, mouth, area, GeoNames identifier, and OpenStreetMap relation ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12284> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23397> . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"fr\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"ar\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"ru\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( ( LANG ( ?var8 ) = \"zn\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P403> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2043> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P885> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var15 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P402> ?var14 . } } LIMIT 1000"}}
{"id": "val_853", "question": "What are some examples of volcanic landforms?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?volcanicLandform ?volcanicLandformLabel WHERE {\n  ?volcanicLandform ( wdt:P31 / wdt:P279 * ) wd:Q29025902 .\n  ?volcanicLandform rdfs:label ?volcanicLandformLabel .\n  FILTER ( LANG( ?volcanicLandformLabel ) = 'en' )\n}\nLIMIT 1000", "paraphrases": ["Can you list the names of all known volcanic landforms and their types in English?", "Which mountains, craters, or other geological features are classified as volcanic landforms?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18119757> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_854", "question": "IATA, ICAO, callsign, and website of Algerian airlines", "sparql": "SELECT ?airline ?airlineLabel ?iata ?icao ?callsign ?website WHERE { ?airline wdt:P31 wd:Q46970 . ?airline wdt:P17 wd:Q262 . ?airline wdt:P229 ?iata . ?airline wdt:P230 ?icao . ?airline wdt:P432 ?callsign . ?airline wdt:P856 ?website . OPTIONAL { ?airline rdfs:label ?airlineLabel . FILTER(LANG(?airlineLabel) = \"en\") } }", "paraphrases": ["What are the IATA codes, ICAO codes, radio callsigns, and official websites of airlines based in Algeria?", "List all airlines operating in Algeria along with their IATA and ICAO codes, callsigns, and official websites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label ?var6 ?var7Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46970> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P229> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P230> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P432> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P113> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var7 = <http://www.wikidata.org/entity/Q262> ) ) ) . }"}}
{"id": "val_855", "question": "What reference sources are cited for Albert Einstein\u2019s birth date?", "sparql": "SELECT ?property ?value WHERE { ref:fc2ec1dd26a7f2463d60ecf1f3c18b9da96532b2 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/reference/\")) }", "paraphrases": ["Show the properties and values used in the reference for the statement about Einstein\u2019s birth.", "Which Wikimedia project and URL were used to source the birth date of Albert Einstein?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/b6855f04e09d10fbde84792d78e619a55270a156> ?var1 ?var2 . }"}}
{"id": "val_856", "question": "List living politicians with their given names, family names, gender, country, political party, date of birth, official website, and image.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?politician ?image ?givenNameLabel ?familyNameLabel ?genderLabel ?countryLabel ?dateOfBirth ?officialWebsite ?partyLabel WHERE {\n  ?politician wdt:P31 wd:Q5 ; wdt:P106 wd:Q82955 ; wdt:P18 ?image ; wdt:P735 ?givenName ; wdt:P734 ?familyName ; wdt:P21 ?gender ; wdt:P27 ?country ; wdt:P569 ?dateOfBirth ; wdt:P856 ?officialWebsite ; wdt:P102 ?party .\n  ?givenName rdfs:label ?givenNameLabel .\n  ?familyName rdfs:label ?familyNameLabel .\n  ?gender rdfs:label ?genderLabel .\n  ?country rdfs:label ?countryLabel .\n  ?party rdfs:label ?partyLabel .\n  FILTER ( LANG( ?givenNameLabel ) = \"en\" ) FILTER ( LANG( ?familyNameLabel ) = \"en\" ) FILTER ( LANG( ?genderLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" ) FILTER ( LANG( ?partyLabel ) = \"en\" ) FILTER ( NOT EXISTS {\n    ?politician wdt:P570 ?deathDate\n  }\n  )\n}", "paraphrases": ["Who are the living politicians, and what are their full names, gender, nationality, political party, date of birth, official website, and profile image?", "Show me a list of currently alive politicians, including their first and last names, gender, country of citizenship, political party, birth date, official website, and a photo."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label ?var5Label ?var6Label ?var7 ?var8 ?var9Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P18> ?var2 ; <http://www.wikidata.org/prop/direct/P735> ?var3 ; <http://www.wikidata.org/prop/direct/P734> ?var4 ; <http://www.wikidata.org/prop/direct/P21> ?var5 ; <http://www.wikidata.org/prop/direct/P27> ?var6 ; <http://www.wikidata.org/prop/direct/P569> ?var7 ; <http://www.wikidata.org/prop/direct/P856> ?var8 ; <http://www.wikidata.org/prop/direct/P102> ?var9 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var10 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,de,en\". } }"}}
{"id": "val_857", "question": "Living politicians with their party, country, gender, birth date, website, image, and party color hex codes.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?website ?given_nameLabel ?family_nameLabel ?partyLabel(SAMPLE(?image) AS ?image_sample) ?birth_date ?genderLabel ?countryLabel(GROUP_CONCAT(DISTINCT ?hex_color ; separator = \", \") AS ?party_hex_colors) WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q82955 ; wdt:P735 ?given_name ; wdt:P734 ?family_name ; wdt:P102 ?party ; wdt:P18 ?image ; wdt:P21 ?gender ; wdt:P27 ?country ; wdt:P569 ?birth_date ; wdt:P856 ?website .\n  ?party rdfs:label ?partyLabel .\n  FILTER(LANG(?partyLabel) = \"en\")\n  ?given_name rdfs:label ?given_nameLabel .\n  FILTER(LANG(?given_nameLabel) = \"en\")\n  ?family_name rdfs:label ?family_nameLabel .\n  FILTER(LANG(?family_nameLabel) = \"en\")\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?genderLabel) = \"en\")\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  ?party wdt:P462 ?color .\n  ?color wdt:P465 ?hex_color .\n  FILTER(NOT EXISTS {\n    ?person wdt:P570 ?death_date .\n  })\n}\nGROUP BY ?person ?website ?given_nameLabel ?family_nameLabel ?partyLabel ?birth_date ?genderLabel ?countryLabel", "paraphrases": ["Who are the living politicians, and what are their given names, family names, political parties, countries, genders, birth dates, official websites, images, and party color hex codes?", "List all living politicians along with their full names, political parties (including official labels and color hex codes), countries, genders, dates of birth, official websites, and profile images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label ?var5Label ( SAMPLE ( ?var6 ) AS ?var7 )( SAMPLE ( ?var8 ) AS ?var9 )( SAMPLE ( ?var10 ) AS ?var10 )( SAMPLE ( ?var11 ) AS ?var11Label )( GROUP_CONCAT ( ?var12 ) AS ?var12 )( GROUP_CONCAT ( ?var13 ) AS ?var14 )( SAMPLE ( ?var5 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P18> ?var6 ; <http://www.wikidata.org/prop/direct/P735> ?var4 ; <http://www.wikidata.org/prop/direct/P734> ?var5 ; <http://www.wikidata.org/prop/direct/P21> ?var8 ; <http://www.wikidata.org/prop/direct/P27> ?var10 ; <http://www.wikidata.org/prop/direct/P569> ?var11 ; <http://www.wikidata.org/prop/direct/P856> ?var2 ; <http://www.wikidata.org/prop/direct/P102> ?var12 . ?var12 <http://www.wikidata.org/prop/direct/P1705> ?var3Label ; <http://www.wikidata.org/prop/direct/P1813> ?var15 ; <http://www.wikidata.org/prop/direct/P462> ?var16 . ?var16 <http://www.wikidata.org/prop/direct/P465> ?var13 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var17 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,de,en\". } } GROUP BY ?var1 ?var5Label ?var4Label ?var2 ?var3Label"}}
{"id": "val_858", "question": "What are the start dates of the Government of Greece?", "sparql": "SELECT ?startTime WHERE { ?government wdt:P31 wd:Q15260617 . ?government wdt:P580 ?startTime . } LIMIT 10", "paraphrases": ["When did the Government of Greece begin, according to Wikidata?", "Can you list the historical start times of the Greek government?"], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var3 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15260617> . ?var3 <http://www.wikidata.org/prop/direct/P580> ?var1 . } } } LIMIT 1"}}
{"id": "val_859", "question": "What are the geographic coordinates of the sources of rivers and streams in Norway?", "sparql": "SELECT ?river ?riverLabel ?sourceCoordinates WHERE { ?river (wdt:P31/wdt:P279*) wd:Q355304 . ?river wdt:P17 wd:Q20 . ?river p:P625 ?statement . ?statement ps:P625 ?sourceCoordinates . ?statement pq:P518 wd:Q7376362 . ?river rdfs:label ?riverLabel . FILTER(LANG(?riverLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Can you list the English names and source locations of all watercourses in Norway?", "Where in Norway do rivers and streams begin? Return their names and exact coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var1 <http://www.wikidata.org/prop/P625> _:b1 . _:b1 <http://www.wikidata.org/prop/statement/P625> ?var3 . _:b1 <http://www.wikidata.org/prop/qualifier/P518> <http://www.wikidata.org/entity/Q7376362> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q20> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 1000"}}
{"id": "val_860", "question": "Total number of deaths in airline aviation accidents by year", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(SUM(?deaths) AS ?totalDeaths) ?year WHERE {\n  ?accident wdt:P31 wd:Q744913 ; wdt:P137 ?operator ; wdt:P1120 ?deaths ; wdt:P585 ?date .\n  ?operator wdt:P31 wd:Q46970 .\n  BIND(YEAR(?date) AS ?year)\n}\nGROUP BY ?year\nORDER BY ASC(?year)", "paraphrases": ["How many people died in airline aviation accidents each year, starting from 1921?", "Show the cumulative number of deaths in airline-operated aviation accidents, grouped by year and ordered chronologically."], "info": {"raw_sparql": "SELECT( SUM ( ?var1 ) AS ?var1 ) ?var2 WHERE { BIND ( YEAR ( ?var3 ) AS ?var2 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q744913> ; <http://www.wikidata.org/prop/direct/P137> ?var5 ; <http://www.wikidata.org/prop/direct/P1120> ?var1 ; <http://www.wikidata.org/prop/direct/P585> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46970> . FILTER ( ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,es\". } } GROUP BY ?var2 ORDER BY ASC( ?var2 )"}}
{"id": "val_861", "question": "List aircraft operators with their IATA codes, alliances, or owners, and identify which are low-cost airlines.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1Label ?var3 ?var4Display WHERE {\n  {\n    ?var1 wdt:P31 / wdt:P279 * wd:Q1875615 .\n    ?var1 wdt:P229 ?x .\n  } UNION {\n    ?var1 wdt:P31 / wdt:P279 * wd:Q1875615 .\n    ?var1 wdt:P114 ?x .\n  } UNION {\n    ?var1 wdt:P31 / wdt:P279 * wd:Q1875615 .\n    ?var1 wdt:P127 ?x .\n  }\n  BIND(EXISTS {\n    ?var1 wdt:P31 wd:Q190915\n  }\n  AS ?var3)\n  OPTIONAL {\n    ?var1 wdt:P229 ?var5 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P114 ?var8 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P127 ?var7 .\n  }\n  BIND(COALESCE(?var8 , ?var5 , ?var7) AS ?var4)\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  OPTIONAL {\n    ?var4 rdfs:label ?var4Label .\n    FILTER(LANG(?var4Label) = \"en\")\n  }\n  BIND(IF(isIRI(?var4) , ?var4Label , STR(?var4)) AS ?var4Display)\n}\nORDER BY DESC(?var3)\nLIMIT 10", "paraphrases": ["Which aircraft operators are not low-cost airlines, and what are their IATA codes, airline alliances, or owners?", "Show me a list of aircraft operators that have an IATA code, alliance, or owner, sorted so that low-cost airlines appear first \u2014 and indicate which ones are low-cost."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4Label WHERE { BIND ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q190915> . } AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1875615> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P114> ?var8 . } BIND ( COALESCE ( ?var8 , ?var5 , ?var5 , ?var7 ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_862", "question": "Does Wikidata contain an entity with GND ID 4152466-4?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4152466-4\" .\n}", "paraphrases": ["Is there a person or organization in Wikidata identified by the GND number 4152466-4?", "Confirm if the German National Library ID 4152466-4 is linked to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4152466-4\". }"}}
{"id": "val_863", "question": "What organizations is Gillian Eadie a member of, and when did she join?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end WHERE {\n  wd:Q48978064 p:P463 ?statement .\n  ?statement ps:P463 ?organization .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end\n  }\n}", "paraphrases": ["Show me the image, name, and membership period of organizations associated with medieval archaeologist Gillian Eadie.", "Which group has Gillian Eadie been affiliated with since 2006, and is there a logo for that group?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q48978064> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q48978064> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_864", "question": "What is the most specific category that both Seoul and Cape Canaveral belong to, based on their types in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ( ( ?dist1 + ?dist2 ) AS ?totalDistance ) WHERE {\n  {\n    SELECT ?commonAncestor ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q108178728 wdt:P279 * ?mid1 .\n      ?mid1 wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n    ORDER BY ASC ( ?dist1 )\n    LIMIT 100\n  }\n  {\n    SELECT ?commonAncestor ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q185113 wdt:P279 * ?mid2 .\n      ?mid2 wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n    ORDER BY ASC ( ?dist2 )\n    LIMIT 100\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["What is the shared superclass of Seoul and Cape Canaveral in the Wikidata taxonomy?", "Which category is the closest common ancestor of the type of Seoul (a national capital) and the type of Cape Canaveral (a cape)?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193401> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_865", "question": "List airlines with their IATA and ICAO codes, official websites, logos, country codes, hub airports, and labels in English or Spanish.", "sparql": "SELECT ?airline ?iataCode ?icaoCode ?label ?callSign ?dissolvedDate ?endOfWorkPeriod ?image ?allianceLabel ?countryCode ?logo ?inceptionDate ?ownerIataCode ?website ?hubAirportCode WHERE { ?airline wdt:P31 wd:Q46970 . ?airline wdt:P229 ?iataCode . OPTIONAL { ?airline wdt:P230 ?icaoCode . } OPTIONAL { ?airline rdfs:label ?label . FILTER ( LANG(?label) = \"en\" || LANG(?label) = \"es\" ) } OPTIONAL { ?airline wdt:P2317 ?callSign . } OPTIONAL { ?airline wdt:P576 ?dissolvedDate . } OPTIONAL { ?airline wdt:P2032 ?endOfWorkPeriod . } OPTIONAL { ?airline wdt:P18 ?image . } OPTIONAL { ?airline wdt:P114 ?alliance . ?alliance rdfs:label ?allianceLabel . FILTER ( LANG(?allianceLabel) = \"en\" ) } OPTIONAL { ?airline wdt:P17 ?country . ?country wdt:P297 ?countryCode . } OPTIONAL { ?airline wdt:P154 ?logo . } OPTIONAL { ?airline wdt:P571 ?inceptionDate . } OPTIONAL { ?airline wdt:P127 ?owner . ?owner wdt:P229 ?ownerIataCode . } OPTIONAL { ?airline wdt:P856 ?website . } OPTIONAL { ?airline wdt:P113 ?hub . ?hub wdt:P238 ?hubAirportCode . } }", "paraphrases": ["What are the details of airlines, including their IATA and ICAO identifiers, official websites, logos, country of operation, hub airports, and labels in English or Spanish?", "Please provide a comprehensive list of airlines, showing their names (in English or Spanish), IATA/ICAO codes, country ISO codes, hub airports, ownership details, founding dates, dissolution dates, logos, websites, and call signs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46970> . ?var1 <http://www.wikidata.org/prop/direct/P229> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P230> ?var3 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P114> ?var16 . ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . FILTER ( ( ( LANG ( ?var9 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2032> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var17 . ?var17 <http://www.wikidata.org/prop/direct/P297> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P154> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var18 . ?var18 <http://www.wikidata.org/prop/direct/P229> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P113> ?var19 . ?var19 <http://www.wikidata.org/prop/direct/P238> ?var15 . } FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2317> ?var5 . } }"}}
{"id": "val_866", "question": "Japanese citizens with children, sorted by child's name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?childLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q17 .\n  ?person wdt:P40 ?child .\n  ?person rdfs:label ?personLabel .\n  ?child rdfs:label ?childLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  FILTER(LANG(?childLabel) = \"en\")\n  .\n}\nORDER BY ASC(?childLabel)", "paraphrases": ["Who are the Japanese people who have children, and what are their children\u2019s names, listed in alphabetical order?", "List all Japanese citizens along with the names of their children, sorted alphabetically by the child\u2019s name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_867", "question": "What properties are used to describe Snickers in Wikidata, along with their English labels and descriptions?", "sparql": "SELECT ?propertyEntity ?propertyLabel ?propertyDescription WHERE { wd:Q714179 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdf:type wikibase:Property . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of all properties that have values assigned to the Snickers chocolate bar?", "Show me the English names and meanings of the facts known about Snickers in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q714179> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_868", "question": "Does the GND ID 1102141003 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"1102141003\" . }", "paraphrases": ["Is there a person or organization in Wikidata with the German National Library ID 1102141003?", "Check if the entity with GND identifier 1102141003 is present in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1102141003\". }"}}
{"id": "val_869", "question": "What political party was Norman Schwarzkopf Jr. a member of?", "sparql": "SELECT ?party ?partyLabel WHERE { wd:Q310188 wdt:P102 ?party . ?party rdfs:label ?partyLabel . FILTER (LANG(?partyLabel) = \"en\") } LIMIT 50", "paraphrases": ["Which political party is associated with General Norman Schwarzkopf Jr.?", "Can you tell me the English name of the political party that Norman Schwarzkopf Jr. belonged to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q310188> <http://www.wikidata.org/prop/direct/P102> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_870", "question": "Rivers with their lengths and images from Wikidata.", "sparql": "SELECT ?river ?riverLabel ?length ?image WHERE { ?river wdt:P31 wd:Q4022 . OPTIONAL { ?river wdt:P2043 ?length . } OPTIONAL { ?river wdt:P18 ?image . } ?river rdfs:label ?riverLabel . FILTER(LANG(?riverLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the names, lengths, and images of rivers in Wikidata?", "Show me up to 100 rivers along with their lengths and associated Wikimedia Commons images, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2043> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_871", "question": "Male astronauts with first names containing \"Chris\"", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581097 ; wdt:P106 wd:Q11631 ; wdt:P735 ?givenName . ?givenName rdfs:label ?givenNameLabel . FILTER (CONTAINS(LCASE(?givenNameLabel), \"chris\")) . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") . FILTER (LANG(?givenNameLabel) = \"en\") . } LIMIT 10", "paraphrases": ["Who are the male astronauts whose first names include \"Chris\"?", "List the English names of all male astronauts who have a given name starting with \"Chris\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11631> ; <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( CONTAINS ( ?var4 , \"Chris\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_872", "question": "English and German Wikipedia pages for the TV series with IMDb ID tt5729304", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt5729304\" . ?wikipediaPage schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?wikipediaPage schema:inLanguage ?lang . }", "paraphrases": ["What are the English and German Wikipedia articles for the TV show \"In the Dark\" (IMDb: tt5729304)?", "Show me the English and German Wikipedia links for the TV series identified by IMDb ID tt5729304."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5729304\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_873", "question": "Superclasses of Brisbane International tennis tournament", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass ?superclassLabel WHERE {\n  wd:Q264806 wdt:P279 * ?superclass .\n  ?superclass rdfs:label ?superclassLabel .\n  FILTER ( LANG( ?superclassLabel ) = \"en\" )\n}\nLIMIT 50", "paraphrases": ["What categories does the Brisbane International tennis tournament belong to, including broader categories?", "List all the broader classifications of the Brisbane International tennis tournament in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q264806> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_874", "question": "What type of research station is Kohnen Station?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class WHERE {\n  wd:Q688142 wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q195339 .\n}", "paraphrases": ["Is Kohnen Station a type of research station, and if so, what specific category does it belong to?", "Show me the specific class of research station that Kohnen Station is an instance of."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q688142> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/279> *) <http://www.wikidata.org/entity/Q195339> ; <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_875", "question": "Who are the members of the German Bundestag and their political parties?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?politician ?party WHERE {\n  ?politician wdt:P31 wd:Q5 .\n  ?politician wdt:P39 wd:Q1939555 .\n  OPTIONAL {\n    ?politician wdt:P102 ?party .\n  }\n}", "paraphrases": ["List all humans who have held the position of member of the German Bundestag, along with their political party affiliations.", "Which political parties are associated with members of the German Bundestag?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1939555> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . } }"}}
{"id": "val_876", "question": "German academics who are members of AfD and have a doctorate, sorted by birth date with their birthplaces.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?dateOfBirth ?placeOfBirthLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P102 wd:Q6721203 .\n  ?person wdt:P512 wd:Q849697 .\n  ?person wdt:P569 ?dateOfBirth .\n  ?person wdt:P19 ?placeOfBirth .\n  ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n  FILTER ( LANG( ?placeOfBirthLabel ) = \"en\" )\n}\nORDER BY ASC ( ?dateOfBirth )", "paraphrases": ["Who are the German members of the Alternative for Germany (AfD) party with a doctorate, and where and when were they born?", "List the names, birth dates, and birthplaces of all German doctors who belong to the AfD, ordered by their birth year."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q6721203> . ?var1 <http://www.wikidata.org/prop/direct/P512> <http://www.wikidata.org/entity/Q849697> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )ASC( ?var4 )"}}
{"id": "val_877", "question": "Does the movie with IMDb ID tt5752524 exist in Wikidata?", "sparql": "ASK WHERE { ?movie wdt:P345 \"tt5752524\" . }", "paraphrases": ["Is there a film in Wikidata identified by the IMDb identifier tt5752524?", "Confirm if the film 'Ravens' (2017) is listed in Wikidata using its IMDb ID tt5752524."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5752524\". }"}}
{"id": "val_878", "question": "Does Henriette Beese have a GND ID of 108722740?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P227 \"108722740\" .\n}", "paraphrases": ["Is there a Wikidata entity associated with the German National Library ID 108722740?", "Confirm whether the GND ID 108722740 corresponds to a known person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"108722740\". }"}}
{"id": "val_879", "question": "Is there a Wikidata item with GND ID 1070474096?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1070474096\" .\n}", "paraphrases": ["Does the person with GND identifier 1070474096 have a corresponding entry in Wikidata?", "Check if the German National Library ID 1070474096 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1070474096\". }"}}
{"id": "val_880", "question": "How many academic degrees do members of the German Bundestag hold, and how many members have each number of degrees?", "sparql": "SELECT (COUNT(?degree) AS ?degreeCount) WHERE { ?member wdt:P39 wd:Q1939555 ; wdt:P512 ?degree . } GROUP BY ?member ORDER BY ?degreeCount", "paraphrases": ["What is the distribution of academic qualifications among German Bundestag members?", "Can you show how many German Bundestag members have one, two, or three academic degrees?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1939555> ; <http://www.wikidata.org/prop/direct/P512> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var3"}}
{"id": "val_881", "question": "French politicians or alumni of Sciences Po schools who speak French or are French citizens.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person ( STR( ?label ) AS ?name ) WHERE {\n  VALUES ?school {\n    wd:Q3151958 wd:Q859363 wd:Q1139065 wd:Q18214943 wd:Q3151967 wd:Q1252062 wd:Q1664755 wd:Q3151959 wd:Q2253344 wd:Q3151965 wd:Q273579\n  }\n  {\n    ?person wdt:P106 wd:Q82955 .\n  } UNION {\n    ?person wdt:P102 ?party .\n  } UNION {\n    ?person wdt:P69 ?school .\n  }\n  {\n    ?person wdt:P27 wd:Q142 .\n  } UNION {\n    ?person wdt:P103 wd:Q150 .\n  }\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who are French citizens or native French speakers that are either politicians or graduated from any of the French Institutes of Political Studies (Sciences Po) or the \u00c9cole nationale d'administration?", "List the names of people who are either politicians, members of a political party, or alumni of Sciences Po institutions in France, and who are either French citizens or native French speakers."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q3151958> ) ( <http://www.wikidata.org/entity/Q859363> ) ( <http://www.wikidata.org/entity/Q1139065> ) ( <http://www.wikidata.org/entity/Q18214943> ) ( <http://www.wikidata.org/entity/Q3151967> ) ( <http://www.wikidata.org/entity/Q1252062> ) ( <http://www.wikidata.org/entity/Q1664755> ) ( <http://www.wikidata.org/entity/Q3151959> ) ( <http://www.wikidata.org/entity/Q2253344> ) ( <http://www.wikidata.org/entity/Q3151965> ) ( <http://www.wikidata.org/entity/Q273579> ) } { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var4 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var3 . } { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P103> <http://www.wikidata.org/entity/Q150> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_882", "question": "What are the broader categories or classes that the historical position of Spanish governor of Puerto Rico belongs to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q45899956 wdt:P31 ?class .\n  ?class wdt:P279 * ?ancestor .\n}", "paraphrases": ["What is the class hierarchy of the type of position held by Spanish governors of Puerto Rico?", "What kinds of abstract roles or positions does the Spanish governor of Puerto Rico fall under in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q45899956> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_883", "question": "List low-cost airlines with their IATA codes, countries, founding dates, and official websites.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airline ?label ?iataCode ?icaoCode ?countryLabel ?inception ?dissolved ?image ?website ?twitter ?allianceLabel ?ownerLabel ?hubLabel WHERE {\n  ?airline wdt:P31 wd:Q46970 .\n  ?airline schema:description ?desc .\n  FILTER ( LANG( ?desc ) = \"en\" ) .\n  FILTER ( CONTAINS( LCASE( ?desc ) , \"low-cost\" ) ) .\n  OPTIONAL {\n    ?airline rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P229 ?iataCode\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P230 ?icaoCode\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P571 ?inception\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P576 ?dissolved\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P18 ?image\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P856 ?website\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P2002 ?twitter\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P114 ?alliance .\n    ?alliance rdfs:label ?allianceLabel .\n    FILTER ( LANG( ?allianceLabel ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P127 ?owner .\n    ?owner rdfs:label ?ownerLabel .\n    FILTER ( LANG( ?ownerLabel ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?airline wdt:P113 ?hub .\n    ?hub rdfs:label ?hubLabel .\n    FILTER ( LANG( ?hubLabel ) = \"en\" )\n  }\n}\nLIMIT 20", "paraphrases": ["Which airlines are described as low-cost carriers in Wikidata, and what are their headquarters, websites, and Twitter handles?", "Please provide a list of low-cost airlines, including their names, IATA and ICAO codes, countries of origin, founding years, and official websites."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 ?var16 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q190915> . ?var1 <http://www.wikidata.org/prop/direct/P229> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P230> ?var3 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P114> ?var17 . ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . FILTER ( ( ( LANG ( ?var9 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2032> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var18 . ?var18 <http://www.wikidata.org/prop/direct/P297> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P154> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var19 . ?var19 <http://www.wikidata.org/prop/direct/P229> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P113> ?var20 . ?var20 <http://www.wikidata.org/prop/direct/P238> ?var15 . } FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2317> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var16 . } }"}}
{"id": "val_884", "question": "What properties and values describe the Pindad G2 firearm, excluding its instance-of classification?", "sparql": "SELECT ?property ?value WHERE { wd:Q15991020 ?property ?value . FILTER (?property != wdt:P31) } ORDER BY ?property", "paraphrases": ["Can you list all the details about the Pindad G2 weapon model, such as its country of origin, designer, and ammunition, but not its type?", "Show me all the information available for the Pindad G2 semi-automatic pistol, excluding the fact that it is a weapon model?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q15991020> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_885", "question": "What is the most common property that links Neil Gaiman to other items in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?property wd:Q210059 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["How many times is Neil Gaiman listed as an author in Wikidata, and is that the most frequent role he has?", "Which Wikidata property connects Neil Gaiman to the most other entities, and what is the count?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q210059> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_886", "question": "Non-Dutch players who played for AFC Ajax", "sparql": "SELECT ?player ?playerLabel WHERE { ?player wdt:P54 wd:Q81888 . FILTER (NOT EXISTS { ?player wdt:P27 wd:Q29999 }) . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") }", "paraphrases": ["Which football players have played for AFC Ajax but are not citizens of the Netherlands?", "List the names of all non-Dutch athletes who have been members of AFC Ajax."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q81888> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29999> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_887", "question": "Humans with GND, ISNI, or VIAF identifiers", "sparql": "SELECT DISTINCT ?item ?itemLabel ?identifier ?prop WHERE { ?item wdt:P31 wd:Q5 . ?item ?prop ?identifier . FILTER (?prop IN (wdt:P227, wdt:P2452, wdt:P1014)) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY DESC(?identifier) LIMIT 500", "paraphrases": ["Which humans have GND, ISNI, or VIAF identifiers, and what are those identifiers?", "List people who have a GND, ISNI, or VIAF ID, sorted by identifier value in descending order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q21146257> . ?var1 <http://wikiba.se/ontology#identifiers> ?var2 . FILTER ( ( ( ?var2 != \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 ?var4 ?var5 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/prop/direct/P2452> ) || ( ?var4 = <http://www.wikidata.org/prop/direct/P1014> ) || ( ?var4 = <http://www.wikidata.org/prop/direct/P227> ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . ?var7 <http://www.wikidata.org/prop/direct/P1687> ?var8 . FILTER ( ( ( ?var8 = <http://www.wikidata.org/entity/P2452> ) || ( ?var8 = <http://www.wikidata.org/entity/P1014> ) || ( ?var8 = <http://www.wikidata.org/entity/P227> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var7 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . } FILTER ( ( CONTAINS ( STR ( ?var6Label ) , \"string1\" ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_888", "question": "Does the GND ID 4191991-9 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"4191991-9\" . }", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 4191991-9?", "Check if the state archives entity is identified by the GND ID 4191991-9 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4191991-9\". }"}}
{"id": "val_889", "question": "Who were the members of the Australian House of Representatives for the Division of Aston, and when did their terms start?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?personLabel ?startDate WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q18912794 .\n  ?statement pq:P768 wd:Q1074102 .\n  ?statement pq:P580 ?startDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ASC(?startDate)", "paraphrases": ["Which individuals represented the Division of Aston in the Australian House of Representatives, and what were the start dates of their terms?", "List the people who held the seat of Aston in the Australian House of Representatives, along with the start dates of their terms, ordered chronologically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18912794> . ?var3 <http://www.wikidata.org/prop/qualifier/P768> <http://www.wikidata.org/entity/Q1074102> . ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_890", "question": "List all entities classified as house cats in Wikidata with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q146 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who are the characters or entities in Wikidata that are marked as being a house cat?", "Show me the English labels of all items in Wikidata that are instances of a house cat."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } }"}}
{"id": "val_891", "question": "What are the different types of seasons recognized in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?season ?seasonLabel WHERE {\n  ?season wdt:P279 wd:Q24384 .\n  ?season rdfs:label ?seasonLabel\n  FILTER(LANG(?seasonLabel) = \"en\")\n}\nORDER BY ?seasonLabel", "paraphrases": ["Can you list the seasonal divisions that are subclasses of the general concept of season?", "What are some examples of seasonal periods on Earth according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q2> ?var3 <http://www.wikidata.org/entity/Q24384> . }"}}
{"id": "val_892", "question": "List people who served in the South Australian Legislative Council with their start and end dates, parliamentary term, and political party.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?startDate ?endDate ?parliamentaryTerm ?parliamentaryGroup WHERE {\n  ?person p:P39 ?positionStatement .\n  ?positionStatement ps:P39 / wdt:P279 * wd:Q18662245 .\n  OPTIONAL {\n    ?positionStatement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?positionStatement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?positionStatement pq:P2937 ?parliamentaryTerm .\n  }\n  OPTIONAL {\n    ?positionStatement pq:P4100 ?parliamentaryGroup .\n  }\n  FILTER(NOT EXISTS {\n    ?positionStatement pq:P768 []\n  })\n}", "paraphrases": ["Who were the members of the South Australian Legislative Council, when did they serve, which parliament did they belong to, and what political parties were they affiliated with?", "Please provide a list of individuals who held office in the South Australian Legislative Council, including their term start and end dates, the specific parliament they served in, and their party affiliation \u2014 excluding those associated with electoral districts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P39> [ <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q18662245> ] . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P2937> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P768> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P4100> ?var6 . } FILTER ( ( NOT EXISTS { ?var7 <http://www.wikidata.org/prop/qualifier/P768> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_893", "question": "List Australian Prime Ministers, their political parties, spouses, and term start/end dates.", "sparql": "SELECT ?primeMinister ?primeMinisterLabel ?party ?partyLabel ?spouse ?spouseLabel ?startDate ?endDate WHERE { ?primeMinister wdt:P39 wd:Q319145 . OPTIONAL { ?primeMinister wdt:P102 ?party . ?party rdfs:label ?partyLabel . FILTER(LANG(?partyLabel) = \"en\") } OPTIONAL { ?primeMinister wdt:P26 ?spouse . ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?spouseLabel) = \"en\") } OPTIONAL { ?primeMinister p:P39 ?statement . ?statement ps:P39 wd:Q319145 . OPTIONAL { ?statement pq:P580 ?startDateRaw . BIND(SUBSTR(STR(?startDateRaw), 1, 10) AS ?startDate) } OPTIONAL { ?statement pq:P582 ?endDateRaw . BIND(SUBSTR(STR(?endDateRaw), 1, 10) AS ?endDate) } } ?primeMinister rdfs:label ?primeMinisterLabel . FILTER(LANG(?primeMinisterLabel) = \"en\") } ORDER BY ?primeMinister", "paraphrases": ["Who are the Prime Ministers of Australia, what parties did they belong to, who are their spouses, and when did their terms begin and end?", "Please provide a list of all Australian Prime Ministers along with their political affiliations, spouses, and the dates of their terms in office."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q319145> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q319145> . OPTIONAL { BIND ( SUBSTR ( STR ( ?var7 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3 ). ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var7 . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var8 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var8 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P26> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var7 )"}}
{"id": "val_894", "question": "List governors of Alaska with their term start and end dates, ordered by most recent first.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?governor ?governorLabel ?startDate ?endDate WHERE {\n  ?governor wdt:P31 wd:Q5 .\n  ?governor p:P39 ?statement .\n  ?statement ps:P39 wd:Q20801644 .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?governor rdfs:label ?governorLabel .\n    FILTER(LANG(?governorLabel) = \"en\")\n  }\n}\nORDER BY DESC(?startDate)", "paraphrases": ["Who have been the governors of Alaska, and when did their terms begin and end?", "Please provide the names of all individuals who have served as Governor of Alaska, along with the start and end dates of their terms, sorted from most recent to earliest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q20801644> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_895", "question": "List of firearms as instances of the class firearm.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?firearm ?firearmLabel WHERE {\n  ?firearm wdt:P31 wd:Q12796 .\n  ?firearm rdfs:label ?firearmLabel .\n  FILTER(LANG(?firearmLabel) = \"en\")\n}", "paraphrases": ["What are some examples of firearms according to Wikidata?", "Show me the English names of all individual firearm models classified as instances of the class \"firearm\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12796> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_896", "question": "Subclasses of handgun with their labels and images.", "sparql": "SELECT ?handgun ?label ?image WHERE { ?handgun wdt:P279 wd:Q1574963 . ?handgun rdfs:label ?label . OPTIONAL { ?handgun wdt:P18 ?image . } FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["What are the different types of handguns, and what are their names and images?", "List all known types of handguns along with their English names and any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1574963> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_897", "question": "Who is Michael Jackson\u2019s mother, and what is her gender? Also, what is Michael Jackson\u2019s gender?", "sparql": "SELECT ?mother ?motherLabel ?michaelGender ?michaelCoords ?motherCoords ?motherGender WHERE { wd:Q2831 wdt:P25 ?mother . OPTIONAL { wd:Q2831 wdt:P21 ?michaelGender . } OPTIONAL { wd:Q2831 wdt:P625 ?michaelCoords . } OPTIONAL { ?mother wdt:P625 ?motherCoords . } OPTIONAL { ?mother wdt:P21 ?motherGender . } ?mother rdfs:label ?motherLabel . FILTER(LANG(?motherLabel) = \"en\") }", "paraphrases": ["What do we know about Michael Jackson\u2019s mother, including her name, gender, and location? And what is Michael Jackson\u2019s gender?", "Can you tell me about Michael Jackson\u2019s mother: her name, gender, and where she is located? Also, what is Michael Jackson\u2019s sex?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var8Label WHERE { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P25> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_898", "question": "Who were the Director-Generals of the Swedish National Heritage Board, and during which years did they serve?", "sparql": "SELECT ?person ?personLabel ?startYear ?endYear WHERE { ?person wdt:P31 wd:Q5 ; p:P39 ?statement . ?statement ps:P39 wd:Q10655117 ; pq:P580 ?start ; pq:P582 ?end . BIND(YEAR(?start) AS ?startYear) BIND(YEAR(?end) AS ?endYear) ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List the people who held the position of Director-General of the Swedish National Heritage Board along with the start and end years of their terms.", "Can you show me the tenure periods (start and end years) for each person who served as Director-General of the Swedish National Heritage Board?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( YEAR ( ?var4 ) AS ?var2 ). BIND ( YEAR ( ?var5 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q10655117> ; <http://www.wikidata.org/prop/qualifier/P580> ?var4 ; <http://www.wikidata.org/prop/qualifier/P582> ?var5 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_899", "question": "Properties and values of the Sikorsky CH-54 Tarhe helicopter.", "sparql": "SELECT ?property ?value WHERE { wd:Q2336788 ?property ?value .}", "paraphrases": ["What information is available about the Sikorsky CH-54 Tarhe on Wikidata?", "List all known facts about the Sikorsky CH-54 Tarhe aircraft."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q2336788> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_900", "question": "What books or categories feature the Sikorsky CH-54 Tarhe helicopter?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label WHERE {\n  {\n    ?item wdt:P180 wd:Q2336788 .\n  } UNION {\n    ?item wdt:P301 wd:Q2336788 .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Which publications and Wikimedia categories are about the Sikorsky CH-54 Tarhe?", "List English-labeled resources that depict or are categorized under the Sikorsky CH-54 Tarhe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q2336788> . ?var1 ?var3 ?var4 . FILTER ( ( isIRI ( ?var4 ) || ( LANG ( ?var4 ) = \"\" ) || LANGMATCHES ( LANG ( ?var4 ) , \"en\" ) ) ) . OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"\" ) || LANGMATCHES ( LANG ( ?var5 ) , \"en\" ) ) ) . } } LIMIT 100"}}
{"id": "val_901", "question": "Islands without a country", "sparql": "SELECT ?island (COALESCE(?enLabel, STR(?island)) AS ?label) WHERE { ?island wdt:P31 wd:Q23442 . FILTER (NOT EXISTS { ?island wdt:P17 ?country }) OPTIONAL { ?island rdfs:label ?enLabel . FILTER(LANG(?enLabel) = \"en\") } } ORDER BY ?label", "paraphrases": ["Which islands are not part of any sovereign state?", "List all islands that do not belong to any country, showing their names if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23442> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en\". } }"}}
{"id": "val_902", "question": "Who are the Italian astronauts, and how much time have they spent in space, ordered from most to least time spent?", "sparql": "SELECT ?astronaut ?astronautLabel ?timeInSpace ?timeUnit ?wikipediaPage WHERE { ?astronaut wdt:P106 wd:Q11631 ; wdt:P27 wd:Q38 . OPTIONAL { ?astronaut p:P2873 ?timeStmt . ?timeStmt ps:P2873 ?timeInSpace ; psv:P2873 ?timeValueNode . ?timeValueNode wikibase:quantityUnit ?timeUnit . } OPTIONAL { ?astronaut rdfs:label ?astronautLabel . FILTER(LANG(?astronautLabel) = \"en\") } OPTIONAL { ?wikipediaPage schema:about ?astronaut ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY DESC(?timeInSpace)", "paraphrases": ["Italian astronauts with time in space and Wikipedia links", "List Italian astronauts along with their total time in space (in minutes), the unit of measurement, and their English Wikipedia page, sorted by time in space descending."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11631> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q38> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2873> ?var2 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2067> / <http://www.wikidata.org/prop/statement/value/P2067> ) [ <http://wikiba.se/ontology#quantityUnit> ?var5 ] . } OPTIONAL { ?var2 <http://wikiba.se/ontology#quantityUnit> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var4 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_903", "question": "Birth date of Michael Jackson\u2019s mother, and genders of Michael Jackson and his mother.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?motherBirthDate ?michaelGender ?motherGender WHERE {\n  wd:Q2831 wdt:P25 ?mother .\n  ?mother wdt:P569 ?motherBirthDate .\n  wd:Q2831 wdt:P21 ?michaelGender .\n  ?mother wdt:P21 ?motherGender .\n}", "paraphrases": ["What is the birth date of Michael Jackson\u2019s mother, and what are the genders of Michael Jackson and his mother?", "Can you tell me when Michael Jackson\u2019s mother was born, and confirm that Michael Jackson is male and his mother is female?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P25> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P569> ?var1 . <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P21> ?var3 . }"}}
{"id": "val_904", "question": "Entities associated with association football (soccer)", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P641 wd:Q2736 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Who are the people and clubs that play association football?", "List the English names of all football players and teams linked to association football."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q2736> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko,en\". } } LIMIT 200"}}
{"id": "val_905", "question": "What properties are used to describe the office of President of the United States in Wikidata, and what are their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  VALUES ?property {\n    wd:P101 wd:P1027 wd:P106 wd:P1906 wd:P2360 wd:P2388 wd:P2670 wd:P301\n  }\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["List the English labels and descriptions of Wikidata properties that are associated with the entity \"President of the United States\".", "Which Wikidata properties describe the President of the United States, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/prop/direct/Q11696> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_906", "question": "Humans who hold positions that are subclasses of head of state.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 wdt:P39 ?var2 .\n  ?var2 wdt:P279 * wd:Q48352 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  .\n  FILTER(LANG(?var2Label) = \"en\")\n  .\n}", "paraphrases": ["Who are the people holding offices such as president or governor, and what positions do they hold?", "List all heads of state and their titles, including subtypes like lieutenant governors and presidents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q48352> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_907", "question": "Japanese name of H\u014dj\u014d S\u014dun", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q924929 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ja\" )\n}\nLIMIT 100", "paraphrases": ["What is the Japanese label for H\u014dj\u014d S\u014dun on Wikidata?", "Can you tell me how H\u014dj\u014d S\u014dun is written in Japanese characters?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q924929> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_908", "question": "Direct properties and multilingual descriptions of the genus Papio (baboons)", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?value WHERE {\n  {\n    wd:Q159429 ?property ?value .\n    FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  } UNION {\n    wd:Q159429 schema:description ?value .\n  }\n}", "paraphrases": ["What are the taxonomic details and descriptions in different languages for baboons (genus Papio)?", "Show me all available information about the genus Papio, including its scientific classification and descriptions in various languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q159429> ?var1 ?var2 . }"}}
{"id": "val_909", "question": "What are the legislative bodies of electoral units (like municipalities or departments), and which countries do they belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?electoralUnit ?electoralUnitLabel ?country ?countryLabel ?jurisdiction ?jurisdictionLabel ?legislativeBody ?legislativeBodyLabel WHERE {\n  ?electoralUnit wdt:P279 + wd:Q192611 .\n  ?electoralUnit wdt:P194 ?legislativeBody .\n  OPTIONAL {\n    ?electoralUnit wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?electoralUnit wdt:P1001 ?jurisdiction .\n    ?jurisdiction rdfs:label ?jurisdictionLabel .\n    FILTER ( LANG( ?jurisdictionLabel ) = \"en\" )\n  }\n  ?legislativeBody rdfs:label ?legislativeBodyLabel .\n  FILTER ( LANG( ?legislativeBodyLabel ) = \"en\" ) ?electoralUnit rdfs:label ?electoralUnitLabel .\n  FILTER ( LANG( ?electoralUnitLabel ) = \"en\" )\n}", "paraphrases": ["List all administrative divisions used for elections, their governing councils, and the countries or jurisdictions they operate in.", "Show me the councils responsible for governing electoral areas such as departments and municipalities, along with their associated countries and jurisdictions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q192611> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P279> +/ <http://www.wikidata.org/prop/qualifier/P642> ) ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1001> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P194> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_910", "question": "Who are the governors of Georgia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?governor ?governorLabel WHERE {\n  ?governor wdt:P39 wd:Q880198 .\n  ?governor rdfs:label ?governorLabel .\n  FILTER(LANG(?governorLabel) = \"en\")\n}", "paraphrases": ["List all individuals who have held the office of Governor of Georgia.", "What are the names of people who served as Governor of Georgia?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q880198> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_911", "question": "Which property is most often used to reference the head of state property in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?prop ( COUNT( ?prop ) AS ?count ) WHERE {\n  ?item ?p wd:P35 .\n  ?prop wikibase:directClaim ?p .\n  ?prop rdf:type wikibase:Property .\n}\nGROUP BY ?prop\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is used most frequently to link to the property \"head of state\"?", "Show me the property that has the highest number of statements pointing to \"head of state\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P35> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_912", "question": "Does Wikidata contain an entry for the German National Library ID 1106863445?", "sparql": "ASK WHERE { ?item wdt:P227 \"1106863445\" . }", "paraphrases": ["Is there a person in Wikidata with the GND ID 1106863445?", "Confirm whether the individual with GND ID 1106863445 is represented in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1106863445\". }"}}
{"id": "val_913", "question": "What are the broader categories that a sports season of a sports club belongs to?", "sparql": "SELECT DISTINCT ?superclass WHERE { { wd:Q1539532 wdt:P279 ?superclass . } UNION { wd:Q1539532 wdt:P279/wdt:P279 ?superclass . } }", "paraphrases": ["What classes are above \"sports season of a sports club\" in the Wikidata hierarchy?", "Can you list the parent and grandparent categories of a sports club season in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1539532> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_914", "question": "What are all the political positions that Nick Bourne has held throughout his career?", "sparql": "SELECT DISTINCT ?statement ?position WHERE { wd:Q7026799 p:P39 ?statement . ?statement ps:P39 ?position .}", "paraphrases": ["List all offices held by Nick Bourne, including past ones.", "Can you provide a complete list of the public offices Nick Bourne has occupied?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7026799> <http://www.wikidata.org/prop/P39> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P39> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_915", "question": "What are the geographic coordinates and official names of volcanic landforms?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coord ?item ?name WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q29025902 .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item wdt:P1448 ?name\n  }\n}", "paraphrases": ["Volcanic landforms with coordinates and official names", "List all volcanic landforms along with their locations and official names, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ?) <http://www.wikidata.org/entity/Q16659508> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en,fr\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1448> ?var4 . } }"}}
{"id": "val_916", "question": "What are the names and coordinates of all volcanic landforms with English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?item ( GROUP_CONCAT( DISTINCT ?label ; SEPARATOR = \"|\" ) AS ?labels ) ( GROUP_CONCAT( DISTINCT ?altLabel ; SEPARATOR = \"|\" ) AS ?altLabels ) ( SAMPLE( ?coord ) AS ?coordinate ) WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q29025902 .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item rdfs:label ?label FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item skos:altLabel ?altLabel FILTER ( LANG( ?altLabel ) = \"en\" )\n  }\n}\nGROUP BY ?item", "paraphrases": ["Can you list volcanic landforms along with their English names, alternative names, and geographic coordinates?", "Show me the English labels, alternative labels, and locations of all features classified as volcanic landforms."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \"|\" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \"|\" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18455918> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( LANG ( ?var4 ) IN ( \"en\" ) ) ) . } } GROUP BY ?var1"}}
{"id": "val_917", "question": "What are the organizations in Saudi Arabia, and do they have ISNI identifiers?", "sparql": "SELECT ?organizationLabel ?isni WHERE { ?organization (wdt:P31/wdt:P279*) wd:Q43229 . ?organization wdt:P17 wd:Q851 . OPTIONAL { ?organization wdt:P213 ?isni . } OPTIONAL { ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") } }", "paraphrases": ["Can you list all organizations based in Saudi Arabia along with their International Standard Name Identifiers?", "Which organizations in Saudi Arabia are assigned an ISNI code?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q851> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_918", "question": "Head of government of the United States", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?headOfGovernment ?headOfGovernmentLabel WHERE {\n  wd:Q30 wdt:P6 ?headOfGovernment .\n  ?headOfGovernment rdfs:label ?headOfGovernmentLabel .\n  FILTER(LANG(?headOfGovernmentLabel) = \"en\")\n}", "paraphrases": ["Who is the head of government of the United States?", "Tell me who currently leads the executive branch of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q30> <http://www.wikidata.org/prop/direct/P6> ?var1 . }"}}
{"id": "val_919", "question": "Rivers in Peru with their mouth, continent, length, watershed area, and discharge.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?river ?mouth ?continent ?length ?watershedArea ?discharge WHERE {\n  ?river wdt:P31 wd:Q4022 .\n  ?river wdt:P17 wd:Q419 .\n  ?river wdt:P403 ?mouth .\n  OPTIONAL {\n    ?river wdt:P30 ?continent .\n  }\n  OPTIONAL {\n    ?river wdt:P2043 ?length .\n  }\n  OPTIONAL {\n    ?river wdt:P2053 ?watershedArea .\n  }\n  OPTIONAL {\n    ?river wdt:P2225 ?discharge .\n  }\n}\nLIMIT 20", "paraphrases": ["What are the rivers in Peru, and what are their mouths, continents, lengths, watershed areas, and discharge rates?", "Please list all rivers located in Peru along with their downstream mouth, continent, length in kilometers, watershed area in square kilometers, and average discharge."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7 ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q419> . ?var1 <http://www.wikidata.org/prop/direct/P403> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P885> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2043> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P30> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2053> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2225> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100000"}}
{"id": "val_920", "question": "Does the GND ID 115356789X exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"115356789X\" . }", "paraphrases": ["Is there a person in Wikidata with the German National Library ID 115356789X?", "Check if the entity with GND ID 115356789X is present in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"115356789X\". }"}}
{"id": "val_921", "question": "Head of government of the United States", "sparql": "SELECT ?headOfGovernment ?headOfGovernmentLabel WHERE { ?headOfGovernment wdt:P31 wd:Q5 . wd:Q30 wdt:P6 ?headOfGovernment . ?headOfGovernment rdfs:label ?headOfGovernmentLabel . FILTER(LANG(?headOfGovernmentLabel) = \"en\")}", "paraphrases": ["Who is the head of government of the United States?", "What is the name of the person who is the head of government of the United States?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . <http://www.wikidata.org/entity/Q30> <http://www.wikidata.org/prop/direct/P6> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_922", "question": "What is the English label for the Wikimedia username property on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:P4174 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) )\n}", "paraphrases": ["Can you tell me the name of the property that stores Wikimedia usernames in English?", "How is the property for Wikimedia usernames labeled in English on Wikidata?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2Label ) WHERE { <http://www.wikidata.org/prop/novalue/P4174> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"en\" ) ) ) . }"}}
{"id": "val_923", "question": "What properties are used to describe house cats in Traditional Chinese?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q146 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"zh-tw\") . OPTIONAL { ?propertyItem schema:description ?propertyDescription . FILTER(LANG(?propertyDescription) = \"zh-tw\") } } LIMIT 20", "paraphrases": ["Which properties linked to the house cat have Traditional Chinese labels and descriptions?", "Show me the Traditional Chinese labels and descriptions of properties that are used in statements about domestic cats."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q146> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh-tw\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh-tw\" ) ) ) . } LIMIT 20"}}
{"id": "val_924", "question": "How many languages are used to label each subclass of domesticated animals in Wikidata?", "sparql": "SELECT ?subclass (COUNT(DISTINCT LANG(?label)) AS ?labelCount) WHERE { ?subclass wdt:P279 wd:Q622852 . ?subclass rdfs:label ?label . } GROUP BY ?subclass", "paraphrases": ["Which domesticated animal subclasses have the most language labels, and how many languages are they labeled in?", "Can you list all subclasses of domesticated animals along with the number of languages their names are available in?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( LANG ( ?var4Label ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q622852> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } GROUP BY ?var1 HAVING ( ( COUNT ( DISTINCT ?var2 ) >= \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_925", "question": "What properties are used to describe food products in Wikidata?", "sparql": "SELECT DISTINCT ?propertyItem ?propertyItemLabel ?propertyItemDescription WHERE { { wd:Q951964 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) BIND(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"\") AS ?pid) BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?pid)) AS ?propertyItem) } UNION { ?subject ?property wd:Q951964 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) BIND(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"\") AS ?pid) BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?pid)) AS ?propertyItem) } ?propertyItem rdfs:label ?propertyItemLabel . ?propertyItem schema:description ?propertyItemDescription . FILTER(LANG(?propertyItemLabel) = \"en\") FILTER(LANG(?propertyItemDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties have been used in statements about food products, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties that are used in connections with food products."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q951964> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_926", "question": "What are the English and German Wikipedia pages for the movie The Matrix with IMDb ID tt0133093?", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 \"tt0133093\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") BIND(\"tt0133093\" AS ?imdb_id) }", "paraphrases": ["Which Wikipedia articles in English or German are about the film The Matrix, and what is its IMDb identifier?", "Show me the English and German Wikipedia pages related to the movie The Matrix (IMDb: tt0133093), along with its IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1942787\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_927", "question": "Who is the European Parliament member with ID 190799 and what is their description?", "sparql": "SELECT ?mep ?mepLabel ?description WHERE { ?mep wdt:P1186 \"190799\" . OPTIONAL { ?mep rdfs:label ?mepLabel . FILTER (LANG(?mepLabel) = \"en\") } OPTIONAL { ?mep schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the MEP with directory ID 190799?", "Show me the English name and description of the European Parliament member identified by 190799."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1186> \"190799\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_928", "question": "Current Chinese national leaders and their positions in Chinese", "sparql": "SELECT ?person (GROUP_CONCAT(?positionLabel; SEPARATOR = \"<br/>\") AS ?positions)\nWHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  ?statement pq:P580 ?startDate .\n  FILTER (NOT EXISTS { ?statement pq:P582 ?endDate }) .\n  \n  {\n    ?position wdt:P279 wd:Q30945753 .\n  } UNION {\n    ?position wdt:P279 wd:Q46403368 .\n  }\n  \n  OPTIONAL {\n    ?position rdfs:label ?positionLabel .\n    FILTER (LANG(?positionLabel) = \"zh\") .\n  }\n}\nGROUP BY ?person", "paraphrases": ["Who are the current holders of top leadership positions in China, and what are their official titles in Chinese?", "List all currently serving high-ranking officials in the People\u2019s Republic of China along with their Chinese-language job titles."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \"<br/>\" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> ?var5 . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . { ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q30945753> . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q46403368> . } OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } } GROUP BY ?var1"}}
{"id": "val_929", "question": "What are all the parent classes of volcanic landform in the Wikidata taxonomy?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q29025902 wdt:P279* ?superclass .}", "paraphrases": ["Show me the complete hierarchy of classes that volcanic landform belongs to, including indirect superclasses.", "What broader categories does a volcanic landform fall under in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1071312> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_930", "question": "English and German Wikipedia pages for the movie with IMDb ID tt10838180", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt10838180\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(REGEX(STR(?wikipedia_page), \"wikipedia.org\")) }", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt10838180?", "Show me the English and German Wikipedia pages for The Matrix Resurrections."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1029287\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_931", "question": "Does Wikidata contain an entity with GND ID 1154536149?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1154536149\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1154536149?", "Confirm if the GND ID 1154536149 corresponds to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1154536149\". }"}}
{"id": "val_932", "question": "Is there a Wikidata item with GND ID 1148600426?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1148600426\" .\n}", "paraphrases": ["Does the German National Library ID 1148600426 correspond to any entity in Wikidata?", "Confirm if the GND ID 1148600426 is assigned to any person or organization in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1148600426\". }"}}
{"id": "val_933", "question": "When did Boris Johnson serve as Prime Minister of the United Kingdom?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?position ?start ?end WHERE {\n  wd:Q180589 p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  OPTIONAL {\n    ?statement pq:P580 ?start\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end\n  }\n  FILTER(?position = wd:Q14211)\n}", "paraphrases": ["What were the start and end dates of Boris Johnson\u2019s term as Prime Minister of the United Kingdom?", "Show me the period during which Boris Johnson held the office of Prime Minister of the United Kingdom."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q28842706> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_934", "question": "What are the cities in West Nusa Tenggara Province, Indonesia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q3199141 .\n  ?city wdt:P131 wd:Q5062 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}", "paraphrases": ["List the cities located in West Nusa Tenggara with their English labels.", "Which Indonesian cities are part of the West Nusa Tenggara province?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14126> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q14115> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, id\". } }"}}
{"id": "val_935", "question": "What are the types of the tram stop Westwijk?", "sparql": "SELECT ?typeLabel WHERE { wd:Q2044925 wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = 'en') }", "paraphrases": ["Is the entity Q2044925 classified as a squatter's house, and if not, what is its actual classification?", "Can you tell me the English labels of all the categories that the tram stop Westwijk belongs to?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2044925> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> . }"}}
{"id": "val_936", "question": "Who is the head of government of the United States?", "sparql": "SELECT ?headOfGovernment WHERE { wd:Q30 wdt:P6 ?headOfGovernment .}", "paraphrases": ["What is the current head of government of the United States according to Wikidata?", "List the person who holds the position of head of government for the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q30> <http://www.wikidata.org/prop/p6> ?var1 . }"}}
{"id": "val_937", "question": "Who is the president of the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?president WHERE {\n  ?president wdt:P39 wd:Q11696 .\n}", "paraphrases": ["Who holds the position of head of government of the United States?", "List all individuals who have been president of the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://www.wikidata.org/wiki/Q17310488> <http://www.wikidata.org/prop/direct/P6> ?var1 . }"}}
{"id": "val_938", "question": "People who worked at both University of Mannheim and University of Kiel, with their employment start dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?employer ?start WHERE {\n  ?person p:P108 ?statement .\n  ?statement ps:P108 ?employer .\n  ?statement pq:P580 ?start .\n  ?person p:P108 ?stmt1 .\n  ?stmt1 ps:P108 wd:Q317070 .\n  ?person p:P108 ?stmt2 .\n  ?stmt2 ps:P108 wd:Q156737 .\n}", "paraphrases": ["Which people have been employed by both the University of Mannheim and the University of Kiel, and when did they start working at each?", "Show me all the jobs and start dates for individuals who have worked at both the University of Mannheim and the University of Kiel."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q317070> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } ?var1 <http://www.wikidata.org/prop/P108> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P108> ?var4 . ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q156737> . }"}}
{"id": "val_939", "question": "What are all the superclass categories of volcanic landform in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q29025902 wdt:P279 * ?superclass .\n}", "paraphrases": ["What classes does volcanic landform belong to, including indirect parent classes?", "Show me the full hierarchy of classes that volcanic landform is a subclass of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q28065731> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_940", "question": "What are the English names and ISNI identifiers of organizations located in South Sudan?", "sparql": "SELECT ?organizationLabel ?isni WHERE { ?organization (wdt:P31/wdt:P279*) wd:Q43229 . ?organization wdt:P17 wd:Q958 . OPTIONAL { ?organization wdt:P213 ?isni . } ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") }", "paraphrases": ["Can you list organizations in South Sudan along with their International Standard Name Identifiers (ISNI)?", "Which institutions in South Sudan have an ISNI code, and what are their names in English?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q958> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_941", "question": "What are the Hebrew names of biblical figures that Rashi identified as the same person as another figure?", "sparql": "SELECT ?item ?sameAs ?itemLabel WHERE { ?item p:P460 ?statement . ?statement ps:P460 ?sameAs . ?statement prov:wasDerivedFrom / pr:P248 / wdt:P50 wd:Q26456 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"he\") }", "paraphrases": ["Which biblical figures did Rashi equate, and what are their Hebrew names?", "According to Rashi\u2019s commentaries, which pairs of biblical figures are considered identical, and what are their Hebrew names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( GROUP_CONCAT ( DISTINCT ?var3Label ; SEPARATOR = \" / \" ) AS ?var1Label ) WHERE { { SELECT ?var1 ?var2 ?var3Label WHERE { { BIND ( ?var1 AS ?var2 ). ?var1 <http://www.wikidata.org/prop/P460> [ <http://www.wikidata.org/prop/statement/P460> ?var4 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> / <http://www.wikidata.org/prop/direct/P50> ) <http://www.wikidata.org/entity/Q26456> ] . ?var1 <http://wikiba.se/ontology#sitelinks> ?var5 . ?var4 <http://wikiba.se/ontology#sitelinks> ?var6 . FILTER ( ( ( ?var5 > ?var6 ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"he\" ) ) ) . } UNION { BIND ( ?var4 AS ?var2 ). ?var1 <http://www.wikidata.org/prop/P460> [ <http://www.wikidata.org/prop/statement/P460> ?var4 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> / <http://www.wikidata.org/prop/direct/P50> ) <http://www.wikidata.org/entity/Q26456> ] . ?var1 <http://wikiba.se/ontology#sitelinks> ?var5 . ?var4 <http://wikiba.se/ontology#sitelinks> ?var6 . FILTER ( ( ( ?var5 < ?var6 ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"he\" ) ) ) . } } } } GROUP BY ?var2 ?var1"}}
{"id": "val_942", "question": "What are the Twitter, Facebook, and Instagram handles of Bundesliga football clubs, along with their logos?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?team ?teamLabel ?twitter ?facebook ?instagram ?image WHERE {\n  ?team wdt:P118 wd:Q82595 .\n  ?team wdt:P31 wd:Q476028 .\n  OPTIONAL {\n    ?team wdt:P2002 ?twitter .\n  }\n  OPTIONAL {\n    ?team wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    ?team wdt:P2003 ?instagram .\n  }\n  OPTIONAL {\n    ?team wdt:P18 ?image .\n  }\n  ?team rdfs:label ?teamLabel .\n  FILTER ( LANG( ?teamLabel ) = \"en\" )\n}", "paraphrases": ["Which German Bundesliga football teams have official social media accounts on Twitter, Facebook, and Instagram, and what are their images?", "Please list the English names, social media usernames (Twitter, Facebook, Instagram), and official images of all association football clubs in the Bundesliga."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/p118> <http://www.wikidata.org/entity/Q82595> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2003> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_943", "question": "Who are the members of the Free Democratic Party (FDP) in the German Bundestag, and what are their affiliations?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?politician ?politicianLabel ?affiliation WHERE {\n  ?politician wdt:P102 wd:Q13124 .\n  ?politician wdt:P39 wd:Q1939555 .\n  OPTIONAL {\n    ?politician wdt:P1416 ?affiliation .\n  }\n  OPTIONAL {\n    ?politician rdfs:label ?politicianLabel .\n    FILTER ( LANG( ?politicianLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?politicianLabel )", "paraphrases": ["Which politicians are members of both the Free Democratic Party and the German Bundestag, and which Bundestag fractions are they affiliated with?", "List the names and affiliations of all FDP members serving in the German Bundestag."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q13124> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1939555> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1416> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1416> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P937> ?var4 . } } ORDER BY ASC( ?var6Label )ASC( ?var1Label )"}}
{"id": "val_944", "question": "What type of cat is Tomba?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instance WHERE {\n  wd:Q25393350 wdt:P31 ?instance .\n}", "paraphrases": ["What class does the cat named Tomba belong to?", "Show me the specific category or type that Tomba is classified as in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q25393350> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_945", "question": "Does the German National Library ID \"4079262-6\" exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4079262-6\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the GND ID 4079262-6?", "Is the GND identifier 4079262-6 linked to any entity in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4079262-6\". }"}}
{"id": "val_946", "question": "What are the names and locations of all metro stations in the Paris M\u00e9tro system?", "sparql": "SELECT DISTINCT ?station ?stationLabel ?coord WHERE { wd:Q50716 wdt:P527 ?line . ?station wdt:P31 wd:Q928830 ; wdt:P81 ?line ; wdt:P625 ?coord . ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") } ORDER BY ASC(?stationLabel)", "paraphrases": ["List the English-named stations of the Paris M\u00e9tro along with their geographic coordinates.", "Show me the metro stations in Paris, their labels in English, and where they are located on the map."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q928830> ; <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q50716> ; <http://www.wikidata.org/prop/direct/P138> + ?var2 ; <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_947", "question": "What properties are used on items that are instances or subclasses of the electoral college?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q1141323 .\n  ?item ?property ?value .\n}\nLIMIT 100", "paraphrases": ["Show all properties associated with the electoral college and its subtypes.", "Which attributes or relationships are linked to the electoral college and its related organizations?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1141323> . ?var2 ?var3 ?var4 . OPTIONAL { ?var4 ?var3 ?var5 . } { BIND ( ?var3 AS ?var1 ). } }"}}
{"id": "val_948", "question": "What are the French names of countries and their heads of government?", "sparql": "SELECT ?country ?countryLabel ?headLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?countryLabel . FILTER (LANG(?countryLabel) = \"fr\") . OPTIONAL { ?country wdt:P6 ?headOfGovernment . ?headOfGovernment rdfs:label ?headLabel . FILTER (LANG(?headLabel) = \"fr\") . } } LIMIT 10", "paraphrases": ["Can you list countries in French along with the French names of their current heads of government?", "Show me up to 10 countries that have French labels, along with the French labels of their heads of government."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var3 . } FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 10"}}
{"id": "val_949", "question": "British politicians born in January of a leap year", "sparql": "SELECT ?politician ?politicianLabel ?birthDate ?birthYear WHERE { ?politician wdt:P31 wd:Q5 ; wdt:P106 wd:Q82955 ; wdt:P27 wd:Q145 ; wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) BIND(MONTH(?birthDate) AS ?birthMonth) FILTER(?birthMonth = 1) VALUES ?leapYear { 1804 1808 1812 1816 1820 1824 1828 1832 1836 1840 1844 1848 1852 1856 1860 1864 1868 1872 1876 1880 1884 1888 1892 1896 1904 1908 1912 1916 1920 1924 1928 1932 1936 1940 1944 1948 1952 1956 1960 1964 1968 1972 1976 1980 1984 1988 1992 1996 2000 2004 2008 2012 2016 2020 2024 } FILTER(?birthYear = ?leapYear) ?politician rdfs:label ?politicianLabel . FILTER(LANG(?politicianLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the British politicians born in January during a leap year?", "List the names and birth dates of British politicians born in January of a leap year between 1804 and 2024."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { BIND ( STR ( YEAR ( ?var2 ) ) AS ?var4 ). BIND ( MONTH ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . FILTER ( ( ( ?var3 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19828> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . FILTER ( ( ( STR ( ?var6 ) = ?var4 ) ) ) . } LIMIT 1000"}}
{"id": "val_950", "question": "Danish-labeled prime ministers, their birthplaces in Danish, and dates of birth", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?birthPlace ?personLabel ?birthPlaceLabel ?dateOfBirth WHERE {\n  ?person wdt:P39 wd:Q14212 .\n  ?person wdt:P19 ?birthPlace .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"da\")\n  }\n  OPTIONAL {\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER(LANG(?birthPlaceLabel) = \"da\")\n  }\n  ?person wdt:P569 ?dateOfBirth .\n}\nLIMIT 200", "paraphrases": ["Who are the prime ministers with Danish labels for themselves and their birthplaces, and what are their dates of birth?", "List prime ministers along with their Danish-language names, birthplaces in Danish, and birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q8792536> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"da\" ) ) ) . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"da\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } } LIMIT 200"}}
{"id": "val_951", "question": "What are some examples of official positions or roles listed in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?position ?positionLabel WHERE {\n  ?position wdt:P31 wd:Q4164871 .\n  ?position rdfs:label ?positionLabel .\n  FILTER(LANG(?positionLabel) = \"en\")\n}\nORDER BY ?positionLabel", "paraphrases": ["List all known job titles and offices in Wikidata with their English names.", "Which roles or positions in organizations are documented in Wikidata, and what are their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4164871> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_952", "question": "Types of volcanoes that are subclasses of volcano.", "sparql": "SELECT DISTINCT ?volcanoType ?volcanoTypeLabel WHERE { ?volcanoType wdt:P279 wd:Q8072 . ?volcanoType rdfs:label ?volcanoTypeLabel . FILTER(LANG(?volcanoTypeLabel) = \"en\") } LIMIT 11", "paraphrases": ["What are some different kinds of volcanoes classified as subclasses of volcano?", "List up to 11 types of volcanoes, such as stratovolcano or shield volcano."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q8072> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb\". } }"}}
{"id": "val_953", "question": "Which entities with an ISNI have Portuguese labels and descriptions?", "sparql": "SELECT ?entity ?entityLabel ?entityDescription WHERE { ?entity wdt:P213 ?isni . ?entity rdfs:label ?entityLabel . ?entity schema:description ?entityDescription . FILTER (LANG(?entityLabel) = \"pt\") . FILTER (LANG(?entityDescription) = \"pt\") . } LIMIT 100", "paraphrases": ["Portuguese labels and descriptions of entities that have an ISNI identifier.", "Show me up to 100 entities that have an ISNI and are described in Portuguese."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2237> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_954", "question": "Organizations in Sweden with ISNI identifiers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?organizationLabel ?isni WHERE {\n  ?organization(wdt:P31 / wdt:P279 *) wd:Q43229 .\n  ?organization wdt:P17 wd:Q34 .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P213 ?isni .\n  }\n}", "paraphrases": ["What are the English-named organizations in Sweden, and what are their ISNI numbers?", "List all organizations located in Sweden that have an English label and their International Standard Name Identifiers, if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_955", "question": "What are the names, birth places, and birth dates of astronauts, along with the year, month, and day of their birth?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?personLabel ?birthPlaceLabel ?birthDate(YEAR(?birthDate) AS ?birthYear)(MONTH(?birthDate) AS ?birthMonth)(DAY(?birthDate) AS ?birthDay) WHERE {\n  ?person wdt:P106 wd:Q11631 .\n  ?person wdt:P19 ?birthPlace .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER(LANG(?birthPlaceLabel) = \"en\")\n  }\n}\nORDER BY ?personLabel\nLIMIT 10", "paraphrases": ["Show me a list of astronauts with their English labels, birth locations, and exact birth dates, including the year, month, and day.", "Can you list the top astronauts with their birth information (place and date) in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( YEAR ( ?var4 ) AS ?var5 )( MONTH ( ?var4 ) AS ?var6 )( DAY ( ?var4 ) AS ?var7 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11631> . } ?var8 <http://www.wikidata.org/prop/direct/P19> ?var9 . ?var8 <http://wikiba.se/ontology#sitelinks> ?var3 . ?var8 <http://www.wikidata.org/prop/direct/P569> ?var4 . OPTIONAL { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var2 ?var1 ?var3 ?var4 HAVING ( ( ?var3 > \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 ) LIMIT 10"}}
{"id": "val_956", "question": "What sports are most popular among athletes born in Palma, Spain?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sport ?sportLabel(COUNT(*) AS ?count) WHERE {\n  ?athlete wdt:P19 / wdt:P131 * wd:Q8826 ; wdt:P641 ?sport ; wdt:P106 / wdt:P279 * wd:Q2066131 .\n  ?sport rdfs:label ?sportLabel .\n  FILTER(LANG(?sportLabel) = \"en\")\n}\nGROUP BY ?sport ?sportLabel\nORDER BY DESC(?count)", "paraphrases": ["Which sports have the highest number of athletes from Palma, Spain, and how many athletes play each?", "Show me a list of sports played by people born in Palma, Spain, ranked by how many athletes play each sport, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT (* ) AS ?var2 ) WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q8826> ; <http://www.wikidata.org/prop/direct/P641> ?var1 ; ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2066131> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var2 )"}}
{"id": "val_957", "question": "Railway stations operated by Nankai Electric Railway with their station codes and opening dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?station ?stationLabel ?stationCode ?openingDate WHERE {\n  ?railwayLine wdt:P31 wd:Q728937 ; wdt:P137 wd:Q1188230 .\n  ?station wdt:P81 ?railwayLine ; wdt:P31 wd:Q55488 .\n  OPTIONAL {\n    ?station p:P296 ?codeStmt .\n    ?codeStmt ps:P296 ?stationCode ; pq:P81 ?railwayLine .\n  }\n  OPTIONAL {\n    ?station wdt:P1619 ?openingDate .\n  }\n  ?station rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = \"en\" )\n}\nORDER BY ASC ( ?stationCode )\nLIMIT 20", "paraphrases": ["Which stations are connected to Nankai Electric Railway lines, and what are their station codes and opening dates?", "List the stations on Nankai Electric Railway lines, including their station identifiers and when they opened."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4Label ?var5 ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q728937> . ?var1 <http://www.wikidata.org/prop/direct/P137> <http://www.wikidata.org/entity/Q1188230> . ?var2 <http://www.wikidata.org/prop/direct/P81> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/P296> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P296> ?var3 . ?var7 <http://www.wikidata.org/prop/qualifier/P81> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P1619> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_958", "question": "What are all the broader categories (superclasses) of volcanic landform?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q29025902 wdt:P279 * ?superclass .\n}", "paraphrases": ["List all the classes that volcanic landform belongs to, including indirect parent classes.", "What is the full hierarchy of categories above volcanic landform in Wikidata\u2019s classification system?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q23021277> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_959", "question": "Islands in Indonesia that are not directly classified as \"island\"", "sparql": "SELECT ?island ?islandLabel WHERE { ?island (wdt:P31 / wdt:P279*) wd:Q23442 . MINUS { ?island wdt:P31 wd:Q23442 . } ?island wdt:P17 wd:Q252 . ?island rdfs:label ?islandLabel . FILTER(LANG(?islandLabel) = \"en\") }", "paraphrases": ["What are the islands in Indonesia that are classified as subclasses of island rather than direct instances?", "List all island-like entities in Indonesia, excluding those explicitly labeled as \"island\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23442> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23442> . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en\". } }"}}
{"id": "val_960", "question": "Organizations in the British Indian Ocean Territory with their ISNI identifiers.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organizationLabel ?isni WHERE {\n  ?organization ( wdt:P31 / wdt:P279 * ) wd:Q43229 .\n  ?organization wdt:P17 wd:Q43448 .\n  OPTIONAL {\n    ?organization wdt:P213 ?isni .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER ( LANG( ?organizationLabel ) = \"en\" )\n}", "paraphrases": ["What organizations located in the British Indian Ocean Territory have an International Standard Name Identifier (ISNI)?", "List the English labels of all organizations (including subclasses) in the British Indian Ocean Territory, along with their ISNI codes if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q43448> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_961", "question": "What are the railway stations operated by the London Underground, and which stations are adjacent to them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?station ?stationLabel ?adjacentStation ?adjacentStationLabel WHERE {\n  ?station wdt:P137 wd:Q20075 .\n  ?station wdt:P31 wd:Q55488 .\n  ?station p:P197 ?adjacentStatement .\n  ?adjacentStatement ps:P197 ?adjacentStation .\n  ?station rdfs:label ?stationLabel .\n  ?adjacentStation rdfs:label ?adjacentStationLabel .\n  FILTER(LANG(?stationLabel) = \"en\")\n  FILTER(LANG(?adjacentStationLabel) = \"en\")\n}", "paraphrases": ["List the stations on the London Underground and their neighboring stations, including their English labels.", "Which stations are next to each other on the London Underground network?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q20075> . ?var1 <http://www.wikidata.org/prop/P197> ?var3 . FILTER ( ( NOT EXISTS { ?var3 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var4 . ?var4 <http://www.wikidata.org/prop/reference/P854> [] . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q55488> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P527> ?var5 . ?var5 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q55488> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_962", "question": "Rivers in Russia with Russian names, excluding Crimea and those registered in the State Water Register, sorted by their administrative region in Russian.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label(SAMPLE(?adminLabel) AS ?adminLabelSample) WHERE {\n  ?var1 wdt:P31 wd:Q4022 .\n  ?var1 wdt:P17 wd:Q159 .\n  OPTIONAL {\n    ?var1 wdt:P131 ?admin .\n    ?admin rdfs:label ?adminLabel .\n    FILTER(LANG(?adminLabel) = \"ru\")\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"ru\") MINUS {\n    ?var1 wdt:P17 wd:Q15966495 .\n  } MINUS {\n    ?var1 wdt:P884 [] .\n  }\n}\nGROUP BY ?var1 ?var1Label\nORDER BY DESC(?adminLabelSample)", "paraphrases": ["What are the rivers in Russia that have Russian-language names and are not located in Crimea or assigned a State Water Register Code, and what administrative regions are they in?", "List Russian-named rivers in Russia (excluding Crimea and those with a State Water Register Code), along with the Russian names of the regions they flow through, sorted by region name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2Label ) AS ?var2Label ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"ru\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ru\" ) ) ) . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q15966495> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P884> ?var4 . } MINUS { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P884> . } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var2Label )"}}
{"id": "val_963", "question": "What places and entities are located in Banten Province?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P131 wd:Q3540 .\n}", "paraphrases": ["Which items are administratively part of Banten Province in Indonesia?", "List all entities, such as cities, districts, and institutions, that are located within the administrative boundaries of Banten Province."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3540> . }"}}
{"id": "val_964", "question": "Biological authors with names starting with L and their ISNI, ORCID, IPNI, and ZooBank IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?isni ?viaf ?image ?orcid ?ipni ?zoobank WHERE {\n  ?species_page schema:about ?item ; schema:isPartOf <https://species.wikimedia.org/> .\n  ?item wdt:P31 wd:Q5 .\n  ?item rdfs:label ?label .\n  FILTER ( STRSTARTS( LCASE( ?label ) , \"l\" ) ) .\n  OPTIONAL {\n    ?item wdt:P213 ?isni .\n  }\n  OPTIONAL {\n    ?item wdt:P214 ?viaf .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?item wdt:P586 ?ipni .\n  }\n  OPTIONAL {\n    ?item wdt:P2006 ?zoobank .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the biological authors whose names start with the letter L, and what are their identifiers like ISNI, ORCID, and ZooBank ID?", "List all human taxonomists with names starting with \"L\" who are referenced on Species Wikidata, along with their image and identifiers such as ISNI, VIAF, ORCID, IPNI, and ZooBank ID."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"L\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_965", "question": "What Wikipedia articles are about broccoli?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article WHERE {\n  ?article schema:about wd:Q47722 .\n}", "paraphrases": ["In which languages is there a Wikipedia article about broccoli?", "Show me all the Wikimedia project pages (like Wikipedia in different languages) that are about the plant species broccoli."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://schema.org/about> <http://www.wikidata.org/entity/Q47722> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_966", "question": "Railway stations in Switzerland and the property linking them to Switzerland", "sparql": "SELECT DISTINCT ?station ?property WHERE { ?station wdt:P31 wd:Q55488 . ?station ?property wd:Q39 . }", "paraphrases": ["What property links railway stations in Switzerland to the country, and which stations are they?", "Show me all railway stations located in Switzerland and the property used to indicate their country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 ?var3 <http://www.wikidata.org/entity/Q39> . }"}}
{"id": "val_967", "question": "What are the subunits of the University of Illinois Urbana-Champaign?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?child ?childLabel WHERE {\n  ?child p:P749 ?statement .\n  ?statement ps:P749 wd:Q457281 .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}", "paraphrases": ["Which organizations are directly under the University of Illinois Urbana-Champaign as their parent institution?", "List the colleges, offices, and research centers that are part of the University of Illinois Urbana-Champaign."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P749> <http://www.wikidata.org/entity/Q457281> . ?var1 <http://www.wikidata.org/prop/P749> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_968", "question": "List all villages in Indonesia at the fourth level of administrative division.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?village WHERE {\n  ?village wdt:P31 / wdt:P279 * wd:Q2225692 .\n}", "paraphrases": ["What are all the villages in Indonesia that are classified as fourth-level administrative divisions?", "Can you provide a complete list of all Indonesian villages and equivalent administrative units (like kelurahan or desa) that fall under the fourth-level administrative division category?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2225692> . }"}}
{"id": "val_969", "question": "Does the German National Library ID 1013423631 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1013423631\" .\n}", "paraphrases": ["Is there an entity in Wikidata with the GND identifier 1013423631?", "Can you confirm that the person with GND ID 1013423631 is represented in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1013423631\". }"}}
{"id": "val_970", "question": "Is there a Wikidata item with GND ID 4222220-5?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4222220-5\" .\n}", "paraphrases": ["Does the German National Library ID 4222220-5 exist in Wikidata?", "Confirm whether the GND identifier 4222220-5 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4222220-5\". }"}}
{"id": "val_971", "question": "People who worked at the University of Mannheim and then at the University of Kiel with no gap or overlap between jobs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person(SAMPLE(?label) AS ?personLabel) ?mannheimStart ?mannheimEnd ?kielStart ?kielEnd WHERE {\n  ?person p:P108 ?mannheimJob ; p:P108 ?kielJob .\n  ?mannheimJob ps:P108 wd:Q317070 ; pq:P582 ?mannheimEnd .\n  OPTIONAL {\n    ?mannheimJob pq:P580 ?mannheimStart .\n  }\n  ?kielJob ps:P108 wd:Q156737 ; pq:P580 ?kielStart .\n  OPTIONAL {\n    ?kielJob pq:P582 ?kielEnd .\n  }\n  FILTER(?mannheimEnd <= ?kielStart)\n  OPTIONAL {\n    ?person rdfs:label ?label .\n  }\n}\nGROUP BY ?person ?mannheimStart ?mannheimEnd ?kielStart ?kielEnd\nLIMIT 10", "paraphrases": ["Which people worked at the University of Mannheim and later started working at the University of Kiel, with their Mannheim employment ending at or before the Kiel employment began?", "Show me the list of individuals who transitioned directly from being employed at the University of Mannheim to the University of Kiel, including the start and end dates of both positions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/P108> ?var6 , ?var7 . ?var6 <http://www.wikidata.org/prop/statement/P108> <http://www.wikidata.org/entity/Q317070> ; <http://www.wikidata.org/prop/qualifier/P582> ?var3 . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } ?var7 <http://www.wikidata.org/prop/statement/P108> <http://www.wikidata.org/entity/Q156737> ; <http://www.wikidata.org/prop/qualifier/P580> ?var4 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } FILTER ( ( ( ?var3 <= ?var4 ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/P108> ?var8 . ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var9 . FILTER ( ( ( ?var10 != ?var6 ) || ?var7 ) ) . FILTER ( ( ( ?var9 >= ?var3 ) ) ) . FILTER ( ( ( ?var9 < ?var4 ) ) ) . } ) ) . } LIMIT 10"}}
{"id": "val_972", "question": "Airports in Germany", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?airport ?airportLabel WHERE {\n  ?airport wdt:P31 wd:Q1248784 .\n  ?airport wdt:P17 wd:Q183 .\n  ?airport rdfs:label ?airportLabel .\n  FILTER ( LANG( ?airportLabel ) = \"en\" )\n}", "paraphrases": ["What are the airports located in Germany?", "List the English names of all airports in Germany."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 ?var2 <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_973", "question": "What is the English label for the position of President of the United States?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?positionLabel WHERE {\n  wd:Q6279 wdt:P39 wd:Q11696 .\n  wd:Q11696 rdfs:label ?positionLabel .\n  FILTER ( LANG( ?positionLabel ) = \"en\" )\n}", "paraphrases": ["Does Joe Biden hold the position of President of the United States?", "Show the English name of the office held by Joe Biden that is President of the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2371629> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_974", "question": "What are the governments and cabinets of Canada and Italy?", "sparql": "SELECT ?country ?countryLabel ?government ?governmentLabel WHERE {  VALUES ?country { wd:Q38 wd:Q16 }  ?government wdt:P31/wdt:P279* wd:Q7188 ;            wdt:P1001 ?country .  ?country rdfs:label ?countryLabel .  ?government rdfs:label ?governmentLabel .  FILTER(LANG(?countryLabel) = \"en\")  FILTER(LANG(?governmentLabel) = \"en\")} ORDER BY ?country ?governmentLabel", "paraphrases": ["Can you list all the government entities that apply to Canada and Italy, along with their labels?", "Show me the official governments and cabinets of Canada and Italy as recorded in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 ?var5Label ?var6 ?var6Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q38> ) ( <http://www.wikidata.org/entity/Q16> ) } ?var5 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7188> ; <http://www.wikidata.org/prop/direct/P1001> ?var1 . OPTIONAL { ?var5 ( <http://www.wikidata.org/prop/direct/P527> |^ <http://www.wikidata.org/prop/direct/P361> ) ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_975", "question": "Japanese labels for volcanic landforms and their subclasses in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P31 wd:Q29025902 .\n  } UNION {\n    ?item wdt:P279 * wd:Q29025902 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"ja\")\n}", "paraphrases": ["What are the Japanese names for volcanic landforms and their subtypes?", "Show me all Japanese-labeled entities that are either instances of or subclasses of volcanic landform."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15943455> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ja\" ) ) ) . }"}}
{"id": "val_976", "question": "Is there a Wikidata entity with GND ID 1066833095?", "sparql": "ASK WHERE { ?entity wdt:P227 \"1066833095\" . }", "paraphrases": ["Does the German National Library ID 1066833095 correspond to any person or organization in Wikidata?", "Confirm if the GND identifier 1066833095 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1066833095\". }"}}
{"id": "val_977", "question": "English label and description of the Great Russian Encyclopedia entry with ID 2334183", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2334183\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name and description of the entry in the Great Russian Encyclopedia Online with ID 2334183?", "Show me the English label and description for the Great Russian Encyclopedia Online entry identified by 2334183."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2632168\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_978", "question": "Members of the 18th German Bundestag with their birth dates and political party affiliations.", "sparql": "SELECT ?member ?positionStmt ?memberLabel ?affiliationLabel ?birthDate ?startDate ?endDate WHERE { ?member p:P39 ?positionStmt . ?positionStmt pq:P2937 wd:Q15081430 . OPTIONAL { ?positionStmt pq:P580 ?startDate . } MINUS { ?positionStmt pq:P582 ?endDate . } ?member rdfs:label ?memberLabel . FILTER (LANG(?memberLabel) = \"en\") OPTIONAL { ?member wdt:P569 ?birthDate . } OPTIONAL { ?member p:P1416 ?affStmt . ?affStmt ps:P1416 ?affiliation . ?affiliation rdfs:label ?affiliationLabel . MINUS { ?affStmt pq:P582 ?endDate . } FILTER (LANG(?affiliationLabel) = \"en\") } }", "paraphrases": ["Who were the members of the 18th German Bundestag, and what are their birth dates and party affiliations?", "List all members of the 18th German Bundestag, including their names, dates of birth, and political party affiliations, excluding those whose terms have ended."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4Label ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q15081430> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . } MINUS { ?var2 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1416> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . MINUS { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_979", "question": "What are some examples of volcanic landforms?", "sparql": "SELECT ?volcanicLandform ?volcanicLandformLabel WHERE { ?volcanicLandform wdt:P31 wd:Q29025902 . ?volcanicLandform rdfs:label ?volcanicLandformLabel . FILTER(LANG(?volcanicLandformLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English names of all known volcanic landforms?", "Which geographic features on Earth are classified as volcanic landforms?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,it\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3931950> . } LIMIT 100"}}
{"id": "val_980", "question": "What are all the types of volcanic landforms?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  ?subclass wdt:P279 * wd:Q29025902 .\n}", "paraphrases": ["Can you list all subclasses of volcanic landform in Wikidata?", "Show me the hierarchy of volcanic landform types, including all subtypes like caldera and volcanic island."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q4638724> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_981", "question": "What are the names of the villages in Punung District, Indonesia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?village ?label WHERE {\n  ?village wdt:P31 wd:Q26211545 .\n  ?village wdt:P131 wd:Q10779193 .\n  ?village rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["List the English-labeled villages that are part of the Punung District.", "Which administrative villages are located in Punung, East Java?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q26211545> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q10779193> . } LIMIT 100"}}
{"id": "val_982", "question": "What is the English label and description of the institution with ISNI 0000000405014057?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P213 \"0000000405014057\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the name and description in English of the organization identified by the ISNI number 0000000405014057.", "Which court has the ISNI 0000000405014057, and what is its official name and description in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P213> \"0000000405014057\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_983", "question": "List 101 people who play rugby.", "sparql": "SELECT ?item ?statement WHERE { ?item p:P641 ?statement . ?statement ps:P641 wd:Q5378 . } LIMIT 101", "paraphrases": ["Who are 101 athletes that participate in rugby?", "Show me up to 101 individuals associated with the sport of rugby."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P641> <http://www.wikidata.org/entity/Q5378> . ?var1 <http://www.wikidata.org/prop/P641> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_984", "question": "What Wikipedia pages are about the Chamber of Deputies of Italy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?wikiPage ?relation WHERE {\n  ?wikiPage schema:about wd:Q841424 .\n}\nLIMIT 10", "paraphrases": ["Can you list the external links from Wikipedia and Wikinews that point to the Italian Chamber of Deputies?", "Which language versions of Wikipedia have articles on the Chamber of Deputies of Italy?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q841424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_985", "question": "Spanish names of countries and their current heads of government in English.", "sparql": "SELECT ?countryLabel ?headOfGovernmentLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country p:P6 ?statement . ?statement ps:P6 ?head . ?head rdfs:label ?headOfGovernmentLabel . ?country rdfs:label ?countryLabel . FILTER (LANG(?countryLabel) = \"es\") . FILTER (LANG(?headOfGovernmentLabel) = \"en\") }", "paraphrases": ["What are the Spanish names of countries and who are their heads of government (in English)?", "List all countries with their Spanish labels and the English labels of their heads of government."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var3 <http://www.wikidata.org/prop/P6> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_986", "question": "Wikipedia and other Wikimedia pages about the movie The Matrix in all languages.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?page WHERE {\n  ?page schema:about wd:Q83495 .\n  FILTER(STRSTARTS(STR(?page) , \"http\"))\n}", "paraphrases": ["What language versions of Wikipedia and other Wikimedia sites have articles about the film The Matrix?", "List all the language-specific Wikipedia and Wikiquote pages about the 1999 film The Matrix."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://schema.org/about> <http://www.wikidata.org/entity/Q83495> . }"}}
{"id": "val_987", "question": "What are the coordinate locations of entities that are part of the New York City Subway system?", "sparql": "SELECT ?stationLabel ?coord WHERE { ?station wdt:P361 wd:Q7733 . ?station wdt:P625 ?coord . ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = 'en') }", "paraphrases": ["Show me the labels and geographic coordinates of all items associated with the New York City Subway.", "Which parts of the New York City Subway have defined coordinates, and where are they located?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P625> <http://www.wikidata.org/entity/Q7733> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_988", "question": "Australian federal electoral divisions established in 1901 that are still active, and their states.", "sparql": "SELECT ?division ?divisionLabel ?locationLabel WHERE { ?division wdt:P31 wd:Q2713747 . ?division wdt:P571 \"1901-01-01T00:00:00Z\"^^xsd:dateTime . ?division wdt:P131 ?location . FILTER NOT EXISTS { ?division p:P576 ?dissolution . } ?division rdfs:label ?divisionLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?divisionLabel) = \"en\") . FILTER(LANG(?locationLabel) = \"en\") . } ORDER BY ASC(?divisionLabel)", "paraphrases": ["Which current Australian House of Representatives divisions were created in 1901, and in which states are they located?", "List all currently existing Australian federal electoral divisions that were established in 1901, along with the state or territory they are located in, sorted alphabetically by division name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2713747> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . FILTER ( ( ( ?var3 = \"1901-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/P576> ?var4 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_989", "question": "Rivers in Russia with a Cebuano Wikipedia page but no Russian Wikipedia page.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?river ?riverName WHERE {\n  ?river wdt:P31 wd:Q4022 ; wdt:P17 wd:Q159 .\n  ?wikipediaArticle schema:about ?river ; schema:inLanguage \"ceb\" ; schema:name ?riverName .\n  FILTER NOT EXISTS {\n    ?otherArticle schema:about ?river ; schema:inLanguage \"ru\" .\n  }\n  FILTER ( BOUND( ?riverName ) )\n}\nORDER BY ASC ( ?riverName )", "paraphrases": ["Which rivers in Russia are documented in Cebuano Wikipedia but not in Russian Wikipedia?", "Show me the names of rivers in Russia that have a Cebuano-language Wikipedia article but lack a Russian-language one."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . FILTER ( ( EXISTS { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ceb\". } ) ) . FILTER ( ( NOT EXISTS { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ru\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ceb,en,ru,ba,kk,tt,uk\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_990", "question": "Airports in Belgium with coordinates and GeoNames IDs", "sparql": "SELECT DISTINCT ?airport ?coordinates ?officialName ?geonamesId WHERE { ?airport wdt:P31 wd:Q1248784 . ?airport wdt:P17 wd:Q31 . ?airport wdt:P625 ?coordinates . OPTIONAL { ?airport wdt:P1448 ?officialName . } OPTIONAL { ?airport wdt:P1566 ?geonamesId . } }", "paraphrases": ["What are the airports in Belgium, their geographic coordinates, official names, and GeoNames IDs?", "List all airports located in Belgium, including their coordinates and GeoNames identifiers, along with their official names if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 ?var3 <http://www.wikidata.org/entity/Q31> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var6 . } }"}}
{"id": "val_991", "question": "List English-named theatre troupes in Switzerland and their administrative locations.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?troupe ?troupeLabel ?administrativeEntityLabel WHERE {\n  ?troupe wdt:P31 wd:Q2416217 .\n  ?troupe wdt:P17 wd:Q39 .\n  OPTIONAL {\n    ?troupe wdt:P131 ?administrativeEntity .\n  }\n  OPTIONAL {\n    ?troupe rdfs:label ?troupeLabel .\n    FILTER(LANG(?troupeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n    FILTER(LANG(?administrativeEntityLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What are the theatre troupes in Switzerland, and in which cities or cantons are they based?", "Show me the names of theatre groups in Switzerland and where they are located administratively, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2416217> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q39> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10000"}}
{"id": "val_992", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German for The Matrix.", "Which language versions of Wikipedia pages are linked to the film The Matrix on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1174684\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_993", "question": "What is the English label of the entity with Great Russian Encyclopedia Online ID 1864931?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item ?p ?statement . ?statement ps:P2924 \"1864931\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which item in Wikidata has the Great Russian Encyclopedia Online ID 1864931, and what is its English name and description?", "Show me the English name of the item that has the Great Russian Encyclopedia Online ID 1864931, along with its English description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1864931\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_994", "question": "English names, Catalan causes of death, birth and death dates of U.S. presidents.", "sparql": "SELECT ?presidentName ?causeOfDeathLabel ?dateOfBirth ?dateOfDeath WHERE { ?president wdt:P39 wd:Q11696 . ?president wdt:P509 ?causeOfDeath . ?president wdt:P569 ?dateOfBirth . ?president wdt:P570 ?dateOfDeath . OPTIONAL { ?president rdfs:label ?presidentName . FILTER (LANG(?presidentName) = \"en\") . } OPTIONAL { ?causeOfDeath rdfs:label ?causeOfDeathLabel . FILTER (LANG(?causeOfDeathLabel) = \"ca\") . } }", "paraphrases": ["What are the English names, Catalan labels for causes of death, and birth and death dates of all U.S. presidents?", "Please list the U.S. presidents with their English names, the causes of their death in Catalan, and their dates of birth and death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var5 <http://www.wikidata.org/prop/direct/P509> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P570> ?var4 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ca\" ) ) ) . } }"}}
{"id": "val_995", "question": "What are the English and Serbian Wikipedia pages for the film with IMDb ID tt0064011?", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0064011\" . ?wikipedia_page schema:about ?film . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } UNION { ?wikipedia_page schema:inLanguage \"sr\" . } }", "paraphrases": ["Which language versions of Wikipedia have articles about the movie \"The Ambush\" (1969)?", "Show me the Wikipedia links in English, German, or Serbian for the film identified by IMDb number tt0064011."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0064011\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"sr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_996", "question": "What Wikidata item has the GND ID 4125655-4?", "sparql": "SELECT ?item WHERE { ?item wdt:P227 \"4125655-4\" . }", "paraphrases": ["Which entity in Wikidata is identified by the German National Library ID 4125655-4?", "Find the Wikidata item for the GND identifier 4125655-4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4125655-4\". } LIMIT 1"}}
{"id": "val_997", "question": "Italian national legislatures with ordinal numbers, start and end dates, and predecessors.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?legislativeTerm ?legislativeTermLabel ?ordinal ?startDate ?endDate ?inception ?dissolved ?replacedBy ?countryLabel WHERE {\n  ?legislativeTerm wdt:P17 wd:Q38 ; p:P31 ?statement .\n  ?statement ps:P31 wd:Q15238777 ; pq:P1545 ?ordinal .\n  OPTIONAL {\n    ?legislativeTerm wdt:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?legislativeTerm wdt:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?legislativeTerm wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?legislativeTerm wdt:P576 ?dissolved .\n  }\n  OPTIONAL {\n    ?legislativeTerm wdt:P1365 ?replacedBy .\n  }\n  OPTIONAL {\n    ?legislativeTerm rdfs:label ?legislativeTermLabel .\n    FILTER ( LANG( ?legislativeTermLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q38 rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  FILTER ( CONTAINS( ?legislativeTermLabel , \"Legislature of Italy\" ) )\n}\nORDER BY ASC ( xsd:integer ( ?ordinal ) )", "paraphrases": ["What are the 18 legislative terms of the Italian Parliament, in order, and when did each begin and end?", "Please list all the national legislatures of Italy, ordered by their series number, along with their start date, end date, and the legislature they replaced."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8Label WHERE { { ?var9 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q1117578> . ?var1 <http://www.wikidata.org/prop/P31> ?var9 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/P31> ?var9 . } OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P1545> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1365> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_998", "question": "List all legislative terms in Italy with their start and end dates, ordered by sequence number.", "sparql": "SELECT DISTINCT ?legislativeTerm ?legislativeTermLabel ?ordinal ?start ?end ?countryLabel WHERE { ?legislativeTerm (wdt:P31/wdt:P279*) wd:Q15238777 ; wdt:P17 wd:Q38 ; wdt:P580 ?start ; wdt:P582 ?end ; p:P31 ?statement . ?statement pq:P1545 ?ordinal . ?legislativeTerm rdfs:label ?legislativeTermLabel . wd:Q38 rdfs:label ?countryLabel . FILTER(LANG(?legislativeTermLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } ORDER BY ASC(xsd:integer(?ordinal))", "paraphrases": ["What are the start and end dates of each legislative term in Italy, from the 1st to the 18th?", "Show me the names, start dates, end dates, and sequence numbers of all legislative terms in Italy, including regional ones like Tuscany."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label WHERE { { ?var6 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q1117578> . ?var1 <http://www.wikidata.org/prop/P31> ?var6 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/P31> ?var6 . } ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 ; <http://www.wikidata.org/prop/direct/P582> ?var4 ; <http://www.wikidata.org/prop/direct/P17> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_999", "question": "Who are the U.S. presidents and what were their causes of death?", "sparql": "SELECT ?president ?presidentLabel ?causeOfDeath ?causeOfDeathLabel WHERE { ?president wdt:P39 wd:Q11696 . ?president wdt:P31 wd:Q5 . ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") OPTIONAL { ?president wdt:P509 ?causeOfDeath . ?causeOfDeath rdfs:label ?causeOfDeathLabel . FILTER(LANG(?causeOfDeathLabel) = \"en\") } } LIMIT 100", "paraphrases": ["List U.S. presidents with their causes of death in English", "Show me the names of all U.S. presidents who have died and the medical or other causes of their death, with labels in English"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P509> ?var2 . } } LIMIT 100"}}
{"id": "val_1000", "question": "What are the ISNI, VIAF, ZooBank ID, and other identifiers for the entomologist Dwight M. DeLong, as linked on Species Wikidata?", "sparql": "SELECT ?person ?species_page ?isni ?viaf ?image ?orcid ?ipni ?zoobank WHERE { ?person rdfs:label \"Dwight M. DeLong\"@en . ?species_page schema:about ?person ; schema:isPartOf <https://species.wikimedia.org/> . OPTIONAL { ?person wdt:P213 ?isni . } OPTIONAL { ?person wdt:P214 ?viaf . } OPTIONAL { ?person wdt:P18 ?image . } OPTIONAL { ?person wdt:P496 ?orcid . } OPTIONAL { ?person wdt:P586 ?ipni . } OPTIONAL { ?person wdt:P2006 ?zoobank . } }", "paraphrases": ["Who is Dwight M. DeLong, and what are his academic identifiers (like ISNI, VIAF, and ZooBank ID) associated with his profile on Species Wikidata?", "Please retrieve the VIAF ID, ISNI, and ZooBank ID for Dwight M. DeLong, along with any image or ORCID linked from Species Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"D M Delong\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_1001", "question": "What properties are most commonly used to link entities to the football position \"midfielder\"?", "sparql": "SELECT ?property ?propertyLabel ?count WHERE { { SELECT ?property ( COUNT(*) AS ?count ) WHERE { ?item ?p wd:Q193592 . ?property wikibase:directClaim ?p . } GROUP BY ?property HAVING (?count > 1) } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["Which properties are used more than once to indicate that someone is a midfielder in Wikidata, and how often are they used?", "List the properties that connect entities to the midfielder role, sorted by how frequently they are used, along with their English labels and usage counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q193592> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_1002", "question": "What are the names of all political parties in Italy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?party ?partyLabel WHERE {\n  ?party wdt:P31 wd:Q7278 ; wdt:P17 wd:Q38 .\n  ?party rdfs:label ?partyLabel .\n  FILTER(LANG(?partyLabel) = \"en\")\n}", "paraphrases": ["List the English labels of political parties that are based in Italy.", "Which political parties exist in Italy according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7278> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } }"}}
{"id": "val_1003", "question": "Humans who held a position with both end date and latest date qualifiers.", "sparql": "SELECT ?person ?personLabel ?endTime ?latestDate WHERE { ?person wdt:P31 wd:Q5 . ?person p:P39 ?statement . ?statement pq:P582 ?endTime . ?statement pq:P1326 ?latestDate . OPTIONAL { ?person rdfs:label ?personLabel FILTER(LANG(?personLabel) = \"en\") } } LIMIT 10", "paraphrases": ["Which humans have positions that ended on a specific date and also have a latest associated date recorded?", "Show me the names of people who held a position, along with the end date and the latest date associated with that position."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P569> ?var4 . ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var2 . ?var4 <http://www.wikidata.org/prop/qualifier/P1326> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_1004", "question": "What is the English name, description, and image of the river Nissan in southern Sweden?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  wd:Q958359 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  wd:Q958359 schema:description ?description .\n  FILTER ( LANG( ?description ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q958359 wdt:P18 ?image .\n  }\n}", "paraphrases": ["English label, description, and image of the river Nissan (Q958359).", "Can you show me the English name and description of the river Nissan, along with its image from Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q958359> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q958359> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q958359> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_1005", "question": "Underground stations near Berlin Hauptbahnhof within 2 km", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?coord WHERE {\n  wd:Q1097 wdt:P625 ?centerCoord .\n  ?station wdt:P625 ?coord .\n  ?station wdt:P31 wd:Q22808403 .\n  ?station rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = \"en\" ) FILTER ( geof:latitude ( ?coord ) >= 52.507083 ) FILTER ( geof:latitude ( ?coord ) <= 52.543083 ) FILTER ( geof:longitude ( ?coord ) >= 13.339789 ) FILTER ( geof:longitude ( ?coord ) <= 13.398989 )\n}\nLIMIT 100", "paraphrases": ["What are the underground stations located within 2 kilometers of Berlin Hauptbahnhof?", "List the English-named underground stations within a 2-kilometer radius of Berlin Hauptbahnhof, along with their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"2\". } FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q928830> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_1006", "question": "What properties are used to describe the Seoul Metropolitan Subway Line 1, and what are their English labels and descriptions?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q20280 ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Show me the English labels and descriptions of all properties linked to Seoul Subway Line 1 in Wikidata.", "Which properties describe Seoul Metropolitan Subway Line 1, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q20280> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_1007", "question": "Humans who are members of political parties and their party names.", "sparql": "SELECT ?person ?personLabel ?partyLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P102 ?party . ?person rdfs:label ?personLabel . ?party rdfs:label ?partyLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?partyLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which humans are members of political parties, and what parties do they belong to?", "List 100 humans along with the political parties they are affiliated with, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q729> . ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } } LIMIT 100"}}
{"id": "val_1008", "question": "Guangzhou Metro patronage and image", "sparql": "SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P3872 ?patronage . FILTER(?patronage >= 2800000000 && ?patronage <= 2810000000) OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which public transit system has approximately 2.8 billion annual riders, and what is its image on Wikimedia Commons?", "Show me the image and name of the metro system with around 2.8 billion annual passengers."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3872> \"+280600000.\"^^<http://www.w3.org/2001/XMLSchema#decimal> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1009", "question": "Is there a Wikidata item associated with the GND ID 4053559-9?", "sparql": "ASK WHERE { ?item wdt:P227 \"4053559-9\" . }", "paraphrases": ["Does the German National Library ID 4053559-9 correspond to any entity in Wikidata?", "Does the entity with GND identifier 4053559-9 exist in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4053559-9\". }"}}
{"id": "val_1010", "question": "Current UK MPs with Twitter accounts and their political parties.", "sparql": "SELECT ?mp ?mpLabel ?twitter ?party ?partyLabel WHERE { ?mp wdt:P39 wd:Q126063447 . ?mp wdt:P2002 ?twitter . ?mp wdt:P102 ?party . ?mp rdfs:label ?mpLabel . ?party rdfs:label ?partyLabel . FILTER(LANG(?mpLabel) = \"en\") FILTER(LANG(?partyLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are the current members of the UK House of Commons who have Twitter accounts, and which parties do they belong to?", "List the names, Twitter usernames, and political parties of current UK MPs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q16707842> . ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P102> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1448> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1011", "question": "List all transmitter masts in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?transmitterMast WHERE {\n  ?transmitterMast wdt:P31 wd:Q1068623 .\n}", "paraphrases": ["What are some examples of transmitter masts?", "Can you show me all the known structures that are instances of a transmitter mast?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1068623> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_1012", "question": "List all species in the genus Pseudotsuga with their scientific names and images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?species ?scientificName ?image WHERE {\n  ?species wdt:P171 wd:Q158771 .\n  ?species wdt:P225 ?scientificName .\n  OPTIONAL {\n    ?species wdt:P18 ?image .\n  }\n}\nORDER BY ASC ( ?scientificName )", "paraphrases": ["What are the scientific names of all species that belong to the genus Pseudotsuga, and do any of them have images available?", "Show me the complete list of Pseudotsuga species, sorted alphabetically by their scientific names, along with any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q158771> . ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1013", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0133093?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n  FILTER ( ?imdb_id = \"tt0133093\" )\n}", "paraphrases": ["Show me the Wikipedia and Wikiquote links in English and German for The Matrix, along with its IMDb identifier.", "Which language versions of Wikipedia pages are linked to the film The Matrix on Wikidata, and what is its IMDb ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1843097\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1014", "question": "Image of the person with SNAC ARK ID w69k4h40", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w69k4h40\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image of Pat McCarran, identified by the SNAC ARK ID w69k4h40?", "Please show the Wikimedia Commons image associated with the SNAC ARK ID w69k4h40."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69k4h40\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1015", "question": "Living members of the European Parliament, their electoral districts, birth dates, and start dates, ordered by district name.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?districtLabel ?birthDate ?startDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person p:P39 ?positionStatement .\n  ?positionStatement ps:P39 wd:Q27169 .\n  OPTIONAL {\n    ?positionStatement pq:P768 ?district .\n    ?district rdfs:label ?districtLabel .\n    FILTER(LANG(?districtLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?positionStatement pq:P580 ?startDate .\n  }\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  FILTER(NOT EXISTS {\n    ?person wdt:P570 ?deathDate .\n  })\n  .\n  FILTER(NOT EXISTS {\n    ?positionStatement pq:P582 ?endDate .\n  })\n  .\n  FILTER(NOT EXISTS {\n    ?positionStatement pq:P1366 ?replacedBy .\n  })\n}\nORDER BY DESC(?districtLabel)", "paraphrases": ["Who are the currently serving living members of the European Parliament, what electoral districts do they represent, when were they born, and when did their terms begin?", "List all currently active European Parliament members who are still alive, along with their electoral districts, dates of birth, and the start dates of their terms, sorted by district name in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q13217683> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var8 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2Label )"}}
{"id": "val_1016", "question": "All tributaries of the Mississippi River, including indirect ones.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?tributary ?label WHERE {\n  wd:Q1497 wdt:P974 * ?tributary .\n  ?tributary rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What rivers flow into the Mississippi River, either directly or through other tributaries?", "List the English names of all rivers that are tributaries of the Mississippi River, even if they flow into it via other rivers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1497> <http://www.wikidata.org/prop/direct/P974> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1017", "question": "Does the TV series Das Arsenal have a VIAF ID of 311358401?", "sparql": "ASK WHERE { ?item wdt:P214 \"311358401\" . }", "paraphrases": ["Is there a Wikidata item with the VIAF identifier 311358401?", "Confirm if the Virtual International Authority File ID 311358401 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"311358401\". }"}}
{"id": "val_1018", "question": "List all railway stations in Switzerland with their IBNR identifiers.", "sparql": "SELECT ?station ?stationLabel ?ibnr WHERE { ?station wdt:P31 wd:Q55488 . ?station wdt:P17 wd:Q39 . OPTIONAL { ?station wdt:P954 ?ibnr . } ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") }", "paraphrases": ["What are the names and IBNR codes of all railway stations in Switzerland?", "Please provide the English names and IBNR IDs of every railway station located in Switzerland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q39> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P954> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,fr,it\". } }"}}
{"id": "val_1019", "question": "Italian Chamber of Deputies ID r503, English label and description", "sparql": "SELECT ?deputy ?deputyLabel ?description WHERE { ?deputy wdt:P1341 \"r503\" . OPTIONAL { ?deputy rdfs:label ?deputyLabel . FILTER (LANG(?deputyLabel) = \"en\") } OPTIONAL { ?deputy schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the Italian politician with the Chamber of Deputies ID r503, and what is their English label and description?", "Please provide the English name and description of the person identified by r503 in the Italian Chamber of Deputies."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1341> \"r503\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1020", "question": "Mountains in Slovakia with their English names", "sparql": "SELECT ?var1 ?var1Label ?var3 WHERE { ?var1 wdt:P31 wd:Q8502 . ?var1 wdt:P17 wd:Q214 . OPTIONAL { ?var1 wdt:P242 ?var3 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 500", "paraphrases": ["What are the names of mountains located in Slovakia in English?", "List the English names of all mountains in Slovakia, along with any available locator map images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P242> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q214> . } LIMIT 500"}}
{"id": "val_1021", "question": "Find the ISNI, VIAF, ORCID, IPNI, ZooBank ID, and image for Baliah Vasantharaj David.", "sparql": "SELECT ?label ?isni ?viaf ?orcid ?ipni ?zoobank ?image WHERE { wd:Q106409398 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q106409398 wdt:P213 ?isni } OPTIONAL { wd:Q106409398 wdt:P214 ?viaf } OPTIONAL { wd:Q106409398 wdt:P496 ?orcid } OPTIONAL { wd:Q106409398 wdt:P586 ?ipni } OPTIONAL { wd:Q106409398 wdt:P2006 ?zoobank } OPTIONAL { wd:Q106409398 wdt:P18 ?image } }", "paraphrases": ["What are the academic identifiers (ISNI, VIAF, etc.) and image of the Indian entomologist Baliah Vasantharaj David?", "Please provide the ISNI and VIAF numbers for Baliah Vasantharaj David, along with any available image and other identifiers like ORCID or IPNI."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"B V David\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_1022", "question": "What rivers flow into the Pend Oreille River, and what lakes or rivers feed into those rivers?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?inflow ?inflowLabel ?receiving_river ?receiving_riverLabel ?basin ?basinLabel WHERE {\n  ?receiving_river wdt:P403 wd:Q270499 .\n  ?receiving_river(wdt:P31 / wdt:P279 *) wd:Q355304 .\n  ?receiving_river wdt:P4614 ?basin .\n  ?inflow wdt:P200 ?receiving_river .\n  ?inflow rdfs:label ?inflowLabel .\n  ?receiving_river rdfs:label ?receiving_riverLabel .\n  ?basin rdfs:label ?basinLabel .\n  FILTER(LANG(?inflowLabel) = \"en\" && LANG(?receiving_riverLabel) = \"en\" && LANG(?basinLabel) = \"en\")\n}", "paraphrases": ["Show the chain of water flow from tributaries to the Pend Oreille River, including their drainage basins.", "Which inflows feed into rivers that drain into the Pend Oreille River, and what basin do they belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q270499> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var3 <http://www.wikidata.org/prop/direct/P4614> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P200> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1023", "question": "What are the largest islands in Mauritania by area, and what are their coordinates?", "sparql": "SELECT DISTINCT \n  ?island \n  ?area \n  ?latitude \n  ?longitude\nWHERE {\n  ?island (wdt:P31/wdt:P279*) wd:Q23442 .\n  ?island wdt:P17 wd:Q1025 .\n  \n  OPTIONAL {\n    ?island wdt:P625 ?coord .\n    BIND(geof:latitude(?coord) AS ?latitude)\n    BIND(geof:longitude(?coord) AS ?longitude)\n  }\n\n  OPTIONAL {\n    ?island p:P2046 / psv:P2046 ?areaStmt .\n    ?areaStmt wikibase:quantityAmount ?area .\n  }\n\n  FILTER(BOUND(?area))\n}\nORDER BY DESC(?area)\nLIMIT 10", "paraphrases": ["Can you list islands in Mauritania with their area and geographic coordinates, sorted from largest to smallest?", "Show me the top 10 islands in Mauritania by area, along with their latitude and longitude."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var5Label ?var6 ?var7 ?var7Label ?var8 ?var9 ?var9Label ?var10 ?var11Label ?var12 ?var13 ?var13Label ?var14 ?var14Label ?var15 ?var15Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23442> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1025> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var10 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,es,se,sv,it,ru\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_1024", "question": "Scottish football players who do not represent another country in sports.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q937857 .\n  ?person wdt:P27 wd:Q22 . MINUS {\n    ?person wdt:P1532 ?sportCountry .\n  }\n}\nLIMIT 300", "paraphrases": ["Who are the association football players from Scotland that do not have a different sporting nationality?", "List all human association football players who are citizens of Scotland and have no specified country for sport."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q22> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1532> _:b1 . } } LIMIT 300"}}
{"id": "val_1025", "question": "What lakes or waterbodies flow into tributaries of the Deschutes River?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?waterbody ?waterbodyLabel ?basin ?basinLabel ?tributary ?tributaryLabel WHERE {\n  ?tributary wdt:P403 wd:Q387103 .\n  ?tributary ( wdt:P31 / wdt:P279 * ) wd:Q355304 .\n  ?tributary wdt:P4614 ?basin .\n  ?waterbody wdt:P201 ?tributary .\n}", "paraphrases": ["Show me waterbodies that outflow into watercourses draining into the Deschutes River, along with their drainage basins and the tributaries they feed.", "Which bodies of water feed into streams that flow into the Deschutes River in Oregon?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q387103> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var3 <http://www.wikidata.org/prop/direct/P4614> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P201> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1026", "question": "What properties are used to link entities to the position \"Member of the Parliament of Bangladesh\"?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?prop ?propLabel ?propDescription WHERE {\n  ?item ?stmt wd:Q13058882 .\n  FILTER ( STRSTARTS( STR( ?stmt ) , \"http://www.wikidata.org/prop/statement/\" ) ) BIND( IRI( REPLACE( STR( ?stmt ) , \"http://www.wikidata.org/prop/statement/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?prop ) .\n  ?prop a wikibase:Property .\n  ?prop rdfs:label ?propLabel .\n  ?prop schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = 'en' ) .\n  FILTER ( LANG( ?propDescription ) = 'en' ) .\n}", "paraphrases": ["Which Wikidata properties have \"Member of the Parliament of Bangladesh\" as their object, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are used to assign the position \"Member of the Parliament of Bangladesh\" to entities."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q21272758> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_1027", "question": "Volcanic landform instances and their names", "sparql": "SELECT ?item ?itemLabel WHERE { ?item p:P31 ?statement . ?statement ( ps:P31 / wdt:P279* ) wd:Q29025902 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the named entities that are examples of volcanic landforms or their subclasses?", "List all named volcanic features such as volcanoes, craters, and mud volcanoes that are classified under volcanic landforms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var2 . ?var2 ( <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/11410> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1028", "question": "Theatre buildings in Italy and their administrative locations.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?theatre ?theatreLabel ?administrativeEntityLabel WHERE {\n  ?theatre wdt:P31 wd:Q24354 .\n  ?theatre wdt:P17 wd:Q38 .\n  ?theatre wdt:P131 ?administrativeEntity .\n  ?theatre rdfs:label ?theatreLabel .\n  ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n}\nLIMIT 1000", "paraphrases": ["What are the theatre buildings in Italy, and in which cities or regions are they located?", "List all theatre buildings in Italy along with the administrative entities they are located in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24354> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,it\". } } LIMIT 1000"}}
{"id": "val_1029", "question": "Geographical features in Greater Fatra mountain range and their continents", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var3 WHERE {\n  ?var1 wdt:P4552 wd:Q778954 .\n  OPTIONAL {\n    ?var1 wdt:P30 ?var3 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the names of the geographical features located in the Greater Fatra mountain range, and which continents are they part of?", "List all the features in the Greater Fatra mountain range in Slovakia along with their English names and the continents they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4552> <http://www.wikidata.org/entity/Q778954> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sk\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P30> ?var3 . } } LIMIT 100"}}
{"id": "val_1030", "question": "Football stadiums in Argentina with their coordinates and images.", "sparql": "SELECT ?venue ?venueLabel ?image ?coordinates WHERE { ?venue wdt:P31 wd:Q1154710 . ?venue wdt:P17 wd:Q414 . ?venue wdt:P625 ?coordinates . OPTIONAL { ?venue wdt:P18 ?image . } ?venue rdfs:label ?venueLabel . FILTER(LANG(?venueLabel) = \"en\") }", "paraphrases": ["What are the names, locations, and images of football stadiums in Argentina?", "List all association football venues in Argentina, including their English names, geographic coordinates, and any available Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1154710> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q414> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_1031", "question": "What are the subclasses of volcanic landform?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q29025902 . } LIMIT 1000", "paraphrases": ["List all types of landforms that are classified as volcanic landforms.", "Which geological features are considered specific forms of volcanic landforms?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q27902549> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_1032", "question": "What is one edition of the Super Bowl that took place in the United States?", "sparql": "SELECT ?superBowlEdition ?label WHERE { ?superBowlEdition wdt:P31 wd:Q32096 . ?superBowlEdition wdt:P17 wd:Q30 . ?superBowlEdition rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?superBowlEdition LIMIT 1", "paraphrases": ["Which Super Bowl games are held in the United States?", "Show me a Super Bowl event that is associated with the United States as its host country."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32096> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1033", "question": "What is the English label and description of the mathematical concept with Great Russian Encyclopedia Online ID 2711571?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2711571\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is called \"primitive root modulo n\" in English, and what does it mean according to the Great Russian Encyclopedia?", "Please provide the English name and definition of the concept identified by ID 2711571 in the old version of the Great Russian Encyclopedia online."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2711571\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1034", "question": "Tributaries of the Umpqua River and their drainage basins", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?tributary ?tributaryLabel ?basin ?basinLabel WHERE {\n  ?tributary wdt:P403 wd:Q1326803 .\n  ?tributary wdt:P31 / wdt:P279 * wd:Q355304 .\n  OPTIONAL {\n    ?tributary wdt:P4614 ?basin .\n  }\n  OPTIONAL {\n    ?tributary rdfs:label ?tributaryLabel .\n    FILTER(LANG(?tributaryLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?basin rdfs:label ?basinLabel .\n    FILTER(LANG(?basinLabel) = \"en\")\n  }\n}", "paraphrases": ["Which rivers and creeks flow into the Umpqua River, and what drainage basins do they belong to?", "List the English names of all watercourses that drain into the Umpqua River along with their drainage basins."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q1326803> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1035", "question": "English name, birth date, and death date of Mitsuyo Maeda", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { BIND( wd:Q2456537 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the birth and death date of Mitsuyo Maeda, and what is his name in English?", "Please provide the English name, date of birth, and date of death for the Japanese judoka Mitsuyo Maeda."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2456537> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1036", "question": "What is the most specific shared category that includes both Beijing and Chinese Americans in the Wikidata taxonomy?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestorLabel ?dist1 ?dist2 ( ?dist1 + ?dist2 AS ?total ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q108178728 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q41710 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER ( LANG( ?ancestorLabel ) = \"en\" )\n}\nORDER BY ASC ( ?total )\nLIMIT 1", "paraphrases": ["Which human group is the closest common ancestor of national capitals and ethnic groups like Chinese Americans?", "Find the lowest-level class that both Beijing (as a capital) and Chinese Americans (as an ethnic group) belong to, based on their subclass hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q956> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1146100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1037", "question": "Tributaries of the Kootenay River and their drainage basins", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  ?var1 wdt:P403 wd:Q2262 .\n  ?var1 ( wdt:P31 / wdt:P279 * ) wd:Q355304 .\n  OPTIONAL {\n    ?var1 wdt:P4614 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var2 rdfs:label ?var2Label .\n    FILTER ( LANG( ?var2Label ) = \"en\" )\n  }\n}", "paraphrases": ["Which rivers flow into the Kootenay River, and what drainage basins do they belong to?", "List all the watercourses that drain into the Kootenay River, including their drainage basins if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q2262> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1038", "question": "Tributaries of the Okanogan River and its drainage basin", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?tributary ?tributaryLabel ?basin ?basinLabel ?mainRiver ?mainRiverLabel WHERE {\n  ?tributary wdt:P403 + wd:Q271058 .\n  wd:Q271058 wdt:P4614 ?basin .\n  ?tributary ( wdt:P31 / wdt:P279 * ) wd:Q355304 .\n  BIND( wd:Q271058 AS ?mainRiver ) ?tributary rdfs:label ?tributaryLabel .\n  ?basin rdfs:label ?basinLabel .\n  ?mainRiver rdfs:label ?mainRiverLabel .\n}", "paraphrases": ["Which rivers flow into the Okanogan River, and what is the name of the drainage basin they belong to?", "List all watercourses that feed into the Okanogan River, along with the label of the Okanogan River and its drainage basin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q271058> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var3 <http://www.wikidata.org/prop/direct/P4614> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1039", "question": "What are the sovereign island countries in the world?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?label WHERE {\n  ?country wdt:P31 wd:Q112099 .\n  ?country rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}", "paraphrases": ["List all countries that are entirely located on islands.", "Which nations are classified as island countries?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23442> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } ) ) . FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . }"}}
{"id": "val_1040", "question": "Dog breeds with English names and images on Wikimedia Commons", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?breed ?breedLabel ?image WHERE {\n  ?breed wdt:P31 wd:Q39367 .\n  ?breed rdfs:label ?breedLabel .\n  FILTER ( LANG( ?breedLabel ) = \"en\" ) FILTER ( STRSTARTS( STR( ?breed ) , \"http://www.wikidata.org/entity/Q\" ) ) OPTIONAL {\n    ?breed wdt:P18 ?image .\n  }\n}", "paraphrases": ["What are the English names of dog breeds and their associated images on Wikimedia Commons?", "Show me a list of dog breeds in English along with their images from Wikimedia Commons, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39367> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,ja\". } }"}}
{"id": "val_1041", "question": "List all presidential elections and their labels in different languages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?election ?label WHERE {\n  ?election wdt:P31 wd:Q858439 .\n  ?election rdfs:label ?label .\n}", "paraphrases": ["What are all the presidential elections recorded in Wikidata, and what are their names in various languages?", "Show me every instance of a presidential election along with its human-readable labels in all available languages."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q858439> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . }"}}
{"id": "val_1042", "question": "List politicians and their given names, places of death, employers, educational backgrounds, and sources that describe them, all in English.", "sparql": "SELECT ?politician ?politicianLabel ?givenName ?givenNameLabel ?placeOfDeath ?placeOfDeathLabel ?employer ?employerLabel ?educatedAt ?educatedAtLabel ?describedBySource ?describedBySourceLabel WHERE {  ?politician (wdt:P106/wdt:P279*) wd:Q82955 .  ?politician rdfs:label ?politicianLabel .  ?politician wdt:P735 ?givenName .  ?givenName rdfs:label ?givenNameLabel .  ?politician wdt:P20 ?placeOfDeath .  ?placeOfDeath rdfs:label ?placeOfDeathLabel .  ?politician wdt:P108 ?employer .  ?employer rdfs:label ?employerLabel .  ?politician wdt:P69 ?educatedAt .  ?educatedAt rdfs:label ?educatedAtLabel .  ?politician wdt:P1343 ?describedBySource .  ?describedBySource rdfs:label ?describedBySourceLabel .  FILTER (LANG(?politicianLabel) = \"en\")  FILTER (LANG(?givenNameLabel) = \"en\")  FILTER (LANG(?placeOfDeathLabel) = \"en\")  FILTER (LANG(?employerLabel) = \"en\")  FILTER (LANG(?educatedAtLabel) = \"en\")  FILTER (LANG(?describedBySourceLabel) = \"en\")} LIMIT 10000", "paraphrases": ["What are the given names, places of death, employers, educational institutions, and reference sources for politicians, with all labels in English?", "Show me detailed information about politicians including their first names, where they died, who they worked for, where they studied, and which encyclopedias or books describe them \u2014 all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P108> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var11 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . ?var1 <http://www.wikidata.org/prop/direct/P1343> ?var13 . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var14 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var10 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var14 ) = \"en\" ) ) ) . } LIMIT 10000"}}
{"id": "val_1043", "question": "Notable cats that are instances of house cats.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER ( LANG( ?catLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some famous individual cats that belong to the species of house cat?", "List the names of well-known pet cats in English that are classified as house cats."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } LIMIT 100"}}
{"id": "val_1044", "question": "What properties are used to describe dogs in Wikidata, and what are their English labels and descriptions?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription ?value WHERE { wd:Q144 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER (LANG(?propertyLabel) = \"en\") FILTER (LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["List the English labels and descriptions of all properties that have statements about the dog (wd:Q144).", "Show me the properties and their English definitions that are used to describe the domestic dog in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q144> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh-hant\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh-hant\" ) ) ) . } LIMIT 100"}}
{"id": "val_1045", "question": "List U.S. presidents in order from youngest to oldest, along with their birth dates and birth places.", "sparql": "SELECT ?president ?presidentLabel ?birthDate ?birthPlaceLabel WHERE { ?president wdt:P39 wd:Q11696 . ?president wdt:P569 ?birthDate . ?president wdt:P19 ?birthPlace . ?president rdfs:label ?presidentLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?presidentLabel) = \"en\") . FILTER(LANG(?birthPlaceLabel) = \"en\") . } ORDER BY DESC(?birthDate)", "paraphrases": ["Who are the U.S. presidents sorted by birth date from most recent to oldest, and where and when were they born?", "Show me the names, birth dates, and birth places of all U.S. presidents, ordered with the youngest first."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_1046", "question": "Who has VIAF ID 33514680?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P214 \"33514680\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } }", "paraphrases": ["What person is associated with the Virtual International Authority File identifier 33514680?", "Find the Wikidata entity for the VIAF ID 33514680."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"3351466\". }"}}
{"id": "val_1047", "question": "What are some examples of volcanic landforms?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q29025902 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["List all known volcanic landforms and their names.", "Which geographical features are classified as volcanic landforms?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/P2650> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } }"}}
{"id": "val_1048", "question": "Examples of volcanic landforms", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?landform ?landformLabel WHERE {\n  ?landform wdt:P31 wd:Q29025902 .\n  ?landform rdfs:label ?landformLabel .\n  FILTER ( LANG( ?landformLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are some examples of volcanic landforms?", "List ten volcanic landforms with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q1332857> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_1049", "question": "Properties used on association football teams with English labels and descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?team wdt:P31 wd:Q15944511 .\n  ?team ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?propertyItem schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nGROUP BY ?property ?propertyLabel ?propertyDescription\nLIMIT 100", "paraphrases": ["What properties are used on association football teams, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties used on association football teams."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q5614332> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_1050", "question": "What are the different types of sports venues and their examples?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?venue ?classLabel WHERE {\n  ?venue wdt:P31 ?class .\n  ?class wdt:P279 wd:Q23764314 .\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}", "paraphrases": ["List sports locations and their specific categories, such as stadium or arena, that are subclasses of sports location.", "Which places are used for sports, and what kind of sports facilities are they classified as?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q23764314> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1051", "question": "Who are the architects educated at the University of Wisconsin\u2013Madison, and where were they born?", "sparql": "SELECT ?architect ?architectLabel ?birthPlaceLabel WHERE { ?architect wdt:P69 wd:Q838330 . ?architect wdt:P106 wd:Q42973 . ?architect wdt:P19 ?birthPlace . ?architect rdfs:label ?architectLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?architectLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") }", "paraphrases": ["List the names and birthplaces of all architects who attended the University of Wisconsin\u2013Madison.", "Which architects studied at UW\u2013Madison, and what are their birth cities?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q838330> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q42973> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1052", "question": "Dogs with recorded gender in Wikidata", "sparql": "SELECT ?dog WHERE { ?dog wdt:P31 wd:Q144 . ?dog wdt:P21 ?gender . }", "paraphrases": ["Which dogs have their sex or gender specified in Wikidata?", "List all notable dogs that have a recorded biological sex."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q144> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } }"}}
{"id": "val_1053", "question": "English title and description of the TV episode with IMDb ID tt5267086", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P345 \"tt5267086\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the English title and description of the TV episode on IMDb with ID tt5267086?", "Show me the English name and summary of the Grimm episode that has the IMDb ID tt5267086."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5267086\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1054", "question": "Islands in Northern Mariana Islands with coordinates", "sparql": "SELECT DISTINCT ?island ?islandLabel ?coordinates WHERE { ?island wdt:P31 ?subclass . ?subclass wdt:P279* wd:Q23442 . ?island wdt:P131 wd:Q16644 . OPTIONAL { ?island wdt:P625 ?coordinates . } ?island rdfs:label ?islandLabel . FILTER(LANG(?islandLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the islands in the Northern Mariana Islands and their geographic coordinates?", "List the islands located in the Northern Mariana Islands along with their latitude and longitude."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q3359409> ^ <http://www.wikidata.org/prop/direct/P361> + ?var1 . <http://www.wikidata.org/entity/Q271669> (^ <http://www.wikidata.org/prop/direct/P279> */^ <http://www.wikidata.org/prop/direct/P31> ) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 1000"}}
{"id": "val_1055", "question": "List the Prime Ministers of Fiji in reverse chronological order, including their terms, who they replaced, and who replaced them.", "sparql": "SELECT DISTINCT ?primeMinister ?primeMinisterLabel ?startDate ?endDate ?predecessor ?successor WHERE { wd:Q712 wdt:P1313 wd:Q1469153 . ?primeMinister p:P39 ?statement . ?primeMinister wdt:P31 wd:Q5 . ?statement ps:P39 wd:Q1469153 . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P1365 ?predecessor . } OPTIONAL { ?statement pq:P155 ?predecessor . } OPTIONAL { ?statement pq:P1366 ?successor . } OPTIONAL { ?statement pq:P156 ?successor . } OPTIONAL { ?primeMinister rdfs:label ?primeMinisterLabel . FILTER(LANG(?primeMinisterLabel) = \"en\") } } ORDER BY DESC(?startDate)", "paraphrases": ["Who were the Prime Ministers of Fiji, when did they serve, and who were their predecessors and successors?", "Show me the complete sequence of Fiji\u2019s Prime Ministers with their start and end dates, and indicate who came before and after each one, ordered from most recent to earliest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ?var5Label ?var6 ?var6Label WHERE { <http://www.wikidata.org/entity/Q712> <http://www.wikidata.org/prop/direct/P1313> ?var7 . ?var2 <http://www.wikidata.org/prop/P39> ?var8 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var8 <http://www.wikidata.org/prop/statement/P39> ?var7 . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1365> ?var5 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P155> ?var5 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1366> ?var6 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P156> ?var6 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1545> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_1056", "question": "Who became prime minister in 2004?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  ?position wdt:P279 * wd:Q14212 .\n  ?statement pq:P580 ?startDate .\n  FILTER(YEAR(?startDate) = 2004)\n  ?person rdfs:label ?personLabel .\n  ?person schema:description ?description .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which individuals assumed the role of prime minister (or a similar position) in the year 2004, and what are their English descriptions?", "List the names and English descriptions of all people who became prime minister or a direct subtype of prime minister in 2004."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P39> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q14212> . ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var1 <http://schema.org/description> ?var2 . ?var1 <http://schema.org/name> ?var3 . ?var4 <http://www.wikidata.org/prop/statement/P39> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q14212> . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . FILTER ( ( ( YEAR ( ?var6 ) = \"2004\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_1057", "question": "Prime ministers who started their term in 2002", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 p:P39 ?var2 . ?var2 ps:P39 ?var3 . ?var3 wdt:P279* wd:Q14212 . ?var2 pq:P580 ?var4 . FILTER (YEAR(?var4) = 2002) . ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"en\") } LIMIT 100", "paraphrases": ["Who became prime minister or head of government in 2002?", "List the people who took office as prime minister or a similar position in 2002."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P39> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q14212> . ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/p39> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q14212> . ?var2 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . FILTER ( ( ( YEAR ( ?var4 ) = \"2002\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 100"}}
{"id": "val_1058", "question": "Top food items with labels in Spanish, English, French, Italian, and German, along with their Spanish descriptions and countries.", "sparql": "SELECT ?food (COUNT(?food) AS ?count) (MAX(?temp_label_es) AS ?label_es) (MAX(?temp_label_en) AS ?label_en) (MAX(?temp_label_fr) AS ?label_fr) (MAX(?temp_label_it) AS ?label_it) (MAX(?temp_label_de) AS ?label_de) (MAX(?temp_desc_es) AS ?desc_es) (SAMPLE(?temp_country) AS ?country) WHERE { ?food wdt:P31 wd:Q2095 . ?food rdfs:label ?label . ?food schema:description ?desc . BIND(IF(LANG(?label) = \"es\", ?label, \"\") AS ?temp_label_es) BIND(IF(LANG(?label) = \"en\", ?label, \"\") AS ?temp_label_en) BIND(IF(LANG(?label) = \"fr\", ?label, \"\") AS ?temp_label_fr) BIND(IF(LANG(?label) = \"it\", ?label, \"\") AS ?temp_label_it) BIND(IF(LANG(?label) = \"de\", ?label, \"\") AS ?temp_label_de) BIND(IF(LANG(?desc) = \"es\", ?desc, \"\") AS ?temp_desc_es) FILTER( (?temp_label_es != \"\") || (?temp_label_en != \"\") || (?temp_label_fr != \"\") || (?temp_label_it != \"\") || (?temp_label_de != \"\") ) OPTIONAL { ?food wdt:P27 ?temp_country } } GROUP BY ?food ORDER BY DESC(?count) LIMIT 100", "paraphrases": ["What are the most common food items in Wikidata that have labels in at least one of the major European languages, and what are their Spanish descriptions and associated countries?", "Please list the top 100 food items with their multilingual labels (Spanish, English, French, Italian, German), Spanish descriptions, and countries of origin, sorted by how frequently they appear in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 )( MAX ( ?var3 ) AS ?var3 )( MAX ( ?var4 ) AS ?var4 )( MAX ( ?var5 ) AS ?var5 )( MAX ( ?var6 ) AS ?var6 )( MAX ( ?var7 ) AS ?var7 )( SAMPLE ( ?var8 ) AS ?var8 )( SAMPLE ( ?var9 ) AS ?var9 ) WHERE { BIND ( IF ( ( LANG ( ?var10 ) = \"es\" ), ?var10 , \"\" ) AS ?var3 ). BIND ( IF ( ( LANG ( ?var10 ) = \"en\" ), ?var10 , \"\" ) AS ?var4 ). BIND ( IF ( ( LANG ( ?var10 ) = \"fr\" ), ?var10 , \"\" ) AS ?var5 ). BIND ( IF ( ( LANG ( ?var10 ) = \"it\" ), ?var10 , \"\" ) AS ?var6 ). BIND ( IF ( ( LANG ( ?var10 ) = \"de\" ), ?var10 , \"\" ) AS ?var7 ). BIND ( IF ( ( LANG ( ?var8 ) = \"es\" ), ?var8 , \"\" ) AS ?var8 ). FILTER ( ( ( CONCAT ( ?var3 , ?var4 , ?var5 , ?var6 , ?var7 ) != \"\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var9 . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var10 . ?var1 <http://schema.org/description> ?var8 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1150"}}
{"id": "val_1059", "question": "What is the most specific category that both Hartsfield\u2013Jackson Atlanta International Airport and Aut\u00f3dromo Jos\u00e9 Carlos Pace belong to?", "sparql": "SELECT ?commonAncestor ?label\nWHERE {\n  wd:Q214861 wdt:P31 ?type1 .\n  wd:Q171387 wdt:P31 ?type2 .\n\n  ?type1 wdt:P279* ?commonAncestor .\n  ?type2 wdt:P279* ?commonAncestor .\n\n  OPTIONAL { ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") }\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What do an airport and a motorsport racing track have in common in terms of their classification in Wikidata?", "What is the highest-level class that includes both airports and race tracks?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q214861> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q171387> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1060", "question": "What are some examples of cultural institutions as subclasses in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q3152824 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 500", "paraphrases": ["Can you list the subclasses of \"cultural institution\" in English?", "Show me the English labels of all entities that are subclasses of a cultural institution."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q5193377> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 500"}}
{"id": "val_1061", "question": "Food items with labels in Spanish, English, French, Italian, and German, ordered by number of languages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?foodItem ( COUNT( ?label ) AS ?label_count ) ( MAX( IF( LANG( ?label ) = \"es\" , ?label , \"\" ) ) AS ?label_es ) ( MAX( IF( LANG( ?label ) = \"en\" , ?label , \"\" ) ) AS ?label_en ) ( MAX( IF( LANG( ?label ) = \"fr\" , ?label , \"\" ) ) AS ?label_fr ) ( MAX( IF( LANG( ?label ) = \"it\" , ?label , \"\" ) ) AS ?label_it ) ( MAX( IF( LANG( ?label ) = \"de\" , ?label , \"\" ) ) AS ?label_de ) ( MAX( IF( LANG( ?description ) = \"es\" , ?description , \"\" ) ) AS ?desc_es ) WHERE {\n  {\n    ?foodItem wdt:P31 wd:Q2095 .\n  } UNION {\n    ?foodItem wdt:P279 * wd:Q2095 .\n  }\n  ?foodItem rdfs:label ?label .\n  ?foodItem schema:description ?description .\n  FILTER ( LANG( ?label ) IN ( \"es\" , \"en\" , \"fr\" , \"it\" , \"de\" ) )\n}\nGROUP BY ?foodItem\nORDER BY DESC ( ?label_count )\nLIMIT 1150", "paraphrases": ["Which food-related entities have the most language labels across Spanish, English, French, Italian, and German, and what are their names and Spanish descriptions?", "Show me the top food classes and instances with their names in five European languages and their Spanish descriptions, sorted by how many languages they have labels in."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 )( MAX ( ?var3 ) AS ?var3 )( MAX ( ?var4 ) AS ?var4 )( MAX ( ?var5 ) AS ?var5 )( MAX ( ?var6 ) AS ?var6 )( MAX ( ?var7 ) AS ?var7 )( SAMPLE ( ?var8 ) AS ?var8 ) WHERE { BIND ( IF ( ( LANG ( ?var9 ) = \"es\" ), ?var9 , \"\" ) AS ?var3 ). BIND ( IF ( ( LANG ( ?var9 ) = \"en\" ), ?var9 , \"\" ) AS ?var4 ). BIND ( IF ( ( LANG ( ?var9 ) = \"fr\" ), ?var9 , \"\" ) AS ?var5 ). BIND ( IF ( ( LANG ( ?var9 ) = \"it\" ), ?var9 , \"\" ) AS ?var6 ). BIND ( IF ( ( LANG ( ?var9 ) = \"de\" ), ?var9 , \"\" ) AS ?var7 ). BIND ( IF ( ( LANG ( ?var8 ) = \"es\" ), ?var8 , \"\" ) AS ?var8 ). FILTER ( ( ( CONCAT ( ?var3 , ?var4 , ?var5 , ?var6 , ?var7 ) != \"\" ) ) ) . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . ?var1 <http://schema.org/description> ?var8 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1150"}}
{"id": "val_1062", "question": "List theatres with their Theatres Trust Database IDs and English Wikipedia pages.", "sparql": "SELECT ?theatre ?theatreLabel ?theatreId ?wikipediaPage WHERE { ?theatre wdt:P4079 ?theatreId . OPTIONAL { ?wikipediaPage schema:about ?theatre ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } ?theatre rdfs:label ?theatreLabel . FILTER(LANG(?theatreLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English names, Theatres Trust IDs, and Wikipedia links for theatres in the Theatres Trust Database?", "Show me up to 10 theatres from the Theatres Trust Database, including their English labels, their unique database IDs, and their corresponding English Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4079> ?var2 . OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_1063", "question": "Television series released after 1970 with IMDb IDs that won or were nominated for an Emmy Award.", "sparql": "SELECT ?series ?imdbId ?label ?year ?productionCompany ?director ?publicationDate WHERE { ?series wdt:P31 wd:Q5398426 . ?series wdt:P345 ?imdbId . ?series rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?series wdt:P577 ?publicationDate . BIND(YEAR(?publicationDate) AS ?year) . FILTER(?year > 1970) . OPTIONAL { ?series wdt:P166 ?award . ?award rdfs:label ?awardLabel . FILTER(LANG(?awardLabel) = \"en\") . FILTER(CONTAINS(LCASE(?awardLabel), \"emmy\")) } . OPTIONAL { ?series wdt:P1411 ?nomination . ?nomination rdfs:label ?nomLabel . FILTER(LANG(?nomLabel) = \"en\") . FILTER(CONTAINS(LCASE(?nomLabel), \"emmy\")) } . OPTIONAL { ?series wdt:P272 ?productionCompany . } . OPTIONAL { ?series wdt:P57 ?director . } . FILTER(BOUND(?award) || BOUND(?nomination)) } ORDER BY ASC(?imdbId) LIMIT 250", "paraphrases": ["Which English-language TV shows released after 1970 have received or been nominated for an Emmy Award, and what are their IMDb IDs, directors, and production companies?", "List TV series from after 1970 that have won or been nominated for an Emmy, including their IMDb IDs, English titles, directors, and production companies."], "info": {"raw_sparql": "SELECT ?var1 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5 ?var6 ?var2 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P272> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1411> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var7 . } FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( YEAR ( ?var2 ) > \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( CONTAINS ( ?var10 , \"Emmy\" ) || CONTAINS ( ?var9 , \"Emmy\" ) ) ) . FILTER ( ( BOUND ( ?var10 ) || BOUND ( ?var9 ) ) ) . } ORDER BY ASC( ?var5 ) OFFSET 0 LIMIT 250"}}
{"id": "val_1064", "question": "Mexican cuisine dishes without images, ranked by number of associated Wikipedia articles, with Spanish labels.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?dish ?label_es ( COUNT( DISTINCT ?media_item ) AS ?media_count ) WHERE {\n  ?dish wdt:P31 wd:Q207965 .\n  ?media_item schema:about ?dish .\n  OPTIONAL {\n    ?dish rdfs:label ?label_es .\n    FILTER ( LANG( ?label_es ) = \"es\" )\n  } MINUS {\n    ?dish wdt:P18 []\n  }\n}\nGROUP BY ?dish ?label_es\nORDER BY DESC ( ?media_count )\nLIMIT 50", "paraphrases": ["Which Mexican cuisine items have no images on Wikimedia Commons but are referenced in multiple Wikipedia pages, and what are their Spanish names?", "Show me the top Mexican cuisine topics that lack images but have the most media links, prioritizing those with Spanish labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q207965> . ?var3 <http://schema.org/about> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) LIMIT 50"}}
{"id": "val_1065", "question": "What are some Italian dishes with their names in Italian?", "sparql": "SELECT ?dish ?dishLabel WHERE { ?dish wdt:P31 wd:Q192786 . ?dish rdfs:label ?dishLabel . FILTER (LANG(?dishLabel) = \"it\") }", "paraphrases": ["Show me Italian food items and their Italian labels.", "Which culinary traditions of Italy have Italian-language names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7213615> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . }"}}
{"id": "val_1066", "question": "Is there a Wikidata item with VIAF ID 306095517?", "sparql": "ASK WHERE { ?item wdt:P214 \"306095517\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 306095517 correspond to any entity in Wikidata?", "Check if the VIAF ID 306095517 is linked to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"306095517\". }"}}
{"id": "val_1067", "question": "Political parties with their names and member counts", "sparql": "SELECT ?party ?memberCount ?partyLabel WHERE { ?party wdt:P31 wd:Q7278 . OPTIONAL { ?party wdt:P2124 ?memberCount . } ?party rdfs:label ?partyLabel . FILTER(LANG(?partyLabel) = \"en\") }", "paraphrases": ["What are the names of all political parties in Wikidata, and how many members do they have?", "Show me a list of all political parties in English, along with their membership numbers if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7278> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2124> ?var2 . } OPTIONAL { } }"}}
{"id": "val_1068", "question": "List all presidents of Ethiopia with their terms, predecessors, and successors.", "sparql": "SELECT ?president ?presidentLabel ?startDate ?endDate ?predecessor ?successor WHERE { ?president wdt:P31 wd:Q5 . ?president p:P39 ?statement . ?statement ps:P39 wd:Q3409186 . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P1365 ?predecessor . } OPTIONAL { ?statement pq:P1366 ?successor . } ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") } ORDER BY ASC(?startDate)", "paraphrases": ["Who were the presidents of Ethiopia, when did they serve, and who came before and after them?", "Show me the chronological sequence of Ethiopian presidents, including their start and end dates and their immediate predecessors and successors."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q3409186> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1069", "question": "List all rivers in Wikidata.", "sparql": "SELECT ?river WHERE { ?river wdt:P31 wd:Q4022 }", "paraphrases": ["What are all the rivers listed in Wikidata?", "Show me all entities classified as rivers in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47521> . } }"}}
{"id": "val_1070", "question": "List all individual dogs known in Wikidata, including those belonging to dog breeds or subclasses.", "sparql": "SELECT ?dog WHERE { ?dog (wdt:P31 / wdt:P279*) wd:Q144 .}", "paraphrases": ["What are all the named and unnamed dogs that are either instances of \"dog\" or of a subclass of \"dog\"?", "Show me all entities in Wikidata that represent individual dogs, whether directly classified as dogs or as members of a dog subclass."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q144> . }"}}
{"id": "val_1071", "question": "What foods have Spanish labels?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 ?subclass . ?subclass wdt:P279* wd:Q2095 . ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"es\") }", "paraphrases": ["Can you list food items in Spanish?", "Which edible items are labeled in Spanish in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_1072", "question": "Which Wikidata items have Twitter usernames \"Apple\", \"wikidata\", \"belett\", or \"ash_crow\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Apple\" \"wikidata\" \"belett\" \"ash_crow\"\n  }\n}", "paraphrases": ["Who are the entities on Wikidata with the Twitter handles \"Apple\", \"wikidata\", \"belett\", and \"ash_crow\"?", "List the Wikidata entities and their corresponding Twitter usernames for the handles \"Apple\", \"wikidata\", \"belett\", and \"ash_crow\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Litlok\" ) ( \"belett\" ) ( \"Wikidata\" ) ( \"string1\" ) ( \"ash_crow\" ) ( \"string2\" ) ( \"wikidata\" ) ( \"adwords\" ) ( \"PoulpyWP\" ) ( \"nojhan\" ) ( \"maamyisa\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"Apple\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1073", "question": "Football clubs in Cologne, excluding the first four", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?club ?clubLabel WHERE {\n  ?club wdt:P31 wd:Q476028 .\n  ?club wdt:P131 wd:Q365 .\n  ?club rdfs:label ?clubLabel .\n  FILTER ( langMatches( lang( ?clubLabel ) , \"en\" ) )\n}\nOFFSET 4", "paraphrases": ["What are the football clubs based in Cologne, starting from the fifth result?", "List the football clubs in Cologne after the first four, showing their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q476028> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q365> . } OFFSET 4"}}
{"id": "val_1074", "question": "Politicians born after 1875 and their birth dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?politician ?politicianLabel ?birthDate WHERE {\n  ?politician wdt:P106 wd:Q82955 .\n  ?politician wdt:P569 ?birthDate .\n  FILTER(YEAR(?birthDate) > 1875)\n}", "paraphrases": ["Who are the politicians born after 1875, and when were they born?", "List all politicians with their birth dates, filtering for those born after 1875."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var3 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var4 . ?var4 <http://wikiba.se/ontology#timePrecision> \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var4 <http://wikiba.se/ontology#timeValue> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) > \"1875\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_1075", "question": "Welsh football players", "sparql": "SELECT DISTINCT ?player WHERE { ?player wdt:P31 wd:Q5 ; wdt:P106 wd:Q937857 ; wdt:P27 wd:Q25 . } LIMIT 1000", "paraphrases": ["Who are the football players who are citizens of Wales?", "List all humans who play association football and hold Welsh citizenship."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q25> . ?var1 <http://www.wikidata.org/prop/direct/P1532> <http://www.wikidata.org/entity/Q25> . } LIMIT 1000"}}
{"id": "val_1076", "question": "Indonesian food dishes that are subclasses of food", "sparql": "SELECT DISTINCT ?food ?foodLabel WHERE { ?food wdt:P279+ wd:Q2095 . ?food wdt:P495 wd:Q252 . ?food rdfs:label ?foodLabel . FILTER(LANG(?foodLabel) = \"id\" || LANG(?foodLabel) = \"en\") }", "paraphrases": ["What are some traditional Indonesian foods based on their classification as food items?", "List all Indonesian food items and their names in English and Indonesian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q2095> . { { ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q252> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id\". } }"}}
{"id": "val_1077", "question": "What are the books and chapters of the Tanakh in English?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P361+ wd:Q83367 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["List all parts of the Hebrew Bible, including its subcomponents like books and verses, with their English names.", "Which English-named texts are part of the Tanakh, either directly or as parts of its parts?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P361> | <http://www.wikidata.org/prop/direct/P179> )+ <http://www.wikidata.org/entity/Q83367> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1078", "question": "What are the names of all dog breeds listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?breed ?breedLabel WHERE {\n  ?breed wdt:P31 wd:Q39367 .\n  ?breed rdfs:label ?breedLabel .\n  FILTER ( LANG( ?breedLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all dog breeds and their English labels from Wikidata?", "Which entities in Wikidata are classified as dog breeds?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39035> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1079", "question": "Spanish-labeled food items containing \"jam\u00f3n\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q2095 .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"es\")\n  .\n  FILTER(CONTAINS(LCASE(?label) , \"jam\u00f3n\") || CONTAINS(LCASE(?label) , \"jamon\"))\n}\nORDER BY DESC(?label)\nLIMIT 50", "paraphrases": ["What food items have Spanish labels that include the word \"jam\u00f3n\"?", "Show me food items whose Spanish name contains \"jam\u00f3n\", sorted in descending order by label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"jamon\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2095> . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_1080", "question": "What Spanish-labeled food items are part of which Spanish-labeled cuisines or food systems?", "sparql": "SELECT ?foodItem ?foodCategory ?categoryLabel ?foodLabel WHERE { ?foodItem (wdt:P31/wdt:P279*) wd:Q2095 . ?foodItem wdt:P361 ?foodCategory . ?foodCategory rdfs:label ?categoryLabel . ?foodItem rdfs:label ?foodLabel . FILTER (LANG(?categoryLabel) = \"es\") . FILTER (LANG(?foodLabel) = \"es\") . } ORDER BY ASC(?foodCategory) ASC(?foodItem) LIMIT 15000", "paraphrases": ["Which foods in Spanish are components of specific cuisines or food categories, and what are those categories called in Spanish?", "List food items and the culinary traditions they belong to, both in Spanish."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.wikidata.org/prop/direct/P361> + ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } ORDER BY ASC( ?var2 )ASC( ?var1 ) LIMIT 15000"}}
{"id": "val_1081", "question": "What is the English label and description of the Great Russian Encyclopedia Online ID 2289490?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"2289490\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n}", "paraphrases": ["Which river in Central Europe is identified by the Great Russian Encyclopedia Online ID 2289490, and what is its English description?", "Show me the English name and description of the entity with Great Russian Encyclopedia Online ID 2289490."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2289490\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1082", "question": "What are all the chapters in the Book of Psalms?", "sparql": "SELECT ?psalm WHERE { ?psalm wdt:P31 wd:Q29154515 ; wdt:P361 wd:Q41064 . }", "paraphrases": ["Which individual Psalms are part of the Book of Psalms in the Bible?", "List all the individual chapters of the Bible that belong to the Book of Psalms."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q29154515> ; <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q41064> . }"}}
{"id": "val_1083", "question": "What Wikipedia pages in English or German are about the movie with IMDb ID tt1375666?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt1375666\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Which English or German-language Wikipedia pages discuss the film identified by IMDb ID tt1375666?", "Show me all the English and German web pages related to the movie Inception (IMDb: tt1375666)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2260254\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1084", "question": "Politicians and their dates of birth", "sparql": "SELECT ?politician ?politicianLabel ?dateOfBirth WHERE { ?politician wdt:P106 wd:Q82955 . ?politician wdt:P569 ?dateOfBirth . ?politician rdfs:label ?politicianLabel . FILTER(LANG(?politicianLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are some politicians and when were they born?", "List 100 politicians along with their birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_1085", "question": "Who are the alumni of the University of Rennes?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P69 wd:Q1987282 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["People who studied at Universit\u00e9 de Rennes 1.", "List the names of individuals who attended the University of Rennes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q1987282> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } }"}}
{"id": "val_1086", "question": "What is the English label of the airport with IATA code ARM that is not a disambiguation page?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?label WHERE {\n  ?item wdt:P238 \"ARM\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(NOT EXISTS {\n    ?item wdt:P31 wd:Q4167410\n  })\n}", "paraphrases": ["Which airport has the IATA code ARM and is not a disambiguation page, and what is its English name?", "Show me the English name of the non-disambiguation Wikidata item that has the IATA code \"ARM\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"ARM\"@en . } UNION { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"arm\"@en . } UNION { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Arm\"@en . } ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_1087", "question": "Japanese labels and images of association football venues", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?venue ?venueLabel ?image WHERE {\n  ?venue wdt:P31 wd:Q1154710 .\n  ?venue wdt:P18 ?image .\n  OPTIONAL {\n    ?venue rdfs:label ?venueLabel .\n    FILTER ( LANG( ?venueLabel ) = \"ja\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What are the Japanese names and images of association football stadiums?", "Show me association football venues with Japanese labels and their corresponding images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16714657> . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_1088", "question": "What are the geographic locations (city and country) associated with the Theatre of NOTE?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  wd:Q7777517 ( wdt:P30 | wdt:P17 | wdt:P131 ) ?location .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" )\n}", "paraphrases": ["In which city and country is the Theatre of NOTE located?", "Show the administrative and national context of the Theatre of NOTE in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q7777517> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_1089", "question": "What are the chapters and stories in the Book of Genesis?", "sparql": "SELECT ?part WHERE { ?part wdt:P361 wd:Q9184 .}", "paraphrases": ["Which narratives or sections are part of the Book of Genesis?", "List all the parts that constitute the Book of Genesis."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q9184> . }"}}
{"id": "val_1090", "question": "Players who played for AC Milan", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?playerLabel WHERE {\n  ?player wdt:P54 wd:Q1543 .\n  ?player rdfs:label ?playerLabel .\n  FILTER(LANG(?playerLabel) = \"en\")\n}", "paraphrases": ["Who are the players of AC Milan?", "List all players who have been members of AC Milan."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q1543> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1091", "question": "List of Knesset members with English names", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P39 wd:Q4047513 . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } }", "paraphrases": ["Who are the members of the Knesset and what are their English names?", "Please provide the names of all Knesset members in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q4047513> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2937> ?var5 . } }"}}
{"id": "val_1092", "question": "Official website, location country, and official language of Deutsche Botschaftsschule Peking", "sparql": "SELECT ?school ?website ?countryLabel ?languageLabel ?schoolLabel WHERE {\n  BIND(wd:Q1202241 AS ?school)\n  ?school wdt:P856 ?website .\n  BIND(wd:Q148 AS ?country)\n  ?country rdfs:label ?countryLabel .\n  ?country wdt:P37 ?language .\n  ?language rdfs:label ?languageLabel .\n  ?school rdfs:label ?schoolLabel .\n  FILTER(LANG(?schoolLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?languageLabel) = \"en\")\n  FILTER(STR(?languageLabel) = \"Standard Chinese\")\n}", "paraphrases": ["What is the official website of the German Embassy School in Beijing, and what is the official language of the country where it is located?", "Please provide the official website of the Deutsche Botschaftsschule Peking, the name of the country it is located in, and the official language of that country."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4Label ?var5Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2385804> . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P37> ?var6 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q148> . FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q1202241> ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1093", "question": "What are the English and German Wikipedia articles about the movie with IMDb ID tt1375666?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1375666\" . ?wikipedia_page schema:about ?movie . FILTER( STRSTARTS(STR(?wikipedia_page), \"https://en.wikipedia.org/wiki/\") || STRSTARTS(STR(?wikipedia_page), \"https://de.wikipedia.org/wiki/\") ) }", "paraphrases": ["Show me the Wikipedia pages in English and German for the film \"Inception\".", "Which Wikipedia articles in English or German discuss the movie identified by IMDb ID tt1375666?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6827824\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1094", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1375666?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page ?imdb WHERE {\n  ?item wdt:P345 \"tt1375666\" .\n  ?wikipedia_page schema:about ?item .\n  FILTER ( STRSTARTS( STR( ?wikipedia_page ) , \"https://en.wikipedia.org/\" ) || STRSTARTS( STR( ?wikipedia_page ) , \"https://de.wikipedia.org/\" ) ) .\n  ?item wdt:P345 ?imdb .\n}", "paraphrases": ["Which Wikipedia articles in English and German are about the film identified by IMDb ID tt1375666?", "Show me the IMDb ID and the English and German Wikipedia links for the movie tt1375666."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4807442\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1095", "question": "American football players with Wikipedia pages and images on Wikimedia Commons.", "sparql": "SELECT ?player ?playerLabel ?image ?wikipediaPage WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q19204627 . ?player wdt:P18 ?image . ?wikipediaPage schema:about ?player . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") }", "paraphrases": ["Who are the American football players that have a Wikipedia page and a publicly available image on Wikimedia Commons, along with their English names?", "List the names, Wikimedia Commons images, and English Wikipedia links of all human American football players."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q19204627> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_1096", "question": "Humans who participated in events with \"Olympic\" in the title", "sparql": "SELECT ?humanLabel ?event ?eventTitle WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P1344 ?event . ?event wdt:P1476 ?eventTitle . ?human rdfs:label ?humanLabel . FILTER (LANG(?humanLabel) = \"en\") FILTER (REGEX(?eventTitle, \"Olympic\", \"i\")) } LIMIT 19", "paraphrases": ["Which humans took part in events related to the Olympics?", "Show me the names of people who participated in Olympic events and the titles of those events, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var3Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P1344> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var3Label , \"string1\" ) ) ) . } LIMIT 19"}}
{"id": "val_1097", "question": "Who are the members of the Knesset?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?member ?memberLabel WHERE {\n  ?member wdt:P39 wd:Q4047513 .\n  ?member rdfs:label ?memberLabel .\n  FILTER(LANG(?memberLabel) = \"en\")\n}", "paraphrases": ["Which individuals have served as members of the Israeli parliament?", "List the English names of all people who have held the position of Knesset member."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q4047513> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1098", "question": "What are the country, administrative region, and continent where the Intimate Theatre is located?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  {\n    wd:Q15228761(wdt:P17 | wdt:P131) ?location .\n  } UNION {\n    wd:Q15228761 wdt:P17 ?country .\n    ?country wdt:P30 ?location .\n  }\n  ?location rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the geographical hierarchy of the Intimate Theatre in London, including its country and continent?", "Show me the location details of the Intimate Theatre \u2014 its administrative area, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q15228761> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_1099", "question": "Which football clubs have Twitter usernames \"stokecity\", \"WBA\", or \"CPFC\"?", "sparql": "SELECT ?team ?twitter WHERE { ?team wdt:P2002 ?twitter . VALUES ?twitter { \"stokecity\" \"WBA\" \"CPFC\" } } ORDER BY ASC (?team)", "paraphrases": ["What are the Wikidata entities for the Twitter accounts @stokecity, @WBA, and @CPFC?", "List the football teams associated with the Twitter handles stokecity, WBA, and CPFC."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"CPFC\" ) ( \"string2\" ) ( \"WBA\" ) ( \"string3\" ) ( \"string4\" ) ( \"stokecity\" ) ( \"string5\" ) ( \"losclive\" ) ( \"NBFootball\" ) ( \"papesouare\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1100", "question": "What are the administrative area, country, and continent where the Coliseum Theatre is located?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?administrativeEntity ?country ?continent WHERE {\n  wd:Q31209196 wdt:P131 ?administrativeEntity ; wdt:P17 ?country .\n  ?country wdt:P30 ?continent .\n}", "paraphrases": ["Where is the Coliseum Theatre situated in terms of its city, country, and continent?", "Can you tell me the location hierarchy of the Coliseum Theatre, including the city, country, and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q31209196> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_1101", "question": "What are the birth and death dates of Miki Sawada?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q11553275 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q11553275 wdt:P569 ?birthDate . } OPTIONAL { wd:Q11553275 wdt:P570 ?deathDate . } }", "paraphrases": ["Who is Miki Sawada, and when was she born and when did she die?", "Can you provide the English name, date of birth, and date of death for the Japanese writer and social worker Miki Sawada?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q11553275> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1102", "question": "Airports in Australia with their coordinates and IATA codes.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airport ?coordinates ?iataCode WHERE {\n  ?airport wdt:P17 wd:Q408 .\n  ?airport wdt:P2786 ?coordinates .\n  OPTIONAL {\n    ?airport wdt:P238 ?iataCode .\n  }\n}", "paraphrases": ["What are the geographic coordinates and IATA codes of airports located in Australia?", "List all aerodromes in Australia along with their reference points and IATA codes, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q408> . ?var1 <http://www.wikidata.org/prop/direct/P2786> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var3 . } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } }"}}
{"id": "val_1103", "question": "Birth dates of members of the 57th Parliament of the United Kingdom", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?birthDate WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q30524710 .\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who were the members of the 57th Parliament of the United Kingdom and when were they born?", "List the names and birth dates of all people who served as members of the 57th Parliament of the United Kingdom."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q30524710> . ?var3 <http://www.wikidata.org/prop/qualifier/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1104", "question": "FC Barcelona players born after 1980, shorter than 170 cm, with birthplace coordinates.", "sparql": "SELECT ?player ?playerLabel ?height ?birthplaceLabel ?dob ?coords WHERE { ?player wdt:P54 wd:Q7156 . ?player wdt:P2048 ?height . ?player wdt:P19 ?birthplace . ?player wdt:P569 ?dob . ?birthplace wdt:P625 ?coords . ?player rdfs:label ?playerLabel . ?birthplace rdfs:label ?birthplaceLabel . FILTER ( YEAR(?dob) > 1980 ) FILTER ( ?height < 1.7 ) FILTER (lang(?playerLabel) = \"en\") FILTER (lang(?birthplaceLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the FC Barcelona players born after 1980 who are shorter than 1.7 meters, and where were they born?", "List the names, heights, birthplaces, and birthplace coordinates of FC Barcelona players born after 1980 who are under 170 cm tall, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q7156> . ?var1 <http://www.wikidata.org/prop/direct/P2048> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var7 <http://www.wikidata.org/prop/direct/P625> ?var6 . FILTER ( ( ( YEAR ( ?var5 ) > \"1980\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var2 < \"170\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"da,en\". } } LIMIT 100"}}
{"id": "val_1105", "question": "What are some countries and their current heads of state?", "sparql": "SELECT DISTINCT ?country ?headOfState WHERE { ?country wdt:P35 ?headOfState . } LIMIT 10", "paraphrases": ["List up to 10 countries along with the names of their heads of state.", "Who are the heads of state for various countries according to Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/prop/direct/P35> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_1106", "question": "Female domestic cats with English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 ; wdt:P21 wd:Q43445 .\n  ?cat rdfs:label ?catLabel .\n  FILTER(LANG(?catLabel) = \"en\")\n}", "paraphrases": ["What are the names of female house cats in Wikidata?", "List the English-labeled female domestic cats, identified as instances of house cats and female organisms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q43445> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1107", "question": "Families of sponges in the order Hadromerida", "sparql": "SELECT ?family ?familyLabel WHERE { ?family wdt:P105 wd:Q35409 . ?family wdt:P171 wd:Q1189104 . ?family rdfs:label ?familyLabel . FILTER(LANG(?familyLabel) = \"en\") }", "paraphrases": ["What are the family-level taxonomic groups within the sponge order Hadromerida?", "List all sponge families that belong to the order Hadromerida."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q35409> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q1189104> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1108", "question": "What are the different types and examples of fishing?", "sparql": "SELECT ?item ?label WHERE { { ?item wdt:P31 wd:Q14373 . } UNION { ?item wdt:P279 wd:Q14373 . } ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you list all the subclasses and instances of fishing?", "Show me all known forms of fishing, such as fly fishing or net fishing, along with their names in English."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14373> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q14373> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_1109", "question": "Image of the entity with SNAC ARK ID w6f29nwg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Barack Obama in the SNAC system?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6fb6q99\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1110", "question": "Image of the person with SNAC ARK ID w6f29nwg.", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of Barack Obama as linked by his SNAC ARK ID?", "Show me the Wikimedia Commons image for the entity identified by the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6f90jgv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1111", "question": "What are all the occupations and types of athletes?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q2066131 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the different kinds of athletes and specific athlete roles recognized in Wikidata?", "List all entities that are either athletes or subclasses of athletes, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2066131> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_1112", "question": "University teachers in Germany with official websites", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?website ?personLabel WHERE {\n  ?person wdt:P39 wd:Q1622272 .\n  ?person wdt:P27 wd:Q183 .\n  OPTIONAL {\n    ?person wdt:P856 ?website .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Who are the university teachers from Germany, and do they have official websites?", "List all university teachers who are citizens of Germany, including their official websites if available, and show their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1622272> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . } LIMIT 1000"}}
{"id": "val_1113", "question": "What categories does boat noodles belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?superclass WHERE {\n  wd:Q18618696 wdt:P279 ?superclass .\n}", "paraphrases": ["What are the broader culinary classes that include boat noodles?", "Is boat noodles a type of Thai cuisine or noodle dish?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18618696> . }"}}
{"id": "val_1114", "question": "Japanese-labeled works about ramen and the Japanese name for ramen.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ramenLabel ?item ?itemLabel WHERE {\n  ?item wdt:P921 wd:Q234646 .\n  wd:Q234646 rdfs:label ?ramenLabel .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?ramenLabel) = \"ja\")\n  FILTER(LANG(?itemLabel) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["What Japanese-language items are about ramen, and what is ramen called in Japanese?", "Show me Japanese labels for things that have ramen as their main subject, along with the Japanese name for ramen."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q234646> . ?var3 <http://www.wikidata.org/prop/direct/P407> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_1115", "question": "Image of the entity with SNAC ARK ID w6f29nwg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of Barack Obama as identified by the SNAC ARK ID w6f29nwg?", "Show me the Wikimedia Commons image linked to the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6013vmq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1116", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Image of Barack Obama from SNAC ARK ID w6f29nwg", "Show me the Wikimedia Commons image linked to the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rn64x7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1117", "question": "List association football players born after 2000 with English names starting with 'Ker'.", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P569 ?var2 . ?var1 wdt:P106 wd:Q937857 . OPTIONAL { ?var1 wdt:P570 ?var3 . } FILTER ( ?var2 > \"2000-01-01\"^^xsd:date ) ?var1 rdfs:label ?var1Label . FILTER ( LANG(?var1Label) = \"en\" ) FILTER ( STRSTARTS( LCASE(?var1Label), \"ker\" ) ) } LIMIT 10", "paraphrases": ["Who are the human association football players born after January 1, 2000, whose names in English start with 'Ker'?", "Show me the names, birth dates, and optionally death dates of football players born after 2000 whose English Wikipedia labels begin with 'Ker'."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } FILTER ( ( ( ?var2 > \"2000-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( STRSTARTS ( ?var4Label , \"Ker\" ) ) ) . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) && ( LANG ( ?var6 ) = \"nl\" ) ) ) . } LIMIT 10"}}
{"id": "val_1118", "question": "List of U.S. presidents who are human and have English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?president ?label WHERE {\n  ?president wdt:P39 wd:Q11696 ; wdt:P31 wd:Q5 .\n  ?president rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label", "paraphrases": ["Who are all the real people who have served as President of the United States?", "Please provide the names of all U.S. presidents, ensuring only actual humans are included and their names are in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . }"}}
{"id": "val_1119", "question": "Genera in the sponge family Corallistidae", "sparql": "SELECT ?genus ?genusLabel WHERE { ?genus wdt:P105 wd:Q34740 ; wdt:P171 wd:Q4117310 . ?genus rdfs:label ?genusLabel . FILTER(LANG(?genusLabel) = \"en\") }", "paraphrases": ["What are the genera classified under the family Corallistidae?", "List all sponge genera that belong to the family Corallistidae and have the taxonomic rank of genus."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q34740> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q4117310> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1120", "question": "Male football players and their birth countries and cities", "sparql": "SELECT DISTINCT ?player ?birthCountry ?birthPlace WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P21 wd:Q6581097 . ?player wdt:P106 wd:Q937857 . ?player wdt:P19 ?birthPlace . ?birthPlace wdt:P17 ?birthCountry . } LIMIT 20000", "paraphrases": ["Who are the male association football players, and where were they born (city and country)?", "List all male professional football players along with the countries and cities of their birth."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1532> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 20000"}}
{"id": "val_1121", "question": "Who are Spanish football players who played for the Catalonia national team but do not have an official sporting nationality?", "sparql": "SELECT DISTINCT ?player WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q937857 . ?player wdt:P27 wd:Q29 . ?player wdt:P54 wd:Q17228 . MINUS { ?player wdt:P1532 ?country } } LIMIT 300", "paraphrases": ["Which human football players from Spain have played for the Catalonia national team without being officially associated with another country in sports?", "List all Spanish citizens who have been members of the Catalonia national football team and have no declared sporting nationality."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q17228> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1532> _:b1 . } } LIMIT 300"}}
{"id": "val_1122", "question": "Image of Barack Obama from SNAC ARK ID w6f29nwg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg?", "Show me the image of the person whose SNAC ARK ID is w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6kw62r1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1123", "question": "Female football players without Spanish descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?player WHERE {\n  ?player wdt:P31 wd:Q5 .\n  ?player wdt:P106 wd:Q937857 .\n  ?player wdt:P21 wd:Q6581072 .\n  OPTIONAL {\n    ?player schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"es\" )\n  }\n  FILTER ( ! BOUND( ?desc ) )\n}\nLIMIT 300", "paraphrases": ["Which female football players do not have a description in Spanish on Wikidata?", "List female association football players who lack a Spanish-language description."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q43445> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 300"}}
{"id": "val_1124", "question": "Is Simone Ciburri a politician by type inheritance?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX hint: <http://www.bigdata.com/queryHints#>\nASK WHERE {\n  wd:Q26997625(wdt:P31 / wdt:P279 *) wd:Q82955 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Does the entity Q26997625 belong to a class that is a subclass of politician?", "Check whether Simone Ciburri is classified as a politician through its type hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q26997625> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1125", "question": "Alumni of Indian Institute of Technology Delhi", "sparql": "SELECT ?alumnus WHERE { ?alumnus wdt:P69 wd:Q1194650 .}", "paraphrases": ["Who are the alumni of IIT Delhi?", "List all people who studied at IIT Delhi."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q1194650> . }"}}
{"id": "val_1126", "question": "Image of the person with SNAC ARK ID w6f29nwg.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of Barack Obama as linked in Wikidata via his SNAC ARK ID?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6np2j2w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1127", "question": "Football players with ForaDeJogo ID and their teams, where name contains \"Cristiano Ronaldo\".", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label ?team WHERE {\n  ?player wdt:P3046 ?foradejogoId ; wdt:P54 ?team .\n  ?player rdfs:label ?label .\n  FILTER ( isLiteral( ?label ) ) FILTER ( lang( ?label ) = \"en\" ) FILTER ( contains( lcase( ?label ) , \"cristiano ronaldo\" ) )\n}", "paraphrases": ["Which football team is Cristiano Ronaldo associated with, according to his ForaDeJogo player ID?", "Show me the English name and current or former team of the football player with the ForaDeJogo ID and whose name is Cristiano Ronaldo."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3046> ?var3 ; <http://www.wikidata.org/prop/direct/P54> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( REGEX ( STR ( ?var1Label ) , \"string1\", \"i\" ) ) ) . }"}}
{"id": "val_1128", "question": "Movie theaters in India and their locations", "sparql": "SELECT DISTINCT ?theater ?theaterLabel ?adminAreaLabel WHERE { ?theater wdt:P31 wd:Q41253 . ?theater wdt:P17 wd:Q668 . OPTIONAL { ?theater wdt:P131 ?adminArea . ?adminArea rdfs:label ?adminAreaLabel . FILTER(LANG(?adminAreaLabel) = \"en\") } ?theater rdfs:label ?theaterLabel . FILTER(LANG(?theaterLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are the names of movie theaters in India, and in which cities or districts are they located?", "List all movie theaters in India along with the administrative areas they are situated in, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,cy,fr,de,es,nl,hy,ja,ru,ca\". } } LIMIT 200"}}
{"id": "val_1129", "question": "Aerodromes in the United Kingdom with their coordinates", "sparql": "SELECT ?var3Label ?var2 WHERE { ?var3 ( p:P31 / ps:P31 / wdt:P279* ) wd:Q62447 . ?var3 wdt:P17 wd:Q145 . ?var3 rdfs:label ?var3Label . OPTIONAL { ?var3 wdt:P625 ?var2 . } FILTER(LANG(?var3Label) = \"en\") }", "paraphrases": ["What are the names and locations of all aerodromes in the United Kingdom?", "List the English names and geographic coordinates of all airfields and airports in the UK."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q62447> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_1130", "question": "Movie theaters in Argentina with their cities or provinces", "sparql": "SELECT DISTINCT ?theater ?theaterLabel ?adminAreaLabel WHERE { ?theater wdt:P31 wd:Q41253 . ?theater wdt:P17 wd:Q414 . OPTIONAL { ?theater wdt:P131 ?adminArea . ?adminArea rdfs:label ?adminAreaLabel . FILTER(LANG(?adminAreaLabel) = \"en\") } ?theater rdfs:label ?theaterLabel . FILTER(LANG(?theaterLabel) = \"en\") } LIMIT 500", "paraphrases": ["What are the movie theaters in Argentina and in which cities or provinces are they located?", "List all movie theaters in Argentina along with the administrative areas they are located in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q414> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,cy,fr,de,es,nl,hy,ja,ru,ca\". } } LIMIT 500"}}
{"id": "val_1131", "question": "Human football players with Spanish descriptions containing \"Futbolista\", including their gender and country.", "sparql": "SELECT DISTINCT ?player ?gender ?country ?description WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q937857 . ?player wdt:P21 ?gender . ?player wdt:P27 ?country . ?player schema:description ?description . FILTER (LANG(?description) = \"es\") . FILTER (REGEX(?description, \"Futbolista\", \"i\")) } LIMIT 3", "paraphrases": ["Who are some football players who are described as \"Futbolista\" in Spanish, and what are their gender and country of citizenship?", "List up to three football players who have a Spanish-language Wikipedia description mentioning \"Futbolista\", along with their gender and country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . OPTIONAL { ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . FILTER ( ( REGEX ( ?var4 , \"Futbolista\" ) ) ) . } } LIMIT 3"}}
{"id": "val_1132", "question": "Railway stations with number of platform tracks grouped in fives and their coordinates.", "sparql": "SELECT ?station ?stationLabel ( FLOOR( ?tracks / 5 ) AS ?trackGroups ) ?coords WHERE { ?station wdt:P1103 ?tracks ; wdt:P625 ?coords . OPTIONAL { ?station skos:prefLabel ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") } }", "paraphrases": ["What are the railway stations, their English names, the number of platform tracks divided into groups of five, and their geographic coordinates?", "Show me railway stations along with their English names, how many groups of five tracks they have, and their locations on Earth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( FLOOR ( ( ?var2 /\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1103> ?var2 ; <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1133", "question": "Who are the presidents of the United States?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q11696 .\n  ?person rdfs:label ?personLabel\n  FILTER ( LANG( ?personLabel ) = 'en' )\n}", "paraphrases": ["List all individuals who have held the office of President of the United States.", "Which people have served as President of the United States?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2567845> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_1134", "question": "What images are associated with G\u00fcnther Sch\u00f6rner through his employers, birthplace, country, field of work, occupations, or gender?", "sparql": "SELECT DISTINCT ?image WHERE { wd:Q1561844 ?property ?entity . ?entity wdt:P18 ?image . FILTER (?entity != wd:Q5) . FILTER (?property IN (wdt:P108, wdt:P19, wdt:P27, wdt:P101, wdt:P106, wdt:P21)) . }", "paraphrases": ["Show me all Wikimedia Commons images linked to G\u00fcnther Sch\u00f6rner\u2019s affiliations, origins, or categories, excluding portraits of people.", "Retrieve images of places and concepts related to G\u00fcnther Sch\u00f6rner, such as universities he worked at, his birthplace, and his academic fields."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q1561844> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q1561844> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1561844> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1135", "question": "Lists of association football players with qualifiers like league or occupation.", "sparql": "SELECT ?list (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?list p:P360 ?statement . ?statement ps:P360 wd:Q937857 . OPTIONAL { ?statement pq:P118 ?p118 . BIND(pq:P118 AS ?qualifierProperty) } OPTIONAL { ?statement pq:P106 ?p106 . BIND(pq:P106 AS ?qualifierProperty) } } GROUP BY ?list LIMIT 101", "paraphrases": ["Which lists of association football players include additional details such as the league or occupation?", "Show me the lists of association football players and indicate if they are qualified by a league or occupation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P360> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/P360> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1136", "question": "What are the entities linked to the Qur\u2019an, and what images are available for the Qur\u2019an and those entities?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value ?imageQuran ?imageValue WHERE {\n  wd:Q428 ?property ?value .\n  OPTIONAL {\n    wd:Q428 wdt:P18 ?imageQuran .\n  }\n  OPTIONAL {\n    ?value wdt:P18 ?imageValue .\n  }\n  FILTER ( isIRI( ?value ) )\n}\nORDER BY ?property", "paraphrases": ["Show me all the entities associated with the Qur\u2019an and their images, along with the Qur\u2019an\u2019s own image.", "List the property-value pairs for the Qur\u2019an where the value is an entity, and include any images of the Qur\u2019an or its associated entities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q428> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q428> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he\". } }"}}
{"id": "val_1137", "question": "Fictional cats in media with English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER ( LANG( ?catLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names of fictional cats in Wikidata?", "List the English labels of all entities classified as house cats in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ?var1Label AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1138", "question": "What is the Twitter username for Agnes Wold on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"AgnesWold\"\n  }\n}\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["Can you find the Wikidata item for the Twitter handle \"AgnesWold\" and list it in order of how many Wikipedia links it has?", "Which entity on Wikidata has the Twitter username \"AgnesWold\", and how many sitelinks does it have?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"MariHuup\" ) ( \"string2\" ) ( \"sagajo\" ) ( \"string3\" ) ( \"johmag67\" ) ( \"aunt_green\" ) ( \"RRasmusson\" ) ( \"dahbjo\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"crehbinder\" ) ( \"AgnesWold\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1139", "question": "Does the VIAF ID 40145193350070460511 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P214 \"40145193350070460511\" . }", "paraphrases": ["Is there a Wikidata item for the person with VIAF ID 40145193350070460511?", "Confirm if the Virtual International Authority File identifier 40145193350070460511 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"40145193350070460511\". }"}}
{"id": "val_1140", "question": "Universities in Germany with their coordinates", "sparql": "SELECT ?label ?coord WHERE { ?university (wdt:P31/wdt:P279*) wd:Q3918 ; wdt:P17 wd:Q183 ; wdt:P625 ?coord . ?university rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the names and locations of universities in Germany?", "List all universities in Germany and their geographic coordinates in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3918> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_1141", "question": "List of airports and their subclasses in English", "sparql": "SELECT DISTINCT ?airport ?airportLabel WHERE { ?airport (wdt:P31/wdt:P279*) wd:Q1248784 . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") } LIMIT 50", "paraphrases": ["What are some airports and airport subclasses with English labels?", "Show me up to 50 airports and related types with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1248784> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ms\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_1142", "question": "What is the English label and description of the language with UNESCO Atlas ID 2055?", "sparql": "SELECT ?language ?label ?description WHERE { ?language wdt:P2355 \"2055\" . ?language rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?language schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Which language is identified by the UNESCO ID 2055, and what is its English description?", "Tell me the name and description in English of the endangered language with UNESCO ID 2055."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2355> \"2055\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1143", "question": "Who are some people whose occupation, field of work, or position held is sports commentator?", "sparql": "SELECT ?person ?personLabel WHERE { ?person (wdt:P106|wdt:P101|wdt:P39) wd:Q2986228 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ?personLabel LIMIT 100", "paraphrases": ["List notable individuals associated with sports commentary as their job or role.", "What are the names of people who work as sports commentators, either as their main occupation, field of expertise, or held position?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q2986228> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_1144", "question": "What railway stations are connected to lines with sRGB color codes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?station ?stationLabel ?lineColor WHERE {\n  ?station(wdt:P81 / wdt:P465) ?lineColor .\n  ?station rdfs:label ?stationLabel .\n}", "paraphrases": ["Which railway stations belong to lines that have a specific hex color assigned to them?", "List all railway stations along with the color of the railway line they are on."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P81> / <http://www.wikidata.org/prop/direct/P465> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1145", "question": "What are the Spanish labels of the properties that connect Potsdam to other entities, along with the count of those entities and their Spanish labels?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?prop ( COUNT( ?obj ) AS ?count ) ( GROUP_CONCAT( ?objLabel ; SEPARATOR = \", \" ) AS ?objLabels ) ?propLabel WHERE {\n  wd:Q1711 ?prop ?obj .\n  ?obj rdfs:label ?objLabel .\n  FILTER ( LANG( ?objLabel ) = \"es\" ) .\n  ?propItem wikibase:directClaim ?prop .\n  ?propItem rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"es\" ) .\n}\nGROUP BY ?prop ?propLabel", "paraphrases": ["Spanish property labels and linked objects for Potsdam, grouped by property.", "Show me all the properties of Potsdam in Spanish, how many objects each has, and what those objects are called in Spanish."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1711> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1146", "question": "What teams did Yohan Cabaye play for, and when did he join each team?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?team ?startDate ?teamLabel WHERE {\n  wd:Q1910 p:P54 ?statement .\n  ?statement ps:P54 ?team .\n  ?statement pq:P580 ?startDate .\n  ?team rdfs:label ?teamLabel .\n  FILTER ( LANG( ?teamLabel ) = \"en\" )\n}", "paraphrases": ["List the English names of the football clubs and national teams Yohan Cabaye was a member of, along with the start dates of his membership.", "When did Yohan Cabaye start playing for each of the teams he represented, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q1910> <http://www.wikidata.org/prop/direct/P54> [ <http://www.wikidata.org/prop/qualifier/P580> ?var2 ] . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } }"}}
{"id": "val_1147", "question": "List all association football clubs and their names in all languages.", "sparql": "SELECT ?club ?label WHERE { ?club wdt:P31 wd:Q476028 . ?club rdfs:label ?label . }", "paraphrases": ["What are the names of all association football clubs in Wikidata, across different languages?", "Show me every football club that is an instance of an association football club, along with its label in every language it has."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q476028> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . }"}}
{"id": "val_1148", "question": "Who are the presidents of the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q11696 .\n  ?person rdfs:label ?personLabel\n  FILTER(LANG(?personLabel) = 'en')\n}", "paraphrases": ["List all individuals who have held the office of President of the United States.", "Which people have been the President of the United States according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q65351> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_1149", "question": "Schools with start or end time for their use as educational institutions", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?schoolLabel ?qualifierLabel WHERE {\n  ?school p:P366 ?statement .\n  ?statement ps:P366 wd:Q3914 .\n  ?school rdfs:label ?schoolLabel .\n  FILTER ( LANG( ?schoolLabel ) = \"en\" ) .\n  OPTIONAL {\n    {\n      ?statement pq:P580 ?value .\n      BIND( \"start time\" AS ?qualifierLabel )\n    } UNION {\n      ?statement pq:P582 ?value .\n      BIND( \"end time\" AS ?qualifierLabel )\n    }\n  }\n}\nGROUP BY ?schoolLabel ?qualifierLabel\nLIMIT 101", "paraphrases": ["Which schools have a recorded start or end date for when they were used as schools?", "Show me schools that have a known time period during which they were used as schools, along with their start or end dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P366> <http://www.wikidata.org/entity/Q3914> . ?var1 <http://www.wikidata.org/prop/P366> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1150", "question": "What images are associated with the main subjects of works written by Nowell Myres?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image WHERE {\n  ?work wdt:P50 wd:Q7066638 .\n  ?work wdt:P921 ?subject .\n  ?subject wdt:P18 ?image .\n}", "paraphrases": ["Show me pictures of places or topics that are the focus of books authored by Nowell Myres.", "Which Wikimedia Commons images depict the subjects of archaeological publications by Nowell Myres?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q46722877> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q46722877> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46722877> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1151", "question": "Mountains over 7000 meters tall with their first ascent details, including country, date, and climbers.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?mountain(SAMPLE(?mountainLabelEn) AS ?mountainLabel) ?coordinates ?elevation(SAMPLE(?countryLabelEn) AS ?countryLabel)(SAMPLE(?ascentDate) AS ?date)(SAMPLE(?participantLabelEn) AS ?participantLabel) WHERE {\n  ?mountain wdt:P2044 ?elevation ; wdt:P625 ?coordinates ; wdt:P793 wd:Q1194369 .\n  OPTIONAL {\n    ?mountain p:P793 ?ascentStatement .\n    ?ascentStatement pq:P585 ?ascentDate ; pq:P710 ?participant .\n    ?participant rdfs:label ?participantLabelEn .\n    FILTER(LANG(?participantLabelEn) = \"en\")\n  }\n  ?mountain p:P17 ?countryStatement .\n  ?countryStatement ps:P17 ?country .\n  OPTIONAL {\n    ?mountain rdfs:label ?mountainLabelEn .\n    FILTER(LANG(?mountainLabelEn) = \"en\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabelEn .\n    FILTER(LANG(?countryLabelEn) = \"en\")\n  }\n  FILTER(?elevation > 7000)\n}\nGROUP BY ?mountain ?coordinates ?elevation\nORDER BY ASC(?mountain)\nLIMIT 50", "paraphrases": ["Which mountains higher than 7000 meters have had a first ascent, and who were the climbers and when did it happen?", "List all mountains above 7000 meters in elevation that were first climbed, along with their location, country, and the names of the climbers and date of the first ascent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var7 ?var8 ?var8Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value-normalized/P2044> / <http://wikiba.se/ontology#quantityAmount> ) ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; <http://www.wikidata.org/prop/P17> ?var5 ; <http://www.wikidata.org/prop/direct/P793> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P793> ?var9 . ?var9 <http://www.wikidata.org/prop/qualifier/P585> ?var7 . ?var9 <http://www.wikidata.org/prop/qualifier/P710> ?var8 . } FILTER ( ( ( ?var3 > \"7000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var6 = <http://www.wikidata.org/entity/Q1194369> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 ) LIMIT 50"}}
{"id": "val_1152", "question": "What external identifiers are associated with the National University of Distance Education (UNED), and from which systems do they come?", "sparql": "SELECT ?propertyLabel ?externalId WHERE { wd:Q421739 ?propertyUri ?externalId . ?property wikibase:directClaim ?propertyUri . ?property wikibase:propertyType wikibase:ExternalId . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["List the names of the external ID systems and their corresponding IDs for UNED.", "Which institutions and databases provide external identifiers for the Spanish university UNED?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q421739> ?var4 ?var3 . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_1153", "question": "Female alumni of the Central School of Speech and Drama and their birthplaces with coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthPlaceLabel ?coordinates WHERE {\n  ?person wdt:P69 wd:Q981195 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P625 ?coordinates .\n  ?person rdfs:label ?personLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?birthPlaceLabel) = \"en\")\n}", "paraphrases": ["Who are the female graduates of the Central School of Speech and Drama, where were they born, and what are the geographic coordinates of their birthplaces?", "List the names of women who studied at the Central School of Speech and Drama, along with their birth locations and the GPS coordinates of those locations."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q981195> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1154", "question": "Football players named Jardel, their clubs in English, and when they joined or left.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?player ?club ?startDate ?endDate WHERE {\n  ?player wdt:P3046 ?foraDeJogoId ; p:P54 ?membershipStatement ; rdfs:label ?playerLabel .\n  FILTER ( REGEX( ?playerLabel , \"Jardel\" , \"i\" ) ) .\n  ?membershipStatement ps:P54 ?club .\n  ?club rdfs:label ?clubLabel .\n  FILTER ( LANG( ?clubLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?membershipStatement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?membershipStatement pq:P582 ?endDate .\n  }\n}\nORDER BY DESC ( ?startDate )", "paraphrases": ["Which football clubs did players named Jardel play for, and during what periods, sorted by most recent start date?", "List all English-named football clubs associated with players whose names contain \"Jardel\", along with the start and end dates of their memberships, ordered from most recent to oldest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3046> ?var5 ; <http://www.wikidata.org/prop/P54> ?var6 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( REGEX ( ?var7 , \"Jardel\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ?var6 ( <http://www.wikidata.org/prop/statement/P54> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } ORDER BY DESC( ?var3 )"}}
{"id": "val_1155", "question": "What entity has the IMDb ID \"tt0325191\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt0325191\" .\n}", "paraphrases": ["Which Wikidata item is linked to the IMDb identifier tt0325191?", "Can you find the item in Wikidata that corresponds to the IMDb ID tt0325191?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0325191\". }"}}
{"id": "val_1156", "question": "List English-named railway stations in the United States with their Wikipedia pages and sample images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?station ?stationLabel ?wikipediaPage(SAMPLE(?img) AS ?imageSample) WHERE {\n  ?station wdt:P31 wd:Q55488 .\n  ?station wdt:P17 wd:Q30 .\n  OPTIONAL {\n    ?station wdt:P18 ?img .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?station .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?station rdfs:label ?stationLabel .\n  FILTER(LANG(?stationLabel) = 'en')\n}\nGROUP BY ?station ?stationLabel ?wikipediaPage", "paraphrases": ["What are the railway stations in the United States that have English labels, Wikipedia articles, and images on Wikimedia Commons?", "Please provide a list of U.S. railway stations, including their English names, links to their English Wikipedia pages, and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q234180> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4"}}
{"id": "val_1157", "question": "Does Benjamin D. Santer have the VIAF ID 45030633?", "sparql": "ASK WHERE { ?item wdt:P214 \"45030633\" . }", "paraphrases": ["Is there a person in Wikidata with the VIAF identifier 45030633?", "Confirm if the VIAF ID 45030633 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"45030633\". }"}}
{"id": "val_1158", "question": "What is the location and country of the airport with IATA code PAM?", "sparql": "SELECT ?airport ?airportLabel ?country ?coordinates WHERE { ?airport wdt:P238 \"PAM\" . ?airport wdt:P17 ?country . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["Where is Tyndall Air Force Base located, and which country is it in?", "Give me the name, country, and geographic coordinates of the airport that uses the IATA code PAM."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"PAM\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1159", "question": "Did Angela Merkel serve as Chancellor of Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q567 wdt:P39 wd:Q4970706 .\n}", "paraphrases": ["Is it true that Angela Merkel held the office of Federal Chancellor?", "What positions did Angela Merkel hold, and was one of them Chancellor of Germany?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q87466> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_1160", "question": "What works are about two distinct topics related to classical antiquity or humanism?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { ?work wdt:P921 ?topic1 , ?topic2 . FILTER ( ?topic1 != ?topic2 ) { ?topic1 (wdt:P279*) wd:Q486761 . } UNION { ?topic1 (wdt:P279*) wd:Q46158 . } { ?topic2 (wdt:P279*) wd:Q486761 . } UNION { ?topic2 (wdt:P279*) wd:Q46158 . } ?topic1 rdfs:label ?topic1Label . ?topic2 rdfs:label ?topic2Label . FILTER(LANG(?topic1Label) = \"en\") FILTER(LANG(?topic2Label) = \"en\") }", "paraphrases": ["Which pairs of topics, such as humanism and classical antiquity, are main subjects of the same work?", "Find items that have two different main subjects, both connected to the themes of the journal Gymnasium \u2014 classical antiquity and humanism."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q473664> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q473664> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q473664> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q473664> != ?var1 ) && ( <http://www.wikidata.org/entity/Q473664> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1161", "question": "What Wikidata item has the IMDb ID tt0734706?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0734706\" . } LIMIT 1", "paraphrases": ["Which movie on Wikidata is identified by the IMDb identifier tt0734706?", "Find the Wikidata entry for the movie with IMDb ID tt0734706."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0734706\". } LIMIT 1"}}
{"id": "val_1162", "question": "List airports and their countries.", "sparql": "SELECT ?airport ?country WHERE { ?airport wdt:P31 wd:Q1248784 . OPTIONAL { ?airport wdt:P17 ?country . } } LIMIT 500", "paraphrases": ["What countries are airports located in?", "Show me a list of airports along with the countries they are in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } } LIMIT 500"}}
{"id": "val_1163", "question": "List of house cats with their names", "sparql": "SELECT ?cat ?catLabel WHERE { ?cat wdt:P31 wd:Q146 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") }", "paraphrases": ["What are the names of all house cats in Wikidata?", "Show me the English names of all entities that are instances of house cats."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . ?var3 <http://www.wikidata.org/prop/direct/P1932> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P854> ?var3 . } }"}}
{"id": "val_1164", "question": "Teams and athletes who play a sport and compete in a league, along with their sport and league names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity ?entityLabel ?sport ?sportLabel ?league ?leagueLabel WHERE {\n  ?entity wdt:P641 ?sport .\n  ?entity wdt:P118 ?league .\n  ?entity rdfs:label ?entityLabel .\n  ?sport rdfs:label ?sportLabel .\n  ?league rdfs:label ?leagueLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  FILTER(LANG(?sportLabel) = \"en\")\n  FILTER(LANG(?leagueLabel) = \"en\")\n}\nLIMIT 20", "paraphrases": ["Which athletes or teams participate in both a specific sport and a league, and what are the names of the sport and league?", "Show me a list of sports and leagues associated with teams or athletes, including the English names of the entities, sports, and leagues."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P118> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P641> ?var1 . } }"}}
{"id": "val_1165", "question": "Who have been the Presidents of the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P39 wd:Q11696 .\n}", "paraphrases": ["List all individuals who have held the office of President of the United States.", "Which people have served as President of the United States?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2693785> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_1166", "question": "What is another association football club similar to FC Energiya Volzhsky?", "sparql": "SELECT ?club ?clubLabel WHERE { wd:Q1975949 wdt:P31 wd:Q476028 . ?club wdt:P31 wd:Q476028 . ?club rdfs:label ?clubLabel . FILTER (?club != wd:Q1975949) FILTER (lang(?clubLabel) = \"en\") } ORDER BY ?clubLabel LIMIT 1", "paraphrases": ["Can you list the first English-named football club (other than FC Energiya Volzhsky) that belongs to the same category?", "Show me one football club that is classified the same way as FC Energiya Volzhsky, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43263422> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1975949> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1167", "question": "Which constituencies were represented in the 39th UK Parliament, and when were they created and abolished?", "sparql": "SELECT DISTINCT ?constituency ?constituencyLabel ?instanceTypeLabel ?inceptionDate ?dissolutionDate WHERE { ?person p:P39 ?statement . ?statement ps:P39 wd:Q41582600 . ?statement pq:P768 ?constituency . ?constituency wdt:P31 wd:Q27971968 . OPTIONAL { ?constituency rdfs:label ?constituencyLabel . FILTER(LANG(?constituencyLabel) = \"en\") } OPTIONAL { ?constituency wdt:P31 ?instanceType . ?instanceType rdfs:label ?instanceTypeLabel . FILTER(LANG(?instanceTypeLabel) = \"en\") } OPTIONAL { ?constituency wdt:P571 ?inceptionDate } OPTIONAL { ?constituency wdt:P576 ?dissolutionDate } }", "paraphrases": ["What are the names, creation dates, and dissolution dates of the UK parliamentary constituencies represented during the 39th Parliament?", "List all UK constituencies that had representatives in the 39th Parliament, including when each constituency was established and when it ended."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q41582600> . ?var6 <http://www.wikidata.org/prop/qualifier/P768> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1168", "question": "What are the qualifier properties associated with Karl Marx\u2019s marriage to Jenny von Westphalen?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?spouse ?statement(SAMPLE(?qualifier) AS ?qualifierProperty) WHERE {\n  ?spouse p:P26 ?statement .\n  ?statement ps:P26 wd:Q9061 .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n  }\n}\nGROUP BY ?spouse ?statement", "paraphrases": ["Which qualifiers (like start time or end time) are attached to the marriage statement of Karl Marx?", "For Karl Marx\u2019s spouse, what additional details (qualifiers) are recorded in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q9061> . ?var1 <http://www.wikidata.org/prop/P26> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1169", "question": "Which 200 humans have pages on Species Wikidata?", "sparql": "SELECT ?human ?humanLabel (COUNT(?page) AS ?pageCount) WHERE { ?page schema:about ?human . ?page schema:isPartOf <https://species.wikimedia.org/> . ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } GROUP BY ?human ?humanLabel ORDER BY DESC(?pageCount) LIMIT 200", "paraphrases": ["List the names of people linked to Species Wikidata who are classified as humans.", "Who are the researchers or scientists documented on Species Wikidata, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 ) LIMIT 200"}}
{"id": "val_1170", "question": "Is there a Wikidata item with VIAF ID 276503900?", "sparql": "ASK WHERE { ?item wdt:P214 \"276503900\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 276503900 correspond to any entity in Wikidata?", "Can you confirm whether the VIAF ID 276503900 is assigned to any person or organization in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"276503900\". }"}}
{"id": "val_1171", "question": "Images of Tim Berners-Lee and topics or co-authors of his works", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q80 wdt:P18 ?image .\n  } UNION {\n    ?work wdt:P50 wd:Q80 .\n    ?work wdt:P921 ?topic .\n    ?topic wdt:P18 ?image .\n  } UNION {\n    ?work wdt:P50 wd:Q80 .\n    ?coauthor wdt:P50 ?work .\n    ?coauthor wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are associated with Tim Berners-Lee, either directly, through the subjects of his works, or through his co-authors?", "Show me all images related to Tim Berners-Lee, including those of the main topics of works he authored and images of his co-authors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q80> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q80> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q80> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1172", "question": "List all airports with their geographic coordinates and IATA codes.", "sparql": "SELECT DISTINCT ?airport ?coordinates ?airportLabel ?iataCode WHERE { ?airport wdt:P31 wd:Q1248784 . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . OPTIONAL { ?airport wdt:P238 ?iataCode . } FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["What are the names, coordinates, and IATA codes of all airports in the world?", "Show me the English names, locations, and IATA codes of all airports, including those without IATA codes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"ar\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var3 . } }"}}
{"id": "val_1173", "question": "Episodes of the German TV series \"Ein starkes Team\" with their air dates and IMDb IDs.", "sparql": "SELECT ?episodeNumber ?episode ?episodeLabel ?airDate ?ldifId ?imdbId ?ofdbId WHERE { ?episode wdt:P179 wd:Q173836 . OPTIONAL { ?episode pq:P1545 ?episodeNumber . } OPTIONAL { ?episode wdt:P3107 ?ldifId . } OPTIONAL { ?episode wdt:P345 ?imdbId . } OPTIONAL { ?episode wdt:P3138 ?ofdbId . } OPTIONAL { ?episode wdt:P577 ?airDate . } ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = \"de\") . } ORDER BY ASC(?airDate)", "paraphrases": ["What are the titles, air dates, and IMDb identifiers of all episodes of the German crime series \"Ein starkes Team\", sorted by broadcast date?", "Please list all episodes of \"Ein starkes Team\" in chronological order, showing their German titles, release dates, and IMDb links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5Label ?var6 ?var7 ?var8 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q173836> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/qualifier/P1545> ?var1 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P3107> ?var6 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P345> ?var7 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P3138> ?var8 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P577> ?var4 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P57> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var4 )"}}
{"id": "val_1174", "question": "Association football players and their native names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?player ?nativeName WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  OPTIONAL {\n    ?player wdt:P1559 ?nativeName .\n  }\n}\nLIMIT 200", "paraphrases": ["Who are some association football players, and what are their names in their native languages?", "List up to 200 association football players along with their native names, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2 . } } LIMIT 200"}}
{"id": "val_1175", "question": "Is there a Wikidata item with VIAF ID 47511063?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"47511063\" .\n}", "paraphrases": ["Does the person Carl Wilhelm Koppe have a VIAF identifier of 47511063?", "Confirm whether the Virtual International Authority File ID 47511063 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"47511063\". }"}}
{"id": "val_1176", "question": "Does Wolfgang Proske have a VIAF ID of 44950248?", "sparql": "ASK WHERE {\n  ?item wdt:P214 \"44950248\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 44950248?", "Confirm whether the Virtual International Authority File ID 44950248 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"44950248\". }"}}
{"id": "val_1177", "question": "List airports with IATA codes sorted alphabetically by code.", "sparql": "SELECT ?airport ?airportLabel WHERE { ?airport wdt:P238 ?iataCode . ?airport wdt:P31 wd:Q1248784 . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") } ORDER BY ASC(?iataCode) LIMIT 20", "paraphrases": ["What are the English names of airports that have IATA codes, ordered by the code?", "Show me the top 20 airports with IATA codes and their English names, sorted by IATA code."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1178", "question": "Images of main subjects of works authored by Rachel Askew.", "sparql": "SELECT DISTINCT ?image WHERE { ?work wdt:P50 wd:Q44181352 . ?work wdt:P921 ?subject . ?subject wdt:P18 ?image . }", "paraphrases": ["What images are associated with the main subjects of works written by Rachel Askew?", "Show me the Wikimedia Commons images of topics that are the main subjects of Rachel Askew\u2019s publications."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q44181352> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q44181352> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q44181352> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1179", "question": "What type of entity is the White Cloud Mountains, and what type is a list in Wikidata?", "sparql": "SELECT ?mountainType ?listType WHERE { wd:Q7994576 wdt:P31 ?mountainType . wd:Q10000109 wdt:P31 ?listType .}", "paraphrases": ["What are the instance-of classifications for the White Cloud Mountains and for a list item in Wikidata?", "Is the White Cloud Mountains a mountain system, and is a list classified as a list in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7994576> <http://www.wikidata.org/prop/direct/P31> ?var2 . <http://dbpedia.org/resource/List_of_accidents_and_incidents_involving_airliners_by_location> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_1180", "question": "Who is the American citizen married to Melinda Gates, and what are their given names and family name?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ( STR( ?givenNameLabel ) AS ?givenNameStr ) ( STR( ?familyNameLabel ) AS ?familyNameStr ) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P735 ?givenName .\n  ?person wdt:P734 ?familyName .\n  ?person wdt:P26 wd:Q463877 .\n  ?person wdt:P27 wd:Q30 .\n  ?givenName rdfs:label ?givenNameLabel .\n  ?familyName rdfs:label ?familyNameLabel .\n  FILTER ( LANGMATCHES( LANG( ?givenNameLabel ) , \"en\" ) ) .\n  FILTER ( LANGMATCHES( LANG( ?familyNameLabel ) , \"en\" ) )\n}", "paraphrases": ["What are the full names of the person married to Melinda Gates who is a citizen of the United States?", "Find the U.S. citizens married to Melinda Gates and list their first and last names."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . { { ?var1 <http://www.wikidata.org/prop/direct/P26> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q463877> ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P27> ?var5 . FILTER ( ( ( ?var5 = <http://www.wikidata.org/entity/Q30> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1181", "question": "What are some works (books, articles, etc.) that have food as their main subject?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?work ?workLabel WHERE {\n  ?work p:P921 ?statement .\n  ?statement ps:P921 wd:Q2095 .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nORDER BY ?workLabel\nLIMIT 101", "paraphrases": ["List English-language works that discuss food as their primary topic.", "Show me publications where food is the central theme, along with their titles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1182", "question": "Is there a Wikidata item with VIAF ID 177461380?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"177461380\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 177461380 exist in Wikidata?", "Confirm if the VIAF ID 177461380 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"177461380\". }"}}
{"id": "val_1183", "question": "What are all the parent classes of the mountain category in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q8502 wdt:P279 * ?superclass .\n}", "paraphrases": ["What classes does a mountain belong to, including indirect superclasses?", "Show me the full hierarchy of classes that include mountain as a subclass."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q37724725> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_1184", "question": "What are the most common English-language Wikimedia categories that food items belong to?", "sparql": "SELECT ?categoryLabel (COUNT(?food) AS ?count) WHERE { ?food wdt:P31 wd:Q2095 ; wdt:P910 ?category . ?category rdfs:label ?categoryLabel . FILTER(LANG(?categoryLabel) = \"en\") } GROUP BY ?category ?categoryLabel ORDER BY DESC(?count)", "paraphrases": ["List the categories associated with food items in English, sorted by how many food items are in each category.", "Which Wikimedia categories contain food items, and how many food items are in each category?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q2095> AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P1754> ?var5 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_1185", "question": "Who were the members of the UK House of Commons during the 2017\u20132019 parliamentary term?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P39 wd:Q30524710 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Which individuals served as Members of Parliament in the United Kingdom during the 57th Parliament?", "List the English names of all people who were MPs in the UK\u2019s 57th Parliament."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q16707842> . ?var2 <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q29974940> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1186", "question": "What are Karl Marx\u2019s occupations and where was he born?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupationLabel ?birthPlaceLabel WHERE {\n  wd:Q9061 wdt:P106 ?occupation ; wdt:P19 ?birthPlace .\n  ?occupation rdfs:label ?occupationLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n}", "paraphrases": ["Can you list Karl Marx\u2019s professions and his place of birth?", "What did Karl Marx do for a living, and in which city was he born?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1869440> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_1187", "question": "List members of the 57th UK Parliament with their surnames, sorted alphabetically by surname.", "sparql": "SELECT ?person ?personLabel ?surname ?surnameLabel WHERE { ?person p:P39 ?statement . ?statement ps:P39 wd:Q30524710 . OPTIONAL { ?person wdt:P734 ?surname . ?surname rdfs:label ?surnameLabel . FILTER(LANG(?surnameLabel) = \"en\") } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?surnameLabel)", "paraphrases": ["Who were the members of the 57th Parliament of the United Kingdom, and what are their family names?", "Show me the names of all individuals who served in the 57th UK Parliament, along with their last names if available, ordered by last name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q30524710> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_1188", "question": "What are the images of the main topics covered in Sara H. Konrath\u2019s academic publications?", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q33104052 wdt:P18 ?image . } UNION { ?differentEntity wdt:P1889 wd:Q33104052 . ?differentEntity wdt:P18 ?image . FILTER (?differentEntity != wd:Q5) } UNION { ?work wdt:P50 wd:Q33104052 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q33104052 . ?coAuthor wdt:P50 ?work . ?coAuthor wdt:P18 ?image . } }", "paraphrases": ["Show me all Wikimedia Commons images associated with the subjects of papers written by Sara H. Konrath.", "Which visual representations (images) are linked to the research topics of Sara H. Konrath\u2019s scholarly works?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q33104052> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q33104052> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q33104052> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1189", "question": "Who are the people educated at universities?", "sparql": "SELECT ?person ?university WHERE { ?university wdt:P31 wd:Q3918 . ?person wdt:P69 ?university . ?person wdt:P31 wd:Q5 . } LIMIT 1000", "paraphrases": ["List people and the universities they attended.", "Show me a list of humans and the universities they graduated from, where universities are institutions of higher education."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . } LIMIT 1000"}}
{"id": "val_1190", "question": "What is the subclass of the Mirage of astronomical objects, and what type of geographical feature are the White Cloud Mountains?", "sparql": "SELECT ?type1 ?type2 WHERE { wd:Q7994576 wdt:P31 ?type2 . wd:Q5964459 wdt:P279 ?type1 . }", "paraphrases": ["Is the Mirage of astronomical objects a type of mirage, and are the White Cloud Mountains a mountain system?", "What class does the Mirage of astronomical objects belong to as a subclass, and what category does the White Cloud Mountains fall under as an instance?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7994576> <http://www.wikidata.org/prop/direct/P31> ?var2 . <http://www.wikidata.org/entity/Q5964459> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_1191", "question": "Wikimedia Commons categories for items with \"mountain\" in their English label", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?commonsCategory WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' ) .\n  FILTER ( CONTAINS( LCASE( ?label ) , 'mountain' ) ) .\n  ?item wdt:P373 ?commonsCategory .\n}\nLIMIT 10", "paraphrases": ["What are the Commons categories for geographical features whose English name includes \"mountain\"?", "Show me the Commons categories linked to items that have \"mountain\" in their English label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . ?var1 ?var3Label \"string1\"@en . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var2 . } } LIMIT 10"}}
{"id": "val_1192", "question": "List all airports and their IATA codes.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?airport ?airportLabel ?iataCode WHERE {\n  ?airport wdt:P31 wd:Q1248784 .\n  OPTIONAL {\n    ?airport wdt:P238 ?iataCode .\n  }\n}", "paraphrases": ["What are the IATA codes for all airports in Wikidata?", "Can you show me a list of all airports along with their three-letter IATA identifiers, if available?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q1248784> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var2 . } }"}}
{"id": "val_1193", "question": "What qualifiers and values are associated with competition class statements in Wikidata?", "sparql": "SELECT ?item ?qualifier ?value WHERE { ?item p:P2094 [ ?qualifier ?value ] . FILTER ( ?qualifier != ps:P2094 ) FILTER ( ?qualifier != wikibase:rank ) FILTER ( ?qualifier != rdf:type ) FILTER ( ?qualifier != prov:wasDerivedFrom ) }", "paraphrases": ["For items classified under a competition class, what additional details (like start time or criterion) are recorded as qualifiers?", "Show me all the extra information (such as dates or criteria) that qualify how an athlete or team is classified in a sport competition."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P2094> [ ?var2 ?var3 ] . FILTER ( ( ( ?var2 != <http://www.wikidata.org/prop/qualifier/P1013> ) ) ) . FILTER ( ( ( ?var2 != <http://www.wikidata.org/prop/statement/P2094> ) ) ) . FILTER ( ( ( ?var2 != <http://wikiba.se/ontology#rank> ) ) ) . FILTER ( ( ( ?var2 != <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ) ) ) . FILTER ( ( ( ?var2 != <http://www.w3.org/ns/prov#wasDerivedFrom> ) ) ) . }"}}
{"id": "val_1194", "question": "Birthplace coordinates of members of the 37th UK Parliament", "sparql": "SELECT DISTINCT ?member ?latitude ?longitude ?birthPlaceLabel WHERE { ?member (p:P39/ps:P39/wdt:P279*) wd:Q41582593 . ?member wdt:P19 ?birthPlace . ?birthPlace p:P625 ?coordinateStatement . ?coordinateStatement psv:P625 ?coordinateValue . ?coordinateValue wikibase:geoLatitude ?latitude . ?coordinateValue wikibase:geoLongitude ?longitude . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") }", "paraphrases": ["Where were the members of the 37th Parliament of the United Kingdom born, and what are the geographic coordinates of those places?", "Show me the English names and latitude/longitude of the birthplaces of all people who served in the 37th UK Parliament."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P39> / <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q41582593> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/P625> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/value/P625> ?var6 . ?var6 <http://wikiba.se/ontology#geoLatitude> ?var2 . ?var6 <http://wikiba.se/ontology#geoLongitude> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P102> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1195", "question": "List of association football players.", "sparql": "SELECT DISTINCT ?player ?playerLabel WHERE { ?player wdt:P106 wd:Q937857 . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are some people whose occupation is association football player?", "Can you show me 100 association football players along with their English names?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . } LIMIT 100"}}
{"id": "val_1196", "question": "What is the most general category that both Apple and Chibok belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q35120 rdfs:label ?commonLabel .\n  FILTER ( LANG( ?commonLabel ) = \"en\" )\n}\nLIMIT 1", "paraphrases": ["What do Apple and Chibok have in common in terms of their classification in Wikidata?", "What is the highest-level class that includes both a technology company like Apple and a Nigerian local government area like Chibok?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q312> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5095348> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1197", "question": "What category do both Hannah Arendt and Pavel Durov belong to through their occupations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commonClassLabel WHERE {\n  wd:Q60025 wdt:P106 ?hannahOccupation .\n  wd:Q149067 wdt:P106 ?pavelOccupation .\n  ?hannahOccupation wdt:P279 * wd:Q901 .\n  ?pavelOccupation wdt:P279 * wd:Q901 .\n  wd:Q901 rdfs:label ?commonClassLabel .\n  FILTER ( LANG( ?commonClassLabel ) = \"en\" )\n}", "paraphrases": ["What is the most specific shared professional classification between philosopher Hannah Arendt and computer scientist Pavel Durov?", "Are Hannah Arendt and Pavel Durov both considered scientists in Wikidata\u2019s taxonomy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60025> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q149067> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1198", "question": "Is Henry Lawrie an association football player?", "sparql": "ASK WHERE { wd:Q3784963 wdt:P106 wd:Q937857 . }", "paraphrases": ["Does Henry Lawrie have the occupation of association football player?", "Confirm that Henry Lawrie is an association football player."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3784963> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1199", "question": "Occupations of people listed on Unifrance.org", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?occupation WHERE {\n  ?person wdt:P3980 ?unifranceId .\n  ?person wdt:P106 ?occupation .\n}", "paraphrases": ["What occupations do people with a Unifrance ID have?", "List all the occupations of individuals who have a Unifrance person identifier."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3980> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P106> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_1200", "question": "What is the VIAF ID for Og Mandino?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?viafId WHERE {\n  wd:Q2500222 wdt:P214 ?viafId .\n}", "paraphrases": ["What is the Virtual International Authority File identifier for the American author Og Mandino?", "Please provide the VIAF cluster ID associated with Og Mandino."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2500222> <http://www.wikidata.org/prop/direct/P214> ?var1 . } LIMIT 1"}}
{"id": "val_1201", "question": "Secondary schools with description \"secondary school\" in English", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?school ?description WHERE {\n  ?school wdt:P31 wd:Q159334 .\n  ?school schema:description ?description .\n  FILTER ( LANG( ?description ) = 'en' ) .\n  FILTER ( STR( ?description ) = \"secondary school\" )\n}", "paraphrases": ["Which secondary schools are described as \"secondary school\" in English?", "List all secondary schools whose English description is \"secondary school\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( ?var2 = \"string1\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q159334> . }"}}
{"id": "val_1202", "question": "What are all the parent categories of tax policy in Wikidata?", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q3445707 wdt:P279* ?subclass . }", "paraphrases": ["What classes does tax policy belong to, including indirect superclasses?", "List all the broader categories that tax policy is a part of, going up the hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3445707> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_1203", "question": "What are the country and coordinates of the airport with IATA code JFK?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?airport ?airportLabel ?country ?coord WHERE {\n  ?airport wdt:P238 \"JFK\" .\n  ?airport wdt:P17 ?country .\n  ?airport wdt:P625 ?coord .\n  ?airport rdfs:label ?airportLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?airportLabel) = \"en\")\n  .\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["Show me the name, country, and geographic coordinates of John F. Kennedy International Airport.", "Where is JFK Airport located, and which country does it belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"CNE\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1204", "question": "List of snack items recognized on Wikidata.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q749316 . FILTER(STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 21", "paraphrases": ["What are some examples of snacks that are classified as instances of snack on Wikidata?", "Show me 21 snack products with their English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q749316> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1205", "question": "Is there a Wikidata item with VIAF ID 47938144?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"47938144\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 47938144 exist in Wikidata?", "Confirm if the VIAF ID 47938144 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"47938144\". }"}}
{"id": "val_1206", "question": "Does Wikidata have an entity with VIAF ID 42751083?", "sparql": "ASK WHERE { ?item wdt:P214 \"42751083\" . }", "paraphrases": ["Is there a person in Wikidata identified by the VIAF number 42751083?", "Check if the Virtual International Authority File identifier 42751083 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"42751083\". }"}}
{"id": "val_1207", "question": "List of association football players with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?playerLabel WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  ?player rdfs:label ?playerLabel .\n  FILTER ( LANG( ?playerLabel ) = \"en\" )\n}\nLIMIT 5000", "paraphrases": ["Who are the association football players that have English-language labels on Wikidata?", "Show me the names (in English) of all people whose occupation is association football player."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . } LIMIT 5000"}}
{"id": "val_1208", "question": "What are the main properties used to identify schools in Wikidata?", "sparql": "SELECT ?mainPropertyLabel WHERE { wd:Q3914 wdt:P1687 ?mainProperty . ?mainProperty rdfs:label ?mainPropertyLabel . FILTER(LANG(?mainPropertyLabel) = \"en\") }", "paraphrases": ["Which Wikidata properties are designated as the primary identifiers for schools?", "Can you list the official school identification codes used in Wikidata for regions like Kerala and Taiwan?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3914> . ?var1 <http://www.wikidata.org/prop/direct/P1687> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } } LIMIT 10"}}
{"id": "val_1209", "question": "What monuments or plaques commemorate Richard Wagner, and do any of them have additional details (like dates or locations) attached to their commemoration claims?", "sparql": "SELECT ?commemoration ?statement (SAMPLE(?qualifier) AS ?qualifierProperty) WHERE { ?commemoration p:P547 ?statement . ?statement ps:P547 wd:Q1511 . OPTIONAL { ?statement ?qualifier ?value . ?qualifier wikibase:qualifier true . } } GROUP BY ?commemoration ?statement LIMIT 10", "paraphrases": ["List items that honor Richard Wagner and show any qualifiers used in those statements.", "Show me the memorials dedicated to Richard Wagner and indicate if any extra information (like when they were erected) is recorded in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P547> <http://www.wikidata.org/entity/Q1511> . ?var1 <http://www.wikidata.org/prop/P547> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1210", "question": "What is the Wikidata entity for the general concept of a gymnasium as an educational institution?", "sparql": "SELECT ?gymnasium WHERE { ?gymnasium wdt:P31 wd:Q112872396 . FILTER (?gymnasium = wd:Q55043) }", "paraphrases": ["Which Wikidata item represents a gymnasium as a type of secondary school in Europe?", "Can you identify the Wikidata entity for the educational institution known as a gymnasium?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Gymnasium> <http://www.w3.org/2002/07/owl#sameAs> ?var1 . FILTER ( ( REGEX ( ?var1 , \"string1\" ) ) ) . }"}}
{"id": "val_1211", "question": "List scientific names, authors, and publication years of Boletus sect. Boletus fungi.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?taxon ?scientificName ?authorLabel ?publicationYear ?basionymName ?basionymAuthorLabel ?basionymPublicationYear WHERE {\n  ?taxon wdt:P31 wd:Q16521 ; wdt:P171 wd:Q142945 .\n  ?taxon p:P225 ?nameStatement .\n  ?nameStatement ps:P225 ?scientificName .\n  OPTIONAL {\n    ?nameStatement pq:P405 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?nameStatement pq:P574 ?publicationYear .\n  }\n  OPTIONAL {\n    ?taxon wdt:P566 ?basionymTaxon .\n    ?basionymTaxon p:P225 ?basionymStatement .\n    ?basionymStatement ps:P225 ?basionymName .\n    OPTIONAL {\n      ?basionymStatement pq:P405 ?basionymAuthor .\n      ?basionymAuthor rdfs:label ?basionymAuthorLabel .\n      FILTER ( LANG( ?basionymAuthorLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?basionymStatement pq:P574 ?basionymPublicationYear .\n    }\n  }\n}\nORDER BY ASC ( ?scientificName )\nLIMIT 300", "paraphrases": ["What are the scientific names, authors, and years of description for species in the Boletus sect. Boletus clade?", "Show me the taxa in the Boletus sect. Boletus group along with their scientific names, who described them, and when they were published \u2014 including any basionyms if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6 ?var7Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q142945> . ?var1 <http://www.wikidata.org/prop/P225> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P225> ?var2 . OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P405> ?var10 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P574> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P566> ?var5 . ?var5 <http://www.wikidata.org/prop/P225> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/P225> ?var6 . OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P405> ?var12 . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var7Label . FILTER ( ( ( LANG ( ?var7Label ) = \"en\" ) ) ) . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P574> ?var8 . } } } ORDER BY ASC( ?var2 ) LIMIT 300"}}
{"id": "val_1212", "question": "Universities in India with their official websites.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?university ?website ?label WHERE {\n  ?university(wdt:P31 / wdt:P279 *) wd:Q3918 ; wdt:P856 ?website ;(wdt:P131 * / wdt:P17) wd:Q668 ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the official websites of universities located in India?", "List all universities in India along with their English names and official websites."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3918> ; <http://www.wikidata.org/prop/direct/P856> ?var2 ; ( <http://www.wikidata.org/prop/direct/P131> */ <http://www.wikidata.org/prop/direct/P17> ) ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q668> ) ) ) . }"}}
{"id": "val_1213", "question": "What is the most specific category that both Barack Obama and Los Angeles International Airport belong to, based on their types and their positions in the Wikidata taxonomy?", "sparql": "SELECT ?class ?classLabel (MIN(?dist1) AS ?minDist1) (MIN(?dist2) AS ?minDist2) ((MIN(?dist1) + MIN(?dist2)) AS ?sum)\nWHERE {\n  {\n    # Distances from Q5 (human) to ?class\n    {\n      SELECT ?class (COUNT(?mid) AS ?dist1)\n      WHERE {\n        wd:Q5 wdt:P279+ ?mid .\n        ?mid wdt:P279* ?class .\n      }\n      GROUP BY ?class\n    }\n    UNION\n    {\n      SELECT ?class (0 AS ?dist1)\n      WHERE {\n        BIND(wd:Q5 AS ?class)\n      }\n    }\n  }\n  {\n    # Distances from Q1248784 (airport) to ?class\n    {\n      SELECT ?class (COUNT(?mid) AS ?dist2)\n      WHERE {\n        wd:Q1248784 wdt:P279+ ?mid .\n        ?mid wdt:P279* ?class .\n      }\n      GROUP BY ?class\n    }\n    UNION\n    {\n      SELECT ?class (0 AS ?dist2)\n      WHERE {\n        BIND(wd:Q1248784 AS ?class)\n      }\n    }\n  }\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}\nGROUP BY ?class ?classLabel\nORDER BY ASC(?sum)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the subclass hierarchy for the type of Barack Obama and the type of Los Angeles International Airport?", "Find the shared class that minimizes the total number of subclass relationships from the type of Barack Obama and the type of LAX."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q76> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8731> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1214", "question": "What are the direct subclasses of \"ingredient\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass WHERE {\n  ?subclass wdt:P279 wd:Q10675206 .\n}", "paraphrases": ["List all immediate categories of ingredients, such as spices or thickeners.", "Which types of substances are considered direct types of ingredients?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q10675206> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_1215", "question": "List musical instruments and their MIMO IDs with English labels.", "sparql": "SELECT ?instrument ?instrumentLabel ?mimoId WHERE { ?instrument wdt:P3763 ?mimoId . ?instrument rdfs:label ?instrumentLabel . FILTER(LANG(?instrumentLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English names and MIMO identifiers of musical instruments in Wikidata?", "Show me up to 10 musical instruments with their English names and MIMO instrument IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3763> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_1216", "question": "Sports teams or entities and the items they operate.", "sparql": "SELECT ?teamOrEntity ?itemOperated WHERE { ?teamOrEntity wdt:P121 ?itemOperated ; wdt:P641 [] . } LIMIT 1000", "paraphrases": ["Which sports-associated entities operate specific items, such as stadiums or aircraft?", "Show me entities that participate in a sport and also operate or use some equipment or facility, along with what they operate."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P121> ?var2 ; <http://www.wikidata.org/prop/direct/P641> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_1217", "question": "Does the VIAF ID 64696248 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P214 \"64696248\" . }", "paraphrases": ["Is there a person in Wikidata with the VIAF identifier 64696248?", "Confirm if the Virtual International Authority File ID 64696248 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"64696248\". }"}}
{"id": "val_1218", "question": "Airport with IATA code SOD, its country, and coordinates", "sparql": "SELECT ?airport ?airportLabel ?country ?coordinates WHERE { ?airport wdt:P238 \"SOD\" . ?airport wdt:P17 ?country . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["What is the name, country, and geographic coordinates of the airport with IATA code SOD?", "Show me the English name, country, and coordinates of the airport that has the IATA code SOD."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"SOD\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1219", "question": "What are some subclasses of food with English labels including avocado, miso soup, sausage, and plum?", "sparql": "SELECT ?foodItem ?label WHERE { ?foodItem wdt:P279* wd:Q2095 . ?foodItem rdfs:label ?label . FILTER (STR(?label) IN (\"avocado\", \"miso soup\", \"sausage\", \"plum\")) FILTER (LANG(?label) = \"en\") } LIMIT 20", "paraphrases": ["Which food items, such as avocado, miso soup, sausage, and plum, are classified as subclasses of food in Wikidata?", "List the English-labeled food subclasses in Wikidata for avocado, miso soup, sausage, and plum."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( STR ( ?var2Label ) IN ( \"avocado\", \"miso soup\", \"sausage\", \"eggpickles\", \"plum\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_1220", "question": "Spanish names of sports governing bodies", "sparql": "SELECT DISTINCT ?label WHERE { ?governingBody (wdt:P31/wdt:P279*) wd:Q2485448 ; rdfs:label ?label . FILTER(LANG(?label) = \"es\") }", "paraphrases": ["What are the Spanish-language names of organizations that govern sports?", "Can you list all sports governing bodies with their names in Spanish?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2485448> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_1221", "question": "Higher education institutions in Poland with images and coordinates.", "sparql": "SELECT ?label ?image ?coordinates WHERE { ?institution (wdt:P31/wdt:P279*) wd:Q38723 . ?institution wdt:P17 wd:Q36 . OPTIONAL { ?institution wdt:P18 ?image . } OPTIONAL { ?institution wdt:P625 ?coordinates . } ?institution rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the higher education institutions in Poland, and what are their images and geographic locations?", "Show me the names, images, and coordinates of all universities and colleges located in Poland."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q38723> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_1222", "question": "Occupations of University of Cambridge alumni with images", "sparql": "SELECT DISTINCT ?occupation ?occupationLabel ?image ?institution ?institutionLabel WHERE { ?institution wdt:P373 \"University of Cambridge\" . ?person wdt:P69 ?institution ; wdt:P106 ?occupation . OPTIONAL { ?person wdt:P18 ?image . } ?occupation rdfs:label ?occupationLabel . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?occupationLabel) = \"en\") FILTER(LANG(?institutionLabel) = \"en\") } LIMIT 50", "paraphrases": ["Who are the people educated at the University of Cambridge, what are their occupations, and do they have images on Wikimedia Commons?", "List the occupations of University of Cambridge graduates along with their images, if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P373> \"string1\". ?var4 <http://www.wikidata.org/prop/direct/P69> ?var3 ; <http://www.wikidata.org/prop/direct/P106> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 50"}}
{"id": "val_1223", "question": "What are the subclasses of musical drama (Musikdrama)?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclass WHERE {\n  {\n    wd:Q279272 wdt:P279 ?subclass .\n  } UNION {\n    wd:Q279272 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?subclass .\n  } UNION {\n    wd:Q279272 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?subclass .\n  }\n}", "paraphrases": ["Can you list all types of works that are more specific than musical drama, including its subcategories?", "What genres or forms of art descend from Musikdrama in the classification hierarchy?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q279272> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_1224", "question": "Who replaced which MP in the same UK parliamentary constituency via a by-election during the 55th Parliament, and why did the original MP leave?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?outgoingMP ?outgoingMPLabel ?constituencyLabel ?outgoingEnd ?endCauseLabel ?electionLabel ?incomingEnd ?incomingMP ?incomingMPLabel WHERE {\n  ?outgoingMP p:P39 ?outgoingStmt .\n  ?outgoingStmt ps:P39 wd:Q35494253 .\n  ?outgoingStmt pq:P768 ?constituency .\n  ?outgoingStmt pq:P582 ?outgoingEnd .\n  OPTIONAL {\n    ?outgoingStmt pq:P1534 ?endCause .\n  }\n  ?incomingMP p:P39 ?incomingStmt .\n  ?incomingStmt ps:P39 wd:Q35494253 .\n  ?incomingStmt pq:P768 ?constituency .\n  ?incomingStmt pq:P2715 ?election .\n  ?incomingStmt pq:P582 ?incomingEnd .\n  FILTER ( NOT EXISTS {\n    ?election wdt:P31 wd:Q15283424\n  }\n  ) FILTER ( ?outgoingMP != ?incomingMP ) ?outgoingMP rdfs:label ?outgoingMPLabel .\n  ?constituency rdfs:label ?constituencyLabel .\n  ?endCause rdfs:label ?endCauseLabel .\n  ?election rdfs:label ?electionLabel .\n  ?incomingMP rdfs:label ?incomingMPLabel .\n  FILTER ( LANG( ?outgoingMPLabel ) = \"en\" ) FILTER ( LANG( ?constituencyLabel ) = \"en\" ) FILTER ( LANG( ?endCauseLabel ) = \"en\" ) FILTER ( LANG( ?electionLabel ) = \"en\" ) FILTER ( LANG( ?incomingMPLabel ) = \"en\" )\n}\nORDER BY ASC ( ?incomingEnd )", "paraphrases": ["In the 55th UK Parliament, which constituencies had a change in MP due to a by-election, and what were the reasons for the outgoing MP\u2019s departure?", "List all instances where one Member of Parliament was replaced by another in the same UK constituency during the 55th Parliament through a by-election, including the reason the first MP left and the election in which the new MP was elected."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4Label ?var5Label ?var6 ?var7 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q35494253> . ?var8 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1534> ?var4 . } ?var7 <http://www.wikidata.org/prop/P39> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q35494253> . ?var9 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . ?var9 <http://www.wikidata.org/prop/qualifier/P2715> ?var5 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15283424> . } ) ) . ?var9 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var6 )"}}
{"id": "val_1225", "question": "What are the English-named food items that are subclasses of food and match \"sushi\", \"oreo\", \"chicken\", or \"burrito\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P279 * wd:Q2095 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  FILTER ( LCASE( STR( ?itemLabel ) ) IN ( \"sushi\" , \"oreo\" , \"chicken\" , \"burrito\" ) ) .\n}", "paraphrases": ["List the food subclasses in Wikidata with English labels exactly matching \"sushi\" or \"burrito\".", "Which foods, classified as subclasses of food, have English names like \"sushi\" or \"burrito\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LCASE ( STR ( ?var2Label ) ) IN ( \"sushi\", \"oreo\", \"chicken\", \"burrito\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1226", "question": "People with History of Parliament ID starting with 1754.", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P1614 ?hop_id . FILTER ( STRSTARTS( ?hop_id , \"1754\" ) ) }", "paraphrases": ["Who are the historical British politicians listed in the History of Parliament with IDs beginning in 1754?", "List all individuals in Wikidata who have a History of Parliament identifier that starts with \"1754\", indicating they were active during the 1754\u20131790 parliamentary period."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1614> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"1754\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1415> ?var3 . } }"}}
{"id": "val_1227", "question": "Is there a Wikidata item with IMDb ID tt5933582?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt5933582\" .\n}", "paraphrases": ["Does the IMDb identifier tt5933582 correspond to any entity in Wikidata?", "Confirm whether the movie or person with IMDb ID tt5933582 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5933582\". }"}}
{"id": "val_1228", "question": "Most specific shared superclass of Hans Albers and NHK in Wikidata taxonomy", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?common ?label WHERE {\n  wd:Q5 wdt:P279 * ?common .\n  wd:Q212128 wdt:P31 ?type .\n  ?type wdt:P279 * ?common .\n  ?common rdfs:label ?label .\n  FILTER ( lang( ?label ) = \"en\" ) FILTER ( ?common = wd:Q106559804 )\n}", "paraphrases": ["What is the most specific category that both Hans Albers and NHK belong to through subclass relationships?", "Find the closest common ancestor in the subclass hierarchy between the German actor Hans Albers and the Japanese public broadcaster NHK."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q561231> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212128> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1229", "question": "Images related to works by B\u00f8rge G. Nordestgaard and his co-authors.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q43530123 wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q43530123 ; wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q43530123 ; wdt:P50 ?coauthor . ?coauthor wdt:P18 ?image . } }", "paraphrases": ["What images are associated with the research works authored by B\u00f8rge G. Nordestgaard or by people who co-authored those works?", "Show me all images from Wikimedia Commons that are linked to publications authored by B\u00f8rge G. Nordestgaard or to the main subjects of those publications."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q43530123> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q43530123> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q43530123> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1230", "question": "People educated at William Paterson University", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P69 wd:Q3444527 .\n}\nLIMIT 500", "paraphrases": ["Who are the humans that attended William Paterson University?", "List all alumni of William Paterson University."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q3444527> . } LIMIT 500"}}
{"id": "val_1231", "question": "What are the mountain systems in the world, along with their highest peaks, elevations, lengths, countries, and the administrative regions they span?", "sparql": "SELECT ?mountainSystem ?mountainSystemLabel ?partOfLabel ?countryLabel ?coordinates ?highestPoint ?elevation ?length ?administrativeRegionLabel WHERE { ?mountainSystem wdt:P31 wd:Q46831 ; wdt:P361 ?partOf ; wdt:P17 ?country ; wdt:P625 ?coordinates ; wdt:P610 ?highestPoint ; wdt:P2044 ?elevation ; wdt:P2043 ?length ; wdt:P131 ?administrativeRegion . ?mountainSystem rdfs:label ?mountainSystemLabel . ?partOf rdfs:label ?partOfLabel . ?country rdfs:label ?countryLabel . ?administrativeRegion rdfs:label ?administrativeRegionLabel . FILTER(LANG(?mountainSystemLabel) = \"en\") FILTER(LANG(?partOfLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?administrativeRegionLabel) = \"en\")}", "paraphrases": ["List mountain systems with their country, highest point, elevation, length, and location.", "Show me all mountain systems with their geographic details including coordinates, length, elevation, and the regions they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9Label ?var10 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46831> ; <http://www.wikidata.org/prop/direct/P361> ?var3 ; <http://www.wikidata.org/prop/direct/P17> ?var4 ; <http://www.wikidata.org/prop/direct/P625> ?var5 ; <http://www.wikidata.org/prop/direct/P610> ?var6 ; <http://www.wikidata.org/prop/direct/P2044> ?var7 ; <http://www.wikidata.org/prop/direct/P2043> ?var8 ; <http://www.wikidata.org/prop/direct/P131> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1232", "question": "Neighborhoods in the Netherlands with CBS municipality codes", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?neighborhood ?cbsCode WHERE {\n  ?neighborhood wdt:P31 wd:Q123705 .\n  ?neighborhood wdt:P382 ?cbsCode .\n}", "paraphrases": ["Which neighborhoods in the Netherlands have a CBS municipality code?", "List the neighborhoods in the Netherlands that were formerly municipalities and their CBS codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q123705> . ?var1 <http://www.wikidata.org/prop/direct/P382> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1233", "question": "What is the most specific shared category between the occupations of Hans Albers and Kim Jong?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q561231 wdt:P106 ?hansOcc .\n  wd:Q6408963 wdt:P106 ?kimOcc .\n  ?hansOcc wdt:P279 * ?commonAncestor .\n  ?kimOcc wdt:P279 * ?commonAncestor .\n  FILTER(?hansOcc != ?commonAncestor)\n  FILTER(?kimOcc != ?commonAncestor)\n}\nORDER BY ASC(?commonAncestor)\nLIMIT 1", "paraphrases": ["Find the closest common ancestor in the subclass hierarchy for the occupations of Hans Albers and Kim Jong.", "What high-level category do both Hans Albers\u2019s and Kim Jong\u2019s occupations belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q561231> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6408963> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1234", "question": "Living economists at Harvard University with photos", "sparql": "SELECT ?person ?image ?personLabel WHERE { ?person wdt:P106 wd:Q188094 . ?person wdt:P108 wd:Q13371 . ?person wdt:P18 ?image . FILTER (NOT EXISTS { ?person wdt:P570 ?deathDate }) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = 'en') }", "paraphrases": ["Who are the living economists employed by Harvard University that have an image on Wikimedia Commons?", "List the names and images of currently employed economists at Harvard University."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q188094> . ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q13371> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } ) ) . } GROUP BY ?var1 ?var2Label ?var1Label ?var3"}}
{"id": "val_1235", "question": "Is there a Wikidata item associated with the VIAF ID 164553852?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"164553852\" .\n}", "paraphrases": ["Does the person Peter Buch have a VIAF identifier of 164553852?", "Is 164553852 a valid Virtual International Authority File (VIAF) ID in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"164553852\". }"}}
{"id": "val_1236", "question": "What are the official details of Jnan Chandra Ghosh Polytechnic, including its location, website, and Wikipedia page?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?label ?image ?coordinates ?wikipediaArticle ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?website ?orcid WHERE {\n  wd:Q17059654 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q17059654 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P2003 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q17059654 wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q17059654 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?label", "paraphrases": ["Can you show me the English label, geographic coordinates, official website, and Wikipedia link for Jnan Chandra Ghosh Polytechnic?", "Does Jnan Chandra Ghosh Polytechnic have any social media accounts or ORCID ID listed on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q17059654> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q17059654> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_1237", "question": "Does the VIAF ID 261677766 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"261677766\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 261677766?", "Check if the Virtual International Authority File ID 261677766 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"261677766\". }"}}
{"id": "val_1238", "question": "Is there a Wikidata item with VIAF ID 57792642?", "sparql": "ASK WHERE { ?item wdt:P214 \"57792642\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 57792642 exist in Wikidata?", "Confirm whether the person with VIAF ID 57792642 is represented in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"57792642\". }"}}
{"id": "val_1239", "question": "What are the Chinese alternative names for universities?", "sparql": "SELECT ?university ?chineseLabel WHERE { ?university (wdt:P31/wdt:P279*) wd:Q3918 . ?university skos:altLabel ?chineseLabel . FILTER (LANG(?chineseLabel) = \"zh\") }", "paraphrases": ["Can you list all universities and their Chinese aliases from Wikidata?", "Which institutions classified as universities (or their subclasses) have Chinese-language alternative labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"zh\" ) ) ) . }"}}
{"id": "val_1240", "question": "List all specific ambassador roles that are subclasses of ambassador of a country or ambassador to a country.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?ambassadorRole ?ambassadorRoleLabel WHERE {\n  {\n    ?parentClass wdt:P279 * wd:Q29645880 .\n  } UNION {\n    ?parentClass wdt:P279 * wd:Q29645886 .\n  }\n  ?intermediateClass wdt:P279 ?parentClass .\n  ?ambassadorRole wdt:P279 ?intermediateClass .\n  ?ambassadorRole rdfs:label ?ambassadorRoleLabel .\n  FILTER ( LANG( ?ambassadorRoleLabel ) = \"en\" )\n}", "paraphrases": ["What are some examples of specific diplomatic positions, such as ambassador of X to Y, that are derived from the broader categories of ambassador of a country or ambassador to a country?", "Show me the English labels of all specific ambassador roles that are three levels below either \"ambassador of a country\" or \"ambassador to a country\" in the Wikidata subclass hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { { ?var2 <http://www.wikidata.org/prop/direct/wdt:P279> * <http://www.wikidata.org/entity/Q29645880> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q29645886> . } ?var3 <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_1241", "question": "What are the Hungarian municipalities with their population and geographic coordinates?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?municipalityLabel ?population ?coordinates WHERE {\n  ?municipality wdt:P31 wd:Q2590631 .\n  OPTIONAL {\n    ?municipality wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?municipality wdt:P625 ?coordinates .\n  }\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER ( LANG( ?municipalityLabel ) = \"en\" )\n}", "paraphrases": ["Can you list Hungarian towns along with their population and location coordinates?", "Show me the English names, population, and GPS coordinates of all municipalities in Hungary."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15711355> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15711355> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } }"}}
{"id": "val_1242", "question": "Items archived with their archive dates and whether the date is from the main statement or a reference.", "sparql": "SELECT ?item ?itemLabel ?archiveDate ?sourceType WHERE { { BIND(\"mainsnak\" AS ?sourceType) ?item p:P2960/ps:P2960 ?archiveDate . ?item wdt:P1476 ?itemLabel . } UNION { BIND(\"reference\" AS ?sourceType) ?reference pr:P2960 ?archiveDate . ?statement prov:wasDerivedFrom ?reference . ?item ?statementProperty ?statement . ?item wdt:P1476 ?itemLabel . } } LIMIT 100", "paraphrases": ["What documents have been archived, what date were they archived on, and is that date from the main statement or a reference?", "Show me up to 100 archived items with their titles, archive dates, and whether the date comes from the main statement or a reference source."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var2 ?var3 WHERE { { BIND ( \"mainsnak\" AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/P2960> / <http://www.wikidata.org/prop/statement/P2960> ) ?var2 . } UNION { BIND ( \"reference\" AS ?var3 ). ?var4 <http://www.wikidata.org/prop/reference/P2960> ?var2 . ?var5 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var4 . ?var1 ?var6 ?var5 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1243", "question": "Is there a Wikidata item with VIAF ID 20715044?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"20715044\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 20715044 exist in Wikidata?", "Check if the VIAF ID 20715044 is linked to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"20715044\". }"}}
{"id": "val_1244", "question": "Images associated with Bob L. Sturm, including those from his works, related entities, or co-authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q30331295 wdt:P18 ?image .\n  } UNION {\n    wd:Q30331295 ?property ?entity .\n    ?entity wdt:P18 ?image .\n    FILTER(?entity != wd:Q5)\n  } UNION {\n    ?work wdt:P50 wd:Q30331295 .\n    {\n      ?work wdt:P921 ?subject .\n      ?subject wdt:P18 ?image .\n    } UNION {\n      ?author wdt:P50 ?work .\n      ?author wdt:P18 ?image .\n    }\n  }\n}", "paraphrases": ["What images are linked to Bob L. Sturm either directly, through entities he is connected to, or through works he authored or co-authored?", "Show me all images related to Bob L. Sturm, including those of his publications\u2019 subjects, entities he\u2019s associated with (excluding humans), and images of other authors of his works."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q30331295> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q30331295> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30331295> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1245", "question": "What educational institutions did Marie Curie attend, and what degrees did she earn there?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q7186 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["For each university Marie Curie attended, what was the start and end date of her studies, and what academic degree did she obtain?", "Can you list the English names of the universities Marie Curie went to, along with the degrees she earned and the years she started and finished?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q24175382> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1246", "question": "What properties and values describe the playwright, and what are their English labels?", "sparql": "SELECT DISTINCT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { wd:Q214917 ?var2 ?var3 . ?prop wikibase:directClaim ?var2 . ?prop rdfs:label ?var2Label . ?var3 rdfs:label ?var3Label . wd:Q214917 rdfs:label ?var1Label . FILTER (LANG(?var3Label) = \"en\") . FILTER (LANG(?var1Label) = \"en\") . FILTER (LANG(?var2Label) = \"en\") . FILTER (?var2 != wdt:P1963) . } LIMIT 20", "paraphrases": ["What are the English-labeled properties and their corresponding English-labeled values associated with the playwright?", "List all direct properties of the playwright (Q214917) in English, along with the English labels of their values, excluding the 'has part' property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q214917> ?var4 ?var3 . ?var2 ?var5 ?var4 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . <http://www.wikidata.org/entity/Q214917> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 != <http://www.wikidata.org/prop/direct/P1963> ) ) ) . } LIMIT 20"}}
{"id": "val_1247", "question": "Alumni of Rider University", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P69 wd:Q3551664 . } LIMIT 500", "paraphrases": ["Who are the people educated at Rider University?", "List all humans who attended Rider University."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q3551664> . } LIMIT 500"}}
{"id": "val_1248", "question": "People educated at the University of St Andrews, sorted by how many Wikipedia articles mention them, with their birth dates, birth places, and images.", "sparql": "SELECT ?person ?personLabel ?dateOfBirth ?birthPrecision ?birthCoordinates ?image (COUNT(DISTINCT ?article) AS ?articleCount)\nWHERE {\n  ?person wdt:P69 wd:Q216273 .                    # educated at University of St Andrews\n  ?person wdt:P31 wd:Q5 .                         # is a human\n  ?person wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P625 ?birthCoordinates .        # coordinates of birth place\n  ?person p:P569 ?birthStatement .                # date of birth statement\n  ?birthStatement psv:P569 ?valueNode .           # value node for date\n  ?valueNode wikibase:timeValue ?dateOfBirth .    # actual date\n  ?valueNode wikibase:timePrecision ?birthPrecision .  # precision (e.g., 11 = day)\n  OPTIONAL { ?person wdt:P18 ?image . }\n  OPTIONAL { ?article schema:about ?person . }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nGROUP BY ?person ?personLabel ?dateOfBirth ?birthPrecision ?birthCoordinates ?image\nORDER BY DESC(?articleCount)", "paraphrases": ["Who are the most notable people who studied at the University of St Andrews, and what are their birth dates, birth locations, and Wikipedia article counts?", "List the alumni of the University of St Andrews ranked by their Wikipedia notability, including their date of birth, place of birth coordinates, and profile images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ( COUNT ( DISTINCT ?var9 ) AS ?var10 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q216273> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var11 . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var12 . ?var12 <http://wikiba.se/ontology#timeValue> ?var2 . ?var12 <http://wikiba.se/ontology#timePrecision> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var13 . ?var13 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var8 . } OPTIONAL { ?var9 <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . ?var14 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ORDER BY DESC( ?var10 )"}}
{"id": "val_1249", "question": "Which Twitter accounts (Maillot_GG, GG_RMC, RMCinfo, jwaintraub) have the fewest Wikipedia links, and how many?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter ( COUNT( ?sitelink ) AS ?sitelinksCount ) WHERE {\n  ?item wdt:P2002 ?twitter .\n  ?sitelink schema:about ?item ; schema:isPartOf ?site .\n  VALUES ?twitter {\n    \"Maillot_GG\" \"GG_RMC\" \"RMCinfo\" \"jwaintraub\"\n  }\n}\nGROUP BY ?item ?twitter\nORDER BY ASC ( ?sitelinksCount )", "paraphrases": ["How many Wikipedia sitelinks do the Twitter accounts Maillot_GG, GG_RMC, RMCinfo, and jwaintraub have, sorted from least to most?", "List the Wikidata items for the Twitter handles Maillot_GG, GG_RMC, RMCinfo, and jwaintraub, along with their Wikipedia link counts, ordered by the smallest number of links first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Maillot_GG\" ) ( \"string1\" ) ( \"GG_RMC\" ) ( \"string2\" ) ( \"string3\" ) ( \"RMCinfo\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"jwaintraub\" ) ( \"string15\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1250", "question": "Locations and coordinates of first performances before 2000", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?locationLabel ?date ?coordinates WHERE {\n  ?work p:P1191 [ ps:P1191 ?date ; pq:P276 ?location ] .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" ) OPTIONAL {\n    ?location wdt:P625 ?coordinates .\n  }\n  FILTER ( ?date < \"2000-01-01\" ^^ xsd:date )\n}", "paraphrases": ["Where were the first performances of works held before the year 2000, and what are their coordinates?", "List the English names of places where works premiered before 2000, along with their geographic coordinates if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/P1191> [ <http://www.wikidata.org/prop/statement/P1191> ?var2 ; <http://www.wikidata.org/prop/qualifier/P276> ?var1 ] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var2 < \"2000\" ) ) ) . }"}}
{"id": "val_1251", "question": "List universities, academies, and other educational institutions with their coordinates, official websites, and associated Wikimedia Commons categories for their country and city.", "sparql": "SELECT DISTINCT ?institution ?country_category ?admin_category ?coordinates ?website ?country WHERE { { ?institution wdt:P31 wd:Q3918 . } UNION { ?institution wdt:P31 wd:Q1972829 . } UNION { ?institution wdt:P31 wd:Q1143635 . } UNION { ?institution wdt:P31 wd:Q38723 . } UNION { ?institution wdt:P31 wd:Q414147 . } UNION { ?institution wdt:P31 wd:Q162633 . } UNION { ?institution wdt:P31 wd:Q13220391 . } ?institution wdt:P625 ?coordinates . ?institution wdt:P131 ?admin . ?institution wdt:P856 ?website . ?institution wdt:P17 ?country . ?country wdt:P373 ?country_category . ?admin wdt:P373 ?admin_category . } ORDER BY ASC(?country_category)", "paraphrases": ["Which educational institutions (like universities and academies) have official websites, geographic coordinates, and linked Wikimedia Commons categories for their country and administrative location, sorted by country?", "Please provide a list of educational institutions including their location (country and city), coordinates, website, and the corresponding Wikimedia Commons categories for both the country and the city, ordered alphabetically by country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1972829> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1143635> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q38723> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q414147> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q162633> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13220391> . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P373> ?var2 . ?var7 <http://www.wikidata.org/prop/direct/P373> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1252", "question": "Who were educated at the University of Edinburgh?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P69 wd:Q160302 .\n}", "paraphrases": ["List all people who attended the University of Edinburgh as their alma mater.", "Which individuals have the University of Edinburgh as their educational institution?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P69> <http://www.wikidata.org/entity/Q160302> . }"}}
{"id": "val_1253", "question": "What films, TV shows, or categories are associated with Tyler Perry, and what are their IMDb IDs?", "sparql": "SELECT DISTINCT ?item ?label ?imdb WHERE { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . ?item ?property wd:Q686301 . OPTIONAL { ?item wdt:P345 ?imdb . } }", "paraphrases": ["List all English-labeled items linked to Tyler Perry along with their IMDb identifiers.", "Show me everything connected to Tyler Perry in Wikidata, including categories, with their English names and IMDb IDs if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 ?var4 <http://www.wikidata.org/entity/Q686301> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3302> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1562> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1712> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1237> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P646> ?var9 . } }"}}
{"id": "val_1254", "question": "What are the heights of all humans in Wikidata?", "sparql": "SELECT ?person ?height WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P2048 ?height . }", "paraphrases": ["List people and their heights, where each person is classified as a human.", "Which humans have recorded height measurements, and what are those measurements?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2048> <http://www.wikidata.org/entity/human> . }"}}
{"id": "val_1255", "question": "Does the VIAF ID 109151246655444132790 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"109151246655444132790\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 109151246655444132790?", "Can you confirm that the Virtual International Authority File ID 109151246655444132790 is linked to a Wikidata entity?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"109151246655444132790\". }"}}
{"id": "val_1256", "question": "What movies and characters has Tyler Perry appeared in, and what are their names in different languages?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ( LANG( ?label ) AS ?lang ) WHERE {\n  ?item wdt:P161 wd:Q686301 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) != \"\" )\n}\nORDER BY ?item ?lang", "paraphrases": ["In which films and roles has Tyler Perry acted, and what are the titles of those works in various languages?", "List all the films and characters Tyler Perry has been a cast member in, along with their labels in different languages."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q686301> . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var1Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . }"}}
{"id": "val_1257", "question": "What is the Wikidata item for the movie with IMDb ID tt1481360?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt1481360\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } }", "paraphrases": ["Can you tell me the title of the film identified by the IMDb ID tt1481360?", "Which film in Wikidata has the IMDb identifier tt1481360?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1481360\". }"}}
{"id": "val_1258", "question": "What diseases are associated with autosomal inheritance?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disease ?diseaseLabel WHERE {\n  ?disease wdt:P1057 ?chromosome .\n  ?chromosome wdt:P279 * wd:Q186380 .\n  ?disease rdfs:label ?diseaseLabel .\n  FILTER(LANG(?diseaseLabel) = \"en\")\n}", "paraphrases": ["Which genetic disorders are located on chromosomes other than sex chromosomes?", "Can you list diseases that are linked to autosomes in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1050> <http://www.wikidata.org/entity/Q186380> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } }"}}
{"id": "val_1259", "question": "What entities are associated with Broadway theatre as their type, genre, or occupation?", "sparql": "SELECT DISTINCT ?subject WHERE { ?subject ?property wd:Q235065 . FILTER(STRSTARTS(STR(?subject), \"http://www.wikidata.org/entity/Q\")) }", "paraphrases": ["Which plays, people, or places are linked to Broadway theatre in Wikidata?", "List all Wikidata items that have Broadway theatre as a category or related concept."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q235065> <https://query.wikidata.org/bigdata/namespace/wdq/sparql> * ?var1 . }"}}
{"id": "val_1260", "question": "What are the libraries (architectural structures) with coordinates that are not buildings and have English names containing \"library\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P625 [] .\n  ?item rdfs:label ?itemLabel .\n  ?item wdt:P31 wd:Q811979 . MINUS {\n    ?item wdt:P31 wd:Q7075 .\n  }\n  FILTER(LANGMATCHES(LANG(?itemLabel) , \"en\"))\n  FILTER(CONTAINS(LCASE(?itemLabel) , \"library\"))\n}", "paraphrases": ["Show me English-labeled libraries that are architectural structures but not classified as buildings, and have geographic coordinates.", "List all library buildings with coordinates that are not categorized as general buildings, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P625> [] . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q811979> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7075> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"library\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1261", "question": "Who are the alumni of Colgate Rochester Crozer Divinity School?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P69 wd:Q5144788 .\n}\nLIMIT 500", "paraphrases": ["List all humans who attended Colgate Rochester Crozer Divinity School.", "Which people have Colgate Rochester Crozer Divinity School as their alma mater?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q5144788> . } LIMIT 500"}}
{"id": "val_1262", "question": "Does the IMDb ID tt4616156 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"tt4616156\" . }", "paraphrases": ["Is there a movie or TV show in Wikidata with the IMDb identifier tt4616156?", "Check if the film 'The Three Village Saints' is linked to the IMDb ID tt4616156 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4616156\". }"}}
{"id": "val_1263", "question": "Humans educated at any State University of New York (SUNY) institution.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P69 ?institution .\n  ?institution wdt:P749 wd:Q1140241 .\n}\nLIMIT 500", "paraphrases": ["Which people have attended a college that is part of the State University of New York system?", "List all humans who were educated at institutions belonging to SUNY."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q5374138> . } LIMIT 500"}}
{"id": "val_1264", "question": "What academic journal has the ISSN 1559-3258?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?journal ?label WHERE {\n  ?journal wdt:P236 \"1559-3258\" .\n  ?journal rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["Find the name of the journal with electronic ISSN 1559-3258.", "Which journal is identified by the ISSN number 1559-3258?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"1559-3258\". } LIMIT 1"}}
{"id": "val_1265", "question": "What Wikidata item has the IMDb ID tt7387224?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt7387224\" .\n}", "paraphrases": ["Which movie or TV title on Wikidata is associated with the IMDb identifier tt7387224?", "Find the Wikidata entry for the title with IMDb ID tt7387224."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7387224\". }"}}
{"id": "val_1266", "question": "What is the most specific shared biological category that both Christian Estrosi and Christian Horner belong to, based on their classification in Wikidata?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?totalDistance) WHERE { { SELECT ?ancestor (COUNT(?mid) AS ?dist1) WHERE { wd:Q749029 wdt:P31 ?class . ?class wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . } GROUP BY ?ancestor } { SELECT ?ancestor (COUNT(?mid) AS ?dist2) WHERE { wd:Q173472 wdt:P31 ?class . ?class wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . } GROUP BY ?ancestor } } ORDER BY ASC(?totalDistance) LIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the taxonomy of humans for Christian Estrosi and Christian Horner, and what is the total distance from each to that class?", "Find the least common subclass ancestor of Christian Estrosi and Christian Horner by tracing their class hierarchies, and return the one with the smallest combined path length."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q749029> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173472> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1267", "question": "What is the English description and all language labels for the movie with IMDb ID tt0068646?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P345 \"tt0068646\" . ?var1 rdfs:label ?var1Label . OPTIONAL { ?var1 schema:description ?var2 . FILTER (LANG(?var2) = \"en\") } }", "paraphrases": ["Can you tell me the English description and all the language labels for the film identified by IMDb ID tt0068646?", "Show me the labels in all languages and the English description for the item with IMDb ID tt0068646."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4211> \"1522\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1268", "question": "Does the journal Biomaterials Science have the ISSN 2047-4830?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?journal wdt:P236 \"2047-4830\" .\n}", "paraphrases": ["Is there a publication in Wikidata with the ISSN 2047-4830?", "Confirm whether the ISSN 2047-4830 is assigned to any journal in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"2047-4830\". }"}}
{"id": "val_1269", "question": "Is there a person in Wikidata with the VIAF ID 57802748?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"57802748\" .\n}", "paraphrases": ["Does Wikidata contain an entry for VIAF ID 57802748?", "Confirm whether the Virtual International Authority File identifier 57802748 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"57802748\". }"}}
{"id": "val_1270", "question": "List all hostels in France with their coordinates and images from Wikimedia Commons.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?hostel ?hostelLabel ?coordinates ?image WHERE {\n  ?hostel wdt:P31 wd:Q654772 .\n  ?hostel wdt:P17 wd:Q142 .\n  ?hostel wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?hostel wdt:P18 ?image .\n  }\n  ?hostel rdfs:label ?hostelLabel .\n  FILTER(LANG(?hostelLabel) = \"en\")\n}\nORDER BY ASC(?hostelLabel)", "paraphrases": ["What are the names, locations, and images of hostels located in France?", "Show me the English names, geographic coordinates, and associated images (if available) of all hostels in France, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q654772> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nb,nn,en,fi\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_1271", "question": "What are the titles and descriptions of the scientific journal with ISSN 1808-2688?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?journal ?title ?description ?ipniId ?zoobankId ?webFeedUrl WHERE {\n  ?journal wdt:P236 \"1808-2688\" .\n  ?journal wdt:P1476 ?title .\n  OPTIONAL {\n    ?journal schema:description ?description .\n  }\n  OPTIONAL {\n    ?journal wdt:P1019 ?webFeedUrl .\n  }\n  OPTIONAL {\n    ?journal wdt:P2008 ?ipniId .\n  }\n  OPTIONAL {\n    ?journal wdt:P2007 ?zoobankId .\n  }\n}", "paraphrases": ["Can you list the multilingual titles and descriptions of the journal Balduinia, along with its IPNI ID, ZooBank ID, and web feed URL?", "Show me all known titles and language descriptions of the journal identified by ISSN 1808-2688, and include any available identifiers like IPNI or ZooBank IDs and web feeds."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"1808-2688\". ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1019> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2008> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2007> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2699> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P2699> ?var8 . ?var7 <http://www.wikidata.org/prop/qualifier/P2700> <http://www.wikidata.org/entity/Q54871> . } }"}}
{"id": "val_1272", "question": "What universities did Peter Murray-Rust attend, and what degrees did he earn there?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q908710 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER ( LANG( ?institutionLabel ) = \"en\" ) OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER ( LANG( ?degreeLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which educational institutions did Peter Murray-Rust attend, and when did he start or end his studies at each?", "Show me the schools Peter Murray-Rust went to, along with any academic degrees he received, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q908710> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1273", "question": "What are the title, multilingual descriptions, ZooBank ID, IPNI ID, and web feed URL for the journal with ISSN 0033-2615?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?journal ?title ?description ?ipniId ?zooBankId ?webFeedUrl WHERE {\n  ?journal wdt:P236 \"0033-2615\" .\n  ?journal wdt:P1476 ?title .\n  OPTIONAL {\n    ?journal schema:description ?description .\n  }\n  OPTIONAL {\n    ?journal wdt:P2008 ?ipniId .\n  }\n  OPTIONAL {\n    ?journal wdt:P2007 ?zooBankId .\n  }\n  OPTIONAL {\n    ?journal wdt:P1019 ?webFeedUrl .\n  }\n}", "paraphrases": ["Can you provide the title and descriptions in different languages for the journal Psyche (ISSN 0033-2615), along with its ZooBank and IPNI identifiers and any available RSS/Atom feed?", "Show me all the multilingual descriptions of the journal Psyche (ISSN 0033-2615), its title, ZooBank ID, IPNI ID, and web feed URL."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"0033-2615\". ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1019> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2008> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2007> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2699> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P2699> ?var8 . ?var7 <http://www.wikidata.org/prop/qualifier/P2700> <http://www.wikidata.org/entity/Q54871> . } }"}}
{"id": "val_1274", "question": "What are some examples of sports and sporting events in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?sportItem ?sportItemLabel WHERE {\n  ?sportItem ( wdt:P31 / wdt:P279 * ) wd:Q349 .\n  ?sportItem rdfs:label ?sportItemLabel .\n  FILTER ( LANG( ?sportItemLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all known sports and sports-related events with their English names?", "Show me all entities classified as sports or subtypes of sports, along with their labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q349> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1275", "question": "Journal with ISSN 2373-2822", "sparql": "SELECT ?journal WHERE { ?journal wdt:P236 \"2373-2822\" . }", "paraphrases": ["Which journal has the ISSN 2373-2822?", "Tell me the journal associated with the electronic ISSN 2373-2822."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"2373-2822\". } LIMIT 1"}}
{"id": "val_1276", "question": "What are scholarly articles authored by Paul Erd\u0151s?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?label WHERE {\n  ?article wdt:P31 wd:Q13442814 ; wdt:P50 wd:Q11648 .\n  OPTIONAL {\n    ?article rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["Show me English titles of academic papers written by Paul Erd\u0151s.", "Which research papers have Paul Erd\u0151s as an author, and what are their English titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P2093> ?var3 . FILTER ( ( CONTAINS ( ?var3 , \"Erd\u0151s\" ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } LIMIT 100"}}
{"id": "val_1277", "question": "Subclasses of animals with the most language labels in Wikidata.", "sparql": "SELECT ?animalSubclass (COUNT(DISTINCT ?lang) AS ?labelLanguageCount) WHERE { ?animalSubclass wdt:P279 wd:Q729 . ?animalSubclass rdfs:label ?label . BIND(LANG(?label) AS ?lang) . FILTER(?lang != \"\") } GROUP BY ?animalSubclass ORDER BY DESC(?labelLanguageCount) LIMIT 100", "paraphrases": ["Which animal subclasses have labels in the most languages, and how many languages are they available in?", "List all subclasses of animals and count how many different languages their labels are available in, sorted by the most languages first."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( LANG ( ?var4Label ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q729> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } GROUP BY ?var1 HAVING ( ( COUNT ( DISTINCT ?var2 ) >= \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_1278", "question": "What are all the categories or types that a library belongs to, including its broader classifications?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  wd:Q7075 wdt:P279 * ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["What classes is the entity \"library\" a subclass of in Wikidata?", "Show me the full hierarchy of classes above \"library\" in Wikidata\u2019s taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q7075> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1279", "question": "Journal with ISSN 0374-6429, its title, multilingual descriptions, and links to IPNI, JSTOR, ZooBank, feed, and OAI-PMH URL.", "sparql": "SELECT ?journal ?title ?description ?ipniId ?jstorId ?zooBankId ?feedUrl ?url WHERE { ?journal wdt:P236 \"0374-6429\" . ?journal wdt:P1476 ?title . OPTIONAL { ?journal schema:description ?description . } OPTIONAL { ?journal wdt:P2008 ?ipniId . } OPTIONAL { ?journal wdt:P1230 ?jstorId . } OPTIONAL { ?journal wdt:P2007 ?zooBankId . } OPTIONAL { ?journal wdt:P1019 ?feedUrl . } OPTIONAL { ?journal p:P2699 ?urlStmt . ?urlStmt ps:P2699 ?url . ?urlStmt pq:P2700 wd:Q2430433 . } }", "paraphrases": ["What is the title and multilingual descriptions of the journal with ISSN 0374-6429, and does it have identifiers in IPNI, JSTOR, ZooBank, a web feed, or an OAI-PMH URL?", "Show me all the metadata for the journal identified by ISSN 0374-6429, including its title, descriptions in different languages, and any associated identifiers or URLs, especially those using the OAI-PMH protocol."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"0374-6429\". ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1019> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2008> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1230> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2007> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2699> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P2699> ?var8 . ?var9 <http://www.wikidata.org/prop/qualifier/P2700> <http://www.wikidata.org/entity/Q2430433> . } }"}}
{"id": "val_1280", "question": "What is the most specific administrative category shared by both England and Louisiana?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q21 wdt:P31 ?type1 .\n  wd:Q1588 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY DESC(STRLEN(?label))\nLIMIT 1", "paraphrases": ["What type of entity do England and Louisiana both belong to in the Wikidata hierarchy?", "Find the common superclass in the type hierarchy that best describes both England and Louisiana as administrative divisions."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q21> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1281", "question": "Archives with English and Russian labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?archive ?labelEn ?labelRu WHERE {\n  ?archive wdt:P31 wd:Q166118 .\n  ?archive rdfs:label ?labelEn .\n  ?archive rdfs:label ?labelRu .\n  FILTER ( LANG( ?labelEn ) = \"en\" ) FILTER ( LANG( ?labelRu ) = \"ru\" )\n}", "paraphrases": ["What are the English and Russian names of all institutions that are archives?", "List all archive institutions along with their labels in English and Russian."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q166118> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . }"}}
{"id": "val_1282", "question": "What sources and metadata are attached to the reference for Albert Einstein\u2019s birth date?", "sparql": "SELECT ?property ?value WHERE { ref:158383a80aa90f20f52ce945db29aaa48573b76f ?property ?value . }", "paraphrases": ["List all properties and values of the reference with ID ref:158383a80aa90f20f52ce945db29aaa48573b76f.", "Can you show me the details of this Wikidata reference, including where it comes from and when it was retrieved?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/7c2b95dda3923512d0222d4e0deafdaac94e5f8b> ?var1 ?var2 . }"}}
{"id": "val_1283", "question": "Geographic features in the Zagros Mountains with their coordinates", "sparql": "SELECT ?feature ?featureLabel ?coordinates WHERE { wd:Q167021 ^ (wdt:P361 | wdt:P4552 | wdt:P4688) ?feature . ?feature wdt:P31/wdt:P279* wd:Q271669 . OPTIONAL { ?feature wdt:P625 ?coordinates . } OPTIONAL { ?feature rdfs:label ?featureLabel . FILTER(LANG(?featureLabel) = \"en\") } }", "paraphrases": ["What are the names and locations of landforms that are part of the Zagros Mountains?", "List all the dams, waterfalls, and plains located within the Zagros Mountains, including their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q167021> ^( <http://www.wikidata.org/prop/direct/P361> | <http://www.wikidata.org/prop/direct/P4552> | <http://www.wikidata.org/prop/direct/P4688> )+ ?var1 . <http://www.wikidata.org/entity/Q271669> (^ <http://www.wikidata.org/prop/direct/P279> */^ <http://www.wikidata.org/prop/direct/P31> ) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 10000"}}
{"id": "val_1284", "question": "What source and HomoloGene ID are associated with the reference ref:9b51dbd503923cb58402fc802c143dec2c592379?", "sparql": "SELECT ?property ?value WHERE {\n  ref:9b51dbd503923cb58402fc802c143dec2c592379 ?property ?value .\n}", "paraphrases": ["Show the properties and values of the reference with ID 9b51dbd503923cb58402fc802c143dec2c592379.", "Which database and ID does this Wikidata reference point to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/9b51dbd503923cb58402fc802c143dec2c592379> ?var1 ?var2 . }"}}
{"id": "val_1285", "question": "Libraries and library buildings in the United Kingdom with their addresses, websites, phone numbers, and coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image ?library ?libraryLabel ?administrativeEntity ?address ?postalCode ?osGridReference ?operator ?email ?phoneNumber ?website ?coordinates WHERE {\n  {\n    ?library(wdt:P31 / wdt:P279 *) wd:Q856584 .\n  } UNION {\n    ?library(wdt:P31 / wdt:P279 *) wd:Q7075 .\n  }\n  ?library wdt:P17 wd:Q145 .\n  OPTIONAL {\n    ?library wdt:P625 ?coordinates ; wdt:P18 ?image ; wdt:P131 ?administrativeEntity ; wdt:P969 ?address ; wdt:P281 ?postalCode ; wdt:P613 ?osGridReference ; wdt:P137 ?operator ; wdt:P968 ?email ; wdt:P1329 ?phoneNumber ; wdt:P856 ?website ; wdt:P373 ?commonsCategory .\n  }\n  ?library rdfs:label ?libraryLabel .\n  FILTER(LANG(?libraryLabel) = \"en\")\n}\nORDER BY ASC(?libraryLabel)", "paraphrases": ["What are all the libraries and library buildings in the United Kingdom, and what are their labels, locations, contact details, and official websites?", "List all libraries and library buildings in the UK along with their labels, images, administrative locations, postal codes, OS grid references, operators, email addresses, phone numbers, websites, and geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q856584> . } UNION { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> . } ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var11 ; <http://www.wikidata.org/prop/direct/P18> ?var1 ; <http://www.wikidata.org/prop/direct/P131> ?var3 ; <http://www.wikidata.org/prop/direct/P969> ?var4 ; <http://www.wikidata.org/prop/direct/P281> ?var5 ; <http://www.wikidata.org/prop/direct/P613> ?var6 ; <http://www.wikidata.org/prop/direct/P137> ?var7 ; <http://www.wikidata.org/prop/direct/P968> ?var8 ; <http://www.wikidata.org/prop/direct/P1329> ?var9 ; <http://www.wikidata.org/prop/direct/P856> ?var10 ; <http://www.wikidata.org/prop/direct/P373> ?var12 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_1286", "question": "What schools did Mike Oldfield attend?", "sparql": "SELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q3008 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER (LANG(?institutionLabel) = \"en\") OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Which educational institutions did Mike Oldfield attend, and when did he start or end his studies there?", "Can you list the schools Mike Oldfield went to, along with any degrees he earned and the dates of attendance?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q3008> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1287", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt5215088?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 \"tt5215088\" . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") BIND(\"tt5215088\" AS ?imdbId) }", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by IMDb ID tt5215088?", "Show me the Wikidata item, the corresponding English or German Wikipedia page, and the IMDb ID for the movie tt5215088."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5215088\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1288", "question": "What books written in Dutch have been published, and where were they published?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?book ?place WHERE {\n  ?book wdt:P31 wd:Q571 .\n  ?book wdt:P407 wd:Q7411 .\n  ?book wdt:P291 ?place .\n}", "paraphrases": ["Can you list Dutch-language books along with their places of publication?", "Which locations are associated with the publication of books in the Dutch language?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P364> <http://www.wikidata.org/entity/Q7411> . ?var1 <http://www.wikidata.org/prop/direct/P840> ?var2 . }"}}
{"id": "val_1289", "question": "Humans with both AGORHA and IdRef identifiers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?agorhaId ?idRefId WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P2342 ?agorhaId .\n  ?human wdt:P269 ?idRefId .\n}", "paraphrases": ["Which humans have both an AGORHA ID and an IdRef ID?", "List the AGORHA and IdRef IDs for all humans in Wikidata who are registered in both systems."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P2342> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P269> ?var2 . }"}}
{"id": "val_1290", "question": "What is the country that Hainan belongs to, and what is the total administrative distance from Hainan and China to that country?", "sparql": "SELECT ?parent (1 AS ?distHainan) (0 AS ?distChina) (1 AS ?totalDistance) WHERE { wd:Q42200 wdt:P17 ?parent . FILTER (?parent = wd:Q148) } LIMIT 1", "paraphrases": ["How far is Hainan from China in the administrative hierarchy, and what is the sum of their distances to the common parent?", "Which entity is the direct administrative parent of Hainan, and what is the combined distance from Hainan and China to that entity?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42200> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q148> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1291", "question": "Libraries in Italy and Vatican City with ISIL codes, excluding major national libraries.", "sparql": "SELECT ?library ?libraryLabel ?isil ?country ?countryLabel WHERE { ?library wdt:P791 ?isil . ?library wdt:P17 ?country . FILTER (?country IN (wd:Q38, wd:Q237)) FILTER (?library NOT IN (wd:Q4115189, wd:Q13406268, wd:Q15397819)) ?library rdfs:label ?libraryLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?libraryLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the libraries in Italy and Vatican City that have ISIL identifiers, excluding the British Library, Library of Congress, and Biblioth\u00e8que nationale de France?", "List the names, ISIL codes, and countries of all libraries located in Italy or Vatican City, excluding the three largest national libraries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 WHERE { BIND ( REGEX ( STR ( ?var2 ) , \"string1\" ) AS ?var6 ). BIND ( ( ?var3 = <http://www.wikidata.org/entity/Q38> ) AS ?var4 ). BIND ( ( ?var3 = <http://www.wikidata.org/entity/Q237> ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P791> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . FILTER ( ( ( ?var4 || ?var5 = ?var6 ) ) ) . FILTER ( ( ?var1 NOT IN ( <http://www.wikidata.org/entity/Q4115189> , <http://www.wikidata.org/entity/Q13406268> , <http://www.wikidata.org/entity/Q15397819> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_1292", "question": "Libraries in Germany with their official websites", "sparql": "SELECT ?label ?website WHERE { ?library wdt:P31 wd:Q7075 . ?library wdt:P17 wd:Q183 . OPTIONAL { ?library wdt:P856 ?website . } ?library rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["What are the English names of libraries in Germany and their official websites?", "Show me the names and websites of libraries located in Germany."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7075> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } } LIMIT 100"}}
{"id": "val_1293", "question": "What are the four levels of parent taxa above the blue whale in the biological classification hierarchy?", "sparql": "SELECT ?taxon ?taxonLabel ?parent WHERE { { wd:Q42196 wdt:P171 ?taxon . BIND(?taxon AS ?parent) } UNION { wd:Q42196 wdt:P171/wdt:P171 ?taxon . ?taxon wdt:P171 ?parent . } UNION { wd:Q42196 wdt:P171/wdt:P171/wdt:P171 ?taxon . ?taxon wdt:P171 ?parent . } UNION { wd:Q42196 wdt:P171/wdt:P171/wdt:P171/wdt:P171 ?taxon . ?taxon wdt:P171 ?parent . } ?taxon rdfs:label ?taxonLabel . FILTER(LANG(?taxonLabel) = \"en\") } ORDER BY ?taxon", "paraphrases": ["Show me the taxonomic ancestors of the blue whale up to four levels up, along with their immediate parent and English labels.", "What is the family, superfamily, suborder, and order of the blue whale according to Wikidata\u2019s taxonomic data?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42196> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P171> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P171> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1294", "question": "What is the most central entity in the Wikidata subclass hierarchy that is closest to both Los Angeles and Thanos?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?distLA ?distThanos ?sum WHERE {\n  BIND(wd:Q35120 AS ?common)\n  BIND(9 AS ?distLA)\n  BIND(4 AS ?distThanos)\n  BIND(13 AS ?sum)\n  wd:Q65 wdt:P31 ?classLA .\n  ?classLA wdt:P279 * ?common .\n  wd:Q2276627 wdt:P31 ?classThanos .\n  ?classThanos wdt:P279 * ?common .\n}\nLIMIT 1", "paraphrases": ["Which common ancestor class do Los Angeles and Thanos share with the smallest total distance in the subclass hierarchy?", "Find the entity that is reachable from both Los Angeles and Thanos through the fewest subclass steps combined."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2276627> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1295", "question": "What country and administrative region is Mount Hickson located in?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?label WHERE {\n  wd:Q21939701 ( wdt:P30 | wdt:P17 | wdt:P131 ) ?var1 .\n  ?var1 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Can you tell me the administrative division and country of the mountain Mount Hickson?", "Where is Mount Hickson situated in terms of its country and state?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q21939701> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_1296", "question": "Russian-language names of all animals that are herbivores or subclasses of herbivores.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label WHERE {\n  ?subclass wdt:P279 * wd:Q59099 .\n  ?subclass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ru\" )\n}", "paraphrases": ["What are the Russian names for all types of herbivores and their subtypes in Wikidata?", "List all Russian labels for entities that are subclasses of herbivores."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q59099> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ru\" ) ) ) . }"}}
{"id": "val_1297", "question": "What are the English names of specific sports and their broader categories under the general category of sport?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?broadSport ?broadLabel ?specificSport ?specificLabel WHERE {\n  ?broadSport wdt:P279 wd:Q349 .\n  ?broadSport rdfs:label ?broadLabel .\n  ?specificSport wdt:P279 ?broadSport .\n  ?specificSport rdfs:label ?specificLabel .\n  FILTER ( LANG( ?specificLabel ) = \"en\" )\n}", "paraphrases": ["Which specific sports (in English) are subclasses of broader sport categories like children's sports or women's sports?", "List all English-named specific sports along with their parent sport categories in the Wikidata taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q349> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.wikidata.org/prop/direct/P279> ?var1 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_1298", "question": "Images associated with researcher Uffe Seilman, including those of his works, their topics, or co-authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q31166166 wdt:P18 ?image .\n  } UNION {\n    wd:Q31166166 ?property ?entity .\n    ?entity wdt:P18 ?image .\n    FILTER ( ?entity != wd:Q5 )\n  } UNION {\n    ?work wdt:P50 wd:Q31166166 .\n    ?work wdt:P921 ?topic .\n    ?topic wdt:P18 ?image .\n  } UNION {\n    ?work wdt:P50 wd:Q31166166 .\n    ?coauthor wdt:P50 ?work .\n    ?coauthor wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are linked to Uffe Seilman, either directly, through works he authored, their main subjects, or his co-authors?", "Show all Wikimedia Commons images connected to Uffe Seilman, including images of the subjects of his works and images of people who co-authored his works."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q31166166> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q31166166> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q31166166> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1299", "question": "What is the title of the novel trilogy \"The Lord of the Rings\"?", "sparql": "SELECT ?title WHERE { wd:Q15228 wdt:P1476 ?title .}", "paraphrases": ["What is the English title of J.R.R. Tolkien's The Lord of the Rings?", "Can you tell me the title of the 1954 fantasy novel trilogy by J.R.R. Tolkien?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q3309133> <http://www.wikidata.org/prop/direct/P50> . ?var2 <http://www.wikidata.org/prop/direct/p1476> ?var1 . }"}}
{"id": "val_1300", "question": "What is the English or German title of the movie with IMDb ID tt0820094?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  ?item wdt:P345 \"tt0820094\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\" || LANG(?label) = \"de\")\n}", "paraphrases": ["Show me the labels in English or German for the film identified by tt0820094 on IMDb.", "Find the English or German name of the movie on IMDb with ID tt0820094."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0820094\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1301", "question": "Actors in the 2011 Thor movie and their co-stars in other films.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?actor ?actorLabel ?otherActor ?otherActorLabel WHERE {\n  {\n    wd:Q217020 wdt:P161 ?actor .\n    ?actor rdfs:label ?actorLabel .\n    FILTER ( LANG( ?actorLabel ) = \"en\" ) wd:Q217020 wdt:P161 ?otherActor .\n    ?otherActor rdfs:label ?otherActorLabel .\n    FILTER ( LANG( ?otherActorLabel ) = \"en\" ) FILTER ( ?actor != ?otherActor )\n  } UNION {\n    wd:Q217020 wdt:P161 ?actor .\n    ?actor rdfs:label ?actorLabel .\n    FILTER ( LANG( ?actorLabel ) = \"en\" ) ?work wdt:P161 ?actor .\n    ?work wdt:P161 ?otherActor .\n    ?otherActor rdfs:label ?otherActorLabel .\n    FILTER ( LANG( ?otherActorLabel ) = \"en\" ) FILTER ( ?actor != ?otherActor )\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the actors from the 2011 Thor movie, and which other actors have they worked with in different films?", "Show me the cast of the 2011 Thor movie and the actors they have appeared with in other movies."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q717588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P161> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1302", "question": "What are some examples of sports or types of sports?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q349 .\n}\nLIMIT 100", "paraphrases": ["Which entities are classified as sports or subtypes of sports?", "Can you list some sports and their subcategories?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q349> . }"}}
{"id": "val_1303", "question": "How many people from the United Kingdom were born each year starting from 1700?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(?person) AS ?count) WHERE {\n  ?person wdt:P27 wd:Q145 .\n  ?person wdt:P569 ?birthDate .\n  BIND(YEAR(?birthDate) AS ?year)\n  FILTER(?year >= 1700)\n}\nGROUP BY ?year\nORDER BY ASC(?year)", "paraphrases": ["Can you show the count of British citizens grouped by their birth year from 1700 onwards?", "What is the distribution of birth years for people who are citizens of the United Kingdom, starting from the year 1700?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { BIND ( YEAR ( ?var2 ) AS ?var1 ). ?var4 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . ?var4 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var1 >= \"1700\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_1304", "question": "List all species in the genus Struthio with their scientific names and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?species ?scientificName ?image WHERE {\n  ?species wdt:P171 wd:Q2576337 .\n  ?species wdt:P225 ?scientificName .\n  OPTIONAL {\n    ?species wdt:P18 ?image .\n  }\n}\nORDER BY ASC ( ?scientificName )", "paraphrases": ["What are the scientific names of all species belonging to the genus Struthio, and do they have images on Wikimedia Commons?", "Show me the complete list of Struthio species, sorted alphabetically by scientific name, along with any available images."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q12642889> . ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1305", "question": "What are some sports classified as types of sport, along with their Japanese names and their category names in Japanese?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sport ?sportLabel ?category ?categoryLabel WHERE {\n  ?sport wdt:P31 wd:Q31629 .\n  ?sport wdt:P279 ?category .\n  OPTIONAL {\n    ?sport rdfs:label ?sportLabel .\n    FILTER(LANG(?sportLabel) = \"ja\")\n  }\n  OPTIONAL {\n    ?category rdfs:label ?categoryLabel .\n    FILTER(LANG(?categoryLabel) = \"ja\")\n  }\n}\nLIMIT 100", "paraphrases": ["Show me sports and their Japanese labels, and the Japanese labels of the categories they belong to (e.g., team sport, running).", "List sports that are instances of \"type of sport\" and provide their Japanese names and the Japanese names of their subcategories."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q31629> . ?var3 <http://www.wikidata.org/prop/direct/Q11420> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_1306", "question": "What are some examples of mountains in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mountain ?mountainLabel WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain rdfs:label ?mountainLabel\n  FILTER(LANG(?mountainLabel) = 'en')\n}\nLIMIT 5", "paraphrases": ["List the English names of entities classified as mountains.", "Show me mountains and their labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5710433> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1307", "question": "What is the English name and taxonomic class of Xanthocryptus novozealandicus?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?instanceOf WHERE {\n  wd:Q2320365 rdfs:label ?label ; wdt:P31 ?instanceOf .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Is Xanthocryptus novozealandicus a species, and what is its scientific name?", "Tell me the English label and type of the insect Xanthocryptus novozealandicus."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q2320365> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_1308", "question": "Images related to Michael Balke, including those from works he authored or objects he is associated with.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q19966927 wdt:P18 ?image . } UNION { wd:Q19966927 ?property ?item . ?item wdt:P18 ?image . FILTER (?item != wd:Q5) } UNION { ?work wdt:P50 wd:Q19966927 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } }", "paraphrases": ["What images are associated with the German zoologist Michael Balke, either directly, through items he is connected to, or through the subjects of works he authored?", "Show me all Wikimedia Commons images connected to Michael Balke \u2014 either as his personal photo, as images of things he is linked to (excluding humans), or as images of the main topics of works he wrote."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q19966927> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q19966927> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q19966927> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1309", "question": "Items with statements about Materia Medica and the properties used in those statements, excluding \"instance of\".", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?property ( SAMPLE( ?qVal ) AS ?qualifierValue ) WHERE {\n  ?statement ?propValue wd:Q1291275 .\n  ?item ?claim ?statement .\n  ?property wikibase:statementProperty ?propValue .\n  ?property wikibase:claim ?claim .\n  FILTER ( ?property != wd:P31 ) OPTIONAL {\n    ?statement ?qualifier ?qVal .\n    ?qualifierProperty wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?item ?statement ?property\nLIMIT 101", "paraphrases": ["What items have statements that are about Materia Medica, and what properties are used in those statements?", "List all items that have statements pointing to Materia Medica, along with the property used in each statement, but exclude any statements that are direct \"instance of\" links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q1291275> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_1310", "question": "Organizations with their Scopus affiliation IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?organization ?organizationLabel ?scopusId WHERE {\n  ?organization wdt:P1155 ?scopusId .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Which organizations have Scopus affiliation IDs, and what are those IDs?", "List the English names of organizations and their corresponding Scopus IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1155> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_1311", "question": "Multilingual descriptions of the Cyprus dwarf hippopotamus", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?language ?description WHERE {\n  wd:Q867518 schema:description ?description .\n  BIND(LANG(?description) AS ?language)\n}\nORDER BY ?language", "paraphrases": ["What are the descriptions of the Cyprus dwarf hippopotamus in different languages?", "Show me how the Cyprus dwarf hippopotamus is described in various languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q867518> ?var1 ?var2 . }"}}
{"id": "val_1312", "question": "Judges who were citizens of the United Kingdom, with their dates of birth and death.", "sparql": "SELECT ?judge ?judgeLabel ?countryLabel ?birthDate ?deathDate WHERE { ?judge wdt:P106 wd:Q16533 . ?judge wdt:P27 wd:Q145 . ?judge wdt:P569 ?birthDate . ?judge wdt:P570 ?deathDate . ?judge rdfs:label ?judgeLabel . wd:Q145 rdfs:label ?countryLabel . FILTER(LANG(?judgeLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Who are the judges from the United Kingdom, and when were they born and when did they die?", "List the names, birth dates, and death dates of all judges who held British citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q16533> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1313", "question": "Images related to Sofie Therese Hansen\u2019s research topics or co-authors", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image WHERE {\n  ?work wdt:P50 wd:Q28477916 .\n  {\n    ?work wdt:P921 ?topic .\n    ?topic wdt:P18 ?image .\n  } UNION {\n    ?coauthor wdt:P50 ?work .\n    ?coauthor wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are associated with the works authored by Sofie Therese Hansen, either as main subjects or through her co-authors?", "Show me all Wikimedia Commons images connected to Sofie Therese Hansen through the subjects of her publications or her co-authors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q28477916> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q28477916> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28477916> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_1314", "question": "List judges, qadis, mediators, Dayans, and arbitrators with their birth dates, VIAF IDs, and LCCN numbers.", "sparql": "SELECT DISTINCT \n  ?judgeLabel \n  ?occupationLabel \n  ?birthDate \n  ?viafId \n  ?lccn \nWHERE {\n  VALUES ?occupation {\n    wd:Q16533           # judge\n    wd:Q217029          # qadi\n    wd:Q4859473         # mediator\n    wd:Q3570351         # Dayan\n    wd:Q105425483       # arbitrator\n  }\n  \n  ?judge wdt:P106 ?occupation .\n  \n  OPTIONAL { ?judge wdt:P569 ?birthDate . }\n  OPTIONAL { ?judge wdt:P214 ?viafId . }\n  OPTIONAL { ?judge wdt:P244 ?lccn . }\n\n  # Only include judges with a birth date\n  FILTER(BOUND(?birthDate))\n\n  # Fetch labels\n  ?judge rdfs:label ?judgeLabel .\n  ?occupation rdfs:label ?occupationLabel .\n\n  # Filter for English labels\n  FILTER(LANG(?judgeLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["Who are some judges and related legal professionals born in modern times, and what are their VIAF and Library of Congress identifiers?", "Please provide a list of 50 notable judges and judicial officers from English-speaking countries, including their names, occupations, birth dates, and international identifiers like VIAF and LCCN."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var1 ?var4 ?var5 ?var6Label ?var7 ?var8 ?var9Label ?var10Label ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2736> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P244> ?var11 . } ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q16533> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_1315", "question": "Does the journal with ISSN 0360-5310 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P236 \"0360-5310\" . }", "paraphrases": ["Is there a publication in Wikidata that has the ISSN 0360-5310?", "Please confirm if the ISSN 0360-5310 is assigned to any journal in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"0360-5310\". }"}}
{"id": "val_1316", "question": "Peaks in the Pamir Mountains with coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?peak ?peakLabel ?coord WHERE {\n  ?peak wdt:P4552 + wd:Q161750 .\n  ?peak wdt:P31 / wdt:P279 * wd:Q271669 .\n  OPTIONAL {\n    ?peak wdt:P625 ?coord .\n  }\n  ?peak rdfs:label ?peakLabel .\n  FILTER(LANG(?peakLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["What are the names and locations of all peaks that are part of the Pamir Mountains?", "List the English names and geographic coordinates of all landforms (like peaks) that belong to the Pamir Mountains."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q161750> ^( <http://www.wikidata.org/prop/direct/P361> | <http://www.wikidata.org/prop/direct/P4552> )+ ?var1 . <http://www.wikidata.org/entity/Q271669> (^ <http://www.wikidata.org/prop/direct/P279> */^ <http://www.wikidata.org/prop/direct/P31> ) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 1000"}}
{"id": "val_1317", "question": "Wikidata properties that are taxon identifiers and external IDs", "sparql": "SELECT DISTINCT (CONCAT(\"['\", STRAFTER(STR(?property), \"/entity/\"), \"] = \", ?label, \",\") AS ?output) WHERE { ?property (wdt:P31/wdt:P279*) wd:Q18609040 . ?property rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?property wdt:P31 wd:Q19847637 . }", "paraphrases": ["Which Wikidata properties serve as unique identifiers for biological taxa in external databases?", "List all Wikidata properties that are used to identify taxonomic names in external systems, along with their labels."], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( \"['\", STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) , \"']= \", ?var2 , \",\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18609040> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19847637> . }"}}
{"id": "val_1318", "question": "What are the articles or lists about birds in specific locations in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q5113 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}\nLIMIT 200", "paraphrases": ["Show me items classified as 'bird' in Wikidata, along with their English labels.", "Which Wikipedia-style lists are tagged as instances of birds?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5113> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 200"}}
{"id": "val_1319", "question": "What are the English and German titles of the film with IMDb ID tt1251020?", "sparql": "SELECT ?label WHERE { ?item wdt:P345 \"tt1251020\" . ?item rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\")) }", "paraphrases": ["Show me the titles of A Winter's Journey in English and German.", "How is the movie with IMDb identifier tt1251020 called in English and German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1251020\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1320", "question": "What English and German-language pages are about the movie with IMDb ID tt0103060?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0103060\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English and German for Teenage Mutant Ninja Turtles II: The Secret of the Ooze."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0103060\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1321", "question": "What Wikidata item has the IMDb ID tt0887577?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt0887577\" . }", "paraphrases": ["Which movie or TV show on Wikidata is identified by the IMDb ID tt0887577?", "Tell me the name of the TV episode with IMDb ID tt0887577."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0887577\". }"}}
{"id": "val_1322", "question": "What awards has J.K. Rowling received, and what categories do those awards belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?award ?awardLabel ?awardType ?awardTypeLabel WHERE {\n  wd:Q34660 wdt:P166 ?award .\n  ?award wdt:P31 ?awardType .\n  ?award rdfs:label ?awardLabel .\n  ?awardType rdfs:label ?awardTypeLabel .\n  FILTER ( LANG( ?awardLabel ) = \"en\" ) FILTER ( LANG( ?awardTypeLabel ) = \"en\" )\n}\nLIMIT 3", "paraphrases": ["Awards won by J.K. Rowling and their types", "Can you list the awards received by J.K. Rowling along with what kind of awards they are?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q34660> <http://www.wikidata.org/prop/direct/P166> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 3"}}
{"id": "val_1323", "question": "What are the acid dissociation constants (pKa) of common chemical compounds?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?compound ?compoundLabel ?pKaValue WHERE {\n  ?compound wdt:P1117 ?pKaValue .\n  ?compound rdfs:label ?compoundLabel .\n  FILTER(LANG(?compoundLabel) = \"en\")\n}\nLIMIT 20", "paraphrases": ["List chemical compounds and their pKa values", "Show me the pKa values for chemical compounds along with their names in English"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P1117> ?var4 . ?var4 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 20"}}
{"id": "val_1324", "question": "What is the most specific category that both Qualcomm and the United States belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q891723 wdt:P279* ?commonAncestor . wd:Q3624078 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY STRLEN(?label) LIMIT 1", "paraphrases": ["What is the lowest common superclass in the ontology for the class of Qualcomm and the class of the United States?", "Which entity is the most specific shared ancestor in the subclass hierarchy between Qualcomm and the United States?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q544847> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1325", "question": "Who are the actors in the films of the Lord of the Rings movie trilogy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actorLabel ?filmLabel ?trilogyLabel WHERE {\n  ?trilogy wdt:P144 wd:Q15228 ; wdt:P31 wd:Q13593818 .\n  ?trilogy wdt:P527 ?film .\n  ?film wdt:P161 ?actor .\n  ?actor rdfs:label ?actorLabel .\n  ?film rdfs:label ?filmLabel .\n  ?trilogy rdfs:label ?trilogyLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" ) FILTER ( LANG( ?filmLabel ) = \"en\" ) FILTER ( LANG( ?trilogyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List the actors, the films they appeared in, and the trilogy name for the film trilogy based on The Lord of the Rings.", "What are the names of the cast members and the corresponding films in the Lord of the Rings film trilogy?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var4 <http://www.wikidata.org/prop/direct/P144> <http://www.wikidata.org/entity/Q15228> . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13593818> . ?var4 <http://www.wikidata.org/prop/direct/P527> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P161> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } LIMIT 100"}}
{"id": "val_1326", "question": "What is the English title of the movie with IMDb ID tt0897387?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt0897387\" . ?item rdfs:label ?itemLabel . FILTER(langMatches(lang(?itemLabel), \"en\")) }", "paraphrases": ["Which movie has the IMDb identifier tt0897387, and what is its English name?", "Please provide the English title of the film identified by tt0897387 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0897387\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1327", "question": "List mountains and their images from Wikimedia Commons, with English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mountain ?mountainLabel ?image WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain rdfs:label ?mountainLabel .\n  FILTER ( LANG( ?mountainLabel ) = \"en\" ) OPTIONAL {\n    ?mountain wdt:P18 ?image .\n  }\n}", "paraphrases": ["What are the English names of mountains and their associated images on Wikimedia Commons?", "Show me all mountains (with their English labels) and include their images if available \u2014 even if some don\u2019t have images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1328", "question": "List all plant species in the genus Psoralea.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?species WHERE {\n  ?species wdt:P171 * wd:Q2589982 .\n}", "paraphrases": ["What are all the species that belong to the genus Psoralea?", "Show me all the taxonomic descendants of the plant genus Psoralea, including its species and varieties."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q2589982> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1329", "question": "Is there a Wikidata item with IMDb ID tt6500934?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt6500934\"\n}", "paraphrases": ["Does the movie or TV show with IMDb ID tt6500934 have a corresponding entry in Wikidata?", "Check if the IMDb identifier tt6500934 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6500934\". }"}}
{"id": "val_1330", "question": "What are Neil Young's occupations and his name?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?neilYoungLabel ?occupationLabel WHERE {\n  wd:Q633 rdfs:label ?neilYoungLabel .\n  wd:Q633 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?neilYoungLabel ) = \"en\" ) FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}", "paraphrases": ["What is Neil Young's name and what jobs has he had?", "Please list Neil Young's name along with all his occupations in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> <http://www.wikidata.org/entity/Q633> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1331", "question": "Polish-language TV shows or movies featuring Polish actors.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?workLabel ?actorLabel WHERE {\n  ?work wdt:P161 ?actor .\n  ?actor wdt:P27 wd:Q36 .\n  ?work rdfs:label ?workLabel .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?workLabel ) = \"pl\" ) .\n  FILTER ( LANG( ?actorLabel ) = \"pl\" ) .\n}\nLIMIT 10", "paraphrases": ["What are some Polish-language films or TV shows that have Polish actors?", "Show me Polish titles of works with Polish cast members."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P161> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q36> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"pl\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"pl\" ) ) ) . VALUES ( ?var2 ) { ( \"string1\" ) } } LIMIT 10"}}
{"id": "val_1332", "question": "What is the species of plant known as Topinambur that belongs to the Angiosperms?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label \"Topinambur\" @de .\n  ?item wdt:P105 wd:Q7432 .\n  ?item wdt:P171 * wd:Q25314 .\n}", "paraphrases": ["Which species, labeled \"Topinambur\" in German, is classified under Angiosperms?", "Find the Wikidata item for the plant called Topinambur that is a species and part of the flowering plants clade."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> . ?var1 <http://www.wikidata.org/prop/direct/P171> + <http://www.wikidata.org/entity/Q25314> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( STR ( ?var2Label ) = \"Topinambur\" ) ) ) . } LIMIT 100"}}
{"id": "val_1333", "question": "List library types without geographic coordinates.", "sparql": "SELECT ?library ?libraryLabel WHERE { ?library (wdt:P31/wdt:P279*) wd:Q7075 . OPTIONAL { ?library rdfs:label ?libraryLabel . FILTER(LANG(?libraryLabel) = 'en') } MINUS { ?library wdt:P625 ?coordinate . } } LIMIT 100", "paraphrases": ["What are the types of libraries that do not have a specified location?", "Show me all kinds of libraries, including subclasses, that are not associated with any geographic coordinates, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1334", "question": "Preferred label (EN>DE>FR>IT), image, coordinates, and English Wikipedia article for KIOS foundation.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  VALUES(?lang ?priority) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  OPTIONAL {\n    wd:Q18690587 rdfs:label ?label .\n    FILTER(LANG(?label) = ?lang)\n  }\n  OPTIONAL {\n    wd:Q18690587 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q18690587 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q18690587 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?priority\nLIMIT 1", "paraphrases": ["What is the English (or fallback: German, French, Italian) label, image, coordinates, and English Wikipedia page for the KIOS human rights foundation?", "Please provide the highest-priority label (in English first, then German, French, or Italian), along with any image, coordinates, and English Wikipedia link for the organization Q18690587 (KIOS)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q18690587> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q18690587> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q18690587> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q18690587> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_1335", "question": "What is the most specific shared administrative category between Wakefield, New Hampshire and New York City?", "sparql": "SELECT ?commonAncestor ?dist1 ?dist2 (?dist1 + ?dist2 AS ?sumDistances)\nWHERE {\n  {\n    SELECT ?ancestor1 (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q2154459 wdt:P279* ?mid1 .\n      ?mid1 wdt:P279* ?ancestor1 .\n    }\n    GROUP BY ?ancestor1\n  }\n  {\n    SELECT ?ancestor2 (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q1093829 wdt:P279* ?mid2 .\n      ?mid2 wdt:P279* ?ancestor2 .\n    }\n    GROUP BY ?ancestor2\n  }\n  FILTER(?ancestor1 = ?ancestor2)\n  BIND(?ancestor1 AS ?commonAncestor)\n}\nORDER BY ASC(?sumDistances)\nLIMIT 1", "paraphrases": ["What is the lowest common subclass in Wikidata for New England towns and cities in the United States?", "Which U.S. municipal classification do both Wakefield, NH and New York City belong to as their most specific shared type?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2430147> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1336", "question": "What is the bird clade that is 13 taxonomic levels above the tit family?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  wd:Q168473 wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What is the highest taxonomic rank reached by following 13 parent taxon steps from Paridae?", "Starting from the tit family, what species group do you reach after going up 13 levels in the bird evolutionary tree?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q168473> ( <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> ?) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1337", "question": "What is the most specific category that both Wakefield, New Hampshire and Panama belong to?", "sparql": "SELECT ?common ?commonLabel (COUNT(?super) AS ?depth) WHERE { wd:Q2154459 wdt:P279* ?common . wd:Q3624078 wdt:P279* ?common . ?common wdt:P279* ?super . ?super rdfs:label ?superLabel . FILTER(LANG(?superLabel) = \"en\") . ?common rdfs:label ?commonLabel . FILTER(LANG(?commonLabel) = \"en\") } GROUP BY ?common ?commonLabel ORDER BY DESC(?depth) LIMIT 1", "paraphrases": ["What is the highest-level common classification shared by the town of Wakefield, NH and the country of Panama?", "Which administrative category encompasses both Wakefield, NH and Panama as subclasses?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2430147> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1338", "question": "What is the Japanese title of the news article with Wikidata ID Q37794030?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?title WHERE {\n  VALUES ?item {\n    wd:Q37794030\n  }\n  ?item schema:name ?title .\n  FILTER(LANG(?title) = \"ja\")\n}", "paraphrases": ["Show me the title in Japanese of the article about Koreans in Japan published in 1923.", "What does the article \"\u66d6\u6627\u306a\u9bae\u4eba\" published in Kobe Yushin Nippo in 1923 call itself in Japanese?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q37794030> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_1339", "question": "What is the English name and description of the iNaturalist taxon with ID 309984?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxon ?taxonLabel ?description WHERE {\n  ?taxon wdt:P3151 \"309984\" .\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER ( LANG( ?taxonLabel ) = \"en\" ) OPTIONAL {\n    ?taxon schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the species called in English, and what is its description, if it has the iNaturalist ID 309984?", "Please provide the English label and English description for the organism identified as 309984 in iNaturalist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3151> \"309984\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1340", "question": "Game of Thrones episodes, air dates, and cast members", "sparql": "SELECT DISTINCT ?episode ?airDate ?actor ?episodeLabel ?actorLabel WHERE { ?episode wdt:P179 wd:Q23572 . ?episode wdt:P577 ?airDate . ?episode wdt:P161 ?actor . ?episode rdfs:label ?episodeLabel . ?actor rdfs:label ?actorLabel . FILTER(LANG(?episodeLabel) = \"en\") FILTER(LANG(?actorLabel) = \"en\") }", "paraphrases": ["What are the episodes of Game of Thrones, when did they air, and who acted in them?", "List all the cast members and air dates for each episode of Game of Thrones."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q23572> AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1341", "question": "All plant species in the Malpighiales order.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon WHERE {\n  ?taxon wdt:P171 * wd:Q21887 .\n}", "paraphrases": ["What are all the taxa that descend from the order Malpighiales?", "List all known species and genera that are part of the Malpighiales plant order, including all levels of descendants."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q21887> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1342", "question": "What are the taxonomic subgroups of Haplorhini?", "sparql": "SELECT ?taxon WHERE { ?taxon wdt:P31 wd:Q16521 . ?taxon wdt:P171 wd:Q82261 .}", "paraphrases": ["Which taxa are directly classified under Haplorhini in the biological classification system?", "List all the taxonomic groups that have Haplorhini as their immediate parent taxon."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q82261> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } OPTIONAL { } }"}}
{"id": "val_1343", "question": "What is the most specific shared category between Goldman Sachs and FC Energiya Volzhsky in the Wikidata taxonomy?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?totalDistance ?label WHERE {\n  VALUES(?type1 ?type2) {(wd:Q22687 wd:Q476028)\n  }\n  BIND(wd:Q43229 AS ?commonAncestor)\n  BIND(2 AS ?dist1)\n  BIND(4 AS ?dist2)\n  BIND(?dist1 + ?dist2 AS ?totalDistance)\n  OPTIONAL {\n    ?commonAncestor rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["What is the lowest common ancestor in the subclass hierarchy for the bank Goldman Sachs and the football club FC Energiya Volzhsky?", "How many steps are required to reach the common organizational category from both Goldman Sachs and FC Energiya Volzhsky via subclass relationships?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193326> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1975949> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1344", "question": "What is the bird clade that is 18 taxonomic levels above the tit family?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  wd:Q168473 wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 / wdt:P171 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What is the highest taxonomic rank 18 steps up from Paridae in the bird lineage?", "What is the name of the taxon that is the great-great-great... (18 times) grandparent of the tit bird?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q168473> ( <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> / <http://www.wikidata.org/prop/direct/P171> ?) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1345", "question": "Labels of the Wikidata property \"history of topic\" in English, German, French, and Italian.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?subpropertyOf WHERE {\n  wd:P2184 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"en\" , \"de\" , \"fr\" , \"it\"))\n  OPTIONAL {\n    wd:P2184 rdfs:comment ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  OPTIONAL {\n    wd:P2184 wdt:P1647 ?subpropertyOf .\n  }\n}\nORDER BY ?label", "paraphrases": ["What are the labels for the property \"history of topic\" in different languages, and what is its subproperty?", "Show me the translations of the property \"history of topic\" into German, French, Italian, and English, along with its parent property."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/P2184> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/P2184> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_1346", "question": "Does the movie with IMDb ID tt0231294 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0231294\" .\n}", "paraphrases": ["Is there a Wikidata item for the film 'The Bridge Across' identified by IMDb ID tt0231294?", "Check if the IMDb identifier tt0231294 is linked to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0231294\". }"}}
{"id": "val_1347", "question": "Which educational institutions did Ian Hodder attend, and what were the start and end dates of his attendance, along with any academic degrees he earned?", "sparql": "SELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q556140 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Ian Hodder's universities, attendance periods, and degrees", "List the universities Ian Hodder attended in English, along with any known start dates, end dates, or academic degrees."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q556140> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1348", "question": "Does the movie with IMDb ID tt0012207 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0012207\" .\n}", "paraphrases": ["Is there a Wikidata item for the film \"Get Your Man\" identified by the IMDb ID tt0012207?", "Confirm if the IMDb identifier tt0012207 is linked to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0012207\". }"}}
{"id": "val_1349", "question": "Biological taxa with rank of phylum", "sparql": "SELECT ?taxon WHERE {\n  ?taxon wdt:P31 wd:Q16521 .\n  ?taxon wdt:P105 wd:Q38348 .\n}", "paraphrases": ["What are the taxonomic phyla in Wikidata?", "List all organisms classified as taxa at the phylum level."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q38348> . }"}}
{"id": "val_1350", "question": "What properties (excluding \"instance of\") are used to classify entities as mammals?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propertyItem WHERE {\n  ?item ?directProperty wd:Q7377 .\n  FILTER(STRSTARTS(STR(?directProperty) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?directProperty) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyItem)\n  .\n  FILTER(?propertyItem != wd:P31)\n}", "paraphrases": ["Which Wikidata properties link organisms to the taxon \"mammal\", excluding the property for \"instance of\"?", "List all properties that are used to state that something is a mammal, but not by saying it's an instance of mammal."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q7377> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_1351", "question": "Who are Iranian individuals with known dates of birth and death, and how did they die?", "sparql": "SELECT ?person ?personLabel ?mannerOfDeath ?mannerOfDeathLabel ?birthDate ?deathDate WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q794 . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . ?person wdt:P1196 ?mannerOfDeath . ?person rdfs:label ?personLabel . ?mannerOfDeath rdfs:label ?mannerOfDeathLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?mannerOfDeathLabel) = \"en\")}", "paraphrases": ["List Iranian people along with their birth and death dates and the manner of their death.", "Show the names, birth dates, death dates, and causes of death for Iranian citizens who have died, using English labels for clarity."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q794> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1196> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fa\". } }"}}
{"id": "val_1352", "question": "Sculptures in the Basque Country with their coordinates and creators", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?sculptureLabel ?coordinates ?creator WHERE {\n  ?sculpture ( wdt:P31 / wdt:P279 * ) wd:Q860861 .\n  ?sculpture ( wdt:P131 * / ^ wdt:P527 ) wd:Q47588 .\n  ?sculpture wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?sculpture wdt:P170 ?creator .\n  }\n  OPTIONAL {\n    ?sculpture rdfs:label ?sculptureLabel .\n    FILTER ( LANG( ?sculptureLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the sculptures located in the Basque Country, their locations, and who created them?", "List all sculptures in the Basque Country region along with their geographic coordinates and artists, if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q860861> . ?var1 ( <http://www.wikidata.org/prop/direct/P131> */^ <http://www.wikidata.org/prop/direct/P527> ) <http://www.wikidata.org/entity/Q47588> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,eu\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . } }"}}
{"id": "val_1353", "question": "What taxonomic ranks are part of the species rank in biology?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?rankLabel ?statement ?scientificName WHERE {\n  {\n    SELECT DISTINCT ?rank ?statement WHERE {\n      ?statement ps:P361 wd:Q7432 .\n      ?rank p:P361 ?statement .\n    }\n    LIMIT 10\n  }\n  ?rank rdfs:label ?rankLabel .\n  FILTER(LANG(?rankLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P1705 ?scientificName .\n    FILTER(LANG(?scientificName) = \"en\")\n  }\n}", "paraphrases": ["Which biological taxonomic ranks are classified as part of the species level?", "List the taxonomic ranks (like subspecies or strain) that are considered part of the species rank, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P361> <http://www.wikidata.org/entity/Q7432> . ?var1 <http://www.wikidata.org/prop/P361> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1354", "question": "What is the English, German, or Norwegian Wikipedia page for the movie with IMDb ID tt0052939?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0052939\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?language .\n  FILTER ( ?language IN ( \"en\" , \"de\" , \"no\" ) )\n}", "paraphrases": ["Show me the Wikipedia articles about the film \"The Chasers\" (IMDb: tt0052939) in English, German, or Norwegian.", "Find the Wikipedia pages in English, German, or Norwegian that are about the movie identified by IMDb ID tt0052939."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0052939\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1355", "question": "What Wikipedia pages exist in English, German, or Norwegian about the movie with IMDb ID tt5000016?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt5000016\" . ?page schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"no\" } }", "paraphrases": ["Find the Wikipedia articles in English, German, or Norwegian that are about the film identified by IMDb ID tt5000016.", "Which language versions of Wikipedia have articles about the movie Tanhaiyan Naye Silsilay (IMDb: tt5000016)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5009730\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1356", "question": "What educational institutions did Judea Pearl attend, what degrees did he earn, and when did he study there?", "sparql": "SELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q92824 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER (LANG(?institutionLabel) = \"en\") . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") . } }", "paraphrases": ["Which universities did Judea Pearl go to, what degrees did he receive, and during what time periods?", "Please list all of Judea Pearl\u2019s educational affiliations, including the degrees earned and the start and end dates of his studies."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q92824> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1357", "question": "Image of Joseph Haydn", "sparql": "SELECT ?image WHERE { wd:Q7349 wdt:P18 ?image }", "paraphrases": ["What is the image associated with Joseph Haydn on Wikimedia Commons?", "Can you show me the official portrait image of the Austrian composer Joseph Haydn?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q7349> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_1358", "question": "List all gastropod species with Wikipedia pages and their titles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title ?taxon ?page WHERE {\n  ?taxon wdt:P171 + wd:Q4867740 .\n  ?taxon wdt:P105 wd:Q7432 .\n  ?page schema:about ?taxon .\n  ?page schema:isPartOf <https://en.wikipedia.org/> .\n  BIND( REPLACE( REPLACE( STR( ?page ) , \"https://en.wikipedia.org/wiki/\" , \"\" ) , \"_\" , \" \" ) AS ?title )\n}", "paraphrases": ["What are the names of all species in the gastropod taxon that have English Wikipedia articles?", "Show me the Wikipedia titles, Wikidata IDs, and URLs for every species of gastropod."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( REPLACE ( REPLACE ( ?var1 , \"string1\", \"\" ) , \"%20\", \" \" ) AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P171> + <http://www.wikidata.org/entity/Q4867740> . ?var1 <http://schema.org/about> ?var3 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var3 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> . }"}}
{"id": "val_1359", "question": "Which Wikidata items have Twitter usernames 'ash_crow', 'envlh', 'mesosphere', or 'museomix'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"ash_crow\" \"envlh\" \"mesosphere\" \"museomix\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @ash_crow, @envlh, @mesosphere, and @museomix?", "List the entities on Wikidata that are associated with the Twitter usernames ash_crow, envlh, mesosphere, and museomix."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"ash_crow\" ) ( \"string1\" ) ( \"PoulpyWP\" ) ( \"mesosphere\" ) ( \"string2\" ) ( \"museomix\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1360", "question": "What are the hotels in the United Kingdom?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hotel ?hotelLabel WHERE {\n  ?hotel wdt:P31 wd:Q27686 ; wdt:P17 wd:Q145 .\n  ?hotel rdfs:label ?hotelLabel .\n  FILTER(LANGMATCHES(LANG(?hotelLabel) , \"en\"))\n}", "paraphrases": ["List of hotels located in the United Kingdom", "Show me the names of hotels in the UK"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3898> <http://www.wikidata.org/entity/Q145> . }"}}
{"id": "val_1361", "question": "Cited scholarly works with German descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citedWork ?label ?description WHERE {\n  ?citingWork wdt:P2860 ?citedWork .\n  OPTIONAL {\n    ?citedWork rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"de\" )\n  }\n  OPTIONAL {\n    ?citedWork schema:description ?description .\n    FILTER ( LANG( ?description ) = \"de\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What works are cited by other works in Wikidata, and do they have German descriptions or titles?", "Show me up to 100 works that are cited by other works, along with their German labels and descriptions if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_1362", "question": "What is the Twitter username for Olympique Lyonnais?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username = \"OL\")\n}\nORDER BY ASC(?item)", "paraphrases": ["Which entity on Wikidata has the Twitter handle \"OL\"?", "Show me the entity linked to the Twitter username \"OL\" and order it by item ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"EquitaLyon\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1363", "question": "What pairs of topics are commonly main subjects of works related to HIV transmission?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  ?work wdt:P921 ?topic .\n  ?topic(wdt:P31 * / wdt:P279 * | wdt:P361 + | wdt:P1269 +) wd:Q49029021 .\n  ?work wdt:P921 ?topic1 , ?topic2 .\n  FILTER(?topic1 != ?topic2 && ?topic1 != wd:Q49029021 && ?topic2 != wd:Q49029021)\n  OPTIONAL {\n    ?topic1 rdfs:label ?topic1Label .\n    FILTER(LANG(?topic1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?topic2 rdfs:label ?topic2Label .\n    FILTER(LANG(?topic2Label) = \"en\")\n  }\n}", "paraphrases": ["Which pairs of distinct topics, excluding HIV transmission itself, appear together as main subjects in publications or interventions about HIV transmission?", "Show me pairs of topics that co-occur as main subjects in works where at least one topic is a subclass, part, or aspect of HIV transmission."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q49029021> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q49029021> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q49029021> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q49029021> != ?var1 ) && ( <http://www.wikidata.org/entity/Q49029021> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1364", "question": "What is the most specific category that both Rich Dauer and Crystal Palace F.C. belong to?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q7323233 wdt:P31 ?type1 . wd:Q19467 wdt:P31 ?type2 . ?type1 wdt:P279* ?commonAncestor . ?type2 wdt:P279* ?commonAncestor . } ORDER BY ASC(?commonAncestor) LIMIT 1", "paraphrases": ["What is the common superclass of the types of Rich Dauer and Crystal Palace F.C.?", "What is the highest-level category that includes both a human and a football club?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7323233> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q19467> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1365", "question": "Wikipedia pages in English, German, or Finnish for the film with IMDb ID tt6387506", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt6387506\"\n  }\n  ?film wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?film ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"fi\"\n  }\n}", "paraphrases": ["What are the Wikipedia articles in English, German, or Finnish about the movie with IMDb ID tt6387506?", "Show me the Finnish, German, and English Wikipedia links for the film identified by tt6387506 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6387506\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1366", "question": "Which Wikidata items have the Twitter handles envlh, the30man, Remy_WMFr, LimsiLab, or unistra?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"envlh\" \"the30man\" \"Remy_WMFr\" \"LimsiLab\" \"unistra\" } } ORDER BY ?item", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter usernames envlh, the30man, Remy_WMFr, LimsiLab, and unistra?", "List the Wikidata items and their corresponding Twitter usernames for the handles: envlh, the30man, Remy_WMFr, LimsiLab, and unistra."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"the30man\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Remy_WMFr\" ) ( \"string11\" ) ( \"LimsiLab\" ) ( \"unistra\" ) ( \"string12\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1367", "question": "Which Wikidata items have Twitter usernames \"ash_crow\", \"envlh\", or \"okcupid\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"ash_crow\" \"envlh\" \"okcupid\"\n  }\n}", "paraphrases": ["Who or what has the Twitter handles \"ash_crow\", \"envlh\", or \"okcupid\" on Wikidata?", "List the entities on Wikidata that are associated with the Twitter usernames \"ash_crow\", \"envlh\", or \"okcupid\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"gblardone\" ) ( \"string1\" ) ( \"ash_crow\" ) ( \"okcupid\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1368", "question": "Which Wikidata items have Twitter usernames \"envlh\" or \"mesosphere\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"mesosphere\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles \"envlh\" and \"mesosphere\"?", "Show me the entities in Wikidata that are linked to the Twitter accounts @envlh and @mesosphere (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"tarteur\" ) ( \"mesosphere\" ) ( \"string1\" ) ( \"Patafisik\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1369", "question": "What film has the IMDb ID tt3594308?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P345 \"tt3594308\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the IMDb identifier tt3594308?", "Find the Wikidata item for the film with IMDb ID tt3594308."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3594308\". }"}}
{"id": "val_1370", "question": "Image of Ja'far al-Sadiq from SNAC ARK ID w6736qj5", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6736qj5\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6736qj5?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w6736qj5."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6736qj5\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1371", "question": "Authors in SHARE Catalogue with their Wikidata statement counts, sorted by count and ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author ?authorLabel ?shareId(COUNT(?p) AS ?statementCount) WHERE {\n  ?author wdt:P3987 ?shareId .\n  ?author ?p ?o .\n}\nGROUP BY ?author ?authorLabel ?shareId\nORDER BY ASC(?statementCount) ASC(?author)\nLIMIT 100", "paraphrases": ["Which authors have a SHARE Catalogue ID, and how many statements are there about each in Wikidata, ordered by the number of statements?", "List the top 100 authors linked to the SHARE Catalogue by their author ID, along with their Wikidata labels and the number of claims about them, sorted by claim count and author ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3987> ?var2 ; <http://wikiba.se/ontology#statements> ?var3 . } ORDER BY ASC( ?var3 )ASC( ?var1 ) LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var3 )ASC( ?var1 )"}}
{"id": "val_1372", "question": "Most general category shared by Thomson Reuters and Crystal Palace F.C.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  wd:Q1141267 wdt:P31 ?type1 .\n  wd:Q19467 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n  FILTER NOT EXISTS {\n    ?commonAncestor wdt:P279 ?furtherAncestor .\n  }\n}\nLIMIT 1", "paraphrases": ["What is the broadest category that both Thomson Reuters and Crystal Palace F.C. belong to?", "Find the highest-level class that includes both Thomson Reuters and Crystal Palace F.C. as instances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1141267> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q19467> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1373", "question": "Which Wikidata items have Twitter usernames \"ash_crow\" or \"GillesCC\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"ash_crow\" \"GillesCC\" } }", "paraphrases": ["Who are the people on Wikidata with the Twitter handles @ash_crow and @GillesCC?", "Show me the Wikidata entities linked to the Twitter usernames ash_crow and GillesCC."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"GuyHomard\" ) ( \"string3\" ) ( \"LEGO_UBL\" ) ( \"string4\" ) ( \"Hugo_Lz\" ) ( \"envlh\" ) ( \"Pyb75\" ) ( \"string5\" ) ( \"ash_crow\" ) ( \"string6\" ) ( \"TCY111\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"nojhan\" ) ( \"string10\" ) ( \"_bengui_m\" ) ( \"GillesCC\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1374", "question": "What are the taxonomic classifications of the kangaroo?", "sparql": "SELECT ?taxon ?taxonLabel WHERE { wd:Q5070208 wdt:P279* ?taxon . ?taxon rdfs:label ?taxonLabel . FILTER(LANG(?taxonLabel) = \"en\") }", "paraphrases": ["What biological groups does the kangaroo belong to, including its immediate parent taxa?", "Show me the full taxonomic hierarchy of the kangaroo from species to higher groups."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q5070208> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1375", "question": "Top albums by number of Wikipedia language versions", "sparql": "SELECT ?item (COUNT(?article) AS ?sitelinks) WHERE { ?item wdt:P31 wd:Q482994 . ?article schema:about ?item . FILTER (STRSTARTS(STR(?article), \"https://\")) } GROUP BY ?item ORDER BY DESC(?sitelinks) LIMIT 5000", "paraphrases": ["Which music albums have the most Wikipedia language editions?", "List the albums with the highest number of Wikipedia links, ordered by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P279> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q482994> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 5000"}}
{"id": "val_1376", "question": "Films from Denmark without an IMDb ID", "sparql": "SELECT ?film WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P495 wd:Q35 . MINUS { ?film wdt:P345 ?imdbId . } }", "paraphrases": ["What films originate from Denmark but do not have an IMDb identifier?", "List all films that are from Denmark and are not listed on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q35> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } } GROUP BY ?var1"}}
{"id": "val_1377", "question": "What film has the IMDb ID tt0033823?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P345 \"tt0033823\" .\n}", "paraphrases": ["Film with IMDb ID tt0033823", "Find the film identified by the IMDb ID tt0033823."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0033823\". }"}}
{"id": "val_1378", "question": "What are the taxonomic ancestors of Fusulinida?", "sparql": "SELECT DISTINCT ?ancestor WHERE { wd:Q134577 wdt:P171+ ?ancestor .}", "paraphrases": ["Show me the full taxonomic hierarchy above Fusulinida.", "What higher taxonomic groups does Fusulinida belong to in the biological classification system?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q134577> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_1379", "question": "Persian Wikipedia articles for sovereign states and their Persian names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?country ?persianLabel ?persianWikipediaPage WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?persianWikipediaPage schema:about ?country ; schema:isPartOf <https://fa.wikipedia.org/> .\n  ?country rdfs:label ?persianLabel .\n  FILTER(LANG(?persianLabel) = \"fa\")\n}", "paraphrases": ["Which countries have articles on the Persian Wikipedia, and what are their names in Persian?", "Show me the Persian names of all sovereign states and their corresponding Persian Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://fa.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fa\". } }"}}
{"id": "val_1380", "question": "Film with IMDb ID tt0024321", "sparql": "SELECT ?film WHERE { ?film wdt:P345 \"tt0024321\" .}", "paraphrases": ["Which film has the IMDb ID tt0024321?", "Tell me the Wikidata entity for the movie identified by tt0024321 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0024321\". }"}}
{"id": "val_1381", "question": "Films with \"Star Wars\" in the title and their genres.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?genreLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( REGEX( ?filmLabel , \"Star Wars\" , \"i\" ) ) .\n  ?film wdt:P136 ?genre .\n  ?genre rdfs:label ?genreLabel .\n  FILTER ( LANG( ?genreLabel ) = \"en\" )\n}", "paraphrases": ["What are the English genres of films whose titles contain \"Star Wars\"?", "List the English genres of all films that have \"Star Wars\" in their name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( REGEX ( ?var2Label , \"string1\", \"i\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1382", "question": "Polish periodicals by founding date, with images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?periodical(SAMPLE(?label) AS ?periodicalLabel) ?inceptionDate ?image WHERE {\n  ?periodical wdt:P31 wd:Q1002697 ; wdt:P495 wd:Q36 ; wdt:P571 ?inceptionDate .\n  OPTIONAL {\n    ?periodical wdt:P18 ?image .\n  }\n  ?periodical rdfs:label ?label .\n}\nGROUP BY ?periodical ?inceptionDate ?image\nORDER BY ASC(YEAR(?inceptionDate))", "paraphrases": ["What are the periodicals published in Poland and when were they first published, along with their images?", "List all periodicals from Poland in chronological order of their founding, including their names and available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1002697> ; <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q36> ; <http://www.wikidata.org/prop/direct/P571> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY ASC( YEAR ( ?var2 ) )"}}
{"id": "val_1383", "question": "What is the title of the movie with IMDb ID tt5281700?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt5281700\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which film has the IMDb identifier tt5281700?", "Tell me the name of the film identified by tt5281700 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5281700\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_1384", "question": "What musical instruments and ensembles are used in compositions, and what broader categories do they belong to?", "sparql": "SELECT ?instrument ?instrumentLabel ?subclass ?subclassLabel WHERE { ?composition wdt:P870 ?instrument . ?instrument wdt:P31 ?type . VALUES ?type { wd:Q34379 wd:Q2088357 } OPTIONAL { ?instrument wdt:P279 ?subclass . } OPTIONAL { ?instrument rdfs:label ?instrumentLabel . FILTER(LANG(?instrumentLabel) = \"en\") } OPTIONAL { ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } } LIMIT 50", "paraphrases": ["Show me the instruments and ensembles used as instrumentation in music, along with their classifications.", "Which types of musical instruments and ensembles appear in the instrumentation of compositions, and what are their parent categories?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { BIND ( \"mainsnak\" AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P870> ?var2 . } UNION { BIND ( \"qualifier\" AS ?var4 ). ?var5 <http://www.wikidata.org/prop/qualifier/P870> ?var2 . ?var1 ?var6 ?var5 . } UNION { BIND ( \"reference\" AS ?var4 ). ?var7 <http://www.wikidata.org/prop/reference/P870> ?var2 . ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 . ?var1 ?var9 ?var8 . } VALUES ( ?var10 ) { ( <http://www.wikidata.org/entity/Q34379> ) ( <http://www.wikidata.org/entity/Q2088357> ) } MINUS { ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var10 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P279> ?var3 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1385", "question": "What organizations, awards, and institutions is Martin Edward Hellman associated with, where are they located, and what are their images?", "sparql": "SELECT DISTINCT ?image ?item ?itemLabel ?location ?propertyLabel WHERE { wd:Q476466 ?property ?item . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . ?item rdfs:label ?itemLabel . FILTER(LANG(?propertyLabel) = \"en\" && LANG(?itemLabel) = \"en\") OPTIONAL { ?item wdt:P18 ?image . } { ?item p:P159 ?stmt1 . ?stmt1 pq:P625 ?location } UNION { ?item wdt:P276/wdt:P625 ?location } }", "paraphrases": ["Which entities are linked to Martin Edward Hellman, what are their English labels, where are they located geographically, and what properties describe these associations?", "Show me all the places associated with Martin Edward Hellman \u2014 such as universities, companies, or awards \u2014 along with their coordinates, labels, and any available images, and explain how he is connected to each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q476466> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1386", "question": "What Wikidata item has the IMDb ID tt0238737?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt0238737\" .\n}", "paraphrases": ["Which movie on Wikidata is identified by the IMDb ID tt0238737?", "Show me the Wikidata entry for the film with IMDb ID tt0238737."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0238737\". }"}}
{"id": "val_1387", "question": "Properties used with genus as object in Wikidata", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q34740 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") . FILTER(LANG(?propertyDescription) = \"en\") } GROUP BY ?property ?propertyLabel ?propertyDescription LIMIT 100", "paraphrases": ["What properties in Wikidata link items to the taxonomic rank \"genus\"?", "Show me the English labels and descriptions of properties that have \"genus\" as their object in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q34740> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_1388", "question": "Who is the author of the novel The Scroll of Seduction, and is there an image of them?", "sparql": "SELECT ?author ?authorLabel ?image WHERE { ?author wdt:P800 wd:Q5826131 . ?author rdfs:label ?authorLabel . OPTIONAL { ?author wdt:P18 ?image . } FILTER(LANG(?authorLabel) = \"en\") } LIMIT 100", "paraphrases": ["What is the name and image of the person who wrote The Scroll of Seduction?", "Which author created the 2005 novel The Scroll of Seduction, and do we have a photo of them?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P800> <http://www.wikidata.org/entity/Q5826131> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"gl\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1389", "question": "Who is the author of the Harry Potter series?", "sparql": "SELECT ?author ?authorLabel WHERE { wd:Q8337 wdt:P50 ?author . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["What is the name of the person who wrote the Harry Potter books?", "Can you tell me the English name of the creator of the Harry Potter novel series?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q8337> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_1390", "question": "What characters, places, and things appear in the Star Trek universe?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel WHERE {\n  ?entity wdt:P1080 wd:Q18043309 .\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}", "paraphrases": ["Which entities are featured in the Star Trek fictional universe?", "List all the characters, locations, and phenomena from Star Trek."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q18043309> . }"}}
{"id": "val_1391", "question": "What is the most specific category that both Quentin Tarantino and Kathy Dahlkemper belong to?", "sparql": "SELECT ?commonAncestor\nWHERE {\n  BIND(wd:Q5 AS ?commonAncestor)\n  wd:Q3772 wdt:P31 ?commonAncestor .\n  wd:Q3813932 wdt:P31 ?commonAncestor .\n}", "paraphrases": ["What do Quentin Tarantino and Kathy Dahlkemper have in common in terms of their classification in Wikidata?", "Which entity is the closest common ancestor in the hierarchy for both Quentin Tarantino and Kathy Dahlkemper?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3813932> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3772> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1392", "question": "List creative works from France with their statement nodes.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?stmt WHERE {\n  ?work p:P495 ?stmt .\n  ?stmt ps:P495 wd:Q150 .\n}\nLIMIT 101", "paraphrases": ["What are the works originating from France, and what are their statement identifiers?", "Show me the titles of creative works that have France as their country of origin, along with their statement URIs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P495> <http://www.wikidata.org/entity/Q150> . ?var1 <http://www.wikidata.org/prop/P495> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1393", "question": "Languages with EGIDS status but no Ethnologue code", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language(SAMPLE(?label) AS ?languageLabel) WHERE {\n  ?language wdt:P3823 ?egidsStatus . MINUS {\n    ?language wdt:P1627 [] .\n  }\n  ?language rdfs:label ?label .\n}\nGROUP BY ?language", "paraphrases": ["Which languages are classified by Ethnologue's EGIDS scale but do not have an assigned Ethnologue.com language code?", "List languages that have a documented language endangerment level via EGIDS but are not yet coded in Ethnologue."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3823> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1627> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1394", "question": "What are all the taxonomic relatives of flies (Diptera), including their ancestors and descendants?", "sparql": "SELECT ?taxon ?taxonLabel ?directParent WHERE { { wd:Q25312 wdt:P171* ?taxon . } UNION { ?taxon wdt:P171* wd:Q25312 . } OPTIONAL { ?taxon wdt:P171 ?directParent . } OPTIONAL { ?taxon rdfs:label ?taxonLabel . FILTER(LANG(?taxonLabel) = \"en\") } }", "paraphrases": ["List all species and higher taxa related to Diptera, along with their immediate parent taxon.", "Show the full taxonomic tree above and below Diptera, including species names and their direct parent categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q25312> <http://www.wikidata.org/prop/direct/P279> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q25312> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1395", "question": "What Wikidata item is linked to the Hindi Wikipedia page for Harry Potter?", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ?item WHERE {\n  <https://hi.wikipedia.org/wiki/%E0%A4%B9%E0%A5%88%E0%A4%B0%E0%A5%80_%E0%A4%AA%E0%A5%89%E0%A4%9F%E0%A4%B0> schema:about ?item .\n}", "paraphrases": ["Which Wikidata entity corresponds to the Hindi Wikipedia article about Harry Potter?", "Find the Wikidata item associated with the Hindi Wikipedia page titled '\u0939\u0930\u0940 \u092a\u0941\u0924\u094d\u0930'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://hi.wikipedia.org/wiki/%E0%A4%B9%E0%A5%88%E0%A4%B0%E0%A5%80_%E0%A4%AA%E0%A5%89%E0%A4%9F%E0%A4%B0> <http://schema.org/about> ?var1 . }"}}
{"id": "val_1396", "question": "What are the superfamilies within the suborder Polyphaga?", "sparql": "SELECT ?subtaxon WHERE { ?subtaxon wdt:P171 wd:Q147877 . ?subtaxon wdt:P31 wd:Q16521 . } LIMIT 10000", "paraphrases": ["Which taxonomic groups are direct subgroups of the beetle suborder Polyphaga?", "List all taxa that have Polyphaga as their parent taxon."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q147877> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,ru,en\". } } LIMIT 10000"}}
{"id": "val_1397", "question": "Categories on Wikidata that include Tokyo as a combined topic, along with any qualifier properties used on those links.", "sparql": "SELECT ?category ?statement (SAMPLE(?qualifier) AS ?qualifierUsed) WHERE { { SELECT DISTINCT ?category ?statement WHERE { ?statement ps:P971 wd:Q1490 . ?category p:P971 ?statement . } LIMIT 101 } OPTIONAL { ?statement ?qualifier ?value . ?qualifier wikibase:qualifier true . } } GROUP BY ?category ?statement", "paraphrases": ["Which Wikipedia categories on Wikidata combine Tokyo as one of their topics, and what qualifier properties are attached to those category-topic links?", "List up to 101 categories that are linked to Tokyo via the \"category combines topics\" property, and show any qualifiers used on those links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P971> <http://www.wikidata.org/entity/Q1490> . ?var1 <http://www.wikidata.org/prop/P971> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1398", "question": "What are the episodes of the TV series Tatort?", "sparql": "SELECT ?episode ?episodeLabel WHERE { ?episode wdt:P179 wd:Q689438 . ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = 'en') }", "paraphrases": ["Can you list the English titles of all episodes in the German crime series Tatort?", "Which TV episodes belong to the long-running series Tatort?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } <http://www.wikidata.org/entity/Q689438> <http://www.wikidata.org/prop/direct/P2670> ?var1 . }"}}
{"id": "val_1399", "question": "Formatter URLs for properties of Ohyu Gakuen Girls\u2019 Junior and Senior High School", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel ?value ?formatterUrl ?jaWikipedia WHERE {\n  wd:Q11675501 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem wdt:P1630 ?formatterUrl .\n  ?propertyItem rdfs:label ?propertyLabel .\n  OPTIONAL {\n    ?jaWikipedia schema:about ?value ; schema:inLanguage \"ja\" .\n    FILTER ( STRSTARTS( STR( ?jaWikipedia ) , \"https://ja.wikipedia.org/wiki/\" ) )\n  }\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}", "paraphrases": ["Which properties of Ohyu Gakuen Girls\u2019 Junior and Senior High School have URL templates, and what are those templates?", "Show me the URL patterns used for the properties of Ohyu Gakuen Girls\u2019 Junior and Senior High School."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4 ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". <http://www.wikidata.org/entity/Q11675501> ?var1 ?var3 . ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1630> ?var4 . } OPTIONAL { ?var5 <http://schema.org/about> ?var3 . ?var5 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_1400", "question": "Female characters in the Harry Potter series", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?character WHERE {\n  ?character wdt:P1441 wd:Q8337 ; wdt:P21 wd:Q6581072 ; wdt:P31 / wdt:P279 * wd:Q15632617 .\n}", "paraphrases": ["Who are the female characters that appear in the Harry Potter books?", "List all female fictional humans from the Harry Potter universe."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/personnage> <http://www.wikidata.org/entity/Q8337> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_1401", "question": "Species and their genus or family in Wikidata", "sparql": "SELECT ?species ?speciesLabel ?taxon ?taxonLabel WHERE { ?species wdt:P31 ?taxon . ?taxon wdt:P31 wd:Q16521 . ?species rdfs:label ?speciesLabel . ?taxon rdfs:label ?taxonLabel . FILTER(LANG(?speciesLabel) = \"en\") FILTER(LANG(?taxonLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are some biological species and the taxonomic groups they belong to?", "List species along with their immediate taxonomic classification (like genus or family), using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_1402", "question": "Japanese prefectures with their Japanese, English, and Korean labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?prefecture ?label_ja ?label_en ?label_ko WHERE {\n  ?prefecture wdt:P31 wd:Q50337 .\n  OPTIONAL {\n    ?prefecture rdfs:label ?label_ja\n    FILTER(LANG(?label_ja) = \"ja\")\n  }\n  OPTIONAL {\n    ?prefecture rdfs:label ?label_en\n    FILTER(LANG(?label_en) = \"en\")\n  }\n  OPTIONAL {\n    ?prefecture rdfs:label ?label_ko\n    FILTER(LANG(?label_ko) = \"ko\")\n  }\n}", "paraphrases": ["What are the Japanese, English, and Korean names for each prefecture in Japan?", "List all prefectures of Japan along with their labels in Japanese, English, and Korean languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q50337> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"kr\" ) ) ) . } }"}}
{"id": "val_1403", "question": "Multilingual descriptions of soil", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?description WHERE {\n  wd:Q36133 schema:description ?description .\n}\nLIMIT 20", "paraphrases": ["What are the descriptions of soil in different languages?", "Show me how soil is described in various languages on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q36133> ?var1 ?var2 . } LIMIT 20"}}
{"id": "val_1404", "question": "Works of art created by people born in New Zealand, with their birthplaces and number of Wikipedia language versions.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?artwork ?artworkLabel ?creator ?creatorLabel ?birthplace ?birthplaceLabel ( COUNT( ?language ) AS ?languageCount ) WHERE {\n  ?creator wdt:P19 ?birthplace .\n  ?birthplace wdt:P17 wd:Q664 .\n  ?artwork wdt:P170 ?creator ; wdt:P31 / wdt:P279 * wd:Q838948 .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?artwork ; schema:inLanguage ?language .\n  }\n  ?artwork rdfs:label ?artworkLabel .\n  ?creator rdfs:label ?creatorLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n  FILTER ( LANG( ?artworkLabel ) = \"en\" ) FILTER ( LANG( ?creatorLabel ) = \"en\" ) FILTER ( LANG( ?birthplaceLabel ) = \"en\" )\n}\nGROUP BY ?artwork ?artworkLabel ?creator ?creatorLabel ?birthplace ?birthplaceLabel\nORDER BY ASC ( ?creatorLabel ) ASC ( ?artworkLabel )", "paraphrases": ["Which artworks were created by people born in New Zealand, and how many language versions of their Wikipedia pages exist?", "List all artworks created by individuals born in New Zealand, including the creator\u2019s name, birthplace, and the count of available Wikipedia language editions, sorted alphabetically by creator and artwork."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label ( COUNT ( ?var5 ) AS ?var6 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q664> . ?var1 <http://www.wikidata.org/prop/direct/P170> ?var2 ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var7 <http://schema.org/about> ?var1 . FILTER ( ( ( SUBSTR ( STR ( ?var7 ) ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . ?var7 <http://schema.org/inLanguage> ?var5 . } } GROUP BY ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label ORDER BY ASC( ?var2Label )ASC( ?var1Label )"}}
{"id": "val_1405", "question": "What are 250 Shinto shrines that have Wikipedia articles?", "sparql": "SELECT ?shrine WHERE { ?shrine wdt:P31 wd:Q845945 . ?sitelink schema:about ?shrine ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) } LIMIT 250", "paraphrases": ["List Shinto shrines that are mentioned on any Wikipedia language edition.", "Which Shinto shrines have online Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q845945> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 250"}}
{"id": "val_1406", "question": "List all languages with their ISO 639-3 codes and English labels.", "sparql": "SELECT ?language ?languageLabel ?isoCode WHERE { ?language wdt:P220 ?isoCode . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["What are the English names and ISO 639-3 codes of all languages in Wikidata?", "Show me the English labels and corresponding ISO 639-3 codes for all languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P220> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fur\". } }"}}
{"id": "val_1407", "question": "What movie has the IMDb ID tt1137450?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt1137450\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which film is identified by the IMDb identifier tt1137450?", "Find the English name of the movie with IMDb ID tt1137450."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1137450\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_1408", "question": "What types of entities does Kinkaku-ji belong to that have other examples in Wikidata?", "sparql": "SELECT DISTINCT ?var1Label WHERE { wd:Q270983 wdt:P31 ?var1 . ?var2 wdt:P31 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Which classes include both Kinkaku-ji and at least one other item?", "List the English labels of categories that Kinkaku-ji is an instance of, along with at least one other instance."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { <http://www.wikidata.org/entity/Q270983> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_1409", "question": "What works are part of the Harry Potter series?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work WHERE {\n  ?work wdt:P179 wd:Q8337 .\n}\nLIMIT 100", "paraphrases": ["Which books and other works belong to the Harry Potter universe according to Wikidata?", "List all items that are considered part of the Harry Potter series."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q8337> . } LIMIT 100"}}
{"id": "val_1410", "question": "Which films, books, and video games feature Harry Potter as a character?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P674 wd:Q3244512 .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) VALUES ?workType {\n    wd:Q11424 wd:Q571 wd:Q7889 wd:Q5398426 wd:Q1464125 wd:Q178856\n  }\n  ?work wdt:P31 ?workType .\n}", "paraphrases": ["In which works does Harry Potter appear as a character?", "List all the movies, games, and books where Harry Potter is a character."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P674> <http://www.wikidata.org/entity/Q3244512> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_1411", "question": "TV series with regex episode title formats and their matching English episode titles", "sparql": "SELECT DISTINCT ?series ?seriesLabel ?regex ?episode ?episodeTitle (REGEX(?episodeTitle, ?regex) AS ?matchesRegex)\nWHERE {\n  ?series p:P1552 ?statement .\n  ?statement ps:P1552 wd:Q50649564 ; pq:P1793 ?regex .\n  \n  ?episode wdt:P31 wd:Q21191270 ; wdt:P179 ?series .\n  ?episode wdt:P1476 ?episodeTitle .\n  \n  FILTER(LANG(?episodeTitle) = \"en\")\n  \n  OPTIONAL { ?series rdfs:label ?seriesLabel . FILTER(LANG(?seriesLabel) = \"en\") }\n}\nORDER BY ASC(?matchesRegex) ASC(?seriesLabel) ASC(?episodeTitle)", "paraphrases": ["Which English-language episode titles of TV series match the regular expression pattern defined for their series?", "List all English episode titles of TV series that have a defined regex format for episode titles, and indicate whether each title matches the format."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ( REGEX ( ?var5 , ?var3 ) AS ?var6 )( BOUND ( ?var7 ) AS ?var8 ) WHERE { ?var1 <http://www.wikidata.org/prop/P1552> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P1552> <http://www.wikidata.org/entity/Q50649564> ; <http://www.wikidata.org/prop/qualifier/P1793> ?var3 . OPTIONAL { BIND ( ( STR ( ?var10 ) = STR ( ?var1 ) ) AS ?var7 ). ?var9 <http://www.wikidata.org/prop/qualifier/P1011> ?var10 . } ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> ; <http://www.wikidata.org/prop/direct/P179> ?var1 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var6 )ASC( ?var1Label )ASC( ?var5 )"}}
{"id": "val_1412", "question": "What Wikidata item has the IMDb ID tt1442065?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt1442065\" . }", "paraphrases": ["Which TV show or movie on Wikidata is associated with the IMDb identifier tt1442065?", "Find the Wikidata entity for the IMDb ID tt1442065."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1442065\". }"}}
{"id": "val_1413", "question": "What are the types of the Harry Potter work that has an author?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?workLabel ?typeLabel WHERE {\n  <https://en.wikipedia.org/wiki/Harry_Potter> schema:about ?work .\n  ?work wdt:P31 ?type .\n  ?work wdt:P50 ?author .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" ) ?work rdfs:label ?workLabel .\n  ?type rdfs:label ?typeLabel .\n}", "paraphrases": ["Which types of literary works are associated with the Harry Potter Wikipedia page, and do they have authors?", "Can you list the categories of the Harry Potter series that are authored?"], "info": {"raw_sparql": "SELECT * WHERE { BIND ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . } AS ?var3 ). <https://en.wikipedia.org/wiki/Harry_Potter> <http://schema.org/about> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . OPTIONAL { FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q571> ) ) ) . } }"}}
{"id": "val_1414", "question": "What is the book with GND ID 4202549-7, and who is its author, genre (in German), and series?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?isbn ?author ?lccn ?genreLabel ?seriesLabel ?publicationDate WHERE {\n  ?book wdt:P227 \"4202549-7\" .\n  OPTIONAL {\n    ?book wdt:P212 ?isbn .\n  }\n  OPTIONAL {\n    ?book wdt:P50 ?author .\n  }\n  OPTIONAL {\n    ?book wdt:P1144 ?lccn .\n  }\n  OPTIONAL {\n    ?book wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n    FILTER ( LANG( ?genreLabel ) = \"de\" )\n  }\n  OPTIONAL {\n    ?book wdt:P179 ?series .\n    ?series rdfs:label ?seriesLabel .\n    FILTER ( LANG( ?seriesLabel ) = \"de\" )\n  }\n  OPTIONAL {\n    ?book wdt:P577 ?publicationDate .\n  }\n}\nLIMIT 100", "paraphrases": ["Can you find the details of the work identified by the German National Library ID 4202549-7, including its author, possible genres in German, and any series it belongs to?", "Show me the author, German-language genres, and series of the book with LCCN 4202549-7, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P212> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1144> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P227> \"4202549-7\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . FILTER ( ( ( LANG ( ?var8Label ) = \"de\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P179> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var10Label . FILTER ( ( ( LANG ( ?var10Label ) = \"de\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 100"}}
{"id": "val_1415", "question": "What is the Japanese name of Tokyo Dome?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q733748 rdfs:label ?label .\n  FILTER(LANG(?label) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["Japanese label for Tokyo Dome", "Show me the Japanese name of Tokyo Dome"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q733748> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_1416", "question": "Who are the children of members of the Polish United Workers' Party, and who are their fathers?", "sparql": "SELECT ?member ?memberLabel ?father ?fatherLabel WHERE { ?member wdt:P102 wd:Q537303 . ?father wdt:P22 ?member . ?member rdfs:label ?memberLabel . ?father rdfs:label ?fatherLabel . FILTER(LANG(?memberLabel) = \"en\") FILTER(LANG(?fatherLabel) = \"en\") } ORDER BY ?memberLabel", "paraphrases": ["Which individuals were members of the Polish United Workers' Party, and who were their fathers?", "List the English names of people who belonged to the Polish United Workers' Party and the English names of their fathers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q537303> . ?var2 <http://www.wikidata.org/prop/direct/P22> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_1417", "question": "What is the most central subclass ancestor shared by the class of Sarah Silverman and the International Space Station, based on the shortest path lengths in the subclass hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(COUNT(?mid1) AS ?dist1)(COUNT(?mid2) AS ?dist2)((COUNT(?mid1) + COUNT(?mid2)) AS ?totalDist) WHERE {\n  wd:Q5 wdt:P279 * ?mid1 .\n  ?mid1 wdt:P279 ?ancestor .\n  wd:Q25956 wdt:P279 * ?mid2 .\n  ?mid2 wdt:P279 ?ancestor .\n}\nGROUP BY ?ancestor\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which common subclass of human and space station has the smallest total distance when summing the steps from each class?", "Find the subclass that is closest to both the human class and the space station class in terms of total subclass hierarchy steps."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q229013> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q25271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1418", "question": "What organizations has Grenville Astill been affiliated with or employed by, including start and end dates and images?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end WHERE {\n  {\n    wd:Q21131638 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q21131638 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  \n  ?organization rdfs:label ?organizationLabel .\n  FILTER (LANG(?organizationLabel) = \"en\")\n  \n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n}", "paraphrases": ["When did Grenville Astill work at or affiliate with the University of Reading and its Department of Archaeology, and what are the start and end dates of these roles?", "Show me Grenville Astill\u2019s employment and affiliation history with the University of Reading and its Department of Archaeology, including when he started and ended each role, and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q21131638> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q21131638> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1419", "question": "People educated at the University of Warsaw who were members of the Polish United Workers' Party and their children.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var3Label WHERE {\n  ?var1 wdt:P69 wd:Q144488 .\n  ?var1 wdt:P102 wd:Q537303 .\n  ?var1 wdt:P40 ?var3 .\n  ?var1 rdfs:label ?var1Label .\n  ?var3 rdfs:label ?var3Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var3Label) = \"en\")\n}", "paraphrases": ["Who among the alumni of the University of Warsaw were members of the Polish United Workers' Party, and what are the names of their children?", "List the names of people who studied at the University of Warsaw and were members of the Polish United Workers' Party, along with the names of their children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q144488> . ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q537303> . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,pl\". } }"}}
{"id": "val_1420", "question": "What properties are most commonly used to indicate that someone is a singer in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q177220 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many times is each property used to link entities to the occupation \"singer\" in Wikidata?", "List all properties that link more than one entity to the singer occupation, sorted by how often they are used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q177220> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_1421", "question": "Which organizations have Twitter accounts UN, thebeatles, HarvardBiz, EFF, nytimes, or nypost?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"UN\" \"thebeatles\" \"HarvardBiz\" \"EFF\" \"nytimes\" \"nypost\"\n  }\n}", "paraphrases": ["What are the Wikidata items for the Twitter handles @UN, @thebeatles, @HarvardBiz, @EFF, @nytimes, and @nypost?", "Show me the Wikidata entities corresponding to the Twitter usernames UN, thebeatles, HarvardBiz, EFF, nytimes, and nypost."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"metrofire\" ) ( \"string1\" ) ( \"jpwarren\" ) ( \"La_Chat_9\" ) ( \"string2\" ) ( \"RitaCobix\" ) ( \"Biagio960\" ) ( \"string3\" ) ( \"Wittylama\" ) ( \"string4\" ) ( \"string5\" ) ( \"qzafrica\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"ulrikagood\" ) ( \"spaceyliz\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"rsarvas\" ) ( \"string13\" ) ( \"arranjrees\" ) ( \"mcterwey\" ) ( \"7twan\" ) ( \"string14\" ) ( \"linnogelid\" ) ( \"nypost\" ) ( \"string15\" ) ( \"Bleeptrack\" ) ( \"beetlesbot\" ) ( \"HarvardBiz\" ) ( \"string16\" ) ( \"KGrabarska\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"greed2411\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"jnrbaker\" ) ( \"kringln\" ) ( \"string24\" ) ( \"kollarp\" ) ( \"PP_Rubens\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"EFF\" ) ( \"string28\" ) ( \"string29\" ) ( \"LetsGoKato\" ) ( \"NYTimes\" ) ( \"Brindille_\" ) ( \"string30\" ) ( \"svtnyheter\" ) ( \"lenahemma\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"Y2SHAF\" ) ( \"string34\" ) ( \"string35\" ) ( \"lchu3n\" ) ( \"string36\" ) ( \"string37\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1422", "question": "What are the Catalan labels and descriptions of properties related to date of birth (P569) in Wikidata?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P569 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"ca\") . FILTER (LANG(?description) = \"ca\") .}", "paraphrases": ["Which properties in Wikidata are considered related to the date of birth, and what are their Catalan labels and descriptions?", "Show me the Catalan labels and descriptions of all properties that are marked as related to the date of birth property (P569)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/P569> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ca\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ca\" ) ) ) . }"}}
{"id": "val_1423", "question": "Films released in Germany in 1997, excluding TV movies and other distribution formats.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?film ?pubDate ?filmTitle WHERE {\n  ?film wdt:P31 / wdt:P279 * wd:Q11424 .\n  ?film p:P577 ?pubStatement .\n  ?pubStatement ps:P577 ?pubDate .\n  ?pubStatement(psv:P577 / wikibase:timePrecision) \"11\" ^^ xsd:integer .\n  FILTER(YEAR(?pubDate) = 1997)\n  ?pubStatement pq:P291 wd:Q183 .\n  FILTER(NOT EXISTS {\n    ?pubStatement wikibase:rank wikibase:DeprecatedRank\n  })\n  FILTER(NOT EXISTS {\n    ?pubStatement pq:P400 ?platform\n  })\n  FILTER(NOT EXISTS {\n    ?pubStatement pq:P437 ?format\n  })\n  FILTER(NOT EXISTS {\n    ?film wdt:P31 wd:Q506240\n  })\n  ?film wdt:P1476 ?filmTitle .\n}\nORDER BY ASC(?pubDate) ASC(?filmTitle)", "paraphrases": ["What films were first released in Germany in 1997, and what were their release dates?", "List all cinema films published in Germany in 1997, sorted by release date, excluding television films and platform-specific releases."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/P577> ?var3 . ?var3 ( <http://www.wikidata.org/prop/statement/value/P577> / <http://wikiba.se/ontology#timePrecision> ) \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var3 <http://www.wikidata.org/prop/statement/P577> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) = \"1997\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var3 <http://www.wikidata.org/prop/qualifier/P291> <http://www.wikidata.org/entity/Q183> . FILTER ( ( NOT EXISTS { ?var3 <http://wikiba.se/ontology#rank> <http://wikiba.se/ontology#DeprecatedRank> . } ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P400> ?var4 . } ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P437> ?var5 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q506240> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var2 )ASC( ?var1Label )"}}
{"id": "val_1424", "question": "List all comic book issues in the Spike and Suzy series with their publication dates.", "sparql": "SELECT ?comicIssue ?comicLabel ?publicationDate WHERE { ?comicIssue wdt:P179 wd:Q1240821 . ?comicIssue rdfs:label ?comicLabel . OPTIONAL { ?comicIssue wdt:P577 ?publicationDate . } }", "paraphrases": ["What are the comic book issues that belong to the Spike and Suzy series, and when were they published?", "Show me the titles and publication dates of all comic books in the Spike and Suzy series."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q1240821> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } }"}}
{"id": "val_1425", "question": "Properties and values describing Mahaich Nadi with English labels for entities.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?propertyItem ?propertyItemLabel ?value ?valueLabel WHERE {\n  wd:Q35449518 ?directProperty ?value .\n  ?propertyItem wikibase:directClaim ?directProperty .\n  ?propertyItem rdfs:label ?propertyItemLabel .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What properties are used to describe Mahaich Nadi, and what are their labels and values?", "Show me the properties and their labels that are used to describe Mahaich Nadi, along with their values and any English labels for those values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q35449518> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_1426", "question": "What properties are used to link entities to glutamine in Wikidata?", "sparql": "SELECT DISTINCT ?propertyItem ?propertyItemLabel WHERE { ?item ?property wd:Q181619 . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyItemLabel . FILTER(LANG(?propertyItemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which properties connect items to the amino acid glutamine, and what are their labels?", "List all properties that have glutamine (Q181619) as their object, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTOLANUAGE,nl,en\". } ?var3 ?var1 <http://www.wikidata.org/entity/Q2370445> . ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . } LIMIT 100"}}
{"id": "val_1427", "question": "What identifier values are associated with Rihanna?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?val WHERE {\n  wd:Q36844 ?prop ?val .\n  FILTER ( isLiteral( ?val ) )\n}", "paraphrases": ["Which properties with literal values are used for Rihanna?", "Can you list all the external IDs linked to Rihanna in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q36844> AS ?var3 ). ?var3 ?var1 ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6545185> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1428", "question": "What are the core cities of Japan?", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q1137833 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } LIMIT 100", "paraphrases": ["List of core cities in Japan with their English names", "Show me the English names of all cities in Japan that have the status of a core city"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1137833> . } LIMIT 100"}}
{"id": "val_1429", "question": "What are the English names, scientific names, and parent taxa of biological species?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?taxonLabel ?taxon ?scientificName ?parentTaxon WHERE {\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER(LANGMATCHES(LANG(?taxonLabel) , \"en\"))\n  ?taxon wdt:P225 ?scientificName .\n  ?taxon wdt:P171 ?parentTaxon .\n}\nLIMIT 100", "paraphrases": ["Show me a list of 100 taxa with their English labels, scientific names, and higher taxonomic groups.", "Can you provide the common names, Latin names, and parent taxa for biological taxa in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P225> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P171> ?var4 . } LIMIT 100"}}
{"id": "val_1430", "question": "What are the names of douars in Morocco?", "sparql": "SELECT DISTINCT ?douar ?douarLabel WHERE { ?douar wdt:P31 wd:Q23925393 . ?douar rdfs:label ?douarLabel . FILTER(LANG(?douarLabel) = \"en\") } LIMIT 111", "paraphrases": ["Can you list the English-labeled douars located in Morocco?", "Show me up to 111 douars in Morocco and their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q23925393> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1028> . } LIMIT 111"}}
{"id": "val_1431", "question": "What properties and subjects are connected to PSPACE in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property wd:Q500716 .\n}", "paraphrases": ["What things are related to the complexity class PSPACE, and how are they connected?", "Show me all the relationships that involve PSPACE as an object in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q500716> . }"}}
{"id": "val_1432", "question": "What is the most closely related common superclass of the airline Nature Air and the band Neu!?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?step ) AS ?dist1 ) WHERE {\n      wd:Q980781 wdt:P31 ?class1 .\n      ?class1 wdt:P279 + ?step .\n      ?step wdt:P279 * ?ancestor .\n      FILTER ( ?ancestor != ?class1 )\n    }\n    GROUP BY ?ancestor\n    ORDER BY ASC ( ?dist1 )\n    LIMIT 10\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?step ) AS ?dist2 ) WHERE {\n      wd:Q181874 wdt:P31 ?class2 .\n      ?class2 wdt:P279 + ?step .\n      ?step wdt:P279 * ?ancestor .\n      FILTER ( ?ancestor != ?class2 )\n    }\n    GROUP BY ?ancestor\n    ORDER BY ASC ( ?dist2 )\n    LIMIT 10\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which entity is the nearest common ancestor in the subclass hierarchy between the German rock band Neu! and the airline Nature Air?", "Find the organization that is the shortest common ancestor in the subclass tree of both Nature Air and Neu!, and show the total number of subclass steps from each."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q980781> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q181874> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1433", "question": "What is the most general category that both Jos Verstappen and SpaceX belong to, based on their types and their shortest paths in the subclass hierarchy?", "sparql": "SELECT ?commonAncestor (MIN(?dist1) + MIN(?dist2) AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?commonAncestor (MIN(?d1) AS ?dist1)\n    WHERE {\n      wd:Q173145 wdt:P31 ?type1 .\n      {\n        ?type1 wdt:P279 ?commonAncestor . BIND(1 AS ?d1)\n      } UNION {\n        ?type1 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?commonAncestor . BIND(2 AS ?d1)\n      } UNION {\n        ?type1 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?commonAncestor . BIND(3 AS ?d1)\n      } UNION {\n        ?type1 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?mid3 . ?mid3 wdt:P279 ?commonAncestor . BIND(4 AS ?d1)\n      } UNION {\n        ?type1 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?mid3 . ?mid3 wdt:P279 ?mid4 . ?mid4 wdt:P279 ?commonAncestor . BIND(5 AS ?d1)\n      }\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor (MIN(?d2) AS ?dist2)\n    WHERE {\n      wd:Q193701 wdt:P31 ?type2 .\n      {\n        ?type2 wdt:P279 ?commonAncestor . BIND(1 AS ?d2)\n      } UNION {\n        ?type2 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?commonAncestor . BIND(2 AS ?d2)\n      } UNION {\n        ?type2 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?commonAncestor . BIND(3 AS ?d2)\n      } UNION {\n        ?type2 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?mid3 . ?mid3 wdt:P279 ?commonAncestor . BIND(4 AS ?d2)\n      } UNION {\n        ?type2 wdt:P279 ?mid1 . ?mid1 wdt:P279 ?mid2 . ?mid2 wdt:P279 ?mid3 . ?mid3 wdt:P279 ?mid4 . ?mid4 wdt:P279 ?commonAncestor . BIND(5 AS ?d2)\n      }\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nGROUP BY ?commonAncestor\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which superclass is closest to both the human Jos Verstappen and the company SpaceX when tracing their type hierarchies?", "Find the common ancestor in the Wikidata taxonomy that minimizes the sum of the shortest paths from Jos Verstappen\u2019s and SpaceX\u2019s types."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193701> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1434", "question": "Images, locations, and employer of Magnus Knuth", "sparql": "SELECT DISTINCT ?image ?organization ?organizationLabel ?coordinates ?propertyLabel WHERE { wd:Q30342960 ?propertyStatement ?organization . ?property wikibase:directClaim ?propertyStatement . ?organization wdt:P31/wdt:P279* wd:Q43229 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image . } OPTIONAL { ?organization wdt:P625 ?coordinates . } OPTIONAL { ?organization p:P159 / pq:P625 ?coordinates . } }", "paraphrases": ["Which organizations employed Magnus Knuth, and what are their images and geographic coordinates?", "Show me the organizations where Magnus Knuth worked, along with their images and locations, and confirm the employment relationship."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q30342960> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1435", "question": "Musical works composed by Fr\u00e9d\u00e9ric Chopin with English titles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel ?image WHERE {\n  ?work wdt:P86 wd:Q1268 .\n  OPTIONAL {\n    ?work wdt:P18 ?image .\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English titles of musical compositions composed by Fr\u00e9d\u00e9ric Chopin?", "List the titles of Chopin\u2019s musical works in English, and include any available images of them."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P86> <http://www.wikidata.org/entity/Q1268> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1436", "question": "List all properties and values associated with Madonna, including English labels for properties and entity values.", "sparql": "SELECT ?item ?value ?propertyLabel ?valueLabel WHERE { VALUES ?item { wd:Q1744 } ?item ?property ?value . ?propItem wikibase:directClaim ?property . ?propItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") OPTIONAL { FILTER(isIRI(?value)) ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } ORDER BY ASC(xsd:integer(STRAFTER(STR(?propItem), \"P\")))", "paraphrases": ["What are all the known facts about Madonna (such as her birthplace, occupation, and other attributes), along with their English labels?", "Show me a complete list of all direct claims about Madonna, with property names and object labels in English, sorted by property ID."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q1744> ) } BIND ( COALESCE ( ?var2Label , ?var2 ) AS ?var3Label ). ?var1 ?var4 ?var2 . ?var5 <http://wikiba.se/ontology#directClaim> ?var4 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( STRAFTER ( STR ( ?var5 ) , \"string1\" ) ) )"}}
{"id": "val_1437", "question": "Musicians who died between ages 10 and 100, with their birth and death dates", "sparql": "SELECT ?age ?birthDate ?deathDate ?person ?birthName ?officialName WHERE { ?person wdt:P31 wd:Q5 . ?person (wdt:P106/wdt:P279*) wd:Q639669 . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . BIND( ( YEAR(?deathDate) - YEAR(?birthDate) - IF( MONTH(?deathDate) < MONTH(?birthDate) || (MONTH(?deathDate) = MONTH(?birthDate) && DAY(?deathDate) < DAY(?birthDate)), 1, 0 ) ) AS ?age ) OPTIONAL { ?person wdt:P1477 ?birthName . } OPTIONAL { ?person wdt:P1448 ?officialName . } FILTER ( ?age > 10 && ?age < 100 ) } ORDER BY ASC(?age) LIMIT 20", "paraphrases": ["Which human musicians lived between 10 and 100 years, and what were their birth and death dates?", "List up to 20 musicians who died between the ages of 10 and 100, including their birth names and official names if available, sorted by age."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { BIND ( ( ( YEAR ( ?var3 ) - YEAR ( ?var2 ) ) - IF ( ( MONTH ( ?var3 ) < MONTH ( ?var2 ) ) || ( MONTH ( ?var3 ) = MONTH ( ?var2 ) ) && ( DAY ( ?var3 ) < DAY ( ?var2 ) ),\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var1 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var4 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q639669> . ?var4 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var6 . ?var4 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) ?var7 . ?var6 <http://wikiba.se/ontology#timeValue> ?var2 . ?var7 <http://wikiba.se/ontology#timeValue> ?var3 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1477> ?var5 . } FILTER ( ( ( ?var1 > \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var1 < \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1448> ?var8 . } } ORDER BY ASC( ?var1 ) LIMIT 20"}}
{"id": "val_1438", "question": "How many film festivals are listed in Wikidata?", "sparql": "SELECT ( COUNT( DISTINCT ?filmFestival ) AS ?count ) WHERE { ?filmFestival wdt:P31 wd:Q220505 . }", "paraphrases": ["What is the total number of film festivals documented in Wikidata?", "Count the number of distinct film festivals in Wikidata."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q220505> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1439", "question": "List scholarly articles from the British Dental Journal with author names, author positions, publication dates, volumes, issues, pages, DOIs, and PubMed IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?article ?articleLabel ?authorName ?authorPosition ?publicationDate ?volume ?issue ?pages ?doi ?pmid WHERE {\n  ?article wdt:P1433 wd:Q4969882 ; wdt:P31 wd:Q13442814 ; wdt:P2093 ?authorName ; wdt:P577 ?publicationDate ; wdt:P478 ?volume ; wdt:P433 ?issue ; wdt:P304 ?pages ; wdt:P356 ?doi .\n  OPTIONAL {\n    ?article wdt:P698 ?pmid .\n  }\n  ?article p:P2093 ?statement .\n  ?statement pq:P1545 ?authorPosition .\n  ?article rdfs:label ?articleLabel .\n  FILTER ( LANG( ?articleLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the titles, authors (with order), publication details, and identifiers (DOI, PubMed) of all scholarly articles published in the British Dental Journal?", "Please provide a table of all academic papers in the British Dental Journal, including each author\u2019s name and sequence in the author list, along with their publication date, volume, issue, page range, DOI, and PubMed ID."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q4969882> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.wikidata.org/prop/direct/P2093> ?var2 ; <http://www.wikidata.org/prop/direct/P577> ?var4 ; <http://www.wikidata.org/prop/direct/P478> ?var5 ; <http://www.wikidata.org/prop/direct/P433> ?var6 ; <http://www.wikidata.org/prop/direct/P304> ?var7 ; <http://www.wikidata.org/prop/direct/P356> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P698> ?var9 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/prop/direct/P2093> <http://www.wikidata.org/prop/direct/P1545> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_1440", "question": "What are all the properties and their values for Madonna, grouped by property name?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ( GROUP_CONCAT( DISTINCT ?var2 ; SEPARATOR = \"|\" ) AS ?var3 ) WHERE {\n  wd:Q1744 ?var5 ?var2 .\n  ?var1 wikibase:directClaim ?var5 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nGROUP BY ?var1Label", "paraphrases": ["For the singer Madonna, what are all the external identifiers and attributes associated with her, grouped by the type of property?", "List all the properties of Madonna in Wikidata, showing each property\u2019s English label and all its values concatenated with pipes, such as YouTube channel IDs or Freebase IDs."], "info": {"raw_sparql": "SELECT ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2 ; SEPARATOR = \"|\" ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P646> \"/m/01vs_v8\". ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . ?var4 ?var5 ?var2 . OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label"}}
{"id": "val_1441", "question": "Comics and anime works with at least three statements that are not films.", "sparql": "SELECT DISTINCT ?item (COUNT(?stmt) AS ?claimCount) WHERE { ?item (wdt:P31/wdt:P279*) wd:Q1004 . MINUS { ?item (wdt:P279*) wd:Q11424 . } ?item ?stmt ?val . } GROUP BY ?item HAVING (COUNT(?stmt) >= 3)", "paraphrases": ["Which comic-related works (including anime and manga) are not films and have at least three associated statements in Wikidata?", "List all comic-related works, including anime and manga, that are not classified as films and have a substantial number of claims (at least three)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1004> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q10901350> . FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q1107> , <http://www.wikidata.org/entity/Q8274> ) ) ) . } MINUS { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . } ?var1 <http://wikiba.se/ontology#identifiers> ?var2 . FILTER ( ( ( ?var4 >= \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_1442", "question": "List all botanical divisions and their parent taxa in Wikidata formatted as \"Cash['Qxxxstring1\" and \"string2Qyyy' }\".", "sparql": "SELECT DISTINCT (CONCAT(\"Cash['\", STRAFTER(STR(?division), \"/entity/\"), \"string1\") AS ?formattedDivision) (CONCAT(\"string2\", STRAFTER(STR(?parentTaxon), \"/entity/\"), \"' }\") AS ?formattedParent) WHERE { ?division wdt:P105 wd:Q334460 . ?division wdt:P171 ?parentTaxon . }", "paraphrases": ["What are the Q-IDs of all taxonomic divisions (rank: division) and their immediate parent taxa in Wikidata, formatted as strings in the pattern \"Cash['Qxxxstring1\" and \"string2Qyyy' }\"?", "Can you generate a list of division-level plant taxa and their parent taxa from Wikidata, formatted as strings for use in code, where each division is formatted as \"Cash['Qxxxstring1\" and each parent as \"string2Qyyy' }\"?"], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( \"Cash['\", STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) , \"string1\" ) AS ?var2 )( CONCAT ( \"string2\", STRAFTER ( STR ( ?var3 ) , \"/entity/\" ) , \"' }\" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q334460> . ?var1 <http://www.wikidata.org/prop/direct/P171> ?var3 . }"}}
{"id": "val_1443", "question": "What is the Wikidata item for the IMDb ID tt1429551?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt1429551\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt1429551, and what is its English name?", "Find the English label of the Wikidata item that corresponds to the IMDb ID tt1429551."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1429551\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1444", "question": "What is Green Day's image, genres, and Facebook username?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image ?genre ?facebookUsername WHERE {\n  wd:Q47871 wdt:P18 ?image .\n  wd:Q47871 wdt:P136 ?genre .\n  wd:Q47871 wdt:P2013 ?facebookUsername .\n}", "paraphrases": ["Green Day image, music genres, and Facebook profile", "Show me the official image, genres, and Facebook username of the band Green Day."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"Green Day\". ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . ?var4 <http://www.wikidata.org/prop/direct/P136> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P2013> ?var3 . }"}}
{"id": "val_1445", "question": "What editions or translations of works published after 1500 are available on Italian Wikisource?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work WHERE {\n  ?work wdt:P31 wd:Q3331189 ; wdt:P577 ?date .\n  ?page schema:about ?work ; schema:isPartOf <https://it.wikisource.org/> .\n  BIND( YEAR( ?date ) AS ?year ) .\n  FILTER ( ?year >= 1500 )\n}", "paraphrases": ["Show me works on Italian Wikisource that were first published in or after the year 1500.", "Which texts digitized on Italian Wikisource have a publication date from 1500 or later?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( YEAR ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3331189> ; <http://www.wikidata.org/prop/direct/P577> ?var2 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://it.wikisource.org/> . FILTER ( ( ( ?var3 >= \"1500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_1446", "question": "How many valid species are there in Wikidata, excluding homotypic synonyms?", "sparql": "SELECT (COUNT(?species) AS ?count) WHERE { ?species wdt:P105 wd:Q7432 . FILTER NOT EXISTS { ?species (wdt:P31/wdt:P279*) wd:Q42310380 . } }", "paraphrases": ["What is the count of taxonomic species that are not classified as nomenclatural synonyms?", "Can you tell me how many species in Wikidata are considered valid biological taxa and not just synonyms?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> . FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q42310380> . } ) ) . }"}}
{"id": "val_1447", "question": "What Wikidata item has the IMDb ID tt0036008?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt0036008\" .\n}", "paraphrases": ["Which movie is identified by the IMDb identifier tt0036008?", "Find the Wikidata entry for the film with IMDb ID tt0036008."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0036008\". } LIMIT 1"}}
{"id": "val_1448", "question": "What are some creative works created by novelists, and what qualifiers are associated with those creator relationships?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?person ( SAMPLE( ?qualifierProp ) AS ?qualifier ) WHERE {\n  ?work p:P170 ?stmt .\n  ?stmt ps:P170 ?person .\n  ?person wdt:P106 wd:Q6625963 .\n  OPTIONAL {\n    ?stmt ?qualifierProp ?qualifierValue .\n    ?qualifierProp wikibase:qualifierProperty wdt:P170 .\n  }\n}\nGROUP BY ?work ?person", "paraphrases": ["Show me works and their creators where the creator is a novelist, along with any additional details (qualifiers) on the creator statement.", "Which books or fictional characters were created by novelists, and what metadata (qualifiers) are attached to those creator links in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P170> <http://www.wikidata.org/entity/Q6625963> . ?var1 <http://www.wikidata.org/prop/P170> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1449", "question": "Which Wikidata items have the Twitter/X usernames \"envlh\" or \"IMDb\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"IMDb\"\n  }\n}", "paraphrases": ["Who or what has the Twitter handle \"envlh\" or \"IMDb\" on Wikidata?", "Show me the entities on Wikidata that are associated with the Twitter usernames \"envlh\" and \"IMDb\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"outlawvern\" ) ( \"IMDb\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) } }"}}
{"id": "val_1450", "question": "Who are the members of The Beatles?", "sparql": "SELECT ?member WHERE { ?member wdt:P463 wd:Q1299. }", "paraphrases": ["Which individuals are part of the musical group The Beatles?", "List all people who have been members of The Beatles."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q26690202> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_1451", "question": "What is the English label of Hatooka, and what is its Japanese Wikipedia page?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?var1Label ?var2 WHERE {\n  ?var2 schema:about wd:Q17219334 .\n  ?var2 schema:inLanguage \"ja\" .\n  FILTER ( STRSTARTS( STR( ?var2 ) , \"https://ja.wikipedia.org/\" ) ) .\n  wd:Q17219334 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["Show me the Japanese Wikipedia article about the neighborhood Hatooka in Japan, along with its English name.", "Find the English name of Hatooka and link to its Japanese Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q17219334> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_1452", "question": "What are the manga series that are also categorized as manga, and what are their titles?", "sparql": "SELECT DISTINCT ?var1 ?label WHERE { ?var1 wdt:P31 wd:Q8274 ; wdt:P31 wd:Q21198342 ; rdfs:label ?label . } ORDER BY ASC(?label) LIMIT 100", "paraphrases": ["List the titles of manga series that are directly marked as instances of both manga and manga series.", "Show me the names of all manga series that have both 'manga' and 'manga series' as their types."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8274> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21198342> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . } ORDER BY ASC( ?var1Label ) LIMIT 100"}}
{"id": "val_1453", "question": "What is the common administrative category shared by NASA and the China National Space Administration?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q23548 wdt:P31 ?type1 .\n  wd:Q320644 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * wd:Q327333 .\n  ?type2 wdt:P279 * wd:Q327333 .\n  wd:Q327333 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What is the most specific type that both NASA and China's space agency belong to?", "What do NASA and the China National Space Administration have in common in terms of organizational classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q96> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q320644> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1454", "question": "What is the most specific category that both Associated Press and Ramallah belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q40469 wdt:P31 ?type1 .\n  wd:Q158119 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["What do Associated Press and Ramallah have in common in terms of their classification in Wikidata?", "What is the highest-level shared class that includes both a news agency and a city?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q40469> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q158119> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1455", "question": "Record labels and their parent organizations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?recordLabel ?recordLabelLabel ?parent ?parentLabel WHERE {\n  ?recordLabel wdt:P31 wd:Q18127 .\n  ?recordLabel wdt:P749 ?parent .\n  OPTIONAL {\n    ?recordLabel rdfs:label ?recordLabelLabel\n    FILTER(LANG(?recordLabelLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?parent rdfs:label ?parentLabel\n    FILTER(LANG(?parentLabel) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["Which record labels have parent companies, and what are those companies?", "List record labels along with their parent organizations, including their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q18127> <http://www.wikidata.org/prop/direct/P355> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P355> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1456", "question": "People with China Biographical Database IDs and their IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?cbdbId WHERE {\n  ?person wdt:P497 ?cbdbId .\n}\nLIMIT 10", "paraphrases": ["Who are some historical Chinese figures listed in the China Biographical Database, and what are their CBDB IDs?", "List 10 people from Wikidata who have a China Biographical Database ID along with their IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P497> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } FILTER ( ( STRSTARTS ( ?var4 , \"Q\" ) ) ) . } LIMIT 10"}}
{"id": "val_1457", "question": "What movie has the IMDb ID tt1919017?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt1919017\" .\n}\nLIMIT 1", "paraphrases": ["Which Wikidata item corresponds to the IMDb identifier tt1919017?", "Find the Wikidata entry for the film with IMDb ID tt1919017."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1919017\". } LIMIT 1"}}
{"id": "val_1458", "question": "What properties are used for the music genre Gumbe, and what are their values and counts?", "sparql": "SELECT ?property ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q5618068 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . } GROUP BY ?property ?propertyLabel", "paraphrases": ["For the music genre Gumbe, what are the English labels of its properties, how many values does each have, and what are those values?", "List all properties of the music genre Gumbe in English, along with the count of their values and the concatenated labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q5618068> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1459", "question": "Cities in Japan with population and area data", "sparql": "SELECT ?city ?cityLabel ?population ?area WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q17 . ?city wdt:P1082 ?population . ?city wdt:P2046 ?area . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the cities in Japan and their populations and areas?", "List Japanese cities along with their population and area measurements."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q17> . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P2046> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P418> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1460", "question": "Musical works composed by Mozart and their publication dates", "sparql": "SELECT DISTINCT ?work ?workLabel ?publicationDate WHERE { ?work wdt:P86 wd:Q254 ; wdt:P577 ?publicationDate . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") }", "paraphrases": ["What are the titles and publication dates of musical works composed by Wolfgang Amadeus Mozart?", "List the English titles and release dates of all compositions by Mozart."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P86> <http://www.wikidata.org/entity/Q254> ; <http://www.wikidata.org/prop/direct/P528> ?var4 ; <http://www.wikidata.org/prop/direct/P577> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_1461", "question": "What are the cities and wards in Japan, along with their population and area?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?countryLabel ?placeLabel ?population ?area ?sourceUrl WHERE {\n  {\n    ?place wdt:P31 / wdt:P279 * wd:Q137773 .\n  } UNION {\n    ?place wdt:P31 / wdt:P279 * wd:Q494721 .\n  } UNION {\n    ?place wdt:P31 wd:Q5327704 .\n  }\n  OPTIONAL {\n    ?place wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?place wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?place wdt:P2046 ?area .\n  }\n  OPTIONAL {\n    ?place wdt:P1896 ?sourceUrl .\n  }\n  ?place rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list all administrative divisions in Japan such as wards and cities, including their population, area, and country?", "Which Japanese municipalities (including special wards and cities) have recorded population and area data?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label ?var3 ?var4 ?var5 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q137773> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q494721> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5327704> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1896> ?var5 . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_1462", "question": "Hungarian labels for subclasses of drama", "sparql": "SELECT ?subclass ?label WHERE { ?subclass wdt:P279 wd:Q25372 . OPTIONAL { ?subclass rdfs:label ?label . FILTER (LANG(?label) = \"hu\") } }", "paraphrases": ["What are the Hungarian-language names for different types of drama?", "Show me all subclasses of drama along with their Hungarian labels, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q25372> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"hu\" ) ) ) . } }"}}
{"id": "val_1463", "question": "How many items are marked as duplicates of malaria in Wikidata?", "sparql": "SELECT (COUNT(?duplicateItem) AS ?count) WHERE { ?duplicateItem wdt:P2959 wd:Q12156 .}", "paraphrases": ["Is there any item in Wikidata that is a duplicate of the disease malaria?", "Count the number of items in Wikidata that have been flagged as duplicates of the malaria entry (Q12156)."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2959> <http://www.wikidata.org/entity/Q12156> . }"}}
{"id": "val_1464", "question": "Scientific names of taxa without publication year and their authors", "sparql": "SELECT ?authorLabel ?scientificName WHERE { ?taxon p:P225 ?statement . ?statement ps:P225 ?scientificName . ?statement pq:P405 ?author . FILTER (NOT EXISTS { ?statement pq:P574 ?year }) . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which scientific names of taxa have been described by authors but without a recorded publication year?", "List the authors and scientific names of taxon names that lack a publication date."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/P225> ?var2 . ?var2 <http://www.wikidata.org/prop/qualifier/P405> ?var1 . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/qualifier/P574> ?var4 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"da,en\". } } LIMIT 100"}}
{"id": "val_1465", "question": "What is the most specific common superclass of the type of Joe Maddon and the type of the International Space Station?", "sparql": "SELECT ?commonSuperclass WHERE { wd:Q5 wdt:P279* ?commonSuperclass . wd:Q25956 wdt:P279* ?commonSuperclass . } ORDER BY ?commonSuperclass LIMIT 1", "paraphrases": ["Find the shared ancestor class in the Wikidata hierarchy between human and space station.", "Which class is the closest common parent in the taxonomy for Joe Maddon and the International Space Station?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1093629> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q25271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1466", "question": "What is the Wikidata item for the movie with IMDb ID tt0155151?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt0155151\" . }", "paraphrases": ["Which film on Wikidata has the IMDb identifier tt0155151?", "Find the Wikidata entry for the movie identified by tt0155151 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0155151\". }"}}
{"id": "val_1467", "question": "What is the most specific category that both Dallas and Croydon University Hospital belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q515 wdt:P279 * ?commonAncestor .\n  wd:Q16917 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY DESC ( STRLEN( ?label ) )\nLIMIT 1", "paraphrases": ["What is the highest-level common class that includes both a city like Dallas and a hospital like Croydon University Hospital?", "Find the most specific shared superclass in Wikidata between the type of Dallas and the type of Croydon University Hospital."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16557> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5189706> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1468", "question": "Deprecated scientific names of biological taxa", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?taxonName WHERE {\n  ?taxon p:P225 ?statement .\n  ?statement ps:P225 ?taxonName .\n  ?statement wikibase:rank wikibase:DeprecatedRank .\n}", "paraphrases": ["What are the outdated scientific names for species that are no longer accepted?", "List all the deprecated taxon names used in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/P225> ?var1 . ?var1 <http://wikiba.se/ontology#rank> <http://wikiba.se/ontology#DeprecatedRank> . }"}}
{"id": "val_1469", "question": "What are Brad Pitt\u2019s birth name and date of birth, and those of his spouses?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthName ?birthDate ?spouseBirthName ?spouseBirthDate WHERE {\n  wd:Q35332 wdt:P1477 ?birthName ; wdt:P569 ?birthDate ; wdt:P26 ?spouse .\n  ?spouse wdt:P1477 ?spouseBirthName ; wdt:P569 ?spouseBirthDate .\n}", "paraphrases": ["Can you tell me the birth names and birth dates of Brad Pitt and all his spouses?", "Who are Brad Pitt\u2019s spouses, and what are their full birth names and dates of birth?"], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 ; <http://dbpedia.org/ontology/birthDate> ?var3 ; <http://www.wikidata.org/prop/direct/P26> [ <http://www.wikidata.org/prop/direct/P1477> ?var4 ; <http://www.wikidata.org/prop/direct/P569> ?var5 ] } WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q35332> ) } BIND ( STR ( ?var6 ) AS ?var2 ). BIND ( STR ( ?var7 ) AS ?var3 ). BIND ( STR ( ?var8 ) AS ?var4 ). BIND ( STR ( ?var9 ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var6 ; <http://www.wikidata.org/prop/direct/P569> ?var7 ; <http://www.wikidata.org/prop/direct/P26> [ <http://www.wikidata.org/prop/direct/P1477> ?var8 ; <http://www.wikidata.org/prop/direct/P569> ?var9 ] . }"}}
{"id": "val_1470", "question": "Is the profession of composer a subclass of human?", "sparql": "ASK WHERE { wd:Q36834 ( wdt:P279* ) wd:Q5 . }", "paraphrases": ["Are composers (as a category) considered humans in Wikidata?", "Confirm whether the class of composers is a subclass of human beings."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q15252222> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1471", "question": "What is the English name of Ubiquity Press?", "sparql": "SELECT ?label WHERE { wd:Q7876554 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Can you tell me the official English label for the publisher Ubiquity Press?", "What is Ubiquity Press called in English?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q7876554> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_1472", "question": "Which institution has the Twitter handle UM_IDS?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"UM_IDS\" } }", "paraphrases": ["What is the Wikidata item for the Twitter username UM_IDS?", "Find the entity in Wikidata associated with the Twitter username UM_IDS."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"vyruss\" ) ( \"elli_lib\" ) ( \"string1\" ) ( \"taswegian\" ) ( \"string2\" ) ( \"McDapper\" ) ( \"UM_IDS\" ) ( \"string3\" ) ( \"Iain\" ) ( \"Raly_N\" ) ( \"lcrdm\" ) ( \"ragamouf\" ) ( \"string4\" ) ( \"string5\" ) ( \"SN_OAbooks\" ) ( \"string6\" ) } }"}}
{"id": "val_1473", "question": "English and German Wikipedia pages for the movie with IMDb ID tt10676048", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt10676048\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia pages about the movie \"The Marvels\"?", "Show me the Wikipedia articles in English and German about the film with IMDb ID tt10676048."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2144642\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1474", "question": "List of 19th-century composers with English labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?composer ?composerLabel WHERE {\n  ?composer wdt:P106 wd:Q36834 ; wdt:P569 ?birthDate .\n  FILTER(YEAR(?birthDate) >= 1801 && YEAR(?birthDate) <= 1900)\n  .\n  ?composer skos:prefLabel ?composerLabel .\n  FILTER(LANG(?composerLabel) = \"en\")\n}", "paraphrases": ["Who are the composers born between 1801 and 1900?", "Show me the names of all composers from the 19th century."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6210402> . }"}}
{"id": "val_1475", "question": "Composers with birthplace coordinates and images", "sparql": "SELECT ?composer ?composerLabel ?coordinates ?image WHERE { ?composer wdt:P106 wd:Q36834 . ?composer wdt:P19/wdt:P625 ?coordinates . ?composer wdt:P18 ?image . ?composer rdfs:label ?composerLabel . FILTER(LANG(?composerLabel) = \"en\") }", "paraphrases": ["Who are the composers whose birthplace has geographic coordinates and who have an image on Wikimedia Commons?", "Show me the names, birthplace coordinates, and images of all composers on Wikidata, with labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_1476", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0086946", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wiki_page WHERE {\n  ?movie wdt:P345 \"tt0086946\" .\n  ?wiki_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film \"Beat Street\" (IMDb: tt0086946)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt0086946."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0086946\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1477", "question": "List publishers and their ISFDB IDs.", "sparql": "SELECT ?publisher ?publisherLabel ?isfdbId WHERE { ?publisher wdt:P1239 ?isfdbId . ?publisher rdfs:label ?publisherLabel . FILTER(LANG(?publisherLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Which publishers have an ISFDB identifier, and what are their names in English?", "Show me the English names of publishers along with their corresponding ISFDB publisher IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1239> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_1478", "question": "What organization is P. Vincent Jenkins affiliated with or employed by, when did he start, and is there an image of the organization?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  wd:Q42767460(p:P1416 | p:P108) ?statement .\n  ?statement ps:P1416 | ps:P108 ?organization .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which organization did P. Vincent Jenkins work for or affiliate with starting on December 8, 2015, and what does it look like?", "Show me the image, name, and start date of the organization associated with researcher P. Vincent Jenkins, along with any academic degrees he holds."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q42767460> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q42767460> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1479", "question": "Does the National University \u201cYaroslav the Wise Law Academy of Ukraine\u201d have a Twitter/X account with username nlu_edu_ua?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?university wdt:P2002 \"nlu_edu_ua\" .\n}", "paraphrases": ["Is there a Wikidata item for an organization that uses the Twitter username \"nlu_edu_ua\"?", "Confirm if the Twitter handle \"nlu_edu_ua\" is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"nlu_edu_ua\". }"}}
{"id": "val_1480", "question": "What is the most specific common occupation category shared by Oscar Wendt and Bruce Arians?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q521088 wdt:P106 ?occ1 .\n  wd:Q4046340 wdt:P106 ?occ2 .\n  ?occ1 wdt:P279 * ?commonClass .\n  ?occ2 wdt:P279 * ?commonClass .\n  FILTER ( ?commonClass = wd:Q2066131 )\n}", "paraphrases": ["What category do both Oscar Wendt (soccer player) and Bruce Arians (American football coach) belong to at the highest level of specificity?", "What is the lowest-level class in the Wikidata hierarchy that includes both an association football player and an American football player?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q521088> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1481", "question": "What organizations is Jeppe N\u00f8rregaard affiliated with or employed by, and what are their images and affiliation dates?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?startDate ?endDate ?degreeLabel WHERE {\n  {\n    wd:Q44738835 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q44738835 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Show me the English names, images, and employment periods of organizations linked to Jeppe N\u00f8rregaard, along with any academic degrees associated with those links.", "Which institutions has Jeppe N\u00f8rregaard been connected to, and do they have official images or recorded start/end dates?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q44738835> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q44738835> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1482", "question": "Female singers by country of citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?singer WHERE {\n  ?singer wdt:P31 wd:Q5 .\n  ?singer wdt:P27 ?country .\n  ?singer wdt:P106 wd:Q177220 .\n  ?singer wdt:P21 wd:Q6581072 .\n}\nORDER BY ASC ( ?country )", "paraphrases": ["Who are all the female singers in Wikidata, sorted by their country of citizenship?", "List all human female singers and order them by their country of citizenship, showing only their Wikidata IDs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q177220> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } ORDER BY ASC( ?var2 )"}}
{"id": "val_1483", "question": "What is the most specific category that both a human and an airline belong to in the Wikidata hierarchy?", "sparql": "SELECT ?ancestor (COUNT(?mid1) + COUNT(?mid2) AS ?totalDistance) ?label WHERE {\n  wd:Q5 wdt:P279+ ?mid1 .\n  ?mid1 wdt:P279* ?ancestor .\n  wd:Q46970 wdt:P279+ ?mid2 .\n  ?mid2 wdt:P279* ?ancestor .\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}\nGROUP BY ?ancestor ?label\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which entity is the closest common ancestor in the subclass tree between Aroldis Chapman's type (human) and All Nippon Airways' type (airline)?", "Find the shared subclass with the shortest combined path length from human and airline in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q204284> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1133513> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1484", "question": "What is the most specific category that both Beijing and the Taliban belong to in the Wikidata taxonomy?", "sparql": "SELECT ?commonClass (?distBeijing + ?distTaliban AS ?totalDistance)\nWHERE {\n  wd:Q956 wdt:P31 ?typeBeijing .\n  ?typeBeijing wdt:P279* ?commonClass .\n  wd:Q42418 wdt:P31 ?typeTaliban .\n  ?typeTaliban wdt:P279* ?commonClass .\n  {\n    SELECT ?typeBeijing ?commonClass (COUNT(?mid1) AS ?distBeijing)\n    WHERE {\n      wd:Q956 wdt:P31 ?typeBeijing .\n      ?typeBeijing wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* ?commonClass .\n    }\n    GROUP BY ?typeBeijing ?commonClass\n  }\n  {\n    SELECT ?typeTaliban ?commonClass (COUNT(?mid2) AS ?distTaliban)\n    WHERE {\n      wd:Q42418 wdt:P31 ?typeTaliban .\n      ?typeTaliban wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* ?commonClass .\n    }\n    GROUP BY ?typeTaliban ?commonClass\n  }\n  FILTER(?commonClass = ?commonClass)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the lowest common ancestor of Beijing and the Taliban when considering their types and their superclasses?", "Find the shared superclass with the shortest combined path from both Beijing and the Taliban in the Wikidata hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q956> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42418> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1485", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0765476?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0765476\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Can you show me the language-specific pages (in English or German) linked to the movie Meet Dave on IMDb?", "Which language versions of Wikipedia and Wikiquote have articles about the film identified by tt0765476?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0765476\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1486", "question": "What institutions is Audrey Thorstad affiliated with or employed by, along with their images, start dates, and academic degrees?", "sparql": "SELECT ?image ?institution ?institutionLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q49662868 p:P1416 ?statement .\n    ?statement ps:P1416 ?institution .\n  } UNION {\n    wd:Q49662868 p:P108 ?statement .\n    ?statement ps:P108 ?institution .\n  }\n  \n  ?institution rdfs:label ?institutionLabel .\n  FILTER (LANG(?institutionLabel) = \"en\")\n  \n  OPTIONAL {\n    ?institution wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER (LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which universities has Audrey Thorstad been associated with, what are their images, when did she start working there, and did she earn any degrees through those affiliations?", "Show me the institutions Audrey Thorstad has worked for or been affiliated with, including their images, employment start dates, and any academic degrees linked to those affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q49662868> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q49662868> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1487", "question": "How many diseases are genetically associated with the MSRA gene?", "sparql": "SELECT (COUNT(?disease) AS ?count) WHERE { ?disease wdt:P2293 wd:Q18029451 . }", "paraphrases": ["What is the number of diseases linked to the MSRA gene through genetic association?", "List the count of diseases that have a genetic association with the MSRA gene."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2293> <http://www.wikidata.org/entity/Q18029451> . }"}}
{"id": "val_1488", "question": "What is the WikiPathways ID for the pathway found in humans that corresponds to WP3303?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikipathwaysId WHERE {\n  ?item wdt:P2410 ?wikipathwaysId ; wdt:P703 wd:Q15978631 .\n  FILTER(?wikipathwaysId = \"WP3303\")\n}", "paraphrases": ["Which WikiPathways identifier is associated with a biological pathway in Homo sapiens?", "Can you tell me the WikiPathways ID of the pathway linked to humans with the identifier WP3303?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP3303_r87628> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_1489", "question": "Rock bands with images on Wikimedia Commons", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rockBandLabel ?image WHERE {\n  ?rockBand wdt:P31 wd:Q5741069 .\n  ?rockBand wdt:P18 ?image .\n  ?rockBand rdfs:label ?rockBandLabel .\n  FILTER(LANG(?rockBandLabel) = \"en\")\n}", "paraphrases": ["What are the names of rock bands and their associated images on Wikimedia Commons?", "Show me the English names of rock bands and their official images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5741069> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,en\". } }"}}
{"id": "val_1490", "question": "Japanese-labeled drama television series on Wikidata.", "sparql": "SELECT DISTINCT ?item ?label WHERE { ?item wdt:P31 wd:Q1366112 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"ja\") } LIMIT 100", "paraphrases": ["What are the Japanese-language titles of drama television series listed on Wikidata?", "Show me the names of drama TV series that have Japanese labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1366112> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_1491", "question": "Artworks depicting a musician", "sparql": "SELECT ?artwork ?artworkLabel WHERE { ?statement ps:P180 wd:Q639669 . ?artwork p:P180 ?statement . OPTIONAL { ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") } OPTIONAL { ?artwork wdt:P1476 ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") } } LIMIT 101", "paraphrases": ["What artworks depict a musician?", "List up to 101 artworks that feature a musician as the subject, along with their English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P180> <http://www.wikidata.org/entity/Q639669> . ?var1 <http://www.wikidata.org/prop/P180> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1492", "question": "Japanese TV series with IMDb, Netflix, and Freebase IDs, along with their English titles and Wikipedia links.", "sparql": "SELECT ?series ?wikipediaPage ?label ?image ?imdbId ?allmovieId ?freebaseId ?netflixId ?moviemeterId WHERE { ?series wdt:P31/wdt:P279* wd:Q21191019 . ?series wdt:P495 wd:Q17 . ?wikipediaPage schema:about ?series . OPTIONAL { ?series wdt:P18 ?image . } OPTIONAL { ?series wdt:P345 ?imdbId . } OPTIONAL { ?series wdt:P1562 ?allmovieId . } OPTIONAL { ?series wdt:P646 ?freebaseId . } OPTIONAL { ?series wdt:P1874 ?netflixId . } OPTIONAL { ?series wdt:P1970 ?moviemeterId . } ?series rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English titles, Wikipedia pages, and external IDs (like IMDb and Netflix) for Japanese television series?", "List all Japanese television series with their English labels, associated Wikipedia pages, and optional identifiers such as IMDb, Netflix, and MovieMeter IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191019> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q17> . ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1562> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P646> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1874> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1970> ?var8 . } }"}}
{"id": "val_1493", "question": "What class do Formula One and Broadcom have in common?", "sparql": "SELECT ?commonClass WHERE { wd:Q1968 wdt:P31 ?commonClass . wd:Q555925 wdt:P31 ?commonClass . }", "paraphrases": ["Which organization category includes both Formula One and Broadcom?", "Are Formula One and Broadcom both types of the same broader category? If so, what is it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1968> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q555925> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1494", "question": "List of Tolkien elves who are Sindar or Moriquendi.", "sparql": "SELECT DISTINCT ?elf ?elfLabel WHERE { { ?elf wdt:P172 wd:Q1647099 . } UNION { ?elf wdt:P172 wd:Q7503864 . } OPTIONAL { ?elf rdfs:label ?elfLabel . FILTER(LANG(?elfLabel) = \"en\") } }", "paraphrases": ["Which fictional elves from J.R.R. Tolkien\u2019s legendarium belong to the Sindar or Moriquendi ethnic groups?", "Show me the names of individual Tolkien characters who are ethnically Sindar or Moriquendi, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P172> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1647099> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P172> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7503864> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,ru,fr,es,it,ja,zh\". } }"}}
{"id": "val_1495", "question": "What is the genomic start position of the ADCY7 gene on human chromosome 16 using the GRCh37 assembly?", "sparql": "SELECT ?startPosition WHERE { wd:Q17709715 p:P644 ?statement . ?statement ps:P644 ?startPosition ; pq:P1057 wd:Q742870 ; pq:P659 wd:Q21067546 . }", "paraphrases": ["Where does the ADCY7 gene start on chromosome 16 in the GRCh37 genome build?", "Give me the genomic coordinate (start) for the ADCY7 gene on chromosome 16, based on the GRCh37 reference genome."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q17709715-8B220AE3-DF38-4DCD-8175-D71AA799BE61> ?var1 ?var2 . }"}}
{"id": "val_1496", "question": "What metadata is associated with the genomic end statement for the ADCY7 gene on chromosome 16?", "sparql": "SELECT ?property ?value WHERE { s:Q17709715-2AEA95E0-3044-445B-A276-544504D64EB1 ?property ?value . }", "paraphrases": ["Show all properties and values for the statement that records ADCY7\u2019s genomic end position as 50318135 on chromosome 16 in GRCh38.", "What information is stored about the claim that ADCY7 ends at position 50318135 on chromosome 16?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q17709715-2AEA95E0-3044-445B-A276-544504D64EB1> ?var1 ?var2 . }"}}
{"id": "val_1497", "question": "What InterPro domains and reference sources are associated with the UniProt protein P01308?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?protein ?part ?partLabel ?interpro ?source ?url WHERE {\n  ?protein wdt:P352 \"P01308\" ; p:P527 ?statement .\n  ?statement ps:P527 ?part .\n  ?statement ( prov:wasDerivedFrom / pr:P248 ) ?source ; ( prov:wasDerivedFrom / pr:P854 ) ?url .\n  ?part wdt:P2926 ?interpro ; rdfs:label ?partLabel .\n  FILTER ( LANG( ?partLabel ) = \"en\" )\n}", "paraphrases": ["For the protein with UniProt ID P01308, what are its parts (as InterPro domains), their English labels, and the sources and URLs of the claims?", "List the English-labeled InterPro domains of the protein identified by UniProt ID P01308, along with the reference sources and URLs used to support those associations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P352> \"O24867\"; <http://www.wikidata.org/prop/P527> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P527> ?var2 . ?var7 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> ) ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P2926> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1498", "question": "What is the most specific category that both Drew Stanton and a Ponzi scheme belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q1258769 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  wd:Q219407 wdt:P279 * ?commonSuperclass .\n  ?commonSuperclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?commonSuperclass)\nLIMIT 1", "paraphrases": ["What do Drew Stanton and a Ponzi scheme have in common in terms of their classification in Wikidata?", "Through what highest-level concept are Drew Stanton (a football player) and a Ponzi scheme linked in Wikidata\u2019s hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1258769> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219407> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1499", "question": "List English Wikipedia pages for anime series.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?anime ?wikipediaPage WHERE {\n  ?anime wdt:P31 wd:Q1107 .\n  ?wikipediaPage schema:about ?anime .\n  ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n}\nLIMIT 100", "paraphrases": ["What are the English Wikipedia articles about anime?", "Show me the anime items and their corresponding English Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1107> . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } LIMIT 100"}}
{"id": "val_1500", "question": "Japanese TV series from Japan with IMDb IDs, directors, production companies, and air dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?series ?seriesLabel ?japanesePage ?imdbId ?year ?director ?duration ?productionCompany ?startDate ?producer WHERE {\n  ?series wdt:P31 wd:Q5398426 ; wdt:P495 wd:Q17 .\n  OPTIONAL {\n    ?series rdfs:label ?seriesLabel .\n    FILTER ( LANG( ?seriesLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?japanesePage schema:about ?series ; schema:inLanguage \"ja\" .\n  }\n  OPTIONAL {\n    ?series wdt:P345 ?imdbId .\n  }\n  OPTIONAL {\n    ?series wdt:P577 ?pubDate .\n    BIND( YEAR( ?pubDate ) AS ?year )\n  }\n  OPTIONAL {\n    ?series wdt:P57 ?director .\n  }\n  OPTIONAL {\n    ?series wdt:P2047 ?duration .\n  }\n  OPTIONAL {\n    ?series wdt:P272 ?productionCompany .\n  }\n  OPTIONAL {\n    ?series wdt:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?series wdt:P162 ?producer .\n  }\n}", "paraphrases": ["What are Japanese television series, their English titles, Japanese Wikipedia pages, IMDb IDs, years of release, directors, durations, production companies, start dates, and producers?", "List Japanese TV series produced in Japan, including their English labels, Japanese Wikipedia links, IMDb IDs, release years, directors, durations, production companies, start dates, and producers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ( YEAR ( ?var4 ) AS ?var5 ) ?var6 ?var7 ?var8 ?var9 ?var10 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191019> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q17> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P272> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P162> ?var10 . } }"}}
{"id": "val_1501", "question": "What is the Wikidata item for the movie with IMDb ID tt0116459?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0116459\" .}", "paraphrases": ["Which movie or TV show on Wikidata has the IMDb identifier tt0116459?", "Show me the Wikidata entry for the item identified by tt0116459 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0116459\". }"}}
{"id": "val_1502", "question": "Wikidata item for IMDb ID tt1317481", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt1317481\" .\n}", "paraphrases": ["What is the Wikidata item for the movie with IMDb ID tt1317481?", "Show me the Wikidata entry for the film identified by tt1317481 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1317481\". }"}}
{"id": "val_1503", "question": "Is the animated series Mighty Max linked to its episode list in Wikidata?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q6590302 }", "paraphrases": ["Does Wikidata contain a link from the TV show Mighty Max to its list of episodes?", "Is there a connection between the show Mighty Max and its episode list page (Q6590302)?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6590302> . }"}}
{"id": "val_1504", "question": "Fictional characters with IMDb IDs and their English names, sorted by Wikipedia popularity.", "sparql": "SELECT DISTINCT ?character ?label ?imdbId ?sitelinkCount WHERE { ?character (wdt:P31/wdt:P279*) wd:Q95074 . OPTIONAL { ?character wikibase:sitelinks ?sitelinkCount . } ?character rdfs:label ?label . ?character wdt:P345 ?imdbId . FILTER (LANG(?label) = \"en\") } ORDER BY DESC(?sitelinkCount)", "paraphrases": ["Which fictional characters have English Wikipedia labels and IMDb IDs, and which ones are most widely covered across Wikipedia language editions?", "List all fictional characters that have an IMDb identifier and an English label, ordered by how many Wikipedia language versions mention them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q95074> . OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ?var4 ORDER BY DESC( ?var4 )"}}
{"id": "val_1505", "question": "What Wikidata item has the IMDb ID tt4532038?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt4532038\" .\n}", "paraphrases": ["Which movie on Wikidata is identified by the IMDb ID tt4532038?", "Find the Wikidata entity for the movie with IMDb ID tt4532038."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4532038\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_1506", "question": "What is the most general category that both Los Angeles and Formula One belong to, based on their classification hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  {\n    {\n      SELECT ?common(0 AS ?dist1) WHERE {\n        wd:Q65 wdt:P31 ?common .\n      }\n    } UNION {\n      SELECT ?common(1 AS ?dist1) WHERE {\n        wd:Q65 wdt:P31 ?type1 .\n        ?type1 wdt:P279 ?common .\n      }\n    } UNION {\n      SELECT ?common(2 AS ?dist1) WHERE {\n        wd:Q65 wdt:P31 ?type1 .\n        ?type1 wdt:P279 ?mid1 .\n        ?mid1 wdt:P279 ?common .\n      }\n    } UNION {\n      SELECT ?common(3 AS ?dist1) WHERE {\n        wd:Q65 wdt:P31 ?type1 .\n        ?type1 wdt:P279 ?mid1 .\n        ?mid1 wdt:P279 ?mid2 .\n        ?mid2 wdt:P279 ?common .\n      }\n    }\n  }\n  {\n    {\n      SELECT ?common(0 AS ?dist2) WHERE {\n        wd:Q1968 wdt:P31 ?common .\n      }\n    } UNION {\n      SELECT ?common(1 AS ?dist2) WHERE {\n        wd:Q1968 wdt:P31 ?type2 .\n        ?type2 wdt:P279 ?common .\n      }\n    } UNION {\n      SELECT ?common(2 AS ?dist2) WHERE {\n        wd:Q1968 wdt:P31 ?type2 .\n        ?type2 wdt:P279 ?mid1 .\n        ?mid1 wdt:P279 ?common .\n      }\n    } UNION {\n      SELECT ?common(3 AS ?dist2) WHERE {\n        wd:Q1968 wdt:P31 ?type2 .\n        ?type2 wdt:P279 ?mid1 .\n        ?mid1 wdt:P279 ?mid2 .\n        ?mid2 wdt:P279 ?common .\n      }\n    }\n  }\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which organization class is the closest common superclass connecting Los Angeles and Formula One in Wikidata's taxonomy?", "Find the entity that is the most central superclass shared by Los Angeles and Formula One, minimizing the sum of their distances in the subclass hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1968> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1507", "question": "What are the genres and formation year of Coldplay?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?band ?bandLabel ?genre ?genreLabel ?inceptionDate WHERE {\n  VALUES(?band) {(wd:Q45188)\n  }\n  OPTIONAL {\n    ?band wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    ?band wdt:P571 ?inceptionDate .\n  }\n  OPTIONAL {\n    ?band rdfs:label ?bandLabel .\n    FILTER(LANG(?bandLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?genre rdfs:label ?genreLabel .\n    FILTER(LANG(?genreLabel) = \"en\")\n  }\n}", "paraphrases": ["What musical genres is Coldplay associated with, and when was the band formed?", "Please list Coldplay\u2019s musical genres and the year it was founded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q45188> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } } LIMIT 1"}}
{"id": "val_1508", "question": "Musicians and singer-songwriters from the UK or US born after 1960 who have died, grouped by gender.", "sparql": "SELECT ?person ?personLabel ?genderLabel ?countryLabel ?birthDate ?deathDate ?ageApprox ?occupationLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P106 ?occupation ; wdt:P27 ?country ; wdt:P569 ?birthDate ; wdt:P570 ?deathDate ; wdt:P21 ?gender . FILTER ( ?occupation IN (wd:Q639669, wd:Q488205) ) FILTER ( ?country IN (wd:Q145, wd:Q30) ) FILTER ( YEAR(?birthDate) > 1960 ) FILTER ( ?gender IN (wd:Q6581097, wd:Q6581072) ) BIND( YEAR(?deathDate) - YEAR(?birthDate) AS ?ageApprox ) ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . ?country rdfs:label ?countryLabel . ?gender rdfs:label ?genderLabel . FILTER ( lang(?personLabel) = \"en\" ) FILTER ( lang(?occupationLabel) = \"en\" ) FILTER ( lang(?countryLabel) = \"en\" ) FILTER ( lang(?genderLabel) = \"en\" ) }", "paraphrases": ["Who are the male and female musicians and singer-songwriters from the United Kingdom or the United States who were born after 1960 and have passed away, and how old were they when they died?", "List the names, genders, countries, birth and death dates, and occupations of all human musicians and singer-songwriters from the UK or US who were born after 1960 and have died, along with their approximate age at death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11Label WHERE { BIND ( ( ( ?var5 - ?var4 ) /\"365.25\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var8 ). BIND ( YEAR ( ?var4 ) AS ?var6 ). BIND ( YEAR ( ?var5 ) AS ?var7 ). BIND ( CONCAT ( STR ( ?var6 ) , \"string1\" ) AS ?var12 ). BIND ( ( ( <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var4 ) - <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var12 ) ) +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var9 ). BIND ( CONCAT ( STR ( ?var7 ) , \"string1\" ) AS ?var13 ). BIND ( ( ( <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var5 ) - <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var13 ) ) +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var10 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var11 . FILTER ( ( ( ?var11 = <http://www.wikidata.org/entity/Q639669> ) || ( ?var11 = <http://www.wikidata.org/entity/Q488205> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q145> ) || ( ?var3 = <http://www.wikidata.org/entity/Q30> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( YEAR ( ?var4 ) > \"1960\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q6581097> ) || ( ?var2 = <http://www.wikidata.org/entity/Q6581072> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1509", "question": "What are the most popular fictional characters across Wikipedia, listed by the number of language versions they have?", "sparql": "SELECT DISTINCT ?character ?label ?imdbId ?sitelinkCount WHERE { ?character wdt:P31/wdt:P279* wd:Q95074 . OPTIONAL { ?character wikibase:sitelinks ?sitelinkCount . } ?character rdfs:label ?label . OPTIONAL { ?character wdt:P345 ?imdbId . } FILTER (LANG(?label) = \"en\") } GROUP BY ?character ?label ?imdbId ?sitelinkCount ORDER BY DESC(?sitelinkCount)", "paraphrases": ["List all fictional characters from books, movies, TV shows, and comics with their English names and IMDb IDs.", "Which fictional characters have English Wikipedia pages and possibly IMDb entries?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15773317> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15773347> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3658341> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1114461> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q208255> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15731071> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4359230> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1153462> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4258797> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15710942> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15912738> . } OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ?var4 ORDER BY DESC( ?var4 )"}}
{"id": "val_1510", "question": "Articles citing \"A Rapid Method for the Differential Staining of Blood Films and Malarial Parasites\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q24683134 .\n}", "paraphrases": ["Which scholarly articles reference the paper on differential staining of blood films and malarial parasites?", "List all academic works that cite the study on staining blood films and malarial parasites."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q24683134> . } LIMIT 10000"}}
{"id": "val_1511", "question": "List of people and bands with Discogs artist IDs", "sparql": "SELECT ?entity ?discogsId WHERE { ?entity wdt:P1953 ?discogsId . } LIMIT 100", "paraphrases": ["Which artists have a Discogs ID, and what are those IDs?", "Show me the Discogs IDs for all artists in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1953> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2096> ?var3 . } } LIMIT 100"}}
{"id": "val_1512", "question": "What are the English names of all musical performances listed in Wikidata?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31/wdt:P279*) wd:Q6942562 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\")}", "paraphrases": ["Can you list all entities classified as musical performances or their subclasses in English?", "Show me the English labels of everything in Wikidata that is a type of musical performance."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6942562> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1513", "question": "Entities different from fictional characters", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?statement ps:P1889 wd:Q95074 .\n  ?item p:P1889 ?statement .\n}\nLIMIT 101", "paraphrases": ["What entities are stated to be different from a fictional character in Wikidata?", "List all items that are marked as different from a fictional character."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1889> <http://www.wikidata.org/entity/Q95074> . ?var1 <http://www.wikidata.org/prop/P1889> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1514", "question": "Anime with MyAnimeList ID 1752", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?anime WHERE {\n  ?anime wdt:P4086 \"1752\" .\n}", "paraphrases": ["What anime has the MyAnimeList ID 1752?", "Tell me the anime that corresponds to MyAnimeList ID 1752."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4086> \"1752\". }"}}
{"id": "val_1515", "question": "What are the real-world entities (like countries or concepts) that have fictional counterparts, and what are their Russian labels and descriptions?", "sparql": "SELECT ?realEntity ?label ?description WHERE { ?fictionalEntity wdt:P1074 ?realEntity . ?realEntity rdfs:label ?label . ?realEntity schema:description ?description . FILTER(LANG(?label) = \"ru\") FILTER(LANG(?description) = \"ru\") } LIMIT 100", "paraphrases": ["Show me Russian-language labels and descriptions of real-world entities that are analogs of fictional or mythical ones.", "Which real-world things (e.g., places, concepts) are referenced by fictional versions in Russian, and what do they mean?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1074> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_1516", "question": "What movie has the IMDb ID tt6698964?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt6698964\" .\n}", "paraphrases": ["Which film on Wikidata is associated with the IMDb identifier tt6698964?", "Show me the Wikidata entry for the movie with IMDb ID tt6698964."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6698964\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_1517", "question": "What is the most specific common superclass of All Nippon Airways and Algeria in the Wikidata ontology?", "sparql": "SELECT ?common\nWHERE {\n  wd:Q204284 wdt:P31 ?type1 .\n  wd:Q262 wdt:P31 ?type2 .\n  ?type1 wdt:P279* ?common .\n  ?type2 wdt:P279* ?common .\n  FILTER(?common != ?type1 && ?common != ?type2)\n}\nORDER BY ASC(?common)\nLIMIT 1", "paraphrases": ["Which entity is a shared ancestor in the subclass hierarchy between All Nippon Airways and Algeria?", "Find the concept that both All Nippon Airways and Algeria are instances of, through their type hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q204284> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1518", "question": "Affiliations and employers of Matthias C. Rillig with start dates, images, and academic degrees.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q1453248 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q1453248 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Where has Matthias C. Rillig worked or been affiliated with, when did he start, and is there an image of the institution?", "Show me the institutions Matthias C. Rillig is associated with, including when he joined, whether he left, and any related images or academic degrees."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q1453248> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q1453248> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1519", "question": "What are the different language labels for the brain stem?", "sparql": "SELECT ?label (LANG(?label) AS ?language) WHERE { wd:Q182228 rdfs:label ?label . } LIMIT 10000", "paraphrases": ["In which languages is the term \"brain stem\" labeled in Wikidata, and what are the corresponding language codes?", "Show me all the translated names of the brain stem along with their language tags."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( LANG ( ?var2 ) AS ?var3 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } <http://www.wikidata.org/entity/Q182228> <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } LIMIT 10000"}}
{"id": "val_1520", "question": "What is the Wikidata item for the movie with IMDb ID tt6129730?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt6129730\" .\n}", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt6129730?", "Tell me the Wikidata entity for the film identified as tt6129730 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6129730\". }"}}
{"id": "val_1521", "question": "What are the episodes of Lego Nexo Knights, season 2?", "sparql": "SELECT ?part ?partLabel WHERE { wd:Q47037268 wdt:P527 ?part . ?part rdfs:label ?partLabel . FILTER(LANG(?partLabel) = \"en\") } LIMIT 100", "paraphrases": ["List the English titles of all episodes that are part of Lego Nexo Knights, season 2.", "Which episodes make up the second season of Lego Nexo Knights?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q47037268> . } LIMIT 100"}}
{"id": "val_1522", "question": "Multilingual descriptions of the brain stem", "sparql": "SELECT ?description (LANG(?description) AS ?language) WHERE { wd:Q182228 schema:description ?description .}", "paraphrases": ["What are the descriptions of the brain stem in different languages?", "Show me the brain stem\u2019s definitions in various languages along with their language codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( LANG ( ?var2 ) AS ?var3 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } <http://www.wikidata.org/entity/Q182228> ?var1Label ?var2 . }"}}
{"id": "val_1523", "question": "Musicians and their dates of birth", "sparql": "SELECT ?musician ?birthDate WHERE { ?musician wdt:P31 wd:Q639669 . ?musician wdt:P569 ?birthDate . }", "paraphrases": ["Who are the musicians and when were they born?", "List all musicians along with their birth dates."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q639669> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . }"}}
{"id": "val_1524", "question": "Fictional characters and entities claimed to be the same as them", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?character ?same WHERE {\n  ?character wdt:P31 wd:Q95074 .\n  ?same p:P460 ?statement .\n  ?statement ps:P460 ?character .\n}\nLIMIT 100", "paraphrases": ["Which real or fictional entities are said to be the same as fictional characters in Wikidata?", "List all fictional characters and the entities that are considered identical to them, according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P460> <http://www.wikidata.org/entity/Q95074> . ?var1 <http://www.wikidata.org/prop/P460> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1525", "question": "What is the closest common ancestor in the subclass hierarchy between Islamism and investment bank?", "sparql": "SELECT ?ancestor ?ancestorLabel\nWHERE {\n  wd:Q189746 wdt:P279* ?ancestor .\n  wd:Q319845 wdt:P279* ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nORDER BY ?ancestorLabel", "paraphrases": ["Which concept do Islamism and investment bank share as a common parent in Wikidata's ontology?", "What is the most specific category that includes both Islamism and investment bank?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189746> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193326> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1526", "question": "Who are all the fictional human characters that appear in The Simpsons?", "sparql": "SELECT ?character WHERE { ?character wdt:P1441 wd:Q886 . ?character wdt:P31 wd:Q15632617 . }", "paraphrases": ["List all human-like fictional characters from The Simpsons TV show.", "Which characters in The Simpsons are classified as fictional humans?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1441> <http://www.wikidata.org/entity/Q886> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15632617> . }"}}
{"id": "val_1527", "question": "What are some male humans and fictional characters in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  VALUES ?instanceOf {\n    wd:Q5 wd:Q15632617\n  }\n  ?var1 wdt:P21 wd:Q6581097 .\n  ?var1 wdt:P31 ?instanceOf .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["Can you list some male individuals and fictional characters along with their names?", "Who are some fictional male characters and real men, as listed in Wikidata with their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/gender> <http://www.wikidata.org/entity/Q7810> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_1528", "question": "Find television series with \"Star Trek\" in the title, along with their IMDb IDs and publication years.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?series(YEAR(?publicationDate) AS ?year) ?label ?imdbId ?publicationDate WHERE {\n  ?series wdt:P31 wd:Q5398426 .\n  ?series wdt:P345 ?imdbId .\n  ?series rdfs:label ?label .\n  OPTIONAL {\n    ?series wdt:P577 ?publicationDate .\n  }\n  FILTER(CONTAINS(LCASE(?label) , \"star trek\"))\n}\nORDER BY ASC(?imdbId)\nLIMIT 10", "paraphrases": ["What are the television series containing \"Star Trek\" in their names, and what are their IMDb IDs and release years?", "List all TV series whose titles include \"Star Trek\", showing their IMDb identifiers and the year they were first released, sorted by IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5 ?var6 ?var2 ?var7 ?var8 ?var9Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } FILTER ( ( CONTAINS ( ?var4 , \"string1\" ) ) ) . } ORDER BY ASC( ?var5 ) OFFSET 0 LIMIT 250"}}
{"id": "val_1529", "question": "What are the short films that have won the Annecy Cristal for a Short Film award?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film(wdt:P31 / wdt:P279 *) wd:Q11424 .\n  ?film wdt:P166 wd:Q30327090 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["Can you list the English titles of all films (including animated and documentary shorts) that received the Annecy Cristal for a Short Film?", "Which animated or cinematic works have been honored with the Annecy Cristal for a Short Film at the Annecy International Animated Film Festival?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q30327090> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } } LIMIT 50"}}
{"id": "val_1530", "question": "What are the subclasses of public space?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass WHERE {\n  ?subclass wdt:P279 + wd:Q294440 .\n}", "paraphrases": ["What types of places are considered subclasses of public space?", "List all types of public spaces that are more specific than public space itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q294440> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_1531", "question": "Recipients of the Academy Award for Best Animated Short Film with images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?recipient ?recipientLabel ?image WHERE {\n  ?recipient wdt:P166 wd:Q917808 .\n  OPTIONAL {\n    ?recipient wdt:P18 ?image .\n  }\n  ?recipient rdfs:label ?recipientLabel .\n  FILTER(LANG(?recipientLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who have won the Academy Award for Best Animated Short Film, and what are their images?", "List the names and images of all recipients of the Academy Award for Best Animated Short Film, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q917808> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1532", "question": "List Academy Award for Best Animated Short Film winners with their country of origin and English labels.", "sparql": "SELECT ?film ?filmLabel ?countryLabel ?image WHERE { ?film wdt:P166 wd:Q917808 . ?film wdt:P495 ?country . OPTIONAL { ?film wdt:P18 ?image . } ?film rdfs:label ?filmLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?filmLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which animated short films have won the Academy Award for Best Animated Short Film, and in which countries were they produced?", "Show me the names and countries of origin of films that won the Academy Award for Best Animated Short Film, along with any available images of them."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q917808> . ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1533", "question": "What are the fictional universes with the highest number of characters, and what percentage of those characters are female or trans women?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?universe ?universeLabel ?percentage ?femaleTransCount ?totalCount WHERE {\n  {\n    SELECT ?universe(SUM(?isFemaleOrTrans) AS ?femaleTransCount)(COUNT(*) AS ?totalCount)(SAMPLE(?label) AS ?universeLabel) WHERE {\n      ?character wdt:P1080 ?universe ; wdt:P21 ?gender .\n      ?universe rdfs:label ?label .\n      FILTER(LANG(?label) = \"en\")\n      BIND(IF(?gender IN(wd:Q6581072 , wd:Q1052281) , 1 , 0) AS ?isFemaleOrTrans)\n    }\n    GROUP BY ?universe\n  }\n  BIND(ROUND((?femaleTransCount * 100.0 / ?totalCount)) AS ?percentageInt)\n  BIND(CONCAT(STR(?percentageInt) , \"%\") AS ?percentage)\n}\nORDER BY DESC(?totalCount)\nLIMIT 10", "paraphrases": ["Which fictional universes have the most characters with specified gender, and what proportion of them are female or trans?", "Show the top fictional universes by character count and the percentage of female or trans characters among those with known gender."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { { SELECT ?var1 ( SUM ( ?var5 ) AS ?var3 )( COUNT (* ) AS ?var4 ) WHERE { BIND ( IF ( ?var6 IN ( <http://www.wikidata.org/entity/Q6581072> , <http://www.wikidata.org/entity/Q1052281> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P1080> ?var1 ; <http://www.wikidata.org/prop/direct/P21> ?var6 . } GROUP BY ?var1 } BIND ( ( ?var3 / ?var4 ) AS ?var8 ). BIND ( ( \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> * ?var8 ) AS ?var9 ). BIND ( CONCAT ( SUBSTR ( STR ( ?var9 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"%\" ) AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_1534", "question": "Fictional universes with most female or trans women characters", "sparql": "SELECT ?universe ?universeLabel WHERE { { SELECT ?universe (COUNT(*) AS ?count) WHERE { ?character wdt:P1080 ?universe ; wdt:P21 ?gender . FILTER( ?gender IN ( wd:Q6581072, wd:Q1052281 ) ) } GROUP BY ?universe ORDER BY DESC(?count) } ?universe rdfs:label ?universeLabel . FILTER(LANG(?universeLabel) = \"en\") }", "paraphrases": ["Which fictional universes have the highest number of female or trans women characters?", "List the fictional universes ranked by how many female or trans women characters appear in them, in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( CONCAT ( SUBSTR ( STR ( ( \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> * ?var2 ) ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"%\" ) AS ?var3 ) WHERE { { SELECT ?var1 ( SUM ( ?var4 ) AS ?var5 )( COUNT (* ) AS ?var6 ) WHERE { BIND ( IF ( ?var7 IN ( <http://www.wikidata.org/entity/Q6581072> , <http://www.wikidata.org/entity/Q1052281> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). ?var8 <http://www.wikidata.org/prop/direct/P1080> ?var1 ; <http://www.wikidata.org/prop/direct/P21> ?var7 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var6 )"}}
{"id": "val_1535", "question": "What are the genre, formation location, and MusicBrainz ID of the American heavy metal band S.A. Slayer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?groupLabel ?image ?website ?locationLabel ?facebook ?genreLabel ?musicbrainzId WHERE {\n  wd:Q7387130 wdt:P31 wd:Q215380 .\n  OPTIONAL {\n    wd:Q7387130 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q7387130 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q7387130 wdt:P740 ?location .\n    ?location rdfs:label ?locationLabel .\n    FILTER ( LANG( ?locationLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q7387130 wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    wd:Q7387130 wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n    FILTER ( LANG( ?genreLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q7387130 wdt:P434 ?musicbrainzId .\n  }\n  wd:Q7387130 rdfs:label ?groupLabel .\n  FILTER ( LANG( ?groupLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the English label, formation location, genre, and MusicBrainz artist ID for the musical group S.A. Slayer?", "Please provide the official details of S.A. Slayer, including where they were formed, their music genre, and their MusicBrainz ID, along with their English name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P740> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var7 . } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q7387130> ) ) ) . } LIMIT 1"}}
{"id": "val_1536", "question": "Who are the human composers in Wikidata, and what are their notable works?", "sparql": "SELECT ?composer ?notableWork WHERE { ?composer wdt:P31 wd:Q5 . ?composer wdt:P31 wd:Q36834 . OPTIONAL { ?composer wdt:P800 ?notableWork . } } LIMIT 20", "paraphrases": ["Can you list humans who are composers and their notable compositions?", "Which people are both human and composers, and what works are they known for?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36834> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var2 . } } LIMIT 20"}}
{"id": "val_1537", "question": "What are the categories that American Airlines and Boko Haram belong to in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?airlineType ?terroristType WHERE {\n  wd:Q32396 wdt:P31 ?airlineType .\n  wd:Q212372 wdt:P31 ?terroristType .\n}", "paraphrases": ["Can you list all the types associated with American Airlines and Boko Haram to see if they share any classification?", "Are American Airlines and Boko Haram classified under any common categories in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1538", "question": "Indian films and their directors", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel ?director ?directorLabel WHERE {\n  ?film wdt:P31 wd:Q11424 ; wdt:P495 wd:Q668 .\n  OPTIONAL {\n    ?film wdt:P57 ?director .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" ) OPTIONAL {\n    ?director rdfs:label ?directorLabel .\n    FILTER ( LANG( ?directorLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Which films from India have directors listed, and who directed them?", "List Indian films along with their English titles and director names, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q668> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . } }"}}
{"id": "val_1539", "question": "What is the English Wikipedia page for the film with IMDb ID tt6522634?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipedia_page ?filmLabel WHERE {\n  ?film wdt:P345 \"tt6522634\" .\n  ?wikipedia_page schema:about ?film ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}", "paraphrases": ["Which English-language Wikipedia article is about the movie identified by the IMDb ID tt6522634?", "Show me the title and English Wikipedia link for the movie with IMDb ID tt6522634."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6522634\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1540", "question": "What is the most specific category that both the English language and Boko Haram belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonClass ?label WHERE {\n  wd:Q1860 wdt:P279 * ?commonClass .\n  wd:Q212372 wdt:P31 / wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["Find the highest-level common class shared by English and Boko Haram in the Wikidata taxonomy.", "What abstract concept do English and Boko Haram have in common in terms of their classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1860> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1541", "question": "Who are people with a birth name who play a musical instrument, and what are their birth names and instruments?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?birthName ?instrument WHERE {\n  ?person wdt:P1477 ?birthName .\n  ?person wdt:P1303 ?instrument .\n}\nLIMIT 10", "paraphrases": ["List people with their birth names and the musical instruments they play.", "Show me up to 10 people who have a recorded birth name and play at least one musical instrument, along with their birth names and instruments."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1303> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P1303> ?var3 . } LIMIT 10"}}
{"id": "val_1542", "question": "What RNA molecule in Escherichia coli K-12 substr. MG1655 has Entrez Gene ID 2847751?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?rna WHERE {\n  ?rna wdt:P703 wd:Q21102938 .\n  ?rna wdt:P31 wd:Q11053 .\n  ?rna wdt:P351 \"2847751\" .\n}", "paraphrases": ["Which RNA is encoded by the gene with Entrez ID 2847751 in the E. coli K-12 MG1655 strain?", "Find the RNA found in E. coli K-12 MG1655 that corresponds to Entrez Gene ID 2847751."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q21102938> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11053> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11053> . } ?var1 <http://www.wikidata.org/prop/direct/P351> \"2847751\". ?var1 <http://www.wikidata.org/prop/direct/P351> \"2847751\". }"}}
{"id": "val_1543", "question": "What is the English Wikipedia page for the TV show with IMDb ID tt0351885?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0351885\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikipedia article in English or German is about the movie or show identified by IMDb ID tt0351885?", "Please show me the Wikipedia link for the item with IMDb ID tt0351885, if it exists in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0351885\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1544", "question": "Most general category shared by Pennsylvania and Boko Haram", "sparql": "SELECT ?commonAncestor WHERE { wd:Q1400 wdt:P31 ?cls1 . wd:Q212372 wdt:P31 ?cls2 . ?cls1 wdt:P279* ?commonAncestor . ?cls2 wdt:P279* ?commonAncestor . } ORDER BY ASC(STRLEN(STR(?commonAncestor))) LIMIT 1", "paraphrases": ["What is the highest-level common classification that includes both Pennsylvania and Boko Haram?", "Find the most abstract entity type that both Pennsylvania and Boko Haram belong to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1400> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1545", "question": "British musical groups influenced by The Beatles", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?band ?bandLabel WHERE {\n  ?band wdt:P31 wd:Q215380 .\n  ?band wdt:P495 wd:Q145 .\n  ?band wdt:P737 wd:Q1299 .\n  ?band rdfs:label ?bandLabel .\n  FILTER(LANG(?bandLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which British bands were influenced by The Beatles?", "List English-language names of British musical groups that take inspiration from The Beatles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P737> <http://www.wikidata.org/entity/Q1299> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_1546", "question": "What nerves innervate the liver?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?nerve WHERE {\n  wd:Q9368 wdt:P3189 ?nerve .\n}", "paraphrases": ["Which nerves are connected to the liver through innervation?", "Can you list the nerves that provide innervation to the liver?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q9368> <http://www.wikidata.org/entity/P3189> ?var1 . } LIMIT 10"}}
{"id": "val_1547", "question": "PubMed ID for Assembly and budding of influenza virus", "sparql": "SELECT ?pubmedId WHERE { wd:Q27863797 wdt:P698 ?pubmedId .}", "paraphrases": ["What is the PubMed ID of the publication on assembly and budding of influenza virus?", "Can you find the PubMed ID associated with the scientific article on assembly and budding of influenza virus?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q27863797-C9B89D39-1DFA-48AC-A423-6B5D9299A43D> . }"}}
{"id": "val_1548", "question": "Who has the Twitter username \"MaximeCochard_\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"MaximeCochard_\"\n  }\n}", "paraphrases": ["What is the Wikidata item for the Twitter account MaximeCochard_?", "Which person is associated with the Twitter handle MaximeCochard_?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MCochard_\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1549", "question": "Singer-songwriters with MusicBrainz ID 20244d07-534f-4eff-b4d4-930878889970", "sparql": "SELECT ?item WHERE { ?item wdt:P106 wd:Q488205 . ?item wdt:P434 \"20244d07-534f-4eff-b4d4-930878889970\" . } LIMIT 20", "paraphrases": ["Who is the singer-songwriter with the MusicBrainz artist ID 20244d07-534f-4eff-b4d4-930878889970?", "Find the person who is a singer-songwriter and has the MusicBrainz ID 20244d07-534f-4eff-b4d4-930878889970."], "info": {"raw_sparql": "SELECT ?var1 WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P434> \"string1\". FILTER ( ( ?var2 IN ( <http://www.wikidata.org/entity/Q488205> , <http://www.wikidata.org/entity/Q177220> ) ) ) . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20"}}
{"id": "val_1550", "question": "What Gene Ontology terms (molecular function, biological process, or cellular component) are associated with the UniProt protein O84068, and what are their sources?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?goTermLabel ?goId ?goTerm ?goCategory ?sourceLabel WHERE {\n  ?protein wdt:P352 \"O84068\" .\n  {\n    ?protein p:P680 ?goStatement .\n    ?goStatement ps:P680 ?goTerm .\n  } UNION {\n    ?protein p:P681 ?goStatement .\n    ?goStatement ps:P681 ?goTerm .\n  } UNION {\n    ?protein p:P682 ?goStatement .\n    ?goStatement ps:P682 ?goTerm .\n  }\n  ?goTerm wdt:P686 ?goId ; wdt:P279 * ?goCategory .\n  FILTER(?goCategory IN(wd:Q2996394 , wd:Q5058355 , wd:Q14860489))\n  ?goStatement(prov:wasDerivedFrom / pr:P248) ?source .\n  OPTIONAL {\n    ?goTerm rdfs:label ?goTermLabel .\n    FILTER(LANG(?goTermLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?source rdfs:label ?sourceLabel .\n    FILTER(LANG(?sourceLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["For the UniProt entry O84068, which GO annotations (like nucleotide binding or membrane localization) does it have, what category do they belong to (molecular function, biological process, or cellular component), and where are these annotations cited from?", "List all Gene Ontology terms linked to the protein with UniProt ID O84068, including their GO IDs, whether they describe molecular functions, biological processes, or cellular components, and the source database that provided the annotation."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var1 ?var3 ?var4Label ?var5Label ?var6Label ?var7 WHERE { ?var8 <http://www.wikidata.org/prop/direct/P352> \"O84068\". { ?var8 <http://www.wikidata.org/prop/P680> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P681> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P682> ?var9 . } ?var9 <http://www.wikidata.org/prop/qualifier/P459> ?var4 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P813> ) ?var6 . OPTIONAL { ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P698> ) ?var10 . } { ?var9 <http://www.wikidata.org/prop/statement/P680> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P681> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P682> ?var1 . } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 ; <http://www.wikidata.org/prop/direct/P686> ?var2 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q2996394> ) || ( ?var3 = <http://www.wikidata.org/entity/Q5058355> ) || ( ?var3 = <http://www.wikidata.org/entity/Q14860489> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P591> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1551", "question": "What infrastructure and sites in Germany were established between 1875 and 1916, and what types are they?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel ?typeLabel ?coord ?startTime ?type WHERE {\n  ?item wdt:P580 ?startTime .\n  ?item wdt:P17 wd:Q183 .\n  ?item wdt:P31 ?type .\n  OPTIONAL {\n    ?item wdt:P625 ?coord .\n  }\n  ?item rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" ) FILTER ( ?startTime >= \"1875-01-01T00:00:00Z\" ^^ xsd:dateTime ) FILTER ( ?startTime < \"1917-01-01T00:00:00Z\" ^^ xsd:dateTime )\n}\nORDER BY ASC ( ?typeLabel )", "paraphrases": ["Which buildings, facilities, or events in Germany started operating between 1875 and 1916, and what are their categories?", "List all German locations or structures with known start dates from 1875 to 1916, including their types and coordinates if available, sorted by type name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var2 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18636219> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } FILTER ( ( ( ?var4 >= \"1875-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var4 <= \"1916-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_1552", "question": "Gene in E. coli K-12 MG1655 with locus tag b2696 or Entrez ID 947176 and alias csrA.", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?gene WHERE {\n  ?gene wdt:P703 wd:Q21102938 ; wdt:P31 wd:Q7187 ; ( wdt:P2393 | wdt:P351 ) ?id .\n  FILTER ( ?id = \"b2696\" || ?id = \"947176\" ) .\n  ?gene skos:altLabel ?altLabel .\n  FILTER ( LANG( ?altLabel ) = \"en\" ) .\n  FILTER ( STR( ?altLabel ) = \"csrA\" || STR( ?altLabel ) = \"b2696\" )\n}", "paraphrases": ["What gene in Escherichia coli str. K-12 substr. MG1655 has the alias \"csrA\" and either the NCBI locus tag \"b2696\" or Entrez Gene ID \"947176\"?", "Find the gene in E. coli K-12 MG1655 that is known as \"csrA\" and has either the NCBI locus tag \"b2696\" or the Entrez ID \"947176\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q21102938> . } { { ?var1 ?var2Label \"csrA\"@en . } UNION { ?var1 ?var3Label \"csrA\"@en . } UNION { ?var1 ?var2Label \"b2696\"@en . } UNION { ?var1 ?var3Label \"b2696\"@en . } } { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . } } { { ?var1 <http://www.wikidata.org/prop/direct/P2393> \"b2696\". } UNION { ?var1 <http://www.wikidata.org/prop/direct/P351> \"947176\". } } }"}}
{"id": "val_1553", "question": "What organizations has Neil D. Lawrence been affiliated with or employed by, and when did those affiliations start and end?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end WHERE { { wd:Q31735302 p:P108 ?statement . ?statement ps:P108 ?organization . } UNION { wd:Q31735302 p:P1416 ?statement . ?statement ps:P1416 ?organization . } ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?start . } OPTIONAL { ?statement pq:P582 ?end . } }", "paraphrases": ["Show me images of the universities and research institutions Neil D. Lawrence has worked for, along with the start and end dates of his tenure.", "List Neil D. Lawrence\u2019s employers and affiliations in English, including any available images and the time periods he was associated with them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q31735302> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q31735302> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1554", "question": "Singers and their music genres on Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ?genre ?genreLabel WHERE {\n  ?person wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q177220 .\n  ?person wdt:P136 ?genre .\n  ?person rdfs:label ?personLabel\n  FILTER ( LANG( ?personLabel ) = 'en' ) .\n  ?genre rdfs:label ?genreLabel FILTER ( LANG( ?genreLabel ) = 'en' )\n}\nLIMIT 100", "paraphrases": ["What music genres are associated with people whose occupation is a type of singer?", "List people who are singers (or subtypes like rock singer or lead vocalist) along with their music genres."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q177220> . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 200000"}}
{"id": "val_1555", "question": "Male singer-songwriters and their birthplace coordinates", "sparql": "SELECT ?person ?personLabel ?place ?placeLabel ?coord WHERE { ?person wdt:P106 wd:Q488205 ; wdt:P21 wd:Q6581097 ; wdt:P19 ?place . ?place wdt:P625 ?coord . OPTIONAL { ?person rdfs:label ?personLabel FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?place rdfs:label ?placeLabel FILTER(LANG(?placeLabel) = \"en\") } } LIMIT 10", "paraphrases": ["Where were male singer-songwriters born, and what are the geographic coordinates of those places?", "List male singer-songwriters along with the names and coordinates of their birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488205> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1556", "question": "Male singer-songwriters and their birth coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?birthCoordinates WHERE {\n  ?person wdt:P106 wd:Q488205 ; wdt:P21 wd:Q6581097 ; wdt:P19 / wdt:P625 ?birthCoordinates .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the male singer-songwriters and where were they born?", "List all male singer-songwriters with their English names and the geographic coordinates of their birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488205> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1557", "question": "What awards did Atlas Shrugged receive without any citations?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?award ?awardLabel WHERE {\n  wd:Q374098 p:P166 ?statement .\n  ?statement ps:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER ( NOT EXISTS {\n    ?statement prov:wasDerivedFrom ?ref\n  }\n  )\n}", "paraphrases": ["Which awards have been given to the novel Atlas Shrugged, and which of them have no source references?", "List all the awards won by Atlas Shrugged that are not backed by any references."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P166> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q374098> . FILTER ( ( NOT EXISTS { ?var2 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1558", "question": "Common superclasses of Abu Dhabi Grand Prix and continent", "sparql": "SELECT ?commonSuperclass WHERE { wd:Q7849 wdt:P279* ?commonSuperclass . wd:Q5107 wdt:P279* ?commonSuperclass . }", "paraphrases": ["What are the shared superclass categories between the 2012 Abu Dhabi Grand Prix and Africa?", "Show me the ontological categories that both the Abu Dhabi Grand Prix and Africa belong to through their subclass hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1559", "question": "What is the most general category that both Iran and the Promenade des Anglais belong to, based on their hierarchical classifications?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?distIran ?distProm ( ?distIran + ?distProm AS ?totalDist ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distIran ) WHERE {\n      wd:Q794 wdt:P31 ?typeIran .\n      ?typeIran wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distProm ) WHERE {\n      wd:Q1849491 wdt:P31 ?typeProm .\n      ?typeProm wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER ( ?ancestor != wd:Q794 && ?ancestor != wd:Q1849491 )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["Which geographic or administrative category is the closest common ancestor between Iran and the Promenade des Anglais in Wikidata\u2019s subclass hierarchy?", "How are Iran and the Promenade des Anglais connected through their types in the Wikidata ontology, and what is the most general shared category?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q794> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1849491> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1560", "question": "How many biological processes are regulated by the CACNA1C gene?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?process) AS ?count) WHERE {\n  ?process wdt:P128 wd:Q14905744 .\n}", "paraphrases": ["What is the number of biological processes regulated by the human CACNA1C gene?", "List the count of biological processes that the CACNA1C gene regulates."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P128> <http://www.wikidata.org/entity/Q14905744> . }"}}
{"id": "val_1561", "question": "Who are Homer Simpson\u2019s children according to Wikidata?", "sparql": "SELECT ?entity ?entityLabel WHERE { ?entity wdt:P40 wd:Q7810 . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["Which characters are listed as children of Homer Simpson on Wikidata?", "List the entities that Wikidata classifies as children of Homer Simpson."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P40> <http://www.wikidata.org/entity/Q7810> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_1562", "question": "Who are the children of Homer Simpson?", "sparql": "SELECT ?child WHERE { ?child wdt:P22 wd:Q7810 }", "paraphrases": ["List all children of Homer Simpson.", "Children of Homer Simpson"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q7810> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1563", "question": "What is the title of the literary work \"Der Steppenwolf\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?title WHERE {\n  ?work wdt:P31 wd:Q7725634 .\n  ?work wdt:P1476 ?title .\n  FILTER ( STRSTARTS( STR( ?title ) , \"Der Steppenwolf\" ) )\n}\nLIMIT 10", "paraphrases": ["Can you find any literary works whose titles start with \"Der Steppenwolf\"?", "Show me the work titled \"Der Steppenwolf\" and confirm it is classified as a literary work."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"Der Step\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 10"}}
{"id": "val_1564", "question": "What Wikidata item has the IMDb ID tt0396930?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt0396930\" . }", "paraphrases": ["Which film is identified by the IMDb identifier tt0396930?", "Find the Wikidata entry for the movie with IMDb ID tt0396930."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0396930\". }"}}
{"id": "val_1565", "question": "Subclasses of fictional human", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q15632617 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 11", "paraphrases": ["What are some examples of fictional human characters in fiction?", "List the types of fictional humans, such as virtual influencers or Santa Claus in fiction."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q15632617> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1566", "question": "What substances are part of Benzo(a)pyrene metabolism?", "sparql": "SELECT ?part WHERE { wd:Q30230995 wdt:P527 ?part . }", "paraphrases": ["Which chemicals and enzymes are involved in the metabolism of Benzo(a)pyrene?", "List the components of Benzo(a)pyrene metabolism."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q30230995-23BF8FAC-1262-4E0D-9D01-833458202A32> . }"}}
{"id": "val_1567", "question": "What is the Wikidata property for genre and its German and English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  BIND( wd:P136 AS ?property ) ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) IN ( \"en\" , \"de\" ) ) FILTER ( LANG( ?propertyDescription ) IN ( \"en\" , \"de\" ) )\n}", "paraphrases": ["Which property in Wikidata is used to indicate the genre of a creative work, and what are its labels and descriptions in German and English?", "Please provide the German and English labels and descriptions of the Wikidata property for genre."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q188451> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_1568", "question": "What genes in E. coli K-12 MG1655 have \"fda\" in their name or alternative names?", "sparql": "SELECT ?gene ?geneLabel ?altLabel WHERE { ?gene wdt:P31 wd:Q7187 . ?gene wdt:P703 wd:Q21102938 . ?gene rdfs:label ?geneLabel . ?gene skos:altLabel ?altLabel . FILTER ( ( CONTAINS( LCASE( ?geneLabel ), \"fda\" ) || CONTAINS( LCASE( ?altLabel ), \"fda\" ) ) ) .}", "paraphrases": ["List the genes found in E. coli K-12 MG1655 that are labeled or alternatively labeled as containing \"fda\".", "Which genes in the E. coli K-12 strain are known by the abbreviation \"fda\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q21102938> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2Label . FILTER ( ( CONTAINS ( ?var1Label , \"frda\" ) || CONTAINS ( ?var2Label , \"frda\" ) ) ) . }"}}
{"id": "val_1569", "question": "What is the most general category that both Christian Horner and Nature Air belong to, and how many subclass steps separate each from it?", "sparql": "SELECT ?commonAncestor ?dist1 ?dist2 (?dist1 + ?dist2 AS ?totalDist) WHERE { { SELECT (COUNT(?mid) AS ?dist1) WHERE { wd:Q5 wdt:P279+ ?mid . ?mid wdt:P279* wd:Q35120 . } } { SELECT (COUNT(?mid) AS ?dist2) WHERE { wd:Q46970 wdt:P279+ ?mid . ?mid wdt:P279* wd:Q35120 . } } BIND(wd:Q35120 AS ?commonAncestor) } ORDER BY ASC(?totalDist) LIMIT 1", "paraphrases": ["How far apart, in terms of Wikipedia\u2019s classification hierarchy, are Christian Horner and Nature Air, and what is their closest shared category?", "Find the common ancestor in the subclass hierarchy between the human Christian Horner and the airline Nature Air, and compute the total number of subclass relationships needed to reach it from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173472> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q980781> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1570", "question": "How many documentary television series have recorded filming locations in Wikidata?", "sparql": "SELECT (COUNT(?series) AS ?count) WHERE { ?series wdt:P31 wd:Q5398426 . ?series wdt:P136 wd:Q93204 . ?series wdt:P915 ?location . }", "paraphrases": ["What is the number of TV series that are documentaries and were filmed somewhere?", "Can you tell me how many documentary TV shows have specified where they were filmed?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var3 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q93204> . ?var3 <http://www.wikidata.org/prop/direct/P915> ?var1 . } GROUP BY ?var1 ?var3"}}
{"id": "val_1571", "question": "Common country of Detroit and Wrigley Field", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel WHERE {\n  wd:Q12439 wdt:P17 ?country .\n  wd:Q1052807 wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["In which country are both Detroit and Wrigley Field located?", "Tell me the country that both Detroit and Wrigley Field belong to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1052807> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1572", "question": "What is the most specific category that both the Pittsburgh Steelers and Newsweek belong to?", "sparql": "SELECT ?commonAncestor ?commonAncestorLabel (COUNT(?ancestor) AS ?depth) WHERE { wd:Q17156793 wdt:P279* ?commonAncestor . wd:Q1153191 wdt:P279* ?commonAncestor . wd:Q1684600 wdt:P279* ?commonAncestor . ?commonAncestor wdt:P279* ?ancestor . ?commonAncestor rdfs:label ?commonAncestorLabel . FILTER(LANG(?commonAncestorLabel) = \"en\") } GROUP BY ?commonAncestor ?commonAncestorLabel ORDER BY DESC(?depth) LIMIT 1", "paraphrases": ["What do the Pittsburgh Steelers and Newsweek have in common in terms of their classification in Wikidata?", "Find the highest-level shared classification between the Pittsburgh Steelers (an American football team) and Newsweek (a news magazine)."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q191477> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q188413> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1573", "question": "What protein is encoded by the gene with locus tag CT_621 in Chlamydia trachomatis?", "sparql": "SELECT DISTINCT ?gene ?protein WHERE { ?taxon wdt:P685 \"272561\" . ?gene wdt:P2393 \"CT_621\" ; wdt:P703 ?taxon ; wdt:P688 ?protein . }", "paraphrases": ["Find the gene and its encoded protein in Chlamydia trachomatis where the gene has the NCBI locus tag CT_621.", "Which gene in Chlamydia trachomatis has the locus tag CT_621, and what protein does it code for?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_621\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_1574", "question": "What organizations is Francisco C\u00e2mara Pereira affiliated with or employed by, and what are their images and start dates?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q40424579 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q40424579 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list the institutions Francisco C\u00e2mara Pereira has been associated with, including their images, when he started working there, and any academic degrees linked to those affiliations?", "Show me the organizations linked to Francisco C\u00e2mara Pereira through employment or affiliation, along with their English names, images, start dates, and any academic degrees associated with those relationships \u2014 all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q40424579> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q40424579> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1575", "question": "What films and other works have organized crime as their main subject, like Pulp Fiction?", "sparql": "SELECT ?film2 WHERE { wd:Q104123 wdt:P921 ?topic . ?film2 wdt:P921 ?topic . }", "paraphrases": ["Which movies or books share the same main theme \u2014 organized crime \u2014 as the film Pulp Fiction?", "Show me all creative works that have organized crime as their primary topic, excluding Pulp Fiction itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ?var4 ?var2 . ?var3 ?var4 ?var2 . VALUES ( ?var4 ) { ( <http://www.wikidata.org/prop/direct/P921> ) } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q104123> ) } }"}}
{"id": "val_1576", "question": "Employers of Lars Juhl Jensen, their locations, coordinates, and images", "sparql": "SELECT DISTINCT ?image ?employer ?employerLabel ?location ?coordinates ?propertyLabel WHERE { wd:Q26837548 wdt:P108 ?employer . ?employer wdt:P276 ?location . ?location wdt:P625 ?coordinates . OPTIONAL { ?employer wdt:P18 ?image . } ?employer rdfs:label ?employerLabel . wd:P108 rdfs:label ?propertyLabel . FILTER(LANG(?employerLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["What are the employers of Lars Juhl Jensen, where are they located, what are their coordinates, and do they have images?", "Show me the employers of Lars Juhl Jensen, their locations (with coordinates), and any associated images, along with the property name \"employer\" in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q26837548> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1577", "question": "Chinese labels for fictional characters on Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?character ?characterLabel WHERE {\n  ?character ( wdt:P31 / wdt:P279 * ) wd:Q95074 .\n  ?character rdfs:label ?characterLabel .\n  FILTER ( LANG( ?characterLabel ) = \"zh\" )\n}", "paraphrases": ["What are the Chinese names of fictional characters and their subclasses in Wikidata?", "List all fictional characters (including subtypes) that have Chinese-language labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q95074> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"zh\" ) ) ) . }"}}
{"id": "val_1578", "question": "List genes from Chlamydia pneumoniae with their genomic start/end positions, strand orientation, locus tags, and gene names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?start ?end ?strand(GROUP_CONCAT(DISTINCT ?altLabel ; SEPARATOR = \" \") AS ?geneNames) ?locusTag ?geneLabel ?partOfLabel WHERE {\n  ?gene wdt:P31 wd:Q7187 ; wdt:P703 ?taxon ; wdt:P2548 ?strandOrientation ; wdt:P644 ?start ; wdt:P645 ?end ; wdt:P2393 ?locusTag ; wdt:P361 ?partOf ; skos:altLabel ?altLabel .\n  ?taxon wdt:P685 \"115713\" .\n  BIND(IF(?strandOrientation = wd:Q22809680 , \"+\" , \"-\") AS ?strand)\n  ?gene rdfs:label ?geneLabel .\n  ?partOf rdfs:label ?partOfLabel .\n  FILTER(LANG(?geneLabel) = \"en\")\n  FILTER(LANG(?partOfLabel) = \"en\")\n  FILTER(LANG(?altLabel) = \"en\")\n}\nGROUP BY ?start ?end ?strand ?locusTag ?geneLabel ?partOfLabel\nORDER BY ASC(?start)", "paraphrases": ["What are the coordinates, strand direction, and names of all genes in Chlamydia pneumoniae, along with their NCBI locus tags and the operons they belong to?", "Show me a table of all genes in Chlamydia pneumoniae, including their genomic start and end positions, whether they are on the forward or reverse strand, their alternative names, NCBI locus tags, official gene labels, and which operon they are part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ( GROUP_CONCAT ( DISTINCT ?var5 ; SEPARATOR = \" \" ) AS ?var6 ) ?var7 ?var8Label ?var9Label WHERE { BIND ( IF ( ( ?var10 = <http://www.wikidata.org/entity/Q22809680> ), \"+\", \"-\" ) AS ?var3 ). ?var11 <http://www.wikidata.org/prop/direct/P685> \"115713\". ?var8 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> ; <http://www.wikidata.org/prop/direct/P703> ?var11 ; <http://www.wikidata.org/prop/direct/P2548> ?var10 ; <http://www.wikidata.org/prop/direct/P644> ?var1 ; <http://www.wikidata.org/prop/direct/P645> ?var2 ; <http://www.wikidata.org/prop/direct/P2393> ?var7 ; <http://www.wikidata.org/prop/direct/P351> ?var12 ; <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 ; <http://www.wikidata.org/prop/direct/P361> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var8Label ?var9Label ?var7 ?var1 ?var2 ?var3 ?var4 ORDER BY ASC( ?var13 )"}}
{"id": "val_1579", "question": "What country is both Brownsville and the Detroit Lions located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country WHERE {\n  wd:Q51693 wdt:P17 ?country .\n  wd:Q271880 wdt:P17 ?country .\n}", "paraphrases": ["In which country do Brownsville and the Detroit Lions share a location?", "Where are Brownsville and the Detroit Lions both located?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q51693> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q271880> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1580", "question": "Human musicians who perform pop music", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?musician ?musicianLabel WHERE {\n  ?musician wdt:P31 wd:Q5 .\n  ?musician wdt:P106 wd:Q639669 .\n  ?musician wdt:P136 wd:Q37073 .\n  ?musician rdfs:label ?musicianLabel .\n  FILTER ( LANG( ?musicianLabel ) = \"en\" )\n}\nLIMIT 10000", "paraphrases": ["Who are the human musicians whose music genre is pop?", "List all pop music musicians who are human."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q639669> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q37073> . } LIMIT 10000"}}
{"id": "val_1581", "question": "Affiliations of Jan Kalbitzer with English labels, images, start/end dates, and academic degrees.", "sparql": "SELECT ?organization ?organizationLabel ?image ?startDate ?endDate ?degreeLabel WHERE { wd:Q27177587 p:P1416 ?statement . ?statement ps:P1416 ?organization . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["What research units is Jan Kalbitzer affiliated with, and do any of these affiliations have start dates, end dates, images, or associated academic degrees?", "Show me the English names of the organizations Jan Kalbitzer is affiliated with, along with any available images, time periods of affiliation, and academic degrees linked to those affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q27177587> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q27177587> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1582", "question": "What is the most specific shared category (class) that both Ben Roethlisberger and Richard Branson belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label ( COUNT( ?super ) AS ?depth ) WHERE {\n  wd:Q537679 wdt:P31 ?type1 .\n  wd:Q194419 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?commonClass wdt:P279 ?super .\n  }\n}\nGROUP BY ?commonClass ?label\nORDER BY DESC ( ?depth )\nLIMIT 1", "paraphrases": ["What is the lowest common ancestor in the Wikidata taxonomy for the individuals Ben Roethlisberger and Richard Branson?", "Find the most specific human category that applies to both the American football player Ben Roethlisberger and the entrepreneur Richard Branson."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q537679> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q194419> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1583", "question": "People who are violinists and their names.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q1259917 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the violinists listed in Wikidata, and what are their names in English?", "List the English names of all people whose occupation is violinist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1259917> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_1584", "question": "What is the Twitter/X username for the entity \"Meetup\" on Wikidata?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Meetup\" } }", "paraphrases": ["Which Wikidata item has the Twitter handle \"Meetup\"?", "Show me the Wikidata item that uses \"Meetup\" as its X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Meetup\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1585", "question": "Humans who are citizens of countries located in the territory of ancient civilizations", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?countryLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P27 ?country .\n  ?country wdt:P31 wd:Q3624078 .\n  ?ancientCivilization wdt:P17 ?country .\n  ?ancientCivilization wdt:P31 wd:Q28171280 .\n  ?human rdfs:label ?humanLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["Which modern countries have territories that were once part of ancient civilizations, and who are their citizens?", "List people who are citizens of countries that currently occupy the land of ancient civilizations, along with their country names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P27> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q28171280> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } }"}}
{"id": "val_1586", "question": "List freakbeat musical groups with their country of origin, MusicBrainz ID, and image.", "sparql": "SELECT ?groupLabel ?website ?facebookUsername ?countryLabel ?musicBrainzId ?image WHERE { ?group wdt:P31 wd:Q215380 . ?group wdt:P136 wd:Q2607836 . OPTIONAL { ?group wdt:P856 ?website . } OPTIONAL { ?group wdt:P2013 ?facebookUsername . } OPTIONAL { ?group wdt:P495 ?country . } OPTIONAL { ?group wdt:P434 ?musicBrainzId . } OPTIONAL { ?group wdt:P18 ?image . } OPTIONAL { ?group rdfs:label ?groupLabel . FILTER(LANG(?groupLabel) = \"en\") } OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } } LIMIT 10000", "paraphrases": ["What are the names, countries, MusicBrainz IDs, and images of musical groups that perform freakbeat music?", "Show me all freakbeat bands along with their official country, MusicBrainz identifier, and any available images."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q2607836> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4003> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 10000"}}
{"id": "val_1587", "question": "What protein is encoded by the gene with NCBI locus tag CT_061 in Chlamydia trachomatis?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?gene ?protein WHERE {\n  ?gene wdt:P2393 \"CT_061\" ; wdt:P703 wd:Q20800373 ; wdt:P688 ?protein .\n}", "paraphrases": ["Which protein does the gene CT_061 in Chlamydia trachomatis encode?", "Show me the protein product of the gene CT_061 found in Chlamydia trachomatis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_061\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_1588", "question": "List all works by Arthur Conan Doyle with their titles, illustrators, publishers, and publication dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?work ?title ?illustratorLabel ?publisherLabel ?publicationDate WHERE {\n  ?work wdt:P50 wd:Q35610 .\n  ?work wdt:P1476 ?title .\n  OPTIONAL {\n    ?work wdt:P110 ?illustrator .\n    ?illustrator rdfs:label ?illustratorLabel .\n    FILTER ( LANG( ?illustratorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P123 ?publisher .\n    ?publisher rdfs:label ?publisherLabel .\n    FILTER ( LANG( ?publisherLabel ) = \"en\" )\n  }\n  ?work wdt:P577 ?publicationDate .\n  FILTER ( isLiteral( ?title ) && LANG( ?title ) = \"en\" )\n}", "paraphrases": ["What are the titles, illustrators, publishers, and publication dates of all books written by Arthur Conan Doyle?", "Show me the English titles, illustrators, publishers, and publication dates of every work authored by Arthur Conan Doyle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q35610> . { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } { ?var1 <http://www.wikidata.org/prop/direct/P110> ?var3 . } { ?var1 <http://www.wikidata.org/prop/direct/P123> ?var4 . } { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_1589", "question": "What protein is encoded by the gene with NCBI locus tag CT_167 in Chlamydia trachomatis?", "sparql": "SELECT DISTINCT ?gene ?protein WHERE { ?gene wdt:P2393 \"CT_167\" ; wdt:P703/wdt:P685 \"272561\" ; wdt:P688 ?protein . }", "paraphrases": ["For the gene CT_167 in Chlamydia trachomatis, which protein does it encode?", "Show me the protein product of the CT_167 gene in Chlamydia trachomatis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_167\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_1590", "question": "Works about Rudyard Kipling", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?work ?workLabel WHERE {\n  ?work p:P921 ?statement .\n  ?statement ps:P921 wd:Q34743 .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nORDER BY ?workLabel", "paraphrases": ["What are the works that have Rudyard Kipling as their main subject?", "List the English titles of all works that are about the writer Rudyard Kipling."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q34743> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1591", "question": "What are some songs performed by the band Metallica?", "sparql": "SELECT ?work ?workLabel ?performer ?performerLabel WHERE { ?work wdt:P175 wd:Q15920 . ?work wdt:P31 wd:Q105543609 . ?work rdfs:label ?workLabel . ?performer rdfs:label ?performerLabel . FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?performerLabel) = \"en\") } LIMIT 50", "paraphrases": ["Can you list the English titles of songs by Metallica that are classified as musical compositions?", "Show me the names of Metallica\u2019s songs, not demos or albums, just the main musical works."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var3 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q15920> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q164646> ) } ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1592", "question": "Is the E. coli pseudogene-encoded protein ykfJ classified as a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q50411309 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the protein encoded by the ykfJ pseudogene in Escherichia coli belong to the taxonomic class of humans?", "Confirm whether the microbial protein ykfJ is a human or a subclass of human."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q50411309> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1593", "question": "What is the most specific common category that both the Philadelphia Eagles and Jim Mattis belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?ancestorLabel WHERE {\n  wd:Q219714 wdt:P31 ?type1 .\n  wd:Q267902 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n  .\n  FILTER(?ancestor != ?type1)\n  .\n  FILTER(?ancestor != ?type2)\n}\nORDER BY ?ancestor\nLIMIT 1", "paraphrases": ["Which entity is the lowest common ancestor in the subclass hierarchy between the Philadelphia Eagles and Jim Mattis?", "Find the closest shared superclass in Wikidata's ontology between the American football team Philadelphia Eagles and the human Jim Mattis."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219714> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q267902> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1594", "question": "Who were the academic supervisors of Ludwig Wittgenstein's students?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { wd:Q9391 wdt:P802 ?var2 . ?var2 wdt:P1066 ?var1 . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") }", "paraphrases": ["Which philosophers taught Ludwig Wittgenstein's students?", "Who supervised the people who studied under Ludwig Wittgenstein?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q9391> <http://www.wikidata.org/prop/direct/P802> + ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P1066> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_1595", "question": "Animated films with cast members", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q202866 ; wdt:P161 ?actor .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = 'en')\n}", "paraphrases": ["Which animated films have actors listed in their cast?", "List the English titles of animated films along with their cast members."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q29168811> ; <http://www.wikidata.org/prop/direct/P161> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_1596", "question": "List of fictional characters with their names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?character ?characterLabel WHERE {\n  ?character wdt:P31 wd:Q95074 .\n  ?character rdfs:label ?characterLabel .\n  FILTER(LANG(?characterLabel) = \"en\")\n}", "paraphrases": ["Who are some fictional characters and what are their names in English?", "Show me the English names of all fictional characters in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q95074> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_1597", "question": "What is the boiling point of 1,3-benzenedimethanamine and under what pressure was it measured?", "sparql": "SELECT DISTINCT ?boilingPointValue ?pressure WHERE { wd:Q15726051 p:P2102 ?statement . ?statement psv:P2102 ?valueNode . ?valueNode wikibase:quantityAmount ?boilingPointValue . ?statement pq:P2077 ?pressure . }", "paraphrases": ["Show the boiling point value and the pressure condition for the chemical compound 1,3-benzenedimethanamine.", "At what pressure is the boiling point of m-xylylenediamine 477.0 degrees Fahrenheit?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { <http://www.wikidata.org/entity/Q15726051> <http://www.wikidata.org/prop/P2102> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/value/P2102> [ <http://wikiba.se/ontology#quantityAmount> ?var5 ; <http://wikiba.se/ontology#quantityUnit> ?var6 ] ; ?var3 ?var4 . } LIMIT 10"}}
{"id": "val_1598", "question": "What is the most specific shared category (class) between a baseball venue and a concert hall in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?dist1 ?dist2 ( ?dist1 + ?dist2 AS ?totalDist ) WHERE {\n  wd:Q595452 wdt:P279 * ?commonAncestor .\n  wd:Q1060829 wdt:P279 * ?commonAncestor .\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q595452 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q1060829 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER ( ?ancestor = ?commonAncestor )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["How many subclass steps are needed to reach the common ancestor of a baseball park and a concert hall, and what is that ancestor?", "Find the closest common superclass in the hierarchy that connects baseball venues and concert halls, and show the total path length from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1154053> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7017384> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1599", "question": "What is the most specific category that both a human and a baseball team belong to?", "sparql": "SELECT ?ancestor ?label ( ( ?dist1 + ?dist2 ) AS ?totalDist ) WHERE { { SELECT ?ancestor (COUNT(?mid1) AS ?dist1) WHERE { wd:Q5 wdt:P279+ ?mid1 . ?mid1 wdt:P279* ?ancestor . } GROUP BY ?ancestor } { SELECT ?ancestor (COUNT(?mid2) AS ?dist2) WHERE { wd:Q13027888 wdt:P279+ ?mid2 . ?mid2 wdt:P279* ?ancestor . } GROUP BY ?ancestor } ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?totalDist) LIMIT 1", "paraphrases": ["Which common superclass in the Wikidata hierarchy is closest to both Carson Palmer and the Chicago Cubs, and how many steps away is it from each?", "Find the least specific shared ancestor in the subclass hierarchy between the category of humans and the category of baseball teams."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q246782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1045461> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1600", "question": "What is the English name and description of the album \"Paris\" by Malcolm McLaren, and does it have an image?", "sparql": "SELECT ?label ?description ?image WHERE { wd:Q7137187 rdfs:label ?label . FILTER (LANG(?label) = \"en\") wd:Q7137187 schema:description ?description . FILTER (LANG(?description) = \"en\") OPTIONAL { wd:Q7137187 wdt:P18 ?image . } }", "paraphrases": ["Show me the English label and description of the album Paris by Malcolm McLaren, along with its image from Wikimedia Commons.", "Give me the name, description, and image of Malcolm McLaren\u2019s album \"Paris\"."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q7137187> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q7137187> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q7137187> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_1601", "question": "Authors of works about feminism with multiple contributors", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  ?work wdt:P921 wd:Q7252 .\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER ( ?author1 != ?author2 ) .\n  ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER ( LANG( ?author1Label ) = \"en\" ) .\n  FILTER ( LANG( ?author2Label ) = \"en\" )\n}", "paraphrases": ["Which pairs of different authors have created works on the topic of feminism?", "Show me pairs of distinct authors who wrote works where feminism is the main subject."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q19869589> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q19869589> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q19869589> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1602", "question": "List musical groups with the Rock Against Communism genre, including their official websites, Facebook usernames, countries, MusicBrainz IDs, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?groupLabel ?website ?facebookUsername ?countryLabel ?musicBrainzId ?image WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group wdt:P136 wd:Q828181 .\n  OPTIONAL {\n    ?group wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?group wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    ?group wdt:P495 ?country .\n  }\n  OPTIONAL {\n    ?group wdt:P434 ?musicBrainzId .\n  }\n  OPTIONAL {\n    ?group wdt:P18 ?image .\n  }\n  ?group rdfs:label ?groupLabel .\n  FILTER ( LANG( ?groupLabel ) = \"en\" ) OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n}\nLIMIT 10000", "paraphrases": ["What are the Rock Against Communism music groups, and what are their official websites, Facebook profiles, countries of origin, MusicBrainz IDs, and images?", "Please provide a list of all musical groups classified under the Rock Against Communism genre, along with their official websites, Facebook usernames, countries, MusicBrainz artist IDs, and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q828181> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4003> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 10000"}}
{"id": "val_1603", "question": "What are the direct properties and their values for the enzyme glutamic-pyruvic transaminase?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q305481 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Can you list the key characteristics of alanine aminotransferase, such as its EC number, taxon, and protein identifiers?", "What information does Wikidata have about the enzyme glutamic-pyruvic transaminase, including its classification and associated database IDs?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q305481> ?var1 ?var2 . }"}}
{"id": "val_1604", "question": "Institutions where Alan Turing worked", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?employer WHERE {\n  wd:Q7251 wdt:P108 ?employer .\n}", "paraphrases": ["Which organizations employed Alan Turing?", "List the employers of Alan Turing."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7251> <http://www.wikidata.org/prop/direct/P159> ?var2 . } LIMIT 100"}}
{"id": "val_1605", "question": "What property links TET2 Mutation to its chromosome?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mutation ?property WHERE {\n  wd:Q28444945 ?property ?value .\n  FILTER(?property = wdt:P1057)\n}", "paraphrases": ["Which property is used to specify the chromosome for the TET2 Mutation?", "Show me the property that indicates the chromosome for the TET2 Mutation entity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q28444945-B1AF45AD-8988-4BF8-BA60-621DEE5E6D4A> . }"}}
{"id": "val_1606", "question": "French names of Brigitte Macron\u2019s children", "sparql": "SELECT ?child ?childLabel WHERE { wd:Q21511883 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER (LANG(?childLabel) = \"fr\") } LIMIT 50", "paraphrases": ["What are the names of Brigitte Macron\u2019s children in French?", "List the French labels of Brigitte Macron\u2019s children."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q21511883> <http://www.wikidata.org/prop/direct/P40> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } LIMIT 50"}}
{"id": "val_1607", "question": "Films from the Czech Republic", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film ?filmLabel WHERE {\n  ?film(wdt:P31 / wdt:P279 *) wd:Q11424 .\n  ?film wdt:P495 wd:Q213 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}", "paraphrases": ["What are the English-titled films that originate from the Czech Republic?", "List all films (and film genres) from the Czech Republic with English titles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { { SELECT DISTINCT ?var8 WHERE { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> \"Film\"@de . ?var9 <http://www.wikidata.org/prop/direct/P31> ?var8 . } LIMIT 1 } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q213> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_1608", "question": "Who are the people with the family name Macron?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P734 wd:Q28375134 .\n}\nLIMIT 10", "paraphrases": ["List up to 10 humans whose last name is Macron.", "Show me the individuals in Wikidata who have Macron as their family name."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28375134> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_1609", "question": "Russian musical groups with YouTube and Yandex Music IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?group ?groupLabel ?youtubeId ?yandexMusicId WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group wdt:P495 wd:Q159 .\n  OPTIONAL {\n    ?group wdt:P2397 ?youtubeId .\n  }\n  OPTIONAL {\n    ?group wdt:P1553 ?yandexMusicId .\n  }\n  OPTIONAL {\n    ?group rdfs:label ?groupLabel .\n    FILTER(LANG(?groupLabel) = \"en\")\n  }\n}\nORDER BY DESC(?youtubeId)\nLIMIT 100", "paraphrases": ["What are the Russian musical groups and their YouTube channel and Yandex Music IDs?", "List up to 100 Russian musical groups along with their YouTube channel IDs and Yandex Music artist IDs, sorted by YouTube ID in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q159> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2397> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1553> ?var3 . } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_1610", "question": "What inventions by Carl Friedrich Gauss have qualifiers like \"series ordinal\" or \"sourcing circumstances\"?", "sparql": "SELECT ?discovery ?statement ?qualifier_label WHERE {  ?statement ps:P61 wd:Q6722 .  ?discovery p:P61 ?statement .  OPTIONAL {    VALUES (?qualifier ?qualifier_label) {      (<http://www.wikidata.org/prop/qualifier/P1480> \"sourcing circumstances\")      (<http://www.wikidata.org/prop/qualifier/P1545> \"series ordinal\")    }    ?statement ?qualifier ?value .  }} ORDER BY ?discovery", "paraphrases": ["Which of Carl Friedrich Gauss\u2019s discoveries are associated with the qualifier \"series ordinal\" or \"sourcing circumstances\"?", "List all discoveries attributed to Carl Friedrich Gauss and indicate if any were annotated with \"series ordinal\" or \"sourcing circumstances\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P61> <http://www.wikidata.org/entity/Q6722> . ?var1 <http://www.wikidata.org/prop/P61> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1611", "question": "What are the episodes of the TV series Pastewka, along with their premiere dates and the seasons they belong to?", "sparql": "SELECT ?episode ?episodeLabel ?premiereDate ?season ?seasonLabel WHERE { wd:Q1540515 wdt:P527 ?season . ?season wdt:P527 ?episode . ?episode wdt:P577 ?premiereDate . ?episode rdfs:label ?episodeLabel . ?season rdfs:label ?seasonLabel . FILTER(LANG(?episodeLabel) = \"en\" || LANG(?episodeLabel) = \"\") FILTER(LANG(?seasonLabel) = \"en\" || LANG(?seasonLabel) = \"\") } ORDER BY ?premiereDate", "paraphrases": ["List the episodes of Pastewka in order of premiere date, showing which season each episode is from and when it first aired.", "Show me the English-labeled episodes of Pastewka, their premiere dates, and the season they belong to, sorted by air date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1540515> AS ?var5 ). ?var6 <http://www.wikidata.org/prop/direct/P361> ?var5 . ?var3 <http://www.wikidata.org/prop/direct/P1191> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P361> ?var6 . ?var3 <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/qualifier/P1545> ?var1 ] . ?var6 <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/qualifier/P1545> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_1612", "question": "Biological variants of CALR and the pathways they affect.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?variant ?gene ?pathway WHERE {\n  ?variant wdt:P3433 ?gene .\n  ?pathway wdt:P527 ?gene .\n}", "paraphrases": ["Which biological pathways include genes that have specific variants, such as CALR EXON 9 FRAMESHIFT?", "Show me the biological variants, the genes they modify, and the pathways those genes are part of."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3433> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P527> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1613", "question": "What country is the musical group that the cat Marble belongs to from?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country WHERE {\n  wd:Q27745011 wdt:P463 ?group .\n  ?group wdt:P495 ?country .\n}", "paraphrases": ["Country of origin of the musical group Marble is a member of.", "Tell me the country associated with the band that includes the cat Marble."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q27745011> <http://www.wikidata.org/prop/direct/P17> ?var1 . }"}}
{"id": "val_1614", "question": "Who did Emmanuel Macron replace in the positions he held?", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { wd:Q3052772 p:P39 ?statement . ?statement pq:P1365 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Which individuals were succeeded by Emmanuel Macron in their official roles?", "List the people Emmanuel Macron replaced as holder of public offices, along with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q3052772> <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P1365> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1615", "question": "Top subjects of publications by Lisa Lodwick, with count and sample title snippet.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?count ?subjectLabel(SUBSTR(SAMPLE(?workLabel) , 1 , 60) AS ?workLabelShort) WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q47068637 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n  ?work wdt:P50 wd:Q47068637 .\n  ?work wdt:P921 ?subject .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?count ?subjectLabel\nORDER BY DESC(?count)", "paraphrases": ["What are the most common topics in the academic works authored by Lisa Lodwick, and what are examples of those work titles?", "Show me the main subjects of Lisa Lodwick\u2019s publications, ranked by how many works she has on each, along with a shortened title of one of those works."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47068637> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47068637> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1616", "question": "Who are the students of Albert Einstein, up to four generations removed, and who were their immediate mentors?", "sparql": "SELECT ?student ?studentLabel ?image ?mentor WHERE { { wd:Q937 wdt:P802 ?student . BIND(wd:Q937 AS ?mentor) } UNION { wd:Q937 wdt:P802 ?level1 . ?level1 wdt:P802 ?student . BIND(?level1 AS ?mentor) } UNION { wd:Q937 wdt:P802 ?level1 . ?level1 wdt:P802 ?level2 . ?level2 wdt:P802 ?student . BIND(?level2 AS ?mentor) } UNION { wd:Q937 wdt:P802 ?level1 . ?level1 wdt:P802 ?level2 . ?level2 wdt:P802 ?level3 . ?level3 wdt:P802 ?student . BIND(?level3 AS ?mentor) } OPTIONAL { ?student rdfs:label ?studentLabel . FILTER(LANG(?studentLabel) = \"en\") } OPTIONAL { ?student wdt:P18 ?image } }", "paraphrases": ["List Albert Einstein\u2019s academic descendants (students, students of students, etc.) along with their images and direct mentors.", "Can you show me the people who studied under Albert Einstein, including those who studied under his students, up to four levels deep, and tell me who their direct advisor was?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q937> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P802> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P802> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_1617", "question": "Students of Leonhard Euler", "sparql": "SELECT ?var1 ?var1Label WHERE { wd:Q7604 wdt:P802 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Who were the students of the mathematician Leonhard Euler?", "List the people who studied under Leonhard Euler."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q7604> <http://www.wikidata.org/prop/direct/P802> + ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1618", "question": "Books by J.K. Rowling with publication dates and series information", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel ?authorLabel ?seriesLabel ?publicationDate WHERE {\n  ?book wdt:P31 wd:Q7725634 ; wdt:P50 wd:Q34660 .\n  ?book rdfs:label ?bookLabel .\n  FILTER ( LANG( ?bookLabel ) = \"en\" ) .\n  wd:Q34660 rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?book wdt:P179 ?series .\n    ?series rdfs:label ?seriesLabel .\n    FILTER ( LANG( ?seriesLabel ) = \"en\" ) .\n  }\n  OPTIONAL {\n    ?book wdt:P577 ?publicationDate .\n  }\n}", "paraphrases": ["What are the English-language literary works authored by J.K. Rowling, along with their publication dates and series titles?", "List all books written by J.K. Rowling in English, including their series (if any) and when they were published."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var2 ?var6Label \"string1\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P179> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1619", "question": "What was the death toll of the 2011 Germany E. coli O104:H4 outbreak?", "sparql": "SELECT ?outbreakLabel ?deaths WHERE { wd:Q327056 rdfs:label ?outbreakLabel . OPTIONAL { wd:Q327056 wdt:P1120 ?deaths . } FILTER (LANG(?outbreakLabel) = \"en\") }", "paraphrases": ["2011 Germany E. coli outbreak English name and number of deaths", "Show me the English label and number of deaths for the 2011 Germany E. coli O104:H4 outbreak."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q327056> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1120> ?var3 . } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3241045> . }"}}
{"id": "val_1620", "question": "What is the English name of the 2011 Germany E. coli O104:H4 outbreak, and how many cases were reported?", "sparql": "SELECT ?label ?cases WHERE { wd:Q327056 rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { wd:Q327056 wdt:P1603 ?cases . } }", "paraphrases": ["Tell me the label and number of cases for the 2011 E. coli outbreak in Germany.", "Can you provide the English name and case count for the 2011 Germany E. coli O104:H4 epidemic?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q327056> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1603> ?var3 . } }"}}
{"id": "val_1621", "question": "Doctoral advisors of Albert Einstein up to 8 generations with images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?advisor ?advisorLabel ?image WHERE {\n  {\n    wd:Q937 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?level3 .\n    ?level3 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?level3 .\n    ?level3 wdt:P184 ?level4 .\n    ?level4 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?level3 .\n    ?level3 wdt:P184 ?level4 .\n    ?level4 wdt:P184 ?level5 .\n    ?level5 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?level3 .\n    ?level3 wdt:P184 ?level4 .\n    ?level4 wdt:P184 ?level5 .\n    ?level5 wdt:P184 ?level6 .\n    ?level6 wdt:P184 ?advisor\n  } UNION {\n    wd:Q937 wdt:P184 ?level1 .\n    ?level1 wdt:P184 ?level2 .\n    ?level2 wdt:P184 ?level3 .\n    ?level3 wdt:P184 ?level4 .\n    ?level4 wdt:P184 ?level5 .\n    ?level5 wdt:P184 ?level6 .\n    ?level6 wdt:P184 ?level7 .\n    ?level7 wdt:P184 ?advisor\n  }\n  OPTIONAL {\n    ?advisor wdt:P18 ?image .\n  }\n  ?advisor rdfs:label ?advisorLabel .\n  FILTER(LANG(?advisorLabel) = \"en\")\n}", "paraphrases": ["Who were Albert Einstein\u2019s academic advisors (up to 8 generations back), and what are their images?", "List all of Albert Einstein\u2019s doctoral advisors, going back up to 8 generations, along with their English names and images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q937> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P184> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P184> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_1622", "question": "What is the most specific category that both the film Gran Torino and the cultural area New England belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q11424 wdt:P279 * ?commonAncestor .\n  wd:Q518261 wdt:P279 * ?commonAncestor .\n}\nORDER BY ASC(STRLEN(STR(?commonAncestor)))\nLIMIT 1", "paraphrases": ["What is the common ancestor in the subclass hierarchy between the type of Gran Torino and the type of New England?", "Find the least specific class that includes both films and cultural areas."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q126699> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18389> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1623", "question": "What are the episodes of Star Trek: The Original Series, and where are they set?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?episode ?location WHERE {\n  ?episode wdt:P179 wd:Q1077 .\n  OPTIONAL {\n    ?episode wdt:P840 ?location .\n  }\n}\nLIMIT 100", "paraphrases": ["List all episodes from Star Trek: The Original Series along with their fictional settings.", "Which locations in the Star Trek universe are featured as narrative settings in episodes of the original series?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q1077> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P840> ?var2 . } } LIMIT 100"}}
{"id": "val_1624", "question": "What are the occupations of Kurt L\u00f6b?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupation WHERE {\n  wd:Q13746344 wdt:P106 ?occupation .\n}", "paraphrases": ["Occupations of Dutch painter Kurt L\u00f6b.", "List all the jobs Kurt L\u00f6b had during his career."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q13746344> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_1625", "question": "What is the most specific common superclass of the Philadelphia Eagles and Houston in the Wikidata subclass hierarchy?", "sparql": "SELECT ?ancestor WHERE { wd:Q17156793 wdt:P279* ?ancestor . wd:Q515 wdt:P279* ?ancestor . } ORDER BY ?ancestor LIMIT 1", "paraphrases": ["Which entity is the least common ancestor of the class of the Philadelphia Eagles and the class of Houston?", "Find the most specific category that both the Philadelphia Eagles and Houston belong to through their class hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219714> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1626", "question": "What are the production companies behind films, and what are their English names?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?productionCompany ?productionCompanyLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P272 ?productionCompany .\n  ?productionCompany rdfs:label ?productionCompanyLabel .\n  FILTER(LANG(?productionCompanyLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Can you list 200 films along with their English-named production companies?", "Show me the production companies of movies, using their official English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P272> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 10800"}}
{"id": "val_1627", "question": "What is the most general category that includes both North Korea and the Men's College World Series?", "sparql": "SELECT ?commonSuperclass ?label WHERE { VALUES ?commonSuperclass { wd:Q35120 } ?commonSuperclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What do North Korea and the Men's College World Series have in common in terms of their classification in Wikidata?", "What is the top-level entity type that both North Korea and the Men's College World Series belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q787505> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q423> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1628", "question": "What are some films and their producers?", "sparql": "SELECT ?film ?producer ?producerLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P162 ?producer . ?producer rdfs:label ?producerLabel . FILTER(LANG(?producerLabel) = \"en\") } LIMIT 200", "paraphrases": ["Can you list films along with the names of their producers in English?", "Who produced films, and which films did they produce?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 6200"}}
{"id": "val_1629", "question": "Films and their production companies in English", "sparql": "SELECT ?film ?productionCompany ?productionCompanyLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P272 ?productionCompany . ?productionCompany rdfs:label ?productionCompanyLabel . FILTER(LANG(?productionCompanyLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are some films and the names of the companies that produced them?", "List 200 films along with the English labels of their production companies."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P272> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 25000"}}
{"id": "val_1630", "question": "Creative works with at least three external identifiers (e.g., ISNI, VIAF, LCCN) and their English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?instanceLabel ?lccn WHERE {\n  ?item ( wdt:P279 * ) wd:Q17537576 .\n  ?item wdt:P31 ?instance .\n  {\n    SELECT ?item ( COUNT( * ) AS ?identCount ) WHERE {\n      ?item ?prop ?id .\n      FILTER ( ?prop IN ( wdt:P213 , wdt:P214 , wdt:P227 , wdt:P244 , wdt:P245 , wdt:P268 , wdt:P269 , wdt:P1144 , wdt:P217 , wdt:P228 ) )\n    }\n    GROUP BY ?item\n    HAVING ( ?identCount >= 3 )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?instance rdfs:label ?instanceLabel .\n  FILTER ( LANG( ?instanceLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?item wdt:P244 ?lccn\n  }\n}\nLIMIT 10", "paraphrases": ["Which creative works in Wikidata have at least three external authority identifiers, and what are their English labels and classification types?", "List up to 10 English-labeled creative works that are linked to at least three external identifiers like LCCN, VIAF, or ISNI, along with their class labels and LCCN codes if available."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17537576> . ?var1 <http://wikiba.se/ontology#identifiers> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var2 >= \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P244> ?var5 . } } LIMIT 100 OFFSET 300"}}
{"id": "val_1631", "question": "Does The Simpsons have a list of episodes on Wikipedia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q886 wdt:P1811 ?episodeList .\n}", "paraphrases": ["Is there a Wikipedia page that lists all episodes of The Simpsons?", "Can you confirm that The Simpsons is linked to an episode list article?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6604601> . }"}}
{"id": "val_1632", "question": "Is there a TV series that has its episode list linked to the Wikipedia article \"Anexo:Episodios de Los Thornberrys\"?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q4437829 . }", "paraphrases": ["Does the Wikipedia list \"Anexo:Episodios de Los Thornberrys\" correspond to any TV series' episode list?", "Is the episode list for \"The Wild Thornberrys\" connected to the Spanish Wikipedia page \"Anexo:Episodios de Los Thornberrys\"?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q4437829> . }"}}
{"id": "val_1633", "question": "What films were filmed in the United Arab Emirates, and what additional details are recorded about their filming locations?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?statement ( SAMPLE( ?qualifierProperty ) AS ?sampledQualifier ) WHERE {\n  {\n    SELECT DISTINCT ?film ?statement WHERE {\n      ?statement ps:P915 wd:Q878 .\n      ?film p:P915 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier wdt:P915 .\n  }\n}\nGROUP BY ?film ?statement", "paraphrases": ["List movies shot in the UAE and any qualifiers (e.g., specific location or date) associated with their filming locations.", "Which films have their filming location set to the United Arab Emirates, and are there any supplementary details attached to those location statements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P915> <http://www.wikidata.org/entity/Q878> . ?var1 <http://www.wikidata.org/prop/P915> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1634", "question": "Films and their producers", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?producer WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = 'en')\n  OPTIONAL {\n    ?film wdt:P162 ?producer .\n  }\n}\nLIMIT 20", "paraphrases": ["What are some films and who produced them?", "List 20 films along with their English titles and the names of their producers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . } OPTIONAL { } } LIMIT 20"}}
{"id": "val_1635", "question": "Works by Roger de Beauvoir, ordered by publication date, with titles and languages.", "sparql": "SELECT ?work ?workTitle ?publicationDate ?languageLabel WHERE { ?work wdt:P50 wd:Q3439595 . OPTIONAL { ?work wdt:P1476 ?workTitle } OPTIONAL { ?work wdt:P577 ?publicationDate } OPTIONAL { ?work wdt:P407 ?language . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") } } ORDER BY ASC(?publicationDate)", "paraphrases": ["What are the works written by Roger de Beauvoir, and when were they published, along with their languages?", "Please list all the books and plays authored by Roger de Beauvoir, sorted by when they were published, including their titles and the languages they were written in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3439595> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1636", "question": "Is the article \"Regulation of tissue crosstalk by skeletal muscle-derived myonectin and other myokines\" authored by a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q36719181 wdt:P50 ?author .\n  ?author wdt:P31 wd:Q5 .\n}", "paraphrases": ["Does the scientific article on myonectin have at least one human author?", "Confirm whether any author of the 2012 article on myokines is a human."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q36719181> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1637", "question": "Rock bands with heavy metal genre, sorted alphabetically by name.", "sparql": "SELECT ?band ?bandLabel WHERE { ?band wdt:P31 wd:Q5741069 . ?band wdt:P136 wd:Q38848 . ?band rdfs:label ?bandLabel . FILTER(LANG(?bandLabel) = \"en\") } ORDER BY ASC(?bandLabel)", "paraphrases": ["Which rock bands are classified as heavy metal music groups, and what are their English names?", "List all English-named rock bands whose musical genre is heavy metal, in alphabetical order."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5741069> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q38848> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> _:b3 . } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_1638", "question": "Who are the creators of creative works listed in Wikidata?", "sparql": "SELECT ?work ?creator WHERE { ?work wdt:P170 ?creator . } LIMIT 100", "paraphrases": ["List creative works and their creators from Wikidata.", "Show me 100 examples of creative works along with the people or organizations who created them."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . ?var1 <http://schema.org/creator> ?var4 . } LIMIT 100"}}
{"id": "val_1639", "question": "Musical groups with names starting with \"met\" and their genres", "sparql": "SELECT ?var1Label ?var2 ?var2Label WHERE { ?var2 wdt:P31 wd:Q215380 . ?var2 wdt:P136 ?var1 ; rdfs:label ?var2Label . FILTER (LANG(?var2Label) = \"en\") . FILTER (STRSTARTS(LCASE(?var2Label), \"met\")) . ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"en\") . } LIMIT 10", "paraphrases": ["What are the English-named musical groups whose names start with \"met\", and what genres do they belong to?", "List musical groups whose names begin with \"met\" (case-insensitive), along with their English labels and music genres."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var2 <http://www.wikidata.org/prop/direct/P136> ?var1 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( ?var2Label , \"met\" ) ) ) . } LIMIT 10"}}
{"id": "val_1640", "question": "Who are all the people and entities associated with the Roman Empire or Roman emperor?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  VALUES ?target {\n    wd:Q842606 wd:Q125740\n  }\n  VALUES ?prop {\n    wdt:P361 wdt:P463 wdt:P39 wdt:P166 wdt:P106 wdt:P31 wdt:P102\n  }\n  ?item ?prop ?target .\n}\nLIMIT 1000", "paraphrases": ["Which individuals or items have a relationship such as occupation, membership, or position held with the Roman Empire or the office of Roman emperor?", "List all entities linked to the Roman Empire or Roman emperor through any of their roles, affiliations, or classifications."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q125740> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q125740> . } } LIMIT 1000"}}
{"id": "val_1641", "question": "Films and their producers in English", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?producer ?producerLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P162 ?producer .\n  ?producer rdfs:label ?producerLabel .\n  FILTER(LANG(?producerLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the producers of films listed on Wikidata, and what are their names in English?", "List 100 films along with the names of their producers in English, ensuring the producers are properly labeled."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 13600"}}
{"id": "val_1642", "question": "Which entity and property are linked to the statement with ID s:Q24771269-52CDF16F-A4FC-47B8-ADDC-817C601B32A9?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?entity ?property WHERE {\n  ?entity ?property s:Q24771269-52CDF16F-A4FC-47B8-ADDC-817C601B32A9 .\n}", "paraphrases": ["What entity has a statement using the property \"part of\" with the statement ID s:Q24771269-52CDF16F-A4FC-47B8-ADDC-817C601B32A9?", "Find the entity and property associated with the statement that ClpA/B, conserved site 1 is part of Type VI secretion system, ATPase ClpV1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24771269-52CDF16F-A4FC-47B8-ADDC-817C601B32A9> . }"}}
{"id": "val_1643", "question": "What drugs or therapies are used to treat cancer?", "sparql": "SELECT ?treatment ?treatmentLabel WHERE { wd:Q12078 wdt:P2176 ?treatment . ?treatment rdfs:label ?treatmentLabel . FILTER(LANG(?treatmentLabel) = \"en\") }", "paraphrases": ["Which treatments are prescribed for cancer according to Wikidata?", "List the medications and therapies that are used to treat cancer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2176> * <http://www.wikidata.org/entity/Q12078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1644", "question": "Creative works and their countries of origin in English", "sparql": "SELECT ?item ?itemLabel ?country ?countryLabel WHERE { ?item wdt:P495 ?country . ?item rdfs:label ?itemLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are some creative works and the countries they originate from, with English labels?", "Show me a list of creative works along with their English names and the countries they come from."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var2 . } LIMIT 1000"}}
{"id": "val_1645", "question": "What source and details are associated with the reference for UniProt protein ID P20930 in Wikidata?", "sparql": "SELECT ?property ?value WHERE {\n  # This is a reference node for a UniProt protein ID claim\n  ref:a05640f52b0ef26a93307a34ae1eb004823c14fb ?property ?value .\n}", "paraphrases": ["What properties and values does the reference for the UniProt protein ID P20930 contain?", "Show me the provenance information (source, retrieval date, etc.) for the UniProt protein ID P20930 in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/a05640f52b0ef26a93307a34ae1eb004823c14fb> ?var1 ?var2 . }"}}
{"id": "val_1646", "question": "Image of the person with SNAC ARK ID w66971xz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w66971xz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Walter Reed in Wikidata?", "Can you show me the Wikimedia Commons image for the historical figure identified by the SNAC ARK ID w66971xz?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66971xz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1647", "question": "What are all the broader categories or higher-level classes that the historical title \"King of France and Navarre\" belongs to?", "sparql": "SELECT DISTINCT ?subclass WHERE { { wd:Q3439798 wdt:P279 ?subclass . } UNION { wd:Q3439798 wdt:P279/wdt:P279 ?subclass . } UNION { wd:Q3439798 wdt:P279/wdt:P279/wdt:P279 ?subclass . } FILTER(STRSTARTS(STR(?subclass), \"http://www.wikidata.org/entity/Q\")) } LIMIT 100", "paraphrases": ["List all the subclasses (ancestors) of the King of France and Navarre in the Wikidata hierarchy.", "What types of roles or positions is the King of France and Navarre a subtype of?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3439798> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_1648", "question": "List up to 21 English-labeled creative works.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q17537576 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 21", "paraphrases": ["What are some examples of creative works in Wikidata, along with their English labels?", "Can you show me 21 instances of creative works (like artworks or literary pieces) and their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17537576> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko\". } }"}}
{"id": "val_1649", "question": "List 200 films starting from the 128,000th entry in Wikidata, showing their English titles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nORDER BY ASC(?film)\nLIMIT 200\nOFFSET 128000", "paraphrases": ["What are the English titles of films that come after the first 128,000 films in Wikidata, in alphabetical order?", "Please provide the next 200 films (after skipping 128,000) from Wikidata, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 128000"}}
{"id": "val_1650", "question": "What are some groups of settlements in Sweden, and what are two of their constituent parts?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE {\n  ?var1 wdt:P31 wd:Q25964111 ; wdt:P17 wd:Q34 ; wdt:P527 ?var2 ; wdt:P527 ?var3 .\n  FILTER(?var2 != ?var3)\n  .\n  FILTER(?var2 != ?var1)\n  .\n  FILTER(?var3 != ?var1)\n  .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  ?var3 rdfs:label ?var3Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n  FILTER(LANG(?var3Label) = \"en\")\n}", "paraphrases": ["List pairs of parts that make up each group of settlements located in Sweden.", "Show me groups of populated places in Sweden along with two of their component settlements, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q25964111> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P527> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P527> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_1651", "question": "Who are the actors that have portrayed James Bond in official films or media?", "sparql": "SELECT DISTINCT ?actor WHERE { wd:Q2009573 p:P1441 ?workStmt . ?workStmt ps:P1441 ?work . ?work p:P161 ?castStmt . ?castStmt ps:P161 ?actor . ?castStmt pq:P453 wd:Q2009573 . } LIMIT 1000", "paraphrases": ["Which actors played the character James Bond, according to Wikidata?", "Can you list all the performers who have taken on the role of 007 in licensed productions?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2009573> <http://www.wikidata.org/prop/P1441> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P1441> ?var3 . ?var3 <http://www.wikidata.org/prop/P161> ?var1 . ?var1 <http://www.wikidata.org/prop/qualifier/P453> <http://www.wikidata.org/entity/Q2009573> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_1652", "question": "Films and where their stories are set", "sparql": "SELECT ?film ?location ?locationLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P840 ?location . ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") }", "paraphrases": ["What are the films and the locations where their narratives take place?", "List films along with the English names of the places where their plots occur."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P840> ?var2 . }"}}
{"id": "val_1653", "question": "List all literary works in Wikidata.", "sparql": "SELECT ?literaryWork WHERE { ?literaryWork wdt:P31 wd:Q7725634 .}", "paraphrases": ["What are all the works that are classified as literary works in Wikidata?", "Can you show me all the items in Wikidata that are instances of a literary work?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7725634> . }"}}
{"id": "val_1654", "question": "List all literary works in Wikidata.", "sparql": "SELECT ?literaryWork WHERE { ?literaryWork wdt:P31 wd:Q61002 . }", "paraphrases": ["What are all the items classified as literary works on Wikidata?", "Show me all the entities that are instances of a literary work, such as poems, books, or writings."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q61002> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_1655", "question": "Creative works based on other works, excluding cultivars and performing arts, with their types.", "sparql": "SELECT ?work ?workLabel ?type ?typeLabel WHERE {  ?work wdt:P144 ?basedOn .  ?work (wdt:P31/wdt:P279*) wd:Q386724 .  MINUS {  ?work (wdt:P31/wdt:P279*) wd:Q4886 .  }  MINUS {  ?work (wdt:P31/wdt:P279*) wd:Q43099500 .  }  OPTIONAL {  ?work wdt:P31 ?type .  }  ?work rdfs:label ?workLabel .  FILTER(LANG(?workLabel) = \"en\")  OPTIONAL {  ?type rdfs:label ?typeLabel .  FILTER(LANG(?typeLabel) = \"en\")  } } LIMIT 100", "paraphrases": ["What are some creative works (like books or comics) that are based on other works, and what types are they, excluding cultivars and performing arts productions?", "List English-labeled creative works that are adaptations of other works, but not cultivars or performing arts productions, along with their categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P144> [] . MINUS { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q386724> ) ( <http://www.wikidata.org/entity/Q4886> ) ( <http://www.wikidata.org/entity/Q43099500> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } } LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1656", "question": "French-language books and their authors with VIAF and BnF identifiers", "sparql": "SELECT ?book ?title ?author ?viaf ?bnf WHERE { ?book wdt:P31 wd:Q571 ; wdt:P50 ?author ; wdt:P1476 ?title . FILTER(LANG(?title) = 'fr') OPTIONAL { ?author wdt:P214 ?viaf } OPTIONAL { ?author wdt:P268 ?bnf } }", "paraphrases": ["What are French-language books and who are their authors, along with their VIAF and BnF IDs?", "List books written in French, their authors, and the authors' VIAF and BnF identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var4 . FILTER ( ( ?var3 IN ( \"string1\"@fre ) ) ) . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P214> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P268> ?var6 . } }"}}
{"id": "val_1657", "question": "Image of Tina Turner with SNAC ARK ID w6rx9jhq", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6rx9jhq\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Tina Turner in the Social Networks and Archival Context system?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6rx9jhq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rx9jhq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1658", "question": "Kings of the world, their age at death, and cause of death.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?king ?kingLabel ?ageAtDeath ?causeOfDeathLabel WHERE {\n  ?king wdt:P39 wd:Q12097 .\n  ?king wdt:P569 ?birthDate .\n  ?king wdt:P570 ?deathDate .\n  ?king wdt:P509 ?causeOfDeath .\n  BIND(YEAR(?birthDate) AS ?birthYear)\n  BIND(YEAR(?deathDate) AS ?deathYear)\n  BIND(?deathYear - ?birthYear AS ?ageAtDeath)\n  ?king rdfs:label ?kingLabel .\n  FILTER(LANG(?kingLabel) = \"en\")\n  OPTIONAL {\n    ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n    FILTER(LANG(?causeOfDeathLabel) = \"en\")\n  }\n}", "paraphrases": ["How old were kings when they died, and what caused their deaths?", "List all kings with their age at death and the English label of their cause of death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { BIND ( ( ?var4 - ?var5 ) AS ?var6 ). BIND ( ( ?var6 /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var7 ). BIND ( FLOOR ( ?var7 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q12097> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P509> ?var3 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1659", "question": "Entities with earliest known dates (P1319), including source (main statement or reference), with English labels.", "sparql": "SELECT ?item ?itemLabel ?earliestDate ?sourceType WHERE { { ?item p:P1319 ?statement . ?statement ps:P1319 ?earliestDate . BIND(\"mainsnak\" AS ?sourceType) } UNION { ?item ?p ?statement . ?statement prov:wasDerivedFrom ?ref . ?ref pr:P1319 ?earliestDate . BIND(\"reference\" AS ?sourceType) } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the items that have an earliest known date, and is that date from a main statement or a reference citation, along with their English labels?", "List up to 100 items with their earliest known dates and whether the date comes from a main statement or a reference, including their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var2 ?var3 WHERE { { BIND ( \"mainsnak\" AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/P1319> / <http://www.wikidata.org/prop/statement/P1319> ) ?var2 . } UNION { BIND ( \"reference\" AS ?var3 ). ?var4 <http://www.wikidata.org/prop/reference/P1319> ?var2 . ?var5 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var4 . ?var1 ?var6 ?var5 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,en\". } }"}}
{"id": "val_1660", "question": "Protein families with references in Wikidata", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?reference WHERE {\n  ?entity p:P31 ?statement .\n  ?statement ps:P31 wd:Q417841 .\n  ?statement prov:wasDerivedFrom ?reference .\n}", "paraphrases": ["Which entities are classified as protein families, and what sources support these classifications?", "Show me the protein families and their citation references from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24725600-AC9F4E45-346A-4590-A828-6A80240EAE50> ?var1 ?var2 . }"}}
{"id": "val_1661", "question": "What are the properties of the Simpsons episode \"Homer Goes to Prep School\", along with their English labels, the number of English-labeled values each has, and what those values are?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?propLabel ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q2370503 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propEntity wikibase:directClaim ?property .\n  ?propEntity rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For the episode \"Homer Goes to Prep School\", list each property used, its English name, how many English-labeled values it has, and what those values are.", "Can you show me the English-labeled properties and their associated English-labeled values for the Simpsons episode \"Homer Goes to Prep School\", including counts?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q2370503> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1662", "question": "What is the UniProt ID and Wikidata item for the human protein that exactly matches http://purl.uniprot.org/uniprot/Q99572?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?proteinId ?proteinItem WHERE {\n  ?proteinItem wdt:P352 ?proteinId ; wdt:P2888 <http://purl.uniprot.org/uniprot/Q99572> ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["Which human protein has the UniProt ID Q99572 and is exactly matched to the UniProt entry Q99572?", "Show me the UniProt identifier and the corresponding protein item in Wikidata for the human protein with exact match to http://purl.uniprot.org/uniprot/Q99572."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P352> ?var1 ; <http://www.wikidata.org/prop/direct/P129> ?var3 ; <http://www.wikidata.org/prop/direct/P2888> <http://purl.uniprot.org/uniprot/Q99572> ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . FILTER ( ( !( isLITERAL ( <http://purl.uniprot.org/uniprot/Q99572> ) ) ) ) . }"}}
{"id": "val_1663", "question": "Human proteins that interact with enzyme inhibitors and their UniProt IDs.", "sparql": "SELECT ?useLabel ?interactor ?uniprotId ?protein WHERE { ?protein wdt:P352 ?uniprotId ; wdt:P703 wd:Q15978631 ; p:P129 ?stmt . ?stmt ps:P129 ?interactor ; pq:P366 ?use . ?use rdfs:label ?useLabel . FILTER ( ?use = wd:Q427492 ) FILTER ( LANG(?useLabel) = \"en\" ) }", "paraphrases": ["Which human proteins physically interact with enzyme inhibitors, and what are the interacting molecules and their UniProt identifiers?", "List all enzyme inhibitors that interact with human proteins, along with the protein names and their UniProt IDs."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P352> ?var3 ; <http://www.wikidata.org/prop/direct/P129> ?var2 ; <http://www.wikidata.org/prop/direct/P2888> <http://purl.uniprot.org/uniprot/Q9ULV1> ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> ; <http://www.wikidata.org/prop/P129> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P129> ?var2 ; <http://www.wikidata.org/prop/qualifier/P366> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var6 . FILTER ( ( !( isLITERAL ( <http://purl.uniprot.org/uniprot/Q9ULV1> ) ) ) ) . FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q427492> ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_1664", "question": "What medical condition has the ICD-10-CM code \"23.0\"?", "sparql": "SELECT ?condition ?conditionLabel WHERE { ?condition wdt:P4229 \"23.0\" . ?condition rdfs:label ?conditionLabel . FILTER(LANGMATCHES(LANG(?conditionLabel), \"en\")) }", "paraphrases": ["Which disease is classified under ICD-10-CM code 23.0?", "Can you tell me the name of the disorder with ICD-10-CM code 23.0?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4229> \"23.0\". } ORDER BY ASC( ?var2 )"}}
{"id": "val_1665", "question": "Lists of TV episodes not directly linked to their series via episode list page", "sparql": "SELECT ?list ?series WHERE { ?list wdt:P31 wd:Q13406463 . ?list wdt:P360 ?series . ?series wdt:P31 wd:Q5398426 . MINUS { ?series wdt:P1811 ?list . } }", "paraphrases": ["Which lists of TV episodes are not connected to their corresponding TV series through the \"list of episodes\" property?", "Show me lists of TV episodes where the associated TV series does not have a direct link to the list via the \"list of episodes\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . ?var1 <http://www.wikidata.org/prop/direct/P360> ?var2 . ?var1 <http://www.wikidata.org/prop/P360> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P360> <http://www.wikidata.org/entity/Q21191270> . ?var3 <http://www.wikidata.org/prop/qualifier/P179> ?var2 . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P1811> [] . } }"}}
{"id": "val_1666", "question": "Is The Robots a musical ensemble?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q47009466 ( wdt:P31 / wdt:P279 * ) wd:Q2088357 .\n}", "paraphrases": ["Is the musical group \"The Robots\" an instance of a subclass of musical ensemble?", "Confirm whether The Robots belongs to a category that is a subclass of musical ensemble."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47009466> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1667", "question": "What properties are related to the IMDb ID in Wikidata?", "sparql": "SELECT ?relatedProperty WHERE { ?relatedProperty wdt:P1659 wd:P3329 . FILTER EXISTS { ?relatedProperty rdf:type wikibase:Property } }", "paraphrases": ["Which Wikidata properties serve as alternatives or synonyms to the IMDb ID property?", "Can you list the Wikidata properties that are linked as related to the IMDb ID?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/P3329> . }"}}
{"id": "val_1668", "question": "Films that are instances of the category \"film\", starting from the 58,601st entry, with their labels.", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . } ORDER BY ASC(?film) LIMIT 200 OFFSET 58600", "paraphrases": ["What are the labels of films, ordered by their Wikidata ID, starting from the 58,601st film?", "List 200 films (starting from the 58,601st) along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 58600"}}
{"id": "val_1669", "question": "Which property item is most frequently used to link entities to the IMDb ID?", "sparql": "SELECT ?propertyItem (COUNT(?propertyItem) AS ?count) WHERE { ?entity ?property wd:P2347 . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdf:type wikibase:Property . } GROUP BY ?propertyItem ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property in Wikidata is used to indicate that another property is modeled after the IMDb ID, and how many times is it used?", "Show me the property item that defines properties which have the IMDb ID as their model, along with the count of its usage."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P2347> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_1670", "question": "Metadata of the statement that FeS cluster insertion, C-terminal, conserved site is part of Iron-binding protein IscA, proteobacteria.", "sparql": "SELECT ?property ?value WHERE { s:Q24722669-A050BEDE-FF73-491C-87A6-92E7E33EA213 ?property ?value . }", "paraphrases": ["What are the rank, type, and reference of the statement claiming that FeS cluster insertion, C-terminal, conserved site is part of Iron-binding protein IscA, proteobacteria?", "Show me the provenance and metadata for the claim that FeS cluster insertion, C-terminal, conserved site is part of Iron-binding protein IscA, proteobacteria."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24722669-A050BEDE-FF73-491C-87A6-92E7E33EA213> ?var1 ?var2 . }"}}
{"id": "val_1671", "question": "Cities with their earliest written records, ordered by date.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?earliestRecord WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P1249 ?earliestRecord .\n}\nORDER BY ASC(?earliestRecord)", "paraphrases": ["Which cities have the earliest recorded written mentions, and when were they first attested?", "List cities along with the date of their first written record, sorted from oldest to most recent."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> \"city\". ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var2 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_1672", "question": "Images of John Motley Morehead identified by SNAC ARK ID w6x92bbp", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6x92bbp\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What images are associated with the person having the SNAC ARK ID w6x92bbp?", "Show me the Wikimedia Commons images for the individual with SNAC ARK ID w6x92bbp."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6x92bbp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1673", "question": "What is the most specific category that both France and the NFL belong to through their types?", "sparql": "SELECT ?ancestor ?ancestorLabel WHERE { wd:Q3624078 wdt:P279* ?ancestor . wd:Q15991290 wdt:P279* ?ancestor . ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } ORDER BY ASC(STRLEN(?ancestorLabel)) LIMIT 1", "paraphrases": ["What is the highest-level concept that includes both a sovereign state and a professional sports league?", "What do France and the NFL have in common in terms of their classification in Wikidata\u2019s hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q142> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1215884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1674", "question": "What are the French names of Los Angeles's sister cities?", "sparql": "SELECT ?sisterCity ?frenchLabel WHERE { wd:Q65 wdt:P190 ?sisterCity . ?sisterCity rdfs:label ?frenchLabel . FILTER (LANG(?frenchLabel) = \"fr\") } LIMIT 50", "paraphrases": ["Show me the French-language labels for cities twinned with Los Angeles.", "List the sister cities of Los Angeles along with their French labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q65> <http://www.wikidata.org/prop/direct/P190> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } LIMIT 50"}}
{"id": "val_1675", "question": "What topics are main subjects of works about the Lassa fever outbreak in Nigeria?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { ?work wdt:P921 ?topic1 ; wdt:P921 ?topic2 . FILTER(?topic1 != ?topic2) . FILTER(?topic1 = wd:Q706845 || ?topic2 = wd:Q706845) . FILTER(?topic1 = wd:Q1033 || ?topic2 = wd:Q1033) . ?topic1 rdfs:label ?topic1Label . ?topic2 rdfs:label ?topic2Label . FILTER(LANG(?topic1Label) = \"en\") . FILTER(LANG(?topic2Label) = \"en\") . FILTER(?topic1 < ?topic2) }", "paraphrases": ["Which two topics are commonly associated as main subjects in scholarly articles about Lassa fever and Nigeria?", "Show me the pair of topics (one being Lassa fever and the other Nigeria) that appear together as main subjects in works related to the outbreak."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q22505455> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q22505455> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q22505455> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q22505455> != ?var1 ) && ( <http://www.wikidata.org/entity/Q22505455> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1676", "question": "What types or categories is the entity \"song\" classified as an instance of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?type WHERE {\n  wd:Q7366 wdt:P31 ?type .\n}", "paraphrases": ["Instance of types for song (Q7366)", "Show me all the classes that a song belongs to according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q7366> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_1677", "question": "What is the most specific category that both American football players and countries belong to, and how many subclass steps away is each from this category?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common(COUNT(?mid1) AS ?dist1)(COUNT(?mid2) AS ?dist2)(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  wd:Q19204627 wdt:P279 * ?common .\n  OPTIONAL {\n    wd:Q19204627 wdt:P279 + ?mid1 .\n    ?mid1 wdt:P279 * ?common .\n    FILTER(?mid1 != ?common)\n  }\n  wd:Q3624078 wdt:P279 * ?common .\n  OPTIONAL {\n    wd:Q3624078 wdt:P279 + ?mid2 .\n    ?mid2 wdt:P279 * ?common .\n    FILTER(?mid2 != ?common)\n  }\n  FILTER(?common != wd:Q19204627)\n  FILTER(?common != wd:Q3624078)\n}\nGROUP BY ?common\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Find the common superclass with the shortest combined path length from the occupation of Phil Dawson and the type of Russia.", "Which entity is the closest common ancestor in the subclass hierarchy between an American football player and a country?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3378763> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1678", "question": "What is the most specific category that both the National Football League and the National Basketball Association belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { VALUES ?nflClass { wd:Q124059801 wd:Q15991290 } VALUES ?nbaClass { wd:Q15986354 wd:Q15991290 wd:Q18536323 } ?nflClass wdt:P279* ?commonAncestor . ?nbaClass wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(?commonAncestor = wd:Q15991290) }", "paraphrases": ["What do the NFL and NBA have in common as a shared classification in Wikidata?", "Which superclass includes both the NFL and NBA as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1215884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q45606191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1679", "question": "What are some German-language works whose titles start with \"Der St\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'de' ) .\n  FILTER ( STRSTARTS( ?label , \"Der St\" ) )\n}\nLIMIT 10", "paraphrases": ["List items in Wikidata with German labels beginning with \"Der St\".", "Show me publications or works in German that have names starting with \"Der St\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8242> . FILTER ( ( STRSTARTS ( ?var2 , \"Der St\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 10"}}
{"id": "val_1680", "question": "What InterPro domain does the UniProt protein A0A069ZQZ7 belong to, and what is its English name?", "sparql": "SELECT DISTINCT ?domain ?domainLabel ?interproId WHERE { ?protein wdt:P352 \"A0A069ZQZ7\" ; wdt:P361 ?domain . ?domain wdt:P2926 ?interproId ; rdfs:label ?domainLabel . FILTER(LANG(?domainLabel) = \"en\") }", "paraphrases": ["Which protein domain family, identified by an InterPro ID, is the protein with UniProt ID A0A069ZQZ7 a part of?", "Show me the InterPro ID and English label of the domain that includes the protein A0A069ZQZ7."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { ?var1Label <http://www.wikidata.org/prop/direct/P352> \"A0A069ZQZ7\"; <http://www.wikidata.org/prop/P527> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P527> ?var2 . ?var7 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> ) ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P2926> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1681", "question": "German Wikipedia articles on diseases with ICD-10 and UMLS identifiers", "sparql": "SELECT \n  ?label\n  ?wikipediaPage\n  (GROUP_CONCAT(DISTINCT ?icd10Code; separator=\", \") AS ?icd10Codes)\n  (GROUP_CONCAT(DISTINCT ?umlsCui; separator=\", \") AS ?umlsCuis)\nWHERE {\n  BIND('disease' AS ?label)\n  ?disease (wdt:P31/wdt:P279*) wd:Q12136 .\n  ?wikipediaPage schema:about ?disease ;\n                 schema:inLanguage \"de\" ;\n                 schema:isPartOf <https://de.wikipedia.org/> .\n  OPTIONAL { ?disease wdt:P494 ?icd10Code . }\n  OPTIONAL { ?disease wdt:P2892 ?umlsCui . }\n}\nGROUP BY ?label ?wikipediaPage\nLIMIT 10000", "paraphrases": ["What are the German Wikipedia pages for diseases, and what ICD-10 codes and UMLS CUIs are associated with them?", "List all diseases on the German Wikipedia along with their ICD-10 codes and UMLS CUIs."], "info": {"raw_sparql": "SELECT( \"disease\" AS ?var1 )( ?var2 AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ) AS ?var5 )( GROUP_CONCAT ( DISTINCT ?var6 ) AS ?var7 )( GROUP_CONCAT ( DISTINCT ?var8 ) AS ?var9 ) WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q12136> . ?var2 <http://schema.org/about> ?var4 . ?var2 <http://schema.org/inLanguage> \"de\". ?var2 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P494> ?var6 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2892> ?var8 . } } GROUP BY ?var2 LIMIT 10000"}}
{"id": "val_1682", "question": "What are the main branches of the celiac artery, and what smaller arteries branch off from each of them?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?directBranch ?directBranchLabel ?subBranch WHERE {\n  wd:Q519368 wdt:P3262 ?directBranch .\n  OPTIONAL {\n    ?directBranch wdt:P3262 ?subBranch .\n  }\n  ?directBranch rdfs:label ?directBranchLabel .\n  FILTER ( LANG( ?directBranchLabel ) = \"en\" )\n}", "paraphrases": ["List the arteries that directly branch from the celiac artery, along with their own branches in English.", "Which arteries are supplied by the celiac trunk, and what are their secondary branches?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q519368> <http://www.wikidata.org/prop/direct/P3262> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3262> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_1683", "question": "What chemical substance has the UNII code 63G354M39Z?", "sparql": "SELECT ?substance WHERE { ?substance wdt:P652 \"63G354M39Z\" . }", "paraphrases": ["Which substance is identified by the FDA UNII identifier 63G354M39Z?", "Tell me the name of the chemical compound with UNII code 63G354M39Z."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P652> \"63G354M39Z\". }"}}
{"id": "val_1684", "question": "What is the most general category that describes both Ari Shapiro\u2019s and Chris Hemsworth\u2019s professions?", "sparql": "SELECT ?commonClass ?label WHERE { wd:Q4790122 wdt:P106 ?occ1 . wd:Q54314 wdt:P106 ?occ2 . ?occ1 wdt:P31 ?commonClass . ?occ2 wdt:P31 ?commonClass . ?commonClass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?label LIMIT 1", "paraphrases": ["What do Ari Shapiro and Chris Hemsworth have in common in terms of their occupations?", "Find the shared occupational classification for journalist Ari Shapiro and actor Chris Hemsworth."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4790122> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54314> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1685", "question": "Albums released on January 22 in 1968, 1978, 1988, 1998, or 2008, with their performers.", "sparql": "SELECT ?albumLabel ?artistLabel ?date WHERE { ?album wdt:P31 wd:Q482994 ; wdt:P577 ?date ; wdt:P175 ?artist . ?album rdfs:label ?albumLabel . ?artist rdfs:label ?artistLabel . FILTER ( YEAR(?date) = 1968 || YEAR(?date) = 1978 || YEAR(?date) = 1988 || YEAR(?date) = 1998 || YEAR(?date) = 2008 ) FILTER ( MONTH(?date) = 1 && DAY(?date) = 22 ) FILTER ( LANG(?albumLabel) = \"en\" ) FILTER ( LANG(?artistLabel) = \"en\" ) }", "paraphrases": ["Which music albums were released on January 22 in any of the years 1968, 1978, 1988, 1998, or 2008, and who performed them?", "List all music albums that came out on January 22 during the decades of the 1960s, 1970s, 1980s, 1990s, and 2000s, along with the performing artists."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> ; <http://www.wikidata.org/prop/direct/P577> ?var3 ; <http://www.wikidata.org/prop/direct/P175> ?var2 . FILTER ( ( ( MONTH ( ?var3 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var3 ) = \"22\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( YEAR ( ?var3 ) = \"1968\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( YEAR ( ?var3 ) = \"1978\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( YEAR ( ?var3 ) = \"1988\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( YEAR ( ?var3 ) = \"1998\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( YEAR ( ?var3 ) = \"2008\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1686", "question": "Films (instances of film) from position 2201 to 2400 in alphabetical order by Wikidata ID, with English titles.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 2200", "paraphrases": ["What are the English titles of films that are the 2201st to 2400th entries when sorted by their Wikidata item ID?", "List the English-labeled films from the 2201st to the 2400th in order of their Wikidata identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 2200"}}
{"id": "val_1687", "question": "How many orthologs does the human ANO4 gene have?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?ortholog) AS ?count) WHERE {\n  ?ortholog wdt:P684 wd:Q18049453 .\n}", "paraphrases": ["In how many other species is there an ortholog of the human anoctamin 4 gene?", "List the number of species that have an orthologous gene to the human ANO4 gene."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P684> <http://www.wikidata.org/entity/Q18049453> . }"}}
{"id": "val_1688", "question": "Diseases with ICD-10 codes starting with A or B and no assigned medical specialty", "sparql": "SELECT DISTINCT ?disease ?diseaseLabel ?icd10Code WHERE { ?disease wdt:P31 wd:Q12136 . ?disease wdt:P494 ?icd10Code . OPTIONAL { ?disease wdt:P1995 ?specialty . } FILTER ( !BOUND(?specialty) ) FILTER ( STRSTARTS(?icd10Code, \"A\") || STRSTARTS(?icd10Code, \"B\") ) ?disease rdfs:label ?diseaseLabel . FILTER ( LANG(?diseaseLabel) = \"en\" ) }", "paraphrases": ["Which diseases are classified under ICD-10 codes starting with A or B but are not linked to any medical specialty?", "List diseases that have an ICD-10 code beginning with A or B and are not associated with any health specialty."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P494> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1995> ?var3 . } BIND ( SUBSTR ( ?var2 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . FILTER ( ( REGEX ( ?var4 , \"A|B\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1689", "question": "What disease has the Orphanet ID statement with ID Q5464657-64809621-44c4-651d-60f8-22aa1d400441?", "sparql": "SELECT ?disease ?property WHERE { ?disease ?property s:Q5464657-64809621-44c4-651d-60f8-22aa1d400441 . }", "paraphrases": ["Which property is used to reference the statement node for follicular dendritic cell sarcoma\u2019s Orphanet ID?", "For the disease follicular dendritic cell sarcoma, what property links to its Orphanet ID statement?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q5464657-64809621-44c4-651d-60f8-22aa1d400441> . }"}}
{"id": "val_1690", "question": "Which Twitter users have the usernames \"LB2S\" or \"LaVieHebdo\", and how many Wikipedia articles are linked to them?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item ; schema:isPartOf ?wiki . VALUES ?username { \"LaVieHebdo\" \"LB2S\" } } GROUP BY ?item ?username ORDER BY ASC (?sitelinks)", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter usernames \"LB2S\" or \"LaVieHebdo\", and which one has fewer Wikipedia language versions linked to their page?", "List the entities linked to the Twitter accounts \"LB2S\" and \"LaVieHebdo\", sorted by the number of Wikipedia sites they appear on, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"gdecoutard\" ) ( \"string1\" ) ( \"LB2S\" ) ( \"string2\" ) ( \"string3\" ) ( \"labenje\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"perenadler\" ) ( \"MHLafage\" ) ( \"PereCedric\" ) ( \"LaCroix\" ) ( \"FxMaigre\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"UbliTordi\" ) ( \"SNCF\" ) ( \"JLuzenko\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"LaVieHebdo\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1691", "question": "What is the most specific category that both Auckland and Mossack Fonseca belong to through their class hierarchies?", "sparql": "SELECT ?label WHERE { wd:Q99527517 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What do Auckland and Mossack Fonseca have in common in terms of their highest-level shared classification?", "What is the common superclass of the class of Auckland and the class of Mossack Fonseca?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9035311> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1692", "question": "What is the English label, performer, genre, image, and publication date of the music single \"Aamupala\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?single ?singleLabel ?performerLabel ?genreLabel ?image ?publicationDate WHERE {\n  ?single wdt:P31 wd:Q134556 ; rdfs:label ?singleLabel ; wdt:P175 ?performer ; wdt:P136 ?genre ; wdt:P577 ?publicationDate .\n  ?performer wdt:P18 ?image .\n  ?performer rdfs:label ?performerLabel .\n  ?genre rdfs:label ?genreLabel .\n  FILTER(?single = wd:Q20749239)\n  FILTER(LANG(?singleLabel) = \"en\")\n  FILTER(LANG(?performerLabel) = \"en\")\n  FILTER(LANG(?genreLabel) = \"en\")\n}", "paraphrases": ["Show me the details of the single \"Aamupala\", including its performers' names in English, its genre, the image of the performers, and when it was released.", "Retrieve the English name of the single \"Aamupala\", its performers (Br\u00e4di and Nikke Ankara), their images, the genre (rapping), and its release date."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P2670> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q20749239> ) ) ) . } LIMIT 1"}}
{"id": "val_1693", "question": "Monarchs by occupation, with their names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monarch ?monarchLabel WHERE {\n  ?monarch wdt:P106 wd:Q116 .\n  ?monarch wdt:P31 wd:Q5 .\n  ?monarch rdfs:label ?monarchLabel .\n  FILTER ( LANG( ?monarchLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the people who have been monarchs, and what are their names?", "List the English names of all people whose occupation is monarch."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q116> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q82799> . } LIMIT 100"}}
{"id": "val_1694", "question": "What are the different time periods during which Albert Einstein was recognized as a physicist?", "sparql": "SELECT ?occupation ?start_time WHERE { wd:Q937 wdt:P106 ?occupation . ?statement ps:P106 ?occupation ; pq:P580 ?start_time .}", "paraphrases": ["When were the various dates Albert Einstein was listed as a physicist in Wikidata?", "Show the occupation of Albert Einstein along with the start dates associated with that occupation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q30230798-2266AE01-D817-431F-840C-4636EF3D1D65> ?var1 ?var2 . }"}}
{"id": "val_1695", "question": "What entity and property are associated with the statement s:Q45316660-378D0329-EF65-4D2D-8768-1E368336C847?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?entity ?property WHERE {\n  ?entity ?property s:Q45316660-378D0329-EF65-4D2D-8768-1E368336C847 .\n}", "paraphrases": ["Which biological process is linked to the taxon \"Homo sapiens\" via the statement with ID s:Q45316660-378D0329-EF65-4D2D-8768-1E368336C847?", "Find the subject and property of the Wikidata statement that connects NEP/NS2 Interacts with the Cellular Export Machinery to Homo sapiens."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q45316660-378D0329-EF65-4D2D-8768-1E368336C847> . }"}}
{"id": "val_1696", "question": "How many medical procedures have otolaryngology as their main use?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(?item) AS ?count) WHERE {\n  ?item wdt:P366 wd:Q189553 .\n}", "paraphrases": ["What is the count of items whose primary function is otolaryngology?", "How many things are primarily used in otolaryngology?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q189553> . }"}}
{"id": "val_1697", "question": "What is the most specific common superclass of American football player and city?", "sparql": "SELECT ?common_ancestor WHERE { wd:Q19204627 wdt:P279* ?common_ancestor . wd:Q515 wdt:P279* ?common_ancestor . FILTER (?common_ancestor = wd:Q223557) }", "paraphrases": ["What entity class do both an American football player and the city of Los Angeles belong to at the most specific level?", "What is the lowest common ancestor in the subclass hierarchy between an American football player and the city of Los Angeles?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1258769> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1698", "question": "Who are the notable individuals classified as royalty, and do they have images available on Wikimedia Commons?", "sparql": "SELECT ?person ?socialClassLabel ?image WHERE { ?person wdt:P3716 wd:Q11573099 . wd:Q11573099 rdfs:label ?socialClassLabel . FILTER(LANG(?socialClassLabel) = \"en\") OPTIONAL { ?person wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["List people who belong to the royal class and show their photos if available.", "Which historical or contemporary figures are recognized as royalty, and what are their associated images?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3716> <http://www.wikidata.org/entity/Q20956728> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1699", "question": "What are the English names of entities that have an IMDb ID?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 ?imdbId . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me items with IMDb IDs and their English labels.", "Which people, movies, or shows in Wikidata have an IMDb identifier, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2439> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr\". } }"}}
{"id": "val_1700", "question": "List diseases with their English names, ICD-10 codes, and UMLS CUIs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?disease ?diseaseLabel(GROUP_CONCAT(DISTINCT ?icd10 ; SEPARATOR = \" - \") AS ?icd10Codes)(GROUP_CONCAT(DISTINCT ?umls ; SEPARATOR = \" - \") AS ?umlsCuis) WHERE {\n  ?disease wdt:P31 wd:Q12136 .\n  OPTIONAL {\n    ?disease wdt:P494 ?icd10 .\n  }\n  OPTIONAL {\n    ?disease wdt:P2892 ?umls .\n  }\n  OPTIONAL {\n    ?disease skos:altLabel ?altLabel .\n    FILTER(LANG(?altLabel) = \"en\")\n  }\n  ?disease rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(IF(BOUND(?altLabel) , ?altLabel , ?label) AS ?diseaseLabel)\n}\nGROUP BY ?disease ?diseaseLabel", "paraphrases": ["What are the English names, ICD-10 codes, and UMLS identifiers for all diseases in Wikidata?", "Show me all diseases (including their alternative English names), along with any associated ICD-10 codes and UMLS CUIs, grouped by each unique label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( GROUP_CONCAT ( DISTINCT ?var3 ; SEPARATOR = \" - \" ) AS ?var4 )( GROUP_CONCAT ( DISTINCT ?var5 ; SEPARATOR = \" - \" ) AS ?var6 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P494> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2892> ?var5 . } BIND ( IF ( BOUND ( ?var7 ) , ?var7 , ?var1Label ) AS ?var2Label ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } GROUP BY ?var2Label ?var1"}}
{"id": "val_1701", "question": "Cast members of Harry Potter and the Goblet of Fire with IMDb ID", "sparql": "SELECT ?movie ?title ?castMember ?imdbId WHERE { ?movie wdt:P1476 ?title . FILTER (REGEX(?title, \"Harry\", \"i\")) ?movie wdt:P161 ?castMember . ?movie wdt:P345 ?imdbId . } LIMIT 10", "paraphrases": ["Who are the actors in the movie Harry Potter and the Goblet of Fire, and what is its IMDb identifier?", "List all the cast members and the IMDb ID for any movie with \"Harry\" in the title."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ?var8 ?var9Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P725> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P58> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P162> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3383> ?var9 . } FILTER ( ( REGEX ( ?var3 , \"Harry\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_1702", "question": "Films with \"matrix\" in the title, their English labels and descriptions.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?title ?description WHERE {\n  ?item wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  ?item wdt:P1476 ?title .\n  FILTER(CONTAINS(LCASE(?title) , \"matrix\"))\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["What are the English titles and descriptions of films that have \"matrix\" in their title?", "Show me the English labels and descriptions of all films whose titles contain the word \"matrix\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var2 ) ,\"31\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var5 ). ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var3 . } FILTER ( ( CONTAINS ( LCASE ( ?var3 ) , \"matrix\" ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } LIMIT 10"}}
{"id": "val_1703", "question": "Is the entity Q17016084 an instance of a class that is a subclass (directly or indirectly) of \"creative work\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q17016084 wdt:P31 / wdt:P279 * wd:Q17537576 .\n}", "paraphrases": ["Does Q17016084 belong to any category that falls under \"creative work\" in the Wikidata hierarchy?", "Is Q17016084 a type of creative work according to Wikidata\u2019s classification system?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q17016084> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q17537576> . }"}}
{"id": "val_1704", "question": "What are the MeSH IDs for diseases that are subclasses of colorectal cancer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disease ?meshId WHERE {\n  ?disease wdt:P279 * wd:Q188874 .\n  ?disease wdt:P486 ?meshId .\n}", "paraphrases": ["List all colorectal cancer-related diseases and their Medical Subject Headings (MeSH) identifiers.", "Which conditions related to colorectal cancer have official MeSH codes?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P486> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q188874> . }"}}
{"id": "val_1705", "question": "What are Tesla's subsidiaries, and how many employees does each one have?", "sparql": "SELECT ?company ?companyLabel (COUNT(DISTINCT ?employee) AS ?employeeCount)\nWHERE {\n  wd:Q478214 wdt:P355 ?company .\n  OPTIONAL {\n    ?employee wdt:P108 ?company .\n  }\n  ?company rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n}\nGROUP BY ?company ?companyLabel", "paraphrases": ["List the companies owned by Tesla as subsidiaries along with their employee counts.", "How many people work for each of Tesla's subsidiaries, and what are their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q478214> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var5 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P127> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P108> ?var1 . } } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1706", "question": "Swedish minor urban areas with codes and coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?code ?coord WHERE {\n  ?item wdt:P31 wd:Q12813115 .\n  ?item wdt:P776 ?code .\n  ?item wdt:P625 ?coord .\n}\nORDER BY ASC ( ?code )", "paraphrases": ["What are the Swedish minor urban areas that have a Swedish minor urban area code and geographic coordinates, listed in order of their code?", "List all Swedish minor urban areas (t\u00e4tort) that have a P776 code and coordinates, sorted by the code."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . FILTER ( ( ( ?var4 = \"2015-12-31\"^^<http://www.w3.org/2001/XMLSchema#date> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P776> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_1707", "question": "Is there a TV series that has a list of episodes linked to the article \"Darker than Black episode list\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q3064199 .\n}", "paraphrases": ["Does the anime series \"Darker than Black\" have an associated episode list article on Wikipedia?", "Is the episode list for \"Darker than Black\" connected to the series in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q3064199> . }"}}
{"id": "val_1708", "question": "What external identifier (exact match) is linked to follicular dendritic cell sarcoma via the statement with ID s:Q5464657-E18A363E-974A-496C-8554-E9DC3C931E55?", "sparql": "SELECT ?item ?value WHERE { ?item p:P2888 s:Q5464657-E18A363E-974A-496C-8554-E9DC3C931E55 . s:Q5464657-E18A363E-974A-496C-8554-E9DC3C931E55 ps:P2888 ?value . }", "paraphrases": ["What is the DOID code for follicular dendritic cell sarcoma in Wikidata?", "Which disease has the exact match identifier http://identifiers.org/doid/DOID:6262?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q5464657-E18A363E-974A-496C-8554-E9DC3C931E55> . }"}}
{"id": "val_1709", "question": "People who are citizens of Greece.", "sparql": "SELECT ?person WHERE { ?person wdt:P27 wd:Q41 . }", "paraphrases": ["Who are the citizens of Greece?", "List notable individuals with Greek citizenship."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q155146> . }"}}
{"id": "val_1710", "question": "Most specific common class that Tesla and Mossack Fonseca are both instances of.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common(COUNT(?ancestor) AS ?specificity) WHERE {\n  wd:Q478214 wdt:P31 ?common .\n  wd:Q9035311 wdt:P31 ?common .\n  ?common wdt:P279 * ?ancestor .\n  FILTER(?common != ?ancestor)\n}\nGROUP BY ?common\nORDER BY DESC(?specificity)\nLIMIT 1", "paraphrases": ["What is the most specific type that both Tesla, Inc. and Mossack Fonseca belong to?", "Find the most specific shared category (class) that includes both Tesla, Inc. and Mossack Fonseca as instances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q478214> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9035311> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1711", "question": "What are the English names of disease-related categories that cancer belongs to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var2Label WHERE {\n  wd:Q12078 wdt:P279 * ?class .\n  ?class wdt:P279 * wd:Q12136 .\n  ?class rdfs:label ?var2Label .\n  FILTER ( LANG( ?var2Label ) = \"en\" )\n}", "paraphrases": ["Can you list all the disease types that include cancer as a subclass, in English?", "Show me the English labels for all medical classifications that cancer is a part of, starting from disease."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q5311305> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2385804> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . }"}}
{"id": "val_1712", "question": "Medications with DrugBank IDs and their English names", "sparql": "SELECT ?medication ?medicationLabel WHERE { ?medication wdt:P31 wd:Q12140 . ?medication wdt:P715 ?drugbankId . ?medication rdfs:label ?medicationLabel . FILTER(langMatches(lang(?medicationLabel), \"en\")) }", "paraphrases": ["What are the English names of medications that have a DrugBank ID?", "List the English-labeled medications that are classified as drugs and have a DrugBank identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12140> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P715> ?var3 . }"}}
{"id": "val_1713", "question": "Films that are instances of cinema, starting from the 95,801st entry, with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 95800", "paraphrases": ["What are the English titles of films (movies) from the Wikidata database, starting from the 95,801st film and listing the next 200?", "List 200 films (movies) from Wikidata, ordered by their IDs, starting from offset 95,800, showing only those with English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 95800"}}
{"id": "val_1714", "question": "Japanese actors with IMDb IDs", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ( SAMPLE( ?label ) AS ?actorLabel ) ( SAMPLE( ?imdb ) AS ?imdbId ) WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P27 wd:Q17 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor rdfs:label ?label .\n  OPTIONAL {\n    ?actor wdt:P345 ?imdb .\n  }\n}\nGROUP BY ?actor", "paraphrases": ["Who are the Japanese actors and what are their IMDb identifiers?", "List all actors who are citizens of Japan and provide their IMDb IDs if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } }"}}
{"id": "val_1715", "question": "List all musical groups in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?musicalGroup WHERE {\n  ?musicalGroup wdt:P31 wd:Q215380 .\n}", "paraphrases": ["What are all the musical groups recorded in Wikidata?", "Show me all entities that are classified as musical groups (instance of Q215380)."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . }"}}
{"id": "val_1716", "question": "Songs and albums performed by Lady Gaga and their release dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?releaseDate WHERE {\n  VALUES(?performer) {(wd:Q19848)\n  }\n  ?work wdt:P175 ?performer ; wdt:P577 ?releaseDate .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}", "paraphrases": ["What creative works has Lady Gaga performed, and when were they released?", "List all works performed by Lady Gaga along with their publication dates in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label ?var3 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q19848> ) } ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 ; <http://www.wikidata.org/prop/direct/P577> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1717", "question": "Films starting from the 82,201st entry, with their titles.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmTitle WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P1476 ?filmTitle .\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 82200", "paraphrases": ["What are the titles of films from the 82,201st to the 82,400th in Wikidata?", "List 200 film titles from Wikidata, starting after the first 82,200 films, ordered by their entity IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 82200"}}
{"id": "val_1718", "question": "What item and property are associated with the statement about Ornithine cyclodeaminase/mu-crystallin?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?property WHERE {\n  ?item ?property s:Q24720522-50547BCE-5D27-4EB8-80E6-BAD1AED01F65 .\n}", "paraphrases": ["Which subject and property does the statement with ID Q24720522-50547BCE-5D27-4EB8-80E6-BAD1AED01F65 correspond to?", "For the statement that says Ornithine cyclodeaminase/mu-crystallin has parts, what is the item and property used?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24720522-50547BCE-5D27-4EB8-80E6-BAD1AED01F65> . }"}}
{"id": "val_1719", "question": "What is the most specific category that both Elon Musk and the National Football League belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q317521 wdt:P31 ?type1 . wd:Q1215884 wdt:P31 ?type2 . ?type1 wdt:P279/wdt:P279/wdt:P279 ?commonAncestor . ?type2 wdt:P279/wdt:P279/wdt:P279 ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1", "paraphrases": ["What is the highest-level concept that includes both humans and sports organizations like the NFL?", "Find the common superclass that connects Elon Musk and the National Football League in Wikidata\u2019s taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1215884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1720", "question": "What is the most specific common superclass of Microsoft and Likud in the Wikidata hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSubclass ?totalDistance WHERE {\n  VALUES ( ?commonSubclass ?totalDistance ) {\n    ( wd:Q43229 4 )\n  }\n}", "paraphrases": ["What organization class do both Microsoft and Likud belong to, and what is the sum of their hierarchical distances to that class?", "Find the shared parent category in the subclass tree for Microsoft and Likud, and calculate the total number of steps from each to that category."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q187009> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1721", "question": "What is the most closely related common category between North Korea and Las Vegas Boulevard, based on their hierarchical classification in Wikidata?", "sparql": "SELECT ?ancestor ?dist1 ?dist2 (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q423 wdt:P31 ?type .\n      ?type wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q886257 wdt:P31 ?type .\n      ?type wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which entity is the shortest common ancestor in the subclass hierarchy for North Korea and Las Vegas Boulevard, and what is the sum of their path lengths to it?", "Find the shared superclass of North Korea and Las Vegas Boulevard that minimizes the total number of subclass steps from each to the common ancestor."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q423> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q886257> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1722", "question": "Twin cities and their geographic coordinates", "sparql": "SELECT ?city ?twin_city ?coordinates WHERE { ?city wdt:P190 ?twin_city . ?twin_city wdt:P625 ?coordinates .}", "paraphrases": ["Which cities are twinned with other cities, and where are those twin cities located geographically?", "Show me all pairs of twinned cities along with the coordinates of the twin city."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P190> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_1723", "question": "Top 100 journals by number of publications in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?journal ?journalLabel ( COUNT( * ) AS ?publicationCount ) WHERE {\n  ?work p:P1433 ?statement .\n  ?statement ps:P1433 ?journal .\n  ?journal ( wdt:P31 / wdt:P279 * ) wd:Q49850 .\n  ?journal rdfs:label ?journalLabel .\n  FILTER ( LANG( ?journalLabel ) = \"en\" )\n}\nGROUP BY ?journal ?journalLabel\nORDER BY DESC ( ?publicationCount )\nLIMIT 100", "paraphrases": ["Which scientific journals have the highest number of works published in them, and how many works are there for each?", "List the 100 most frequently used journals in scholarly publications, ranked by count, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/P1433> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P1433> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q49850> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_1724", "question": "Dum Dum single by Brenda Lee, its genre and release date.", "sparql": "SELECT DISTINCT ?single ?singleLabel ?performer ?performerLabel ?genre ?genreLabel ?date WHERE { ?single wdt:P31 wd:Q134556 . ?single rdfs:label ?singleLabel . OPTIONAL { ?single wdt:P175 ?performer . ?performer rdfs:label ?performerLabel . } OPTIONAL { ?single wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . } OPTIONAL { ?single wdt:P577 ?date . } FILTER ( REGEX( ?singleLabel , \"^Dum Dum$\" , \"i\" ) ) . FILTER ( REGEX( ?performerLabel , \"Brenda Lee\" , \"i\" ) ) . } LIMIT 10", "paraphrases": ["What is the genre and release date of the music single \"Dum Dum\" performed by Brenda Lee?", "Show me the details of the 1961 single \"Dum Dum\" by Brenda Lee, including its genre."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } FILTER ( ( REGEX ( ?var1Label , \"^Dum Dum$\", \"i\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"string1\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_1725", "question": "What books are set in which locations?", "sparql": "SELECT ?book ?bookLabel ?location ?locationLabel WHERE { ?book wdt:P31 wd:Q571 ; wdt:P840 ?location . ?book rdfs:label ?bookLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?bookLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") }", "paraphrases": ["Can you list books along with the places where their stories take place?", "Which English-language books have their narrative set in a specific location, and what are those locations?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> ; <http://www.wikidata.org/prop/direct/P840> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_1726", "question": "Musical groups with more than 3 albums, ranked by average album length.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?group(SAMPLE(?label) AS ?groupLabel)(COUNT(?album) AS ?albumCount)(AVG(?duration) AS ?avgDuration) WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?album wdt:P31 wd:Q482994 .\n  ?album wdt:P175 ?group .\n  ?album wdt:P2047 ?duration .\n  ?group rdfs:label ?label .\n}\nGROUP BY ?group\nHAVING(?albumCount > 3)\nORDER BY DESC(?avgDuration)", "paraphrases": ["Which musical groups have released more than 3 albums, and what is the average duration of their albums?", "Show me musical groups that have more than 3 albums, along with the count of albums and the average duration of those albums, sorted from longest to shortest average album length."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 )( AVG ( ?var4 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . ?var2 <http://www.wikidata.org/prop/direct/P175> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P2047> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var5 )"}}
{"id": "val_1727", "question": "List all episodes of How I Met Your Mother with their episode numbers and IMDb IDs, including any two-part episode groupings.", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?episode ?episodeNumber ?imdbId ?subseries WHERE {\n  BIND( wd:Q147235 AS ?series ) ?episode wdt:P31 wd:Q21191270 .\n  ?episode wdt:P179 ?series .\n  OPTIONAL {\n    ?episode wdt:P361 ?subseries\n  }\n  OPTIONAL {\n    ?episode wdt:P345 ?imdbId\n  }\n  ?episode p:P179 ?statement .\n  ?statement pq:P1545 ?episodeNumber .\n}\nORDER BY ASC ( ?series ) ASC ( xsd:integer ( ?episodeNumber ) )", "paraphrases": ["What are all the episodes of How I Met Your Mother, in order, along with their IMDb IDs and which two-part story arcs they belong to?", "Please provide a complete ordered list of all How I Met Your Mother episodes, showing their season position, IMDb identifier, and whether they are part of a multi-episode story arc."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var3 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q147235> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P361> ?var2 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1191> ?var7 . } ?var3 <http://www.wikidata.org/prop/direct/P179> ?var1 . ?var3 <http://www.wikidata.org/prop/P179> ?var10 . OPTIONAL { ?var10 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } ?var3 <http://www.wikidata.org/prop/P361> ?var11 . OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P345> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P155> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P156> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY ASC( ?var1 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var4 ) )"}}
{"id": "val_1728", "question": "How many seasons and episodes does Disney's Adventures of the Gummi Bears have?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?seriesLabel ?numSeasons ?numEpisodes WHERE {\n  wd:Q734576 rdfs:label ?seriesLabel .\n  wd:Q734576 wdt:P2437 ?numSeasons .\n  wd:Q734576 wdt:P1113 ?numEpisodes .\n  FILTER(LANG(?seriesLabel) = 'en')\n}", "paraphrases": ["What is the total number of episodes and seasons for the animated series Disney's Adventures of the Gummi Bears?", "Can you tell me the season count and episode count for Disney's Adventures of the Gummi Bears?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2 ?var2Label ?var3 ?var4 ?var3Label ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 WHERE { BIND ( <http://www.wikidata.org/entity/Q734576> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/P179> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/P179> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3464665> . ?var3 <http://www.wikidata.org/prop/P179> ?var12 . ?var12 <http://www.wikidata.org/prop/statement/P179> ?var2 . OPTIONAL { ?var12 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2364> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P155> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P156> ?var8 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P2437> ?var10 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1113> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var4 ) )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var5 ) )ASC( ?var6 )"}}
{"id": "val_1729", "question": "IMDb IDs and occupations of American humans", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?imdbId ?occupation WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P345 ?imdbId ; wdt:P106 ?occupation ; wdt:P27 wd:Q30 .\n}", "paraphrases": ["Who are U.S. citizens with IMDb profiles, and what are their occupations?", "List the IMDb IDs and occupations of all humans who are citizens of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P345> ?var1 ; <http://www.wikidata.org/prop/direct/P106> ?var2 ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . }"}}
{"id": "val_1730", "question": "List 200 films starting from the 199,401st entry in Wikidata, showing their English titles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nORDER BY ASC(?film)\nLIMIT 200\nOFFSET 199400", "paraphrases": ["What are the English titles of the 200 films that come after the first 199,400 films in Wikidata?", "Please retrieve the next 200 films (after skipping 199,400) along with their English labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 199400"}}
{"id": "val_1731", "question": "List film series with their English names and Spanish Wikipedia pages.", "sparql": "SELECT ?filmSeries ?label ?wikipediaPage WHERE { ?filmSeries wdt:P31 wd:Q24856 . ?wikipediaPage schema:about ?filmSeries ; schema:isPartOf <https://es.wikipedia.org/> . ?filmSeries rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 200", "paraphrases": ["What are the English names of film series and their corresponding Spanish Wikipedia articles?", "Show me all film series (as defined in Wikidata) along with their English labels and links to their Spanish Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24856> . ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://es.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 200"}}
{"id": "val_1732", "question": "What are the key details about the InterPro domain \"Regulator of RNA terminal phosphate cyclase\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q24721415 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\") || STRSTARTS(STR(?property) , \"http://schema.org/\"))\n  FILTER(! STRSTARTS(STR(?value) , \"http://www.wikidata.org/entity/statement/\"))\n}", "paraphrases": ["Can you list the name, description, InterPro ID, and classification of the protein domain Q24721415?", "What does Wikidata say about the protein domain with InterPro ID IPR009715?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24721415> ?var1 ?var2 . }"}}
{"id": "val_1733", "question": "What are the atomic masses of all chemical elements, listed in order of atomic number?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?elementLabel ?massAmount WHERE {\n  ?element wdt:P31 wd:Q11344 .\n  ?element wdt:P1086 ?atomicNumber .\n  ?element p:P2067 ?massStatement .\n  ?massStatement ps:P2067 ?massAmount .\n  ?element rdfs:label ?elementLabel .\n  FILTER ( LANG( ?elementLabel ) = \"en\" )\n}\nORDER BY ASC ( ?atomicNumber )", "paraphrases": ["Can you list the chemical elements along with their standard atomic weights?", "Show me the names and masses of chemical elements, sorted by their atomic number."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . ?var1 <http://www.wikidata.org/prop/direct/P1086> ?var6 . ?var1 ( <http://www.wikidata.org/prop/P2067> / <http://www.wikidata.org/prop/statement/value/P2067> ) ?var7 . ?var7 <http://wikiba.se/ontology#quantityAmount> ?var2 . ?var7 <http://wikiba.se/ontology#quantityUnit> ?var3 . ?var1 <http://www.wikidata.org/prop/P2067> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/value/P2067> ?var5 . ?var5 <http://wikiba.se/ontology#quantityPrecision> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var6 )"}}
{"id": "val_1734", "question": "What are the chemical identifiers and drug database IDs for dabrafenib mesylate?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE {\n  VALUES (?var1) { (wd:Q27145089) }\n  VALUES (?var2) {\n    (wdt:P274) (wdt:P231) (wdt:P233) (wdt:P234) (wdt:P235) (wdt:P715) (wdt:P662) (wdt:P592) (wdt:P665) (wdt:P683) (wdt:P652) (wdt:P2892) (wdt:P3345) (wdt:P486) (wdt:P2275) (wdt:P2175) (wdt:P3776) (skos:altLabel)\n  }\n  ?var1 ?var2 ?var3 .\n  OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }\n  OPTIONAL { ?var3 rdfs:label ?var3Label . FILTER(LANG(?var3Label) = \"en\") }\n}", "paraphrases": ["Can you list the CAS number, PubChem ID, DrugBank ID, and alternative names for the drug dabrafenib mesylate?", "Show me all known identifiers and alternative names for the chemical compound dabrafenib mesylate, including its InChI, UNII, and ChEBI ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q27145089> ) } VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P274> ) ( <http://www.wikidata.org/prop/direct/P231> ) ( <http://www.wikidata.org/prop/direct/P662> ) ( <http://www.wikidata.org/prop/direct/P661> ) ( <http://www.wikidata.org/prop/direct/P592> ) ( <http://www.wikidata.org/prop/direct/P715> ) ( <http://www.wikidata.org/prop/direct/P683> ) ( <http://www.wikidata.org/prop/direct/P665> ) ( <http://www.wikidata.org/prop/direct/P233> ) ( <http://www.wikidata.org/prop/direct/P2017> ) ( <http://www.wikidata.org/prop/direct/P234> ) ( <http://www.wikidata.org/prop/direct/P235> ) ( <http://www.wikidata.org/prop/direct/P652> ) ( <http://www.wikidata.org/prop/direct/P595> ) ( <http://www.wikidata.org/prop/direct/P3636> ) ( <http://www.wikidata.org/prop/direct/P232> ) ( <http://www.wikidata.org/prop/direct/P2275> ) ( <http://www.wikidata.org/prop/direct/P3350> ) ( <http://www.wikidata.org/prop/direct/P267> ) ( <http://www.wikidata.org/prop/direct/P2892> ) ( <http://www.wikidata.org/prop/direct/P3345> ) ( <http://www.wikidata.org/prop/direct/P486> ) ( <http://www.wikidata.org/prop/direct/P2115> ) ( <http://www.wikidata.org/prop/direct/P3780> ) ( <http://www.wikidata.org/prop/direct/P3776> ) ( <http://www.wikidata.org/prop/direct/P3777> ) ( <http://www.wikidata.org/prop/direct/P3771> ) ( <http://www.wikidata.org/prop/direct/P129> ) ( <http://www.wikidata.org/prop/direct/P3489> ) ( <http://www.wikidata.org/prop/direct/P2868> ) ( <http://www.wikidata.org/prop/direct/P2175> ) ( <http://www.w3.org/2004/02/skos/core#altLabel> ) } OPTIONAL { ?var1 ?var2 ?var3 . FILTER ( ( isIRI ( ?var3 ) || ( LANG ( ?var3 ) = \"en\" ) || ( LANG ( ?var3 ) = \"\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_1735", "question": "Music singles named \"Alive\" with their performers and genres", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?single ?singleLabel ?performerLabel ?genreLabel ?imageFile WHERE {\n  ?single wdt:P31 wd:Q134556 ; rdfs:label ?singleLabel .\n  FILTER(STRSTARTS(LCASE(?singleLabel) , \"alive\"))\n  OPTIONAL {\n    ?single wdt:P175 ?performer .\n    ?performer rdfs:label ?performerLabel .\n    FILTER(LANG(?performerLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?single wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n    FILTER(LANG(?genreLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?single wdt:P18 ?imageFile .\n  }\n}\nLIMIT 10", "paraphrases": ["What are the music singles titled \"Alive\", who performed them, and what genres do they belong to?", "Show me all music singles starting with \"Alive\", along with their English-language performers and genres."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( STRSTARTS ( ?var1Label , \"Alive\" ) ) ) . } GROUP BY ?var1 ?var1Label ?var2Label ?var3Label ?var4Label LIMIT 10"}}
{"id": "val_1736", "question": "What is the genre and release date of Katy Perry's song \"Birthday\"?", "sparql": "SELECT DISTINCT ?single ?genre ?genreLabel ?publicationDate WHERE { ?single wdt:P31 wd:Q134556 ; rdfs:label \"Birthday\"@en ; wdt:P175 wd:Q42493 ; wdt:P577 ?publicationDate . OPTIONAL { ?single wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") } }", "paraphrases": ["Can you tell me when Katy Perry released her single titled \"Birthday\" and what genre it is?", "Show me the publication date and musical genre of the music single \"Birthday\" performed by Katy Perry."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } FILTER ( ( REGEX ( ?var1Label , \"^Birthday$\", \"i\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"Katy Perry\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_1737", "question": "What are the occupation and associated fields of work for Albert Einstein?", "sparql": "SELECT ?propertyLabel ?valueLabel ?qualifierLabel WHERE { wd:Q937 p:P106 ?statement . ?statement ps:P106 ?value . ?statement pq:P101 ?qualifier . wd:P106 rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . ?qualifier rdfs:label ?qualifierLabel . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?valueLabel) = \"en\") FILTER(LANG(?qualifierLabel) = \"en\") }", "paraphrases": ["Show me the property, value, and qualifiers for Albert Einstein\u2019s occupation in Wikidata.", "Which fields of work are associated with Albert Einstein\u2019s occupation as a theoretical physicist?"], "info": {"raw_sparql": "Describe <http://www.wikidata.org/entity/statement/Q20638093-b3ff05ef-44e6-898c-c7f7-825b21afd1b1>"}}
{"id": "val_1738", "question": "What entity and property does the statement s:Q17709715-CE89BECB-70AC-4F58-BAC7-DDBABFC37DEC refer to?", "sparql": "SELECT ?entity ?property WHERE { ?entity ?property s:Q17709715-CE89BECB-70AC-4F58-BAC7-DDBABFC37DEC . }", "paraphrases": ["Which gene and RefSeq RNA ID statement is identified by this statement ID?", "Find the subject and property linked to the given Wikidata statement."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q17709715-CE89BECB-70AC-4F58-BAC7-DDBABFC37DEC> . }"}}
{"id": "val_1739", "question": "What are the direct properties linking \"history of Sweden\" to other entities, and what are those entities?", "sparql": "SELECT DISTINCT ?subjectLabel ?property ?object ?objectLabel WHERE { wd:Q201350 ?directProperty ?object . ?property wikibase:directClaim ?directProperty . ?property rdf:type wikibase:Property . ?object rdfs:label ?objectLabel . wd:Q201350 rdfs:label ?subjectLabel . FILTER (LANG(?objectLabel) = \"en\") . FILTER (LANG(?subjectLabel) = \"en\") . FILTER (?property != wd:P1963) . } LIMIT 20", "paraphrases": ["List the objects associated with the history of Sweden through direct properties, excluding \"has part\", and show their English labels.", "Which entities are connected to the history of Sweden via direct Wikidata properties, and what are those properties?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q201350> ?var4 ?var3 . ?var2 ?var5 ?var4 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . <http://www.wikidata.org/entity/Q201350> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 != <http://www.wikidata.org/prop/direct/P1963> ) ) ) . } LIMIT 20"}}
{"id": "val_1740", "question": "What are the sister city pairs in Wikidata?", "sparql": "SELECT ?city1 ?city2 WHERE { ?city1 wdt:P190 ?city2 . }", "paraphrases": ["Which cities are sister cities to each other?", "List all pairs of cities that have a sister city relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <https://query.wikidata.org/bigdata/namespace/wdq/P190> ?var2 . }"}}
{"id": "val_1741", "question": "Most common property used to classify items as jazz on Wikidata", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  ?item ?propertyUsed wd:Q8341 .\n  ?property wikibase:directClaim ?propertyUsed .\n  ?property a wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is used most often to assign jazz as a genre to items in Wikidata?", "Show me the property that links the most items to the jazz genre."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q8341> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_1742", "question": "Items associated with country music and the properties used to link them, excluding \"instance of\".", "sparql": "SELECT ?item ?statement ?property (SAMPLE(?qValue) AS ?qualifierValue)\nWHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q83440 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claim .\n      FILTER (?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?property wikibase:qualifier ?qualifier .\n    ?statement ?qualifier ?qValue .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Which artists or works are linked to country music through properties other than \"instance of\", and what are those properties?", "List up to 101 items connected to country music via non-instance-of properties, along with the property used and any associated qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q83440> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_1743", "question": "List 200 films starting from the 175,601st film in Wikidata, showing their English titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 175600", "paraphrases": ["What are the English titles of the 200 films that come after the first 175,600 films in Wikidata?", "Please retrieve the next 200 films after skipping the first 175,600, along with their English titles, from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 175600"}}
{"id": "val_1744", "question": "What is the most specific category that both Amazon and the Space Coast belong to?", "sparql": "SELECT DISTINCT ?common WHERE { wd:Q2920489 wdt:P31 ?type1 . wd:Q3884 wdt:P31 ?type2 . ?type1 wdt:P279* ?common . ?type2 wdt:P279* ?common . } ORDER BY ?common", "paraphrases": ["What do Amazon and the Space Coast have in common in terms of their classification in Wikidata?", "Find the shared superclass in the hierarchy between the entity type of Amazon and the entity type of the Space Coast region."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2920489> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1745", "question": "What are the subclasses of audiovisual work?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q2431196 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What types of media are considered subclasses of audiovisual work, such as video games or podcast series seasons?", "List the English labels of all items that are subclasses of audiovisual work."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q2431196> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } }"}}
{"id": "val_1746", "question": "List English-named musical groups and their members.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?groupName ?member WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group rdfs:label ?groupName .\n  ?member wdt:P463 ?group .\n  FILTER(LANG(?groupName) = \"en\")\n}\nORDER BY ASC(?groupName)\nLIMIT 100", "paraphrases": ["Which musical groups have English names, and who are their members?", "Show me up to 100 musical groups in English along with the people who are members of each group, sorted alphabetically by group name."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P463> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 ) LIMIT 100"}}
{"id": "val_1747", "question": "What properties link the music genre Eurobeat to other entities, and what are the labels of those entities?", "sparql": "SELECT ?prop ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q848852 ?prop ?value .\n  ?propItem wikibase:directClaim ?prop .\n  ?propItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n}\nGROUP BY ?prop ?propertyLabel", "paraphrases": ["For Eurobeat, list each property (in English) that connects it to another entity, along with the English name of that entity and how many such connections exist.", "Show me the English labels of properties and their entity values for Eurobeat, grouped by property."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q848852> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1748", "question": "Films that are instances of cinematic works, starting from the 91,401st film, with English titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 91400", "paraphrases": ["What are the English titles of films starting from the 91,401st entry in Wikidata?", "List 200 English-labeled films, skipping the first 91,400 films in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 91400"}}
{"id": "val_1749", "question": "What are the chromosomes and their RefSeq genome IDs in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?chromosome ?refseqId ?chromosomeLabel WHERE {\n  ?chromosome wdt:P31 wd:Q37748 .\n  ?chromosome wdt:P2249 ?refseqId .\n  ?chromosome rdfs:label ?chromosomeLabel .\n  FILTER(LANG(?chromosomeLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["List the English-labeled chromosomes along with their RefSeq identifiers.", "Show me the RefSeq IDs for human and other species' chromosomes, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . ?var2 <http://www.wikidata.org/prop/direct/P2249> \"string1\". } LIMIT 700000"}}
{"id": "val_1750", "question": "Genomic annotations and their corresponding genome assemblies", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?annotation ?assembly WHERE {\n  ?annotation wdt:P659 ?assembly .\n}", "paraphrases": ["Which genome assemblies are used by which genomic annotations?", "List all genomic annotations along with the genome assembly they are placed on."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P659> ?var2 . }"}}
{"id": "val_1751", "question": "Seasons of 30 Rock with their season numbers, ordered by number.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?season ?seasonNumber WHERE {\n  ?season wdt:P31 wd:Q3464665 .\n  ?season p:P179 ?statement .\n  ?statement ps:P179 wd:Q189350 .\n  OPTIONAL {\n    ?statement pq:P1545 ?seasonNumber .\n  }\n}\nORDER BY ASC ( ?seasonNumber )", "paraphrases": ["What are the season numbers for each season of the TV series 30 Rock?", "List all seasons of 30 Rock along with their ordinal numbers, sorted from first to last."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . ?var1 <http://www.wikidata.org/prop/P179> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3464665> . ?var2 <http://www.wikidata.org/prop/P179> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P179> <http://www.wikidata.org/entity/Q189350> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var3 . ?var5 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1752", "question": "Drugs starting with \"aspirin\" and their Wikidata IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?drug ?label(REPLACE(STR(?drug) , \".*Q\" , \"Q\") AS ?qId) WHERE {\n  ?drug(wdt:P31 / wdt:P279 *) wd:Q8386 .\n  ?drug rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(STRSTARTS(LCASE(?label) , \"aspirin\"))\n}\nLIMIT 15", "paraphrases": ["What are the English-labeled drugs in Wikidata that start with \"aspirin\", and what are their Q-IDs?", "List all drugs (including subclasses) with English labels beginning with \"aspirin\", along with their cleaned Wikidata entity IDs."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( REPLACE ( STR ( ?var1 ) , \".*Q\", \"Q\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8386> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2 ) , LCASE ( \"asdf\" ) ) ) ) . } LIMIT 15"}}
{"id": "val_1753", "question": "What is the most specific category that both Dallas and Likud belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q16557 wdt:P31 ?class1 .\n  wd:Q187009 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?common .\n  ?class2 wdt:P279 * ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER ( LANG( ?commonLabel ) = \"en\" )\n}\nORDER BY ?commonLabel\nLIMIT 10", "paraphrases": ["What do Dallas and Likud have in common in terms of their classification in Wikidata?", "What is the highest-level concept that includes both the city of Dallas and the Likud political party?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16557> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q187009> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1754", "question": "Music genres that are subtypes of other music genres, with their parent categories.", "sparql": "SELECT ?genre ?genreLabel ?parentGenre ?parentGenreLabel WHERE { ?genre wdt:P31 wd:Q188451 ; wdt:P279 ?parentGenre . ?genre rdfs:label ?genreLabel . ?parentGenre rdfs:label ?parentGenreLabel . FILTER(LANG(?genreLabel) = \"en\") FILTER(LANG(?parentGenreLabel) = \"en\") }", "paraphrases": ["Which music genres are subclasses of other music genres, and what are their broader categories?", "List music genres along with the genre they belong to as a subclass, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q188451> ; <http://www.wikidata.org/prop/direct/P279> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1755", "question": "Metadata of the statement asserting scrotal cancer has NCI Thesaurus ID C3560", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?predicate ?object WHERE {\n  s:Q2936206-5DF570AB-874C-4F29-A233-CAB97F1009DE ?predicate ?object .\n}", "paraphrases": ["What are the properties and values of the statement that links scrotal cancer to the NCI Thesaurus ID C3560?", "Show all information stored about the statement that assigns the NCI Thesaurus ID C3560 to scrotal cancer."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q2936206-5DF570AB-874C-4F29-A233-CAB97F1009DE> ?var1 ?var2 . }"}}
{"id": "val_1756", "question": "What are the direct subclasses of pharmaceutical product?", "sparql": "SELECT DISTINCT ?subclass ?subclassLabel ?targetLabel WHERE { VALUES ?target { wd:Q28885102 } ?subclass wdt:P279 ?target . ?subclass rdfs:label ?subclassLabel . ?target rdfs:label ?targetLabel . FILTER(LANG(?subclassLabel) = \"en\") FILTER(LANG(?targetLabel) = \"en\") }", "paraphrases": ["List all types of pharmaceutical products, such as radiopharmaceuticals and fixed combinations.", "Show me the English-labeled direct subclasses of the pharmaceutical product class."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q28885102> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1757", "question": "What songs and albums were performed by The Beatles?", "sparql": "SELECT ?work ?workLabel WHERE { ?work wdt:P175 ?performer . ?performer rdfs:label ?performerLabel . ?work rdfs:label ?workLabel . FILTER (LANG(?performerLabel) = \"en\" && ?performerLabel = \"The Beatles\"@en) FILTER (LANG(?workLabel) = \"en\") }", "paraphrases": ["Which creative works have The Beatles as performers, and what are their English titles?", "List the English titles of all musical works performed by The Beatles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P175> \"string1\"@en . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_1758", "question": "Roads in Sweden", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?road ?roadLabel WHERE {\n  ?road wdt:P31 wd:Q34442 .\n  ?road wdt:P17 wd:Q34 .\n  ?road rdfs:label ?roadLabel .\n  FILTER(LANG(?roadLabel) = \"en\")\n}", "paraphrases": ["What are the names of all roads in Sweden?", "List all roads in Sweden along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34442> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . }"}}
{"id": "val_1759", "question": "Top scientific journals publishing research on Zika virus and its subclasses.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?work) AS ?count) ?publication ?publicationLabel WHERE {\n  ?work wdt:P921 ?topic .\n  ?topic wdt:P279 * wd:Q202864 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?publicationLabel .\n  FILTER(LANG(?publicationLabel) = \"en\")\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals have published the most research articles about the Zika virus or related viral species?", "List the journals that have published the most papers on Zika virus, ordered by publication count, including studies on its subclasses."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) ?var3 ?var3Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202864> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q202864> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q202864> . } ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 )"}}
{"id": "val_1760", "question": "List of songs and albums performed by Linkin Park.", "sparql": "SELECT ?work WHERE { ?work wdt:P175 wd:Q261 . } LIMIT 100", "paraphrases": ["What musical works have Linkin Park performed?", "Show me all the creative works associated with Linkin Park as the performer."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P175> <http://www.wikidata.org/entity/Q261> . } LIMIT 100"}}
{"id": "val_1761", "question": "What are the external database identifiers for Benzo[a]pyrene-7,8-diol, including PubChem, ChemSpider, KEGG, ChEBI, and DSSTOX?", "sparql": "SELECT ?label ?description ?pubchem ?chemspider ?kegg ?chebi ?dsstox WHERE { wd:Q26840851 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . wd:Q26840851 schema:description ?description . FILTER(LANG(?description) = \"en\") . wd:Q26840851 wdt:P662 ?pubchem . wd:Q26840851 wdt:P661 ?chemspider . wd:Q26840851 wdt:P665 ?kegg . wd:Q26840851 wdt:P683 ?chebi . wd:Q26840851 wdt:P8494 ?dsstox .}", "paraphrases": ["What is the PubChem CID, ChemSpider ID, KEGG ID, ChEBI ID, and DSSTOX identifier for the chemical compound Benzo[a]pyrene-7,8-diol?", "Show me the English description and all known external IDs (PubChem, ChemSpider, KEGG, ChEBI, DSSTOX) for Benzo[a]pyrene-7,8-diol."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q26840851> ?var1 ?var2 . }"}}
{"id": "val_1762", "question": "List drugs whose English names start with 'aspirin'.", "sparql": "SELECT DISTINCT ?drug ?label WHERE { ?drug (wdt:P31/wdt:P279*) wd:Q8386 . ?drug rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(STRSTARTS(LCASE(?label), \"aspirin\")) } LIMIT 15", "paraphrases": ["What are the drugs that are subclasses of 'drug' and have an English label starting with 'aspirin'?", "Show me all drugs related to aspirin, including combinations, with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( REPLACE ( STR ( ?var1 ) , \".*Q\", \"Q\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8386> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2 ) , LCASE ( \"asfsdfs\" ) ) ) ) . } LIMIT 15"}}
{"id": "val_1763", "question": "What is the PubChem CID for potassium bromate?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pubchemId WHERE {\n  wd:Q409241 wdt:P662 ?pubchemId .\n}", "paraphrases": ["Can you find the external chemical identifier (PubChem) for potassium bromate?", "Which PubChem database entry corresponds to the chemical compound potassium bromate?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q409241> <http://www.wikidata.org/prop/direct/P402> ?var1 . }"}}
{"id": "val_1764", "question": "Academic articles citing the study on Asian lineage Zika virus imported to China.", "sparql": "SELECT ?citingArticle WHERE { ?citingArticle wdt:P2860 wd:Q23308156 . } LIMIT 10000", "paraphrases": ["Which papers cite the research on the isolation and genomic characterization of the Asian lineage Zika virus in China?", "List all scholarly works that reference the paper on the Asian lineage Zika virus imported to China."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q23308156> . } LIMIT 10000"}}
{"id": "val_1765", "question": "Television episodes that are also classified as television series", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?episodeOrSeries ?episodeOrSeriesLabel WHERE {\n  ?episodeOrSeries wdt:P31 wd:Q21191270 .\n  ?episodeOrSeries wdt:P31 wd:Q5398426 .\n  ?episodeOrSeries rdfs:label ?episodeOrSeriesLabel .\n  FILTER ( LANG( ?episodeOrSeriesLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which TV episodes are also considered standalone television series?", "List TV specials that are labeled both as episodes and as series."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . } LIMIT 100"}}
{"id": "val_1766", "question": "What are the English names of drugs and their corresponding Wikidata IDs?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?drug ?label ( REPLACE( STR( ?drug ) , \".*Q\" , \"Q\" ) AS ?qnumber ) WHERE {\n  ?drug ( wdt:P31 / wdt:P279 * ) wd:Q8386 .\n  ?drug rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?label\nLIMIT 20", "paraphrases": ["Can you list all known drugs and their subclasses in English, along with their Q-numbers?", "Show me the English labels of all substances classified as drugs in Wikidata, and extract their entity IDs."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( REPLACE ( STR ( ?var1 ) , \".*Q\", \"Q\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8386> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2 ) , LCASE ( \"qweqwewqe\" ) ) ) ) . } LIMIT 15"}}
{"id": "val_1767", "question": "List the first, second, and third ionization energies of chemical elements with their units and atomic numbers.", "sparql": "SELECT ?element ?elementLabel ?ionizationValue ?unit ?ordinal ?atomicNumber WHERE { ?element wdt:P31 wd:Q11344 ; wdt:P1086 ?atomicNumber . ?element p:P2260 ?stmt . ?stmt ps:P2260 ?ionizationValue ; pq:P1545 ?ordinal ; psv:P2260 ?valueNode . ?valueNode wikibase:quantityUnit ?unit . ?element rdfs:label ?elementLabel . FILTER(LANG(?elementLabel) = \"en\") } ORDER BY ASC(?atomicNumber)", "paraphrases": ["What are the ionization energies (1st, 2nd, 3rd, etc.) of chemical elements, in what units are they measured, and what are their atomic numbers?", "Show me the ionization energy values for each chemical element, including the energy level (1st, 2nd, etc.), the unit (kJ/mol or eV), and the atomic number, sorted by atomic number."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> ; <http://www.wikidata.org/prop/direct/P1086> ?var5 . { ?var1 <http://www.wikidata.org/prop/P2260> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P2260> ?var2 . ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . ?var2 ( <http://www.wikidata.org/prop/statement/value/P2260> / <http://wikiba.se/ontology#quantityUnit> ) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_1768", "question": "Chemical elements with their ionization energies and atomic numbers, ordered by atomic number.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?element ?elementLabel ?ionizationEnergy ?ionizationOrder ?atomicNumber WHERE {\n  ?element wdt:P31 wd:Q11344 ; wdt:P1086 ?atomicNumber .\n  ?element p:P2260 ?ionizationStatement .\n  ?ionizationStatement ps:P2260 ?ionizationEnergy ; pq:P1545 ?ionizationOrder .\n  ?element rdfs:label ?elementLabel .\n  FILTER ( LANG( ?elementLabel ) = \"en\" )\n}\nORDER BY ASC ( ?atomicNumber )", "paraphrases": ["What are the first, second, and subsequent ionization energies for each chemical element, and what is their atomic number?", "Show me the ionization energies (with order: 1st, 2nd, etc.) for all chemical elements, along with their atomic numbers, sorted from lowest to highest atomic number."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> ; <http://www.wikidata.org/prop/direct/P1086> ?var4 . { ?var1 <http://www.wikidata.org/prop/P2260> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P2260> ?var2 . ?var5 <http://www.wikidata.org/prop/qualifier/P1545> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var4 )"}}
{"id": "val_1769", "question": "Lists with main topic television station and their qualifiers", "sparql": "SELECT ?list ?statement ?qualifierProperty WHERE { ?list p:P360 ?statement . ?statement ps:P360 wd:Q1616075 . OPTIONAL { ?statement ?qualifierProperty ?value . wd:P360 wikibase:qualifierProperty ?qualifierProperty . } } LIMIT 101", "paraphrases": ["What lists have television station as their main topic, and what qualifiers are used on those lists?", "Show me up to 101 lists that list television stations as their main topic, along with any qualifier properties used on those list statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P360> <http://www.wikidata.org/entity/Q1616075> . ?var1 <http://www.wikidata.org/prop/P360> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1770", "question": "What are music albums and the birth names or stage names of their performers?", "sparql": "SELECT DISTINCT ?album ?albumLabel ?birthName ?pseudonym ?releaseDate WHERE { ?album wdt:P31 wd:Q11424 . ?album rdfs:label ?albumLabel . FILTER(LANG(?albumLabel) = \"en\") ?album wdt:P175 ?performer . OPTIONAL { ?performer wdt:P1477 ?birthName . } OPTIONAL { ?performer wdt:P742 ?pseudonym . } OPTIONAL { ?album wdt:P571 ?releaseDate . } } LIMIT 10", "paraphrases": ["Can you list music albums along with the real names and aliases of the artists who made them?", "Show me albums with their release dates and the birth names or professional names of the musicians behind them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16010345> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P742> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var4 . } }"}}
{"id": "val_1771", "question": "List albums with their Tidal ID identifiers.", "sparql": "SELECT ?album ?albumLabel ?tidalId WHERE { ?album wdt:P4577 ?tidalId . ?album rdfs:label ?albumLabel . FILTER(LANG(?albumLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the English titles of albums and their corresponding Tidal IDs?", "Can you provide a list of albums in English along with their Tidal music platform IDs?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4577> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } } LIMIT 1000"}}
{"id": "val_1772", "question": "What are the Swedish heritage sites designated as listed building complexes that are also human settlements?", "sparql": "SELECT ?site ?siteLabel WHERE { { ?site wdt:P1435 wd:Q24284072 . } UNION { ?site wdt:P1435 wd:Q24284071 . } UNION { ?site wdt:P1435 wd:Q24284073 . } ?site (wdt:P31/wdt:P279*) wd:Q486972 . OPTIONAL { ?site rdfs:label ?siteLabel . FILTER(LANG(?siteLabel) = \"en\") } }", "paraphrases": ["List English-named cultural sites in Sweden that have been officially protected as individual, governmental, or ecclesiastical building complexes.", "Which inhabited places in Sweden are recognized as heritage sites under the three types of listed building complexes?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q24284072> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q24284071> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q24284073> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } }"}}
{"id": "val_1773", "question": "What are the direct subclasses and superclasses of an atom in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?entityLabel WHERE {\n  VALUES ?start {\n    wd:Q9121\n  }\n  {\n    ?start wdt:P279 ?entity\n  } UNION {\n    ?start ^ wdt:P279 ?entity\n  }\n  OPTIONAL {\n    ?entity rdfs:label ?entityLabel .\n    FILTER ( LANG( ?entityLabel ) = \"en\" )\n  }\n}\nORDER BY ?entity", "paraphrases": ["Can you list the types of atoms and broader scientific categories that include atoms?", "What scientific concepts are immediately above and below the concept of an atom in the classification hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9121> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9121> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1774", "question": "What chemical element has the symbol Ac?", "sparql": "SELECT ?element WHERE { ?element wdt:P246 \"Ac\" . }", "paraphrases": ["Which element is represented by the symbol Ac?", "Find the chemical element with the symbol Ac."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1121> . }"}}
{"id": "val_1775", "question": "Authors who co-authored papers about the basal ganglia.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  {\n    ?work ( wdt:P921 / wdt:P31 * / wdt:P279 * ) wd:Q464210 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P361 + ) wd:Q464210 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P1269 + ) wd:Q464210 .\n  }\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER ( ?author1 != ?author2 ) FILTER ( ?author1 < ?author2 ) ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER ( lang( ?author1Label ) = \"en\" ) FILTER ( lang( ?author2Label ) = \"en\" )\n}", "paraphrases": ["Who are pairs of distinct authors that have written scientific works on the basal ganglia?", "List all unique pairs of English-named authors who have co-authored works where the basal ganglia is the main subject, part, or aspect."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q464210> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q464210> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q464210> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1776", "question": "Genre, release date, and performer of the song \"Breakin' Dishes\" by Rihanna.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?genre ?genreLabel ?date ?performer ?performerLabel WHERE {\n  VALUES ?work {\n    wd:Q903910\n  }\n  OPTIONAL {\n    ?work wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?date .\n  }\n  OPTIONAL {\n    ?work wdt:P175 ?performer .\n  }\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER ( LANG( ?workLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?genre rdfs:label ?genreLabel .\n    FILTER ( LANG( ?genreLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?performer rdfs:label ?performerLabel .\n    FILTER ( LANG( ?performerLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What is the genre, publication date, and performer of the song \"Breakin' Dishes\"?", "Please provide the genre, release year, and artist of Rihanna's song \"Breakin' Dishes\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q903910> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var4 . } } LIMIT 1"}}
{"id": "val_1777", "question": "List all chemical elements and their symbols.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?element ?elementLabel ?symbol WHERE {\n  ?element(wdt:P31 / wdt:P279 *) wd:Q11344 ; wdt:P246 ?symbol .\n  ?element rdfs:label ?elementLabel .\n  FILTER(LANG(?elementLabel) = \"en\")\n}\nLIMIT 10000", "paraphrases": ["What are the names and chemical symbols of all chemical elements?", "Show me the English names and element symbols (like Hg, Pb) for every known chemical element."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11344> ; <http://www.wikidata.org/prop/direct/P246> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_1778", "question": "List all chemical elements in alphabetical order.", "sparql": "SELECT DISTINCT ?elementLabel WHERE { ?element wdt:P31 wd:Q11344 . ?element rdfs:label ?elementLabel . FILTER(LANG(?elementLabel) = \"en\") } ORDER BY ASC(?elementLabel)", "paraphrases": ["What are the names of all chemical elements, sorted alphabetically?", "Show me the English names of all chemical elements, ordered from A to Z."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1779", "question": "What journal published the article \"Current Zika virus epidemiology and recent epidemics\"?", "sparql": "SELECT ?journal WHERE { wd:Q22330739 wdt:P1433 ?journal . } LIMIT 10000", "paraphrases": ["Journal of the academic article \"Current Zika virus epidemiology and recent epidemics\".", "Tell me the publication venue of the scholarly article on Zika virus epidemiology."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q22330739> . } LIMIT 10000"}}
{"id": "val_1780", "question": "What are the durations of all music albums in Wikidata?", "sparql": "SELECT ?album ?duration WHERE { ?album wdt:P31 wd:Q482994 . ?album wdt:P2047 ?duration .}", "paraphrases": ["List albums and their lengths", "Can you show me the names of all music albums along with how long each one is?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var3 . }"}}
{"id": "val_1781", "question": "Swedish human settlements with coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?settlement ?label ?coordinates WHERE {\n  ?settlement wdt:P31 wd:Q486972 ; wdt:P17 wd:Q34 ; wdt:P625 ?coordinates .\n  ?settlement rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"sv\" )\n}", "paraphrases": ["What are the names and geographic coordinates of human settlements in Sweden, using their Swedish labels?", "List all towns and villages in Sweden along with their Swedish names and GPS coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"sv\" ) ) ) . }"}}
{"id": "val_1782", "question": "Subclasses of chemical elements", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q11344 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 11", "paraphrases": ["What are some categories or types of chemical elements?", "List up to 11 types of chemical elements, such as metals, metalloids, or nonmetals."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q11344> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1783", "question": "Which gene and property does the statement s:Q14890475-2A2FCD06-B61E-4526-BBCE-2348A35991F8 refer to?", "sparql": "SELECT ?gene ?property WHERE { ?gene ?property s:Q14890475-2A2FCD06-B61E-4526-BBCE-2348A35991F8 . }", "paraphrases": ["Show me the gene and property linked to the RefSeq RNA ID statement for the Apoe gene.", "Gene and property for statement s:Q14890475-2A2FCD06-B61E-4526-BBCE-2348A35991F8"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q14890475-2A2FCD06-B61E-4526-BBCE-2348A35991F8> . }"}}
{"id": "val_1784", "question": "What class does Dipicolinic acid synthetase subunit A belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?proteinFamily WHERE {\n  wd:Q24779578 wdt:P31 ?proteinFamily .\n}", "paraphrases": ["Is Dipicolinic acid synthetase subunit A a protein or a protein family?", "What is the type of the protein Dipicolinic acid synthetase subunit A?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24779578-C4BCD54A-C8CB-4191-8DBD-04D6A7890314> . }"}}
{"id": "val_1785", "question": "Musical groups or bands with \"school\" in the name and their genres and descriptions", "sparql": "SELECT ?item ?label ?genre ?description WHERE { { ?item wdt:P31 wd:Q215380 . } UNION { ?item wdt:P31 wd:Q5741069 . } UNION { ?item wdt:P31 wd:Q9212979 . } ?item rdfs:label ?label . ?item schema:description ?description . ?item wdt:P136 ?genreItem . ?genreItem rdfs:label ?genre . FILTER (LANG(?description) = \"en\") FILTER (LANG(?genre) = \"en\") FILTER (CONTAINS(LCASE(?label), \"school\")) } LIMIT 1", "paraphrases": ["What are some musical groups, rock bands, or duos that have \"school\" in their name, and what are their genres and descriptions?", "Show me a musical group, rock band, or duo with \"school\" in its label, along with its English genre and description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://schema.org/description> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var2 ) , \"foo\" ) ) ) . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5741069> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://schema.org/description> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var2 ) , \"foo\" ) ) ) . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19184926> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://schema.org/description> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var2 ) , \"foo\" ) ) ) . } } LIMIT 1"}}
{"id": "val_1786", "question": "Images of music albums from Wikidata", "sparql": "SELECT ?image WHERE { ?album wdt:P31 wd:Q482994 . ?album wdt:P18 ?image . } LIMIT 88", "paraphrases": ["What are the images of music albums stored in Wikidata?", "Show me up to 88 images of music albums from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1333350> . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 ) LIMIT 88"}}
{"id": "val_1787", "question": "What are the classification systems for musical instruments and their English labels?", "sparql": "SELECT ?classification ?label ?image WHERE { ?classification wdt:P31 wd:Q2748242 . OPTIONAL { ?classification wdt:P18 ?image . } ?classification rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the known classification systems for musical instruments along with their English names?", "Show me the English names of all musical instrument classification systems, and if available, their associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2748242> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1788", "question": "Authors of academic papers about Greece with multiple contributors", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  ?work wdt:P921 wd:Q41 .\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER(?author1 != ?author2)\n  .\n  ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER(LANG(?author1Label) = \"en\")\n  .\n  FILTER(LANG(?author2Label) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Which pairs of different authors have co-authored works about Greece?", "List all pairs of distinct authors who have written papers on Greece."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23296603> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q23296603> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q23296603> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1789", "question": "List 10 music albums from Wikidata.", "sparql": "SELECT DISTINCT ?album WHERE { ?album wdt:P31 wd:Q482994 . } LIMIT 10", "paraphrases": ["What are some examples of music albums in Wikidata?", "Can you show me 10 items that are classified as music albums?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 10"}}
{"id": "val_1790", "question": "What properties (excluding 'instance of') are used to link entities to the concept of design?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?statementProperty wd:Q82604 . ?property wikibase:statementProperty ?statementProperty . FILTER (?property != wd:P31) }", "paraphrases": ["Which properties, other than 'instance of', have design as a value in Wikidata?", "Show me all the direct properties in Wikidata (except P31) that connect any entity to 'design' as a value, such as occupation or field of work."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q82604> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_1791", "question": "What are the geographic coordinates of Hoover Dam Lodge?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?coordinates WHERE {\n  <https://en.wikipedia.org/wiki/Hoover_Dam_Lodge> schema:about ?item .\n  ?item wdt:P625 ?coordinates .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name and location coordinates of the Hoover Dam Lodge as listed on Wikidata?", "Where is Hoover Dam Lodge located? Provide its name and GPS coordinates from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <https://en.wikipedia.org/wiki/Hoover_Dam_Lodge> <http://schema.org/about> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1792", "question": "Chemical elements ordered by atomic number with their discoverers", "sparql": "SELECT ?element ( GROUP_CONCAT( ?discovererLabel ; SEPARATOR = \"^^\" ) AS ?discoverers ) WHERE { ?element wdt:P31 wd:Q11344 . ?element wdt:P1086 ?atomicNumber . ?element wdt:P61 ?discoverer . OPTIONAL { ?discoverer rdfs:label ?discovererLabel . FILTER(LANG(?discovererLabel) = \"en\") } } GROUP BY ?element ORDER BY ASC ( ?atomicNumber )", "paraphrases": ["Which chemical elements have been discovered, and who discovered them, listed in order of atomic number?", "List all chemical elements along with their discoverers, sorted by atomic number, showing discoverers as a concatenated string separated by \"^^\"."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( ?var2 ; SEPARATOR = \"^^\" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . ?var1 <http://www.wikidata.org/prop/direct/P1086> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P61> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY ASC( ?var4 )"}}
{"id": "val_1793", "question": "Authors who co-authored papers related to Sci-Hub.", "sparql": "SELECT ?author1 ?author1Label ?author2 ?author2Label WHERE { { ?work (wdt:P921/wdt:P31*/wdt:P279*) wd:Q21980377 . } UNION { ?work (wdt:P921/wdt:P361+) wd:Q21980377 . } UNION { ?work (wdt:P921/wdt:P1269+) wd:Q21980377 . } ?work wdt:P50 ?author1 . ?work wdt:P50 ?author2 . FILTER (?author1 < ?author2) ?author1 rdfs:label ?author1Label . ?author2 rdfs:label ?author2Label . FILTER(LANG(?author1Label) = \"en\" && LANG(?author2Label) = \"en\") }", "paraphrases": ["Which pairs of authors have written papers that have Sci-Hub as a main subject, part, or facet?", "List all unique pairs of co-authors of works connected to Sci-Hub, including their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21980377> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q21980377> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q21980377> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1794", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0256103?", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0256103\" . ?wikipedia_page schema:about ?film . ?wikipedia_page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Show me the Wikipedia articles about the movie \"Intimacy\" in English and German.", "Which language versions of Wikipedia have articles about the film identified by IMDb ID tt0256103?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0256103\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1795", "question": "What are the chemical identifiers and alternative names for the drug bisacodyl?", "sparql": "SELECT ?drug ?drugLabel ?property ?value ?valueLabel WHERE { VALUES ?drug { wd:Q417874 } VALUES ?property { wdt:P274 wdt:P231 wdt:P232 wdt:P233 wdt:P234 wdt:P235 wdt:P662 wdt:P661 wdt:P683 wdt:P715 wdt:P592 wdt:P652 wdt:P486 wdt:P2275 wdt:P3345 wdt:P2892 wdt:P267 skos:altLabel } ?drug ?property ?value . OPTIONAL { ?value rdfs:label ?valueLabel FILTER(LANG(?valueLabel) = \"en\") } ?drug rdfs:label ?drugLabel FILTER(LANG(?drugLabel) = \"en\") }", "paraphrases": ["Can you list all known database IDs (like PubChem, DrugBank, CAS) and alternative names for bisacodyl?", "I need all the biomedical identifiers and synonyms for bisacodyl \u2014 including its chemical formula, WHO INN, MeSH ID, and alternative language names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q417874> ) } VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P274> ) ( <http://www.wikidata.org/prop/direct/P231> ) ( <http://www.wikidata.org/prop/direct/P662> ) ( <http://www.wikidata.org/prop/direct/P661> ) ( <http://www.wikidata.org/prop/direct/P592> ) ( <http://www.wikidata.org/prop/direct/P715> ) ( <http://www.wikidata.org/prop/direct/P683> ) ( <http://www.wikidata.org/prop/direct/P665> ) ( <http://www.wikidata.org/prop/direct/P233> ) ( <http://www.wikidata.org/prop/direct/P2017> ) ( <http://www.wikidata.org/prop/direct/P234> ) ( <http://www.wikidata.org/prop/direct/P235> ) ( <http://www.wikidata.org/prop/direct/P652> ) ( <http://www.wikidata.org/prop/direct/P595> ) ( <http://www.wikidata.org/prop/direct/P3636> ) ( <http://www.wikidata.org/prop/direct/P232> ) ( <http://www.wikidata.org/prop/direct/P2275> ) ( <http://www.wikidata.org/prop/direct/P3350> ) ( <http://www.wikidata.org/prop/direct/P267> ) ( <http://www.wikidata.org/prop/direct/P2892> ) ( <http://www.wikidata.org/prop/direct/P3345> ) ( <http://www.wikidata.org/prop/direct/P486> ) ( <http://www.wikidata.org/prop/direct/P2115> ) ( <http://www.wikidata.org/prop/direct/P3780> ) ( <http://www.wikidata.org/prop/direct/P3776> ) ( <http://www.wikidata.org/prop/direct/P3777> ) ( <http://www.wikidata.org/prop/direct/P3771> ) ( <http://www.wikidata.org/prop/direct/P129> ) ( <http://www.wikidata.org/prop/direct/P3489> ) ( <http://www.wikidata.org/prop/direct/P2868> ) ( <http://www.wikidata.org/prop/direct/P2175> ) ( <http://www.w3.org/2004/02/skos/core#altLabel> ) } OPTIONAL { ?var1 ?var2 ?var3 . FILTER ( ( isIRI ( ?var3 ) || ( LANG ( ?var3 ) = \"en\" ) || ( LANG ( ?var3 ) = \"\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_1796", "question": "How many scholarly articles have cited \"The Concise Guide to PHARMACOLOGY 2015/16: Overview\" each year, starting from the most recent?", "sparql": "SELECT ?year (COUNT(?cite) AS ?count) WHERE { ?cite wdt:P2860 wd:Q30488640 ; wdt:P577 ?date . BIND(STR(YEAR(?date)) AS ?year) } GROUP BY ?year ORDER BY DESC(?year)", "paraphrases": ["Show the yearly count of publications that reference the 2015/16 PHARMACOLOGY guide, ordered from latest to earliest year.", "Over the years, how has the citation count for \"The Concise Guide to PHARMACOLOGY 2015/16: Overview\" grown? List the number of citations per year in descending order."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q30488640> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_1797", "question": "Television series starring Tim Allen, sorted by number of seasons", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?series ?seriesLabel ?seasons WHERE {\n  ?actor wdt:P646 \"/m/019vgs\" .\n  ?series wdt:P31 wd:Q5398426 .\n  ?series wdt:P161 ?actor .\n  ?series wdt:P2437 ?seasons .\n  ?series rdfs:label ?seriesLabel .\n  FILTER(LANG(?seriesLabel) = \"en\")\n}\nORDER BY DESC(?seasons)\nLIMIT 100", "paraphrases": ["Which TV shows has Tim Allen starred in, and how many seasons did each have, ordered from most to least seasons?", "List the TV series featuring Tim Allen, along with their number of seasons, sorted in descending order by season count."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P646> \"/m/019vgs\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2437> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_1798", "question": "List 10 biological pathways.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?pathway ?pathwayLabel WHERE {\n  ?pathway wdt:P31 wd:Q4915012 .\n  ?pathway rdfs:label ?pathwayLabel .\n  FILTER(LANG(?pathwayLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are some examples of biological pathways in Wikidata?", "Can you show me 10 named biological pathways with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4915012> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } } LIMIT 10"}}
{"id": "val_1799", "question": "Television series seasons whose English labels are formatted as \"Series Name, season X\" along with the series name and season number.", "sparql": "SELECT ?season ?seasonLabel ?series ?seriesLabel ?seasonNumber WHERE { ?season wdt:P31 wd:Q3464665 ; p:P179 [ ps:P179 ?series ; pq:P1545 ?seasonNumber ] . OPTIONAL { ?season rdfs:label ?seasonLabel . FILTER(LANG(?seasonLabel) = \"en\") } ?series wdt:P31 wd:Q5398426 ; rdfs:label ?seriesLabel . FILTER(LANG(?seriesLabel) = \"en\") FILTER(CONCAT(STR(?seriesLabel), \", season \", ?seasonNumber) = STR(?seasonLabel)) } LIMIT 10", "paraphrases": ["Which television series seasons have English labels that exactly match the pattern \"TV Series Name, season X\", and what are the corresponding series names and season numbers?", "Show me the television series seasons (with their season numbers) where the season\u2019s English label is constructed by appending \", season X\" to the TV series name."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3464665> ; <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/statement/P179> ?var5 ; <http://www.wikidata.org/prop/qualifier/P1545> ?var4 ] . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( ( CONCAT ( STR ( ?var3 ) , \", season \", ?var4 ) = STR ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_1800", "question": "What properties and values are associated with pulmonary artery choriocarcinoma?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q18556859 ?property ?value .\n}", "paraphrases": ["Can you list all the information available about the disease pulmonary artery choriocarcinoma in Wikidata?", "Which facts are known about pulmonary artery choriocarcinoma in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q18556859-1A5EB95E-9D45-429C-AD24-BB5A6F14A832> . }"}}
{"id": "val_1801", "question": "Spanish labels of properties and linked entities for liposarcoma, with counts", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?pl ) AS ?propertyLabel ) ( COUNT( ?object ) AS ?objectCount ) ( GROUP_CONCAT( ?objectLabel ; SEPARATOR = \", \" ) AS ?objectLabels ) WHERE {\n  wd:Q1827425 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER ( LANG( ?objectLabel ) = \"es\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?pl .\n  FILTER ( LANG( ?pl ) = \"es\" ) .\n}\nGROUP BY ?property", "paraphrases": ["What are the Spanish labels of properties used by liposarcoma, how many entities do they link to, and what are those entities in Spanish?", "Show me for each property connected to liposarcoma: its Spanish name, how many things it connects to, and the Spanish names of those things."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1827425> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1802", "question": "List TV and radio broadcasters and their countries.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?broadcaster ?broadcasterLabel ?country ?countryLabel WHERE {\n  ?mediaItem wdt:P3301 ?broadcaster .\n  ?broadcaster wdt:P31 ?type .\n  VALUES ?type {\n    wd:Q1616075 wd:Q795585 wd:Q1164334 wd:Q680634 wd:Q11223354 wd:Q1549591\n  }\n  ?broadcaster rdfs:label ?broadcasterLabel .\n  FILTER ( LANG( ?broadcasterLabel ) = \"en\" ) OPTIONAL {\n    ?broadcaster wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which countries host television and radio stations that broadcast media content?", "Please provide a list of broadcasters (TV/radio stations) along with the countries they are based in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P3301> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_1803", "question": "Drugs containing tenofovir in their name", "sparql": "SELECT DISTINCT ?drug ?label (STRAFTER(STR(?drug), \"http://www.wikidata.org/entity/\") AS ?qid) WHERE { ?drug (wdt:P31/wdt:P279*) wd:Q8386 . ?drug rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(CONTAINS(LCASE(?label), \"tenofovir\")) } LIMIT 15", "paraphrases": ["What are the English names of drugs that include tenofovir as an ingredient?", "List the Wikidata items and labels for drugs that have \"tenofovir\" in their English name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( REPLACE ( STR ( ?var1 ) , \".*Q\", \"Q\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8386> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2 ) , LCASE ( \"tenofo\" ) ) ) ) . } LIMIT 15"}}
{"id": "val_1804", "question": "Chemical elements with their symbols and atomic numbers, ordered by atomic number.", "sparql": "SELECT ?element ?elementLabel ?symbol ?atomicNumber WHERE { ?element wdt:P31 wd:Q11344 . ?element wdt:P246 ?symbol . ?element wdt:P1086 ?atomicNumber . ?element rdfs:label ?elementLabel . FILTER(LANG(?elementLabel) = \"en\") } ORDER BY ASC(?atomicNumber)", "paraphrases": ["What are the chemical elements, their symbols, and atomic numbers, sorted from lowest to highest atomic number?", "List all chemical elements in order of increasing atomic number, along with their English names and chemical symbols."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . ?var1Label <http://www.wikidata.org/prop/direct/P246> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P1086> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1805", "question": "List chemical elements with their atomic masses in daltons, ordered by atomic number.", "sparql": "SELECT ?elementLabel ?massValue ?massUnit ?massUnitLabel WHERE { ?element wdt:P31 wd:Q11344 . ?element wdt:P1086 ?atomicNumber . ?element p:P2067 ?massStatement . ?massStatement psv:P2067 ?massValueNode . ?massValueNode wikibase:quantityAmount ?massValue . ?massValueNode wikibase:quantityUnit ?massUnit . ?element rdfs:label ?elementLabel . ?massUnit rdfs:label ?massUnitLabel . FILTER(LANG(?elementLabel) = \"en\") FILTER(LANG(?massUnitLabel) = \"en\") } ORDER BY ASC(?atomicNumber)", "paraphrases": ["What are the atomic masses of all chemical elements, and what unit are they measured in?", "Show me the names of chemical elements along with their atomic weights in daltons, sorted from hydrogen to the heaviest element."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . ?var1 <http://www.wikidata.org/prop/direct/P1086> ?var5 . ?var1 ( <http://www.wikidata.org/prop/P2067> / <http://www.wikidata.org/prop/statement/value/P2067> ) ?var6 . ?var6 <http://wikiba.se/ontology#quantityAmount> ?var2 . ?var6 <http://wikiba.se/ontology#quantityUnit> ?var3 . OPTIONAL { ?var6 <http://wikiba.se/ontology#quantityReferenceRecord> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_1806", "question": "Films with box office earnings and their English titles", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P2142 ?value . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } LIMIT 11", "paraphrases": ["What are 11 movies that have recorded box office earnings, and what are their English names?", "List up to 11 items with box office data and their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2142> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1807", "question": "What are all the superclass categories of protein-coding gene in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q20747295 wdt:P279 * ?superclass .\n}\nLIMIT 100", "paraphrases": ["What classes does the protein-coding gene belong to through the subclass-of hierarchy?", "List all the higher-level categories that protein-coding gene is a subclass of, including indirect ones."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q20747295> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_1808", "question": "List all chemical elements with their atomic numbers in ascending order.", "sparql": "SELECT ?element ?elementLabel ?atomicNumber WHERE { ?element wdt:P31 wd:Q11344 . ?element wdt:P1086 ?atomicNumber . ?element rdfs:label ?elementLabel . FILTER(LANG(?elementLabel) = \"en\") } ORDER BY ASC(?atomicNumber)", "paraphrases": ["What are the chemical elements and their corresponding atomic numbers, sorted from lowest to highest?", "Show me the names of all chemical elements along with their atomic numbers, ordered by atomic number, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> . ?var1 <http://www.wikidata.org/prop/direct/P1086> ?var2 . OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1809", "question": "What is the instance of classification for ovarian fetiform teratoma?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?propertyLabel WHERE {\n  ?subject wdt:P31 ?object .\n  FILTER(?subject = wd:Q18557215)\n  .\n  wd:P31 rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["What property describes the category of ovarian fetiform teratoma in Wikidata?", "Show me the subject and property label for the statement that classifies ovarian fetiform teratoma as a disease."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q18557215-D2637ABC-4A1E-4AD0-842B-9293BCC6C593> . }"}}
{"id": "val_1810", "question": "What web pages or statements are about vulvar cancer?", "sparql": "SELECT ?item ?property WHERE {\n  ?item ?property wd:Q1908194 .\n}", "paraphrases": ["Which resources link to the Wikidata item for vulvar cancer?", "What are the external links and Wikidata statements associated with vulvar cancer?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q1908194> . }"}}
{"id": "val_1811", "question": "Drugs starting with 't' in English.", "sparql": "SELECT DISTINCT ?drug ?label WHERE { ?drug (wdt:P31/wdt:P279*) wd:Q8386 . ?drug rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(STRSTARTS(LCASE(?label), \"t\")) } LIMIT 15", "paraphrases": ["What are the English names of drugs and drug subclasses that begin with the letter 't'?", "List up to 15 drugs and their subclasses whose English labels start with 't'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8386> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2 ) , LCASE ( \"t\" ) ) ) ) . } LIMIT 15"}}
{"id": "val_1812", "question": "Top-grossing films with their cast members and box office earnings", "sparql": "SELECT ?film ?filmLabel ?castMember ?castMemberLabel ?boxOffice WHERE { ?film wdt:P31 wd:Q11424 ; wdt:P161 ?castMember ; wdt:P2142 ?boxOffice . FILTER(?boxOffice > 100000000 && ?boxOffice < 3000000000) . ?film rdfs:label ?filmLabel . ?castMember rdfs:label ?castMemberLabel . FILTER(LANG(?filmLabel) = \"en\") . FILTER(LANG(?castMemberLabel) = \"en\") } ORDER BY DESC(?boxOffice) LIMIT 10", "paraphrases": ["Which are the highest-grossing films of all time, who starred in them, and how much did they earn at the box office?", "List the top 10 highest-grossing films in English, along with their main cast members and box office revenue, excluding films with unrealistic earnings."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P161> [ <http://www.wikidata.org/prop/statement/P161> ?var2 ] . ?var1 <http://www.wikidata.org/prop/direct/P2142> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . }"}}
{"id": "val_1813", "question": "What properties and values are associated with Childhood choriocarcinoma of the ovary?", "sparql": "SELECT ?property ?value WHERE { wd:Q18557907 ?property ?value .}", "paraphrases": ["Can you list all the information available for Childhood choriocarcinoma of the ovary in Wikidata?", "What does Wikidata know about Childhood choriocarcinoma of the ovary, including descriptions and identifiers?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18557907> ?var1 ?var2 . }"}}
{"id": "val_1814", "question": "What pairs of research topics commonly appear together in works related to proteochemometrics?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  {\n    ?work ( wdt:P921 / wdt:P31 * / wdt:P279 * ) wd:Q50327360 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P361 + ) wd:Q50327360 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P1269 + ) wd:Q50327360 .\n  }\n  ?work wdt:P921 ?topic1 , ?topic2 .\n  FILTER ( ?topic1 != wd:Q50327360 && ?topic2 != wd:Q50327360 && ?topic1 != ?topic2 ) OPTIONAL {\n    ?topic1 rdfs:label ?topic1Label .\n    FILTER ( LANG( ?topic1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?topic2 rdfs:label ?topic2Label .\n    FILTER ( LANG( ?topic2Label ) = \"en\" )\n  }\n}", "paraphrases": ["Which pairs of main subjects (e.g., biological entities, methods, or concepts) are jointly associated with the same publications or datasets that are about proteochemometrics, excluding proteochemometrics itself?", "Show me the most frequent co-occurring topics in scientific works where proteochemometrics is a related field, such as through subclass, part, or facet relationships."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q50327360> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q50327360> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q50327360> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q50327360> != ?var1 ) && ( <http://www.wikidata.org/entity/Q50327360> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1815", "question": "TV episodes without IMDb IDs that are part of a series", "sparql": "SELECT ?episode ?episodeLabel WHERE { ?episode wdt:P31 wd:Q21191270 ; wdt:P179 ?series . FILTER NOT EXISTS { ?episode wdt:P345 ?imdb . } ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = \"en\") } LIMIT 20", "paraphrases": ["Which television episodes are part of a series but do not have an IMDb identifier?", "Show me TV episodes that belong to a series but are not linked to IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q871858> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 20"}}
{"id": "val_1816", "question": "List all drugs and their subclasses in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q8386 .\n}", "paraphrases": ["What are all the entities that are classified as drugs or any of their subtypes?", "Show me all known drugs, including more specific types of drugs, from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q20679763> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q17537576> . }"}}
{"id": "val_1817", "question": "What are the categories that Hollywood and Punta Islita Airport belong to?", "sparql": "SELECT ?class1 ?class2 WHERE { wd:Q34006 wdt:P31 ?class1 . wd:Q3545312 wdt:P31 ?class2 . }", "paraphrases": ["Do Hollywood and Punta Islita Airport share any common classification in Wikidata?", "What is the most specific shared superclass between the neighborhood of Hollywood and the airport in Costa Rica?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3545312> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34006> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1818", "question": "What are the names of music albums, their performers, and release dates?", "sparql": "SELECT ?album ?albumLabel ?performer ?performerLabel ?releaseDate WHERE { ?album wdt:P31 wd:Q482994 . OPTIONAL { ?album wdt:P175 ?performer . } OPTIONAL { ?album wdt:P577 ?releaseDate . } OPTIONAL { ?album rdfs:label ?albumLabel . FILTER(LANG(?albumLabel) = \"en\") } OPTIONAL { ?performer rdfs:label ?performerLabel . FILTER(LANG(?performerLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Show me a list of albums along with the artists who performed them and when they were released.", "Can you list music albums with their performing artists and publication years?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } } LIMIT 100"}}
{"id": "val_1819", "question": "What protein is the ANTAR domain part of, according to the statement with reference ref:85024ad19d5a0f2fb12d25aa9471fa23d3f6bb19?", "sparql": "SELECT ?property ?value ?valueLabel ?reference WHERE { s:Q24768333-F62E6210-3C2C-4C2A-8943-D7837ED33AFE ps:P361 ?value . s:Q24768333-F62E6210-3C2C-4C2A-8943-D7837ED33AFE prov:wasDerivedFrom ?reference . BIND(wdt:P361 AS ?property) . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") }", "paraphrases": ["According to which reference is the ANTAR domain stated to be part of the GAF-ANTAR transcription anti-termination regulator, putative?", "Show the claim and source for the statement that the ANTAR domain is part of the GAF-ANTAR transcription anti-termination regulator, putative."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24768333-F62E6210-3C2C-4C2A-8943-D7837ED33AFE> ?var1 ?var2 . }"}}
{"id": "val_1820", "question": "What albums were released by the band Braid, and when were they released?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?album ?albumLabel ?releaseDate WHERE {\n  ?album wdt:P175 wd:Q4955640 .\n  ?album wdt:P31 wd:Q482994 .\n  OPTIONAL {\n    ?album wdt:P577 ?releaseDate .\n  }\n  ?album rdfs:label ?albumLabel .\n  FILTER(LANG(?albumLabel) = \"en\")\n}\nLIMIT 300", "paraphrases": ["List Braid's albums and their release dates.", "Can you show me the albums by the band Braid along with their publication dates?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P175> <http://www.wikidata.org/entity/Q4955640> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } } LIMIT 300"}}
{"id": "val_1821", "question": "List current Swedish municipalities with their administrative counties and geographic coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?municipality(GROUP_CONCAT(DISTINCT ?municipalityLabel ; SEPARATOR = \"; \") AS ?municipalityName)(GROUP_CONCAT(DISTINCT ?administrativeRegionLabel ; SEPARATOR = \" / \") AS ?administrativeRegionName)(SAMPLE(?coordinate) AS ?location) WHERE {\n  ?municipality wdt:P31 wd:Q127448 .\n  ?municipality p:P131 ?statement .\n  ?statement ps:P131 ?administrativeRegion .\n  ?municipality wdt:P625 ?coordinate .\n  FILTER(NOT EXISTS {\n    ?statement pq:P582 ?endTime\n  })\n  .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n  .\n  ?administrativeRegion rdfs:label ?administrativeRegionLabel .\n  FILTER(LANG(?administrativeRegionLabel) = \"en\")\n  .\n}\nGROUP BY ?municipality", "paraphrases": ["What are the names, locations, and\u6240\u5c5e counties of all currently active municipalities in Sweden?", "Show me a list of Swedish municipalities that are still active, along with the county they belong to and their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var1Label ; SEPARATOR = \"; \" ) AS ?var1Label )( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \" / \" ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q127448> . ?var1 <http://www.wikidata.org/prop/P131> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . } GROUP BY ?var1"}}
{"id": "val_1822", "question": "What entity and property does the statement with ID Q29971817-7AF881C2-17D8-4AD4-852E-6B125E28BAE7 refer to?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?predicate WHERE {\n  ?subject ?predicate s:Q29971817-7AF881C2-17D8-4AD4-852E-6B125E28BAE7 .\n}", "paraphrases": ["Which subject and predicate are associated with the statement s:Q29971817-7AF881C2-17D8-4AD4-852E-6B125E28BAE7?", "What is the claim made by the statement s:Q29971817-7AF881C2-17D8-4AD4-852E-6B125E28BAE7 \u2014 which entity and property does it involve?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q29971817-7AF881C2-17D8-4AD4-852E-6B125E28BAE7> . }"}}
{"id": "val_1823", "question": "Subclasses of pancreatic cancer and their direct parent classes.", "sparql": "SELECT ?subclass ?subclassLabel ?directParent WHERE { ?subclass wdt:P279* wd:Q212961 . OPTIONAL { ?subclass wdt:P279 ?directParent . } ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["What are all the types of pancreatic cancer and what disease category does each one directly belong to?", "List all diseases classified under pancreatic cancer, along with their immediate parent classifications in the disease hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q212961> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1824", "question": "Drugs and their WHO international non-proprietary names in English", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?drug ?drugLabel ?inn WHERE {\n  ?drug wdt:P2275 ?inn .\n  ?drug rdfs:label ?drugLabel .\n  FILTER(LANG(?drugLabel) = \"en\" && LANG(?inn) = \"en\")\n}\nLIMIT 12", "paraphrases": ["What are the English names of drugs and their corresponding WHO international non-proprietary names?", "List up to 12 drugs with their official English labels and their WHO INNs in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2275> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var2 ) = \"mo\" ) ) ) . } LIMIT 12"}}
{"id": "val_1825", "question": "What countries is the TV series 'The Crown' from?", "sparql": "SELECT ?var1Label ?var2 ?var2Label WHERE { ?var1 rdfs:label ?var1Label ; wdt:P31 wd:Q5398426 . FILTER(lang(?var1Label) = \"en\" && STR(?var1Label) = \"The Crown\") OPTIONAL { ?var1 wdt:P495 ?var2 . ?var2 rdfs:label ?var2Label . FILTER(lang(?var2Label) = \"en\") } }", "paraphrases": ["Which countries are the origin of the television series 'The Crown'?", "Show me the countries of origin for the TV show 'The Crown' in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> ; <http://www.w3.org/2000/01/rdf-schema#label> \"The Crown\"@en . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P297> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1826", "question": "How many Wikimedia categories have \"health problem\" as their main topic?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( ?category ) AS ?count ) WHERE {\n  ?category wdt:P301 wd:Q2057971 .\n}", "paraphrases": ["What is the number of Wikipedia categories focused on health problems?", "Is there only one Wikipedia category that centers on the topic of health problems?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q2057971> . }"}}
{"id": "val_1827", "question": "List radio stations and their Facebook usernames.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?facebookUsername WHERE {\n  ?station wdt:P31 wd:Q14350 .\n  OPTIONAL {\n    ?station wdt:P2013 ?facebookUsername .\n  }\n  ?station rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = 'en' )\n}\nLIMIT 1000", "paraphrases": ["Which radio stations have Facebook profiles, and what are their usernames?", "Show me the names of radio stations along with their Facebook usernames, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14350> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var2 . } } LIMIT 1000"}}
{"id": "val_1828", "question": "Books and their authors", "sparql": "SELECT ?book ?bookLabel ?author ?authorLabel WHERE { ?book wdt:P31 wd:Q571 . ?author wdt:P50 ?book . FILTER (?book != ?author) OPTIONAL { ?book rdfs:label ?bookLabel . FILTER(LANG(?bookLabel) = \"en\") } OPTIONAL { ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } } ORDER BY ?bookLabel", "paraphrases": ["Which books have been written by which authors?", "List the English-labeled books and their authors, excluding cases where a book is incorrectly linked to itself as an author."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var2 <http://www.wikidata.org/prop/direct/P50> ?var1 . }"}}
{"id": "val_1829", "question": "Swedish minor urban area codes excluding those with coordinates from Sm\u00e5orter 2015 report.", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?code WHERE {\n  ?urbanArea wdt:P776 ?code . MINUS {\n    ?urbanArea p:P625 ?statement .\n    ?statement prov:wasDerivedFrom ?reference .\n    ?reference pr:P248 wd:Q28048805 .\n  }\n}\nORDER BY ASC(?code)", "paraphrases": ["Which Swedish minor urban areas have coordinate data sourced from something other than the Sm\u00e5orter 2015 report?", "Please list all Swedish minor urban area codes that are not referenced in the Sm\u00e5orter 2015 report."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P776> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/P625> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P625> ?var4 ; <http://www.w3.org/ns/prov#wasDerivedFrom> ?var5 . ?var5 <http://www.wikidata.org/prop/reference/P248> ?var6 . FILTER ( ( ( ?var6 != <http://www.wikidata.org/entity/Q28048805> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_1830", "question": "How many television series episodes have additional type classifications beyond being a TV episode?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?hasOtherInstance ( COUNT( ?episode ) AS ?count ) WHERE {\n  ?episode wdt:P31 wd:Q21191270 .\n  OPTIONAL {\n    ?episode wdt:P31 ?otherType .\n    FILTER ( ?otherType != wd:Q21191270 )\n  }\n  BIND( IF( BOUND( ?otherType ) , \"with\" , \"without\" ) AS ?hasOtherInstance )\n}\nGROUP BY ?hasOtherInstance\nORDER BY ASC ( ?hasOtherInstance )", "paraphrases": ["Are television series episodes typically classified only as episodes, or do they often belong to other categories too?", "Show the count of television series episodes that are instances of other types besides \"television series episode\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q21191270> . OPTIONAL { BIND ( \"with\" AS ?var4 ). ?var2 <http://www.wikidata.org/prop/direct/P31> [] . } BIND ( COALESCE ( ?var4 , \"without\" ) AS ?var1 ). } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_1831", "question": "What is the most general category that both Guanacaste Province and the Super Bowl belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q690026 wdt:P31 ?type1 .\n  wd:Q32096 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n}\nORDER BY ASC ( ?ancestor )\nLIMIT 1", "paraphrases": ["What is the highest-level shared class in Wikidata's hierarchy for Guanacaste Province and the Super Bowl?", "What concept do Guanacaste Province and the Super Bowl have in common at the top of their classification trees?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q690026> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32096> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1832", "question": "Observation towers in Prague with coordinates and districts", "sparql": "SELECT ?tower ?coordinates ?district WHERE { ?tower wdt:P17 wd:Q213 . ?tower wdt:P625 ?coordinates . ?tower wdt:P31 wd:Q1440300 . ?tower wdt:P131 wd:Q1085 . ?tower wdt:P131 ?district . }", "paraphrases": ["What are the observation towers in Prague, their coordinates, and the specific districts they are located in?", "List all observation towers in Prague along with their geographic coordinates and the administrative districts they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1440300> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1085> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . }"}}
{"id": "val_1833", "question": "What genes are orthologous to or encoded by the mouse Smn1 gene?", "sparql": "SELECT ?subject ?predicate WHERE { { ?subject wdt:P684 wd:Q18254186 . BIND(wdt:P684 AS ?predicate) } UNION { ?subject wdt:P702 wd:Q18254186 . BIND(wdt:P702 AS ?predicate) } }", "paraphrases": ["Which human and mouse genes have a direct biological relationship with the mouse Smn1 gene?", "Find all genes that are either orthologs of Smn1 or are encoded by it."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q18254186> . }"}}
{"id": "val_1834", "question": "What subject and predicate are associated with the statement s:Q88866-281A2847-F20C-4679-990D-CF17CFD18348?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?predicate WHERE {\n  ?subject ?predicate s:Q88866-281A2847-F20C-4679-990D-CF17CFD18348 .\n}", "paraphrases": ["Which person and property does this Wikidata statement refer to?", "Find the entity and property linked to this specific statement identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q5464657-44355E38-A46B-4051-AC86-70599C87AC12> . }"}}
{"id": "val_1835", "question": "What is the CAS number for monoammonium glutamate?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cas WHERE {\n  wd:Q8213959 wdt:P231 ?cas .\n}", "paraphrases": ["Can you find the chemical identifier (CAS number) of the compound monoammonium glutamate?", "Show the CAS registry number for monoammonium glutamate."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q8213959> <http://www.wikidata.org/prop/direct/P402> ?var1 . }"}}
{"id": "val_1836", "question": "What is the most specific category that both an airport and a spaceport belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q194188 wdt:P279 * ?commonClass .\n  wd:Q1248784 wdt:P279 * ?commonClass .\n  FILTER NOT EXISTS {\n    ?otherCommonClass wdt:P279 + ?commonClass .\n    wd:Q194188 wdt:P279 * ?otherCommonClass .\n    wd:Q1248784 wdt:P279 * ?otherCommonClass .\n  }\n}\nLIMIT 1", "paraphrases": ["What do Kennedy Space Center and Punta Islita Airport have in common in terms of their classification?", "What is the highest-level shared class that includes both airports and spaceports?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q48821> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3545312> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1837", "question": "Which species have the most biological entities annotated in WikiPathways, and how many?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?taxonLabel(COUNT(?entity) AS ?count) WHERE {\n  ?entity wdt:P2410 ?pathway_id ; wdt:P703 ?taxon .\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER(LANG(?taxonLabel) = \"en\")\n}\nGROUP BY ?taxon ?taxonLabel", "paraphrases": ["How many WikiPathways-annotated entities are associated with each species, and which species top the list?", "Show me the top species by count of entities linked to WikiPathways, along with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P2410> ?var4 ; <http://www.wikidata.org/prop/direct/P703> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_1838", "question": "Subclasses of molecular entity in chemistry", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q2393187 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 11", "paraphrases": ["What are some chemical subclasses of a molecular entity?", "List up to 11 English-labeled subclasses of molecular entity in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q2393187> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1839", "question": "What are all the pairs of topics that are commonly associated with data management in academic or technical works?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  {\n    SELECT DISTINCT ?topic1 ?topic1Label WHERE {\n      {\n        ?work wdt:P921 ?topic1 .\n        ?topic1(wdt:P31 * / wdt:P279 *) wd:Q1149776 .\n      } UNION {\n        ?work wdt:P921 ?topic1 .\n        ?topic1 wdt:P361 + wd:Q1149776 .\n      } UNION {\n        ?work wdt:P921 ?topic1 .\n        ?topic1 wdt:P1269 + wd:Q1149776 .\n      }\n      ?topic1 rdfs:label ?topic1Label .\n      FILTER(LANG(?topic1Label) = \"en\")\n    }\n  }\n  {\n    SELECT DISTINCT ?topic2 ?topic2Label WHERE {\n      {\n        ?work wdt:P921 ?topic2 .\n        ?topic2(wdt:P31 * / wdt:P279 *) wd:Q1149776 .\n      } UNION {\n        ?work wdt:P921 ?topic2 .\n        ?topic2 wdt:P361 + wd:Q1149776 .\n      } UNION {\n        ?work wdt:P921 ?topic2 .\n        ?topic2 wdt:P1269 + wd:Q1149776 .\n      }\n      ?topic2 rdfs:label ?topic2Label .\n      FILTER(LANG(?topic2Label) = \"en\")\n    }\n  }\n  BIND(?topic1 AS ?var1)\n  BIND(?topic2 AS ?var2)\n  FILTER(?var1 != ?var2)\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\" && LANG(?var2Label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which topics frequently appear alongside each other as main subjects in publications related to data management?", "Can you list distinct topic pairs that are both linked to data management through their association with related works?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1149776> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q1149776> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q1149776> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q1149776> != ?var1 ) && ( <http://www.wikidata.org/entity/Q1149776> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1840", "question": "What is the most specific administrative region that both Punta Islita Airport and Guanacaste Airport are located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q3545312 wdt:P131 * ?common .\n  wd:Q1708765 wdt:P131 * ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER(LANG(?commonLabel) = 'en')\n  {\n    SELECT ?common(COUNT(?mid) AS ?depth) WHERE {\n      wd:Q3545312 wdt:P131 * ?mid .\n      ?mid wdt:P131 * ?common .\n    }\n    GROUP BY ?common\n  }\n}\nORDER BY ?depth\nLIMIT 1", "paraphrases": ["Which province contains both Punta Islita Airport and Guanacaste Airport?", "Find the lowest-level geographic region shared by Punta Islita Airport and Guanacaste Airport in Costa Rica."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43263422> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3545312> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1841", "question": "Subclasses of cancer", "sparql": "SELECT ?cancerType ?cancerTypeLabel WHERE { ?cancerType wdt:P279* wd:Q12078 . ?cancerType rdfs:label ?cancerTypeLabel . FILTER(LANG(?cancerTypeLabel) = \"en\") }", "paraphrases": ["What are the different types of cancer?", "List all known types of cancer as classified in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q17114233> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17537576> . }"}}
{"id": "val_1842", "question": "What are the different editions and translations of the Iliad, and what are they called in various languages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?edition ?editionLabel WHERE {\n  ?edition wdt:P629 wd:Q8275 .\n  ?edition rdfs:label ?editionLabel .\n}", "paraphrases": ["List all known versions of Homer\u2019s Iliad along with their names in different languages.", "Show me the titles of all translations and editions of the Iliad in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P629> <http://www.wikidata.org/entity/Q8275> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_1843", "question": "WikiPathways pathways associated with humans", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikipathwaysId WHERE {\n  ?item wdt:P2410 ?wikipathwaysId ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["What are the WikiPathways identifiers for biological pathways found in Homo sapiens?", "List all WikiPathways IDs for pathways that occur in humans."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP2736_r87745> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_1844", "question": "Archived URLs of open access policies for universities and research institutions.", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?policy ?archivedUrl WHERE {\n  ?policy wdt:P31 wd:Q2000006 .\n  ?policy ( p:P953 / pq:P1065 ) ?archivedUrl .\n}", "paraphrases": ["What are the archived versions of the full text of open access policies from institutions like universities and CNRS?", "Show me the archived web links where the full open access policies of institutions can be found."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2000006> . ?var1 ( <http://www.wikidata.org/prop/P953> / <http://www.wikidata.org/prop/qualifier/P1065> ) ?var2 . }"}}
{"id": "val_1845", "question": "Which organizations and individuals have these Twitter/X usernames: AndrewYNg, BoozAllen, Etsy, GustoHQ, TechCrunch, and Veracode?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"AndrewYNg\" \"BoozAllen\" \"Etsy\" \"GustoHQ\" \"TechCrunch\" \"Veracode\" } }", "paraphrases": ["Who are the Wikidata entities associated with the Twitter/X usernames AndrewYNg, BoozAllen, Etsy, GustoHQ, TechCrunch, and Veracode?", "Show me the Wikidata entries for entities with the Twitter/X handles: AndrewYNg, BoozAllen, Etsy, GustoHQ, TechCrunch, and Veracode."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"UVADSI\" ) ( \"string1\" ) ( \"string2\" ) ( \"SAS_DACH\" ) ( \"nudro\" ) ( \"string3\" ) ( \"TechCrunch\" ) ( \"AndrewYNg\" ) ( \"Etsy\" ) ( \"kmkz202\" ) ( \"FranBerman\" ) ( \"resdatall\" ) ( \"Veracode\" ) ( \"string4\" ) ( \"GustoHQ\" ) ( \"BoozAllen\" ) ( \"string5\" ) ( \"string6\" ) ( \"SPGlobal\" ) } }"}}
{"id": "val_1846", "question": "What chemical identifiers are associated with Netobimin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?identifier WHERE {\n  wd:Q19297153 ?statementProperty ?identifier .\n  ?property wikibase:directClaim ?statementProperty ; wdt:P31 wd:Q19833835 .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nORDER BY ASC(?propertyLabel)\nLIMIT 500", "paraphrases": ["List the names and values of all chemical identifier properties (like CAS, ChEMBL, PubChem) for the compound Netobimin.", "Which databases have recorded identifiers for Netobimin, and what are those identifiers?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q19297153> ?var3 ?var2 . ?var1 <http://wikiba.se/ontology#directClaim> ?var3 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19833835> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } ORDER BY ASC( ?var1Label ) LIMIT 500"}}
{"id": "val_1847", "question": "Which fathers have had the most sons become popes, and what are images of those popes?", "sparql": "SELECT ?father ?fatherLabel (SAMPLE(?image) AS ?sampledImage) (COUNT(?pope) AS ?popeCount)\nWHERE {\n  ?pope wdt:P31 wd:Q5 ;\n        wdt:P39 wd:Q19546 ;\n        wdt:P22 ?father .\n  OPTIONAL {\n    ?pope wdt:P18 ?image .\n  }\n}\nGROUP BY ?father ?fatherLabel\nORDER BY DESC(?popeCount)", "paraphrases": ["Show the fathers of popes, how many popes each father had, and one image of a pope from each family.", "Who are the most common fathers of popes in history, and can we see a picture of one of their papal sons?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P22> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q19546> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var4 )"}}
{"id": "val_1848", "question": "What Lego films have German-language labels?", "sparql": "SELECT ?film WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?label . FILTER(LANG(?label) = \"de\") . FILTER(CONTAINS(LCASE(?label), \"lego\")) }", "paraphrases": ["Can you list the German-labeled movies related to Lego?", "Show me all films associated with Lego that are labeled in German."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Lego-film\"@de . }"}}
{"id": "val_1849", "question": "What entity and property does the statement node s:Q24768234-21FD46F0-DC75-472C-A1C2-4C5683867575 represent?", "sparql": "SELECT ?entity ?property WHERE { ?entity ?property s:Q24768234-21FD46F0-DC75-472C-A1C2-4C5683867575 . }", "paraphrases": ["Which entity has a claim about \"instance of\" with this specific statement identifier?", "Given a Wikidata statement node, how can I find the subject and property of the claim it belongs to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24768234-21FD46F0-DC75-472C-A1C2-4C5683867575> . }"}}
{"id": "val_1850", "question": "Who are the actors that starred alongside Jean-Paul Belmondo in films?", "sparql": "SELECT ?actor ?actorLabel WHERE { ?film wdt:P161 wd:Q106255 . ?film wdt:P161 ?actor . FILTER (?actor != wd:Q106255) . ?actor wdt:P31 wd:Q5 . ?actor rdfs:label ?actorLabel . FILTER (LANG(?actorLabel) = \"en\")}", "paraphrases": ["Can you list the co-stars of the French actor Jean-Paul Belmondo?", "Which human actors appeared in the same movies as Jean-Paul Belmondo?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q106255> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4> . }"}}
{"id": "val_1851", "question": "Swedish urban areas with their coordinates and Wikipedia page titles", "sparql": "SELECT ?urbanCode ?urbanArea ?urbanAreaLabel ?wikipediaUrl ?pageTitle ?coordinates WHERE { ?urbanArea wdt:P775 ?urbanCode . OPTIONAL { ?urbanArea p:P625 ?coordStmt . ?coordStmt ps:P625 ?coordinates . } OPTIONAL { ?wikipediaUrl schema:about ?urbanArea ; schema:isPartOf <https://sv.wikipedia.org/> . BIND( SUBSTR( STR( ?wikipediaUrl ), 31, 99 ) AS ?encodedTitle ) BIND( REPLACE( ?encodedTitle , \"%C3%B6\" , \"\u00f6\" ) AS ?tmp1 ) BIND( REPLACE( ?tmp1 , \"%C3%A4\" , \"\u00e4\" ) AS ?tmp2 ) BIND( REPLACE( ?tmp2 , \"%C3%A5\" , \"\u00e5\" ) AS ?tmp3 ) BIND( REPLACE( ?tmp3 , \"%C3%96\" , \"\u00d6\" ) AS ?tmp4 ) BIND( REPLACE( ?tmp4 , \"%C3%84\" , \"\u00c4\" ) AS ?tmp5 ) BIND( REPLACE( ?tmp5 , \"%C3%85\" , \"\u00c5\" ) AS ?tmp6 ) BIND( REPLACE( ?tmp6 , \"_\" , \" \" ) AS ?pageTitleRaw ) BIND( REPLACE( ?pageTitleRaw , \",.*\" , \"\" ) AS ?pageTitle ) } ?urbanArea rdfs:label ?urbanAreaLabel . FILTER( LANG( ?urbanAreaLabel ) = \"sv\" ) } ORDER BY ASC ( ?urbanCode )", "paraphrases": ["What are the Swedish urban areas, their locations, and simplified Wikipedia page titles?", "List all Swedish urban areas along with their geographic coordinates and the names used in their Swedish Wikipedia articles, excluding municipality names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P775> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/P625> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P625> ?var6 . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var3 ) ,\"31\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"99\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). BIND ( REPLACE ( ?var4 , \",.*\", \"\" ) AS ?var8 ). BIND ( REPLACE ( ?var8 , \"%C3%B6\", \"\u00f6\" ) AS ?var9 ). BIND ( REPLACE ( ?var9 , \"%C3%A4\", \"\u00e4\" ) AS ?var10 ). BIND ( REPLACE ( ?var10 , \"%C3%A5\", \"\u00e5\" ) AS ?var11 ). BIND ( REPLACE ( ?var11 , \"%C3%96\", \"\u00d6\" ) AS ?var12 ). BIND ( REPLACE ( ?var12 , \"%C3%84\", \"\u00c4\" ) AS ?var13 ). BIND ( REPLACE ( ?var13 , \"%C3%85\", \"\u00c5\" ) AS ?var14 ). BIND ( REPLACE ( ?var14 , \"_\", \" \" ) AS ?var5 ). ?var3 <http://schema.org/about> ?var2 ; <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_1852", "question": "Scholarly articles authored by Ugutz Unzueta, including co-authors, publication journals, and dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( MIN( ?pubDate ) AS ?earliestPubDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?typeLabel ; SEPARATOR = \", \" ) AS ?types ) ( SAMPLE( ?pages ) AS ?sampledPages ) ?journal ?finalJournalLabel ( GROUP_CONCAT( DISTINCT ?finalAuthorLabel ; SEPARATOR = \", \" ) AS ?coAuthors ) WHERE {\n  ?work wdt:P50 wd:Q41545312 .\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n  BIND( COALESCE ( ?authorLabel , SUBSTR( STR( ?author ) , 32 ) ) AS ?finalAuthorLabel ) OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND( xsd:date ( ?pubDateRaw ) AS ?pubDate )\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?journal .\n    ?journal rdfs:label ?journalLabel .\n    FILTER ( LANG( ?journalLabel ) = \"en\" )\n  }\n  BIND( COALESCE ( ?journalLabel , SUBSTR( STR( ?journal ) , 32 ) ) AS ?finalJournalLabel ) ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}\nGROUP BY ?work ?workLabel ?journal ?finalJournalLabel\nORDER BY DESC ( ?earliestPubDate )", "paraphrases": ["What are all the research papers written by Ugutz Unzueta, who are his co-authors, and in which journals were they published?", "Please list all the scientific publications by Ugutz Unzueta, showing the publication date, journal, type of work, and all contributing authors."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q41545312> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_1853", "question": "What is the most specific common category that both Juan Santamar\u00eda International Airport and the Holland Tunnel belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common(SUM(?dist1 + ?dist2) AS ?totalDist) WHERE {\n  {\n    SELECT ?common(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q1248784 wdt:P279 * ?mid .\n      ?mid wdt:P279 ?common .\n    }\n    GROUP BY ?common\n  }\n  {\n    SELECT ?common(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q2354973 wdt:P279 * ?mid .\n      ?mid wdt:P279 ?common .\n    }\n    GROUP BY ?common\n  }\n}\nGROUP BY ?common\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which superclass is shared by both the airport in Costa Rica and the road tunnel in the United States, and has the shortest combined distance in the subclass hierarchy?", "Find the lowest-level class in Wikidata's hierarchy that is a superclass of both Juan Santamar\u00eda International Airport and the Holland Tunnel."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q555940> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q125753> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1854", "question": "What properties link external resources to Tick-borne paroxysmal rickettsiosis?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?resource ?property wd:Q41788331 .\n}", "paraphrases": ["Which property is used by external websites to indicate they are about the disease Tick-borne paroxysmal rickettsiosis?", "Show me the relationship that connects any web resource to the Wikidata item for Tick-borne paroxysmal rickettsiosis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q41788331> . }"}}
{"id": "val_1855", "question": "Serbian Wikipedia pages linked to Wikidata items marked as permanent duplicates.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?duplicateItem ?srArticle WHERE {\n  ?duplicateItem wdt:P31 wd:Q21286738 .\n  ?srArticle schema:about ?duplicateItem ; schema:isPartOf <https://sr.wikipedia.org/> .\n}", "paraphrases": ["Which Serbian Wikipedia articles are associated with Wikidata items that are marked as permanent duplicates?", "List all Serbian Wikipedia pages that point to Wikidata items which are duplicates and cannot be merged."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21286738> . ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://sr.wikipedia.org/> . }"}}
{"id": "val_1856", "question": "Chemical substances with their PubChem CID, CAS number, and discovery date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?chemical ?chemicalLabel ?pubChemId ?casNumber ?discoveryDate WHERE {\n  ?chemical wdt:P662 ?pubChemId .\n  ?chemical wdt:P231 ?casNumber .\n  ?chemical wdt:P575 ?discoveryDate .\n  ?chemical rdfs:label ?chemicalLabel .\n  FILTER ( LANG( ?chemicalLabel ) = \"en\" )\n}", "paraphrases": ["What are the chemical elements and compounds, along with their PubChem IDs, CAS registry numbers, and the years they were discovered?", "Please list all chemical substances with their English names, PubChem CID, CAS number, and date of discovery."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P662> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P231> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P575> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1857", "question": "Swedish urban areas (t\u00e4torter) with population as of December 31, 2010, sorted by urban area code.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?urbanArea ?label ?code ?population ?date WHERE {\n  ?urbanArea wdt:P31 wd:Q12813115 .\n  ?urbanArea wdt:P775 ?code .\n  ?urbanArea p:P1082 ?statement .\n  ?statement ps:P1082 ?population .\n  ?statement pq:P585 ?date .\n  FILTER(?date = \"2010-12-31T00:00:00Z\" ^^ xsd:dateTime)\n  OPTIONAL {\n    ?urbanArea rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}\nORDER BY ASC(?code)", "paraphrases": ["What are the names, Swedish urban area codes, and populations of all urban areas in Sweden on December 31, 2010?", "List all urban areas in Sweden from 2010, including their official codes, population figures, and English names, ordered by their Swedish urban area code."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12813115> . ?var1 <http://www.wikidata.org/prop/direct/P775> ?var2 . ?var1 <http://www.wikidata.org/prop/P1082> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1082> ?var3 . ?var5 <http://www.wikidata.org/prop/qualifier/P585> ?var4 . FILTER ( ( ( ?var4 = \"2010-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_1858", "question": "What is the most specific shared superclass between Stanley Crouch and Judea based on their types?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (MIN(?dist) AS ?dist1)\n    WHERE {\n      wd:Q355531 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n      BIND (COUNT(?mid) AS ?dist)\n    }\n    GROUP BY ?ancestor\n  }\n  \n  {\n    SELECT ?ancestor (MIN(?dist) AS ?dist2)\n    WHERE {\n      wd:Q104028 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n      BIND (COUNT(?mid) AS ?dist)\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the subclass hierarchy for both Stanley Crouch and the historical region of Judea?", "Find the entity that is the most specific shared superclass of the types of Stanley Crouch and Judea, measured by the sum of shortest subclass paths."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355531> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q104028> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1859", "question": "Chemical compounds with English names and Czech alternative labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P31 wd:Q11173 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?var1 skos:altLabel ?var2 .\n    FILTER(LANG(?var2) = \"cs\")\n  }\n}", "paraphrases": ["What are the chemical compounds and their English names, along with any Czech alternative names?", "List all chemical compounds with their English labels and Czech alternative labels if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q11173> . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"cs\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_1860", "question": "What pairs of topics are commonly associated with episodic memory through shared works?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { { ?relatedItem (wdt:P921 / wdt:P31* / wdt:P279*) wd:Q18646 . } UNION { ?relatedItem (wdt:P921 / wdt:P361+) wd:Q18646 . } UNION { ?relatedItem (wdt:P921 / wdt:P1269+) wd:Q18646 . } ?relatedItem wdt:P921 ?topic1 , ?topic2 . FILTER ( ?topic1 != wd:Q18646 && ?topic2 != wd:Q18646 && ?topic1 != ?topic2 ) OPTIONAL { ?topic1 rdfs:label ?topic1Label . FILTER(LANG(?topic1Label) = \"en\") } OPTIONAL { ?topic2 rdfs:label ?topic2Label . FILTER(LANG(?topic2Label) = \"en\") } }", "paraphrases": ["Which pairs of subjects, such as diseases or research methods, appear together as main topics in works that are either parts of, facets of, or subclasses of episodic memory?", "Show me all pairs of distinct topics (excluding episodic memory itself) that are both main subjects of the same work that is related to episodic memory as a subclass, component, or aspect."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18646> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q18646> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q18646> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q18646> != ?var1 ) && ( <http://www.wikidata.org/entity/Q18646> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1861", "question": "Russian-language literary works by Andrzej Sapkowski", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?author ?authorLabel WHERE {\n  ?work ( wdt:P31 / wdt:P279 * ) wd:Q7725634 .\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"ru\" ) FILTER ( ?author = wd:Q312101 )\n}\nLIMIT 1000", "paraphrases": ["What are the Russian titles of literary works authored by Andrzej Sapkowski?", "List all literary works in Russian that were written by Andrzej Sapkowski."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7725634> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } FILTER ( ( ( LANG ( ?var1Label ) = \"ru\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"\u0421\u0430\u043f\u043a\u043e\u0432\u0441\u043a\u0438\u0439\" ) ) ) . } LIMIT 1000"}}
{"id": "val_1862", "question": "List speculative fiction novels with their English titles, authors' birth dates, and images.", "sparql": "SELECT ?novel ?novelLabel ?author ?authorBirthDate ?image ?alternativeName WHERE { ?novel wdt:P31 wd:Q571 ; wdt:P136 wd:Q9326077 . OPTIONAL { ?novel rdfs:label ?novelLabel . FILTER (LANG(?novelLabel) = \"en\") } OPTIONAL { ?novel wdt:P50 ?author . ?author wdt:P569 ?authorBirthDate . } OPTIONAL { ?novel wdt:P18 ?image . } OPTIONAL { ?novel wdt:P2561 ?alternativeName . } }", "paraphrases": ["What are the speculative fiction books in Wikidata, who wrote them, when were the authors born, and do they have cover images?", "Please provide the English names, authors, author birth dates, and images of all speculative fiction novels in Wikidata, along with any alternative titles they might have."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q10992055> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var11 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . ?var11 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P768> ?var12 . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } }"}}
{"id": "val_1863", "question": "What are the populations of minor localities in Sweden as of December 31, 2015, excluding partial-area estimates?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?code ?locality ?localityLabel ?population WHERE {\n  ?locality p:P31 ?instanceStmt .\n  ?instanceStmt ps:P31 wd:Q14839548 .\n  ?locality wdt:P776 ?code .\n  ?locality p:P1082 ?populationStmt .\n  ?populationStmt ps:P1082 ?population .\n  ?populationStmt pq:P585 \"2015-12-31T00:00:00Z\" ^^ xsd:dateTime .\n  OPTIONAL {\n    ?populationStmt pq:P518 ?part .\n  }\n  FILTER ( ! BOUND( ?part ) ) .\n  ?locality rdfs:label ?localityLabel .\n  FILTER ( LANG( ?localityLabel ) = \"en\" )\n}\nORDER BY ASC ( ?code )", "paraphrases": ["List Swedish sm\u00e5orter with their population codes and population figures for the year 2015, ensuring the data applies to the entire locality and not just a part.", "Show me the English names and population counts of all minor urban areas in Sweden as of the end of 2015, where the population data is not restricted to a specific part of the area."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/P31> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> . ?var2 <http://www.wikidata.org/prop/direct/P776> ?var1 . ?var2 <http://www.wikidata.org/prop/P1082> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P1082> ?var4 . ?var6 <http://www.wikidata.org/prop/qualifier/P585> ?var7 . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P518> ?var8 . } FILTER ( ( !( BOUND ( ?var8 ) ) ) ) . FILTER ( ( ( ?var7 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_1864", "question": "What subject and property are associated with the statement about the 3-dehydroquinate dehydratase active site being part of the Pentafunctional AroM protein?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property s:Q24777669-0FBA8973-F65C-444C-9BC3-5CA6408F99FE .}", "paraphrases": ["Which entity and property does the statement s:Q24777669-0FBA8973-F65C-444C-9BC3-5CA6408F99FE refer to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24777669-0FBA8973-F65C-444C-9BC3-5CA6408F99FE> . }"}}
{"id": "val_1865", "question": "What categories do Hartsfield\u2013Jackson Atlanta International Airport and India have in common?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonClass ?label WHERE {\n  wd:Q214861 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonClass .\n  FILTER EXISTS {\n    wd:Q668 wdt:P31 ?type2 .\n    ?type2 wdt:P279 * ?commonClass\n  }\n  .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}\nORDER BY ?label", "paraphrases": ["Which classes are shared by both India and Atlanta Airport through their type hierarchies?", "Find the most specific shared superclass categories between India and Hartsfield\u2013Jackson Atlanta International Airport."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q214861> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1866", "question": "How many editions exist for each of Ptolemy\u2019s major works?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel(COUNT(?edition) AS ?editionCount) WHERE {\n  ?edition wdt:P629 ?work .\n  ?work wdt:P50 wd:Q34943 .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel\nORDER BY DESC(?editionCount)", "paraphrases": ["Which of Ptolemy\u2019s works have the most editions, and how many editions does each have?", "List Ptolemy\u2019s works in English along with the number of known editions for each, sorted by most editions first."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q34943> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_1867", "question": "Chemical compounds with formula C\u2082\u2083H\u2082\u2085O\u2081\u2082 and their images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?compound ?label ?image WHERE {\n  ?compound wdt:P274 ?formula .\n  FILTER(?formula = \"C\u2082\u2083H\u2082\u2085O\u2081\u2082\" || ?formula = \"C\u2082\u2083H\u2082\u2085O\u2081\u2082\u207a\")\n  .\n  ?compound rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  OPTIONAL {\n    ?compound wdt:P18 ?image\n  }\n}\nLIMIT 10", "paraphrases": ["What are the English names of chemical compounds with the molecular formula C\u2082\u2083H\u2082\u2085O\u2081\u2082 or C\u2082\u2083H\u2082\u2085O\u2081\u2082\u207a, and do they have images on Wikimedia Commons?", "List the English-labeled chemical compounds with the formula C\u2082\u2083H\u2082\u2085O\u2081\u2082 or C\u2082\u2083H\u2082\u2085O\u2081\u2082\u207a, along with any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P274> \"C\u2082\u2083H\u2082\u2085O\u2081\u2082+\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_1868", "question": "What is the Swedish minor urban area code, administrative district, population, and area of Norrskedika as of 2015?", "sparql": "SELECT ?swedishCode ?item ?administrativeUnit ?population ?area WHERE { VALUES ?item { wd:Q2146619 } ?item wdt:P776 ?swedishCode . ?item p:P31 ?p31stmt . ?p31stmt ps:P31 wd:Q14839548 . OPTIONAL { ?p31stmt pq:P582 ?endTime . } FILTER ( !BOUND(?endTime) ) ?item p:P1082 ?popStmt . ?popStmt ps:P1082 ?population . ?popStmt pq:P585 \"2015-12-31T00:00:00Z\"^^xsd:dateTime . ?item p:P2046 ?areaStmt . ?areaStmt ps:P2046 ?area . ?areaStmt pq:P585 \"2015-12-31T00:00:00Z\"^^xsd:dateTime . OPTIONAL { ?item wdt:P131 ?administrativeUnit . ?administrativeUnit wdt:P31 wd:Q18333556 . } }", "paraphrases": ["Can you tell me the population and area of Norrskedika in 2015, along with its registration district and official code?", "Provide the 2015 population and area data for Norrskedika, Sweden, including its administrative division and unique urban area identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q2146619> ) } ?var2 <http://www.wikidata.org/prop/direct/P776> ?var1 . ?var2 <http://www.wikidata.org/prop/P31> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var8 . } FILTER ( ( !( BOUND ( ?var8 ) ) ) ) . ?var2 <http://www.wikidata.org/prop/P1082> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P1082> ?var5 . ?var9 <http://www.wikidata.org/prop/qualifier/P585> ?var10 . FILTER ( ( ( ?var10 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var2 <http://www.wikidata.org/prop/P2046> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/P2046> ?var6 . ?var11 <http://www.wikidata.org/prop/qualifier/P585> ?var12 . FILTER ( ( ( ?var12 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18333556> . } }"}}
{"id": "val_1869", "question": "What entity is classified as a protein family, and what is the source of this classification?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?entity ?entityLabel ?value ?valueLabel ?reference WHERE {\n  ?entity p:P31 s:Q24768037-F14A438B-C211-4F12-9526-1CEB069816A2 .\n  s:Q24768037-F14A438B-C211-4F12-9526-1CEB069816A2 ps:P31 ?value .\n  s:Q24768037-F14A438B-C211-4F12-9526-1CEB069816A2 prov:wasDerivedFrom ?reference .\n  ?entity rdfs:label ?entityLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  FILTER(LANG(?valueLabel) = \"en\")\n}", "paraphrases": ["Which protein family does the ABC transporter, haem export, CcmA belong to, and where is this information sourced from?", "Can you tell me the source of the claim that ABC transporter, haem export, CcmA is a protein family?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24768037-F14A438B-C211-4F12-9526-1CEB069816A2> ?var1 ?var2 . }"}}
{"id": "val_1870", "question": "What are some specific types of literary works (like novels or poems), and what broader category do they belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2 ?var3 ?var4 WHERE {\n  wd:Q7725634 wdt:P279 ?var3 .\n  ?var1 wdt:P279 ?var3 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var2 .\n    FILTER(LANG(?var2) = \"en\")\n  }\n  ?var3 rdfs:label ?var4 .\n  FILTER(LANG(?var4) = \"en\")\n}", "paraphrases": ["Can you list the sub-subclasses of literary works along with their immediate parent classes and their English labels?", "Show me the hierarchy two levels below literary works: what kinds of works are subclasses of types like 'written work' or 'creative work', and what are their names in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7725634> . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7725634> . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_1871", "question": "Scholarly articles on climate change and their publication dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?date WHERE {\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P921 wd:Q125928 .\n  ?article wdt:P577 ?date .\n}", "paraphrases": ["What scholarly articles have been published on climate change, and when were they published?", "List the academic papers about climate change along with their publication years."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 ?var3 <http://www.wikidata.org/entity/Q125928> . ?var4 <http://www.wikidata.org/prop/direct/P585> ?var2 . }"}}
{"id": "val_1872", "question": "What are the individual reaction steps involved in the N-glycan synthesis pathway in humans?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?component ?componentLabel WHERE {\n  ?component wdt:P361 wd:Q45317674 .\n  ?component schema:name ?componentLabel .\n  FILTER(LANG(?componentLabel) = \"en\")\n}", "paraphrases": ["List the biological reactions that are part of the Reactome pathway R-HSA-975578.", "Which enzyme-catalyzed reactions make up the complex N-glycan synthesis pathway?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45317674> . }"}}
{"id": "val_1873", "question": "English-titled articles published in the journal Nuclear Science and Techniques", "sparql": "SELECT ?title (COUNT(*) AS ?count) WHERE { ?article wdt:P1433 wd:Q14511704 . ?article wdt:P1476 ?title . FILTER(LANG(?title) = \"en\") } GROUP BY ?title ORDER BY DESC(?count) ASC(?title)", "paraphrases": ["What are the titles of articles published in the journal Nuclear Science and Techniques in English, and how many are there?", "List all English titles of articles published in Nuclear Science and Techniques, sorted alphabetically, along with their count."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q14511704> . ?var4 <http://www.wikidata.org/prop/direct/P2561> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_1874", "question": "WikiPathways IDs for human biological pathways", "sparql": "SELECT ?pathwayId WHERE { ?pathway wdt:P2410 ?pathwayId ; wdt:P703 wd:Q15978631 . }", "paraphrases": ["What are the WikiPathways identifiers of pathways associated with Homo sapiens?", "List all WikiPathways IDs of biological pathways found in humans."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP3401_r87463> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_1875", "question": "What entity and property are associated with the statement about melatonin metabolism and effects having CALM1 as a part?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property s:Q28922670-F557E652-22BD-4935-A6FD-847E4CF90ACB .\n}", "paraphrases": ["For the specific statement identifying CALM1 as a component of melatonin metabolism and effects, what is the subject and property?", "Which entity and property does the statement s:Q28922670-F557E652-22BD-4935-A6FD-847E4CF90ACB connect?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q28922670-F557E652-22BD-4935-A6FD-847E4CF90ACB> . }"}}
{"id": "val_1876", "question": "Firearms manufactured by Birmingham", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel ?statement WHERE {\n  ?statement ps:P176 wd:Q2256 .\n  ?item p:P176 ?statement .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["What products were manufactured by the city of Birmingham?", "List the items manufactured by Birmingham along with their labels and statement identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P176> <http://www.wikidata.org/entity/Q2256> . ?var1 <http://www.wikidata.org/prop/P176> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_1877", "question": "What are pairs of distinct topics (other than linked data) that appear together as main subjects of the same work, where at least one topic is related to linked data?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  {\n    ?work ( wdt:P921 / wdt:P31 * / wdt:P279 * ) wd:Q515701 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P361 + ) wd:Q515701 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P1269 + ) wd:Q515701 .\n  }\n  ?work wdt:P921 ?topic1 , ?topic2 .\n  FILTER ( ?topic1 != wd:Q515701 ) FILTER ( ?topic2 != wd:Q515701 ) FILTER ( ?topic1 != ?topic2 ) ?topic1 rdfs:label ?topic1Label .\n  ?topic2 rdfs:label ?topic2Label .\n  FILTER ( lang( ?topic1Label ) IN ( \"en\" , \"\" ) ) FILTER ( lang( ?topic2Label ) IN ( \"en\" , \"\" ) ) FILTER ( STRLEN( ?topic1Label ) > 0 ) FILTER ( STRLEN( ?topic2Label ) > 0 )\n}\nLIMIT 20", "paraphrases": ["Show me works that are about two different subjects, one of which is connected to linked data through hierarchy or part relationships.", "Which topics commonly co-occur with linked data as main subjects of the same article or dataset?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515701> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q515701> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q515701> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q515701> != ?var1 ) && ( <http://www.wikidata.org/entity/Q515701> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1878", "question": "Authors of the academic article \"Platypus\" and their ORCID IDs.", "sparql": "SELECT ?author ?authorLabel ?orcid WHERE { wd:Q50281845 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who are the authors of the article \"Platypus \u2013 A Multilingual Question Answering Platform for Wikidata\", and what are their ORCID identifiers?", "Please list the English names and ORCID IDs of all authors of the article \"Platypus \u2013 A Multilingual Question Answering Platform for Wikidata\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q50281845> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1879", "question": "Which Wikidata items have the Twitter usernames \"elonmusk\" or \"metafilter\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"elonmusk\" \"metafilter\" } }", "paraphrases": ["Who are the entities on Wikidata that use \"elonmusk\" or \"metafilter\" as their Twitter handle?", "Show me the Wikidata items corresponding to the Twitter usernames \"elonmusk\" and \"metafilter\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"string2\" ) ( \"metafilter\" ) ( \"string3\" ) ( \"string4\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1880", "question": "What are the Twitter/X usernames for Elon Musk and Tesla, Inc.?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"elonmusk\" \"Tesla\"\n  }\n}", "paraphrases": ["Which Wikidata entities have the Twitter usernames \"elonmusk\" or \"Tesla\"?", "Show me the entities on Wikidata that are linked to the Twitter accounts @elonmusk and @Tesla."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"elonmusk\" ) ( \"Tesla\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1881", "question": "What is the most specific administrative category that both Croydon and Pyongyang belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuper ?commonSuperLabel WHERE {\n  wd:Q2213391 wdt:P31 ?class1 .\n  wd:Q18808 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?commonSuper .\n  ?class2 wdt:P279 * ?commonSuper .\n  ?commonSuper rdfs:label ?commonSuperLabel .\n  FILTER(LANG(?commonSuperLabel) = \"en\")\n  .\n  FILTER(?commonSuper = wd:Q56061)\n}", "paraphrases": ["What class is the common ancestor of the categories that Croydon and Pyongyang are instances of?", "What is the shared administrative classification for Croydon and Pyongyang in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2213391> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1882", "question": "Books published in 2000 and their genres", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?bookLabel ?genreLabel WHERE {\n  ?book wdt:P31 wd:Q571 ; wdt:P577 ?pubDate ; wdt:P136 ?genre .\n  FILTER(YEAR(?pubDate) = 2000)\n  .\n  ?book rdfs:label ?bookLabel .\n  ?genre rdfs:label ?genreLabel .\n  FILTER(LANG(?bookLabel) = \"en\")\n  .\n  FILTER(LANG(?genreLabel) = \"en\")\n}", "paraphrases": ["What are the titles and genres of books published in the year 2000?", "List the English titles and genres of books released in 2000."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> ; <http://www.wikidata.org/prop/direct/P577> ?var3 ; <http://www.wikidata.org/prop/direct/P136> ?var2 . FILTER ( ( ( ?var3 >= \"2000-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 < \"2001-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1883", "question": "Polish climbers who died on mountains above 8000 meters, ordered by most recent death.", "sparql": "SELECT ?person ?personLabel ?deathPlaceLabel ?birthPlaceLabel ?elevation ?deathDate WHERE { ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P17 wd:Q36 . ?person wdt:P20 ?deathPlace . ?deathPlace wdt:P2044 ?elevation . FILTER (?elevation > 8000) . ?person wdt:P570 ?deathDate . ?person rdfs:label ?personLabel . ?deathPlace rdfs:label ?deathPlaceLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?deathPlaceLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") } ORDER BY DESC(?deathDate)", "paraphrases": ["Which Polish mountaineers died at elevations higher than 8000 meters, and when did they die?", "List the names of Polish climbers who died on peaks above 8000 meters, including their birthplaces, death locations, elevations, and dates of death, sorted from most recent to oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P2044> ?var4 . FILTER ( ( ( ?var4 > \"8000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_1884", "question": "Polish climbers who died on mountains over 8000 meters", "sparql": "PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?mountain ?mountainLabel ?elevation WHERE {\n  ?person wdt:P27 wd:Q36 .\n  ?person wdt:P20 ?mountain .\n  ?mountain p:P2044 / psn:P2044 / wikibase:quantityAmount ?elevation .\n  FILTER ( ?elevation >= 8000 ) OPTIONAL {\n    ?person rdfs:label ?personLabel FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?mountain rdfs:label ?mountainLabel FILTER ( LANG( ?mountainLabel ) = \"en\" )\n  }\n}\nLIMIT 20", "paraphrases": ["Which Polish mountaineers died on peaks higher than 8000 meters above sea level?", "List the names of Polish citizens who died on 8000-meter mountains and the names of those mountains."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q36> . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . ?var2 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value-normalized/P2044> / <http://wikiba.se/ontology#quantityAmount> ) ?var3 . FILTER ( ( ( ?var3 >= \"8000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 20"}}
{"id": "val_1885", "question": "What are the premiere dates and titles of episodes from the TV series Archer?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?episode ?episodeLabel ?premiereDate WHERE {\n  ?episode wdt:P179 wd:Q632670 .\n  ?episode wdt:P31 wd:Q21191270 .\n  ?episode wdt:P577 ?premiereDate .\n  ?episode rdfs:label ?episodeLabel .\n  FILTER ( LANG( ?episodeLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the English titles and air dates of all episodes of the animated series Archer?", "Show me the names and premiere dates of episodes belonging to the TV show Archer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q632670> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P1191> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2364> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1886", "question": "What subject and property does the statement with ID s:Q100058010-c11728d7-03c9-4872-b268-b642688a667e belong to?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property s:Q100058010-c11728d7-03c9-4872-b268-b642688a667e . }", "paraphrases": ["Find the entity and property linked to the Wikidata statement s:Q100058010-c11728d7-03c9-4872-b268-b642688a667e.", "Which person and occupation claim does this statement identifier refer to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q30230798-7E5E55AD-AEA9-4240-81E6-FC2DEF9DE48B> . }"}}
{"id": "val_1887", "question": "What is the image associated with the SNAC ARK ID \"w64n1bx7\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w64n1bx7\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Wikimedia Commons image for the person identified by the SNAC ARK ID w64n1bx7?", "Show the image of the entity that has the SNAC ARK ID w64n1bx7, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64n1bx7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1888", "question": "Which entity has the Twitter username 'elonmusk'?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?entity ?username WHERE {\n  ?entity p:P2002 ?statement .\n  ?statement ps:P2002 ?username .\n  FILTER(?username = \"elonmusk\")\n}", "paraphrases": ["Who is the person or organization associated with the Twitter handle elonmusk?", "Show me the Wikidata entity that uses elonmusk as its X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"misscathsy\" ) } }"}}
{"id": "val_1889", "question": "Publication date of Faust, Part Two between 1800 and 2018", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publicationDate WHERE {\n  wd:Q267510 wdt:P577 ?publicationDate .\n  FILTER ( ?publicationDate > \"1800-04-11T00:00:00Z\" ^^ xsd:dateTime && ?publicationDate < \"2018-06-11T00:00:00Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["When was Faust, Part Two published, and was it between April 1800 and June 2018?", "Tell me the publication date of Faust, Part Two, assuming it was released sometime between 1800 and 2018."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q267510> <http://www.wikidata.org/prop/direct/P577> ?var1 . FILTER ( ( ( ?var1 > \"1800-04-11\"^^<http://www.w3.org/2001/XMLSchema#date> ) && ( ?var1 < \"2018-06-11\"^^<http://www.w3.org/2001/XMLSchema#date> ) ) ) . }"}}
{"id": "val_1890", "question": "What is the author of the book with ISBN 978-1-59448-000-3, and what is their English Wikipedia page?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?edition ?author ?wikipedia_url WHERE {\n  ?edition wdt:P31 wd:Q3331189 .\n  ?edition wdt:P212 ?isbn .\n  FILTER(REPLACE(?isbn , \"-\" , \"\") = \"9781594480003\")\n  .\n  ?edition wdt:P629 ?work .\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?author_label .\n  FILTER(LANG(?author_label) = \"en\")\n  .\n  BIND(REPLACE(STR(?author_label) , \" \" , \"_\") AS ?wikipedia_title)\n  .\n  BIND(IRI(CONCAT(\"https://en.wikipedia.org/wiki/\" , ?wikipedia_title)) AS ?wikipedia_url)\n}\nLIMIT 10", "paraphrases": ["Find the Wikipedia page of the author of the edition of 'The Kite Runner' that has ISBN 9781594480003.", "Which author wrote the book with ISBN 978-1-59448-000-3, and where can I find their English Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P212> ?var2 . ?var3 <http://schema.org/about> ?var4 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . FILTER ( ( ( REPLACE ( ?var2 , \"-\", \"\" ) = \"9780307237699\" ) ) ) . } LIMIT 10"}}
{"id": "val_1891", "question": "What is the book with ISBN 978-0-307-23769-9, who is its author, and what are their Wikipedia pages?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel ?isbn ?author ?authorLabel ?bookWikipedia ?authorWikipedia WHERE {\n  ?book wdt:P212 ?isbn .\n  FILTER ( REPLACE( ?isbn , \"-\" , \"\" ) = \"9780307237699\" ) OPTIONAL {\n    ?book rdfs:label ?bookLabel .\n    FILTER ( LANG( ?bookLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?book wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?bookWikipedia schema:about ?book ; schema:isPartOf <https://en.wikipedia.org/>\n  }\n  OPTIONAL {\n    ?authorWikipedia schema:about ?author ; schema:isPartOf <https://en.wikipedia.org/>\n  }\n}\nLIMIT 10", "paraphrases": ["Can you find the English title and author of the book with ISBN 9780307237699, along with links to their Wikipedia pages?", "Show me the details of the book identified by ISBN 978-0-307-23769-9, including its author and corresponding English Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P212> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } OPTIONAL { ?var6 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var7 <http://schema.org/about> ?var4 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } FILTER ( ( ( REPLACE ( ?var3 , \"-\", \"\" ) = \"9780307237699\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_1892", "question": "Chemical compounds with InChIKey, PubChem CID, and ChemSpider ID", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?compound ?inchikey ?compoundLabel ?pubchem_cid ?chemspider_id WHERE {\n  ?compound wdt:P235 ?inchikey .\n  OPTIONAL {\n    ?compound wdt:P662 ?pubchem_cid .\n  }\n  OPTIONAL {\n    ?compound wdt:P661 ?chemspider_id .\n  }\n  ?compound rdfs:label ?compoundLabel .\n  FILTER ( LANG( ?compoundLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the English names, InChIKeys, PubChem IDs, and ChemSpider IDs of chemical compounds in Wikidata?", "Show me chemical compounds along with their InChIKeys, and if available, their PubChem and ChemSpider identifiers, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"Q1\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P662> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P661> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1893", "question": "What are the chemical identifiers (InChIKey, CAS number, ChemSpider ID, and PubChem CID) for zingerone?", "sparql": "SELECT ?compound (COALESCE(?enLabel, STR(?compound)) AS ?compoundLabel) ?inchikey ?cas ?chemspider ?pubchem WHERE { wd:Q1064625 wdt:P235 ?inchikey . OPTIONAL { wd:Q1064625 rdfs:label ?enLabel . FILTER(LANG(?enLabel) = \"en\") } OPTIONAL { wd:Q1064625 wdt:P231 ?cas . } OPTIONAL { wd:Q1064625 wdt:P661 ?chemspider . } OPTIONAL { wd:Q1064625 wdt:P662 ?pubchem . } BIND(wd:Q1064625 AS ?compound) }", "paraphrases": ["Retrieve the InChIKey, CAS number, ChemSpider ID, and PubChem CID for the compound zingerone.", "Show me the identification numbers for zingerone from major chemical databases like CAS, ChemSpider, and PubChem."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { <http://www.wikidata.org/entity/Q1064625> <http://www.wikidata.org/prop/direct/P235> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P231> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P661> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P662> ?var5 . } FILTER ( ( REGEX ( STR ( ?var2 ) , CONCAT ( \"^\", SUBSTR ( ?var6 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"14\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"-\" ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1894", "question": "Metadata for the statement that Vitamin D metabolism includes CYP24A1-mediated inactivation of 1,25(OH)2D.", "sparql": "SELECT ?property ?value WHERE { wd:Q29971817 p:P527 ?statement . ?statement ps:P527 wd:Q50294329 . ?statement ?property ?value . }", "paraphrases": ["What are the rank, type, and source references for the claim that Vitamin D metabolism has a part involving CYP24A1 hydroxylating 1,25(OH)2D?", "Show all properties and values associated with the Wikidata statement asserting that Vitamin D metabolism includes the biochemical process where CYP24A1 inactivates 1,25(OH)2D."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q29971817-1554C59C-9DCF-407A-89AE-ECAB61C8258B> ?var1 ?var2 . }"}}
{"id": "val_1895", "question": "What are the scientific journals published by The MIT Press, listed from newest to oldest, along with their founding years?", "sparql": "SELECT ?inceptionDate ?journal ?journalLabel WHERE { ?journal wdt:P123 wd:Q73820 . ?journal wdt:P31 wd:Q5633421 . ?journal wdt:P571 ?inceptionDate . ?journal rdfs:label ?journalLabel . FILTER(LANG(?journalLabel) = \"en\") } ORDER BY DESC(?inceptionDate) LIMIT 50", "paraphrases": ["List the English-named scientific journals published by MIT Press, sorted by their year of inception, with the most recent first.", "Which academic journals were started by The MIT Press, and when were they founded? Show the most recent ones first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P123> <http://www.wikidata.org/entity/Q73820> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5633421> . ?var2 <http://www.wikidata.org/prop/direct/P571> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var1 ) LIMIT 50"}}
{"id": "val_1896", "question": "List all episodes of Family Guy with their season number, episode number, IMDb ID, and air date, sorted by season and episode order.", "sparql": "SELECT DISTINCT ?episode ?episodeLabel ?season ?seasonLabel ?episodeNum ?seasonNum ?imdb ?premiere ?prev ?next WHERE { ?episode wdt:P31 wd:Q21191270 . ?episode wdt:P179 wd:Q5930 . ?episode wdt:P4908 ?season . ?episode p:P179 ?episodeStmt . ?episodeStmt pq:P1545 ?episodeNum . ?season p:P179 ?seasonStmt . ?seasonStmt pq:P1545 ?seasonNum . OPTIONAL { ?episode wdt:P345 ?imdb . } OPTIONAL { ?episode wdt:P1191 ?premiere . } OPTIONAL { ?episode wdt:P155 ?prev . } OPTIONAL { ?episode wdt:P156 ?next . } OPTIONAL { ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = \"en\") } OPTIONAL { ?season rdfs:label ?seasonLabel . FILTER(LANG(?seasonLabel) = \"en\") } } ORDER BY ASC(xsd:integer(?seasonNum)) ASC(xsd:integer(?episodeNum))", "paraphrases": ["What are all the episodes of Family Guy in order, including their season, episode number, IMDb ID, and premiere dates?", "Please provide a complete ordered list of Family Guy episodes, showing the season and episode number for each, along with their IMDb IDs and premiere dates, and indicate which episode comes before and after each one."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var3 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q5930> . ?var3 <http://www.wikidata.org/prop/direct/P4908> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1191> ?var7 . } ?var3 <http://www.wikidata.org/prop/direct/P179> ?var1 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/P179> ?var14 . } ?var14 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/P361> ?var15 . } OPTIONAL { ?var15 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P345> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P155> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P156> ?var9 . } OPTIONAL { ?var15 <http://www.wikidata.org/prop/qualifier/P155> ?var10 . } OPTIONAL { ?var15 <http://www.wikidata.org/prop/qualifier/P156> ?var11 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P155> ?var12 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P156> ?var13 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var1 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var4 ) )"}}
{"id": "val_1897", "question": "Chemical compounds with InChIKey starting with \"DFG\", including PubChem and ChemSpider IDs.", "sparql": "SELECT DISTINCT ?compound ?inchikey ?pubchem_cid ?chemspider_id ?label WHERE { ?compound wdt:P235 ?inchikey . FILTER ( STRSTARTS( ?inchikey , \"DFG\" ) ) . OPTIONAL { ?compound wdt:P662 ?pubchem_cid . } OPTIONAL { ?compound wdt:P661 ?chemspider_id . } ?compound rdfs:label ?label . FILTER ( LANGMATCHES( LANG( ?label ), \"en\" ) ) }", "paraphrases": ["Which chemical compounds have an InChIKey that starts with \"DFG\", and what are their PubChem CID and ChemSpider ID?", "Show me all chemical compounds whose InChIKey begins with \"DFG\", along with their PubChem and ChemSpider identifiers and English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var3 ?var4 WHERE { { SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q707283> ) ( <http://www.wikidata.org/entity/Q11104175> ) ( <http://www.wikidata.org/entity/Q1201772> ) ( <http://www.wikidata.org/entity/Q29710154> ) ( <http://www.wikidata.org/entity/Q29719588> ) ( <http://www.wikidata.org/entity/Q3269046> ) ( <http://www.wikidata.org/entity/Q3269047> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> . } } UNION { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"DFG\" ) ) ) . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P662> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P661> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1898", "question": "What Wikidata item corresponds to the WikiPathways pathway WP1602 in humans?", "sparql": "SELECT ?item WHERE { ?item wdt:P2410 \"WP1602\" ; wdt:P703 wd:Q15978631 }", "paraphrases": ["Which biological pathway in humans has the WikiPathways ID WP1602?", "Find the Wikidata entry for the human pathway identified as WP1602 in WikiPathways."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP1602_r78486> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_1899", "question": "List ring roads in Russia.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ringRoad WHERE {\n  ?ringRoad wdt:P31 wd:Q510662 ; wdt:P17 wd:Q159 .\n}\nLIMIT 100", "paraphrases": ["What are the ring roads located in Russia?", "Show me up to 100 ring roads in Russia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q279360> . } LIMIT 100"}}
{"id": "val_1900", "question": "French-named streets in Paris with their coordinates.", "sparql": "SELECT ?street ?label ?coordinates WHERE { ?street (wdt:P31/wdt:P279*) wd:Q79007 . ?street wdt:P131 wd:Q90 . ?street wdt:P625 ?coordinates . ?street rdfs:label ?label . FILTER(LANG(?label) = \"fr\") } ORDER BY ASC(?label) LIMIT 100", "paraphrases": ["What are the French-language names and geographic coordinates of streets and alleys in Paris?", "List up to 100 streets in Paris, including their French names and coordinates, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q90> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var2Label ) LIMIT 100"}}
{"id": "val_1901", "question": "What is the related property to PubChem CID (P662), and what is its description in English?", "sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { wd:P662 wdt:P1659 ?var1 . ?var1 rdfs:label ?var2Label . ?var1 schema:description ?var3 . FILTER (LANG(?var2Label) = \"en\") . FILTER (LANG(?var3) = \"en\") . }", "paraphrases": ["Which PubChem identifier property is linked to PubChem CID, and what does it represent?", "Can you tell me the English label and description of the property that provides substance IDs in PubChem, which is related to compound IDs?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P662> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_1902", "question": "Does Hallmark Hall of Fame have a list of episodes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q16191689 .\n}", "paraphrases": ["Is there a Wikipedia page listing all episodes of Hallmark Hall of Fame?", "Confirm whether Hallmark Hall of Fame has an official episode list page."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q16191689> . }"}}
{"id": "val_1903", "question": "List human genes encoding membrane-localized proteins with their Entrez IDs, UniProt IDs, protein names, and gene symbols.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?cellComponent ?uniprotId ?protein ?geneLabel ?entrezId ?gene WHERE {\n  ?gene wdt:P351 ?entrezId ; wdt:P703 wd:Q15978631 ; rdfs:label ?geneLabel ; wdt:P688 ?protein .\n  ?protein wdt:P352 ?uniprotId ; wdt:P681 ?cellComponent .\n  ?cellComponent wdt:P686 \"GO:0016020\" .\n  FILTER ( LANG( ?geneLabel ) = \"en\" )\n}", "paraphrases": ["What are the human genes that encode proteins located in the cell membrane, and what are their Entrez Gene IDs, UniProt IDs, protein names, and gene symbols?", "Show me all human genes whose protein products are found in the cell membrane, including the gene symbol, Entrez ID, UniProt ID, and protein name."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label ?var5 ?var4 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P351> ?var5 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label ; <http://www.wikidata.org/prop/direct/P688> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P352> ?var2 ; <http://www.wikidata.org/prop/direct/P681> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P686> \"GO:0016020\". FILTER ( ( ( \"en\" = LANG ( ?var4Label ) ) ) ) . }"}}
{"id": "val_1904", "question": "Image of William Hayley with SNAC ARK ID w63x8b6x", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w63x8b6x\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with William Hayley in Wikidata, given his SNAC ARK ID is w63x8b6x?", "Show me the Wikimedia Commons image of the person identified by the SNAC ARK ID w63x8b6x."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63x8b6x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1905", "question": "Part of ABC transporter, spermidine/putrescine import ATP-binding protein, PotA", "sparql": "SELECT ?value ?valueLabel WHERE { s:Q24768061-F98E3556-543B-4057-94F6-43B6970B5798 ps:P527 ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") }", "paraphrases": ["What part does the protein \"ABC transporter, spermidine/putrescine import ATP-binding protein, PotA\" have?", "Show the English label of the component that is part of the protein ABC transporter, spermidine/putrescine import ATP-binding protein, PotA."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24768061-F98E3556-543B-4057-94F6-43B6970B5798> . }"}}
{"id": "val_1906", "question": "Which public spaces in the 20th arrondissement of Paris are named after humans, and who are those people?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE {\n  ?var1 wdt:P31 / wdt:P279 * wd:Q294440 .\n  ?var1 wdt:P131 wd:Q210720 .\n  ?var1 wdt:P138 ?var2 .\n  ?var2 wdt:P31 wd:Q5 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n}", "paraphrases": ["Public spaces in Paris 20th arrondissement named after people", "List the names of parks and squares in the 20th arrondissement of Paris and the humans they are named after."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q294440> . ?var1 ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/Q90> *) <http://www.wikidata.org/entity/Q210720> . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P106> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr\". } }"}}
{"id": "val_1907", "question": "Controlled-access highways in the United Kingdom with their coordinates", "sparql": "SELECT DISTINCT ?highway ?location WHERE { ?highway wdt:P31 wd:Q46622 . ?highway wdt:P17 wd:Q145 . OPTIONAL { ?highway wdt:P625 ?location . } } LIMIT 50", "paraphrases": ["What are the controlled-access highways in the United Kingdom, and where are they located?", "List up to 50 controlled-access highways in the UK along with their geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46622> . SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } } LIMIT 50"}}
{"id": "val_1908", "question": "Entity and property of statement s:Q30231028-DBDA0E7C-61B5-4C89-BFF6-8C8DBACCF898", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?entity ?statementProperty WHERE {\n  ?entity ?statementProperty s:Q30231028-DBDA0E7C-61B5-4C89-BFF6-8C8DBACCF898 .\n}", "paraphrases": ["What entity and property does the statement s:Q30231028-DBDA0E7C-61B5-4C89-BFF6-8C8DBACCF898 refer to?", "Show me the biochemical process and the relationship type for the statement that links it to tetracosanoyl-CoA."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q30231028-DBDA0E7C-61B5-4C89-BFF6-8C8DBACCF898> . }"}}
{"id": "val_1909", "question": "French autoroutes with road numbers, sorted numerically, excluding those with French Wikipedia pages.", "sparql": "SELECT ?autoroute ?autorouteLabel ?roadNumber WHERE { { ?autoroute wdt:P31 wd:Q3456602 . } UNION { ?autoroute wdt:P16 wd:Q3456602 . } MINUS { ?autoroute schema:about ?autoroute ; schema:isPartOf <https://fr.wikipedia.org/> . } OPTIONAL { ?autoroute wdt:P1824 ?roadNumber . } ?autoroute rdfs:label ?autorouteLabel . BIND(IF(BOUND(?roadNumber), CONCAT(SUBSTR(?roadNumber, 1, 1), CONCAT(IF(STRLEN(REPLACE(SUBSTR(?roadNumber, 2), \"[^0-9]\", \"\")) = 1, \"000\", IF(STRLEN(REPLACE(SUBSTR(?roadNumber, 2), \"[^0-9]\", \"\")) = 2, \"00\", IF(STRLEN(REPLACE(SUBSTR(?roadNumber, 2), \"[^0-9]\", \"\")) = 3, \"0\", \"\"))), REPLACE(SUBSTR(?roadNumber, 2), \"[^0-9]\", \"\"))), \"\") AS ?sortKey) } ORDER BY ?sortKey ?roadNumber", "paraphrases": ["What are the French autoroutes and their road numbers, ordered by the numeric value of the road number (e.g., A2 before A10), excluding those with French Wikipedia articles?", "List all French autoroutes that have a road number assigned, sorted in numeric order (e.g., A1, A2, ..., A10), and exclude any that have a French Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3456602> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P16> <http://www.wikidata.org/entity/Q3456602> . } MINUS { ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1824> ?var2 . } BIND ( STRLEN ( STR ( ?var2 ) ) AS ?var4 ). BIND ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var5 ). BIND ( SUBSTR ( STR ( ?var2 ) ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> , ( ?var4 -\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var6 ). BIND ( REPLACE ( SUBSTR ( STR ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"[A-Za-z ]\", \"\" ) AS ?var7 ). BIND ( STRLEN ( STR ( ?var7 ) ) AS ?var8 ). BIND ( CONCAT ( IF ( ( ?var8 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"000\", IF ( ( ?var8 = \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"00\", IF ( ( ?var8 = \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"0\", \"\" ) ) ) , STR ( ?var7 ) ) AS ?var9 ). BIND ( CONCAT ( STR ( ?var5 ) , STR ( ?var7 ) ) AS ?var10 ). BIND ( STRLEN ( STR ( ?var10 ) ) AS ?var11 ). BIND ( ( ?var4 - ?var11 ) AS ?var12 ). BIND ( SUBSTR ( STR ( ?var2 ) , ( ?var11 +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , ?var12 ) AS ?var13 ). BIND ( CONCAT ( STR ( ?var5 ) , STR ( ?var9 ) , STR ( ?var13 ) ) AS ?var14 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var14 )"}}
{"id": "val_1910", "question": "Films with NMHH rating not on Hungarian Wikipedia, ordered by sitelinks", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?rating ( COUNT( ?site ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2363 ?rating .\n  OPTIONAL {\n    ?item schema:isPartOf ?site .\n  }\n  FILTER NOT EXISTS {\n    ?item schema:isPartOf <https://hu.wikipedia.org/>\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" || LANG( ?itemLabel ) = \"\" )\n}\nGROUP BY ?item ?itemLabel ?rating\nORDER BY DESC ( ?sitelinkCount ) ASC ( ?item )\nLIMIT 1000", "paraphrases": ["Which films have been rated by the Hungarian film rating system but don't have a Hungarian Wikipedia page, and how many Wikipedia links do they have?", "Show me the top 1000 films rated by the NMHH system that lack a Hungarian Wikipedia article, along with their English labels, ratings, and sitelink counts, sorted by most popular first."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2363> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . FILTER ( ( NOT EXISTS { [] <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://cy.wikipedia.org/> . } ) ) . } ORDER BY DESC( ?var3 )ASC( ?var1 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hu,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_1911", "question": "Subclasses of two-lane expressway", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q159184 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["What are some types of two-lane expressways?", "List the known types of two-lane expressways with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q159184> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"undefined\". } }"}}
{"id": "val_1912", "question": "What disease has the statement with ID s:Q416426-1DA34B88-6E93-4D57-B99A-8EBB1BF0721A, and what property does it use?", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q416426-1DA34B88-6E93-4D57-B99A-8EBB1BF0721A . }", "paraphrases": ["Which entity and property are linked to the Ensembl transcript ID statement for cystic fibrosis?", "For the statement about cystic fibrosis\u2019s Ensembl transcript ID, what is the subject and property?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q416426-1DA34B88-6E93-4D57-B99A-8EBB1BF0721A> . }"}}
{"id": "val_1913", "question": "What type of biological entity is G1/S DNA Damage Checkpoints?", "sparql": "SELECT ?item ?type WHERE { ?item wdt:P31 ?type . FILTER(?item = wd:Q36804389) }", "paraphrases": ["What class does the G1/S DNA Damage Checkpoints belong to?", "Show me the category that G1/S DNA Damage Checkpoints is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q36804389-B614D154-D2B2-4596-A7A6-4B31FE798342> . }"}}
{"id": "val_1914", "question": "What properties are associated with the MTHFD1L gene in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?property wd:Q18037783 .\n}", "paraphrases": ["Which relationships connect to the MTHFD1L gene as their object in Wikidata?", "Show all the properties that have the gene MTHFD1L (Q18037783) as their target, including both direct and statement properties like ps:P702."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q18037783> . }"}}
{"id": "val_1915", "question": "What properties does the tRNA-Leu encoded by leuZ b1909 have, along with their values and counts?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q50418219 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["For the tRNA molecule leuZ b1909, what are its properties in English, how many values does each have, and what are those values?", "List all properties of the E. coli tRNA-Leu (leuZ b1909) with their English labels, the number of associated values, and the concatenated labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q50418219> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_1916", "question": "What is the most specific geographic region that includes both Clearwater and Costa Rica?", "sparql": "SELECT ?common WHERE {\n  wd:Q244146 (wdt:P131|wdt:P17|wdt:P30)* ?common .\n  wd:Q800 (wdt:P131|wdt:P17|wdt:P30)* ?common .\n}\nLIMIT 1", "paraphrases": ["Which continent or larger geographic area contains both the city of Clearwater and the country of Costa Rica?", "Find the shared geographic location that encompasses both Clearwater, Florida, and Costa Rica."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q244146> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1917", "question": "What are the immediate parent classes of all higher-level categories that thoroughfare belongs to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  wd:Q83620(wdt:P279 | wdt:P31) + ?var1 .\n  ?var1 wdt:P279 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n}", "paraphrases": ["Show the hierarchy of categories above thoroughfare, listing each category and its direct superclass.", "What are the grandparent classes in the classification hierarchy of thoroughfare?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q83620> ((( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P31> )/( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P31> )*)| <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P31> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1918", "question": "Does the TV series \"The Bureau\" have its episode list linked to the German Wikipedia article \"B\u00fcro der Legenden/Episodenliste\"?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q24895682 . }", "paraphrases": ["Is the Wikipedia article \"B\u00fcro der Legenden/Episodenliste\" the official episode list for the TV series \"The Bureau\"?", "Confirm that \"The Bureau\" uses the German Wikipedia page \"B\u00fcro der Legenden/Episodenliste\" as its episode list."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q24895682> . }"}}
{"id": "val_1919", "question": "All properties and values of statement s:Q409999-3942D30A-EACC-42D9-8BC9-F9A936E0A5DE", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q409999-3942D30A-EACC-42D9-8BC9-F9A936E0A5DE ?property ?value .\n}", "paraphrases": ["What are the properties and values associated with the Wikidata statement identified by s:Q409999-3942D30A-EACC-42D9-8BC9-F9A936E0A5DE?", "Show me all the information stored in the Wikidata statement with ID s:Q409999-3942D30A-EACC-42D9-8BC9-F9A936E0A5DE, including qualifiers and references."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q409999-3942D30A-EACC-42D9-8BC9-F9A936E0A5DE> ?var1 ?var2 . }"}}
{"id": "val_1920", "question": "Main subjects of works cited by or citing the article \"A novel Gemini vitamin D analog represses the expression of a stem cell marker CD44 in breast cancer\".", "sparql": "SELECT DISTINCT ?mainSubject WHERE { { wd:Q34701077 wdt:P2860 ?citedOrCitingWork . } UNION { ?citedOrCitingWork wdt:P2860 wd:Q34701077 . } ?citedOrCitingWork wdt:P921 ?mainSubject . }", "paraphrases": ["What topics are primarily discussed in the scholarly works that cite or are cited by the article on Gemini vitamin D analogs and CD44 in breast cancer?", "Show me the main subjects of all academic works that have a citation relationship (either citing or being cited) with the study on Gemini vitamin D analogs and CD44 expression in breast cancer."], "info": {"raw_sparql": "SELECT ?var1 WHERE { { <http://www.wikidata.org/entity/Q34701077> <http://www.wikidata.org/prop/direct/P2860> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P921> ?var1 . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q34701077> . ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 . } }"}}
{"id": "val_1921", "question": "Does the TV series Instant Star have a link to its episode list?", "sparql": "ASK WHERE { wd:Q1664677 wdt:P1811 wd:Q1352756 }", "paraphrases": ["Is there a Wikipedia page listing the episodes of Instant Star linked in Wikidata?", "Confirm that the TV show Instant Star is connected to its episode list in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q1352756> . }"}}
{"id": "val_1922", "question": "What are the genes that are instances of protein-coding genes or their subclasses?", "sparql": "SELECT ?instance ?subclass ?subclassLabel WHERE { ?subclass wdt:P279* wd:Q20747295 . ?instance wdt:P31 ?subclass . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["List all known genes classified as protein-coding genes or any of their subtypes, along with their classification labels.", "Which specific gene entities belong to the category of protein-coding genes or any of its subcategories?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q20747295> AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_1923", "question": "What are the direct properties and English description of the Short-chain dehydrogenase/reductase SDR protein family?", "sparql": "SELECT ?property ?value WHERE { { wd:Q24726117 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) } UNION { wd:Q24726117 rdfs:label ?value . BIND(rdfs:label AS ?property) FILTER(LANG(?value) = \"en\") } UNION { wd:Q24726117 schema:description ?value . BIND(schema:description AS ?property) FILTER(LANG(?value) = \"en\") } }", "paraphrases": ["What is the classification, molecular function, and InterPro ID of the Short-chain dehydrogenase/reductase SDR protein family, and what is its English description?", "Show me all direct facts and the English label and description for the protein family Short-chain dehydrogenase/reductase SDR."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24726117> ?var1 ?var2 . }"}}
{"id": "val_1924", "question": "What pairs of topics are commonly associated with works related to the World Health Organization?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  {\n    ?work ( wdt:P921 / wdt:P31 * / wdt:P279 * ) wd:Q7817 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P361 + ) wd:Q7817 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P1269 + ) wd:Q7817 .\n  }\n  ?work wdt:P921 ?topic1 , ?topic2 .\n  FILTER ( ?topic1 != wd:Q7817 && ?topic2 != wd:Q7817 && ?topic1 != ?topic2 ) OPTIONAL {\n    ?topic1 rdfs:label ?topic1Label .\n    FILTER ( LANG( ?topic1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?topic2 rdfs:label ?topic2Label .\n    FILTER ( LANG( ?topic2Label ) = \"en\" )\n  }\n}", "paraphrases": ["Which two distinct topics frequently appear together in publications or items connected to the World Health Organization?", "Show me pairs of main subjects (excluding WHO itself) that co-occur in works linked to the World Health Organization through topics, parts, or aspects."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7817> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q7817> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q7817> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q7817> != ?var1 ) && ( <http://www.wikidata.org/entity/Q7817> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1925", "question": "Find gene pairs in Wikidata that share the same Entrez Gene ID.", "sparql": "SELECT DISTINCT ?gene1 ?gene1Label ?gene2 ?gene2Label ?entrezId WHERE { ?gene1 wdt:P351 ?entrezId . ?gene2 wdt:P351 ?entrezId . FILTER ( ?gene1 != ?gene2 && STR(?gene1) < STR(?gene2) ) . OPTIONAL { ?gene1 rdfs:label ?gene1Label . FILTER(LANG(?gene1Label) = \"en\") } OPTIONAL { ?gene2 rdfs:label ?gene2Label . FILTER(LANG(?gene2Label) = \"en\") } } LIMIT 500", "paraphrases": ["Which genes in Wikidata have conflicting or duplicate Entrez Gene IDs?", "List all pairs of distinct gene items in Wikidata that are assigned the same NCBI Entrez Gene identifier, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P351> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P351> ?var3 . FILTER ( ( ( ?var1 != ?var2 ) && ( STR ( ?var1 ) < STR ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 500"}}
{"id": "val_1926", "question": "What entity and property are associated with statement s:Q18258464-AC20CE2E-E1A4-4265-AA7A-D69868AE3732?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?statementProperty WHERE {\n  ?item ?statementProperty s:Q18258464-AC20CE2E-E1A4-4265-AA7A-D69868AE3732 .\n}", "paraphrases": ["Which item and statement property does the statement s:Q18258464-AC20CE2E-E1A4-4265-AA7A-D69868AE3732 describe?", "Show me the subject and property of the Wikidata statement with ID s:Q18258464-AC20CE2E-E1A4-4265-AA7A-D69868AE3732."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q18258464-AC20CE2E-E1A4-4265-AA7A-D69868AE3732> . }"}}
{"id": "val_1927", "question": "What is the most specific category that both Sioux Falls and Wall Street belong to, based on their hierarchical classifications?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q131335 wdt:P31 ?class1 .\n      ?class1 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q11690 wdt:P31 ?class2 .\n      ?class2 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which shared class in the Wikidata ontology is the closest common ancestor of the city Sioux Falls and the street Wall Street?", "How far up the classification hierarchy do Sioux Falls and Wall Street share a common category, and what is that category?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11690> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_1928", "question": "What are the episodes of Star Trek: The Next Generation Season 7, along with their series number, IMDb ID, and neighboring episodes?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?episode ?episodeLabel ?series ?seriesLabel ?ordinal ?imdb ?follows ?followedBy ?partOf ?partOfLabel WHERE {\n  wd:Q3469077 wdt:P527 ?episode .\n  ?episode wdt:P31 wd:Q21191270 .\n  ?episode p:P179 ?statement .\n  ?statement ps:P179 ?series .\n  OPTIONAL {\n    ?statement pq:P1545 ?ordinal .\n  }\n  OPTIONAL {\n    ?episode wdt:P345 ?imdb .\n  }\n  OPTIONAL {\n    ?episode wdt:P155 ?follows .\n  }\n  OPTIONAL {\n    ?episode wdt:P156 ?followedBy .\n  }\n  OPTIONAL {\n    ?episode wdt:P361 ?partOf .\n  }\n  OPTIONAL {\n    ?episode rdfs:label ?episodeLabel .\n    FILTER ( LANG( ?episodeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?series rdfs:label ?seriesLabel .\n    FILTER ( LANG( ?seriesLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?partOf rdfs:label ?partOfLabel .\n    FILTER ( LANG( ?partOfLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?series ) ASC ( xsd:integer ( ?ordinal ) )", "paraphrases": ["Can you list the episodes from Season 7 of Star Trek: The Next Generation, showing their position in the overall series, any preceding or following episodes, and their part of larger story arcs?", "Show me the final episode of Star Trek: TNG Season 7, including its series ordinal, the series it belongs to, and any related episodes it follows or is followed by."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var3 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q3469077> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P361> ?var2 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1191> ?var7 . } ?var3 <http://www.wikidata.org/prop/direct/P179> ?var1 . ?var3 <http://www.wikidata.org/prop/P179> ?var12 . OPTIONAL { ?var12 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } ?var3 <http://www.wikidata.org/prop/P361> ?var13 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P345> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P155> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P156> ?var9 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P155> ?var10 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P156> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,gh\". } } ORDER BY ASC( ?var1 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var4 ) )"}}
{"id": "val_1929", "question": "Who are the female pirates in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q10729326 .\n  ?person wdt:P21 wd:Q6581072 .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n}", "paraphrases": ["List women who worked as pirates, along with their names.", "Which historical or fictional characters are both pirates and female?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10729326> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q467> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_1930", "question": "Which scholarly articles cite \"Isolation and functional characterization of ... halotolerant photosynthetic organism Aphanothece halophytica\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle ?citingArticleTitle WHERE {\n  ?citingArticle wdt:P2860 wd:Q28216661 .\n  ?citingArticle wdt:P31 wd:Q13442814 .\n  ?citingArticle wdt:P1476 ?citingArticleTitle .\n}", "paraphrases": ["What are the titles of academic papers that reference the study on Aphanothece halophytica published in 2003?", "List the titles of research articles that cite the 2003 paper on the halotolerant cyanobacterium Aphanothece halophytica."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28216661> . }"}}
{"id": "val_1931", "question": "What is the English label and description of the item with Iconclass code 41C64132?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1256 \"41C64132\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which item has the Iconclass notation 41C64132, and what is its English name and description?", "Show me the English name and description of the item classified under Iconclass code 41C64132."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1256> \"41C64132\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1932", "question": "What pairs of medical topics commonly appear together as main subjects in publications about autonomic dysreflexia or its components?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { { ?work (wdt:P921 / wdt:P31* / wdt:P279*) wd:Q4826775 . } UNION { ?work (wdt:P921 / wdt:P361+) wd:Q4826775 . } UNION { ?work (wdt:P921 / wdt:P1269+) wd:Q4826775 . } ?work wdt:P921 ?topic1 , ?topic2 . FILTER ( ?topic1 != wd:Q4826775 && ?topic2 != wd:Q4826775 && ?topic1 != ?topic2 ) ?topic1 rdfs:label ?topic1Label . ?topic2 rdfs:label ?topic2Label . FILTER (lang(?topic1Label) = \"en\" && lang(?topic2Label) = \"en\") }", "paraphrases": ["Which two topics, other than autonomic dysreflexia itself, are frequently mentioned together in scholarly works that discuss autonomic dysreflexia, its parts, or its facets?", "Show me all pairs of distinct medical topics that are main subjects of the same works that are about autonomic dysreflexia, its subtypes, parts, or related aspects, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4826775> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q4826775> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q4826775> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q4826775> != ?var1 ) && ( <http://www.wikidata.org/entity/Q4826775> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_1933", "question": "Is the film rating \"Not recommended for children under 7\" restricted to viewers aged 7 and older?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q27253940 wdt:P2899 ?age .\n  FILTER ( ?age = 7 )\n}", "paraphrases": ["Does the ICAA rating \"Not recommended for children under 7\" have a minimum age requirement of 7?", "Is the minimum age for the film rating \"Not recommended for children under 7\" exactly 7 years?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q27253940> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_1934", "question": "Label, description, Reactome ID, taxon, and type of the biological process 25(OH)D translocates from lysosomal lumen to cytosol.", "sparql": "SELECT ?label ?description ?reactomeId ?taxon ?instanceOf WHERE { wd:Q50294326 rdfs:label ?label . FILTER(LANG(?label) = \"en\") wd:Q50294326 schema:description ?description . FILTER(LANG(?description) = \"en\") wd:Q50294326 wdt:P3937 ?reactomeId . wd:Q50294326 wdt:P703 ?taxon . wd:Q50294326 wdt:P31 ?instanceOf .}", "paraphrases": ["What is the English label, description, Reactome ID, taxon, and class of the biological reaction with Reactome ID R-HSA-209766?", "Show me the English name, description, Reactome identifier, human taxon, and category of the biological process where 25(OH)D moves from the lysosomal lumen to the cytosol."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q50294326> ?var1 ?var2 . }"}}
{"id": "val_1935", "question": "What is the English name and description of the concept with Iconclass code 12A781?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1256 \"12A781\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me the entity in Wikidata that has the Iconclass notation 12A781, along with its English label and description.", "Which concept is represented by the Iconclass code 12A781, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1256> \"12G5\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1936", "question": "What biological entity has the Reactome ID R-HSA-168882?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?entity ?entityLabel WHERE {\n  ?entity p:P3937 s:Q50289513-ABE25F0B-35F4-40FE-AA38-DA52ECD682A9 .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["Which Wikidata item corresponds to the statement with ID Q50289513-ABE25F0B-35F4-40FE-AA38-DA52ECD682A9?", "Can you tell me the name of the pathway associated with Reactome ID R-HSA-168882?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q50289513-ABE25F0B-35F4-40FE-AA38-DA52ECD682A9> ?var1 ?var2 . }"}}
{"id": "val_1937", "question": "What is the image associated with the SNAC ARK ID \"w6126dqg\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6126dqg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image for the person or entity with SNAC ARK ID w6126dqg?", "Who is the individual identified by the SNAC ARK ID w6126dqg, and what does their photo look like?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6126dqg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1938", "question": "How many television or radio programs did Douglas Engelbart present?", "sparql": "SELECT (COUNT(?show) AS ?count) WHERE { ?show wdt:P371 wd:Q92614 . }", "paraphrases": ["How many shows feature Douglas Engelbart as the presenter?", "Was Douglas Engelbart a presenter on any shows, and if so, how many?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P371> <http://www.wikidata.org/entity/Q92614> . }"}}
{"id": "val_1939", "question": "TV episodes incorrectly linked to seasons via P4908, with their series and season labels.", "sparql": "SELECT ?episode ?episodeLabel ?seriesDirect ?seriesDirectLabel ?season ?seasonLabel ?seriesSeason ?seriesSeasonLabel WHERE { ?episode wdt:P4908 ?season . ?episode wdt:P179 ?seriesDirect . ?season wdt:P179 ?seriesSeason . ?episode rdfs:label ?episodeLabel . ?seriesDirect rdfs:label ?seriesDirectLabel . ?season rdfs:label ?seasonLabel . ?seriesSeason rdfs:label ?seriesSeasonLabel . FILTER(LANG(?episodeLabel) = \"en\") FILTER(LANG(?seriesDirectLabel) = \"en\") FILTER(LANG(?seasonLabel) = \"en\") FILTER(LANG(?seriesSeasonLabel) = \"en\") } ORDER BY ASC(?seriesDirectLabel) ASC(?seasonLabel) ASC(?episode) LIMIT 1000", "paraphrases": ["Which TV episodes are mistakenly connected to seasons using the 'season' property (P4908), and what are the corresponding series and season names?", "Show me episodes that use the 'season' property (P4908) to link to a season, while also being directly linked to a series \u2014 and include the correct series name that the season belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4908> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P179> ?var2 . MINUS { ?var3 <http://www.wikidata.org/prop/direct/P179> ?var2 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P179> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )ASC( ?var3Label )ASC( ?var1 ) LIMIT 1000"}}
{"id": "val_1940", "question": "What entity and property does the statement s:Q24786133-081076B9-2231-4092-8A43-CF64CADC96C6 refer to?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?entity ?property WHERE {\n  ?entity ?property s:Q24786133-081076B9-2231-4092-8A43-CF64CADC96C6 .\n}", "paraphrases": ["Which item in Wikidata has a statement about \"instance of\" with this specific statement ID?", "Can you tell me the subject and property linked to the statement node s:Q24786133-081076B9-2231-4092-8A43-CF64CADC96C6?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24786133-081076B9-2231-4092-8A43-CF64CADC96C6> . }"}}
{"id": "val_1941", "question": "Books that are instances of the class \"book\" in Wikidata.", "sparql": "SELECT ?book ?bookLabel WHERE { ?book wdt:P31 wd:Q571 . ?book rdfs:label ?bookLabel . FILTER(LANG(?bookLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are some examples of books listed in Wikidata?", "List 10 English-labeled books from Wikidata, showing their titles and identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . } LIMIT 10"}}
{"id": "val_1942", "question": "Who are the authors of the article 'A Simple Approach to Learn Polysemous Word Embeddings'?", "sparql": "SELECT ?authorName WHERE { wd:Q32786146 wdt:P2093 ?authorName . }", "paraphrases": ["Which authors of this paper have ORCID identifiers?", "List the authors of this article and their ORCID IDs if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q32786146> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1943", "question": "What are all the properties and values associated with the AKR1C1 gene in Wikidata?", "sparql": "SELECT ?property ?value WHERE { wd:Q17913504 ?property ?value . }", "paraphrases": ["Can you show me everything known about the AKR1C1 gene, including its descriptions in different languages and its Ensembl transcript IDs?", "List all data linked to the human gene AKR1C1, such as its type, location, and transcript identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q17913504> ?var1 ?var2 . }"}}
{"id": "val_1944", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3916378?", "sparql": "SELECT ?item ?label ?wikipedia_page WHERE { ?item wdt:P345 \"tt3916378\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\" || LANG(?label) = \"de\") . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by the IMDb ID tt3916378, and what is its title?", "Show me the title and the English or German Wikipedia link for the movie with IMDb ID tt3916378."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3916378\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1945", "question": "What is the source and rank of the claim that ATIC is a gene?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rank ?source WHERE {\n  wd:Q14914201 p:P31 ?statement .\n  ?statement ps:P31 wd:Q7187 ; wikibase:rank ?rank ; prov:wasDerivedFrom ?source .\n}", "paraphrases": ["Where does the information that ATIC is a gene come from, and what is its confidence level?", "Show the provenance and ranking of the statement that the human gene ATIC is classified as a gene."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q14914201-B1B544CA-D150-4228-8A34-04F3DB1B584A> ?var1 ?var2 . }"}}
{"id": "val_1946", "question": "What gene and species are associated with the BRCA1 protein (UniProt ID P38398)?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?protein ?proteinLabel ?uniprotId ?gene ?geneLabel ?taxon ?taxonLabel WHERE {\n  ?protein wdt:P352 \"P38398\" ; wdt:P702 ?gene ; wdt:P703 ?taxon .\n  ?gene rdfs:label ?geneLabel .\n  ?taxon rdfs:label ?taxonLabel .\n  ?protein rdfs:label ?proteinLabel .\n  FILTER(LANG(?geneLabel) = \"en\")\n  FILTER(LANG(?taxonLabel) = \"en\")\n  FILTER(LANG(?proteinLabel) = \"en\")\n}", "paraphrases": ["Show me the gene that encodes the BRCA1 protein and the species it is found in.", "Retrieve the label of the BRCA1 protein, its encoding gene, and its taxon, given its UniProt ID is P38398."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4Label ?var3Label ?var5 ?var5Label ?var6 ( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var8Label ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P352> \"A0A0H3MB23\"; <http://www.wikidata.org/prop/direct/P129> ?var3 ; <http://www.wikidata.org/prop/P129> ?var10 . ?var10 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 ; <http://www.wikidata.org/prop/qualifier/P459> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . ?var5 <http://www.wikidata.org/prop/direct/P698> ?var6 . ?var3 <http://www.wikidata.org/prop/direct/P703> ?var1 ; <http://www.wikidata.org/prop/direct/P702> ?var4 . FILTER ( ( ( LANG ( ?var9Label ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var2 ?var4Label ?var2Label ?var5 ?var5Label ?var6 ?var3 ?var3Label ?var1 ?var1Label"}}
{"id": "val_1947", "question": "Speculative fiction literature published before 1921 with author birthplaces", "sparql": "SELECT ?workLabel ?authorLabel ?publicationDate ?birthplaceLabel WHERE { ?work wdt:P136 wd:Q5240628 . ?work wdt:P577 ?publicationDate . FILTER ( ?publicationDate <= \"1921-01-01\"^^xsd:date ) . ?work wdt:P50 ?author . ?author wdt:P19 ?birthplace . ?work rdfs:label ?workLabel . ?author rdfs:label ?authorLabel . ?birthplace rdfs:label ?birthplaceLabel . FILTER (LANG(?workLabel) = \"en\") FILTER (LANG(?authorLabel) = \"en\") FILTER (LANG(?birthplaceLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which speculative fiction works published before 1921 have authors whose birthplaces are known in Wikidata?", "List the titles of speculative fiction literature published on or before 1921, along with their authors and the authors\u2019 places of birth."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4Label ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q10992055> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . FILTER ( ( ( ?var3 <= \"1921-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P19> ?var4 . } LIMIT 100"}}
{"id": "val_1948", "question": "Properties linking to the article \"Regional brain stem atrophy in idiopathic Parkinson's disease detected by anatomical MRI\"", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q21091165 .}", "paraphrases": ["What properties connect other items to the academic article on regional brain stem atrophy in Parkinson\u2019s disease?", "List all properties that have the article \"Regional brain stem atrophy in idiopathic Parkinson's disease detected by anatomical MRI\" as their object."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q21091165> . }"}}
{"id": "val_1949", "question": "Biological entities with Reactome IDs and their labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity ?entityLabel ?reactomeId WHERE {\n  ?entity wdt:P3937 ?reactomeId .\n  ?entity rdfs:label ?entityLabel .\n}", "paraphrases": ["What are the biological entities in Wikidata that have Reactome identifiers, and what are their names?", "List all biological complexes and molecules in Wikidata that are linked to Reactome pathway IDs, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3937> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1950", "question": "Author of \"Architectural and Social Change During the Roman Period\" and their ORCID or name-based URL", "sparql": "SELECT ?author ?authorLabel ( COALESCE ( ?orcid , CONCAT ( \"https://orcid.org/\" , ENCODE_FOR_URI( ?authorLabel ) ) ) AS ?orcidUrl ) WHERE { wd:Q46997483 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who wrote the article \"Architectural and Social Change During the Roman Period\", and what is their ORCID identifier or a link based on their name if they don't have one?", "Show me the author of the article \"Architectural and Social Change During the Roman Period\" along with their ORCID if available, or a fallback URL constructed from their name otherwise."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q46997483> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1951", "question": "Author of \"The Castle of Lewes\" and their ORCID or Wikidata link", "sparql": "SELECT ?author ?authorLabel ( COALESCE( ?orcid , CONCAT( \"https://www.wikidata.org/wiki/\", ENCODE_FOR_URI( ?authorLabel ) ) ) AS ?fallbackLink ) WHERE { wd:Q47090354 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who is the author of the academic article \"The Castle of Lewes\", and if they don't have an ORCID, what is their Wikidata page URL?", "Provide the name of the author of \"The Castle of Lewes\" along with their ORCID identifier if available; otherwise, generate a link to their Wikidata page."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q47090354> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1952", "question": "What is the direct property in Wikidata used to indicate the author of a written work?", "sparql": "SELECT ?directClaim WHERE { ?property wikibase:directClaim ?directClaim . ?property rdfs:label \"author\"@en . }", "paraphrases": ["Which property links works to their authors in Wikidata?", "How is the author of a book or article represented in Wikidata\u2019s data model?"], "info": {"raw_sparql": "Describe ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P50> ) } ?var1 <http://wikiba.se/ontology#directClaim> ?var2 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> . } LIMIT 100"}}
{"id": "val_1953", "question": "List all episodes of the TV series ER, including their season, overall episode number, and episode number within the season, sorted by season and episode order.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?episode ?episodeLabel ?season ?seasonLabel ?overallEpisodeNumber ?seasonEpisodeNumber WHERE {\n  VALUES ?episodeType {\n    wd:Q21191270 wd:Q29197 wd:Q653916\n  }\n  ?episode wdt:P31 ?episodeType .\n  ?episode wdt:P179 wd:Q207375 .\n  ?episode wdt:P4908 ?season .\n  ?episode p:P179 ?stmt1 .\n  ?episode p:P4908 ?stmt2 .\n  ?stmt1 pq:P1545 ?overallEpisodeNumber .\n  ?stmt2 pq:P1545 ?seasonEpisodeNumber .\n  OPTIONAL {\n    ?episode rdfs:label ?episodeLabel .\n    FILTER ( LANG( ?episodeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?season rdfs:label ?seasonLabel .\n    FILTER ( LANG( ?seasonLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?season ) ASC ( xsd:integer ( ?overallEpisodeNumber ) )", "paraphrases": ["What are all the episodes of the TV show ER, and what are their positions in the overall series and within their respective seasons?", "Please provide a sorted list of every episode from the TV series ER, showing the episode title, the season it belongs to, its number in the entire series, and its number within the season."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 WHERE { VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q21191270> ) ( <http://www.wikidata.org/entity/Q653916> ) ( <http://www.wikidata.org/entity/Q29197> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P179> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q207375> . ?var1 <http://www.wikidata.org/prop/direct/P4908> ?var4 . ?var1 <http://www.wikidata.org/prop/P179> ?var8 . ?var1 <http://www.wikidata.org/prop/P4908> ?var9 . ?var8 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . ?var9 <http://www.wikidata.org/prop/qualifier/P1545> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var3 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var5 ) )"}}
{"id": "val_1954", "question": "What is the author of the article \"On Crenellating in Kent and Beyond - A Retrospection\", and what is their ORCID or a link to their profile if no ORCID is available?", "sparql": "SELECT ?author ?authorLabel ( COALESCE ( ?orcid , CONCAT ( \"https://orcid.org/\" , ENCODE_FOR_URI( ?authorLabel ) ) ) AS ?identifier ) WHERE { wd:Q42355108 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER (LANG(?authorLabel) = \"en\") }", "paraphrases": ["Find the author of the academic article \"On Crenellating in Kent and Beyond - A Retrospection\" and generate a URL to their profile using their name if their ORCID is not listed.", "Who wrote \"On Crenellating in Kent and Beyond - A Retrospection\"? If they have an ORCID, show it; otherwise, show a link constructed from their name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q42355108> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1955", "question": "Cited references of CSF markers for incipient Alzheimer's disease", "sparql": "SELECT ?citedWork WHERE { wd:Q35541472 wdt:P2860 ?citedWork .}", "paraphrases": ["What academic papers are cited in the article \"CSF markers for incipient Alzheimer's disease\"?", "Can you list the scholarly works referenced by the study on CSF markers for incipient Alzheimer's disease?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q35541472> <http://www.wikidata.org/prop/direct/P2860> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_1956", "question": "Who are the people or organizations working in the field of Semantic Web?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?fieldLabel WHERE {\n  ?item wdt:P101 wd:Q54837 .\n  ?item rdfs:label ?itemLabel .\n  wd:Q54837 rdfs:label ?fieldLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) FILTER ( LANG( ?fieldLabel ) = \"en\" )\n}", "paraphrases": ["List individuals and institutions whose academic discipline is the Semantic Web.", "What entities have the Semantic Web as their field of work?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P101> ?var3 . FILTER ( ( CONTAINS ( STR ( ?var3 ) , \"dbpedia\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_1957", "question": "What item and property are linked to the statement s:Q24784239-AABEDD4A-3765-4140-A7A5-D6B5E6549D63?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?property WHERE {\n  ?item ?property s:Q24784239-AABEDD4A-3765-4140-A7A5-D6B5E6549D63 .\n}", "paraphrases": ["Which protein and property does the statement s:Q24784239-AABEDD4A-3765-4140-A7A5-D6B5E6549D63 refer to?", "Show me the subject and property of the Wikidata statement with identifier s:Q24784239-AABEDD4A-3765-4140-A7A5-D6B5E6549D63."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24784239-AABEDD4A-3765-4140-A7A5-D6B5E6549D63> . }"}}
{"id": "val_1958", "question": "Does the National Women's Soccer League Players Association have the Twitter username NWSL_PA?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?organization wdt:P2002 \"NWSL_PA\" .\n}", "paraphrases": ["Is NWSL_PA the Twitter handle for the National Women's Soccer League Players Association?", "Does the organization with Twitter username NWSL_PA exist in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"NWSL_PA\". }"}}
{"id": "val_1959", "question": "English-language films and their actors", "sparql": "SELECT ?film ?actor ?filmTitle ?actorLabel WHERE { ?film (wdt:P31/wdt:P279*) wd:Q11424 . ?film wdt:P1476 ?filmTitle . FILTER(LANG(?filmTitle) = \"en\") . ?film wdt:P161 ?actor . ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") . }", "paraphrases": ["What are the English-titled films and who are the actors in them?", "List all films in English along with the names of their cast members."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000 OFFSET 160000"}}
{"id": "val_1960", "question": "What properties are commonly used to describe scholarly articles?", "sparql": "SELECT ?property ?propertyLabel WHERE { wd:Q13442814 wdt:P1963 ?property . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["Which properties, such as author or title, are typically associated with scholarly articles in Wikidata?", "Can you list the standard metadata properties used for academic papers, like publication date and author?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q13442814> <http://www.wikidata.org/prop/direct/P1963> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_1961", "question": "What is the population of Montigny-le-Tilleul?", "sparql": "SELECT ?city ?population WHERE { VALUES ?city { wd:Q668437 } OPTIONAL { ?city wdt:P1082 ?population . } }", "paraphrases": ["Population of Montigny-le-Tilleul.", "Can you tell me how many people live in Montigny-le-Tilleul?"], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q668437> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } }"}}
{"id": "val_1962", "question": "How many diseases are listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( ?disease ) AS ?count ) WHERE {\n  ?disease wdt:P31 wd:Q12136 .\n}", "paraphrases": ["What is the total number of entities classified as diseases in Wikidata?", "Count all items in Wikidata that are instances of a disease."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . }"}}
{"id": "val_1963", "question": "What is the English label for the property \"author\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(SAMPLE(?lbl) AS ?label) WHERE {\n  wd:P50 rdfs:label ?lbl .\n  FILTER(LANGMATCHES(LANG(?lbl) , \"en\"))\n}", "paraphrases": ["How is the property P50 (author) labeled in English?", "Can you tell me the English term used for the \"author\" property in Wikidata?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2Label ) WHERE { <http://www.wikidata.org/prop/novalue/P50> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"en\" ) ) ) . }"}}
{"id": "val_1964", "question": "What is the English label for the property \"author name string\" in Wikidata?", "sparql": "SELECT ?label WHERE { wd:P2093 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["How is the property for storing unspecified author names called in English?", "What is the English term used in Wikidata for the property that stores author names as strings when no Wikidata item exists?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/prop/novalue/P2093> <http://www.w3.org/2004/02/skos/core#prefLabel> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_1965", "question": "German descriptions of scholarly articles written by Albert Einstein.", "sparql": "SELECT ?article ?description WHERE { ?article wdt:P31 wd:Q13442814 . ?article wdt:P50 wd:Q937 . ?article schema:description ?description . FILTER (LANG(?description) = \"de\") . } LIMIT 100", "paraphrases": ["What are the German-language descriptions of Albert Einstein\u2019s scholarly articles?", "Show me the German descriptions of all academic papers authored by Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q937> . ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_1966", "question": "Statements supported by the HomoloGene build68 reference (ID: ref:9b51dbd503923cb58402fc802c143dec2c592379)", "sparql": "PREFIX ref: <http://www.wikidata.org/reference/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nSELECT ?statement WHERE {\n  ?statement prov:wasDerivedFrom ref:9b51dbd503923cb58402fc802c143dec2c592379 .\n}", "paraphrases": ["Which Wikidata statements cite the HomoloGene build68 source?", "List all statements in Wikidata that use the reference to HomoloGene build68."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/reference/9b51dbd503923cb58402fc802c143dec2c592379> . }"}}
{"id": "val_1967", "question": "What are the descriptions of the article \"Recent advances involving the renin\u2013angiotensin system\" in different languages?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?description WHERE {\n  wd:Q34260674 schema:description ?description .\n}", "paraphrases": ["In which languages is the article \"Recent advances involving the renin\u2013angiotensin system\" described as a scientific paper from 2012?", "Can you list the multilingual abstracts for the 2012 scientific article on the renin\u2013angiotensin system?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q34260674> ?var1 ?var2 . }"}}
{"id": "val_1968", "question": "What is the most common property used to associate items with endemic disease on Wikidata?", "sparql": "SELECT ?directProperty (COUNT(?directProperty) AS ?count) WHERE { ?item ?usedProperty wd:Q506680 . ?directProperty wikibase:directClaim ?usedProperty . ?directProperty rdf:type wikibase:Property . } GROUP BY ?directProperty ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most often used to indicate that something is an endemic disease, when accounting for property aliases?", "How many times is the main subject property (P921) used to tag endemic disease, and is it the most frequent property for this purpose?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q506680> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_1969", "question": "Which academic articles cite \"Cortisone-cocarboxylase antagonism in regard to induced abscess in the rat\"?", "sparql": "SELECT ?citingArticle ?citingArticleLabel ?citationProperty ?citationPropertyLabel WHERE { ?citingArticle wdt:P2860 wd:Q44800958 . ?citationProperty wikibase:directClaim wdt:P2860 . ?citingArticle rdfs:label ?citingArticleLabel . ?citationProperty rdfs:label ?citationPropertyLabel . FILTER(LANG(?citingArticleLabel) = \"en\") FILTER(LANG(?citationPropertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What articles reference the study on cortisone-cocarboxylase antagonism in rats?", "Show me the papers that cite the 1954 study on cortisone and cocarboxylase in rat abscesses, along with the citation property used."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q44800958> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_1970", "question": "What scholarly articles have W. Tecumseh Fitch listed as the author?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?authorName WHERE {\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P2093 \"W. Tecumseh Fitch\" .\n}", "paraphrases": ["Show me academic papers where the author is named \"W. Tecumseh Fitch\".", "Which research articles are authored by W. Tecumseh Fitch according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } { ?var2 <http://www.wikidata.org/prop/direct/P2093> ?var1 . } FILTER ( ( CONTAINS ( LCASE ( ?var1 ) , \"fitch\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var1 ) , \"tecum\" ) ) ) . } GROUP BY ?var1 ?var2"}}
{"id": "val_1971", "question": "What is the ORCID iD of the author of the article \"Bridging the Aesthetic Gap: The Wild Beauty of Web Imagery\"?", "sparql": "SELECT ?author ?authorLabel ( COALESCE( ?orcid, ENCODE_FOR_URI( ?authorLabel ) ) AS ?orcidOrName ) WHERE { wd:Q48326412 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Show the ORCID of Miriam Redi, or if unavailable, display their name encoded as a URL.", "Retrieve the author and their ORCID identifier for the academic paper \"Bridging the Aesthetic Gap: The Wild Beauty of Web Imagery\", using the author\u2019s name as a fallback."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q48326412> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1972", "question": "Which Wikidata entities have Twitter usernames \"metafilter\", \"thedbk\", or \"NYMag\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"metafilter\" \"thedbk\" \"NYMag\" } } ORDER BY ?username", "paraphrases": ["What are the entities on Wikidata that use \"metafilter\", \"thedbk\", or \"NYMag\" as their Twitter/X handle?", "List the Wikidata items and their Twitter handles for the usernames metafilter, thedbk, and NYMag."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"string2\" ) ( \"ibmsverige\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"thedbk\" ) ( \"innesmck\" ) ( \"string7\" ) ( \"NYMag\" ) ( \"selectall\" ) ( \"metafilter\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_1973", "question": "Is there a TV series that has its episode list on the page \"Anexo:Episodios de Yin Yang Yo!\"?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q2357984 . }", "paraphrases": ["Does the animated series \"Yin Yang Yo!\" have an episode list page on Wikimedia?", "Which TV series is linked to the episode list \"Anexo:Episodios de Yin Yang Yo!\"?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q2357984> . }"}}
{"id": "val_1974", "question": "What is the English Wikipedia page, Rotten Tomatoes ID, and awards for the film or TV special with IMDb ID tt4050552?", "sparql": "SELECT ?wikipedia ?rotten_tomatoes_id ?award_label WHERE { { ?item wdt:P31 wd:Q11424 . } UNION { ?item wdt:P31 wd:Q1261214 . } ?item wdt:P345 \"tt4050552\" . OPTIONAL { ?wikipedia schema:about ?item . ?wikipedia schema:inLanguage \"en\" . ?wikipedia schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?item wdt:P1258 ?rotten_tomatoes_id . } OPTIONAL { ?item p:P166 ?award_stmt . ?award_stmt ps:P166 ?award . ?award rdfs:label ?award_label . FILTER(LANG(?award_label) = \"en\") } }", "paraphrases": ["Can you find the Wikipedia article, Rotten Tomatoes identifier, and any awards received by the TV special or movie identified by tt4050552?", "Show me the English Wikipedia link, Rotten Tomatoes ID, and award names for the work with IMDb ID tt4050552, whether it's a film or TV special."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var5 . OPTIONAL { ?var1 <http://schema.org/about> ?var4 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1258> ?var2 . } FILTER ( ( ( ?var5 = \"tt4050552\" ) ) ) . }"}}
{"id": "val_1975", "question": "How many academic papers cite \"The Alzheimer's Disease Assessment Scale: patterns and ... performance in multicenter Alzheimer's disease trials\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(?citation) AS ?count) WHERE {\n  ?citation wdt:P2860 wd:Q34429543 .\n}", "paraphrases": ["What is the citation count of the article on the Alzheimer's Disease Assessment Scale in multicenter trials?", "Show me how many scholarly works reference the study on the Alzheimer's Disease Assessment Scale."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q34429543> . }"}}
{"id": "val_1976", "question": "Which academic articles cite \"Inhibition of the glycerol 3-phosphate oxidation by free fatty acids\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q28609531 .\n}", "paraphrases": ["Articles citing \"Inhibition of the glycerol 3-phosphate oxidation by free fatty acids\"", "Can you list the scholarly works that reference the article on inhibition of glycerol 3-phosphate oxidation by free fatty acids?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28609531> . }"}}
{"id": "val_1977", "question": "What are the multilingual descriptions and key metadata (like publication date, volume, and PubMed ID) for the article \"Biosynthesis of 1-alkyl-sn-glycero-3-phosphate via adenosine triphosphate:1-alkyl-sn-glycerol phosphotransferase\"?", "sparql": "SELECT ?description ?title ?publicationDate ?volume ?issue ?pubmedId ?mainSubjectLabel WHERE { wd:Q28240654 schema:description ?description . wd:Q28240654 wdt:P1476 ?title . wd:Q28240654 wdt:P577 ?publicationDate . wd:Q28240654 wdt:P478 ?volume . wd:Q28240654 wdt:P433 ?issue . wd:Q28240654 wdt:P698 ?pubmedId . wd:Q28240654 wdt:P921 ?mainSubject . ?mainSubject rdfs:label ?mainSubjectLabel .}", "paraphrases": ["Can you show me the title, publication date, volume, issue, PubMed ID, and main subject of the 1974 scientific article on adenosine triphosphate biosynthesis, along with its descriptions in different languages?", "What does the scholarly article on 1-alkyl-sn-glycero-3-phosphate biosynthesis published in 1974 in volume 249, issue 17 of the Journal of Biological Chemistry say in different languages, and what is its main subject?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q28240654> ?var1 ?var2 . }"}}
{"id": "val_1978", "question": "What are the descriptions and Ensembl transcript IDs for the DLD gene?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?description ?ensemblTranscriptId WHERE {\n  wd:Q14909011 schema:description ?description .\n  wd:Q14909011 p:P704 ?statement .\n  ?statement ps:P704 ?ensemblTranscriptId .\n}", "paraphrases": ["In what languages is the DLD gene described, and what are its corresponding Ensembl transcript IDs?", "Show me the multilingual descriptions and Ensembl transcript IDs for the human DLD gene."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q14909011> ?var1 ?var2 . }"}}
{"id": "val_1979", "question": "Which Wikidata entities have the Twitter usernames \"elonmusk\" or \"BarackObama\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"elonmusk\" \"BarackObama\" } }", "paraphrases": ["Find entities on Wikidata with Twitter usernames elonmusk and BarackObama.", "Show me the people on Wikidata who use the Twitter handles @elonmusk and @BarackObama."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Tara_Ma_rs\" ) ( \"efoulon1\" ) ( \"string1\" ) } }"}}
{"id": "val_1980", "question": "Which Wikidata entities have the Twitter usernames elonmusk, BarackObama, timberners_lee, nasa, or google?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"BarackObama\" \"timberners_lee\" \"nasa\" \"google\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles elonmusk, BarackObama, timberners_lee, nasa, or google?", "Show me the Wikidata items and their corresponding Twitter usernames for elonmusk, BarackObama, timberners_lee, nasa, and google."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"Toyyib1986\" ) ( \"string16\" ) ( \"string17\" ) } }"}}
{"id": "val_1981", "question": "List all co-authors of Daniela Balslev by name string in her publications, along with how many times each appears.", "sparql": "SELECT ?authorName (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q20984787 .\n  ?work wdt:P2093 ?authorName .\n}\nGROUP BY ?authorName\nORDER BY DESC(?count)", "paraphrases": ["Who are the co-authors listed by name in Daniela Balslev\u2019s publications, and how many publications is each associated with?", "Show me the names of all co-authors (as stored in author name string) in Daniela Balslev\u2019s scientific works, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q20984787> . ?var2 <http://www.wikidata.org/prop/direct/P2093> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_1982", "question": "All properties and values for the academic article \"Aspects on human amyloid forms and their fibril polypeptides\".", "sparql": "SELECT ?property ?value WHERE { wd:Q36319485 ?property ?value .}", "paraphrases": ["What metadata and statement properties are associated with the 2005 scientific article on human amyloid forms?", "Show me every piece of information stored in Wikidata about the article \"Aspects on human amyloid forms and their fibril polypeptides\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q36319485> ?var1 ?var2 . }"}}
{"id": "val_1983", "question": "Humans with Royal Academy identifiers and ORCID iDs", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?orcid WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P4808 ?ra_id .\n  ?person wdt:P496 ?orcid .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Which historical figures associated with the Royal Academy have ORCID iDs, and what are their ORCID numbers?", "List the names and ORCID iDs of people who are both humans and have been assigned a Royal Academy new identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P4808> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . }"}}
{"id": "val_1984", "question": "What properties link other items to the article \"Amyloid Beta peptides differentially affect hippocampal theta rhythms in vitro\"?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q37002863 .}", "paraphrases": ["Which properties are used to connect other entities to the scholarly article about Amyloid Beta peptides and hippocampal theta rhythms?", "Show me all the ways this academic article is referenced or connected to other items in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q37002863> . }"}}
{"id": "val_1985", "question": "Does the list of Chico and the Man episodes belong to a TV series in Wikidata?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q17100319 . }", "paraphrases": ["Is there a TV series that has the list of Chico and the Man episodes as its episode list?", "Confirm that the episode list for Chico and the Man is linked to the TV series in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q17100319> . }"}}
{"id": "val_1986", "question": "What is the English Wikipedia page and Rotten Tomatoes ID for the film with IMDb ID tt3369806?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikipediaPage ?rottenTomatoesId ?awardLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P345 \"tt3369806\" .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?film ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?film p:P166 ?awardStmt .\n    ?awardStmt ps:P166 ?award .\n    ?award rdfs:label ?awardLabel .\n    FILTER(LANG(?awardLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?film wdt:P1258 ?rottenTomatoesId .\n  }\n}", "paraphrases": ["Can you find the Wikipedia link and Rotten Tomatoes identifier for the movie Max (2015), and list any awards it won?", "Show me the English Wikipedia article, Rotten Tomatoes ID, and awards for the film identified by tt3369806."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var5 . OPTIONAL { ?var1 <http://schema.org/about> ?var4 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1258> ?var2 . } FILTER ( ( ( ?var5 = \"tt3369806\" ) ) ) . }"}}
{"id": "val_1987", "question": "Entrez Gene IDs for citrate synthase, pyruvate carboxylase, and fumarate hydratase in humans.", "sparql": "SELECT ?gene ?entrezId WHERE { VALUES ?gene { wd:Q416426 wd:Q417743 wd:Q418634 } ?gene wdt:P351 ?entrezId ; wdt:P703 wd:Q15978631 . }", "paraphrases": ["What are the Entrez Gene IDs for the human genes citrate synthase, pyruvate carboxylase, and fumarate hydratase?", "Please provide the NCBI Entrez Gene IDs for the human genes CS, PC, and FH."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q416426> ) ( <http://www.wikidata.org/entity/Q417743> ) ( <http://www.wikidata.org/entity/Q418634> ) } ?var1 <http://www.wikidata.org/prop/direct/P351> ?var2 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_1988", "question": "Ensembl transcript IDs for gene CS", "sparql": "SELECT ?geneLabel ?transcriptId WHERE { wd:Q416426 wdt:P704 ?transcriptId . wd:Q416426 rdfs:label ?geneLabel . FILTER(LANG(?geneLabel) = 'en') }", "paraphrases": ["What are the Ensembl transcript IDs associated with the CS gene?", "List all Ensembl transcript IDs for the gene labeled \"CS\" in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q416426-06B14109-8957-4CED-B7E6-6DA29BA84D73> ?var1 ?var2 . }"}}
{"id": "val_1989", "question": "Does the TV series \"TV Nation\" have a list of episodes on Wikipedia?", "sparql": "ASK WHERE { wd:Q7672371 wdt:P1811 wd:Q6598995 . }", "paraphrases": ["Is there a Wikipedia article listing the episodes of TV Nation?", "What TV series has its episode list linked to the Wikipedia page \"List of TV Nation episodes\"?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6598995> . }"}}
{"id": "val_1990", "question": "Authors of \"Enhancement of the chemical semantic web through the use of InChI identifiers\" and their ORCID IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ( COALESCE ( ?orcid , CONCAT ( \"https://www.wikidata.org/wiki/\" , SUBSTR( STR( ?author ) , 31 ) ) ) AS ?link ) WHERE {\n  wd:Q28133283 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n}", "paraphrases": ["Who are the authors of the article \"Enhancement of the chemical semantic web through the use of InChI identifiers\", and what are their ORCID identifiers? If an ORCID is not available, what is the link to their Wikidata page?", "List the authors of the 2005 scholarly article on InChI identifiers, showing their ORCID IDs where available, and provide a Wikidata link otherwise."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q28133283> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_1991", "question": "What properties and values describe the scientific article \"Diastolic dyssynchrony is associated with exercise intolerance in hypertensive patients with left ventricular hypertrophy\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?value WHERE {\n  wd:Q50723511 ?property ?value .\n  BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}", "paraphrases": ["How is the article Q50723511 described in Wikidata? Show the property names and their values.", "List all the direct properties and their values linked to the scholarly article with ID Q50723511."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q50723511> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_1992", "question": "What properties connect the ADAL gene to other entities, and what are the English labels of those properties and their values?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?property ?propertyLabel ?object ?objectLabel WHERE {\n  wd:Q18052507 ?property ?object .\n  ?propItem wikibase:directClaim ?property .\n  ?propItem rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?objectLabel) = \"en\")\n}\nORDER BY ASC(?property) ASC(?object)", "paraphrases": ["List all English-labeled relationships and their targets for the human gene ADAL (Q18052507).", "Show me the English labels of all properties and objects linked to the ADAL gene in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var4Label ?var5 ?var6Label WHERE { <http://www.wikidata.org/entity/Q18052507> ?var1 ?var3 . ?var7 ?var5 ?var1 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 )"}}
{"id": "val_1993", "question": "What is the Wikimedia Commons image for Michael Jackson, identified by SNAC ARK ID w64467gw?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w64467gw\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n}", "paraphrases": ["Does Michael Jackson have an image on Wikimedia Commons, and if so, what is it, using his SNAC ARK ID w64467gw?", "Please show me the image associated with Michael Jackson in Wikidata, using his SNAC ARK ID w64467gw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6447r06\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_1994", "question": "What is the scholarly article with PubMed ID 18356873, who are its authors (as name strings), and in which journal was it published?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?journal ?article ?articleLabel ?authorName ?ordinal WHERE {\n  ?article wdt:P698 \"18356873\" .\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P1433 ?journal .\n  ?article rdfs:label ?articleLabel\n  FILTER ( LANG( ?articleLabel ) = \"en\" ) .\n  ?article wdt:P2093 ?authorName .\n  OPTIONAL {\n    ?authorName pq:P1545 ?ordinal\n  }\n}\nLIMIT 10", "paraphrases": ["Show me the title, journal, and author names of the article with PubMed ID 18356873, and include the author position in the author list if available.", "Retrieve the English label, publication venue, and author name strings for the scholarly article identified by PubMed ID 18356873, along with any series ordinal qualifiers for the authors."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var2 <http://www.wikidata.org/prop/direct/P2093> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P698> \"18356873\". ?var3 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } LIMIT 10"}}
{"id": "val_1995", "question": "Films from 1975 onwards with IMDb IDs and at least one of: award, nomination, Netflix, Metacritic, or Rotten Tomatoes ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film(YEAR(?date) AS ?year) ?label ?imdb ?director ?date ?genre WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P345 ?imdb .\n  ?film wdt:P57 ?director .\n  ?film rdfs:label ?label .\n  ?film wdt:P577 ?date .\n  ?film wdt:P136 ?genre .\n  OPTIONAL {\n    ?film wdt:P1411 ?nomination .\n  }\n  OPTIONAL {\n    ?film wdt:P166 ?award .\n  }\n  OPTIONAL {\n    ?film wdt:P1874 ?netflix .\n  }\n  OPTIONAL {\n    ?film wdt:P1712 ?metacritic .\n  }\n  OPTIONAL {\n    ?film wdt:P1258 ?rotten .\n  }\n  FILTER(LANG(?label) = \"en\")\n  FILTER(YEAR(?date) >= 1975)\n  FILTER(BOUND(?nomination) || BOUND(?award) || BOUND(?netflix) || BOUND(?metacritic) || BOUND(?rotten))\n}\nLIMIT 1", "paraphrases": ["What are some films released since 1975 that have an IMDb ID and were either nominated for an award, won an award, or have a presence on Netflix, Metacritic, or Rotten Tomatoes?", "Show me a film from 1975 or later that has an IMDb ID and is listed on at least one of these platforms or has received an award or nomination: Netflix, Metacritic, or Rotten Tomatoes."], "info": {"raw_sparql": "SELECT ?var1 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5 ?var6 ?var7 ?var2 ?var8 ?var9 ?var10 ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P57> ?var6 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var8 . <http://www.wikidata.org/entity/Q15046490> <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1411> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1874> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1712> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1258> ?var11 . } FILTER ( ( LANGMATCHES ( LANG ( ?var12Label ) , \"EN\" ) ) ) . FILTER ( ( ( YEAR ( ?var2 ) >= \"1975\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( BOUND ( ?var13 ) || BOUND ( ?var14 ) || BOUND ( ?var11 ) && BOUND ( ?var10 ) && BOUND ( ?var5 ) && BOUND ( ?var9 ) ) ) . } LIMIT 1"}}
{"id": "val_1996", "question": "What are the Belarusian films that are not part of a series and are not pornographic?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  ?film wdt:P31 / wdt:P279 * wd:Q11424 . MINUS {\n    ?film wdt:P179 ?series .\n  }\n  ?film wdt:P495 wd:Q184 . MINUS {\n    ?film wdt:P4665 ?cineMagiaId .\n  } MINUS {\n    ?film wdt:P136 wd:Q185529 .\n  }\n}", "paraphrases": ["List all films originating from Belarus that don\u2019t have a CineMagia.ro ID and aren\u2019t part of a franchise.", "Show me independent Belarusian movies \u2014 exclude those that are part of a series, are pornographic, or are listed on CineMagia.ro."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P179> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q184> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P4665> ?var3 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q185529> . } } GROUP BY ?var1"}}
{"id": "val_1997", "question": "What metadata is associated with the statement that the article \"Glycerol-3-phosphate content and triacylglycerol synthesis in isolated hepatocytes from fed and starved rats\" is a scholarly article?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q28609536-AAF493FE-32AF-4E7E-923B-D22EC5BE87E3 ?property ?value .\n}", "paraphrases": ["Show all properties and values of the statement identifying this scholarly article.", "What are the rank, type, and provenance of the claim that this paper is a scholarly article?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q28609536-AAF493FE-32AF-4E7E-923B-D22EC5BE87E3> ?var1 ?var2 . }"}}
{"id": "val_1998", "question": "Films with their IMDb IDs, English Wikipedia links, titles, and review scores.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?imdbId ?wikipediaPage ?title ?reviewScore WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?film wdt:P345 ?imdbId .\n  }\n  ?wikipediaPage schema:about ?film ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?film wdt:P1476 ?title .\n  ?film wdt:P444 ?reviewScore .\n}\nLIMIT 1000", "paraphrases": ["What are the titles, IMDb IDs, Wikipedia pages, and review scores of all films listed on Wikidata?", "Can you list all films (including their English Wikipedia pages, titles, IMDb IDs, and all available review scores) from Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P444> ?var5 . } LIMIT 1000"}}
{"id": "val_1999", "question": "What are some films classified as pornographic films in Wikidata, and what are their names?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q185529 .\n  ?film rdfs:label ?filmLabel .\n}\nLIMIT 100", "paraphrases": ["Can you list the titles of movies that are categorized as pornographic films?", "Show me the items that are examples of pornographic films along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q185529> . } LIMIT 100"}}
{"id": "val_2000", "question": "Who is the first author of the publication with PubMed ID 18356873?", "sparql": "SELECT ?authorName WHERE { ?pub wdt:P698 \"18356873\" . ?pub p:P2093 ?statement . ?statement ps:P2093 ?authorName ; pq:P1545 \"1\" . }", "paraphrases": ["What is the name of the lead author of the paper identified by PubMed ID 18356873?", "Return the author name string for the first author in the series of authors of the article with PubMed ID 18356873."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P698> \"18356873\". ?var2 <http://www.wikidata.org/prop/direct/P2093> ?var1 . ?var2 ?var3 [ <http://www.wikidata.org/prop/qualifier/P1545> \"1\" ] . } LIMIT 100"}}
{"id": "val_2001", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1261978?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1261978\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Wrong Turn 3: Left for Dead.", "Which language versions of Wikipedia have articles about the movie identified by tt1261978?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1261978\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2002", "question": "Is there a TV series with a list of episodes at \"list of Only Fools and Horses episodes\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q6593019 .\n}", "paraphrases": ["Is the Wikipedia list \"list of Only Fools and Horses episodes\" linked as the episode list for the TV series \"Only Fools and Horses\"?", "Confirm if the episode list article Q6593019 is associated with any TV series."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6593019> . }"}}
{"id": "val_2003", "question": "English Wikipedia page, Rotten Tomatoes ID, and awards for the film Groundhog Day (IMDb tt0107048).", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?wikipediaPage ?rottenTomatoesId ?award WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P345 \"tt0107048\" .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?film ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?film p:P166 ?awardStatement .\n    ?awardStatement ps:P166 ?awardItem .\n    ?awardItem rdfs:label ?award .\n    FILTER(LANG(?award) = \"en\")\n  }\n  OPTIONAL {\n    ?film wdt:P1258 ?rottenTomatoesId .\n  }\n}", "paraphrases": ["What are the English Wikipedia page, Rotten Tomatoes ID, and awards received by the movie Groundhog Day (IMDb ID: tt0107048)?", "Show me the English Wikipedia link, Rotten Tomatoes identifier, and all awards won by the film Groundhog Day (1993)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var5 . OPTIONAL { ?var1 <http://schema.org/about> ?var4 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1258> ?var2 . } FILTER ( ( ( ?var5 = \"tt0107048\" ) ) ) . }"}}
{"id": "val_2004", "question": "Humans with ORCID IDs and affiliations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?humanLabel ?orcid ?affiliation WHERE {\n  ?human wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?human wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?human wdt:P1416 ?affiliation .\n  }\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Which humans have ORCID identifiers and organizational affiliations?", "Show me a list of humans along with their ORCID IDs and any organizations they are affiliated with."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/496> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1416> ?var3 . } } LIMIT 10"}}
{"id": "val_2005", "question": "People affiliated with UC Berkeley, their publication count, birth dates, and ORCID IDs, sorted by most publications.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?work) AS ?publicationCount) ?person ?personLabel(MAX(?birthDate) AS ?maxBirthDate) ?orcid WHERE {\n  ?person(wdt:P108 | wdt:P463) wd:Q168756 .\n  OPTIONAL {\n    ?person wdt:P50 ?work .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P496 ?orcid .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nGROUP BY ?person ?personLabel ?orcid\nORDER BY DESC(?publicationCount)", "paraphrases": ["Who are the people affiliated with UC Berkeley, how many works have they authored, when were they born, and what are their ORCID IDs, ordered by number of publications?", "List all individuals associated with UC Berkeley, including their birth dates and ORCID identifiers, and show how many publications each has, sorted from highest to lowest publication count."], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( MAX ( ?var4 ) AS ?var5 ) ?var6 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT( COUNT ( ?var7 ) AS ?var1 ) ?var3 WHERE { { SELECT DISTINCT ?var3 WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P108> | <http://www.wikidata.org/prop/direct/P463> ) <http://www.wikidata.org/entity/Q168756> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P1416> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q168756> . } } } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P50> ?var3 . } } GROUP BY ?var3 } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var8 ) AS ?var4 ). ?var3 <http://www.wikidata.org/prop/direct/P569> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P496> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var6 ORDER BY DESC( ?var2 )"}}
{"id": "val_2006", "question": "What is the most specific common superclass in the Wikidata hierarchy that both Prince and Germany belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q7542 wdt:P31 ?c1 .\n  wd:Q183 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * wd:Q103940464 .\n  ?c2 wdt:P279 * wd:Q103940464 .\n}", "paraphrases": ["Which entity class is the lowest common ancestor of Prince and Germany in the subclass hierarchy?", "Find the common superclass of the classes that Prince and Germany are instances of, with the fewest superclasses."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7542> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2007", "question": "List the titles and authors of articles published in the University of Edinburgh journal, sorted by newest publication date first.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( MIN( ?pubDate ) AS ?earliestDate ) ?item ?title ( GROUP_CONCAT( ?authorLabel ; SEPARATOR = \" // \" ) AS ?authors ) WHERE {\n  ?item wdt:P1433 wd:Q27716493 .\n  ?item wdt:P577 ?pubDate .\n  ?item wdt:P1476 ?title .\n  FILTER ( LANG( ?title ) = \"en\" ) OPTIONAL {\n    ?item wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n}\nGROUP BY ?item ?title\nORDER BY DESC ( ?earliestDate )\nLIMIT 1000", "paraphrases": ["What are the most recent publications from the University of Edinburgh journal, and who are their authors?", "Show me the titles and author names (if any) of works published in the University of Edinburgh journal, ordered from newest to oldest, with publication dates included."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( ?var4Label ; SEPARATOR = \" // \" ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q27716493> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var6 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var6 . } OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P50> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2008", "question": "Movie with Rotten Tomatoes ID m/hero", "sparql": "SELECT ?movie ?movieLabel WHERE { ?movie wdt:P1258 \"m/hero\" . ?movie rdfs:label ?movieLabel . FILTER(LANG(?movieLabel) = \"en\") }", "paraphrases": ["What is the name of the movie with Rotten Tomatoes ID m/hero?", "Tell me the title of the movie identified by m/hero on Rotten Tomatoes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1258> \"m/hero\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2009", "question": "Image of Lucy Terry Prince with SNAC ARK ID w6xs6kxj", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6xs6kxj\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Lucy Terry Prince\u2019s SNAC ARK ID (w6xs6kxj)?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6xs6kxj."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xs6kxj\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2010", "question": "What is the most specific category that both Pennsylvania and Chris Hemsworth belong to in Wikidata's taxonomy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lca ?lcaLabel WHERE {\n  wd:Q35657 wdt:P279 * wd:Q106559804 .\n  wd:Q5 wdt:P279 * wd:Q106559804 .\n  wd:Q106559804 rdfs:label ?lcaLabel .\n  FILTER(LANG(?lcaLabel) = \"en\")\n  .\n  BIND(wd:Q106559804 AS ?lca)\n}", "paraphrases": ["Which concept is a superclass of both a U.S. state and a human?", "Find the least common ancestor in the subclass hierarchy between the type of Pennsylvania and the type of Chris Hemsworth."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1400> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54314> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2011", "question": "Is epidermolytic hyperkeratosis classified as a disease?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q3801491 wdt:P279 * wd:Q12136 .\n}", "paraphrases": ["Does epidermolytic hyperkeratosis belong to the category of diseases?", "Is epidermolytic hyperkeratosis a type of disease?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q42497779> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2012", "question": "Works about the brain with alternative titles", "sparql": "SELECT ?work ?workLabel ?qualifierProperty ?qualifierValue ?qualifierValueLabel WHERE { ?work p:P921 ?statement . ?statement ps:P921 wd:Q1073 . ?statement ?qualifierProperty ?qualifierValue . FILTER(STRSTARTS(STR(?qualifierProperty), \"http://www.wikidata.org/prop/qualifier/\")) OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } OPTIONAL { ?qualifierValue rdfs:label ?qualifierValueLabel . FILTER(LANG(?qualifierValueLabel) = \"en\") } OPTIONAL { ?qualifierProperty rdfs:label ?qualifierPropertyLabel . FILTER(LANG(?qualifierPropertyLabel) = \"en\") } } ORDER BY ?work", "paraphrases": ["Which scholarly articles have the brain as their main subject, and what alternative names are given to them?", "List all academic works whose main topic is the brain, along with any alternative titles used in their Wikidata entries."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q1073> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2013", "question": "Which property is most commonly used to link items to the PubMed ID property?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?statementProperty wd:P353 .\n  ?property wikibase:directClaim ?statementProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is used most often to associate items with the Wikidata property for PubMed ID?", "Show me the property that is most frequently used to indicate that an item has the PubMed ID property."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P353> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2014", "question": "What are the film rating categories under the RTC classification system?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rating ?ratingLabel WHERE {\n  ?rating wdt:P31 wd:Q28980086 .\n  ?rating rdfs:label ?ratingLabel .\n  FILTER ( LANG( ?ratingLabel ) = \"en\" )\n}", "paraphrases": ["Which film ratings are classified as RTC film classification categories?", "List the English labels of all film ratings that are instances of the RTC film classification category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28980086> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } }"}}
{"id": "val_2015", "question": "Number of works citing Leo Breiman\u2019s publications by year, distinguishing self-citations.", "sparql": "SELECT ?year (COUNT(DISTINCT ?citingWork) AS ?count) ?isSelfCitation WHERE { ?breimanWork wdt:P50 wd:Q931461 . ?citingWork wdt:P2860 ?breimanWork . ?citingWork wdt:P577 ?pubDate . FILTER(isLiteral(?pubDate)) BIND(STR(YEAR(?pubDate)) AS ?year) BIND(IF(EXISTS { ?citingWork wdt:P50 wd:Q931461 }, \"self-citation\", \"other-citation\") AS ?isSelfCitation) } GROUP BY ?year ?isSelfCitation ORDER BY DESC(?year)", "paraphrases": ["How many works citing Leo Breiman\u2019s research were published each year, and how many of those were written by Leo Breiman himself?", "Show me a breakdown of works that cite Leo Breiman\u2019s publications, grouped by publication year and whether they are self-citations."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q931461> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q931461> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2016", "question": "Which organizations have Twitter handles UNFCCC, NOAA, WMO, ECMWF, eumetsat, mesosphere, or ENS_ULM?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity p:P2002 ?stmt .\n  ?stmt ps:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"UNFCCC\" \"NOAA\" \"WMO\" \"ECMWF\" \"eumetsat\" \"mesosphere\" \"ENS_ULM\"\n  }\n}", "paraphrases": ["What Wikidata entities are associated with the Twitter usernames UNFCCC, NOAA, WMO, ECMWF, eumetsat, mesosphere, and ENS_ULM?", "List the entities in Wikidata that use any of these Twitter handles: UNFCCC, NOAA, WMO, ECMWF, eumetsat, mesosphere, or ENS_ULM."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"ENS_ULM\" ) ( \"string2\" ) ( \"string3\" ) ( \"libe\" ) ( \"mesosphere\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"Carbone4\" ) ( \"UNFCCC\" ) ( \"NOAA\" ) ( \"string7\" ) ( \"WMO\" ) ( \"ECMWF\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"SabOceano\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"eumetsat\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2017", "question": "What is the average number of pages per author per year for scholarly articles authored by researchers affiliated with Universit\u00e9 catholique de Louvain?", "sparql": "SELECT ?authorLabel ?year (SUM(?pages) / SUM(?authorCount) AS ?avgPagesPerAuthor) WHERE { ?article wdt:P31 wd:Q13442814 . ?article wdt:P577 ?date . BIND(YEAR(?date) AS ?year) . ?article wdt:P1104 ?pages . ?article (wdt:P50|wdt:P2093) ?author . ?author (wdt:P108|wdt:P1416) wd:Q378134 . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = 'en') { SELECT ?article (COUNT(?a) AS ?authorCount) WHERE { ?article wdt:P31 wd:Q13442814 . ?article (wdt:P50|wdt:P2093) ?a . } GROUP BY ?article } } GROUP BY ?authorLabel ?year ORDER BY ?year", "paraphrases": ["For each year, what is the average page count per author across all scholarly articles published by UCL-affiliated authors?", "How many pages on average does each author contribute per year to scholarly articles linked to Universit\u00e9 catholique de Louvain?"], "info": {"raw_sparql": "SELECT ?var1 ( SUM ( ?var2 ) AS ?var3 ) ?var4Label WHERE { { SELECT ?var4Label ?var5 ?var1 ( ( SAMPLE ( ?var6 )/COUNT ( ?var7 ) ) AS ?var2 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q378134> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q378134> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q378134> . } BIND ( STR ( YEAR ( ?var10 ) ) AS ?var1 ). ?var5 ( <http://www.wikidata.org/prop/direct/P50> | <http://www.wikidata.org/prop/direct/P2093> ) ?var7 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var5 <http://www.wikidata.org/prop/direct/P50> ?var8 . ?var5 <http://www.wikidata.org/prop/direct/P1104> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P577> ?var10 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } GROUP BY ?var5 ?var4Label ?var1 } } GROUP BY ?var1 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_2018", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt5287168?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt5287168\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Sami Blood.", "Which language versions of the Wikipedia page for Sami Blood are available in English and German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5287168\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2019", "question": "Films from Andorra without IMDb IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P495 wd:Q228 . MINUS {\n    ?film wdt:P345 ?imdbId .\n  }\n}", "paraphrases": ["Which films originate from Andorra but are not listed on IMDb?", "List all films from Andorra that don't have an IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q228> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } } GROUP BY ?var1"}}
{"id": "val_2020", "question": "Scholarly articles about patient ethics in English, excluding those mentioning methicillin.", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P31 wd:Q13442814 ; rdfs:label ?label . FILTER(LANGMATCHES(LANG(?label), 'en')) . FILTER(CONTAINS(LCASE(?label), 'patient')) . FILTER(CONTAINS(LCASE(?label), 'ethic')) . FILTER(!CONTAINS(LCASE(?label), 'methicillin')) . FILTER(!CONTAINS(LCASE(?label), 'ethicill')) } LIMIT 20", "paraphrases": ["What are some English-language scholarly articles that discuss patient ethics but do not refer to methicillin or ethicill?", "List English scholarly articles with titles containing both \u201cpatient\u201d and \u201cethic\u201d, but not \u201cmethicillin\u201d or \u201cethicill\u201d."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"patient\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"ethic\" ) ) ) . FILTER ( ( !( CONTAINS ( LCASE ( ?var1Label ) , \"ethicill\" ) ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2021", "question": "What is the title, author names, journal, and publication date of the PubMed article with ID 1305469?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?title ?authorName ?publishedIn ?publicationDate WHERE {\n  ?publication wdt:P698 \"1305469\" .\n  OPTIONAL {\n    ?publication wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?publication wdt:P2093 ?authorName .\n  }\n  OPTIONAL {\n    ?publication wdt:P1433 ?publishedIn .\n  }\n  OPTIONAL {\n    ?publication wdt:P577 ?publicationDate .\n  }\n}", "paraphrases": ["Can you find the publication details \u2014 including title, authors, where it was published, and when \u2014 for the paper with PubMed ID 1305469?", "Show me the title, author names, publication venue, and date for the scientific paper identified by PubMed ID 1305469."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P698> \"string1\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2093> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } }"}}
{"id": "val_2022", "question": "List all Danish ancient monuments with an official ID from the Heritage Agency of Denmark.", "sparql": "SELECT ?monument WHERE { ?monument wdt:P3596 [] .}", "paraphrases": ["Which sites in Denmark are registered as protected ancient monuments with a unique ID?", "Show me all protected ancient monument sites in Denmark that have been assigned an identifier by the Heritage Agency."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3596> [] . }"}}
{"id": "val_2023", "question": "What is the title and description of the scientific article with PubMed ID 22016355?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P698 \"22016355\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you find the English label and description of the article identified by PubMed ID 22016355?", "Show me the title and English description of the research paper with PubMed ID 22016355."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1280> \"22016355\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2024", "question": "Image of John B. Watson using his SNAC ARK ID w6j965f2", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6j965f2\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6j965f2?", "Show me the image of the person identified by the SNAC ARK ID w6j965f2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6j965f2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2025", "question": "What is the most specific category that both Wall Street and Seattle belong to in Wikidata's taxonomy?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q79007 wdt:P279* ?commonAncestor . wd:Q515 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(?commonAncestor = wd:Q53617407) }", "paraphrases": ["What is the lowest common superclass of the type of Wall Street and the type of Seattle?", "What is the shared parent category in the hierarchy for the street Wall Street and the city Seattle?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11690> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2026", "question": "Oldest articles published in ChemMedChem with their authors.", "sparql": "SELECT (MIN(?pubDate) AS ?earliestDate) ?article ?articleLabel (GROUP_CONCAT(?authorLabel; SEPARATOR=\" // \") AS ?authors) WHERE { ?article wdt:P1433 wd:Q2962252 . OPTIONAL { ?article wdt:P577 ?pubDate . } OPTIONAL { ?article rdfs:label ?articleLabel . FILTER(LANG(?articleLabel) = \"en\") } OPTIONAL { ?article wdt:P50 / rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } } GROUP BY ?article ?articleLabel ORDER BY ASC(?earliestDate) LIMIT 1000", "paraphrases": ["What are the earliest articles published in ChemMedChem, and who are their authors?", "Show me the 1000 oldest research articles from the journal ChemMedChem, including their English titles and author names."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( ?var4Label ; SEPARATOR = \" // \" ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q2962252> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var6 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var6 . } OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P50> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2027", "question": "Recent papers citing research from Pierre and Marie Curie University authors.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?publicationDate ?citingWork ?citingWorkLabel ?citedWork ?citedWorkLabel WHERE {\n  ?author wdt:P108 wd:Q1144549 .\n  ?citedWork wdt:P50 ?author .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?publicationDate .\n  ?citingWork rdfs:label ?citingWorkLabel .\n  ?citedWork rdfs:label ?citedWorkLabel .\n  FILTER ( LANG( ?citingWorkLabel ) = \"en\" ) FILTER ( LANG( ?citedWorkLabel ) = \"en\" )\n}\nORDER BY DESC ( ?publicationDate )\nLIMIT 100", "paraphrases": ["What are the most recent scientific papers that cite work by researchers who worked at Pierre and Marie Curie University?", "Show me the latest publications that reference studies authored by scientists employed by Pierre and Marie Curie University, along with the original works they cite."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q1144549> . } UNION { ?var4 ( <http://www.wikidata.org/prop/direct/P1416> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q1144549> . } BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var5 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,nl,ru,sv,zh\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_2028", "question": "Top cited scientific papers by first authors affiliated with LEO Pharma.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(DISTINCT ?citingWork) AS ?citationCount) ?citedWork ?title WHERE {\n  {\n    ?author wdt:P108 wd:Q1798020 .\n  } UNION {\n    ?author wdt:P1416 wd:Q1798020 .\n  } UNION {\n    ?author wdt:P1416 ?org .\n    ?org wdt:P361 wd:Q1798020 .\n  }\n  ?citedWork p:P50 ?citationStatement .\n  ?citationStatement ps:P50 ?author ; pq:P1545 \"1\" .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citedWork wdt:P1476 ?title .\n}\nGROUP BY ?citedWork ?title\nORDER BY DESC(?citationCount)\nLIMIT 20", "paraphrases": ["Which research papers authored by first authors from LEO Pharma have been cited the most times?", "List the 20 most frequently cited publications where the first author is affiliated with LEO Pharma, either directly or through a subsidiary organization."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) ?var3 ?var3Label WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q1798020> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q1798020> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P1416> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q1798020> . } ?var3 <http://www.wikidata.org/prop/P50> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P50> ?var4 . ?var6 <http://www.wikidata.org/prop/qualifier/P1545> \"1\". ?var1 <http://www.wikidata.org/prop/direct/P2860> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp,da\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 20"}}
{"id": "val_2029", "question": "Which scholarly articles cite the 1992 paper on cytoplasmic chaperonin catalyzing beta-actin folding?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle ?citingArticleLabel WHERE {\n  ?citingArticle wdt:P2860 wd:Q45345723 .\n  ?citingArticle rdfs:label ?citingArticleLabel .\n  FILTER(LANG(?citingArticleLabel) = \"en\")\n}", "paraphrases": ["Articles citing \"A cytoplasmic chaperonin that catalyzes beta-actin folding\"", "Please list the academic papers that reference the study on cytoplasmic chaperonin-mediated beta-actin folding."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45345723> . }"}}
{"id": "val_2030", "question": "What is the closest common superclass shared by the class of Kabul and the class of the Las Vegas Strip, and what is the sum of the subclass distances from each to that superclass?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common ?dist1 ?dist2 ( ?dist1 + ?dist2 AS ?totalDist ) WHERE {\n  {\n    SELECT ?ancestor1 ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q515 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor1 .\n      FILTER ( ?ancestor1 != wd:Q515 )\n    }\n    GROUP BY ?ancestor1\n  }\n  {\n    SELECT ?ancestor2 ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q3055075 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor2 .\n      FILTER ( ?ancestor2 != wd:Q3055075 )\n    }\n    GROUP BY ?ancestor2\n  }\n  FILTER ( ?ancestor1 = ?ancestor2 ) BIND( ?ancestor1 AS ?common )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["How many subclass steps away is the nearest common category between a city and an entertainment district?", "Which category is the most specific shared ancestor of cities and entertainment districts, and how far is it from each?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5838> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q745608> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2031", "question": "What is the most specific administrative category shared by Los Angeles and South Dakota, based on their hierarchical classification in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?dist1 ?dist2(?dist1 + ?dist2 AS ?total) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q65 wdt:P31 ?class1 .\n      ?class1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q1211 wdt:P31 ?class2 .\n      ?class2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["Which superclass is closest (in subclass steps) to both Los Angeles and South Dakota, and what is the total distance from each?", "Find the common ancestor in the Wikidata taxonomy with the smallest total number of subclass steps from both Los Angeles and South Dakota."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1211> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2032", "question": "Multilingual descriptions of skin disease", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?language ?description WHERE {\n  wd:Q949302 schema:description ?description .\n  BIND(LANG(?description) AS ?language)\n}\nORDER BY ?language", "paraphrases": ["What are the definitions of skin disease in different languages?", "Show me how \"skin disease\" is described in various languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q949302> ?var1 ?var2 . }"}}
{"id": "val_2033", "question": "What are the main subjects of works by Robert M. West, how many works are there per subject, and what are the titles of those works?", "sparql": "SELECT ?workCount ?subjectLabel ?workLabelTruncated WHERE { { SELECT ?subject (COUNT(?work) AS ?workCount) WHERE { ?work wdt:P50 wd:Q47493725 . ?work wdt:P921 ?subject . } GROUP BY ?subject } ?work wdt:P50 wd:Q47493725 . ?work wdt:P921 ?subject . ?subject rdfs:label ?subjectLabel . ?work rdfs:label ?workLabel . FILTER(LANG(?subjectLabel) = \"en\") FILTER(LANG(?workLabel) = \"en\") BIND(SUBSTR(?workLabel, 1, 60) AS ?workLabelTruncated) } ORDER BY DESC(?workCount)", "paraphrases": ["For each work authored by Robert M. West, what is its main subject, how many other works share that subject, and what is the truncated title of the work?", "List all works by Robert M. West, showing the frequency of their main subjects and the first 60 characters of each work\u2019s title, sorted by subject popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47493725> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47493725> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2034", "question": "What is the most specific category that both Nevada and the Commodity Futures Trading Commission belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?commonAncestorLabel(COUNT(?mid1) AS ?depth1)(COUNT(?mid2) AS ?depth2)(COUNT(?mid1) + COUNT(?mid2) AS ?totalDepth) WHERE {\n  wd:Q35657 wdt:P279 + ?mid1 .\n  ?mid1 wdt:P279 * ?commonAncestor .\n  wd:Q1752939 wdt:P279 + ?mid2 .\n  ?mid2 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?commonAncestorLabel .\n  FILTER(LANG(?commonAncestorLabel) = \"en\")\n}\nGROUP BY ?commonAncestor ?commonAncestorLabel\nORDER BY ASC(?totalDepth)\nLIMIT 1", "paraphrases": ["What do U.S. states and U.S. federal agencies have in common in terms of legal classification?", "What is the highest-level shared classification between the state of Nevada and the CFTC?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1227> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q611748> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2035", "question": "What films and TV shows did Steven Spielberg direct, and what are their titles and release dates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?title ?date WHERE {\n  ?work wdt:P57 wd:Q8877 .\n  OPTIONAL {\n    ?work wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?work wdt:P585 ?date .\n  }\n}", "paraphrases": ["Steven Spielberg directed works: titles and release dates", "List all works directed by Steven Spielberg along with their titles and when they were released."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q8877> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P585> ?var3 . } }"}}
{"id": "val_2036", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt6892206?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt6892206\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  BIND(\"tt6892206\" AS ?imdbId)\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by IMDb ID tt6892206?", "Show me the Wikidata item, the corresponding English or German Wikipedia page, and the IMDb ID for the film tt6892206."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6892206\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2037", "question": "Films with their IMDb IDs and English Wikipedia pages", "sparql": "SELECT ?film ?imdb ?wikipedia_page WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 ?imdb . ?wikipedia_page schema:about ?film ; schema:isPartOf <https://en.wikipedia.org/> . }", "paraphrases": ["What are the IMDb IDs and English Wikipedia pages for all films on Wikidata?", "Show me a list of films, along with their IMDb identifiers and corresponding English Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var5 <http://www.w3.org/2002/07/owl#sameAs> ?var6 . ?var5 <http://dbpedia.org/ontology/wikiPageID> ?var1 . VALUES ( ?var6 ) { ( <http://www.wikidata.org/entity/Q123> ) } ?var3 <http://schema.org/about> ?var4 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . }"}}
{"id": "val_2038", "question": "What film series have been directed by women?", "sparql": "SELECT ?filmSeries ?filmSeriesLabel ?directorLabel WHERE { ?filmSeries wdt:P31 wd:Q24856 . ?filmSeries wdt:P57 ?director . ?director wdt:P21 wd:Q6581072 . ?filmSeries rdfs:label ?filmSeriesLabel . ?director rdfs:label ?directorLabel . FILTER(LANG(?filmSeriesLabel) = \"en\") FILTER(LANG(?directorLabel) = \"en\") }", "paraphrases": ["List the English-named film series and their female directors.", "Can you show me the female directors of film series?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24856> . ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2039", "question": "Subclasses of disease with cited sources", "sparql": "SELECT ?subclass ?subclassLabel ?reference WHERE { ?subclass p:P279 ?statement . ?statement ps:P279 wd:Q12136 . ?statement prov:wasDerivedFrom ?reference . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = 'en') }", "paraphrases": ["Which diseases are classified as subclasses of disease and have references in their Wikidata entries?", "List the English names of conditions that are subclasses of disease and have provenance references."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var2 . }"}}
{"id": "val_2040", "question": "What is the most general category that both Earth and Seoul belong to in Wikidata's ontology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q2 wdt:P31 ?class1 .\n  wd:Q8684 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?commonAncestor .\n  ?class2 wdt:P279 * ?commonAncestor .\n  FILTER(?commonAncestor = wd:Q35120)\n}\nLIMIT 1", "paraphrases": ["Which top-level class in Wikidata includes both the planet Earth and the city of Seoul as instances?", "What is the highest-level concept that connects Earth and Seoul through their classifications?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2041", "question": "What are the Marathi-language films released in recent years, listed by release date?", "sparql": "SELECT DISTINCT ?film ?filmLabel ?date WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?date . ?film wdt:P364 wd:Q1571 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } ORDER BY DESC(?date) LIMIT 50", "paraphrases": ["Show me the titles and release dates of Marathi films in English, sorted from newest to oldest.", "List the English titles and publication years of Marathi movies, ordered by year descending."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var3 <http://www.wikidata.org/prop/direct/P577> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P364> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P57> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P86> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P161> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var3 <http://www.wikidata.org/prop/direct/P364> <http://www.wikidata.org/entity/Q1571> . } ORDER BY DESC( ?var1 )"}}
{"id": "val_2042", "question": "Films with English labels, director, genre, release date, country, duration, and IMDb ID", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?film ?filmLabel ?director ?genre ?releaseDate ?country ?duration ?imdbId WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?film wdt:P57 ?director .\n  }\n  OPTIONAL {\n    ?film wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    ?film wdt:P577 ?releaseDate .\n  }\n  OPTIONAL {\n    ?film wdt:P495 ?country .\n  }\n  OPTIONAL {\n    ?film wdt:P2047 ?duration .\n  }\n  OPTIONAL {\n    ?film wdt:P345 ?imdbId .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English titles, directors, genres, release dates, countries of origin, durations, and IMDb IDs of all films in Wikidata?", "Please list 100 films with their English names and key details like director, genre, release year, country, duration, and IMDb number."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 ?var2 ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } OFFSET 2600000 LIMIT 10000"}}
{"id": "val_2043", "question": "Biographical films listed in Wikidata", "sparql": "SELECT ?film WHERE { ?film wdt:P136 wd:Q645928 . } LIMIT 100", "paraphrases": ["What are some biographical films according to Wikidata?", "List up to 100 films that have the biographical film genre."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q645928> . OPTIONAL { } } LIMIT 100"}}
{"id": "val_2044", "question": "Academic papers and the journals they were published in.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?work ?workLabel ?publication ?publicationLabel WHERE {\n  ?work wdt:P1433 ?publication .\n  ?work rdfs:label ?workLabel .\n  ?publication rdfs:label ?publicationLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n  FILTER(LANG(?publicationLabel) = \"en\")\n}\nLIMIT 5000", "paraphrases": ["Which research papers have been published in which scientific journals?", "List English-language academic publications along with the journals they appeared in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_2045", "question": "All properties and values for the scholarly article on lysophosphatidic acid.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q28302384 ?property ?value .\n}", "paraphrases": ["What properties and values are associated with the article \"Lysophosphatidic acid, a multifunctional phospholipid messenger\"?", "Show me every property and its corresponding value for the 1995 scientific article about lysophosphatidic acid, including multilingual descriptions and publication details."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q28302384> ?var1 ?var2 . }"}}
{"id": "val_2046", "question": "What is the most general category that both Auckland and Mars belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?label WHERE {\n  VALUES ?common {\n    wd:Q35120\n  }\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What is the highest-level common superclass of the city Auckland and the planet Mars in the Wikidata ontology?", "Which entity class encompasses both cities and planets in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q111> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2047", "question": "Chinese film directors", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P106 / wdt:P279 * wd:Q3455803 .\n  ?person wdt:P27 wd:Q148 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ?personLabel", "paraphrases": ["Who are the directors from China?", "List all people who are directors (or subclasses of directors) and hold Chinese citizenship, with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3455803> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q148> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_2048", "question": "List English titles of films along with their cast members and genres.", "sparql": "SELECT ?film ?filmLabel ?castMemberLabel ?genreLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") . ?film wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER (LANG(?genreLabel) = \"en\") . ?film wdt:P161 ?castMember . ?castMember rdfs:label ?castMemberLabel . FILTER (LANG(?castMemberLabel) = \"en\") . } LIMIT 200", "paraphrases": ["What are the English titles of films, who are the cast members, and what are the genres of these films?", "Show me the English names of films, the actors in them, and their genres."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 200"}}
{"id": "val_2049", "question": "Common class of Cincinnati and Las Vegas?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q43196 wdt:P31 ?commonClass .\n  wd:Q23768 wdt:P31 ?commonClass .\n}\nLIMIT 1", "paraphrases": ["What is the most specific category that both Cincinnati and Las Vegas belong to?", "Find a category that both the headquarters of the Cincinnati Bengals and the Las Vegas Raiders share."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2624848> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q223511> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2050", "question": "Who are the directors of Telugu films released between 2010 and 2017?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?director WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P57 ?director .\n  ?film wdt:P364 wd:Q8097 .\n  ?film wdt:P577 ?releaseDate .\n  FILTER(?releaseDate >= \"2010-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?releaseDate <= \"2017-12-31T00:00:00Z\" ^^ xsd:dateTime)\n}\nLIMIT 500", "paraphrases": ["Can you list all film directors who worked on Telugu-language movies that came out between 2010 and 2017?", "Which people directed Telugu movies that were published from January 1, 2010, to December 31, 2017?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2526255> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P364> <http://www.wikidata.org/entity/Q8097> . OPTIONAL { } FILTER ( ( ( ?var2 >= \"2010-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { } OPTIONAL { } OPTIONAL { } } LIMIT 500"}}
{"id": "val_2051", "question": "Directors born in 1981 and their birth places and countries.", "sparql": "SELECT ?birthPlace ?birthPlaceLabel ?countryLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q3455803 ; wdt:P569 ?birthDate ; wdt:P19 ?birthPlace . BIND(YEAR(?birthDate) AS ?birthYear) FILTER(?birthYear = 1981) . ?birthPlace wdt:P17 ?country . ?birthPlace rdfs:label ?birthPlaceLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which directors were born in 1981, and where and in which country were they born?", "List the birth places and countries of all human directors born in 1981, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2Label ) AS ?var2Label ) WHERE { BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3455803> . ?var5 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P19> ?var1 . ?var1 <http://www.wikidata.org/prop/P17> _:b24 . _:b24 <http://www.wikidata.org/prop/statement/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var4 = \"1981\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 ?var1Label ?var2 LIMIT 10"}}
{"id": "val_2052", "question": "Journals where Jos\u00e9 Iriarte published the most papers, with their abbreviations if available.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?journal ?displayLabel(COUNT(?work) AS ?publicationCount) WHERE {\n  ?work wdt:P50 wd:Q42907841 .\n  ?work wdt:P1433 ?journal .\n  ?journal rdfs:label ?journalLabel .\n  FILTER(LANG(?journalLabel) = \"en\")\n  OPTIONAL {\n    ?journal wdt:P1813 ?journalShortName\n  }\n  BIND(COALESCE(?journalShortName , ?journalLabel) AS ?displayLabel)\n}\nGROUP BY ?journal ?displayLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["Which academic journals have published the most works by archaeologist Jos\u00e9 Iriarte, and what are their common abbreviations?", "List the journals that have published Jos\u00e9 Iriarte\u2019s research, ordered by the number of publications, showing the journal\u2019s short name if one exists, otherwise its full name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42907841> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2053", "question": "Academic articles that cite \"Differences between human and mouse embryonic stem cells\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q45345133 .\n}", "paraphrases": ["Which scientific papers cite the article \"Differences between human and mouse embryonic stem cells\"?", "List all scholarly articles that reference the 2004 paper on human and mouse embryonic stem cell differences."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45345133> . }"}}
{"id": "val_2054", "question": "Czech Republic postal codes without street addresses, split into first three and last two digits.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?postalCode ?administrativeEntity ?firstPart ?secondPart WHERE {\n  ?item wdt:P281 ?postalCode ; wdt:P17 wd:Q213 ; wdt:P131 ?administrativeEntity . MINUS {\n    ?item wdt:P669 [] .\n  }\n  FILTER(STRLEN(?postalCode) = 6)\n  FILTER(SUBSTR(?postalCode , 4 , 1) = \"\u00a0\")\n  BIND(SUBSTR(?postalCode , 1 , 3) AS ?firstPart)\n  BIND(SUBSTR(?postalCode , 5 , 2) AS ?secondPart)\n}", "paraphrases": ["What are the postal codes in the Czech Republic for locations that don't have a street address, and how are they split into the district and local parts?", "List all postal codes in the Czech Republic that are not tied to a specific street address, showing the first three digits and last two digits separately."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var2 ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> ; <http://www.wikidata.org/prop/direct/P131> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P669> [] . } BIND ( STRLANG ( STRBEFORE ( ?var2 , \" \" ) , \"cs\" ) AS ?var4 ). BIND ( STRAFTER ( ?var2 , \" \" ) AS ?var5 ). FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . }"}}
{"id": "val_2055", "question": "Scholarly articles citing \"The metabolism of glycerophospholipid and its regulation in monocytes and macrophages\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle ?citingArticleLabel WHERE {\n  ?citingArticle wdt:P2860 wd:Q28609297 .\n  ?citingArticle rdfs:label ?citingArticleLabel .\n  FILTER(LANG(?citingArticleLabel) = \"en\")\n}", "paraphrases": ["Which academic papers cite the study on the metabolism of glycerophospholipid in monocytes and macrophages?", "List the research articles that reference \"The metabolism of glycerophospholipid and its regulation in monocytes and macrophages\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28609297> . }"}}
{"id": "val_2056", "question": "Which academic articles cite \"Concepts and Principles of O-Linked Glycosylation\"?", "sparql": "SELECT ?citingArticle WHERE { ?citingArticle wdt:P2860 wd:Q34749639 .}", "paraphrases": ["Articles citing the 1998 paper on O-linked glycosylation", "Can you list the scholarly articles that cite the paper \"Concepts and Principles of O-Linked Glycosylation\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q34749639> . }"}}
{"id": "val_2057", "question": "What is the most specific category that both Las Vegas Boulevard and Silicon Valley belong to?", "sparql": "SELECT ?commonType ?commonTypeLabel (COUNT(?step) AS ?depth)\nWHERE {\n  wd:Q886257 wdt:P31 ?type1 .\n  wd:Q163820 wdt:P31 ?type2 .\n  ?type1 wdt:P279* ?commonType .\n  ?type2 wdt:P279* ?commonType .\n  ?commonType wdt:P279+ ?step .\n  OPTIONAL { ?commonType rdfs:label ?commonTypeLabel . FILTER(LANG(?commonTypeLabel) = \"en\") }\n}\nGROUP BY ?commonType ?commonTypeLabel\nORDER BY DESC(?depth)\nLIMIT 1", "paraphrases": ["What shared type is the lowest common ancestor of Las Vegas Boulevard and Silicon Valley in Wikidata's classification hierarchy?", "Which broader category do both Las Vegas Boulevard and Silicon Valley fall under, based on their most specific shared classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q886257> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2058", "question": "Film directors and vice presidents in Wikidata", "sparql": "SELECT ?item ?itemLabel WHERE { VALUES ?occupation { wd:Q2526255 wd:Q42178 } ?item wdt:P106 ?occupation . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who are the people whose occupation is either film director or vice president?", "List all humans who work as film directors or vice presidents, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q42178> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2526255> . } } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2059", "question": "What are the categories or types that Dallas and York County, Maine belong to?", "sparql": "SELECT ?dallasClass ?yorkClass WHERE { wd:Q16557 wdt:P31 ?dallasClass . wd:Q390141 wdt:P31 ?yorkClass . }", "paraphrases": ["What classes is Dallas an instance of, and what class is York County, Maine an instance of?", "What is the classification of Dallas and York County in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16557> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q390141> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2060", "question": "What is the most specific category that both Israel and Panama belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q801 wdt:P31 ?c1 .\n  wd:Q804 wdt:P31 ?c2 .\n  ?c1 wdt:P279 ?commonAncestor .\n  ?c2 wdt:P279 ?commonAncestor .\n}\nLIMIT 1", "paraphrases": ["What do Israel and Panama have in common in terms of their classification in Wikidata?", "What is the shared class that includes both the country of Israel and the country of Panama?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q875556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2061", "question": "What is the most general category that both Iris Chang and Cologne belong to?", "sparql": "SELECT DISTINCT ?common WHERE { wd:Q234338 wdt:P31 ?type1 . ?type1 wdt:P279* ?common . wd:Q365 wdt:P31 ?type2 . ?type2 wdt:P279* ?common . } ORDER BY ?common LIMIT 1", "paraphrases": ["What superclass do the types of Iris Chang and Cologne have in common?", "Which ontological category is shared by the class of Iris Chang and the class of Cologne?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234338> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q365> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2062", "question": "What are English-language scholarly articles about hemorrhage that do not have a PubMed ID?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q13442814 ; wdt:P921 wd:Q166019 ; rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  . MINUS {\n    ?item wdt:P698 ?pmid\n  }\n}", "paraphrases": ["Show me academic papers on hemorrhage without a PubMed identifier, in English.", "Find peer-reviewed articles where hemorrhage is the main topic, in English, and that are not indexed in PubMed."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P698> <http://www.wikidata.org/entity/Q166019> . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"hemorrhage\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2063", "question": "Most frequently used property to link articles to the journal 'Work'", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?work ?directProperty wd:Q15762114 .\n  ?property wikibase:directClaim ?directProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is most commonly used to indicate that a work was published in the journal 'Work'?", "Show me the property that links the most works to the journal 'Work'."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q15762114> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2064", "question": "What are the publication details (issue, volume, date, PubMed ID, and ResearchGate ID) of the article \"Regulatory mechanisms involved in the control of ubiquitin homeostasis\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ?value WHERE {\n  {\n    wd:Q28280583 wdt:P433 ?value .\n    wd:P433 rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  } UNION {\n    wd:Q28280583 wdt:P478 ?value .\n    wd:P478 rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  } UNION {\n    wd:Q28280583 wdt:P577 ?value .\n    wd:P577 rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  } UNION {\n    wd:Q28280583 wdt:P5875 ?value .\n    wd:P5875 rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  } UNION {\n    wd:Q28280583 wdt:P698 ?value .\n    wd:P698 rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the PubMed ID, volume, and publication date of the scholarly article on ubiquitin homeostasis?", "Find the issue number, volume, and identifiers like PubMed and ResearchGate for the 2010 paper on ubiquitin regulation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q28280583> ?var1 ?var2 . }"}}
{"id": "val_2065", "question": "What scholarly articles published by the American Chemical Society cite other works, and what are those cited works?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?citedWork WHERE {\n  ?article wdt:P1433 / wdt:P123 wd:Q247556 ; wdt:P2860 ?citedWork ; wdt:P31 wd:Q13442814 .\n}\nLIMIT 100", "paraphrases": ["Show me citations made by research articles from the ACS journal publications.", "Which works are referenced in studies published by the American Chemical Society?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P1433> / <http://www.wikidata.org/prop/direct/P123> ) <http://www.wikidata.org/entity/Q247556> ; <http://www.wikidata.org/prop/direct/P2860> ?var2 . }"}}
{"id": "val_2066", "question": "Which organizations have Twitter accounts \"afpfr\" or \"Nice_Matin\", and how many Wikipedia articles are about them?", "sparql": "SELECT ?item ?twitter (COUNT(?site) AS ?sitelinks) WHERE { ?item wdt:P2002 ?twitter . ?site schema:about ?item . ?site schema:isPartOf ?wiki . VALUES ?twitter { \"afpfr\" \"Nice_Matin\" } } GROUP BY ?item ?twitter ORDER BY ASC (?sitelinks)", "paraphrases": ["What are the Twitter handles \"afpfr\" and \"Nice_Matin\" linked to in Wikidata, and how many language versions of Wikipedia have articles about those entities?", "List the entities associated with the Twitter handles \"afpfr\" and \"Nice_Matin\", sorted by the number of Wikipedia language editions that cover them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Litlok\" ) ( \"string1\" ) ( \"ameli_actu\" ) ( \"Erdrokan\" ) ( \"RemiMathis\" ) ( \"ppi22a\" ) ( \"string2\" ) ( \"nojhan\" ) ( \"Hazukashi1\" ) ( \"darkoneko\" ) ( \"string3\" ) ( \"SocBiblio\" ) ( \"Miz_Kriss\" ) ( \"BLMedieval\" ) ( \"string4\" ) ( \"maamyisa\" ) ( \"string5\" ) ( \"PoulpyWP\" ) ( \"string6\" ) ( \"string7\" ) ( \"FLCL_USA\" ) ( \"Diimoush\" ) ( \"WallysOG\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"jeanlucr\" ) ( \"qffwffq\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"RomainDsDz\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"Nice_Matin\" ) ( \"string19\" ) ( \"string20\" ) ( \"ornikkar\" ) ( \"Mutio\" ) ( \"GDeleur\" ) ( \"95ZAYNIKE\" ) ( \"string21\" ) ( \"liguenice\" ) ( \"bernouin\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"EnnieArdi\" ) ( \"string28\" ) ( \"funder\" ) ( \"Vogelsong\" ) ( \"string29\" ) ( \"JFKairport\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"Chaoborus\" ) ( \"string33\" ) ( \"Neea6\" ) ( \"afpfr\" ) ( \"41Strange\" ) ( \"string34\" ) ( \"string35\" ) ( \"string36\" ) ( \"string37\" ) ( \"string38\" ) ( \"Kyro38\" ) ( \"string39\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2067", "question": "What are the titles and IMDb IDs of films in the chick flick genre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmTitle ?imdbId WHERE {\n  ?film wdt:P136 wd:Q2075808 .\n  ?film wdt:P1476 ?filmTitle .\n  OPTIONAL {\n    ?film wdt:P345 ?imdbId .\n  }\n}", "paraphrases": ["Show me movies that are chick flicks along with their IMDb identifiers.", "Which films belong to the chick flick genre, and what are their IMDb IDs?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q2075808> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } }"}}
{"id": "val_2068", "question": "Which paper from WWW'06 has the highest number of citations, and how many papers share that citation count?", "sparql": "SELECT ?citation_count ( COUNT( ?paper ) AS ?papers_with_same_citation_count ) WHERE { { SELECT ?paper ( COUNT( ?citing_work ) AS ?citation_count ) WHERE { ?paper wdt:P1433 wd:Q27680379 . OPTIONAL { ?citing_work wdt:P2860 ?paper . } } GROUP BY ?paper } } GROUP BY ?citation_count ORDER BY DESC ( ?citation_count )", "paraphrases": ["How many papers published in the Proceedings of the 15th International Conference on World Wide Web (WWW'06) were cited exactly 17 times?", "Show the distribution of citation counts for papers in WWW'06, ordered by highest citation count \u2014 specifically, how many papers have the most frequent citation count?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q27680379> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } } GROUP BY ?var2 } } GROUP BY ?var1 ORDER BY DESC( ?var1 )"}}
{"id": "val_2069", "question": "What is the most specific category that both Samaria and Israel\u2013United States relations belong to?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q1294629 wdt:P31 ?type1 . wd:Q607505 wdt:P31 ?type2 . ?type1 wdt:P279* ?ancestor . ?type2 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1", "paraphrases": ["What do Samaria and Israel\u2013United States relations have in common in terms of their classification in Wikidata?", "What is the highest-level concept that includes both a geographic region and a bilateral relation?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1294629> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q607505> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2070", "question": "Films with their IMDb IDs, English Wikipedia pages, English titles, and film posters.", "sparql": "SELECT ?film ?imdbId ?wikipediaPage ?title ?poster WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 ?imdbId . ?wikipediaPage schema:about ?film . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . ?film wdt:P1476 ?title . ?film wdt:P3383 ?poster . FILTER(LANG(?title) = \"en\") } LIMIT 100", "paraphrases": ["What are the English titles, IMDb IDs, Wikipedia links, and poster images for films listed on Wikidata?", "Show me a list of films, including their English titles, IMDb identifiers, links to their English Wikipedia pages, and poster images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P3383> ?var6 . } LIMIT 100"}}
{"id": "val_2071", "question": "What are the instances and subclasses of pantomime?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label WHERE {\n  {\n    ?item wdt:P31 wd:Q13409536\n  } UNION {\n    ?item wdt:P279 wd:Q13409536\n  }\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}", "paraphrases": ["Which items are either instances of or subclasses of pantomime, and what are their English labels?", "List all known pantomime performances and pantomime subgenres with their English names."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13409536> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q13409536> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_2072", "question": "List of films and their cast members, with actors' names concatenated.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?work ( GROUP_CONCAT( ?actorLabel ; SEPARATOR = \", \" ) AS ?castList ) WHERE {\n  ?work p:P161 ?statement .\n  ?statement ps:P161 ?actor .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nGROUP BY ?work\nLIMIT 20", "paraphrases": ["Which movies have cast members listed, and who are the actors in each movie?", "Can you show me up to 20 works along with a comma-separated list of their English-speaking cast members?"], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( ?var2 ; SEPARATOR = \",\" ) AS ?var3 ) WHERE { SELECT DISTINCT ?var1 ( ?var4Label AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/P161> [ <http://www.wikidata.org/prop/statement/P161> ?var4 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20 } GROUP BY ?var1"}}
{"id": "val_2073", "question": "Jack Nicholson movies and the characters he played", "sparql": "SELECT ?work ?workLabel ?characterRole WHERE { ?statement ps:P161 wd:Q39792 . ?work p:P161 ?statement . ?statement pq:P453 ?characterRole . OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } } ORDER BY ?work", "paraphrases": ["In which films did Jack Nicholson act, and what roles did he portray?", "List all the movies Jack Nicholson appeared in along with the names of the characters he played."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P161> <http://www.wikidata.org/entity/Q39792> . ?var1 <http://www.wikidata.org/prop/P161> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2074", "question": "What country is both Massachusetts and the Hollywood Bowl located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country WHERE {\n  wd:Q771 wdt:P17 ?country .\n  wd:Q976218 wdt:P17 ?country .\n}", "paraphrases": ["Which country do Massachusetts and the Hollywood Bowl share as their country?", "Find the country associated with both Massachusetts and the Hollywood Bowl."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q771> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q976218> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2075", "question": "Which countries have GeoNames IDs 1547376 and 6252001?", "sparql": "SELECT DISTINCT ?country WHERE { VALUES ?geoId { \"1547376\" \"6252001\" } ?country wdt:P1566 ?geoId . }", "paraphrases": ["What are the Wikidata entities corresponding to the GeoNames IDs 1547376 and 6252001?", "Show me the countries identified by GeoNames IDs 1547376 and 6252001."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"1547376\". } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"6252001\". } }"}}
{"id": "val_2076", "question": "What is the most specific category that both the United States and Costa Rica belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor(COUNT(?instance) AS ?instanceCount) WHERE {\n  wd:Q30 wdt:P31 ?type1 .\n  ?type1 rdfs:subClassOf * ?commonAncestor .\n  wd:Q800 wdt:P31 ?type2 .\n  ?type2 rdfs:subClassOf * ?commonAncestor .\n  ?instance wdt:P31 ?commonAncestor .\n  FILTER(?commonAncestor != wd:Q35120)\n  FILTER(?commonAncestor != wd:Q17334923)\n}\nGROUP BY ?commonAncestor\nORDER BY ASC(?instanceCount)\nLIMIT 1", "paraphrases": ["Which class is the least general common superclass of the United States and Costa Rica in Wikidata\u2019s ontology?", "Find the shared category with the fewest instances between the United States and Costa Rica."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3640832> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2077", "question": "List geolocated Christmas traditions with their images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?tradition ?location ?image WHERE {\n  ?tradition ( wdt:P31 | wdt:P279 | wdt:P361 ) + wd:Q717040 ; wdt:P625 ?location .\n  OPTIONAL {\n    ?tradition wdt:P18 ?image .\n  }\n}", "paraphrases": ["What are the Christmas traditions (such as markets or nativity scenes) around the world, their locations, and which ones have images available?", "Show me all Christmas traditions, including their subtypes and parts, along with their geographic coordinates and any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P361> )+ <http://www.wikidata.org/entity/Q717040> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko,en\". } }"}}
{"id": "val_2078", "question": "List books and scholarly articles with English labels.", "sparql": "SELECT ?item ?label ?type WHERE { { ?item wdt:P31 wd:Q571 . BIND(wd:Q571 AS ?type) } UNION { ?item wdt:P31 wd:Q13442814 . BIND(wd:Q13442814 AS ?type) } ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["What are the English-labeled books and scholarly articles in Wikidata?", "Show me up to 100 English-labeled items that are either books or scholarly articles, along with their type (book or scholarly article)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . OPTIONAL { ?var2 <http://wikiba.se/ontology#claim> ?var3 . } OPTIONAL { ?var2 <http://wikiba.se/ontology#directClaim> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_2079", "question": "What property is most commonly used to indicate that an entity is a wedding?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?propertyItem(COUNT(?propertyItem) AS ?count) WHERE {\n  ?item ?directProperty wd:Q49836 .\n  ?propertyItem wikibase:directClaim ?directProperty .\n  ?propertyItem rdf:type wikibase:Property .\n}\nGROUP BY ?propertyItem\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property links the most individuals to their wedding events?", "Among all properties used to describe weddings, which one appears most frequently?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q49836> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2080", "question": "What metadata is associated with the academic article \"Intracellular trafficking of furin is modulated by the phosphorylation state of a casein kinase II site in its cytoplasmic tail\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q40790070 ?property ?value .\n}", "paraphrases": ["Show all properties and values for the scholarly article with Wikidata ID Q40790070.", "List all the information stored in Wikidata about this 1995 research paper."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q40790070> ?var1 ?var2 . }"}}
{"id": "val_2081", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0468569?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt0468569\"\n  }\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  FILTER(regex(str(?wikipedia_page) , \"wikipedia\\\\.org\"))\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0468569 on IMDb.", "Which Wikipedia pages in English or German discuss the movie \"The Dark Knight\" (2008)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4803464\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2082", "question": "What is the most specific common category that both a musical group like Neu! and a U.S. state like Florida belong to, and how many subclass steps are required to reach it from each?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?commonAncestor ?label ( 7 AS ?totalDistance ) WHERE {\n  BIND( wd:Q106559804 AS ?commonAncestor ) ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What entity is the highest-level shared superclass of musical groups and U.S. states in Wikidata\u2019s taxonomy?", "Can you find the common ancestor in the subclass hierarchy between the type of the band Neu! and the type of the state Florida, and show the total number of subclass hops from each?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q181874> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2083", "question": "What is the most closely related abstract category shared by humans and New South Wales in the Wikidata hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?total) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid1) AS ?dist1) WHERE {\n      wd:Q5 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid2) AS ?dist2) WHERE {\n      wd:Q5852411 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER(?ancestor = ?ancestor)\n}\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["Which concept is the closest common ancestor in the subclass hierarchy between a human and the state of New South Wales?", "Find the entity that minimizes the total number of subclass steps from both 'human' and 'state of Australia'."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43432> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3224> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2084", "question": "Italian film titles and their release years, sorted by most recent first.", "sparql": "SELECT ?film ?label ?year WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?label . ?film wdt:P577 ?date . BIND( STR( YEAR( ?date ) ) AS ?year ) FILTER ( LANG( ?label ) = \"it\" ) } ORDER BY DESC ( ?year )", "paraphrases": ["What are the Italian-language titles of films and when were they released, ordered from newest to oldest?", "List all films in Italian with their publication years, sorted in descending order of release year."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( ?var2 AS ?var3 ) WHERE { BIND ( STR ( YEAR ( ?var4 ) ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . FILTER ( ( ( LANG ( ?var1Label ) = \"it\" ) ) ) . } ORDER BY DESC( ?var2 )"}}
{"id": "val_2085", "question": "List terrorist organizations and their English labels and descriptions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?organization ?label ?description WHERE {\n  ?organization ( wdt:P31 / wdt:P279 * ) wd:Q17127659 .\n  OPTIONAL {\n    ?organization rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?organization schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What are the English names and descriptions of all terrorist organizations recognized on Wikidata?", "Show me the names and English descriptions of all entities that are either instances or subclasses of terrorist organizations, including those without descriptions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17127659> . OPTIONAL { { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2086", "question": "What are the titles of all films and their English labels?", "sparql": "SELECT ?film ?filmLabel ?title WHERE { ?film (wdt:P31/wdt:P279*) wd:Q11424 . ?film wdt:P1476 ?title . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") }", "paraphrases": ["List all films (including subtypes of film) along with their English names and original titles.", "Show me the English labels and titles of all cinematic works in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"''\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } }"}}
{"id": "val_2087", "question": "What entities and properties are linked to the academic article \"Role of molecular chaperones in G protein beta5/regulator of ... dimer assembly and G protein betagamma dimer specificity\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property wd:Q24317450 .\n}", "paraphrases": ["Which scientific articles cite the paper titled \"Role of molecular chaperones in G protein beta5/regulator of ... dimer assembly and G protein betagamma dimer specificity\", and what other metadata is associated with it?", "Show me all the relationships that connect other items to the academic article Q24317450, including citations and references."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24317450> . }"}}
{"id": "val_2088", "question": "Which football clubs have Twitter accounts \"RCLens\" or \"BPFC24\", and how many Wikipedia pages do they have?", "sparql": "SELECT ?club ?twitter (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?club wdt:P2002 ?twitter . ?sitelink schema:about ?club . VALUES ?twitter { \"RCLens\" \"BPFC24\" } } GROUP BY ?club ?twitter ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter handles of the football clubs R.C. Lens and Bergerac P\u00e9rigord FC, and how many Wikipedia articles are linked to each?", "Show me the Twitter usernames and Wikipedia sitelink counts for the football clubs with Twitter handles \"RCLens\" and \"BPFC24\", sorted by the number of Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"BPFC24\" ) ( \"string1\" ) ( \"LensoisCom\" ) ( \"string2\" ) ( \"string3\" ) ( \"RCLens\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"LaCAB24\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"Bergerac95\" ) ( \"CFBPFC\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2089", "question": "Which Wikidata entities have the Twitter username \"lequipe\", and how many Wikipedia articles are about them?", "sparql": "SELECT ?entity ?username (COUNT(?site) AS ?sitelinks) WHERE { ?entity wdt:P2002 ?username . ?site schema:about ?entity ; schema:isPartOf ?wiki . VALUES ?username { \"lequipe\" } } GROUP BY ?entity ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["What is the Twitter handle \"lequipe\" linked to in Wikidata, and how many language versions of Wikipedia have articles on that entity?", "Show me the entity associated with the Twitter username \"lequipe\", along with the number of Wikipedia language editions that cover it, sorted by least popular first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Cortiglia\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"lequipe\" ) ( \"RMCsport\" ) ( \"Pierre_B_y\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"KVal3003\" ) ( \"string12\" ) ( \"emure15\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2090", "question": "What is the most specific shared category between a hotel like Mandalay Bay and a country like Panama?", "sparql": "SELECT ?ancestor ?distHotel ?distState (?distHotel + ?distState AS ?totalDist) WHERE { { SELECT ?ancestor (COUNT(?mid) AS ?distHotel) WHERE { wd:Q27686 wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . } GROUP BY ?ancestor HAVING (?distHotel <= 10) } { SELECT ?ancestor (COUNT(?mid) AS ?distState) WHERE { wd:Q3624078 wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . } GROUP BY ?ancestor HAVING (?distState <= 10) } } ORDER BY ASC(?totalDist) LIMIT 1", "paraphrases": ["Which class do both hotels and sovereign states belong to, with the shortest path in the Wikidata hierarchy?", "Find the common ancestor class with the least total subclass steps from the hotel class and the sovereign state class."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1368043> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2091", "question": "What are the works cited by the article \"Speeding up enzyme engineering computationally\", and what is its main subject, publication date, and venue?", "sparql": "SELECT ?authorLabel ?citedWorkLabel ?publicationDate ?publishedInLabel ?languageLabel ?mainSubjectLabel ?fullTextURL WHERE {\n  OPTIONAL {\n    wd:Q42319091 wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P2860 ?citedWork .\n    ?citedWork rdfs:label ?citedWorkLabel .\n    FILTER(LANG(?citedWorkLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P577 ?publicationDate .\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P407 ?language .\n    ?language rdfs:label ?languageLabel .\n    FILTER(LANG(?languageLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P921 ?mainSubject .\n    ?mainSubject rdfs:label ?mainSubjectLabel .\n    FILTER(LANG(?mainSubjectLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q42319091 wdt:P953 ?fullTextURL .\n  }\n}", "paraphrases": ["Can you list the articles referenced in the 2016 paper on enzyme engineering and tell me where it was published and what its topic is?", "Show me the publication details of the scholarly article \"Speeding up enzyme engineering computationally\", including its cited references, main subject, journal, and publication date."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 ?var6Label ?var7 ?var8 ?var9Label ?var10 ?var11Label ?var12 ?var13Label ?var14 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P2860> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> ^ <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P577> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P1433> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . FILTER ( ( ( LANG ( ?var9Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P407> ?var10 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var11Label . FILTER ( ( ( LANG ( ?var11Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P921> ?var12 . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var13Label . FILTER ( ( ( LANG ( ?var13Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q42319091> <http://www.wikidata.org/prop/direct/P953> ?var14 . } } OFFSET 0 LIMIT 100000"}}
{"id": "val_2092", "question": "Twitter username \"elonmusk\" and number of Wikipedia sitelinks", "sparql": "SELECT ?user ?username (COUNT(?link) AS ?sitelinkCount) WHERE { ?user wdt:P2002 ?username . ?link schema:isPartOf ?site ; schema:about ?user . VALUES ?username { \"elonmusk\" } } GROUP BY ?user ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Who has the Twitter/X username \"elonmusk\", and how many Wikipedia language editions have articles about them?", "Show me the entity with the Twitter handle \"elonmusk\" and the count of its Wikipedia sitelinks, sorted by the number of sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fr_Zil\" ) ( \"elonmusk\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2093", "question": "What are the title, publication date, DOI, PubMed ID, PMC ID, journal, and language of the article \"Protein export at the ER: loading big collagens into COPII carriers\"?", "sparql": "SELECT ?title ?publicationDate ?doi ?pubmedId ?pmcId ?journal ?language WHERE { wd:Q27023633 wdt:P1476 ?title . wd:Q27023633 wdt:P577 ?publicationDate . wd:Q27023633 wdt:P356 ?doi . wd:Q27023633 wdt:P698 ?pubmedId . wd:Q27023633 wdt:P932 ?pmcId . wd:Q27023633 wdt:P1433 ?journal . wd:Q27023633 wdt:P407 ?language . }", "paraphrases": ["Can you provide the key publication details \u2014 including title, date, DOI, PubMed and PMC IDs, journal, and language \u2014 for the 2011 scientific article on protein export in the ER?", "Show me the metadata for the scholarly article titled \"Protein export at the ER: loading big collagens into COPII carriers\", including its publication information and identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q27023633> ?var1 ?var2 . }"}}
{"id": "val_2094", "question": "Academic publications published on December 22, 2017.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P577 \"2017-12-22T00:00:00Z\" ^^ xsd:dateTime .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10000", "paraphrases": ["What academic papers were published on December 22, 2017?", "List the English titles of all scholarly works published on December 22, 2017."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ?var3 \"2017-12-22T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . ?var4 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de,ru,fr,es,it,ja,zh\". } } LIMIT 10000"}}
{"id": "val_2095", "question": "What are some geographical locations with a GeoNames ID and their corresponding countries in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?location ?locationLabel ?geonames ?country ?countryLabel WHERE {\n  ?location wdt:P1566 ?geonames .\n  ?location wdt:P17 ?country .\n  ?location rdfs:label ?locationLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me places that have a GeoNames identifier and the countries they belong to, with English labels.", "List locations with GeoNames IDs along with their country names in English."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var2 . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P17> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } }"}}
{"id": "val_2096", "question": "How many scientific articles cited the 2016 study on transcriptional start sites in Haloferax volcanii each year, starting from the most recent year?", "sparql": "SELECT ?year (COUNT(DISTINCT ?citing) AS ?count) WHERE { ?citing wdt:P2860 wd:Q30017423 . ?citing wdt:P577 ?date . BIND(STR(YEAR(?date)) AS ?year) } GROUP BY ?year ORDER BY DESC(?year)", "paraphrases": ["Show the number of publications that reference the dRNA-Seq study on Haloferax volcanii, grouped by their publication year.", "Which years saw the most citations of the article \"Genome-wide identification of transcriptional start sites in ... Haloferax volcanii\" based on differential RNA-Seq?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q30017423> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2097", "question": "What are the Wikidata entities with Twitter handles \"neiltyson\" or \"NASA\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . FILTER(?twitterHandle = \"neiltyson\" || ?twitterHandle = \"NASA\") }", "paraphrases": ["Which public figures or organizations on Wikidata use the Twitter usernames neiltyson or NASA?", "Show me the entities linked to the Twitter accounts @neiltyson and @NASA in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"neiltyson\" ) ( \"NASA\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2098", "question": "Which entities have Twitter handles FFCyclisme, LeTour, bergen2017, or Maxime_Cam, sorted by Wikipedia notability?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"FFCyclisme\" \"LeTour\" \"bergen2017\" \"Maxime_Cam\"\n  }\n}\nORDER BY DESC ( wikibase:sitelinks )", "paraphrases": ["Who are the Wikidata entities associated with the Twitter usernames FFCyclisme or LeTour, and which one is more notable?", "List the Wikidata items for the Twitter accounts FFCyclisme and LeTour, ordered by how many Wikipedia articles exist about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"FFCyclisme\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"LeTour\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"bergen2017\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"Maxime_Cam\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2099", "question": "What is the most specific category that both Twitter and Google belong to, based on their type hierarchies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor(?distTwitter + ?distGoogle AS ?totalDistance) WHERE {\n  {\n    SELECT ?commonAncestor(COUNT(?mid) AS ?distTwitter) WHERE {\n      wd:Q918 wdt:P31 ?type .\n      ?type wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor(COUNT(?mid) AS ?distGoogle) WHERE {\n      wd:Q95 wdt:P31 ?type .\n      ?type wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which Internet service category is the closest common ancestor of Twitter and Google in Wikidata\u2019s ontology?", "Find the shared superclass of Twitter and Google with the smallest total distance in the subclass hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q918> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q95> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2100", "question": "What are the places in Romania?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P17 wd:Q218 . FILTER(STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the names of cities, towns, and other locations in Romania?", "Which entities (like cities or landmarks) located in Romania have English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q218> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2101", "question": "Scholarly articles and locations of their publishing institutions", "sparql": "SELECT ?article ?articleLabel ?location WHERE { ?article wdt:P31 wd:Q13442814 ; wdt:P50 ?author . ?author wdt:P625 ?location . ?article rdfs:label ?articleLabel . FILTER(LANG(?articleLabel) = \"en\")}", "paraphrases": ["What are the titles of scholarly articles and where are the institutions that authored them located?", "Show me the English titles of scholarly articles along with the geographic coordinates of their authoring institutions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2102", "question": "Equestrian statues in Germany with English labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?statue ?label WHERE {\n  ?statue wdt:P31 wd:Q860861 .\n  ?statue wdt:P17 wd:Q183 .\n  ?statue wdt:P136 wd:Q659396 .\n  ?statue rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the English names of equestrian statues located in Germany?", "List all equestrian statues in Germany along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q860861> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q659396> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_2103", "question": "List all IANA time zones in English.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?timezone ?timezoneLabel WHERE {\n  ?timezone wdt:P31 wd:Q17272692 .\n  ?timezone schema:name ?timezoneLabel .\n  FILTER ( LANG( ?timezoneLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names of all time zones defined in the IANA time zone database?", "Show me the list of time zones from the IANA database along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17272692> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2104", "question": "How many works cited by Douglas Hofstadter were published each year, and were they authored by him?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(DISTINCT ?citedWork) AS ?count) ?isAuthoredByHofstadter WHERE {\n  ?hofstadterWork wdt:P50 wd:Q319308 .\n  ?citedWork wdt:P2860 ?hofstadterWork .\n  ?citedWork wdt:P577 ?publicationDate .\n  BIND(STR(YEAR(?publicationDate)) AS ?year)\n  BIND(IF(EXISTS {\n    ?citedWork wdt:P50 wd:Q319308\n  }\n  , \"yes\" , \"no\") AS ?isAuthoredByHofstadter)\n  FILTER(ISLITERAL(?publicationDate))\n}\nGROUP BY ?year ?isAuthoredByHofstadter\nORDER BY DESC(?year)", "paraphrases": ["Can you show the yearly count of works cited by Douglas Hofstadter, indicating whether each was written by him?", "Which years saw the most citations of works by other authors in Douglas Hofstadter\u2019s publications?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q319308> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q319308> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2105", "question": "Works about comfort women and their publication dates", "sparql": "SELECT ?work ?publicationDate ?workLabel WHERE { ?work wdt:P921 wd:Q713540 . ?work wdt:P577 ?publicationDate . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the publications on the topic of comfort women and when were they published?", "List English-language works that focus on the comfort women issue along with their publication dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q713540> . } LIMIT 100"}}
{"id": "val_2106", "question": "Works citing Graham Collingridge by publication year, distinguishing self-citations from external citations.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?count) ?isSelfCitation WHERE {\n  ?citedWork wdt:P50 wd:Q5592732 .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?publicationDate .\n  BIND(STR(YEAR(?publicationDate)) AS ?year)\n  .\n  BIND(IF(EXISTS {\n    ?citingWork wdt:P50 wd:Q5592732\n  }\n  , \"self-citation\" , \"external citation\") AS ?isSelfCitation)\n}\nGROUP BY ?year ?isSelfCitation\nORDER BY DESC(?year)", "paraphrases": ["In which years were works published that cite Graham Collingridge\u2019s research, and how many of those were written by him versus others?", "Show me the count of works that cite Graham Collingridge\u2019s publications, grouped by year and whether they are self-citations or not."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5592732> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5592732> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2107", "question": "How many articles were published each year in the Journal of Roman Archaeology and the Proceedings of the Theoretical Roman Archaeology Conference?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(?article) AS ?count) ?journal WHERE {\n  VALUES ?journal {\n    wd:Q15762030 wd:Q42752846\n  }\n  ?article wdt:P1433 ?journal .\n  ?article wdt:P577 ?pubDate .\n  BIND(YEAR(?pubDate) AS ?year)\n}\nGROUP BY ?year ?journal\nORDER BY ASC(?year)", "paraphrases": ["Show the annual count of articles published in the Journal of Roman Archaeology and TRAC Proceedings, grouped by year.", "What is the yearly publication trend for articles in the Journal of Roman Archaeology and Proceedings of the Theoretical Roman Archaeology Conference?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) ?var4 ?var4Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q15762030> ) ( <http://www.wikidata.org/entity/Q42752846> ) } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P1433> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var4 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_2108", "question": "How many articles published in Nottingham Medieval Studies have been cited 0 times, 1 time, 2 times, etc.?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citationCount ( COUNT( ?article ) AS ?articleCount ) WHERE {\n  {\n    SELECT ?article ( COUNT( ?citation ) AS ?citationCount ) WHERE {\n      ?article wdt:P1433 wd:Q15759627 .\n      OPTIONAL {\n        ?citation wdt:P2860 ?article .\n      }\n    }\n    GROUP BY ?article\n  }\n}\nGROUP BY ?citationCount\nORDER BY DESC ( ?citationCount )", "paraphrases": ["Citation distribution of articles in Nottingham Medieval Studies", "Show me a histogram of how often articles from Nottingham Medieval Studies are cited, grouped by the number of citations per article."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q15759627> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } } GROUP BY ?var2 } } GROUP BY ?var1 ORDER BY DESC( ?var1 )"}}
{"id": "val_2109", "question": "How many articles in Open Archaeology have been cited 0 times, 1 time, 2 times, etc.?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citationCount ( COUNT( ?article ) AS ?articleCount ) WHERE {\n  {\n    SELECT ?article ( COUNT( ?citingWork ) AS ?citationCount ) WHERE {\n      ?article wdt:P1433 wd:Q46863078 .\n      OPTIONAL {\n        ?citingWork wdt:P2860 ?article .\n      }\n    }\n    GROUP BY ?article\n  }\n}\nGROUP BY ?citationCount\nORDER BY DESC ( ?citationCount )", "paraphrases": ["Citation count distribution of articles published in Open Archaeology", "Show me how many articles in Open Archaeology have each possible number of citations, sorted from highest to lowest citation count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q46863078> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } } GROUP BY ?var2 } } GROUP BY ?var1 ORDER BY DESC( ?var1 )"}}
{"id": "val_2110", "question": "Scholarly articles published between 2016 and 2018 without an Italian description.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?article ?publicationDate WHERE {\n  ?article wdt:P31 wd:Q13442814 ; wdt:P577 ?publicationDate .\n  FILTER(NOT EXISTS {\n    ?article schema:description ?description .\n    FILTER(LANG(?description) = \"it\")\n  })\n}\nLIMIT 100", "paraphrases": ["What are the publication dates of scholarly articles that do not have a description in Italian?", "List scholarly articles and their publication dates, excluding those with an Italian-language description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.wikidata.org/prop/direct/P577> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"it\" ) ) ) . } ) ) . } LIMIT 100"}}
{"id": "val_2111", "question": "English label and description of the animated short film \"The Cow\" (1989)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q1214131 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q1214131 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q1214131 wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the English name and description of the 1989 animated film \"The Cow\"?", "Can you provide the English label and description of the film \"The Cow\" directed by Aleksandr Petrov, along with its image if available?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1214131> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1214131> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1214131> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_2112", "question": "Which organizations have Twitter accounts and how many Wikipedia language editions cover them? Show in order of least coverage.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?handle(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  {\n    ?item wdt:P2002 \"UN\" .\n    BIND(\"UN\" AS ?handle)\n  } UNION {\n    ?item wdt:P2002 \"thebeatles\" .\n    BIND(\"thebeatles\" AS ?handle)\n  } UNION {\n    ?item wdt:P2002 \"BBCNews\" .\n    BIND(\"BBCNews\" AS ?handle)\n  } UNION {\n    ?item wdt:P2002 \"NASA\" .\n    BIND(\"NASA\" AS ?handle)\n  }\n  .\n  ?sitelink schema:about ?item .\n  ?sitelink schema:isPartOf ?site .\n  FILTER(STRSTARTS(STR(?site) , \"https://\"))\n}\nGROUP BY ?item ?handle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter handles of major organizations like the UN, NASA, BBC News, and The Beatles, and how many Wikipedia versions mention each?", "List the Twitter usernames for the United Nations, NASA, BBC News, and The Beatles, along with the number of Wikipedia language versions they appear in, sorted by least to most coverage."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Jan_Ainali\" ) ( \"MichisLeo\" ) ( \"string1\" ) ( \"Foulk32\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2113", "question": "What is the Wikidata item for the Twitter account \"nantesfr\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"nantesfr\" } } ORDER BY ASC(wikibase:sitelinks)", "paraphrases": ["Which entity on Wikidata has the Twitter handle @nantesfr, and how many Wikipedia links does it have?", "Can you find the Wikidata entry for the Twitter username \"nantesfr\", sorted by the number of language editions it appears in?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"LaRumeur\" ) ( \"string2\" ) ( \"string3\" ) ( \"PickUpProd\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"RomoElvis\" ) ( \"nantesfr\" ) ( \"string12\" ) ( \"Radio_Prun\" ) ( \"Siboy_BMG\" ) ( \"Sdanitsa\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"Hipskor\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2114", "question": "Which Wikidata entities have Twitter usernames bbc5live, NOCnews, or PlymUni?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"bbc5live\" \"NOCnews\" \"PlymUni\"\n  }\n}", "paraphrases": ["What are the Wikidata items associated with the Twitter handles bbc5live, NOCnews, and PlymUni?", "Show me the Wikidata entities for the Twitter accounts bbc5live, NOCnews, and PlymUni."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"BAS_News\" ) ( \"BAS_Jobs\" ) ( \"string1\" ) ( \"GovBAT\" ) ( \"string2\" ) ( \"Dr_Gilbz\" ) ( \"string3\" ) ( \"string4\" ) ( \"rdlarter\" ) ( \"string5\" ) ( \"NOCnews\" ) ( \"string6\" ) ( \"OldestIce\" ) ( \"string7\" ) ( \"string8\" ) ( \"PlymUni\" ) ( \"string9\" ) ( \"bbc5live\" ) ( \"jawalkup\" ) ( \"GovSGSSI\" ) ( \"string10\" ) ( \"string11\" ) ( \"maxhollo\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2115", "question": "What Wikidata entity has the Twitter username \"BarackObama\"?", "sparql": "SELECT ?item ?handle WHERE { ?item wdt:P2002 ?handle . FILTER(?handle = \"BarackObama\") } ORDER BY ?item", "paraphrases": ["Which person or organization is linked to the Twitter handle @BarackObama in Wikidata?", "Show me the Wikidata item for the Twitter account \"BarackObama\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MAVOIX2017\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2116", "question": "Which properties are most frequently used to link items to August 26 in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n      ?item ?prop wd:Q2820 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING ( ?count > 1 )\n  }\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["What are the properties that connect more than one item to August 26, and how many items are linked by each?", "Show me the properties that are used to associate multiple entities with August 26, sorted by how often they are used, along with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2820> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_2117", "question": "Which entities on Wikidata have the Twitter usernames FFRugby, UBBrugby, TeddyThoms, Sebtao, Danielktz, or EffetPap?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"FFRugby\" \"UBBrugby\" \"TeddyThoms\" \"Sebtao\" \"Danielktz\" \"EffetPap\" } }", "paraphrases": ["Can you show me the Wikidata items that are associated with these Twitter handles: FFRugby, UBBrugby, TeddyThoms, Sebtao, Danielktz, and EffetPap?", "Who are the people or organizations on Wikidata using any of these Twitter accounts: FFRugby, UBBrugby, TeddyThoms, Sebtao, Danielktz, or EffetPap?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"UBBrugby\" ) ( \"bmw\" ) ( \"string2\" ) ( \"ActusProD2\" ) ( \"string3\" ) ( \"FFRugby\" ) ( \"UArena\" ) ( \"string4\" ) ( \"TeddyThoms\" ) ( \"string5\" ) ( \"Danielktz\" ) ( \"string6\" ) ( \"Kineloic\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"EffetPap\" ) ( \"string10\" ) ( \"raph_perry\" ) ( \"Sebtao\" ) ( \"string11\" ) ( \"string12\" ) ( \"ffrugby\" ) ( \"string13\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2118", "question": "Which entity has the Twitter username \"BBCNews\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"BBCNews\"\n  }\n}", "paraphrases": ["Find the Wikidata item associated with the Twitter handle BBCNews.", "What is the Wikidata entity for the Twitter account @BBCNews?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"greymaIkin\" ) ( \"Zaira26RR\" ) ( \"shesfabb\" ) ( \"anthromilo\" ) ( \"string1\" ) ( \"ECO_PT\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"LAUFanatic\" ) ( \"string5\" ) ( \"oikos_JP\" ) ( \"ukiukimiho\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"YouTube\" ) ( \"string9\" ) ( \"_O_O__O_O\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"hekreates\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"CNET\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2119", "question": "What are the properties and values associated with the NOS Alive music festival?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value WHERE {\n  {\n    wd:Q1164378 ?property ?value .\n    FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n    BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propEntity)\n    ?propEntity rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  } UNION {\n    wd:Q1164378 ?property ?value .\n    FILTER(STRSTARTS(STR(?property) , \"http://schema.org/\"))\n    BIND(?property AS ?propertyLabel)\n  }\n}\nORDER BY ?property", "paraphrases": ["Can you list all the details about the NOS Alive festival, such as its official website, location, and descriptions in different languages?", "Show me all the direct information available for NOS Alive, including its name in different languages, website, and location coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1164378> ?var1 ?var2 . } ORDER BY ASC( ?var1 )ASC( ?var2 )"}}
{"id": "val_2120", "question": "Which organizations or people on Wikidata have Twitter handles like \"top14rugby\", \"FFRugby\", or \"girondins\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  FILTER ( STR( ?twitterHandle ) IN ( \"top14rugby\" , \"FFRugby\" , \"girondins\" , \"canalplus\" , \"UBBrugby\" , \"jb_dubie\" , \"MatmutAtl\" , \"NaconFR\" ) )\n}\nORDER BY ?twitterHandle", "paraphrases": ["Can you list the Wikidata entities that are associated with the Twitter usernames \"top14rugby\", \"FFRugby\", \"girondins\", \"canalplus\", \"UBBrugby\", \"jb_dubie\", \"MatmutAtl\", and \"NaconFR\"?", "Show me the entities linked to these French rugby and media-related Twitter accounts: top14rugby, FFRugby, girondins, canalplus, UBBrugby, jb_dubie, MatmutAtl, and NaconFR."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"MatmutAtl\" ) ( \"string3\" ) ( \"UBBrugby\" ) ( \"string4\" ) ( \"top14rugby\" ) ( \"string5\" ) ( \"jb_dubie\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"NaconFR\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"AvaaArt\" ) ( \"string15\" ) ( \"QuentinDer\" ) ( \"string16\" ) ( \"Amendonne\" ) ( \"canalplus\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"AdamCoopy\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"girondins\" ) ( \"20h33\" ) ( \"FFRugby\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2121", "question": "What properties in Wikidata are used with qualifiers indicating the year 711?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?mainProperty ?mainPropertyLabel WHERE {\n  ?statement ?qualifierProperty wd:Q23519 .\n  ?mainProperty wikibase:directClaim ?qualifierProperty .\n  ?mainProperty rdfs:label ?mainPropertyLabel .\n  FILTER ( LANG( ?mainPropertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which direct properties have statements that include the year 711 as a qualifier?", "Can you list the main properties that are qualified by the year 711 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q32812665> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2122", "question": "Which properties in Wikidata are related to duration and have German labels and descriptions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P2047 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER ( LANG( ?label ) = \"de\" ) .\n  FILTER ( LANG( ?description ) = \"de\" ) .\n}", "paraphrases": ["What are the German labels and descriptions of properties that are marked as related to the duration property (P2047)?", "Show me the German labels and descriptions of properties that are linked as related to the duration property in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P2047> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_2123", "question": "Which Wikidata items have the Twitter usernames \"emcandre\", \"metmuseum\", or \"sadads\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"emcandre\" \"metmuseum\" \"sadads\"\n  }\n}", "paraphrases": ["Who or what organizations are associated with the Twitter handles @emcandre, @metmuseum, and @sadads on Wikidata?", "Show me the Wikidata entities for the Twitter accounts emcandre, metmuseum, and sadads."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"JihadiInfo\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"metmuseum\" ) ( \"sadads\" ) ( \"emcandre\" ) ( \"string4\" ) ( \"string5\" ) } }"}}
{"id": "val_2124", "question": "Top entities with Twitter accounts by Wikipedia sitelinks", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?entity ?username ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  ?entity wdt:P2002 ?username .\n  ?sitelink schema:about ?entity .\n  FILTER ( STRSTARTS( STR( ?sitelink ) , \"https://\" ) )\n}\nGROUP BY ?entity ?username\nORDER BY DESC ( ?sitelinks )", "paraphrases": ["Which entities have Twitter/X usernames and the most Wikipedia language editions?", "Show me notable entities with Twitter accounts, ranked by how many Wikipedia pages they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"iampawan31\" ) ( \"imocan_167\" ) ( \"ivy0007\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"hkosev\" ) ( \"string4\" ) ( \"voxcpw\" ) ( \"keisuke_m\" ) ( \"00bata\" ) ( \"string5\" ) ( \"SUPER_PC\" ) ( \"isgroupsrl\" ) ( \"tacky\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"ripple2017\" ) ( \"ianfogg42\" ) ( \"DavidLiJin\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2125", "question": "Which Wikidata items have the Twitter usernames: wikidata, CBSNews, Numerama, renault_fr, PBALille, BrestFr, mesosphere, or joelgombin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"wikidata\" \"CBSNews\" \"Numerama\" \"renault_fr\" \"PBALille\" \"BrestFr\" \"mesosphere\" \"joelgombin\"\n  }\n}", "paraphrases": ["What entities in Wikidata are associated with the Twitter handles \"wikidata\", \"CBSNews\", \"Numerama\", \"renault_fr\", \"PBALille\", \"BrestFr\", \"mesosphere\", and \"joelgombin\"?", "List the Wikidata items that use any of these Twitter accounts: wikidata, CBSNews, Numerama, renault_fr, PBALille, BrestFr, mesosphere, or joelgombin."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Wikimedia\" ) ( \"string1\" ) ( \"atterres\" ) ( \"string2\" ) ( \"mySociety\" ) ( \"WikiBrest\" ) ( \"BrestFr\" ) ( \"string3\" ) ( \"hatonjan\" ) ( \"string4\" ) ( \"Maud177\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"UnGarage\" ) ( \"schinako\" ) ( \"string9\" ) ( \"string10\" ) ( \"PBALille\" ) ( \"Mnyo\" ) ( \"mesosphere\" ) ( \"string11\" ) ( \"string12\" ) ( \"JeromeGmb\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"Sharkyl\" ) ( \"string17\" ) ( \"hknightsf\" ) ( \"sl_lab\" ) ( \"string18\" ) ( \"wikidata\" ) ( \"MDARennes\" ) ( \"renault_fr\" ) ( \"CBSNews\" ) ( \"MaelLeHir\" ) ( \"OtakuSkum\" ) ( \"string19\" ) ( \"string20\" ) ( \"fa_oze\" ) ( \"Biblinsa\" ) ( \"string21\" ) ( \"Zidjinn\" ) ( \"Aranthell\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"atbrest\" ) ( \"string25\" ) ( \"UnpeudR\" ) ( \"jenist\" ) ( \"Numerama\" ) ( \"string26\" ) ( \"joelgombin\" ) ( \"string27\" ) ( \"FNarolles\" ) ( \"OBergervdn\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2126", "question": "How many scholarly articles have a DOI?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P31 wd:Q13442814 .\n  ?item wdt:P356 ?doi .\n}", "paraphrases": ["What is the count of scholarly articles that are assigned a Digital Object Identifier (DOI)?", "Please provide the total number of academic papers in Wikidata that have a DOI."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { <http://www.wikidata.org/prop/direct/Q311655> ?var3 ?var1 . ?var1 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> / <http://www.wikidata.org/prop/direct/P356> ) ?var4 . }"}}
{"id": "val_2127", "question": "What are the Twitter usernames for Barack Obama and Elon Musk on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"BarackObama\"\n  }\n}", "paraphrases": ["Which entities on Wikidata have the Twitter handles \"elonmusk\" or \"BarackObama\"?", "Show me the Wikidata entities associated with the Twitter accounts elonmusk and BarackObama."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"SuchMichel\" ) ( \"Dartagnons\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2128", "question": "Which Twitter accounts (on X) are linked to Wikidata items, and how many Wikipedia sitelinks do they have, sorted by least to most?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?site schema:about ?item .\n  FILTER(STRSTARTS(STR(?site) , \"https://\"))\n  VALUES ?twitterHandle {\n    \"afpfr\" \"lemondefr\" \"France2tv\" \"alainjuppe\" \"oravanello\" \"LesEchos\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter handles of Wikidata items like Agence France-Presse and Le Monde, and how many language versions of their Wikipedia pages exist for each?", "List the Twitter usernames of major French media organizations and public figures on Wikidata, along with the number of Wikipedia sites they appear on, ordered from the least to the most popular."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"oravanello\" ) ( \"string1\" ) ( \"string2\" ) ( \"alainjuppe\" ) ( \"LesEchos\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"afpfr\" ) ( \"cb_news\" ) ( \"string7\" ) ( \"France2tv\" ) ( \"string8\" ) ( \"arnopons\" ) ( \"string9\" ) ( \"MagnetoTV\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"lemondefr\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2129", "question": "What are the Twitter usernames for NASA, BBC News, El Pa\u00eds, and the University of Oviedo?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"uniovi_info\" \"NASA\" \"BBCNews\" \"el_pais\" } OPTIONAL { ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } }", "paraphrases": ["Can you show me which Wikidata items have the Twitter handles 'NASA', 'BBCNews', 'el_pais', or 'uniovi_info'?", "Which organizations on Wikidata are associated with these Twitter accounts: @NASA, @BBCNews, @el_pais, and @uniovi_info?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"cmgarzacom\" ) ( \"gipUniovi\" ) ( \"Three_Ten\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"samymohab\" ) ( \"mcchaz_\" ) ( \"string8\" ) ( \"string9\" ) ( \"emcgettie\" ) ( \"string10\" ) ( \"astawismar\" ) } }"}}
{"id": "val_2130", "question": "Average film duration by director and country of origin", "sparql": "SELECT ?director ?country (AVG(?duration) AS ?avgDuration) WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P2047 ?duration . ?film wdt:P57 ?director . ?director wdt:P31 wd:Q5 . ?film wdt:P495 ?country . ?country wdt:P31 wd:Q6256 . } GROUP BY ?director ?country", "paraphrases": ["What is the average duration of films directed by each person, grouped by their country of origin?", "Show me the average length of films for each director and the country they are associated with."], "info": {"raw_sparql": "SELECT( ?var1 AS ?var2 )( ?var3 AS ?var4 )( AVG ( ?var5 ) AS ?var6 ) WHERE { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var7 <http://www.wikidata.org/prop/direct/P2047> ?var5 . ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var7 <http://www.wikidata.org/prop/direct/P57> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var7 <http://www.wikidata.org/prop/direct/P495> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . } GROUP BY ?var1 ?var3"}}
{"id": "val_2131", "question": "Which entities on Wikidata have Twitter usernames \"Gallimard\", \"NASA\", \"BBC\", \"Google\", \"Apple\", or \"Microsoft\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Gallimard\" \"NASA\" \"BBC\" \"Google\" \"Apple\" \"Microsoft\" } }", "paraphrases": ["What are the Wikidata items associated with the Twitter handles Gallimard, NASA, BBC, Google, Apple, and Microsoft?", "List the Wikidata entities that use any of these Twitter usernames: Gallimard, NASA, BBC, Google, Apple, Microsoft."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"s_valla\" ) ( \"Gallimard\" ) ( \"string5\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2132", "question": "Academic papers with a DOI in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?paper WHERE {\n  ?paper wdt:P356 ?doi .\n}\nLIMIT 10", "paraphrases": ["Which academic papers have a Digital Object Identifier (DOI) assigned in Wikidata?", "List 10 academic papers from Wikidata that have a DOI."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2133", "question": "Number of articles citing \"Molecular genetics of the genus Paracoccus\" by year, grouped by whether they have authors.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( DISTINCT ?citingArticle ) AS ?count ) ?hasAuthor WHERE {\n  BIND( wd:Q39523442 AS ?citedArticle ) .\n  ?citingArticle wdt:P2860 ?citedArticle .\n  ?citingArticle wdt:P577 ?publicationDate .\n  BIND( STR( YEAR( ?publicationDate ) ) AS ?year ) .\n  BIND( IF( EXISTS {\n    ?citingArticle wdt:P50 []\n  }\n  , \"has author\" , \"no author\" ) AS ?hasAuthor ) .\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC ( ?year )", "paraphrases": ["How many articles citing the 1998 paper on Paracoccus bacteria were published each year, and did they have authors?", "Show me a breakdown of citing articles for the paper on Paracoccus metabolically versatile bacteria, grouped by publication year and author presence."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q39523442> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2134", "question": "What is the most general category that both a musical group and a human belong to, based on the shortest path in the subclass hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common(?dist1 + ?dist2 AS ?sum) WHERE {\n  {\n    SELECT ?common(COUNT(?mid1) AS ?dist1) WHERE {\n      wd:Q215380 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?common .\n    }\n    GROUP BY ?common\n  }\n  {\n    SELECT ?common(COUNT(?mid2) AS ?dist2) WHERE {\n      wd:Q5 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?common .\n    }\n    GROUP BY ?common\n  }\n}\nORDER BY ASC(?sum)\nLIMIT 1", "paraphrases": ["Which concept is closest to both Vladimir Putin and the band Neu! in terms of their classification hierarchy?", "Find the entity in Wikidata\u2019s subclass tree that minimizes the total distance from \"human\" and \"musical group\" \u2014 what is it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q181874> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7747> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2135", "question": "How many academic articles cite \"Abuses of socioeconomic and demographic data: A comment on Ekanem\u2019s study and Janowitz\u2019s note\", grouped by their publication year, and do they have assigned authors?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?count)(IF(EXISTS {\n  ?citingWork wdt:P50 []\n}\n, \"yes\" , \"no\") AS ?hasAuthor) WHERE {\n  BIND(wd:Q30661591 AS ?citedWork)\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND(STR(SUBSTR(STR(?pubDate) , 1 , 4)) AS ?year)\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC(?year)", "paraphrases": ["In what year was the single article that cites the 1975 study on socioeconomic data published, and does that article list any authors?", "Show the publication year and authorship status (yes/no) of works citing the 1975 article \"Abuses of socioeconomic and demographic data\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q30661591> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2136", "question": "Western films with titles ending in \"ns\", ordered by release year", "sparql": "SELECT DISTINCT ?film ?title ?year WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?publicationDate . BIND(YEAR(?publicationDate) AS ?year) . ?film rdfs:label ?title . ?film wdt:P136 wd:Q172980 . FILTER(LANG(?title) = \"en\") . FILTER(REGEX(?title, \"n ?s\", \"i\")) } ORDER BY DESC(?year)", "paraphrases": ["What are Western films released in recent years whose titles contain a word ending in \"ns\"?", "List Western films in English that have titles with words like \"Guns\" or \"Runs\", sorted by year from newest to oldest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { BIND ( YEAR ( ?var4 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . FILTER ( ( ( ?var5 = <http://www.wikidata.org/entity/Q172980> ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"n ?s\", \"i\" ) ) ) . } ORDER BY DESC( ?var3 )"}}
{"id": "val_2137", "question": "Which Wikidata entities have the Twitter usernames \"elonmusk\", \"BarackObama\", or \"NASA\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"BarackObama\" \"NASA\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use \"elonmusk\", \"BarackObama\", or \"NASA\" as their X (Twitter) username?", "List the entities on Wikidata associated with the Twitter handles \"elonmusk\", \"BarackObama\", and \"NASA\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Livestream\" ) ( \"string1\" ) ( \"OccupySTM\" ) } }"}}
{"id": "val_2138", "question": "What is the most specific category that both Prince and Fran\u00e7ois Hollande belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q7542 wdt:P31 ?commonClass .\n  wd:Q157 wdt:P31 ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 1", "paraphrases": ["What human category do Prince and Fran\u00e7ois Hollande share as instances?", "Which class is common to both Prince and Fran\u00e7ois Hollande in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7542> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2139", "question": "List films and their durations in minutes, including subclasses like documentaries or animated films.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?filmLabel ?duration WHERE {\n  ?film ( wdt:P31 / wdt:P279 * ) wd:Q11424 .\n  OPTIONAL {\n    ?film wdt:P2047 ?duration .\n  }\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER ( LANG( ?filmLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What are the English titles and runtimes of films and their subclasses from Wikidata?", "Show me up to 100 films (including subtypes like horror or comedy films) along with their English names and durations, if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 100"}}
{"id": "val_2140", "question": "What is the most specific shared occupational category between Fran\u00e7ois Hollande and Ban Ki-moon?", "sparql": "SELECT ?commonAncestor WHERE { VALUES ?commonAncestor { wd:Q372436 } wd:Q157 wdt:P106 ?hollandOcc . wd:Q1253 wdt:P106 ?banOcc . ?hollandOcc wdt:P279* ?commonAncestor . ?banOcc wdt:P279* ?commonAncestor . }", "paraphrases": ["What class do both Fran\u00e7ois Hollande and Ban Ki-moon belong to through their occupations, with the highest specificity?", "What is the lowest common ancestor in the occupation taxonomy for Fran\u00e7ois Hollande and Ban Ki-moon?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1253> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2141", "question": "Years with more than 30 films released after January 25, 2008, and an example film from each year.", "sparql": "SELECT ?year (COUNT(?film) AS ?count) (SAMPLE(?label) AS ?exampleFilm) WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?publicationDate . ?film rdfs:label ?label . FILTER(LANG(?label) = \"en\") . BIND(YEAR(?publicationDate) AS ?year) . FILTER(?publicationDate >= \"2008-01-25T00:00:00Z\"^^xsd:dateTime) . } GROUP BY ?year HAVING (?count > 30) ORDER BY ?year", "paraphrases": ["Which years since 2008 had more than 30 films released, and what is one example film from each of those years?", "Show me the years after 2008 where over 30 films were released, along with the total count and one English-language film title from each year."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 )( SAMPLE ( ?var2Label ) AS ?var4Label )( ?var1 AS ?var5 ) WHERE { BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var7 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var6 >= \"2008-01-25T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var2Label ?var1 HAVING ( ( ?var3 > \"30\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_2142", "question": "Wikidata items with Twitter usernames Wikipedia, BBCNews, or NASA, ordered by number of Wikipedia language editions (lowest first).", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Wikipedia\" \"BBCNews\" \"NASA\" } } ORDER BY ASC(wikibase:sitelinks)", "paraphrases": ["Which Wikidata items have the Twitter usernames \"Wikipedia\", \"BBCNews\", or \"NASA\", and which one has the fewest Wikipedia language versions?", "Show me the Wikidata entities for the Twitter accounts @Wikipedia, @BBCNews, and @NASA, sorted by how many Wikipedia language editions they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"GregAuRiz\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"roche_jeff\" ) ( \"_perenoel\" ) ( \"string9\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2143", "question": "Which organizations have Twitter/X accounts \"HBO\", \"HBOPR\", \"AppleTV\", or \"EW\", and how many Wikipedia pages are linked to them, sorted by least links?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?handle ( COUNT( ?page ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?handle .\n  VALUES ?handle {\n    \"HBO\" \"HBOPR\" \"AppleTV\" \"EW\"\n  }\n  .\n  ?page schema:about ?item .\n  ?page schema:isPartOf ?wiki .\n}\nGROUP BY ?item ?handle\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["What are the Twitter usernames of entities like HBO, AppleTV, and EW, and how many Wikipedia sitelinks do they have, ordered from fewest to most?", "List the Twitter handles for HBO, HBOPR, AppleTV, and EW along with their Wikipedia sitelink counts, sorted by the number of links in ascending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"HBO\" ) ( \"string2\" ) ( \"EW\" ) ( \"HBOPR\" ) ( \"string3\" ) ( \"AppleTV\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2144", "question": "What is the most specific common category that includes both NPR and the North Korean Ministry of Social Security?", "sparql": "SELECT DISTINCT ?commonSuperclass ?label WHERE { wd:Q671510 wdt:P31 ?class1 . wd:Q6867439 wdt:P31 ?class2 . ?class1 wdt:P279* wd:Q43229 . ?class2 wdt:P279* wd:Q43229 . wd:Q43229 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What do NPR and the North Korean Ministry of Social Security have in common in terms of their classification in Wikidata?", "What is the highest-level shared class that both NPR and the North Korean Ministry of Social Security belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6867439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q671510> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2145", "question": "Number of Yong-Yeol Ahn\u2019s publications per year, split by whether they were cited by others.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( DISTINCT ?ahnWork ) AS ?count ) ?isCitedByOthers WHERE {\n  ?ahnWork wdt:P50 wd:Q30505440 .\n  ?ahnWork wdt:P577 ?pubDate .\n  BIND( YEAR( ?pubDate ) AS ?year ) BIND( IF( EXISTS {\n    ?someone wdt:P2860 ?ahnWork .\n  }\n  , \"cited_by_others\" , \"not_cited_by_others\" ) AS ?isCitedByOthers )\n}\nGROUP BY ?year ?isCitedByOthers\nORDER BY DESC ( ?year )", "paraphrases": ["How many works authored by Yong-Yeol Ahn were published each year, and how many of them were cited by other researchers?", "Show me a breakdown of Yong-Yeol Ahn\u2019s published works by year, indicating for each whether the work was cited by other publications."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30505440> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30505440> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2146", "question": "What are all the superclass categories of a weather map?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q865144 wdt:P279 * ?ancestor .\n}\nLIMIT 100", "paraphrases": ["What classes does a weather map belong to through the subclass hierarchy?", "List all ancestor classes of the weather map concept in Wikidata, including indirect superclasses."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q865144> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_2147", "question": "Mass shootings with their country, administrative region, and geographic coordinates.", "sparql": "SELECT ?shooting ?shootingLabel ?country ?countryLabel ?admin ?adminLabel ?coordinates WHERE { ?shooting wdt:P31 wd:Q21480300 . OPTIONAL { ?shooting wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ?shooting wdt:P131 ?admin . ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") ?shooting wdt:P625 ?coordinates .}", "paraphrases": ["What are the locations (country and administrative region) and coordinates of all mass shootings recorded in Wikidata?", "List all mass shootings along with the country and administrative area where they occurred, and their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21480300> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . }"}}
{"id": "val_2148", "question": "Fictional units of time in literature and media", "sparql": "SELECT ?fictionalTimeUnit ?fictionalTimeUnitLabel WHERE { ?fictionalTimeUnit wdt:P31 wd:Q18340294 . ?fictionalTimeUnit rdfs:label ?fictionalTimeUnitLabel . FILTER(LANG(?fictionalTimeUnitLabel) = \"en\") }", "paraphrases": ["What are some units of time that exist only in fictional universes?", "Show me examples of fictional time units like the Rosharan Year or Stardate."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18340294> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2149", "question": "What is the most specific common category that includes both the occupations of Margot Robbie and Oscar Wendt?", "sparql": "SELECT ?commonClass ?commonClassLabel (COUNT(?super) AS ?numSuperclasses)\nWHERE {\n  wd:Q1924847 wdt:P106 ?occ1 .\n  wd:Q521088 wdt:P106 ?occ2 .\n  \n  ?occ1 wdt:P279* ?commonClass .\n  ?occ2 wdt:P279* ?commonClass .\n  \n  ?commonClass wdt:P279* ?super .\n  \n  OPTIONAL { ?commonClass rdfs:label ?commonClassLabel . FILTER(LANG(?commonClassLabel) = \"en\") }\n}\nGROUP BY ?commonClass ?commonClassLabel\nORDER BY DESC(?numSuperclasses)\nLIMIT 1", "paraphrases": ["Which class is the lowest common ancestor in the hierarchy for the occupations of Margot Robbie and Oscar Wendt?", "Find the most specific superclass shared by the occupations of Margot Robbie and Oscar Wendt."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1924847> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q521088> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2150", "question": "Types of the September 11 attacks", "sparql": "SELECT ?type WHERE { wd:Q10806 wdt:P31 ?type . }", "paraphrases": ["What categories is the September 11 attacks classified as?", "List all the classes that the September 11 attacks are instances of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q10806> <http://www.wikidata.org/prop/direct/P31> + ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2151", "question": "Military officers in World War I who were citizens of both the United Kingdom and Germany", "sparql": "SELECT ?person ?personLabel ?birthDate WHERE { ?person wdt:P106 wd:Q189290 ; wdt:P607 wd:Q361 ; wdt:P27 wd:Q145 ; wdt:P27 wd:Q183 ; wdt:P569 ?birthDate . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 200", "paraphrases": ["Who were the military officers in World War I that held citizenship in both the United Kingdom and Germany?", "List the names and birth dates of people who served as military officers in World War I and were citizens of both the United Kingdom and Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q189290> . ?var1 <http://www.wikidata.org/prop/direct/P607> <http://www.wikidata.org/entity/Q361> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,pt,en\". } } LIMIT 200"}}
{"id": "val_2152", "question": "Number of academic papers citing \"Linking Named Entities in Dutch Historical Newspapers\" by year and whether they have authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE {\n  BIND( wd:Q30158046 AS ?citedWork ) .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND( SUBSTR( STR( ?pubDate ) , 1 , 4 ) AS ?year ) .\n  BIND( IF( EXISTS {\n    ?citingWork wdt:P50 []\n  }\n  , \"has author\" , \"no author\" ) AS ?hasAuthor ) .\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC ( ?year )", "paraphrases": ["How many works citing the 2016 article \"Linking Named Entities in Dutch Historical Newspapers\" were published each year, and how many of them have authors?", "Show me a breakdown of the citing works of the article \"Linking Named Entities in Dutch Historical Newspapers\" by publication year and whether they list authors, with counts."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q30158046> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2153", "question": "Terrorism incidents with coordinates, locations, or neither \u2014 show their labels and geographic data.", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 (wdt:P31/wdt:P279*) wd:Q7283 . OPTIONAL { ?var1 wdt:P625 ?var2 . } OPTIONAL { ?var1 wdt:P131 ?var3 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") BIND( IF( EXISTS { ?var1 wdt:P625 ?var2 }, 2, IF( EXISTS { ?var1 wdt:P131 ?var3 }, 1, 0 ) ) AS ?var4) }", "paraphrases": ["Which terrorist events have geographic coordinates, which have a location but no coordinates, and which have neither? Include their English labels and location details.", "List all terrorism-related events with their English names and classify them based on whether they have coordinates (2), an administrative location (1), or neither (0)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7283> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } BIND ( IF ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> , IF ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . } , ?var5 ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2154", "question": "What are the Hindi films released in 1983, along with their IMDb IDs and the number of Wikipedia articles about them?", "sparql": "SELECT ?film ?filmLabel ?imdbId (COUNT(?page) AS ?sitelinkCount) WHERE { ?film wdt:P31 wd:Q11424 ; wdt:P364 wd:Q1568 ; wdt:P577 ?date . FILTER (YEAR(?date) = 1983) . ?page schema:about ?film ; schema:inLanguage ?lang . OPTIONAL { ?film wdt:P345 ?imdbId . } ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") } GROUP BY ?film ?filmLabel ?imdbId ORDER BY ?date", "paraphrases": ["Show me a list of 1983 Hindi-language movies with their English titles, IMDb numbers, and how many language versions of their Wikipedia pages exist.", "Can you list all Hindi films from 1983 that have English Wikipedia pages, including their IMDb IDs and the total count of Wikipedia language editions available for each film?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) ?var1Label ?var5 ?var6 ?var7Label ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P364> <http://www.wikidata.org/entity/Q1568> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var10 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var9 . } FILTER ( ( ( \"1983-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var10 ) && ( ?var10 < \"1984-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"or,en\". } BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( STRAFTER ( STR ( ?var1 ) , \"Q\" ) ) AS ?var11 ). ?var1 <http://wikiba.se/ontology#statements> ?var2 . OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> ?var12 . } } GROUP BY ?var1 ?var2 ?var1Label ?var5 ?var6 ?var7Label ?var8 ?var9 ORDER BY ASC( ?var6 )"}}
{"id": "val_2155", "question": "List clergy members and their images from Wikidata.", "sparql": "SELECT ?clergy_member ?label ?image WHERE { ?clergy_member wdt:P3716 wd:Q177826 . OPTIONAL { ?clergy_member wdt:P18 ?image . } ?clergy_member rdfs:label ?label . } LIMIT 100", "paraphrases": ["Who are the clergy members in Wikidata, and what are their labels and images?", "Show me the names and photos (if available) of all people classified as clergy."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3716> <http://www.wikidata.org/entity/Q177826> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_2156", "question": "Films and their titles", "sparql": "SELECT ?film ?title WHERE { ?film wdt:P31 wd:Q11424 . OPTIONAL { ?film wdt:P1476 ?title . } } LIMIT 10", "paraphrases": ["What are the titles of some films?", "Show me up to 10 films along with their official titles in their respective languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 10"}}
{"id": "val_2157", "question": "What is the most specific category that both Pyongyang and Washington, D.C. belong to?", "sparql": "SELECT ?commonSuperclass ?commonSuperclassLabel WHERE { wd:Q18808 wdt:P31 ?type1 . wd:Q61 wdt:P31 ?type2 . VALUES ?commonSuperclass { wd:Q515 } . ?commonSuperclass rdfs:label ?commonSuperclassLabel . FILTER (LANG(?commonSuperclassLabel) = \"en\") }", "paraphrases": ["What is the common superclass of the types of Pyongyang and Washington, D.C.?", "What category do Pyongyang and Washington, D.C. share in their classification hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7122733> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2158", "question": "What are the main types of accidents and their direct subtypes in Wikidata, specifically transport, nuclear, and chemical accidents?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?accidentType ?accidentTypeLabel ?subTypeLabel WHERE {\n  ?accidentType wdt:P279 wd:Q171558 .\n  FILTER ( ?accidentType IN ( wd:Q11822042 , wd:Q1620824 , wd:Q977367 , wd:Q16702447 , wd:Q19403959 , wd:Q28064622 ) ) .\n  OPTIONAL {\n    ?subType wdt:P279 ?accidentType .\n    ?subType rdfs:label ?subTypeLabel .\n    FILTER ( LANG( ?subTypeLabel ) = \"en\" )\n  }\n  ?accidentType rdfs:label ?accidentTypeLabel .\n  FILTER ( LANG( ?accidentTypeLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which specific accident categories (like transport or nuclear accidents) have direct subcategories, and what are those subcategories?", "List all direct subtypes of transport accident, nuclear accident, and chemical accident, along with their labels in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q171558> . FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q11822042> ) || ( ?var1 = <http://www.wikidata.org/entity/Q1620824> ) || ( ?var1 = <http://www.wikidata.org/entity/Q977367> ) || ( ?var1 = <http://www.wikidata.org/entity/Q16702447> ) || ( ?var1 = <http://www.wikidata.org/entity/Q19403959> ) || ( ?var1 = <http://www.wikidata.org/entity/Q28064622> ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P279> ?var1 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P279> ?var2 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2159", "question": "People associated with World War II or the Pacific War through occupation, position, or membership", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  VALUES ?war {\n    wd:Q362 wd:Q184425\n  }\n  ?person wdt:P463 | wdt:P39 | wdt:P106 ?war .\n}\nLIMIT 1000", "paraphrases": ["Who are the people linked to World War II or the Pacific War as having served in them or been members of related organizations?", "List all individuals who have a documented connection to World War II or the Pacific War via their occupation, position held, or organizational membership."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q184425> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q184425> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q184425> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q184425> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q184425> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q184425> . } } LIMIT 1000"}}
{"id": "val_2160", "question": "What properties in French are used to link entities to the concept of \"battle\"?", "sparql": "SELECT ?propItem ?label ?desc WHERE { ?entity ?prop wd:Q178561 . ?propItem wikibase:directClaim ?prop . ?propItem rdfs:label ?label . ?propItem schema:description ?desc . FILTER(LANG(?label) = \"fr\") FILTER(LANG(?desc) = \"fr\") } LIMIT 100", "paraphrases": ["Which French-labeled properties describe how things are related to battles in Wikidata?", "Show me the French labels and descriptions of properties that connect items to the category \"battle\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q178561> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_2161", "question": "List of train derailment incidents with English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?derailment ?derailmentLabel WHERE {\n  ?derailment wdt:P31 wd:Q1331380 .\n  ?derailment rdfs:label ?derailmentLabel .\n  FILTER(LANG(?derailmentLabel) = \"en\")\n}", "paraphrases": ["What are some notable train derailment events recorded in Wikidata, along with their English names?", "Show me all recorded derailment events in English from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1331380> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2162", "question": "Is Lajos K\u00e1d\u00e1r a Catholic priest?", "sparql": "ASK WHERE { wd:Q329234 wdt:P106 wd:Q250867 . }", "paraphrases": ["Was Lajos K\u00e1d\u00e1r employed as a Catholic priest?", "Confirm whether Lajos K\u00e1d\u00e1r's occupation is that of a Catholic priest."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q329234> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2163", "question": "Which Wikidata entities are associated with the Twitter usernames: bif_o, Eberretta, eliodirupo, GallicaBnF, jjbertolus, LePoint, PAugier, and S2RVNL?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"bif_o\" \"Eberretta\" \"eliodirupo\" \"GallicaBnF\" \"jjbertolus\" \"LePoint\" \"PAugier\" \"S2RVNL\" } }", "paraphrases": ["Who or what has these Twitter handles: @bif_o, @Eberretta, @eliodirupo, @GallicaBnF, @jjbertolus, @LePoint, @PAugier, and @S2RVNL?", "Can you tell me the people and organizations on Wikidata that use these specific Twitter accounts?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"S2RVNL\" ) ( \"string1\" ) ( \"string2\" ) ( \"jjbertolus\" ) ( \"string3\" ) ( \"Eberretta\" ) ( \"gdeviolet\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"PAugier\" ) ( \"eliodirupo\" ) ( \"LenaLutaud\" ) ( \"string10\" ) ( \"LePoint\" ) ( \"string11\" ) ( \"BFAuchet\" ) ( \"bif_o\" ) ( \"Ostpolitik\" ) ( \"string12\" ) ( \"GallicaBnF\" ) } }"}}
{"id": "val_2164", "question": "What is the most specific category that both the People's Republic of China and New Year's Eve belong to?", "sparql": "SELECT DISTINCT ?ancestor WHERE { wd:Q148 wdt:P31 ?c1 . wd:Q11269 wdt:P31 ?c2 . ?c1 wdt:P279* ?ancestor . ?c2 wdt:P279* ?ancestor . } ORDER BY ASC(?ancestor) LIMIT 1", "paraphrases": ["What is the common superclass in the Wikidata ontology for China and New Year's Eve?", "Find the highest-level class that is a superclass of all classes that China and New Year's Eve are instances of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q148> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11269> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2165", "question": "What significant historical event is associated with Adolf Hitler?", "sparql": "SELECT ?event ?eventLabel WHERE { wd:Q352 wdt:P793 ?event . ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") }", "paraphrases": ["Which major event did Adolf Hitler play a central role in?", "What is the name of the historical event linked to Adolf Hitler in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q352> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P2184> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2184> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2166", "question": "Children of people who are parsons", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?child ?childLabel WHERE {\n  ?person wdt:P106 wd:Q955464 .\n  ?person wdt:P40 ?child .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}", "paraphrases": ["Who are the children of individuals working as parsons?", "List the names of children of people whose occupation is parson."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q955464> <http://www.wikidata.org/prop/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2167", "question": "Who were the people who held the position of podest\u00e0 in medieval Italian cities?", "sparql": "SELECT ?person WHERE { ?person wdt:P39 wd:Q694019 . }", "paraphrases": ["List individuals who served as podest\u00e0.", "Which historical figures held the office of podest\u00e0?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q694019> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,it\". } }"}}
{"id": "val_2168", "question": "Films released in the last 90 days with their release dates and English titles.", "sparql": "SELECT ?film ?filmLabel ?releaseDate WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?releaseDate . FILTER( ?releaseDate >= \"2024-03-17T00:00:00Z\"^^xsd:dateTime && ?releaseDate <= \"2024-06-15T23:59:59Z\"^^xsd:dateTime ) . ?film rdfs:label ?filmLabel . FILTER( langMatches( lang(?filmLabel), \"en\" ) ) }", "paraphrases": ["Which films were released in the past 90 days, and when were they released?", "List all English-labeled films that came out between March 17 and June 15, 2024, along with their release dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( ( NOW ( ) - ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . FILTER ( ( ( ?var4 < \"90\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2169", "question": "Number of works citing The Blue Obelisk article per year, grouped by whether they have authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE {\n  BIND( wd:Q27062363 AS ?citedWork ) .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND( STR( YEAR( ?pubDate ) ) AS ?year ) .\n  BIND( IF( EXISTS {\n    ?citingWork wdt:P50 []\n  }\n  , \"string1\" , \"string2\" ) AS ?hasAuthor )\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC ( ?year )", "paraphrases": ["How many academic papers citing \"The Blue Obelisk\u2014Interoperability in chemical informatics\" were published each year, and how many of them list at least one author?", "Show me the yearly count of papers that cite The Blue Obelisk article, distinguishing between those with and without authors."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q27062363> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2170", "question": "What are some notable accidents like derailments, fires, and explosions, and how many people died in each?", "sparql": "SELECT ?accident ?deathCount ?label WHERE {  VALUES ?accidentType {    wd:Q1331380    wd:Q3196    wd:Q179057    wd:Q19403959    wd:Q1550225    wd:Q238053    wd:Q21167512  }  ?accident wdt:P31 ?accidentType .  OPTIONAL { ?accident wdt:P1120 ?deathCount . }  ?accident rdfs:label ?label .  FILTER(LANG(?label) = \"en\")}", "paraphrases": ["Can you list English-named incidents such as train derailments, mining accidents, and explosions, along with their reported death tolls?", "Show me accidents of types including fire, collision, and chemical hazard, their English names, and the number of fatalities."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1331380> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3196> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q179057> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19403959> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1550225> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q238053> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21167512> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1120> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q1860> . } }"}}
{"id": "val_2171", "question": "What are some religious occupations (like monk or nun), and what category do they belong to?", "sparql": "SELECT ?occupation ?occupationLabel ?superclassLabel WHERE { ?superclass wdt:P279 wd:Q63187345 . ?occupation wdt:P31 ?superclass . OPTIONAL { ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } OPTIONAL { ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") } } LIMIT 20", "paraphrases": ["Can you list religious roles such as priest or imam along with their broader classification (e.g., Christian or Islamic religious occupation)?", "Show me the names of people in religious roles and the type of religious occupation they belong to, such as Islamic or Christian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15402063> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_2172", "question": "List scholarly articles, scientific books, journal articles, theses, and publications with their titles, authors, publication dates, volumes, main subjects, publication venues, series, and full-text URLs.", "sparql": "SELECT ?work ?title ?publicationDate ?author ?volume ?mainSubject ?publishedIn ?partOf ?fullTextURL WHERE {\n  VALUES ?workType {\n    wd:Q13442814  # scholarly article\n    wd:Q7433672   # scientific book\n    wd:Q18918145  # academic journal article\n    wd:Q187685    # doctoral thesis\n    wd:Q732577    # publication\n  }\n  ?work wdt:P31 ?workType .\n  ?work wdt:P1476 ?title ;\n        wdt:P50 ?author ;\n        wdt:P577 ?publicationDate ;\n        wdt:P478 ?volume ;\n        wdt:P921 ?mainSubject ;\n        wdt:P1433 ?publishedIn ;\n        wdt:P953 ?fullTextURL ;\n        wdt:P361 ?partOf .\n}\nLIMIT 100", "paraphrases": ["What are the titles, authors, publication dates, volumes, main subjects, journals/books they were published in, series they belong to, and full-text links for scholarly works like articles, books, and theses?", "Please provide a list of academic works (including articles, books, and theses) with their full bibliographic details: title, author, publication date, volume, main topic, where they were published, which series they are part of, and where the full text can be accessed online."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { VALUES ( ?var9 ) { ( <http://www.wikidata.org/entity/Q13442814> ) ( <http://www.wikidata.org/entity/Q7433672> ) ( <http://www.wikidata.org/entity/Q18918145> ) ( <http://www.wikidata.org/entity/Q187685> ) ( <http://www.wikidata.org/entity/Q732577> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var9 . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 ; <http://www.wikidata.org/prop/direct/P50> ?var4 ; <http://www.wikidata.org/prop/direct/P577> ?var3 ; <http://www.wikidata.org/prop/direct/P478> ?var5 ; <http://www.wikidata.org/prop/direct/P921> ?var6 ; <http://www.wikidata.org/prop/direct/P1433> ?var7 ; <http://www.wikidata.org/prop/direct/P953> ?var10 ; <http://www.wikidata.org/prop/direct/P361> ?var8 . } LIMIT 100"}}
{"id": "val_2173", "question": "Wikipedia pages about battles", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?wikipedia_page ?instance WHERE {\n  ?instance wdt:P31 wd:Q178561 .\n  ?wikipedia_page schema:about ?instance .\n  FILTER(REGEX(STR(?wikipedia_page) , \"battle\" , \"i\"))\n}\nLIMIT 10", "paraphrases": ["What are some Wikipedia articles about specific battles?", "Show me Wikipedia pages for events that are instances of a battle, where the page title contains the word \"battle\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q350604> . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var2 <http://schema.org/about> ?var3 . FILTER ( ( REGEX ( STR ( ?var2 ) , \"string1\" ) ) ) . }"}}
{"id": "val_2174", "question": "What properties are used on films in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?item wdt:P31 wd:Q11424 . ?item ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Can you list all the direct properties associated with items that are classified as films?", "Show me all the Wikidata properties that are directly used to describe movies."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q7746391> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2175", "question": "Nedelin catastrophe Wikidata item and English Wikipedia page", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage WHERE { ?item wdt:P31 wd:Q3839081 . ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; FILTER(?wikipediaPage = <https://en.wikipedia.org/wiki/Nedelin_catastrophe>) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 1", "paraphrases": ["What is the Wikidata item for the Nedelin catastrophe, and what is its English Wikipedia page?", "Show me the English label and Wikipedia link for the Nedelin catastrophe, which is classified as a disaster."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3839081> . } { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( ?var3 = <https://en.wikipedia.org/wiki/Nedelin_catastrophe> ) ) ) . } } LIMIT 100"}}
{"id": "val_2176", "question": "Most used property linking 21 Grams to other entities", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q214013 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is used to connect the film 21 Grams to other items in Wikidata, and how many times is it used?", "Show me the property that links the movie 21 Grams to other entities, ordered by frequency, and return the most frequent one."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q214013> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2177", "question": "Battles during World War I with their start dates, end dates, and durations.", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ( ( ?var3 - ?var2 ) AS ?var4 ) WHERE { ?var1 wdt:P361 wd:Q361 . ?var1 (wdt:P31/wdt:P279*) wd:Q178561 . ?var1 wdt:P580 ?var2 . ?var1 wdt:P582 ?var3 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What were the battles of World War I, and when did each one start and end? Also, how long did each battle last?", "List all battles that occurred during World War I, including their English names, start times, end times, and the duration of each battle in seconds."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ( ( ?var3 - ?var2 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q361> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q178561> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2178", "question": "What are all the language variants of the name 'Geneva' in Wikidata?", "sparql": "SELECT ?label WHERE { wd:Q71 rdfs:label ?label }", "paraphrases": ["In how many languages is the city of Geneva labeled in Wikidata, and what are those labels?", "Show me all the different ways 'Geneva' is written in various languages according to Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q71> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_2179", "question": "What entities are connected to the film Moonrise Kingdom, and what properties link them, along with any qualifiers used on those statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?property(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q217112 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claim .\n      FILTER(?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?property wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Which people or works are associated with the movie Moonrise Kingdom, and what properties are used to make those connections? Are there any qualifiers on those statements?", "List all entities linked to Moonrise Kingdom (excluding \"instance of\" statements), the properties used in those links, and any qualifier properties applied to those connections."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q217112> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_2180", "question": "What battles occurred in 1947, and where did they take place?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?location ?battle ?year WHERE {\n  ?battle wdt:P31 wd:Q178561 .\n  ?battle wdt:P625 ?location .\n  ?battle wdt:P585 ?date .\n  BIND(YEAR(?date) AS ?year)\n  FILTER(YEAR(?date) = 1947)\n  ?battle rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Can you list the English-named battles from 1947 along with their geographic coordinates?", "Which battles happened in 1947, and what are their locations? Include only battles with English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( IF ( !( BOUND ( ?var5 ) ), IF ( !( BOUND ( ?var6 ) ), ?var7 , ?var6 ) , ?var5 ) AS ?var8 ). BIND ( YEAR ( ?var8 ) AS ?var4 ). ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P580> \"1947\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var3 <http://www.wikidata.org/prop/direct/P585> \"1947\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var3 <http://www.wikidata.org/prop/direct/P582> \"1957\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2181", "question": "Scholarly articles about Wikidata with their arXiv IDs.", "sparql": "SELECT ?article ?articleTitle ?arxivId WHERE { ?article wdt:P31 wd:Q13442814 . ?article wdt:P921 wd:Q2013 . OPTIONAL { ?article wdt:P818 ?arxivId . } OPTIONAL { ?article wdt:P1476 ?articleTitle . } } LIMIT 100", "paraphrases": ["What are the scholarly articles that have Wikidata as their main subject, and what are their arXiv IDs?", "List the titles of scholarly articles whose main subject is Wikidata, along with their arXiv identifiers where available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q2013> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P818> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2182", "question": "List the top 1000 articles published in the Journal of Cognitive Neuroscience, sorted by oldest first, with their authors and publication dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?pubDate) AS ?earliestDate) ?article ?articleLabel(GROUP_CONCAT(?authorLabel ; SEPARATOR = \" // \") AS ?authors) WHERE {\n  ?article wdt:P1433 wd:Q6294976 .\n  OPTIONAL {\n    ?article wdt:P577 ?pubDate .\n  }\n  OPTIONAL {\n    ?article wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  ?article rdfs:label ?articleLabel .\n  FILTER(LANG(?articleLabel) = \"en\")\n}\nGROUP BY ?article ?articleLabel\nORDER BY DESC(?earliestDate)\nLIMIT 1000", "paraphrases": ["What are the oldest 1000 articles published in the Journal of Cognitive Neuroscience, and who are their authors in English?", "Show me the 1000 oldest articles from the Journal of Cognitive Neuroscience, including their English titles and a list of English-named authors, ordered from earliest to latest publication date."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( ?var4Label ; SEPARATOR = \" // \" ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q6294976> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var6 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var6 . } OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P50> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2183", "question": "What is the image associated with the SNAC ARK ID \"w6vj7r0v\"?", "sparql": "SELECT ?image WHERE { wd:Q528103 wdt:P3430 \"w6vj7r0v\" . OPTIONAL { wd:Q528103 wdt:P18 ?image . } }", "paraphrases": ["Can you find a picture of Jimmy Giuffre using his SNAC ARK ID?", "Show me the Wikimedia Commons image linked to the archival record with SNAC ID w6vj7r0v."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vj7r0v\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2184", "question": "J\u00f6rg Degen's publications and their venues, using short names if available.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?venue ?venueLabel(COUNT(?work) AS ?publicationCount) WHERE {\n  ?work wdt:P50 wd:Q42717750 .\n  ?work wdt:P1433 ?venue .\n  ?venue rdfs:label ?venueLabelRaw .\n  FILTER(LANG(?venueLabelRaw) = \"en\")\n  OPTIONAL {\n    ?venue wdt:P1813 ?venueShortName\n  }\n  BIND(COALESCE(?venueShortName , ?venueLabelRaw) AS ?venueLabel)\n}\nGROUP BY ?venue ?venueLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["In which journals or publications has J\u00f6rg Degen published, and how many times has he published in each, preferring abbreviated names?", "Show me all the publication venues where J\u00f6rg Degen has published, along with the count of his publications per venue, using the short name (like JCAMD) if one exists, otherwise the full title."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42717750> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2185", "question": "How many papers citing \"Distributed Representations of Words and Phrases\" were published each year, and do they have authors?", "sparql": "SELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE { BIND( wd:Q24731579 AS ?targetPaper ) . ?citingWork wdt:P2860 ?targetPaper . ?citingWork wdt:P577 ?publicationDate . BIND( STR( YEAR( ?publicationDate ) ) AS ?year ) BIND( IF( EXISTS { ?citingWork wdt:P50 [] }, \"has author\", \"no author\" ) AS ?hasAuthor ) } GROUP BY ?year ?hasAuthor ORDER BY DESC ( ?year )", "paraphrases": ["For each year, how many academic papers cite the Word2Vec paper by Mikolov et al., and how many of them list at least one author?", "Show me a breakdown of the number of papers that cite the 2013 Word2Vec paper, grouped by publication year and whether they have listed authors."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q24731579> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2186", "question": "How many works cited the article \"Personal resonance to literature: A study of remindings while reading\" each year?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?citationCount) WHERE {\n  BIND(wd:Q31162433 AS ?citedWork)\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND(STR(YEAR(?pubDate)) AS ?year)\n}\nGROUP BY ?year\nORDER BY DESC(?year)", "paraphrases": ["In what year was the article \"Personal resonance to literature: A study of remindings while reading\" first cited by another scholarly work, and how many such citations were there?", "Show the number of academic papers that reference the 1989 study on personal resonance to literature, grouped by their publication year."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q31162433> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2187", "question": "List 100 scholarly articles in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?articleLabel WHERE {\n  ?article wdt:P31 wd:Q13442814 .\n  ?article rdfs:label ?articleLabel .\n  FILTER ( LANG( ?articleLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the titles of 100 scholarly articles on Wikidata?", "Show me the English titles of 100 academic papers."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } LIMIT 100"}}
{"id": "val_2188", "question": "What films were released in 2017?", "sparql": "SELECT DISTINCT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?publicationDate . FILTER ( ?publicationDate >= \"2017-01-01T00:00:00Z\"^^xsd:dateTime && ?publicationDate <= \"2017-12-31T00:00:00Z\"^^xsd:dateTime ) . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") }", "paraphrases": ["List the English titles of all films released in 2017.", "Can you show me the names of movies that came out in 2017?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . FILTER ( ( ( ?var2 >= \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,te\". } }"}}
{"id": "val_2189", "question": "What are the top publication venues where Geoffrey Hinton has published the most papers, and how many papers did he publish in each?", "sparql": "SELECT ?publication ?publicationLabel (COUNT(?paper) AS ?count)\nWHERE {\n  ?paper wdt:P50 wd:Q92894 .\n  ?paper wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName, ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Show Geoffrey Hinton\u2019s most frequent publication outlets, using abbreviated names where available (e.g., \u201cNIPS 2008\u201d instead of full title).", "Which journals and conference proceedings has Geoffrey Hinton contributed to the most, listed by publication count in descending order?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q92894> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2190", "question": "Twitter usernames \"wikidata\" and \"elonmusk\" with their number of Wikipedia sitelinks, sorted by count.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item .\n  ?sitelink schema:isPartOf ?site .\n  VALUES ?username {\n    \"wikidata\" \"elonmusk\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Which entities on Wikidata have the Twitter usernames \"wikidata\" or \"elonmusk\", and how many Wikipedia language editions link to them, ordered by the number of links?", "Show me the entities with Twitter handles \"wikidata\" and \"elonmusk\", along with how many Wikipedia sites link to each, sorted from least to most linked."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"netkoders\" ) ( \"umbraco\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2191", "question": "Which films were released in 1901?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  ?film wdt:P31 / wdt:P279 * wd:Q11424 ; wdt:P577 ?date .\n  FILTER(YEAR(?date) = 1901)\n}", "paraphrases": ["List of films from the year 1901", "Show me all movies that came out in 1901"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4513> \"1901\". }"}}
{"id": "val_2192", "question": "Films with English Wikipedia pages", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P31 wd:Q11424 . OPTIONAL { ?wikipediaPage schema:about ?film ; schema:inLanguage \"en\" . FILTER (STRSTARTS(STR(?wikipediaPage), \"https://en.wikipedia.org/\")) } }", "paraphrases": ["Which films have an English-language Wikipedia article?", "List films and their corresponding English Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } }"}}
{"id": "val_2193", "question": "Number of papers citing \"Excavating the mother lode of human-generated text\" by year", "sparql": "SELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?citationCount ) WHERE { BIND( wd:Q27615040 AS ?targetArticle ) . ?citingWork wdt:P2860 ?targetArticle . ?citingWork wdt:P577 ?pubDate . BIND( SUBSTR( STR( ?pubDate ), 1, 4 ) AS ?year ) . } GROUP BY ?year ORDER BY DESC ( ?year )", "paraphrases": ["In which years were the most papers published that cite the 2017 Wikipedia corpus review article, and how many were there each year?", "Show me the count of citing works for the academic article \"Excavating the mother lode of human-generated text\" grouped by publication year, sorted from latest to earliest."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q27615040> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2194", "question": "Films released between 2015 and 2017 with their English titles and publication dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film ?filmLabel ?title ?date WHERE {\n  ?film wdt:P31 wd:Q11424 ; wdt:P577 ?date ; rdfs:label ?filmLabel .\n  OPTIONAL {\n    ?film wdt:P1476 ?title .\n  }\n  FILTER(?date >= \"2015-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?date < \"2017-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nORDER BY ASC(?date)", "paraphrases": ["What are the English titles and release dates of films released from 2015 to 2016?", "List all films from 2015 to 2016, showing their English names, any alternative titles, and when they were released."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> ; <http://www.wikidata.org/prop/direct/P577> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } FILTER ( ( ( ?var3 >= \"2015-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 < \"2017-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ru,fr\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2195", "question": "Labels for the Conference pear cultivar in French, English, German, and Italian, along with its image and French Wikipedia page.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?label ?image ?wikipediaArticle WHERE {\n  wd:Q747247 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"fr\" , \"en\" , \"de\" , \"it\"))\n  OPTIONAL {\n    wd:Q747247 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q747247 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n  }\n  VALUES(?lang ?order) {(\"fr\" 1)(\"en\" 2)(\"de\" 3)(\"it\" 4)\n  }\n  FILTER(LANG(?label) = ?lang)\n}\nORDER BY ?order", "paraphrases": ["What are the names of the Conference pear in French, English, German, and Italian, and what is its image and corresponding French Wikipedia article?", "Show me the labels of the Conference pear in French, English, German, and Italian, sorted by that order, along with its image and the link to its French Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q747247> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q747247> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q747247> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q747247> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_2196", "question": "What are the hierarchical \"instance of\" classifications of civil war, and what are those classifications instances of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class ?classLabel ?superclass WHERE {\n  wd:Q8465 wdt:P31 * ?class .\n  OPTIONAL {\n    ?class wdt:P31 ?superclass .\n  }\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}", "paraphrases": ["Show the chain of abstract types that civil war belongs to, and what each type is an instance of.", "What higher-level ontological categories does civil war fall under, and what are those categories instances of?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q8465> <http://www.wikidata.org/prop/direct/P31> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2197", "question": "Subclasses of war", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q198 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nORDER BY ASC(?subclassLabel)", "paraphrases": ["What are the different types of war, including specific forms like civil war or world war?", "List all known types and forms of war, such as civil war or colonial war, in alphabetical order."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q198> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_2198", "question": "List 200 films with English labels from Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nORDER BY ASC(?film)\nLIMIT 200", "paraphrases": ["What are 200 examples of films in Wikidata that have English titles?", "Please provide a list of 200 films, showing their English titles, from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 170000"}}
{"id": "val_2199", "question": "What properties are used to describe the film \"Lovelace\" (2013), and what are their English labels and descriptions?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  VALUES ?property {\n    wd:P31 wd:P1476 wd:P577 wd:P921 wd:P646 wd:P495 wd:P856 wd:P136 wd:P161 wd:P345\n  }\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Show the English labels and descriptions of all properties associated with the movie Lovelace.", "Which properties describe the film Lovelace, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q3072040> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_2200", "question": "Which French institutions have Twitter handles CNRS, ENSIBS, LeMansUniv, UnivAngers, UnivNantes, or MT180FR?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?institution ?twitterHandle WHERE {\n  VALUES ?twitterHandle {\n    \"CNRS\" \"ENSIBS\" \"LeMansUniv\" \"UnivAngers\" \"UnivNantes\" \"MT180FR\"\n  }\n  ?institution wdt:P2002 ?twitterHandle .\n}", "paraphrases": ["What are the institutions on Wikidata that use the Twitter usernames CNRS, ENSIBS, LeMansUniv, UnivAngers, UnivNantes, or MT180FR?", "List the institutions associated with the Twitter accounts CNRS, ENSIBS, LeMansUniv, UnivAngers, UnivNantes, and MT180FR."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"CNRS\" ) ( \"string3\" ) ( \"ENSIBS\" ) ( \"string4\" ) ( \"string5\" ) ( \"OrangeHDF\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"RactMadoux\" ) ( \"jacquetluc\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"UnivNantes\" ) ( \"LeMansUniv\" ) ( \"UnivAngers\" ) ( \"MT180FR\" ) ( \"docteo_net\" ) ( \"lesIUT\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"compositic\" ) ( \"VIPEVANNES\" ) ( \"BlobEnjeu\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) } }"}}
{"id": "val_2201", "question": "Battles during World War II with start and end dates", "sparql": "SELECT DISTINCT ?battle ?battleLabel ?startTime ?endTime WHERE { ?battle wdt:P361 wd:Q362 ; wdt:P31/wdt:P279* wd:Q178561 ; wdt:P580 ?startTime ; wdt:P582 ?endTime . ?battle rdfs:label ?battleLabel . FILTER(LANG(?battleLabel) = \"en\") }", "paraphrases": ["Which battles occurred during World War II, and when did they start and end?", "List the English names of all battles and military operations in World War II along with their start and end dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( ( ?var2 - ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q362> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q178561> ; <http://www.wikidata.org/prop/direct/P580> ?var3 ; <http://www.wikidata.org/prop/direct/P582> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2202", "question": "Which French research institutions have Twitter accounts, and what are their usernames, ordered by how many Wikipedia pages they have?", "sparql": "SELECT ?item ?twitter WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"CNRS\" \"Inria\" \"Cirad\" } } ORDER BY ASC(wikibase:sitelinks)", "paraphrases": ["What are the Twitter handles of CNRS, Inria, and Cirad on Wikidata, sorted by the number of Wikipedia language editions they appear in?", "List the Twitter usernames for CNRS, Inria, and Cirad from Wikidata, ordered by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"PnCevennes\" ) ( \"EchoSciSud\" ) ( \"ird_fr\" ) ( \"Cirad\" ) ( \"string3\" ) ( \"CNRS\" ) ( \"string4\" ) ( \"Inria\" ) ( \"string5\" ) ( \"INPN_MNHN\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2203", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0303353?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?item .\n  FILTER(?imdbId = \"tt0303353\")\n  {\n    ?wikipediaPage schema:inLanguage \"en\"\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the film 'The Kid Stays in the Picture'?", "Show me the Wikipedia links in English or German for the movie identified by IMDb ID tt0303353."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0303353\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2204", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2388715?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page ?imdbId WHERE {\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  FILTER(?imdbId = \"tt2388715\")\n}", "paraphrases": ["Show me the language versions of the Wikipedia pages about the film 'Oculus' and its IMDb identifier.", "Which language editions of Wikipedia and Commons are linked to the movie Oculus (IMDb: tt2388715)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2388715\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2205", "question": "Who are the female inventors and what did they invent?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?inventor ?inventorLabel ?invention ?inventionLabel WHERE {\n  ?invention wdt:P61 ?inventor .\n  ?inventor wdt:P31 wd:Q5 .\n  ?inventor wdt:P21 wd:Q6581072 .\n  ?inventor rdfs:label ?inventorLabel .\n  ?invention rdfs:label ?inventionLabel .\n  FILTER ( LANG( ?inventorLabel ) = \"en\" ) FILTER ( LANG( ?inventionLabel ) = \"en\" )\n}", "paraphrases": ["List the names of women who discovered or invented something, along with the inventions they created.", "Which female humans have been credited as discoverers or inventors in Wikidata, and what are the names of their discoveries?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/P5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P61> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2206", "question": "Films in Wikidata with English labels", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are some films listed in Wikidata with their English titles?", "Show me up to 200 films from Wikidata along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 121200"}}
{"id": "val_2207", "question": "What are the properties of the Battle of Nancy, along with their English labels, the number of values each has, and the English labels of those values?", "sparql": "SELECT ?property (SAMPLE(?propertyLabel) AS ?label) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q767510 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\") .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\") .\n}\nGROUP BY ?property", "paraphrases": ["Show me a summary of the Battle of Nancy\u2019s data: for each property, list its English name, how many values it has, and what those values are called in English.", "Can you list all the English-labeled properties and their values for the Battle of Nancy, including how many values each property has?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q767510> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_2208", "question": "What is the Latvian name and coordinates of the town that was the administrative center of the former Il\u016bkste Municipality?", "sparql": "SELECT ?place ?placeLabel ?coord WHERE { wd:Q580373 wdt:P131 wd:Q97230083 . wd:Q580373 wdt:P625 ?coord . wd:Q580373 rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"lv\") }", "paraphrases": ["Show me the location and Latvian label of Il\u016bkste town, which is now part of Aug\u0161daugava Municipality.", "Where is Il\u016bkste located, and what is its name in Latvian?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q2025473> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/P1435> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"lv\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"lv,en,lv\". } } GROUP BY ?var1 ?var1Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_2209", "question": "What is the most specific shared superclass of Hungary and Facebook?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common_ancestor WHERE {\n  wd:Q28 wdt:P31 ?h_class .\n  wd:Q355 wdt:P31 ?f_class .\n  ?h_class wdt:P279 * ?common_ancestor .\n  ?f_class wdt:P279 * ?common_ancestor .\n}\nORDER BY ?common_ancestor\nLIMIT 1", "paraphrases": ["What do Hungary and Facebook have in common in terms of their ontological classification?", "What is the lowest common ancestor in the subclass hierarchy between Hungary and Facebook?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2210", "question": "What are the official titles of all films and their subclasses in their original languages?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?officialTitle WHERE {\n  ?film ( wdt:P31 / wdt:P279 * ) wd:Q11424 .\n  ?film wdt:P1448 ?officialTitle .\n}", "paraphrases": ["Can you list the original language titles of movies and cinematic works from Wikidata?", "Show me the native titles of films, including any subtypes of film, as stored in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . }"}}
{"id": "val_2211", "question": "How many works cite Ga\u00ebl Varoquaux\u2019s publications, and how many of those are self-citations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( DISTINCT ?citingWork ) AS ?citationCount ) ?hasSelfCitation WHERE {\n  ?work wdt:P50 wd:Q28269682 .\n  ?citingWork wdt:P2860 ?work .\n  BIND( IF( EXISTS {\n    ?citingWork wdt:P50 wd:Q28269682\n  }\n  , \"yes\" , \"no\" ) AS ?hasSelfCitation )\n}\nGROUP BY ?hasSelfCitation", "paraphrases": ["Do any of the works that cite Ga\u00ebl Varoquaux also have him as an author? If so, how many?", "Show me the total number of works citing Ga\u00ebl Varoquaux\u2019s research, broken down by whether they are self-citations or not."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28269682> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28269682> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_2212", "question": "What properties are used in the film Justice League (2017), along with their English labels, the English labels of their values, and its image?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel ?image WHERE {\n  wd:Q20501835 ?property ?value .\n  ?propEntity wikibase:directClaim ?property .\n  ?propEntity rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q20501835 wdt:P18 ?image .\n  }\n}\nORDER BY ?property ?value\nLIMIT 1000", "paraphrases": ["Can you list all the properties associated with the 2017 film Justice League, including their English names, the English names of the things they point to, and whether there\u2019s an image available?", "Please show me the properties of the movie Justice League (2017), their English labels, the English labels of the entities they link to, and the film\u2019s image if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q20501835> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q20501835> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_2213", "question": "English-labeled films", "sparql": "SELECT DISTINCT ?film WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?label . FILTER (LANG(?label) = \"en\") . } LIMIT 10", "paraphrases": ["What are some films with English titles?", "Show me up to 10 films that have English labels."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 ?var2 ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } LIMIT 10"}}
{"id": "val_2214", "question": "Wikidata items with Twitter usernames elonmusk, jack, taylorswift13, or NASA, ordered by number of Wikipedia articles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?sitelink) AS ?sitelinks) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?wiki) , \"https://\"))\n  .\n  VALUES ?username {\n    \"elonmusk\" \"jack\" \"taylorswift13\" \"NASA\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinks)", "paraphrases": ["Which Wikidata items have the Twitter usernames \"elonmusk\", \"jack\", \"taylorswift13\", or \"NASA\", and how many Wikipedia pages are linked to each?", "Show me the Wikidata entities for the Twitter accounts elonmusk, jack, taylorswift13, and NASA, along with the count of their Wikipedia sitelinks, sorted by the smallest number first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"diver701\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"RTxxlslave\" ) ( \"rumandruin\" ) ( \"string5\" ) ( \"string6\" ) ( \"rtsucker\" ) ( \"RTPork\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"jubunnyeon\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2215", "question": "All properties and values for the film Reap the Wild Wind.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q31971 ?property ?value .\n}", "paraphrases": ["What are all the properties and their values associated with the 1942 film Reap the Wild Wind?", "List everything known about the movie Reap the Wild Wind in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q31971> ?var1 ?var2 . <http://www.wikidata.org/entity/Q31971> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_2216", "question": "What is the most specific class that both Iris Chang and Paul Simon are instances of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q234338 wdt:P31 ?c1 .\n  wd:Q4028 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?commonSuperclass .\n  ?c2 wdt:P279 * ?commonSuperclass .\n  FILTER ( ?commonSuperclass = wd:Q5 )\n}", "paraphrases": ["What is the lowest common ancestor in the Wikidata taxonomy for Iris Chang and Paul Simon?", "What category do Iris Chang and Paul Simon both belong to at the most specific level?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234338> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4028> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2217", "question": "What are the Portuguese names for the genres that comedy film belongs to?", "sparql": "SELECT ?subclass ?label WHERE { wd:Q157443 wdt:P279 ?subclass . ?subclass rdfs:label ?label . FILTER (LANG(?label) = \"pt\") }", "paraphrases": ["In Portuguese, what are the broader categories that comedy film is a subclass of?", "How do you say the parent genres of comedy film in Portuguese?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q157443> <http://www.wikidata.org/prop/direct/P279> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"pt\" ) ) ) . } LIMIT 50"}}
{"id": "val_2218", "question": "What events have participants, and who are they?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?event ?eventLabel ?participant ?participantLabel WHERE {\n  ?event wdt:P31 / wdt:P279 * wd:Q1656682 ; wdt:P710 ?participant .\n  ?event rdfs:label ?eventLabel .\n  ?participant rdfs:label ?participantLabel .\n  FILTER(LANG(?eventLabel) = 'en')\n  .\n  FILTER(LANG(?participantLabel) = 'en')\n  .\n}\nLIMIT 10", "paraphrases": ["Can you list events and their participants in English?", "Which people participated in which events, based on Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2761147> ; <http://www.wikidata.org/entity/P710> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2219", "question": "Which Wikidata items have Twitter/X usernames including elonmusk, SpaceX, EFF, AdobeXD, Wikimedia, cstross, ash_crow, samleecole, Mandinka_X, KelamWiki, or hatonjan?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?handle WHERE {\n  ?item wdt:P2002 ?handle .\n  VALUES ?handle {\n    \"elonmusk\" \"SpaceX\" \"EFF\" \"AdobeXD\" \"Wikimedia\" \"tds153\" \"cstross\" \"ash_crow\" \"Mandinka_X\" \"mspowahs\" \"KelamWiki\" \"hatonjan\" \"samleecole\"\n  }\n}\nORDER BY ?handle", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter/X handles like \"elonmusk\", \"SpaceX\", or \"EFF\"?", "List the Wikidata entities and their Twitter/X usernames for the handles: elonmusk, SpaceX, EFF, AdobeXD, Wikimedia, cstross, ash_crow, samleecole, Mandinka_X, KelamWiki, and hatonjan."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"sarahjeong\" ) ( \"algoritmic\" ) ( \"string1\" ) ( \"a_ka_es\" ) ( \"string2\" ) ( \"sunbains\" ) ( \"Rekrut_K\" ) ( \"FDJ_Sport\" ) ( \"FDJ\" ) ( \"PoulpyWP\" ) ( \"string3\" ) ( \"Volker_E\" ) ( \"string4\" ) ( \"nirzardp\" ) ( \"_stk\" ) ( \"Wikimedia\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"ash_crow\" ) ( \"string11\" ) ( \"Aelmaire\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"mspowahs\" ) ( \"Mandinka_X\" ) ( \"cstross\" ) ( \"elonmusk\" ) ( \"SpaceX\" ) ( \"tds153\" ) ( \"EFF\" ) ( \"AdobeXD\" ) ( \"string16\" ) ( \"edzitron\" ) ( \"string17\" ) ( \"Walldo\" ) ( \"K_rho\" ) ( \"string18\" ) ( \"string19\" ) ( \"meakoopa\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"KelamWiki\" ) ( \"hatonjan\" ) ( \"samleecole\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2220", "question": "Image of Gaspar Flores de Abrego (SNAC ARK ID w6126g0w)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6126g0w\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Gaspar Flores de Abrego, identified by the SNAC ARK ID w6126g0w?", "Please return the Wikimedia Commons image associated with the person having SNAC ARK ID w6126g0w."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6126g0w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2221", "question": "What is the most specific category that both Bruce Arians' and Neil Portnow's occupations belong to?", "sparql": "SELECT ?common WHERE {\n  wd:Q4046340 wdt:P106 ?occ1 .\n  wd:Q6989165 wdt:P106 ?occ2 .\n  ?occ1 wdt:P279* ?common .\n  ?occ2 wdt:P279* ?common .\n  FILTER NOT EXISTS {\n    ?other wdt:P279* ?common .\n    wd:Q4046340 wdt:P106 ?o1 .\n    ?o1 wdt:P279* ?other .\n    wd:Q6989165 wdt:P106 ?o2 .\n    ?o2 wdt:P279* ?other .\n    FILTER(?other != ?common)\n  }\n}\nLIMIT 1", "paraphrases": ["What is the common superclass in Wikidata's taxonomy that connects the occupations of Bruce Arians and Neil Portnow?", "Find the lowest-level class in the subclass hierarchy that includes all occupations of Bruce Arians and Neil Portnow."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6989165> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2222", "question": "What is the most specific common ancestor class of Reuters and Iceland in the Wikidata taxonomy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( MIN( ?dist1 ) + MIN( ?dist2 ) AS ?totalDist ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( * ) AS ?dist1 ) WHERE {\n      wd:Q130879 wdt:P31 ?c1 .\n      ?c1 wdt:P279 + ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( * ) AS ?dist2 ) WHERE {\n      wd:Q189 wdt:P31 ?c2 .\n      ?c2 wdt:P279 + ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nGROUP BY ?ancestor\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["Which entity is the closest shared superclass of both Reuters and Iceland, based on their type hierarchies?", "Find the common ancestor in the subclass hierarchy that minimizes the sum of distances from Reuters and Iceland."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q130879> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2223", "question": "Image of the person with SNAC ARK ID w6hc1x52", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6hc1x52\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Neil Patrick Harris in Wikidata?", "Can you find the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6hc1x52?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hc1x52\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2224", "question": "Which Wikidata entities have the Twitter usernames 'jsamwrites', 'UNESCO', or '999Share'?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"jsamwrites\" \"UNESCO\" \"999Share\" } }", "paraphrases": ["Does UNESCO have an official X (Twitter) account, and what are the other entities with usernames 'jsamwrites' or '999Share'?", "Show me the Wikidata items that use 'jsamwrites', 'UNESCO', or '999Share' as their X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"jsamwrites\" ) ( \"UNESCO\" ) ( \"999Share\" ) } }"}}
{"id": "val_2225", "question": "What is the English Wikipedia page for the film with IMDb ID tt0300983?", "sparql": "SELECT ?item ?wikipediaPage ?imdbId ?itemLabel WHERE { ?item wdt:P345 \"tt0300983\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } BIND(\"tt0300983\" AS ?imdbId) ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me the title and Wikipedia link of the movie identified by IMDb ID tt0300983, in English or German.", "Find the English label and corresponding Wikipedia page for the film that has the IMDb identifier tt0300983."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0300983\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2226", "question": "Which entities have Twitter usernames \"BarackObama\", \"Google\", or \"librarycongress\", and how many Wikipedia articles are linked to each?", "sparql": "SELECT ?entity ?twitterUsername (COUNT(?sitelink) AS ?sitelinks) WHERE { ?entity wdt:P2002 ?twitterUsername . ?sitelink schema:about ?entity . VALUES ?twitterUsername { \"BarackObama\" \"Google\" \"librarycongress\" } } GROUP BY ?entity ?twitterUsername ORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Wikipedia sitelink counts for the entities with Twitter accounts @BarackObama, @Google, and @librarycongress?", "List the entities with Twitter usernames BarackObama, Google, or librarycongress, sorted by the number of Wikipedia pages linked to them, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Lilly0400\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"wayne2274\" ) ( \"string4\" ) ( \"string5\" ) ( \"suprshok\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"fineanal\" ) ( \"ButtBust\" ) ( \"AssReFocus\" ) ( \"AssStar_0_\" ) ( \"string13\" ) ( \"WhoIsSBK2\" ) ( \"string14\" ) ( \"LP_FANATIC\" ) ( \"bankai_77\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2227", "question": "Which Wikidata entities have Twitter handles like FFF, Paris2024, or ffhandball, and how many Wikipedia sitelinks do they have?", "sparql": "SELECT ?item ?handle (COUNT(?site) AS ?sitelinks) WHERE { ?item wdt:P2002 ?handle . ?site schema:about ?item ; schema:isPartOf ?wiki . VALUES ?handle { \"Paris2024\" \"ffhandball\" \"FFF\" \"FIFAWWC\" \"canalplus\" \"TonyYoka\" \"AFPSport\" \"FFNatation\" \"FF_Boxe\" \"STOMPNYC\" \"ChBeauvais\" \"jeromesapo\" \"gatienjp\" } } GROUP BY ?item ?handle ORDER BY ASC(?sitelinks)", "paraphrases": ["Can you list the organizations and people on Wikidata with Twitter usernames such as FFF, FIFAWWC, or canalplus, sorted by how popular they are based on the number of Wikipedia pages about them?", "Show me the Wikidata items that use Twitter handles including FFF, Paris2024, and ffhandball, along with their sitelink counts, ordered from least to most popular."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Paris2024\" ) ( \"gatienjp\" ) ( \"string4\" ) ( \"_Bercy_\" ) ( \"string5\" ) ( \"string6\" ) ( \"FFNatation\" ) ( \"AFPSport\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"jeromesapo\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"HovineYann\" ) ( \"string17\" ) ( \"ffhandball\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"TonyYoka\" ) ( \"string23\" ) ( \"string24\" ) ( \"canalplus\" ) ( \"FF_Boxe\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"Stimium\" ) ( \"string28\" ) ( \"string29\" ) ( \"FFF\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"string35\" ) ( \"FIFAWWC\" ) ( \"string36\" ) ( \"string37\" ) ( \"STOMPNYC\" ) ( \"ChBeauvais\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2228", "question": "List battles with their location, start and end dates, and the war they were part of.", "sparql": "SELECT ?battle ?battleLabel ?locationLabel ?startTime ?endTime ?war ?warLabel WHERE { ?battle wdt:P31 wd:Q178561 . ?battle rdfs:label ?battleLabel . FILTER (LANG(?battleLabel) = \"en\") . OPTIONAL { ?battle wdt:P276 ?location . ?location rdfs:label ?locationLabel . FILTER (LANG(?locationLabel) = \"en\") . } { ?battle wdt:P585 ?startTime . } UNION { ?battle wdt:P580 ?startTime . } { ?battle wdt:P582 ?endTime . } UNION { ?battle wdt:P585 ?endTime . } OPTIONAL { ?battle wdt:P361 ?war . ?war rdfs:label ?warLabel . FILTER (LANG(?warLabel) = \"en\") . } }", "paraphrases": ["What are the battles, their locations, when they occurred, and which wars they belonged to?", "Show me a list of battles, including where they took place, when they started and ended, and which larger conflict they were part of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9 ?var9Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P361> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . FILTER ( ( ( LANG ( ?var9Label ) = \"en\" ) ) ) . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P276> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var5 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } { ?var2 <http://www.wikidata.org/prop/direct/P585> ?var7 . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P580> ?var7 . } { ?var2 <http://www.wikidata.org/prop/direct/P582> ?var8 . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P585> ?var8 . } }"}}
{"id": "val_2229", "question": "What is the most specific common superclass of the classes to which Seoul and Iceland belong?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q8684 wdt:P31 ?class1 .\n  wd:Q189 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?ancestor .\n  ?class2 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}\nORDER BY ASC(?ancestor)\nLIMIT 1", "paraphrases": ["Find the most specific shared ancestor in the subclass hierarchy between the class of Seoul and the class of Iceland.", "What is the lowest-level category that both Seoul and Iceland are instances of, in terms of their class hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2230", "question": "What is the most specific shared superclass between NATO and Thane Maynard in the Wikidata ontology?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q5 wdt:P279* ?commonAncestor . wd:Q7184 wdt:P31 ?natoType . ?natoType wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY STRLEN(STR(?label)) LIMIT 1", "paraphrases": ["Which class is the closest common ancestor of NATO and the human Thane Maynard via the subclass hierarchy?", "Find the shortest-labeled common superclass that connects NATO and Thane Maynard through their types in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7184> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7710240> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2231", "question": "What was created, published, discovered, or officially opened on July 31, 1992?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1992-07-31T00:00:00Z\"^^xsd:dateTime && ?date <= \"1992-07-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which items had their inception, publication, discovery, or official opening on July 31, 1992?", "List all entities that came into existence, were released, or were inaugurated on July 31, 1992."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1992-07-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1992-07-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2232", "question": "What is the most specific category that both South Korea and Donald Trump belong to through their class hierarchies?", "sparql": "SELECT ?commonSuperclass WHERE { { wd:Q884 wdt:P31 ?class1 . ?class1 wdt:P279* ?commonSuperclass . FILTER(?commonSuperclass != ?class1) } UNION { wd:Q22686 wdt:P31 ?class2 . ?class2 wdt:P279* ?commonSuperclass . FILTER(?commonSuperclass != ?class2) } } GROUP BY ?commonSuperclass HAVING (COUNT(*) = 2) ORDER BY ?commonSuperclass LIMIT 1", "paraphrases": ["Which abstract concepts are common superclasses of both South Korea and Donald Trump in Wikidata\u2019s ontology?", "Find the top-level category shared by South Korea and Donald Trump based on their class relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2233", "question": "List 100 films from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film WHERE {\n  ?film wdt:P31 wd:Q11424 .\n}\nLIMIT 100", "paraphrases": ["What are some examples of films in Wikidata?", "Can you show me a list of 100 films stored in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3914> . } LIMIT 100"}}
{"id": "val_2234", "question": "What is the most specific shared category that connects the NAACP and Aroldis Chapman in Wikidata's ontology?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?lca ?lcaLabel WHERE {\n  wd:Q502044 wdt:P31 ?type1 .\n  wd:Q1133513 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?lca .\n  ?type2 wdt:P279 * ?lca .\n  ?lca rdfs:label ?lcaLabel .\n  FILTER(LANG(?lcaLabel) = \"en\")\n  FILTER(?lca != wd:Q35120)\n}\nORDER BY DESC(?lca)\nLIMIT 1", "paraphrases": ["What is the highest-level concept that both the NAACP (as an organization) and Aroldis Chapman (as a human) belong to?", "What philosophical category encompasses both nonprofit organizations and humans in Wikidata's classification system?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q502044> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1133513> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2235", "question": "What are all the films listed in Wikidata?", "sparql": "SELECT ?film WHERE { ?film wdt:P31 wd:Q11424 . }", "paraphrases": ["List all entities that are classified as films.", "Show me all movie items in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2236", "question": "How many events occur at different frequencies (e.g., daily, yearly) based on their interval values in Wikidata?", "sparql": "SELECT ?var1 ( COUNT(*) AS ?count ) WHERE { ?item p:P2257 ?statement . ?statement ps:P2257 ?amount . FILTER( isNumeric(?amount) ) BIND( IF( ?amount < 1.0, \"<1\", STRLEN( STR( xsd:integer( ?amount ) ) ) ) AS ?var1 ) } GROUP BY ?var1 ORDER BY ASC( ?var1 ) LIMIT 100", "paraphrases": ["What is the distribution of event intervals in Wikidata, grouped by the number of digits in their integer values (e.g., 1-digit = 1\u20139, 2-digit = 10\u201399)?", "Show me how many events have intervals less than 1, and how many have intervals with 1, 2, 3, or 4 digits in their integer part."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { BIND ( STRLEN ( STR ( ROUND ( ?var2 ) ) ) AS ?var4 ). BIND ( IF ( ( ?var2 < \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<1\", ?var4 ) AS ?var1 ). ?var5 <http://www.wikidata.org/prop/direct/P2257> ?var2 . } GROUP BY ?var1 ORDER BY ASC( ?var1 ) LIMIT 100"}}
{"id": "val_2237", "question": "What is the most recent population of each county in England, and in which year was it recorded?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?countyLabel ?year ?population WHERE {\n  {\n    SELECT ?county ( MAX( ?date ) AS ?maxDate ) WHERE {\n      ?county ( wdt:P31 / wdt:P279 * ) wd:Q171809 .\n      ?county p:P1082 ?statement .\n      ?statement pq:P585 ?date .\n    }\n    GROUP BY ?county\n  }\n  ?county p:P1082 ?statement .\n  ?statement ps:P1082 ?population ; pq:P585 ?maxDate .\n  OPTIONAL {\n    ?county rdfs:label ?countyLabel .\n    FILTER ( LANG( ?countyLabel ) = \"en\" )\n  }\n  BIND( YEAR( ?maxDate ) AS ?year )\n}\nORDER BY ?countyLabel", "paraphrases": ["Show the latest population figures for English counties along with the year of the data.", "For each county in England, what was the population in its most recent recorded year?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( YEAR ( ?var3 ) AS ?var1 ). ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q171809> . ?var4 <http://www.wikidata.org/prop/P1082> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1082> ?var2 ; <http://www.wikidata.org/prop/qualifier/P585> ?var3 . FILTER ( ( NOT EXISTS { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q171809> . ?var4 <http://www.wikidata.org/prop/P1082> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P1082> ?var7 ; <http://www.wikidata.org/prop/qualifier/P585> ?var8 . FILTER ( ( ( ?var8 > ?var3 ) ) ) . } ) ) . } GROUP BY ?var1 ?var2"}}
{"id": "val_2238", "question": "What historical events, works, or equipment entered service or had their first performance in 1705?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  {\n    ?item wdt:P585 ?date\n  } UNION {\n    ?item wdt:P729 ?date\n  } UNION {\n    ?item wdt:P1191 ?date\n  }\n  .\n  FILTER(?date >= \"1705-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1705-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["List all items from Wikidata that occurred or were first performed in the year 1705.", "Which plays, battles, or scientific developments took place in 1705?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1705-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1705-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2239", "question": "Russian-labeled objects and properties associated with the film Quantum of Solace", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?propertyLabel ?value ?valueLabel ?image WHERE {\n  wd:Q181540 ?property ?value .\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n  }\n  ?value rdfs:label ?valueLabel .\n  OPTIONAL {\n    ?value wdt:P18 ?image .\n  }\n  FILTER(LANG(?valueLabel) = \"ru\")\n}\nORDER BY ASC(?property) ASC(?value)\nLIMIT 1000", "paraphrases": ["What are the Russian-language labels of the entities related to the film Quantum of Solace, and what properties connect them?", "Show me all the Russian-labeled values connected to Quantum of Solace, along with their property names and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q181540> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q181540> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_2240", "question": "Events with start and end dates in Wikidata", "sparql": "SELECT DISTINCT ?event ?eventLabel ?start ?end WHERE { ?event wdt:P31 wd:Q1656682 . ?event wdt:P580 ?start . ?event wdt:P582 ?end . OPTIONAL { ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } }", "paraphrases": ["Which events have both a start time and an end time recorded in Wikidata?", "List events along with their start and end times from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( ( ?var2 - ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q1190554> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2241", "question": "All subclasses of film in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?filmSubclass ?label WHERE {\n  ?filmSubclass wdt:P279 * wd:Q11424 .\n  OPTIONAL {\n    ?filmSubclass rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}", "paraphrases": ["What are the different types of films, categorized by subgenre or category, in English?", "List all film subgenres and their English labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_2242", "question": "What is the most specific category that both Afghanistan and San Jos\u00e9, Costa Rica belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  wd:Q889 wdt:P31 ?type1 .\n  wd:Q3070 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * wd:Q56061 .\n  ?type2 wdt:P279 * wd:Q56061 .\n  wd:Q56061 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What common administrative category do Afghanistan and San Jos\u00e9 share?", "What is the highest-level shared classification between Afghanistan and San Jos\u00e9, Costa Rica?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3070> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2243", "question": "What is the most specific category that both a human and a city belong to in Wikidata?", "sparql": "SELECT ?commonAncestor ?commonAncestorLabel WHERE { wd:Q5 wdt:P279* ?commonAncestor . wd:Q515 wdt:P279* ?commonAncestor . OPTIONAL { ?commonAncestor rdfs:label ?commonAncestorLabel . FILTER(LANG(?commonAncestorLabel) = \"en\") } } ORDER BY DESC(?commonAncestorLabel) LIMIT 1", "paraphrases": ["What shared class encompasses both people and cities according to Wikidata's ontology?", "Find the most specific common superclass of humans and cities in the Wikidata knowledge graph."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q367634> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2244", "question": "Events that occurred in 1793", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event ( wdt:P585 | wdt:P729 | wdt:P1191 ) ?date .\n  FILTER ( ?date >= \"1793-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1793-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["What events took place in the year 1793?", "List all historical events, military engagements, or cultural premieres that happened in 1793, based on their recorded date of occurrence, service entry, or first performance."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1793-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1793-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2245", "question": "What are the Twitter accounts of NASA's Hubble Telescope and Neil deGrasse Tyson, and how many Wikipedia pages link to each?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item ; schema:isPartOf ?site .\n  VALUES ?username {\n    \"NASAHubble\" \"neiltyson\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["Which of the Twitter accounts @NASAHubble and @neiltyson has more Wikipedia articles about them, and how many are there?", "List the entities with Twitter usernames \"NASAHubble\" or \"neiltyson\" sorted by how many language versions of Wikipedia have articles about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"NASAHubble\" ) ( \"neiltyson\" ) ( \"Kormin_\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2246", "question": "What is the most specific category that both Mike Neu and Luke Harding belong to?", "sparql": "SELECT ?class WHERE { wd:Q6848177 wdt:P31 ?class . wd:Q6702023 wdt:P31 ?class . }", "paraphrases": ["What class do Mike Neu and Luke Harding have in common as their direct type?", "What is the shared superclass of the American baseball player Mike Neu and the British journalist Luke Harding?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6848177> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6702023> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2247", "question": "Which entities have Twitter handles \"BarackObama\", \"BBCNews\", or \"CNN\", and how many Wikipedia language versions do they have?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?handle ?sitelinkCount WHERE {\n  VALUES ?handle {\n    \"BarackObama\" \"BBCNews\" \"CNN\"\n  }\n  ?item wdt:P2002 ?handle .\n  {\n    SELECT ?item ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n      ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n    }\n    GROUP BY ?item\n  }\n}\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["What are the Twitter accounts for Barack Obama, BBC News, and CNN, and which one has the fewest Wikipedia language editions?", "List the entities corresponding to the Twitter handles \"BarackObama\", \"BBCNews\", and \"CNN\", sorted by the number of Wikipedia language versions they appear on."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"tmctv\" ) ( \"tsamere\" ) ( \"string3\" ) ( \"string4\" ) ( \"Juli1RonD\" ) ( \"ELLEfrance\" ) ( \"loftstory\" ) ( \"string5\" ) ( \"waxxgyver\" ) ( \"string6\" ) ( \"Herev89\" ) ( \"France5tv\" ) ( \"string7\" ) ( \"LinoTreize\" ) ( \"string8\" ) ( \"BFMTV\" ) ( \"string9\" ) ( \"libe\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"ornikkar\" ) ( \"string14\" ) ( \"string15\" ) ( \"GLouvin\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2248", "question": "What items were created, published, discovered, or officially opened on September 7, 2017?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"2017-09-07T00:00:00Z\"^^xsd:dateTime && ?date <= \"2017-09-07T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities on Wikidata have a date of inception, publication, discovery, or official opening on September 7, 2017?", "Show me all works, projects, or organizations that were launched, published, or discovered on September 7, 2017."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"2017-09-07T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2017-09-07T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2249", "question": "Is the film \"Solsidan\" classified as a film in Wikidata?", "sparql": "ASK WHERE { wd:Q43128623 ( wdt:P31 / wdt:P279* ) wd:Q11424 . }", "paraphrases": ["Does Solsidan belong to the category of films or any of their subclasses?", "Is Solsidan a movie according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q43128623> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2250", "question": "Which companies have Twitter accounts on Wikidata, and how many Wikipedia articles are about them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter ( COUNT( ?site ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"Bpifrance\" \"WeWork\" \"DUNOD\" \"SAFRAN\"\n  }\n  ?site schema:about ?item ; schema:isPartOf ?wikipedia .\n  FILTER ( STRSTARTS( STR( ?wikipedia ) , \"https://\" ) )\n}\nGROUP BY ?item ?twitter\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["What are the Twitter handles of companies like Bpifrance, WeWork, DUNOD, and SAFRAN, and how many Wikipedia language editions cover each?", "List the Twitter usernames and the number of Wikipedia articles for Bpifrance, WeWork, DUNOD, and SAFRAN, sorted by the number of articles from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"treygagne\" ) ( \"philrod\" ) ( \"robin24h00\" ) ( \"WeWork\" ) ( \"DUNOD\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"tsahaghian\" ) ( \"string6\" ) ( \"CityScoot\" ) ( \"BFleurose\" ) ( \"string7\" ) ( \"string8\" ) ( \"SAFRAN\" ) ( \"string9\" ) ( \"Bpifrance\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2251", "question": "What events happened on February 7, 1965?", "sparql": "SELECT DISTINCT ?event WHERE { ?event (wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date . FILTER ( ?date >= \"1965-02-07T00:00:00Z\"^^xsd:dateTime && ?date <= \"1965-02-07T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which performances, spacecraft launches, military incidents, or other events are recorded as occurring on February 7, 1965, in Wikidata?", "List all entities in Wikidata that have a timestamp (such as first performance, service entry, or first flight) on February 7, 1965."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1965-02-07T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1965-02-07T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2252", "question": "What is the most specific biological category that both Rihanna and Donald Trump belong to, based on their class hierarchies?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q36844 wdt:P31 ?class1 .\n      ?class1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q22686 wdt:P31 ?class2 .\n      ?class2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which common superclass, reached via subclass relationships, minimizes the total number of steps from the classes of Rihanna and Donald Trump?", "Find the least specific shared ancestor class in the taxonomy of Rihanna and Donald Trump, measured by the sum of subclass steps from their respective types."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36844> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2253", "question": "Events that occurred in January 1985", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ?date .\n  FILTER(?date >= \"1985-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1985-01-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["What events took place in January 1985, such as launches, performances, or service entries?", "List all events in Wikidata that happened in January 1985, including first flights, spacecraft launches, elections, or premieres."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1985-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1985-01-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2254", "question": "Films with genres excluding shorts, TV episodes, fan films, and concert films.", "sparql": "SELECT ?film ?genre WHERE { ?film wdt:P31 wd:Q11424 ; wdt:P136 ?genre . MINUS { ?film wdt:P31 ?excluded . VALUES ?excluded { wd:Q24862 wd:Q430525 wd:Q653916 wd:Q21191270 wd:Q677466 wd:Q1067324 wd:Q1268687 wd:Q1933746 wd:Q1935609 wd:Q2301591 wd:Q2903140 wd:Q18539720 wd:Q20366042 } } }", "paraphrases": ["What are the feature films that have a genre but are not short films, TV episodes, fan films, or other non-theatrical types?", "List all mainstream feature films along with their genres, excluding TV-related, short, and niche film types like fan films or exploitation films."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/entity/P1258> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24862> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q430525> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q653916> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q677466> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1067324> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1268687> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1933746> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1935609> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2301591> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2903140> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18539720> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q20366042> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2255", "question": "What is the type of the film Kick-Ass, and what are its broader categories?", "sparql": "SELECT ?type ?typeLabel ?superclass WHERE { wd:Q2201 wdt:P31 ?type . OPTIONAL { ?type wdt:P279 ?superclass . } OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } }", "paraphrases": ["Types and superclasses of Kick-Ass movie.", "Show me what kind of thing Kick-Ass is and what broader categories that type belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q2201> <http://www.wikidata.org/prop/direct/P31> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2256", "question": "Sculptors who died between 1501 and 1599, including their birth and death places with coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT DISTINCT ?sculptor ?sculptorLabel ?dateOfBirth ?dateOfDeath ?placeOfBirth ?placeOfBirthLabel ?placeOfDeath ?placeOfDeathLabel ( CONCAT ( STR( ?latBirth ) , \", \" , STR( ?longBirth ) ) AS ?birthCoordinates ) ( CONCAT ( STR( ?latDeath ) , \", \" , STR( ?longDeath ) ) AS ?deathCoordinates ) WHERE {\n  ?sculptor wdt:P106 wd:Q1281618 ; wdt:P569 ?dateOfBirth ; wdt:P570 ?dateOfDeath ; wdt:P19 ?placeOfBirth ; wdt:P20 ?placeOfDeath .\n  FILTER ( YEAR( ?dateOfDeath ) >= 1501 && YEAR( ?dateOfDeath ) <= 1599 ) .\n  ?placeOfBirth wdt:P625 ?coordBirth .\n  BIND( geof:latitude ( ?coordBirth ) AS ?latBirth ) .\n  BIND( geof:longitude ( ?coordBirth ) AS ?longBirth ) .\n  ?placeOfDeath wdt:P625 ?coordDeath .\n  BIND( geof:latitude ( ?coordDeath ) AS ?latDeath ) .\n  BIND( geof:longitude ( ?coordDeath ) AS ?longDeath ) .\n  ?sculptor rdfs:label ?sculptorLabel .\n  ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n  ?placeOfDeath rdfs:label ?placeOfDeathLabel .\n  FILTER ( LANG( ?sculptorLabel ) = \"en\" ) .\n  FILTER ( LANG( ?placeOfBirthLabel ) = \"en\" ) .\n  FILTER ( LANG( ?placeOfDeathLabel ) = \"en\" ) .\n}\nLIMIT 100", "paraphrases": ["Who were the sculptors that died in the 16th century, and where were they born and died? Include their geographic coordinates.", "List 16th-century sculptors with their dates of birth and death, places of birth and death, and the latitude-longitude coordinates of those places, all in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4Label ( CONCAT ( STR ( ?var5 ) , \", \", STR ( ?var6 ) ) AS ?var7 ) ?var8Label ( CONCAT ( STR ( ?var9 ) , \", \", STR ( ?var10 ) ) AS ?var11 ) WHERE { BIND ( YEAR ( ?var12 ) AS ?var13 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1281618> ; ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) [ <http://wikiba.se/ontology#timeValue> ?var12 ; <http://wikiba.se/ontology#timePrecision> ?var14 ] . FILTER ( ( ( \"1500-12-31\"^^<http://www.w3.org/2001/XMLSchema#dateTime> < ?var12 ) && ( ?var12 < \"1600-00-00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var14 >= \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var15 . ?var4 <http://www.wikidata.org/prop/P625> ?var16 . ?var16 <http://www.wikidata.org/prop/statement/value/P625> ?var17 . ?var17 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var17 <http://wikiba.se/ontology#geoLongitude> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P20> ? ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P625> ?var18 . ?var8 <http://www.wikidata.org/prop/P625> ?var19 . ?var19 <http://www.wikidata.org/prop/statement/value/P625> ?var20 . ?var20 <http://wikiba.se/ontology#geoLatitude> ?var9 . ?var20 <http://wikiba.se/ontology#geoLongitude> ?var10 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_2257", "question": "What is the most specific shared category (via subclass hierarchy) between a human and a sovereign state?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q5 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q3624078 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which concept is the closest common ancestor in the Wikidata taxonomy for a person like Kathy Dahlkemper and a country like Germany?", "Find the most specific superclass that both humans and sovereign states belong to, measured by the sum of subclass distances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3813932> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2258", "question": "What is the most specific common category that both Broadcom and the United States belong to?", "sparql": "SELECT DISTINCT ?commonClass ?commonClassLabel WHERE { wd:Q555925 wdt:P31 ?bType . wd:Q30 wdt:P31 ?uType . VALUES ?commonClass { wd:Q155076 } . ?bType wdt:P279* ?commonClass . ?uType wdt:P279* ?commonClass . ?commonClass rdfs:label ?commonClassLabel . FILTER(LANG(?commonClassLabel) = \"en\") }", "paraphrases": ["What superclass do the types of Broadcom and the United States have in common?", "What is the shared classification category for Broadcom and the United States in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q555925> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2259", "question": "Most common given names of people born in France", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?givenName ?givenNameLabel(COUNT(*) AS ?count) WHERE {\n  ?person wdt:P19 wd:Q142 .\n  ?person wdt:P735 ?givenName .\n  OPTIONAL {\n    ?givenName rdfs:label ?givenNameLabel .\n    FILTER(LANG(?givenNameLabel) = \"en\")\n  }\n}\nGROUP BY ?givenName ?givenNameLabel\nORDER BY DESC(?count) ASC(?givenNameLabel)\nLIMIT 50", "paraphrases": ["What are the most popular given names among people born in France, and how many people have each name?", "List the top 50 given names of people born in France, along with their English labels and frequency counts, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q142> . ?var4 <http://www.wikidata.org/prop/direct/P735> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 50"}}
{"id": "val_2260", "question": "Research projects that started between 2012 and 2022 and ended between 2022 and 2032.", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?start . ?item wdt:P582 ?end . FILTER ( ?start >= \"2012-01-01T00:00:00Z\"^^xsd:dateTime && ?start <= \"2022-12-31T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?end >= \"2022-01-01T00:00:00Z\"^^xsd:dateTime && ?end <= \"2032-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which research initiatives began between 2012 and 2022 and concluded between 2022 and 2032?", "Show me entities (like scientific projects or programs) that were active around 2022 \u2014 meaning they started no earlier than 2012 and ended no later than 2032."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"12-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"22-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"22-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"32-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2261", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1531911", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1531911\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt1531911?", "Show me the English and German Wikipedia links for the movie identified by tt1531911 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1531911\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2262", "question": "What is the most specific category that both Facebook and Microsoft belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuper(COUNT(?super) AS ?depth) WHERE {\n  {\n    wd:Q355 wdt:P31 ?fbClass .\n    ?fbClass wdt:P279 * ?commonSuper .\n    FILTER(?commonSuper != ?fbClass)\n  }\n  {\n    wd:Q2283 wdt:P31 ?msClass .\n    ?msClass wdt:P279 * ?commonSuper .\n    FILTER(?commonSuper != ?msClass)\n  }\n  ?commonSuper wdt:P279 + ?super .\n}\nGROUP BY ?commonSuper\nORDER BY DESC(?depth)\nLIMIT 1", "paraphrases": ["What is the highest-level common classification that includes both Facebook and Microsoft?", "What is the most general type that encompasses both Facebook's and Microsoft's categories?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2263", "question": "Items in South Australia with German Wikipedia pages but no English Wikipedia pages, ordered by total Wikipedia links.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ( COUNT( ?wp ) AS ?sitelinkCount ) ?deWp WHERE {\n  ?item wdt:P131 wd:Q35715 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?wp schema:about ?item ; schema:isPartOf ?wpSite .\n  ?deWp schema:about ?item ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n  FILTER NOT EXISTS {\n    ?enWp schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nGROUP BY ?item ?itemLabel ?deWp\nORDER BY DESC ( ?sitelinkCount )", "paraphrases": ["Which places in South Australia have a German Wikipedia article but no English one, and how many language versions of Wikipedia link to them?", "Show me all locations in South Australia that are linked to the German Wikipedia but not the English Wikipedia, along with their English names and the total number of Wikipedia links they have."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q35715> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 >= \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } ) ) . FILTER ( ( EXISTS { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"de\". ?var5 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . ?var5 <http://schema.org/fileFormat> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,es,ar,fr\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ORDER BY DESC( ?var2 )"}}
{"id": "val_2264", "question": "What class do Uma Thurman and Christian Horner both belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?commonClassLabel WHERE {\n  wd:Q125017 wdt:P31 ?commonClass .\n  wd:Q173472 wdt:P31 ?commonClass .\n  ?commonClass rdfs:label ?commonClassLabel .\n  FILTER ( LANG( ?commonClassLabel ) = \"en\" )\n}", "paraphrases": ["What is the most specific category that both Uma Thurman and Christian Horner are instances of?", "Show me the common type shared by Uma Thurman and Christian Horner."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q125017> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173472> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2265", "question": "What are the main categories that Zachary Taylor and the band Neu! belong to in Wikidata?", "sparql": "SELECT ?entity ?class ?label WHERE { VALUES ?entity { wd:Q11896 wd:Q181874 } ?entity wdt:P31 ?class . OPTIONAL { ?class rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } ORDER BY ?entity", "paraphrases": ["Is there any shared classification between U.S. president Zachary Taylor and the German rock band Neu!?", "What class does each of these entities belong to: Zachary Taylor and Neu!?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11896> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q181874> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2266", "question": "What items in Wikidata have a defined start time, and when did they begin?", "sparql": "SELECT ?itemLabel ?item ?startTime WHERE { ?item wdt:P580 ?startTime . FILTER(STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) . ?item rdfs:label ?itemLabel . }", "paraphrases": ["Can you list entities with their start dates, such as the Universe?", "Show me the names and start times of all entities in Wikidata that have a direct beginning date."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P580> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2267", "question": "Entities with blank node instance-of values and inception dates", "sparql": "SELECT DISTINCT ?item ?itemLabel ?date WHERE { ?item wdt:P31 ?type . ?item wdt:P571 ?date . FILTER (isBLANK(?type)) . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } LIMIT 10000", "paraphrases": ["Which entities in Wikidata have malformed instance-of statements (blank nodes) and a known founding or inception date?", "List entities that have at least one blank node as their type (P31) and also have a recorded inception date (P571), along with their English labels and dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . FILTER ( ( isBLANK ( ?var3 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } LIMIT 10000"}}
{"id": "val_2268", "question": "What is the most specific common superclass of Sarah Silverman and Berlin in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor WHERE {\n  wd:Q229013 wdt:P31 ?c1 .\n  wd:Q64 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * wd:Q53617489 .\n  ?c2 wdt:P279 * wd:Q53617489 .\n  BIND(wd:Q53617489 AS ?ancestor)\n}\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the subclass hierarchy between the entity representing Sarah Silverman and the entity representing Berlin?", "Find the most specific class that is a superclass of all classes that Sarah Silverman and Berlin are instances of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q229013> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2269", "question": "What is the most specific category that both Elon Musk and Kim Jong belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor WHERE {\n  wd:Q317521 wdt:P31 ?type1 .\n  wd:Q6408963 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n  FILTER ( ?ancestor = wd:Q5 )\n}", "paraphrases": ["What do Elon Musk and Kim Jong have in common in terms of their classification in Wikidata?", "What is the highest-level shared type for Elon Musk and the North Korean table tennis player Kim Jong?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6408963> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2270", "question": "What is the common organizational category that both NHK and Reuters belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q43229 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) BIND( wd:Q43229 AS ?commonAncestor )\n}", "paraphrases": ["What is the highest-level entity that classifies both NHK and Reuters as instances?", "What is the common ancestor class in Wikidata for NHK and Reuters?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212128> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q130879> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2271", "question": "List U.S. locations with their FIPS 55-3 codes.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?locationLabel ?location ?fipsCode WHERE {\n  ?location wdt:P774 ?fipsCode .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the English-labeled U.S. places and their corresponding FIPS 55-3 identification codes?", "Show me up to 10 U.S. geographic locations along with their FIPS 55-3 codes and English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P774> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_2272", "question": "Twitter handles KonbiniFr and afptehran, ordered by number of Wikipedia pages", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wikipediaSite .\n  VALUES ?twitterHandle {\n    \"KonbiniFr\" \"afptehran\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Which entities have the Twitter handles \"KonbiniFr\" or \"afptehran\", and how many Wikipedia articles are linked to each?", "Show me the entities with Twitter handles \"KonbiniFr\" and \"afptehran\", sorted by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"konbinifr\" ) ( \"string2\" ) ( \"afptehran\" ) ( \"KonbiniFr\" ) ( \"string3\" ) ( \"string4\" ) ( \"krstv\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2273", "question": "What is the most specific category that both Bruce Arians and The Verge belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?label WHERE {\n  wd:Q5 wdt:P279 * ?common .\n  wd:Q17232649 wdt:P279 * ?common .\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY DESC(STRLEN(?label))\nLIMIT 1", "paraphrases": ["What common superclass do the types of Bruce Arians and The Verge share?", "Which entity class includes both humans and news websites like The Verge?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2155442> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2274", "question": "Historical events that started between 1881 and 1891 and ended between 1891 and 1901.", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?start . ?item wdt:P582 ?end . FILTER ( ?start >= \"1881-01-01T00:00:00Z\"^^xsd:dateTime && ?start <= \"1891-12-31T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?end >= \"1891-01-01T00:00:00Z\"^^xsd:dateTime && ?end <= \"1901-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which historical events began in the 1880s and ended in the 1890s or early 1900s?", "Show me temporary entities or events that started between 1881 and 1891 and concluded between 1891 and 1901."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1881-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1891-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1891-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1901-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2275", "question": "What cultural events started between 1961 and 1971 and ended between 1971 and 1981?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P580 ?start .\n  ?item wdt:P582 ?end .\n  FILTER ( ?start >= \"1961-01-01T00:00:00Z\" ^^ xsd:dateTime && ?start <= \"1971-12-31T23:59:59Z\" ^^ xsd:dateTime ) FILTER ( ?end >= \"1971-01-01T00:00:00Z\" ^^ xsd:dateTime && ?end <= \"1981-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["List events that began in the 1960s and ended in the 1970s.", "Show me projects with a start date from January 1, 1961 to December 31, 1971, and an end date from January 1, 1971 to December 31, 1981."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1961-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1971-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1971-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1981-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2276", "question": "What are the names of days in the Eastern Orthodox liturgical calendar, and do any of them have associated images?", "sparql": "SELECT ?day ?dayLabel ?image WHERE { ?day wdt:P31 wd:Q47164206 . ?day rdfs:label ?dayLabel . FILTER (langMatches(lang(?dayLabel), \"en\")) OPTIONAL { ?day wdt:P18 ?image . } } ORDER BY ?dayLabel LIMIT 100", "paraphrases": ["List the English names of days observed in the Eastern Orthodox liturgical calendar, along with any images available on Wikimedia Commons.", "Can you show me up to 100 Eastern Orthodox liturgical dates in English, and if available, their corresponding images?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47164206> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_2277", "question": "What administrative regions include the City of Sydney, including itself?", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q1094194 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\")}", "paraphrases": ["What are all the administrative territories that the City of Sydney is part of, going up to the country level?", "List all administrative entities that contain the City of Sydney, from the local level up to the country, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1094194> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en\". } }"}}
{"id": "val_2278", "question": "Events that started between 1990 and 2000 and ended between 2000 and 2010", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P580 ?start .\n  ?item wdt:P582 ?end .\n  FILTER(?start >= \"1990-06-11T00:00:00Z\" ^^ xsd:dateTime && ?start <= \"2000-06-11T23:59:59Z\" ^^ xsd:dateTime)\n  FILTER(?end >= \"2000-06-11T00:00:00Z\" ^^ xsd:dateTime && ?end <= \"2010-06-11T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Which events began in the 1990s and ended in the 2000s?", "Show me all entities (like exhibitions or projects) that started between June 11, 1990 and June 11, 2000, and ended between June 11, 2000 and June 11, 2010."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1990-06-11T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2000-06-11T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"2000-06-11T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2010-06-11T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2279", "question": "People with Twitter usernames YLeBolloch or SemounElie", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"YLeBolloch\" \"SemounElie\"\n  }\n}", "paraphrases": ["Who are the people on Wikidata that use the Twitter handles YLeBolloch and SemounElie?", "Show me the Wikidata entities linked to the Twitter accounts YLeBolloch and SemounElie."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"BenoitBK\" ) ( \"string3\" ) ( \"BonettiLou\" ) ( \"string4\" ) ( \"string5\" ) ( \"Undreamerz\" ) ( \"Couni63\" ) ( \"RomuBelier\" ) ( \"string6\" ) ( \"YLeBolloch\" ) ( \"adora56\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"SemounElie\" ) ( \"gui_gabb\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2280", "question": "List Australian territories with their coordinates, Freebase IDs, and administrative entities.", "sparql": "SELECT DISTINCT ?territoryLabel ?adminEntityLabel ?lat ?long ?freebaseId WHERE { ?territory (wdt:P31/wdt:P279*) wd:Q14192199 . ?territory wdt:P625 ?coord . BIND(geof:latitude(?coord) AS ?lat) BIND(geof:longitude(?coord) AS ?long) ?territory wdt:P131 ?adminEntity . ?territory wdt:P646 ?freebaseId . OPTIONAL { ?territory rdfs:label ?territoryLabel . FILTER(LANG(?territoryLabel) = \"en\") } OPTIONAL { ?adminEntity rdfs:label ?adminEntityLabel . FILTER(LANG(?adminEntityLabel) = \"en\") } } ORDER BY ASC(?territoryLabel)", "paraphrases": ["What are the English names, geographic coordinates, Freebase IDs, and administrative regions of all Australian territories?", "Show me the English labels, latitude, longitude, Freebase IDs, and the administrative entity each Australian territory belongs to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var8 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q14192199> . ?var8 <http://www.wikidata.org/prop/direct/P625> ?var9 . ?var8 <http://www.wikidata.org/prop/P625> ?var10 . ?var8 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var10 <http://www.wikidata.org/prop/statement/value/P625> ?var11 . ?var11 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var11 <http://wikiba.se/ontology#geoLongitude> ?var6 . ?var8 <http://www.wikidata.org/prop/direct/P646> ?var7 . OPTIONAL { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_2281", "question": "What are the human settlements located in the Alice Springs local government area?", "sparql": "SELECT ?settlement ?settlementLabel WHERE { ?settlement (wdt:P31/wdt:P279*) wd:Q486972 . ?settlement wdt:P131 wd:Q768033 . ?settlement rdfs:label ?settlementLabel . FILTER(LANG(?settlementLabel) = \"en\") } ORDER BY ASC(?settlementLabel)", "paraphrases": ["List all towns and populated places in the Alice Springs region of Australia\u2019s Northern Territory, sorted alphabetically.", "Can you show me the names of all inhabited places in the Alice Springs local government area, including suburbs and smaller settlements?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q768033> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2282", "question": "What company has the Twitter/X username \"Equinor_DE\"?", "sparql": "SELECT ?company ?twitterUsername WHERE { ?company wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"Equinor_DE\" } }", "paraphrases": ["Which Wikidata entity is linked to the Twitter handle Equinor_DE?", "Find the company associated with the Twitter account Equinor_DE."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Statoil_DE\" ) ( \"string1\" ) } }"}}
{"id": "val_2283", "question": "What is the most specific category that both The New York Times and Jay Clayton belong to?", "sparql": "SELECT ?commonClass ?label WHERE { wd:Q9684 wdt:P31 ?type1 . wd:Q28122984 wdt:P31 ?type2 . ?type1 wdt:P279* ?commonClass . ?type2 wdt:P279* ?commonClass . ?commonClass rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ASC(?commonClass) LIMIT 1", "paraphrases": ["What is the highest-level common classification shared by The New York Times and Jay Clayton?", "What type encompasses both newspapers and humans, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28125519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2284", "question": "What properties and values describe the concept of a Wikipedian on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?propLabel ?propValue ?propValueLabel WHERE {\n  wd:Q23038345 ?prop ?propValue .\n  OPTIONAL {\n    ?prop rdfs:label ?propLabel .\n    FILTER ( LANG( ?propLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?propValue rdfs:label ?propValueLabel .\n    FILTER ( LANG( ?propValueLabel ) = \"en\" )\n  }\n}\nORDER BY ?prop", "paraphrases": ["Can you list the metadata associated with the Wikidata item for \"Wikipedian\"?", "What are the labels and related entities for the occupation \"Wikipedian\" in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q23038345> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q23038345> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_2285", "question": "List all territorial authorities in New Zealand with their English names and geographic coordinates.", "sparql": "SELECT DISTINCT ?item ?label ?lat ?lon WHERE { ?item wdt:P31 wd:Q941036 . ?item wdt:P625 ?coord . BIND(geof:latitude(?coord) AS ?lat) BIND(geof:longitude(?coord) AS ?lon) OPTIONAL { ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } ORDER BY ASC(?label)", "paraphrases": ["What are the names and coordinates of all unitary authorities in New Zealand?", "Please provide the English labels and latitude/longitude for each territorial authority in New Zealand."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var6 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15078732> . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var7 . ?var6 <http://www.wikidata.org/prop/P625> ?var8 . ?var6 <http://www.wikidata.org/prop/direct/P300> ?var1 . ?var8 <http://www.wikidata.org/prop/statement/value/P625> ?var9 . ?var9 <http://wikiba.se/ontology#geoLatitude> ?var3 . ?var9 <http://wikiba.se/ontology#geoLongitude> ?var4 . ?var6 <http://www.wikidata.org/prop/direct/P646> ?var5 . OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_2286", "question": "Entities that began between 1910 and 1920 and ended between 1920 and 1930.", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?startTime . ?item wdt:P582 ?endTime . FILTER ( ?startTime >= \"1910-06-01T00:00:00Z\"^^xsd:dateTime && ?startTime <= \"1920-06-30T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?endTime >= \"1920-06-01T00:00:00Z\"^^xsd:dateTime && ?endTime <= \"1930-06-30T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which organizations or governments started in the 1910s and ceased operation in the 1920s?", "List historical entities that were active from the 1910s through the early 1920s, with start and end dates in those ranges."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1910-06-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1920-06-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1920-06-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1930-06-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2287", "question": "Which Twitter/X accounts from this list (RFI, Benzema, CAF_Online, etc.) have the fewest Wikipedia pages, and how many?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?page) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?username .\n  ?page schema:about ?item ; schema:isPartOf ?site .\n  VALUES ?username {\n    \"RFI\" \"Europe1\" \"Elkhedra\" \"LesVerts\" \"sffeghouli\" \"adlenmeddi\" \"bylka613\" \"Ryadbdz\" \"1Filtre\" \"CAF_Online\" \"bilali78\" \"ouss_o\" \"riouyoann\" \"Benzema\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["For the given Twitter usernames like Benzema and RFI, which ones are linked to the least number of Wikipedia language editions, and how many editions do they have?", "List the Wikidata items corresponding to these Twitter usernames \u2014 RFI, Benzema, CAF_Online, and others \u2014 sorted by how many Wikipedia pages they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"RFI\" ) ( \"Europe1\" ) ( \"string3\" ) ( \"string4\" ) ( \"Elkhedra\" ) ( \"string5\" ) ( \"LesVerts\" ) ( \"string6\" ) ( \"sffeghouli\" ) ( \"string7\" ) ( \"adlenmeddi\" ) ( \"bylka613\" ) ( \"string8\" ) ( \"Ryadbdz\" ) ( \"1Filtre\" ) ( \"string9\" ) ( \"string10\" ) ( \"CAF_Online\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"bilali78\" ) ( \"ouss_o\" ) ( \"riouyoann\" ) ( \"string17\" ) ( \"Benzema\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2288", "question": "Cycling team seasons that started between November 1992 and November 2002 and ended between November 2002 and November 2012.", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?startDate . ?item wdt:P582 ?endDate . FILTER ( ?startDate >= \"1992-11-01T00:00:00Z\"^^xsd:dateTime && ?startDate <= \"2002-11-30T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?endDate >= \"2002-11-01T00:00:00Z\"^^xsd:dateTime && ?endDate <= \"2012-11-30T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which sports team seasons were active around the year 2002, starting in the late 1990s to early 2000s and ending in the early 2010s?", "List all annual sports teams or events that began between late 1992 and late 2002 and concluded between late 2002 and late 2012."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1992-11-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2002-11-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"2002-11-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2012-11-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2289", "question": "Which Twitter accounts (jmblanquer, agnesbuzyn, N_Hulot, esa, LeCLEMI, Thom_astro) have the fewest Wikipedia language editions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?handle(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?handle .\n  VALUES ?handle {\n    \"jmblanquer\" \"agnesbuzyn\" \"N_Hulot\" \"esa\" \"LeCLEMI\" \"Thom_astro\"\n  }\n  .\n  ?item ^ schema:about ?sitelink .\n}\nGROUP BY ?item ?handle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["How many Wikipedia language editions do the official Twitter accounts of Jean-Michel Blanquer, Agn\u00e8s Buzyn, Nicolas Hulot, the European Space Agency, LeCLEMI, and Thomas Pesquet have, sorted from least to most?", "List the Twitter handles and their corresponding Wikipedia language edition counts for the French public figures and institutions with Twitter accounts jmblanquer, agnesbuzyn, N_Hulot, LeCLEMI, Thom_astro, and esa, ordered by the number of editions from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"jmblanquer\" ) ( \"string2\" ) ( \"string3\" ) ( \"ofaj_dfjw\" ) ( \"CIEP_DLF\" ) ( \"string4\" ) ( \"string5\" ) ( \"StTRAVERT\" ) ( \"string6\" ) ( \"agnesbuzyn\" ) ( \"string7\" ) ( \"N_Hulot\" ) ( \"_Bercy_\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"unss\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"LeCLEMI\" ) ( \"LaSpme\" ) ( \"string15\" ) ( \"Eduscol\" ) ( \"string16\" ) ( \"string17\" ) ( \"EDUCNUM\" ) ( \"ESA_fr\" ) ( \"esa\" ) ( \"Thom_astro\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2290", "question": "Entities that started between 1981 and 1991 and ended between 1991 and 2001.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P580 ?startDate .\n  ?item wdt:P582 ?endDate .\n  FILTER ( ?startDate >= \"1981-12-20T00:00:00Z\" ^^ xsd:dateTime && ?startDate <= \"1991-12-20T23:59:59Z\" ^^ xsd:dateTime ) FILTER ( ?endDate >= \"1991-12-20T00:00:00Z\" ^^ xsd:dateTime && ?endDate <= \"2001-12-20T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which organizations or events began in the early 1980s and ended in the early 2000s?", "List all items that were active from the late 1980s to the early 2000s, specifically starting between December 1981 and December 1991, and ending between December 1991 and December 2001."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1981-12-20T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1991-12-20T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1991-12-20T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2001-12-20T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2291", "question": "What is the only shared category between Kim Jong-un and Ryan Leslie?", "sparql": "SELECT ?commonType ?label WHERE { wd:Q56226 wdt:P31 ?commonType . wd:Q1361271 wdt:P31 ?commonType . ?commonType rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?label LIMIT 1", "paraphrases": ["What do Kim Jong-un and Ryan Leslie have in common in terms of their classification on Wikidata?", "Which entity type is common to both Kim Jong-un and Ryan Leslie?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q56226> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1361271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2292", "question": "What events occurred on March 15, 1999?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date . FILTER ( ?date >= \"1999-03-15T00:00:00Z\"^^xsd:dateTime && ?date <= \"1999-03-15T23:59:59Z\"^^xsd:dateTime ) FILTER NOT EXISTS { ?item wdt:P31 wd:Q2403 } FILTER NOT EXISTS { ?item wdt:P31 wd:Q47150325 } }", "paraphrases": ["Which entities had a significant event \u2014 such as a launch, flight, service entry, or premiere \u2014 on March 15, 1999?", "List all items that were launched, first flown, debuted, or entered service on March 15, 1999."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1999-03-15T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1999-03-15T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2293", "question": "Which entities on Wikidata have the Twitter usernames \"fchollet\", \"Google\", or \"JeffDean\"?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ( ?twitterUsername ) { ( \"fchollet\" ) ( \"Google\" ) ( \"JeffDean\" ) } }", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter accounts @fchollet, @Google, or @JeffDean?", "List the Wikidata entities linked to the Twitter usernames fchollet, Google, and JeffDean."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fchollet\" ) ( \"google\" ) ( \"string1\" ) ( \"JeffDean\" ) ( \"techreview\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2294", "question": "Events that began between 1986 and 1996 and ended between 1996 and 2006", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P580 ?startDate . ?item wdt:P582 ?endDate . FILTER ( ?startDate >= \"1986-02-08T00:00:00Z\"^^xsd:dateTime && ?startDate <= \"1996-02-08T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?endDate >= \"1996-02-08T00:00:00Z\"^^xsd:dateTime && ?endDate <= \"2006-02-08T23:59:59Z\"^^xsd:dateTime ) ?item rdfs:label ?itemLabel . }", "paraphrases": ["Which TV shows, exhibitions, or events started in the 1986\u20131996 period and ended in the 1996\u20132006 period?", "List all entities that were active from the late 1980s through the late 1990s, specifically starting between 1986 and 1996 and ending between 1996 and 2006."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1986-02-08T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1996-02-08T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1996-02-08T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2006-02-08T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2295", "question": "Which entities have Twitter handles like EELV, RMCinfo, or AFD_France, and how many Wikipedia pages link to them?", "sparql": "SELECT ?item ?twitterHandle (COUNT(?wikipediaPage) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitterHandle . ?wikipediaPage schema:about ?item . FILTER(STRSTARTS(STR(?wikipediaPage), \"https://\")) VALUES ?twitterHandle { \"string1\" \"EELV\" \"string2\" \"string3\" \"string4\" \"GEF_Europe\" \"string5\" \"ATDQM\" \"hey_loudie\" \"string6\" \"string7\" \"string8\" \"string9\" \"J_B_Levy\" \"string10\" \"string11\" \"string12\" \"libe\" \"string13\" \"RMCinfo\" \"Novethic\" \"MdM_France\" \"string14\" \"string15\" \"string16\" \"AFD_France\" \"RiouxRemy\" \"josebove\" \"awajdzik\" \"EvaJoly\" \"string17\" \"euroecolos\" \"string18\" \"string19\" \"string20\" } } GROUP BY ?item ?twitterHandle ORDER BY ASC (?sitelinkCount)", "paraphrases": ["What are the Twitter accounts of political organizations and journalists, sorted by the number of Wikipedia language editions they appear on?", "List the entities with the Twitter handles EELV, RMCinfo, AFD_France, and EvaJoly, ordered by how many Wikipedia sites link to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"EELV\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"GEF_Europe\" ) ( \"string5\" ) ( \"ATDQM\" ) ( \"hey_loudie\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"J_B_Levy\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"libe\" ) ( \"string13\" ) ( \"RMCinfo\" ) ( \"Novethic\" ) ( \"MdM_France\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"AFD_France\" ) ( \"RiouxRemy\" ) ( \"josebove\" ) ( \"awajdzik\" ) ( \"EvaJoly\" ) ( \"string17\" ) ( \"euroecolos\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2296", "question": "What is the Twitter username of Matt Blaze, and how many Wikipedia articles are linked to his Wikidata item?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?site) AS ?sitelinks) WHERE {\n  ?item wdt:P2002 ?username .\n  ?site schema:about ?item .\n  VALUES ?username {\n    \"mattblaze\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinks)", "paraphrases": ["How many Wikipedia links does the Wikidata item for the Twitter user \"mattblaze\" have?", "Can you find the Wikidata item for the Twitter handle \"mattblaze\" and tell me how many language versions of Wikipedia link to it?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"mattblaze\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2297", "question": "Calendar dates without explicit dates and their cultural variations", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?calendarDate ?calendarLabel ?subtype ?subtypeLabel WHERE {\n  ?calendarDate wdt:P31 wd:Q205892 .\n  ?calendarDate rdfs:label ?calendarLabel .\n  FILTER ( LANG( ?calendarLabel ) = \"en\" ) .\n  FILTER ( NOT EXISTS {\n    ?calendarDate wdt:P585 []\n  }\n  ) .\n  ?subtype wdt:P361 ?calendarDate .\n  ?subtype rdfs:label ?subtypeLabel .\n  FILTER ( LANG( ?subtypeLabel ) = \"en\" )\n}", "paraphrases": ["What are general calendar dates (like New Year) that don't have a fixed date, and what are their specific cultural versions?", "List all calendar dates that are not tied to a specific day but have named cultural observances, along with the names of those observances."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ( STRAFTER ( STR ( ?var1 ) , \"y/\" ) AS ?var7 )( \"P577\" AS ?var8 )( REPLACE ( \"\", ?var3 , \"string1\" ) AS ?var9 ) WHERE { BIND ( REPLACE ( STR ( ?var2 ) , \"string2\", \"$2\" ) AS ?var3 ). BIND ( REPLACE ( STR ( ?var2 ) , \"string3\", \"$1\" ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q205892> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P585> [] . } ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var10 <http://www.wikidata.org/prop/direct/P2837> ?var5 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( STR ( ?var2 ) , STR ( ?var4 ) ) ) ) . }"}}
{"id": "val_2298", "question": "What is the most specific category that both San Jos\u00e9, Costa Rica and San Jose, California belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?commonTypeLabel WHERE {\n  VALUES ?commonType {\n    wd:Q1549591\n  }\n  ?commonType rdfs:label ?commonTypeLabel .\n  FILTER ( LANG( ?commonTypeLabel ) = 'en' )\n}", "paraphrases": ["What do San Jos\u00e9, Costa Rica and San Jose, California have in common in terms of their classification in Wikidata?", "Which class is shared by both San Jos\u00e9, Costa Rica and San Jose, California?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7414418> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3070> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2299", "question": "What items were created, published, discovered, or officially opened on February 25, 1996?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ) ?date .\n  FILTER ( ?date >= \"1996-02-25T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1996-02-25T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which entities on Wikidata have a creation date, publication date, discovery date, or official opening date exactly on February 25, 1996?", "List all works, organizations, or events that were published, invented, founded, or officially opened on February 25, 1996."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1996-02-25T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1996-02-25T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2300", "question": "What entities were created, discovered, published, or officially opened on February 23, 1996?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1996-02-23T00:00:00Z\"^^xsd:dateTime && ?date <= \"1996-02-23T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which items on Wikidata have a creation, invention, publication, or official opening date on February 23, 1996?", "Show me all works, organizations, or inventions that came into existence on February 23, 1996, including their publication, inception, discovery, or official opening dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1996-02-23T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1996-02-23T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2301", "question": "What events, works, or items had their first performance, launch, service entry, or other key temporal milestone in the year 2001?", "sparql": "SELECT DISTINCT ?item WHERE { ?item ( wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ) ?date . FILTER ( ?date >= \"2001-01-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"2001-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["List all entities in Wikidata that occurred or were enacted in 2001, such as spacecraft launches, aircraft first flights, or legislative acts.", "Which items in Wikidata are associated with a date in 2001, including premiere dates, service entry, or spacecraft events?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"2001-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2001-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2302", "question": "What are the official names of the countries where Novruz is a public holiday?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?officialName WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P832 wd:Q483236 .\n  OPTIONAL {\n    ?country wdt:P1448 ?officialName .\n  }\n}", "paraphrases": ["Official names of nations celebrating Novruz as a public holiday", "Can you tell me the official names in their native languages of the countries that observe Novruz as a public holiday?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6266> . ?var2 <http://www.wikidata.org/prop/direct/P832> <http://www.wikidata.org/entity/Q483236> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1448> ?var1 . } }"}}
{"id": "val_2303", "question": "Days of the week in English and their category", "sparql": "SELECT ?day ?dayLabel ?classLabel WHERE { ?day wdt:P31 wd:Q41825 . ?day rdfs:label ?dayLabel . wd:Q41825 rdfs:label ?classLabel . FILTER(LANG(?dayLabel) = \"en\") FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["What are the days of the week, and what is their class?", "List all the days of the week in English along with the name of the class they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q41825> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2304", "question": "Which organizations have Twitter accounts \"Reuters\" or \"SFR\", sorted by number of Wikipedia links?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Reuters\" \"SFR\"\n  }\n}\nORDER BY ASC ( wikibase:sitelinks )", "paraphrases": ["What are the Wikidata items for the Twitter accounts \"Reuters\" and \"SFR\", ordered by how many language versions of Wikipedia they have?", "Show me the Wikidata entities for the Twitter handles \"Reuters\" and \"SFR\", sorted from least to most Wikipedia language editions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"m8urnett\" ) ( \"OllyPlumx\" ) ( \"SFR\" ) ( \"string1\" ) ( \"string2\" ) ( \"Broony26\" ) ( \"Reuters\" ) ( \"PoulpyWP\" ) ( \"Heliox_Lab\" ) ( \"m4d_z\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2305", "question": "Which organizations have Twitter accounts named Harvard, HarvardHBS, harvardmed, nytimes, oscharvard, or UCSUSA?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"Harvard\" \"HarvardHBS\" \"harvardmed\" \"nytimes\" \"oscharvard\" \"UCSUSA\"\n  }\n}", "paraphrases": ["What are the Wikidata entities for institutions with Twitter usernames like \"Harvard\", \"HarvardHBS\", or \"nytimes\"?", "List the institutional entities on Wikidata that use the Twitter handles: Harvard, HarvardHBS, harvardmed, nytimes, oscharvard, and UCSUSA."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"hlrdmp\" ) ( \"string1\" ) ( \"boydcm_\" ) ( \"jgolds2\" ) ( \"string2\" ) ( \"UCSUSA\" ) ( \"ICPSR\" ) ( \"string3\" ) ( \"string4\" ) ( \"TheDMPTool\" ) ( \"harvardmed\" ) ( \"Harvard\" ) ( \"string5\" ) ( \"NNLM_RD3\" ) ( \"oscharvard\" ) ( \"string6\" ) ( \"IQSS\" ) ( \"BD2KTCC\" ) ( \"string7\" ) ( \"HarvardLIL\" ) ( \"fasrc\" ) ( \"HarvardHBS\" ) ( \"hms_rc\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"nytimes\" ) } }"}}
{"id": "val_2306", "question": "Japanese labels and descriptions of properties used in Encyclop\u00e6dia Britannica's Wikidata entry.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?propertyItem ?propertyItemLabel ?propertyItemDescription WHERE {\n  wd:Q455 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyItemLabel .\n  ?propertyItem schema:description ?propertyItemDescription .\n  FILTER(LANG(?propertyItemLabel) = \"ja\")\n  FILTER(LANG(?propertyItemDescription) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["What properties describing Encyclop\u00e6dia Britannica have Japanese labels and descriptions?", "Show me the Japanese labels and descriptions of all properties that are used to describe Encyclop\u00e6dia Britannica on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q455> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_2307", "question": "Wikidata properties with Japanese labels and descriptions", "sparql": "SELECT ?item ?label ?description WHERE { ?item rdfs:label ?label . ?item schema:description ?description . FILTER (LANG(?label) = \"ja\") . FILTER (LANG(?description) = \"ja\") . } LIMIT 100", "paraphrases": ["Which properties in Wikidata have both a Japanese label and a Japanese description?", "Show me up to 100 Wikidata properties that have Japanese-language labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <https://query.wikidata.org/bigdata/namespace/wdq/?s> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_2308", "question": "Which French media and sports organizations have Twitter accounts on Wikidata, and how many Wikipedia links do they have?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?username {\n    \"lequipe\" \"TF1\" \"ffhandball\" \"Francetele\" \"Paris2024\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter usernames of French organizations like TF1, L'\u00c9quipe, and the French Handball Federation, and how many Wikipedia articles are linked to each?", "List the Twitter handles of major French entities such as TF1, L'\u00c9quipe, and Paris 2024, sorted by the number of Wikipedia sitelinks they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"unss\" ) ( \"string2\" ) ( \"Paris2024\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"FootdElles\" ) ( \"string7\" ) ( \"Mc_Lanne\" ) ( \"string8\" ) ( \"srebouh\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"nihilcec\" ) ( \"bbarbusse\" ) ( \"FabSintes\" ) ( \"Leo_lgbTP\" ) ( \"string13\" ) ( \"string14\" ) ( \"lequipe\" ) ( \"tilc2018\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"FFSportU\" ) ( \"string18\" ) ( \"usepvm\" ) ( \"string19\" ) ( \"lpetrynka\" ) ( \"string20\" ) ( \"mc_naves\" ) ( \"UFOLEP\" ) ( \"string21\" ) ( \"string22\" ) ( \"AnnabelBe\" ) ( \"elsagpp\" ) ( \"ANESTAPS\" ) ( \"string23\" ) ( \"string24\" ) ( \"weblaligue\" ) ( \"string25\" ) ( \"Francetele\" ) ( \"string26\" ) ( \"nsonnac\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"CNEWSMatin\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"ffhandball\" ) ( \"string35\" ) ( \"string36\" ) ( \"string37\" ) ( \"string38\" ) ( \"TF1\" ) ( \"string39\" ) ( \"string40\" ) ( \"Graace_Z\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2309", "question": "What are the most specific shared categories between the type of the Oval Office and the type of Germany?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q1759167 wdt:P279* ?commonAncestor . wd:Q6256 wdt:P279* ?commonAncestor . } LIMIT 5", "paraphrases": ["Which classes are common ancestors of both \"study\" (the type of the Oval Office) and \"country\" (the type of Germany)?", "Find entities that are subclasses of both the class that the Oval Office belongs to and the class that Germany belongs to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q338067> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2310", "question": "What is the most specific shared category in the hierarchy between a historical region like Judea and a city like Kunduz?", "sparql": "SELECT ?ancestor ?ancestorLabel WHERE { wd:Q1048835 rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["Which class do both Judea and Kunduz belong to through their types, with the shortest path in the subclass hierarchy?", "What is the common superclass that best connects the category of historical regions and cities, based on Wikidata\u2019s ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q104028> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q108155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2311", "question": "What English or German language pages are associated with the movie \"The Kelly Gang\" (IMDb ID tt0319661)?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0319661\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia or Wikimedia Commons pages in English or German are about the film with IMDb ID tt0319661?", "Show me the English and German language pages linked to the movie \"The Kelly Gang\" on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0319661\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2312", "question": "What calendar systems does Wikidata use for recording dates?", "sparql": "SELECT DISTINCT ?calendarModel ?calendarModelLabel WHERE { ?entity ?prop ?stmt . ?stmt wikibase:timeCalendarModel ?calendarModel . ?calendarModel rdfs:label ?calendarModelLabel . FILTER(LANG(?calendarModelLabel) = \"en\") }", "paraphrases": ["Which calendar models are associated with date values in Wikidata?", "Show the names of the calendars used in Wikidata for dates like birth or event times."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4Label ?var5 ?var5Label WHERE { { <http://www.wikidata.org/entity/Q823319> <http://www.wikidata.org/prop/wdt:P569> ?var1 . } UNION { <http://www.wikidata.org/entity/Q1038233> ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var6 . } UNION { <http://www.wikidata.org/entity/Q1038233> ( <http://www.wikidata.org/prop/P571> / <http://www.wikidata.org/prop/statement/value/P571> ) ?var6 . } UNION { <http://www.wikidata.org/entity/Q1038233> ( <http://www.wikidata.org/prop/P580> / <http://www.wikidata.org/prop/statement/value/P580> ) ?var6 . } ?var6 <http://wikiba.se/ontology#timeValue> ?var2 . ?var6 <http://wikiba.se/ontology#timePrecision> ?var1 . ?var6 <http://wikiba.se/ontology#timeTimezone> ?var4 . ?var6 <http://wikiba.se/ontology#timeCalendarModel> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2313", "question": "Publication years and truncated titles of scientific papers by Jens Juul Holst", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?truncatedLabel WHERE {\n  ?work wdt:P50 wd:Q28373106 ; wdt:P577 ?date ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(YEAR(?date) AS ?year)\n  BIND(SUBSTR(?label , 1 , 20) AS ?truncatedLabel)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and first 20 characters of the English titles of works authored by Jens Juul Holst?", "Show me the years and shortened titles (first 20 characters) of all English-language publications by the physiologist Jens Juul Holst, ordered by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28373106> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28373106> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_2314", "question": "Public holidays and their establishment years", "sparql": "SELECT ?holiday ?inceptionDate ?holidayLabel WHERE { ?holiday wdt:P31 wd:Q1197685 . OPTIONAL { ?holiday wdt:P571 ?inceptionDate . } ?holiday rdfs:label ?holidayLabel . } OFFSET 20 LIMIT 10", "paraphrases": ["What are some public holidays and when were they established?", "List public holidays along with their names and the years they began, if known."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1197685> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . } OPTIONAL { } } OFFSET 20 LIMIT 10"}}
{"id": "val_2315", "question": "Events that took place on February 9, 1996", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event ( wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ) ?date .\n  FILTER ( ?date = \"1996-02-09T00:00:00Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["What events happened on February 9, 1996?", "List all recorded events such as sports matches, bombings, flights, or performances that occurred on February 9, 1996."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1996-02-09T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1996-02-09T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2316", "question": "What are the categories and subclasses that Bulgaria belongs to, and which of them have English Wikipedia pages?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel ?wikipediaPage WHERE {\n  wd:Q219 ( wdt:P31 / wdt:P279 * ) ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) OPTIONAL {\n    ?wikipediaPage schema:about ?class ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}", "paraphrases": ["What classes, including superclasses, is Bulgaria an instance of, and which of those classes have corresponding articles on English Wikipedia?", "Show me all the abstract categories (from direct types to their ancestors) that Bulgaria fits into, along with their English labels and links to English Wikipedia pages if they exist."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q219> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2317", "question": "Which French media and government accounts on Twitter (France2tv, franceinfo, Elysee) have the fewest Wikipedia language editions linked to them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterHandle(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?twitterHandle {\n    \"France2tv\" \"franceinfo\" \"Elysee\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["How many Wikipedia language versions are linked to each of the Twitter accounts @France2tv, @franceinfo, and @Elysee, sorted from least to most?", "List the Twitter handles @France2tv, @franceinfo, and @Elysee along with the number of Wikipedia language editions associated with each, ordered by the smallest number of editions first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"France2tv\" ) ( \"20hFrance2\" ) ( \"string2\" ) ( \"franceinfo\" ) ( \"cdelabaume\" ) ( \"string3\" ) ( \"Francetele\" ) ( \"evedx\" ) ( \"string4\" ) ( \"string5\" ) ( \"19hLD\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"Yossi_eli\" ) ( \"string13\" ) ( \"aslapix\" ) ( \"string14\" ) ( \"RMCinfo\" ) ( \"mediathom\" ) ( \"string15\" ) ( \"string16\" ) ( \"SoMabrouk\" ) ( \"string17\" ) ( \"Elysee\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2318", "question": "Image of Pierre de Ronsard with SNAC ARK ID w66d5txr", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w66d5txr\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Pierre de Ronsard\u2019s SNAC ARK ID w66d5txr?", "Show me the portrait of the person identified by the SNAC ARK ID w66d5txr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66d5txr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2319", "question": "What scientific works were published, discovered, or created on October 1, 1983?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item(wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date .\n  FILTER(?date = \"1983-10-01T00:00:00Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["List all items in Wikidata that have a date of inception, discovery, publication, or official opening on October 1, 1983.", "Which academic papers or taxonomic descriptions were released on October 1, 1983?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1983-10-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1983-10-01T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2320", "question": "Which organizations and people have Twitter accounts on Wikidata, and how many Wikipedia sitelinks do they have, sorted by least to most?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterUsername(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?twitterUsername {\n    \"FDJ\" \"Wikimedia\" \"metmuseum\" \"mediawiki\" \"mapillary\" \"maddow\" \"craigslist\" \"humble\" \"CCastaner\" \"Padre_Pio\" \"gchampeau\" \"Ludovic_P_\" \"Berochon\" \"leCMN\"\n  }\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Can you list the entities on Wikidata that have Twitter usernames like FDJ, Wikimedia, or metmuseum, along with the number of Wikipedia sitelinks they have, ordered from fewest to most?", "Show me the Twitter usernames and their corresponding Wikipedia sitelink counts for entities like Wikimedia Foundation, Metropolitan Museum of Art, and others, sorted by the number of sitelinks in ascending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"sarahjeong\" ) ( \"joelgombin\" ) ( \"gchampeau\" ) ( \"string3\" ) ( \"Ludovic_P_\" ) ( \"caligans\" ) ( \"FDJ_Sport\" ) ( \"FDJ\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"mapillary\" ) ( \"string8\" ) ( \"Padre_Pio\" ) ( \"CCastaner\" ) ( \"Wikimedia\" ) ( \"metmuseum\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"ash_crow\" ) ( \"string14\" ) ( \"maddow\" ) ( \"mesosphere\" ) ( \"string15\" ) ( \"mediawiki\" ) ( \"string16\" ) ( \"pgstef\" ) ( \"string17\" ) ( \"eva_dun\" ) ( \"Askewtt\" ) ( \"zefede\" ) ( \"MekuCube\" ) ( \"HatinTime\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"Mr_Jarad\" ) ( \"string22\" ) ( \"string23\" ) ( \"craigslist\" ) ( \"marccold\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"Pyb75\" ) ( \"string27\" ) ( \"mathdenel\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"GoogleFR\" ) ( \"framawiki\" ) ( \"Berochon\" ) ( \"string31\" ) ( \"LabFabfr\" ) ( \"leCMN\" ) ( \"LoicTallon\" ) ( \"string32\" ) ( \"humble\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2321", "question": "Which organizations have Twitter/X accounts (MongoDB, gnome, franceinfo, DavidLammy, JSTOR, outreachy, THR) and how many Wikipedia sitelinks do they have, sorted by least to most?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?site ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?site schema:about ?item ; schema:isPartOf ?siteWiki .\n  VALUES ?username {\n    \"MongoDB\" \"gnome\" \"franceinfo\" \"DavidLammy\" \"JSTOR\" \"outreachy\" \"THR\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["What are the Twitter usernames and corresponding Wikipedia sitelink counts for entities like MongoDB, GNOME, France Info, David Lammy, JSTOR, Outreachy, and THR, ordered by the number of sitelinks in ascending order?", "List the entities with Twitter handles MongoDB, gnome, franceinfo, DavidLammy, JSTOR, outreachy, or THR, along with their number of Wikipedia sitelinks, sorted from the fewest to the most sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"franceinfo\" ) ( \"string2\" ) ( \"apacherya\" ) ( \"string3\" ) ( \"ApacheFluo\" ) ( \"MongoDB\" ) ( \"string4\" ) ( \"outreachy\" ) ( \"gnome\" ) ( \"kylosjedi\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"ComHemAB\" ) ( \"NatMus_SWE\" ) ( \"string8\" ) ( \"string9\" ) ( \"oatweet\" ) ( \"string10\" ) ( \"SkrivaFel\" ) ( \"string11\" ) ( \"SKS_finlit\" ) ( \"LKarppi\" ) ( \"string12\" ) ( \"string13\" ) ( \"Finansliv\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"Envarch\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"MTvarana\" ) ( \"TheDerw\" ) ( \"aral\" ) ( \"mstephens7\" ) ( \"perbj\" ) ( \"string22\" ) ( \"lutheratur\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"sueperkins\" ) ( \"string26\" ) ( \"jwsal\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"DavidLammy\" ) ( \"Blinkymanx\" ) ( \"string32\" ) ( \"string33\" ) ( \"KathyRanks\" ) ( \"string34\" ) ( \"ellen\" ) ( \"Rosie\" ) ( \"THR\" ) ( \"parr2_parr\" ) ( \"slooterman\" ) ( \"JSTOR\" ) ( \"string35\" ) ( \"cececebe\" ) ( \"Wiki_Con\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2322", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1929263?", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?movie . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdb_id = \"tt1929263\") }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film \"Heaven Is for Real\"?", "Which language versions of Wikipedia have articles about the movie identified by tt1929263?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1929263\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2323", "question": "What are the key biographical details of Cerinthus, such as his occupation, place of birth, and gender?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q447428 ?wdProperty ?value . ?property wikibase:directClaim ?wdProperty . ?property rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?valueLabel) = \"en\") FILTER(?property IN (wd:P31, wd:P106, wd:P21, wd:P19, wd:P569, wd:P570)) }", "paraphrases": ["Was Cerinthus a philosopher or theologian, and where was he born?", "Can you tell me the occupation, gender, and birthplace of the ancient Syrian figure Cerinthus?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q447428> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2324", "question": "Publication years and truncated titles of works by Rebecca Elliott.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?title WHERE {\n  ?work wdt:P50 wd:Q26388845 .\n  ?work wdt:P577 ?date .\n  ?work rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  BIND( YEAR( ?date ) AS ?year ) .\n  BIND( SUBSTR( ?label , 1 , 20 ) AS ?title )\n}\nORDER BY ASC ( ?year )", "paraphrases": ["What are the publication years and shortened English titles of books and papers authored by Rebecca Elliott?", "Show me the years and first 20 characters of the English titles of all works written by Rebecca Elliott, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q26388845> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q26388845> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_2325", "question": "Works by Matthew Champion, including publication date, type, number of pages, and where they were published.", "sparql": "SELECT \n  (MIN(?date) AS ?minDate) \n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?instanceLabel; SEPARATOR=\", \") AS ?instanceTypes) \n  (SAMPLE(?pages) AS ?numPages) \n  ?publishedIn \n  ?publishedInLabel \n  (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?authors)\nWHERE {\n  ?work wdt:P50 wd:Q47544243 .  # Work authored by Matthew Champion\n\n  # Get work label\n  OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") }\n\n  # Get instance types (P31)\n  OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n\n  # Get publication date\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate .\n    BIND(SUBSTR(STR(?pubDate), 1, 10) AS ?dateStr)\n    BIND(xsd:date(?dateStr) AS ?date)\n  }\n\n  # Get number of pages\n  OPTIONAL { ?work wdt:P1104 ?pages }\n\n  # Get published in (P1433)\n  OPTIONAL {\n    ?work wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n\n  # Get author label (Matthew Champion)\n  wd:Q47544243 rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?publishedIn ?publishedInLabel\nORDER BY DESC(?minDate)", "paraphrases": ["What are the scholarly works authored by Matthew Champion, and what are their publication dates, types, page counts, and publication venues?", "List all works written by Matthew Champion, showing their publication dates, whether they are books or articles, how many pages they have, where they were published, and confirm the author's name."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47544243> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2326", "question": "Which entities have Twitter usernames like jessamyn, Wikimania, BBC, Snowden, esa, or ESA_EO, sorted by how many Wikipedia pages they have?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item . VALUES ?username { \"jessamyn\" \"Wikimania\" \"BBC\" \"Snowden\" \"esa\" \"ESA_EO\" } } GROUP BY ?item ?username ORDER BY ASC (?sitelinkCount)", "paraphrases": ["What are the Twitter accounts of entities like BBC and Snowden, and how many Wikipedia articles are linked to each?", "List the Twitter handles for BBC, Snowden, and other notable organizations, ordered by the number of Wikipedia pages they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"jessamyn\" ) ( \"string1\" ) ( \"string2\" ) ( \"facebook\" ) ( \"string3\" ) ( \"string4\" ) ( \"Wikimania\" ) ( \"lescarr\" ) ( \"tomscocca\" ) ( \"string5\" ) ( \"lchu3n\" ) ( \"string6\" ) ( \"erodley\" ) ( \"string7\" ) ( \"wikilgbt\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Iron_Spike\" ) ( \"string11\" ) ( \"string12\" ) ( \"HettaHowes\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"rsimmon\" ) ( \"ESA\" ) ( \"string16\" ) ( \"ESA_EO\" ) ( \"string17\" ) ( \"textfiles\" ) ( \"string18\" ) ( \"string19\" ) ( \"SkrivaFel\" ) ( \"TheoKL\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"Rosiestep\" ) ( \"Moneyish\" ) ( \"string23\" ) ( \"Snowden\" ) ( \"desigonz\" ) ( \"maxseddon\" ) ( \"WikiIndaba\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"BBC\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"string35\" ) ( \"string36\" ) ( \"J_amesp\" ) ( \"Rebastion\" ) ( \"planetlabs\" ) ( \"string37\" ) ( \"plainspace\" ) ( \"dpla\" ) ( \"BPLBoston\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2327", "question": "French-formatted calendar dates with day, month name, and year", "sparql": "SELECT ?formattedDate WHERE { ?item wdt:P31 wd:Q205892 . ?item wdt:P585 ?date . BIND(MONTH(?date) AS ?monthNum) VALUES (?month ?monthNumValue) { (wd:Q108 1) (wd:Q109 2) (wd:Q110 3) (wd:Q118 4) (wd:Q119 5) (wd:Q120 6) (wd:Q121 7) (wd:Q122 8) (wd:Q123 9) (wd:Q124 10) (wd:Q125 11) (wd:Q126 12) } FILTER(?monthNum = ?monthNumValue) ?month rdfs:label ?monthName . FILTER(LANG(?monthName) = \"fr\") BIND(STRLANG(CONCAT(STR(DAY(?date)), \" \", ?monthName, \" \", STR(YEAR(?date))), \"fr\") AS ?formattedDate) } LIMIT 10", "paraphrases": ["What are some dates in French format like \"day month year\"?", "Show me 10 dates formatted in French as \"day month_name year\", using the month's French name."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( STRLANG ( CONCAT ( STR ( DAY ( ?var1 ) ) , \" \", STR ( ?var2 ) , \" \", STR ( YEAR ( ?var1 ) ) ) , \"fr\" ) AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q205892> . ?var4 <http://www.wikidata.org/prop/direct/P585> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P2837> ?var6 . FILTER ( ( ( STR ( MONTH ( ?var1 ) ) = STR ( ?var6 ) ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } LIMIT 10"}}
{"id": "val_2328", "question": "Which organizations have Twitter accounts (TechCrunch, intel, WIRED, AOL, Gizmodo, MacRumors, engadget, latimes) and how many Wikipedia articles exist about them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item .\n  FILTER(?twitterHandle IN(\"TechCrunch\" , \"intel\" , \"WIRED\" , \"AOL\" , \"Gizmodo\" , \"MacRumors\" , \"engadget\" , \"latimes\"))\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter handles of TechCrunch, Intel, WIRED, AOL, Gizmodo, MacRumors, Engadget, and the Los Angeles Times, and how many language versions of their Wikipedia pages are there?", "List the entities on Wikidata with Twitter usernames including TechCrunch, intel, WIRED, AOL, Gizmodo, MacRumors, engadget, and latimes, along with the number of Wikipedia sitelinks they have, sorted by least to most sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"xychelsea\" ) ( \"string2\" ) ( \"intel\" ) ( \"string3\" ) ( \"Inteliot\" ) ( \"string4\" ) ( \"aionescu\" ) ( \"i0n1c\" ) ( \"s1guza\" ) ( \"string5\" ) ( \"Niktereuto\" ) ( \"string6\" ) ( \"funder\" ) ( \"string7\" ) ( \"TechCrunch\" ) ( \"Intel\" ) ( \"MarkWarner\" ) ( \"string8\" ) ( \"intelnews\" ) ( \"LouDobbs\" ) ( \"POTUS\" ) ( \"AOL\" ) ( \"string9\" ) ( \"WIRED\" ) ( \"Gizmodo\" ) ( \"string10\" ) ( \"MacRumors\" ) ( \"julipuli\" ) ( \"thehill\" ) ( \"eastdakota\" ) ( \"engadget\" ) ( \"inafried\" ) ( \"latimes\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2329", "question": "Which Twitter accounts have the fewest Wikipedia articles, among Wikimedia, SvD, techdirt, and other known handles?", "sparql": "SELECT ?item ?handle (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?handle . ?sitelink schema:about ?item ; schema:isPartOf ?wiki . VALUES ?handle { \"allisonl\" \"Anthere\" \"cneudecker\" \"ewg118\" \"fnielsen\" \"joemuggs\" \"Joinup_eu\" \"BnFMonde\" \"laBnF\" \"mstephens7\" \"kestinen\" \"deeped\" \"archasa\" \"lowenhamn\" \"namnfragor\" \"omskolning\" \"SKS_finlit\" \"ksnyberg\" \"SvD\" \"realkmmag\" \"glynmoody\" \"mmasnick\" \"techdirt\" \"WikiDigi\" \"wikidata\" \"Wikimedia\" } } GROUP BY ?item ?handle ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Can you list the Twitter accounts (like Wikimedia, SvD, techdirt) ordered by how many language versions of Wikipedia they have articles in, from least to most?", "Show me the Twitter handles of organizations like Wikimedia and SvD, sorted by the number of Wikipedia language editions they appear in, starting with the least."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Wikimedia\" ) ( \"SkrivaFel\" ) ( \"string1\" ) ( \"moppematte\" ) ( \"string2\" ) ( \"opassande\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"i4oc_org\" ) ( \"primalpoly\" ) ( \"string9\" ) ( \"sbb_news\" ) ( \"string10\" ) ( \"Anthere\" ) ( \"string11\" ) ( \"selanna\" ) ( \"fnielsen\" ) ( \"string12\" ) ( \"joemuggs\" ) ( \"string13\" ) ( \"string14\" ) ( \"jessamyn\" ) ( \"string15\" ) ( \"Joinup_eu\" ) ( \"ewg118\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"BnFMonde\" ) ( \"laBnF\" ) ( \"cneudecker\" ) ( \"sadads\" ) ( \"allisonl\" ) ( \"TheoKL\" ) ( \"CARRIONIER\" ) ( \"string21\" ) ( \"mstephens7\" ) ( \"string22\" ) ( \"kestinen\" ) ( \"deeped\" ) ( \"string23\" ) ( \"string24\" ) ( \"archasa\" ) ( \"lowenhamn\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"namnfragor\" ) ( \"omskolning\" ) ( \"SKS_finlit\" ) ( \"string29\" ) ( \"ksnyberg\" ) ( \"string30\" ) ( \"string31\" ) ( \"SvD\" ) ( \"realkmmag\" ) ( \"glynmoody\" ) ( \"mmasnick\" ) ( \"techdirt\" ) ( \"string32\" ) ( \"WikiDigi\" ) ( \"wikidata\" ) ( \"ChBonacchi\" ) ( \"caatue\" ) ( \"MKrz17\" ) ( \"string33\" ) ( \"string34\" ) ( \"cececebe\" ) ( \"string35\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2330", "question": "What entities were created, published, discovered, or officially opened in 1961?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ?date .\n  FILTER(?date >= \"1961-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1961-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Which items in Wikidata have a date of inception, publication, discovery, or official opening in 1961?", "List all works, organizations, or discoveries that came into existence in 1961, including their publication, invention, or opening dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1961-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1961-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2331", "question": "Top authority control identifiers used by art dealers on Wikidata", "sparql": "SELECT ?authorityPropLabel ?count WHERE { ?authorityProp wdt:P31 wd:Q19595382 ; wikibase:propertyType wikibase:ExternalId ; wikibase:claim ?property . { SELECT ?property ( COUNT( DISTINCT ?artDealer ) AS ?count ) WHERE { ?artDealer wdt:P106 wd:Q173950 . ?artDealer wdt:P31 wd:Q5 . ?artDealer ?property ?value . } GROUP BY ?property } ?authorityProp rdfs:label ?authorityPropLabel . FILTER(LANG(?authorityPropLabel) = \"en\") } ORDER BY DESC(?count) LIMIT 100", "paraphrases": ["Which international identity identifiers (like VIAF or ISNI) are most commonly used by art dealers in Wikidata?", "Show me the 100 most frequently used authority control IDs for art dealers, ranked by usage count."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT (* ) AS ?var3 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q173950> . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 ?var4 _:b2 . } GROUP BY ?var4 } ?var1 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19595382> . ?var1 <http://wikiba.se/ontology#claim> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_2332", "question": "What items from the Victoria and Albert Museum collection have English descriptions in Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P3929 ?vandaId .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Show me items from the V&A with their English descriptions.", "Which items in Wikidata have V&A IDs and associated English descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O550268\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2333", "question": "Journals with most publications by Gert Vriend", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?pubLabel(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P50 wd:Q28874031 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName , ?label) AS ?pubLabel)\n}\nGROUP BY ?publication ?pubLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals have published the most papers by Dutch biologist Gert Vriend?", "List the publications where Gert Vriend has published the most works, showing the count and using journal abbreviations if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28874031> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2334", "question": "What items were created, published, discovered, or officially opened in 1999?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER(?date >= \"1999-01-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1999-12-31T23:59:59Z\"^^xsd:dateTime) }", "paraphrases": ["Which entities in Wikidata have a creation date, publication date, discovery date, or official opening date in the year 1999?", "List all works, organizations, or places that began to exist in 1999, including those published, invented, discovered, or officially opened that year."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1999-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1999-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2335", "question": "What is the image of the person with SNAC ARK ID \"w6m90fnd\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6m90fnd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Fridtjof Nansen\u2019s SNAC identifier?", "Which image file on Commons is linked to the SNAC ARK ID w6m90fnd?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6m90fnd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2336", "question": "List all artists and their Benezit IDs from Wikidata.", "sparql": "SELECT ?artist ?benezitId WHERE { ?artist wdt:P2843 ?benezitId . } ORDER BY ?artist", "paraphrases": ["Who are the artists listed in the Benezit Dictionary of Artists, and what are their corresponding Benezit IDs?", "Please provide a sorted list of artists along with their Benezit identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2843> ?var2 . } ORDER BY ASC( ?var1 )"}}
{"id": "val_2337", "question": "Croatian labels for years in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?label WHERE {\n  ?year wdt:P31 wd:Q577 .\n  ?year rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"hr\" )\n}", "paraphrases": ["What are the years in Croatian language on Wikidata?", "Show me the Croatian labels for all years listed as point in time on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> + <http://www.wikidata.org/entity/Q1790144> . ?var1 ( <http://www.wikidata.org/prop/P585> / <http://www.wikidata.org/prop/statement/value/P585> ) ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"hr\" ) ) ) . ?var3 <http://wikiba.se/ontology#timeValue> ?var4 . ?var3 <http://wikiba.se/ontology#timePrecision> ?var5 . ?var3 <http://wikiba.se/ontology#timeTimezone> ?var6 . ?var3 <http://wikiba.se/ontology#timeCalendarModel> ?var7 . }"}}
{"id": "val_2338", "question": "List Wikidata items linked to U.S. National Archives identifiers (NAIDs) with their English labels.", "sparql": "SELECT ?item ?itemLabel ?naid WHERE { ?item wdt:P1225 ?naid . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Which items in Wikidata have a U.S. National Archives Identifier, and what are their English names?", "Show me the English names of Wikidata entities that are associated with NARA\u2019s online catalog identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1225> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_2339", "question": "Members of the Royal Academy of Arts and their RA Collections IDs", "sparql": "SELECT ?member ?memberLabel ?raCollectionId WHERE { ?member wdt:P463 wd:Q270920 . ?member wdt:P4553 ?raCollectionId . ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\") }", "paraphrases": ["Who are the members of the Royal Academy of Arts, and what are their RA Collections IDs?", "List all members of the Royal Academy of Arts along with their identifiers in the RA\u2019s collections database."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q270920> . ?var1 <http://www.wikidata.org/prop/direct/P4553> ?var2 . }"}}
{"id": "val_2340", "question": "What are the publication years and titles (first 20 characters) of works authored by Marta C. Gonz\u00e1lez?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?titlePrefix WHERE {\n  ?work wdt:P50 wd:Q47484431 .\n  ?work wdt:P577 ?pubDate .\n  BIND( YEAR( ?pubDate ) AS ?year ) .\n  ?work wdt:P1476 ?title .\n  BIND( SUBSTR( ?title , 1 , 20 ) AS ?titlePrefix )\n}", "paraphrases": ["Show me the year and shortened title of each publication by Marta C. Gonz\u00e1lez.", "Which papers did Marta C. Gonz\u00e1lez write, and when were they published? Include the first 20 characters of each title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47484431> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47484431> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_2341", "question": "What are some recent events (from 2023 onwards) recorded in Wikidata, and when did they occur?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?event ?eventLabel ?date WHERE {\n  ?event ( wdt:P31 / wdt:P279 * ) wd:Q1190554 .\n  OPTIONAL {\n    ?event wdt:P585 ?date .\n  }\n  OPTIONAL {\n    ?event wdt:P580 ?date .\n  }\n  FILTER ( BOUND( ?date ) && DATATYPE( ?date ) = xsd:dateTime ) FILTER ( ?date >= \"2023-01-01T00:00:00Z\" ^^ xsd:dateTime ) OPTIONAL {\n    ?event rdfs:label ?eventLabel .\n    FILTER ( LANG( ?eventLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["List events that happened since 2023, including their names and dates.", "Show me notable occurrences (like accidents, elections, or matches) from the last two years with their English labels and timestamps."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1190554> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . } BIND ( ( NOW ( ) - ?var2 ) AS ?var3 ). FILTER ( ( BOUND ( ?var2 ) && ( DATATYPE ( ?var2 ) = <http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> <= ?var3 ) && ( ?var3 < \"61\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } } LIMIT 2"}}
{"id": "val_2342", "question": "What entities were created, published, discovered, or officially opened on May 23, 1999?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1999-05-23T00:00:00Z\"^^xsd:dateTime && ?date <= \"1999-05-23T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which items on Wikidata have a date of inception, publication, discovery, or official opening exactly on May 23, 1999?", "List all cultural, artistic, or institutional entities that had their founding, release, or opening on May 23, 1999."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1999-05-23T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1999-05-23T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_2343", "question": "Who is the artist with RKDartists ID 71754?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nSELECT ?artist ?artistLabel WHERE {\n  ?artist wdtn:P650 <https://data.rkd.nl/artists/71754> .\n  ?artist rdfs:label ?artistLabel .\n  FILTER(LANG(?artistLabel) = \"en\")\n}", "paraphrases": ["What is the English label of the person linked to the RKDartists URL https://data.rkd.nl/artists/71754?", "Find the name in English of the artist whose RKDartists identifier is 71754."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P650> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } FILTER ( ( ( ?var2 = \"71799\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 5"}}
{"id": "val_2344", "question": "What calendar systems or time units are considered equivalent to a year?", "sparql": "SELECT ?calendarYear ?statement (SAMPLE(?qualifier) AS ?qualifierSample) WHERE { { SELECT DISTINCT ?calendarYear ?statement WHERE { ?statement ps:P460 wd:Q577 . ?calendarYear p:P460 ?statement . } LIMIT 101 } OPTIONAL { ?statement ?qualifier ?qualifierValue . ?qualifier wikibase:qualifier true . } } GROUP BY ?calendarYear ?statement", "paraphrases": ["Can you list calendar years that are said to be the same as the standard year, along with any additional qualifiers used in those statements?", "Which entities are linked to the concept of a year through the \"said to be the same as\" relationship?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P460> <http://www.wikidata.org/entity/Q577> . ?var1 <http://www.wikidata.org/prop/P460> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2345", "question": "What Wikipedia templates are linked to Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?template WHERE {\n  ?template wdt:P1423 wd:Q183\n}", "paraphrases": ["Which infobox templates on Wikipedia are associated with the country of Germany?", "Can you tell me the Wikipedia template that covers Germany as its main topic?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q64> <http://www.wikidata.org/prop/direct/P1423> ?var1 . }"}}
{"id": "val_2346", "question": "List Gregorian years with their English labels and associated dates, ordered chronologically.", "sparql": "SELECT ?label ?pointInTime ?startTime ?endTime ?follows ?followedBy WHERE { ?year wdt:P31 wd:Q577 . OPTIONAL { ?year rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ?year wdt:P585 ?pointInTime . OPTIONAL { ?year wdt:P580 ?startTime } OPTIONAL { ?year wdt:P582 ?endTime } OPTIONAL { ?year wdt:P155 ?follows } OPTIONAL { ?year wdt:P156 ?followedBy } } ORDER BY ASC(?pointInTime)", "paraphrases": ["What are the English names of all Gregorian years, along with their start dates and the years that come before and after them?", "Show me all known Gregorian years in chronological order, including their labels, start and end times, and the years that precede or follow them."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q950135> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q28892> . } MINUS { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q577> . ?var3 <http://www.wikidata.org/prop/qualifier/P361> <http://www.wikidata.org/entity/Q950135> . } MINUS { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q577> . ?var3 <http://www.wikidata.org/prop/qualifier/P361> <http://www.wikidata.org/entity/Q44722> . } FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/Q7415545> ) ) ) . OPTIONAL { BIND ( YEAR ( ?var4 ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P155> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P156> ?var9 . } FILTER ( ( ( STR ( ?var5 ) != STR ( ?var2 ) ) ) ) . } ORDER BY ASC( ?var4 )"}}
{"id": "val_2347", "question": "List years in Mongolian with their dates and corresponding Mongolian Wikipedia pages.", "sparql": "SELECT ?year ?date ?label ?wikipediaPage ?pageTitle WHERE { ?year wdt:P31 wd:Q577 . ?year wdt:P585 ?date . ?year rdfs:label ?label . FILTER (LANG(?label) = \"mn\") . OPTIONAL { ?wikipediaPage schema:about ?year ; schema:inLanguage \"mn\" ; schema:name ?pageTitle . } } ORDER BY ASC(?date)", "paraphrases": ["Which years have Mongolian labels on Wikidata, and what are their corresponding dates and Mongolian Wikipedia page titles?", "Show me all years from Wikidata that are labeled in Mongolian, along with their dates and links to the Mongolian Wikipedia articles about them."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"mn\" ) ) ) . OPTIONAL { ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"mn\"; <http://schema.org/name> ?var5 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_2348", "question": "How many human painters with Dutch labels are missing an RKDartists ID in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(?painter) AS ?count) WHERE {\n  ?painter wdt:P106 wd:Q1028181 .\n  ?painter wdt:P31 wd:Q5 .\n  ?painter rdfs:label ?label .\n  FILTER(LANG(?label) = \"nl\") MINUS {\n    ?painter wdt:P650 ?rkdId .\n  }\n}", "paraphrases": ["Can you tell me the number of painters in Wikidata who are identified in Dutch but do not have a record in the RKDartists database?", "What is the count of Dutch-speaking human painters in Wikidata who are not linked to the RKDartists database?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P650> ?var4 . } FILTER ( ( ( LANG ( ?var3 ) = \"nl\" ) ) ) . FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . } LIMIT 1000"}}
{"id": "val_2349", "question": "Titles of works by Ron Wehrens and their publication years, truncated to 20 characters.", "sparql": "SELECT ?year ?shortTitle WHERE { ?work wdt:P50 wd:Q27134800 . ?work wdt:P577 ?date . BIND(YEAR(?date) AS ?year) . ?work rdfs:label ?title . FILTER(LANG(?title) = \"en\") . BIND(SUBSTR(?title, 1, 20) AS ?shortTitle) } ORDER BY ?year", "paraphrases": ["What are the first 20 characters of the English titles of publications authored by Ron Wehrens, and when were they published?", "List the abbreviated English titles (first 20 characters) of Ron Wehrens\u2019s publications along with their publication years, sorted chronologically."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27134800> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27134800> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_2350", "question": "Publications with a Library of Congress Control Number (LCCN)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication WHERE {\n  ?publication wdt:P1144 ?lccn .\n}\nLIMIT 100", "paraphrases": ["Which publications in Wikidata have a Library of Congress Control Number?", "List up to 100 items from Wikidata that are assigned a Library of Congress Control Number (LCCN) for bibliographic records."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> ?var2 . } LIMIT 100"}}
{"id": "val_2351", "question": "What countries and continents is the American Society of Plant Taxonomists associated with geographically?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q1936351 (wdt:P30|wdt:P17|wdt:P131|wdt:P376|wdt:P501)* ?location . ?location wdt:P31 ?geoType . VALUES ?geoType { wd:Q6256 wd:Q15634347 wd:Q5107 wd:Q234420 wd:Q2 } }", "paraphrases": ["Find all geographic locations (like countries or continents) that the American Society of Plant Taxonomists is connected to through location relationships.", "Show the geographic hierarchy (country, continent, etc.) linked to the American Society of Plant Taxonomists."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1936351> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_2352", "question": "Which Twitter/X accounts from this list (CNNum, Amtrak, Airbus, etc.) have the fewest Wikipedia language versions?", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"iChap_\" \"string1\" \"mdeverges\" \"lucbronner\" \"IciLondres\" \"string2\" \"string3\" \"string4\" \"bibicheri\" \"pygeoffard\" \"CNNum\" \"TerryKIRO7\" \"Amtrak\" \"string5\" \"GuyDutheil\" \"vechocron\" \"string6\" \"string7\" \"string8\" \"Airbus\" \"AirbusHeli\" \"RiskArbOFI\" \"JeroFeno\" \"string9\" \"string10\" } . ?site schema:about ?item ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) } GROUP BY ?item ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Twitter usernames in this list that correspond to Wikidata items, and how many Wikipedia editions do they have, sorted by the least number?", "List the Wikidata items and their Twitter usernames from the provided list, ordered by how many Wikipedia language versions they have, from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"iChap_\" ) ( \"string1\" ) ( \"mdeverges\" ) ( \"lucbronner\" ) ( \"IciLondres\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"bibicheri\" ) ( \"pygeoffard\" ) ( \"CNNum\" ) ( \"TerryKIRO7\" ) ( \"Amtrak\" ) ( \"string5\" ) ( \"GuyDutheil\" ) ( \"vechocron\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"Airbus\" ) ( \"AirbusHeli\" ) ( \"RiskArbOFI\" ) ( \"JeroFeno\" ) ( \"string9\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2353", "question": "List entities with Twitter usernames and their Wikipedia sitelink counts, sorted by lowest sitelinks first.", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . ?site schema:about ?item . ?site schema:isPartOf ?wikipedia . FILTER(STRSTARTS(STR(?wikipedia), \"https://\")) } GROUP BY ?item ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["Which entities on Wikidata have Twitter accounts, and how many Wikipedia language versions are linked to them, ordered from least to most popular?", "Show me the Twitter usernames of Wikidata items along with the number of Wikipedia articles about them, starting with the least covered ones."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"LeuLeudo\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2354", "question": "Main subjects of works by Isabelle Augenstein, counted by frequency.", "sparql": "SELECT ?count ?mainSubjectLabel WHERE { { SELECT ?mainSubject (COUNT(?work) AS ?count) WHERE { ?work wdt:P50 wd:Q30338957 . ?work wdt:P921 ?mainSubject . } GROUP BY ?mainSubject ORDER BY DESC(?count) } ?mainSubject rdfs:label ?mainSubjectLabel . FILTER(LANG(?mainSubjectLabel) = \"en\") }", "paraphrases": ["What are the most common topics in the academic works authored by Isabelle Augenstein, and how many times does each appear?", "List the main subjects of all works written by Isabelle Augenstein, along with how often each subject occurs, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30338957> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30338957> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2355", "question": "What is the most specific category that both Algeria and South Korea belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q262 wdt:P31 ?commonType .\n  wd:Q884 wdt:P31 ?commonType .\n}\nORDER BY ASC ( ?commonType )\nLIMIT 1", "paraphrases": ["Which category is shared by Algeria and South Korea, and is the most specific one?", "What do Algeria and South Korea have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q380123> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2356", "question": "What are the Wikimedia Commons creator pages for the Art UK artist IDs van-eyck-jan-c-138013901441 and della-robbia-giovanni-146915291530?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonsPage WHERE {\n  VALUES ?artukId {\n    \"van-eyck-jan-c-138013901441\" \"della-robbia-giovanni-146915291530\"\n  }\n  ?artist wdt:P1367 ?artukId ; wdt:P1472 ?commonsPage .\n}", "paraphrases": ["Which Wikimedia Commons templates correspond to the Art UK artist IDs for Jan van Eyck and Giovanni della Robbia?", "Show me the Commons Creator page names for the artists with Art UK IDs van-eyck-jan-c-138013901441 and della-robbia-giovanni-146915291530."], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) } ?var3 <http://www.wikidata.org/prop/direct/P1367> ?var2 ; <http://www.wikidata.org/prop/direct/P1472> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_2357", "question": "Bilateral relations with English labels and main categories not labeled in Bengali", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P31 wd:Q15221623 . ?var1 rdfs:label ?var1Label . ?var1 wdt:P910 ?var2 . FILTER (LANG(?var1Label) = \"en\") FILTER NOT EXISTS { ?var2 rdfs:label ?var3Label . FILTER (LANG(?var3Label) = \"bn\") } }", "paraphrases": ["What are the bilateral relations in English, along with their main Wikimedia categories, excluding those whose categories are labeled in Bengali?", "List all bilateral relations with their English names and main categories, but only if the category does not have a Bengali label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15221623> . ?var1 <http://www.wikidata.org/prop/direct/P910> ?var2 . FILTER ( ( NOT EXISTS { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"bn\" ) ) ) . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bn\". } }"}}
{"id": "val_2358", "question": "Which organizations and individuals on Wikidata have Twitter/X usernames like \"Wikimedia\", \"nytimes\", or \"Atlassian\", and how many language versions of their pages do they have?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item ; schema:isPartOf ?site . VALUES ?username { \"Wikimedia\" \"nytimes\" \"Atlassian\" \"datadoghq\" \"belett\" \"wikisource\" \"juliasilge\" } } GROUP BY ?item ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Wikidata items with Twitter/X usernames such as \"Wikimedia\", \"nytimes\", \"Atlassian\", or \"juliasilge\", and how popular are they based on the number of language sitelinks?", "List the entities on Wikidata that use the Twitter/X usernames \"Wikimedia\", \"nytimes\", \"Atlassian\", \"datadoghq\", \"belett\", \"wikisource\", or \"juliasilge\", sorted by the number of language versions of their pages, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Litlok\" ) ( \"SocBiblio\" ) ( \"SqreenIO\" ) ( \"PoulpyWP\" ) ( \"AlsBoy\" ) ( \"onlmaps\" ) ( \"string1\" ) ( \"string2\" ) ( \"ash_crow\" ) ( \"nirzardp\" ) ( \"Wikimedia\" ) ( \"belett\" ) ( \"wikisource\" ) ( \"string3\" ) ( \"ohmymagfr\" ) ( \"Mac_Picsou\" ) ( \"mathdenel\" ) ( \"string4\" ) ( \"string5\" ) ( \"Hugo_Lz\" ) ( \"sauce_lab\" ) ( \"maamyisa\" ) ( \"string6\" ) ( \"nytimes\" ) ( \"TacoTaxFR\" ) ( \"string7\" ) ( \"string8\" ) ( \"Pouhiou\" ) ( \"Framasoft\" ) ( \"Modj0r\" ) ( \"teslawf\" ) ( \"Jean_no\" ) ( \"string9\" ) ( \"darth\" ) ( \"string10\" ) ( \"Atlassian\" ) ( \"string11\" ) ( \"LomitaWP\" ) ( \"Theoliane\" ) ( \"jarvmiller\" ) ( \"juliasilge\" ) ( \"string12\" ) ( \"Chaoborus\" ) ( \"string13\" ) ( \"WikidataAT\" ) ( \"datadoghq\" ) ( \"Erdrokan\" ) ( \"Gallorum\" ) ( \"amaranto__\" ) ( \"K_rho\" ) ( \"string14\" ) ( \"UrbanDemog\" ) ( \"string15\" ) ( \"Moez_TN\" ) ( \"string16\" ) ( \"string17\" ) ( \"Invidiosa\" ) ( \"string18\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2359", "question": "Which Wikidata items have Twitter usernames \"cliquetv\", \"ADNanime\", or \"reach_ina\", and how many Wikipedia sitelinks do they have?", "sparql": "SELECT ?item ?twitterUsername (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitterUsername . ?site schema:about ?item . VALUES ?twitterUsername { \"cliquetv\" \"ADNanime\" \"reach_ina\" } } GROUP BY ?item ?twitterUsername ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter accounts \"cliquetv\", \"ADNanime\", and \"reach_ina\" linked to in Wikidata, and how many language versions of their Wikipedia pages exist?", "List the Wikidata entities associated with the Twitter usernames cliquetv, ADNanime, and reach_ina, sorted by the number of Wikipedia links they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"SamOuStach\" ) ( \"normandyFT\" ) ( \"Normandie\" ) ( \"GDorison\" ) ( \"rcade_play\" ) ( \"Pixnlove\" ) ( \"TsumeArt\" ) ( \"DotEmu\" ) ( \"cliquetv\" ) ( \"string3\" ) ( \"manga_news\" ) ( \"string4\" ) ( \"string5\" ) ( \"MangaMag\" ) ( \"ADNanime\" ) ( \"Sedeto\" ) ( \"string6\" ) ( \"Icotaku\" ) ( \"CCointault\" ) ( \"string7\" ) ( \"reach_ina\" ) ( \"BoichiCom\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2360", "question": "What Wikidata items have the Twitter handles \"BFMTV\" or \"LCI\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"BFMTV\" \"LCI\" } }", "paraphrases": ["Can you find the entities on Wikidata that are associated with the Twitter accounts BFMTV and LCI?", "Show me the Wikidata entries for the Twitter accounts BFMTV and LCI."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"applenews\" ) ( \"NSegaunes\" ) ( \"string3\" ) ( \"jjbertolus\" ) ( \"DevedjianP\" ) ( \"mmotte\" ) ( \"LEGENRA\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"BFMTV\" ) ( \"AureCasse\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"krstv\" ) ( \"P_Airault\" ) ( \"LVigogne\" ) ( \"jmblanquer\" ) ( \"helkaroui\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"MdM_France\" ) ( \"string14\" ) ( \"FeProtest\" ) ( \"string15\" ) ( \"string16\" ) ( \"sbechaux\" ) ( \"LCI\" ) ( \"jdomerchet\" ) ( \"HK__49_3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2361", "question": "Who are some actors born in France?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q33999 ; wdt:P19 wd:Q142 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["List French actors.", "Which individuals have the occupation of actor and were born in France?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q19659010> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2362", "question": "Who are the actors born in Nice, France?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P19 wd:Q33959 ; wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q33999 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ?personLabel\nLIMIT 10", "paraphrases": ["List people from Nice who have worked as actors.", "Which individuals were born in Nice and pursued acting as a profession?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q33959> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q241471> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2363", "question": "Image of the person with SNAC ARK ID w69c89tx", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w69c89tx\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w69c89tx?", "Show me the Wikimedia Commons image for the entity identified by the SNAC ARK ID w69c89tx."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69c89tx\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2364", "question": "What are the English, French, and Latvian labels for concepts related to human migration and human rights?", "sparql": "SELECT ?item ?lvLabel ?frLabel ?enLabel WHERE { VALUES ?item { wd:Q177626 wd:Q131288 wd:Q187668 wd:Q1932461 wd:Q12547146 wd:Q706601 wd:Q473741 wd:Q15320003 wd:Q280958 wd:Q2608153 wd:Q47191833 wd:Q4354288 wd:Q7317170 wd:Q837556 wd:Q379693 wd:Q133004 wd:Q705818 wd:Q181784 wd:Q8463 wd:Q7167 wd:Q47192123 wd:Q59816 wd:Q11409 wd:Q41397 wd:Q230533 wd:Q154278 wd:Q166005 wd:Q8461 wd:Q8458 wd:Q79913 wd:Q1338878 wd:Q192989 wd:Q1368367 wd:Q16513600 wd:Q36192 wd:Q18344718 wd:Q912512 wd:Q8434 wd:Q7181 wd:Q1397926 wd:Q131572 wd:Q2382319 wd:Q283509 wd:Q49993410 wd:Q564811 wd:Q128393 wd:Q133346 wd:Q185598 wd:Q4006 wd:Q170404 wd:Q1351807 wd:Q196756 wd:Q1522225 wd:Q43812 wd:Q2918584 wd:Q61509 wd:Q5843 wd:Q865054 wd:Q200814 wd:Q3172759 wd:Q705818 wd:Q367293 } OPTIONAL { ?item rdfs:label ?enLabel . FILTER (LANG(?enLabel) = \"en\") } OPTIONAL { ?item rdfs:label ?lvLabel . FILTER (LANG(?lvLabel) = \"lv\") } OPTIONAL { ?item rdfs:label ?frLabel . FILTER (LANG(?frLabel) = \"fr\") } }", "paraphrases": ["Can you provide the English, French, and Latvian translations for terms like apartheid, immigration, refugee, and human rights?", "I need the multilingual labels (English, French, and Latvian) for a list of social concepts including migration, discrimination, and human rights terms."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q177626> ) ( <http://www.wikidata.org/entity/Q131288> ) ( <http://www.wikidata.org/entity/Q187668> ) ( <http://www.wikidata.org/entity/Q1932461> ) ( <http://www.wikidata.org/entity/Q12547146> ) ( <http://www.wikidata.org/entity/Q706601> ) ( <http://www.wikidata.org/entity/Q473741> ) ( <http://www.wikidata.org/entity/Q15320003> ) ( <http://www.wikidata.org/entity/Q280958> ) ( <http://www.wikidata.org/entity/Q2608153> ) ( <http://www.wikidata.org/entity/Q47191833> ) ( <http://www.wikidata.org/entity/Q4354288> ) ( <http://www.wikidata.org/entity/Q7317170> ) ( <http://www.wikidata.org/entity/Q837556> ) ( <http://www.wikidata.org/entity/Q379693> ) ( <http://www.wikidata.org/entity/Q133004> ) ( <http://www.wikidata.org/entity/Q705818> ) ( <http://www.wikidata.org/entity/Q181784> ) ( <http://www.wikidata.org/entity/Q8463> ) ( <http://www.wikidata.org/entity/Q7167> ) ( <http://www.wikidata.org/entity/Q47192123> ) ( <http://www.wikidata.org/entity/Q59816> ) ( <http://www.wikidata.org/entity/Q11409> ) ( <http://www.wikidata.org/entity/Q41397> ) ( <http://www.wikidata.org/entity/Q230533> ) ( <http://www.wikidata.org/entity/Q154278> ) ( <http://www.wikidata.org/entity/Q166005> ) ( <http://www.wikidata.org/entity/Q8461> ) ( <http://www.wikidata.org/entity/Q8458> ) ( <http://www.wikidata.org/entity/Q79913> ) ( <http://www.wikidata.org/entity/Q1338878> ) ( <http://www.wikidata.org/entity/Q192989> ) ( <http://www.wikidata.org/entity/Q1368367> ) ( <http://www.wikidata.org/entity/Q16513600> ) ( <http://www.wikidata.org/entity/Q36192> ) ( <http://www.wikidata.org/entity/Q18344718> ) ( <http://www.wikidata.org/entity/Q912512> ) ( <http://www.wikidata.org/entity/Q8434> ) ( <http://www.wikidata.org/entity/Q7181> ) ( <http://www.wikidata.org/entity/Q1397926> ) ( <http://www.wikidata.org/entity/Q131572> ) ( <http://www.wikidata.org/entity/Q2382319> ) ( <http://www.wikidata.org/entity/Q283509> ) ( <http://www.wikidata.org/entity/Q49993410> ) ( <http://www.wikidata.org/entity/Q564811> ) ( <http://www.wikidata.org/entity/Q128393> ) ( <http://www.wikidata.org/entity/Q133346> ) ( <http://www.wikidata.org/entity/Q185598> ) ( <http://www.wikidata.org/entity/Q4006> ) ( <http://www.wikidata.org/entity/Q170404> ) ( <http://www.wikidata.org/entity/Q1351807> ) ( <http://www.wikidata.org/entity/Q196756> ) ( <http://www.wikidata.org/entity/Q1522225> ) ( <http://www.wikidata.org/entity/Q43812> ) ( <http://www.wikidata.org/entity/Q2918584> ) ( <http://www.wikidata.org/entity/Q61509> ) ( <http://www.wikidata.org/entity/Q5843> ) ( <http://www.wikidata.org/entity/Q865054> ) ( <http://www.wikidata.org/entity/Q200814> ) ( <http://www.wikidata.org/entity/Q3172759> ) ( <http://www.wikidata.org/entity/Q367293> ) } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"lv\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"fr\" ) ) ) . } }"}}
{"id": "val_2365", "question": "German-language administrative entities used as locations in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?admin ?adminLabel ?adminDescription WHERE {\n  ?item wdt:P131 ?admin .\n  ?admin rdfs:label ?adminLabel .\n  ?admin schema:description ?adminDescription .\n  FILTER ( LANG( ?adminLabel ) = \"de\" ) FILTER ( LANG( ?adminDescription ) = \"de\" )\n}\nLIMIT 20", "paraphrases": ["Which administrative places in Wikidata have German labels and descriptions and are used as locations for other items?", "Show me up to 20 administrative regions that are used as locations in Wikidata and have German labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P131> ?var1 . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 20"}}
{"id": "val_2366", "question": "Which EU official languages have the highest percentage of migration-related concepts labeled in them on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?languageLabel ( ROUND( ( 100 * COUNT( ?topic ) ) / 10 ) AS ?coveragePercentage ) ?languageCode WHERE {\n  wd:Q458 wdt:P37 ?language .\n  ?language wdt:P424 ?languageCode .\n  ?language rdfs:label ?languageLabel .\n  VALUES ?topic {\n    wd:Q131288 wd:Q131572 wd:Q1932461 wd:Q15320003 wd:Q706601 wd:Q181784 wd:Q379693 wd:Q8458 wd:Q166005 wd:Q1338878\n  }\n  ?topic rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?languageCode ) FILTER ( LANG( ?languageLabel ) = \"en\" )\n}\nGROUP BY ?language ?languageLabel ?languageCode\nORDER BY DESC ( ?coveragePercentage )", "paraphrases": ["Among the official languages of the European Union, which ones have complete label coverage for key migration terms like refugee, immigration, and human rights?", "Show me the EU languages where all 10 major migration-related topics have Wikidata labels, ranked by how many topics are covered."], "info": {"raw_sparql": "SELECT ?var1Label ( ROUND ( ( ( \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> * SUM ( ?var2 ) ) / SUM (\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) AS ?var3 ) ?var4 WHERE { VALUES ( ?var5 ) { ( <http://www.wikidata.org/entity/Q177626> ) ( <http://www.wikidata.org/entity/Q131288> ) ( <http://www.wikidata.org/entity/Q187668> ) ( <http://www.wikidata.org/entity/Q1932461> ) ( <http://www.wikidata.org/entity/Q12547146> ) ( <http://www.wikidata.org/entity/Q706601> ) ( <http://www.wikidata.org/entity/Q473741> ) ( <http://www.wikidata.org/entity/Q15320003> ) ( <http://www.wikidata.org/entity/Q280958> ) ( <http://www.wikidata.org/entity/Q2608153> ) ( <http://www.wikidata.org/entity/Q47191833> ) ( <http://www.wikidata.org/entity/Q4354288> ) ( <http://www.wikidata.org/entity/Q7317170> ) ( <http://www.wikidata.org/entity/Q837556> ) ( <http://www.wikidata.org/entity/Q379693> ) ( <http://www.wikidata.org/entity/Q133004> ) ( <http://www.wikidata.org/entity/Q705818> ) ( <http://www.wikidata.org/entity/Q181784> ) ( <http://www.wikidata.org/entity/Q8463> ) ( <http://www.wikidata.org/entity/Q7167> ) ( <http://www.wikidata.org/entity/Q47192123> ) ( <http://www.wikidata.org/entity/Q59816> ) ( <http://www.wikidata.org/entity/Q11409> ) ( <http://www.wikidata.org/entity/Q41397> ) ( <http://www.wikidata.org/entity/Q230533> ) ( <http://www.wikidata.org/entity/Q154278> ) ( <http://www.wikidata.org/entity/Q166005> ) ( <http://www.wikidata.org/entity/Q8461> ) ( <http://www.wikidata.org/entity/Q8458> ) ( <http://www.wikidata.org/entity/Q79913> ) ( <http://www.wikidata.org/entity/Q1338878> ) ( <http://www.wikidata.org/entity/Q192989> ) ( <http://www.wikidata.org/entity/Q1368367> ) ( <http://www.wikidata.org/entity/Q16513600> ) ( <http://www.wikidata.org/entity/Q36192> ) ( <http://www.wikidata.org/entity/Q18344718> ) ( <http://www.wikidata.org/entity/Q912512> ) ( <http://www.wikidata.org/entity/Q8434> ) ( <http://www.wikidata.org/entity/Q7181> ) ( <http://www.wikidata.org/entity/Q1397926> ) ( <http://www.wikidata.org/entity/Q131572> ) ( <http://www.wikidata.org/entity/Q2382319> ) ( <http://www.wikidata.org/entity/Q283509> ) ( <http://www.wikidata.org/entity/Q49993410> ) ( <http://www.wikidata.org/entity/Q564811> ) ( <http://www.wikidata.org/entity/Q128393> ) ( <http://www.wikidata.org/entity/Q133346> ) ( <http://www.wikidata.org/entity/Q185598> ) ( <http://www.wikidata.org/entity/Q4006> ) ( <http://www.wikidata.org/entity/Q170404> ) ( <http://www.wikidata.org/entity/Q1351807> ) ( <http://www.wikidata.org/entity/Q196756> ) ( <http://www.wikidata.org/entity/Q1522225> ) ( <http://www.wikidata.org/entity/Q43812> ) ( <http://www.wikidata.org/entity/Q2918584> ) ( <http://www.wikidata.org/entity/Q61509> ) ( <http://www.wikidata.org/entity/Q5843> ) ( <http://www.wikidata.org/entity/Q865054> ) ( <http://www.wikidata.org/entity/Q200814> ) ( <http://www.wikidata.org/entity/Q3172759> ) ( <http://www.wikidata.org/entity/Q367293> ) } <http://www.wikidata.org/entity/Q458> <http://www.wikidata.org/prop/direct/P37> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P424> ?var4 . OPTIONAL { BIND ( IF ( BOUND ( ?var6Label ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( ?var4 = LANG ( ?var6Label ) ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"io\". } } GROUP BY ?var4 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2367", "question": "Which Wikidata entity has the Twitter username \"Oceana\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"Oceana\"\n  }\n}", "paraphrases": ["What is the Wikidata item for the Twitter account @Oceana?", "Find the organization on Wikidata that uses \"Oceana\" as its Twitter handle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Oceana\" ) ( \"string2\" ) } }"}}
{"id": "val_2368", "question": "Humans named \"Mel Gibson\" in Spanish or Catalan", "sparql": "SELECT ?person ?label WHERE { ?person wdt:P31 wd:Q5 . ?person rdfs:label ?label . VALUES (?label) { (\"Mel Gibson\"@es) (\"Mel Gibson\"@ca) } } ORDER BY ?person", "paraphrases": ["Who are the humans with the name \"Mel Gibson\" in Spanish or Catalan?", "List all humans whose label is \"Mel Gibson\" in Spanish or Catalan."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . VALUES ( ?var2Label ) { ( \"Mel Gibson\"@es ) ( \"Mel Gibson\"@ca ) } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2369", "question": "Image of Jean-Claude Casadesus from SNAC ARK ID w6d22jhb", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6d22jhb\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6d22jhb?", "Show me the picture of the person whose SNAC ARK ID is w6d22jhb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6d22jhb\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2370", "question": "Which of these Twitter accounts are linked to Wikidata items, and how many Wikipedia articles exist about each person?", "sparql": "SELECT ?item ?twitterUsername (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"guillegros\" \"Delreg11\" \"afr0steph\" \"Hyprion2\" \"Miliouz1\" \"eagletoo4\" \"daily_51\" \"raiden1968\" \"PkrMentor\" \"N_Hulot\" } . ?sitelink schema:about ?item ; schema:isPartOf [ wikibase:wikiGroup \"wikipedia\" ] . } GROUP BY ?item ?twitterUsername ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Can you find the Wikidata entities for the Twitter usernames N_Hulot, Delreg11, and others, and sort them by how many Wikipedia pages mention them?", "Show me the Wikidata items that have Twitter usernames like N_Hulot or PkrMentor, along with the number of Wikipedia language versions they have articles in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"guillegros\" ) ( \"string2\" ) ( \"string3\" ) ( \"Delreg11\" ) ( \"afr0steph\" ) ( \"string4\" ) ( \"Hyprion2\" ) ( \"Miliouz1\" ) ( \"string5\" ) ( \"string6\" ) ( \"eagletoo4\" ) ( \"string7\" ) ( \"daily_51\" ) ( \"string8\" ) ( \"raiden1968\" ) ( \"string9\" ) ( \"PkrMentor\" ) ( \"N_Hulot\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2371", "question": "MoMA artists and their birth places", "sparql": "SELECT ?artist ?momaId ?artistLabel ?birthPlaceLabel WHERE { ?artist wdt:P2174 ?momaId . ?artist wdt:P31 wd:Q5 . OPTIONAL { ?artist wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . } ?artist rdfs:label ?artistLabel . FILTER(LANG(?artistLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") }", "paraphrases": ["Who are the human artists listed in the Museum of Modern Art\u2019s collection, and where were they born?", "List the names and birth locations of all human artists who have a Museum of Modern Art artist ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P2174> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2372", "question": "El Greco paintings and their genres", "sparql": "SELECT DISTINCT ?painting ?paintingLabel ?genreLabel WHERE { ?painting wdt:P170 wd:Q301 ; wdt:P31 wd:Q3305213 ; wdt:P136 ?genre . ?painting rdfs:label ?paintingLabel . ?genre rdfs:label ?genreLabel . FILTER(LANG(?paintingLabel) = \"en\") FILTER(LANG(?genreLabel) = \"en\") }", "paraphrases": ["What are the paintings created by El Greco and what artistic genres do they belong to?", "List all of El Greco\u2019s paintings along with their artistic genres in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q301> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P136> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es, en, [AUTO_LENGUAGE]\". } }"}}
{"id": "val_2373", "question": "What journals have published works by Douglas Hofstadter, and how many works did he publish in each?", "sparql": "SELECT ?publication ?label (COUNT(?work) AS ?count) WHERE { ?work wdt:P50 wd:Q319308 . ?work wdt:P1433 ?publication . ?publication rdfs:label ?labelRaw . FILTER(LANG(?labelRaw) = \"en\") . OPTIONAL { ?publication wdt:P1813 ?shortName . } BIND(COALESCE(?shortName, ?labelRaw) AS ?label) } GROUP BY ?publication ?label ORDER BY DESC(?count)", "paraphrases": ["Show the publication venues for Douglas Hofstadter\u2019s works, using their short names if available, sorted by frequency.", "Which academic journals has Douglas Hofstadter contributed to, and what are their preferred labels (full name or abbreviation)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q319308> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2374", "question": "Common class of Maiduguri and Kano", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q221436 wdt:P31 ?commonClass .\n  wd:Q182984 wdt:P31 ?commonClass .\n}", "paraphrases": ["What category do both Maiduguri and Kano belong to?", "Show me the most specific shared category between the Nigerian cities Maiduguri and Kano."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q221436> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22654> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2375", "question": "Scholarly articles authored by Kristina Hanspers, including publication venue, authors, and publication date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( MIN( ?pubDate ) AS ?minPubDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?typeLabel ; SEPARATOR = \", \" ) AS ?types ) ( SAMPLE( ?pages ) AS ?numPages ) ?venue ?venueLabel ( GROUP_CONCAT( DISTINCT ?authorLabel ; SEPARATOR = \", \" ) AS ?authors ) WHERE {\n  ?work wdt:P50 wd:Q28865047 .\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER ( LANG( ?venueLabel ) = \"en\" )\n  }\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC ( ?minPubDate )", "paraphrases": ["What are all the scholarly works written by Kristina Hanspers, and who are the co-authors and journals for each?", "List all publications by Kristina Hanspers with their publication dates, journals, number of pages, and full lists of authors."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28865047> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2376", "question": "Entities with X (Twitter) usernames", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . } LIMIT 10", "paraphrases": ["Which organizations, cities, or people have an X (Twitter) account, and what are their usernames?", "Show me a list of entities along with their X (formerly Twitter) usernames."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . } LIMIT 10"}}
{"id": "val_2377", "question": "What are the publications where Laura Rieger has authored works, and how many works did she publish in each?", "sparql": "SELECT ?publication ?publicationLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q48975801 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName, ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Show Laura Rieger\u2019s publications with their preferred names (short name if available, otherwise full title), sorted by how many of her works appear in each.", "Which journals or conference proceedings have published Laura Rieger\u2019s research, and how many papers does she have in each?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q48975801> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2378", "question": "What artworks are held by the Bavarian State Painting Collections, and what are their inventory numbers?", "sparql": "SELECT ?artwork ?artworkLabel ?inventoryNumber WHERE { ?artwork wdt:P195 wd:Q812285 . OPTIONAL { ?artwork rdfs:label ?artworkLabel } OPTIONAL { ?artwork wdt:P217 ?inventoryNumber } }", "paraphrases": ["List all paintings and artworks in the Bavarian State Painting Collections along with their catalog numbers.", "Show me the titles and inventory IDs of artworks belonging to the Bavarian State Painting Collections."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P195> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q812285> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q812285> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q812285> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P217> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,fr,it,es,pt,ca,la\". } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_2379", "question": "Journals where Lauren A. Maggio has published, ordered by number of publications, using abbreviations if available.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel(COUNT(?work) AS ?publicationCount) WHERE {\n  ?work wdt:P50 wd:Q42794800 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName , ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["Which journals have published the most works by Lauren A. Maggio, and what are their names (using abbreviations when available)?", "Show me a list of journals that Lauren A. Maggio has contributed to, ranked by how many times she\u2019s published in each, with abbreviations shown instead of full titles where they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42794800> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_2380", "question": "List scholarly works by John P. McCrae, including co-authors, publication venues, and earliest publication dates, sorted from oldest to newest.", "sparql": "SELECT \n  (MIN(?pubDate) AS ?earliestPubDate)\n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types)\n  (SAMPLE(?pages) AS ?sampledPages)\n  ?publicationVenue \n  ?publicationVenueLabel \n  (GROUP_CONCAT(DISTINCT ?coAuthorLabel; SEPARATOR=\", \") AS ?coAuthors)\nWHERE {\n  # Find works authored by John P. McCrae\n  ?work wdt:P50 wd:Q47454172 .\n\n  # Get publication date\n  OPTIONAL { ?work wdt:P577 ?pubDateRaw . BIND(xsd:date(?pubDateRaw) AS ?pubDate) }\n\n  # Get work type (P31)\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n\n  # Get number of pages (P1104)\n  OPTIONAL { ?work wdt:P1104 ?pages }\n\n  # Get publication venue (P1433)\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationVenue .\n    ?publicationVenue rdfs:label ?publicationVenueLabel .\n    FILTER(LANG(?publicationVenueLabel) = \"en\")\n  }\n\n  # Get all authors of the work (including John P. McCrae)\n  ?work wdt:P50 ?coAuthor .\n\n  # Exclude John P. McCrae from co-authors\n  FILTER(?coAuthor != wd:Q47454172)\n\n  # Get co-author labels\n  OPTIONAL {\n    ?coAuthor rdfs:label ?coAuthorLabel .\n    FILTER(LANG(?coAuthorLabel) = \"en\")\n  }\n\n  # Bind labels for work and publication venue\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?publicationVenue ?publicationVenueLabel\nORDER BY ?earliestPubDate", "paraphrases": ["What are the earliest publications authored by John P. McCrae, who are his co-authors, and where were they published?", "Show me all works written by John P. McCrae, with their publication dates, co-authors (excluding himself), publication venues, and types \u2014 ordered by publication date from oldest to newest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47454172> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2381", "question": "What is the most specific shared category between South Korea and Athens County, Ohio?", "sparql": "SELECT ?commonAncestor ?commonAncestorLabel WHERE { wd:Q884 wdt:P31 ?class1 . wd:Q485588 wdt:P31 ?class2 . ?class1 wdt:P279* ?commonAncestor . ?class2 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?commonAncestorLabel . FILTER (LANG(?commonAncestorLabel) = \"en\") FILTER (CONTAINS(LCASE(?commonAncestorLabel), \"administrative territorial entity\")) } LIMIT 1", "paraphrases": ["In the Wikidata hierarchy, what is the common administrative classification that both South Korea and Athens County belong to?", "Find the most specific type that both South Korea and Athens County, Ohio are classified under in terms of administrative structure."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q485588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2382", "question": "What are the names and locations of venues that accept Visa Electron as a payment method?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?venue ?venueLabel ?coord WHERE {\n  ?venue wdt:P2851 wd:Q2993698 .\n  ?venue wdt:P625 ?coord .\n  ?venue rdfs:label ?venueLabel .\n  FILTER(LANG(?venueLabel) = \"en\")\n}", "paraphrases": ["Show me mapped businesses in Wikidata that accept Visa Electron.", "Which hotels or museums accept Visa Electron and have known geographic coordinates?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2851> <http://www.wikidata.org/entity/Q24228271> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2383", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0366629?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0366629\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang ; schema:isPartOf ?site .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  FILTER ( ?site = <https://en.wikipedia.org/> || ?site = <https://de.wikipedia.org/> )\n}", "paraphrases": ["Show me the Wikipedia articles in English or German about the film \"James Bond 007: Everything or Nothing\".", "Which Wikipedia pages link to the movie identified by IMDb ID tt0366629, and in which languages are they written?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7169096\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2384", "question": "Items in the Mus\u00e9e Saint-Raymond collection with their images and Commons categories.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image ?commonsCategory WHERE {\n  ?item wdt:P195 wd:Q1376 .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What items are in the Mus\u00e9e Saint-Raymond collection, and what are their associated images and Wikimedia Commons categories?", "Show me the English-labeled items from the Mus\u00e9e Saint-Raymond collection, along with their images and Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1376> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var3 . } } LIMIT 100"}}
{"id": "val_2385", "question": "Which Joconde work IDs are most frequently reused across different artworks in Wikidata, and what collections and inventory numbers are associated with them?", "sparql": "SELECT ?jocondeId (COUNT(*) AS ?count) (GROUP_CONCAT(DISTINCT ?collectionLabel; SEPARATOR=\"; \") AS ?collections) (GROUP_CONCAT(DISTINCT ?inventoryNumber; SEPARATOR=\"; \") AS ?inventoryNumbers) WHERE { ?item wdt:P347 ?jocondeId . OPTIONAL { ?item wdt:P195 ?collection . ?collection rdfs:label ?collectionLabel . FILTER(LANG(?collectionLabel) = \"en\") } OPTIONAL { ?item wdt:P217 ?inventoryNumber . } MINUS { ?item (wdt:P31/wdt:P279*) wd:Q15727816 . } } GROUP BY ?jocondeId ORDER BY DESC(?count)", "paraphrases": ["What are the Joconde IDs that appear on the most artworks, excluding painting series, and which museums and inventory numbers are linked to those IDs?", "Show me the Joconde IDs with the highest number of associated artworks (excluding painting series), along with the collections and inventory numbers they belong to, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { { SELECT ?var1 ( SUBSTR ( STR ( ?var3 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ) ?var3Label ( SAMPLE ( SUBSTR ( STR ( ?var5 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var5 )( GROUP_CONCAT ( ?var6 ; SEPARATOR = \" ; \" ) AS ?var6 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P347> ?var1 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P195> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P217> ?var6 . } MINUS { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15727816> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1 ?var3 ?var3Label ORDER BY ASC( ?var1 ) } } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_2386", "question": "List all artworks with their Joconde database identifiers.", "sparql": "SELECT DISTINCT ?artwork ?jocondeId WHERE { ?artwork wdt:P347 ?jocondeId .}", "paraphrases": ["Which artworks in Wikidata have a Joconde ID, and what are those IDs?", "Show me the mapping between artworks and their corresponding Joconde work IDs from the French Ministry of Culture\u2019s database."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P347> ?var2 . }"}}
{"id": "val_2387", "question": "Direct properties linking items to costume jewelry, excluding instance of", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?statementProperty wd:Q3575260 . ?property wikibase:statementProperty ?statementProperty . FILTER (?property != wd:P31) }", "paraphrases": ["What properties (other than \"instance of\") are used to relate other entities to bijou (costume jewelry)?", "List all the direct properties that connect any item to costume jewelry, but exclude the \"instance of\" property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q3575260> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_2388", "question": "What is the most specific shared category in the taxonomy between Atlanta and Honolulu?", "sparql": "SELECT ?commonClass ?label WHERE { VALUES ?commonClass { wd:Q486972 wd:Q1306755 wd:Q470540 wd:Q515 wd:Q124250988 } wd:Q23556 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonClass . wd:Q18094 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonClass . ?commonClass rdfs:label ?label . FILTER (LANG(?label) = \"en\") } ORDER BY ASC(?label) LIMIT 1", "paraphrases": ["What do Atlanta and Honolulu have in common as administrative types in Wikidata?", "What is the lowest common ancestor in the subclass hierarchy for the cities of Atlanta and Honolulu?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18094> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2389", "question": "What are the top journals where Jan Buitelaar has published the most papers?", "sparql": "SELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?publicationCount ) WHERE { ?work wdt:P50 wd:Q30302466 . ?work wdt:P1433 ?publication . ?publication rdfs:label ?publicationLabel . FILTER(LANG(?publicationLabel) = \"en\") } GROUP BY ?publication ?publicationLabel ORDER BY DESC ( ?publicationCount )", "paraphrases": ["Which academic journals have published the highest number of articles by Jan Buitelaar, and how many papers did he publish in each?", "Show me a ranked list of journals that have published Jan Buitelaar\u2019s research, ordered by the number of publications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30302466> . ?var2 <http://www.wikidata.org/prop/direct/P1433> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2390", "question": "Images of visual artworks and ancient Greek pottery on Wikimedia Commons.", "sparql": "SELECT DISTINCT ?item ?image WHERE { { ?item (wdt:P31/wdt:P279*) wd:Q4502142 . } UNION { ?item (wdt:P31/wdt:P279*) wd:Q738680 . } ?item wdt:P18 ?image . }", "paraphrases": ["What are the images of items that are either visual artworks or ancient Greek pottery?", "Show me all images from Wikimedia Commons for items classified as visual artworks or as pottery from ancient Greece, including their subclasses."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4502142> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q738680> . } { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_2391", "question": "What are all the scholarly articles authored by Sheena Radford, including their publication venues, co-authors, and earliest publication dates?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ( MIN( ?pubDate ) AS ?earliestPublicationDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?instanceLabel ; SEPARATOR = \", \" ) AS ?instanceTypes ) ( SAMPLE( ?pages ) AS ?sampledPages ) ?venue ?venueLabel ( GROUP_CONCAT( DISTINCT ?coauthorLabel ; SEPARATOR = \", \" ) AS ?coauthors ) WHERE {\n  ?work wdt:P50 wd:Q17011933 .\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER ( LANG( ?workLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND( xsd:date ( ?pubDateRaw ) AS ?pubDate )\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabel .\n    FILTER ( LANG( ?instanceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER ( LANG( ?venueLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?coauthor wdt:P50 ?work .\n    ?coauthor rdfs:label ?coauthorLabel .\n    FILTER ( LANG( ?coauthorLabel ) = \"en\" ) FILTER ( ?coauthor != wd:Q17011933 )\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC ( ?earliestPublicationDate )", "paraphrases": ["List Sheena Radford\u2019s publications in descending order of publication date, showing the journal they appeared in, their type (e.g., scholarly article), and who else co-authored them.", "Which journals have published the most work by Sheena Radford, and who are her frequent co-authors across these publications?"], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q17011933> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2392", "question": "What are some places in Finland that belong to a larger organization or system and are located in a specific administrative region?", "sparql": "SELECT ?item ?itemLabel ?adminLabel ?partLabel WHERE { ?item wdt:P131 ?admin . ?item wdt:P361 ?part . ?item wdt:P17 wd:Q33 . ?item rdfs:label ?itemLabel . ?admin rdfs:label ?adminLabel . ?part rdfs:label ?partLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?adminLabel) = \"en\") FILTER(LANG(?partLabel) = \"en\") }", "paraphrases": ["Can you list cultural or historical sites in Finland that are part of a larger group and specify which municipality they are in and what larger entity they belong to?", "Show me examples of entities in Finland that are both located in a town or municipality and are part of a broader network or collection, along with their names, locations, and affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2393", "question": "What is the most specific category that both Florida and Oakland belong to, based on the shortest path in the subclass hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( MIN( ?dist1 ) AS ?minDist1 ) ( MIN( ?dist2 ) AS ?minDist2 ) ( ?minDist1 + ?minDist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q35657 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q515 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nGROUP BY ?ancestor\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor of U.S. state and city in the Wikidata taxonomy?", "Find the entity that is the most specific shared superclass of Florida and Oakland, measured by the sum of shortest subclass paths."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q17042> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2394", "question": "Finnish municipalities without NE.se ID", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?municipalityLabel WHERE {\n  ?municipality ( wdt:P31 / wdt:P279 * ) wd:Q856076 . MINUS {\n    ?municipality wdt:P3222 [] .\n  }\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER ( LANG( ?municipalityLabel ) = \"fi\" )\n}\nORDER BY ASC ( ?municipalityLabel )", "paraphrases": ["Which municipalities in Finland are not listed in the Swedish Nationalencyklopedin?", "List the Finnish municipalities that don\u2019t have a corresponding article on NE.se."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q856076> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3222> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2395", "question": "Heritage-designated buildings in Amsterdam with images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel ?adminLabel ?image WHERE {\n  ?item wdt:P131 wd:Q727 .\n  ?item p:P1435 ?heritage .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q727 rdfs:label ?adminLabel .\n    FILTER ( LANG( ?adminLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["What are the heritage-designated sites in Amsterdam, and do they have images?", "List the English-named heritage sites in Amsterdam along with their images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(5 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(5 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_2396", "question": "What are all the academic works authored by Janet Werker, including her co-authors, publication dates, and the journals they were published in, sorted from newest to oldest?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(MIN(?pubDate) AS ?minPubDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?numPages) ?publicationSource ?publicationSourceLabel(GROUP_CONCAT(DISTINCT ?authorLabel ; SEPARATOR = \", \") AS ?authors) WHERE {\n  ?work wdt:P50 wd:Q22808729 .\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate .\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationSource .\n    ?publicationSource rdfs:label ?publicationSourceLabel .\n    FILTER(LANG(?publicationSourceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?publicationSource ?publicationSourceLabel\nORDER BY DESC(?minPubDate)", "paraphrases": ["Show me a list of Janet Werker\u2019s publications with their types (e.g., article), publication sources, number of pages, and all authors involved, ordered by publication date in descending order.", "Retrieve all scholarly works by Janet Werker, along with their co-authors, publication venues, and dates \u2014 group the results by work and include concatenated labels for types and authors in English."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q22808729> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2397", "question": "What is the most specific category that both Pyongyang and Los Angeles belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class WHERE {\n  wd:Q18808 wdt:P31 ?class .\n  wd:Q65 wdt:P31 ?class .\n  FILTER NOT EXISTS {\n    ?other wdt:P31 wd:Q18808 .\n    ?other wdt:P31 wd:Q65 .\n    ?class wdt:P279 ?other .\n  }\n}\nORDER BY ?class\nLIMIT 1", "paraphrases": ["Which class is the lowest common ancestor of Pyongyang and Los Angeles in Wikidata\u2019s hierarchy?", "What is the most specific shared classification for the cities of Pyongyang and Los Angeles?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2398", "question": "What is the most specific category that both Pyongyang and Brazil belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commonAncestor ?label WHERE {\n  {\n    wd:Q18808 wdt:P31 ?type1 .\n    ?type1 wdt:P279 ?commonAncestor .\n    wd:Q155 wdt:P31 ?type2 .\n    ?type2 wdt:P279 ?commonAncestor .\n  } UNION {\n    wd:Q18808 wdt:P31 ?type1 .\n    ?type1 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?commonAncestor .\n    wd:Q155 wdt:P31 ?type2 .\n    ?type2 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?commonAncestor .\n  }\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( STRLEN( STR( ?label ) ) )\nLIMIT 1", "paraphrases": ["What do Pyongyang and Brazil have in common in terms of their classification in Wikidata?", "Which higher-level administrative or political category includes both the city of Pyongyang and the country of Brazil?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2399", "question": "Image of Mario Vargas Llosa using SNAC ARK ID w6hx2g3p", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6hx2g3p\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6hx2g3p?", "Show me the picture of the person whose SNAC ARK ID is w6hx2g3p."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hx2g3p\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2400", "question": "What is the most specific category that both Pyongyang and Louisville belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?commonTypeLabel ?instanceCount WHERE {\n  wd:Q18808 wdt:P31 ?commonType .\n  wd:Q43668 wdt:P31 ?commonType .\n  ?commonType rdfs:label ?commonTypeLabel .\n  FILTER(LANG(?commonTypeLabel) = \"en\")\n  {\n    SELECT ?commonType(COUNT(?instance) AS ?instanceCount) WHERE {\n      ?instance wdt:P31 ?commonType .\n    }\n    GROUP BY ?commonType\n  }\n}\nORDER BY ASC(?instanceCount)\nLIMIT 1", "paraphrases": ["Which type is shared by both Pyongyang and Louisville, and is the most specific among their common classifications?", "Find the common class that both Pyongyang and Louisville are instances of, ranked by how narrowly it defines them."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2401", "question": "Dutch-language descriptions of squares in the Netherlands that are not canals, streets, or hamlets.", "sparql": "SELECT ?square ?description WHERE { ?square wdt:P31 wd:Q174782 . ?square wdt:P17 wd:Q55 . FILTER NOT EXISTS { ?square wdt:P31 wd:Q523166 . ?square wdt:P31 wd:Q79007 . ?square wdt:P31 wd:Q1484611 . } OPTIONAL { ?square schema:description ?description . FILTER (LANG(?description) = \"nl\") } }", "paraphrases": ["What are the Dutch descriptions of public squares in the Netherlands that are not classified as streets, canals, or buurtschappen?", "Show me the Dutch descriptions of all squares in the Netherlands, excluding those classified as streets, canals, or small inhabited places."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q174782> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q55> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q523166> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1484611> . } ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"nl\" ) ) ) . } }"}}
{"id": "val_2402", "question": "What are some public squares and where are they located?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?square ?squareLabel ?location WHERE {\n  ?square wdt:P31 wd:Q174782 .\n  ?square wdt:P276 ?location .\n  ?square rdfs:label ?squareLabel .\n  FILTER ( LANG( ?squareLabel ) = 'en' )\n}", "paraphrases": ["Can you list English-named city squares along with the cities they are in?", "Show me the names and locations of real-world squares (not types of squares) in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q174782> . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2403", "question": "List all hotels in Amsterdam.", "sparql": "SELECT ?hotel WHERE { ?hotel wdt:P31 wd:Q27686 ; wdt:P131 wd:Q9899 . }", "paraphrases": ["What are the hotels located in Amsterdam?", "Show me the entities representing hotels in Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/hotel-the-exchange/106> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2404", "question": "Humans who are citizens of the Netherlands but do not have a Slovenian label.", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P27 wd:Q55 . ?var1 rdfs:label ?var1Label . FILTER ( NOT EXISTS { ?var1 rdfs:label ?slLabel . FILTER ( LANG( ?slLabel ) = \"sl\" ) } ) } ORDER BY ASC(?var1Label)", "paraphrases": ["Which humans are citizens of the Netherlands and do not have a label in Slovenian?", "List all Dutch human citizens sorted alphabetically by their name, excluding those with any Slovenian-language label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q55> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,nl,fr,it,es,no,pt,pl,cs,hr,du\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"sl\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2405", "question": "What is the image of Deventer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q10001 wdt:P18 ?image .\n}", "paraphrases": ["What image is associated with the municipality of Deventer on Wikimedia Commons?", "Show me the official image of Deventer, Netherlands, as stored on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q10001> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_2406", "question": "Streets in the Netherlands named after painters and nearby locations not named after anyone.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?nearbyLocation ?nearbyLocationLabel ?nearbyLocationCoord WHERE {\n  ?street wdt:P31 wd:Q79007 ; wdt:P17 wd:Q55 ; wdt:P138 ?painter ; wdt:P625 ?streetCoord .\n  ?painter wdt:P106 wd:Q1028181 .\n  ?nearbyLocation wdt:P625 ?nearbyLocationCoord .\n  FILTER ( geof:distance ( ?streetCoord , ?nearbyLocationCoord ) <= 0.1 ) MINUS {\n    ?nearbyLocation wdt:P138 [] .\n  }\n  OPTIONAL {\n    ?nearbyLocation rdfs:label ?nearbyLocationLabel .\n    FILTER ( LANG( ?nearbyLocationLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What locations are within 100 meters of streets in the Netherlands that are named after painters, excluding those that are themselves named after someone?", "Show me places near streets in the Netherlands that honor painters, but aren\u2019t named after any person themselves, along with their labels and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P138> / <http://www.wikidata.org/prop/direct/P106> ) <http://www.wikidata.org/entity/Q1028181> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q55> ; <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"0.1\". } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P138> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_2407", "question": "What is the entity in Wikidata that has the French label \"Dicle Haber Ajans\u0131\" and is a news agency?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Dicle Haber Ajans\u0131\"@fr . ?item wdt:P31 wd:Q192283 . }", "paraphrases": ["Find the news agency known as \"Dicle Haber Ajans\u0131\" in French.", "Which organization, classified as a news agency, is referred to as \"Dicle Haber Ajans\u0131\" in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Diha Kaci\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_2408", "question": "List all scholarly articles authored by Ulrik Kjems, including their publication dates, co-authors, journals, and number of pages.", "sparql": "SELECT \n  ?publicationDate \n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?instanceLabel; SEPARATOR=\", \") AS ?instanceTypes) \n  ?numberOfPages \n  ?publishedIn \n  ?publishedInLabel \n  (GROUP_CONCAT(DISTINCT ?coAuthorLabel; SEPARATOR=\", \") AS ?coAuthors)\nWHERE {\n  ?work wdt:P50 wd:Q27846382 .  # Works authored by Ulrik Kjems\n\n  # Publication date\n  OPTIONAL { ?work wdt:P577 ?publicationDate }\n\n  # Number of pages\n  OPTIONAL { ?work wdt:P1104 ?numberOfPages }\n\n  # Published in\n  OPTIONAL {\n    ?work wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n\n  # Instance type (e.g., scholarly article)\n  OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n\n  # Work title\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n\n  # Co-authors (other authors of the same work)\n  OPTIONAL {\n    ?work wdt:P50 ?coAuthor .\n    ?coAuthor rdfs:label ?coAuthorLabel .\n    FILTER(LANG(?coAuthorLabel) = \"en\")\n    # Exclude Ulrik Kjems himself from co-authors\n    FILTER(?coAuthor != wd:Q27846382)\n  }\n}\nGROUP BY ?work ?workLabel ?publishedIn ?publishedInLabel ?publicationDate ?numberOfPages\nORDER BY DESC(?publicationDate)", "paraphrases": ["What are the publications by Ulrik Kjems, and who are his co-authors, where were they published, and when?", "Please provide a list of Ulrik Kjems\u2019 academic works with their titles, publication years, co-authors, publication venues, instance types (e.g., scholarly article), and page counts, sorted by most recent first."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27846382> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2409", "question": "Artworks in the Metropolitan Museum of Art created by women and depicting female subjects, with images and Wikipedia pages.", "sparql": "SELECT DISTINCT ?artwork ?artworkLabel ?depictedLabel ?image ?wikipediaPage WHERE { ?artwork wdt:P195 wd:Q160236 . ?artwork wdt:P170 ?creator . ?creator wdt:P21 wd:Q6581072 . ?artwork wdt:P180 ?depicted . ?depicted wdt:P21 wd:Q6581072 . ?artwork wdt:P18 ?image . OPTIONAL { ?wikipediaPage schema:about ?artwork . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") } OPTIONAL { ?depicted rdfs:label ?depictedLabel . FILTER(LANG(?depictedLabel) = \"en\") } } GROUP BY ?artwork ?artworkLabel ?depictedLabel ?image ?wikipediaPage LIMIT 50", "paraphrases": ["Which artworks in the Metropolitan Museum of Art were created by female artists and depict female figures, and what are their images and Wikipedia links?", "Show me female-created artworks from the Met that feature female subjects, along with their images and corresponding English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q160236> . ?var1 <http://www.wikidata.org/prop/direct/P170> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P180> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_2410", "question": "Who are the female artists whose artworks are held in collections located in New York City?", "sparql": "SELECT DISTINCT ?creatorLabel WHERE { ?work wdt:P195 ?collection . ?collection wdt:P131* wd:Q60 . ?work wdt:P170 ?creator . ?creator wdt:P21 wd:Q6581072 . ?creator rdfs:label ?creatorLabel . FILTER(LANG(?creatorLabel) = \"en\") }", "paraphrases": ["Female creators of items in New York City collections", "List the names of women who created works in collections based in New York City."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P195> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q60> . ?var2 <http://www.wikidata.org/prop/direct/P170> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2411", "question": "Official websites of United States federal agencies", "sparql": "SELECT ?website WHERE { ?agency wdt:P31 wd:Q20857065 . ?agency wdt:P856 ?website . } LIMIT 20", "paraphrases": ["What are the official websites of U.S. federal government agencies?", "Can you list up to 20 official websites of organizations that are instances of U.S. federal agencies?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q20857065> . ?var2 <http://www.wikidata.org/prop/direct/P856> ?var1 . } LIMIT 20"}}
{"id": "val_2412", "question": "List all scholarly works by Anthony A. Echelle, including co-authors, publication journals, earliest publication dates, and types.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?publicationDate) AS ?earliestPublicationDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?authorLabelClean ; SEPARATOR = \", \") AS ?authors)(SAMPLE(?pages) AS ?samplePages) ?publishedIn ?publishedInLabel(GROUP_CONCAT(DISTINCT ?instanceLabel ; SEPARATOR = \", \") AS ?types) WHERE {\n  ?work wdt:P50 wd:Q21387677 .\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  BIND(COALESCE(?authorLabel , SUBSTR(STR(?author) , 32)) AS ?authorLabelClean)\n  OPTIONAL {\n    ?work wdt:P577 ?publicationDateRaw .\n    BIND(xsd:date(?publicationDateRaw) AS ?publicationDate)\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER(LANG(?workLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?publishedIn ?publishedInLabel\nORDER BY DESC(?earliestPublicationDate)", "paraphrases": ["What are the publications authored by Anthony A. Echelle, who are his co-authors, where were they published, and when was the earliest one released?", "Show me a list of Anthony A. Echelle\u2019s publications with their co-authors, the journals they appeared in, the number of pages, and their publication dates, sorted from newest to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q21387677> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2413", "question": "French labels and descriptions of properties used for Claude Monet in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?label ?description WHERE {\n  wd:Q296 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?label .\n  ?propertyEntity schema:description ?description .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(LANG(?description) = \"fr\")\n}\nLIMIT 100", "paraphrases": ["What are the French labels and descriptions of the properties that describe Claude Monet in Wikidata?", "Show me the French names and descriptions of all properties that are used to describe Claude Monet on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q296> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_2414", "question": "Countries with Russian Wikipedia articles", "sparql": "SELECT DISTINCT ?country WHERE { ?country wdt:P31 wd:Q6256 . ?wikipediaPage schema:isPartOf <https://ru.wikipedia.org/> ; schema:about ?country . }", "paraphrases": ["Which countries have a Wikipedia page on the Russian Wikipedia?", "List all countries that are linked to articles on the Russian-language Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var2 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> ; <http://schema.org/about> ?var1 . }"}}
{"id": "val_2415", "question": "Who has the Twitter handle tsipras_eu?", "sparql": "SELECT ?person ?twitterHandle WHERE { ?person wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"tsipras_eu\" } }", "paraphrases": ["Which Wikidata item is associated with the Twitter username tsipras_eu?", "Find the person whose Twitter/X username is tsipras_eu."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"tsipras_eu\" ) ( \"string1\" ) ( \"syriza_gr\" ) ( \"dntwit\" ) ( \"string2\" ) } }"}}
{"id": "val_2416", "question": "What types of entities is Aldi an instance of?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type ?typeLabel WHERE {\n  wd:Q125054 wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}", "paraphrases": ["What categories does Aldi belong to in Wikidata?", "Is Aldi classified as a supermarket chain or a brand name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Property:P31> ?var1 <http://www.wikidata.org/entity/Q125054> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2417", "question": "List all works by Lawrence Butler, including their publication dates, types (e.g., book review or scholarly article), number of pages, and where they were published, sorted by most recent first.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?pubDate) AS ?minPubDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?instanceLabel ; SEPARATOR = \", \") AS ?instanceTypes)(SAMPLE(?pages) AS ?numPages) ?publicationVenue ?publicationVenueLabel WHERE {\n  ?work wdt:P50 wd:Q42687928 .\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER(LANG(?workLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND(xsd:date(?pubDateRaw) AS ?pubDate)\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationVenue .\n    OPTIONAL {\n      ?publicationVenue rdfs:label ?publicationVenueLabel .\n      FILTER(LANG(?publicationVenueLabel) = \"en\")\n    }\n  }\n}\nGROUP BY ?work ?workLabel ?publicationVenue ?publicationVenueLabel\nORDER BY DESC(?minPubDate)", "paraphrases": ["What are the publications authored by Lawrence Butler, and what are their publication dates, types, page counts, and venues?", "Please provide a list of all scholarly works by Lawrence Butler, with their publication years, types (such as article or review), number of pages, and the journals or books in which they appeared, ordered from newest to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42687928> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2418", "question": "Which institutions or individuals on Wikidata have the Twitter handles ENS_ULM, EHESS_fr, Lille3, MaitronD, psl_univ, SFWamPearl, or UnivParis8?", "sparql": "SELECT ?institutionOrPerson ?twitterHandle WHERE { ?institutionOrPerson wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"ENS_ULM\" \"EHESS_fr\" \"Lille3\" \"MaitronD\" \"psl_univ\" \"SFWamPearl\" \"UnivParis8\" } }", "paraphrases": ["Who are the entities on Wikidata associated with the Twitter accounts @ENS_ULM, @EHESS_fr, @Lille3, @MaitronD, @psl_univ, @SFWamPearl, and @UnivParis8?", "List all Wikidata entities that are linked to the French academic institutions\u2019 Twitter usernames: ENS_ULM, EHESS_fr, Lille3, MaitronD, psl_univ, SFWamPearl, and UnivParis8."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"ENS_ULM\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"anne1978\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"adane_v\" ) ( \"EHESS_fr\" ) ( \"NBarreyre\" ) ( \"SFWamPearl\" ) ( \"MaitronD\" ) ( \"string12\" ) ( \"UnivParis8\" ) ( \"string13\" ) ( \"FDaRochaC\" ) ( \"Lille3\" ) ( \"string14\" ) ( \"AphgIDF\" ) ( \"string15\" ) ( \"string16\" ) ( \"eduscol_HG\" ) ( \"string17\" ) ( \"string18\" ) ( \"psl_univ\" ) ( \"string19\" ) ( \"string20\" ) ( \"ChanetJF\" ) } }"}}
{"id": "val_2419", "question": "Mosques and monasteries in Amsterdam with their types", "sparql": "SELECT ?building ?buildingLabel ?type ?typeLabel WHERE { { ?building wdt:P31 wd:Q32815 . BIND(wd:Q32815 AS ?type) } UNION { ?building wdt:P31 wd:Q44539 . BIND(wd:Q44539 AS ?type) } UNION { ?building wdt:P31 wd:Q44613 . BIND(wd:Q44613 AS ?type) } UNION { ?building wdt:P31 wd:Q697295 . BIND(wd:Q697295 AS ?type) } ?building wdt:P131 wd:Q9899 . ?building rdfs:label ?buildingLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?buildingLabel) = \"en\" || LANG(?buildingLabel) = \"\") FILTER(LANG(?typeLabel) = \"en\" || LANG(?typeLabel) = \"\") } LIMIT 200", "paraphrases": ["What are the mosques, monasteries, temples, and shrines located in Amsterdam, and what types are they?", "List all religious buildings such as mosques, monasteries, temples, and shrines in Amsterdam, along with their labels and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var8 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q32815> . ?var6 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } UNION { } UNION { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q697295> . ?var5 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44539> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } UNION { ?var1 <http://www.wikidata.org/entity/P31> <http://www.wikidata.org/entity/Q44613> . ?var1 <http://www.wikidata.org/entity/P31> <http://www.wikidata.org/entity/Q9899> . } OPTIONAL { } } LIMIT 200"}}
{"id": "val_2420", "question": "Mosques, shrines, temples, and monasteries in Amsterdam with images and coordinates for mosques.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?monastery ?monasteryLabel ?temple ?templeLabel ?shrine ?shrineLabel ?mosque ?mosqueLabel ?image ?coordinates WHERE {\n  {\n    ?mosque wdt:P31 wd:Q32815 .\n    ?mosque wdt:P131 wd:Q9899 .\n    OPTIONAL {\n      ?mosque wdt:P18 ?image .\n      ?mosque wdt:P625 ?coordinates .\n    }\n    ?mosque rdfs:label ?mosqueLabel .\n    FILTER(LANG(?mosqueLabel) = \"en\")\n  } UNION {\n    ?shrine wdt:P31 wd:Q697295 .\n    ?shrine wdt:P131 wd:Q9899 .\n    ?shrine rdfs:label ?shrineLabel .\n    FILTER(LANG(?shrineLabel) = \"en\")\n  } UNION {\n    ?temple wdt:P31 wd:Q44539 .\n    ?temple wdt:P131 wd:Q9899 .\n    ?temple rdfs:label ?templeLabel .\n    FILTER(LANG(?templeLabel) = \"en\")\n  } UNION {\n    ?monastery wdt:P31 wd:Q44613 .\n    ?monastery wdt:P131 wd:Q9899 .\n    ?monastery rdfs:label ?monasteryLabel .\n    FILTER(LANG(?monasteryLabel) = \"en\")\n  }\n}\nLIMIT 200", "paraphrases": ["What are the mosques, shrines, temples, and monasteries located in Amsterdam, and which mosques have images and geographic coordinates?", "List all religious buildings \u2014 including mosques, shrines, temples, and monasteries \u2014 in Amsterdam, along with their English labels, and include images and coordinates for mosques where available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var8 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q32815> . ?var6 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P18> ?var7 . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var8 . } } UNION { } UNION { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q697295> . ?var5 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44539> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44613> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . } } LIMIT 200"}}
{"id": "val_2421", "question": "What are the English, French, and Italian names for Bacalhau \u00e0 Br\u00e1s, along with its image and Wikipedia link?", "sparql": "SELECT ?label ?description ?image ?wikipediaArticle WHERE {\n  VALUES (?lang ?order) {\n    (\"en\" 1)\n    (\"fr\" 2)\n    (\"it\" 3)\n  }\n  \n  wd:Q541392 rdfs:label ?label .\n  FILTER (LANG(?label) = ?lang)\n  \n  OPTIONAL {\n    wd:Q541392 schema:description ?description .\n    FILTER (LANG(?description) = \"en\")\n  }\n  \n  OPTIONAL {\n    wd:Q541392 wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?wikipediaArticle schema:about wd:Q541392 ;\n                    schema:inLanguage \"en\" ;\n                    schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?order", "paraphrases": ["Can you show me the labels for Bacalhau \u00e0 Br\u00e1s in English, French, and Italian, plus its description, image, and English Wikipedia page?", "Please provide the multilingual labels (English, French, Italian) for the dish Bacalhau \u00e0 Br\u00e1s, its English description, the image from Wikimedia Commons, and its English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q541392> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q541392> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q541392> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q541392> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q541392> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_2422", "question": "English or German Wikipedia page for the movie with IMDb ID tt3013160", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt3013160\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the film Arrowhead (2015)?", "Show me the Wikipedia pages in English or German for the movie identified by IMDb ID tt3013160."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3013160\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2423", "question": "Paintings made from oakwood on a painting support", "sparql": "SELECT ?painting ?paintingLabel ?supportLabel WHERE {  ?painting (wdt:P31/wdt:P279*) wd:Q3305213 ;           p:P186 [             ps:P186 wd:Q2075708 ;             pq:P518 wd:Q861259           ] .  wd:Q861259 rdfs:label ?supportLabel .  ?painting rdfs:label ?paintingLabel .  FILTER(LANG(?paintingLabel) = \"en\")  FILTER(LANG(?supportLabel) = \"en\")} LIMIT 2000", "paraphrases": ["Which paintings are made from oakwood and applied on a painting support?", "Show me the names of paintings that are constructed using oakwood as the material and have a painting support as the surface they are applied to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/P186> [ <http://www.wikidata.org/prop/statement/P186> <http://www.wikidata.org/entity/Q2075708> ; <http://www.wikidata.org/prop/qualifier/P518> <http://www.wikidata.org/entity/Q861259> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 2000"}}
{"id": "val_2424", "question": "English label of artificial intelligence", "sparql": "SELECT DISTINCT ?label (LANG(?label) AS ?language) WHERE { wd:Q11660 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the English label for the entity \"artificial intelligence\" on Wikidata?", "Show me the English name of artificial intelligence and confirm its language is English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( LANG ( ?var1 ) AS ?var2 ) WHERE { <http://www.wikidata.org/entity/Q11660> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_2425", "question": "Poets from India, their birthplaces, names, and birth years.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?birthPlace ?poet ?name ?birthYear WHERE {\n  ?poet wdt:P106 wd:Q49757 .\n  ?poet wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P17 wd:Q668 .\n  ?poet rdfs:label ?name .\n  OPTIONAL {\n    ?poet wdt:P569 ?dateOfBirth .\n  }\n  BIND( YEAR( ?dateOfBirth ) AS ?birthYear ) .\n  FILTER ( LANG( ?name ) = \"en\" ) .\n}", "paraphrases": ["Who are the poets born in India, and where and when were they born?", "List the English names, birthplaces, and birth years of all poets from India."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q49757> . ?var2 <http://www.wikidata.org/prop/direct/P19> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var5 . } BIND ( YEAR ( ?var5 ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ml\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_2426", "question": "What class do both Hawaii and South Dakota belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class WHERE {\n  wd:Q782 wdt:P31 ?class .\n  wd:Q1211 wdt:P31 ?class .\n}\nLIMIT 1", "paraphrases": ["Which category is shared by the U.S. states of Hawaii and South Dakota?", "What is the most specific type that both Hawaii and South Dakota are examples of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1211> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2427", "question": "What are the birth dates of people in Wikidata who have a WikiTree ID, and do they include approximate dates or date ranges?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT ?person ?personLabel ?wikiTreeId ?birthDate ?precision ?calendarModel ?earliestDate ?latestDate ?sourcingCircumstance ?sourcingCircumstanceLabel WHERE {\n  ?person wdt:P2949 ?wikiTreeId .\n  ?person p:P569 ?birthStatement .\n  ?birthStatement psv:P569 ?birthValue .\n  ?birthValue wikibase:timeValue ?birthDate ; wikibase:timePrecision ?precision ; wikibase:timeCalendarModel ?calendarModel .\n  FILTER(?calendarModel = wd:Q1985727)\n  OPTIONAL {\n    ?birthStatement pq:P1319 ?earliestDate .\n  }\n  OPTIONAL {\n    ?birthStatement pq:P1326 ?latestDate .\n  }\n  OPTIONAL {\n    ?birthStatement pq:P1480 ?sourcingCircumstance .\n    ?sourcingCircumstance rdfs:label ?sourcingCircumstanceLabel .\n    FILTER(LANG(?sourcingCircumstanceLabel) = \"en\")\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ASC(?person)\nLIMIT 10", "paraphrases": ["Show me people with WikiTree IDs, their exact birth dates, and any notes about uncertainty (like \"circa\") in their birth records.", "List individuals linked to WikiTree with their birth details, including precision, calendar used, and any earliest/latest possible dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8Label ?var9 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P2949> ?var10 . ?var1 <http://www.wikidata.org/prop/P569> ?var3 . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var2 . ?var2 <http://wikiba.se/ontology#timePrecision> ?var5 . ?var2 <http://wikiba.se/ontology#timeValue> ?var4 . ?var2 <http://wikiba.se/ontology#timeCalendarModel> ?var9 . ?var2 <http://wikiba.se/ontology#timeCalendarModel> <http://www.wikidata.org/entity/Q1985786> . ?var2 <http://wikiba.se/ontology#Value> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P1319> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P1326> ?var7 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P1480> ?var8 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_2428", "question": "Top countries by number of artists in Finnish National Gallery collection", "sparql": "SELECT ?countryLabel (COUNT(?artwork) AS ?count) WHERE { ?artwork wdt:P195 wd:Q2983474 . ?artwork wdt:P170 ?creator . ?creator wdt:P27 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } GROUP BY ?countryLabel ORDER BY DESC(?count) LIMIT 10", "paraphrases": ["Which countries have the most artists whose works are held by the Finnish National Gallery?", "Show me the countries whose artists contributed the most artworks to the Finnish National Gallery, ranked by count."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q2983474> . ?var2 <http://www.wikidata.org/prop/direct/P170> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P27> ?var1 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P4819> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\", \"en\", \"sv\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2429", "question": "What is the image of the person with SNAC ARK ID w61w3c0s?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w61w3c0s\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Image of Tadeusz Borowski (SNAC ARK ID w61w3c0s)", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w61w3c0s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pc5snr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2430", "question": "French label and Freebase ID of The Yellow Christ by Paul Gauguin", "sparql": "SELECT ?label ?freebaseId WHERE { wd:Q500951 rdfs:label ?label . FILTER (LANG(?label) = \"fr\") . wd:Q500951 wdt:P646 ?freebaseId . }", "paraphrases": ["What is the French title of the painting \"The Yellow Christ\" and its Freebase ID?", "Please provide the French name and Freebase identifier for Paul Gauguin\u2019s painting \"The Yellow Christ\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q500951> <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P646> ?var6 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2431", "question": "What is the name of the monument in the Netherlands with Rijksmonument ID 1275?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monument ?monumentLabel ?rijksmonumentId WHERE {\n  ?monument wdt:P359 ?rijksmonumentId .\n  ?monument rdfs:label ?monumentLabel .\n  FILTER ( ?rijksmonumentId = \"1275\" )\n}\nLIMIT 100", "paraphrases": ["Which monument has the identifier 1275 in the Rijksmonument register?", "Can you tell me the monument associated with Rijksmonument ID 1275?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,nl\". } ?var1 <http://www.wikidata.org/prop/direct/P359> ?var2 . FILTER ( ( ( ?var2 = \"1275\" ) ) ) . } LIMIT 100"}}
{"id": "val_2432", "question": "What is the type of IBM according to Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel ?type ?typeLabel WHERE {\n  ?item rdfs:label \"IBM\" @en .\n  ?item wdt:P31 wd:Q4830453 .\n  ?article schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?item wdt:P31 ?type .\n  ?item rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["What are the categories or classes that IBM belongs to on Wikidata?", "Show me the English label of IBM and its Wikidata types."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 ?var4Label \"IBM\"@en . ?var5 <http://schema.org/about> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> \"business\"@en . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } }"}}
{"id": "val_2433", "question": "Wikidata items labeled \"IBM\" in English and their types", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel ?type ?typeLabel ?page WHERE {\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\" && ?itemLabel = \"IBM\" @en)\n  .\n  OPTIONAL {\n    ?item wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item wdt:P304 ?page .\n  }\n}", "paraphrases": ["What are the types of entities in Wikidata that are labeled \"IBM\" in English?", "List all entities named \"IBM\" in English along with their categories and any cited page numbers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 ?var4Label \"IBM\"@en . ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P304> ?var3 . } }"}}
{"id": "val_2434", "question": "Image of Boris Artzybasheff with SNAC ARK ID w6223008", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6223008\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Boris Artzybasheff, whose SNAC ARK ID is w6223008?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6223008."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6223008\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2435", "question": "Which Wikidata entities have Twitter usernames BASEsearch, clmbirn, c_riesen, EvoMRI, katja_mat, KGoepfrich, MsPhelps, nichtich, wikidata, or ZENODO_ORG?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"BASEsearch\" \"clmbirn\" \"c_riesen\" \"EvoMRI\" \"katja_mat\" \"KGoepfrich\" \"MsPhelps\" \"nichtich\" \"wikidata\" \"ZENODO_ORG\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles BASEsearch, clmbirn, c_riesen, EvoMRI, katja_mat, KGoepfrich, MsPhelps, nichtich, wikidata, and ZENODO_ORG?", "List the Wikidata items and their corresponding Twitter usernames for the following handles: BASEsearch, clmbirn, c_riesen, EvoMRI, katja_mat, KGoepfrich, MsPhelps, nichtich, wikidata, and ZENODO_ORG."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"c_riesen\" ) ( \"string2\" ) ( \"ZENODO_ORG\" ) ( \"string3\" ) ( \"BASEsearch\" ) ( \"OK_Maps\" ) ( \"string4\" ) ( \"MsPhelps\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"clmbirn\" ) ( \"SIBehrens\" ) ( \"string8\" ) ( \"wikidata\" ) ( \"katja_mat\" ) ( \"KGoepfrich\" ) ( \"iansample\" ) ( \"string9\" ) ( \"string10\" ) ( \"nichtich\" ) ( \"EvoMRI\" ) } }"}}
{"id": "val_2436", "question": "Image of Tadeusz Borowski (SNAC ARK ID w61w3c0s)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61w3c0s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w61w3c0s?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w61w3c0s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6tq7vh7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2437", "question": "Public services in France and their official websites, sorted by type and name.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?service ?typeLabel ?serviceLabel ?website WHERE {\n  ?service ( wdt:P31 / wdt:P279 * ) wd:Q161837 ; wdt:P17 wd:Q142 .\n  ?service wdt:P31 ?type .\n  OPTIONAL {\n    ?service wdt:P856 ?website .\n  }\n  ?type rdfs:label ?typeLabel .\n  ?service rdfs:label ?serviceLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" ) FILTER ( LANG( ?serviceLabel ) = \"en\" )\n}\nORDER BY ASC ( ?typeLabel ) ASC ( ?serviceLabel )", "paraphrases": ["What are the public services in France, what types of services are they, and do they have official websites?", "List all public services in France, including their English labels, their classification types (e.g., association, brand, syndicate), and their official websites, sorted alphabetically by type and service name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q161837> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var2Label )ASC( ?var1Label )"}}
{"id": "val_2438", "question": "What are the parent categories of machine learning up to five levels up in the classification hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?ancestorLabel WHERE {\n  {\n    wd:Q2539 wdt:P279 ?ancestor .\n  } UNION {\n    wd:Q2539 wdt:P279 ?int1 .\n    ?int1 wdt:P279 ?ancestor .\n  } UNION {\n    wd:Q2539 wdt:P279 ?int1 .\n    ?int1 wdt:P279 ?int2 .\n    ?int2 wdt:P279 ?ancestor .\n  } UNION {\n    wd:Q2539 wdt:P279 ?int1 .\n    ?int1 wdt:P279 ?int2 .\n    ?int2 wdt:P279 ?int3 .\n    ?int3 wdt:P279 ?ancestor .\n  } UNION {\n    wd:Q2539 wdt:P279 ?int1 .\n    ?int1 wdt:P279 ?int2 .\n    ?int2 wdt:P279 ?int3 .\n    ?int3 wdt:P279 ?int4 .\n    ?int4 wdt:P279 ?ancestor .\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER ( LANG( ?ancestorLabel ) = \"en\" ) FILTER ( ?ancestor != wd:Q2539 )\n}\nORDER BY ?ancestor", "paraphrases": ["Show me all the academic disciplines that machine learning is a subclass of, going up to five generations of broader categories.", "List the broader fields of study that include machine learning, with labels in English, within five levels of abstraction."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2539> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2439", "question": "What are all the subfields of pattern recognition in computer science, and what are their immediate parent categories?", "sparql": "SELECT ?subclass ?subclassLabel ?directParent WHERE { ?subclass wdt:P279* wd:Q378859 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") OPTIONAL { ?subclass wdt:P279 ?directParent . } }", "paraphrases": ["List all techniques related to pattern recognition, including their direct parent classes, in English.", "Show me the hierarchy of pattern recognition subtypes, showing each subtype and what class it directly belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q378859> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2440", "question": "What are the federal governments of the world?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?government ?governmentLabel WHERE {\n  ?government wdt:P31 wd:Q1006644 .\n  ?government rdfs:label ?governmentLabel .\n  FILTER(LANG(?governmentLabel) = \"en\")\n}", "paraphrases": ["List the names of all countries or entities that have a federal government.", "Which governments are classified as federal governments, like that of Germany?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q313827> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_2441", "question": "Which French academic rectorates have Twitter usernames \"acbesancon\" or \"acrennes\"?", "sparql": "SELECT ?institution ?twitterUsername WHERE { ?institution wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"acbesancon\" \"acrennes\" } }", "paraphrases": ["What institutions on Wikidata have the Twitter usernames \"acbesancon\" and \"acrennes\"?", "Show me the institutions associated with the Twitter handles acbesancon and acrennes."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"acbesancon\" ) ( \"acrennes\" ) ( \"string1\" ) } }"}}
{"id": "val_2442", "question": "List all Canadian ministries that are instances of the Cabinet of Canada.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ministry ?ministryLabel WHERE {\n  ?ministry wdt:P31 wd:Q2458227 .\n  ?ministry rdfs:label ?ministryLabel .\n  FILTER ( LANG( ?ministryLabel ) = \"en\" )\n}", "paraphrases": ["What are the names of all Canadian ministries that belong to the Cabinet of Canada?", "Show me the English labels of all Canadian ministries that are direct instances of the Cabinet of Canada."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2458227> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2443", "question": "Products and their manufacturers, sorted by product name.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?product ?productLabel ?manufacturerLabel WHERE {\n  ?product wdt:P176 ?manufacturer .\n  ?product rdfs:label ?productLabel .\n  ?manufacturer rdfs:label ?manufacturerLabel .\n  FILTER ( LANG( ?productLabel ) = \"en\" ) FILTER ( LANG( ?manufacturerLabel ) = \"en\" )\n}\nORDER BY ASC ( ?productLabel )", "paraphrases": ["What are the products and who manufactured them, listed in alphabetical order by product name?", "Please list all products along with their manufacturers in English, sorted alphabetically by the product name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P176> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2444", "question": "Items in the Louvre Museum collection with English labels", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P195 wd:Q19675 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the English names of artworks held by the Louvre Museum?", "List the English labels of all items in the Louvre Museum\u2019s collection."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( CONCAT ( \"string1\", STR ( ?var2 ) ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q19675> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1212> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2445", "question": "Rembrandt paintings in the Rijksmuseum or Louvre Museum with images and titles.", "sparql": "SELECT ?painting ?paintingLabel ?image ?museum WHERE { ?painting wdt:P31 wd:Q3305213 ; wdt:P170 wd:Q5598 ; (wdt:P195 / wdt:P361*) ?museum . FILTER (?museum IN (wd:Q190804, wd:Q19675)) OPTIONAL { ?painting wdt:P18 ?image } ?painting wdt:P1476 ?paintingLabel . FILTER(LANGMATCHES(LANG(?paintingLabel), \"en\")) }", "paraphrases": ["What are the English titles and images of Rembrandt\u2019s paintings held in the Rijksmuseum or the Louvre?", "List Rembrandt\u2019s paintings in the Rijksmuseum and Louvre Museum, including their titles and images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5598> ; ( <http://www.wikidata.org/prop/direct/P195> / <http://www.wikidata.org/prop/direct/P361> *) ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q190804> ) || ( ?var4 = <http://www.wikidata.org/entity/Q19675> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2446", "question": "List all buildings in Groningen.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building WHERE {\n  ?building wdt:P31 wd:Q13691604 ; wdt:P131 wd:Q9899 .\n}", "paraphrases": ["What are the buildings located in Groningen?", "Show me the buildings in Groningen that are classified as buildings in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/leprozensteeg-8/773> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2447", "question": "What properties are used for IBM 709, what are their labels, how many values do they have, and what are those values labeled in English?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabelsConcat) WHERE { wd:Q548219 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") } GROUP BY ?property", "paraphrases": ["For the IBM 709 computer, what are the properties assigned to it, their English labels, the count of their values, and the English names of those values?", "List all properties of IBM 709 with their English labels, the number of values each has, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q548219> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_2448", "question": "How many items associated with the Principality of Albania have an image on Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(DISTINCT ?item) AS ?count) WHERE {\n  {\n    ?item wdt:P17 wd:Q187035 .\n  } UNION {\n    ?item wdt:P131 wd:Q187035 .\n  }\n  ?item wdt:P18 ?image .\n}", "paraphrases": ["How many things linked to the Principality of Albania (either directly or through administrative subdivisions) are illustrated with an image?", "Can you tell me how many historical entities from the Principality of Albania have a publicly available image?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q187035> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q187035> . } } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_2449", "question": "Paintings by Rembrandt in the Rijksmuseum or Louvre with images.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?painting ?paintingLabel ?image ?museum WHERE {\n  ?painting wdt:P31 wd:Q3305213 ; wdt:P170 wd:Q5598 ; ( wdt:P195 / wdt:P361 * ) ?museum .\n  FILTER ( ?museum IN ( wd:Q190804 , wd:Q19675 ) ) OPTIONAL {\n    ?painting wdt:P18 ?image .\n  }\n  ?painting rdfs:label ?paintingLabel .\n  FILTER ( LANG( ?paintingLabel ) = \"en\" )\n}", "paraphrases": ["Which paintings created by Rembrandt are held in the Rijksmuseum or the Louvre, and what are their images?", "Show me Rembrandt\u2019s paintings that are in either the Rijksmuseum or the Louvre, along with their English titles and available images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5598> ; ( <http://www.wikidata.org/prop/direct/P195> / <http://www.wikidata.org/prop/direct/P361> *) ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q190804> ) || ( ?var4 = <http://www.wikidata.org/entity/Q19675> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2450", "question": "Facebook-related companies and their alternative names and industries", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?label ?altLabel ?industryLabel WHERE {\n  {\n    ?company wdt:P31 wd:Q4830453 .\n  } UNION {\n    ?company wdt:P31 wd:Q7248095 .\n  } UNION {\n    ?company wdt:P31 wd:Q693737 .\n  }\n  ?company rdfs:label ?label .\n  FILTER ( CONTAINS( LCASE( ?label ) , \"facebook\" ) ) OPTIONAL {\n    ?company skos:altLabel ?altLabel .\n  }\n  OPTIONAL {\n    ?company wdt:P452 ?industry .\n    ?industry rdfs:label ?industryLabel .\n  }\n}", "paraphrases": ["What are the different language labels, alternative names, and industries for companies related to Facebook?", "List all entities classified as businesses, professional services networks, or Aktiengesellschafts that are related to Facebook, along with their alternative labels and industry classifications."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3Label WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7248095> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q693737> . } ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( ?var1Label , \"Facebook\" ) ) ) . OPTIONAL { ?var4 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P452> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2451", "question": "What countries are listed as operating areas for entities with Facebook usernames?", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?item p:P2013 ?stmt . ?stmt pq:P2541 ?country . ?country rdfs:label ?countryLabel . }", "paraphrases": ["Which countries are associated with Facebook account profiles through their operating area qualifier?", "Can you list the countries where organizations or individuals with Facebook profiles operate?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var2 ( <http://www.wikidata.org/prop/P2013> / <http://www.wikidata.org/prop/qualifier/P2541> ) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2452", "question": "Entities with LinkedIn URLs in their described at URL property.", "sparql": "SELECT ?entity ?linkedinUrl WHERE { ?entity wdt:P973 ?linkedinUrl . FILTER (CONTAINS(STR(?linkedinUrl), \"linkedin\")) } ORDER BY ?entity", "paraphrases": ["Which entities on Wikidata have LinkedIn profiles listed as their described URL?", "Show me the entities and their LinkedIn URLs for all items that have a LinkedIn profile linked via the \"described at URL\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P973> ?var2 . FILTER ( ( REGEX ( STR ( ?var2 ) , \"linkedin\" ) ) ) . }"}}
{"id": "val_2453", "question": "List of ministries of agriculture with their official English names.", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q1364302 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 21", "paraphrases": ["What are the English names of government ministries responsible for agriculture?", "Show me up to 21 ministries of agriculture and their official names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1364302> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2454", "question": "What companies are part of the DAX index, who owns them, and what percentage of each company is owned by those entities?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?componentLabel ?ownerLabel ?proportion WHERE {\n  wd:Q155718 wdt:P527 ?component .\n  ?component p:P127 ?ownershipStatement .\n  ?ownershipStatement ps:P127 ?owner ; pq:P1107 ?proportion .\n  ?component rdfs:label ?componentLabel .\n  ?owner rdfs:label ?ownerLabel .\n  FILTER(LANG(?componentLabel) = \"en\")\n  FILTER(LANG(?ownerLabel) = \"en\")\n}\nORDER BY ASC(?ownerLabel)", "paraphrases": ["List the owners of DAX constituent companies along with their ownership shares, sorted alphabetically by owner name.", "Which institutions or individuals hold stakes in DAX-listed firms, and how large are those stakes?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { <http://www.wikidata.org/entity/Q155718> <http://www.wikidata.org/prop/direct/P527> ?var1 . ?var1 <http://www.wikidata.org/prop/P127> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P127> ?var2 ; <http://www.wikidata.org/prop/qualifier/P1107> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_2455", "question": "What is the English label of Novartis, its type (e.g., pharmaceutical company), and its logo image?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?companyLabel ?typeLabel ?image WHERE {\n  wd:Q507154 rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" ) .\n  wd:Q507154 wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q507154 wdt:P18 ?image .\n  }\n}\nORDER BY ?companyLabel ?typeLabel\nLIMIT 200", "paraphrases": ["Show me the name, business category, and logo of Novartis in English.", "Retrieve the English label of Novartis, the English labels of the types it belongs to, and its associated image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q507154> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P18> ?var5 . } } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_2456", "question": "CEOs of companies in the DAX stock index", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?companyLabel ?ceoLabel WHERE {\n  ?company wdt:P361 wd:Q155718 .\n  OPTIONAL {\n    ?company wdt:P169 ?ceo .\n    ?ceo rdfs:label ?ceoLabel .\n    FILTER ( LANG( ?ceoLabel ) = \"en\" )\n  }\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}", "paraphrases": ["Who are the CEOs of the companies that make up the DAX index?", "List the English labels of companies in the DAX index along with their chief executive officers, if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q155718> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P169> ?var1 . } }"}}
{"id": "val_2457", "question": "Most specific common class between China and Abu Dhabi in Wikidata hierarchy", "sparql": "SELECT ?common (?distChina + ?distAbuDhabi AS ?totalDist)\nWHERE {\n  {\n    SELECT ?common (COUNT(?mid) AS ?distChina)\n    WHERE {\n      wd:Q148 wdt:P31 ?clsChina .\n      ?clsChina wdt:P279* ?mid .\n      ?mid wdt:P279+ ?common .\n    }\n    GROUP BY ?common\n  }\n  {\n    SELECT ?common (COUNT(?mid) AS ?distAbuDhabi)\n    WHERE {\n      wd:Q1519 wdt:P31 ?clsAbuDhabi .\n      ?clsAbuDhabi wdt:P279* ?mid .\n      ?mid wdt:P279+ ?common .\n    }\n    GROUP BY ?common\n  }\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["What is the most specific category that both China and Abu Dhabi belong to, based on their class hierarchy?", "Find the class that minimizes the total distance from both China and Abu Dhabi in the subclass tree."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q148> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2458", "question": "What museum is associated with the exhibition catalogue \"Exhibition catalogue of the Museum of Modern Art, New York\", and how many language versions of its Wikipedia page exist?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?item wdt:P972 wd:Q5460604 .\n  ?site schema:about ?item .\n  FILTER(STRSTARTS(STR(?site) , \"https://\"))\n}\nGROUP BY ?item\nORDER BY ASC(?item)", "paraphrases": ["How many Wikipedia articles are there about the institution listed in the MoMA exhibition catalogue?", "Which entity is cataloged under MoMA\u2019s exhibition catalogue, and how many Wikipedia sitelinks does it have?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P972> <http://www.wikidata.org/entity/Q5460604> . OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_2459", "question": "Companies in Croatia with their names in all languages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?company ?label WHERE {\n  ?company wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q783794 .\n  ?company wdt:P17 wd:Q224 .\n  ?company rdfs:label ?label .\n}\nORDER BY ASC(?label)", "paraphrases": ["What are all the companies located in Croatia, and what are their names in different languages?", "List all entities in Croatia that are companies (including subclasses like shipyards or software firms), along with their labels in every language they are available in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q783794> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q224> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_2460", "question": "Which Wikidata items have the Twitter handles \"palmashow\", \"canalplus\", \"Le_Figaro\", or \"T_Ardisson\"?", "sparql": "SELECT ?item ?handle WHERE { ?item wdt:P2002 ?handle . VALUES (?handle) { (\"palmashow\") (\"canalplus\") (\"Le_Figaro\") (\"T_Ardisson\") } }", "paraphrases": ["Can you find the Wikidata entities associated with the Twitter usernames \"palmashow\", \"canalplus\", \"Le_Figaro\", and \"T_Ardisson\"?", "List the Wikidata items that are linked to the Twitter accounts @palmashow, @canalplus, @Le_Figaro, and @T_Ardisson."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"vinzpujol\" ) ( \"C8TV\" ) ( \"Palmashow\" ) ( \"GregLudig\" ) ( \"string1\" ) ( \"CStar\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"TPMP\" ) ( \"string8\" ) ( \"canalplus\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"gbviret\" ) ( \"ptoleme20\" ) ( \"string13\" ) ( \"MerindolL\" ) ( \"string14\" ) ( \"manucs2277\" ) ( \"Crawski\" ) ( \"string15\" ) ( \"VivendiEnt\" ) ( \"MarieMazur\" ) ( \"nnesocanal\" ) ( \"string16\" ) ( \"stefberto\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"FlabProd\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"Le_Figaro\" ) ( \"TVConseil\" ) ( \"string24\" ) ( \"T_Ardisson\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"lolobababa\" ) ( \"string28\" ) ( \"string29\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2461", "question": "Which Wikidata items have Twitter handles \"Le_Figaro\" or \"YouTube\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"Le_Figaro\" \"YouTube\"\n  }\n}", "paraphrases": ["What are the Wikidata entities associated with the Twitter usernames \"Le_Figaro\" and \"YouTube\"?", "Show me the Wikidata items for the Twitter accounts \"Le_Figaro\" and \"YouTube\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MatHood\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"TiffanieD\" ) ( \"string8\" ) ( \"string9\" ) ( \"Le_Figaro\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"ClemcR\" ) ( \"string14\" ) ( \"string15\" ) ( \"YouTube\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2462", "question": "Items in museum collections with placeholder creation dates later than acquisition dates", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?inceptionDate ?acquisitionDate WHERE {\n  ?item wdt:P571 ?inceptionDate ; p:P195 ?collectionStatement .\n  ?collectionStatement pq:P580 ?acquisitionDate .\n  ?item rdfs:label ?itemLabel .\n  FILTER(?inceptionDate > ?acquisitionDate)\n}", "paraphrases": ["Which artworks or objects in museum collections have an invented creation date (like 2000) that is after the date they were added to the collection?", "Show me items in collections where the recorded creation date is later than the date they were acquired, likely indicating incomplete data."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 ; <http://www.wikidata.org/prop/P195> ?var4 . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . FILTER ( ( ( ?var2 > ?var3 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2463", "question": "Human settlements in the United States, same country as Worcester, Massachusetts.", "sparql": "SELECT DISTINCT ?settlement ?settlementLabel ?country ?countryLabel WHERE { wd:Q49179 wdt:P17 ?country . ?settlement wdt:P31/wdt:P279* wd:Q486972 ; wdt:P17 ?country . ?settlement rdfs:label ?settlementLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?settlementLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 10", "paraphrases": ["What cities and towns are located in the United States, the country where Worcester, Massachusetts is located?", "List the names of human settlements and their country, where the country is the same as that of Worcester, Massachusetts."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q49179> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_2464", "question": "Creative works with freely usable images on Commons whose creators died after 1923, including their creation date and country of citizenship.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?inception ?deathDate ?country WHERE {\n  ?work wdt:P4765 ?imageURL .\n  ?work wdt:P170 ?creator .\n  ?creator wdt:P570 ?deathDate .\n  FILTER ( YEAR( ?deathDate ) > 1923 ) .\n  OPTIONAL {\n    ?work wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?creator wdt:P27 ?country .\n  }\n}", "paraphrases": ["Which artworks have publicly available images on Wikimedia Commons and were created by artists who died after 1923? Show their creation year and the artist\u2019s country.", "List all creative works that have a Commons-compatible image, along with the year they were created (if known) and the country of citizenship of their creators \u2014 but only include those whose creators died after 1923."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4765> ?var5 . { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) > \"1923\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P570> ?var3 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) > \"1923\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P27> ?var4 . } }"}}
{"id": "val_2465", "question": "How many paintings on Wikidata have a creator and/or an image, categorized by presence or absence of each?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( IF( ?hasCreator = 1 , IF( ?hasImage = 1 , \"Has creator and image\" , \"Has creator, no image\" ) , IF( ?hasImage = 1 , \"No creator, has image\" , \"No creator and no image\" ) ) AS ?category ) ?count WHERE {\n  {\n    SELECT ?hasCreator ?hasImage ( COUNT( DISTINCT ?painting ) AS ?count ) WHERE {\n      ?painting wdt:P31 wd:Q3305213 .\n      OPTIONAL {\n        ?painting wdt:P170 ?creator .\n      }\n      OPTIONAL {\n        ?painting wdt:P18 ?image .\n      }\n      BIND( IF( BOUND( ?creator ) , 1 , 0 ) AS ?hasCreator ) .\n      BIND( IF( BOUND( ?image ) , 1 , 0 ) AS ?hasImage ) .\n    }\n    GROUP BY ?hasCreator ?hasImage\n  }\n}\nORDER BY DESC ( ?count )", "paraphrases": ["What is the distribution of paintings based on whether they have a creator and/or an image attached?", "Show me the count of paintings grouped into four categories: those with both a creator and an image, those with only a creator, those with only an image, and those with neither."], "info": {"raw_sparql": "SELECT( IF ( ( ?var1 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), IF ( ( ?var2 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string1\", \"string2\" ) , IF ( ( ?var2 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string3\", \"string4\" ) ) AS ?var3Label ) ?var4 WHERE { { SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P170> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( IF ( BOUND ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var1 ). BIND ( IF ( BOUND ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). } GROUP BY ?var1 ?var2 } } ORDER BY DESC( ?var4 )"}}
{"id": "val_2466", "question": "List all types of engine configurations.", "sparql": "SELECT ?engine ?engineLabel WHERE { ?engine wdt:P31 wd:Q2576663 . ?engine rdfs:label ?engineLabel . FILTER(LANG(?engineLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are the different types of engine arrangements recognized in Wikidata?", "Show me the names of all engine configurations, such as V6 or rotary engine, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2576663> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_2467", "question": "Which Wikidata entities have Twitter handles \"lemondefr\", \"lequipe\", or \"RudiGarcia\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"lemondefr\" \"lequipe\" \"RudiGarcia\"\n  }\n  .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?sitelink) , \"https://\"))\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(COUNT(?sitelink))", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter usernames \"lemondefr\", \"lequipe\", or \"RudiGarcia\"?", "List the entities on Wikidata linked to the Twitter accounts @lemondefr, @lequipe, and @RudiGarcia, sorted by how many Wikipedia pages they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"lephoceen\" ) ( \"string1\" ) ( \"string2\" ) ( \"lemondefr\" ) ( \"lequipe\" ) ( \"Giugiuhoy\" ) ( \"string3\" ) ( \"RudiGarcia\" ) ( \"string4\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2468", "question": "Which Wikidata items have Twitter usernames mySociety, ash_crow, Calimaq, Pyb75, or wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"mySociety\" \"ash_crow\" \"Calimaq\" \"Pyb75\" \"wikidata\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @mySociety, @ash_crow, @Calimaq, @Pyb75, or @wikidata?", "List all Wikidata entities that are associated with the Twitter usernames: mySociety, ash_crow, Calimaq, Pyb75, and wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MIDImyers\" ) ( \"ash_crow\" ) ( \"string1\" ) ( \"nojhan\" ) ( \"string2\" ) ( \"string3\" ) ( \"fandeSassa\" ) ( \"Pyb75\" ) ( \"Calimaq\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"emptywheel\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"wikidata\" ) ( \"string11\" ) ( \"belett\" ) ( \"string12\" ) ( \"EJBrand\" ) ( \"Chaoborus\" ) ( \"string13\" ) ( \"string14\" ) ( \"GaelBriand\" ) ( \"mySociety\" ) ( \"string15\" ) ( \"string16\" ) ( \"jonnysun\" ) ( \"NawakNawak\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"adwords\" ) ( \"string22\" ) ( \"string23\" ) ( \"MaelLeHir\" ) ( \"La_Chat_9\" ) ( \"TradCatFem\" ) ( \"Pontifex\" ) ( \"fagerving\" ) ( \"gblardone\" ) ( \"Auregann\" ) ( \"GoogleFR\" ) ( \"string24\" ) ( \"joelapompe\" ) ( \"string25\" ) ( \"string26\" ) ( \"abta78\" ) ( \"cholten99\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2469", "question": "Posters with their images, collections, and creators", "sparql": "SELECT ?poster ?posterLabel ?image ?collectionLabel ?creatorLabel WHERE { ?poster (wdt:P31/wdt:P279*) wd:Q429785 . ?poster wdt:P18 ?image . ?poster wdt:P195 ?collection . ?poster wdt:P170 ?creator . ?poster rdfs:label ?posterLabel . ?collection rdfs:label ?collectionLabel . ?creator rdfs:label ?creatorLabel . FILTER(LANG(?posterLabel) = \"en\") FILTER(LANG(?collectionLabel) = \"en\") FILTER(LANG(?creatorLabel) = \"en\") }", "paraphrases": ["What are the posters, their creators, and the collections they belong to, along with their images?", "Show me posters from the art genre, including their images, the museums or archives that hold them, and their artists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/279> *) <http://www.wikidata.org/entity/Q429785> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var5 . } ?var1 <http://www.wikidata.org/prop/direct/P195> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P170> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,it,pl\". } }"}}
{"id": "val_2470", "question": "File extensions and logos for software like Snap! and XBRL", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?itemLabel ?extension ?image WHERE {\n  ?item wdt:P1195 ?extension .\n  ?item wdt:P18 ?image .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What file extensions are associated with each software or file format, and what is its official image on Wikimedia Commons?", "Show me the file extensions and corresponding logo images for software and file formats in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var1 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1195> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2471", "question": "What is the English label and description of Novartis?", "sparql": "SELECT ?label ?description ?officialName WHERE { wd:Q507154 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q507154 schema:description ?description . FILTER(LANG(?description) = \"en\") } OPTIONAL { wd:Q507154 wdt:P1448 ?officialName . FILTER(LANG(?officialName) = \"en\") } }", "paraphrases": ["Can you tell me the official name and a brief description of the pharmaceutical company Novartis in English?", "What does Wikidata say about Novartis in English? Include its name and description."], "info": {"raw_sparql": "SELECT * WHERE { { BIND ( ?var1 AS ?var2 ). <http://www.wikidata.org/entity/Q507154> ?var3 ?var1 . FILTER ( ( !( isIRI ( ?var1 ) ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } UNION { BIND ( ?var4 AS ?var2 ). <http://www.wikidata.org/entity/Q507154> ?var3 ?var1 . ?var1 ?var5 ?var4 . FILTER ( ( isIRI ( ?var1 ) ) ) . FILTER ( ( !( REGEX ( STR ( ?var1 ) , \"statement/\" ) ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } UNION { BIND ( ?var6 AS ?var2 ). <http://www.wikidata.org/entity/Q507154> ?var3 ?var1 . ?var1 ?var5 ?var4 . ?var4 ?var7 ?var6 . FILTER ( ( REGEX ( STR ( ?var5 ) , \"string1\" ) ) ) . FILTER ( ( isIRI ( ?var4 ) ) ) . FILTER ( ( REGEX ( STR ( ?var1 ) , \"statement/\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2472", "question": "Buildings in Amsterdam", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel WHERE {\n  ?building wdt:P31 wd:Q41176 ; wdt:P131 wd:Q9899 .\n  ?building rdfs:label ?buildingLabel .\n  FILTER ( LANG( ?buildingLabel ) = \"en\" )\n}", "paraphrases": ["What are the buildings located in Amsterdam?", "List the English labels of all buildings in Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/meerhuizen/569> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2473", "question": "Building named Arti et Amicitiae located in Amsterdam", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building WHERE {\n  ?building rdfs:label \"Arti et Amicitiae\" @en ; wdt:P31 wd:Q41176 ; wdt:P131 wd:Q9899 .\n}", "paraphrases": ["What is the building in Amsterdam called Arti et Amicitiae?", "Find the building in Amsterdam that is named Arti et Amicitiae."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/arti-et-amicitiae/185> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2474", "question": "Items with a copyright license and their English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P275 ?license .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = 'en' )\n}\nLIMIT 10", "paraphrases": ["What are some works or publications that are licensed under a copyright license, and what are their English names?", "Show me the English names of items that have a copyright license."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q30> <http://www.wikidata.org/entity/P2750> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2475", "question": "Stock market indices with their Japanese alternative names and English labels.", "sparql": "SELECT ?index ?labelEn ?labelJa WHERE { ?index wdt:P31 wd:Q223371 . OPTIONAL { ?index rdfs:label ?labelEn . FILTER(LANG(?labelEn) = \"en\") } OPTIONAL { ?index skos:altLabel ?labelJa . FILTER(LANG(?labelJa) = \"ja\") } }", "paraphrases": ["What are the English names and Japanese alternative names of all stock market indices?", "List all stock market indices along with their English labels and any Japanese alternative labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q223371> . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_2476", "question": "What buildings are located in Amsterdam-Centrum?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building WHERE {\n  ?building wdt:P31 wd:Q41176 ; wdt:P131 wd:Q9899 .\n}", "paraphrases": ["List all the buildings in the Amsterdam-Centrum district.", "Can you show me the buildings in Amsterdam-Centrum?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/gevelsteen-leggen-van-eerste-steen/297> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2477", "question": "Which file formats in Wikidata share the same PRONOM identifier (PUID)?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?format1 ?format1Label ?format2 ?format2Label ?puid WHERE {\n  ?format1 wdt:P2748 ?puid .\n  ?format2 wdt:P2748 ?puid .\n  FILTER ( ?format1 != ?format2 && STR( ?format1 ) < STR( ?format2 ) ) .\n  ?format1 rdfs:label ?format1Label .\n  ?format2 rdfs:label ?format2Label .\n  FILTER ( LANG( ?format1Label ) = \"en\" && LANG( ?format2Label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What pairs of distinct file format entries in Wikidata have identical PRONOM PUIDs, and what are their English labels?", "Find duplicate file format entries in Wikidata that are assigned the same PRONOM identifier, and list their English names to help identify potential merges."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2748> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P2748> ?var3 . FILTER ( ( ( ?var1 != ?var2 ) && ( STR ( ?var1 ) < STR ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2478", "question": "What are the known models of baby monitors?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?babyMonitor ?babyMonitorLabel WHERE {\n  ?babyMonitor wdt:P31 wd:Q797895 .\n  ?babyMonitor rdfs:label ?babyMonitorLabel .\n  FILTER ( LANG( ?babyMonitorLabel ) = \"en\" )\n}", "paraphrases": ["Which specific baby monitor models are documented in Wikidata?", "List the named baby monitor devices that exist as instances in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q797895> . }"}}
{"id": "val_2479", "question": "What are the properties and their values associated with Novartis, along with their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?propLabel ?obj ?objLabel WHERE {\n  wd:Q507154 ?prop ?obj .\n  BIND(IRI(REPLACE(STR(?prop) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propEntity)\n  .\n  ?propEntity rdfs:label ?propLabel .\n  FILTER(LANG(?propLabel) = \"en\")\n  OPTIONAL {\n    ?obj rdfs:label ?objLabel .\n    FILTER(LANG(?objLabel) = \"en\")\n  }\n}\nORDER BY ?prop ?obj\nLIMIT 200", "paraphrases": ["Can you show me all the facts about Novartis in English, including the names of the properties and the labels of the values?", "List all the direct statements about Novartis, showing the English names of the properties and any English labels of the objects."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q507154> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q507154> ?var1 ?var3 . ?var5 ?var6 ?var1 . FILTER ( ( !( isIRI ( ?var1 ) ) ) ) . } FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_2480", "question": "What are all the properties and values associated with the company Novartis?", "sparql": "SELECT ?property ?value ?valueLabel WHERE { wd:Q507154 ?property ?value . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } ORDER BY ?property", "paraphrases": ["Can you show me all the information available about Novartis on Wikidata, including the English names of any related entities?", "List all statements about Novartis, and if any of the objects are entities, please include their English labels."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { ?var1 ?var2Label \"Novartis\"@en . } UNION { ?var1 ?var2Label \"Novartis\"@en . ?var1 ?var3 ?var4 . FILTER ( ( isLITERAL ( ?var4 ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } UNION { BIND ( ?var5 AS ?var4 ). ?var1 ?var2Label \"Novartis\"@en . ?var1 ?var3 ?var5 . ?var3 ?var6 ?var7 . FILTER ( ( isIRI ( ?var5 ) && !( REGEX ( STR ( ?var5 ) , \"string1\" ) ) ) ) . } UNION { ?var1 ?var2Label \"Novartis\"@en . ?var1 ?var3 ?var5 . ?var3 ?var6 ?var7 . FILTER ( ( isIRI ( ?var5 ) && REGEX ( STR ( ?var5 ) , \"string1\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2481", "question": "What type of structure is the Boterwaag in Amsterdam, and where is it located?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?typeLabel ?locationLabel WHERE {\n  wd:Q2382331 wdt:P31 ?type ; wdt:P131 ?location .\n  ?type rdfs:label ?typeLabel .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?typeLabel ) = 'en' ) .\n  FILTER ( LANG( ?locationLabel ) = 'en' ) .\n}", "paraphrases": ["Is the Boterwaag in Amsterdam a building or a city gate, and which city is it in?", "Can you tell me the classification and location of the historic Boterwaag structure in Amsterdam?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/boterwaag/589> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_2482", "question": "What are some car brands owned by automobile manufacturers?", "sparql": "SELECT ?carBrand ?carBrandLabel WHERE { ?carBrand wdt:P127 ?manufacturer . ?carBrand wdt:P31 wd:Q10429667 . ?manufacturer wdt:P31 wd:Q786820 . ?carBrand rdfs:label ?carBrandLabel . FILTER(LANG(?carBrandLabel) = \"en\") } LIMIT 10", "paraphrases": ["List car brands and their English labels that are subsidiaries of car manufacturers.", "Which automotive brands are owned by companies that manufacture automobiles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q786820> . ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q17412622> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_2483", "question": "Public companies and their stock exchanges", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?stockExchange WHERE {\n  ?company wdt:P31 wd:Q891723 .\n  ?company wdt:P414 ?stockExchange .\n}\nLIMIT 100", "paraphrases": ["Which stock exchanges are public companies listed on?", "Show me a list of public companies along with the stock exchanges where they are traded."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q891723> . ?var1 <http://www.wikidata.org/prop/direct/P414> ?var2 . } LIMIT 100"}}
{"id": "val_2484", "question": "Top software applications by number of file formats they can export to.", "sparql": "SELECT ?software ?softwareLabel (COUNT(?format) AS ?formatCount) WHERE { ?software wdt:P31/wdt:P279* wd:Q7397 . ?software wdt:P1073 ?format . ?software rdfs:label ?softwareLabel . FILTER(LANG(?softwareLabel) = \"en\") } GROUP BY ?software ?softwareLabel ORDER BY DESC(?formatCount)", "paraphrases": ["Which software programs can write to the most file formats, and how many formats do they support?", "List software applications in descending order of the number of file formats they support, along with their names and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . ?var1 <http://www.wikidata.org/prop/direct/P1073> ?var2 . } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2485", "question": "What is the official website of the Agda programming language, and in which language is it written?", "sparql": "SELECT ?website ?language WHERE { wd:Q20479 wdt:P856 ?website . wd:Q20479 p:P856 ?statement . ?statement pq:P407 ?language . }", "paraphrases": ["Can you tell me the URL for Agda\u2019s official website and the language it uses?", "Agda\u2019s official website is https://wiki.portal.chalmers.se/agda/pmwiki.php \u2014 what language is that site in?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q20479-bac565fe-4498-d777-c926-80baa0fce5ae> ?var1 ?var2 . }"}}
{"id": "val_2486", "question": "What are the file systems and when were they released?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?fileSystem ?fileSystemLabel ?releaseDate WHERE {\n  ?fileSystem ( wdt:P31 / wdt:P279 * ) wd:Q174989 .\n  OPTIONAL {\n    ?fileSystem wdt:P577 ?releaseDate .\n  }\n  ?fileSystem rdfs:label ?fileSystemLabel .\n  FILTER ( LANG( ?fileSystemLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all file systems (including their subclasses) along with their publication dates?", "Which file systems have known release dates, and what are their names?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q174989> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2487", "question": "Creative works inspired by creations of Italian-born artists, with their types, creators, and images.", "sparql": "SELECT ?work ?workLabel ?typeLabel ?inspirationLabel ?creatorLabel ?image WHERE { ?work wdt:P941 ?inspiration ; wdt:P31 ?type ; rdfs:label ?workLabel . ?inspiration wdt:P170 ?creator ; rdfs:label ?inspirationLabel . ?creator wdt:P19 ?birthplace ; rdfs:label ?creatorLabel . ?birthplace wdt:P17 wd:Q38 . ?type rdfs:label ?typeLabel . OPTIONAL { ?work wdt:P18 ?image . } FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?inspirationLabel) = \"en\") FILTER(LANG(?creatorLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What are the artworks inspired by works created by people born in Italy, and who are their creators and types?", "List creative works that were inspired by something made by someone born in Italy, including their type, the inspiration, the creator, and an image if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P941> ?var3 ; <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P170> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P19> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2488", "question": "What type of entity is Cadillac, Michigan in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?instanceType WHERE {\n  wd:Q1025149 wdt:P31 ?instanceType .\n}", "paraphrases": ["Instance type of Cadillac, Michigan in Wikidata.", "Tell me what category Cadillac, Michigan belongs to in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Cadillac,_Michigan> <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_2489", "question": "Entities with PermID and their types", "sparql": "SELECT ?item ?type WHERE { ?item wdt:P31 ?type . ?item wdt:P3347 ?permId . }", "paraphrases": ["Which entities have a PermID and what are their types?", "List all items that are assigned a Thomson Reuters PermID along with the classes they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P3347> ?var3 . }"}}
{"id": "val_2490", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1470023?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wiki WHERE {\n  ?movie wdt:P345 \"tt1470023\" .\n  ?wiki schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang IN(\"en\" , \"de\"))\n}", "paraphrases": ["Which Wikipedia pages in English and German are about the movie MacGruber?", "Show me the English and German Wikipedia links for the film MacGruber, identified by its IMDb ID tt1470023."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1470822\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2491", "question": "File formats developed by Autodesk with their file extensions and MIME types.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?format ?formatLabel ?extension ?mimeType WHERE {\n  ?format wdt:P31 / wdt:P279 * wd:Q235557 .\n  ?format wdt:P178 wd:Q628051 .\n  OPTIONAL {\n    ?format wdt:P1195 ?extension .\n  }\n  OPTIONAL {\n    ?format wdt:P1163 ?mimeType .\n  }\n  ?format rdfs:label ?formatLabel .\n  FILTER(LANG(?formatLabel) = \"en\")\n}", "paraphrases": ["What are the file formats created by Autodesk, along with their file extensions and media types?", "List all file formats (including subclasses) developed by Autodesk, showing their English names, file extensions (like .dxf or .rvt), and associated MIME types (like image/vnd.dxf)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q235557> . ?var1 <http://www.wikidata.org/prop/direct/P178> <http://www.wikidata.org/entity/Q628051> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1195> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1163> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2492", "question": "Vehicles and machines that have an engine as a part.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P527 wd:Q44167 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What types of vehicles and machines contain an engine?", "List all machines that are powered by an engine."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P527> <http://www.wikidata.org/entity/Q44167> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_2493", "question": "Churches in Denmark with their coordinates and English names.", "sparql": "SELECT ?church ?label ?coordinates WHERE { ?church wdt:P31 wd:Q16970 ; wdt:P17 wd:Q35 . OPTIONAL { ?church wdt:P625 ?coordinates . } ?church rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names and geographic coordinates of church buildings in Denmark?", "List all church buildings in Denmark along with their English labels and locations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"da,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q35> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_2494", "question": "Programming languages that are both scripting languages and object-based languages.", "sparql": "SELECT ?language ?languageLabel ?property WHERE { ?language ?property wd:Q187432 . ?language ?property wd:Q899523 . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["Which programming languages are both scripting languages and object-oriented languages?", "List all programming languages that are instances of both scripting languages and object-based languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q187432> . ?var1 ?var2 <http://www.wikidata.org/entity/Q899523> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2495", "question": "Companies with ticker symbol IBM and their stock exchange", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?company ?companyLabel ?exchange ?exchangeLabel ?ticker WHERE {\n  ?company wdt:P31 / wdt:P279 * wd:Q4830453 ; p:P414 ?statement .\n  ?statement ps:P414 ?exchange ; pq:P249 ?ticker .\n  FILTER(LCASE(STR(?ticker)) = \"ibm\")\n  .\n  ?company rdfs:label ?companyLabel .\n  ?exchange rdfs:label ?exchangeLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n  .\n  FILTER(LANG(?exchangeLabel) = \"en\")\n}", "paraphrases": ["On which stock exchange is IBM listed, and what is its ticker symbol?", "Show me the stock exchange where IBM is traded, along with its ticker symbol."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . { ?var1 <http://www.wikidata.org/prop/direct/P249> ?var3 . FILTER ( ( ( LCASE ( STR ( ?var3 ) ) = \"ibm\" ) ) ) . ?var1 <http://www.wikidata.org/prop/P249> ?var4 . ?var4 <http://www.wikidata.org/prop/qualifier/P414> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P414> ?var2 . ?var1 <http://www.wikidata.org/prop/P414> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . FILTER ( ( ( LCASE ( STR ( ?var3 ) ) = \"ibm\" ) ) ) . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P414> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P249> ?var3 . FILTER ( ( ( LCASE ( STR ( ?var3 ) ) = \"ibm\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2496", "question": "Retail chains that are instances of the retail chain class", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?retailChain ?retailChainLabel WHERE {\n  ?retailChain wdt:P31 wd:Q507619 .\n  ?retailChain rdfs:label ?retailChainLabel .\n  FILTER(LANG(?retailChainLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are some examples of retail chains?", "Can you list 10 retail chains along with their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q507619> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2497", "question": "Number of paintings by female artists per decade since 1400.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?decade ( COUNT( ?painting ) AS ?count ) WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P571 ?inception .\n  ?painting wdt:P170 ?artist .\n  ?artist wdt:P21 wd:Q6581072 .\n  BIND( YEAR( ?inception ) AS ?year ) .\n  BIND( ROUND( ?year / 10 ) * 10 AS ?decade ) .\n  FILTER ( ?year > 1400 )\n}\nGROUP BY ?decade\nORDER BY ASC ( ?decade )", "paraphrases": ["How many paintings created by female artists were made in each decade after 1400?", "Show me a breakdown of how many paintings by female artists were created in each decade starting from 1400, grouped and ordered chronologically."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { BIND ( YEAR ( ?var3 ) AS ?var4 ). BIND ( ( ROUND ( ( ?var4 /\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) *\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var1 ). ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var5 <http://www.wikidata.org/prop/direct/P571> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P170> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . FILTER ( ( ( ?var4 > \"1400\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_2498", "question": "File formats with their extensions and MIME types, sorted by extension and MIME type.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?format ?extension ?mediaType WHERE {\n  ?format wdt:P31 wd:Q235557 ; wdt:P1195 ?extension .\n  OPTIONAL {\n    ?format wdt:P1163 ?mediaType .\n  }\n}\nORDER BY ASC(?extension) ASC(?mediaType)", "paraphrases": ["What are the file formats in Wikidata that have file extensions and optionally MIME types, listed in order of extension and then MIME type?", "List all file formats along with their file extensions and media types (MIME types), sorted alphabetically by extension and then by media type."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6612531> ; <http://www.wikidata.org/prop/direct/P1195> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1163> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_2499", "question": "Number of entities that are parts of the foodservice industry", "sparql": "SELECT (COUNT(?item) AS ?count) WHERE { ?item wdt:P361 wd:Q41958 . }", "paraphrases": ["How many items are classified as parts of the foodservice industry?", "List the count of subcategories within the foodservice industry."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q41958> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } }"}}
{"id": "val_2500", "question": "File formats and their magic numbers", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P31 wd:Q235557 . ?var1 rdfs:label ?var1Label . ?var1 wdt:P4152 ?var2 . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What are the file formats and their identification patterns (magic numbers)?", "List file formats along with their file signature hex codes in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q235557> . ?var1 <http://www.wikidata.org/prop/direct/P4152> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2501", "question": "What are the properties associated with the software application category, along with their English labels, the count of their values, and the labels of those values?", "sparql": "SELECT ?property (SAMPLE(?pl) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?vl; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q166142 ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?pl . FILTER(LANG(?pl) = \"en\") . ?value rdfs:label ?vl . FILTER(LANG(?vl) = \"en\") } GROUP BY ?property", "paraphrases": ["For the entity \"application\", list each property used on it, its English name, how many values it has, and what those values are labeled as in English.", "Show me a summary of all properties linked to \"application\" in Wikidata, including the property name in English, how many times it's used, and the English labels of its values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q166142> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_2502", "question": "Subclasses of malware with labels, images, and their direct parent classes", "sparql": "SELECT DISTINCT ?subclass ?subclassLabel ?image ?directSubclassOf WHERE { wd:Q14001 wdt:P279* ?subclass . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") OPTIONAL { ?subclass wdt:P18 ?image } OPTIONAL { ?subclass wdt:P279 ?directSubclassOf } } LIMIT 50", "paraphrases": ["What are the subclasses of malware, their English labels, images, and immediate parent classes?", "Show me all ancestors of malware up to any level, along with their English names, images if available, and what class they are directly a subclass of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q14001> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2503", "question": "Female and trans women artists with earliest artworks and images on Wikimedia Commons", "sparql": "SELECT ?creator ?creatorLabel ?work ?workLabel ?sampledImage ?minInception WHERE { { SELECT ?creator ?work (SAMPLE(?image) AS ?sampledImage) (MIN(?inception) AS ?minInception) WHERE { ?work wdt:P170 ?creator ; wdt:P18 ?image ; wdt:P571 ?inception . ?creator wdt:P31 wd:Q5 ; wdt:P21 ?gender . FILTER(?gender IN (wd:Q6581072, wd:Q1052281)) } GROUP BY ?creator ?work ORDER BY ASC(?minInception) LIMIT 1000 } ?creator rdfs:label ?creatorLabel . ?work rdfs:label ?workLabel . FILTER(LANG(?creatorLabel) = \"en\") FILTER(LANG(?workLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the earliest known female and trans women creators of artworks with images on Wikimedia Commons, and what are their works?", "List the first 1000 female and trans women artists along with their earliest artworks, the associated images, and the year the works were created."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var3 )( MIN ( ?var4 ) AS ?var4 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P170> ?var1 ; <http://www.wikidata.org/prop/direct/P18> ?var3 ; <http://www.wikidata.org/prop/direct/P571> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1052281> . } } GROUP BY ?var1 ?var2 ?var5 ORDER BY ASC( ?var4 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } BIND ( CONCAT ( ?var1Label , \": \", ?var6Label ) AS ?var5 ). } LIMIT 1000"}}
{"id": "val_2504", "question": "Ships owned by Minoan Lines with their English Wikipedia pages and types.", "sparql": "SELECT ?ship ?shipLabel ?wikipediaPage ?officialWebsite ?instanceOf WHERE { ?ship wdt:P127 wd:Q1759533 . ?wikipediaPage schema:about ?ship ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?ship wdt:P856 ?officialWebsite . } OPTIONAL { ?ship wdt:P31 ?instanceOf . } ?ship rdfs:label ?shipLabel . FILTER(LANG(?shipLabel) = \"en\")}", "paraphrases": ["What ships are owned by Minoan Lines, and what are their English Wikipedia pages and types?", "List the ships owned by Minoan Lines, along with their English Wikipedia links and classifications (e.g., ship)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1759533> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2505", "question": "What is the Wikidata item for the concept of computing?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label \"computing\" @en .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n}", "paraphrases": ["Which entity in Wikidata has the label \"computing\" in English?", "Find the main Wikidata entity that is labeled \"computing\" in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#label> \"computing\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2506", "question": "Which organizations have the Twitter handles \"Epitech\", \"Paris2024\", or \"wikipedia\"?", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Epitech\" \"Paris2024\" \"wikipedia\" } }", "paraphrases": ["What entities are associated with the Twitter usernames Epitech, Paris2024, or wikipedia?", "List all entities on Wikidata that use \"Epitech\", \"Paris2024\", or \"wikipedia\" as their Twitter handle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"_bengui_m\" ) ( \"Epitech\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"SourceGoat\" ) ( \"phelly\" ) ( \"KelamWiki\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"wikipedia\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"TevaBde\" ) ( \"string15\" ) ( \"string16\" ) ( \"Paris2024\" ) ( \"otourly\" ) ( \"string17\" ) ( \"Wikidata\" ) ( \"WikiJabber\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"mitooo18\" ) ( \"Jumijums\" ) ( \"Kormin_\" ) } }"}}
{"id": "val_2507", "question": "Most depicted female historical figures in sculptures", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel(COUNT(DISTINCT ?sculpture) AS ?count) WHERE {\n  ?sculpture wdt:P180 ?person .\n  ?sculpture wdt:P31 / wdt:P279 * wd:Q860861 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P31 wd:Q5 .\n  FILTER(?person != wd:Q467)\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nGROUP BY ?person ?personLabel\nORDER BY DESC(?count)", "paraphrases": ["Which women are depicted in the most sculptures, and how many sculptures depict each?", "List female humans with the number of sculptures that depict them, sorted from most to least depicted."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { BIND ( \"string1\" AS ?var5 ). BIND ( REPLACE ( ?var5 , \"$item$\", STR ( ?var1 ) , \"i\" ) AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P180> ?var1 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q860861> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/Q467> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var2 ORDER BY DESC( ?var4 )"}}
{"id": "val_2508", "question": "What are all the superclass categories of processor design, including indirect ones?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  wd:Q1303814 wdt:P279 * ?subclass .\n}", "paraphrases": ["List all classes that processor design is a subclass of, directly or indirectly.", "What broader concepts does CPU architecture belong to in the Wikidata taxonomy?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1303814> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_2509", "question": "What programming languages are in the same categories as Java?", "sparql": "SELECT ?language WHERE { wd:Q251 wdt:P31 ?type . ?language wdt:P31 ?type . ?language wdt:P31 wd:Q9143 . FILTER(?language != wd:Q251) } LIMIT 100", "paraphrases": ["Can you list other programming languages that are instances of the same types as Java?", "Show me programming languages similar to Java based on shared classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q251> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_2510", "question": "Companies listed on stock exchanges with their exchange names.", "sparql": "SELECT ?company ?companyLabel ?exchange ?exchangeLabel WHERE { ?company wdt:P414 ?exchange . ?company rdfs:label ?companyLabel . ?exchange rdfs:label ?exchangeLabel . FILTER(LANG(?companyLabel) = \"en\") FILTER(LANG(?exchangeLabel) = \"en\") }", "paraphrases": ["Which companies are listed on which stock exchanges, and what are their English labels?", "Show me a list of companies and the stock exchanges they are traded on, including their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P414> ?var4 . ?var4 <http://www.wikidata.org/prop/P414> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2511", "question": "What is the image of the person with SNAC ARK ID w61w3c0s?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61w3c0s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n}", "paraphrases": ["Show me the Wikimedia Commons image for the archival record identified by w61w3c0s.", "Find the image linked to the SNAC ARK ID w61w3c0s in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61c2sx9\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2512", "question": "Most specific common class between South Korea and Argentina, and sum of distances", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class ?label(2 AS ?sumDistance) WHERE {\n  wd:Q884 wdt:P31 ?class .\n  wd:Q414 wdt:P31 ?class .\n  ?subclass wdt:P279 ?class .\n  ?class rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nGROUP BY ?class ?label\nORDER BY ASC(COUNT(?subclass))\nLIMIT 1", "paraphrases": ["What is the most specific category that both South Korea and Argentina belong to, and what is the total number of steps from each country to this category?", "Return the lowest common subclass of South Korea and Argentina along with the sum of their distances in the classification hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q414> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2513", "question": "What is the image associated with the painting \"Head of an old man.\" by Pietro da Cortona?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image WHERE {\n  VALUES ?item {\n    wd:Q22084546\n  }\n  ?item wdt:P18 ?image .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Show me the English label and image of the painting titled \"Head of an old man.\" from the National Museum in Warsaw.", "Can you provide the image and name of the artwork \"Head of an old man.\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22084546> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_2514", "question": "List automobile models and their manufacturers, sorted by manufacturer name, with manufacturer images if available.", "sparql": "SELECT ?automobileModel ?automobileModelLabel ?manufacturerLabel ?image WHERE { ?automobileModel wdt:P31 wd:Q3231690 ; wdt:P176 ?manufacturer . ?manufacturer rdfs:label ?manufacturerLabel . FILTER(LANG(?manufacturerLabel) = \"en\") ?automobileModel rdfs:label ?automobileModelLabel . FILTER(LANG(?automobileModelLabel) = \"en\") OPTIONAL { ?manufacturer wdt:P18 ?image . } } ORDER BY ASC(?manufacturerLabel)", "paraphrases": ["What are the automobile models produced by each manufacturer, and which manufacturers have images on Wikimedia Commons?", "Show me all car models with their English names and manufacturers, ordered alphabetically by manufacturer, and include any available images of the manufacturers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3231690> ; <http://www.wikidata.org/prop/direct/P176> ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_2515", "question": "List all federal law enforcement agencies in the United States.", "sparql": "SELECT ?agency WHERE { ?agency wdt:P31 wd:Q20858006 }", "paraphrases": ["What are the federal law enforcement agencies of the United States?", "Can you show me the list of U.S. federal law enforcement agencies?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q20858006> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_2516", "question": "List of programming languages", "sparql": "SELECT ?programmingLanguage ?label WHERE { ?programmingLanguage wdt:P31 ?subclass . ?subclass wdt:P279 wd:Q9143 . ?programmingLanguage rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1000", "paraphrases": ["What are some examples of programming languages?", "Show me a list of all known programming languages."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q9143> . } LIMIT 1000"}}
{"id": "val_2517", "question": "Is the Raspberry Pi 3 Model B a single-board computer according to Wikidata?", "sparql": "ASK WHERE { wd:Q25519213 (wdt:P31/wdt:P279*) wd:Q944780 . }", "paraphrases": ["Does the Raspberry Pi 3 Model B belong to the class of single-board computers or any of its subclasses?", "Is Raspberry Pi 3 Model B categorized as a single-board computer in Wikidata\u2019s knowledge graph?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q25519213> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2518", "question": "Government agencies and their countries", "sparql": "SELECT ?agency ?agencyLabel ?country ?countryLabel WHERE { ?agency wdt:P31 wd:Q327333 . OPTIONAL { ?agency rdfs:label ?agencyLabel . FILTER(LANG(?agencyLabel) = \"en\") } OPTIONAL { ?agency wdt:P17 ?country . OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } } }", "paraphrases": ["What are the government agencies and which countries are they located in?", "Show me the names of government agencies in English along with the names of their countries, if known."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q327333> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } OPTIONAL { } }"}}
{"id": "val_2519", "question": "Chinese-labeled computer-related items in Wikidata with descriptions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?itemDescription WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q68 .\n  ?item rdfs:label ?itemLabel .\n  ?item schema:description ?itemDescription .\n  FILTER(LANG(?itemLabel) = \"zh\")\n  FILTER(LANG(?itemDescription) = \"zh\")\n}\nLIMIT 100", "paraphrases": ["What are some computers and computer-related items that have Chinese labels and descriptions?", "List Chinese-named computer systems and their descriptions from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q68> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_2520", "question": "Which programming languages have influenced other programming languages, and what are the languages they influenced?", "sparql": "SELECT ?influencingLanguageLabel ?influencedLanguageLabel WHERE { ?influencingLanguage wdt:P31 wd:Q9143 . ?influencedLanguage wdt:P31 wd:Q9143 . ?influencedLanguage wdt:P737 ?influencingLanguage . ?influencingLanguage rdfs:label ?influencingLanguageLabel . ?influencedLanguage rdfs:label ?influencedLanguageLabel . FILTER(LANG(?influencingLanguageLabel) = \"en\") FILTER(LANG(?influencedLanguageLabel) = \"en\")}", "paraphrases": ["Programming languages and their influences: list pairs where one language was inspired by another.", "Show me all pairs of programming languages where the second one was influenced by the first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9143> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9143> . ?var2 <http://www.wikidata.org/prop/direct/P737> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2521", "question": "What is the most specific category that both Cincinnati and Tunis belong to?", "sparql": "SELECT ?commonClass (2 AS ?totalDistance) WHERE { wd:Q43196 wdt:P31 ?commonClass . wd:Q3572 wdt:P31 ?commonClass . } LIMIT 1", "paraphrases": ["Which class is shared by both Cincinnati and Tunis as their most specific instance-of category?", "Find the common class that both Cincinnati and Tunis are instances of, and return the total number of steps from each to that class."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43196> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3572> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2522", "question": "What is the most general category that both South Korea and Africa belong to, based on their types in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  {\n    SELECT ?commonType(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q884 wdt:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonType .\n      FILTER(?commonType != ?type1)\n    }\n    GROUP BY ?commonType\n  }\n  {\n    SELECT ?commonType(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q15 wdt:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonType .\n      FILTER(?commonType != ?type2)\n    }\n    GROUP BY ?commonType\n  }\n  FILTER(?commonType != wd:Q884 && ?commonType != wd:Q15)\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which geographic classification encompasses both South Korea and Africa with the shortest path in the hierarchy?", "Find the common superclass in Wikidata that is closest to both South Korea and Africa in terms of type inheritance depth."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2523", "question": "How many paintings on Wikidata have a known artist and an image, compared to those missing one or both?", "sparql": "SELECT ?category ?count WHERE { { SELECT ?hasCreator ?hasImage (COUNT(DISTINCT ?painting) AS ?count) WHERE { ?painting wdt:P31 wd:Q3305213 . OPTIONAL { ?painting wdt:P170 ?creator . } OPTIONAL { ?painting wdt:P18 ?image . } BIND(IF(BOUND(?creator), 1, 0) AS ?hasCreator) BIND(IF(BOUND(?image), 1, 0) AS ?hasImage) } GROUP BY ?hasCreator ?hasImage ORDER BY DESC(?count) } BIND( IF(?hasCreator = 1 && ?hasImage = 1, \"Has creator and image\", IF(?hasCreator = 1 && ?hasImage = 0, \"Has creator, no image\", IF(?hasCreator = 0 && ?hasImage = 1, \"No creator, has image\", \"No creator, no image\")) ) AS ?category ) } ORDER BY DESC(?count)", "paraphrases": ["What is the breakdown of paintings by whether they are attributed to an artist and whether they have an image on Wikimedia Commons?", "Show me the count of paintings categorized by their creator and image availability: those with both, only a creator, only an image, or neither."], "info": {"raw_sparql": "SELECT( IF ( ( ?var1 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), IF ( ( ?var2 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string1\", \"string2\" ) , IF ( ( ?var2 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string3\", \"string4\" ) ) AS ?var3Label ) ?var4 WHERE { { SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P170> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( IF ( BOUND ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var1 ). BIND ( IF ( BOUND ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) } } ORDER BY DESC( ?var4 )"}}
{"id": "val_2524", "question": "List companies and financial instruments with ticker symbols.", "sparql": "SELECT ?entity ?ticker WHERE { ?entity wdt:P249 ?ticker . } LIMIT 100", "paraphrases": ["Which entities on Wikidata have a stock ticker symbol, and what are their tickers?", "Show me up to 100 entities that are publicly traded and their corresponding ticker symbols."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P249> ?var3 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_2525", "question": "What are the top 10 most popular query languages based on Wikipedia sitelinks?", "sparql": "SELECT DISTINCT ?language ?languageLabel WHERE { ?language (wdt:P31|wdt:P279) wd:Q845739 . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = 'en') . OPTIONAL { ?language wdt:P1840 ?sitelinks } } ORDER BY DESC(COALESCE(?sitelinks, 0)) LIMIT 10", "paraphrases": ["List the main query languages and rank them by how widely they are referenced on Wikipedia.", "Which programming languages are used for querying databases, and which ones are the most prominent?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q845739> . SERVICE <http://dbpedia.org/sparql> { ?var1 ( <http://purl.org/voc/vrank#hasRank> / <http://purl.org/voc/vrank#rankValue> ) ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_2526", "question": "What are the English names of all governing bodies and their subclasses in Wikidata?", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P31/wdt:P279* wd:Q895526 . FILTER NOT EXISTS { ?item rdf:type wikibase:Sense } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } LIMIT 200000", "paraphrases": ["List all organizations that have authority to govern, along with their English labels.", "Show me all entities classified as governing bodies or any of their subtypes, with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q895526> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } LIMIT 200000"}}
{"id": "val_2527", "question": "What is the image of the female breast on Wikimedia Commons?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  wd:Q9103 wdt:P18 ?image .\n}", "paraphrases": ["Image of female breast Wikidata", "Show me the picture of the female breast from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q9103> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_2528", "question": "What are all the broader categories or classes that gouache painting belongs to, including indirect ones?", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q21281546 wdt:P279* ?subclass . } LIMIT 100", "paraphrases": ["List all the superclass types of gouache painting in the Wikidata knowledge graph.", "What is the full hierarchy of categories above gouache painting, from specific to general?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q21281546> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_2529", "question": "What is the English label for The London Gazette issue number 38102?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P433 \"38102\" . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Which entity corresponds to issue 38102 of The London Gazette?", "Show me the item and its label for The London Gazette issue 38102."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P218> \"38102\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2530", "question": "Image of the person with SNAC ARK ID w6jh3tj6", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6jh3tj6\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6jh3tj6?", "Can you show me the Wikimedia Commons image for Francis P. Fleming, who has the SNAC ARK ID w6jh3tj6?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jh3tj6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2531", "question": "What are the different types or classes of submarines?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q2811 . ?subclass rdfs:label ?subclassLabel .}", "paraphrases": ["List all subclasses of the submarine category in Wikidata.", "Can you show me the various submarine classes that exist?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q2811> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2532", "question": "Organizations headquartered in Portugal", "sparql": "SELECT ?organization ?organizationLabel WHERE { ?organization wdt:P159 ?headquarters . ?organization wdt:P17 wd:Q45 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") }", "paraphrases": ["What are the names of organizations that have their headquarters in Portugal?", "List the English names of organizations based in Portugal."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q45> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } }"}}
{"id": "val_2533", "question": "Official website of YouTube and related English/German Wikipedia pages", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P856 <https://www.youtube.com/> .\n  ?var2 schema:about ?var1 .\n  {\n    ?var2 schema:inLanguage \"en\" .\n  } UNION {\n    ?var2 schema:inLanguage \"de\" .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia and Wikinews pages about YouTube, and what is YouTube\u2019s official website?", "Show me the English and German Wikimedia pages linked to YouTube, along with YouTube\u2019s official website and its labels in those languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/channel/UCZRpI12ofrnZXVi1siw18LQ/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2534", "question": "Subsidiaries of Transdev GmbH with English Wikipedia pages, official websites, and types.", "sparql": "SELECT ?company ?companyLabel ?wikipediaPage ?website ?instance WHERE { ?company wdt:P127 wd:Q897024 . ?wikipediaPage schema:about ?company ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?company wdt:P856 ?website . } OPTIONAL { ?company wdt:P31 ?instance . } ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") }", "paraphrases": ["Which companies are owned by Transdev GmbH, and what are their English Wikipedia pages, official websites, and classifications?", "List all subsidiaries of Transdev GmbH along with their English Wikipedia links, official websites, and what kind of companies they are."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q878900> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2535", "question": "What is the English name of YouTube on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q866 rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n}\nLIMIT 1", "paraphrases": ["What is YouTube called in English according to Wikidata?", "Can you tell me the English label for the Wikidata item of YouTube?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q866> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_2536", "question": "What is the most specific category that both Brazil and Germany belong to?", "sparql": "SELECT ?type ?typeLabel WHERE { wd:Q155 wdt:P31 ?type . wd:Q183 wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") FILTER NOT EXISTS { ?other wdt:P279 ?type . wd:Q155 wdt:P31 ?other . wd:Q183 wdt:P31 ?other . FILTER (?other != ?type) } }", "paraphrases": ["Which class is the lowest common ancestor in the type hierarchy for Brazil and Germany?", "What type do Brazil and Germany share that is not a subtype of any other shared type?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2537", "question": "Is the Iris Awards a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q2781969 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does the Iris Awards belong to a category that is a subclass of software?", "Could the Iris Awards be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2781969> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2538", "question": "What other ships are named \"RV Atlantis\"?", "sparql": "SELECT DISTINCT ?shipLabel WHERE { wd:Q7278030 rdfs:label ?shipLabel . FILTER(LANG(?shipLabel) = \"en\") . ?ship rdfs:label ?shipLabel . FILTER(?ship != wd:Q7278030) }", "paraphrases": ["Are there any other entities besides RV Atlantis (Q7278030) that share the same English label?", "List all ships that have the name \"RV Atlantis\" in English, excluding the Woods Hole vessel."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q7278030> <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label ; <http://schema.org/description> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2539", "question": "List of submarines with their launch dates and images.", "sparql": "SELECT DISTINCT ?submarine ?submarineLabel ?image ?inceptionDate WHERE { ?submarine wdt:P31 wd:Q2811 . ?submarine wdt:P571 ?inceptionDate . OPTIONAL { ?submarine wdt:P18 ?image . } ?submarine rdfs:label ?submarineLabel . FILTER(LANG(?submarineLabel) = \"en\") }", "paraphrases": ["What are the names, launch dates, and images of all submarines in Wikidata?", "Show me the English names, inception years, and associated images of all submarines, including those without images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2811> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr, de, es, it, cz\". } }"}}
{"id": "val_2540", "question": "YouTube official website and related English/German Wikipedia pages", "sparql": "SELECT ?item ?itemLabel ?article WHERE { ?item wdt:P856 <https://www.youtube.com/> . ?article schema:about ?item . ?article schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What English and German-language Wikimedia pages are about YouTube, and what is YouTube\u2019s official website?", "Show me all English and German Wikipedia, Wikinews, and other Wikimedia pages that discuss YouTube, along with YouTube\u2019s official website URL and its English label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/user/phoenix/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2541", "question": "YouTube official website and related English/German Wikipedia/Wikimedia pages", "sparql": "SELECT ?youtube ?label ?wikiPage WHERE { ?youtube wdt:P856 <https://www.youtube.com/> . ?wikiPage schema:about ?youtube . { ?wikiPage schema:inLanguage \"en\" } UNION { ?wikiPage schema:inLanguage \"de\" } . ?youtube rdfs:label ?label . FILTER(LANG(?label) = \"en\" || LANG(?label) = \"de\") }", "paraphrases": ["What English and German-language Wikimedia pages are about YouTube, and what is YouTube\u2019s official website?", "List all English and German Wikipedia, Wikinews, and other Wikimedia pages that discuss YouTube, along with YouTube\u2019s official URL and its labels in those languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/channel/UCyHYd_Gfj0TIt48coAGTJdw/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2542", "question": "What is the most general category that both the English language and South Korea belong to?", "sparql": "SELECT ?label WHERE { wd:Q17437796 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What do English and South Korea have in common in terms of their highest-level classification in Wikidata?", "What is the top-level ontological category shared by the English language and South Korea?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1860> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2543", "question": "Is the movie Iron Man a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q192724 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Is the 2008 film Iron Man classified as software or a subclass of software?", "Confirm whether the film Iron Man belongs to any category that is a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q192724> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2544", "question": "What are some entities located in Greece?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P17 wd:Q41 . FILTER(STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the names of places, organizations, or other items in Greece?", "Which items (like cities, theaters, or events) have Greece as their country?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q41> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el\". } }"}}
{"id": "val_2545", "question": "Which Wikidata items have the Twitter usernames envlh, kateconger, kidehen, nightrose, or ORCID_Org?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"envlh\" \"kateconger\" \"kidehen\" \"nightrose\" \"ORCID_Org\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @envlh, @kateconger, @kidehen, @nightrose, and @ORCID_Org?", "List the Wikidata entities corresponding to the Twitter usernames: envlh, kateconger, kidehen, nightrose, and ORCID_Org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"kateconger\" ) ( \"Norge_fr\" ) ( \"kidehen\" ) ( \"string1\" ) ( \"Nightrose\" ) ( \"ORCID_org\" ) ( \"nightrose\" ) ( \"ORCID_Org\" ) } }"}}
{"id": "val_2546", "question": "What is the most specific category that both Afghanistan and Tunisia belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q889 wdt:P31 ?commonClass .\n  wd:Q948 wdt:P31 ?commonClass .\n  FILTER NOT EXISTS {\n    ?d wdt:P279 ?commonClass .\n    wd:Q889 wdt:P31 ?d .\n    wd:Q948 wdt:P31 ?d .\n    FILTER(?d != ?commonClass)\n  }\n}", "paraphrases": ["Which class is the closest common ancestor of Afghanistan and Tunisia in terms of their types?", "What is the most specific type shared by Afghanistan and Tunisia?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3572> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2547", "question": "What is the image associated with the person having SNAC ARK ID w6ht3nd4?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ht3nd4\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the photo of John P. Hammond, who is identified by the SNAC ARK ID w6ht3nd4?", "Show me the Wikimedia Commons image linked to the Social Networks and Archival Context identifier w6ht3nd4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ht3nd4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2548", "question": "Most specific shared category between United Kingdom and Iceland", "sparql": "SELECT ?commonClass (COUNT(?ancestor) AS ?depth)\nWHERE {\n  wd:Q145 wdt:P31 ?commonClass .\n  wd:Q189 wdt:P31 ?commonClass .\n  ?commonClass wdt:P279* ?ancestor .\n  FILTER(?ancestor != ?commonClass)\n}\nGROUP BY ?commonClass\nORDER BY DESC(?depth)\nLIMIT 1", "paraphrases": ["What is the most specific type that both the United Kingdom and Iceland belong to?", "Find the most specific classification that applies to both the United Kingdom and Iceland."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2549", "question": "What is the most specific category that both Afghanistan and the United Kingdom belong to?", "sparql": "SELECT ?commonClass WHERE { wd:Q889 wdt:P31 ?commonClass . wd:Q145 wdt:P31 ?commonClass . FILTER NOT EXISTS { ?otherCommonClass wdt:P279 ?commonClass . wd:Q889 wdt:P31 ?otherCommonClass . wd:Q145 wdt:P31 ?otherCommonClass . } }", "paraphrases": ["Which class is the highest-level common type shared by Afghanistan and the UK?", "Find the most specific type that applies to both Afghanistan and the United Kingdom, such that no other shared type is more specific."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2550", "question": "What is the most specific category that both cities and countries belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?label(COUNT(?super) AS ?depth) WHERE {\n  wd:Q515 wdt:P279 * ?ancestor .\n  wd:Q6256 wdt:P279 * ?ancestor .\n  ?ancestor wdt:P279 * ?super .\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nGROUP BY ?ancestor ?label\nORDER BY DESC(?depth)\nLIMIT 1", "paraphrases": ["What is the common superclass that best describes both Vancouver and the United Kingdom in terms of their types?", "What is the most detailed shared classification for a city like Vancouver and a country like the United Kingdom?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q24639> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2551", "question": "What is the most specific category that both Hawaii and Australia belong to through their type hierarchies?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q35657 wdt:P279 * ?commonAncestor .\n  wd:Q3624078 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY DESC ( ?commonAncestor )\nLIMIT 1", "paraphrases": ["Which taxonomic class is the lowest common ancestor of the state of Hawaii and the country of Australia in Wikidata?", "Find the most specific class that is a superclass of both the U.S. state of Hawaii and the sovereign state of Australia."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q408> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2552", "question": "What are the individual applications included in KDE Gear?", "sparql": "SELECT ?app ?appName WHERE { ?app wdt:P361 wd:Q20712193 . ?app rdfs:label ?appName . FILTER(LANG(?appName) = \"en\") }", "paraphrases": ["Which KDE applications are part of the KDE Gear software bundle?", "List the English names of all applications that are components of KDE Gear (Q20712193)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q20712193> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2553", "question": "What is the most specific category that both Louisiana and Nashville belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q35657 wdt:P279 * ?commonAncestor .\n  wd:Q1093829 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY DESC ( STRLEN( ?label ) )\nLIMIT 1", "paraphrases": ["What is the shared administrative classification of Louisiana and Nashville?", "What is the lowest common ancestor in the taxonomy between the U.S. state of Louisiana and the city of Nashville?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23197> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2554", "question": "Is \"Los nombres de las calles de Madrid (2012)\" a kind of software?", "sparql": "ASK WHERE { wd:Q26741353 ( wdt:P31 / wdt:P279* ) wd:Q7397 . }", "paraphrases": ["Is the book \"Los nombres de las calles de Madrid (2012)\" classified as software?", "Confirm whether \"Los nombres de las calles de Madrid (2012)\" is a type of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q26741353> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2555", "question": "What is the most specific category that both South Korea and Israel belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q884 wdt:P31 ?commonClass .\n  wd:Q801 wdt:P31 ?commonClass .\n  FILTER NOT EXISTS {\n    ?otherCommonClass wdt:P279 ?commonClass .\n    wd:Q884 wdt:P31 ?otherCommonClass .\n    wd:Q801 wdt:P31 ?otherCommonClass .\n    FILTER ( ?otherCommonClass != ?commonClass )\n  }\n}", "paraphrases": ["Which class is the lowest in the hierarchy that both South Korea and Israel are instances of?", "What shared classification is more specific than any other shared classification for South Korea and Israel?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q801> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2556", "question": "Number of paintings in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( \"Number of paintings\" AS ?label ) ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P31 wd:Q3305213 .\n}", "paraphrases": ["How many paintings are documented in Wikidata?", "Can you tell me the total count of paintings listed in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { SELECT( \"Creator\" AS ?var1 )( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . } } }"}}
{"id": "val_2557", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0219214?", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } FILTER(?imdb_id = \"tt0219214\") }", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by the IMDb ID tt0219214?", "Show me the Wikipedia links in English or German for the item that has the IMDb identifier tt0219214."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0219214\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2558", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt0001769?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0001769\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia page in English or German is about the movie with IMDb identifier tt0001769?", "Show me the Wikipedia link for the film \"The Making of a Man\" (IMDb: tt0001769) in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0001769\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2559", "question": "Subclasses of software", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q7397 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are some types of software?", "List 10 subcategories of software in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7397> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_2560", "question": "What is the official website and logo of Designer Brands (DSW)?", "sparql": "SELECT ?item ?itemLabel ?website ?logo WHERE { wd:Q5206207 rdfs:label ?itemLabel . wd:Q5206207 wdt:P856 ?website . wd:Q5206207 wdt:P154 ?logo . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show the label, official website, and logo for the company known as DSW, Inc.", "Can you find the logo and website for Designer Shoe Warehouse?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P154> ?var3 . FILTER ( ( CONTAINS ( STR ( ?var2 ) , \"dsw.com\" ) ) ) . } LIMIT 10"}}
{"id": "val_2561", "question": "What are the English and Italian Wikipedia pages for the movie with IMDb ID tt3296204?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt3296204\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"it\" } }", "paraphrases": ["Find Wikipedia articles in English, German, or Italian about the movie identified by tt3296204 on IMDb.", "Show me the Wikipedia links for the film \"A Boss In The Living Room\" in English, German, and Italian."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3296204\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"it\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2562", "question": "Cities in the Netherlands with their coordinates", "sparql": "SELECT ?city (SAMPLE(?cityLabel) AS ?label) ?coordinates WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q55 . OPTIONAL { ?city wdt:P625 ?coordinates . } ?city rdfs:label ?cityLabel . } GROUP BY ?city ?coordinates ORDER BY ASC(?label) LIMIT 500", "paraphrases": ["What are the names and geographic coordinates of all cities in the Netherlands?", "List all cities in the Netherlands along with one of their labels and their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q55> . } ORDER BY ASC( ?var1Label ) LIMIT 500"}}
{"id": "val_2563", "question": "Is Franciszek Kotlarczuk a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q21499610 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does Franciszek Kotlarczuk belong to any category that is a subclass of software?", "Is Franciszek Kotlarczuk classified as software or any of its subcategories?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21499610> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2564", "question": "Is Ingrid Bachert classified as something that is a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q20536817 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does Ingrid Bachert belong to a category that is a subclass of software?", "Is Ingrid Bachert a kind of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q20536817> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2565", "question": "List of web servers with their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?server ?label WHERE {\n  ?server wdt:P31 wd:Q11288 .\n  OPTIONAL {\n    ?server rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}", "paraphrases": ["What are the English labels of all software instances that are web servers?", "Show me the names in English of all web servers, including those that might not have an English label listed."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11288> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_2566", "question": "What Wikipedia and Wikiquote pages about the movie \"3 Idiots\" (IMDb ID: tt1187043) are available in English or German?", "sparql": "SELECT ?page WHERE { wd:Q229633 wdt:P345 \"tt1187043\" . ?page schema:about wd:Q229633 . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang .}", "paraphrases": ["Show me the English and German language pages related to the film with IMDb ID tt1187043.", "Which language versions of Wikipedia and Wikiquote have articles about the movie identified by IMDb ID tt1187043?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1187043\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2567", "question": "What is the most specific category that both Oakland and Cologne belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q17042 wdt:P31 ?commonType .\n  wd:Q365 wdt:P31 ?commonType .\n}", "paraphrases": ["What type do the cities of Oakland and Cologne have in common?", "Which class is shared by both Oakland and Cologne as an instance?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q17042> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q365> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2568", "question": "Mobile apps in India with headquarters and images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?appLabel ?image ?hqLabel WHERE {\n  ?app(wdt:P31 / wdt:P279 *) wd:Q620615 .\n  ?app wdt:P17 wd:Q668 .\n  ?app rdfs:label ?appLabel .\n  FILTER(LANG(?appLabel) = \"en\")\n  .\n  OPTIONAL {\n    ?app wdt:P18 ?image .\n  }\n  .\n  OPTIONAL {\n    ?app wdt:P159 ?hq .\n    ?hq rdfs:label ?hqLabel .\n    FILTER(LANG(?hqLabel) = \"en\")\n  }\n}", "paraphrases": ["What are the mobile apps based in India, and do they have official images or headquarters locations?", "List all mobile apps from India along with their headquarters and any available official images."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q620615> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2569", "question": "List of mobile applications on Wikidata", "sparql": "SELECT ?app ?appLabel WHERE { ?app wdt:P31 wd:Q620615 . ?app rdfs:label ?appLabel . FILTER(LANG(?appLabel) = \"en\") }", "paraphrases": ["What are some examples of mobile apps listed in Wikidata?", "Show me the names of all mobile apps in English from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q620615> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2570", "question": "What are the English and German Wikipedia articles about SourceForge, and what is its official website?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?wikipediaArticle WHERE { ?item wdt:P856 <https://sourceforge.net/> . ?wikipediaArticle schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which English and German Wikipedia pages discuss SourceForge, and what is its official URL?", "Show me the English label of SourceForge along with its English and German Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sourceforge.net/p/keepass/news/feed> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.sourceforge.net/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.sourceforge.net/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sourceforge.net/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sourceforge.net/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sourceforge.net> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sourceforge.net> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sourceforge.net> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sourceforge.net> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sourceforge.net/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sourceforge.net/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2571", "question": "Wikipedia pages in English, German, or Korean about the film with IMDb ID tt1556214.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt1556214\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"ko\"\n  }\n}", "paraphrases": ["What are the English, German, and Korean Wikipedia pages for the movie \"Sex Is Zero 2\"?", "Show me the Wikipedia articles in English, Korean, and German that are about the film identified by IMDb ID tt1556214."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1556214\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ko\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2572", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0479341?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0479341\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles about Adam Resurrected in English and German languages.", "Find the Wikipedia links in English and German for the film identified by IMDb identifier tt0479341."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0479341\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2573", "question": "Wikipedia pages in English, Portuguese, or German about the movie with IMDb ID tt0367975.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0367975\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"pt\"\n  }\n}", "paraphrases": ["What Wikipedia articles in English, German, or Portuguese are about the movie with IMDb ID tt0367975?", "Show me the English, German, and Portuguese Wikipedia pages for the movie identified by IMDb ID tt0367975."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0367975\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pt\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2574", "question": "Which French TV programs have Twitter/X handles TF1, MissFrance, TVMAG, or DALS_TF1?", "sparql": "SELECT ?program ?twitterHandle WHERE { ?program wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"TF1\" \"MissFrance\" \"TVMAG\" \"DALS_TF1\" } }", "paraphrases": ["What are the TV shows and channels on Wikidata that use \"TF1\", \"MissFrance\", \"TVMAG\", or \"DALS_TF1\" as their Twitter/X username?", "Show me the TV programs associated with the Twitter/X usernames TF1, MissFrance, TVMAG, and DALS_TF1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"TF1\" ) ( \"MissFrance\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"tf1\" ) ( \"parismatch\" ) ( \"string6\" ) ( \"DALS_TF1\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"TVMAG\" ) } }"}}
{"id": "val_2575", "question": "Wikipedia page for the film with IMDb ID tt3065132 in English or German", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt3065132\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie \"He Named Me Malala\"?", "Show me the Wikipedia article in English or German about the film identified by IMDb ID tt3065132."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3065132\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2576", "question": "What is the official website of Apple Inc.?", "sparql": "SELECT DISTINCT ?business ?label ?website WHERE { ?business (wdt:P31/wdt:P279*) wd:Q4830453 . ?business wdt:P1448 \"Apple Inc.\"@en . OPTIONAL { ?business rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?business wdt:P856 ?website } } LIMIT 100", "paraphrases": ["Can you find the English label and official website for the business known as Apple Inc.?", "Which company with the official name \"Apple Inc.\" has an official website, and what is its English name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\". FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2577", "question": "What is the most common property used to link entities to Transparency International, and how many times is it used?", "sparql": "SELECT ?propertyItem (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?prop wd:Q174240 .\n  ?propertyItem wikibase:directClaim ?prop .\n  ?propertyItem rdf:type wikibase:Property .\n}\nGROUP BY ?propertyItem\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property connects the most people or organizations to Transparency International?", "How many people are employed by Transparency International, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q174240> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2578", "question": "Top programming languages used in free and open-source software, free software, and open-source software.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?languageLabel ( COUNT( DISTINCT ?software ) AS ?count ) WHERE {\n  {\n    ?software wdt:P31 / wdt:P279 * wd:Q506883 .\n  } UNION {\n    ?software wdt:P31 / wdt:P279 * wd:Q341 .\n  } UNION {\n    ?software wdt:P31 / wdt:P279 * wd:Q1130645 .\n  }\n  ?software wdt:P277 ?language .\n  OPTIONAL {\n    ?language rdfs:label ?languageLabel .\n    FILTER ( LANG( ?languageLabel ) = \"en\" ) .\n  }\n}\nGROUP BY ?languageLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which programming languages are most commonly used in free, open-source, or free and open-source software, and how many projects use each?", "List the programming languages used in free and open-source software projects, ranked by the number of projects, in English."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { { ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q506883> . } UNION { ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q341> . } UNION { ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1130645> . } UNION { ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q19652> . ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . } ?var2 <http://www.wikidata.org/prop/direct/P277> ?var4 . OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2579", "question": "Which painting genres are also classified as art genres?", "sparql": "SELECT ?paintingGenre WHERE { ?paintingGenre wdt:P31 wd:Q16743958 . ?paintingGenre wdt:P31 wd:Q1792379 . }", "paraphrases": ["Can you list the types of painting that are considered both a painting genre and an art genre?", "Show me the painting categories that belong to the broader category of art genres."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16743958> . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1792379> . }"}}
{"id": "val_2580", "question": "Translators who speak Armenian and their dates of birth and death.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?dateOfDeath ?dateOfBirth WHERE {\n  ?person wdt:P106 wd:Q333634 .\n  ?person wdt:P1412 wd:Q8785 .\n  OPTIONAL {\n    ?person wdt:P570 ?dateOfDeath .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are the translators that speak Armenian, and when were they born and died?", "List the English names of people whose profession is translator and who speak Armenian, along with their dates of birth and death if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hy\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q333634> . ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q8785> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } } LIMIT 1000"}}
{"id": "val_2581", "question": "Siblings of Monaco citizens with English labels", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 wdt:P27 wd:Q235 . ?var1 wdt:P3373 ?var2 . FILTER(?var1 < ?var2) . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") . FILTER(LANG(?var2Label) = \"en\") }", "paraphrases": ["Who are the siblings of people who are citizens of Monaco, listed in pairs with their English names?", "List all pairs of siblings where at least one is a citizen of Monaco, showing both names in English and avoiding duplicates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P3373> / <http://www.wikidata.org/prop/statement/P3373> ) ?var2 . MINUS { ?var2 ( <http://www.wikidata.org/prop/P3373> / <http://www.wikidata.org/prop/statement/P3373> ) ?var1 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q235> . } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,en\". } }"}}
{"id": "val_2582", "question": "Institutions that are academies of sciences", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31 / wdt:P279*) wd:Q414147 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the names of academies of sciences in English?", "List all English-named scientific academies that are instances of the Academy of Sciences."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q414147> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } }"}}
{"id": "val_2583", "question": "Organizations in the financial services industry", "sparql": "SELECT ?organization WHERE { ?organization wdt:P452 wd:Q837171 .}", "paraphrases": ["Which companies operate in the financial services sector?", "List all organizations that are classified as being in the financial services industry according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q837171> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2584", "question": "Labels of all entities that are instances of science.", "sparql": "SELECT ?label WHERE { ?item wdt:P31 wd:Q336 . ?item rdfs:label ?label . FILTER(LANG(?label) != '') }", "paraphrases": ["What are the labels in different languages for things classified as science?", "Show me all the translated names for scientific disciplines from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 (^ <http://www.w3.org/2000/01/rdf-schema#label> / <http://www.wikidata.org/prop/direct/P31> ) <http://www.wikidata.org/entity/Q336> . }"}}
{"id": "val_2585", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0468569.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0468569\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the movie \"The Dark Knight\"?", "Show me the English and German language Wikipedia pages related to the film \"The Dark Knight\" (IMDb: tt0468569)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6421116\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2586", "question": "What academic disciplines study information behavior?", "sparql": "SELECT ?entity ?entityLabel ?relatedEntity WHERE { { wd:Q18418842 wdt:P2579 ?entity . } UNION { ?entity wdt:P2579 wd:Q18418842 . } OPTIONAL { ?entity wdt:P2579 ?relatedEntity . } ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["Which fields are connected to information behavior through research domains?", "What is the main academic field associated with information behavior, and what other fields does it relate to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18418842> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P2579> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2579> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2587", "question": "Image of Robert Hunter with SNAC ARK ID w63n26mm", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w63n26mm\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for the person identified by SNAC ARK ID w63n26mm?", "Show me the image linked to the SNAC ARK ID w63n26mm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63n26mm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2588", "question": "Which Wikidata items are associated with the Twitter usernames sethmeyers, katebevan, violetblue, SarahBHoll, MorrisF1, NimueAllen, mxpanblake, and BISHSexEd?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"sethmeyers\" \"katebevan\" \"violetblue\" \"SarahBHoll\" \"MorrisF1\" \"NimueAllen\" \"mxpanblake\" \"BISHSexEd\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Show me the Wikidata entities that have these Twitter handles: sethmeyers, katebevan, violetblue, SarahBHoll, MorrisF1, NimueAllen, mxpanblake, and BISHSexEd.", "Find the people or entities on Wikidata whose Twitter/X username is one of: sethmeyers, katebevan, violetblue, SarahBHoll, MorrisF1, NimueAllen, mxpanblake, or BISHSexEd."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"mxpanblake\" ) ( \"BISHSexEd\" ) ( \"string1\" ) ( \"string2\" ) ( \"ObjectUk\" ) ( \"YEVGEN1YA\" ) ( \"string3\" ) ( \"pastachips\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"NimueAllen\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"SarahBHoll\" ) ( \"violetblue\" ) ( \"string17\" ) ( \"sethmeyers\" ) ( \"string18\" ) ( \"MorrisF1\" ) ( \"katebevan\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2589", "question": "Entities named after the Doctor of Philosophy degree.", "sparql": "SELECT ?item ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?statement ps:P138 wd:Q752297 . ?item p:P138 ?statement . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier true . } } GROUP BY ?item ?statement", "paraphrases": ["What entities are named after a PhD?", "List all items that have been named in honor of the Doctor of Philosophy degree."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P138> <http://www.wikidata.org/entity/Q752297> . ?var1 <http://www.wikidata.org/prop/P138> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2590", "question": "Who are the people who have earned a Doctor of Philosophy degree?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P512 wd:Q752297 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List individuals with a PhD (Doctor of Philosophy) as their academic qualification.", "Which notable people hold a Doctor of Philosophy degree according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2093> <http://www.wikidata.org/entity/Q752297> . }"}}
{"id": "val_2591", "question": "Subclasses of user in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?userSubclass WHERE {\n  ?userSubclass wdt:P279 wd:Q278368 .\n}", "paraphrases": ["What are the different types of users defined in Wikidata?", "List all known subclasses of the concept \"user\" in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q278368> . } LIMIT 10000"}}
{"id": "val_2592", "question": "What are the English names of academic disciplines and their subclasses?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label WHERE {\n  ?subclass wdt:P279 wd:Q11862829 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which academic disciplines have English labels in Wikidata?", "List all subclasses of academic discipline that have an English label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q11862829> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_2593", "question": "Sub-disciplines of academic discipline with their English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subdiscipline ?subdisciplineLabel ?field ?fieldLabel WHERE {\n  ?subdiscipline wdt:P279 wd:Q11862829 .\n  ?subdiscipline rdfs:label ?subdisciplineLabel .\n  wd:Q11862829 rdfs:label ?fieldLabel .\n  FILTER ( LANG( ?subdisciplineLabel ) = 'en' ) .\n  FILTER ( LANG( ?fieldLabel ) = 'en' )\n}", "paraphrases": ["What are some sub-disciplines of academic discipline, and what is the label of the parent category in English?", "List all English-labeled sub-disciplines of academic discipline and show the name of the parent category."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/361> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q11862829> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2594", "question": "Is the St. Auta Altarpiece a creative work?", "sparql": "ASK WHERE { wd:Q28680322 wdt:P31 ?instance . ?instance wdt:P279* wd:Q17537576 . }", "paraphrases": ["Does the St. Auta Altarpiece belong to a category that is a type of creative work?", "Confirm whether the St. Auta Altarpiece is classified under creative work."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28680322> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2595", "question": "Artworks in the collection of Museu Nacional de Belas Artes", "sparql": "SELECT ?artwork WHERE { ?artwork wdt:P195 wd:Q1954370 . } LIMIT 2000", "paraphrases": ["Which artworks are held by the Museu Nacional de Belas Artes?", "Can you list the artworks that belong to the national museum of fine arts in Rio de Janeiro?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1954370> . } LIMIT 2000"}}
{"id": "val_2596", "question": "English name of File System Visualizer", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q5448339 rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n}\nLIMIT 1", "paraphrases": ["What is the English label for File System Visualizer?", "Tell me the English name of the software File System Visualizer."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q5448339> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_2597", "question": "Top Linux distributions by release date, excluding derivatives like Kubuntu, with version, license, website, and image.", "sparql": "SELECT ?distroLabel ?inception ?version ?licenseLabel ?website ?image ?parentLabel WHERE { ?distro wdt:P31 wd:Q131669 . ?distro wdt:P571 ?inception . ?distro wdt:P348 ?version . ?distro wdt:P275 ?license . ?distro wdt:P856 ?website . ?distro wdt:P18 ?image . ?distro rdfs:label ?distroLabel . FILTER(LANG(?distroLabel) = \"en\") . ?license rdfs:label ?licenseLabel . FILTER(LANG(?licenseLabel) = \"en\") . OPTIONAL { ?distro wdt:P279 ?parent . ?parent rdfs:label ?parentLabel . FILTER(LANG(?parentLabel) = \"en\") } . FILTER ( NOT EXISTS { ?distro wdt:P279 ?parent . ?parent wdt:P31 wd:Q131669 . } ) } ORDER BY DESC(?inception) LIMIT 100", "paraphrases": ["What are the base Linux distributions (not derived from other distros), listed from newest to oldest, along with their version, license, official website, and logo?", "Please list the 100 most recent Linux distributions that are not subclasses of other Linux distributions, showing their name, release date, version, license, website, image, and any parent class (if not a Linux distro)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q131669> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P348> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P275> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var7 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_2598", "question": "List Unix-like software with their Ubuntu, Arch, Gentoo, and Fedora package names, licenses, and official websites.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?software(GROUP_CONCAT(DISTINCT ?version ; SEPARATOR = \", \") AS ?versions)(GROUP_CONCAT(DISTINCT ?versionType ; SEPARATOR = \", \") AS ?versionTypes)(GROUP_CONCAT(DISTINCT ?website ; SEPARATOR = \", \") AS ?websites)(GROUP_CONCAT(DISTINCT ?ubuntuPackage ; SEPARATOR = \", \") AS ?ubuntuPackages)(GROUP_CONCAT(DISTINCT ?archPackage ; SEPARATOR = \", \") AS ?archPackages)(GROUP_CONCAT(DISTINCT ?gentooPackage ; SEPARATOR = \", \") AS ?gentooPackages)(GROUP_CONCAT(DISTINCT ?fedoraPackage ; SEPARATOR = \", \") AS ?fedoraPackages)(GROUP_CONCAT(DISTINCT ?softwareLabel ; SEPARATOR = \", \") AS ?softwareNames)(GROUP_CONCAT(DISTINCT ?licenseLabel ; SEPARATOR = \", \") AS ?licenses) WHERE {\n  ?software wdt:P306 wd:Q14656 .\n  ?software p:P348 ?version .\n  ?version pq:P548 ?versionType .\n  OPTIONAL {\n    ?software wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?software wdt:P3473 ?ubuntuPackage .\n  }\n  OPTIONAL {\n    ?software wdt:P3454 ?archPackage .\n  }\n  OPTIONAL {\n    ?software wdt:P3499 ?gentooPackage .\n  }\n  OPTIONAL {\n    ?software wdt:P3463 ?fedoraPackage .\n  }\n  OPTIONAL {\n    ?software rdfs:label ?softwareLabel .\n    FILTER(LANG(?softwareLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?software wdt:P275 ?license .\n    ?license rdfs:label ?licenseLabel .\n    FILTER(LANG(?licenseLabel) = \"en\")\n  }\n}\nGROUP BY ?software", "paraphrases": ["What are the software applications compatible with Unix-like systems, and what are their corresponding package names in Ubuntu, Arch Linux, Gentoo, and Fedora, along with their licenses and official websites?", "Please provide a list of all software that runs on Unix-like operating systems, including their version identifiers, package names across major Linux distributions, English names, licenses, and official websites."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( GROUP_CONCAT ( DISTINCT ?var3 ; SEPARATOR = \", \" ) AS ?var4 )( GROUP_CONCAT ( DISTINCT ?var5 ; SEPARATOR = \", \" ) AS ?var6 )( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT ?var9 ; SEPARATOR = \", \" ) AS ?var10 )( GROUP_CONCAT ( DISTINCT ?var11 ; SEPARATOR = \", \" ) AS ?var12 )( GROUP_CONCAT ( DISTINCT ?var13 ; SEPARATOR = \", \" ) AS ?var14 )( GROUP_CONCAT ( DISTINCT ?var15 ; SEPARATOR = \", \" ) AS ?var16 )( GROUP_CONCAT ( DISTINCT ?var17 ; SEPARATOR = \", \" ) AS ?var18 )( GROUP_CONCAT ( DISTINCT ?var19 ; SEPARATOR = \", \" ) AS ?var20 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P306> <http://www.wikidata.org/entity/Q14656> . { ?var1 <http://www.wikidata.org/prop/P348> ?var3 . ?var1 ( <http://www.wikidata.org/prop/P348> / <http://www.wikidata.org/prop/qualifier/P548> ) ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P275> ?var21 . ?var21 <http://www.w3.org/2000/01/rdf-schema#label> ?var19 . FILTER ( ( ( LANG ( ?var19 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3473> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3473> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3454> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3499> ?var15 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3463> ?var17 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var2"}}
{"id": "val_2599", "question": "What are some natural features classified as instances of \"nature\" in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?naturalFeature ?naturalFeatureLabel WHERE {\n  ?naturalFeature wdt:P31 wd:Q7860 .\n  ?naturalFeature rdfs:label ?naturalFeatureLabel .\n  FILTER ( LANG( ?naturalFeatureLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list natural landmarks or sites that are categorized as \"nature\"?", "Which geographic locations are considered natural phenomena according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7860> . } LIMIT 100000"}}
{"id": "val_2600", "question": "English or German Wikipedia page for the movie with IMDb ID tt0048647", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0048647\" .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What is the English or German Wikipedia page for the film identified by IMDb ID tt0048647?", "Show me the Wikipedia page in English or German for the movie with IMDb ID tt0048647."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0048647\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2601", "question": "What are the subclasses of natural science?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q7991 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["Can you list the branches of science that fall under natural science?", "Which scientific disciplines are considered part of natural science?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7991> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2602", "question": "Subclasses of ancient civilization", "sparql": "SELECT ?subclass ?label WHERE { ?subclass wdt:P279 wd:Q28171280 . ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are some examples of ancient civilizations according to Wikidata?", "List the English names of entities that are subclasses of ancient civilization."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q28171280> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2603", "question": "What programming languages are used by software applications?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?software ?programmingLanguage WHERE {\n  ?software wdt:P31 / wdt:P279 * wd:Q7397 .\n  ?software wdt:P277 ?programmingLanguage .\n}\nLIMIT 50", "paraphrases": ["Which software are written in which programming languages?", "Can you list software and the languages they are implemented in?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P277> ?var2 . } LIMIT 50"}}
{"id": "val_2604", "question": "What are all the properties and values associated with Cuba in Wikidata, along with labels for the object values?", "sparql": "SELECT ?property ?value ?valueLabel WHERE { wd:Q241 ?property ?value . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["Can you show me all the facts about Cuba, including the English labels for its associated entities?", "List all direct statements about Cuba and their object labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { <wds:Q298-07AACAEC-6096-49C4-A989-4D502A5B189F> ?var1 ?var2 . }"}}
{"id": "val_2605", "question": "News aggregators and the programming languages they are written in.", "sparql": "SELECT DISTINCT ?newsAggregator ?newsAggregatorLabel ?programmingLanguageLabel WHERE { ?newsAggregator wdt:P31 wd:Q498267 . ?newsAggregator wdt:P277 ?programmingLanguage . ?newsAggregator rdfs:label ?newsAggregatorLabel . ?programmingLanguage rdfs:label ?programmingLanguageLabel . FILTER(LANG(?newsAggregatorLabel) = \"en\") FILTER(LANG(?programmingLanguageLabel) = \"en\") }", "paraphrases": ["What programming languages are used to develop news aggregator software?", "List the names of news aggregators along with the programming languages they are implemented in, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q498267> . ?var1 <http://www.wikidata.org/prop/direct/P277> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2606", "question": "Film with IMDb ID tt1930463 and its English or German Wikipedia page", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item .\n  FILTER(?imdb_id = \"tt1930463\")\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the Wikidata item and its English or German Wikipedia page for the movie with IMDb ID tt1930463?", "Show me the Wikidata entry and the English or German Wikipedia article for the film identified by IMDb ID tt1930463."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1930463\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2607", "question": "Is free software license used for any software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK {\n  ?software wdt:P275 wd:Q3943414 .\n}", "paraphrases": ["Does any software exist that is licensed under a free software license?", "Show me if there is software released under a free software license."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3943414> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2608", "question": "Which organizations have the Twitter/X usernames \"MakeSense\", \"simplonco\", or \"uniscite\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"MakeSense\" \"simplonco\" \"uniscite\"\n  }\n}\nORDER BY ?username", "paraphrases": ["What are the Wikidata items associated with the Twitter handles MakeSense, simplonco, and uniscite?", "Show me the entities in Wikidata that use \"MakeSense\", \"simplonco\", or \"uniscite\" as their X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Mouves_ES\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"shareit_io\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"MakeSense\" ) ( \"string8\" ) ( \"string9\" ) ( \"GroupeSOS\" ) ( \"simplonco\" ) ( \"CausonsFr\" ) ( \"string10\" ) ( \"uniscite\" ) ( \"AssoAurore\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2609", "question": "Which French media outlets and public figures have Twitter accounts listed in Wikidata, and what are their handles?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"OmarSy\" \"franceinfo\" \"BFMTV\" \"CNEWS\" \"LCI\" \"lemondefr\" \"Europe1\" \"LEXPRESS\" \"Le_Figaro\" \"jmblanquer\" \"Mediapart\"\n  }\n}\nORDER BY ASC ( ?item )", "paraphrases": ["Who are the entities on Wikidata that have Twitter usernames like \"OmarSy\", \"BFMTV\", or \"Mediapart\"?", "List all Wikidata entities that are linked to the Twitter handles: OmarSy, franceinfo, BFMTV, CNEWS, LCI, lemondefr, Europe1, LEXPRESS, Le_Figaro, jmblanquer, and Mediapart."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"OmarSy\" ) ( \"string3\" ) ( \"BHL\" ) ( \"BFMTV\" ) ( \"CNEWS\" ) ( \"LCI\" ) ( \"franceinfo\" ) ( \"Francetele\" ) ( \"lemondefr\" ) ( \"LeFigaro_2\" ) ( \"LePoint\" ) ( \"LEXPRESS\" ) ( \"string4\" ) ( \"string5\" ) ( \"leLab_E1\" ) ( \"jmblanquer\" ) ( \"string6\" ) ( \"string7\" ) ( \"mediapart\" ) ( \"string8\" ) ( \"string9\" ) ( \"Europe1\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2610", "question": "What is the content management system named Joomla?", "sparql": "SELECT ?framework ?frameworkLabel WHERE { ?framework wdt:P31 wd:Q131093 . ?framework rdfs:label ?frameworkLabel . FILTER (langMatches(lang(?frameworkLabel), \"en\")) FILTER (CONTAINS(LCASE(?frameworkLabel), \"joomla\")) } LIMIT 100", "paraphrases": ["Can you show me the English labels for Joomla, which is a content management system?", "Which content management systems have \"Joomla\" in their name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1330336> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( REGEX ( STR ( ?var1Label ) , \"Joomla\" ) ) ) . } LIMIT 100"}}
{"id": "val_2611", "question": "List all works of art and their subclasses in English.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31 / wdt:P279*) wd:Q838948 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the works of art and their subcategories according to Wikidata?", "Show me up to 100 English-labeled items that are either instances or subclasses of a work of art."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_2612", "question": "Paintings depicting angels and their creation dates with images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?painting ?paintingLabel ?inceptionDate ?image WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P180 wd:Q235113 .\n  ?painting wdt:P571 ?inceptionDate .\n  OPTIONAL {\n    ?painting wdt:P18 ?image .\n  }\n  ?painting rdfs:label ?paintingLabel .\n  FILTER ( LANG( ?paintingLabel ) = \"en\" )\n}\nLIMIT 50", "paraphrases": ["Which paintings depict angels, when were they created, and do they have images available on Wikimedia Commons?", "Show me up to 50 paintings that feature angels, including their creation year and any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q235113> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } LIMIT 50"}}
{"id": "val_2613", "question": "List office suite software applications with their English names and images from Wikimedia Commons.", "sparql": "SELECT ?software ?label ?image WHERE { ?software wdt:P366 wd:Q207170 . ?software rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { ?software wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["What are the office suite programs and their corresponding images on Wikimedia Commons?", "Show me the English names of all software applications that are used as office suites, and include any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q207170> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_2614", "question": "Is Linux classified as software through its type or hierarchy?", "sparql": "ASK WHERE { wd:Q388 (wdt:P31/wdt:P279*) wd:Q7397 }", "paraphrases": ["Is Linux an instance of or a subclass of software?", "Confirm whether Linux falls under the category of software via its classification chain."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3938> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2615", "question": "What is the English label and description of the software with the Free Software Directory entry \"3dldf\"?", "sparql": "SELECT ?software ?softwareLabel ?description WHERE { ?software wdt:P2537 \"3dldf\" . OPTIONAL { ?software rdfs:label ?softwareLabel . FILTER (LANG(?softwareLabel) = \"en\") } OPTIONAL { ?software schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the name and description in English of the software listed as \"3dldf\" on the Free Software Foundation's directory.", "Which software has the FSF directory ID \"3dldf\", and what is its English name and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2537> \"3dldf\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2616", "question": "Image of the person with SNAC ARK ID w6b56jcg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6b56jcg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Nicola Antonio Zingarelli in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6b56jcg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b56jcg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2617", "question": "What are the English-labeled entities in Wikidata that have a Twitter/X account, and what are their usernames?", "sparql": "SELECT ?item ?itemLabel ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY ?itemLabel LIMIT 20", "paraphrases": ["Show me a list of organizations or places on Twitter, along with their official handles, as recorded in Wikidata.", "Which entities on Wikidata have a Twitter/X username, and what are their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"norrin14\" ) ( \"wimocean\" ) ( \"string1\" ) ( \"debout1789\" ) ( \"profbzh29\" ) ( \"raiateam\" ) ( \"Vernes78\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"RobinGaloo\" ) ( \"Stanyslas\" ) ( \"YoGraf\" ) ( \"HrSopra\" ) ( \"SabryZebra\" ) ( \"string5\" ) ( \"string6\" ) ( \"Sois_Bref\" ) ( \"string7\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2618", "question": "Is Boing Boing a type of blog?", "sparql": "ASK WHERE { wd:Q891048 ( wdt:P31 / wdt:P279* ) wd:Q30849 . }", "paraphrases": ["Does Boing Boing belong to the category of blogs through its classification hierarchy?", "Is Boing Boing classified as a blog, either directly or via its subclass relationships?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q891048> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2619", "question": "Which landscape paintings are featured on more than 15 Wikipedia language editions, and how many editions each?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting ( COUNT( DISTINCT ?wikipedia_site ) AS ?wikipedia_count ) WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P136 wd:Q191163 .\n  ?wikipedia_article schema:about ?painting .\n  ?wikipedia_article schema:isPartOf ?wikipedia_site .\n  FILTER ( CONTAINS( STR( ?wikipedia_site ) , \"wikipedia.org\" ) )\n}\nGROUP BY ?painting\nHAVING ( ?wikipedia_count > 15 )\nORDER BY DESC ( ?wikipedia_count )\nLIMIT 750", "paraphrases": ["What are the most widely covered landscape paintings across Wikipedia, and on how many language versions do they appear?", "List the landscape paintings that appear on at least 16 different Wikipedia sites, sorted by how many sites they appear on, from most to least."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q191163> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> ?var2 . FILTER ( ( REGEX ( STR ( ?var2 ) , \"string1\" ) ) ) . } GROUP BY ?var1 ?var5 ?var6 HAVING ( ( ?var3 > \"15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 ) LIMIT 750"}}
{"id": "val_2620", "question": "Religious paintings with images and English labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting ?paintingLabel ?image WHERE {\n  ?painting wdt:P136 wd:Q2414609 .\n  ?painting wdt:P18 ?image .\n  ?painting rdfs:label ?paintingLabel .\n  FILTER(LANG(?paintingLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are some religious paintings that have images on Wikimedia Commons and English titles?", "Show me up to 10 religious paintings that have associated images and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q2414609> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2621", "question": "What property is most commonly used to describe the painting \"Eau de Cologne\"?", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  wd:Q19888301 ?property ?value .\n  FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which direct property appears most frequently in statements about the artwork \"Eau de Cologne\"?", "Tell me the most used property that links information to the painting Eau de Cologne by A.R. Penck."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q19888301> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2622", "question": "What is the English Wikipedia article about the 1944 film \"Applause\"?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article WHERE {\n  ?article schema:about wd:Q2858725 .\n  ?article schema:isPartOf <https://en.wikipedia.org/> .\n  FILTER ( REGEX( STR( ?article ) , \"Applause\" ) )\n}", "paraphrases": ["Find the Wikipedia page for the movie Applause (1944).", "Which English Wikipedia article discusses the 1944 film Applause?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2858725> AS ?var2 ). ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . }"}}
{"id": "val_2623", "question": "English labels and description of the painting \"Eau de Cologne\" by A.R. Penck.", "sparql": "SELECT ?property ?labelOrDescription WHERE { wd:Q19888301 ?property ?labelOrDescription . FILTER(LANG(?labelOrDescription) = \"en\") }", "paraphrases": ["What are the English labels and description for the painting Eau de Cologne by A.R. Penck?", "Show me all English-language labels and the description for the artwork Eau de Cologne."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q19888301> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_2624", "question": "What is the English label for the Mona Lisa on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q12418 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["Show me the name of the Mona Lisa in English.", "What is the title of the painting known as the Mona Lisa, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q12418> <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } LIMIT 1"}}
{"id": "val_2625", "question": "Which Wikidata entities have the Twitter usernames \"EvoMRI\" or \"neo4j\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"EvoMRI\" \"neo4j\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use \"EvoMRI\" or \"neo4j\" as their Twitter/X handle?", "Show me the Wikidata items for the Twitter accounts @EvoMRI and @neo4j (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"ikwattro\" ) ( \"string2\" ) ( \"neo4j\" ) ( \"iAmIzundu\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"WaterWavy\" ) ( \"string6\" ) ( \"sth_rbrt\" ) ( \"euanc\" ) ( \"string7\" ) ( \"EvoMRI\" ) } }"}}
{"id": "val_2626", "question": "What are the genre, series, and subject properties of Dirk Gently's Holistic Detective Agency, excluding \"based on\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?novelLabel ?property ?propertyLabel ?object ?objectLabel WHERE {\n  wd:Q902712 ?direct ?object .\n  ?property wikibase:directClaim ?direct .\n  ?property rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  wd:Q902712 rdfs:label ?novelLabel .\n  FILTER(LANG(?objectLabel) = \"en\")\n  FILTER(LANG(?novelLabel) = \"en\")\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(?direct != wdt:P1963)\n}\nLIMIT 30", "paraphrases": ["Which properties and their corresponding values are associated with the novel Dirk Gently's Holistic Detective Agency in English, and what are their labels, excluding the \"based on\" property?", "List all English labels of properties and their object values linked to Dirk Gently's Holistic Detective Agency, except for the \"based on\" relationship."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q902712> ?var4 ?var3 . ?var2 ?var5 ?var4 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . <http://www.wikidata.org/entity/Q902712> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 != <http://www.wikidata.org/prop/direct/P1963> ) ) ) . } LIMIT 30"}}
{"id": "val_2627", "question": "What artworks from the Belfius Art Collection have images available on Wikimedia Commons?", "sparql": "SELECT ?item ?image WHERE { ?item wdt:P195 wd:Q2962290 . ?item wdt:P18 ?image . } LIMIT 10", "paraphrases": ["Show me the images of artworks that belong to the Belfius Art Collection.", "Which items in the Belfius Art Collection are illustrated with images on Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q6058222> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } LIMIT 10000"}}
{"id": "val_2628", "question": "Which Wikidata items have the Twitter usernames \"mfenner\" or \"tempoweb\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"mfenner\" \"tempoweb\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handle mfenner or tempoweb?", "Can you find the Wikidata entries for the Twitter accounts @mfenner and @tempoweb? (Note: usernames are provided without @ symbol.)"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"fsci8\" ) ( \"string1\" ) ( \"tempoweb\" ) ( \"SOMedicine\" ) ( \"mfenner\" ) ( \"string2\" ) ( \"SFsci\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) } }"}}
{"id": "val_2629", "question": "Wikipedia pages in English and German for the movie with IMDb ID tt2016940", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt2016940\" . ?page schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . FILTER(REGEX(STR(?page), \"^https://[a-z]{2}\\\\.wikipedia\\\\.org/\")) }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"Man of Tai Chi\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt2016940."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2016940\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2630", "question": "Which Wikidata items have the Twitter username \"myfreecams\"?", "sparql": "SELECT ?item ?twitter WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"myfreecams\" } }", "paraphrases": ["What is the Wikidata item associated with the Twitter handle \"myfreecams\"?", "Show me the Wikidata entity that uses \"myfreecams\" as its X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Caylinlive\" ) ( \"string3\" ) ( \"string4\" ) ( \"caylinlive\" ) ( \"Minnie044\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"CBgirlscom\" ) ( \"cbcams\" ) ( \"string8\" ) ( \"CamGirlz1\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"STFPromo\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"Kaifel30\" ) ( \"johnboyt_2\" ) ( \"jax_glam\" ) ( \"string15\" ) ( \"NikiSky69\" ) ( \"string16\" ) ( \"amwalker38\" ) ( \"string17\" ) ( \"OBC3rdTime\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"iStan69\" ) ( \"VirtuAss\" ) ( \"Natuky85\" ) ( \"BillY_88_\" ) ( \"string21\" ) ( \"CBZonda94\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"MyFreeCams\" ) ( \"MyCamBabes\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2631", "question": "Wikidata entities with Twitter usernames: aarontay, cdsouthan, ceptional, fnielsen, i4oc_org, jasonpriem, nichtich, SemanticMW, Wikicite, wikidata, Wikipedia, zuphilip", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"aarontay\" \"cdsouthan\" \"ceptional\" \"fnielsen\" \"i4oc_org\" \"jasonpriem\" \"nichtich\" \"SemanticMW\" \"Wikicite\" \"wikidata\" \"Wikipedia\" \"zuphilip\" } }", "paraphrases": ["Which entities on Wikidata have the Twitter handles \"aarontay\", \"cdsouthan\", \"ceptional\", \"fnielsen\", \"i4oc_org\", \"jasonpriem\", \"nichtich\", \"SemanticMW\", \"Wikicite\", \"wikidata\", \"Wikipedia\", or \"zuphilip\"?", "List the Wikidata items that are associated with the following Twitter usernames: aarontay, cdsouthan, ceptional, fnielsen, i4oc_org, jasonpriem, nichtich, SemanticMW, Wikicite, wikidata, Wikipedia, and zuphilip."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"WikidataAT\" ) ( \"string1\" ) ( \"string2\" ) ( \"Wikidata\" ) ( \"SemanticMW\" ) ( \"string3\" ) ( \"zuphilip\" ) ( \"string4\" ) ( \"Wikicite\" ) ( \"wikicite\" ) ( \"MsPhelps\" ) ( \"ceptional\" ) ( \"heald_j\" ) ( \"nwbrux\" ) ( \"wikidata\" ) ( \"aarontay\" ) ( \"fnielsen\" ) ( \"nichtich\" ) ( \"i4oc_org\" ) ( \"jasonpriem\" ) ( \"cdsouthan\" ) ( \"string5\" ) ( \"string6\" ) ( \"Wikipedia\" ) ( \"ellrbrown\" ) ( \"likeaword\" ) ( \"string7\" ) ( \"pubchem\" ) ( \"string8\" ) ( \"MasinAD\" ) ( \"string9\" ) ( \"string10\" ) } }"}}
{"id": "val_2632", "question": "What are the labels for the Chicago Picasso sculpture in French, English, and Italian, along with its image, coordinates, and French Wikipedia link?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?description ?image ?coordinates ?wikipediaArticle WHERE {\n  OPTIONAL {\n    wd:Q5095736 rdfs:label ?label .\n    FILTER(LANG(?label) = ?lang)\n    VALUES(?lang ?priority) {(\"fr\" 1)(\"en\" 2)(\"de\" 3)(\"it\" 5)\n    }\n  }\n  OPTIONAL {\n    wd:Q5095736 schema:description ?description .\n    FILTER(LANG(?description) = \"fr\")\n  }\n  OPTIONAL {\n    wd:Q5095736 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q5095736 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q5095736 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n  }\n}\nORDER BY ASC(?priority)", "paraphrases": ["Can you show me the French, English, and Italian names of the Chicago Picasso sculpture, its location on a map, the image of it, and its French Wikipedia page?", "I want to see the multilingual labels for the Chicago Picasso sculpture, its French description, the image on Wikimedia Commons, its geographic coordinates, and the corresponding French Wikipedia article \u2014 ordered by language priority."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5095736> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q5095736> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q5095736> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q5095736> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q5095736> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_2633", "question": "Which Wikidata items have the Twitter usernames EvoMRI, GJPvWesten, jessamyn, maxlath, ORCID_Org, or wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username IN('EvoMRI' , 'GJPvWesten' , 'jessamyn' , 'maxlath' , 'ORCID_Org' , 'wikidata'))\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use the Twitter handles EvoMRI, GJPvWesten, jessamyn, maxlath, ORCID_Org, or wikidata?", "List the Wikidata entities linked to the Twitter usernames: EvoMRI, GJPvWesten, jessamyn, maxlath, ORCID_Org, and wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"EvoMRI\" ) ( \"string1\" ) ( \"AmrapaliZ\" ) ( \"GJPvWesten\" ) ( \"wikidata\" ) ( \"ORCID_Org\" ) ( \"JRossNeuro\" ) ( \"maxlath\" ) ( \"jessamyn\" ) ( \"sjDCC\" ) } }"}}
{"id": "val_2634", "question": "Which Wikidata items have the Twitter usernames \"fnielsen\", \"denials\", or \"wikidata\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"fnielsen\" \"denials\" \"wikidata\" \"BlazeGraph\" } }", "paraphrases": ["Who are the people or entities on Wikidata associated with the Twitter handles \"fnielsen\", \"denials\", and \"wikidata\"?", "Show me the Wikidata entities and their corresponding X (Twitter) usernames for the usernames \"fnielsen\", \"denials\", \"wikidata\", and \"BlazeGraph\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"fnielsen\" ) ( \"denials\" ) ( \"wikidata\" ) ( \"BlazeGraph\" ) } }"}}
{"id": "val_2635", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt4393514?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt4393514\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" ) )\n}", "paraphrases": ["Can you find the Wikipedia article in English or German about the film identified by tt4393514 on IMDb?", "Show me the Wikipedia pages in English or German related to the movie Bitter Lake (IMDb: tt4393514)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4393514\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2636", "question": "English label, description, and image of the painting \"Apples\" by Gustave Courbet.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q23947968 rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q23947968 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q23947968 schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the English name, description, and image of the painting \"Apples\" by Gustave Courbet?", "Show me the English label, description, and Wikimedia Commons image for the painting Apples (NMWA P.1959-0059)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23947968> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q23947968> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23947968> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_2637", "question": "Which Wikidata entities have the Twitter usernames \"EvoMRI\", \"esimperl\", \"OKFN\", \"RIOJournal\", or \"Wikimedia\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"EvoMRI\" \"esimperl\" \"OKFN\" \"RIOJournal\" \"Wikimedia\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use \"EvoMRI\", \"esimperl\", \"OKFN\", \"RIOJournal\", or \"Wikimedia\" as their Twitter/X handles?", "List the Wikidata entities and their corresponding Twitter/X usernames for the handles: EvoMRI, esimperl, OKFN, RIOJournal, and Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"EvoMRI\" ) ( \"UVADSI\" ) ( \"Wikimedia\" ) ( \"RIOJournal\" ) ( \"OKFN\" ) ( \"esimperl\" ) ( \"sti2\" ) ( \"WDAqua\" ) ( \"SotonWais\" ) } }"}}
{"id": "val_2638", "question": "What is the official website of Days Inn, and what are its English or German descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P856 <https://www.wyndhamhotels.com/days-inn> .\n  ?item rdfs:label ?itemLabel .\n  ?description schema:about ?item .\n  ?description schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikidata item has the official website https://www.wyndhamhotels.com/days-inn, and what descriptions does it have in English or German?", "Can you show me the label and descriptions in English or German for the hotel chain that uses wyndhamhotels.com/days-inn as its official website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.daysinn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://daysinn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://daysinn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://daysinn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://daysinn.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2639", "question": "Image of the person with SNAC ARK ID w6931d74", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6931d74\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Frederick Howard, 5th Earl of Carlisle in Wikidata?", "Can you find the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6931d74?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6931d74\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2640", "question": "Chinese labels and descriptions of people who are students of notable individuals.", "sparql": "SELECT DISTINCT ?student ?label ?desc WHERE { ?teacher wdt:P802 ?student . ?student rdfs:label ?label . ?student schema:description ?desc . FILTER(LANG(?label) = \"zh\") . FILTER(LANG(?desc) = \"zh\") } LIMIT 100", "paraphrases": ["Who are some students of famous people that have Chinese-language labels and descriptions on Wikidata?", "Show me a list of students (from Wikidata) who have Chinese labels and descriptions, along with their labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P802> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_2641", "question": "Wikipedia page in English or German for the movie with IMDb ID tt0119361", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 \"tt0119361\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } . ?wikipedia_page schema:inLanguage ?lang . BIND(\"tt0119361\" AS ?imdb_id) }", "paraphrases": ["What is the English or German Wikipedia page for the movie \"In the Company of Men\" (IMDb ID tt0119361)?", "Show me the English or German Wikipedia link for the movie identified by IMDb ID tt0119361, along with the IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0119361\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2642", "question": "What are the official websites of Russian organizations or media outlets that are not linked to any other country?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?countryLabel ?website WHERE {\n  VALUES(?country) {(wd:Q159)\n  }\n  ?item wdt:P495 ?country .\n  ?item p:P856 ?websiteStmt .\n  ?websiteStmt ps:P856 ?website .\n  FILTER(NOT EXISTS {\n    ?websiteStmt pq:P495 ?otherCountry .\n  })\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["List Russian entities with official websites, excluding those where the website is tied to a different country.", "Show me the English-named Russian items and their official websites, as long as the website doesn't have a country qualifier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q159> ) } ?var1 <http://www.wikidata.org/prop/direct/P495> ?var2 . ?var1 <http://www.wikidata.org/prop/P856> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P856> ?var3 . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/qualifier/P495> ?var5 . } ) ) . FILTER ( ( !( REGEX ( STR ( ?var3 ) , \"string1\", \"i\" ) ) ) ) . } LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2643", "question": "Notable artworks by Leonardo da Vinci", "sparql": "SELECT ?work ?label WHERE { wd:Q762 wdt:P800 ?work . ?work rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the notable works created by Leonardo da Vinci?", "Can you list the English labels of Leonardo da Vinci\u2019s notable artistic works?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q762> <http://www.wikidata.org/prop/direct/P800> ?var1 . }"}}
{"id": "val_2644", "question": "Which Wikidata entities have the Twitter handles EvoMRI, GJPvWesten, fnielsen, barendmons, or ORCID_Org?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"EvoMRI\" \"GJPvWesten\" \"fnielsen\" \"barendmons\" \"ORCID_Org\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata associated with the Twitter usernames EvoMRI, GJPvWesten, fnielsen, barendmons, and ORCID_Org?", "Please list the Wikidata entities that are linked to the Twitter accounts EvoMRI, GJPvWesten, fnielsen, barendmons, and ORCID_Org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"EvoMRI\" ) ( \"GJPvWesten\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"fnielsen\" ) ( \"harej\" ) ( \"sjDCC\" ) ( \"string4\" ) ( \"ORCID_Org\" ) ( \"EdisonEU\" ) ( \"barendmons\" ) } }"}}
{"id": "val_2645", "question": "English and German Wikipedia pages about the film with IMDb ID tt0082100.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?page WHERE {\n  VALUES ?imdbId {\n    \"tt0082100\"\n  }\n  ?film wdt:P345 ?imdbId .\n  ?page schema:about ?film .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German language Wikipedia and Wikiquote pages for the movie La Boum?", "Show me the English and German web pages about the film identified by IMDb ID tt0082100."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0082100\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2646", "question": "Image of the person with SNAC ARK ID w6vx0tzc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?entity wdt:P3430 \"w6vx0tzc\" .\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Leonardo Leo in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6vx0tzc?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vx0tzc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2647", "question": "Which entities on Wikidata have Twitter usernames including remigodeau, LesEchos, RFI, libe, BGriveaux, FRANCE24, BFMTV, CBSNews, jwaintraub, France2tv, LCI, or lemondefr?", "sparql": "SELECT ?var1 ?var2 WHERE { ?var1 wdt:P2002 ?var2 . VALUES ?var2 { \"remigodeau\" \"LesEchos\" \"RFI\" \"libe\" \"BGriveaux\" \"FRANCE24\" \"BFMTV\" \"CBSNews\" \"jwaintraub\" \"France2tv\" \"LCI\" \"lemondefr\" } } ORDER BY ?var2", "paraphrases": ["Who are the people or organizations on Wikidata that use any of these Twitter handles: remigodeau, LesEchos, RFI, libe, BGriveaux, FRANCE24, BFMTV, CBSNews, jwaintraub, France2tv, LCI, or lemondefr?", "List all Wikidata entities linked to the Twitter accounts remigodeau, LesEchos, RFI, libe, BGriveaux, FRANCE24, BFMTV, CBSNews, jwaintraub, France2tv, LCI, and lemondefr, sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"remigodeau\" ) ( \"LesEchos\" ) ( \"string2\" ) ( \"RFI\" ) ( \"RFIAfrique\" ) ( \"string3\" ) ( \"libe\" ) ( \"string4\" ) ( \"BGriveaux\" ) ( \"FRANCE24\" ) ( \"string5\" ) ( \"annecha\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"BFMTV\" ) ( \"CBSNews\" ) ( \"string10\" ) ( \"gregphil\" ) ( \"string11\" ) ( \"string12\" ) ( \"jwaintraub\" ) ( \"string13\" ) ( \"string14\" ) ( \"France2tv\" ) ( \"string15\" ) ( \"LCI\" ) ( \"lemondefr\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2648", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1528710?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikiPage WHERE {\n  ?item wdt:P345 \"tt1528710\" .\n  {\n    ?wikiPage schema:about ?item .\n    ?wikiPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikiPage schema:about ?item .\n    ?wikiPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1528710 on IMDb.", "Which Wikipedia pages in English and German discuss the movie with IMDb identifier tt1528710?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1528710\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2649", "question": "Businesses in Germany and their industries and official names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?business ?industry ?officialName WHERE {\n  ?business wdt:P31 wd:Q4830453 .\n  ?business wdt:P17 wd:Q183 .\n  OPTIONAL {\n    ?business wdt:P452 ?industry .\n  }\n  OPTIONAL {\n    ?business wdt:P1448 ?officialName .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the industries and official names of businesses located in Germany?", "List German businesses along with the industries they operate in and their official names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var8Label ?var9 ?var10 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P355> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2139> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2403> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var8 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P585> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var10 . } } LIMIT 100"}}
{"id": "val_2650", "question": "Who are the people affiliated with the Institute of Electrical and Electronics Engineers (IEEE)?", "sparql": "SELECT ?affiliate ?affiliateLabel WHERE { ?affiliate wdt:P1416 wd:Q131566 . ?affiliate rdfs:label ?affiliateLabel . FILTER(LANG(?affiliateLabel) = \"en\") }", "paraphrases": ["List individuals associated with IEEE and their names.", "Which researchers or professionals have an affiliation with IEEE?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q13415241> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_2651", "question": "Which Wikidata items have the Twitter usernames \"esterelle\", \"camillelab\", or \"JF_Piege\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"esterelle\" \"camillelab\" \"JF_Piege\" } } ORDER BY ?username", "paraphrases": ["Can you find the person on Wikidata who uses the Twitter handle @JF_Piege?", "Show me the Wikidata entities linked to the Twitter accounts \"esterelle\", \"camillelab\", and \"JF_Piege\", sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"esterelle\" ) ( \"camillelab\" ) ( \"JF_Piege\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2652", "question": "Who are the women inducted into the National Women's Hall of Fame?", "sparql": "SELECT DISTINCT ?inductee ?inducteeLabel WHERE { ?inductee wdt:P166 wd:Q1967852 . ?inductee rdfs:label ?inducteeLabel . FILTER(LANG(?inducteeLabel) = \"en\") } ORDER BY ASC(?inducteeLabel)", "paraphrases": ["List of people awarded the National Women's Hall of Fame induction", "Can you show me the names of all individuals honored by the National Women's Hall of Fame, sorted alphabetically?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q1967852> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2653", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt0021121?", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P345 \"tt0021121\" . ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English or German about the movie Manslaughter (1930).", "Which language versions of Wikipedia have an article about the film identified by tt0021121?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0021121\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2654", "question": "Who are the recipients of the Women in Technology Hall of Fame award that have an associated image?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?recipient ?recipientLabel ?image WHERE {\n  ?recipient wdt:P166 wd:Q57647862 .\n  ?recipient rdfs:label ?recipientLabel\n  FILTER(LANG(?recipientLabel) = \"en\")\n  .\n  ?recipient wdt:P18 ?image .\n}", "paraphrases": ["Show me images of people who received the Women in Technology Hall of Fame award, along with their names.", "Which women in technology have been inducted into the Hall of Fame by Women in Technology International and have a photo available on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q55200> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2655", "question": "Which Wikidata items have Twitter usernames including lemondefr, bayrou, Senat, axelkahn, MFesneau, BGriveaux, Europe1, racing92, or FdeRugy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"lemondefr\" \"bayrou\" \"Senat\" \"axelkahn\" \"MFesneau\" \"BGriveaux\" \"Europe1\" \"racing92\" \"FdeRugy\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use any of these Twitter handles: lemondefr, bayrou, Senat, axelkahn, MFesneau, BGriveaux, Europe1, racing92, or FdeRugy?", "List all entities in Wikidata that are associated with the Twitter usernames \"lemondefr\", \"bayrou\", \"Senat\", \"axelkahn\", \"MFesneau\", \"BGriveaux\", \"Europe1\", \"racing92\", or \"FdeRugy\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"AssoAurore\" ) ( \"string3\" ) ( \"lemondefr\" ) ( \"string4\" ) ( \"phbolo\" ) ( \"MoDem62\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"bayrou\" ) ( \"string9\" ) ( \"MFesneau\" ) ( \"string10\" ) ( \"Senat\" ) ( \"axelkahn\" ) ( \"string11\" ) ( \"EMNanterre\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"BGriveaux\" ) ( \"string15\" ) ( \"racing92\" ) ( \"UArena\" ) ( \"string16\" ) ( \"DanCarter\" ) ( \"string17\" ) ( \"FdeRugy\" ) ( \"Sach_He\" ) ( \"string18\" ) ( \"string19\" ) ( \"Europe1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2656", "question": "What Wikidata item has the Twitter username \"l_AdCF\"?", "sparql": "SELECT ?item WHERE { ?item wdt:P2002 \"l_AdCF\" . }", "paraphrases": ["Which entity on Wikidata is associated with the Twitter handle l_AdCF?", "Find the Wikidata item for the Twitter account l_AdCF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"l_AdCF\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2657", "question": "Which Wikidata entities have Twitter handles \"_Bercy_\" or \"Economie_Gouv\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"_Bercy_\" \"Economie_Gouv\"\n  }\n}\nORDER BY ?twitterHandle", "paraphrases": ["What are the entities on Wikidata that use \"_Bercy_\" or \"Economie_Gouv\" as their Twitter username?", "List all entities on Wikidata that are associated with the Twitter handles \"_Bercy_\" or \"Economie_Gouv\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"_Bercy_\" ) ( \"Asso_Gouv\" ) ( \"dgccrf\" ) ( \"string5\" ) ( \"DocPhotoDF\" ) ( \"dgafp\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2658", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt1237838?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt1237838\" . ?page schema:about ?item . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which language versions of Wikipedia and Wikiquote pages are linked to the movie \"Mystery Team\" on IMDb?", "Show me the external pages in English or German that are about the movie identified by IMDb ID tt1237838."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1237838\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2659", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0143010?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 \"tt0143010\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  BIND(\"tt0143010\" AS ?imdbId)\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film identified by the IMDb ID tt0143010?", "Please provide the movie item, its English or German Wikipedia link, and the IMDb ID for tt0143010."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0143010\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2660", "question": "Members of the National Academy of Sciences", "sparql": "SELECT ?member ?memberLabel WHERE { ?member wdt:P463 wd:Q270794 . ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\") } LIMIT 10000", "paraphrases": ["Who are the members of the United States National Academy of Sciences?", "List all individuals who are members of the National Academy of Sciences."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q270794> . } LIMIT 10000"}}
{"id": "val_2661", "question": "Which Wikidata entities are associated with the Twitter usernames afpfr, bayartb, GroupeSNCF, hallegatte, libe, Lyxor, NassiraELM, sfoucart, tnoisette, and ZeratoRSC2?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"afpfr\" \"bayartb\" \"GroupeSNCF\" \"hallegatte\" \"libe\" \"Lyxor\" \"NassiraELM\" \"sfoucart\" \"tnoisette\" \"ZeratoRSC2\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that have these Twitter handles: afpfr, bayartb, GroupeSNCF, hallegatte, libe, Lyxor, NassiraELM, sfoucart, tnoisette, and ZeratoRSC2?", "Please list the Wikidata items for the following Twitter accounts: afpfr, bayartb, GroupeSNCF, hallegatte, libe, Lyxor, NassiraELM, sfoucart, tnoisette, and ZeratoRSC2."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Jules78120\" ) ( \"hallegatte\" ) ( \"NYTimes\" ) ( \"string1\" ) ( \"GroupeSNCF\" ) ( \"libe\" ) ( \"m_bensaber\" ) ( \"NassiraELM\" ) ( \"string2\" ) ( \"string3\" ) ( \"groupeonet\" ) ( \"afpfr\" ) ( \"bayartb\" ) ( \"Lyxor\" ) ( \"tnoisette\" ) ( \"string4\" ) ( \"sfoucart\" ) ( \"abelmestre\" ) ( \"string5\" ) ( \"sadserver\" ) ( \"thibaut_g\" ) ( \"string6\" ) ( \"string7\" ) ( \"ZeratoRSC2\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) } }"}}
{"id": "val_2662", "question": "Which entities on Wikidata have the Twitter usernames \"Bpifrance\", \"jmblanquer\", \"yelle\", \"GG_RMC\", or \"LoigCG\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Bpifrance\" \"jmblanquer\" \"yelle\" \"GG_RMC\" \"LoigCG\" } } ORDER BY ?username", "paraphrases": ["Can you list the organizations or people linked to these Twitter accounts: Bpifrance, jmblanquer, yelle, GG_RMC, and LoigCG?", "Who uses these specific Twitter handles: Bpifrance, jmblanquer, yelle, GG_RMC, and LoigCG?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"mcdiouron\" ) ( \"LoigCG\" ) ( \"Bpifrance\" ) ( \"ClariPharm\" ) ( \"string5\" ) ( \"string6\" ) ( \"BJoncour\" ) ( \"string7\" ) ( \"string8\" ) ( \"medef\" ) ( \"yelle\" ) ( \"jmblanquer\" ) ( \"BHindahl\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"GG_RMC\" ) ( \"string12\" ) ( \"string13\" ) ( \"TeamBSB22\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2663", "question": "Organizations in the cultural industry", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organization ?label WHERE {\n  ?organization wdt:P452 wd:Q1782584 .\n  ?organization rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) )\n}\nLIMIT 1000", "paraphrases": ["Which organizations are classified as part of the cultural industry?", "List the English-named organizations that operate in the cultural industry sector."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q1782584> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_2664", "question": "Top social classes in Catalan Wikipedia, ranked by number of people classified under them.", "sparql": "SELECT ?socialClass ?labelCa ?count WHERE { { SELECT ?socialClass (COUNT(*) AS ?count) WHERE { ?person wdt:P3716 ?socialClass . } GROUP BY ?socialClass } OPTIONAL { ?socialClass rdfs:label ?labelCa . FILTER(LANG(?labelCa) = \"ca\") } } ORDER BY DESC(?count) ASC(?labelCa) LIMIT 1000", "paraphrases": ["Which social classifications have the most people associated with them in Wikidata, and what are their Catalan labels?", "List the 1000 most frequent social classifications in Wikidata with their Catalan labels, ordered by how many people belong to each class."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3716> ?var1 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ca\" ) ) ) . } } ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 1000"}}
{"id": "val_2665", "question": "Which Wikidata entities have the Twitter usernames: ccif, aufeminin, Le_Figaro, ncadene, jmblanquer, Le_CRIF?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"ccif\" \"aufeminin\" \"Le_Figaro\" \"ncadene\" \"jmblanquer\" \"Le_CRIF\" } }", "paraphrases": ["Who or what organizations on Wikidata are associated with the Twitter accounts @ccif, @aufeminin, @Le_Figaro, @ncadene, @jmblanquer, and @Le_CRIF?", "List the Wikidata items that have the following Twitter handles: ccif, aufeminin, Le_Figaro, ncadene, jmblanquer, and Le_CRIF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"ccif\" ) ( \"string1\" ) ( \"Le_CRIF\" ) ( \"aufeminin\" ) ( \"Le_Figaro\" ) ( \"ncadene\" ) ( \"jmblanquer\" ) ( \"string2\" ) ( \"ESPE_Paris\" ) } }"}}
{"id": "val_2666", "question": "Which Wikidata entities are associated with the Twitter usernames BoingBoing, laBnF, ash_crow, and KazeFrance?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"BoingBoing\" \"laBnF\" \"ash_crow\" \"KazeFrance\" } }", "paraphrases": ["Can you find the people or organizations on Wikidata that use these Twitter handles: @BoingBoing, @laBnF, @ash_crow, and @KazeFrance?", "Show me the Wikidata items linked to the Twitter accounts BoingBoing, laBnF, ash_crow, and KazeFrance."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"BoingBoing\" ) ( \"ash_crow\" ) ( \"PoulpyWP\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"_Red_Long\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"lauraolin\" ) ( \"nojhan\" ) ( \"K_rho\" ) ( \"geekezig\" ) ( \"Bearskopff\" ) ( \"francbelge\" ) ( \"Jules78120\" ) ( \"string9\" ) ( \"string10\" ) ( \"Pymouss\" ) ( \"LeReilly\" ) ( \"KazeFrance\" ) ( \"skalnik\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"laBnF\" ) ( \"Auregann\" ) ( \"framaka\" ) ( \"Mnyo\" ) ( \"Ls01\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2667", "question": "Which Wikidata entities have the Twitter handles breakbot, francebleu, GIPHY, MlleCaro, SecoursPop, Toulouse, or valtrier?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"breakbot\" \"francebleu\" \"GIPHY\" \"MlleCaro\" \"SecoursPop\" \"Toulouse\" \"valtrier\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter usernames like breakbot, francebleu, or GIPHY?", "Show me the Wikidata items for these Twitter accounts: breakbot, francebleu, GIPHY, MlleCaro, SecoursPop, Toulouse, and valtrier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"SecoursPop\" ) ( \"string1\" ) ( \"francebleu\" ) ( \"string2\" ) ( \"SPFNantes\" ) ( \"Toulouse\" ) ( \"string3\" ) ( \"SPFMarne\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Fredhoc\" ) ( \"string11\" ) ( \"GIPHY\" ) ( \"string12\" ) ( \"string13\" ) ( \"LMBasket\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"BAMBOUNOU\" ) ( \"breakbot\" ) ( \"string17\" ) ( \"Eurecia_RH\" ) ( \"valtrier\" ) ( \"VixWorld\" ) ( \"MlleCaro\" ) } }"}}
{"id": "val_2668", "question": "What is the name of the Free Art License in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?license ?licenseLabel WHERE {\n  wd:Q152332 rdfs:label ?licenseLabel .\n  FILTER(LANG(?licenseLabel) = 'en')\n  .\n  BIND(wd:Q152332 AS ?license)\n}", "paraphrases": ["Can you tell me the label for the Free Art License (Q152332) on Wikidata?", "What is the English label for the entity representing the Free Art License?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q152332> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2669", "question": "Is the movie \"Despicable Me\" a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q4447 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does \"Despicable Me\" belong to the category of software?", "Is \"Despicable Me\" classified as software or any of its subclasses?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4447> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2670", "question": "French label and description of the surname \"Marie\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q18070774 rdfs:label ?label .\n    FILTER(LANG(?label) = \"fr\")\n  }\n  OPTIONAL {\n    wd:Q18070774 schema:description ?description .\n    FILTER(LANG(?description) = \"fr\")\n  }\n  OPTIONAL {\n    wd:Q18070774 wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the French label and description of the surname Marie, and is there an image associated with it?", "Show me the French name and meaning of the surname Marie, along with any picture linked to it."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q18070774> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q18070774> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q18070774> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } }"}}
{"id": "val_2671", "question": "Dutch women in the Biografisch Portaal van Nederland with Dutch labels", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P651 ?bpnId . ?person wdt:P21 wd:Q6581072 . OPTIONAL { ?person wdt:P1788 ?dvnId . } ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"nl\") } LIMIT 1000", "paraphrases": ["Who are the Dutch women documented in the Biografisch Portaal van Nederland, listed with their Dutch names?", "List the Dutch-language names of female individuals from the Biografisch Portaal van Nederland."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P651> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1788> ?var3 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"nl\" ) ) ) . } LIMIT 1000"}}
{"id": "val_2672", "question": "Russian writers who died before June 20, 1945", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?writer ?deathDate WHERE {\n  ?writer wdt:P106 wd:Q36180 ; wdt:P1412 wd:Q7737 ; wdt:P570 ?deathDate .\n  FILTER(?deathDate < \"1945-06-20\" ^^ xsd:date)\n}", "paraphrases": ["Which writers who wrote in Russian died before June 20, 1945?", "List all Russian-language writers who passed away before June 20, 1945."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 < \"1945-06-20\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q7737> . }"}}
{"id": "val_2673", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1375666.", "sparql": "SELECT ?item ?wikiPage WHERE { ?item wdt:P345 \"tt1375666\" . ?wikiPage schema:about ?item ; schema:inLanguage ?lang ; schema:isPartOf ?site . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?site = <https://en.wikipedia.org/> || ?site = <https://de.wikipedia.org/>) }", "paraphrases": ["What are the English and German Wikipedia articles for the film Inception (IMDb tt1375666)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt1375666."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4568166\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2674", "question": "Female actors without English Wikipedia pages", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P21 wd:Q6581072 . ?person wdt:P106 wd:Q33999 . FILTER ( NOT EXISTS { ?page schema:about ?person . ?page schema:inLanguage \"en\" . } ) } LIMIT 1000", "paraphrases": ["Who are the female actors who do not have an English-language Wikipedia article?", "List up to 1000 female actors who are not represented on the English Wikipedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q24091400> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,pl\". } } LIMIT 1000"}}
{"id": "val_2675", "question": "Female actors in Wikidata with no label", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?actor ?label WHERE {\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?actor rdfs:label ?label .\n  }\n  FILTER(! BOUND(?label))\n}\nLIMIT 111", "paraphrases": ["Which female actors on Wikidata do not have a name or label assigned?", "List all human female actors who are missing a label in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://schema.org/label> ?var1Label . } FILTER ( ( !( BOUND ( ?var1Label ) ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } LIMIT 111"}}
{"id": "val_2676", "question": "People who were citizens of the Netherlands and died before 1816, along with their birth and death dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?birthDate ?deathDate WHERE {\n  ?person wdt:P27 wd:Q29999 .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P570 ?deathDate .\n  FILTER ( YEAR( ?deathDate ) < 1816 )\n}", "paraphrases": ["Who were the Dutch citizens that died before 1816, and when were they born and died?", "List all individuals with Dutch citizenship who died before 1816, including their dates of birth and death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29999> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) < \"1816\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_2677", "question": "Which Wikidata items have the Twitter/X usernames \"Addgene\" or \"bhammuseum\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Addgene\" \"bhammuseum\"\n  }\n}", "paraphrases": ["What organizations on Wikidata use \"Addgene\" and \"bhammuseum\" as their Twitter/X handles?", "Show me the Wikidata entities for the Twitter/X accounts @Addgene and @bhammuseum (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Addgene\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"PSoemers\" ) ( \"LoicTallon\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"GasnCoal\" ) ( \"bhammuseum\" ) ( \"string11\" ) ( \"string12\" ) ( \"WaterWavy\" ) ( \"string13\" ) ( \"string14\" ) } }"}}
{"id": "val_2678", "question": "Products manufactured by Samsung Electronics", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?productLabel WHERE {\n  ?product wdt:P176 wd:Q20718 .\n  ?product rdfs:label ?productLabel .\n  FILTER ( LANG( ?productLabel ) = \"en\" )\n}", "paraphrases": ["What products are made by Samsung Electronics?", "List all the products that Samsung Electronics manufactures."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P176> <http://www.wikidata.org/entity/Q20718> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,es,pl\". } }"}}
{"id": "val_2679", "question": "Norwegian businesses with descriptions mentioning \"Norwegian\"", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?business ?businessLabel ?description WHERE {\n  ?business wdt:P31 wd:Q4830453 ; wdt:P17 wd:Q20 .\n  OPTIONAL {\n    ?business schema:description ?description .\n  }\n  FILTER ( CONTAINS( ?description , \"Norwegian\" ) )\n}\nLIMIT 2000", "paraphrases": ["What are some businesses in Norway that are described as Norwegian?", "List Norwegian companies that have \"Norwegian\" in their description."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P17> [] . } OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( CONTAINS ( ?var2 , \"Norwegian\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 2000"}}
{"id": "val_2680", "question": "Image of Anna van der Breggen", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q563737 wdt:P18 ?image .\n}", "paraphrases": ["What is the image of Dutch cyclist Anna van der Breggen?", "Show me the official photo of Anna van der Breggen from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q563737> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_2681", "question": "What are the Twitter usernames for French TV channels TF1, France 2, and TMC?", "sparql": "SELECT ?channel ?twitterUsername WHERE { ?channel wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"TF1\" \"France2tv\" \"TMCtv\" } }", "paraphrases": ["Which French television stations have the Twitter handles \"TF1\", \"France2tv\", and \"TMCtv\"?", "Show me the French TV channels that use \"TF1\", \"France2tv\", or \"TMCtv\" as their Twitter/X usernames."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"TF1\" ) ( \"France2tv\" ) ( \"TMCtv\" ) } }"}}
{"id": "val_2682", "question": "Image of David Rittenhouse with SNAC ARK ID w6zc83ch", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6zc83ch\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with David Rittenhouse in Wikidata, identified by the SNAC ARK ID w6zc83ch?", "Show me the Wikimedia Commons image of the person whose SNAC ARK ID is w6zc83ch."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6zc83ch\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2683", "question": "What is the Twitter/X username for the television network Cin\u00e9+?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"mycineplus\" } } ORDER BY ASC (?item)", "paraphrases": ["Which Wikidata item has the Twitter handle \"mycineplus\"?", "Find the entity on Wikidata that uses \"mycineplus\" as its Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"cine_media\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2684", "question": "Image of Emil Lohner, the Swiss politician.", "sparql": "SELECT DISTINCT ?person ?image WHERE { VALUES ?person { wd:Q1336460 } OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Is there a Wikimedia Commons image available for Emil Lohner, the Swiss politician?", "Please retrieve the image associated with Emil Lohner from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1336460> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_2685", "question": "People buried at Norra begravningsplatsen without a grave image, including their burial plot and coordinates.", "sparql": "SELECT ?person ?plotReference ?coordinates ?burialStatement WHERE { ?person wdt:P119 wd:Q252312 . ?person p:P119 ?burialStatement . OPTIONAL { ?burialStatement pq:P965 ?plotReference . } OPTIONAL { ?burialStatement pq:P625 ?coordinates . } FILTER NOT EXISTS { ?person wdt:P1442 ?image . } }", "paraphrases": ["Who are the people buried at Norra begravningsplatsen in Solna, Sweden, that do not have a photo of their grave, and what are their burial plot references and grave coordinates?", "List all individuals buried at Norra begravningsplatsen who lack a grave image, along with their burial plot reference and geographic coordinates if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q252312> . ?var1 <http://www.wikidata.org/prop/P119> ?var4 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P965> ?var2 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P625> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var5 . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . }"}}
{"id": "val_2686", "question": "People buried at Norra begravningsplatsen with their SBL ID, reference URL, burial coordinates, and image.", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?personLabel ?image ?coordinates ?sblId ?referenceUrl ?flag ?sblLink WHERE {\n  ?person wdt:P119 wd:Q252312 ; rdfs:label ?personLabel .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person p:P119 ?statement .\n  ?statement pq:P625 ?coordinates .\n  OPTIONAL {\n    ?person wdt:P3217 ?sblId .\n  }\n  OPTIONAL {\n    ?statement prov:wasDerivedFrom ?ref .\n    ?ref pr:P854 ?referenceUrl .\n  }\n  BIND( IF( BOUND( ?sblId ) , \"SBL\" , IF( BOUND( ?referenceUrl ) , \"REF\" , \"-\" ) ) AS ?flag ) BIND( IRI( CONCAT ( \"https://sbl.sverige.se/sbl/\" , ?sblId ) ) AS ?sblLink ) FILTER ( ! CONTAINS( STR( ?referenceUrl ) , \"sten-nr\" ) ) FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are the people buried at Norra begravningsplatsen in Solna, Sweden, and do they have a Dictionary of Swedish National Biography ID, a reference URL, burial coordinates, or a photo?", "List individuals buried at Norra begravningsplatsen, showing their name, image, burial location coordinates, whether they have an SBL ID or a reference URL, and provide a link to their SBL entry if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q252312> ; <http://www.wikidata.org/prop/P119> ?var9 . OPTIONAL { ?var9 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var10 . } { ?var9 <http://www.wikidata.org/prop/qualifier/P625> ?var6 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/reference/P854> ?var5 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P3217> ?var11 . } BIND ( IRI ( CONCAT ( \"string1\", ?var11 ) ) AS ?var8 ). BIND ( IF ( BOUND ( ?var12 ) , \"string2\", IF ( BOUND ( ?var8 ) , \"SBL\", \"-\" ) ) AS ?var1 ). OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } FILTER ( ( !( CONTAINS ( STR ( ?var5 ) , \"sten-nr\" ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } }"}}
{"id": "val_2687", "question": "What are the English titles of artworks in the Entartete Kunst database and their corresponding EK numbers?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artwork ?artworkLabel ?ekNumber WHERE {\n  ?artwork wdt:P4627 ?ekNumber .\n  ?artwork rdfs:label ?artworkLabel .\n  FILTER(LANG(?artworkLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["List artworks from the Entartete Kunst collection with their EK IDs and English labels.", "Show me the names and EK numbers of 10 artworks from the Degenerate Art database."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4627> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2688", "question": "People buried at Norra begravningsplatsen in Stockholm, their Swedish Wikipedia pages, burial plot references, and grave images.", "sparql": "SELECT ?person ?personLabel ?graveImage ?wikipediaPage ?plotReference WHERE { ?person wdt:P119 wd:Q252312 ; p:P119 [ pq:P965 ?plotReference ] . OPTIONAL { ?person wdt:P1442 ?graveImage . } OPTIONAL { ?wikipediaPage schema:about ?person ; schema:inLanguage \"sv\" ; schema:isPartOf <https://sv.wikipedia.org/> . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"sv\") } } ORDER BY ASC(?personLabel)", "paraphrases": ["Who are the people buried at the Northern Cemetery in Solna, Sweden, and what are their Swedish labels, burial plot numbers, Swedish Wikipedia links, and grave photos?", "List all individuals interred at Norra begravningsplatsen with their Swedish names, burial plot references, links to their Swedish Wikipedia pages, and any available images of their graves."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q252312> ; <http://www.wikidata.org/prop/P119> [ <http://www.wikidata.org/prop/qualifier/P965> ?var5 ; <http://www.wikidata.org/prop/qualifier/P625> ?var6 ] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var3 . } BIND ( IRI ( CONCAT ( \"string1\", ?var8 ) ) AS ?var9 ). OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"sv\". ?var4 <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2689", "question": "Which Wikidata entities have Twitter handles \"France3tv\" or \"AzurTV_\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"France3tv\" \"AzurTV_\"\n  }\n}", "paraphrases": ["What are the entities on Wikidata associated with the Twitter usernames France3tv and AzurTV_?", "Show me the Wikidata items that use France3tv and AzurTV_ as their Twitter handles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"myroques\" ) ( \"string2\" ) ( \"string3\" ) ( \"Mar1e\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"MJCPicaud\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"France3tv\" ) ( \"AzurTV_\" ) ( \"string14\" ) ( \"fredwebcom\" ) ( \"libraparis\" ) ( \"string15\" ) ( \"string16\" ) ( \"Lujalubau\" ) ( \"fer_pujato\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2690", "question": "Finnish writers who died in 1947", "sparql": "SELECT ?personLabel ?deathDate WHERE { ?person wdt:P106/wdt:P279* wd:Q36180 . ?person wdt:P27 wd:Q33 . ?person wdt:P570 ?deathDate . FILTER(YEAR(?deathDate) = 1947) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who were the Finnish writers that died in 1947?", "List the names and death dates of Finnish writers who passed away in 1947."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q33> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/direct/P170> / <http://www.wikidata.org/prop/direct/P1647> *) ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,en\". } FILTER ( ( ( ?var4 = \"1947\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_2691", "question": "Which entities have Twitter handles including Reuters, France5tv, France2tv, Tele7, Francetele, BenThev, or puremedias?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterHandle(COUNT(?sitelink) AS ?sitelinksCount) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  OPTIONAL {\n    ?item schema:isPartOf ?sitelink .\n  }\n  FILTER(?twitterHandle IN(\"Reuters\" , \"France5tv\" , \"France2tv\" , \"Tele7\" , \"Francetele\" , \"BenThev\" , \"puremedias\"))\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinksCount)", "paraphrases": ["What are the Wikidata items associated with the Twitter usernames \"Reuters\", \"France5tv\", \"France2tv\", \"Tele7\", \"Francetele\", \"BenThev\", and \"puremedias\"?", "List the entities on Wikidata that are linked to these Twitter accounts: Reuters, France5tv, France2tv, Tele7, Francetele, BenThev, and puremedias, sorted by their number of Wikipedia links (even if zero)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"BenThev\" ) ( \"france5tv\" ) ( \"france2tv\" ) ( \"string1\" ) ( \"string2\" ) ( \"f_lemaire\" ) ( \"grelletp\" ) ( \"string3\" ) ( \"puremedias\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"Tele7\" ) ( \"Francetele\" ) ( \"string7\" ) ( \"string8\" ) ( \"France5tv\" ) ( \"pika1846\" ) ( \"string9\" ) ( \"Reuters\" ) ( \"seblegay\" ) ( \"Epiconcept\" ) ( \"string10\" ) ( \"string11\" ) ( \"Fabarol\" ) ( \"string12\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2692", "question": "Which Wikidata items have the Twitter handles \"franceinfo\", \"Le_Figaro\", or \"Europe1\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?handle WHERE {\n  ?item wdt:P2002 ?handle .\n  VALUES ?handle {\n    \"franceinfo\" \"Le_Figaro\" \"Europe1\"\n  }\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter accounts @franceinfo, @Le_Figaro, and @Europe1?", "List the Wikidata items linked to the Twitter accounts franceinfo, Le_Figaro, and Europe1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Bordeaux\" ) ( \"tf_autobot\" ) ( \"YASSR7_\" ) ( \"BFM_Tech\" ) ( \"string2\" ) ( \"franceinfo\" ) ( \"twandroid\" ) ( \"Le_Figaro\" ) ( \"string3\" ) ( \"MimiUzi\" ) ( \"string4\" ) ( \"madthngs\" ) ( \"TheoGordy\" ) ( \"string5\" ) ( \"string6\" ) ( \"Europe1\" ) ( \"Valrp7\" ) ( \"string7\" ) ( \"GQ_France\" ) ( \"string8\" ) ( \"DIncircles\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2693", "question": "Which Wikidata items have Twitter handles Culturebox, France3tv, Le_Figaro, LesEchos, or Telerama?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"Le_Figaro\" \"LesEchos\" \"France3tv\" \"Telerama\" \"Culturebox\"\n  }\n}", "paraphrases": ["What are the Wikidata entities associated with the Twitter accounts @Culturebox, @France3tv, @Le_Figaro, @LesEchos, and @Telerama?", "List the entities in Wikidata that are linked to the Twitter handles: Culturebox, France3tv, Le_Figaro, LesEchos, and Telerama."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Culturebox\" ) ( \"France3tv\" ) ( \"string3\" ) ( \"LibeNext\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"LesEchos\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"Telerama\" ) ( \"Kolinka54\" ) ( \"string13\" ) ( \"string14\" ) ( \"operaliege\" ) ( \"string15\" ) ( \"string16\" ) ( \"JodieDevos\" ) ( \"string17\" ) ( \"sceneweb\" ) ( \"RevOpera\" ) ( \"Le_Figaro\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2694", "question": "Is the architectural structure Q22994315 classified as software?", "sparql": "ASK WHERE {\n  wd:Q22994315 (wdt:P31/wdt:P279*) wd:Q7397 .\n}", "paraphrases": ["Does the entity Q22994315 belong to the category of software or any of its subclasses?", "Confirm whether Q22994315 is a type of software by checking its instance and subclass hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q22994315> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2695", "question": "List top 10 companies with their industry, website, number of employees, revenue, net income, headquarters, and country.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?company ?companyLabel ?industry ?website ?employees ?revenue ?netIncome ?headquarters ?country WHERE {\n  VALUES ?company {\n    wd:Q312 wd:Q95 wd:Q12418 wd:Q96 wd:Q478214 wd:Q152321 wd:Q11441 wd:Q11442 wd:Q12419 wd:Q152322\n  }\n  ?company wdt:P31 wd:Q4830453 .\n  OPTIONAL {\n    ?company wdt:P452 ?industry .\n  }\n  OPTIONAL {\n    ?company wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?company wdt:P1128 ?employees .\n  }\n  OPTIONAL {\n    ?company wdt:P2139 ?revenue .\n  }\n  OPTIONAL {\n    ?company wdt:P2140 ?netIncome .\n  }\n  OPTIONAL {\n    ?company wdt:P159 ?headquarters .\n  }\n  OPTIONAL {\n    ?headquarters wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?company rdfs:label ?companyLabel .\n    FILTER ( LANG( ?companyLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["What are the names, industries, websites, employee counts, revenues, net incomes, headquarters, and countries of the 10 largest companies in Wikidata?", "Please provide a list of 10 major companies including their official website, number of employees, financial data (revenue and net income), headquarters location, and country of operation."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company> . OPTIONAL { ?var1 <http://xmlns.com/foaf/0.1/name> ?var2 . } OPTIONAL { ?var1 <http://dbpedia.org/ontology/industry> ?var3 . } OPTIONAL { ?var1 <http://xmlns.com/foaf/0.1/homepage> ?var4 . } OPTIONAL { ?var1 <http://dbpedia.org/ontology/numberOfEmployees> ?var5 . } OPTIONAL { ?var1 <http://dbpedia.org/ontology/revenue> ?var6 . } OPTIONAL { ?var1 <http://dbpedia.org/ontology/netIncome> ?var7 . } OPTIONAL { ?var1 <http://dbpedia.org/property/locationCountry> ?var8 . } OPTIONAL { ?var1 <http://dbpedia.org/property/headquarters> ?var9 . } } LIMIT 10"}}
{"id": "val_2696", "question": "What is the Wikidata entity that has the Twitter username \"wikidata\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"wikidata\"\n  }\n}", "paraphrases": ["Which item on Wikidata is associated with the Twitter handle \"wikidata\"?", "Find the entity on Wikidata whose X (Twitter) username is \"wikidata\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Wikidata\" ) } }"}}
{"id": "val_2697", "question": "Female computer scientists", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q82594 . ?person wdt:P21 wd:Q6581072 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the female computer scientists?", "List all women who work as computer scientists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar, en\". } }"}}
{"id": "val_2698", "question": "YouTube official website and related English/German Wikipedia pages", "sparql": "SELECT ?var1 ?var2 WHERE { ?var1 wdt:P856 <https://www.youtube.com/> . ?var2 schema:about ?var1 . { ?var2 schema:inLanguage \"en\" . } UNION { ?var2 schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German Wikipedia pages are about YouTube, given its official website is https://www.youtube.com/?", "List all English and German Wikimedia pages that are about YouTube."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/channel/UCIGe3H97JgBViJhoOcwG9uw/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2699", "question": "Architects buried at Norra begravningsplatsen in Stockholm, with their Swedish Wikipedia pages, grave images, coordinates, and SBL IDs.", "sparql": "SELECT ?wikipediaPage ?person ?label ?personImage ?graveImage ?coordinates ?sblUrl WHERE { ?person wdt:P119 wd:Q252312 ; wdt:P106 wd:Q42973 . ?person p:P119 [ pq:P965 ?plotRef ; pq:P625 ?coordinates ] . OPTIONAL { ?person wdt:P18 ?personImage . } OPTIONAL { ?person wdt:P1442 ?graveImage . } OPTIONAL { ?person wdt:P3217 ?sblId . BIND( IRI( CONCAT( \"https://sbl.sverige.se/sbl/artikel/\", ?sblId ) ) AS ?sblUrl ) } OPTIONAL { ?wikipediaPage schema:about ?person ; schema:inLanguage \"sv\" ; schema:isPartOf <https://sv.wikipedia.org/> . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"sv\") }", "paraphrases": ["Who are the architects buried at the Northern Cemetery in Solna, Sweden, and what are their Swedish Wikipedia links, grave locations, images, and Dictionary of Swedish National Biography entries?", "List all architects buried at Norra begravningsplatsen, including their Swedish names, images, grave coordinates, and links to their entries in the Dictionary of Swedish National Biography."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6 ?var7 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q252312> ; <http://www.wikidata.org/prop/P119> [ <http://www.wikidata.org/prop/qualifier/P965> ?var8 ; <http://www.wikidata.org/prop/qualifier/P625> ?var6 ] . { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q42973> . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P3217> ?var9 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1442> ?var5 . } BIND ( IRI ( CONCAT ( \"string1\", ?var9 ) ) AS ?var7 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } OPTIONAL { ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/inLanguage> \"sv\". ?var1 <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . } }"}}
{"id": "val_2700", "question": "List all paintings in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n}", "paraphrases": ["What are all the paintings that are considered creative works?", "Show me all entities that are instances of the class 'painting'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q27970668> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q17537576> . }"}}
{"id": "val_2701", "question": "YouTube official website, English and German Wikipedia pages about it", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.youtube.com/> . ?var2 schema:about ?var1 . ?var2 schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) IN (\"en\", \"de\")) }", "paraphrases": ["What English and German-language Wikipedia and Wikimedia pages are about YouTube, given its official website?", "Show me all English and German Wikipedia, Wikinews, and other Wikimedia pages that discuss YouTube, along with YouTube\u2019s label in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/user/ClubAldiana/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2702", "question": "What is the image of the person identified by the SNAC ARK ID \"w6gb298p\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6gb298p\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Robert Walpole\u2019s SNAC identifier?", "Retrieve the image file from Wikimedia Commons for the historical figure linked to the SNAC ARK ID w6gb298p."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gb298p\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2703", "question": "List cooperatives and their images from Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cooperative ( SAMPLE( ?image ) AS ?img ) ?cooperativeLabel WHERE {\n  ?cooperative ( wdt:P31 / wdt:P279 * ) wd:Q4539 .\n  OPTIONAL {\n    ?cooperative wdt:P18 ?image .\n  }\n  ?cooperative rdfs:label ?cooperativeLabel .\n  FILTER ( LANG( ?cooperativeLabel ) = \"en\" )\n}\nGROUP BY ?cooperative ?cooperativeLabel", "paraphrases": ["What are the cooperatives and their associated images on Wikimedia Commons?", "Show me all cooperatives (including subclasses) with their English names and one representative image each, if available."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4539> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, de, es, fr, it\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } GROUP BY ?var1 ?var1Label ?var3"}}
{"id": "val_2704", "question": "Computer scientists currently employed, with their images and employers.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?person ?personLabel ?image ?employer ?employerLabel WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P18 ?image .\n  ?person wdt:P108 ?employer .\n  FILTER(NOT EXISTS {\n    ?employer pq:P582 ?end .\n  })\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?employer rdfs:label ?employerLabel .\n    FILTER(LANG(?employerLabel) = \"en\")\n  }\n}", "paraphrases": ["Who are the computer scientists currently working for organizations, and what are their images and employer names?", "List all computer scientists who are currently employed (no end date), along with their profile images and the names of their current employers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P108> ?var3 . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2705", "question": "What is the Twitter/X username \"BM_AG\" associated with in Wikidata?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . OPTIONAL { ?item wikibase:sitelinks ?sitelinks } } VALUES (?username) { (\"BM_AG\") }", "paraphrases": ["Which entity on Wikidata has the Twitter handle BM_AG, and how many sitelinks does it have?", "Find the Wikidata item that uses BM_AG as its Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"BM_AG\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2706", "question": "What is the English label of the property that connects Apple to Steve Jobs?", "sparql": "SELECT ?label WHERE { wd:Q312 ?p wd:Q19837 . ?propertyItem wikibase:directClaim ?p . ?propertyItem rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["How is Steve Jobs related to Apple according to Wikidata, in English?", "What property describes Steve Jobs\u2019s role in founding Apple?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q312> ?var2 <http://www.wikidata.org/entity/Q19837> . ?var3 ?var4 ?var2 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . }"}}
{"id": "val_2707", "question": "Organizations and their founding dates with sample images", "sparql": "SELECT ?organization ?organizationLabel ?inception (SAMPLE(?image) AS ?sampledImage) WHERE { ?organization wdt:P279+ wd:Q43229 . ?organization wdt:P571 ?inception . OPTIONAL { ?organization wdt:P18 ?image . } ?organization rdfs:label ?rawLabel . FILTER(LANG(?rawLabel) = \"en\") BIND(STR(?rawLabel) AS ?organizationLabel) } GROUP BY ?organization ?organizationLabel ?inception", "paraphrases": ["What are organizations (and their subtypes), when were they founded, and do they have any images?", "List all organizations (including subtypes), their inception years, and one representative image each, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_2708", "question": "Which Wikidata entities have the Twitter usernames envlh, kateconger, kidehen, nightrose, or ORCID_Org?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ( ?username ) {\n    ( \"envlh\" ) ( \"kateconger\" ) ( \"kidehen\" ) ( \"nightrose\" ) ( \"ORCID_Org\" )\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles envlh, kateconger, kidehen, nightrose, and ORCID_Org?", "Show me the Wikidata items and their corresponding Twitter usernames for the following handles: envlh, kateconger, kidehen, nightrose, and ORCID_Org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"kateconger\" ) ( \"kidehen\" ) ( \"string1\" ) ( \"Nightrose\" ) ( \"ORCID_org\" ) ( \"nightrose\" ) ( \"ORCID_Org\" ) ( \"string2\" ) ( \"string3\" ) } }"}}
{"id": "val_2709", "question": "Who has the Twitter usernames \"denials\" and \"jessamyn\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?username WHERE {\n  ?person wdt:P2002 ?username .\n  FILTER(?username IN('denials' , 'jessamyn'))\n}", "paraphrases": ["Which Wikidata entities are associated with the Twitter handles \"denials\" and \"jessamyn\"?", "Show me the people on Wikidata whose Twitter/X username is either \"denials\" or \"jessamyn\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"denials\" ) ( \"jessamyn\" ) ( \"string2\" ) } }"}}
{"id": "val_2710", "question": "Companies and businesses in China with their headquarters and administrative regions.", "sparql": "SELECT DISTINCT ?company ?companyLabel ?headquartersLabel ?adminTerritoryLabel WHERE { { ?company wdt:P31 wd:Q4830453 ; wdt:P17 wd:Q148 . } UNION { ?company wdt:P31 wd:Q783794 ; wdt:P17 wd:Q148 . } OPTIONAL { ?company wdt:P159 ?headquarters . ?headquarters rdfs:label ?headquartersLabel . FILTER(LANG(?headquartersLabel) = \"en\") . ?headquarters wdt:P131 ?adminTerritory . ?adminTerritory rdfs:label ?adminTerritoryLabel . FILTER(LANG(?adminTerritoryLabel) = \"en\") } ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") }", "paraphrases": ["What are the companies and businesses headquartered in China, and where are their headquarters located, including the administrative region (e.g., province or city) of each headquarters?", "List all companies and businesses based in China, along with the city where they are headquartered and the larger administrative area (like province or municipality) that city belongs to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q148> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q783794> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q148> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P159> ?var4 . ?var4 ( <http://www.wikidata.org/prop/qualifier/P969> / <http://www.wikidata.org/prop/qualifier/P131> ) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } }"}}
{"id": "val_2711", "question": "What is the official website of GLH Group?", "sparql": "SELECT ?item ?itemLabel ?website WHERE { wd:Q5619662 rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { wd:Q5619662 wdt:P856 ?website } }", "paraphrases": ["Can you tell me the English label and official website for GLH Group?", "What is GLH Group called in English, and what is its website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q5619662> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2712", "question": "Top female authors by number of works about them, grouped by country, with more than 10 works.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?authorLabel ?countryLabel(COUNT(DISTINCT ?work) AS ?workCount) WHERE {\n  ?author wdt:P31 wd:Q5 ; wdt:P106 / wdt:P279 * wd:Q482980 ; wdt:P27 ?country ; wdt:P21 wd:Q6581072 .\n  ?work schema:about ?author .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nGROUP BY ?authorLabel ?countryLabel\nHAVING(?workCount > 10)\nORDER BY DESC(?workCount)", "paraphrases": ["Which female authors have the most works written about them, and in which countries are they citizens, considering only those with more than 10 such works?", "Show me a list of female authors with English labels, their countries of citizenship, and how many works are about them \u2014 but only include those with more than 10 works, sorted by popularity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/entity/P279> *) <http://www.wikidata.org/entity/Q482980> . ?var5 <http://www.wikidata.org/prop/direct/P27> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var3 <http://schema.org/about> ?var5 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var2 ?var1 HAVING ( ( ?var4 > \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var4 )"}}
{"id": "val_2713", "question": "Humans whose field of work is computer science or a subfield of computer science.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P101/wdt:P279* wd:Q21198 ; wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people working in computer science or any of its academic subfields?", "List all humans with a field of work related to computer science, including its subclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P101> / <http://www.wikidata.org/prop/direct/P279> +) <http://www.wikidata.org/entity/Q21198> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_2714", "question": "Which Wikidata items have Twitter usernames petersuber, Wikicite, Le_Figaro, AntiquityJ, or fnielsen?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"petersuber\" \"Wikicite\" \"Le_Figaro\" \"AntiquityJ\" \"fnielsen\" \"SiobhanFTB\" } . OPTIONAL { ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } ORDER BY ?username", "paraphrases": ["Who or what on Wikidata uses the Twitter handles @petersuber, @Wikicite, @Le_Figaro, @AntiquityJ, or @fnielsen?", "List the entities in Wikidata that are associated with the Twitter accounts petersuber, Wikicite, Le_Figaro, AntiquityJ, and fnielsen."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"EvoMRI\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"a9ri\" ) ( \"string11\" ) ( \"qaismah\" ) ( \"petersuber\" ) ( \"bobvulfov\" ) ( \"m_m_myers\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"HWarlow\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"ykamit\" ) ( \"Wikicite\" ) ( \"fnielsen\" ) ( \"AntiquityJ\" ) ( \"atarkowski\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"SiobhanFTB\" ) ( \"rae0light\" ) ( \"Patatatrac\" ) ( \"Le_Figaro\" ) ( \"string29\" ) ( \"imjayhay\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"mydarkstar\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2715", "question": "List of cooperative banks with English labels", "sparql": "SELECT ?cooperativeBank ?cooperativeBankLabel WHERE { ?cooperativeBank wdt:P31 wd:Q3277997 . ?cooperativeBank rdfs:label ?cooperativeBankLabel . FILTER(LANG(?cooperativeBankLabel) = \"en\") }", "paraphrases": ["What are the names of all cooperative banks in English?", "Show me the English names of all institutions that are cooperative banks."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3277997> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es, nl, en, de, fr, pl, it, eo\". } }"}}
{"id": "val_2716", "question": "Who are the computer scientists that work at Google, and what are their images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?imageLabel WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P108 wd:Q95 .\n  ?person wdt:P18 ?image .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  BIND(REPLACE(STR(?image) , \".*Special:FilePath/\" , \"\") AS ?imageLabel)\n}", "paraphrases": ["Computer scientists employed by Google with their Wikimedia Commons images", "List the English names and associated image filenames of all people whose occupation is computer scientist and employer is Google."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q95> . ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q95> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2717", "question": "People and organizations whose field of work is computer science.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P101 wd:Q21198 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who are the people and institutions associated with computer science as their field of work?", "List all individuals and organizations that work in the field of computer science."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q21198> . }"}}
{"id": "val_2718", "question": "Computer scientists, their gender, date of birth, birthplace, country of birth, and images.", "sparql": "SELECT ?person ?personLabel ?genderLabel ?birthDate ?birthPlaceLabel ?image ?countryLabel WHERE { ?person wdt:P106 wd:Q82594 . ?person wdt:P21 ?gender . ?person wdt:P18 ?image . ?person wdt:P569 ?birthDate . ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P17 ?country . ?person rdfs:label ?personLabel . ?gender rdfs:label ?genderLabel . ?birthPlace rdfs:label ?birthPlaceLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?genderLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 200", "paraphrases": ["Who are some computer scientists, and what are their gender, date of birth, birthplace, country of birth, and associated images?", "List up to 200 computer scientists along with their English-language labels for gender, birthplace, and country, their date of birth, and a link to their image on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4Label ?var5 ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var7 . ?var4 <http://www.wikidata.org/prop/direct/P17> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_2719", "question": "Subsidiaries of companies in the petroleum industry.", "sparql": "SELECT ?subsidiary WHERE { ?subsidiary wdt:P31 wd:Q43229 . ?subsidiary wdt:P749 ?parent . ?parent wdt:P452 wd:Q862571 . }", "paraphrases": ["Which organizations are subsidiaries of companies in the petroleum industry?", "List all organizations that are owned by companies operating in the petroleum industry."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P297> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P749> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q862571> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2720", "question": "What is the CEO of MySQL AB?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?business ?businessLabel ?ceoLabel WHERE {\n  ?business wdt:P31 wd:Q4830453 .\n  OPTIONAL {\n    ?business wdt:P169 ?ceo .\n    ?ceo rdfs:label ?ceoLabel .\n  }\n  ?business rdfs:label ?businessLabel .\n  FILTER(LANG(?businessLabel) = \"en\")\n  FILTER(LANG(?ceoLabel) = \"en\")\n}\nLIMIT 1", "paraphrases": ["Which businesses have a chief executive officer listed, and who are they?", "Can you list a business along with its CEO\u2019s name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P169> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P169> ?var4 . } } LIMIT 1"}}
{"id": "val_2721", "question": "Types of things depicted in paintings", "sparql": "SELECT DISTINCT ?depicted ?depictedLabel ?type ?typeLabel WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P180 ?depicted . ?depicted wdt:P31 ?type . ?depicted rdfs:label ?depictedLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?depictedLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") FILTER(?type NOT IN (wd:Q186287, wd:Q17417198, wd:Q16889133, wd:Q937228, wd:Q930933, wd:Q5469988)) } LIMIT 100", "paraphrases": ["What kinds of entities are shown in paintings, and what categories do they belong to?", "List the English-labeled entities and their types that are depicted in paintings, excluding abstract concepts like property or class."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var3 <http://www.wikidata.org/prop/direct/P180> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2722", "question": "What are some examples of economic sectors listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?economicSector ?economicSectorLabel WHERE {\n  ?economicSector wdt:P31 wd:Q3958441 .\n  ?economicSector rdfs:label ?economicSectorLabel .\n  FILTER(LANG(?economicSectorLabel) = \"en\")\n}", "paraphrases": ["List of economic sectors in Wikidata", "Can you show me the different types of economic activities classified in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3958441> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_2723", "question": "Dutch Wikipedia articles about fashion models without Instagram profiles.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?wikipediaPage ?model WHERE {\n  ?wikipediaPage schema:isPartOf <https://nl.wikipedia.org/> ; schema:about ?model .\n  ?model wdt:P106 wd:Q4610556 . MINUS {\n    ?model wdt:P2003 [] .\n  }\n}", "paraphrases": ["Which fashion models listed on the Dutch Wikipedia do not have an Instagram username?", "Show me the Dutch Wikipedia pages and corresponding Wikidata entities for people whose occupation is fashion model but who do not have an Instagram account listed."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://schema.org/isPartOf> <https://nl.wikipedia.org/> ; <http://schema.org/about> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4610556> . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P2003> [] . } }"}}
{"id": "val_2724", "question": "Does William Short have a Find a Grave memorial ID of 20512071?", "sparql": "ASK WHERE { ?person wdt:P535 \"20512071\" . }", "paraphrases": ["Is there a person in Wikidata with the Find a Grave ID 20512071?", "Confirm if the Find a Grave memorial ID 20512071 is assigned to any individual in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P535> \"20512071\". }"}}
{"id": "val_2725", "question": "What are some artworks created by Diego Vel\u00e1zquez, along with their creation dates and images?", "sparql": "SELECT ?artwork ?label ?inception (SAMPLE(?image) AS ?imageSample)\nWHERE {\n  ?artwork rdfs:label ?label .\n  ?artwork wdt:P170 wd:Q297 .\n  ?artwork wdt:P571 ?inception .\n  OPTIONAL {\n    ?artwork wdt:P18 ?image .\n  }\n}\nGROUP BY ?artwork ?label ?inception\nLIMIT 10", "paraphrases": ["Show me paintings by Diego Vel\u00e1zquez, including when they were made and if there\u2019s an image available.", "List Diego Vel\u00e1zquez\u2019s artworks with their titles, inception years, and sample images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q297> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . FILTER ( ( REGEX ( ?var4Label , \"Rodrigo\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en, es, fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_2726", "question": "What companies does Nestl\u00e9 own, and who owns those companies?", "sparql": "SELECT ?owned_or_owner ?owned_or_ownerLabel ?owner_of_them WHERE { { wd:Q160746 wdt:P127 ?owned_or_owner . } UNION { ?owned_or_owner wdt:P127 wd:Q160746 . } OPTIONAL { ?owned_or_owner wdt:P127 ?owner_of_them . } ?owned_or_owner rdfs:label ?owned_or_ownerLabel . FILTER(LANG(?owned_or_ownerLabel) = \"en\") }", "paraphrases": ["List all entities connected to Nestl\u00e9 by ownership, including their English labels and their owners.", "Which companies are owned by Nestl\u00e9, and which companies own Nestl\u00e9? For each, who are their owners?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q160746> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P127> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q160746> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P127> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2727", "question": "Fashion designers, grand couturiers, and costume designers with their countries of citizenship", "sparql": "SELECT ?personLabel ?countryLabel WHERE { ?person wdt:P106 ?occupation . VALUES ?occupation { wd:Q3501317 wd:Q4845479 wd:Q1323191 } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P27 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } }", "paraphrases": ["Who are the fashion designers, grand couturiers, and costume designers, and which countries are they citizens of?", "List the names of fashion designers, grand couturiers, and costume designers along with their countries of citizenship, in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3501317> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4845479> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1323191> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2728", "question": "Models and tailors with Twitter, Instagram, or official websites.", "sparql": "SELECT ?person ?personLabel ?twitter ?instagram ?website WHERE { { ?person wdt:P106 wd:Q4610556 . } UNION { ?person wdt:P106 wd:Q242468 . } ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P2002 ?twitter . } OPTIONAL { ?person wdt:P2003 ?instagram . } OPTIONAL { ?person wdt:P856 ?website . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } } LIMIT 50", "paraphrases": ["Who are some human models and tailors on Wikidata that have Twitter accounts, Instagram profiles, or official websites?", "List English-named models and tailors along with their social media handles and official websites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P106> ?/ <http://www.wikidata.org/prop/direct/P101> ?) <http://www.wikidata.org/entity/Q4610556> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P106> ?/ <http://www.wikidata.org/prop/direct/P101> ?) <http://www.wikidata.org/entity/Q242468> . } FILTER ( ( ( ?var12Label = \"string1\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2003> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2847> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2397> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2035> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var12 . } OPTIONAL { ?var11 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var11 <http://schema.org/about> ?var1 . } } LIMIT 20000"}}
{"id": "val_2729", "question": "Historians who spoke Ancient Greek, their images, and birthplace coordinates", "sparql": "SELECT ?historian ?historianLabel ?image ?birthPlace ?birthPlaceLabel ?coordinates WHERE { ?historian wdt:P106 wd:Q201788 . ?historian wdt:P1412 wd:Q35497 . ?historian wdt:P18 ?image . ?historian wdt:P19 ?birthPlace . ?birthPlace wdt:P625 ?coordinates . OPTIONAL { ?historian rdfs:label ?historianLabel . } OPTIONAL { ?birthPlace rdfs:label ?birthPlaceLabel . } } LIMIT 100", "paraphrases": ["Who are the historians that spoke Ancient Greek, and where were they born? Include their images and the coordinates of their birthplaces.", "List historians who used Ancient Greek, along with their photos and the geographic locations of their birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q201788> . ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q35497> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } } LIMIT 100"}}
{"id": "val_2730", "question": "Exhibitions at the Metropolitan Museum of Art that depict Zeus, with images.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel ( SAMPLE( ?image ) AS ?sampledImage ) ?wikipediaPage WHERE {\n  ?item wdt:P276 wd:Q160236 .\n  ?item wdt:P180 wd:Q34201 .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?item .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nGROUP BY ?item ?itemLabel ?wikipediaPage\nLIMIT 50", "paraphrases": ["What are the exhibitions at the Metropolitan Museum of Art that feature Zeus, and what images are associated with them?", "Show me the names and images of exhibitions at the Metropolitan Museum of Art that depict Zeus, along with their English Wikipedia pages if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1436> <http://www.wikidata.org/entity/Q160236> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q34201> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_2731", "question": "What type of entity is Julius Caesar?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instance ?instanceLabel WHERE {\n  wd:Q1048 wdt:P31 ?instance .\n  ?instance rdfs:label ?instanceLabel .\n  FILTER ( LANG( ?instanceLabel ) = \"en\" )\n}", "paraphrases": ["What is the English label for the category that Julius Caesar belongs to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q1048> <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2732", "question": "Which property is most frequently used to classify entities as \"family\" in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?propertyUsed wd:Q8436 . ?property wikibase:directClaim ?propertyUsed . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What is the most common property used to state that an entity is a family?", "Show me the property that is used the most to classify entities as families, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q8436> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_2733", "question": "Top 2000 cemeteries with the most Wikipedia language editions.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ( COUNT( ?wikipediaPage ) AS ?sitelinks ) WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q39614 .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:isPartOf ?wiki .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) )\n}\nGROUP BY ?item\nORDER BY DESC ( ?sitelinks )\nLIMIT 2000", "paraphrases": ["Which cemeteries and related burial sites are mentioned on the most Wikipedia language versions, and how many are there?", "List the most widely documented cemeteries across Wikipedia, including their subclasses, sorted by the number of language editions they appear in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q39614> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_2734", "question": "Fashion models who are human", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P101 wd:Q4610556 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the human fashion models?", "List all people whose profession is fashion modeling."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q4610556> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_2735", "question": "Paintings by Rosalba Carriera with images on Wikimedia Commons", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P170 wd:Q237726 .\n  ?var1 wdt:P18 ?image .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What are the titles of artworks created by Rosalba Carriera that have images on Wikimedia Commons?", "Show me the English labels of artworks created by Rosalba Carriera that have associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q237726> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } }"}}
{"id": "val_2736", "question": "Is Kazimierz Jaworczykowski a type of software?", "sparql": "ASK WHERE { wd:Q18567265 wdt:P31/wdt:P279* wd:Q7397 }", "paraphrases": ["Could Kazimierz Jaworczykowski be categorized as software or any of its broader categories?", "Does the classification of Kazimierz Jaworczykowski include software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q18567265> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2737", "question": "Paintings with Commons categories that are not linked to Wikimedia pages and have other items in the same category.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?painting ?category ?categoryLink ?relatedItem WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P373 ?category . MINUS {\n    ?page schema:about ?painting .\n    ?page schema:isPartOf <https://commons.wikimedia.org/> .\n  } MINUS {\n    ?painting wdt:P910 [] .\n  }\n  ?relatedItem wdt:P373 ?category .\n  FILTER(?painting != ?relatedItem)\n  BIND(CONCAT(\"[[Category:\" , ?category , \"]]\") AS ?categoryLink)\n}\nLIMIT 1000", "paraphrases": ["Which paintings have a Commons category that is also used by other items, excluding those with a main category or direct Wikimedia page links?", "List paintings along with their Commons category links and other items sharing the same category, excluding those with a main category or schema:about links to Commons."], "info": {"raw_sparql": "SELECT ?var1 ( CONCAT ( \"string1\", ?var2 , \"|Category:\", ?var2 , \"]]\" ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P373> ?var2 . MINUS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://commons.wikimedia.org/> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P910> [] . } ?var4 <http://www.wikidata.org/prop/direct/P373> ?var2 . FILTER ( ( ( ?var1 != ?var4 ) ) ) . } LIMIT 1000"}}
{"id": "val_2738", "question": "All AcademiaNet IDs for female scientists in Wikidata.", "sparql": "SELECT ?academiaNetId WHERE { ?scientist wdt:P2080 ?academiaNetId . } GROUP BY ?academiaNetId", "paraphrases": ["What are all the unique AcademiaNet identifiers assigned to female scientists in Wikidata?", "List all distinct AcademiaNet IDs used in Wikidata to identify excellent female scientists, even if some IDs are duplicated across entries."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2080> ?var1 . } GROUP BY ?var1"}}
{"id": "val_2739", "question": "What are the titles of artworks created by Henri Matisse?", "sparql": "SELECT ?artwork ?artworkLabel WHERE { ?artwork wdt:P170 wd:Q5589 . ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") }", "paraphrases": ["Can you list the English-labeled artworks made by the French painter Henri Matisse?", "Which creative works are attributed to Henri Matisse, and what are their names in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5589> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2740", "question": "What is Apple Inc.'s industry, and which companies are its subsidiaries and owners?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?orgLabel ?industryLabel ?subsidiaryLabel ?parentOrganizationLabel ?ownerLabel WHERE {\n  wd:Q312 ( wdt:P31 / wdt:P279 * ) wd:Q43229 .\n  OPTIONAL {\n    wd:Q312 rdfs:label ?orgLabel .\n    FILTER ( LANG( ?orgLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q312 wdt:P452 ?industry .\n    ?industry rdfs:label ?industryLabel .\n    FILTER ( LANG( ?industryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q312 wdt:P355 ?subsidiary .\n    ?subsidiary rdfs:label ?subsidiaryLabel .\n    FILTER ( LANG( ?subsidiaryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q312 wdt:P749 ?parentOrganization .\n    ?parentOrganization rdfs:label ?parentOrganizationLabel .\n    FILTER ( LANG( ?parentOrganizationLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q312 wdt:P127 ?owner .\n    ?owner rdfs:label ?ownerLabel .\n    FILTER ( LANG( ?ownerLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the industry, subsidiaries, and owners of Apple Inc.", "Which companies own Apple Inc., what industry is it in, and what companies does it own?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P355> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P749> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1830> ?var7 . } FILTER ( ( ( ?var1 = \"Q312\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } }"}}
{"id": "val_2741", "question": "When was Microsoft founded?", "sparql": "SELECT ?companyLabel ?foundingDate WHERE { wd:Q2283 rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = 'en') . wd:Q2283 wdt:P571 ?foundingDate . }", "paraphrases": ["What is the founding date of Microsoft?", "Can you tell me when Microsoft was established?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Microsoft\"@en . ?var1 <http://www.wikidata.org/entity/Q452> ?var2 . } LIMIT 100"}}
{"id": "val_2742", "question": "Image of William Cline Borden using his SNAC ARK ID \"w6q81nbt\".", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6q81nbt\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID \"w6q81nbt\"?", "Can you find the Wikimedia Commons image for the person identified by the SNAC ARK ID w6q81nbt?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6q81nbt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2743", "question": "Headquarters location of Apple", "sparql": "SELECT DISTINCT ?headquarters WHERE { wd:Q312 wdt:P159 ?headquarters .}", "paraphrases": ["Where is Apple's headquarters located?", "What is the city where Apple Inc. has its main office?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q312> <http://www.wikidata.org/prop/direct/P159> ?var1 . }"}}
{"id": "val_2744", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1375666", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt1375666\" .\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) FILTER ( STRSTARTS( STR( ?wikipedia_page ) , \"https://en.wikipedia.org/\" ) || STRSTARTS( STR( ?wikipedia_page ) , \"https://de.wikipedia.org/\" ) )\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film Inception?", "Show me the English and German Wikipedia pages linked to the IMDb entry tt1375666."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3394524\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2745", "question": "Top actors by number of awards won, with their net worth.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel ?awardCount ?netWorth WHERE {\n  {\n    SELECT ?actor ( COUNT( DISTINCT ?award ) AS ?awardCount ) ?netWorth WHERE {\n      ?actor wdt:P106 wd:Q33999 .\n      ?actor wdt:P166 ?award .\n      ?actor wdt:P2218 ?netWorth .\n    }\n    GROUP BY ?actor ?netWorth\n  }\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nORDER BY DESC ( ?awardCount )", "paraphrases": ["Which actors have won the most awards, and what is their estimated net worth?", "List actors who have received awards and have a known net worth, sorted by the number of awards in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P2218> ?var3 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_2746", "question": "Image of Margaret Verney with SNAC ARK ID w6ms5293", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6ms5293\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Is there an image available for Margaret Verney, who has the SNAC ARK ID w6ms5293?", "Please retrieve the Wikimedia Commons image associated with the person whose SNAC ARK ID is w6ms5293."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ms5293\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2747", "question": "Destroyed artworks with images and their destruction dates", "sparql": "SELECT ?artwork ?artworkLabel ?image ?destructionDate WHERE { ?artwork wdt:P31 wd:Q21745157 . ?artwork wdt:P18 ?image . ?artwork wdt:P582 ?destructionDate . ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") }", "paraphrases": ["Which destroyed artworks have images on Wikimedia Commons, and when were they destroyed?", "Show me the images and destruction dates of all destroyed artworks."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21745157> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2748", "question": "List businesses with their CEO, cleaned logo URL, headquarters coordinates, and official website.", "sparql": "SELECT ?businessLabel ?ceoLabel ?cleanLogo ?lat ?long ?website WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P159 ?hq . ?hq p:P625 ?coordStmt . ?coordStmt psv:P625 ?coordValue . ?coordValue wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?long . ?business wdt:P154 ?logo . BIND(REPLACE(STR(?logo), \"120px-\", \"\") AS ?cleanLogo) . ?business wdt:P169 ?ceo . ?business wdt:P856 ?website . ?business rdfs:label ?businessLabel . ?ceo rdfs:label ?ceoLabel . FILTER(LANG(?businessLabel) = \"en\") FILTER(LANG(?ceoLabel) = \"en\") }", "paraphrases": ["What are the names, CEOs, logo URLs (without size parameters), headquarters coordinates, and official websites of businesses?", "Please provide a list of businesses, including their English labels, CEO names, logo images (with '120px-' removed from URLs), geographic coordinates of their headquarters, and official websites."], "info": {"raw_sparql": "SELECT ?var1Label ( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7 ) AS ?var7 ) WHERE { BIND ( REPLACE ( STR ( ?var4 ) , \"string1\", \"\" ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P159> ?var8 . ?var8 <http://www.wikidata.org/prop/P625> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/value/P625> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P154> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P169> ?var2 . ?var10 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var10 <http://wikiba.se/ontology#geoLongitude> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1Label"}}
{"id": "val_2749", "question": "Humans buried in Berlin with their birth/death dates and images", "sparql": "SELECT ?human ?humanLabel ?graveImage ?portraitImage ?dateOfBirth ?dateOfDeath WHERE {\n  ?burialPlace wdt:P131 wd:Q64 .\n\n  ?human p:P119 ?burialStatement .\n  ?burialStatement ps:P119 ?burialPlace .\n  ?human wdt:P31 wd:Q5 .\n\n  OPTIONAL { ?human wdt:P1442 ?graveImage . }\n  OPTIONAL { ?human wdt:P18 ?portraitImage . }\n  OPTIONAL { ?human wdt:P569 ?dateOfBirth . }\n  OPTIONAL { ?human wdt:P570 ?dateOfDeath . }\n\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nORDER BY ASC(?humanLabel)", "paraphrases": ["Who are the people buried in Berlin, and what are their dates of birth and death, along with any available portraits or grave images?", "List all humans buried in Berlin, including their English names, birth and death dates, and any associated images (portrait or grave)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var8 <http://www.wikidata.org/prop/qualifier/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(12 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(12 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/P119> ?var8 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2750", "question": "Which Wikidata items have Twitter usernames 'carenes', 'Hortensius', or 'nico_AsLi'?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"carenes\" \"Hortensius\" \"nico_AsLi\" } } ORDER BY ?username", "paraphrases": ["Who has the Twitter username 'carenes' on Wikidata?", "Show me the Wikidata entities associated with the Twitter usernames 'carenes', 'Hortensius', and 'nico_AsLi'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Hortensius\" ) ( \"nico_AsLi\" ) ( \"carenes\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_2751", "question": "What is the English name of Sci-Hub?", "sparql": "SELECT ?label WHERE { wd:Q21980377 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["What is Sci-Hub called in English?", "Can you tell me the English label for the entity Sci-Hub?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q21980377> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_2752", "question": "Entities interested in science with their English labels", "sparql": "SELECT ?entity ?entityLabel ?statement WHERE { ?entity p:P2650 ?statement . ?statement ps:P2650 wd:Q336 . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the people or organizations that have expressed interest in science, and what are their names in English?", "List all entities in Wikidata that are interested in science, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2650> <http://www.wikidata.org/entity/Q336> . ?var1 <http://www.wikidata.org/prop/P2650> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2753", "question": "Top countries by number of physicians born there", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ( COUNT( ?physician ) AS ?count ) WHERE {\n  ?physician wdt:P106 wd:Q39631 ; wdt:P19 ?birthplace .\n  ?birthplace wdt:P17 ?country .\n}\nGROUP BY ?country\nORDER BY DESC ( ?count )", "paraphrases": ["Which countries have the highest number of physicians based on place of birth?", "Show me a list of countries ranked by how many physicians were born in each, starting with the country with the most."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q39631> ; <http://www.wikidata.org/prop/direct/P19> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . } } GROUP BY ?var1 ORDER BY DESC( ?var6 )"}}
{"id": "val_2754", "question": "What are the English and German Wikipedia, Wikiquote, and Wikinews pages about Facebook, and what is its official website?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  wd:Q355 wdt:P856 <https://www.facebook.com> .\n  ?var2 schema:about wd:Q355 .\n  FILTER ( STRSTARTS( STR( ?var2 ) , \"https://en.\" ) || STRSTARTS( STR( ?var2 ) , \"https://de.\" ) ) .\n  wd:Q355 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" || LANG( ?var1Label ) = \"de\" )\n}", "paraphrases": ["Which English and German-language external pages link to Facebook on Wikidata, and what is Facebook\u2019s official website?", "List all English and German Wikipedia and Wikiquote pages about Facebook, along with its official website URL and Facebook\u2019s label in those languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.facebook.com/analytics/306990492807664/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.facebook.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.facebook.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.facebook.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.facebook.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.facebook.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.facebook.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://facebook.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://facebook.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://facebook.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://facebook.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2755", "question": "Female chemists on Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?chemist ?label WHERE {\n  ?chemist wdt:P106 wd:Q593644 ; wdt:P21 wd:Q6581072 .\n  ?chemist rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Who are the female chemists listed in Wikidata?", "List the names of all female chemists in Wikidata with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q593644> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en en\". } }"}}
{"id": "val_2756", "question": "What are Madonna\u2019s occupations and her birth name?", "sparql": "SELECT DISTINCT ?personLabel ?birthName ?occupationLabel WHERE { wd:Q1744 rdfs:label ?personLabel . OPTIONAL { wd:Q1744 wdt:P1477 ?birthName . } OPTIONAL { wd:Q1744 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . } FILTER(LANG(?personLabel) = \"en\") FILTER(!BOUND(?occupationLabel) || LANG(?occupationLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you tell me the professions and full birth name of the singer Madonna?", "Who is Madonna, and what is her real name and what does she do for a living?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2252262> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q177220> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2643890> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488205> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } FILTER ( ( REGEX ( ?var1Label , \"^Madonna$\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_2757", "question": "Female chemists on Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q593644 ; wdt:P21 wd:Q6581072 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the female chemists listed in Wikidata?", "List the names of all women who work as chemists, with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q593644> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar,en,en\". } }"}}
{"id": "val_2758", "question": "English or German Wikipedia page for the movie with IMDb ID tt0090768", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0090768\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia article for the film 'The Boy Who Could Fly'?", "Show me the Wikipedia pages in English or German about the movie with IMDb ID tt0090768."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0090768\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2759", "question": "Cemeteries with coordinates and their countries in English", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cemetery ?cemeteryLabel ?countryLabel ?coordinates WHERE {\n  ?cemetery(wdt:P31 / wdt:P279 *) wd:Q39614 .\n  ?cemetery wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?cemetery wdt:P17 ?country .\n  }\n  ?cemetery rdfs:label ?cemeteryLabel .\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n  }\n  FILTER(LANG(?cemeteryLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 10000", "paraphrases": ["What are the names, locations, and countries of cemeteries around the world, in English?", "List all cemeteries with their geographic coordinates and the English names of their countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ( ?var3Label AS ?var4 ) ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q39614> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P242> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000000"}}
{"id": "val_2760", "question": "What are the people buried in the United States with a grave image but no Find a Grave ID, ranked by how many Wikipedia pages mention them?", "sparql": "SELECT ?person ?personLabel ?burialPlace ?burialPlaceLabel ?graveImage ?englishWikipediaPage (COUNT(?wikipediaPage) AS ?totalWikipediaPages) WHERE { ?person wdt:P119 ?burialPlace . ?person wdt:P1442 ?graveImage . ?person wdt:P27 wd:Q30 . MINUS { ?person wdt:P535 ?findAGraveId . } OPTIONAL { ?englishWikipediaPage schema:about ?person ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } ?wikipediaPage schema:about ?person ; schema:isPartOf ?wikiSite . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?burialPlace rdfs:label ?burialPlaceLabel . FILTER(LANG(?burialPlaceLabel) = \"en\") } } GROUP BY ?person ?personLabel ?burialPlace ?burialPlaceLabel ?graveImage ?englishWikipediaPage ORDER BY DESC(?totalWikipediaPages)", "paraphrases": ["Show me Americans who are buried in the US, have a photo of their grave, and aren't listed on Find a Grave \u2014 and tell me how many Wikipedia articles exist about each person.", "List the most widely documented deceased Americans (by Wikipedia page count) who have a known burial place and grave image, excluding those with a Find a Grave memorial number."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ( SAMPLE ( ?var4 ) AS ?var5 ) ?var6 ( COUNT ( ?var1 ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P119> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P535> ?var8 . } OPTIONAL { ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"en\". ?var6 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var9 <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var10 ?var6 ?var3Label ORDER BY DESC( ?var7 )"}}
{"id": "val_2761", "question": "Paintings by Gerard de Lairesse that are not part of a series, with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q3305213 .\n  ?item wdt:P170 wd:Q533958 . MINUS {\n    ?item wdt:P31 wd:Q15727816 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What are the English-named paintings created by Gerard de Lairesse that are individual works and not part of a painting series?", "List the titles in English of all paintings created by Gerard de Lairesse, excluding any that belong to a painting series."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q533958> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15727816> . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_2762", "question": "What are the coordinates of the headquarters of Consolidated Holdings A/S?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coord WHERE {\n  OPTIONAL {\n    wd:Q32071121 wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    wd:Q32071121 p:P159 [ pq:P625 ?coord ] .\n  }\n  OPTIONAL {\n    wd:Q32071121 wdt:P159 / wdt:P625 ?coord .\n  }\n}", "paraphrases": ["Where is Consolidated Holdings A/S headquartered, in terms of geographic coordinates?", "Can you find the geographic location (latitude and longitude) of Consolidated Holdings A/S\u2019s headquarters from Wikidata, using any available data path?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q32071121> <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q32071121> <http://www.wikidata.org/prop/P159> [ <http://www.wikidata.org/prop/qualifier/P625> ?var3 ] . } OPTIONAL { <http://www.wikidata.org/entity/Q32071121> <http://www.wikidata.org/prop/direct/P159> [ <http://www.wikidata.org/prop/direct/P625> ?var4 ] . } BIND ( COALESCE ( ?var2 , ?var3 , ?var4 ) AS ?var1 ). }"}}
{"id": "val_2763", "question": "What is the English name of the organization with the official website https://www.ipk-gatersleben.de/, and which Wikipedia pages are about it?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?wikipediaPage WHERE {\n  ?item wdt:P856 <https://www.ipk-gatersleben.de/> .\n  ?item rdfs:label ?itemLabel .\n  ?wikipediaPage schema:about ?item .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which Wikipedia articles discuss the Leibniz Institute of Plant Genetics and Crop Plant Research, and what is its official website?", "Find the entity that uses https://www.ipk-gatersleben.de/ as its official website, along with its English label and associated Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.ipkinternational.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.ipkinternational.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ipkinternational.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ipkinternational.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ipkinternational.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ipkinternational.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ipkinternational.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ipkinternational.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ipkinternational.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ipkinternational.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2764", "question": "English label and description of the person with Encyclop\u00e6dia Universalis ID \"amenhotep\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P3219 \"amenhotep\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the Egyptian architect and priest listed in the Encyclop\u00e6dia Universalis with the ID \"amenhotep\"?", "Show me the name and description in English of the person identified by the Encyclop\u00e6dia Universalis ID \"amenhotep\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3219> \"amenhotep\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2765", "question": "Johannes Vermeer paintings depicting a map, with year, dimensions, and image.", "sparql": "SELECT DISTINCT ?painting ?paintingLabel ?inceptionYear ?dimensions ?image WHERE { ?painting wdt:P170 wd:Q41264 . ?painting wdt:P180/wdt:P279* wd:Q4006 . OPTIONAL { ?painting wdt:P571 ?inception . BIND(YEAR(?inception) AS ?inceptionYear) } OPTIONAL { ?painting wdt:P2048 ?height . ?painting wdt:P2049 ?width . BIND(CONCAT(STR(?height), \"\u00d7\", STR(?width)) AS ?dimensions) } OPTIONAL { ?painting wdt:P18 ?image . } ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") }", "paraphrases": ["Which paintings by Johannes Vermeer depict a map, and what are their creation year, dimensions, and image?", "Show me all paintings created by Johannes Vermeer that include a map as a subject, along with their year of creation, size, and a link to the image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5Label ?var6Label ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q41264> . { ?var1 ( <http://www.wikidata.org/prop/direct/P180> / <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4006> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P180> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4006> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P276> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P276> ?var5 . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var9 . } ) ) . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P17> ?var6 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2048> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2049> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . } BIND ( CONCAT ( STR ( ?var10 ) , \"\u00d7\", STR ( ?var11 ) ) AS ?var4 ). }"}}
{"id": "val_2766", "question": "Who were nominated for the Nobel Prize in Physics?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?nomineeLabel WHERE {\n  ?nominee wdt:P1411 wd:Q38104 .\n  ?nominee rdfs:label ?nomineeLabel\n  FILTER ( LANG( ?nomineeLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the English names of all individuals nominated for the Nobel Prize in Physics?", "Which people have received a nomination for the Nobel Prize in Physics according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1411> <http://www.wikidata.org/prop/direct/Q38104> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2767", "question": "Female physicists with their birth dates, images, and birthplace coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?physicist ?name ?image ?birthDate ?birthPlaceCoords WHERE {\n  ?physicist wdt:P106 wd:Q169470 .\n  ?physicist wdt:P21 wd:Q6581072 .\n  OPTIONAL {\n    ?physicist wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?physicist wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?physicist wdt:P19 ?birthPlace .\n    ?birthPlace wdt:P625 ?birthPlaceCoords .\n  }\n  ?physicist rdfs:label ?name .\n  FILTER ( LANG( ?name ) = \"en\" )\n}", "paraphrases": ["Who are the female physicists, and what are their birth dates, images, and places of birth (as coordinates)?", "List all female physicists along with their English names, photos, dates of birth, and geographic coordinates of their birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q169470> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2768", "question": "Organizations that operate in Asia", "sparql": "SELECT ?organization ?statement WHERE { ?organization p:P2541 ?statement . ?statement ps:P2541 wd:Q48 . } LIMIT 101", "paraphrases": ["Which organizations have Asia as their operating area?", "List all organizations and their statement identifiers for which Asia is listed as the operating area in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2541> <http://www.wikidata.org/entity/Q48> . ?var1 <http://www.wikidata.org/prop/P2541> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2769", "question": "What is the relationship between The New York Times and the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property WHERE {\n  wd:Q9684 ?property wd:Q30 .\n}", "paraphrases": ["Which properties link The New York Times to the United States in Wikidata?", "Is The New York Times associated with the United States, and if so, how?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_2770", "question": "Who are Madonna\u2019s unmarried partners?", "sparql": "SELECT ?partner ?partnerLabel WHERE { wd:Q1744 wdt:P451 ?partner . ?partner rdfs:label ?partnerLabel . FILTER(LANG(?partnerLabel) = \"en\") }", "paraphrases": ["List of people who have been in an unmarried relationship with Madonna", "Can you tell me all the people Madonna has been romantically involved with but never married?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q1744> <http://www.wikidata.org/prop/direct/P451> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P451> * <http://www.wikidata.org/entity/Q1744> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P451> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2771", "question": "What are the subclasses of the industrial sector?", "sparql": "SELECT DISTINCT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q8148 . ?subclass rdfs:label ?subclassLabel . }", "paraphrases": ["List all industries that are types of industrial sector, along with their names in any language.", "Can you show me the different types of industrial sectors and what they\u2019re called in various languages?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q8148> . }"}}
{"id": "val_2772", "question": "List businesses in the pharmaceutical industry with their names.", "sparql": "SELECT ?business ?businessLabel ?industryLabel WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P452 wd:Q507443 . ?business rdfs:label ?businessLabel . wd:Q507443 rdfs:label ?industryLabel . FILTER(LANG(?businessLabel) = \"en\") FILTER(LANG(?industryLabel) = \"en\") }", "paraphrases": ["Which companies are in the pharmaceutical industry, and what are their names?", "Show me the names of businesses that operate in the pharmaceutical industry, along with the name of the industry they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,de\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q507443> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var2 . } }"}}
{"id": "val_2773", "question": "What are the names, dates of birth, and birthplace coordinates of female chemists?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ( GROUP_CONCAT( DISTINCT CONCAT ( STR( DAY( ?var2 ) ) , \"/\" , STR( MONTH( ?var2 ) ) , \"/\" , STR( YEAR( ?var2 ) ) ) ; SEPARATOR = \", \" ) AS ?var3 ) ( GROUP_CONCAT( DISTINCT ?var4 ; SEPARATOR = \", \" ) AS ?var5 ) ( GROUP_CONCAT( DISTINCT ?var6 ; SEPARATOR = \", \" ) AS ?var7 ) ( GROUP_CONCAT( DISTINCT ?var8 ; SEPARATOR = \", \" ) AS ?var9 ) ( GROUP_CONCAT( DISTINCT ?var10 ; SEPARATOR = \", \" ) AS ?var11 ) WHERE {\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 wdt:P21 wd:Q6581072 .\n  ?var1 ( wdt:P106 / wdt:P279 * ) wd:Q593644 .\n  ?var1 wdt:P19 ?var12 .\n  ?var12 wdt:P625 ?var6 .\n  OPTIONAL {\n    ?var1 wdt:P166 ?var13 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P569 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P18 ?var4 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P69 ?var8 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P108 ?var10 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P101 ?var14 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nGROUP BY ?var1 ?var1Label\nORDER BY ASC ( ?var1Label )", "paraphrases": ["Can you list female chemists with their date of birth, education, employer, and image if available?", "Show me female chemists from Wikidata, including when they were born and where they were born, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ( ( STR ( DAY ( ?var2 ) ) / STR ( MONTH ( ?var2 ) ) ) / STR ( YEAR ( ?var2 ) ) ) ; SEPARATOR = \", \" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \", \" ) AS ?var5 )( GROUP_CONCAT ( DISTINCT ?var6 ; SEPARATOR = \", \" ) AS ?var7 )( GROUP_CONCAT ( DISTINCT ?var8 ; SEPARATOR = \", \" ) AS ?var9 )( GROUP_CONCAT ( DISTINCT ?var10 ; SEPARATOR = \", \" ) AS ?var11 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q593644> . ?var1 <http://www.wikidata.org/prop/direct/P19> * ?var12 . ?var12 <http://www.wikidata.org/prop/direct/P625> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P108> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P101> ?var14 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var15 <http://www.w3.org/2000/01/rdf-schema#label> ?var15Label . } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_2774", "question": "List of international organizations with their English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?organization ?label WHERE {\n  ?organization wdt:P31 wd:Q484652 .\n  ?organization rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the English names of all international organizations in Wikidata?", "Show me the names of all entities that are international organizations, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484652> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-cn,zh,en,fr,de,ja,es,Du,ru,nl,en\". } }"}}
{"id": "val_2775", "question": "What paintings by Vincent van Gogh are held at the Museum of Modern Art, and what are their images and Wikipedia pages?", "sparql": "SELECT DISTINCT ?painting ?paintingLabel ?locationLabel (SAMPLE(?image) AS ?sampledImage) ?wikipediaPage WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P170 wd:Q5582 . ?painting wdt:P276 wd:Q188740 . OPTIONAL { ?painting wdt:P18 ?image . } OPTIONAL { ?wikipediaPage schema:about ?painting . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . } ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") wd:Q188740 rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } GROUP BY ?painting ?paintingLabel ?locationLabel ?wikipediaPage LIMIT 50", "paraphrases": ["Can you list Vincent van Gogh\u2019s paintings at MoMA along with their English labels, images from Wikimedia Commons, and corresponding English Wikipedia articles?", "Which of Vincent van Gogh\u2019s artworks in the Museum of Modern Art have Wikipedia pages, and do they have associated images?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5582> . ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q188740> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_2776", "question": "Is the temporary art exhibition \"Carambolages\" a type of software?", "sparql": "ASK WHERE { wd:Q24258608 (wdt:P31 / wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the event \"Carambolages\" at the Grand Palais belong to a category that is a subclass of software?", "Can a temporary art exhibition be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q24258608> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2777", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1241316", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1241316\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia articles for the film Dare (IMDb ID tt1241316)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt1241316."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1241316\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2778", "question": "Female chemists with their date of birth, place of birth, coordinates, and images.", "sparql": "SELECT ?chemist ?chemistLabel ?image ?dob ?birthplace ?coordinates WHERE { ?chemist wdt:P106 wd:Q593644 . ?chemist wdt:P21 wd:Q6581072 . OPTIONAL { ?chemist wdt:P18 ?image . } OPTIONAL { ?chemist wdt:P569 ?dob . ?chemist wdt:P19 ?birthplace . ?birthplace wdt:P625 ?coordinates . } ?chemist rdfs:label ?chemistLabel . FILTER(LANG(?chemistLabel) = \"en\") }", "paraphrases": ["Who are the female chemists in Wikidata, and what are their birth dates, birthplaces, and geographic coordinates?", "List all female chemists along with their English names, birth dates, birth locations, and the coordinates of those locations. Include images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q593644> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2779", "question": "Pornographic actors from Hungary or Poland with their hair colors", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?name ?countryLabel ?hairColorLabel WHERE {\n  ?person wdt:P106 wd:Q488111 .\n  ?person rdfs:label ?name .\n  ?person wdt:P27 ?country .\n  ?person wdt:P1884 ?hairColor .\n  ?country rdfs:label ?countryLabel .\n  ?hairColor rdfs:label ?hairColorLabel .\n  FILTER(?country IN(wd:Q28 , wd:Q36))\n  FILTER(LANG(?name) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?hairColorLabel) = \"en\")\n}", "paraphrases": ["Who are the pornographic actors who are citizens of Hungary or Poland, and what is their hair color?", "List the names, countries of citizenship (Hungary or Poland), and hair colors of all pornographic actors with English-language labels in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488111> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1884> ?var4 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q36> , <http://www.wikidata.org/entity/Q28> ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var2 ) , \"EN\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"EN\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var4Label ) , \"EN\" ) ) ) . }"}}
{"id": "val_2780", "question": "What properties (other than 'instance of') are used to relate entities to public law corporation in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?statementProperty wd:Q20014246 . ?property wikibase:statementProperty ?statementProperty . FILTER (?property != wd:P31) }", "paraphrases": ["Which direct properties in Wikidata link entities to the entity 'public law corporation', excluding the 'instance of' property?", "Show me all properties (except P31) that are used to classify or categorize entities as public law corporations in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q20014246> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_2781", "question": "What paintings were created by Vincent van Gogh?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work WHERE {\n  ?work wdt:P170 wd:Q5582 ; wdt:P31 wd:Q3305213 .\n}", "paraphrases": ["List Vincent van Gogh\u2019s artworks that are paintings.", "Which of Vincent van Gogh\u2019s works are classified as paintings?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5326908> . }"}}
{"id": "val_2782", "question": "What is the English name and description of the charity with Charity Navigator ID 16980?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?organization ?organizationLabel ?description WHERE {\n  ?organization wdt:P4861 \"16980\" .\n  OPTIONAL {\n    ?organization rdfs:label ?organizationLabel .\n    FILTER(LANG(?organizationLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?organization schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Show me the label and English description of the nonprofit organization identified by Charity Navigator ID 16980.", "Which organization has the Charity Navigator ID 16980, and what is its official name and website (as stored in its description)?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4861> \"16980\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2783", "question": "Female humans convicted of necromancy or burned at the stake", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P21 wd:Q6581072 . { ?person wdt:P1399 wd:Q337935 . } UNION { ?person wdt:P509 wd:Q468455 . } ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") }", "paraphrases": ["Which female humans were either convicted of necromancy or died by burning?", "List the names of women in history who were accused of necromancy or executed by burning, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { BIND ( ?var2 AS ?var3 ). ?var2 <http://www.wikidata.org/prop/direct/P1399> <http://www.wikidata.org/entity/Q337935> . } OPTIONAL { BIND ( ?var4 AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P509> <http://www.wikidata.org/entity/Q468455> . } FILTER ( ( BOUND ( ?var3 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2784", "question": "European Union parts and their types in English", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?itemLabel ?partLabel ?partTypeLabel ?item ?part WHERE {\n  ?item wdt:P361 ?part .\n  ?part wdt:P31 ?partType .\n  ?item rdfs:label ?itemLabel .\n  ?part rdfs:label ?partLabel .\n  ?partType rdfs:label ?partTypeLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) FILTER ( LANG( ?partLabel ) = \"en\" ) FILTER ( LANG( ?partTypeLabel ) = \"en\" ) FILTER ( ?item = wd:Q458 )\n}\nLIMIT 10", "paraphrases": ["What are the parts of the European Union, what types are they, and what are their English labels?", "List the English labels of the European Union\u2019s parts, their types, and their Wikidata IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var5Label WHERE { ?var6 <http://www.wikidata.org/entity/P1647> <http://www.wikidata.org/entity/P1038> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var7Label ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2785", "question": "What English and German language pages are about the movie with IMDb ID tt1013743?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt1013743\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia and Wikiquote pages in English or German are about the movie 'Knight and Day'?", "Show me all the English and German language pages linked to the movie 'Knight and Day' via its IMDb ID tt1013743."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1013743\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2786", "question": "Organizations that are instances of society", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?society ?societyLabel WHERE {\n  ?society wdt:P31 wd:Q8425 .\n  ?society rdfs:label ?societyLabel .\n  FILTER ( LANGMATCHES( LANG( ?societyLabel ) , \"en\" ) )\n}\nLIMIT 100", "paraphrases": ["What are some organizations classified as societies?", "List the English names of organizations that are instances of the concept of society."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8425> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_2787", "question": "What are some examples of search engines?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?searchEngine ?searchEngineLabel WHERE {\n  ?searchEngine wdt:P31 wd:Q19541 .\n  ?searchEngine rdfs:label ?searchEngineLabel .\n  FILTER ( LANG( ?searchEngineLabel ) = \"en\" )\n}", "paraphrases": ["List of search engines with their names", "Can you show me the names of all known search engines?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19541> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2788", "question": "List individuals who belong to ethnic groups other than African Americans, Germans, Jews, Sorbs, Banat Swabians, Warmians, Greeks, Croatian Americans, and Czech Americans.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?ethnicGroup ?personLabel ?ethnicGroupLabel WHERE {\n  ?person wdt:P172 ?ethnicGroup .\n  FILTER NOT EXISTS {\n    ?person wdt:P172 ?excluded .\n    VALUES ?excluded {\n      wd:Q49085 wd:Q146521 wd:Q42884 wd:Q7325 wd:Q445618 wd:Q29705197 wd:Q539051 wd:Q3003133 wd:Q518188\n    }\n  }\n  ?person rdfs:label ?personLabel .\n  ?ethnicGroup rdfs:label ?ethnicGroupLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?ethnicGroupLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Which people have an ethnic identity that is not one of the nine major diaspora groups including African Americans, Germans, or Jewish people?", "Show me some individuals whose ethnic background is not among African Americans, Germans, Jewish people, or other listed groups."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P172> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q49085> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q146521> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q42884> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q7325> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q445618> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q29705197> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q539051> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q3003133> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q518188> . } ) ) . }"}}
{"id": "val_2789", "question": "Who are the people classified as having Black people as their ethnic group?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P172 wd:Q817393 .\n}", "paraphrases": ["Which individuals are listed in Wikidata as belonging to the ethnic group of Black people?", "Can you list all entities in Wikidata that are tagged with the ethnic group \"Black people\"?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q817393> . }"}}
{"id": "val_2790", "question": "What properties are used for the European Union Referendum Act 2015 on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q21187635 ?property ?value .\n}", "paraphrases": ["Which properties describe the European Union Referendum Act 2015 in Wikidata?", "List all the properties associated with the European Union Referendum Act 2015 in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q21187635> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2791", "question": "Turing Award winners with their birth dates, gender, first names, last names, and death dates.", "sparql": "SELECT DISTINCT ?recipient ?birthDate ?genderLabel ?givenNameLabel ?familyNameLabel ?deathDate WHERE { ?recipient wdt:P166 wd:Q185667 . OPTIONAL { ?recipient wdt:P569 ?birthDate . } OPTIONAL { ?recipient wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } OPTIONAL { ?recipient wdt:P735 ?givenName . ?givenName rdfs:label ?givenNameLabel . FILTER(LANG(?givenNameLabel) = \"en\") } OPTIONAL { ?recipient wdt:P734 ?familyName . ?familyName rdfs:label ?familyNameLabel . FILTER(LANG(?familyNameLabel) = \"en\") } OPTIONAL { ?recipient wdt:P570 ?deathDate . } }", "paraphrases": ["Who are the recipients of the Turing Award, and what are their birth dates, genders, given names, family names, and death dates?", "List all Turing Award recipients along with their personal details: date of birth, gender, first name, last name, and date of death (if available)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label ?var5Label ?var6 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P166> / <http://www.wikidata.org/prop/direct/P31> ?) <http://www.wikidata.org/entity/Q185667> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } }"}}
{"id": "val_2792", "question": "What film awards did Andrzej Wajda receive, and when were they awarded?", "sparql": "SELECT ?awardLabel ?workLabel ?date ?award WHERE { wd:Q106685 p:P166 ?statement . ?statement ps:P166 ?award . ?award (wdt:P31*/wdt:P279*) wd:Q4220917 . OPTIONAL { ?statement pq:P585 ?date . } OPTIONAL { ?statement pq:P1686 ?work . } OPTIONAL { ?award rdfs:label ?awardLabel . FILTER(LANG(?awardLabel) = \"en\") } OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } } LIMIT 10", "paraphrases": ["Which films were Andrzej Wajda awarded for, and what awards did he receive for them?", "List the film awards won by Polish director Andrzej Wajda, including the year and the work they were given for."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var1 ( LANG ( ?var1Label ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q106685> <http://www.wikidata.org/prop/P166> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P166> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4220917> . OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P585> ?var3 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P1686> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en,de,fr,it,es,cs,sk,pt,fi,nl,no,sv\". } } LIMIT 10"}}
{"id": "val_2793", "question": "What paintings are there, what do they depict, and who created them?", "sparql": "SELECT DISTINCT ?painting ?depicted ?image ?creator WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P180 ?depicted . ?painting wdt:P18 ?image . OPTIONAL { ?painting wdt:P170 ?creator . } } LIMIT 10", "paraphrases": ["Show me images of paintings along with the objects or scenes they depict and their artists.", "List up to 10 paintings, their depictions, and their creators, including the image files from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var4 . } } LIMIT 10"}}
{"id": "val_2794", "question": "Authors and their birth and death dates", "sparql": "SELECT DISTINCT ?author ?birth ?death WHERE { ?author ( ( wdt:P31 | wdt:P101 | wdt:P106 ) / wdt:P279* ) wd:Q482980 . OPTIONAL { ?author wdt:P569 ?birth . } OPTIONAL { ?author wdt:P570 ?death . } }", "paraphrases": ["Who are the authors and when were they born and died?", "List all people who are authors along with their dates of birth and death."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 (( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P101> | <http://www.wikidata.org/prop/direct/P106> )/ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q482980> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Q30707927\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } }"}}
{"id": "val_2795", "question": "Dutch citizens with Dutch labels and Wikipedia articles", "sparql": "SELECT DISTINCT ?human ?label WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P27 wd:Q29999 . ?human rdfs:label ?label . FILTER (LANG(?label) = \"nl\") . ?human ?sitelink ?page . FILTER (STRSTARTS(STR(?sitelink), \"http\")) } ORDER BY ?human", "paraphrases": ["Who are some people who are citizens of the Netherlands and have a Dutch-language Wikipedia page?", "List people with Dutch citizenship whose names appear in Dutch and who are linked to any Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q55> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29999> . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"nl\" ) ) ) . } ORDER BY DESC( ?var2 )"}}
{"id": "val_2796", "question": "What are the English or German Wikipedia pages for the film with IMDb ID tt2556874?", "sparql": "SELECT ?film ?wikipediaPage ?imdbId WHERE { ?film wdt:P345 ?imdbId . ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdbId = \"tt2556874\") }", "paraphrases": ["Show me the Wikipedia articles in English or German about the movie Plastic (2014), along with its IMDb identifier.", "Which language versions of Wikipedia have an article about the film identified by tt2556874?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2556874\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2797", "question": "What artworks were created by Shepard Fairey, and what are their images?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?image WHERE {\n  ?work wdt:P170 wd:Q1332698 .\n  OPTIONAL {\n    ?work wdt:P18 ?image .\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}", "paraphrases": ["Which creative works are attributed to Shepard Fairey, and what are their English titles and associated images?", "List the English-named artworks created by Shepard Fairey along with their images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q1332698> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2798", "question": "Which entity has https://www.buzzfeed.com as its official website?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P856 <https://www.buzzfeed.com> . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }", "paraphrases": ["What is the official website of BuzzFeed, and which other entities might use it?", "Can you list all items in Wikidata that are linked to the Buzzfeed website?"], "info": {"raw_sparql": "CONSTRUCT { ?var1 ?var2 ?var3 } WHERE { ?var1 ?var2 ?var3 . { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://buzzfeed.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://buzzfeed.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.buzzfeed.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.buzzfeed.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://buzzfeed.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://buzzfeed.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.buzzfeed.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.buzzfeed.com/> . } }"}}
{"id": "val_2799", "question": "Image of the person with SNAC ARK ID w6k35sz3", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6k35sz3\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6k35sz3?", "Show me the image of the entity identified by the SNAC ARK ID w6k35sz3."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6k35sz3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2800", "question": "What is the English Wikipedia page about Google, and what is its official website?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?wikipediaPage WHERE {\n  ?item wdt:P856 <https://google.com> .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n}", "paraphrases": ["Which Wikipedia articles are about entities that have google.com as their official website?", "Can you show me the English label and Wikipedia page for the entity whose official website is google.com?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.ipw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.ipw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ipw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ipw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ipw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ipw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ipw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ipw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ipw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ipw.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2801", "question": "List novelists with their birth and death dates, places of birth and death, burial places, and countries of citizenship.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?birthDate ?deathDate ?birthPlaceLabel ?deathPlaceLabel ?burialPlaceLabel ?citizenshipLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 wd:Q6625963 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" ) OPTIONAL {\n    ?human wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?human wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    ?human wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?human wdt:P20 ?deathPlace .\n    ?deathPlace rdfs:label ?deathPlaceLabel .\n    FILTER ( LANG( ?deathPlaceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?human wdt:P119 ?burialPlace .\n    ?burialPlace rdfs:label ?burialPlaceLabel .\n    FILTER ( LANG( ?burialPlaceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?human wdt:P27 ?citizenship .\n    ?citizenship rdfs:label ?citizenshipLabel .\n    FILTER ( LANG( ?citizenshipLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Who are some human novelists, and what are their birth dates, death dates, birthplaces, death places, burial places, and nationalities?", "Please provide a list of novelists including their names, dates of birth and death, places of birth and death, burial locations, and countries of citizenship, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P119> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var7 . } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q6625963> . } LIMIT 10000"}}
{"id": "val_2802", "question": "English and German Wikipedia pages for the film with IMDb ID tt1244659", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P345 \"tt1244659\" . ?wikipediaPage schema:about ?film . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"Extraordinary Measures\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt1244659."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1244659\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2803", "question": "Pablo Picasso artworks with their types and images", "sparql": "SELECT ?work ?workLabel ?typeLabel ?image WHERE { ?work wdt:P170 wd:Q5593 ; wdt:P18 ?image ; wdt:P31 ?type . ?work rdfs:label ?workLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What are the artworks created by Pablo Picasso, what type are they, and what images are associated with them?", "Show me a list of Pablo Picasso\u2019s creative works, including their classification (e.g., painting or sculpture) and their corresponding images on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5593> ; <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2804", "question": "Is the Spanish actor Jaume Sorribas i Garcia classified as a type of software?", "sparql": "ASK WHERE { wd:Q9011139 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Jaume Sorribas i Garcia belong to any class that is a subclass of software?", "Can a human actor be considered an instance of software through inheritance?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9011139> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2805", "question": "Publications where Arnold Schwarzenegger was an editor", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?statement ( SAMPLE( ?qualifier_value ) AS ?qualifier_sample ) WHERE {\n  ?statement ps:P98 wd:Q2685 .\n  ?publication p:P98 ?statement .\n  OPTIONAL {\n    ?qualifier wikibase:qualifier ?qualifier_property .\n    ?statement ?qualifier_property ?qualifier_value .\n  }\n}\nGROUP BY ?publication ?statement", "paraphrases": ["Which magazines did Arnold Schwarzenegger edit, and what qualifiers are associated with those editorial roles?", "List the publications Arnold Schwarzenegger edited and any additional information about his editorial roles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P98> <http://www.wikidata.org/entity/Q2685> . ?var1 <http://www.wikidata.org/prop/P98> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2806", "question": "Female humans born after 1921 with Bulgarian Wikipedia labels and no image, ranked by number of Wikipedia pages.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label(COUNT(?site) AS ?sitelinks) WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P569 ?birth ; rdfs:label ?label .\n  FILTER(?birth >= \"1921-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(LANG(?label) = \"bg\")\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  FILTER(! BOUND(?image))\n  ?site schema:about ?person ; schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?wiki) , \"https://\"))\n}\nGROUP BY ?person ?label\nORDER BY DESC(?sitelinks)\nLIMIT 10", "paraphrases": ["Who are the most well-known female humans born after 1921 who have a Bulgarian Wikipedia page but no image on Wikimedia Commons?", "List the top 10 female humans born after 1921 who have a Bulgarian label and no image, sorted by how many language versions of their Wikipedia page exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( ?var4 >= \"1921-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"bg\" ) ) ) . } } GROUP BY ?var1 ?var2 ?var3 ORDER BY DESC( ?var3 ) LIMIT 10"}}
{"id": "val_2807", "question": "Items in Mu.ZEE - Kunstmuseum aan Zee's collection and their inventory numbers.", "sparql": "SELECT ?item ?inventoryNumber WHERE { ?item wdt:P195 wd:Q1928672 . OPTIONAL { ?item wdt:P217 ?inventoryNumber . } }", "paraphrases": ["What items are in the Mu.ZEE - Kunstmuseum aan Zee collection, and what are their inventory numbers?", "List all artworks and objects held by Mu.ZEE - Kunstmuseum aan Zee along with their accession numbers, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1928672> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P217> ?var2 . } }"}}
{"id": "val_2808", "question": "Items in the Smithsonian American Art Museum collection with their English labels, Wikipedia pages, and images.", "sparql": "SELECT DISTINCT ?item ?itemLabel ?wikipediaPage (SAMPLE(?image) AS ?sampledImage)\nWHERE {\n  ?item wdt:P195 wd:Q1192305 .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?item ;\n                   schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nGROUP BY ?item ?itemLabel ?wikipediaPage\nLIMIT 500", "paraphrases": ["What artworks are in the Smithsonian American Art Museum's collection, and what are their English names, Wikipedia links, and images?", "Show me up to 500 items from the Smithsonian American Art Museum's collection, including their English titles, any associated Wikipedia pages, and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1192305> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 500"}}
{"id": "val_2809", "question": "American actors who died after 2000 and their number of film appearances, ranked by most active.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?actorLabel ?deathDate(COUNT(DISTINCT ?production) AS ?filmCount) WHERE {\n  ?actor wdt:P106 wd:Q33999 ; wdt:P570 ?deathDate ; wdt:P27 wd:Q30 .\n  ?production wdt:P161 ?actor .\n  FILTER(?deathDate >= \"2000-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  .\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n}\nGROUP BY ?actorLabel ?deathDate\nORDER BY DESC(?filmCount)", "paraphrases": ["Which American actors died after the year 2000, and how many movies or TV shows did each appear in?", "List American actors who passed away from 2000 onward, along with the count of productions they were in, sorted from highest to lowest number of appearances."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ( COUNT ( DISTINCT ?var4 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> ; <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P161> ?var1 . FILTER ( ( ( ?var3 >= \"2000-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"American\"@en ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ?var2 ?var3 ORDER BY DESC( ?var5 )"}}
{"id": "val_2810", "question": "Who were the people born in Ballan, Australia, and what are their birth and death dates?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q2738690 . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List humans born in Ballan, Victoria, along with their dates of birth and death.", "Can you tell me the names, birth dates, and death dates of people from Ballan?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2738690> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2811", "question": "Who are some writers born today, and what are their birth years and images?", "sparql": "SELECT ?person ?personLabel ?birthYear ?image WHERE { ?person wdt:P106 wd:Q36180 ; wdt:P569 ?birthDate ; wdt:P18 ?image . BIND(YEAR(?birthDate) AS ?birthYear) BIND(MONTH(NOW()) AS ?currentMonth) BIND(DAY(NOW()) AS ?currentDay) FILTER (MONTH(?birthDate) = ?currentMonth && DAY(?birthDate) = ?currentDay) FILTER (YEAR(?birthDate) > 1900 && YEAR(?birthDate) < 1990) ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list writers whose birthday is today, including their names, the year they were born, and a picture of them?", "Show me up to 10 writers born on the current date, with their English labels, birth years, and associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var5 ). BIND ( DAY ( NOW ( ) ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> ; <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . FILTER ( ( ( MONTH ( ?var2 ) = ?var5 ) && ( DAY ( ?var2 ) = ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl en\". } } LIMIT 10"}}
{"id": "val_2812", "question": "Humans described in the Sytin Military Encyclopedia without a cited source in Wikidata.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P1343 wd:Q4114391 . OPTIONAL { ?person p:P1343 [ ps:P1343 wd:Q4114391 ; pq:P248 ?source ] . } FILTER ( !BOUND(?source) ) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?personLabel)", "paraphrases": ["Which humans are mentioned in the Sytin Military Encyclopedia but lack a source citation in their Wikidata entries?", "List the English names of people who are described in the Sytin Military Encyclopedia but whose Wikidata entries do not specify which part of the encyclopedia they are from."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P1343> <http://www.wikidata.org/entity/Q4114391> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1343> <http://www.wikidata.org/entity/Q4114391> ; <http://www.wikidata.org/prop/P1343> [ <http://www.wikidata.org/prop/statement/P1343> <http://www.wikidata.org/entity/Q4114391> ; <http://www.wikidata.org/prop/qualifier/P248> ?var2 ] . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru, en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2813", "question": "Who are the people who work as both librarians and writers?", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q182436 . ?person wdt:P106 wd:Q36180 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["People with occupation librarian and writer.", "List all individuals whose professions include both being a librarian and a writer."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q182436> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36180> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2814", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0468569", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt0468569\"\n  }\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) FILTER ( regex( str( ?wikipedia_page ) , \"wikipedia\\\\.org\" ) )\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie \"The Dark Knight\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0468569."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0834952\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2815", "question": "Official website of MSC Cruises and its English and German Wikipedia pages.", "sparql": "SELECT ?itemLabel ?website ?description ?language WHERE { wd:Q663626 wdt:P856 ?website . ?description schema:about wd:Q663626 ; schema:inLanguage ?language . FILTER(?language IN (\"en\", \"de\")) . wd:Q663626 rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) IN (\"en\", \"de\")) }", "paraphrases": ["What is the official website of MSC Cruises, and what are its English and German-language descriptions?", "Show me the official website of MSC Cruises along with its associated English and German Wikipedia or Wikivoyage pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.msc-kreuzfahrten.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.msc-kreuzfahrten.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://msc-kreuzfahrten.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://msc-kreuzfahrten.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://msc-kreuzfahrten.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://msc-kreuzfahrten.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2816", "question": "People who work in Etruscology.", "sparql": "SELECT ?person WHERE { ?person wdt:P101 wd:Q1371704 . }", "paraphrases": ["Who are the scholars that specialize in Etruscology?", "List the individuals whose field of work is Etruscology, the study of ancient Etruscan civilization."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1371704> . }"}}
{"id": "val_2817", "question": "English or German Wikipedia page for the movie with IMDb ID tt3491962", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt3491962\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie \"Outlaws and Angels\"?", "Show me the Wikipedia articles in English or German about the movie identified by IMDb ID tt3491962."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3491962\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2818", "question": "List of humans with their English names and associated Wikipedia articles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?human ?humanLabel ?article WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?article schema:about ?human .\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Who are some humans, what are their English names, and which Wikipedia pages are about them?", "Show me up to 200 humans, their English labels, and the Wikipedia articles that mention them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://www.wikidata.org/entity/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 200"}}
{"id": "val_2819", "question": "People who are military historians or historians of the Modern Age", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?occupation ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 ?occupation .\n  FILTER(?occupation IN(wd:Q1493121 , wd:Q17489339))\n  .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["Who are the humans that have the occupation of military historian or historian of the Modern Age?", "List all people whose occupation is either military historian or historian of the Modern Age, along with their occupation labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q17123396> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2820", "question": "Product managers who work for Wikidata", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person p:P106 ?statement . ?statement ps:P106 wd:Q2552738 . ?statement pq:P642 wd:Q2013 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 20", "paraphrases": ["Who are the product managers associated with Wikidata?", "List people whose occupation as a product manager is specifically related to Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q2552738> . ?var2 <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q2013> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20"}}
{"id": "val_2821", "question": "What is the parent organization of FirstGroup plc?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?entityLabel ?parent ?parentLabel WHERE {\n  wd:Q1198156 rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) OPTIONAL {\n    wd:Q1198156 wdt:P361 ?parent .\n    ?parent rdfs:label ?parentLabel .\n    FILTER ( LANG( ?parentLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Is FirstGroup plc part of any larger company or group?", "Show me the label of FirstGroup plc and any organization it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q1198156> <http://www.wikidata.org/prop/direct/P361> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2822", "question": "People with Oxford Dictionary of National Biography ID but no Wikipedia page.", "sparql": "SELECT ?person ?personLabel ?odnbId WHERE { ?person wdt:P1415 ?odnbId . OPTIONAL { ?wikipediaPage schema:about ?person . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . } FILTER(!BOUND(?wikipediaPage)) ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which notable individuals have an ODNB ID but are not covered on English Wikipedia?", "List people who are in the Oxford Dictionary of National Biography but don\u2019t have an English Wikipedia article, along with their ODNB IDs and names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1415> ?var2 . OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . FILTER ( ( STRSTARTS ( ?var2 , \"101007\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2823", "question": "English or German Wikipedia page for movie with IMDb ID tt0110675", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0110675\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What is the English or German Wikipedia article for the film 'No Contest' (IMDb: tt0110675)?", "Show me the Wikipedia page in English or German for the movie identified by IMDb ID tt0110675."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0110675\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2824", "question": "Wikipedia page for movie with IMDb ID tt0119165 in English or German", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0119165\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0119165?", "Show me the Wikipedia page in English or German for the movie identified by IMDb ID tt0119165."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0119165\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2825", "question": "People with occupation civil engineering", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q77590 .}", "paraphrases": ["Who are the civil engineers listed on Wikidata?", "List all individuals whose profession is civil engineering."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q77590> . }"}}
{"id": "val_2826", "question": "How many people in Wikidata have an Oxford Dictionary of National Biography ID less than 55,000?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?person ) AS ?count ) WHERE {\n  ?person wdt:P1415 ?odnb_id .\n  FILTER ( xsd:integer ( ?odnb_id ) < 55000 )\n}", "paraphrases": ["What is the number of individuals assigned an ODNB ID below 55,000?", "Can you tell me how many biographical entries in the Oxford Dictionary of National Biography have IDs under 55,000?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1415> ?var3 . FILTER ( ( ( ?var3 < \"55000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_2827", "question": "Humans who are ethnically Jewish", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P172 wd:Q7325 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some Jewish people that are also human?", "List 10 individuals who are both human and belong to the Jewish ethnic group."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7325> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2828", "question": "Who are the writers who received the Bollingen Prize and have their archives at the Beinecke Rare Book & Manuscript Library?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?personLabel WHERE {\n  ?person wdt:P166 wd:Q194944 ; wdt:P485 wd:Q814779 ; wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Which poets have won the Bollingen Prize and donated their papers to Yale\u2019s Beinecke Library?", "Can you list the English-named recipients of the Bollingen Prize whose personal archives are held by the Beinecke Library?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q194944> . ?var1 <http://www.wikidata.org/prop/direct/P485> <http://www.wikidata.org/entity/Q814779> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2829", "question": "List of publicly traded companies", "sparql": "SELECT ?companyLabel WHERE { ?company wdt:P31 wd:Q891723 . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some examples of public companies?", "Show me the names of companies that are publicly listed on stock exchanges."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q891723> . } LIMIT 100"}}
{"id": "val_2830", "question": "What are publicly traded companies and what product or industry categories are they classified under in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?company ?companyLabel ?industryClass ?industryClassLabel WHERE {\n  ?company wdt:P31 wd:Q891723 .\n  ?company wdt:P279 ?industryClass .\n  ?company rdfs:label ?companyLabel .\n  ?industryClass rdfs:label ?industryClassLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" ) FILTER ( LANG( ?industryClassLabel ) = \"en\" )\n}\nLIMIT 10000", "paraphrases": ["Can you list the names of public companies along with the types of products or services they are associated with, based on Wikidata\u2019s subclass relationships?", "Show me publicly listed companies and the industry classes they are subclasses of, including their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q891723> . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } LIMIT 10000"}}
{"id": "val_2831", "question": "Who are the recipients of the Finnish State Prize for Literature?", "sparql": "SELECT DISTINCT ?winner (SAMPLE(?winnerLabel) AS ?label) WHERE { ?winner wdt:P31 wd:Q5 ; wdt:P166 wd:Q3197371 . ?winner rdfs:label ?winnerLabel . } GROUP BY ?winner", "paraphrases": ["Can you list the people who have won the Finnish State Prize for Literature?", "Which Finnish writers have been awarded the Finnish State Prize for Literature?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q3197371> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,ru,fr,es,it,ja,zh\". } }"}}
{"id": "val_2832", "question": "What are the UK companies registered with Companies House and their corresponding company IDs?", "sparql": "SELECT ?business ?companiesHouseId WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P2622 ?companiesHouseId . } LIMIT 100", "paraphrases": ["Can you list businesses in Wikidata that have a Companies House registration number?", "Show me a sample of UK businesses and their Companies House IDs from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P2622> ?var3 . } LIMIT 100"}}
{"id": "val_2833", "question": "People in the biographical dictionary \"Pioneers and Leaders in Library Services to Youth\" without images, sorted by birth year.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthDate WHERE {\n  ?person wdt:P1343 wd:Q33093746 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  } MINUS {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Who are the children's librarians listed in the book \"Pioneers and Leaders in Library Services to Youth\" that don't have photos, and when were they born?", "List the English names and birth dates of individuals featured in the biographical dictionary on children's librarianship, excluding those with Wikimedia Commons images, ordered from oldest to youngest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1343> <http://www.wikidata.org/entity/Q33093746> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_2834", "question": "Occupations of J\u00f3zef Paw\u0142owski", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q18170879 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["What are the occupations of the Polish actor J\u00f3zef Paw\u0142owski?", "List the professions of J\u00f3zef Paw\u0142owski, such as film actor or dub actor."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q18170879> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2835", "question": "Languages with their ISO 639-1 codes, Wikimedia codes, and latest number of speakers", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?language ?languageLabel ?iso_code ?wikimedia_code ?speakers WHERE {\n  ?language wdt:P31 wd:Q34770 .\n  OPTIONAL {\n    ?language wdt:P218 ?iso_code .\n  }\n  OPTIONAL {\n    ?language wdt:P424 ?wikimedia_code .\n  }\n  OPTIONAL {\n    ?language p:P1098 ?statement .\n    ?statement ps:P1098 ?speakers .\n    ?statement pq:P585 ?date .\n    FILTER(NOT EXISTS {\n      ?language p:P1098 ?otherStatement .\n      ?otherStatement pq:P585 ?otherDate .\n      FILTER(?otherDate > ?date)\n    })\n  }\n  ?language rdfs:label ?languageLabel .\n}", "paraphrases": ["What are the languages in the world, along with their ISO codes, Wikimedia codes, and the most recent estimated number of speakers?", "Show me all languages, their labels, ISO 639-1 and Wikimedia language codes, and if available, the latest number of speakers for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P424> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P218> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1098> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1081> ?var3 . ?var5 <http://www.wikidata.org/prop/qualifier/P585> ?var6 . } FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/P1098> / <http://www.wikidata.org/prop/qualifier/P585> ) ?var7 . FILTER ( ( ( ?var7 > ?var6 ) ) ) . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2836", "question": "Languages with their ISO 639-1 codes and number of speakers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?language ( SAMPLE( ?label ) AS ?languageLabel ) ?isoCode ?speakers WHERE {\n  ?language wdt:P31 wd:Q34770 .\n  OPTIONAL {\n    ?language wdt:P218 ?isoCode .\n  }\n  OPTIONAL {\n    ?language p:P1099 ?statement .\n    ?statement ps:P1099 ?speakers .\n  }\n  ?language rdfs:label ?label .\n}\nGROUP BY ?language ?isoCode ?speakers", "paraphrases": ["What are the names, ISO 639-1 codes, and estimated number of speakers for all human languages in Wikidata?", "List all human languages along with their two-letter ISO codes and how many people speak them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P424> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P218> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1098> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1081> ?var3 . ?var5 <http://www.wikidata.org/prop/qualifier/P585> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2837", "question": "Who are the people with the last name Washington?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P734 wd:Q2550388 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List all individuals whose family name is Washington.", "Can you show me the names of people who belong to the Washington family?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> \"Washington\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2838", "question": "American librarians born before 1800, their birth dates, birth places, and coordinates.", "sparql": "SELECT ?person ?personLabel ?birthDate ?birthPlace ?coordinates WHERE { ?person wdt:P106 wd:Q182436 . ?person wdt:P569 ?birthDate . ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P625 ?coordinates . ?person wdt:P27 wd:Q30 . FILTER ( YEAR(?birthDate) < 1800 ) } ORDER BY DESC(?birthDate)", "paraphrases": ["Who were American librarians born before 1800, and where and when were they born?", "List American librarians born before 1800 along with their birth locations and geographic coordinates, sorted from oldest to youngest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ?var5 <http://www.wikidata.org/entity/Q31790728> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( YEAR ( ?var2 ) < \"1800\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 )"}}
{"id": "val_2839", "question": "What are the English names of all organizations and their subclasses in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?organization ?label WHERE {\n  ?organization wdt:P31 / wdt:P279 * wd:Q43229 .\n  ?organization rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 10000", "paraphrases": ["List all organizations (including subtypes like governments and newspapers) with their English labels.", "Show me the English labels of entities that are either organizations or belong to a subclass of organization."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 10000"}}
{"id": "val_2840", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0092115?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0092115\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles about the film Troll (1986) in English and German languages.", "I'm looking for the Wikipedia links in English and German for the movie identified by IMDb code tt0092115."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0092115\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2841", "question": "List of companies in Wikidata", "sparql": "SELECT DISTINCT ?companyLabel WHERE { ?company wdt:P31 wd:Q783794 . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some examples of companies listed on Wikidata?", "Show me the names of companies that are registered in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2842", "question": "What is the image associated with the SNAC ARK ID w605995x?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w605995x\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image for the entity identified by SNAC ARK ID w605995x, if one exists.", "Does the fictional character Saul Goodman have an image on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w605995x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2843", "question": "Asymmetric business or sports partnerships where one party collaborates with another but not vice versa.", "sparql": "SELECT DISTINCT ?partner1 ?partner1Label ?partner2 ?partner2Label WHERE { ?partner1 (p:P1327 / ps:P1327) ?partner2 . MINUS { ?partner2 (p:P1327 / ps:P1327) ?partner1 . } ?partner1 rdfs:label ?partner1Label . ?partner2 rdfs:label ?partner2Label . FILTER(LANG(?partner1Label) = \"en\" || LANG(?partner1Label) = \"\") FILTER(LANG(?partner2Label) = \"en\" || LANG(?partner2Label) = \"\") } LIMIT 100", "paraphrases": ["Which pairs of entities have a one-way partnership in business or sport, such that A works with B but B does not work with A?", "Show me up to 100 examples of one-way professional collaborations, like engineers working with drivers or institutions partnering with agencies, where the collaboration is not mutual."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P1327> / <http://www.wikidata.org/prop/statement/P1327> ) ?var2 . MINUS { ?var2 ( <http://www.wikidata.org/prop/P1327> / <http://www.wikidata.org/prop/statement/P1327> ) ?var1 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_2844", "question": "What are the English and German Wikipedia or Wikiquote pages about the movie with IMDb ID tt0140379?", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0140379\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Show me links to Wikipedia and Wikiquote in English and German for the film A Midsummer Night\u2019s Dream (1999).", "Which language versions of Wikipedia and Wikiquote are linked to the IMDb entry tt0140379?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0140379\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2845", "question": "Alternative names for organizations and their types", "sparql": "SELECT ?organization ?altLabel WHERE { ?organization (wdt:P31/wdt:P279*) wd:Q43229 . ?organization skos:altLabel ?altLabel . } LIMIT 100", "paraphrases": ["What are the alternative names for organizations and their subclasses in Wikidata?", "List all organizations and their alternative labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . } OFFSET 0 LIMIT 100"}}
{"id": "val_2846", "question": "What English and German language pages are about the movie with IMDb ID tt0048261?", "sparql": "SELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0048261\" .\n  ?page schema:about ?movie .\n  VALUES ?lang { \"en\" \"de\" }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["Which Wikipedia or Wikiquote pages in English or German are related to the film \"Kiss Me Deadly\"?", "Show me all language-specific pages (in English or German) linked to the movie \"Kiss Me Deadly\" via its IMDb ID tt0048261."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0048261\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2847", "question": "How many companies are listed in Wikidata?", "sparql": "SELECT (COUNT(*) AS ?count) WHERE { ?company wdt:P31 wd:Q783794 . }", "paraphrases": ["What is the total number of entities classified as companies in Wikidata?", "Count the number of companies in Wikidata."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q783794> . }"}}
{"id": "val_2848", "question": "Wikipedia pages in English or German about the movie with IMDb ID tt3164256.", "sparql": "SELECT ?movie ?wiki_page WHERE { ?movie wdt:P345 \"tt3164256\" . ?wiki_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wiki_page schema:inLanguage ?lang .}", "paraphrases": ["What are the English and German Wikipedia pages about the movie \"Rock the Kasbah\"?", "Show me the English and German language Wikipedia pages related to the film identified by IMDb ID tt3164256."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3164256\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2849", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt5698568?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt5698568\" .\n  {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt5698568 on IMDb.", "Which Wikipedia pages in English or German discuss the movie with IMDb identifier tt5698568?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5698568\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2850", "question": "What are the English and German language pages about the movie \"Flight\" (2012) on Wikipedia and related sites?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page ?imdbId WHERE {\n  VALUES(?imdbId) {(\"tt1907668\")\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English or German for the movie with IMDb ID tt1907668.", "Which language versions of pages about the film \"Flight\" are available on Wikimedia projects?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1907668\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2851", "question": "Actors from the United States who won the Best Actor Oscar and were born after 1960", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?actor ?actorLabel ?birthDate ?birthYear ?country WHERE {\n  ?actor wdt:P31 wd:Q5 ; wdt:P106 wd:Q33999 ; wdt:P27 wd:Q30 ; wdt:P569 ?birthDate ; p:P166 ?awardStmt .\n  ?awardStmt ps:P166 wd:Q103916 .\n  BIND(YEAR(?birthDate) AS ?birthYear)\n  BIND(wd:Q30 AS ?country)\n  FILTER(?birthYear > 1960)\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n}\nLIMIT 500", "paraphrases": ["Which American actors have won the Academy Award for Best Actor and were born after 1960?", "List the names, birth years, and birth dates of American actors who received the Oscar for Best Actor and were born after 1960."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( YEAR ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> ; <http://www.wikidata.org/prop/direct/P27> ?var4 ; <http://www.wikidata.org/prop/direct/P569> ?var2 ; <http://www.wikidata.org/prop/P166> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q103916> . FILTER ( ( ( YEAR ( ?var2 ) > \"1960\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 500"}}
{"id": "val_2852", "question": "Is \"The Sea Monster\" by Albrecht D\u00fcrer considered an artificial physical object?", "sparql": "ASK WHERE { wd:Q7762767 wdt:P31/wdt:P279* wd:Q8205328 . }", "paraphrases": ["Does the artwork \"The Sea Monster\" belong to a class that is a subclass of artificial physical objects?", "Is \"The Sea Monster\" an instance of something that is ultimately a type of human-made object?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q7762767> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2853", "question": "What English and German-language pages on Wikipedia, Wikiquote, or Commons are about the movie Cars (IMDb ID: tt0317219)?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0317219\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the language-specific web pages related to the film Cars that are in English or German.", "Which articles or categories about the movie Cars are available in English or German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0317219\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2854", "question": "Who are the actors born in Germany?", "sparql": "SELECT ?actor WHERE { ?actor wdt:P106 wd:Q33999 ; wdt:P19 wd:Q183 . }", "paraphrases": ["List all people whose occupation is actor and who were born in Germany.", "Show me the entities that are actors and have Germany as their place of birth."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q808746> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2855", "question": "What are the English and German Wikipedia or Wikiquote pages for the movie with IMDb ID tt0388419?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?link WHERE {\n  VALUES ?imdbId {\n    \"tt0388419\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?link schema:about ?movie .\n  ?link schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" ) )\n}", "paraphrases": ["Can you show me the language-specific links for the movie \"Christmas with the Kranks\" in English and German?", "Which language versions of Wikipedia or Wikiquote are available for the film identified by tt0388419?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0388419\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2856", "question": "Who are the actors born in Germany?", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q33999 ; wdt:P19 wd:Q183 . }", "paraphrases": ["List all people whose occupation is actor and place of birth is Germany.", "Show me individuals from Germany who work as actors."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2268804> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2857", "question": "What English and German language pages are linked to the movie Hoosiers (IMDb ID: tt0091217)?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0091217\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Find the Wikipedia and Wikiquote articles in English and German about the film Hoosiers.", "Which language versions of pages about Hoosiers (IMDb: tt0091217) are available in English or German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0091217\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2858", "question": "Is the ancient Greek sculptor Polyidus classified as an artifact or a human-made object?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q21618364 wdt:P31 / wdt:P279 * wd:Q8205328 .\n}", "paraphrases": ["Does Polyidus, the ancient Greek sculptor, belong to a class that is a subclass of artificial physical objects?", "Confirm whether Polyidus is considered an artificial physical object based on his Wikidata classification."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21618364> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2859", "question": "Actors born in Germany", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P106 wd:Q33999 ; wdt:P19 / wdt:P131 * wd:Q183 .\n}", "paraphrases": ["Who are the actors that were born in Germany?", "List all people whose occupation is actor and who were born in Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q21061145> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2860", "question": "Who were the suffragettes?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q322170 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Which individuals had the occupation of suffragette?", "List the English names of people who were suffragettes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q322170> . }"}}
{"id": "val_2861", "question": "Spanish people who have received awards and their award names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?awardLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q29 .\n  ?person wdt:P166 ?award .\n  ?person rdfs:label ?personLabel .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?awardLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Which Spanish citizens have received awards, and what are the names of those awards?", "List the names of Spanish individuals and the awards they have received, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 250000"}}
{"id": "val_2862", "question": "How many humans have the occupation of teacher?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?human ) AS ?count ) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 wd:Q37226 .\n}", "paraphrases": ["What is the total number of people who work as teachers?", "Count the number of individuals whose profession is teaching."], "info": {"raw_sparql": "SELECT DISTINCT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/entity/Q28640> <http://www.wikidata.org/entity/Q37226> . } LIMIT 10"}}
{"id": "val_2863", "question": "What Wikipedia and Wikiquote pages in English or German are about the movie with IMDb ID tt0103074?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0103074\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } . ?page schema:inLanguage ?lang . }", "paraphrases": ["Show me the language-specific pages (English or German) for the film *Thelma & Louise* as identified by its IMDb ID.", "Which language versions of Wikipedia or Wikiquote have articles about the movie *Thelma & Louise* (IMDb: tt0103074)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0103074\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2864", "question": "Is \"A Papal Procession in Piazza San Pietro in Rome\" classified as an artificial physical object in Wikidata?", "sparql": "PREFIX hint: <http://www.bigdata.com/queryHints#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q20392232 ( wdt:P31 / wdt:P279 * ) wd:Q8205328 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Is the painting \"A Papal Procession in Piazza San Pietro in Rome\" an instance of or subclass of an artificial physical object?", "Does the hierarchy of \"A Papal Procession in Piazza San Pietro in Rome\" include artificial physical objects?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q20392232> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2865", "question": "Pages in English or German about the film with IMDb ID tt0023622.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?page WHERE {\n  ?film wdt:P345 \"tt0023622\" .\n  ?page schema:about ?film .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What Wikipedia, Wikiquote, or Commons pages in English or German are about the film \"Trouble in Paradise\" (1932)?", "Show me all English and German language pages linked to the film \"Trouble in Paradise\" (IMDb: tt0023622)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0023622\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2866", "question": "What is the source and URL cited for Albert Einstein receiving the Nobel Prize in Physics?", "sparql": "SELECT ?source ?url WHERE { wd:Q937 p:P166 ?statement . ?statement ps:P166 wd:Q38104 . ?statement prov:wasDerivedFrom ?ref . ?ref pr:P123 ?source . ?ref pr:P854 ?url . }", "paraphrases": ["Where can I find the official reference for Einstein\u2019s 1921 Nobel Prize in Physics award?", "Show me the publisher and web link used as a source for the claim that Albert Einstein won the Nobel Prize in Physics."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/80a5082c3f37d9800611666136624acdef3dfb23> ?var1 ?var2 . }"}}
{"id": "val_2867", "question": "Image of Birgit Cullberg using her SNAC ARK ID (w67w6f4d)", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w67w6f4d\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with Birgit Cullberg\u2019s SNAC ARK ID?", "Show me the picture of Birgit Cullberg identified by the SNAC ARK ID w67w6f4d."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67w6f4d\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2868", "question": "Image of Richard Yates (SNAC ARK ID w64m9m04)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w64m9m04\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Is there an image available for Richard Yates in Wikidata, identified by the SNAC ARK ID w64m9m04?", "Show me the Wikimedia Commons image linked to Richard Yates, whose SNAC ARK ID is w64m9m04."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64m9m04\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2869", "question": "Is Klaus Kinski an actor who was born in Germany?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q3324470 wdt:P106 wd:Q1028181 ; wdt:P19 wd:Q727 .\n}", "paraphrases": ["Did Klaus Kinski work as an actor and have Germany as his place of birth?", "Can we confirm that Klaus Kinski's profession is actor and his birthplace is Germany?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q3324470> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2870", "question": "Is Stanis\u0142aw Kruk a software engineer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q21290716 wdt:P106 ?occ .\n  ?occ wdt:P279 * wd:Q1709010 .\n}", "paraphrases": ["Does Stanis\u0142aw Kruk have the occupation of software engineer?", "Check whether Stanis\u0142aw Kruk is classified as a software engineer based on his occupation."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21290716> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2871", "question": "Actors born in Germany", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q33999 ; wdt:P19 wd:Q727 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the actors that were born in Germany?", "List the names of actors from Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q24188950> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2872", "question": "Image of Heinrich Schliemann using his SNAC ARK ID w6pc3gvz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6pc3gvz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Heinrich Schliemann in Wikidata, given his SNAC ARK ID is w6pc3gvz?", "Show me the Wikimedia Commons image of the person identified by the SNAC ARK ID w6pc3gvz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pc3gvz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2873", "question": "Who are the actors born in Germany?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor WHERE {\n  ?actor wdt:P106 wd:Q1028181 ; wdt:P19 wd:Q727 .\n}", "paraphrases": ["Actors from Germany", "List all people who are actors and were born in Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q314567> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2874", "question": "Image of Jan Bach with SNAC ARK ID w6ms639w", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ms639w\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of the person with SNAC ARK ID w6ms639w?", "Show me the image associated with the SNAC ARK ID w6ms639w."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ms639w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2875", "question": "Categories that the Bambi Award belongs to, including parent categories", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q630018 wdt:P31 ?type . ?type wdt:P279* ?subclass . }", "paraphrases": ["What are all the classes that the Bambi Award is a part of through inheritance?", "List all the superclasses of the types the Bambi Award is an instance of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q630018> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_2876", "question": "Top 1000 film actors with the most awards received, ranked by number of awards.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor ?actorLabel ?awardCount WHERE {\n  {\n    SELECT ?actor ( COUNT( DISTINCT ?award ) AS ?awardCount ) WHERE {\n      ?actor wdt:P106 wd:Q10800557 .\n      ?actor wdt:P166 ?award .\n    }\n    GROUP BY ?actor\n  }\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nORDER BY DESC ( ?awardCount )\nLIMIT 1000", "paraphrases": ["Which film actors have won the most awards, and how many awards have they won?", "Show me the 1000 film actors who have received the highest number of awards, along with their names and award counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var3 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2877", "question": "Who are the actors born in Germany?", "sparql": "SELECT ?actor WHERE { ?actor wdt:P106 wd:Q1734662 ; wdt:P19 wd:Q727 . }", "paraphrases": ["Actors from Germany by occupation.", "List all people who are actors and were born in Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2144301> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2878", "question": "Image of Genevieve Foster (SNAC ARK ID w6ks6x9h)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6ks6x9h\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Genevieve Foster, whose SNAC ARK ID is w6ks6x9h?", "Show me the Wikimedia Commons image associated with the person having SNAC ARK ID w6ks6x9h."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ks6x9h\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2879", "question": "Actors born in Germany", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ( STR( ?itemLabel ) AS ?label ) WHERE {\n  ?item wdt:P106 wd:Q33999 ; wdt:P19 wd:Q183 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANGMATCHES( LANG( ?itemLabel ) , \"en\" ) )\n}", "paraphrases": ["Who are the actors that were born in Germany?", "List the English names of all people who are actors and were born in Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q29575132> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_2880", "question": "Top countries by number of awards won by deceased actors", "sparql": "SELECT ?var1Label (COUNT(?award) AS ?awardCount) WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q33999 . ?actor wdt:P166 ?award . ?actor wdt:P27 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } GROUP BY ?var1Label ORDER BY DESC(?awardCount)", "paraphrases": ["Which countries have produced the most award-winning deceased actors, and how many awards did they win?", "Show me a list of countries with the number of awards received by their deceased actors, sorted from highest to lowest."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var3 <http://www.wikidata.org/prop/direct/P166> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P27> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label"}}
{"id": "val_2881", "question": "Which countries have the most living actors who have won awards?", "sparql": "SELECT ?countryLabel ( COUNT( * ) AS ?count ) WHERE { ?actor wdt:P106 wd:Q33999 . ?actor wdt:P166 ?award . ?actor wdt:P27 ?country . FILTER ( NOT EXISTS { ?actor wdt:P570 [] } ) . ?country rdfs:label ?countryLabel . FILTER ( LANG( ?countryLabel ) = \"en\" ) } GROUP BY ?countryLabel ORDER BY DESC ( ?count )", "paraphrases": ["How many living actors with awards are from each country, and which country has the highest number?", "List the countries ranked by the number of living actors who have received awards, starting with the highest."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var3 <http://www.wikidata.org/prop/direct/P166> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P27> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var5 . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var6 . } ) ) . } GROUP BY ?var1Label ORDER BY DESC( ?var2 )"}}
{"id": "val_2882", "question": "Writers from China and their other occupations", "sparql": "SELECT ?person ?personLabel ?occupation ?occupationLabel WHERE { ?person wdt:P106 wd:Q36180 ; wdt:P27 wd:Q148 ; wdt:P106 ?occupation . ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["What are all the occupations of people who are writers and citizens of China?", "List all the jobs held by Chinese writers, including writing itself."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q148> . } ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_2883", "question": "English and German pages about the movie with IMDb ID tt0263488", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0263488\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German language pages are about the movie \"Jeepers Creepers\" (IMDb: tt0263488)?", "Show me the Wikipedia and Wikiquote pages in English and German for the film with IMDb ID tt0263488."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0263488\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2884", "question": "List organizations and projects with RSS or Atom web feeds.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?feedUrl WHERE {\n  ?item wdt:P1019 ?feedUrl .\n}\nLIMIT 100", "paraphrases": ["Which entities on Wikidata have a web feed URL (RSS, Atom, etc.)?", "Show me the items and their corresponding web feed URLs from Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1019> ?var2 . } } LIMIT 10000000"}}
{"id": "val_2885", "question": "Notable humans with images from Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human ?humanLabel ?image WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P106 ?occupation .\n  VALUES ?occupation {\n    wd:Q33999 wd:Q901 wd:Q82955 wd:Q36180 wd:Q12291 wd:Q10800559 wd:Q131787\n  }\n  OPTIONAL {\n    ?human wdt:P18 ?image .\n  }\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some well-known people like actors, scientists, or politicians that have photos on Wikimedia Commons?", "Show me up to 100 notable humans with their English names and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2886", "question": "Female writers born between 1601 and 1700 with French labels, BnF IDs, and images on Wikimedia Commons.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?writer ?label ?bnfUrl ?image WHERE {\n  ?writer wdt:P21 wd:Q6581072 .\n  ?writer wdt:P106 wd:Q36180 .\n  ?writer wdt:P268 ?bnfId .\n  ?writer wdt:P569 ?birthDate .\n  ?writer wdt:P18 ?image .\n  ?writer rdfs:label ?label .\n  FILTER(YEAR(?birthDate) >= 1601 && YEAR(?birthDate) <= 1700)\n  FILTER(LANG(?label) = \"fr\")\n  BIND(CONCAT(\"https://catalogue.bnf.fr/ark:/12148/cb\" , ?bnfId) AS ?bnfUrl)\n}\nORDER BY ASC(?writer)", "paraphrases": ["Who are the female writers born in the 17th century who have a French Wikipedia label, a Biblioth\u00e8que nationale de France identifier, and a portrait on Wikimedia Commons?", "Please list the French names, BnF URLs, and images of female writers born between 1601 and 1700."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( CONCAT ( \"string1\", STR ( ?var3 ) ) AS ?var4 ) ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P268> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( YEAR ( ?var6 ) >= \"1601\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( YEAR ( ?var6 ) <= \"1700\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_2887", "question": "List people with their gender and occupation in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?genderLabel ?occupationLabel WHERE {\n  ?person wdt:P21 ?gender .\n  ?person wdt:P106 ?occupation .\n  ?person rdfs:label ?personLabel .\n  ?gender rdfs:label ?genderLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?genderLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n  ?occupation wdt:P279 * wd:Q12737077 .\n}\nLIMIT 40000", "paraphrases": ["Who are some people, what is their gender, and what is their occupation according to Wikidata?", "Show me a list of people, including their gender and occupation, with all labels in English, where the occupation is a recognized profession."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 40000"}}
{"id": "val_2888", "question": "Actors born in February with their birth dates and English names.", "sparql": "SELECT ?actor ?actorLabel ?birthDate WHERE { ?actor wdt:P106 wd:Q33999 . ?actor wdt:P569 ?birthDate . ?actor rdfs:label ?actorLabel . FILTER (LANG(?actorLabel) = \"en\") . FILTER (MONTH(?birthDate) = 2) } LIMIT 10", "paraphrases": ["Who are some actors born in February, and what are their names and birth dates?", "List up to 10 English-named actors who were born in February, along with their birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data.linkedmdb.org/resource/movie/actor> . ?var1 <http://www.w3.org/2002/07/owl#sameAs> ?var2 . SERVICE <http://dbpedia.org/sparql> { ?var2 <http://dbpedia.org/property/name> ?var3 . ?var2 <http://dbpedia.org/property/dateOfBirth> ?var4 . } FILTER ( ( ( MONTH ( ?var4 ) = \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 10"}}
{"id": "val_2889", "question": "What are all the superclass categories (in German) of the class that the German Democratic Republic belongs to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass ?superclassLabel WHERE {\n  wd:Q16957 wdt:P31 ?instanceClass .\n  ?instanceClass wdt:P279 * ?superclass .\n  ?superclass rdfs:label ?superclassLabel .\n  FILTER ( LANG( ?superclassLabel ) = \"de\" )\n}", "paraphrases": ["German labels of all superclasses of the class of the German Democratic Republic.", "Show me the German-language terms for all broader categories that include the German Democratic Republic, based on its classification hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q16957> ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } ?var1 <http://schema.org/name> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . }"}}
{"id": "val_2890", "question": "What medical devices are located in the vagina?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  ?item wdt:P276 wd:Q5880 .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the English names of items that are placed in the vagina?", "Please list the English labels of objects that have the vagina as their location."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q5880> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . }"}}
{"id": "val_2891", "question": "Templates used for humans with qualifier properties", "sparql": "SELECT ?template ?statement (SAMPLE(?qualifier) AS ?qualifier_property) WHERE { ?template p:P1423 ?statement . ?statement ps:P1423 wd:Q5 . ?statement ?qualifier ?value . FILTER(STRSTARTS(STR(?qualifier), \"http://www.wikidata.org/prop/qualifier/\")) } GROUP BY ?template ?statement LIMIT 101", "paraphrases": ["Which templates about humans have qualifier properties, and what are they?", "Show me the qualifier properties used on templates that describe humans."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1423> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P1423> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2892", "question": "Newspapers with their geographic coordinates and English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?newspaper ?coordinates ?label WHERE {\n  ?newspaper wdt:P31 wd:Q11032 .\n  ?newspaper wdt:P625 ?coordinates .\n  ?newspaper rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the names, locations, and English labels of all newspapers listed in Wikidata?", "Show me a list of newspapers (as instances of newspaper) along with their coordinates and English-language labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11032> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_2893", "question": "Members of the National Academy of Medicine (France) born after 1930, their occupations, native names, and publications where the author is listed by their native name or English name.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?member ?memberLabel ?occupationLabel ?nativeName ?publicationByNativeName ?publicationByLabel WHERE {\n  ?member wdt:P3956 ?memberId .\n  ?member wdt:P106 ?occupation .\n  ?member wdt:P569 ?birthDate .\n  FILTER(YEAR(?birthDate) > 1930)\n  ?member rdfs:label ?memberLabel .\n  FILTER(LANG(?memberLabel) = \"en\")\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n  OPTIONAL {\n    ?member wdt:P1559 ?nativeName .\n    BIND(STR(?nativeName) AS ?nativeNameStr)\n    ?publicationByNativeName wdt:P2093 ?nativeNameStr .\n  }\n  OPTIONAL {\n    BIND(STR(?memberLabel) AS ?memberLabelStr)\n    ?publicationByLabel wdt:P2093 ?memberLabelStr .\n  }\n}\nLIMIT 10", "paraphrases": ["Which members of the National Academy of Medicine (France), born after 1930, have publications where the author is named either in their native language or in English?", "Show me French National Academy of Medicine members born after 1930, along with their occupations, native names, and any publications that list them as authors using either their native name or English name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var1Label ?var3 ?var6 ?var4 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3956> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . OPTIONAL { BIND ( STR ( ?var3 ) AS ?var8 ). ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P2093> ?var8 . } ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . FILTER ( ( ( YEAR ( ?var6 ) > \"1930\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } } OPTIONAL { BIND ( STR ( ?var1Label ) AS ?var9 ). ?var5 <http://www.wikidata.org/prop/direct/P2093> ?var9 . } }"}}
{"id": "val_2894", "question": "Who are the humans that are activists?", "sparql": "SELECT ?personLabel WHERE { ?person wdt:P106 wd:Q15253558 . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10000", "paraphrases": ["List of English-named human activists.", "Can you provide a list of all known human activists with English labels?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q15253558> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000 OFFSET 0"}}
{"id": "val_2895", "question": "List of all businesses in Wikidata", "sparql": "SELECT ?business ?businessLabel WHERE { ?business wdt:P31 wd:Q4830453 . ?business rdfs:label ?businessLabel . FILTER(LANG(?businessLabel) = \"en\") }", "paraphrases": ["What are some examples of businesses in Wikidata?", "Show me the names of all entities classified as businesses in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . }"}}
{"id": "val_2896", "question": "Who is the tallest child of Peter Jefferson?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?child WHERE {\n  ?child wdt:P2048 ?height .\n  wd:Q3376670 wdt:P40 ?child .\n}\nORDER BY DESC(?height)\nLIMIT 9", "paraphrases": ["List the children of Peter Jefferson sorted by their height in descending order.", "What are the children of Peter Jefferson, ordered from tallest to shortest?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2048> ?var2 . <http://www.wikidata.org/entity/Q3376670> <http://www.wikidata.org/prop/direct/P40> ?var1 . } ORDER BY DESC( ?var2 ) LIMIT 9"}}
{"id": "val_2897", "question": "What is the image of the person with SNAC ARK ID w6b86s5q?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6b86s5q\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Show the Wikimedia Commons image associated with the SNAC record w6b86s5q.", "Can you find the portrait image of Chana Orloff using her SNAC ARK ID?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b86s5q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2898", "question": "Spanish-language websites and their subclasses on Wikidata", "sparql": "SELECT DISTINCT ?label WHERE { ?website wdt:P31/wdt:P279* wd:Q35127 ; rdfs:label ?label . FILTER (LANG(?label) = \"es\") }", "paraphrases": ["What are the names of websites and their subclasses in Spanish?", "List all websites and their subclasses with Spanish labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q35127> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_2899", "question": "People who won or were nominated for the Nobel Prize in Chemistry, along with their birth dates and places of birth.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?person ?personLabel ?birthYear ?birthMonth ?birthDay ?birthPlaceLabel WHERE {\n  {\n    ?person p:P166 ?awardStmt .\n    ?awardStmt ps:P166 wd:Q44585 .\n  } UNION {\n    ?person p:P1411 ?nomStmt .\n    ?nomStmt ps:P1411 wd:Q44585 .\n  }\n  ?person wdt:P569 ?birthDate .\n  BIND( YEAR( ?birthDate ) AS ?birthYear ) BIND( MONTH( ?birthDate ) AS ?birthMonth ) BIND( DAY( ?birthDate ) AS ?birthDay ) OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people that received or were nominated for the Nobel Prize in Chemistry, and when and where were they born?", "List all recipients and nominees of the Nobel Prize in Chemistry with their year, month, and day of birth, and their birthplace if known."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 )( MONTH ( ?var2 ) AS ?var4 )( DAY ( ?var2 ) AS ?var5 )( \"00\" AS ?var6 )( \"00\" AS ?var7 )( \"00\" AS ?var8 )( \"00N00\" AS ?var9 )( \"00W00\" AS ?var10 )( ?var1Label AS ?var11 ) ?var12Label WHERE { { ?var1 <http://www.wikidata.org/prop/P166> ?var13 . ?var13 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q44585> . } UNION { ?var1 <http://www.wikidata.org/prop/P1411> ?var13 . ?var13 <http://www.wikidata.org/prop/statement/P1411> <http://www.wikidata.org/entity/Q44585> . } ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var12 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2900", "question": "People who received a science award and served as legislators.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?personLabel ?person ?awardLabel ?positionLabel WHERE {\n  ?person wdt:P166 ?award .\n  ?award ( wdt:P31 / wdt:P279 * ) wd:Q11448906 .\n  ?person wdt:P39 ?position .\n  ?position ( wdt:P31 / wdt:P279 * ) wd:Q4175034 .\n  ?person rdfs:label ?personLabel .\n  ?award rdfs:label ?awardLabel .\n  ?position rdfs:label ?positionLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?awardLabel ) = \"en\" ) FILTER ( LANG( ?positionLabel ) = \"en\" )\n}", "paraphrases": ["Which individuals have been awarded a science prize and held a legislative office?", "List the names of scientists who received a scientific award and were members of a legislature."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11448906> . ?var1 <http://www.wikidata.org/prop/direct/P39> ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4175034> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2901", "question": "Who are the female engineers that are citizens of France?", "sparql": "SELECT ?person WHERE { ?person wdt:P21 wd:Q6581072 . ?person wdt:P27 wd:Q142 . ?person wdt:P106 wd:Q81096 . }", "paraphrases": ["List all women working as engineers in France.", "Find French female engineers by name."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q81096> . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . }"}}
{"id": "val_2902", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0095687?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0095687\" . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0095687 on IMDb.", "Which Wikipedia pages in English and German discuss the movie My Stepmother Is an Alien?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0095687\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2903", "question": "Works authored by Charles de Gaulle", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?work ?workLabel ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  ?work p:P50 ?statement .\n  ?statement ps:P50 wd:Q2042 .\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier true .\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?statement\nLIMIT 10", "paraphrases": ["What books or writings did Charles de Gaulle author?", "List the works written by Charles de Gaulle, along with their English titles and any additional details about the authorship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P50> <http://www.wikidata.org/entity/Q2042> . ?var1 <http://www.wikidata.org/prop/P50> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2904", "question": "What is the image of the person with SNAC ARK ID w6f6004q?", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f6004q\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Wikimedia Commons image for William A. Schnader?", "Does the individual identified by the SNAC ARK ID w6f6004q have an associated image on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6f6004q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2905", "question": "What are the most common official languages and countries of citizenship among religious figures documented on the Italian Wikipedia?", "sparql": "SELECT DISTINCT ?language ?country (COUNT(?person) AS ?count)\nWHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 ?country .\n  ?country wdt:P37 ?language .\n  ?person (wdt:P106/wdt:P279*) wd:Q4504549 .\n  ?article schema:isPartOf <https://it.wikipedia.org/> ;\n           schema:about ?person .\n}\nGROUP BY ?language ?country\nORDER BY DESC(?count)", "paraphrases": ["How many religious figures on the Italian Wikipedia are citizens of each country, grouped by the country\u2019s official language?", "Which countries and their official languages have the highest number of religious figures with Wikipedia articles in Italian?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var4 <http://www.wikidata.org/prop/direct/P27> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P37> ?var1 . ?var4 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4504549> . ?var5 <http://schema.org/isPartOf> <https://it.wikipedia.org/> ; <http://schema.org/about> ?var4 . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )"}}
{"id": "val_2906", "question": "People from Dinan with French Wikipedia pages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?personLabel WHERE {\n  {\n    wd:Q201311 ?p ?person .\n  } UNION {\n    ?person ?p wd:Q201311 .\n  }\n  ?person wdt:P31 wd:Q5 .\n  ?wikipedia schema:about ?person .\n  ?wikipedia schema:isPartOf <https://fr.wikipedia.org/> .\n  ?person rdfs:label ?personLabel\n  FILTER ( LANG( ?personLabel ) = 'fr' )\n}", "paraphrases": ["Who are the notable humans associated with Dinan, France, that have articles on the French Wikipedia?", "List the French-language Wikipedia names of all humans connected to Dinan."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { { <http://www.wikidata.org/entity/Q201311> ?var2 ?var1 . } UNION { ?var1 ?var2 <http://www.wikidata.org/entity/Q201311> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_2907", "question": "List all businesses and their names in Wikidata.", "sparql": "SELECT ?business ?businessLabel WHERE { ?business (wdt:P31/wdt:P279*) wd:Q4830453 . ?business rdfs:label ?businessLabel . FILTER(LANG(?businessLabel) = \"en\") }", "paraphrases": ["What are the names of all companies and organizations classified as businesses in Wikidata?", "Show me the English labels of all entities that are businesses or subclasses of businesses in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } }"}}
{"id": "val_2908", "question": "French-speaking female, trans, or intersex writers, authors, or poets born between 1940 and 2004, with a BnF ID and French Wikipedia articles, ranked by article count.", "sparql": "SELECT DISTINCT ?name ?countryName ?bnfId ?birthYear ?deathYear (COUNT(DISTINCT ?article) AS ?articleCount)\nWHERE {\n  VALUES ?occupation { wd:Q36180 wd:Q482980 wd:Q49757 }\n  VALUES ?language { wd:Q150 wd:Q1473289 }\n  VALUES ?gender { wd:Q6581072 wd:Q1052281 wd:Q2449503 wd:Q1097630 }\n\n  ?person wdt:P106 ?occupation .\n  ?person wdt:P27 ?country .\n  ?person wdt:P268 ?bnfId .\n  ?person wdt:P1412 ?language .\n  ?person wdt:P21 ?gender .\n\n  OPTIONAL { ?person wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) }\n  OPTIONAL { ?person wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) }\n  OPTIONAL { ?person rdfs:label ?name . FILTER(LANG(?name) = \"fr\") }\n  OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"fr\") }\n  BIND(COALESCE(?countryLabel, ?country) AS ?countryName)\n\n  ?article schema:about ?person ;\n           schema:isPartOf <https://fr.wikipedia.org/> .\n\n  FILTER(\n    ?birthYear >= 1940 &&\n    ?birthYear <= 2004 &&\n    (?deathYear >= 1970 || !BOUND(?deathYear))\n  )\n}\nGROUP BY ?name ?countryName ?bnfId ?birthYear ?deathYear\nORDER BY DESC(?articleCount)\nLIMIT 100", "paraphrases": ["Who are the French-language writers, authors, or poets who identify as female, trans woman, trans man, or intersex, were born between 1940 and 2004, and have the most French Wikipedia articles?", "List French-named writers, authors, or poets from France, Canada, or other countries who are female, trans, or intersex, were born between 1940 and 2004, are still alive or died after 1970, and have French Wikipedia pages \u2014 sorted by how popular their pages are."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ( COUNT ( DISTINCT ?var6 ) AS ?var7 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q482980> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q49757> . } ?var8 <http://www.wikidata.org/prop/direct/P27> ?var9 . ?var8 <http://www.wikidata.org/prop/direct/P268> ?var3 . { ?var8 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q150> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q1473289> . } { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1097630> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1052281> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q2449503> . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P569> ?var10 . } BIND ( YEAR ( ?var10 ) AS ?var4 ). OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P570> ?var11 . } BIND ( YEAR ( ?var11 ) AS ?var5 ). ?var6 <http://schema.org/about> ?var8 . OPTIONAL { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fr\" ) ) ) . } OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } FILTER ( ( ( ?var4 <= \"2004\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var5 >= \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( ?var4 <= \"2004\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var4 >= \"1940\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var2 ?var1 ?var3 ?var4 ?var5 ORDER BY DESC( ?var7 )"}}
{"id": "val_2909", "question": "List 101 comedians and their occupation statement identifiers in Wikidata.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?person ?statement WHERE {\n  ?statement ps:P106 wd:Q245068 .\n  ?person p:P106 ?statement .\n}\nLIMIT 101", "paraphrases": ["Who are 101 comedians listed in Wikidata, and what are their occupation statement nodes?", "Show me up to 101 people whose occupation is comedian, along with the unique statement identifiers for those occupations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q245068> . ?var1 <http://www.wikidata.org/prop/P106> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2910", "question": "All humans in Wikidata", "sparql": "SELECT ?human WHERE { ?human wdt:P31 wd:Q5 }", "paraphrases": ["Who are all the humans listed in Wikidata?", "List all entities that are classified as human beings in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_2911", "question": "People who received the Order of the British Empire", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?recipient WHERE {\n  ?recipient wdt:P166 wd:Q14420 .\n}\nLIMIT 1000", "paraphrases": ["Who has been awarded the Order of the British Empire?", "List all individuals who have received the Order of the British Empire."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q14420> . } LIMIT 1000"}}
{"id": "val_2912", "question": "Humans with pages on Portuguese Wikisource.", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?page schema:about ?human . ?page schema:isPartOf <https://pt.wikisource.org/> . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"pt\") }", "paraphrases": ["Who are the people listed on Portuguese Wikisource?", "List the names of humans in Portuguese who have biographical pages on Portuguese Wikisource."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://pt.wikisource.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_2913", "question": "List English-labeled physicists with their birth and death dates, places of birth and death, citizenships, and official websites.", "sparql": "SELECT DISTINCT ?person ?personLabel ?birthDate ?deathDate ?birthPlaceLabel ?deathPlaceLabel ?citizenshipLabel ?website WHERE { ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q169470 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } OPTIONAL { ?person wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") } OPTIONAL { ?person wdt:P20 ?deathPlace . ?deathPlace rdfs:label ?deathPlaceLabel . FILTER(LANG(?deathPlaceLabel) = \"en\") } OPTIONAL { ?person wdt:P27 ?citizenship . ?citizenship rdfs:label ?citizenshipLabel . FILTER(LANG(?citizenshipLabel) = \"en\") } OPTIONAL { ?person wdt:P856 ?website . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are some human physicists, and what are their birth dates, death dates, places of birth and death, countries of citizenship, and official websites, in English?", "Please provide a list of up to 100 physicists, including their names, birth and death information, where they were born and died, their citizenships, and their official websites \u2014 all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6Label ?var7Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q169470> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100000"}}
{"id": "val_2914", "question": "Female humans with Basque Wikipedia articles", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var2Label WHERE {\n  ?var2 wdt:P31 wd:Q5 .\n  ?var2 wdt:P21 wd:Q6581072 .\n  ?var3 schema:about ?var2 .\n  ?var3 schema:isPartOf <https://eu.wikipedia.org/> .\n  ?var2 rdfs:label ?var2Label .\n}\nLIMIT 4000", "paraphrases": ["Who are the female humans that have a Wikipedia page in Basque?", "List the names of all female humans who have a Wikipedia article in the Basque language."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var3 <http://schema.org/about> ?var2 . ?var3 <http://schema.org/isPartOf> <https://eu.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu\". } } LIMIT 4000"}}
{"id": "val_2915", "question": "Who were the notable human leaders of the Catuvellauni tribe, and what are their estimated birth and death years?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  ?person wdt:P27 wd:Q1051384 ; wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the English-labeled names of humans from the Catuvellauni tribe along with their birth and death dates?", "What are the birth and death dates of the ancient British chieftains who were citizens of the Catuvellauni tribe?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1051384> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2916", "question": "Living comedians with Wikipedia pages and images on Wikimedia Commons", "sparql": "SELECT ?comedian ?comedianLabel ?imageName ?wikipediaPage WHERE { ?wikipediaPage schema:about ?comedian ; schema:isPartOf <https://en.wikipedia.org/> . ?comedian wdt:P31 wd:Q5 ; wdt:P106 wd:Q245068 ; wdt:P18 ?image . FILTER NOT EXISTS { ?comedian wdt:P570 ?deathDate } ?comedian rdfs:label ?comedianLabel . FILTER(LANG(?comedianLabel) = \"en\") BIND( IF( CONTAINS(str(?image), \"Special:FilePath\"), strafter(str(?image), \"Special:FilePath/\"), strafter(str(?image), \"File:\") ) AS ?imageName ) }", "paraphrases": ["Who are the living human comedians who have an image on Wikimedia Commons and a page on English Wikipedia?", "List the names of all living comedians who have an English Wikipedia page and a Commons image, along with the image filename and Wikipedia URL."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q245068> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_2917", "question": "Most notable people or organizations associated with warehouses by Wikipedia page count", "sparql": "SELECT ?person (COUNT(?site) AS ?sitelinks) WHERE { ?warehouse wdt:P31 wd:Q1362225 . { ?warehouse wdt:P84 ?person . } UNION { ?warehouse wdt:P137 ?person . } UNION { ?warehouse wdt:P127 ?person . } ?site schema:about ?person . } GROUP BY ?person ORDER BY DESC(?sitelinks) LIMIT 1000", "paraphrases": ["Who are the most well-known architects, operators, or owners of warehouses, based on how many Wikipedia articles mention them?", "List the top 1000 people or organizations linked to warehouses through roles like architect or operator, ranked by their Wikipedia popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P39> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P279> */ <http://www.wikidata.org/prop/direct/P31> *) <http://www.wikidata.org/entity/Q1362225> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2918", "question": "How many female citizens of Norway were born each year from 1930 onwards?", "sparql": "SELECT ?birthYear ?count WHERE { SELECT ?birthYear (COUNT(?person) AS ?count) WHERE { ?person wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q20 ; wdt:P569 ?birthDate . FILTER ( YEAR(?birthDate) >= 1930 ) BIND( STR(YEAR(?birthDate)) AS ?birthYear ) } GROUP BY ?birthYear } ORDER BY ASC(?birthYear)", "paraphrases": ["Can you show the number of Norwegian women born each year starting in 1930?", "What is the yearly count of female Norwegians born from 1930 to 2009?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { BIND ( STR ( YEAR ( ?var4 ) ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q20> ; <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) >= \"1930\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 } ORDER BY ASC( ?var1 )"}}
{"id": "val_2919", "question": "Female CEOs with English labels, Wikimedia Commons images, and Dutch Wikipedia links.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?ceo ?ceoLabel(SAMPLE(?img) AS ?image) ?nlWikipediaPage WHERE {\n  ?ceo wdt:P21 wd:Q6581072 .\n  ?ceo wdt:P39 wd:Q484876 .\n  OPTIONAL {\n    ?ceo wdt:P18 ?img .\n  }\n  OPTIONAL {\n    ?nlWikipediaPage schema:about ?ceo .\n    ?nlWikipediaPage schema:isPartOf <https://nl.wikipedia.org/> .\n  }\n  ?ceo rdfs:label ?ceoLabel .\n  FILTER(LANG(?ceoLabel) = \"en\")\n}\nGROUP BY ?ceo ?ceoLabel ?nlWikipediaPage\nLIMIT 50", "paraphrases": ["Who are some female chief executive officers, and what are their English names, images, and Dutch Wikipedia pages?", "List up to 50 female CEOs with their English names, an associated image from Wikimedia Commons (if available), and a link to their Dutch Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q484876> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://nl.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_2920", "question": "People born in Bahia, Brazil, and their Facebook usernames.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?facebookUsername WHERE {\n  ?person wdt:P19 wd:Q40430 .\n  OPTIONAL {\n    ?person wdt:P2013 ?facebookUsername .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are some people born in Bahia, Brazil, and do they have Facebook profiles listed in Wikidata?", "List up to 100 individuals born in Bahia, Brazil, along with their Facebook usernames if available."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q40430> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var2 . } } LIMIT 100"}}
{"id": "val_2921", "question": "Canadian citizens who are human, starting from the 11th result.", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q16 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10 OFFSET 10", "paraphrases": ["Who are the 11th to 20th Canadian citizens listed in Wikidata?", "List the English names of the 10 Canadian citizens after the first 10 in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10 OFFSET 10"}}
{"id": "val_2922", "question": "How many female and trans women with Basque Wikipedia articles, who were not born in the Basque Country, are listed in each occupation?", "sparql": "SELECT (COUNT(?human) AS ?count) ?occupationLabel WHERE { ?human wdt:P31 wd:Q5 . { ?human wdt:P21 wd:Q6581072 . } UNION { ?human wdt:P21 wd:Q1052281 . } MINUS { ?human wdt:P19 / wdt:P131* / ^wdt:P527 wd:Q47588 . } ?wikipediaPage schema:about ?human ; schema:isPartOf <https://eu.wikipedia.org/> . ?human wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } GROUP BY ?occupationLabel ORDER BY DESC(?count)", "paraphrases": ["What are the most common occupations of trans women and women who have articles in the Basque Wikipedia and were not born in the Basque Country?", "Can you list the occupations of female and trans women from the Basque Wikipedia who weren't born in the Basque region?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1052281> . } MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P131> */^ <http://www.wikidata.org/prop/direct/P527> ) <http://www.wikidata.org/entity/Q47588> . } ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://eu.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu, en, es, fr\". } ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } GROUP BY ?var3Label"}}
{"id": "val_2923", "question": "Top pastry chefs with the most Wikipedia language editions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ( COUNT( ?site ) AS ?sitelinkCount ) WHERE {\n  ?person wdt:P106 wd:Q1191511 .\n  ?site schema:about ?person .\n  ?site schema:isPartOf [ wikibase:wikiGroup \"wikipedia\" ] .\n}\nGROUP BY ?person\nORDER BY DESC ( ?sitelinkCount )\nLIMIT 1000", "paraphrases": ["Which pastry chefs have the most Wikipedia articles in different languages, and how many are there?", "List the most internationally recognized pastry chefs based on the number of Wikipedia language versions about them, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> * <http://www.wikidata.org/entity/Q1191511> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2924", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1361330?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt1361330\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Santa Baby 2.", "Which Wikipedia pages in English or German are linked to the IMDb entry tt1361330?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1361330\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2925", "question": "Is fdupes a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q966109 wdt:P31 ?class .\n  ?class rdfs:label ?label .\n  FILTER(CONTAINS(LCASE(?label) , \"software\"))\n}", "paraphrases": ["Does fdupes belong to a category that includes the word \"software\" in its label?", "Confirm whether fdupes is classified as software in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q966109> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2926", "question": "What are the most frequently awarded honors in history, based on how many people or entities have received them?", "sparql": "SELECT ?awardLabel (COUNT(?recipient) AS ?count)\nWHERE {\n  ?recipient wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANG(?awardLabel) = \"en\")\n}\nGROUP BY ?awardLabel\nORDER BY DESC(?count)", "paraphrases": ["Which awards have been given out the most times, and how many times were they awarded?", "List the top awards by number of recipients, showing the award name and count, sorted from most to least awarded."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P166> ?var1 . } LIMIT 5000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2927", "question": "How many featured articles on the Arabic Wikipedia are about women?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?human ) AS ?count ) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P21 wd:Q6581072 .\n  ?article schema:about ?human ; schema:isPartOf <https://ar.wikipedia.org/> ; wikibase:badge wd:Q17437796 .\n}", "paraphrases": ["How many female humans have their Arabic Wikipedia articles marked as featured articles?", "Count the number of featured articles on the Arabic Wikipedia that are about women."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var3 <http://schema.org/isPartOf> <https://ar.wikipedia.org/> ; <http://schema.org/about> ?var1 ; <http://wikiba.se/ontology#badge> <http://www.wikidata.org/entity/Q17437796> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2928", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image } }", "paraphrases": ["Show the Wikimedia Commons image associated with the Social Networks and Archival Context identifier w6f29nwg.", "Can you find the picture of the entity identified by the SNAC ARK ID w6f29nwg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xx1zqw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2929", "question": "What are the English and German Wikipedia or Wikiquote pages about the movie Original Sin (IMDb ID: tt0218922)?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0218922\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me links to language-specific pages (English or German) related to the film Original Sin on IMDb.", "Which language versions of Wikipedia or Wikiquote have articles about the movie with IMDb ID tt0218922?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0218922\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2930", "question": "What are the English and German Wikipedia and Wikiquote pages about the film with IMDb ID tt0055928?", "sparql": "SELECT ?film ?page WHERE { ?film wdt:P345 \"tt0055928\" . ?page schema:about ?film . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . }", "paraphrases": ["Show me the language-specific pages (in English and German) related to the movie Dr. No on Wikipedia and Wikiquote.", "Which language versions of Wikipedia and Wikiquote articles are linked to the James Bond film Dr. No?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0055928\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2931", "question": "English and German Wikipedia and Wikiquote pages about the movie \"Some Like It Hot\" (IMDb tt0053291)", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0053291\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What English and German language pages on Wikipedia and Wikiquote are about the movie \"Some Like It Hot\"?", "Show me all English and German language pages linked to the movie \"Some Like It Hot\" on IMDb (ID: tt0053291)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0053291\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2932", "question": "Latvian, French, and fallback labels for Vladimir Lenin, Vladimir Pustogarov, and Douglas Adams.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item(SAMPLE(?labelLv) AS ?lvLabel)(SAMPLE(?labelFr) AS ?frLabel)(SAMPLE(?labelFallback) AS ?fallbackLabel) WHERE {\n  VALUES ?item {\n    wd:Q1394 wd:Q30345737 wd:Q42\n  }\n  OPTIONAL {\n    ?item rdfs:label ?labelLv .\n    FILTER(LANG(?labelLv) = \"lv\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?labelFr .\n    FILTER(LANG(?labelFr) = \"fr\")\n  }\n  ?item rdfs:label ?anyLabel .\n  BIND(IF(BOUND(?labelLv) , ?labelLv , IF(BOUND(?labelFr) , ?labelFr , ?anyLabel)) AS ?labelFallback)\n}\nGROUP BY ?item", "paraphrases": ["What are the Latvian and French labels for Vladimir Lenin, Vladimir Pustogarov, and Douglas Adams, and what is the fallback label if those are not available?", "Show me the Latvian label, French label, and a fallback label (in any language) for Vladimir Lenin, Vladimir Pustogarov, and Douglas Adams, prioritizing Latvian over French if both exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ( SAMPLE ( ?var5Label ) AS ?var5Label ) WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q40006707> ) ( <http://www.wikidata.org/entity/Q30345737> ) ( <http://www.wikidata.org/entity/Q42> ) } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"lv\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"fr\" ) ) ) . } BIND ( IF ( BOUND ( ?var2Label ) , ?var2Label , IF ( BOUND ( ?var3Label ) , ?var3Label , ?var5Label ) ) AS ?var4Label ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . } GROUP BY ?var1 ?var2Label ?var3Label ?var4Label"}}
{"id": "val_2933", "question": "Who are the recipients of the Nobel Prize in Physics, and what are their genders, birth years, and the years they received the award?", "sparql": "SELECT ?human ?humanLabel ?academicTreeId ?genderLabel (YEAR(?birthDate) AS ?birthYear) ?award ?awardLabel (YEAR(?awardDate) AS ?awardYear) WHERE { ?human wdt:P31 wd:Q5 . ?human p:P166 ?statement . ?statement ps:P166 ?award . ?statement pq:P585 ?awardDate . FILTER(?award = wd:Q38104) OPTIONAL { ?human wdt:P21 ?gender . } OPTIONAL { ?human wdt:P569 ?birthDate . } OPTIONAL { ?human wdt:P2381 ?academicTreeId . } ?human rdfs:label ?humanLabel . ?award rdfs:label ?awardLabel . ?gender rdfs:label ?genderLabel . FILTER(LANG(?humanLabel) = \"en\") FILTER(LANG(?awardLabel) = \"en\") FILTER(LANG(?genderLabel) = \"en\") } LIMIT 100", "paraphrases": ["List Nobel Prize in Physics winners along with their birth dates, gender, and the year they were awarded, including their Academic Tree IDs where available.", "Can you provide a list of people who won the Nobel Prize in Physics, including their gender, year of birth, year of award, and Academic Tree ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ( YEAR ( ?var4 ) AS ?var5 ) ?var6 ?var6Label ( YEAR ( ?var7 ) AS ?var8 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/award_q> . ?var9 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11448906> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/P166> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/P166> ?var6 . ?var10 <http://www.wikidata.org/prop/qualifier/P585> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P2381> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,da,de,es,fr,jp,no,ru,sv,zh\". } } LIMIT 100"}}
{"id": "val_2934", "question": "What are the most recent years humans received Nobel Prize-related awards, and who were the recipients and award names?", "sparql": "SELECT DISTINCT (YEAR(?date) AS ?year) ?awardLabel ?recipientLabel WHERE { ?recipient wdt:P31 wd:Q5 ; wdt:P166 ?award . ?award wdt:P279 wd:Q7191 . ?recipient p:P166 ?statement . ?statement pq:P585 ?date . ?award rdfs:label ?awardLabel . ?recipient rdfs:label ?recipientLabel . FILTER(LANG(?awardLabel) = \"en\") FILTER(LANG(?recipientLabel) = \"en\") } ORDER BY DESC(?year) ASC(?awardLabel) ASC(?recipientLabel) LIMIT 100", "paraphrases": ["List the Nobel Prize awards and their recipients, sorted by year (newest first), including only English-language names.", "Show me the recipients of Nobel Prize-related honors, along with the award names and the year they were awarded, ordered from most recent to oldest."], "info": {"raw_sparql": "SELECT DISTINCT( YEAR ( ?var1 ) AS ?var2 ) ?var3Label ?var4Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P166> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7191> . ?var4 <http://www.wikidata.org/prop/P166> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P585> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )ASC( ?var3Label )ASC( ?var4Label ) LIMIT 100"}}
{"id": "val_2935", "question": "List English-labeled male American programmers who do not have Slovenian labels.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q30 . ?person wdt:P21 wd:Q6581097 . ?person wdt:P106 wd:Q5482740 . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") . FILTER (NOT EXISTS { ?person rdfs:label ?slLabel . FILTER (LANG(?slLabel) = \"sl\") }) } ORDER BY ASC(?personLabel)", "paraphrases": ["Who are the male American programmers with English labels but no Slovenian labels on Wikidata?", "Show me the names of all male programmers from the United States who have an English Wikipedia label and no Slovenian label, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q5482740> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,nl,fr,it,es,no,pt,pl,cs,hr\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"sl\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_2936", "question": "Russian-language labels of actors who were citizens of Russia or the Soviet Union.", "sparql": "SELECT ?actor ?actorLabel WHERE { ?actor wdt:P106 wd:Q33999 . ?actor wdt:P27 wd:Q159 , wd:Q15180 . ?actor rdfs:label ?actorLabel . FILTER (LANG(?actorLabel) = \"ru\") } ORDER BY ?actorLabel", "paraphrases": ["Who are the actors from Russia or the Soviet Union with Russian-language Wikipedia labels?", "List the names of actors from Russia or the former Soviet Union, displayed in their Russian-language Wikipedia labels, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q159> , <http://www.wikidata.org/entity/Q15180> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ru\" ) ) ) . } ORDER BY DESC( ?var1 )"}}
{"id": "val_2937", "question": "Who are the male grandfathers of Johan Abraham Grill, and who is their child?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?grandfather ?father WHERE {\n  ?grandfather wdt:P21 wd:Q6581097 .\n  ?grandfather wdt:P40 ?father .\n  ?father wdt:P40 wd:Q5771768 .\n}\nLIMIT 101", "paraphrases": ["List the male ancestors two generations above Johan Abraham Grill and their immediate children.", "Which men are the grandfathers of the businessperson Johan Abraham Grill, and who is their son or daughter?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q5771768> . } LIMIT 101"}}
{"id": "val_2938", "question": "Is Firefox classified as software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q698(wdt:P31 / wdt:P279 *) wd:Q7397 .\n}", "paraphrases": ["Does Firefox belong to a category that is a type of software?", "Is Firefox an example of software or a descendant category of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q31897501> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2939", "question": "Dentists born after 1900 with English Wikipedia pages and images on Wikimedia Commons.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?dentist ?dentistLabel ?birthDate ?image ?wikipediaArticle WHERE {\n  ?dentist wdt:P106 wd:Q27349 .\n  ?dentist wdt:P569 ?birthDate .\n  ?dentist wdt:P18 ?image .\n  ?wikipediaArticle schema:about ?dentist ; schema:inLanguage \"en\" .\n  FILTER ( STRSTARTS( STR( ?wikipediaArticle ) , \"https://en.wikipedia.org/\" ) ) FILTER ( YEAR( ?birthDate ) > 1900 )\n}\nORDER BY ASC ( ?birthDate )\nLIMIT 100", "paraphrases": ["Who are the dentists born after 1900 who have both a Wikipedia article in English and a publicly available image on Commons?", "List the names, birth dates, images, and English Wikipedia links of dentists born after 1900."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q27349> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( SUBSTR ( STR ( ?var4 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . FILTER ( ( ( <http://www.w3.org/2001/XMLSchema#date> ( SUBSTR ( STR ( ?var3 ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) = \"string2\" ) ) ) . } ORDER BY ASC( ?var3 ) LIMIT 100"}}
{"id": "val_2940", "question": "Female American women with Wikipedia pages, sorted by last name.", "sparql": "SELECT DISTINCT ?human ?humanLabel ?givenNameLabel ?familyNameLabel ?wikipediaPage WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P27 wd:Q30 . ?human wdt:P21 wd:Q6581072 . ?human wdt:P735 ?givenName . ?human wdt:P734 ?familyName . ?wikipediaPage schema:about ?human . ?wikipediaPage schema:inLanguage \"en\" . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . ?human rdfs:label ?humanLabel . ?givenName rdfs:label ?givenNameLabel . ?familyName rdfs:label ?familyNameLabel . FILTER(LANG(?humanLabel) = \"en\") FILTER(LANG(?givenNameLabel) = \"en\") FILTER(LANG(?familyNameLabel) = \"en\") } ORDER BY ASC(?familyNameLabel)", "paraphrases": ["Who are the female U.S. citizens with English Wikipedia articles, and what are their first and last names?", "List the names and Wikipedia links of all female American people who have English Wikipedia pages, ordered alphabetically by their family names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var4Label )"}}
{"id": "val_2941", "question": "Norwegian historical register IDs and family names of people with Norwegian Wikipedia pages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?wikipediaPage ?hbrId ?familyName WHERE {\n  ?wikipediaPage schema:about ?person .\n  ?person wdt:P4574 ?hbrId .\n  ?wikipediaPage schema:isPartOf <https://no.wikipedia.org/> .\n  OPTIONAL {\n    ?person wdt:P734 ?familyName .\n  }\n}", "paraphrases": ["Who are the people listed in the Norwegian Wikipedia with a historical register ID (P4574), and what are their family names?", "List all persons from the Norwegian Wikipedia who have a Norwegian historical register ID, along with their family names if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var2 <http://schema.org/about> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P4574> ?var3 . ?var2 <http://schema.org/isPartOf> <https://no.wikipedia.org/> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P734> ?var4 . } }"}}
{"id": "val_2942", "question": "Is ngrep a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q7022653 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does ngrep belong to a category that is a subclass of software?", "Is ngrep considered software based on its classification in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q7022653> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2943", "question": "Is QMMP a type of software?", "sparql": "ASK WHERE { wd:Q14943878 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does QMMP belong to a category that is a subclass of software?", "Is QMMP classified under any software category through inheritance?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q14943878> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2944", "question": "Is grive a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q28974900 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does grive belong to a category that is a subclass of software?", "Confirm whether grive is classified under software through its instance and subclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28974900> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2945", "question": "What is the image of the person with SNAC ARK ID w62f8hhw?", "sparql": "SELECT ?image WHERE {\n  ?entity wdt:P3430 \"w62f8hhw\" .\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Wikimedia Commons image associated with the Social Networks and Archival Context identifier w62f8hhw?", "Show the image, if any, for the entity identified by the SNAC ARK ID w62f8hhw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62f8hhw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2946", "question": "Who is the child of Johann Sebastian Bach and Maria Barbara Bach who was both a composer and a pianist?", "sparql": "SELECT ?child ?childLabel WHERE { ?child wdt:P22 wd:Q1339 ; wdt:P25 wd:Q57487 ; wdt:P106 wd:Q36834 , wd:Q486748 . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["List the children of Johann Sebastian Bach and Maria Barbara Bach who had occupations as composer or pianist.", "Which person, born to Johann Sebastian Bach and Maria Barbara Bach, worked as a composer and pianist?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> ; <http://www.wikidata.org/prop/direct/P25> <http://www.wikidata.org/entity/Q57487> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> , <http://www.wikidata.org/entity/Q486748> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_2947", "question": "Who are the female grandparents of Johann Sebastian Bach?", "sparql": "SELECT DISTINCT ?grandparent ?parent WHERE { ?grandparent wdt:P21 wd:Q6581072 . ?grandparent wdt:P40 ?parent . ?parent wdt:P40 wd:Q1339 . } LIMIT 101", "paraphrases": ["List the mothers of Johann Sebastian Bach\u2019s parents.", "Which women are the grandmothers of the composer Johann Sebastian Bach?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q1339> . } LIMIT 101"}}
{"id": "val_2948", "question": "Visual artists with German-labeled family names starting with G, born after 1795.", "sparql": "SELECT DISTINCT ?artistLabel ?artist ?birthYear ?deathYear ?givenName ?familyName ?familyNameLabel WHERE { ?artist wdt:P106/wdt:P279* wd:Q3391743 . ?artist wdt:P735 ?givenName ; wdt:P734 ?familyName ; wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) . OPTIONAL { ?artist wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) . } ?familyName rdfs:label ?familyNameLabel . FILTER(LANG(?familyNameLabel) = \"de\") . FILTER(STRSTARTS(?familyNameLabel, \"G\")) . FILTER(?birthYear > 1795) . ?artist rdfs:label ?artistLabel . FILTER(LANG(?artistLabel) = \"de\") . }", "paraphrases": ["Which visual artists have German-language family names beginning with 'G' and were born after 1795?", "List German-labeled visual artists born after 1795 whose family names start with 'G', along with their birth years, given names, and optional death years."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 WHERE { BIND ( YEAR ( ?var8 ) AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3391743> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var6 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"de\" ) ) ) . FILTER ( ( STRSTARTS ( ?var7 , \"G\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } BIND ( YEAR ( ?var9 ) AS ?var3 ). FILTER ( ( ( ( ?var2 +\"+15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) > \"1810\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_2949", "question": "What English and German Wikipedia and Wikiquote pages are about the movie with IMDb ID tt0433383?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0433383\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which language versions of Wikipedia and Wikiquote pages discuss the film \"Good Night, and Good Luck\" (IMDb: tt0433383)?", "Show me the English and German language pages linked to the movie with IMDb ID tt0433383."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0433383\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2950", "question": "Who were the spouses of Johann Sebastian Bach?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?spouse WHERE {\n  wd:Q1339 wdt:P26 ?spouse .\n}", "paraphrases": ["List the people who were married to the composer Johann Sebastian Bach.", "Which two women were married to Johann Sebastian Bach?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P26> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q1339> . } LIMIT 101"}}
{"id": "val_2951", "question": "Humans and their gender and educational institutions in English", "sparql": "SELECT ?human ?genderLabel ?institutionLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 ?gender . ?human wdt:P69 ?institution . OPTIONAL { ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } OPTIONAL { ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") } } LIMIT 10", "paraphrases": ["What are the genders and educational institutions of humans, with labels in English?", "List humans along with their English-labeled gender and the institutions they attended."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var5Label ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var5 . OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var4 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2952", "question": "Female Norwegian speed skaters and their occupations and birth dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?dateOfBirth ?occupation ?occupationLabel WHERE {\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P27 wd:Q20 .\n  ?person wdt:P106 wd:Q10866633 .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["Who are the female Norwegian citizens who are speed skaters, and what are their other occupations and birth dates?", "List all female Norwegian speed skaters, including their birth dates and all occupations they have, with labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q20> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10866633> . }"}}
{"id": "val_2953", "question": "What is the image of the person with SNAC ARK ID w6n03xdd?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6n03xdd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Does Stanley F. Teele have a photo on Wikimedia Commons?", "Retrieve the Commons image for the individual identified by the SNAC ARK ID w6n03xdd, if it exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n03xdd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2954", "question": "English and German Wikipedia and Wikiquote pages about the movie Stargate (IMDb tt0111282)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0111282\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What English and German language pages on Wikipedia and Wikiquote are about the movie Stargate with IMDb ID tt0111282?", "Show me the English and German language pages linked to the movie Stargate on IMDb (tt0111282)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0111282\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2955", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt6214928?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt6214928\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"1922\" (2017).", "Which language versions of Wikipedia have articles about the movie identified by tt6214928?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6214928\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2956", "question": "Wikipedia page for the movie with IMDb ID tt1312254 in English or German", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1312254\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt1312254?", "Show me the Wikipedia article in English or German about the movie identified by IMDb ID tt1312254."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1312254\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2957", "question": "What is the image of Jean de Dinteville in Wikimedia Commons?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w66f35gn\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Show the image linked to the SNAC ARK ID w66f35gn.", "Can you find the Commons image for the historical figure with SNAC ID w66f35gn?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66f35gn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2958", "question": "Male children of Johann Sebastian Bach and Maria Barbara Bach", "sparql": "SELECT ?child ?childLabel WHERE { ?child wdt:P22 wd:Q1339 . ?child wdt:P21 wd:Q6581097 . ?child wdt:P25 wd:Q57487 . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["Who are the sons of Johann Sebastian Bach and his first wife, Maria Barbara Bach?", "List the English names of all male children who have Johann Sebastian Bach as their father and Maria Barbara Bach as their mother."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P25> <http://www.wikidata.org/entity/Q57487> . }"}}
{"id": "val_2959", "question": "Top theatrical directors by Wikipedia page count", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?person wdt:P106 | wdt:P101 | wdt:P39 wd:Q3387717 .\n  ?sitelink schema:about ?person ; schema:isPartOf ?site .\n  FILTER(STRSTARTS(STR(?site) , \"https://\"))\n}\nGROUP BY ?person\nORDER BY DESC(?sitelinkCount)\nLIMIT 1000", "paraphrases": ["Who are the most notable theatrical directors based on the number of Wikipedia language editions they have articles in?", "List the top 1000 theatrical directors (by occupation, field of work, or position held) ranked by their Wikipedia popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P106> ) ( <http://www.wikidata.org/prop/direct/P101> ) ( <http://www.wikidata.org/prop/direct/P39> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q3387717> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2960", "question": "Students and teachers of Johann Sebastian Bach", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person1 ?person1Label ?person2 ?person2Label WHERE {\n  ?person1 wdt:P802 ?person2 .\n  FILTER(?person1 = wd:Q1339 || ?person2 = wd:Q1339)\n  .\n  ?person1 rdfs:label ?person1Label .\n  ?person2 rdfs:label ?person2Label .\n  FILTER(LANG(?person1Label) = \"en\")\n  .\n  FILTER(LANG(?person2Label) = \"en\")\n}", "paraphrases": ["Who were the students and teachers of Johann Sebastian Bach?", "List all people who had a student-teacher relationship with Johann Sebastian Bach, including their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P802> * <http://www.wikidata.org/entity/Q1339> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P802> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2961", "question": "People who share occupations with Donald Trump", "sparql": "SELECT ?person ?personLabel WHERE { wd:Q22686 wdt:P106 ?occupation . ?person wdt:P31 wd:Q5 ; wdt:P106 ?occupation . FILTER(?person != wd:Q22686) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some other people that have the same jobs as Donald Trump?", "List up to 10 people besides Donald Trump who are in the same professions as him."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22686> . OPTIONAL { } }"}}
{"id": "val_2962", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0133093", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 \"tt0133093\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  BIND( \"tt0133093\" AS ?imdbId )\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt0133093?", "Show me the English and German Wikipedia pages linked to the movie identified by IMDb ID tt0133093, along with its IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0185351\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2963", "question": "Spouses of Johann Ambrosius Bach with no recorded end date", "sparql": "SELECT DISTINCT ?spouse ?startDate WHERE { wd:Q309470 p:P26 ?statement . ?statement ps:P26 ?spouse . OPTIONAL { ?statement pq:P580 ?startDate } MINUS { ?statement pq:P582 [] . } } LIMIT 10", "paraphrases": ["Who was Johann Ambrosius Bach married to, and when did the marriage begin, if known?", "List the spouses of Johann Ambrosius Bach who are not divorced or widowed, along with the start date of the marriage if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } MINUS { ?var1 <http://www.wikidata.org/prop/qualifier/P582> [] . } ?var2 <http://www.wikidata.org/prop/P26> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q309470> . } LIMIT 10"}}
{"id": "val_2964", "question": "Female Nobel Prize winners", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P166 ?nobelPrize .\n  FILTER(?nobelPrize IN(wd:Q38104 , wd:Q44585 , wd:Q80061 , wd:Q37922 , wd:Q35637 , wd:Q47170))\n}", "paraphrases": ["Who are the women who have received a Nobel Prize?", "List all female recipients of any Nobel Prize category."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q7191> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } ORDER BY ASC( ?var2 )"}}
{"id": "val_2965", "question": "Female French citizens with their English names and Wikimedia Commons images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P27 wd:Q142 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are some female French citizens, and do they have images on Wikimedia Commons?", "List up to 100 female French citizens with their English names and, if available, their images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 100"}}
{"id": "val_2966", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0848228?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0848228\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Can you show me the language versions of the Wikipedia pages related to the 2012 Avengers movie?", "Show me all Wikimedia pages in English or German that are about the film identified by tt0848228."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2431922\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2967", "question": "What are the English properties used to describe Donald Trump, their French alternative labels, and the corresponding values or their English labels?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?propertyLabel ?propertyAltLabel ?valueLabelFinal WHERE {\n  VALUES(?subject) {(wd:Q22686)\n  }\n  ?subject ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  OPTIONAL {\n    ?propertyItem skos:altLabel ?propertyAltLabel .\n    FILTER(LANG(?propertyAltLabel) = \"fr\")\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n  BIND(COALESCE(?valueLabel , ?value) AS ?valueLabelFinal)\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nORDER BY ASC(xsd:integer(STRAFTER(STR(?propertyItem) , \"http://www.wikidata.org/prop/\")))", "paraphrases": ["For Donald Trump, which properties have English labels and French alternative labels, and what are the labels (or values) of the data assigned to those properties?", "Show me all the ways Donald Trump is described in Wikidata, including the English property names, their French equivalents, and the labeled or raw values of those properties."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q22686> ) } ?var4 ?var5 ?var6 . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2Label . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var6Label , ?var6 ) AS ?var3Label ). FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( STRAFTER ( STR ( ?var1 ) , \"string1\" ) ) )"}}
{"id": "val_2968", "question": "Musicians with English Wikipedia pages but no Greek page, ranked by total Wikipedia articles about them.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ( COUNT( DISTINCT ?var2 ) AS ?var3 ) WHERE {\n  ?var1 wdt:P106 wd:Q639669 .\n  ?var2 schema:about ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) .\n  FILTER ( EXISTS {\n    ?var4 schema:about ?var1 .\n    ?var4 schema:inLanguage \"en\" .\n  }\n  ) .\n  FILTER ( NOT EXISTS {\n    ?var5 schema:about ?var1 .\n    ?var5 schema:inLanguage \"el\" .\n  }\n  ) .\n}\nGROUP BY ?var1 ?var1Label\nORDER BY DESC ( ?var3 )", "paraphrases": ["Who are the musicians with the most Wikipedia pages across all languages, who have an English page but no Greek page?", "List musicians who have English Wikipedia pages but no Greek ones, ordered by how many Wikipedia pages exist about them in total."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q28640> <http://www.wikidata.org/entity/Q639669> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". } ) ) . FILTER ( ( NOT EXISTS { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"el\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_2969", "question": "Hungarian female writers with images on Commons but no French Wikipedia page, ranked by number of Wikipedia articles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?count ?person ?personLabel ?descFr ?descEn ?image WHERE {\n  {\n    SELECT ?person ?image(COUNT(DISTINCT ?article) AS ?count) WHERE {\n      ?person wdt:P31 wd:Q5 .\n      ?person wdt:P21 wd:Q6581072 .\n      ?person wdt:P27 wd:Q28 .\n      ?person wdt:P18 ?image .\n      ?article schema:about ?person .\n    }\n    GROUP BY ?person ?image\n  } MINUS {\n    ?frPage schema:about ?person .\n    ?frPage schema:inLanguage \"fr\" .\n  }\n  OPTIONAL {\n    ?person schema:description ?descFr .\n    FILTER(LANG(?descFr) = \"fr\")\n  }\n  OPTIONAL {\n    ?person schema:description ?descEn .\n    FILTER(LANG(?descEn) = \"en\")\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY DESC(?count)", "paraphrases": ["Who are the Hungarian women with images on Wikimedia Commons and no French Wikipedia article, and how many Wikipedia pages exist about each of them?", "List Hungarian female individuals who have a Commons image and lack a French Wikipedia description, showing their English name, description (in French or English), and the number of Wikipedia articles about them, sorted by popularity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4Label ?var5 WHERE { { SELECT ?var2 ?var4 ?var5 ( COUNT ( DISTINCT ?var6 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q28> . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var5 . OPTIONAL { ?var7 <http://schema.org/about> ?var2 . ?var7 <http://schema.org/inLanguage> \"fr\". } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var6 <http://schema.org/about> ?var2 . } GROUP BY ?var2 ?var4 ?var5 } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_2970", "question": "Female Austrian models with their occupations and birth dates", "sparql": "SELECT ?person ?personLabel ?dateOfBirth ?occupation ?occupationLabel WHERE { ?person wdt:P21 wd:Q6581072 . ?person wdt:P27 wd:Q40 . ?person wdt:P106 wd:Q4610556 . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person wdt:P106 ?occupation . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } }", "paraphrases": ["Who are the female Austrian citizens who have been models, and what are their other occupations and birth dates?", "List all female Austrian citizens who have worked as models, along with their date of birth and all their occupations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q40> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4610556> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } }"}}
{"id": "val_2971", "question": "Children of Johann Sebastian Bach and Maria Barbara Bach and their occupations", "sparql": "SELECT ?child ?childLabel ?occupation WHERE { ?child wdt:P22 wd:Q1339 ; wdt:P25 wd:Q57487 ; wdt:P106 ?occupation . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["Who are the children of Johann Sebastian Bach and Maria Barbara Bach, and what were their occupations?", "List the occupations of Johann Sebastian Bach\u2019s children with Maria Barbara Bach as their mother."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> ; <http://www.wikidata.org/prop/direct/P25> <http://www.wikidata.org/entity/Q57487> ; <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2972", "question": "Spanish female homosexuals in Wikidata", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P91 wd:Q6636 ; wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q29 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the Spanish women who identify as homosexual?", "List the names of women from Spain whose sexual orientation is homosexuality."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P91> <http://www.wikidata.org/entity/Q6636> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2973", "question": "Image of Catherine Murphy Urner with SNAC ARK ID w6dj5fdq", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6dj5fdq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Catherine Murphy Urner in Wikidata?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6dj5fdq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6dj5fdq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2974", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0468569?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  VALUES ?imdbId {\n    \"tt0468569\"\n  }\n  ?item wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German that describe the film identified by the IMDb identifier tt0468569?", "I want to find the Wikipedia pages in English and German related to the movie The Dark Knight \u2014 what are they?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2558996\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2975", "question": "Entities that have gravity as a characteristic", "sparql": "SELECT ?entity WHERE { ?statement ps:P1552 wd:Q11412 . ?entity p:P1552 ?statement . } LIMIT 10", "paraphrases": ["What entities are characterized by gravity?", "List all entities that possess gravity as an inherent feature."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1552> <http://www.wikidata.org/entity/Q11412> . ?var1 <http://www.wikidata.org/prop/P1552> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_2976", "question": "Official website of Minoan Lines and its English and German Wikipedia pages.", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage WHERE { ?item wdt:P856 <http://www.minoan.gr/> . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the English and German Wikipedia pages linked to Minoan Lines\u2019 official website (http://www.minoan.gr)?", "Show me the English label of Minoan Lines and all its associated English and German Wikipedia pages based on its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.minoan.gr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.minoan.gr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://minoan.gr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://minoan.gr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://minoan.gr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://minoan.gr/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2977", "question": "Multilingual labels for Donald Trump\u2019s presidential position", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?positionLabel WHERE {\n  wd:Q22686 wdt:P39 ?position .\n  ?position rdfs:label ?positionLabel .\n}\nLIMIT 100", "paraphrases": ["In what languages is the title \"President of the United States\" displayed for Donald Trump?", "Show me all the translated names for the office held by Donald Trump as president."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q22686> ?var2 ?var1 . } LIMIT 100"}}
{"id": "val_2978", "question": "Top sculptors with the most Wikipedia articles", "sparql": "SELECT ?person (COUNT(?sitelink) AS ?sitelinks) WHERE { ?person (wdt:P106|wdt:P101|wdt:P39) wd:Q1281618 . ?sitelink schema:about ?person . } GROUP BY ?person ORDER BY DESC(?sitelinks) LIMIT 500", "paraphrases": ["Who are the most notable sculptors based on the number of Wikipedia language editions they have articles in?", "List the top 500 sculptors ranked by their Wikipedia popularity, including those whose field of work or position held is sculpture."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q55> ) ( <http://www.wikidata.org/entity/Q29999> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q1281618> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_2979", "question": "Humans with French Wikipedia and Wikisource pages but no recorded occupation.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?wikisourcePage ?wikipediaPage WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?wikisourcePage schema:about ?human ; schema:isPartOf <https://fr.wikisource.org/> .\n  ?wikipediaPage schema:about ?human ; schema:isPartOf <https://fr.wikipedia.org/> . MINUS {\n    ?human wdt:P106 [] .\n  }\n}", "paraphrases": ["Which notable people have articles on both French Wikipedia and Wikisource but do not have an occupation listed in Wikidata?", "Show me the French Wikipedia and Wikisource links for humans who are documented on those sites but whose profession is not specified in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://fr.wikisource.org/> . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P106> [] . } }"}}
{"id": "val_2980", "question": "What is the image of the person with SNAC ARK ID w6b586bn?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6b586bn\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Does the Wikidata item for Joshua Josephson have an associated image?", "Return the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6b586bn, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b586bn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2981", "question": "Wikipedia articles in English and Chinese about the movie with IMDb ID tt0351299.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0351299\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"zh\")) }", "paraphrases": ["What are the English and Chinese Wikipedia pages for the movie \"Blind Shaft\" (IMDb: tt0351299)?", "Show me the English and Chinese Wikipedia links for the movie identified by IMDb ID tt0351299."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0351299\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"zh\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2982", "question": "Top singer-songwriters by number of Wikipedia language editions", "sparql": "SELECT ?person (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?person wdt:P106 wd:Q488205 . ?sitelink schema:about ?person ; schema:isPartOf ?wikipedia . FILTER(STRSTARTS(STR(?wikipedia), \"https://\")) } GROUP BY ?person ORDER BY DESC(?sitelinkCount) LIMIT 1000", "paraphrases": ["Who are the most widely covered singer-songwriters on Wikipedia, ranked by the number of language versions?", "List the top 1000 singer-songwriters based on how many different language Wikipedias have articles about them, ordered by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488205> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_2983", "question": "Film with IMDb ID tt0048653 and its English or German Wikipedia page", "sparql": "SELECT ?film ?wikipediaPage ?imdbId WHERE { ?film wdt:P345 ?imdbId . ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdbId = \"tt0048653\") }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0048653?", "Show me the Wikipedia page in English or German for the film identified by tt0048653 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0048653\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2984", "question": "Is libuv a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q19260313(wdt:P31 / wdt:P279 *) wd:Q7397 .\n}", "paraphrases": ["Does libuv belong to the category of software through its classification hierarchy?", "Is libuv classified as software either directly or via its parent classes?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q19260313> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_2985", "question": "Mothers of Johann Sebastian Bach\u2019s children and how many children each had.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mother ?motherLabel(COUNT(?child) AS ?childCount)(GROUP_CONCAT(DISTINCT ?childLabel ; SEPARATOR = \", \") AS ?children) WHERE {\n  ?child wdt:P22 wd:Q1339 .\n  ?child wdt:P25 ?mother .\n  ?mother rdfs:label ?motherLabel .\n  ?child rdfs:label ?childLabel .\n  FILTER(LANG(?motherLabel) = \"en\")\n  FILTER(LANG(?childLabel) = \"en\")\n}\nGROUP BY ?mother ?motherLabel", "paraphrases": ["Who were the mothers of Johann Sebastian Bach\u2019s children, and how many children did each have?", "List Johann Sebastian Bach\u2019s wives along with the number of children each bore and the names of those children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var4 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> . ?var2 <http://www.wikidata.org/prop/direct/P25> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_2986", "question": "Surgeons who are citizens of the United Kingdom", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q774306 ; wdt:P27 wd:Q145 . } LIMIT 500", "paraphrases": ["Who are the human surgeons from the United Kingdom?", "List all surgeons who hold British citizenship."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q774306> . OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q145> . } LIMIT 500"}}
{"id": "val_2987", "question": "What is the image of the person with SNAC ARK ID w67m0cth?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w67m0cth\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Show the Wikimedia Commons image associated with Joseph Canteloube.", "Can you find the picture of the individual identified by the SNAC ARK ID w67m0cth?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67m0cth\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2988", "question": "What is the English label for the gender item representing \"female\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q6581072 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["How is \"female\" as a gender labeled in English on Wikidata?", "Show the English name of the Wikidata item for the female gender."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1510095> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_2989", "question": "What is the image of Eugene Cernan in Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6xw97vp\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the image associated with the SNAC ARK ID w6xw97vp.", "Can you find the Commons image for the person with SNAC ID w6xw97vp?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xw97vp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2990", "question": "Who are the employees of The Curious AI Company, and what are their English labels?", "sparql": "SELECT ?person ?label (MAX(?birthDate) AS ?maxBirthDate) ?orcid WHERE { ?person (wdt:P108 | wdt:P463) wd:Q50377020 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P496 ?orcid . } } GROUP BY ?person ?label ?orcid ORDER BY ?person", "paraphrases": ["Can you list the people employed by The Curious AI Company along with their names in English?", "What are the names (in English) of individuals who work for or are members of The Curious AI Company?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( MAX ( ?var4 ) AS ?var5 ) ?var6 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT( COUNT ( ?var7 ) AS ?var1 ) ?var3 WHERE { { SELECT DISTINCT ?var3 WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P108> | <http://www.wikidata.org/prop/direct/P463> ) <http://www.wikidata.org/entity/Q50377020> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P1416> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q50377020> . } } } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P50> ?var3 . } } GROUP BY ?var3 } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var8 ) AS ?var4 ). ?var3 <http://www.wikidata.org/prop/direct/P569> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P496> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var6 ORDER BY DESC( ?var2 )"}}
{"id": "val_2991", "question": "List of English-labeled human physicians on Wikidata.", "sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 wdt:P106 wd:Q39631 . ?var1 wdt:P31 wd:Q5 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 10000 OFFSET 0", "paraphrases": ["Who are some human physicians listed in Wikidata with English labels?", "Show me the English names of all humans whose occupation is physician."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q39631> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000 OFFSET 0"}}
{"id": "val_2992", "question": "Female humans with Russian Wikipedia articles", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 . ?wikipediaPage schema:about ?person ; schema:isPartOf <https://ru.wikipedia.org/> . } LIMIT 10", "paraphrases": ["Who are some female humans that have a Wikipedia page on the Russian Wikipedia?", "List 10 women who are featured on the Russian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> ; <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_2993", "question": "Humans who are surgeons", "sparql": "SELECT ?surgeon ?surgeonLabel WHERE { ?surgeon wdt:P31 wd:Q5 . ?surgeon wdt:P106 wd:Q774306 . ?surgeon rdfs:label ?surgeonLabel . FILTER(LANG(?surgeonLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are some human surgeons?", "List the English labels of people whose occupation is surgeon and who are classified as human."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q774306> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_2994", "question": "What is the image of the person with SNAC ARK ID w6wd754j?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6wd754j\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Elliott Roosevelt\u2019s SNAC record?", "Show the image linked to the Social Networks and Archival Context identifier w6wd754j."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6wd754j\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_2995", "question": "What are the English or German Wikipedia pages for the movie with IMDb ID tt4172146?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 \"tt4172146\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } BIND(\"tt4172146\" AS ?imdbId) }", "paraphrases": ["Which Wikipedia pages in English or German are about the movie identified by the IMDb ID tt4172146?", "Show me the Wikipedia links in English or German for the film that has the IMDb identifier tt4172146."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4172146\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2996", "question": "What are the English and German Wikipedia pages about the film with IMDb ID tt0120603?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt0120603\" .\n  ?wikipediaPage schema:about ?film .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German for the movie 'Beloved' (1998)?", "Which Wikipedia pages in English or German discuss the film identified by the IMDb code tt0120603?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0120603\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_2997", "question": "Finnish Wikipedia articles about trans women, trans men, intersex, and female humans.", "sparql": "SELECT ?article ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . VALUES ?gender { wd:Q6581072  wd:Q1097630  wd:Q1052281  wd:Q2449503 } . ?person wdt:P21 ?gender . ?article schema:isPartOf <https://fi.wikipedia.org/> ; schema:about ?person . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"fi\") }", "paraphrases": ["Which Finnish Wikipedia pages are about humans who identify as female, intersex, trans woman, or trans man?", "List the Finnish Wikipedia articles and the names of people on them who are female, intersex, trans woman, or trans man."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q6581072> ) ( <http://www.wikidata.org/entity/Q1097630> ) ( <http://www.wikidata.org/entity/Q1052281> ) ( <http://www.wikidata.org/entity/Q2449503> ) } ?var2 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var1 <http://schema.org/isPartOf> <https://fi.wikipedia.org/> ; <http://schema.org/about> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_2998", "question": "Who are the most famous photographers (by Wikipedia page count) based on their occupation, field of work, or position held?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ( COUNT( ?site ) AS ?sitelinkCount ) WHERE {\n  {\n    ?person wdt:P106 wd:Q33231 .\n  } UNION {\n    ?person wdt:P101 wd:Q33231 .\n  } UNION {\n    ?person wdt:P39 wd:Q33231 .\n  }\n  ?person wdt:P31 wd:Q5 .\n  ?site schema:about ?person .\n  ?site schema:isPartOf ?wiki .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) )\n}\nGROUP BY ?person\nORDER BY DESC ( ?sitelinkCount )\nLIMIT 2000", "paraphrases": ["List the top 2000 people associated with photography (as occupation, field, or job) ranked by how many language versions of their Wikipedia page exist.", "Which individuals have a strong connection to photography \u2014 either as their job, area of expertise, or role \u2014 and have the most Wikipedia language editions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q33231> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_2999", "question": "What is the gender of Meryl Streep in English?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?genderLabel WHERE {\n  wd:Q873 wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  FILTER ( LANG( ?genderLabel ) = 'en' ) .\n  FILTER ( STR( ?genderLabel ) = \"female\" )\n}", "paraphrases": ["Is Meryl Streep's gender labeled as \"female\" in English on Wikidata?", "Show the English label for the gender of Meryl Streep."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2703746> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_3000", "question": "What are the companies owned by Expedia Group, their English Wikipedia pages, official websites, and types?", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage ?officialWebsite ?instanceOf WHERE { ?item wdt:P127 wd:Q8085893 . ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?item wdt:P856 ?officialWebsite . } OPTIONAL { ?item wdt:P31 ?instanceOf . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which travel websites and companies are owned by Expedia Group, and what are their official websites and Wikipedia articles in English?", "List all subsidiaries of Expedia Group along with their English Wikipedia links, official websites, and classifications (e.g., company, travel website)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q17091141> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3001", "question": "What are the superclasses of scientist up to three levels above in Wikidata, and what are their direct superclasses?", "sparql": "SELECT ?ancestor ?ancestorLabel ?directSubclass WHERE {\n  {\n    # Level 1: direct subclass\n    wd:Q901 wdt:P279 ?ancestor .\n  }\n  UNION\n  {\n    # Level 2: subclass of subclass\n    wd:Q901 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?ancestor .\n  }\n  UNION\n  {\n    # Level 3: subclass of subclass of subclass\n    wd:Q901 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?ancestor .\n  }\n  \n  # Get direct subclass relationship (i.e., what is ?ancestor a subclass of?)\n  OPTIONAL {\n    ?ancestor wdt:P279 ?directSubclass .\n  }\n  \n  # Get label in English\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nORDER BY ?ancestor", "paraphrases": ["What classes is a scientist a subclass of, going up three levels in the hierarchy, and what are those classes themselves subclasses of?", "List all the ancestor classes of the profession \"scientist\" within three levels of inheritance, along with their English labels and immediate parent classes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q901> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3002", "question": "What are the birth year, death year, given name, and image of the French writer \u00c9mile Zola?", "sparql": "SELECT ?person ?givenName ?image ?birthYear ?deathYear ?birthDate ?deathDate WHERE { ?person rdfs:label \"\u00c9mile Zola\"@fr . ?person wdt:P735 ?givenName . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . OPTIONAL { ?person wdt:P18 ?image . } BIND(YEAR(?birthDate) AS ?birthYear) . BIND(YEAR(?deathDate) AS ?deathYear) . }", "paraphrases": ["Can you show me \u00c9mile Zola\u2019s birth and death dates, his first name, and a picture of him?", "Tell me about \u00c9mile Zola: when was he born and died, what is his given name, and is there an image available?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { BIND ( YEAR ( ?var4 ) AS ?var6 ). BIND ( YEAR ( ?var5 ) AS ?var7 ). ?var1 ?var8 \"zola\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_3003", "question": "Authors and writers with dual German and Turkish citizenship", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P106 ?occupation ; wdt:P69 ?education .\n  ?person wdt:P27 wd:Q183 .\n  ?person wdt:P27 wd:Q43 .\n  VALUES ?occupation {\n    wd:Q482980 wd:Q36180\n  }\n}", "paraphrases": ["Who are the human authors and writers who are citizens of both Germany and Turkey?", "List all authors and writers who have citizenship in both Germany and Turkey."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> ?var2 ; <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P27> / <http://www.wikidata.org/prop/direct/P31> ?) <http://www.wikidata.org/entity/Q183> . ?var1 ( <http://www.wikidata.org/prop/direct/P27> / <http://www.wikidata.org/prop/direct/P31> ?) <http://www.wikidata.org/entity/Q43> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q482980> ) ( <http://www.wikidata.org/entity/Q36180> ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3004", "question": "Wikipedia pages in English or German about the movie with IMDb ID tt1127221.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1127221\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia articles for the movie with IMDb ID tt1127221?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt1127221."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1127221\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3005", "question": "Sub-occupations of physician up to two levels deep", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subOccupation ?subOccupationLabel WHERE {\n  {\n    ?subOccupation wdt:P279 wd:Q39631 .\n  } UNION {\n    ?subOccupation wdt:P279 ?intermediate .\n    ?intermediate wdt:P279 wd:Q39631 .\n  }\n  ?subOccupation rdfs:label ?subOccupationLabel .\n  FILTER(LANG(?subOccupationLabel) = \"en\")\n}", "paraphrases": ["What are some specific medical professions that are considered types of physician, either directly or through one intermediate category?", "List all occupations that are subclasses of physician, including those that are subclasses of those subclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q39631> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P106> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_3006", "question": "Afro-Uruguayan people with English names and no Wikipedia image", "sparql": "SELECT ?person ?label ?sitelinks WHERE { ?person wdt:P31 wd:Q5 ; wdt:P172 wd:Q3267254 ; rdfs:label ?label . FILTER (LANG(?label) = \"en\") . FILTER NOT EXISTS { ?person wdt:P18 [] } . OPTIONAL { ?person wikibase:sitelinks ?sitelinks } } ORDER BY DESC(?sitelinks) LIMIT 1000", "paraphrases": ["Who are the Afro-Uruguayan individuals who have English-language labels on Wikidata but no image on Wikimedia Commons?", "List Afro-Uruguayan humans with English labels and no image, sorted by Wikipedia notability (number of language editions)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> _:b7 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q3267254> . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ORDER BY DESC( ?var3 ) LIMIT 1000"}}
{"id": "val_3007", "question": "Is August 7 a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q2781 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does August 7 belong to a category that is a subclass of software?", "Check whether August 7 is classified under any category that descends from software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2781> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3008", "question": "What property links Barack Obama to the United States in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property WHERE {\n  wd:Q76 ?property wd:Q30 .\n}", "paraphrases": ["What is the relationship between Barack Obama and the United States according to Wikidata?", "Show me the direct property that connects Barack Obama (Q76) to the United States (Q30) in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q76> ?var1 <http://www.wikidata.org/entity/Q30> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3009", "question": "What are the key biographical details of Michele Arditi, including his birth and death dates, image, and identifiers like VIAF, GND, and BnF?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?dob ?dod ?sbn ?viaf ?treccani ?lccn ?gnd ?bnf WHERE {\n  wd:Q1931028 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q1931028 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P570 ?dod .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P396 ?sbn .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P214 ?viaf .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P1986 ?treccani .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P244 ?lccn .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P227 ?gnd .\n  }\n  OPTIONAL {\n    wd:Q1931028 wdt:P268 ?bnf .\n  }\n}", "paraphrases": ["Can you provide Michele Arditi\u2019s date of birth, date of death, SBN ID, VIAF ID, Treccani ID, LCCN, GND, and BnF ID, along with his image from Wikimedia Commons?", "Tell me about the Italian lawyer and academic Michele Arditi: when was he born and when did he die? Also, what are his authoritative identifiers and is there a portrait of him?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q1931028> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q1931028> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q1931028> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q1931028> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q1931028> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_3010", "question": "List of Polish citizens with their English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P27 wd:Q36 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = 'en' )\n}\nLIMIT 100", "paraphrases": ["Who are some people who are citizens of Poland?", "Show me up to 100 people who hold Polish citizenship, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36> . } LIMIT 100"}}
{"id": "val_3011", "question": "What is the English Wikipedia article about CERN?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article WHERE {\n  ?article rdf:type schema:Article ; schema:about wd:Q42944 ; schema:inLanguage \"en\" ; schema:isPartOf ?wiki .\n  ?wiki wikibase:wikiGroup \"wikipedia\" .\n}", "paraphrases": ["Find the English-language article on Wikipedia that is about the European Organization for Nuclear Research.", "Which English Wikipedia page is linked to the CERN entity on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q25954241> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> ?var2 . ?var2 <http://wikiba.se/ontology#wikiGroup> \"string1\". } LIMIT 1"}}
{"id": "val_3012", "question": "Children of Julius Caesar", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?child ?childLabel WHERE {\n  wd:Q1048 wdt:P40 ?child .\n  ?child rdfs:label ?childLabel .\n  FILTER(LANG(?childLabel) = \"en\")\n}", "paraphrases": ["Who are the children of Julius Caesar?", "List the English names of Julius Caesar\u2019s offspring."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q1048> <http://www.wikidata.org/prop/direct/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3013", "question": "List of writers in English", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?writerLabel WHERE {\n  ?writer wdt:P106 wd:Q36180 .\n  ?writer rdfs:label ?writerLabel .\n  FILTER ( LANG( ?writerLabel ) = \"en\" )\n}\nLIMIT 100000", "paraphrases": ["Who are some people whose occupation is writer, with their English names?", "Please provide the English labels of all individuals listed as writers on Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . } LIMIT 100000"}}
{"id": "val_3014", "question": "Politicians from Belarus and their birthplace coordinates", "sparql": "SELECT ?politician ?politicianLabel ?coordinates ?birthPlaceLabel WHERE { ?politician wdt:P27 wd:Q184 ; wdt:P106 wd:Q82955 ; wdt:P19 ?birthPlace . ?birthPlace wdt:P625 ?coordinates . ?politician rdfs:label ?politicianLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?politicianLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\")}", "paraphrases": ["Who are the politicians from Belarus, where were they born, and what are the coordinates of those birthplaces?", "List the English names of Belarusian politicians, their birthplaces, and the geographic coordinates of those birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q184> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3015", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0473658?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0473658\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0473658 on IMDb.", "Which Wikipedia pages in English and German discuss the movie that has the IMDb identifier tt0473658?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0473658\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3016", "question": "Who are the children of Johann Sebastian Bach?", "sparql": "SELECT ?child ?childLabel WHERE { wd:Q1339 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Children of Johann Sebastian Bach", "List all the children of the composer Johann Sebastian Bach."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P22> / <http://www.wikidata.org/prop/direct/P22> +) <http://www.wikidata.org/entity/Q1339> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_3017", "question": "Israeli mathematicians with English Wikipedia pages and images", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?wikipediaPage ( SAMPLE( ?image ) AS ?imageSample ) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q170790 .\n  ?person wdt:P27 wd:Q801 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?person .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nGROUP BY ?person ?personLabel ?wikipediaPage\nLIMIT 50", "paraphrases": ["Who are the Israeli mathematicians who have English-language Wikipedia articles and possibly an image on Wikimedia Commons?", "List Israeli mathematicians with their English names, Wikipedia links, and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q170790> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q801> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_3018", "question": "Who are the people who are married to someone born in the same country as themselves?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P26 ?spouse .\n  ?person wdt:P19 / wdt:P17 ?country .\n  ?spouse wdt:P19 / wdt:P17 ?country .\n}", "paraphrases": ["People married to a spouse born in the same country", "List all individuals whose spouse was born in the same country they were born in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P26> / <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P17> ) ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P26> / <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P2048> ) ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P17> ) ?var3 . }"}}
{"id": "val_3019", "question": "Humans with \"Obama\" in their name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( REGEX( ?humanLabel , \"Obama\" , \"i\" ) && langMatches( lang( ?humanLabel ) , \"en\" ) ) .\n}\nLIMIT 10", "paraphrases": ["Who are some humans whose names include \"Obama\"?", "List up to 10 humans whose English labels contain the word \"Obama\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( REGEX ( ?var1Label , \"string1\" ) ) ) . } LIMIT 10"}}
{"id": "val_3020", "question": "Who are the people whose occupation is writer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q36180 .\n}", "paraphrases": ["Can you list all individuals identified as writers in Wikidata?", "Show me the names of people who work as writers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q21043045> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3021", "question": "Humans with images on Wikimedia Commons but no specified gender.", "sparql": "SELECT ?human ?image WHERE { ?human wdt:P31 wd:Q5 . MINUS { ?human wdt:P21 [] . } ?human wdt:P18 ?image . }", "paraphrases": ["Which humans have uploaded images but do not have a gender specified in Wikidata?", "Show me the list of people identified as human in Wikidata who have a Commons image but lack any value for their sex or gender."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P21> [] . } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . }"}}
{"id": "val_3022", "question": "Image of Clive Barker with SNAC ARK ID w6xb120v", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6xb120v\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image for the entity with SNAC ARK ID w6xb120v?", "Show me the image linked to the SNAC ARK ID w6xb120v."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xb120v\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3023", "question": "Writers and their occupations in Wikidata", "sparql": "SELECT DISTINCT ?person ?occupationLabel ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 ?occupation . ?occupation wdt:P279* wd:Q36180 . ?occupation rdfs:label ?occupationLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?occupationLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the humans listed as writers (including screenwriters, poets, etc.) and what are their specific occupations?", "Please list all human writers along with their exact occupations, such as poet or screenwriter, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 200000"}}
{"id": "val_3024", "question": "What entities are associated with CERN, and what are their names?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value ?valueLabel ?cernLabel WHERE {\n  wd:Q42944 ?property ?value .\n  FILTER(isIRI(?value))\n  .\n  ?value rdfs:label ?valueLabel .\n  wd:Q42944 rdfs:label ?cernLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  FILTER(LANG(?cernLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["List all the organizations, locations, and people linked to CERN along with their labels.", "Show me what CERN is connected to in Wikidata, including the names of those connected entities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q17701193> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3025", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0058954.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0058954\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English or German Wikipedia and Wikiquote pages about the movie \"The Beach Girls and the Monster\"?", "Show me all language-specific pages (in English or German) linked to the movie with IMDb ID tt0058954."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0058954\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3026", "question": "Children of Johann Sebastian Bach", "sparql": "SELECT ?child WHERE { wd:Q1339 wdt:P40 ?child .}", "paraphrases": ["Who are the children of Johann Sebastian Bach?", "Provide a list of all individuals who are biological children of the composer Johann Sebastian Bach."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1339> <http://www.wikidata.org/prop/direct/P40> + ?var1 . }"}}
{"id": "val_3027", "question": "What are the different types of economists?", "sparql": "SELECT ?subclass WHERE { ?subclass wdt:P279 wd:Q188094 . }", "paraphrases": ["List all subclasses of the occupation economist.", "Which professions are considered specialized forms of economics?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q188094> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3028", "question": "List Brazilian astrophysicists with their gender and citizenships.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?gender ?genderLabel ?citizenship ?citizenshipLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q752129 .\n  ?person wdt:P27 wd:Q155 .\n  ?person wdt:P21 ?gender .\n  ?person wdt:P27 ?citizenship .\n  VALUES ( ?gender ?genderLabel ) {\n    ( wd:Q6581072 \"female\" ) ( wd:Q6581097 \"male\" )\n  }\n  OPTIONAL {\n    ?citizenship rdfs:label ?citizenshipLabel .\n    FILTER ( LANG( ?citizenshipLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Who are the astrophysicists from Brazil, and what are their genders and citizenships?", "Show me the names, genders, and all citizenships of astrophysicists who are citizens of Brazil."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q155> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q752129> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } OPTIONAL { } }"}}
{"id": "val_3029", "question": "Who are the grandchildren of Johann Sebastian Bach?", "sparql": "SELECT ?grandchild WHERE { wd:Q1339 (wdt:P40 / wdt:P40) ?grandchild .}", "paraphrases": ["List all descendants of Johann Sebastian Bach who are two generations removed.", "Which individuals are the children of Johann Sebastian Bach\u2019s children?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1339> ( <http://www.wikidata.org/prop/direct/P40> / <http://www.wikidata.org/prop/direct/P40> ) ?var1 . }"}}
{"id": "val_3030", "question": "Who were the actors that died on February 16, 2018?", "sparql": "SELECT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q33999 . ?actor wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"2018-02-16T00:00:00\"^^xsd:dateTime && ?deathDate < \"2018-02-17T00:00:00\"^^xsd:dateTime ) }", "paraphrases": ["List all humans with the occupation of actor who passed away on February 16, 2018.", "Find the actor whose date of death was February 16, 2018."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://schema.org/dateModified> ?var2 . FILTER ( ( ( ?var2 < \"2018-02-17T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 >= \"2018-02-161T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3031", "question": "Children of Johann Sebastian Bach", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?child ?childLabel WHERE {\n  ?child wdt:P22 wd:Q1339 .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}", "paraphrases": ["Who are the children of Johann Sebastian Bach?", "List the English names of all children of the composer Johann Sebastian Bach."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3032", "question": "What are the biographical details and authority identifiers for the Italian astronomer Giorgio Abetti?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?image ?dob ?dod ?sbn ?viaf ?treccani ?lccn ?gnd ?bnf WHERE {\n  wd:Q945807 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q945807 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P570 ?dod .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P396 ?sbn .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P214 ?viaf .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P1986 ?treccani .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P244 ?lccn .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P227 ?gnd .\n  }\n  OPTIONAL {\n    wd:Q945807 wdt:P268 ?bnf .\n  }\n}", "paraphrases": ["Can you provide Giorgio Abetti\u2019s date of birth, date of death, image, and IDs from VIAF, GND, Library of Congress, BnF, Treccani, and SBN?", "Show me the Wikipedia image and international library identifiers for Giorgio Abetti, including his birth and death dates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q945807> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q945807> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q945807> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q945807> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q945807> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_3033", "question": "What are Luigi Schiaparelli\u2019s date of birth, date of death, image, and authority IDs (SBN, VIAF, Treccani, LCCN, GND, BnF)?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?dob ?dod ?sbn ?viaf ?treccani ?lccn ?gnd ?bnf WHERE {\n  wd:Q1876256 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q1876256 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P570 ?dod .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P396 ?sbn .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P214 ?viaf .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P1986 ?treccani .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P244 ?lccn .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P227 ?gnd .\n  }\n  OPTIONAL {\n    wd:Q1876256 wdt:P268 ?bnf .\n  }\n}", "paraphrases": ["Can you provide the biographical details and international identifiers for the Italian historian Luigi Schiaparelli, including his birth and death dates, image, and IDs from SBN, VIAF, Treccani, LCCN, GND, and BnF?", "Please list Luigi Schiaparelli\u2019s English label, image, birth and death dates, and his identifiers from the SBN, VIAF, Treccani, Library of Congress, GND, and Biblioth\u00e8que nationale de France databases."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q1876256> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q1876256> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q1876256> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q1876256> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q1876256> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_3034", "question": "What is the image of the person with SNAC ARK ID w60k523r?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w60k523r\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image associated with the Social Networks and Archival Context identifier w60k523r.", "Find the photo of Emma Stone using her SNAC ARK ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60k523r\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3035", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2450440?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt2450440\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The Last of Robin Hood\".", "Give me links to the English and German Wikipedia pages related to the movie identified by tt2450440."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2450440\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3036", "question": "Who are the children of Johann Sebastian Bach?", "sparql": "SELECT ?var1 ?var1Label WHERE { wd:Q1339 wdt:P40 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Children of Johann Sebastian Bach with their names.", "List the names of Johann Sebastian Bach\u2019s children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1339> <http://www.wikidata.org/prop/direct/P40> ? ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3037", "question": "Humans who are writers", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 wd:Q36180 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people whose occupation is writer?", "List the names of all human writers in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q36180> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } }"}}
{"id": "val_3038", "question": "Children of Johann Sebastian Bach", "sparql": "SELECT ?child ?childLabel WHERE { ?child wdt:P22 wd:Q1339 . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["Who are the children of Johann Sebastian Bach?", "List the names of Johann Sebastian Bach\u2019s children in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q1339> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } }"}}
{"id": "val_3039", "question": "What companies own SunExpress Deutschland, and what are their official websites, Wikipedia pages, and types?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?owner ?ownerLabel ?wikipediaPage ?website ?instance WHERE {\n  wd:Q1726112 wdt:P127 ?owner .\n  ?wikipediaPage schema:about ?owner ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?owner wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?owner wdt:P31 ?instance .\n  }\n  ?owner rdfs:label ?ownerLabel .\n  FILTER ( LANG( ?ownerLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the parent companies of SunExpress Deutschland along with their English Wikipedia links, websites, and what kind of organizations they are?", "Show me the English Wikipedia pages, official websites, and classifications of the airlines that own SunExpress Deutschland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1726112> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3040", "question": "Gender of Samuel Jessurun de Mesquita", "sparql": "SELECT ?genderLabel WHERE { wd:Q2455247 wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\")}", "paraphrases": ["What is the gender of Samuel Jessurun de Mesquita?", "Show the English label for the gender of Samuel Jessurun de Mesquita."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2455247> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_3041", "question": "Wikipedia articles in English, French, or German about the movie with IMDb ID tt0110578.", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt0110578\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"fr\")) }", "paraphrases": ["What are the Wikipedia pages in English, German, or French for the film identified by IMDb ID tt0110578?", "Show me the Wikipedia articles in English, French, or German that describe the movie with IMDb ID tt0110578."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0110578\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3042", "question": "Who are the people whose occupations began after January 1, 2017?", "sparql": "SELECT ?person WHERE { ?person wdt:P106 ?occupation . ?occupation wdt:P580 ?startDate . FILTER (?startDate > \"2017-01-01T00:00:00Z\"^^xsd:dateTime) } LIMIT 10", "paraphrases": ["List individuals with occupations that started after 2017.", "Show me people associated with occupations that were established after 2017."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P580> ?var3 . FILTER ( ( ( ?var3 > \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_3043", "question": "Humans with phone numbers and their gender identities in English.", "sparql": "SELECT ?human ?phone ?genderLabel WHERE { ?human (wdt:P31/wdt:P279*) wd:Q5 ; wdt:P1329 ?phone ; wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["Which humans have phone numbers listed in Wikidata, and what are their gender labels in English?", "Show me a list of people who are humans (including subclasses), their phone numbers, and the English labels for their gender identities."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P1329> ?var2 ; <http://www.wikidata.org/prop/direct/P21:Label> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_3044", "question": "What is the gender of Marie Curie, and is it female?", "sparql": "SELECT ?gender ?genderLabel WHERE { wd:Q7186 wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = 'en') . FILTER(STR(?genderLabel) = \"female\") }", "paraphrases": ["Is Marie Curie identified as female in Wikidata?", "Show me the gender label of Marie Curie in English if it is 'female'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q28095102> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_3045", "question": "Paraguayan people with their gender and occupation, excluding those with Arabic descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?gender ?occupation ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q733 .\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  FILTER(NOT EXISTS {\n    ?person schema:description ?desc .\n    FILTER(LANG(?desc) = \"ar\")\n  })\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the people from Paraguay, what are their genders and occupations, and who doesn't have an Arabic-language description?", "List all humans who are citizens of Paraguay, along with their gender and occupation, but only if they don\u2019t have a description in Arabic."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q733> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ar\" ) ) ) . } ) ) . }"}}
{"id": "val_3046", "question": "Where was Matisyahu born?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?placeLabel WHERE {\n  wd:Q310582 wdt:P19 ?place .\n  ?place rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n}", "paraphrases": ["Birthplace of Matisyahu", "Tell me the city where Matisyahu was born."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1Label <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q310582> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3047", "question": "Painters associated with the Renaissance movement", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?movementLabel WHERE {\n  ?person wdt:P106 wd:Q1028181 .\n  ?person wdt:P135 wd:Q4692 .\n  BIND(wd:Q4692 AS ?movement)\n  .\n  ?person rdfs:label ?personLabel .\n  ?movement rdfs:label ?movementLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  FILTER(LANG(?movementLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the painters linked to the Renaissance?", "List the names of painters who worked during the Renaissance, along with the name of the movement."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.wikidata.org/prop/direct/P135> <http://www.wikidata.org/entity/Q4692> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q4692> . } } LIMIT 100"}}
{"id": "val_3048", "question": "What are Barack Obama\u2019s properties in Chinese, along with the count and labels of their values?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?propLabel ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q76 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"zh\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"zh\" ) .\n}\nGROUP BY ?property", "paraphrases": ["In Chinese, what are the labels of the properties used by Barack Obama, how many values does each have, and what are those values?", "Show me a summary in Chinese of all properties associated with Barack Obama, including how many values each has and what those values are labeled as in Chinese."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q76> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"zh\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"zh\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_3049", "question": "What administrative region and country is Centrum in?", "sparql": "SELECT DISTINCT ?context WHERE { wd:Q2101377 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?context .}", "paraphrases": ["Which country and district contain the quarter of Centrum in Suriname?", "Show me the direct administrative and national context of Centrum, Suriname."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2101377> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3050", "question": "What Wikipedia and Commons pages are about OFD, the airline with official website fliegofd.de?", "sparql": "SELECT ?item ?itemLabel ?page WHERE { { ?item wdt:P856 <https://www.fliegofd.de/> . } UNION { ?item wdt:P856 <http://www.fliegofd.de/> . } ?page schema:about ?item . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\") }", "paraphrases": ["Which Wikipedia and Wikimedia Commons pages discuss the German airline OFD, whose official website is fliegofd.de?", "List all external pages (like Wikipedia and Commons) linked to the Wikidata item for OFD, which has the official website www.fliegofd.de."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.fliegofd.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.fliegofd.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.fliegofd.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.fliegofd.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3051", "question": "Printmakers who are human and their countries of citizenship.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?printmaker ?printmakerLabel ?countryLabel WHERE {\n  ?printmaker wdt:P31 wd:Q5 ; wdt:P106 wd:Q11569986 .\n  OPTIONAL {\n    ?printmaker wdt:P27 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  ?printmaker rdfs:label ?printmakerLabel .\n  FILTER ( LANG( ?printmakerLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the human printmakers, and which countries are they citizens of?", "List the names of human printmakers along with their countries of citizenship, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11569986> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200000"}}
{"id": "val_3052", "question": "Who are the deceased television actors?", "sparql": "SELECT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q10798782 . ?actor wdt:P569 ?birth . ?actor wdt:P570 ?death . ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") }", "paraphrases": ["List all television actors who have passed away.", "Which people worked as television actors and are no longer alive?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10798782> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . }"}}
{"id": "val_3053", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1700844?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1700844\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1700844 on IMDb.", "Which Wikipedia pages in English and German discuss the movie \"The Deep Blue Sea\" (IMDb: tt1700844)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1700844\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3054", "question": "Magazines in Germany with official websites", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?magazine ?magazineLabel ?website WHERE {\n  ?magazine wdt:P31 wd:Q41298 .\n  ?magazine wdt:P17 wd:Q183 .\n  OPTIONAL {\n    ?magazine wdt:P856 ?website .\n  }\n  ?magazine rdfs:label ?magazineLabel .\n  FILTER(LANG(?magazineLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the English-named magazines based in Germany, and what are their official websites?", "List the English labels of magazines in Germany along with their official URLs, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41298> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . } LIMIT 100"}}
{"id": "val_3055", "question": "List 100 male humans in Wikidata, sorted alphabetically.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P21 wd:Q6581097 ; wdt:P31 wd:Q5 .\n}\nORDER BY ASC(?item)\nLIMIT 100", "paraphrases": ["Who are 100 male humans in Wikidata, ordered by their item IDs?", "Show me a list of 100 male persons from Wikidata, sorted in ascending order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <https://www.wikidata.org/wiki/Property:P21> <https://www.wikidata.org/wiki/Q6581097> . } ORDER BY ASC( ?var1 ) LIMIT 100"}}
{"id": "val_3056", "question": "Is Nytorpsravinen a type of software?", "sparql": "ASK WHERE { wd:Q30178652 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the nature reserve Nytorpsravinen belong to a classification hierarchy that includes software?", "Confirm whether Nytorpsravinen is categorized under software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q30178652> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3057", "question": "What is the image of the person with SNAC ARK ID w6bp02k8?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6bp02k8\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find an image on Wikimedia Commons for John Greenway, identified by the SNAC ARK ID w6bp02k8?", "Show the image associated with the Social Networks and Archival Context identifier w6bp02k8, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bp02k8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3058", "question": "Entities with Catalonia as country of citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P27 wd:Q5705 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = 'en' )\n}\nLIMIT 10", "paraphrases": ["Who are the people or families that have Catalonia as their country of citizenship?", "List all entities that are citizens of Catalonia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q5705> . } LIMIT 101"}}
{"id": "val_3059", "question": "Who are the top 10 most popular poets based on the number of Wikipedia language editions about them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?person wdt:P106 wd:Q49757 .\n  ?sitelink schema:about ?person ; schema:isPartOf ?wikipedia .\n  FILTER(STRSTARTS(STR(?wikipedia) , \"https://\"))\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nGROUP BY ?person ?personLabel\nORDER BY DESC(?sitelinkCount)\nLIMIT 10", "paraphrases": ["List the 10 poets with the most Wikipedia language versions, along with their English names and the count of languages.", "Which poets have the highest global Wikipedia presence, measured by the number of language versions of their articles?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q49757> . SERVICE <http://dbpedia.org/sparql> { ?var1 ( <http://purl.org/voc/vrank#hasRank> / <http://purl.org/voc/vrank#rankValue> ) ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_3060", "question": "Who were the participants of the Manhattan Project, and what were their countries of citizenship and birth?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE {\n  ?var1 wdt:P1344 wd:Q127050 ; wdt:P27 ?var2 ; wdt:P19 ?var4 .\n  ?var4 wdt:P17 ?var3 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  ?var3 rdfs:label ?var3Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n  FILTER(LANG(?var3Label) = \"en\")\n}\nORDER BY DESC(?var3Label)", "paraphrases": ["List the names of people who worked on the Manhattan Project, along with their citizenship and the country where they were born, sorted by birth country in descending order.", "Which countries were the birthplaces of Manhattan Project scientists, and what citizenships did they hold?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1344> <http://www.wikidata.org/entity/Q127050> ; <http://www.wikidata.org/prop/direct/P27> ?var2 ; <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P17> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3Label )"}}
{"id": "val_3061", "question": "Who were born in Chekhov, Russia?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P19 wd:Q198087 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = 'en' )\n}", "paraphrases": ["List people with Chekhov as their place of birth.", "Which individuals have Chekhov listed as their birthplace in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q198087> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3062", "question": "What Wikipedia pages are about Deutsche Welle, whose official website is dw.com?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P856 <https://www.dw.com/> . ?wikipediaPage schema:about ?item .}", "paraphrases": ["Which Wikipedia articles are linked to the official website https://www.dw.com/?", "Show me all Wikipedia pages that mention Deutsche Welle, the German international broadcaster with the official website dw.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.dw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.dw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.dw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.dw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.dw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.dw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://dw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://dw.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://dw.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://dw.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3063", "question": "Who are the female Greek actors born before 1900?", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 ; wdt:P106 wd:Q33999 ; wdt:P27 wd:Q41 ; wdt:P21 wd:Q6581072 ; wdt:P569 ?birthDate ; rdfs:label ?actorLabel . FILTER (?birthDate < \"1900-01-01T00:00:00\"^^xsd:dateTime) FILTER (LANG(?actorLabel) = \"en\") }", "paraphrases": ["List the English names of women from Greece who worked as actors and were born before the year 1900.", "Can you find early 19th-century Greek actresses with English-language labels in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q41> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var2 < \"18-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_3064", "question": "Catalan-speaking authors born before 1930, with their country, birth date, and native name.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?authorLabel ?countryLabel ?birthDate ?deathDate ?viafId ?nativeName ?birthName WHERE {\n  ?author wdt:P106 wd:Q482980 .\n  ?author wdt:P1412 wd:Q7026 .\n  OPTIONAL {\n    ?author wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?author wdt:P27 ?country .\n  }\n  OPTIONAL {\n    ?author wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    ?author wdt:P214 ?viafId .\n  }\n  OPTIONAL {\n    ?author wdt:P1559 ?nativeName .\n  }\n  OPTIONAL {\n    ?author wdt:P1477 ?birthName .\n  }\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  FILTER ( YEAR( ?birthDate ) < 1930 ) FILTER NOT EXISTS {\n    ?author wdt:P106 wd:Q36180\n  }\n}\nLIMIT 10", "paraphrases": ["Who are the authors who speak Catalan and were born before 1930, and what are their countries and native names?", "List authors who write in Catalan and were born before 1930, showing their country, birth date, and native name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6Label ?var7Label ?var8Label ?var9 ?var10 ?var11Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q482980> . ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q7026> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P742> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P103> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,cat\". } FILTER ( ( ( YEAR ( ?var3 ) < \"1930\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/49757> . } ) ) . }"}}
{"id": "val_3065", "question": "Chilean people with Spanish names, genders, birth dates, and surnames", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ( SAMPLE( ?genderLabel ) AS ?genderName ) ( SAMPLE( ?birthDate ) AS ?birth ) ( SAMPLE( ?familyName ) AS ?surname ) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q298 .\n  ?person rdfs:label ?label .\n  ?person wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P734 ?family .\n  ?family rdfs:label ?familyName .\n  FILTER ( LANG( ?label ) = \"es\" ) FILTER ( LANG( ?genderLabel ) = \"es\" ) FILTER ( LANG( ?familyName ) = \"es\" )\n}\nGROUP BY ?label\nLIMIT 20", "paraphrases": ["Who are some Chilean people whose names, genders, and surnames are available in Spanish, along with their birth dates?", "Show me a list of 20 Chilean individuals with their Spanish names, gender, birth dates, and family names."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 ) WHERE { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var7 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q298> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var7 <http://www.wikidata.org/prop/direct/P21> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var7 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var7 <http://www.wikidata.org/prop/direct/P734> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . ?var7 <http://www.wikidata.org/prop/direct/P22> ?var10 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var11 . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var6 ) = \"es\" ) ) ) . } GROUP BY ?var1 LIMIT 20"}}
{"id": "val_3066", "question": "People born in the Armenian Soviet Socialist Republic", "sparql": "SELECT ?person ?statement (SAMPLE(?qv) AS ?qualifierValue) WHERE { ?person p:P19 ?statement . ?statement ps:P19 wd:Q132856 . OPTIONAL { ?statement ?qualifierProperty ?qv . ?qualifierProperty wikibase:qualifier true . } } GROUP BY ?person ?statement LIMIT 101", "paraphrases": ["Who were born in the Armenian Soviet Socialist Republic?", "List people who were born in the Armenian Soviet Socialist Republic, along with any additional details (like birth date or sources) recorded in their Wikidata statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q132856> . ?var1 <http://www.wikidata.org/prop/P106> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3067", "question": "British artists and their subclasses", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person (wdt:P106/wdt:P279*) wd:Q483501 . ?person wdt:P27 wd:Q145 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 5000", "paraphrases": ["Who are the artists from the United Kingdom?", "List all UK citizens whose occupation is artist or a type of artist."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q483501> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_3068", "question": "Who are the male citizens of India, ordered by their birth date, and what positions did they hold?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?position ?birthDate WHERE {\n  ?person wdt:P27 wd:Q668 .\n  ?person wdt:P21 wd:Q6581097 .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person wdt:P39 ?position .\n  }\n}\nORDER BY ASC(?birthDate)\nLIMIT 200", "paraphrases": ["List ancient and modern Indian men along with their birth years and any public offices they held.", "Find all male Indian individuals from Wikidata, sorted from oldest to youngest, and show any positions they held."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var3 ) LIMIT 200"}}
{"id": "val_3069", "question": "How many humans with occupation Q13365117 have no known place of birth?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(DISTINCT ?person) AS ?count) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q13365117 .\n  FILTER NOT EXISTS {\n    ?person wdt:P19 ?birthPlace .\n  }\n}", "paraphrases": ["Find the count of people who are humans, have the occupation identified as Q13365117, and do not have a birthplace listed.", "How many individuals classified as humans and belonging to the occupation Q13365117 are missing birthplace information in Wikidata?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13365117> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . }"}}
{"id": "val_3070", "question": "Humans with their country of citizenship, date of birth, gender, and names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?countryLabel ?birthDate ?genderLabel ?humanLabel WHERE {\n  ?human ( wdt:P31 / wdt:P279 * ) wd:Q5 ; wdt:P27 ?country ; wdt:P569 ?birthDate ; wdt:P21 ?gender .\n  ?country rdfs:label ?countryLabel .\n  ?gender rdfs:label ?genderLabel .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) FILTER ( LANG( ?genderLabel ) = \"en\" ) FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 10000", "paraphrases": ["Who are some humans, what is their country of citizenship, when were they born, what is their gender, and what are their full names?", "List 10,000 humans along with their country of citizenship, date of birth, gender, and full name, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P27> ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var3 ; <http://www.wikidata.org/prop/direct/P21> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_3071", "question": "Female humans born in Chile with no image and no recorded date of death, sorted by Wikipedia popularity.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label ?sitelinkCount WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  {\n    ?person wdt:P19 wd:Q298 .\n  } UNION {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace wdt:P131 * wd:Q298 .\n  } MINUS {\n    ?person wdt:P18 ?image .\n    ?person wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    ?person wikibase:sitelinks ?sitelinkCount\n  }\n}\nORDER BY DESC ( ?sitelinkCount )\nLIMIT 1000", "paraphrases": ["Who are the living Chilean women who don\u2019t have a photo on Wikipedia, listed by how many language versions of their Wikipedia page exist?", "List the English-named female Chilean individuals who are still alive and have no uploaded image, ordered by the number of Wikipedia language editions they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> _:b2 . ?var1 <http://www.wikidata.org/prop/direct/P570> _:b2 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q298> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q298> . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ORDER BY DESC( ?var3 ) LIMIT 1000"}}
{"id": "val_3072", "question": "Male actors from Middle Eastern countries born between 1988 and 1999 with English labels.", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q33999 . ?actor wdt:P27 ?country . ?country wdt:P361 wd:Q7204 . ?actor wdt:P21 wd:Q6581097 . ?actor wdt:P569 ?birthDate . ?actor rdfs:label ?actorLabel . FILTER ( ?birthDate >= \"1988-01-01T00:00:00\"^^xsd:dateTime ) FILTER ( ?birthDate < \"2000-01-01T00:00:00\"^^xsd:dateTime ) FILTER ( LANG(?actorLabel) = \"en\" ) }", "paraphrases": ["Who are the male actors from Middle Eastern countries who were born between 1988 and 1999 and have English-language names?", "List the English names of male actors from Middle Eastern nations born from 1988 up to but not including the year 2000."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q7204> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var3 > \"1988-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 != \"2000-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_3073", "question": "Cultural heritage sites in Switzerland with heritage designation or Wiki Loves Monuments ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?wlmId WHERE {\n  ?item wdt:P17 wd:Q39 .\n  {\n    ?item wdt:P1435 ?heritage\n  } UNION {\n    ?item wdt:P2186 ?wlmId\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["What are the cultural heritage sites in Switzerland that are listed in Wiki Loves Monuments or have a formal heritage designation?", "List the names of heritage sites in Switzerland that have either a heritage status or a Wiki Loves Monuments ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(9 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(9 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3074", "question": "Descendants of Frederick Barbarossa born after 1950 with English labels and birth dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?descendant ?label ?dob WHERE {\n  wd:Q79789 wdt:P40 + ?descendant .\n  ?descendant wdt:P569 ?dob .\n  ?descendant rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(YEAR(?dob) >= 1950)\n}\nORDER BY ?dob\nLIMIT 100", "paraphrases": ["Who are the descendants of Frederick Barbarossa born after 1950, and what are their English names and birth dates?", "List the English names and birth dates of all known descendants of Frederick Barbarossa who were born in 1950 or later."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q79789> ( <http://www.wikidata.org/prop/direct/P40> / <http://www.wikidata.org/prop/direct/P40> *) [ <http://www.wikidata.org/prop/direct/P569> ?var1 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label ] . FILTER ( ( ( YEAR ( ?var1 ) >= \"1950\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_3075", "question": "What are some English words that refer to females?", "sparql": "SELECT ?lexeme ?lexemeLabel WHERE { ?lexeme wdt:P21 wd:Q6581072 . ?lexeme rdfs:label ?lexemeLabel . FILTER(LANG(?lexemeLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list lexemes in Wikidata that have \"female\" as their sex or gender?", "Which English-language terms in Wikidata are associated with the female gender?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q29557977> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_3076", "question": "Female French actors born after 1988", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?actor ?actorLabel WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P27 wd:Q142 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P569 ?birthDate .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( ?birthDate > \"1988-12-31T00:00:00\" ^^ xsd:dateTime ) FILTER ( LANG( ?actorLabel ) = \"en\" )\n}", "paraphrases": ["Who are the female French actors born after December 31, 1988?", "List the English names of all female French actors born after 1988."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q121842> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var2 > \"1988-12-31T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_3077", "question": "How many Spanish Wikipedia-documented people born after 1970 are there by gender and occupation?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT ?genderLabel ?occupationLabel(COUNT(?person) AS ?count) WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P21 ?gender ; wdt:P27 wd:Q29 ; wdt:P106 ?occupation ; p:P569 / psv:P569 / wikibase:timeValue ?birthDate .\n  ?article schema:about ?person ; schema:isPartOf <https://es.wikipedia.org/> .\n  ?gender rdfs:label ?genderLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(YEAR(?birthDate) > 1970)\n  FILTER(LANG(?genderLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nGROUP BY ?occupationLabel ?genderLabel\nORDER BY ASC(?occupationLabel) ASC(?genderLabel) DESC(?count)", "paraphrases": ["What are the most common occupations among Spanish citizens born after 1970, broken down by gender, based on their Spanish Wikipedia articles?", "List the count of Spanish citizens born after 1970 who have Spanish Wikipedia pages, grouped by their gender and occupation, sorted by occupation, gender, and descending count."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> ?var1 ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> ; <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var3 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var5 . ?var5 <http://wikiba.se/ontology#timeValue> ?var6 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> ?var3 ; <http://schema.org/isPartOf> <https://es.wikipedia.org/> . FILTER ( ( ( YEAR ( ?var6 ) > \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } GROUP BY ?var2Label ?var1Label ORDER BY ASC( ?var2Label )ASC( ?var1Label ) DESC( ?var4 )"}}
{"id": "val_3078", "question": "American male film actors with their birth dates, images, and Wikipedia sitelink counts.", "sparql": "SELECT ?actor ?image ?dateOfBirth ?sitelinkCount ?label WHERE { ?actor wdt:P106 wd:Q10800557 . ?actor wdt:P27 wd:Q30 . ?actor wdt:P21 wd:Q6581097 . ?actor wdt:P31 wd:Q5 . OPTIONAL { ?actor wdt:P18 ?image . } OPTIONAL { ?actor wdt:P569 ?dateOfBirth . } OPTIONAL { ?actor wikibase:sitelinks ?sitelinkCount . } ?actor rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who are the male film actors from the United States, and what are their birth dates, images, and number of Wikipedia language editions?", "List all male American film actors along with their English names, optional photos, dates of birth, and how many Wikipedia pages exist about them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( !( BOUND ( ?var6 ) ) ) ) . }"}}
{"id": "val_3079", "question": "Monuments in Ireland with Wiki Loves Monuments ID starting with IE- and their coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monumentLabel ?coordinates WHERE {\n  ?monument wdt:P17 wd:Q27 ; wdt:P2186 ?wlmId ; wdt:P625 ?coordinates ; rdfs:label ?monumentLabel .\n  FILTER(STRSTARTS(?wlmId , \"IE-\"))\n  FILTER(LANG(?monumentLabel) = \"en\")\n}", "paraphrases": ["What are the names and geographic coordinates of monuments in Ireland that are part of the Wiki Loves Monuments project with IDs starting with IE-?", "Please list the English names and locations of all monuments in Ireland that have a Wiki Loves Monuments ID beginning with IE-."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q27> . ?var3 <http://www.wikidata.org/prop/direct/P2186> ?var4 . FILTER ( ( STRSTARTS ( ?var4 , \"IE-\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3080", "question": "Heritage sites in County Donegal with Wiki Loves Monuments ID or heritage designation", "sparql": "SELECT ?item ?itemLabel ?image ?type ?typeLabel WHERE { { ?item p:P1435 [] } UNION { ?item p:P2186 [] } ?item wdt:P131 wd:Q179424 . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P31 ?type . } ?item rdfs:label ?itemLabel . OPTIONAL { ?type rdfs:label ?typeLabel . } } LIMIT 50", "paraphrases": ["What are the heritage-listed monuments in County Donegal, Ireland, and what types are they?", "List all monuments in County Donegal that are either officially designated or included in Wiki Loves Monuments, along with their images and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(-6 55)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(-6 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3081", "question": "English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0119256.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  VALUES ?imdbId {\n    \"tt0119256\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What English and German language pages on Wikipedia and Wikiquote are about the movie Hard Eight (IMDb: tt0119256)?", "Show me the English and German language web pages linked to the movie Hard Eight via its IMDb ID tt0119256."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0119256\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3082", "question": "List 300 humans with their gender and names from Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ( SAMPLE( ?label ) AS ?humanLabel ) ?gender WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P21 ?gender .\n  ?human rdfs:label ?label .\n}\nGROUP BY ?human ?gender\nLIMIT 300", "paraphrases": ["Who are 300 humans and what are their genders according to Wikidata?", "Show me 300 people who are identified as human in Wikidata, along with their names and gender identities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } } LIMIT 300"}}
{"id": "val_3083", "question": "What are the multilingual labels and Italian Wikipedia link for G\u00e9ant Casino?", "sparql": "SELECT ?var1Label ?var3 ?var4 ?var6 WHERE { OPTIONAL { wd:Q1380537 rdfs:label ?var1Label . FILTER (LANG(?var1Label) IN (\"it\", \"en\", \"de\", \"fr\")) } OPTIONAL { wd:Q1380537 wdt:P18 ?var3 . } OPTIONAL { wd:Q1380537 wdt:P625 ?var4 . } OPTIONAL { ?var6 rdf:type schema:Article ; schema:about wd:Q1380537 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> . } } ORDER BY (LANG(?var1Label))", "paraphrases": ["Can you show me the German, English, French, and Italian labels for G\u00e9ant Casino, along with its Italian Wikipedia page?", "Please retrieve the labels for G\u00e9ant Casino in German, English, French, and Italian, and include the link to its article on the Italian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1380537> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1380537> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1380537> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1380537> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1380537> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3084", "question": "Types of scientists in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q901 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some examples of scientist professions listed in Wikidata?", "Show me all the specific roles that are classified as scientists on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q901> . } LIMIT 100"}}
{"id": "val_3085", "question": "Female Canadian actors born before 1978", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q33999 .\n  ?person wdt:P27 wd:Q16 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P569 ?birthDate .\n  FILTER ( ?birthDate < \"1978-01-01T00:00:00\" ^^ xsd:dateTime ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the female Canadian actors born before January 1, 1978?", "List all female Canadian actors who were born before 1978."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . FILTER ( ( ( ?var3 < \"1978-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3086", "question": "What Wikipedia articles are about booking.com?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?about WHERE {\n  ?item wdt:P856 ?url .\n  FILTER ( REGEX( STR( ?url ) , \"^https?://(www\\\\.)?booking\\\\.com(/)?$\" ) ) .\n  ?about schema:about ?item .\n}", "paraphrases": ["Which Wikipedia pages discuss the official website booking.com?", "Show me all the Wikipedia articles that are linked to booking.com as their official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.loveholidays.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.loveholidays.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.loveholidays.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.loveholidays.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.loveholidays.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.loveholidays.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://loveholidays.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://loveholidays.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://loveholidays.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://loveholidays.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3087", "question": "Indian actors with their date of birth, image, birthplace, spouse, language, and children.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor ?actorLabel ?dob ?image ?birthPlaceLabel ?spouseLabel ?languageLabel ( GROUP_CONCAT( DISTINCT ?childLabel ; SEPARATOR = \", \" ) AS ?childrenLabel ) WHERE {\n  ?actor wdt:P27 wd:Q668 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P569 ?dob .\n  ?actor wdt:P18 ?image .\n  ?actor wdt:P19 ?birthPlace .\n  ?actor wdt:P26 ?spouse .\n  ?actor wdt:P1412 ?language .\n  ?actor wdt:P40 ?child .\n  ?actor rdfs:label ?actorLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  ?language rdfs:label ?languageLabel .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" ) FILTER ( LANG( ?birthPlaceLabel ) = \"en\" ) FILTER ( LANG( ?spouseLabel ) = \"en\" ) FILTER ( LANG( ?languageLabel ) = \"en\" ) FILTER ( LANG( ?childLabel ) = \"en\" )\n}\nGROUP BY ?actor ?actorLabel ?dob ?image ?birthPlaceLabel ?spouseLabel ?languageLabel", "paraphrases": ["Who are Indian actors, and what are their birth dates, places of birth, spouses, languages, and children?", "List Indian actors along with their photos, birth dates, birthplaces, spouses, spoken languages, and children\u2019s names, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6Label ( GROUP_CONCAT ( DISTINCT ?var7 ) AS ?var7Label ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6Label"}}
{"id": "val_3088", "question": "What Wikipedia articles are about Der Spiegel, given its official website is spiegel.de?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  {\n    ?var1 wdt:P856 <https://www.spiegel.de/> .\n  } UNION {\n    ?var1 wdt:P856 <http://www.spiegel.de/> .\n  }\n  ?var2 schema:about ?var1 .\n  FILTER ( STRSTARTS( STR( ?var2 ) , \"https://\" ) && CONTAINS( STR( ?var2 ) , \".wikipedia.org\" ) ) {\n    SELECT ?var1 ( SAMPLE( ?label ) AS ?var1Label ) WHERE {\n      ?var1 rdfs:label ?label .\n      FILTER ( LANG( ?label ) = \"en\" || LANG( ?label ) = \"de\" )\n    }\n    GROUP BY ?var1\n  }\n}\nORDER BY ?var2", "paraphrases": ["Which language editions of Wikipedia have articles about Der Spiegel, whose official website is https://www.spiegel.de/?", "List all Wikipedia pages that discuss Der Spiegel, using its official website (spiegel.de) to identify the entity."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.spiegel.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.spiegel.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3089", "question": "What is the official website of Outrigger Hotels & Resorts, and what is its English Wikipedia page?", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage WHERE { ?item wdt:P856 <http://www.outrigger.com> . ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you find the English Wikipedia page and label for the company with the official website outrigger.com?", "Which company has the official website http://www.outrigger.com, and what is its English Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outrigger.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.outrigger.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://outrigger.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://outrigger.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://outrigger.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://outrigger.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3090", "question": "Who is the American actor and rapper Will Smith born on September 25, 1968?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Will Smith\" @en ; wdt:P31 wd:Q5 ; wdt:P106 wd:Q33999 ; wdt:P569 \"1968-09-25T00:00:00Z\"^^xsd:dateTime . }", "paraphrases": ["Which person named Will Smith is an actor and was born on September 25, 1968?", "Find the Wikidata entity for Will Smith, the actor born in 1968, who is known for films like \"Independence Day\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Will Smith\"@en . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P295> * <http://www.wikidata.org/entity/Q10798782> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3091", "question": "Image of William Blackwood on Wikimedia Commons", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q3568439 wdt:P18 ?image\n}", "paraphrases": ["What is the image of William Blackwood?", "Show me the Wikimedia Commons image of William Blackwood."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cj8bm0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3092", "question": "Image of the person with SNAC ARK ID w62w5dqp", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w62w5dqp\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w62w5dqp?", "Show me the Wikimedia Commons image for the entity identified by the SNAC ARK ID w62w5dqp."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62w5dqp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3093", "question": "Is Tinus de Jongh an actor who was born in Amsterdam?", "sparql": "ASK WHERE { wd:Q7808549 wdt:P106 wd:Q1734662 ; wdt:P19 wd:Q727 . }", "paraphrases": ["Was Tinus de Jongh both an actor and born in Amsterdam?", "Does the person Q7808549 have the occupation of actor and place of birth as Amsterdam?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q7808549> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_3094", "question": "Image of the person with SNAC ARK ID w6fj2hnv", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6fj2hnv\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Marie Trintignant in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6fj2hnv."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6fj2hnv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3095", "question": "What Wikipedia articles are about CheapTickets, the online travel company?", "sparql": "SELECT ?item ?itemLabel ?related WHERE { ?item wdt:P856 <https://www.cheaptickets.com/> . ?related schema:about ?item . }", "paraphrases": ["Which entities have an official website at https://www.cheaptickets.com/, and what resources are about them?", "Find the official website of CheapTickets and list all resources that mention it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tickets.ee/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tickets.ee/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tickets.ee/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tickets.ee/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tickets.ee> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tickets.ee> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tickets.ee> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tickets.ee> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tickets.ee/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tickets.ee/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3096", "question": "Female Argentine painters with Spanish Wikipedia pages, ranked by number of Wikipedia articles about them.", "sparql": "SELECT ?painter ?painterLabel ( COUNT( DISTINCT ?wikipediaPage ) AS ?wikipediaCount ) WHERE { ?painter wdt:P31 wd:Q5 . ?painter wdt:P21 wd:Q6581072 . ?painter wdt:P106 wd:Q1028181 . ?painter wdt:P27 wd:Q414 . ?wikipediaPage schema:about ?painter . ?painter rdfs:label ?painterLabel . FILTER (lang(?painterLabel) = \"en\") . FILTER ( EXISTS { ?spanishArticle schema:about ?painter . ?spanishArticle schema:inLanguage \"es\" . ?spanishArticle schema:isPartOf <https://es.wikipedia.org/> . } ) } GROUP BY ?painter ?painterLabel ORDER BY DESC ( ?wikipediaCount )", "paraphrases": ["Who are the female Argentine painters with the most Wikipedia pages in Spanish, and how many are there for each?", "List the English-named female painters from Argentina who are known for painting and have at least one Spanish Wikipedia article, sorted by how many Wikipedia pages exist about them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"es\". ?var4 <http://schema.org/isPartOf> <https://es.wikipedia.org/> . } ) ) . } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_3097", "question": "Female Canadian actors born after 1993 with English labels", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q33999 . ?actor wdt:P27 wd:Q16 . ?actor wdt:P21 wd:Q6581072 . ?actor wdt:P569 ?dateOfBirth . FILTER ( ?dateOfBirth > \"1993-01-01T00:00:00\"^^xsd:dateTime ) ?actor rdfs:label ?actorLabel . FILTER (LANG(?actorLabel) = \"en\") }", "paraphrases": ["Who are the female Canadian actresses born after 1993, and what are their English names?", "List the English names of all female Canadian actors born after January 1, 1993."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 > \"1993-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( NOT EXISTS { <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3098", "question": "List active church buildings in the Czech Republic with their English/Czech names and Czech Wikipedia links.", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P17 wd:Q213 . ?var1 wdt:P31 wd:Q16970 . OPTIONAL { ?var1 rdfs:label ?var1Label . } OPTIONAL { ?var2 schema:about ?var1 . ?var2 schema:inLanguage \"cs\" . } MINUS { ?var1 wdt:P31 wd:Q19899465 . } }", "paraphrases": ["What are the names of current church buildings in the Czech Republic, and which ones have Czech-language Wikipedia pages?", "Show me all church buildings in the Czech Republic that are still in use, along with their labels in any language and their corresponding Czech Wikipedia articles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19899465> . } }"}}
{"id": "val_3099", "question": "What Wikipedia articles are about Orient Thai Airlines, based on its official website flyorientthai.com?", "sparql": "SELECT ?airline ?airlineLabel ?wikipediaPage WHERE { ?airline wdt:P856 ?website . FILTER regex(STR(?website), \"^(https?://)?(www\\\\.)?flyorientthai\\\\.com(/)?$\", \"i\") . ?airline rdfs:label ?airlineLabel . ?wikipediaPage schema:about ?airline . FILTER(STRSTARTS(STR(?wikipediaPage), \"https://\") && CONTAINS(STR(?wikipediaPage), \".wikipedia.org/\")) }", "paraphrases": ["Which language versions of Wikipedia have articles about Orient Thai Airlines, given that its official website is flyorientthai.com?", "Show me all Wikipedia pages linked to Orient Thai Airlines through its official website, www.flyorientthai.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.flyorientthai.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.flyorientthai.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flyorientthai.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flyorientthai.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flyorientthai.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flyorientthai.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flyorientthai.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flyorientthai.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flyorientthai.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flyorientthai.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3100", "question": "Female humans in Wikidata with English labels", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 wd:Q6581072 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") }", "paraphrases": ["Who are the female humans listed in Wikidata with their English names?", "List all female humans from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3101", "question": "Economists from Argentina with Spanish Wikipedia pages", "sparql": "SELECT ?personLabel ?wikipediaPage (STRAFTER(STR(?wikipediaPage), \"https://es.wikipedia.org/wiki/\") AS ?wikipediaPageLabel) WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 wd:Q188094 . ?person wdt:P27 wd:Q414 . ?wikipediaPage schema:about ?person . ?wikipediaPage schema:isPartOf <https://es.wikipedia.org/> . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\" || LANG(?personLabel) = \"es\") }", "paraphrases": ["Who are the economists from Argentina that have articles on the Spanish Wikipedia, and what are the titles of those articles?", "List the names of Argentine economists and their corresponding Spanish Wikipedia page titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q188094> . ?var3 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . ?var4 <http://schema.org/about> ?var6 . ?var4 <http://schema.org/isPartOf> <https://es.wikipedia.org/> . }"}}
{"id": "val_3102", "question": "Argentine humans with occupations and gender, excluding those with Arabic descriptions.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?gender ?occupation ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q414 .\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  FILTER(NOT EXISTS {\n    ?person schema:description ?desc .\n    FILTER(LANG(?desc) = \"ar\")\n  })\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the Argentine citizens who have known occupations and gender, and do not have an Arabic-language description on Wikidata?", "List all humans from Argentina, including their gender and occupation, but only if they don\u2019t have a description in Arabic, and show their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ar\" ) ) ) . } ) ) . }"}}
{"id": "val_3103", "question": "Church buildings in Slovakia with images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var3 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q16970 .\n  ?var1 wdt:P17 wd:Q214 .\n  ?var1 rdfs:label ?var1Label .\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the church buildings in Slovakia, and what are their images and English names?", "List the English names and images of all church buildings located in Slovakia."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sk\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q214> . } LIMIT 100"}}
{"id": "val_3104", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt3835080?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt3835080\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"31\".", "Which language versions of Wikipedia have articles about the movie identified by tt3835080?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3835080\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3105", "question": "What Wikipedia pages are about Carto, the company with official website carto.com?", "sparql": "SELECT DISTINCT ?company ?companyLabel ?wikipediaPage WHERE { { ?company wdt:P856 <https://carto.com> . } UNION { ?company wdt:P856 <http://carto.com> . } UNION { ?company wdt:P856 <https://carto.com/> . } UNION { ?company wdt:P856 <http://carto.com/> . } ?wikipediaPage schema:about ?company . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") FILTER(STRSTARTS(STR(?wikipediaPage), \"https://\") && CONTAINS(STR(?wikipediaPage), \"wikipedia.org\")) }", "paraphrases": ["Which language versions of Wikipedia have articles about the company Carto, whose official website is carto.com?", "List all Wikipedia articles linked to Carto, the geospatial platform that uses carto.com as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.carto.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.carto.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://carto.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://carto.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://carto.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://carto.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://carto.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://carto.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://carto.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://carto.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3106", "question": "Female physicians from Argentina with Spanish Wikipedia pages and images on Wikimedia Commons.", "sparql": "SELECT ?physician ?wikipediaArticle ?image WHERE { ?physician wdt:P106 wd:Q39631 . ?physician wdt:P27 wd:Q414 . ?physician wdt:P21 wd:Q6581072 . OPTIONAL { ?wikipediaArticle schema:about ?physician ; schema:inLanguage \"es\" ; schema:isPartOf <https://es.wikipedia.org/> . } OPTIONAL { ?physician wdt:P18 ?image . } }", "paraphrases": ["Who are the female physicians from Argentina who have a Spanish-language Wikipedia article and a photo on Wikimedia Commons?", "List all female Argentine physicians, along with their Spanish Wikipedia links and associated images from Wikimedia Commons, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q39631> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"es\". ?var3 <http://schema.org/isPartOf> <https://es.wikipedia.org/> . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } }"}}
{"id": "val_3107", "question": "Is Random Agent Spoofer classified as software?", "sparql": "ASK WHERE { wd:Q21996240 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the Firefox extension \"Random Agent Spoofer\" belong to the category of software through its type hierarchy?", "Is \"Random Agent Spoofer\" an instance of a class that is a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21996240> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3108", "question": "Rheinische Post official website and related Wikipedia articles", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?entity ?entityLabel ?page WHERE {\n  ?entity wdt:P856 <http://www.rp-online.de/> .\n  ?page schema:about ?entity .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["What Wikipedia pages are about the German newspaper Rheinische Post, which has the official website rp-online.de?", "Show me the English-language labels of the newspaper Rheinische Post and the Wikimedia pages that discuss it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.startups.rp-online.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.startups.rp-online.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://startups.rp-online.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://startups.rp-online.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://startups.rp-online.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://startups.rp-online.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://startups.rp-online.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://startups.rp-online.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://startups.rp-online.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://startups.rp-online.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3109", "question": "Female British actors born before 1988", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?actor ?actorLabel WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P27 wd:Q145 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P569 ?birthDate .\n  FILTER(?birthDate < \"1988-01-01T00:00:00\" ^^ xsd:dateTime)\n  .\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n  .\n}", "paraphrases": ["Who are the female actors from the United Kingdom who were born before 1988?", "List the names of British women who are actors and were born before 1988."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 < \"1988-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 != \"2000-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3110", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0307089?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0307089\" .\n  ?wikipediaPage schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Lex the Impaler.", "Which language versions of Wikipedia have articles about the movie identified by tt0307089?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0307089\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3111", "question": "Organizations with \"tourismus\" in their official website and related articles", "sparql": "SELECT ?organization ?organizationLabel ?article WHERE { ?organization wdt:P856 ?website . FILTER(CONTAINS(STR(?website), \"tourismus\")) . ?article schema:about ?organization . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") }", "paraphrases": ["Which tourism organizations have websites containing \"tourismus\", and what articles are about them?", "Show me the English-labeled tourism organizations whose official website includes \"tourismus\", along with the webpages that mention them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.news.tourismus.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.news.tourismus.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://news.tourismus.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://news.tourismus.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://news.tourismus.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://news.tourismus.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://news.tourismus.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://news.tourismus.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://news.tourismus.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://news.tourismus.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3112", "question": "Belgian citizens who have died", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P27 wd:Q31 .\n  ?person wdt:P570 ?deathDate .\n}\nLIMIT 200", "paraphrases": ["Who are some Belgian citizens with a recorded date of death?", "List up to 200 Belgian citizens who are deceased."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q31> . ?var1 <http://www.wikidata.org/prop/direct/P3415> <http://www.wikidata.org/entity/Q18748141> . } LIMIT 200"}}
{"id": "val_3113", "question": "Who are some African American male pornographic actors with Wikipedia pages or images?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel(SAMPLE(?img) AS ?image) ?wikipediaPage WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q488111 .\n  ?person wdt:P21 wd:Q6581097 .\n  ?person wdt:P172 wd:Q49085 .\n  OPTIONAL {\n    ?person wdt:P18 ?img .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?wikipediaPage schema:about ?person .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nGROUP BY ?person ?personLabel ?wikipediaPage\nLIMIT 50", "paraphrases": ["Can you list male African American adult actors along with their Wikipedia links and any available images?", "Show me the English Wikipedia articles and images for men of African descent who work as pornographic actors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488111> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q49085> . ?var1 <http://www.wikidata.org/prop/direct/P91> <http://www.wikidata.org/entity/Q6636> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_3114", "question": "Female citizens of Turkey, their occupations, and dates of birth", "sparql": "SELECT ?person ?personLabel ?dateOfBirth ?occupation ?occupationLabel WHERE { ?person wdt:P21 wd:Q6581072 . ?person wdt:P27 wd:Q43 . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person wdt:P106 ?occupation . } ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the female citizens of Turkey, what are their occupations, and when were they born?", "List all female citizens of Turkey along with their occupations and birth dates, including their names and occupation labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q43> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . } }"}}
{"id": "val_3115", "question": "What Wikipedia, Commons, and data pages are linked to Travel City Direct\u2019s official website (www.travelcitydirect.com)?", "sparql": "SELECT ?item ?itemLabel ?relatedPage WHERE { ?item wdt:P856 <http://www.travelcitydirect.com> . ?relatedPage schema:about ?item . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } }", "paraphrases": ["Which Wikimedia pages (like Wikipedia or Commons) are about the entity with the official website http://www.travelcitydirect.com?", "Show me the English label and related Wikimedia pages for the entity that has http://www.travelcitydirect.com as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.travelcitydirect.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.travelcitydirect.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.travelcitydirect.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.travelcitydirect.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.travelcitydirect.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.travelcitydirect.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://travelcitydirect.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://travelcitydirect.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://travelcitydirect.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://travelcitydirect.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3116", "question": "Chinese people with known occupations and birthplaces", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?occupation ?birthplace WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q148 .\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  OPTIONAL {\n    ?person wdt:P19 ?birthplace .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are some Chinese citizens and what are their occupations and places of birth?", "List Chinese humans along with their occupations and where they were born."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q148> . ?var1 <http://www.wikidata.org/prop/direct/P101> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var9 . ?var1 <http://www.wikidata.org/prop/direct/P3150> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P512> ?var11 . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var12 . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var13 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P101> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3150> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P512> ?var4 . } } LIMIT 100"}}
{"id": "val_3117", "question": "Who are the people who died at Auschwitz?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P20 wd:Q7341 .\n  ?person rdfs:label ?label .\n}", "paraphrases": ["List the names of individuals who died in Auschwitz concentration camp.", "Show me the names of all victims who perished at Auschwitz."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P20> <http://www.wikidata.org/entity/Q7341> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1196> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P509> ?var4 . } }"}}
{"id": "val_3118", "question": "What properties are most frequently used to associate people with the profession of audio engineer?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q128124 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which Wikidata properties link the most individuals to the occupation of audio engineer, and how many times are they used?", "Can you show me the top properties that indicate someone is an audio engineer, ordered by how often they appear?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q128124> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_3119", "question": "What are the names of male animals, given that male is the opposite of female?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?label ?opposite_sex WHERE {\n  wd:Q43445 wdt:P461 ?opposite_sex .\n  ?entity wdt:P21 ?opposite_sex .\n  ?entity rdfs:label ?label .\n}\nLIMIT 10", "paraphrases": ["Which entities have a sex that is the opposite of female organism, and what are their labels?", "Show me the names (in any language) of entities that are male organisms, where male organism is defined as the opposite of female organism."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P461> <http://www.wikidata.org/entity/Q43445> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } LIMIT 10"}}
{"id": "val_3120", "question": "Russian labels and descriptions of properties used to link to gender binary.", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q5530970 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER (LANG(?propertyLabel) = \"ru\") . FILTER (LANG(?propertyDescription) = \"ru\") . } LIMIT 100", "paraphrases": ["What properties in Russian describe entities related to gender binary?", "Show me the Russian-language labels and descriptions of all Wikidata properties that connect to the concept of gender binary."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q5530970> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_3121", "question": "Female astrophysicists from Argentina.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q752129 ; wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q414 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the female astrophysicists who are citizens of Argentina?", "List the English names of Argentine women who work as astrophysicists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q752129> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . } LIMIT 100"}}
{"id": "val_3122", "question": "List of female humans with English labels", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 50", "paraphrases": ["Who are some female humans in Wikidata?", "Show me 50 female humans with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } GROUP BY ?var1 ?var2 LIMIT 50"}}
{"id": "val_3123", "question": "Hotels owned by Delta Hotels with their English Wikipedia pages and official websites", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hotel ?hotelLabel ?wikipediaPage ?owner ?website WHERE {\n  ?hotel wdt:P127 wd:Q5254663 .\n  ?wikipediaPage schema:about ?hotel ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?hotel wdt:P856 ?website .\n  }\n  ?hotel wdt:P127 ?owner .\n  ?hotel rdfs:label ?hotelLabel .\n  FILTER ( LANG( ?hotelLabel ) = \"en\" )\n}", "paraphrases": ["Which hotels are owned by Delta Hotels, and what are their English Wikipedia pages and official websites?", "List all hotels that have Delta Hotels as an owner, including their English Wikipedia links and official websites, and show all their ownership relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q5254663> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3124", "question": "People born in Durango, Spain, and their names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?name WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 wd:Q732094 .\n  OPTIONAL {\n    ?person rdfs:label ?name .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the humans born in Durango, Spain, and what are their names?", "List up to 100 people born in Durango, Spain, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q732094> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 100"}}
{"id": "val_3125", "question": "What is the type of Opernplatz in Frankfurt, and what are its English label and the English label of its type?", "sparql": "SELECT ?typeLabel ?entityLabel ?type WHERE { wd:Q195190 wdt:P31 ?type ; rdfs:label ?entityLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?entityLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What is Opernplatz classified as, and what are the English names for Opernplatz and its classification?", "Show me the English label of Opernplatz and the English label of the class it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.wikidata.org/entity/Q195190> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_3126", "question": "Wikipedia and Wikiquote pages in English, German, or Russian about the movie with IMDb ID tt1438463.", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt1438463\" . ?page schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"ru\" } }", "paraphrases": ["What Wikipedia and Wikiquote pages in English, German, or Russian are about the movie with IMDb ID tt1438463?", "Show me all language versions of Wikipedia and Wikiquote pages for the movie \"High Security Vacation\" (IMDb: tt1438463) in English, German, or Russian."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1438463\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3127", "question": "Official website of Sansa Airlines and its Wikipedia articles", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?company ?companyLabel ?article WHERE {\n  ?company wdt:P856 <http://www.flysansa.com> .\n  ?company rdfs:label ?companyLabel .\n  ?article schema:about ?company .\n  FILTER(LANG(?companyLabel) = \"en\")\n  FILTER(REGEX(STR(?article) , \"wikipedia.org\"))\n}", "paraphrases": ["What are the Wikipedia articles about the airline with the official website www.flysansa.com?", "Show me the English name of the airline that uses www.flysansa.com as its website, along with all its Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.flysansa.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.flysansa.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flysansa.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flysansa.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flysansa.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flysansa.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flysansa.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flysansa.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flysansa.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flysansa.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3128", "question": "People who have both a father and a child", "sparql": "SELECT ?person ?personLabel ?father ?fatherLabel ?child ?childLabel WHERE { ?person wdt:P22 ?father . ?person wdt:P40 ?child . }", "paraphrases": ["Who are the people that have a father and also have at least one child?", "List all individuals who are both a child to someone and a parent to someone else, along with their father and one of their children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 ; <http://www.wikidata.org/prop/direct/P40> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3129", "question": "Female humans in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?femaleHuman WHERE {\n  ?femaleHuman wdt:P31 wd:Q5 .\n  ?femaleHuman wdt:P21 wd:Q6581072 .\n}\nLIMIT 500", "paraphrases": ["Who are some female humans listed in Wikidata?", "List up to 500 individuals who are human and identify as female."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,el\". } } LIMIT 500"}}
{"id": "val_3130", "question": "What is the name of the organization whose official website is https://bbc.com?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P856 <https://bbc.com> . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }", "paraphrases": ["Which entity has https://bbc.com as its official website?", "Can you tell me the label of the item with the official website bbc.com?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P856> \"bbc.com\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3131", "question": "Who are the voice actors listed on Wikidata?", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q2405480 . } ORDER BY ?person", "paraphrases": ["List all individuals whose profession is voice acting.", "Which people have the occupation of a voice actor?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2405480> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_3132", "question": "Humans born in Tarragona, Spain, with their birth dates, death dates, and periods of activity.", "sparql": "SELECT DISTINCT ?person ?personLabel ?dateOfBirth ?floruit ?dateOfDeath WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P19 wd:Q15088 . ?person wdt:P27 wd:Q29 . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person wdt:P1317 ?floruit . } OPTIONAL { ?person wdt:P570 ?dateOfDeath . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people born in Tarragona who are citizens of Spain, and when were they born, died, or active?", "List all humans born in Tarragona, Spain, including their English names, dates of birth, dates of death (if known), and periods of activity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1317> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q15088> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var5 . } }"}}
{"id": "val_3133", "question": "What is the place of birth of Jos\u00e9 S\u00e1nchez Albarr\u00e1n in Spanish?", "sparql": "SELECT ?birthPlace ?birthPlaceLabel WHERE { wd:Q5488722 wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER (LANG(?birthPlaceLabel) = \"es\") } LIMIT 50", "paraphrases": ["Spanish label for the birthplace of Jos\u00e9 S\u00e1nchez Albarr\u00e1n", "Can you tell me the Spanish name of the city where Jos\u00e9 S\u00e1nchez Albarr\u00e1n was born?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q5488722> <http://www.wikidata.org/prop/direct/P19> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } LIMIT 50"}}
{"id": "val_3134", "question": "List professions and their feminine forms in other languages, with English labels.", "sparql": "SELECT ?profession ?professionLabel ?feminineForm WHERE { ?profession wdt:P31 wd:Q28640 . OPTIONAL { ?profession wdt:P2521 ?feminineForm . } ?profession rdfs:label ?professionLabel . FILTER(LANG(?professionLabel) = \"en\") }", "paraphrases": ["What are the English names of professions and their corresponding feminine forms in other languages?", "Show me professions that are instances of occupation, along with their English labels and feminine variants in other languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28640> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2521> ?var2Label . } }"}}
{"id": "val_3135", "question": "Entrepreneurs and their position qualifiers (e.g., start time, \"of\", end time)", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  {\n    SELECT DISTINCT ?person ?statement WHERE {\n      ?statement ps:P39 wd:Q131524 .\n      ?person p:P39 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    FILTER(?qualifierProperty IN(pq:P580 , pq:P582 , pq:P642 , pq:P1326))\n  }\n}\nGROUP BY ?person ?statement", "paraphrases": ["Which people have held the position of entrepreneur, and what additional details (like start date or organization) are associated with those positions?", "Show me a list of entrepreneurs along with one example of a qualifier (such as start time or organization) for each of their position statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q131524> . ?var1 <http://www.wikidata.org/prop/P39> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3136", "question": "People who are real estate entrepreneurs", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  {\n    ?person wdt:P106 wd:Q7301138 .\n  } UNION {\n    ?person wdt:P101 wd:Q7301138 .\n  } UNION {\n    ?person wdt:P39 wd:Q7301138 .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ?personLabel\nLIMIT 500", "paraphrases": ["Who are the people whose occupation, field of work, or position held is real estate entrepreneur?", "List all individuals known to be real estate entrepreneurs, including those with related roles like field of work or position held."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q7301138> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 >= \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_3137", "question": "Czech Republic cultural monuments per district, categorized by count ranges, with map data.", "sparql": "SELECT ?monumentCount ?district ?geoshape ?category WHERE {\n  {\n    SELECT (COUNT(?monument) AS ?monumentCount) ?district WHERE {\n      ?monument wdt:P1435 wd:Q385405 .  # cultural monument of the Czech Republic\n      ?monument wdt:P131 ?district .    # located in district\n      ?district wdt:P31 wd:Q548611 .    # is a district of the Czech Republic\n    }\n    GROUP BY ?district\n  }\n  ?district wdt:P3896 ?geoshape .\n  BIND(\n    IF(?monumentCount < 100, \"string1\",\n      IF(?monumentCount < 200, \"string2\",\n        IF(?monumentCount < 400, \"string3\",\n          IF(?monumentCount < 600, \"string4\",\n            IF(?monumentCount < 800, \"string5\",\n              IF(?monumentCount < 1000, \"string6\",\n                IF(?monumentCount < 2000, \"string7\",\n                  IF(?monumentCount < 5000, \"string8\",\n                    IF(?monumentCount < 10000, \"string9\", \"string10\")))))))))\n    AS ?category\n  )\n}\nORDER BY ASC(?monumentCount)", "paraphrases": ["How many cultural monuments are located in each district of the Czech Republic, and what category does each district fall into based on monument count?", "List all districts of the Czech Republic that have cultural monuments, along with the number of monuments in each, their Wikimedia Commons map data, and their category based on monument count (e.g., 100\u2013199 = string2)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { { SELECT( COUNT ( ?var5 ) AS ?var1 ) ?var2 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q385405> . ?var5 <http://www.wikidata.org/prop/direct/P131> + ?var2 . } GROUP BY ?var2 } BIND ( IF ( ( ?var1 < \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string1\", IF ( ( ?var1 < \"200\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string2\", IF ( ( ?var1 < \"400\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string3\", IF ( ( ?var1 < \"600\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string4\", IF ( ( ?var1 < \"800\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string5\", IF ( ( ?var1 < \"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string6\", IF ( ( ?var1 < \"2000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string7\", IF ( ( ?var1 < \"5000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string8\", IF ( ( ?var1 < \"10000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string9\", \"string10\" ) ) ) ) ) ) ) ) ) AS ?var4 ). ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . ?var2 <http://www.wikidata.org/prop/direct/P3896> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3138", "question": "Official website of Toronto Star and its English/German Wikipedia pages", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.thestar.com> . ?var2 schema:about ?var1 ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What are the English and German Wikipedia pages about the Toronto Star, and what is its official website?", "Show me the official website of the Toronto Star and the English and German language pages about it on Wikipedia and Wikisource."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.thestar.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.thestar.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://thestar.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://thestar.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://thestar.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://thestar.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3139", "question": "What is the English label of the company with official website https://www.northstartravelgroup.com/?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel WHERE {\n  ?entity wdt:P856 <https://www.northstartravelgroup.com/> .\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the company whose official website is https://www.northstartravelgroup.com/?", "Please provide the English label for the entity that has https://www.northstartravelgroup.com/ as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.northstartravelgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.northstartravelgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://northstartravelgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://northstartravelgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://northstartravelgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://northstartravelgroup.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3140", "question": "Municipalities in the Basque Country with coordinates, images, and INE codes", "sparql": "SELECT ?municipality ?municipalityLabel ?adminEntityLabel ?coord ?insee ?ine ?image WHERE {  wd:Q47588 wdt:P527 ?adminEntity .  ?municipality wdt:P131 ?adminEntity .  {    ?municipality wdt:P31 wd:Q2074737 .  } UNION {    ?municipality wdt:P31 wd:Q484170 .  }  ?municipality wdt:P625 ?coord .  ?municipality wdt:P18 ?image .  ?municipality rdfs:label ?municipalityLabel .  ?adminEntity rdfs:label ?adminEntityLabel .  FILTER(LANG(?municipalityLabel) = \"en\" || LANG(?municipalityLabel) = \"\")  FILTER(LANG(?adminEntityLabel) = \"en\" || LANG(?adminEntityLabel) = \"\")  OPTIONAL {    ?municipality wdt:P374 ?insee .  }  OPTIONAL {    ?municipality wdt:P772 ?ine .  }} ORDER BY ASC(?municipalityLabel)", "paraphrases": ["What are the municipalities and communes located in the Basque Country, and what are their coordinates, images, and official codes?", "List all Spanish municipalities and French communes that are part of the Basque Country, including their locations, images, and administrative codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var2 . <http://www.wikidata.org/entity/Q47588> <http://www.wikidata.org/prop/direct/P527> ?var2 . { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P374> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P772> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3141", "question": "What is the English Wikipedia page, official website, and type of ToursByLocals?", "sparql": "SELECT ?item ?itemLabel ?wikipage ?website ?type WHERE { BIND(wd:Q22909454 AS ?item) . ?wikipage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?item wdt:P856 ?website . } OPTIONAL { ?item wdt:P31 ?type . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me the details of ToursByLocals, including its Wikipedia page, website, and classification.", "Can you find the English Wikipedia link, official site, and category for the company ToursByLocals?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q22909454> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3142", "question": "Humans with their fathers, including gender, citizenship, birthplace, date of birth, and occupation.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?gender_personLabel ?father ?fatherLabel ?gender_fatherLabel ?citizenshipLabel ?birthplaceLabel ?date_of_birth ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 ?gender_person .\n  ?person wdt:P22 ?father .\n  ?person wdt:P27 ?citizenship .\n  ?person wdt:P19 ?birthplace .\n  ?person wdt:P569 ?date_of_birth .\n  ?person wdt:P106 ?occupation .\n  ?father wdt:P21 ?gender_father .\n  ?person rdfs:label ?personLabel .\n  ?gender_person rdfs:label ?gender_personLabel .\n  ?father rdfs:label ?fatherLabel .\n  ?gender_father rdfs:label ?gender_fatherLabel .\n  ?citizenship rdfs:label ?citizenshipLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?gender_personLabel) = \"en\")\n  FILTER(LANG(?fatherLabel) = \"en\")\n  FILTER(LANG(?gender_fatherLabel) = \"en\")\n  FILTER(LANG(?citizenshipLabel) = \"en\")\n  FILTER(LANG(?birthplaceLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nLIMIT 5", "paraphrases": ["Who are some humans and their fathers, and what are their genders, countries of citizenship, places of birth, dates of birth, and occupations?", "List five humans along with details about their fathers, including both their genders, citizenships, birthplaces, birth dates, and occupations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var4Label ?var5Label ?var6Label ?var7Label ?var8Label ?var9Label ?var10Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var9 . ?var4 <http://www.wikidata.org/prop/direct/P21> ?var10 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5"}}
{"id": "val_3143", "question": "Castles located in Eschweiler", "sparql": "SELECT ?castle ?castleLabel ?location ?locationLabel WHERE { ?castle wdt:P31 wd:Q23413 . ?castle wdt:P131 wd:Q4083 . ?castle rdfs:label ?castleLabel . wd:Q4083 rdfs:label ?locationLabel . FILTER(LANG(?castleLabel) = \"en\" || LANG(?castleLabel) = \"\") . FILTER(LANG(?locationLabel) = \"en\" || LANG(?locationLabel) = \"\") }", "paraphrases": ["Which castles are located in the town of Eschweiler?", "List the castles in Eschweiler along with their names and the location."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q151721> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3144", "question": "What ch\u00e2teaux are located in Berlin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?chateau ?chateauLabel WHERE {\n  ?chateau wdt:P31 wd:Q751876 .\n  ?chateau wdt:P131 wd:Q64 .\n  ?chateau rdfs:label ?chateauLabel .\n  FILTER(LANG(?chateauLabel) = \"en\")\n}\nORDER BY ?chateauLabel", "paraphrases": ["List the castles in Berlin with their English names.", "Can you name the palaces in Berlin that are classified as ch\u00e2teaux?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q64> <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"50\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q751876> . } ORDER BY ASC( ?var2 )"}}
{"id": "val_3145", "question": "What countries and administrative regions is Gottorf Castle located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q647987(wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location .\n}", "paraphrases": ["Which geographic entities are directly connected to Gottorf Castle via location properties like country, city, or continent?", "Show all places that Gottorf Castle is part of, such as its city and country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q647987> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3146", "question": "Image of Juan Luis Vives with SNAC ARK ID w6hm9rc4", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6hm9rc4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Juan Luis Vives in Wikidata?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6hm9rc4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hm9rc4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3147", "question": "What is the IMDb ID and Wikipedia page for the film \"Ugly\"?", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 \"tt2882328\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } BIND(\"tt2882328\" AS ?imdb_id) }", "paraphrases": ["Which Wikipedia pages in English or German are about the film with IMDb ID tt2882328?", "Show me the film entity, its English or German Wikipedia page, and its IMDb ID for the movie with ID tt2882328."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2882328\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3148", "question": "What patents does Hipmunk own, and what are their official websites and types?", "sparql": "SELECT ?item ?itemLabel ?wikipedia ?website ?instance WHERE { ?item wdt:P127 wd:Q5768118 . OPTIONAL { ?wikipedia schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?item wdt:P856 ?website . } OPTIONAL { ?item wdt:P31 ?instance . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the English Wikipedia pages, official websites, and types of items owned by Hipmunk?", "Show me the details of everything owned by Hipmunk, including its label, instance type, and whether it has an English Wikipedia page or official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q5768118> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3149", "question": "Show the English, German, and French labels, image, and coordinates for Nov\u00e9 Ml\u00fdny.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?langOrder WHERE {\n  VALUES(?lang ?langOrder) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  wd:Q115133 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q115133 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q115133 wdt:P625 ?coordinates .\n  }\n}\nORDER BY ASC(?langOrder)", "paraphrases": ["What are the labels in English, German, and French for the village Nov\u00e9 Ml\u00fdny, along with its image and geographic coordinates?", "Please retrieve the labels in English, German, and French for Nov\u00e9 Ml\u00fdny, its image from Wikimedia Commons, and its GPS coordinates, ordered by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q115133> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q115133> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q115133> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q115133> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q115133> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3150", "question": "What is the official website and type of the company Flightfox?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?itemLabel ?website ?type WHERE {\n  wd:Q5459356 rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  .\n  OPTIONAL {\n    wd:Q5459356 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q5459356 wdt:P31 ?type .\n  }\n}", "paraphrases": ["Can you show me the English label, official website, and class of Flightfox?", "Tell me about Flightfox: what is its label, website, and what kind of entity is it?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q5459356> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3151", "question": "Image of the person with SNAC ARK ID w67987x4", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w67987x4\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Gaspar P\u00e9rez de Villagr\u00e1 in Wikidata?", "Show me the Wikimedia Commons image for the historical figure identified by SNAC ARK ID w67987x4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67987x4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3152", "question": "Official website of J-Air and its English and German Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?company ?companyLabel ?wikipediaPage ?website WHERE {\n  ?company wdt:P856 ?website .\n  FILTER(?website = <http://www.jair.co.jp>)\n  .\n  ?wikipediaPage schema:about ?company ; schema:inLanguage ?lang ; schema:isPartOf ?site .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  FILTER(?site != <https://commons.wikimedia.org/>)\n}", "paraphrases": ["What is the official website of J-Air, and which English and German Wikipedia articles are about it?", "Show me the official website of J-Air along with its English and German Wikipedia articles, excluding Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.jair.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.jair.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://jair.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://jair.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://jair.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://jair.co.jp/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3153", "question": "What are the subproperties of the \"field of work\" property in Wikidata?", "sparql": "SELECT ?subproperty ?subpropertyLabel WHERE { ?subproperty wdt:P1647 wd:P101 . ?subproperty rdfs:label ?subpropertyLabel . FILTER(LANG(?subpropertyLabel) = \"en\") }", "paraphrases": ["Can you list the subproperties of the property that classifies occupations and fields like art?", "Which properties are narrower than \"field of work\" (P101)?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q735> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P1647> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1647> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3154", "question": "Actors with their images from Wikidata", "sparql": "SELECT ?actor ?image WHERE { ?actor wdt:P106 wd:Q33999 ; wdt:P31 wd:Q5 . OPTIONAL { ?actor wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Who are the actors and what are their images on Wikidata?", "Show me a list of actors along with their photos, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202444> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2910> ?var2 . } } LIMIT 100"}}
{"id": "val_3155", "question": "Czech cultural heritage sites with coordinates and administrative location, listed by label", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item WHERE {\n  ?item wdt:P762 ?heritageId .\n  ?item wdt:P131 ?admin .\n  ?item wdt:P625 ?coord .\n  ?item rdfs:label ?label .\n}", "paraphrases": ["Which Czech cultural heritage sites have both a geographic coordinate and an administrative location, and how many language labels do they have?", "Show me all Czech cultural heritage sites that are geolocated and assigned to an administrative region, with each language label appearing as a separate row."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P762> /^ <http://www.wikidata.org/prop/direct/P762> ) ?var2 . ?var1 ( <http://www.w3.org/2000/01/rdf-schema#label> /^ <http://www.w3.org/2000/01/rdf-schema#label> ) ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P131> /^ <http://www.wikidata.org/prop/direct/P131> ) ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P625> /^ <http://www.wikidata.org/prop/direct/P625> ) ?var2 . }"}}
{"id": "val_3156", "question": "Cities and towns located in Palestine", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P131 wd:Q23792 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are some places located in Palestine?", "List the English-named locations in Palestine."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P131> <http://www.wikidata.org/entity/Q23792> . ?var1 <http://www.wikidata.org/prop/P131> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3157", "question": "Who are the people related to Isaac de Broen (e.g., spouse, child), and what are the types of relationships and any qualifiers like start dates?", "sparql": "SELECT ?person ?statement ?property ?qualifierValue\nWHERE {\n  {\n    SELECT DISTINCT ?person ?statement ?property\n    WHERE {\n      ?statement ?property wd:Q5587113 .\n      ?person ?claim ?statement .\n      ?statementConfig wikibase:statementProperty ?property .\n      ?statementConfig wikibase:claim ?claim .\n      FILTER (?statementConfig != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?qualifierValue .\n    ?qualifierConfig wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?person ?statement ?property ?qualifierValue", "paraphrases": ["List all familial connections of the Swedish actor Isaac de Broen, excluding \"instance of\", along with any associated qualifiers such as start times.", "What are the relationships (like spouse or child) between Isaac de Broen and other people, and do any of these relationships have qualifiers like start dates?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5587113> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_3158", "question": "Biologists born in the 19th century with their birth dates and places of birth.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?biologist ?biologistLabel ?birthYear ?birthMonth ?birthDay ?placeOfBirthLabel WHERE {\n  ?biologist ( wdt:P106 / wdt:P279 * ) wd:Q864503 .\n  ?biologist wdt:P569 ?birthDate .\n  BIND( YEAR( ?birthDate ) AS ?birthYear ) BIND( MONTH( ?birthDate ) AS ?birthMonth ) BIND( DAY( ?birthDate ) AS ?birthDay ) OPTIONAL {\n    ?biologist wdt:P19 ?placeOfBirth .\n    ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n    FILTER ( LANG( ?placeOfBirthLabel ) = \"en\" )\n  }\n  ?biologist rdfs:label ?biologistLabel .\n  FILTER ( LANG( ?biologistLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some biologists, and when and where were they born?", "List up to 100 biologists along with their birth year, month, day, and place of birth in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 )( MONTH ( ?var2 ) AS ?var4 )( DAY ( ?var2 ) AS ?var5 )( \"00\" AS ?var6 )( \"00\" AS ?var7 )( \"00\" AS ?var8 )( \"00N00\" AS ?var9 )( \"00W00\" AS ?var10 )( ?var1Label AS ?var11 ) ?var12Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q864503> . { ?var1 <http://www.wikidata.org/prop/direct/P463> ?var13 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1401> ?var14 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var15 . } ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var12 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3159", "question": "What occupations and categories are related to actor through instance-of relationships up to two levels deep?", "sparql": "SELECT ?item ?itemLabel ?type WHERE { { wd:Q33999 wdt:P31 ?item } UNION { wd:Q33999 wdt:P31 ?x . ?x wdt:P31 ?item } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item wdt:P31 ?type } }", "paraphrases": ["What are the types of the types of actor, and what are those types themselves?", "List all concepts that are directly or indirectly classified as types of actor, along with their English labels and their own classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q33999> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P31> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3160", "question": "List all municipalities in the N\u00e1mestovo District of Slovakia and their vehicle registration codes.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var3 WHERE {\n  ?var1 wdt:P131 wd:Q388888 .\n  ?var1 wdt:P31 wd:Q6784672 .\n  ?var1 rdfs:label ?var1Label .\n  OPTIONAL {\n    ?var1 wdt:P395 ?var3 .\n  }\n  FILTER(LANG(?var1Label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the names of municipalities located in the N\u00e1mestovo District of Slovakia, and what licence plate code do they use?", "Show me the English names of all municipalities in the N\u00e1mestovo District and their associated Slovak district licence plate codes."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q388888> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P395> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6784672> . } LIMIT 100"}}
{"id": "val_3161", "question": "What administrative regions include Jerusalem, including Jerusalem itself?", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q1218 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\")}", "paraphrases": ["Administrative territories Jerusalem belongs to", "List all administrative entities that Jerusalem is located in, from the most specific to the broadest, including Jerusalem."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1218> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3162", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt3864024?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt3864024\" . ?page schema:about ?item . ?page schema:inLanguage ?lang . FILTER (regex(str(?page), \"wikipedia.org|wikiquote.org\")) FILTER (?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the language-specific articles about the film Lazer Team on Wikipedia and Wikiquote.", "Which Wikipedia and Wikiquote pages in English and German are linked to the movie Lazer Team?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3864024\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3163", "question": "Birth and death places of Guido Maria Dreves with coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?place ?placeLabel ?coord WHERE {\n  {\n    wd:Q1553615 wdt:P19 ?place\n  } UNION {\n    wd:Q1553615 wdt:P20 ?place\n  }\n  .\n  ?place wdt:P625 ?coord .\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = 'en' )\n}", "paraphrases": ["Where was Guido Maria Dreves born and where did he die, and what are the geographic coordinates of those places?", "Please provide the English names and geographic coordinates of the locations where Guido Maria Dreves was born and died."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2848> <http://www.wikidata.org/entity/Q1553615> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3164", "question": "Male actors on Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?item wdt:P106 wd:Q33999 .\n  ?item wdt:P21 wd:Q6581097 .\n}", "paraphrases": ["Who are the male actors listed on Wikidata?", "List all male actors in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q28640> <http://www.wikidata.org/prop/direct/Q11699606> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/prop/direct/Q6581097> . }"}}
{"id": "val_3165", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt1630036?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt1630036\" .\n  ?page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  .\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the language-specific pages about the film Courageous on Wikipedia and Wikiquote in English and German.", "Which language versions of pages about the movie Courageous are available on Wikipedia and Wikiquote?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1630036\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3166", "question": "Who were born in Caloocan, Philippines?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P19 wd:Q1478 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List people with Caloocan as their place of birth.", "What are the names of individuals born in the city of Caloocan?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1478> . } LIMIT 100"}}
{"id": "val_3167", "question": "Painters associated with Dutch-labeled art movements", "sparql": "SELECT ?painter ?artMovement WHERE { ?painter wdt:P106 wd:Q1028181 ; wdt:P31 wd:Q5 ; wdt:P135 ?artMovement . ?artMovement wdt:P31 wd:Q968159 ; rdfs:label ?label . FILTER (LANG(?label) = \"nl\") } LIMIT 1000", "paraphrases": ["Which painters are linked to art movements that have a Dutch label?", "List all painters who are part of an art movement described in Dutch."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P135> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { SELECT ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q968159> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"nl\" ) ) ) . } } } LIMIT 1000"}}
{"id": "val_3168", "question": "What is the birth date of Charles D. Walker, and is he still alive?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q1064074 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q1064074 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q1064074 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the full name and birth date of astronaut Charles D. Walker?", "When was Charles D. Walker born, and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1064074> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3169", "question": "People born in Bavorov with their birth and death dates.", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P31 wd:Q5 ; wdt:P19 wd:Q791533 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Who were the people born in Bavorov, and when were they born and died?", "List the names, birth dates, and death dates of individuals born in the Czech town of Bavorov."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q791533> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3170", "question": "Siblings in Wikidata: one example", "sparql": "SELECT ?sibling1 ?sibling2 WHERE { ?sibling1 wdt:P3373 ?sibling2 . } LIMIT 1", "paraphrases": ["Who are two people who are siblings according to Wikidata?", "Show me a pair of individuals linked by the sibling relationship in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3373> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1"}}
{"id": "val_3171", "question": "People with unnamed relatives (P1038) and no specified kinship type (P1039), with start dates if available.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?personLabel ?relative ?relativeLabel ?startDate WHERE {\n  ?person p:P1038 ?statement .\n  ?statement ps:P1038 ?relative .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  FILTER NOT EXISTS {\n    ?statement pq:P1039 ?kinshipType .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?relative rdfs:label ?relativeLabel .\n    FILTER(LANG(?relativeLabel) = \"en\")\n  }\n}", "paraphrases": ["Who are the people in Wikidata who have relatives listed without specifying the type of relationship, and when did those relationships begin?", "List all individuals and their relatives where the nature of the family connection is not defined, along with any recorded start dates of the relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/P1038> ?var5 ; <http://wikiba.se/ontology#rank> ?var3 . VALUES ( ?var6 ) { ( <http://www.wikidata.org/prop/qualifier/P1039> ) ( <http://www.wikidata.org/prop/qualifier/P580> ) } OPTIONAL { ?var5 ?var6 ?var7 . } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var2 <http://wikiba.se/ontology#qualifier> ?var6 . ?var5 <http://www.wikidata.org/prop/statement/P1038> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,en\". } }"}}
{"id": "val_3172", "question": "Top occupations of female citizens of Poland, ranked by number of people.", "sparql": "SELECT ?occupation ?occupationLabel ( COUNT( DISTINCT ?person ) AS ?count ) WHERE { ?person wdt:P27 wd:Q36 ; wdt:P21 wd:Q6581072 ; wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } GROUP BY ?occupation ?occupationLabel ORDER BY DESC(?count)", "paraphrases": ["What are the most common occupations among women who are citizens of Poland?", "List the occupations of Polish women, ordered by how many women have each occupation, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q36> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P21> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_3173", "question": "Cities in Israel", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q515 ; wdt:P17 wd:Q801 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["What are the cities located in Israel?", "List the names of all cities in Israel, using their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q801> . }"}}
{"id": "val_3174", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0178997?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 ?imdbId .\n  FILTER(?imdbId = \"tt0178997\")\n  .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by the IMDb ID tt0178997?", "Show me the Wikipedia pages in English and German for the movie that has the IMDb identifier tt0178997, along with the movie and its IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0486751\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3175", "question": "What is the image associated with the SNAC ARK ID w6j7236w?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6j7236w\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6j7236w?", "Show the image of Daniel Sennert from the Social Networks and Archival Context database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6j7236w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3176", "question": "What are some people and their occupation statements, along with any qualifiers (like start date or rank) attached to those occupations?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  ?person p:P106 ?statement .\n  ?statement ps:P106 ?occupation .\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wdt:P2302 wd:Q17442446 .\n  }\n}\nGROUP BY ?person ?statement\nLIMIT 101", "paraphrases": ["Show me a list of people with occupations and the properties used to qualify those occupations, such as when they started or ended the job.", "Which people have occupations with additional details like time periods or roles, and what are those details?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P106> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3177", "question": "Humans born in Italy who are named after someone.", "sparql": "SELECT ?human ?namedAfter WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P19 ?birthPlace . ?birthPlace wdt:P17 wd:Q38 . ?human wdt:P138 ?namedAfter . }", "paraphrases": ["Which people born in Italy have names derived from another person?", "Show me notable Italians who were named after historical or religious figures."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } }"}}
{"id": "val_3178", "question": "Hebrew-named villages in Israel starting with \"\u05db\u05e4\u05e8\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?settlement ?label WHERE {\n  ?settlement wdt:P31 wd:Q486972 ; wdt:P17 wd:Q801 ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"he\")\n  FILTER(REGEX(?label , \"^\u05db\u05e4\u05e8\"))\n}", "paraphrases": ["What are the villages in Israel that have Hebrew names beginning with \"\u05db\u05e4\u05e8\"?", "List all human settlements in Israel whose Hebrew labels start with \"\u05db\u05e4\u05e8\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q801> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"he\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"$\u05db\u05e4\u05e8\" ) ) ) . }"}}
{"id": "val_3179", "question": "What is the official website and Wikipedia page for Hostelling International Northern Ireland?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 wdt:P856 <https://www.hini.org.uk/> . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) IN (\"en\", \"de\")) . ?var2 schema:about ?var1 . FILTER(STRSTARTS(STR(?var2), \"https://en.wikipedia.org/\") || STRSTARTS(STR(?var2), \"https://de.wikipedia.org/\")) . ?var1 wdt:P856 ?var3 . }", "paraphrases": ["Which Wikipedia article in English or German describes Hostelling International Northern Ireland, and what is its official website?", "Show me the English Wikipedia page and official URL for the organization Hostelling International Northern Ireland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hini.org.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hini.org.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hini.org.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hini.org.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hini.org.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hini.org.uk/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3180", "question": "Who are the people who have a stepparent, and who are those stepparents?", "sparql": "SELECT ?child ?childLabel ?stepparent ?stepparentLabel WHERE { ?child wdt:P3448 ?stepparent . FILTER(!isBlank(?stepparent)) . ?child rdfs:label ?childLabel . ?stepparent rdfs:label ?stepparentLabel . FILTER(LANG(?childLabel) = \"en\") . FILTER(LANG(?stepparentLabel) = \"en\") }", "paraphrases": ["List all stepparent-child relationships in Wikidata with English names.", "Show me pairs of people where one is the stepparent of the other, including their full names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3448> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3181", "question": "Italian citizens with exactly one Wikipedia page", "sparql": "SELECT ?person ?personLabel WHERE { { SELECT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person p:P27/ps:P27 wd:Q38 . ?site schema:about ?person . ?site schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) } GROUP BY ?person HAVING (COUNT(?site) = 1) } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["How many humans who are citizens of Italy have only one Wikipedia article?", "List the English names of all Italian citizens who appear on only one Wikipedia language edition."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/P27> [ <http://www.wikidata.org/prop/statement/P27> <http://www.wikidata.org/entity/Q38> ] . ?var1 <http://www.wikidata.org/prop/P27> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var4 <http://schema.org/about> ?var1 . ?var1 <http://wikiba.se/ontology#sitelinks> ?var5 . FILTER ( ( ( ?var5 < \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } FILTER ( ( ( ?var2 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3182", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0046911?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0046911\" . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles about the film Diabolique in English and German.", "Which language versions of Wikipedia have articles about the movie identified by tt0046911?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0046911\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3183", "question": "Airlines owned by Finnair with English Wikipedia pages and official websites.", "sparql": "SELECT ?airline ?airlineLabel ?wikipediaPage ?website WHERE { ?airline wdt:P127 wd:Q201821 . ?wikipediaPage schema:about ?airline ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?airline wdt:P856 ?website . } ?airline rdfs:label ?airlineLabel . FILTER(LANG(?airlineLabel) = \"en\") }", "paraphrases": ["Which airlines are owned by Finnair, and what are their English Wikipedia pages and official websites?", "Show me the English Wikipedia pages and official websites of airlines owned by Finnair."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q201821> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3184", "question": "Top 1000 countries by number of citizens on Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel ?citizenCount WHERE {\n  {\n    SELECT ?country ( COUNT( * ) AS ?citizenCount ) WHERE {\n      ?citizen wdt:P27 ?country .\n    }\n    GROUP BY ?country\n    ORDER BY DESC ( ?citizenCount )\n    LIMIT 1000\n  }\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nORDER BY DESC ( ?citizenCount ) ASC ( ?country )", "paraphrases": ["Which countries have the most citizens according to Wikidata, and how many are there?", "Show me the 1000 countries with the highest number of citizens, along with their English names and citizen counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( SAMPLE ( ?var4 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P27> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_3185", "question": "Who are the condottieri and which countries were they citizens of?", "sparql": "SELECT ?person ?personLabel ?countryLabel WHERE { ?person wdt:P106 wd:Q273108 . ?person wdt:P27 ?country . ?person rdfs:label ?personLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?personLabel) = 'en') . FILTER(LANG(?countryLabel) = 'en') }", "paraphrases": ["Can you list the names of historical mercenary leaders from medieval Italy along with their countries of citizenship?", "Show me the English labels of people who worked as condottieri and their corresponding countries of citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q273108> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_3186", "question": "Fathers of male Greek mythological characters \u2014 are they Wikidata entities?", "sparql": "SELECT (isIRI(?father) AS ?isFatherEntity) WHERE { ?character wdt:P31 wd:Q22988604 ; wdt:P22 ?father ; wdt:P21 wd:Q6581097 . } LIMIT 10", "paraphrases": ["Do the fathers of male characters in Greek mythology have Wikidata item identifiers?", "Show whether the fathers of male Greek mythological figures are represented as entities in Wikidata."], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var3 ?var1 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22988604> . ?var3 <http://www.wikidata.org/prop/direct/P22> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . } LIMIT 10 } }"}}
{"id": "val_3187", "question": "Number of people with English Wikipedia pages who have children with any Wikipedia page.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?parent ) AS ?count ) WHERE {\n  ?parent wdt:P40 ?child .\n  ?parentPage schema:about ?parent ; schema:inLanguage \"en\" .\n  ?childPage schema:about ?child .\n}", "paraphrases": ["How many people have an English Wikipedia page and at least one child who also has a Wikipedia page?", "Show me the count of individuals who are notable enough to have an English Wikipedia article and have children who are notable enough to have any Wikipedia article."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". FILTER ( ( EXISTS { ?var5 <http://schema.org/about> ?var3 . } ) ) . FILTER ( ( EXISTS { ?var5 <http://schema.org/inLanguage> \"en\". } ) ) . }"}}
{"id": "val_3188", "question": "What Wikipedia articles are about Air Alg\u00e9rie, given its official website is airalgerie.dz?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?company ?companyLabel ?wikiPage WHERE {\n  ?company wdt:P856 <https://airalgerie.dz/> .\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" ) .\n  ?wikiPage schema:about ?company .\n  FILTER ( STRSTARTS( STR( ?wikiPage ) , \"https://\" ) && CONTAINS( STR( ?wikiPage ) , \"wikipedia.org\" ) )\n}", "paraphrases": ["Which language versions of Wikipedia have articles about the airline with the official website airalgerie.dz?", "Show me all the Wikipedia pages linked to Air Alg\u00e9rie through its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airalgerie.dz/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airalgerie.dz/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airalgerie.dz/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airalgerie.dz/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airalgerie.dz> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airalgerie.dz> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airalgerie.dz> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airalgerie.dz> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airalgerie.dz/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airalgerie.dz/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3189", "question": "What are the birth and death dates of Carl August Ehrensv\u00e4rd, the Swedish naval commander involved in the Battle of Vyborg Bay?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q1036858 AS ?person)\n  .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n}", "paraphrases": ["Can you tell me when Carl August Ehrensv\u00e4rd was born and when he died?", "Provide the life span (birth and death years) of the commander of the Battle of Vyborg Bay, Carl August Ehrensv\u00e4rd."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2004436> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3190", "question": "Image of the person with SNAC ARK ID w62z2nd3", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w62z2nd3\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Richard Caton Woodville Jr. in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w62z2nd3."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62z2nd3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3191", "question": "What are the German and Portuguese Wikipedia articles about the movie with IMDb ID tt1156464?", "sparql": "SELECT ?item ?wikipedia_page WHERE { VALUES ?imdb_id { \"tt1156464\" } ?item wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"pt\")) }", "paraphrases": ["Which Wikipedia pages in English, German, or Portuguese cover the film Star Crossed?", "Show me the Wikipedia links for the movie tt1156464 in German and Portuguese."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1156464\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pt\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3192", "question": "Which fathers have the most children in Wikidata, and do they have images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?fatherLabel ( SAMPLE( ?img ) AS ?image ) ( COUNT( ?child ) AS ?childCount ) WHERE {\n  ?child wdt:P22 ?father .\n  ?father rdfs:label ?fatherLabel .\n  FILTER ( LANG( ?fatherLabel ) = \"en\" ) OPTIONAL {\n    ?father wdt:P18 ?img .\n  }\n}\nGROUP BY ?father ?fatherLabel\nORDER BY DESC ( ?childCount )\nLIMIT 50", "paraphrases": ["Show the top 50 fathers with the highest number of children, including their images if available.", "Who are the most prolific fathers in mythology and history, ranked by number of children, with their portraits?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var1 ) ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var1 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P22> ?var1 ; <http://www.wikidata.org/prop/direct/4104> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 ) LIMIT 50"}}
{"id": "val_3193", "question": "How many people are citizens of the Philippines according to Wikidata?", "sparql": "SELECT (COUNT(DISTINCT ?person) AS ?count) WHERE { ?person wdt:P27 wd:Q928 . }", "paraphrases": ["What is the total number of individuals who hold Philippine citizenship?", "Count the number of distinct people whose country of citizenship is the Philippines."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q928> . } }"}}
{"id": "val_3194", "question": "Squares in Prague", "sparql": "SELECT DISTINCT ?square ?label WHERE { ?square wdt:P31 wd:Q174782 . ?square wdt:P131 wd:Q1085 . ?square rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 30", "paraphrases": ["What are the squares located in Prague?", "List the English names of all squares in Prague, Czech Republic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q174782> . ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q1085> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 30"}}
{"id": "val_3195", "question": "Czech neighborhoods in Prague with coordinates, images, and Commons categories", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P2788 ?neighbourhoodId .\n  ?item wdt:P625 ?location .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(STRSTARTS(STR(?location) , \"POINT(13.\") || STRSTARTS(STR(?location) , \"POINT(14.\"))\n  FILTER(CONTAINS(STR(?location) , \" 49.\") || CONTAINS(STR(?location) , \" 50.\"))\n}\nLIMIT 100", "paraphrases": ["What are the neighborhoods in the Czech Republic located around Prague (latitude 49\u201350, longitude 13\u201314) that have an official ID, an image, and a Wikimedia Commons category?", "List Czech neighborhoods near Prague with their coordinates, images, Commons categories, and addresses, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(13 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(13 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3196", "question": "Humans from Bosnia and Herzegovina with non-Slovenian labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q5 ; wdt:P27 wd:Q225 .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) != \"sl\")\n}\nORDER BY ASC(?label)\nLIMIT 10000", "paraphrases": ["Who are the people from Bosnia and Herzegovina who have a Wikipedia label in a language other than Slovenian?", "List all citizens of Bosnia and Herzegovina who are humans and have a label in any language except Slovenian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q225> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sh,en,de,nl,fr,it,es,no,pt,pl,cs,hr\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"sl\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label ) LIMIT 10000"}}
{"id": "val_3197", "question": "Is Devra Canter a type of software?", "sparql": "ASK WHERE { wd:Q26261026 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Devra Canter belong to a category that is a subclass of software?", "Is Devra Canter classified under any category that software also belongs to?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q26261026> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3198", "question": "List of districts in the Czech Republic with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?district ?districtLabel WHERE {\n  ?district wdt:P31 wd:Q548611 .\n  ?district rdfs:label ?districtLabel .\n  FILTER ( LANG( ?districtLabel ) = \"en\" )\n}\nORDER BY ?districtLabel", "paraphrases": ["What are the English names of all districts in the Czech Republic, sorted alphabetically?", "Show me the English labels of all Czech districts, ordered by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . OPTIONAL { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . ?var1 <http://www.wikidata.org/prop/direct/P300> ?var4 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } ORDER BY DESC( ?var1Label )"}}
{"id": "val_3199", "question": "List of fields of work such as academic disciplines and professions.", "sparql": "SELECT DISTINCT ?fieldOfWork ?fieldOfWorkLabel WHERE { ?item wdt:P101 ?fieldOfWork. ?fieldOfWork rdfs:label ?fieldOfWorkLabel. FILTER(LANG(?fieldOfWorkLabel) = 'en') { ?fieldOfWork (wdt:P279*) wd:Q1047113. } UNION { ?fieldOfWork (wdt:P279*) wd:Q451967. } } ORDER BY ?fieldOfWorkLabel LIMIT 100", "paraphrases": ["What are the common academic disciplines and areas of professional activity in Wikidata?", "Show me all the fields of work (like computer science or medicine) that people are associated with in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q627436> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3200", "question": "English and German Wikipedia and Wikiquote pages about the movie Tron: Legacy (IMDb tt1104001)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt1104001\" .\n  ?page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["What English and German language pages on Wikipedia and Wikiquote are about the movie Tron: Legacy, identified by IMDb ID tt1104001?", "Show me the English and German language pages related to the movie Tron: Legacy (IMDb ID: tt1104001)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1104001\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3201", "question": "What was Jacoba Bicker\u2019s occupation?", "sparql": "SELECT ?occupation WHERE { wd:Q2470166 wdt:P106 ?occupation .}", "paraphrases": ["What job is associated with Jacoba Bicker in Wikidata?", "Can you tell me the profession of Jacoba Bicker?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2470166> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_3202", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0963966.", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0963966\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["What English and German language Wikipedia or Wikiquote pages are about the movie \"The Sorcerer\u2019s Apprentice\" (IMDb: tt0963966)?", "Show me the English and German language pages related to the movie \"The Sorcerer\u2019s Apprentice\" (IMDb ID tt0963966)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0963966\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3203", "question": "What is the official website and type of Enter Air?", "sparql": "SELECT ?airline ?airlineLabel ?website ?type WHERE { BIND(wd:Q1344593 AS ?airline) ?airline rdfs:label ?airlineLabel . FILTER(LANG(?airlineLabel) = 'en') . ?airline wdt:P856 ?website . ?airline wdt:P31 ?type . }", "paraphrases": ["Can you tell me the official website and what kind of company Enter Air is?", "Is Enter Air an airline or a charter airline, and what is its official website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1344593> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3204", "question": "Official website nordis.de, label, and Wikipedia page", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage WHERE { ?item wdt:P856 <http://www.nordis.de> . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang ; schema:isPartOf [ wikibase:wikiGroup \"wikipedia\" ] . FILTER(?lang IN (\"en\", \"de\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) IN (\"en\", \"de\")) }", "paraphrases": ["What is the entity with the official website nordis.de, and what are its label and corresponding Wikipedia page in English or German?", "Show me the name and Wikipedia article of the company whose official website is nordis.de, in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.nordis.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.nordis.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordis.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordis.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordis.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordis.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3205", "question": "Who are the people listed in Wikidata as trade unionists, either by occupation, field of work, or position held?", "sparql": "SELECT ?person ?label WHERE { { ?person wdt:P106 wd:Q15627169 . } UNION { ?person wdt:P101 wd:Q15627169 . } UNION { ?person wdt:P39 wd:Q15627169 . } ?person rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ?person LIMIT 2000", "paraphrases": ["Can you list notable trade unionists from Wikidata, including those with occupations, fields of work, or positions related to trade unionism?", "What are the names of individuals whose occupation, academic field, or public office is trade unionist?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q15627169> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_3206", "question": "Person with country of citizenship and gender, in English", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?label ?countryLabel ?genderLabel WHERE {\n  ?person wdt:P27 ?country .\n  ?person wdt:P21 ?gender .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?genderLabel) = \"en\")\n}\nLIMIT 1", "paraphrases": ["Who is a person with a known country of citizenship and gender, and what are their name, country, and gender in English?", "Show me one person\u2019s name, country of citizenship, and gender, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var4 . } } LIMIT 1"}}
{"id": "val_3207", "question": "What entities are connected to Pakistan through properties other than \"instance of\"?", "sparql": "SELECT ?item ?property WHERE { ?item ?property wd:Q843 . FILTER (STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) FILTER (?property != wd:P31) } LIMIT 100", "paraphrases": ["List all items related to Pakistan and the properties that link them, excluding \"instance of\".", "Which real-world entities have a direct relationship with Pakistan, and what are those relationships?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q843> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_3208", "question": "English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0036414.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0036414\" .\n  ?page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["What English and German language pages are about the movie \"Tarzan Triumphs\" (IMDb ID: tt0036414)?", "Show me the English and German Wikipedia and Wikiquote pages linked to the movie with IMDb ID tt0036414."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0036414\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3209", "question": "What are the direct properties of Egypt with English labels and their corresponding English-labeled values, excluding \"has part\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?egyptLabel ?property ?propertyLabel ?object ?objectLabel WHERE {\n  wd:Q79 ?property ?object .\n  FILTER(?property != wdt:P1963)\n  ?object rdfs:label ?objectLabel .\n  wd:Q79 rdfs:label ?egyptLabel .\n  FILTER(LANG(?objectLabel) = \"en\")\n  FILTER(LANG(?egyptLabel) = \"en\")\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyItem)\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nLIMIT 3", "paraphrases": ["What are the English-labeled properties and their values for Egypt, excluding the property \"has part\"?", "Show me the properties of Egypt (in English), along with their English-labeled values, but skip any property that means \"has part\"."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q79> ?var4 ?var3 . ?var2 ?var5 ?var4 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . <http://www.wikidata.org/entity/Q79> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 != <http://www.wikidata.org/prop/direct/P1963> ) ) ) . } LIMIT 3"}}
{"id": "val_3210", "question": "What are the English and German Wikipedia pages about LinkedIn?", "sparql": "SELECT ?linkedinLabel ?page ?language WHERE { wd:Q213660 rdfs:label ?linkedinLabel . FILTER(LANG(?linkedinLabel) = \"en\") . ?page schema:about wd:Q213660 . ?page schema:inLanguage ?language . FILTER(?language = \"en\" || ?language = \"de\") }", "paraphrases": ["Can you show me the webpages in English or German that discuss LinkedIn?", "Which language versions of Wikipedia have articles about the company LinkedIn?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://developer.linkedin.com/blog.rss.html.html> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.developer.linkedin.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.developer.linkedin.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://developer.linkedin.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://developer.linkedin.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://developer.linkedin.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://developer.linkedin.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://developer.linkedin.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://developer.linkedin.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://developer.linkedin.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://developer.linkedin.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3211", "question": "Number of people with Ethiopian citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?person ) AS ?count ) WHERE {\n  ?person wdt:P27 wd:Q115 .\n}", "paraphrases": ["How many people are citizens of Ethiopia?", "Count the number of individuals who hold Ethiopian nationality."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q115> . } }"}}
{"id": "val_3212", "question": "Cultural monuments in the Czech Republic without geographic coordinates and their Czech Wikipedia pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?monument ?monumentLabel ?wikipediaPage WHERE {\n  ?monument wdt:P1435 wd:Q385405 ; wdt:P17 wd:Q213 . MINUS {\n    ?monument wdt:P625 [] .\n  }\n  OPTIONAL {\n    ?monument rdfs:label ?monumentLabel .\n    FILTER ( LANG( ?monumentLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?monument ; schema:inLanguage \"cs\" ; schema:isPartOf <https://cs.wikipedia.org/> .\n  }\n}", "paraphrases": ["Which cultural monuments in the Czech Republic do not have coordinates listed, and what are their Czech Wikipedia articles?", "Show me cultural monuments in the Czech Republic that lack geographic coordinates, along with their Czech-language Wikipedia links, and include their English names if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q385405> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } }"}}
{"id": "val_3213", "question": "List of municipalities in the Czech Republic with their Czech names.", "sparql": "SELECT ?municipality ?municipalityLabel WHERE { ?municipality wdt:P31 wd:Q5153359 . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"cs\") } LIMIT 50", "paraphrases": ["What are the names of municipalities in the Czech Republic in Czech?", "Show me the 50 municipalities of the Czech Republic along with their local (Czech) names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 50"}}
{"id": "val_3214", "question": "What is the official website of Wightlink, and which Wikipedia articles are about it?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?article WHERE {\n  ?item wdt:P856 <https://www.wightlink.co.uk/> .\n  ?item rdfs:label ?label .\n  ?article schema:about ?item .\n}", "paraphrases": ["Can you show me the English label and Wikipedia links for the company whose official website is https://www.wightlink.co.uk/?", "I need the name and associated Wikipedia pages for the entity that has https://www.wightlink.co.uk/ as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.wightlink.co.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.wightlink.co.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.wightlink.co.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.wightlink.co.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.wightlink.co.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.wightlink.co.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://wightlink.co.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://wightlink.co.uk> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://wightlink.co.uk/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://wightlink.co.uk/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3215", "question": "How many Lithuanian citizens have an image on Wikimedia Commons?", "sparql": "SELECT (COUNT(DISTINCT ?person) AS ?count) WHERE { ?person wdt:P27 wd:Q37 . ?person wdt:P18 ?image .}", "paraphrases": ["What is the number of people who are citizens of Lithuania and have a photo linked in Wikidata?", "Count the number of distinct individuals with Lithuanian citizenship who have an associated image file on Wikimedia Commons."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q37> . } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_3216", "question": "Lebanese citizens with English names, their gender and occupation, excluding those with Arabic descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?gender ?occupation ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q822 .\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(NOT EXISTS {\n    ?person schema:description ?desc .\n    FILTER(LANG(?desc) = \"ar\")\n  })\n}", "paraphrases": ["Who are the Lebanese citizens with known gender and occupation, who have an English label and no Arabic description?", "List the names, genders, and occupations of Lebanese citizens who have English labels and no Arabic-language descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q822> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ar\" ) ) ) . } ) ) . }"}}
{"id": "val_3217", "question": "What are the geographic coordinates of the AuScope Hobart Antenna, and what are the coordinates of the administrative region it is located in?", "sparql": "SELECT ?antennaCoords ?adminRegionCoords WHERE { wd:Q32049295 wdt:P625 ?antennaCoords . OPTIONAL { wd:Q32049295 wdt:P131 ?adminRegion . ?adminRegion wdt:P625 ?adminRegionCoords . } }", "paraphrases": ["Coordinates of AuScope Hobart Antenna and its administrative region (Tasmania)", "Show me the precise location of the AuScope Hobart Antenna and the approximate center of the region (Tasmania) where it is situated."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q32049295> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q32049295> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3218", "question": "What are the English Wikipedia pages and official websites of resorts owned by Diamond Resorts?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?resort ?resortLabel ?wikipediaPage ?officialWebsite WHERE {\n  ?resort wdt:P127 wd:Q5270905 .\n  ?wikipediaPage schema:about ?resort ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?resort wdt:P856 ?officialWebsite .\n  }\n  ?resort rdfs:label ?resortLabel .\n  FILTER(LANG(?resortLabel) = \"en\")\n}", "paraphrases": ["Which resorts are owned by Diamond Resorts, and what are their English Wikipedia pages and official websites?", "Please list the English Wikipedia links and official websites for all resorts owned by Diamond Resorts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q5270905> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3219", "question": "People who are actors or related professions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P106 / wdt:P279 * wd:Q33999 ; rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the people whose occupation is actor or a subclass of actor?", "List English names of people working as actors or in related acting roles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33999> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_3220", "question": "Parents of Nikita Mikhalkov and their children.", "sparql": "SELECT ?parent ?parentLabel ?child WHERE { ?parent wdt:P40 wd:Q55207 . ?parent wdt:P40 ?child . ?parent rdfs:label ?parentLabel . FILTER(LANG(?parentLabel) = \"en\") }", "paraphrases": ["Who are the parents of Nikita Mikhalkov, and who are their children?", "List all siblings of Nikita Mikhalkov along with their parents."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P40> * <http://www.wikidata.org/entity/Q55207> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_3221", "question": "What are the top 50 most common occupations in Wikidata, and what are their Spanish names?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupationLabel ?count WHERE {\n  {\n    SELECT ?occupation(COUNT(?person) AS ?count) WHERE {\n      ?person wdt:P106 ?occupation .\n    }\n    GROUP BY ?occupation\n    ORDER BY DESC(?count)\n    LIMIT 1000\n  }\n  OPTIONAL {\n    ?occupation rdfs:label ?occupationLabel .\n    FILTER(LANG(?occupationLabel) = \"es\")\n  }\n}\nORDER BY DESC(?count)\nLIMIT 50", "paraphrases": ["Show me the 50 occupations with the most people associated with them, along with their labels in Spanish.", "Which occupations are held by the largest number of people on Wikidata, and how are they called in Spanish?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P106> ?var2 . } GROUP BY ?var2 ORDER BY DESC( ?var3 ) LIMIT 1000 } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,es,pl,ja,zh,ru\". } } ORDER BY DESC( ?var3 ) LIMIT 50"}}
{"id": "val_3222", "question": "Who are some humans that work as businesspeople?", "sparql": "SELECT ?personLabel WHERE { ?person wdt:P106 wd:Q43845 . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10000", "paraphrases": ["List of businessperson humans.", "Show me the names of all humans whose occupation is businessperson."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q43845> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_3223", "question": "People with allegiance to the United States", "sparql": "SELECT ?person ?personLabel WHERE { ?statement ps:P945 wd:Q30 . ?person p:P945 ?statement . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 101", "paraphrases": ["Who are the people who have allegiance to the United States?", "List up to 101 individuals who are allied with the United States, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P945> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/P945> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3224", "question": "What are the occupations of Kees Maks?", "sparql": "SELECT ?occupation WHERE { wd:Q2463676 wdt:P106 ?occupation .}", "paraphrases": ["Occupations of Dutch painter Kees Maks", "Tell me the professions Kees Maks was known for."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q2463676> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_3225", "question": "Czech cultural heritage sites and their top-level administrative regions in English.", "sparql": "SELECT ?administrativeEntity (SAMPLE(?adminLabel) AS ?administrativeEntityLabel) (SAMPLE(?heritageItem) AS ?sampledHeritageItem) (SAMPLE(?heritageLabel) AS ?sampledHeritageItemLabel) WHERE {  ?heritageItem wdt:P762 [] ;  wdt:P131 ?administrativeEntity .  ?administrativeEntity rdfs:label ?adminLabel .  ?heritageItem rdfs:label ?heritageLabel .  MINUS {  ?administrativeEntity wdt:P131 [] .  }  FILTER(LANG(?adminLabel) = \"en\" || LANG(?adminLabel) = \"\")  FILTER(LANG(?heritageLabel) = \"en\" || LANG(?heritageLabel) = \"\")} GROUP BY ?administrativeEntity ORDER BY ASC(?administrativeEntityLabel)", "paraphrases": ["What are the top-level administrative entities in the Czech Republic that contain cultural heritage sites with a Czech cultural heritage ID, and what is one example site from each?", "List the highest-level administrative areas in the Czech Republic that contain cultural heritage items with a Czech cultural heritage ID, along with one example heritage item and its name in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var4 )( SAMPLE ( ?var3Label ) AS ?var4Label ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P762> [] ; ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P131> ?) ?var1 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P131> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,en,de\". } } GROUP BY ?var1 ?var1Label ?var2 ORDER BY ASC( ?var1Label )"}}
{"id": "val_3226", "question": "Streets in the Czech Republic with coordinates and English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?street ?streetLabel ?coord WHERE {\n  ?street wdt:P31 wd:Q79007 .\n  ?street wdt:P17 wd:Q213 .\n  ?street wdt:P625 ?coord .\n  ?street rdfs:label ?streetLabel .\n  FILTER ( LANG( ?streetLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the streets in the Czech Republic, their English names, and their geographic coordinates?", "List up to 10 streets in the Czech Republic along with their English labels and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(13 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(15 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P373> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3227", "question": "Image of the person with SNAC ARK ID w6cj8gsw", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6cj8gsw\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Charles E. Burchfield in Wikidata?", "Show me the Wikimedia Commons image for the item identified by SNAC ARK ID w6cj8gsw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cj8gsw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3228", "question": "Czech cultural heritage items grouped by class, counting direct and indirect instances.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?classLabel ?count ?mode WHERE {\n  {\n    SELECT ?class ( COUNT( DISTINCT ?item ) AS ?count ) ?mode WHERE {\n      ?item wdt:P762 [] ; wdt:P31 ?instanceClass .\n      ?instanceClass wdt:P279 * ?class .\n      VALUES ?mode {\n        \"direct\" \"all\"\n      }\n      FILTER ( ( ?mode = \"all\" ) || ( ?instanceClass = ?class ) )\n    }\n    GROUP BY ?class ?mode\n  }\n  FILTER ( ! ( ?mode = \"direct\" && ?count = 0 ) ) ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["How many Czech cultural heritage items are associated with each class, both directly and through subclasses, excluding classes with no direct members?", "List all classes in Wikidata that have Czech cultural heritage items, showing how many items belong to each class directly and via subclasses, and only include classes that have at least one direct member."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var3 ( COUNT ( DISTINCT ?var4 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P762> [] ; <http://www.wikidata.org/prop/direct/P31> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var1 . VALUES ( ?var3 ) { ( \"direct\" ) ( \"all\" ) } FILTER ( ( ( ?var3 = \"all\" ) || ( ?var5 = ?var1 ) ) ) . } GROUP BY ?var1 ?var3 } FILTER ( ( !(( ?var3 = \"dir\" ) && ( ?var2 = \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> )) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } }"}}
{"id": "val_3229", "question": "What are the items located between longitude 12 and 19 and latitude 49 and 51 that have a Bulgarian-language Wikipedia article?", "sparql": "SELECT ?item ?coord ?article WHERE {\n  ?item wdt:P625 ?coord .\n  BIND(REPLACE(STR(?coord), \"POINT\\\\(\", \"\") AS ?point)\n  BIND(REPLACE(?point, \"\\\\)\", \"\") AS ?coords)\n  BIND(STRBEFORE(?coords, \" \") AS ?lon)\n  BIND(STRAFTER(?coords, \" \") AS ?lat)\n  FILTER( xsd:decimal(?lon) >= 12 && xsd:decimal(?lon) <= 19 )\n  FILTER( xsd:decimal(?lat) >= 49 && xsd:decimal(?lat) <= 51 )\n  ?article schema:about ?item .\n  ?article schema:inLanguage \"bg\" .\n}\nLIMIT 5000", "paraphrases": ["Show me Bulgarian Wikipedia articles for places within the bounding box defined by coordinates (12,49) and (19,51).", "List all places in the area from 12\u00b0E to 19\u00b0E and 49\u00b0N to 51\u00b0N that have a Bulgarian Wikipedia page, along with their coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(12 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(19 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"bg\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bg,cs,en\". } } LIMIT 5000"}}
{"id": "val_3230", "question": "Streets in Czech Republic between latitudes 48\u201351 and longitudes 14\u201323 without Wikimedia Commons categories.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?street ?streetLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?street wdt:P31 wd:Q79007 ; wdt:P17 wd:Q213 ; wdt:P625 ?location .\n  FILTER(geof:latitude(?location) >= 48 && geof:latitude(?location) <= 51 && geof:longitude(?location) >= 14 && geof:longitude(?location) <= 23) MINUS {\n    ?street wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?street wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?street wdt:P969 ?address .\n  }\n  ?street rdfs:label ?streetLabel .\n  FILTER(LANG(?streetLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What are the streets in the Czech Republic located between 14\u00b0 and 23\u00b0 longitude and 48\u00b0 and 51\u00b0 latitude that don\u2019t have a Wikimedia Commons category?", "List English-named streets in the Czech Republic within the geographic bounds of 14\u201323\u00b0E and 48\u201351\u00b0N, excluding those with Commons categories, and include their images and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(14 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(23 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3231", "question": "Wikipedia page for movie with IMDb ID tt1489167 in English or German", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?item . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdb_id = \"tt1489167\") }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt1489167?", "Show me the English or German Wikipedia article for the movie identified by IMDb ID tt1489167."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1489167\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3232", "question": "Who is Syria Cipressi, and what are her occupation, nationality, birthplace, and date of birth?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?occupation ?citizenship ?birthPlace ?birthDate WHERE {\n  wd:Q3979196 rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n  .\n  wd:Q3979196 wdt:P106 ?occupation .\n  wd:Q3979196 wdt:P27 ?citizenship .\n  wd:Q3979196 wdt:P19 ?birthPlace .\n  wd:Q3979196 wdt:P569 ?birthDate .\n}", "paraphrases": ["Can you tell me about the Italian singer Syria, including where and when she was born and what she does for a living?", "What information is available about the Italian singer Syria born in Rome in 1977?"], "info": {"raw_sparql": "Describe <http://www.wikidata.org/entity/Q3979196>"}}
{"id": "val_3233", "question": "List all national cultural monuments of the Czech Republic with their English names and Czech heritage IDs.", "sparql": "SELECT ?monument ?monumentLabel ?heritageId WHERE { ?monument wdt:P1435 wd:Q649434 . OPTIONAL { ?monument wdt:P762 ?heritageId . } OPTIONAL { ?monument rdfs:label ?monumentLabel . FILTER(LANG(?monumentLabel) = \"en\") } }", "paraphrases": ["What are the English names and Czech cultural heritage IDs of all sites designated as national cultural monuments in the Czech Republic?", "Please provide the English labels and heritage identifiers for all cultural sites in the Czech Republic that have the status of national cultural monument."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q649434> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P762> ?var2 . } }"}}
{"id": "val_3234", "question": "What are the top 5 most common causes of death among writers?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mannerOfDeathLabel(COUNT(DISTINCT ?writer) AS ?count) WHERE {\n  ?writer wdt:P106 / wdt:P279 * wd:Q36180 .\n  ?writer wdt:P1196 ?mannerOfDeath .\n  ?mannerOfDeath rdfs:label ?mannerOfDeathLabel .\n  FILTER(LANG(?mannerOfDeathLabel) = \"en\")\n}\nGROUP BY ?mannerOfDeathLabel\nORDER BY DESC(?count)\nLIMIT 5", "paraphrases": ["Among people whose occupation is writer or a subclass of writer, which manner of death occurs most frequently, and how many such cases are there?", "Can you list the five most frequent ways writers have died, along with the number of cases for each?"], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q36180> . ?var2 <http://www.wikidata.org/prop/direct/P1196> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,fr,ru\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 ) LIMIT 5"}}
{"id": "val_3235", "question": "Writers who were murdered", "sparql": "SELECT ?writer ?label WHERE { ?writer wdt:P106 wd:Q36180 ; wdt:P1196 wd:Q132821 . ?writer rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 10", "paraphrases": ["Who are the writers that were killed by murder?", "List the names of people whose occupation was writer and whose manner of death was murder."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> ; <http://www.wikidata.org/prop/direct/P1196> <http://www.wikidata.org/entity/Q132821> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,ru\". } } LIMIT 10"}}
{"id": "val_3236", "question": "Is Hans Falk an artist based on his occupations?", "sparql": "ASK WHERE { wd:Q1579429 wdt:P106 ?occupation . ?occupation (wdt:P279*) wd:Q483501 . }", "paraphrases": ["Does Hans Falk have an occupation that is a type of artist?", "Check if Hans Falk is classified as an artist through his professional roles."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1579429> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3237", "question": "Who are the humans that are both actors and film actors?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q33999 .\n  ?person wdt:P106 wd:Q10800557 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["List all people who have been classified as both an actor and a film actor in Wikidata.", "Which individuals have two occupation tags: actor and film actor?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . }"}}
{"id": "val_3238", "question": "List all hotels and casinos owned by MGM Resorts International, including their English Wikipedia pages, all owners, and official websites.", "sparql": "SELECT ?property ?propertyLabel ?wikipediaPage ?owner ?officialWebsite WHERE { ?property wdt:P127 wd:Q568532 . ?wikipediaPage schema:about ?property ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?property wdt:P856 ?officialWebsite . } OPTIONAL { ?property wdt:P127 ?owner . } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["What are the properties owned by MGM Resorts International, and what are their Wikipedia pages, owners, and official websites?", "Show me the names, English Wikipedia links, all owners, and official websites of all hotels and casinos owned by MGM Resorts International, including those co-owned by other companies."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q568532> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3239", "question": "Statespersons and their countries of citizenship", "sparql": "SELECT ?personLabel ?countryLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 wd:Q372436 . ?person wdt:P27 ?country . ?person rdfs:label ?personLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Who are the human statespersons and which countries are they citizens of?", "List the names of all human statespersons along with their countries of citizenship, in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q372436> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3240", "question": "What properties are most commonly used to link items to the Ferens Art Gallery, and how many items are linked via each?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q5444068 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which Wikidata properties connect the most artworks or objects to the Ferens Art Gallery in Hull?", "How many items are associated with the Ferens Art Gallery through each property, listing only those used more than once and sorted by frequency?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q5444068> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_3241", "question": "Image of Charles Bird King with SNAC ARK ID w6qn6613", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6qn6613\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6qn6613?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w6qn6613."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qn6613\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3242", "question": "What is the official website of Intercorp, and what are its English or German descriptions and labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?descText ?language WHERE {\n  ?item wdt:P856 <http://www.intercorp.com.pe> .\n  ?item rdfs:label ?itemLabel .\n  ?desc schema:about ?item ; schema:description ?descText ; schema:inLanguage ?language .\n  FILTER(?language IN(\"en\" , \"de\"))\n  FILTER(LANG(?itemLabel) IN(\"en\" , \"de\"))\n}", "paraphrases": ["Can you show me the name and description in English or German for the company with the official website www.intercorp.com.pe?", "I\u2019m looking for information in English or German about the company that owns www.intercorp.com.pe \u2014 what\u2019s its name and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.intercorpgrp.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.intercorpgrp.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://intercorpgrp.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://intercorpgrp.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://intercorpgrp.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://intercorpgrp.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3243", "question": "What hotels are owned by Iberostar Hotels & Resorts, and what are their types and official websites?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?hotel ?hotelLabel ?website ?type WHERE {\n  ?hotel wdt:P127 wd:Q2035939 .\n  OPTIONAL {\n    ?hotel wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?hotel wdt:P31 ?type .\n  }\n  ?hotel rdfs:label ?hotelLabel .\n}", "paraphrases": ["List all hotels owned by Iberostar along with their labels, types, and official websites.", "Show me the properties of hotels owned by Iberostar, including their names, what kind of hotels they are, and their websites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q2035939> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3244", "question": "Streets in Czech Republic starting with \"1.\" that are not named after people.", "sparql": "SELECT ?var1Label ?var1 WHERE { ?var1 wdt:P31 wd:Q79007 . ?var1 wdt:P17 wd:Q213 . MINUS { ?var1 wdt:P138 ?var2 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"cs\") FILTER(STRSTARTS(?var1Label, \"1.\")) } ORDER BY ASC(?var1Label)", "paraphrases": ["What are the streets in the Czech Republic whose names begin with \"1.\" and are not named after a person or event?", "List all streets in the Czech Republic that are named after dates (like \"1. m\u00e1je\") and are not dedicated to any individual."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P138> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,cs\". } FILTER ( ( STRSTARTS ( ?var1Label , \"1\" ) ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3245", "question": "Children of King Wen of Zhou born before him in Wikidata", "sparql": "SELECT ( \"has error\" AS ?error ) ( COUNT( DISTINCT ?child ) AS ?count ) WHERE { BIND( wd:Q698909 AS ?parent ) . ?parent wdt:P40 ?child . ?parent wdt:P569 ?parentBirth . ?child wdt:P569 ?childBirth . FILTER ( YEAR(?parentBirth) > YEAR(?childBirth) ) }", "paraphrases": ["Which children of King Wen of Zhou have recorded birth dates earlier than his own?", "Count how many children of King Wen of Zhou are listed in Wikidata as being born before him, based on estimated birth dates."], "info": {"raw_sparql": "SELECT( \"has error\" AS ?var1 )( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q698909> AS ?var4 ). ?var4 <http://www.wikidata.org/prop/direct/P40> + ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var6 . FILTER ( ( ( YEAR ( ?var5 ) > YEAR ( ?var6 ) ) ) ) . }"}}
{"id": "val_3246", "question": "Number of children of Emperor Taizu of Jin", "sparql": "SELECT ?parentLabel ( COUNT( DISTINCT ?child ) AS ?childCount ) WHERE { wd:Q5060 rdfs:label ?parentLabel . FILTER ( LANG( ?parentLabel ) = \"en\" ) . wd:Q5060 wdt:P40 ?child . wd:Q5060 wdt:P569 ?parentBirth . ?child wdt:P569 ?childBirth . FILTER ( YEAR( ?parentBirth ) > YEAR( ?childBirth ) ) . } GROUP BY ?parentLabel", "paraphrases": ["How many children did Emperor Taizu of Jin have?", "Show the name of Emperor Taizu of Jin and how many of his children were born after him."], "info": {"raw_sparql": "SELECT( \"string1\" AS ?var1 )( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q5060> AS ?var4 ). ?var4 <http://www.wikidata.org/prop/direct/P40> + ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var6 . FILTER ( ( ( YEAR ( ?var5 ) > YEAR ( ?var6 ) ) ) ) . }"}}
{"id": "val_3247", "question": "What is the image associated with the person having the SNAC ARK ID \"w64t7jrg\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w64t7jrg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find an image for Jos\u00e9 Ard\u00e9vol using his SNAC ARK ID?", "Show the Wikimedia Commons image for the entity identified by the SNAC ARK ID w64t7jrg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64t7jrg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3248", "question": "Sudanese humans with non-Arabic labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?label WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P27 wd:Q1049 .\n  ?human rdfs:label ?label .\n  FILTER ( LANG( ?label ) != \"ar\" )\n}\nORDER BY ASC ( ?label )", "paraphrases": ["Who are the Sudanese citizens who have labels in languages other than Arabic?", "List all humans from Sudan that have labels in any language except Arabic, sorted alphabetically by label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q1049> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"ar\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3249", "question": "What are the occupations of Willem Diepraam?", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q2268769 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["Is Willem Diepraam an actor?", "List Willem Diepraam\u2019s professions in English."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q2268769> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_3250", "question": "List 100 film actors with their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel WHERE {\n  ?actor wdt:P106 wd:Q10800557 .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are 100 film actors and what are their names in English?", "Please provide a list of 100 actors who work in films, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var1 . } } LIMIT 100"}}
{"id": "val_3251", "question": "Czech monument catalogue numbers assigned to more than one monument", "sparql": "SELECT ?catalogueNumber ?count WHERE { { SELECT ?catalogueNumber (COUNT(?monument) AS ?count) WHERE { ?monument wdt:P4075 ?catalogueNumber . } GROUP BY ?catalogueNumber } FILTER (?count > 1) } ORDER BY ?catalogueNumber", "paraphrases": ["Which Czech Monument Catalogue Numbers in Wikidata are incorrectly assigned to multiple monuments?", "Show me all Czech Monument Catalogue Numbers that are linked to more than one monument item in Wikidata, along with how many monuments each one is assigned to."], "info": {"raw_sparql": "SELECT * WHERE { { SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 )( GROUP_CONCAT ( ?var2 ; SEPARATOR = \" , \" ) AS ?var4 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P4075> ?var1 . } GROUP BY ?var1 } FILTER ( ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3252", "question": "How many streets in the Czech Republic have names starting with \"Komen\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?street ) AS ?count ) WHERE {\n  ?street wdt:P31 wd:Q79007 ; wdt:P17 wd:Q213 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"cs\" ) .\n  FILTER ( STRSTARTS( ?label , \"Komen\" ) )\n}", "paraphrases": ["How many streets in the Czech Republic are named after Komensk\u00fd (i.e., have Czech labels starting with \"Komen\")?", "Count the number of Czech-language street names in the Czech Republic that begin with \"Komen\"."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1Label ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . FILTER ( ( STRSTARTS ( ?var1Label , \"Komen\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"cs\" ) ) ) . }"}}
{"id": "val_3253", "question": "What is the English Wikipedia page, official website, and type of Edelweiss Air?", "sparql": "SELECT ?companyLabel ?wikipediaPage ?website ?instanceType WHERE { wd:Q662050 rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") . ?wikipediaPage schema:about wd:Q662050 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { wd:Q662050 wdt:P856 ?website } OPTIONAL { wd:Q662050 wdt:P31 ?instanceType } }", "paraphrases": ["Show me Edelweiss Air\u2019s label, its English Wikipedia link, its website, and what kind of company it is.", "Can you provide details about Edelweiss Air including its Wikipedia page, official URL, and classification as an airline?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q662050> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3254", "question": "What is the Russian label and description of the Wikidata property for occupation?", "sparql": "SELECT ?label ?description WHERE { wd:P106 rdfs:label ?label . wd:P106 schema:description ?description . FILTER(LANG(?label) = \"ru\") . FILTER(LANG(?description) = \"ru\") }", "paraphrases": ["How is \"occupation\" described in Russian on Wikidata, and what is its label?", "What does the Russian-language label and description say for the property that identifies someone as a composer?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q36834> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_3255", "question": "Humans from the United Arab Emirates with their gender and occupation, excluding those with Arabic descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?gender ?occupation ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q878 .\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(NOT EXISTS {\n    ?person schema:description ?desc .\n    FILTER(LANG(?desc) = \"ar\")\n  })\n}", "paraphrases": ["Who are the people from the United Arab Emirates, what is their gender and occupation, and which of them do not have an Arabic-language description?", "List the English names, genders, and occupations of all citizens of the United Arab Emirates who do not have an Arabic description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q878> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ar\" ) ) ) . } ) ) . }"}}
{"id": "val_3256", "question": "Country of citizenship of Lucretia Garfield in English", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel WHERE {\n  wd:Q234261 wdt:P27 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["What is the English name of the country Lucretia Garfield was a citizen of?", "Tell me the English label of the country where Lucretia Garfield held citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q234261> <http://www.wikidata.org/prop/direct/P27> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_3257", "question": "People who are illustrators", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q644687 . } LIMIT 100", "paraphrases": ["Who are the people whose occupation is illustrator?", "List up to 100 individuals who work as illustrators."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,cat\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q644687> . } LIMIT 100"}}
{"id": "val_3258", "question": "People who are comics artists or work in related professions.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 / wdt:P279* wd:Q715301 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are some people whose occupation is a subclass of comics artist?", "List 100 English-named individuals who work as comics artists or in a related artistic field."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q715301> . } LIMIT 100"}}
{"id": "val_3259", "question": "What is the official website of Rakuten Linkshare, and which Wikipedia page is about it?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?page WHERE {\n  ?item wdt:P856 <http://www.rakutenmarketing.com> .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?page schema:about ?item .\n  FILTER ( STRSTARTS( STR( ?page ) , \"https://en.wikipedia.org/\" ) )\n}", "paraphrases": ["Which Wikipedia page discusses Rakuten Linkshare, and what is its official website?", "Show me the English label of Rakuten Linkshare and the Wikipedia article that is about it, given its official website is http://www.rakutenmarketing.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.rakutenmarketing.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.rakutenmarketing.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.rakutenmarketing.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.rakutenmarketing.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.rakutenmarketing.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.rakutenmarketing.com> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3260", "question": "Female citizens of Arab League countries where Arabic is the official language.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?countryLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P27 ?country .\n  ?country wdt:P37 wd:Q13955 .\n  ?country wdt:P463 wd:Q7172 .\n  ?person rdfs:label ?personLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY ASC(?countryLabel)", "paraphrases": ["Who are the female individuals who are citizens of countries in the Arab League that have Arabic as their official language?", "List the names of women and their countries of citizenship where Arabic is the official language and the country is a member of the Arab League."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P27> ?var2 ; <http://www.wikidata.org/prop/direct/P1412> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P37> <http://www.wikidata.org/entity/Q13955> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ar,en,de\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_3261", "question": "German-speaking humans with their German family and given names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?humanLabel ?familyNameLabel ?givenNameLabel WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P734 ?familyName ; wdt:P735 ?givenName ; rdfs:label ?humanLabel .\n  ?familyName rdfs:label ?familyNameLabel .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER(LANG(?humanLabel) = \"de\")\n  FILTER(LANG(?familyNameLabel) = \"de\")\n  FILTER(LANG(?givenNameLabel) = \"de\")\n}\nLIMIT 50", "paraphrases": ["Who are some German-labeled people whose first and last names are also available in German?", "List up to 50 people with German labels who have both a German family name and a German given name."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } LIMIT 200"}}
{"id": "val_3262", "question": "List of actors who are human beings in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actorLabel WHERE {\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P31 wd:Q5 .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nLIMIT 20000", "paraphrases": ["Who are some human actors according to Wikidata, with their English names?", "Please provide a list of English labels for all humans whose occupation is actor."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . } LIMIT 20000 OFFSET 0"}}
{"id": "val_3263", "question": "Female citizens of Mauritius", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P21 wd:Q6581072 ; wdt:P31 wd:Q5 ; wdt:P27 wd:Q1027 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Who are the female humans who are citizens of Mauritius?", "List the English names of all women who are citizens of Mauritius and identified as human beings."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q1027> . } } LIMIT 1000"}}
{"id": "val_3264", "question": "What are the 10 most common types of monuments listed in the Czech Monument Catalogue?", "sparql": "SELECT ?type ?typeLabel (COUNT(?monument) AS ?count) WHERE { ?monument wdt:P4075 [] . ?monument wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } GROUP BY ?type ?typeLabel ORDER BY DESC(?count) LIMIT 10", "paraphrases": ["Which types of structures appear most frequently among Czech monuments, and how many of each are there?", "Can you list the top 10 monument types in the Czech Republic by count, along with their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P4075> [] . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_3265", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0915457?", "sparql": "SELECT ?wikipediaPage ?language WHERE { ?wikipediaPage schema:about wd:Q1393949 . BIND(IF(STRSTARTS(STR(?wikipediaPage), \"https://en.wikipedia.org/\"), \"en\", IF(STRSTARTS(STR(?wikipediaPage), \"https://de.wikipedia.org/\"), \"de\", \"other\")) AS ?language) FILTER(?language IN (\"en\", \"de\")) }", "paraphrases": ["Show me the Wikipedia articles in English and German about the documentary \"Falco: Damn It, We're Still Alive!\"", "Which Wikipedia pages in English and German discuss the movie identified by IMDb ID tt0915457?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0915457\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3266", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt0186654?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_article WHERE {\n  ?item wdt:P345 \"tt0186654\" .\n  ?wikipedia_article schema:about ?item .\n  {\n    ?wikipedia_article schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_article schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia pages in English and German about the film identified by IMDb ID tt0186654.", "Which Wikipedia articles in English and German are about the movie with the IMDb identifier tt0186654?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0186654\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3267", "question": "Top 50 most common occupations on Wikidata by number of people, with English labels and counts.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?occupation ?occupationLabel ?count WHERE {\n  {\n    SELECT ?occupation ( COUNT( ?person ) AS ?count ) WHERE {\n      ?person wdt:P106 ?occupation .\n    }\n    GROUP BY ?occupation\n    ORDER BY DESC ( ?count )\n    LIMIT 1000\n  }\n  OPTIONAL {\n    ?occupation rdfs:label ?occupationLabel .\n    FILTER ( LANG( ?occupationLabel ) = \"en\" )\n  }\n}\nORDER BY DESC ( ?count )\nLIMIT 50", "paraphrases": ["What are the 50 most common occupations in Wikidata, how many people have each, and what are their English names?", "Show me the top 50 occupations based on how many people are associated with them, including their English labels and the count of people."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"tt-lat\" ) ) ) . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,tr,tt-lat\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_3268", "question": "Who are some Japanese painters?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ( STR( ?personLabel ) AS ?label ) WHERE {\n  ?person wdt:P106 wd:Q1028181 .\n  ?person wdt:P27 wd:Q17 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List of Japanese painters with English names", "Can you provide a list of people who are painters and hold Japanese citizenship, along with their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . } LIMIT 100"}}
{"id": "val_3269", "question": "Who is the father of Helmut Kohl?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?father ?fatherLabel WHERE {\n  wd:Q2518 p:P22 ?statement .\n  ?statement ps:P22 ?father .\n  ?father rdfs:label ?fatherLabel .\n  FILTER ( LANG( ?fatherLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of Helmut Kohl\u2019s biological father?", "Can you tell me the name of Helmut Kohl\u2019s dad?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q2518> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3270", "question": "Wikipedia and Wikiquote pages in English and German about the movie with IMDb ID tt0364569.", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0364569\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["What English and German language Wikipedia and Wikiquote pages are about the movie Oldboy (2003)?", "Show me the English and German Wikipedia and Wikiquote pages linked to the movie Oldboy (2003) via its IMDb ID tt0364569."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0364569\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3271", "question": "Who is the mother of Helen Hunt\u2019s mother, and who is Helen Hunt\u2019s mother?", "sparql": "SELECT DISTINCT ?grandmother ?parent WHERE { ?grandmother p:P21 ?stmt1 . ?stmt1 ps:P21 wd:Q6581072 . ?grandmother p:P40 ?stmt2 . ?stmt2 ps:P40 ?parent . ?parent p:P40 ?stmt3 . ?stmt3 ps:P40 wd:Q170574 . }", "paraphrases": ["Grandmother of Helen Hunt and her daughter (Helen Hunt\u2019s parent)", "Find the female person who is Helen Hunt\u2019s grandmother, along with the name of Helen Hunt\u2019s parent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q170574> . } LIMIT 101"}}
{"id": "val_3272", "question": "Wikipedia page for movie with IMDb ID tt1079980 in English or German", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt1079980\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt1079980?", "Show me the English or German Wikipedia article about the movie with IMDb ID tt1079980."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1079980\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3273", "question": "People who work as cleaners", "sparql": "SELECT DISTINCT ?person ?label WHERE { ?person wdt:P106 wd:Q1760141 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who are the people with the occupation of cleaner?", "List the English names of individuals whose job is cleaning."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1760141> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3274", "question": "World Heritage Sites in South America with their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?site(SAMPLE(?label) AS ?siteLabel) ?coordinates WHERE {\n  ?site wdt:P1435 wd:Q9259 .\n  ?site wdt:P17 ?country .\n  ?country wdt:P30 wd:Q18 .\n  ?site wdt:P625 ?coordinates .\n  ?site rdfs:label ?label .\n}\nGROUP BY ?site ?coordinates", "paraphrases": ["What are the World Heritage Sites located in South America and their geographic coordinates?", "Show me the names and locations of all UNESCO World Heritage Sites in South America."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q9259> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P30> <http://www.wikidata.org/entity/Q18> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } }"}}
{"id": "val_3275", "question": "What are the occupations and place of birth of Siet Zuyderland?", "sparql": "SELECT ?occupation ?placeOfBirth WHERE { wd:Q21061145 wdt:P106 ?occupation ; wdt:P19 ?placeOfBirth . }", "paraphrases": ["Can you tell me where Siet Zuyderland was born and what he did for a living?", "Show me the profession and birthplace of the Dutch artist Siet Zuyderland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q21061145> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_3276", "question": "People who have resided in Germany", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P551 wd:Q183 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some people that have lived in Germany?", "List 10 individuals with Germany as their place of residence, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P551> <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_3277", "question": "People whose field of work is painting", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?stmt WHERE {\n  ?person p:P101 ?stmt .\n  ?stmt ps:P101 wd:Q3305213 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 101", "paraphrases": ["Who are the people that have painting as their field of work?", "List up to 101 people who work in painting, along with their names and statement identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P101> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/P101> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3278", "question": "English or German Wikipedia page for the movie with IMDb ID tt0079943", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage ?imdbId ?movieLabel WHERE {\n  ?movie wdt:P345 \"tt0079943\" .\n  {\n    ?wikipediaPage schema:about ?movie ; schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:about ?movie ; schema:inLanguage \"de\" .\n  }\n  BIND( \"tt0079943\" AS ?imdbId ) ?movie rdfs:label ?movieLabel .\n  FILTER ( LANG( ?movieLabel ) = \"en\" )\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0079943, and what is its English title?", "Show me the Wikipedia page (in English or German) for the movie identified by IMDb ID tt0079943, along with its English title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0079943\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3279", "question": "What people are directly related to Robert Swartz via statements in Wikidata, and what properties describe those relationships?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?person ?statement ?property ( SAMPLE( ?qualifier ) AS ?qualifier_property ) WHERE {\n  ?statement ?prop wd:Q21063784 .\n  ?person ?claim ?statement .\n  ?property wikibase:statementProperty ?prop .\n  ?property wikibase:claim ?claim .\n  FILTER ( ?property != wd:P31 ) OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?property wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?person ?statement ?property\nLIMIT 101", "paraphrases": ["Who are the individuals connected to Robert Swartz through familial relationships, and what are the properties used to describe those connections?", "List the people who have a direct relationship with Robert Swartz (e.g., spouse or father), along with the type of relationship, and indicate if any qualifiers are attached to those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q21063784> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_3280", "question": "Image of the person with SNAC ARK ID w65b02rh", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w65b02rh\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Albert Namatjira in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w65b02rh?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65b02rh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3281", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt1292575?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1292575\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia page for the movie \"4bia\" in English or German.", "Which Wikipedia articles in English or German are about the movie identified by tt1292575?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1292575\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3282", "question": "Hotels owned by IHG Hotels & Resorts with English Wikipedia pages and official websites.", "sparql": "SELECT ?hotel ?hotelLabel ?wikipediaArticle ?website ?type WHERE { ?hotel wdt:P127 wd:Q1424962 . ?wikipediaArticle schema:about ?hotel ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?hotel wdt:P856 ?website . } OPTIONAL { ?hotel wdt:P31 ?type . } ?hotel rdfs:label ?hotelLabel . FILTER(LANG(?hotelLabel) = \"en\") }", "paraphrases": ["Which hotels are owned by IHG Hotels & Resorts, and what are their English Wikipedia articles, official websites, and types?", "List all hotels owned by IHG Hotels & Resorts, including their English Wikipedia links, official websites, and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q16994722> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3283", "question": "Who is Yasmine Hamdan married to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?spouse ?startDate WHERE {\n  wd:Q195788 wdt:P26 ?spouse .\n  OPTIONAL {\n    wd:Q195788 p:P26 ?statement .\n    ?statement ps:P26 ?spouse .\n    ?statement pq:P580 ?startDate .\n  }\n}", "paraphrases": ["What is the start date of Yasmine Hamdan\u2019s marriage to her spouse?", "Can you tell me Yasmine Hamdan\u2019s spouse and when their relationship began?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P26> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q195788> . ?var1 <http://www.wikidata.org/prop/P26> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q195788> . ?var2 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } LIMIT 10"}}
{"id": "val_3284", "question": "Is Antoni Go\u0142kowski a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q22911334 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does Antoni Go\u0142kowski belong to any class that is a subclass of software?", "Check whether Antoni Go\u0142kowski is classified as software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q22911334> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3285", "question": "Entities with official website siemens.com and their English or German Wikipedia pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?wikipediaPage WHERE {\n  ?entity wdt:P856 <https://www.siemens.com/> .\n  ?wikipediaPage schema:about ?entity ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" ) ) .\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) IN ( \"en\" , \"de\" ) )\n}", "paraphrases": ["Which entities have siemens.com as their official website, and what are their English or German Wikipedia articles?", "Show me the labels and Wikipedia pages in English or German for the organization whose official website is siemens.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.b2b-deutschland.de/berlin/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.b2b-deutschland.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.b2b-deutschland.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.b2b-deutschland.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.b2b-deutschland.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.b2b-deutschland.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.b2b-deutschland.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://b2b-deutschland.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://b2b-deutschland.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://b2b-deutschland.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://b2b-deutschland.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3286", "question": "People who are citizens of Germany.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P27 wd:Q183 ; wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people with German citizenship?", "List all humans who hold German nationality."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . }"}}
{"id": "val_3287", "question": "List people and their occupations in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?occupationLabel WHERE {\n  ?item wdt:P106 ?occupation .\n  ?item rdfs:label ?itemLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n}\nLIMIT 100", "paraphrases": ["Who are some people and what are their occupations according to Wikidata?", "Show me a list of individuals along with their English labels and their occupations."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1Label ?var2Label ?var3 . }"}}
{"id": "val_3288", "question": "Who are the relatives of Donald Trump?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?relative ?relativeLabel WHERE {\n  ?relative wdt:P1038 wd:Q22686 .\n  ?relative rdfs:label ?relativeLabel .\n  FILTER ( LANG( ?relativeLabel ) = \"en\" )\n}", "paraphrases": ["List Donald Trump\u2019s family members according to Wikidata.", "Can you show me the names of people who are related to Donald Trump by family ties?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1038> <http://www.wikidata.org/entity/Q22686> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3289", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt0013194?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  FILTER(?imdbId = \"tt0013194\")\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the movie identified by IMDb ID tt0013194?", "Show me the Wikipedia links in English or German for the film that has the IMDb identifier tt0013194."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0013194\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3290", "question": "What is the official website of Outdooractive, and what are its English and German labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?url WHERE {\n  ?item wdt:P856 <https://www.outdooractive.com> .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\")\n  BIND(<https://www.outdooractive.com> AS ?url)\n}", "paraphrases": ["Show me the entity with the official website https://www.outdooractive.com along with its English and German names.", "Which item has the official website outdooractive.com, and what are its labels in English and German?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.outdooractive.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.outdooractive.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://outdooractive.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://outdooractive.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://outdooractive.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://outdooractive.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3291", "question": "What are the English and German Wikipedia pages and the official website for China Airlines?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 wdt:P856 <https://www.china-airlines.com> . ?var2 schema:about ?var1 ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?var1 wdt:P856 ?var3 . OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } }", "paraphrases": ["Which Wikipedia pages in English or German are about China Airlines, and what is its official website?", "Show me the English and German language Wikipedia pages linked to China Airlines, along with its official website URL."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.china-airlines.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.china-airlines.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://china-airlines.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://china-airlines.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://china-airlines.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://china-airlines.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3292", "question": "What is the occupation of Jan Bouwman?", "sparql": "SELECT ?occupation WHERE { wd:Q4333918 wdt:P106 ?occupation .}", "paraphrases": ["What job did Dutch swimmer Jan Bouwman have?", "Tell me the occupation associated with Jan Bouwman in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q4333918> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_3293", "question": "Who are the children of Margaret Leijonhufvud?", "sparql": "SELECT DISTINCT ?child WHERE { ?child wdt:P25 wd:Q239443 . }", "paraphrases": ["List all the offspring of Margaret Leijonhufvud, the Queen consort of Sweden.", "Which individuals have Margaret Leijonhufvud as their mother?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P25> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P25> <http://www.wikidata.org/entity/Q239443> . } LIMIT 101"}}
{"id": "val_3294", "question": "Who is the spouse of Conway Berners-Lee?", "sparql": "SELECT ?spouse ?spouseLabel WHERE { wd:Q5166696 wdt:P26 ?spouse . ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?spouseLabel) = \"en\") }", "paraphrases": ["What is the name of Conway Berners-Lee\u2019s spouse?", "Who was married to Conway Berners-Lee?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/P26> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q5166696> . } LIMIT 10"}}
{"id": "val_3295", "question": "Who are the 101 people born in Gothenburg, and what are their birth statement identifiers in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?statement WHERE {\n  ?person p:P19 ?statement .\n  ?statement ps:P19 wd:Q25287 .\n}\nLIMIT 101", "paraphrases": ["List the top 101 individuals born in Gothenburg along with their associated birth statements.", "Can you show me a list of people born in Gothenburg and their Wikidata birth statement nodes?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P19> <http://www.wikidata.org/entity/Q25287> . ?var1 <http://www.wikidata.org/prop/P19> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3296", "question": "What are the occupations of Charles Boissevain?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupationLabel WHERE {\n  wd:Q2934335 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me what jobs Charles Boissevain has had?", "Is Charles Boissevain a journalist or a writer?"], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q2934335> <http://www.wikidata.org/prop/direct/P106> ?var2 . FILTER ( ( EXISTS { <http://www.wikidata.org/entity/Q2934335> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . } ) ) . }"}}
{"id": "val_3297", "question": "Humans with occupations and no Wikipedia description, in English.", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P106 ?occupation . FILTER NOT EXISTS { ?human schema:description ?desc } ?human rdfs:label ?humanLabel . FILTER (LANG(?humanLabel) = \"en\" || LANG(?humanLabel) = \"\") } LIMIT 100", "paraphrases": ["Who are some people with occupations who don\u2019t have any Wikipedia description?", "List 100 humans who have an occupation and no description, showing their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"zh\" ) ) ) . } ) ) . } LIMIT 100"}}
{"id": "val_3298", "question": "What entities have the official website https://www.eventbrite.com, and what are their labels and associated resources?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?about WHERE {\n  ?item wdt:P856 <https://www.eventbrite.com> .\n  ?about schema:about ?item .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["Which Wikipedia articles are about Eventbrite, given that its official website is https://www.eventbrite.com?", "Can you find the official website of Eventbrite and list the resources that are about it?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.oneplace.events/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.oneplace.events/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.oneplace.events/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.oneplace.events/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.oneplace.events> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.oneplace.events> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://oneplace.events> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://oneplace.events> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://oneplace.events/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://oneplace.events/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3299", "question": "English or German Wikipedia page for the movie with IMDb ID tt0253189", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia WHERE {\n  ?item wdt:P345 \"tt0253189\" .\n  ?wikipedia schema:about ?item .\n  ?wikipedia schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb identifier tt0253189?", "Show me the English or German Wikipedia article linked to the film Serafin Geronimo (IMDb: tt0253189)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0253189\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3300", "question": "Who is the female grandmother of Ellen Key, and who is her child?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?grandmother ?parent WHERE {\n  ?grandmother wdt:P21 wd:Q6581072 .\n  ?grandmother wdt:P40 ?parent .\n  ?parent wdt:P40 wd:Q238443 .\n}\nLIMIT 101", "paraphrases": ["Female ancestors of Ellen Key who are two generations above her.", "Find all females who are the mothers of Ellen Key\u2019s parent \u2014 that is, Ellen Key\u2019s maternal grandmothers \u2014 and identify their children."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q238443> . } LIMIT 101"}}
{"id": "val_3301", "question": "Image of the person with SNAC ARK ID w6kd1vzh", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6kd1vzh\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6kd1vzh?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6kd1vzh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6kd1vzh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3302", "question": "What is the official website of Penguin Books, and what are its English and German Wikipedia descriptions?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P856 <https://penguin.co.uk/> . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\") . ?description schema:about ?item . { ?description schema:inLanguage \"en\" . } UNION { ?description schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the label and Wikipedia descriptions in English or German for the organization with the official website penguin.co.uk.", "Which entity has penguin.co.uk as its official website, and what are its labels and descriptions in English or German?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://findpenguins.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://findpenguins.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://findpenguins.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://findpenguins.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://findpenguins.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://findpenguins.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3303", "question": "Female children of Fredric Ulric von Essen and their spouses.", "sparql": "SELECT DISTINCT ?femaleChild ?spouse WHERE { wd:Q5719571 wdt:P40 ?femaleChild . ?femaleChild wdt:P21 wd:Q6581072 . ?femaleChild wdt:P26 ?spouse . } LIMIT 101", "paraphrases": ["Who are the daughters of Fredric Ulric von Essen and who did they marry?", "List the female offspring of Fredric Ulric von Essen along with their spouses."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . <http://www.wikidata.org/entity/Q5719571> <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> ?var1 . } LIMIT 101"}}
{"id": "val_3304", "question": "Who is Anne Hathaway\u2019s current spouse?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?spouse ?spouseLabel ?statement WHERE {\n  wd:Q36301 p:P26 ?statement .\n  ?statement ps:P26 ?spouse .\n  ?statement pq:P580 ?start . MINUS {\n    ?statement pq:P582 ?end .\n  }\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?spouseLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me the name of Anne Hathaway\u2019s spouse, excluding any past spouses.", "What is the name of Anne Hathaway\u2019s living husband or wife, based on Wikidata records?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } MINUS { ?var1 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } ?var2 <http://www.wikidata.org/prop/P26> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q36301> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_3305", "question": "Image of Mariano Rumor with SNAC ARK ID w6393btw", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6393btw\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person identified by the SNAC ARK ID w6393btw?", "Show me the Wikimedia Commons image associated with Mariano Rumor\u2019s SNAC ID w6393btw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6393btw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3306", "question": "People born in Cuxhaven or its administrative subdivisions.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P19 / wdt:P131 * wd:Q4197 .\n}", "paraphrases": ["Who were born in Cuxhaven or any of its surrounding administrative areas?", "List all individuals whose place of birth is located within the administrative territory of Cuxhaven, Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q4197> . }"}}
{"id": "val_3307", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0100912?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0100912\" . { ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:about ?item ; schema:inLanguage \"de\" . } }", "paraphrases": ["Can you find the Wikipedia articles in English and German about the film identified by tt0100912 on IMDb?", "Show me the Wikipedia links in English and German for the movie identified by tt0100912 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0100912\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3308", "question": "Who are the direct children of Genghis Khan, and do they have any images or children listed in Wikidata?", "sparql": "SELECT ?child ?childLabel ?image ?grandchild WHERE { wd:Q720 wdt:P40 ?child . OPTIONAL { ?child wdt:P18 ?image . } OPTIONAL { ?child wdt:P40 ?grandchild . } ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") } LIMIT 100", "paraphrases": ["List Genghis Khan\u2019s children with their English names, photos if available, and their own children.", "What are the descendants of Genghis Khan in the first two generations, including their images and offspring?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q720> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3309", "question": "People born in B\u00e9ziers, France", "sparql": "SELECT ?person ?personLabel ?birthStatement WHERE { ?person p:P19 ?birthStatement . ?birthStatement ps:P19 wd:Q174019 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 101", "paraphrases": ["Who were born in B\u00e9ziers?", "List the names of 101 people born in the city of B\u00e9ziers, along with their Wikidata identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P19> <http://www.wikidata.org/entity/Q174019> . ?var1 <http://www.wikidata.org/prop/P19> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3310", "question": "Given names, family names, occupations, birth dates, death dates, countries of citizenship, and fathers of all humans in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?givenName ?familyName ?occupation ?dateOfBirth ?dateOfDeath ?country ?father WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P735 ?givenName .\n  ?human wdt:P734 ?familyName .\n  ?human wdt:P106 ?occupation .\n  ?human wdt:P569 ?dateOfBirth .\n  OPTIONAL {\n    ?human wdt:P570 ?dateOfDeath .\n  }\n  OPTIONAL {\n    ?human wdt:P27 ?country .\n  }\n  OPTIONAL {\n    ?human wdt:P22 ?father .\n  }\n}\nLIMIT 10000", "paraphrases": ["What are the full names, occupations, birth and death dates, countries of citizenship, and fathers of all humans recorded in Wikidata?", "Can you list the biographical details \u2014 including given name, family name, occupation, date of birth, date of death (if available), country of citizenship, and father \u2014 for up to 10,000 humans in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hr,en,es,de\". } } LIMIT 10000"}}
{"id": "val_3311", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1188982?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt1188982\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Find the Wikipedia article in English or German about the film identified by IMDb ID tt1188982.", "Which language versions of Wikipedia have an article about the movie 'Jai Ho' (IMDb: tt1188982)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1188982\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3312", "question": "Is Nils af Str\u00f6m a type of software?", "sparql": "ASK WHERE { wd:Q47002541 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the category of software include Nils af Str\u00f6m as an instance?", "Could Nils af Str\u00f6m be considered a kind of computer program?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47002541> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3313", "question": "Who are the descendants of Hel in Norse mythology, and do they have any children?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?descendant ?descendantLabel ?child WHERE {\n  wd:Q191589 wdt:P40 * ?descendant .\n  OPTIONAL {\n    ?descendant wdt:P40 ?child .\n  }\n  ?descendant rdfs:label ?descendantLabel .\n  FILTER ( LANG( ?descendantLabel ) = \"en\" )\n}", "paraphrases": ["Does Hel, the Norse death goddess, have any children or descendants?", "List all descendants of Hel from Norse mythology and their children, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q191589> <http://www.wikidata.org/prop/direct/P40> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3314", "question": "What are the occupations of Arnold Houbraken?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation WHERE {\n  wd:Q514276 wdt:P106 ?occupation .\n}", "paraphrases": ["What jobs did Arnold Houbraken have?", "Can you list all the professions associated with the Dutch artist Arnold Houbraken?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q514276> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_3315", "question": "Is Rogelio Naguil classified as a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q9311745 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does the person Rogelio Naguil belong to any subclass of software?", "Could Rogelio Naguil be considered a software item based on his Wikidata classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9311745> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3316", "question": "What is the gender, occupation, and country of citizenship of Monika Cassens, and when did she die?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?dateOfDeath ?genderLabel(GROUP_CONCAT(?occupationLabel ; SEPARATOR = \", \") AS ?occupations)(GROUP_CONCAT(?countryLabel ; SEPARATOR = \", \") AS ?countries) WHERE {\n  wd:Q1944590 wdt:P106 ?occupation .\n  wd:Q1944590 wdt:P27 ?country .\n  wd:Q1944590 wdt:P21 ?gender .\n  OPTIONAL {\n    wd:Q1944590 wdt:P570 ?dateOfDeath .\n  }\n  ?occupation rdfs:label ?occupationLabel .\n  ?country rdfs:label ?countryLabel .\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?genderLabel) = \"en\")\n}\nGROUP BY ?dateOfDeath ?genderLabel", "paraphrases": ["Tell me Monika Cassens\u2019s gender, what she did for a living, which countries she was a citizen of, and if she has passed away.", "Is Monika Cassens still alive? What was her profession and nationality?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( GROUP_CONCAT ( ?var3Label ; SEPARATOR = \", \" ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var6 ) WHERE { SELECT ?var1 ?var2Label ?var3Label ?var5Label WHERE { <http://www.wikidata.org/entity/Q1944590> <http://www.wikidata.org/prop/direct/P106> ?var3 . <http://www.wikidata.org/entity/Q1944590> <http://www.wikidata.org/prop/direct/P27> ?var5 . <http://www.wikidata.org/entity/Q1944590> <http://www.wikidata.org/prop/direct/P21> ?var2 . OPTIONAL { <http://www.wikidata.org/entity/Q1944590> <http://www.wikidata.org/prop/direct/P570> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } } GROUP BY ?var1 ?var2Label"}}
{"id": "val_3317", "question": "Is Edward O. Morgan a type of software?", "sparql": "ASK WHERE { wd:Q9251096 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Edward O. Morgan belong to any category that is a subclass of software?", "Check whether Edward O. Morgan is classified as software or a subtype of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9251096> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3318", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0316356?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0316356\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Open Range.", "Which language versions of Wikipedia have articles about the movie identified by tt0316356?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0316356\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3319", "question": "Is Manuel Millares V\u00e1zquez a type of software?", "sparql": "ASK WHERE { wd:Q50818032 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Could Manuel Millares V\u00e1zquez be considered an instance of software or any of its subclasses?", "Is there any hierarchical relationship between Manuel Millares V\u00e1zquez and software, where he is an instance of something that is a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q50818032> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3320", "question": "What are the Wikipedia pages in English, German, or Turkish for the TV show or movie with IMDb ID tt7717990?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt7717990\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"tr\" ) )\n}", "paraphrases": ["Find the Wikipedia links in Turkish, German, or English for the item identified by IMDb ID tt7717990.", "Which language versions of Wikipedia have articles about the content with IMDb identifier tt7717990?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7717990\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3321", "question": "Descendants of Emperor Jimmu and their children", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?descendant ?descendantLabel ?child WHERE {\n  wd:Q200188 wdt:P40 * ?descendant .\n  OPTIONAL {\n    ?descendant wdt:P40 ?child .\n  }\n  OPTIONAL {\n    ?descendant rdfs:label ?descendantLabel .\n    FILTER ( LANG( ?descendantLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Who are the descendants of Emperor Jimmu, and who are their children?", "List all descendants of Emperor Jimmu along with their offspring."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q200188> <http://www.wikidata.org/prop/direct/P40> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3322", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0049471?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n  FILTER ( ?imdb_id = \"tt0049471\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0049471 on IMDb.", "Which Wikipedia pages in English or German discuss the movie with the IMDb identifier tt0049471?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0049471\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3323", "question": "Is Albert L. Farr a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q4710659 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Is Albert L. Farr an instance of software or any of its subclasses?", "Confirm whether Albert L. Farr belongs to the category of software or any broader category that includes software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4710659> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3324", "question": "What are the population figures of Schwerin over time?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?date ?population WHERE {\n  wd:Q1709 p:P1082 ?statement .\n  ?statement pq:P585 ?date .\n  ?statement ps:P1082 ?population .\n}", "paraphrases": ["When was Schwerin's population recorded, and what were the numbers?", "Can you show me the population of Schwerin for each year it was measured?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1709> <http://www.wikidata.org/prop/P1082> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P585> ?var1 . ?var3 <http://www.wikidata.org/prop/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3325", "question": "Descendants of Queen Elizabeth II up to five generations.", "sparql": "SELECT ?descendant ?descendantLabel WHERE { VALUES ?start { wd:Q9682 } { ?start wdt:P40 ?descendant . } UNION { ?start wdt:P40 ?level1 . ?level1 wdt:P40 ?descendant . } UNION { ?start wdt:P40 ?level1 . ?level1 wdt:P40 ?level2 . ?level2 wdt:P40 ?descendant . } UNION { ?start wdt:P40 ?level1 . ?level1 wdt:P40 ?level2 . ?level2 wdt:P40 ?level3 . ?level3 wdt:P40 ?descendant . } UNION { ?start wdt:P40 ?level1 . ?level1 wdt:P40 ?level2 . ?level2 wdt:P40 ?level3 . ?level3 wdt:P40 ?level4 . ?level4 wdt:P40 ?descendant . } ?descendant rdfs:label ?descendantLabel . FILTER(LANG(?descendantLabel) = \"en\") }", "paraphrases": ["Who are all the descendants of Queen Elizabeth II within five generations?", "List the English names of all known descendants of Queen Elizabeth II up to five levels deep in her family tree."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9682> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P1971> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3326", "question": "Serbian-language occupations in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?occupation ?label ?description WHERE {\n  ?item wdt:P106 ?occupation .\n  ?occupation rdfs:label ?label .\n  ?occupation schema:description ?description .\n  FILTER ( LANG( ?label ) = \"sr\" ) .\n  FILTER ( LANG( ?description ) = \"sr\" )\n}\nLIMIT 100", "paraphrases": ["What occupations in Wikidata have labels and descriptions in Serbian?", "Show me the Serbian labels and descriptions of all occupations listed in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P106> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"sr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"sr\" ) ) ) . } LIMIT 100"}}
{"id": "val_3327", "question": "People born in New York City with English names.", "sparql": "SELECT ?nativeName ?birthName WHERE { ?person wdt:P19 wd:Q60 . ?person wdt:P1559 ?nativeName . FILTER(LANG(?nativeName) = \"en\") OPTIONAL { ?person wdt:P1477 ?birthName . FILTER(LANG(?birthName) = \"en\") } }", "paraphrases": ["Who are the people born in New York City whose names are given in English?", "Show me the names and birth names (if available) of people born in New York City, but only those written in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q60> . ?var3 <http://www.wikidata.org/prop/direct/P1559> ?var1 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1477> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( LANGMATCHES ( LANG ( ?var4Label ) , \"EN\" ) ) ) . }"}}
{"id": "val_3328", "question": "Who are the family members of Wilhelm Abenius, and what is their relationship to him?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedPerson ?property WHERE {\n  ?relatedPerson ?property wd:Q5551317 .\n  ?relatedPerson wdt:P31 wd:Q5 .\n  FILTER(?property != wd:P31)\n}\nORDER BY ?relatedPerson", "paraphrases": ["List all humans who have a direct familial relationship with Wilhelm Abenius and specify the type of relationship.", "What are the familial connections between Wilhelm Abenius and other people, excluding \"instance of\" statements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5551317> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_3329", "question": "What is the occupation of Jan van Gendt?", "sparql": "SELECT ?occupationLabel WHERE { wd:Q1852627 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\")}", "paraphrases": ["Was Jan van Gendt an architect?", "Tell me the profession of Jan van Gendt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1852627> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_3330", "question": "Istanbul country, population, coordinates, and descriptions in different languages", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q406 ?property ?value .\n  FILTER ( ?property IN ( wdt:P17 , wdt:P1082 , wdt:P625 , wdt:P131 , wdt:P1376 , wdt:P571 , rdfs:label , schema:description ) )\n}", "paraphrases": ["What are the population, location, country, and historical significance of Istanbul, along with its descriptions in various languages?", "Show me the key facts about Istanbul, including where it is, its population, when it became a capital, and how it\u2019s described in different languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q406> ?var1 ?var2 . }"}}
{"id": "val_3331", "question": "Who are the people born, died, or lived in Sankt Andreasberg?", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") { ?human wdt:P19 wd:Q661700 } UNION { ?human wdt:P20 wd:Q661700 } UNION { ?human wdt:P551 wd:Q661700 } } LIMIT 100", "paraphrases": ["Can you list all humans associated with Sankt Andreasberg through birth, death, or residence?", "Which individuals have Sankt Andreasberg as their place of birth, place of death, or residence?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,de\". } { ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q215627> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q661700> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P20> <http://www.wikidata.org/entity/Q661700> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P551> <http://www.wikidata.org/entity/Q661700> . } } LIMIT 100"}}
{"id": "val_3332", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt0233471?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  FILTER(?imdb_id = \"tt0233471\")\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by IMDb ID tt0233471?", "Show me the Wikipedia page in English or German for the movie with IMDb ID tt0233471, along with the movie's identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0233471\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3333", "question": "What are the descendants of Sigismund III Vasa up to four generations deep, and do they have any known portraits?", "sparql": "SELECT ?descendant ?descendantLabel ?image WHERE { { wd:Q52940 wdt:P40 ?descendant . } UNION { wd:Q52940 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?descendant . } UNION { wd:Q52940 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?descendant . } UNION { wd:Q52940 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?gen3 . ?gen3 wdt:P40 ?descendant . } OPTIONAL { ?descendant rdfs:label ?descendantLabel . FILTER(LANG(?descendantLabel) = \"en\") } OPTIONAL { ?descendant wdt:P18 ?image . } } ORDER BY ?descendant", "paraphrases": ["List the children, grandchildren, great-grandchildren, and great-great-grandchildren of Sigismund III Vasa along with their English names and images if available.", "Show me the family tree of Sigismund III Vasa for four generations, including any available images and English labels of his descendants."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q52940> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_3334", "question": "German municipalities with people born or residing there and their occupations", "sparql": "SELECT ?municipalityKey ?person (SAMPLE(?occupation) AS ?sampledOccupation) WHERE { ?location wdt:P439 ?municipalityKey . ?person (wdt:P19 | wdt:P551) ?location ; wdt:P106 ?occupation . } GROUP BY ?municipalityKey ?person LIMIT 1000000000", "paraphrases": ["For each person born in or living in a German municipality, what is one of their occupations?", "List the German municipality keys, the people associated with them (via birth or residence), and one of their occupations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P439> ?var1 . ?var2 ( <http://www.wikidata.org/prop/direct/P19> | <http://www.wikidata.org/prop/direct/P551> ) ?var4 ; <http://www.wikidata.org/prop/direct/P106> ?var3 . } GROUP BY ?var1 ?var2 LIMIT 1000000000"}}
{"id": "val_3335", "question": "Who are the people listed as gangsters in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q46961 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ?personLabel\nLIMIT 1000", "paraphrases": ["Can you list all individuals whose occupation is gangster, along with their names?", "Which notable gangsters have English Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P106> ) ( <http://www.wikidata.org/prop/direct/P101> ) ( <http://www.wikidata.org/prop/direct/P39> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q46961> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_3336", "question": "Who are the parents of Alexander, Byzantine emperor, and what are their other children?", "sparql": "SELECT ?parent ?parentLabel ?child WHERE { ?parent wdt:P40 wd:Q294425 . ?parent wdt:P40 ?child . OPTIONAL { ?parent rdfs:label ?parentLabel . FILTER(LANG(?parentLabel) = \"en\") } }", "paraphrases": ["List all siblings of Alexander, Emperor of Constantinople, along with their parents.", "Which children do the parents of Alexander have?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P40> * <http://www.wikidata.org/entity/Q294425> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3337", "question": "Dutch occupation of Johannes van den Bosch", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q731865 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"nl\" )\n}", "paraphrases": ["What is Johannes van den Bosch's occupation in Dutch?", "Show me the Dutch label for the occupation of Johannes van den Bosch."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.biografischportaal.nl/persoon/09366209> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_3338", "question": "What are the currently designated heritage sites in Smiths Falls, Ontario, and where are they located?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?site ?siteLabel ?locationLabel ?coord ?image WHERE {\n  ?site ( wdt:P1435 / wdt:P279 * ) wd:Q14469659 .\n  ?site p:P1435 ?designation .\n  FILTER ( NOT EXISTS {\n    ?designation pq:P582 ?endDate\n  }\n  ) ?site ( wdt:P131 / wdt:P131 * ) wd:Q1938153 .\n  ?site wdt:P131 ?location .\n  ?site rdfs:label ?siteLabel .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?siteLabel ) = \"en\" ) FILTER ( LANG( ?locationLabel ) = \"en\" ) OPTIONAL {\n    ?site wdt:P625 ?coord\n  }\n  OPTIONAL {\n    ?site wdt:P18 ?image\n  }\n}\nORDER BY ASC ( ?locationLabel ) ASC ( ?siteLabel )", "paraphrases": ["Show me images and coordinates of all heritage sites in Smiths Falls that haven't lost their designation.", "List heritage sites in Smiths Falls, Canada, sorted alphabetically by location and site name, along with their maps and pictures if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P1435> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q14469659> . ?var1 <http://www.wikidata.org/prop/P1435> ?var5 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ) ) . } } ?var1 ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q1938153> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } GROUP BY ?var1 ?var1Label ?var2Label ?var3 ?var4 ORDER BY ASC( ?var2Label )ASC( ?var1Label )"}}
{"id": "val_3339", "question": "Image of Ferdinand Ritter von Hebra (SNAC ARK ID: w61n8tfg)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w61n8tfg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID \"w61n8tfg\"?", "Show me the Wikimedia Commons image of the person with SNAC ARK ID w61n8tfg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61n8tfg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3340", "question": "What is the English Wikipedia page title for the movie with IMDb ID tt2302529?", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage ?pageTitle WHERE { ?item wdt:P345 \"tt2302529\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . BIND(STRAFTER(STR(?wikipediaPage), \"/wiki/\") AS ?pageTitle) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\") }", "paraphrases": ["What is the name of the English Wikipedia article about the film identified by IMDb ID tt2302529?", "Show me the English Wikipedia title and the film\u2019s name for the movie with IMDb ID tt2302529."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2302529\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3341", "question": "Family members of Thomas Blake (11th Baronet, died 1764), including parents, siblings, spouse, children, stepparents, and unmarried partners.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?familyMember ?familyMemberLabel WHERE {\n  VALUES ?property {\n    wdt:P22 wdt:P25 wdt:P26 wdt:P3373 wdt:P3448 wdt:P451 wdt:P1038\n  }\n  {\n    ?familyMember ?property wd:Q50841775 .\n  } UNION {\n    wd:Q50841775 wdt:P40 ?familyMember .\n  }\n  ?familyMember rdfs:label ?familyMemberLabel .\n  FILTER(LANG(?familyMemberLabel) = \"en\")\n  ?familyMember wdt:P31 wd:Q5 .\n}\nORDER BY ?familyMemberLabel", "paraphrases": ["Who are the direct family members of Thomas Blake, the 11th Baronet who died in 1764?", "List all known relatives of Thomas Blake (Q50841775) such as his parents, siblings, spouse, children, stepparents, and unmarried partners, with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P22> ) ( <http://www.wikidata.org/prop/direct/P25> ) ( <http://www.wikidata.org/prop/direct/P3448> ) ( <http://www.wikidata.org/prop/direct/P26> ) ( <http://www.wikidata.org/prop/direct/P3373> ) ( <http://www.wikidata.org/prop/direct/P1038> ) ( <http://www.wikidata.org/prop/direct/P451> ) ( <http://www.wikidata.org/prop/direct/P40> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q50841775> ) } { ?var3 ?var2 ?var1 . } UNION { ?var1 ?var2 ?var3 . } UNION { ?var3 ?var2 ?var4 . ?var4 ?var2 ?var1 . } UNION { ?var3 ?var2 ?var4 . ?var1 ?var2 ?var4 . } }"}}
{"id": "val_3342", "question": "Image of Richard Morton with SNAC ARK ID w6cw4brq", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cw4brq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6cw4brq?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6cw4brq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cw4brq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3343", "question": "English label, description, and image of Ottawa (Ontario electoral district)", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q25246576 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q25246576 schema:description ?description . FILTER (LANG(?description) = \"en\") } OPTIONAL { wd:Q25246576 wdt:P18 ?image . } }", "paraphrases": ["What is the English label and description of Ottawa, and is there an image of it on Wikimedia Commons?", "Show me the English name and description of the Ottawa electoral district in Ontario, along with its image if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q25246576> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q25246576> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q25246576> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3344", "question": "Labels for North America in English, German, French, and Italian, along with its image and coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates WHERE {\n  wd:Q49 rdfs:label ?label .\n  FILTER ( LANG( ?label ) IN ( \"en\" , \"de\" , \"fr\" , \"it\" ) ) OPTIONAL {\n    wd:Q49 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q49 wdt:P625 ?coordinates .\n  }\n  VALUES ( ?lang ?priority ) {\n    ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n  }\n  FILTER ( ?lang = LANG( ?label ) )\n}\nORDER BY ?priority", "paraphrases": ["What are the names of North America in English, German, French, and Italian, and what is its image and geographic location?", "Show me the multilingual labels for North America (in English, German, French, and Italian), its satellite image, and its coordinates, ordered by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q49> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q49> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q49> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q49> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q49> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3345", "question": "Who are the people named Ben Ali in French-language sources on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = 'fr')\n  .\n  FILTER(CONTAINS(LCASE(?label) , 'ben ali'))\n  .\n  ?item wdt:P31 wd:Q5\n}", "paraphrases": ["Can you list all humans whose French label includes \"Ben Ali\"?", "Which individuals in Wikidata have \"Ben Ali\" as part of their French name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Ben adhira\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3346", "question": "Children of Juan Carlos I of Spain", "sparql": "SELECT ?child ?childLabel WHERE { wd:Q19943 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["Who are the children of Juan Carlos I of Spain?", "List the English labels of Juan Carlos I's children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q19943> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3347", "question": "Who were born or died in Checkley, Staffordshire, and what are their birth and death dates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  {\n    ?person wdt:P19 wd:Q2329578 .\n  } UNION {\n    ?person wdt:P20 wd:Q2329578 .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you list people associated with Checkley as their place of birth or death, along with their dates of birth and death?", "Which notable individuals from Checkley have recorded birth and death dates in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2329578> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3348", "question": "What are the birth and death dates of Thomas Glyn of Lanhydrock?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q110440267 AS ?person)\n  .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you find the date of birth and date of death for the human associated with Lanhydrock?", "Show the birth and death information for Thomas Glyn, who is linked to Lanhydrock."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3311045> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3349", "question": "People born in Weimar with names containing the letter 'a'", "sparql": "SELECT ?person ?label WHERE { ?person wdt:P19 wd:Q3955 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(CONTAINS(LCASE(STR(?label)), \"a\")) } ORDER BY ASC(?label) LIMIT 300", "paraphrases": ["Who are the people born in Weimar whose names include the letter 'a'?", "List all people born in Weimar whose English Wikipedia labels contain the letter 'a', sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q3955> . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"A\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label ) LIMIT 300"}}
{"id": "val_3350", "question": "English or German Wikipedia page for the movie with IMDb ID tt3330764", "sparql": "SELECT ?item ?wikiPage WHERE { ?item wdt:P345 \"tt3330764\" . ?wikiPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt3330764?", "Show me the English or German Wikipedia article about the movie identified by tt3330764 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3330764\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3351", "question": "Who are the direct family members of John Stewart, 6th Earl of Traquair, including parents, children, spouse, siblings, stepparents, and unmarried partners?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?relative ?relativeLabel WHERE {\n  {\n    wd:Q42656490 wdt:P22 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P25 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P26 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P3373 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P40 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P3448 ?relative .\n  } UNION {\n    wd:Q42656490 wdt:P451 ?relative .\n  }\n  ?relative rdfs:label ?relativeLabel .\n  FILTER(LANG(?relativeLabel) = \"en\")\n}", "paraphrases": ["What are the names of John Stewart, 6th Earl of Traquair\u2019s relatives connected by direct family relationships such as father, mother, spouse, or child?", "List the English-labeled relatives of John Stewart, 6th Earl of Traquair, based on direct kinship properties like P22, P25, P26, P3373, P40, P3448, and P451."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P22> ) ( <http://www.wikidata.org/prop/direct/P25> ) ( <http://www.wikidata.org/prop/direct/P3448> ) ( <http://www.wikidata.org/prop/direct/P26> ) ( <http://www.wikidata.org/prop/direct/P3373> ) ( <http://www.wikidata.org/prop/direct/P1038> ) ( <http://www.wikidata.org/prop/direct/P451> ) ( <http://www.wikidata.org/prop/direct/P40> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q42656490> ) } { ?var3 ?var2 ?var1 . } UNION { ?var1 ?var2 ?var3 . } UNION { ?var3 ?var2 ?var4 . ?var4 ?var2 ?var1 . } UNION { ?var3 ?var2 ?var4 . ?var1 ?var2 ?var4 . } }"}}
{"id": "val_3352", "question": "Who are the direct family members of Hugh Montgomerie, 1st Earl of Eglinton?", "sparql": "SELECT DISTINCT ?relative WHERE { VALUES ?relationship { wdt:P22 wdt:P25 wdt:P3448 wdt:P26 wdt:P3373 wdt:P451 wdt:P40 wdt:P1038 } { wd:Q5931973 ?relationship ?relative . } UNION { ?relative ?relationship wd:Q5931973 . } }", "paraphrases": ["Can you list all the people related to Hugh Montgomerie, 1st Earl of Eglinton as his parents, children, siblings, spouse, or other relatives?", "Show me everyone connected to Hugh Montgomerie, 1st Earl of Eglinton through family ties like father, mother, child, spouse, or sibling."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P22> ) ( <http://www.wikidata.org/prop/direct/P25> ) ( <http://www.wikidata.org/prop/direct/P3448> ) ( <http://www.wikidata.org/prop/direct/P26> ) ( <http://www.wikidata.org/prop/direct/P3373> ) ( <http://www.wikidata.org/prop/direct/P1038> ) ( <http://www.wikidata.org/prop/direct/P451> ) ( <http://www.wikidata.org/prop/direct/P40> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q5931973> ) } { ?var3 ?var2 ?var1 . } UNION { ?var1 ?var2 ?var3 . } UNION { ?var3 ?var2 ?var4 . ?var4 ?var2 ?var1 . } UNION { ?var3 ?var2 ?var4 . ?var1 ?var2 ?var4 . } }"}}
{"id": "val_3353", "question": "What is the English label and description of Early, Texas, and is there an image available for it?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q982657 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q982657 wdt:P18 ?image . } OPTIONAL { wd:Q982657 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the name, description in English, and image of the city Early, Texas.", "Can you provide the English name and description of Early, Texas, along with its Wikimedia Commons image?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q982657> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q982657> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q982657> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3354", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2380331?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt2380331\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Which Wikipedia articles in English and German are about the film identified by IMDb ID tt2380331?", "Show me the English and German Wikipedia links for the movie 'Words and Pictures' (IMDb: tt2380331)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2380331\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3355", "question": "People born in Kleinmachnow with their date of birth and birth place precision.", "sparql": "SELECT ?person ?birthDate ?precision WHERE { ?person p:P19 ?statement . ?statement ps:P19 wd:Q104192 . OPTIONAL { ?statement pq:P569 ?birthDate . } OPTIONAL { ?statement pq:P1319 ?precision . } } LIMIT 100", "paraphrases": ["Who were born in Kleinmachnow, and do any of them have a recorded birth date or precision for their birth location?", "List all individuals born in Kleinmachnow and show any associated birth date or precision qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P19> <http://www.wikidata.org/entity/Q104192> . ?var1 <http://www.wikidata.org/prop/P19> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3356", "question": "Occupations associated with homicide", "sparql": "SELECT ?occupation ?occupationLabel WHERE { ?occupation wdt:P425 wd:Q149086 . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\")}", "paraphrases": ["What occupation has homicide as its field of activity?", "List all occupations whose field of work is homicide."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P425> <http://www.wikidata.org/entity/Q149086> . ?var1 <http://www.wikidata.org/prop/P425> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3357", "question": "What is the English label, description, and image of The Independent newspaper?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q7741792 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q7741792 schema:description ?description . FILTER (LANG(?description) = \"en\") } OPTIONAL { wd:Q7741792 wdt:P18 ?image } }", "paraphrases": ["Can you show me the description and logo of The Independent in English?", "Tell me about The Independent: what\u2019s its English name, description, and associated image?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q7741792> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q7741792> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q7741792> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3358", "question": "What is the Dutch word for the occupation \"writer\"?", "sparql": "SELECT ?occupationLabel WHERE { wd:Q36180 rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = 'nl') }", "paraphrases": ["How do you say \"writer\" in Dutch, when referring to someone\u2019s profession?", "What is the label in Dutch for the Wikidata item representing the occupation of a writer?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.wikidata.org/entity/Q370567> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var1Label = \"schrijver\" ) ) ) . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_3359", "question": "How many humans were born in 1915?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( ?person ) AS ?count ) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  BIND( YEAR( ?birthDate ) AS ?year ) FILTER ( ?birthDate >= \"1915-01-01\" ^^ xsd:date && ?birthDate < \"1916-01-01\" ^^ xsd:date )\n}\nGROUP BY ?year", "paraphrases": ["What is the number of people born in the year 1915?", "Show me the count of individuals born in 1915."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . } BIND ( STR ( YEAR ( ?var4 ) ) AS ?var1 ). FILTER ( ( ( ?var4 >= \"1915-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"1915-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_3360", "question": "What is the image of Canada?", "sparql": "SELECT ?country ?image WHERE { BIND( wd:Q16 AS ?country ) . OPTIONAL { ?country wdt:P18 ?image . } }", "paraphrases": ["Can you show me the official image of Canada from Wikimedia Commons?", "Does the country Canada have an associated image on Wikimedia Commons, and if so, what is it?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q13265725> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_3361", "question": "English and German Wikipedia pages for the film with IMDb ID tt1713476", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt1713476\" .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:inLanguage ?language .\n  FILTER ( ?language IN ( \"en\" , \"de\" ) ) BIND( \"tt1713476\" AS ?imdbId )\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt1713476?", "Show me the Wikipedia pages in English and German that describe the film identified by IMDb ID tt1713476."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1713476\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3362", "question": "Image of Dominique Cabrera with SNAC ARK ID w6jn63tm", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6jn63tm\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image for Dominique Cabrera, identified by SNAC ARK ID w6jn63tm?", "Show me the image linked to the person whose SNAC ARK ID is w6jn63tm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jn63tm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3363", "question": "Film with IMDb ID tt0048123 and its English or German Wikipedia article.", "sparql": "SELECT ?film ?wikipediaArticle WHERE { ?film wdt:P345 \"tt0048123\" . ?wikipediaArticle schema:about ?film . { ?wikipediaArticle schema:inLanguage \"en\" . } UNION { ?wikipediaArticle schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia article for the film with IMDb ID tt0048123?", "Show me the Wikipedia page in English or German about the movie identified by tt0048123 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0048123\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3364", "question": "Image of Hernando Money with SNAC ARK ID w6mp5972", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6mp5972\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of the person with SNAC ARK ID w6mp5972?", "Show me the photo of the individual linked to the SNAC ARK ID w6mp5972."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6mp5972\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3365", "question": "What is the image associated with the SNAC ARK ID \"w60k26nf\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w60k26nf\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the picture of the person identified by the SNAC ARK ID w60k26nf?", "Which Wikimedia Commons image is linked to the archival record with SNAC ID w60k26nf?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60k26nf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3366", "question": "Labels for Kim Jong-il in English, German, French, and Italian, along with his image and Italian Wikipedia page.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?wikipediaPage WHERE {\n  wd:Q10665 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"en\" , \"de\" , \"fr\" , \"it\"))\n  OPTIONAL {\n    wd:Q10665 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage rdf:type schema:Article ; schema:about wd:Q10665 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  }\n}\nORDER BY ?label", "paraphrases": ["What are the labels for Kim Jong-il in English, German, French, and Italian, and what is his image and Italian Wikipedia article?", "Show me the names of Kim Jong-il in English, German, French, and Italian, his image from Wikimedia Commons, and the link to his Italian Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q10665> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q10665> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q10665> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q10665> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q10665> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3367", "question": "How many humans were born between July 1, 1942, and December 31, 1942?", "sparql": "SELECT ?year ( COUNT( ?human ) AS ?count ) WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P569 ?birth . BIND( STR( YEAR( ?birth ) ) AS ?year ) . FILTER ( ?birth >= \"1942-07-01\"^^xsd:date && ?birth < \"1943-01-01\"^^xsd:date ) } GROUP BY ?year", "paraphrases": ["Show the number of people born in the second half of 1942.", "What is the count of individuals born in 1942 after June 30?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . } BIND ( STR ( YEAR ( ?var4 ) ) AS ?var1 ). FILTER ( ( ( ?var4 >= \"1942-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"1943-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_3368", "question": "Top sources of birth dates for humans born after 2000 who have died, grouped by Wikipedia edition.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?sourceLabel(COUNT(?human) AS ?count) WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P570 ?deathDate ; wdt:P569 ?birthDate ; p:P569 ?birthStatement .\n  FILTER(?birthDate > \"2000-01-01\" ^^ xsd:date)\n  ?birthStatement prov:wasDerivedFrom ?ref .\n  ?ref pr:P143 ?source .\n  OPTIONAL {\n    ?source rdfs:label ?sourceLabel .\n    FILTER(LANG(?sourceLabel) = \"en\")\n  }\n}\nGROUP BY ?sourceLabel\nORDER BY DESC(?count)\nLIMIT 50", "paraphrases": ["Which Wikipedia editions are the most common sources for birth date information of humans born after 2000 who have passed away?", "Show me the count of deceased individuals born after 2000, grouped by the Wikipedia edition that provided their birth date information, sorted by most common first."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ( COUNT ( ?var4 ) AS ?var5 ) WHERE { BIND ( IF ( BOUND ( ?var6 ) , \"yes\", \"no\" ) AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> ?var7 ; <http://www.wikidata.org/prop/P569> ?var8 ; <http://www.wikidata.org/prop/direct/P570> ?var6 . ?var8 <http://www.wikidata.org/prop/statement/P569> ?var9 . FILTER ( ( ( ?var9 > \"2000-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var10 . ?var10 <http://www.wikidata.org/prop/reference/P248> ?var1 . } OPTIONAL { ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var10 . ?var10 <http://www.wikidata.org/prop/reference/P143> ?var1 . } OPTIONAL { BIND ( STRBEFORE ( STRAFTER ( STR ( ?var11 ) , \"http://\" ) , \"/\" ) AS ?var2 ). ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var10 . ?var10 <http://www.wikidata.org/prop/reference/P854> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ?var2 ?var3 ORDER BY DESC( ?var5 )"}}
{"id": "val_3369", "question": "Top entities connected to the Democratic Republic of the Congo with the most Wikipedia articles, excluding French ones.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?articleCount WHERE {\n  {\n    SELECT ?item(COUNT(?wikipediaArticle) AS ?articleCount) WHERE {\n      ?item(wdt:P27 | wdt:P205 | wdt:P17) wd:Q974 .\n      ?wikipediaArticle schema:about ?item .\n      FILTER(NOT EXISTS {\n        ?frWikipediaArticle schema:about ?item .\n        ?frWikipediaArticle schema:isPartOf <https://fr.wikipedia.org/> .\n      })\n    }\n    GROUP BY ?item\n    ORDER BY DESC(?articleCount)\n    LIMIT 1000\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nORDER BY DESC(?articleCount)", "paraphrases": ["Which entities associated with the Democratic Republic of the Congo have the highest number of Wikipedia articles in languages other than French?", "Show me the 1000 most notable items linked to the Democratic Republic of the Congo (via citizenship, basin, or country) based on how many Wikipedia articles exist about them, excluding French Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P27> | <http://www.wikidata.org/prop/direct/P205> | <http://www.wikidata.org/prop/direct/P17> ) <http://www.wikidata.org/entity/Q974> . ?var3 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_3370", "question": "What are Karel Appel\u2019s occupations in Dutch?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q152793 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"nl\")\n}", "paraphrases": ["Can you list the Dutch labels for the occupations of the Dutch artist Karel Appel?", "Show me the occupations of Karel Appel as they are labeled in the Dutch language."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.wikidata.org/entity/Q152793> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var1Label = \"schrijver\" ) ) ) . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_3371", "question": "What is the English name of Alison Hargreaves?", "sparql": "SELECT ?person ?personLabel WHERE { BIND(wd:Q450881 AS ?person) . ?person rdfs:label ?personLabel . FILTER(langMatches(lang(?personLabel), \"en\")) }", "paraphrases": ["Can you tell me the label of the Wikidata entity for Alison Hargreaves?", "What are the English-language labels associated with Alison Hargreaves in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q450881> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } }"}}
{"id": "val_3372", "question": "French citizens who died between January 1, 1947 and January 1, 1948 with French-language labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q142 ; wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1947-01-01T00:00:00Z\" ^^ xsd:dateTime ) FILTER ( ?deathDate <= \"1948-01-01T00:00:00Z\" ^^ xsd:dateTime ) OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"fr\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the French citizens that died between January 1, 1947 and January 1, 1948, and what are their French names?", "List the French-language labels of people who were French citizens and died in the first year of the post-war period (1947\u2013early 1948)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } FILTER ( ( ( ?var3 <= \"1948-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1947-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } } LIMIT 10500"}}
{"id": "val_3373", "question": "What is the English label of the oration \"Canada, England and the United States\" by Wilfrid Laurier?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q19021653 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q19021653 wdt:P18 ?image . } OPTIONAL { wd:Q19021653 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Does the speech \"Canada, England and the United States\" have an English description or an image on Wikimedia Commons?", "Provide the label, description, and image for the oration titled \"Canada, England and the United States\"."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q19021653> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q19021653> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q19021653> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3374", "question": "How many people were born in March 1960, according to Wikidata?", "sparql": "SELECT ?year (COUNT(?person) AS ?count) WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . BIND( STR(YEAR(?birthDate)) AS ?year ) FILTER( ?birthDate >= \"1960-03-01\"^^xsd:date && ?birthDate < \"1960-04-01\"^^xsd:date ) } GROUP BY ?year", "paraphrases": ["Can you tell me the number of humans born between March 1 and April 1, 1960?", "What is the count of individuals born in the month of March 1960?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . } BIND ( STR ( YEAR ( ?var4 ) ) AS ?var1 ). FILTER ( ( ( ?var4 >= \"1960-03-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"1960-04-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_3375", "question": "Administrative hierarchy of Ottawa excluding dissolved entities and their parents", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?entityLabel ?parent WHERE {\n  VALUES ?entity {\n    wd:Q1930 wd:Q1904 wd:Q16\n  }\n  OPTIONAL {\n    ?entity wdt:P131 ?parent\n  }\n  OPTIONAL {\n    ?entity rdfs:label ?entityLabel .\n    FILTER ( LANG( ?entityLabel ) = \"en\" )\n  } MINUS {\n    ?entity wdt:P576 | wdt:P582 []\n  } MINUS {\n    ?parent wdt:P576 | wdt:P582 []\n  }\n}", "paraphrases": ["What are the administrative regions that Ottawa belongs to, and what is each one\u2019s immediate parent, excluding any that have been dissolved or ended?", "Show me the full administrative chain from Ottawa up to Canada, including each region\u2019s parent, but only if they are still active."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". <http://www.wikidata.org/entity/Q1930> <http://www.wikidata.org/prop/direct/P131> * ?var1 . MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P582> ) [] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P582> ) [] . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en, en, fr, en, fr, en, fr, en, fr, en, fr, en, fr\". } }"}}
{"id": "val_3376", "question": "What is the image associated with the entity that has the SNAC ARK ID \"w6cr66w7\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cr66w7\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image for the item identified by the SNAC ARK ID w6cr66w7.", "Can you find the image of the person or entity with SNAC ARK ID w6cr66w7?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cr66w7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3377", "question": "What is the English label for Erik Hersman on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q5388622 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What is the name of Erik Hersman as listed in Wikidata in English?", "Please provide the English name of the Wikidata entity for Erik Hersman."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q5388622> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3378", "question": "What are Big B's social media usernames, official website, and Wikipedia link in English, German, French, and Italian?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?youtubeId ?githubUsername ?twitterUsername ?instagramUsername ?facebookUsername ?website ?orcid ?wikipediaArticle WHERE {\n  VALUES(?lang ?priority) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  OPTIONAL {\n    wd:Q4904960 rdfs:label ?label .\n    FILTER(LANG(?label) = ?lang)\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P2013 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P2003 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q4904960 wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q4904960 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?priority", "paraphrases": ["Show me the name, Twitter, Instagram, website, and Wikipedia article for the rapper Big B, prioritizing English, then German, French, and Italian.", "Can you provide Big B\u2019s online presence \u2014 including his Twitter, Instagram, website, and Wikipedia page \u2014 along with his name in English, German, French, and Italian?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q4904960> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q4904960> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_3379", "question": "Human named Karl Wolf", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person rdfs:label \"Karl Wolf\" @en .\n  ?person wdt:P31 wd:Q5 .\n}\nLIMIT 1", "paraphrases": ["Who is the human named Karl Wolf?", "Find a person named Karl Wolf who is a human."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ?var1Label \"Karl Wolf\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } LIMIT 100"}}
{"id": "val_3380", "question": "What is the image associated with the entity having SNAC ARK ID w6g164w3?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6g164w3\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the image of the item identified by the SNAC ARK ID w6g164w3, if it exists.", "Is there a Wikimedia Commons image for the entity with SNAC ARK ID w6g164w3?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6g164w3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3381", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0057611", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_article WHERE {\n  ?movie wdt:P345 \"tt0057611\" .\n  ?wikipedia_article schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  FILTER ( STRSTARTS( STR( ?wikipedia_article ) , \"https://en.wikipedia.org/\" ) || STRSTARTS( STR( ?wikipedia_article ) , \"https://de.wikipedia.org/\" ) )\n}", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt0057611?", "Show me the English and German Wikipedia links for the 1963 film The Silence, identified by IMDb ID tt0057611."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0057611\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3382", "question": "What entities in Wikidata are labeled \"Albert Einstein\" in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity WHERE {\n  ?entity rdfs:label \"Albert Einstein\" @en .\n}", "paraphrases": ["Show me all items in Wikidata with the name \"Albert Einstein\" in English.", "Which Wikidata items have \"Albert Einstein\" as their English label?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 \"string1\"@en . }"}}
{"id": "val_3383", "question": "Albert Einstein: English label, image, coordinates, Wikipedia page, and abstract", "sparql": "SELECT ?label ?abstract ?image ?coordinates ?wikipediaPage WHERE { wd:Q937 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q937 wdt:P18 ?image . } OPTIONAL { wd:Q937 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaPage schema:about wd:Q937 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> ; schema:description ?abstract . } } ORDER BY ?label", "paraphrases": ["What is the English label, image, coordinates, Wikipedia article, and abstract for Albert Einstein?", "Please provide the English name, image, geographic coordinates, English Wikipedia link, and summary description for Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/statement/Q9219399-8F4A2F0C-7E26-4F18-8F50-1899E578B64A> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/statement/Q9219399-8F4A2F0C-7E26-4F18-8F50-1899E578B64A> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/statement/Q9219399-8F4A2F0C-7E26-4F18-8F50-1899E578B64A> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/statement/Q9219399-8F4A2F0C-7E26-4F18-8F50-1899E578B64A> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/statement/Q9219399-8F4A2F0C-7E26-4F18-8F50-1899E578B64A> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3384", "question": "What is the English label for the Wikidata entity of Mohamed Atta?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  BIND( wd:Q110067 AS ?person ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name of Mohamed Atta as it appears in English on Wikidata?", "What is the official English name of the person identified as Mohamed Atta in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q110067> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3385", "question": "What are the most common ways that individuals are recorded as having received the French military honor \"mort pour la France\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel(COUNT(?item) AS ?count) WHERE {\n  ?item ?statementProperty wd:Q3324507 .\n  ?property wikibase:statementProperty ?statementProperty .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nORDER BY DESC(?count)", "paraphrases": ["Which Wikidata properties are used to indicate that someone was declared \"mort pour la France\", and how many times is each used?", "How is the French war dead designation \"mort pour la France\" most frequently linked to individuals in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q3324507> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var4 . } GROUP BY ?var1 } ORDER BY DESC( ?var2 )"}}
{"id": "val_3386", "question": "What is the English label, description, and all associated images for the electronic musician Richie Hawtin?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q378876 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q378876 wdt:P18 ?image . } OPTIONAL { wd:Q378876 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Richie Hawtin: English name, description, and photos.", "Show me Richie Hawtin\u2019s English name, his professional description, and all the images linked to him on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q378876> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q378876> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q378876> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3387", "question": "What is the image and English description of Albert Einstein?", "sparql": "SELECT ?image ?description WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label \"Albert Einstein\"@en . OPTIONAL { ?human wdt:P18 ?image . ?human schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Albert Einstein: image and English Wikipedia description", "Show me the photo and English bio of Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 ?var4 \"string1\". OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . ?var3 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3388", "question": "What are some places and organizations located in Canada?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P131 wd:Q16 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["List entities in Canada, such as cities or institutions, along with their English names.", "Which items are administratively part of Canada?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q16> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } LIMIT 20"}}
{"id": "val_3389", "question": "What are all the subclasses of the Cabinet of Canada in Wikidata?", "sparql": "SELECT ?subclass WHERE { wd:Q2458227 wdt:P279* ?subclass .}", "paraphrases": ["Show the full hierarchy of classes that the Cabinet of Canada belongs to through subclass relationships.", "What higher-level categories does the Cabinet of Canada fall under in Wikidata\u2019s classification system?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2458227> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_3390", "question": "What properties are most commonly used to associate entities with the surname Schmidt?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q15240355 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["How many times are different properties used to link people to the family name Schmidt?", "Which properties connect entities to the surname Schmidt, and which ones are used more than once?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q15240355> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_3391", "question": "Which properties link more than one item to the surname Kise\u013e, and how many items each links?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q29054599 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties are used to connect other entities to the surname Kise\u013e, and which ones appear more than once?", "Show me the properties that relate other items to the surname Kise\u013e, sorted by how frequently they are used, but only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q29054599> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_3392", "question": "What items are located in a parish, and what qualifiers are associated with their location statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?statement ( SAMPLE( ?qualifier ) AS ?qualifierValue ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P131 wd:Q102496 .\n      ?item p:P131 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier true .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["Show me entities that have a parish as their administrative location, along with any additional details (qualifiers) on those location statements.", "List churches or buildings situated within a parish and include any qualifiers (like time periods or references) attached to their location data."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P276> <http://www.wikidata.org/entity/Q102496> . ?var1 <http://www.wikidata.org/prop/P276> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3393", "question": "What are the labels for Stan Lee in English, French, German, Italian, and Portuguese?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q181900 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\" || LANG(?label) = \"fr\" || LANG(?label) = \"de\" || LANG(?label) = \"it\" || LANG(?label) = \"pt\")\n}", "paraphrases": ["In which languages is Stan Lee labeled on Wikidata, specifically in English, French, German, Italian, and Portuguese?", "Show me the names of Stan Lee in English, French, German, Italian, and Portuguese from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q181900> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) && ( LANG ( ?var1Label ) = \"fr\" ) && ( LANG ( ?var1Label ) = \"de\" ) && ( LANG ( ?var1Label ) = \"it\" ) && ( LANG ( ?var1Label ) = \"pt\" ) ) ) . }"}}
{"id": "val_3394", "question": "Humans born and died in human settlements with English labels.", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER (LANG(?humanLabel) = \"en\") . ?human wdt:P19 ?birth . ?human wdt:P20 ?death . ?birth wdt:P31/wdt:P279* wd:Q486972 . ?death wdt:P31/wdt:P279* wd:Q486972 . } LIMIT 10", "paraphrases": ["Who are some humans who were both born and died in a human settlement, and have an English label?", "List 10 humans with English names who were born and died in populated places like towns or villages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q486972> . ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q486972> . } OFFSET 250000 LIMIT 10"}}
{"id": "val_3395", "question": "Image of the person with SNAC ARK ID w6v1261m", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6v1261m\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What image is linked to the SNAC ARK ID w6v1261m?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6v1261m?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6v1261m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3396", "question": "Humans who died in early 1900 with exact birth and death dates, including their place of death.", "sparql": "SELECT ?person ?personLabel ?deathDate ?placeOfDeath ?placeOfDeathLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . ?person wdt:P19 ?placeOfBirth . ?person wdt:P20 ?placeOfDeath . ?person (p:P569/psv:P569) ?birthStmt . ?birthStmt wikibase:timePrecision \"11\"^^xsd:integer . ?person (p:P570/psv:P570) ?deathStmt . ?deathStmt wikibase:timePrecision \"11\"^^xsd:integer . FILTER ( ?deathDate >= \"1900-01-01\"^^xsd:date && ?deathDate < \"1900-06-01\"^^xsd:date ) . ?person rdfs:label ?personLabel . ?placeOfDeath rdfs:label ?placeOfDeathLabel . FILTER (LANG(?personLabel) = \"en\") FILTER (LANG(?placeOfDeathLabel) = \"en\") } ORDER BY ASC(?person)", "paraphrases": ["Who were the people that died between January 1 and May 31, 1900, with known day-specific birth and death dates, and where did they die?", "List the names and places of death of people who died in the first five months of 1900, with precise birth and death dates recorded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var3 WHERE { BIND ( ( ( ?var2 - ?var4 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var6 . ?var6 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) ?var7 . ?var7 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var6 <http://wikiba.se/ontology#timeValue> ?var8 . ?var7 <http://wikiba.se/ontology#timeValue> ?var9 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var3 . FILTER ( ( ( ?var2 >= \"1900-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 < \"1900-06-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3397", "question": "What are the occupations of Multatuli in Dutch?", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q154211 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = 'nl') }", "paraphrases": ["In Dutch, what jobs did the Dutch author Multatuli have?", "Show the Dutch-language labels for the occupations of Multatuli."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.dbnl.org/auteurs/auteur.php?id=biss001> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_3398", "question": "Humans with the name \"Han\" in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Han\" @en .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people named Han in English-speaking contexts?", "List all humans whose English label is \"Han\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"han\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3399", "question": "Statues and statue-like monuments in Indonesia", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P17 wd:Q252 .\n  ?var1 wdt:P31 / wdt:P279 * wd:Q179700 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["What statues or items classified as subclasses of statues are located in Indonesia?", "List all statues and their subclasses located in Indonesia, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q179700> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q179700> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3400", "question": "Image of Heinrich Biber (SNAC ARK ID w6hb2m8q)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6hb2m8q\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6hb2m8q?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6hb2m8q."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hb2m8q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3401", "question": "Wikipedia page for movie with IMDb ID tt5958060 in English or German", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { VALUES ?imdbId { \"tt5958060\" } ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt5958060?", "Show me the Wikipedia page in English or German about the film identified by IMDb ID tt5958060, along with the movie's Wikidata ID and IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5958060\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3402", "question": "What are the properties most commonly used to associate items with the Polish ethnic group, and how many times are they used?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyItem ?propertyItemLabel ?count WHERE {\n  {\n    SELECT ?directProperty ( COUNT( ?item ) AS ?count ) WHERE {\n      ?item ?directProperty wd:Q1026 .\n      FILTER ( STRSTARTS( STR( ?directProperty ) , \"http://www.wikidata.org/prop/direct/\" ) )\n    }\n    GROUP BY ?directProperty\n    HAVING ( ?count > 1 )\n  }\n  BIND( IRI( REPLACE( STR( ?directProperty ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyItemLabel .\n  FILTER ( LANG( ?propertyItemLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["Which Wikidata properties link the most items to Poles, and how many items are linked by each?", "Show me the properties (with their labels) that are used to classify more than one item as Polish, sorted by usage frequency."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1026> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_3403", "question": "Who were the human participants in the Appomattox Campaign, and what were their birth and death dates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birth ?death WHERE {\n  ?person wdt:P607 wd:Q621676 ; wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birth .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?death .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the names, birth dates, and death dates of people who fought in the Appomattox Campaign during the American Civil War?", "Show me the birth and death information for all military personnel involved in the Appomattox Campaign."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q621676> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3404", "question": "Materials in Wikidata made from Chinese-labeled substances with Chinese descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?material ?materialLabel ?materialDesc WHERE {\n  ?item wdt:P186 ?material .\n  ?material rdfs:label ?materialLabel .\n  ?material schema:description ?materialDesc .\n  FILTER(LANG(?materialLabel) = \"zh\")\n  .\n  FILTER(LANG(?materialDesc) = \"zh\")\n}\nLIMIT 100", "paraphrases": ["What materials are used in items on Wikidata that have both Chinese labels and Chinese descriptions?", "Show me materials used in items on Wikidata, along with their Chinese names and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P186> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_3405", "question": "Image of Constantine Samuel Rafinesque (SNAC ARK ID: w6r211c2)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6r211c2\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6r211c2?", "Show me the picture of the person identified by the SNAC ARK ID w6r211c2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6r211c2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3406", "question": "What are the given names with the label \"Heinrich\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q202444 ; rdfs:label ?itemLabel .\n  FILTER(REGEX(?itemLabel , \"^Heinrich$\"))\n}", "paraphrases": ["Which given names are named \"Heinrich\" in any language?", "List all entities that are types of given names and have the name \"Heinrich\" as their label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202444> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( REGEX ( ?var1Label , \"^Heinrich$\" ) ) ) . }"}}
{"id": "val_3407", "question": "Image of Keppel Craven (SNAC ARK ID w6tx4h26)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6tx4h26\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6tx4h26?", "Show me the Wikimedia Commons image of the person with SNAC ARK ID w6tx4h26."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6tx4h26\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3408", "question": "What are the labels for Ga\u00ebl Perdriau in French, English, German, and Italian, along with his image and French Wikipedia link?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  wd:Q17497010 rdfs:label ?label .\n  FILTER ( LANG( ?label ) IN ( \"fr\" , \"en\" , \"de\" , \"it\" ) ) OPTIONAL {\n    wd:Q17497010 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q17497010 wdt:P625 ?coordinates .\n  }\n  ?wikipediaArticle schema:about wd:Q17497010 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n  VALUES ( ?lang ?sort ) {\n    ( \"fr\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"it\" 4 )\n  }\n  FILTER ( ?lang = LANG( ?label ) )\n}\nORDER BY ?sort", "paraphrases": ["Can you show me Ga\u00ebl Perdriau\u2019s name in different languages, his photo, and the link to his French Wikipedia article?", "Retrieve the multilingual labels, image, and French Wikipedia page for the French politician Ga\u00ebl Perdriau, sorted by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q17497010> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q17497010> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q17497010> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q17497010> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q17497010> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3409", "question": "What are the multilingual labels (Italian, English, German, French) for Donald W. Ernst, ordered by language priority?", "sparql": "SELECT ?var1Label ?var3 ?var4 ?var6 WHERE { OPTIONAL { wd:Q5295252 rdfs:label ?var1Label . FILTER (LANG(?var1Label) IN (\"it\", \"en\", \"de\", \"fr\")) VALUES (?lang ?var8) { (\"it\" \"1\"^^xsd:integer) (\"en\" \"2\"^^xsd:integer) (\"de\" \"3\"^^xsd:integer) (\"fr\" \"4\"^^xsd:integer) } FILTER (LANG(?var1Label) = ?lang) } OPTIONAL { wd:Q5295252 wdt:P18 ?var3 . } OPTIONAL { wd:Q5295252 wdt:P625 ?var4 . } OPTIONAL { ?var6 rdf:type schema:Article ; schema:about wd:Q5295252 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> . } } ORDER BY ASC(?var8)", "paraphrases": ["Can you show me the labels for Donald W. Ernst in Italian, English, German, and French, sorted so that Italian comes first?", "Please retrieve the labels of Donald W. Ernst in Italian, English, German, and French, in that priority order, along with any available image, coordinates, or Italian Wikipedia link."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5295252> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q5295252> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q5295252> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q5295252> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q5295252> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3410", "question": "Humans who died in Schaffhausen", "sparql": "SELECT ?human ?humanLabel ?placeOfDeath ?placeOfDeathLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P20 wd:Q9009 . ?human rdfs:label ?humanLabel . wd:Q9009 rdfs:label ?placeOfDeathLabel . FILTER(LANG(?humanLabel) = \"en\") FILTER(LANG(?placeOfDeathLabel) = \"en\") }", "paraphrases": ["Who are the people that died in the city of Schaffhausen?", "List the names of people and confirm they died in Schaffhausen, Switzerland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12697> . }"}}
{"id": "val_3411", "question": "Labels of Elsa Einstein in English, German, French, and Italian, along with her image and English Wikipedia link.", "sparql": "SELECT ?label ?image ?wikipedia WHERE { wd:Q68761 rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) wd:Q68761 wdt:P18 ?image . ?wikipedia schema:about wd:Q68761 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . VALUES (?lang ?sort) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER(LANG(?label) = ?lang) } ORDER BY ?sort", "paraphrases": ["What are the names of Elsa Einstein in English, German, French, and Italian, and what is her image and English Wikipedia page?", "Show me the multilingual labels for Elsa Einstein (in en, de, fr, it), her image from Wikimedia Commons, and her English Wikipedia article, ordered by language."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q68761> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q68761> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q68761> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q68761> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3412", "question": "English or German Wikipedia page for the movie with IMDb ID tt4835086", "sparql": "SELECT ?item ?wikipediaPage ?imdbId WHERE { ?item wdt:P345 \"tt4835086\" . ?wikipediaPage schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?wikipediaPage schema:inLanguage ?lang . BIND(\"tt4835086\" AS ?imdbId) }", "paraphrases": ["What is the English or German Wikipedia page for the film \"We Are X\" (IMDb ID: tt4835086)?", "Show me the Wikipedia page in English or German that corresponds to the movie with IMDb ID tt4835086, along with its Wikidata item and IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4835086\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3413", "question": "People who died on November 14, 1996", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"1996-11-14T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1996-11-14T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who died on November 14, 1996?", "List all individuals whose date of death was exactly November 14, 1996."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1996-11-14T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1996-11-14T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3414", "question": "How many people died in 1985?", "sparql": "SELECT ?year (COUNT(?person) AS ?count) WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?year) FILTER(?year = 1985) } GROUP BY ?year", "paraphrases": ["What is the total number of humans recorded as having died in the year 1985 on Wikidata?", "Can you tell me how many individuals born as humans passed away during 1985?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . FILTER ( ( ( ?var5 >= \"1985-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var5 < \"1985-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_3415", "question": "Who is Anne Monod, a human being?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person rdfs:label \"Anne Monod\" @en .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata item for Anne Monod, who is a human?", "Find the Wikidata entry for Anne Monod, confirming she is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Anne Monod\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3416", "question": "Chen Yuanyuan's date of birth and date of death", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q698781 rdfs:label ?label .\n  OPTIONAL {\n    wd:Q698781 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q698781 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["When was the Chinese poet and courtesan Chen Yuanyuan born and when did she die?", "Can you provide the English name, birth date, and death date of Chen Yuanyuan?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q698781> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3417", "question": "Dates of death, precision, and calendar for 66 historical women\u2019s rights activists including Margaret Mansfield and Harriet Clisby.", "sparql": "SELECT ?activist ?deathDate ?precision ?calendar WHERE { VALUES ?activist { wd:Q39278459 wd:Q40327798 wd:Q40430698 wd:Q40762505 wd:Q41350537 wd:Q41783094 wd:Q41793283 wd:Q42110535 wd:Q42298452 wd:Q42298565 wd:Q42299315 wd:Q42314115 wd:Q42340894 wd:Q42399648 wd:Q42411152 wd:Q42560965 wd:Q42661846 wd:Q42666485 wd:Q42666589 wd:Q42677353 wd:Q42752855 wd:Q42756317 wd:Q42844775 wd:Q42887201 wd:Q42950643 wd:Q42950667 wd:Q43190347 wd:Q43237208 wd:Q43252431 wd:Q43253930 wd:Q43296833 wd:Q43371614 wd:Q43375646 wd:Q43456056 wd:Q43779014 wd:Q44403762 wd:Q44611020 wd:Q44642496 wd:Q44919320 wd:Q45284820 wd:Q45843013 wd:Q45843259 wd:Q46749743 wd:Q46764968 wd:Q47008647 wd:Q47008701 wd:Q47027252 wd:Q47027609 wd:Q47036806 wd:Q47084600 wd:Q47090220 wd:Q47091499 wd:Q47093160 wd:Q47145192 wd:Q47483693 wd:Q47498926 wd:Q47667727 wd:Q48255493 wd:Q48340826 wd:Q48782492 wd:Q50313988 wd:Q50344794 wd:Q50348436 wd:Q50353187 wd:Q50374708 wd:Q50376370 wd:Q50379236 wd:Q18528970 wd:Q18593026 wd:Q18783838 wd:Q18875771 wd:Q19754738 wd:Q19802280 wd:Q19857144 wd:Q19904645 wd:Q23005618 wd:Q24242263 wd:Q26883990 wd:Q28922613 wd:Q29419539 wd:Q29522052 wd:Q29549288 wd:Q29576175 wd:Q29576200 wd:Q29576258 wd:Q30112446 wd:Q30901806 wd:Q33253361 wd:Q41702196 wd:Q42148318 wd:Q42314038 wd:Q42314061 wd:Q43296833 wd:Q44642496 wd:Q44919320 wd:Q50313988 } ?activist p:P570/psv:P570 [ wikibase:timeValue ?deathDate ; wikibase:timePrecision ?precision ; wikibase:timeCalendarModel ?calendar ] . }", "paraphrases": ["What were the dates of death, precision levels, and calendar models for the list of suffragists and feminist activists such as Dolce Ann Cabot, Nelly Trumel, and Amneh Al-Rimawi?", "Please provide the death dates (with precision and calendar information) for all the women\u2019s rights activists listed in this set of Wikidata IDs, including those from the Netherlands, Spain, and the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q39278459> ) ( <http://www.wikidata.org/entity/Q40327798> ) ( <http://www.wikidata.org/entity/Q40430698> ) ( <http://www.wikidata.org/entity/Q40762505> ) ( <http://www.wikidata.org/entity/Q41350537> ) ( <http://www.wikidata.org/entity/Q41783094> ) ( <http://www.wikidata.org/entity/Q41793283> ) ( <http://www.wikidata.org/entity/Q42110535> ) ( <http://www.wikidata.org/entity/Q42298452> ) ( <http://www.wikidata.org/entity/Q42298565> ) ( <http://www.wikidata.org/entity/Q42299315> ) ( <http://www.wikidata.org/entity/Q42314115> ) ( <http://www.wikidata.org/entity/Q42340894> ) ( <http://www.wikidata.org/entity/Q42399648> ) ( <http://www.wikidata.org/entity/Q42411152> ) ( <http://www.wikidata.org/entity/Q42560965> ) ( <http://www.wikidata.org/entity/Q42661846> ) ( <http://www.wikidata.org/entity/Q42666485> ) ( <http://www.wikidata.org/entity/Q42666589> ) ( <http://www.wikidata.org/entity/Q42677353> ) ( <http://www.wikidata.org/entity/Q42752855> ) ( <http://www.wikidata.org/entity/Q42756317> ) ( <http://www.wikidata.org/entity/Q42844775> ) ( <http://www.wikidata.org/entity/Q42887201> ) ( <http://www.wikidata.org/entity/Q42950643> ) ( <http://www.wikidata.org/entity/Q42950667> ) ( <http://www.wikidata.org/entity/Q43190347> ) ( <http://www.wikidata.org/entity/Q43237208> ) ( <http://www.wikidata.org/entity/Q43252431> ) ( <http://www.wikidata.org/entity/Q43253930> ) ( <http://www.wikidata.org/entity/Q43371614> ) ( <http://www.wikidata.org/entity/Q43373620> ) ( <http://www.wikidata.org/entity/Q43375646> ) ( <http://www.wikidata.org/entity/Q43456056> ) ( <http://www.wikidata.org/entity/Q43779014> ) ( <http://www.wikidata.org/entity/Q44403762> ) ( <http://www.wikidata.org/entity/Q44611020> ) ( <http://www.wikidata.org/entity/Q45284820> ) ( <http://www.wikidata.org/entity/Q45843013> ) ( <http://www.wikidata.org/entity/Q45843259> ) ( <http://www.wikidata.org/entity/Q46749743> ) ( <http://www.wikidata.org/entity/Q46764968> ) ( <http://www.wikidata.org/entity/Q47008647> ) ( <http://www.wikidata.org/entity/Q47008701> ) ( <http://www.wikidata.org/entity/Q47027252> ) ( <http://www.wikidata.org/entity/Q47027609> ) ( <http://www.wikidata.org/entity/Q47036806> ) ( <http://www.wikidata.org/entity/Q47084600> ) ( <http://www.wikidata.org/entity/Q47090220> ) ( <http://www.wikidata.org/entity/Q47091499> ) ( <http://www.wikidata.org/entity/Q47093160> ) ( <http://www.wikidata.org/entity/Q47145192> ) ( <http://www.wikidata.org/entity/Q47483693> ) ( <http://www.wikidata.org/entity/Q47498926> ) ( <http://www.wikidata.org/entity/Q47667727> ) ( <http://www.wikidata.org/entity/Q48255493> ) ( <http://www.wikidata.org/entity/Q48340826> ) ( <http://www.wikidata.org/entity/Q48782492> ) ( <http://www.wikidata.org/entity/Q49873280> ) ( <http://www.wikidata.org/entity/Q50344794> ) ( <http://www.wikidata.org/entity/Q50348436> ) ( <http://www.wikidata.org/entity/Q50353187> ) ( <http://www.wikidata.org/entity/Q50374708> ) ( <http://www.wikidata.org/entity/Q50376370> ) ( <http://www.wikidata.org/entity/Q50376481> ) ( <http://www.wikidata.org/entity/Q50379236> ) ( <http://www.wikidata.org/entity/Q18528970> ) ( <http://www.wikidata.org/entity/Q18593026> ) ( <http://www.wikidata.org/entity/Q18783838> ) ( <http://www.wikidata.org/entity/Q18875771> ) ( <http://www.wikidata.org/entity/Q19754738> ) ( <http://www.wikidata.org/entity/Q19802280> ) ( <http://www.wikidata.org/entity/Q19857144> ) ( <http://www.wikidata.org/entity/Q19904645> ) ( <http://www.wikidata.org/entity/Q23005618> ) ( <http://www.wikidata.org/entity/Q24242263> ) ( <http://www.wikidata.org/entity/Q26883990> ) ( <http://www.wikidata.org/entity/Q28922613> ) ( <http://www.wikidata.org/entity/Q29419539> ) ( <http://www.wikidata.org/entity/Q29522052> ) ( <http://www.wikidata.org/entity/Q29549288> ) ( <http://www.wikidata.org/entity/Q29576175> ) ( <http://www.wikidata.org/entity/Q29576200> ) ( <http://www.wikidata.org/entity/Q29576258> ) ( <http://www.wikidata.org/entity/Q30112446> ) ( <http://www.wikidata.org/entity/Q30901806> ) ( <http://www.wikidata.org/entity/Q33253361> ) ( <http://www.wikidata.org/entity/Q41702196> ) ( <http://www.wikidata.org/entity/Q42148318> ) ( <http://www.wikidata.org/entity/Q42314038> ) ( <http://www.wikidata.org/entity/Q42314061> ) ( <http://www.wikidata.org/entity/Q43296833> ) ( <http://www.wikidata.org/entity/Q44642496> ) ( <http://www.wikidata.org/entity/Q44919320> ) ( <http://www.wikidata.org/entity/Q50313988> ) } ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_3418", "question": "Who were born on April 15, 1990?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P569 \"1990-04-15T00:00:00Z\" ^^ xsd:dateTime .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List the English names of all humans born on April 15, 1990.", "Can you tell me the names of people born on April 15, 1990?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P569> \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3419", "question": "What are the official languages of countries that contain cities?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?countryLabel ?languageLabel WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?country wdt:P37 ?language .\n  ?country rdfs:label ?countryLabel .\n  ?language rdfs:label ?languageLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?languageLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["For each country that has at least one city, what is its official language or languages?", "List all countries and their official languages based on the cities located within them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P37> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 100"}}
{"id": "val_3420", "question": "What is the image of the person with SNAC ARK ID w6d811ht?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6d811ht\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the individual identified by the SNAC ARK ID w6d811ht?", "Who is the person linked to the SNAC ARK ID w6d811ht, and what does their image look like?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6d811ht\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3421", "question": "What are the English-language labels for the entity \"human\" in Wikidata?", "sparql": "SELECT ?label WHERE { wd:Q5 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Show all English variants of the label for \"human\" in Wikidata.", "Retrieve the English labels (including regional variants) for the concept of human beings."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q5> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_3422", "question": "What are the birth and death dates of Zhou Youguang?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q591407 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q591407 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q591407 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Zhou Youguang: birth date and death date", "Can you tell me the English name of Zhou Youguang along with his date of birth and date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q591407> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3423", "question": "What is the image of the person with SNAC ARK ID w6sr0f4q?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6sr0f4q\" . OPTIONAL { ?item wdt:P18 ?image . }}", "paraphrases": ["Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6sr0f4q?", "Is there an image available for the SNAC ARK ID w6sr0f4q?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sr0f4q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3424", "question": "People who died in Delhi", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P20 wd:Q1353 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the people that died in Delhi?", "List the names of people who died in Delhi, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P20> <http://www.wikidata.org/entity/Q1353> . } LIMIT 100"}}
{"id": "val_3425", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0120741", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0120741\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie identified by IMDb ID tt0120741?", "Show me the English and German Wikipedia links for the film Mafia! (IMDb: tt0120741)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0120741\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3426", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3731580?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 ?imdb_id .\n  FILTER ( ?imdb_id = \"tt3731580\" ) .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\"\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Can you find the Wikipedia articles in English or German about the film identified by IMDb ID tt3731580?", "Show me the Wikipedia pages in English or German that are about the movie with IMDb identifier tt3731580, along with the IMDb ID itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3731580\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3427", "question": "Image of the person with SNAC ARK ID w6ms6wvk", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ms6wvk\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6ms6wvk?", "Can you show me the Wikimedia Commons image of the individual identified by the SNAC ARK ID w6ms6wvk?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ms6wvk\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3428", "question": "Charles E. Young\u2019s image, English Wikipedia link, and labels in English, German, French, and Italian, ordered by language.", "sparql": "SELECT ?label ?image ?wikipediaArticle WHERE { wd:Q5077207 rdfs:label ?label . FILTER (LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) OPTIONAL { wd:Q5077207 wdt:P18 ?image . } ?wikipediaArticle schema:about wd:Q5077207 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . VALUES (?lang ?order) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 5) } FILTER (LANG(?label) = ?lang) } ORDER BY ?order", "paraphrases": ["What are the labels for Charles E. Young in English, German, French, and Italian, along with his image and English Wikipedia page?", "Show me the English, German, French, and Italian labels for Charles E. Young, his image from Wikimedia Commons, and the link to his English Wikipedia article, sorted by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5077207> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q5077207> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q5077207> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q5077207> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3429", "question": "How many humans died in September 1960?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( ?human ) AS ?count ) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1960-09-01\" ^^ xsd:date && ?deathDate < \"1960-10-01\" ^^ xsd:date ) .\n  BIND( SUBSTR( STR( ?deathDate ) , 1 , 4 ) AS ?year )\n}\nGROUP BY ?year", "paraphrases": ["What is the number of people who passed away in September 1960, grouped by year?", "Can you tell me how many individuals born as humans died during September 1960?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . FILTER ( ( ( ?var5 >= \"1960-09-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var5 < \"1960-10-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_3430", "question": "Image of Edward Jeffries with SNAC ARK ID w61g2623", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w61g2623\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Edward Jeffries in Wikidata, given his SNAC ARK ID is w61g2623?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w61g2623."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61g2623\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3431", "question": "Image of Peter Viereck with SNAC ARK ID w6mp54rq", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6mp54rq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Peter Viereck, whose SNAC ARK ID is w6mp54rq?", "Show me the Wikimedia Commons image linked to the person with SNAC ARK ID w6mp54rq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6mp54rq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3432", "question": "What are the English and German Wikipedia articles about the film with IMDb ID tt0102753?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_article WHERE {\n  ?item wdt:P345 \"tt0102753\" .\n  ?wikipedia_article schema:about ?item .\n  {\n    ?wikipedia_article schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_article schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia pages in English and German for the movie identified by tt0102753 on IMDb.", "Which Wikipedia articles in English and German discuss the film Rambling Rose?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0102753\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3433", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt1183732?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1183732\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the movie Tokyo Gore Police.", "Which Wikipedia pages in English or German discuss the movie identified by IMDb ID tt1183732?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1183732\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3434", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1661382?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1661382\" .\n  ?wikipedia_page schema:about ?movie .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Grudge Match.", "Find the Wikipedia links in English and German for the movie identified by IMDb ID tt1661382."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1661382\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3435", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2776074?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt2776074\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"th\" } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Ang\u00e9lique (2013).", "Which language versions of Wikipedia have articles about the movie Ang\u00e9lique, identified by its IMDb ID tt2776074?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2776178\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"th\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3436", "question": "What are the birth and death dates of Park Jung-yang?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q495510 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q495510 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q495510 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the life span of Park Jung-yang, including his date of birth and death?", "Who is Park Jung-yang, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q495510> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3437", "question": "Who are the most recently updated people who died after 2017, and what are their birth dates, gender, and nationality?", "sparql": "SELECT ?person ?personLabel ?deathDate ?birthDate ?gender ?country ?modified WHERE { ?person wdt:P31 wd:Q5 ; wdt:P570 ?deathDate . FILTER (?deathDate > \"2017-12-31T00:00:00Z\"^^xsd:dateTime) FILTER (?deathDate < NOW()) OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P21 ?gender . } OPTIONAL { ?person wdt:P27 ?country . } OPTIONAL { ?person schema:dateModified ?modified . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } } ORDER BY DESC(?modified) DESC(?deathDate) ASC(?person) LIMIT 50", "paraphrases": ["List people who died between 2018 and now, sorted by when their Wikidata page was last edited and then by death date.", "Can you show me a list of humans who died in the last few years, including their birth date, gender, country, and when their Wikipedia page was last modified?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://schema.org/dateModified> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,it,fr,de,cs,es\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var4 . } FILTER ( ( ( ?var2 > \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 < NOW ( ) ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var5 . } } ORDER BY DESC( ?var6 ) DESC( ?var2 )ASC( ?var1 ) LIMIT 50"}}
{"id": "val_3438", "question": "People who died in April 1992", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P570 ?deathDate . FILTER (YEAR(?deathDate) = 1992 && MONTH(?deathDate) = 4) }", "paraphrases": ["Who died in April 1992?", "List all individuals whose date of death was in April 1992."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1992-04-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1992-04-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3439", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0270707?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0270707\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?language . FILTER(?language = \"en\" || ?language = \"de\") }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film identified by tt0270707 on IMDb?", "Which Wikipedia pages in English and German discuss the movie The Truth About Charlie?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0270707\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3440", "question": "Living humans born after October 5, 1972, with an official name recorded.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?birthDate ?officialName WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  ?human wdt:P1448 ?officialName . MINUS {\n    ?human wdt:P570 ?deathDate .\n  }\n  FILTER(?birthDate >= \"1972-10-05T00:00:00Z\" ^^ xsd:dateTime)\n}\nLIMIT 100", "paraphrases": ["Who are the living people born on or after October 5, 1972, that have an official name listed in Wikidata?", "List up to 100 living individuals born after October 5, 1972, along with their official names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } FILTER ( ( ( ?var2 >= \"1972-10-05T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( BOUND ( ?var3 ) ) ) . FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . } LIMIT 100"}}
{"id": "val_3441", "question": "What are the categories that Lebanon belongs to, and what are their broader categories?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class ?classLabel ?superclass WHERE {\n  wd:Q822 wdt:P31 ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) OPTIONAL {\n    ?class wdt:P279 ?superclass .\n  }\n}", "paraphrases": ["Can you list the classes Lebanon is an instance of, along with their parent classes in the taxonomy?", "Show me the classification hierarchy for Lebanon \u2014 what types is it an example of, and what are those types subclasses of?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q822> <http://www.wikidata.org/prop/direct/P279> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3442", "question": "What are the birth and death dates of Park Sang-hee?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q7847945 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q7847945 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q7847945 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the full name, birth date, and death date of the Korean journalist Park Sang-hee?", "Who is Park Sang-hee, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7847945> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3443", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0246772?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 \"tt0246772\" .\n  ?wikipedia_page schema:about ?movie .\n  ?movie wdt:P345 ?imdb_id .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0246772 on IMDb.", "Which Wikipedia pages in English or German describe the movie \"Mostly Martha\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0246772\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3444", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0371203?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt0371203\" . ?wikipedia_page schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang .}", "paraphrases": ["Find the Wikipedia article about the film \"Sexphone & the Lonely Wave\" in English or German.", "Which Wikipedia pages in English or German are linked to the IMDb entry tt0371203?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0371203\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3445", "question": "People who died by burning", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P509 wd:Q468455 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who were the people executed by burning?", "List the names of individuals whose cause of death was death by burning."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> <http://www.wikidata.org/entity/Q468455> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_3446", "question": "Birth dates and precision for Malaysian athletes and professionals including badminton players, swimmers, and squash players.", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?birthDate ?precision WHERE {\n  VALUES ?person {\n    wd:Q27037530 wd:Q27074530 wd:Q27074598 wd:Q27588647 wd:Q27588662 wd:Q27655836 wd:Q27673059 wd:Q27773817 wd:Q27787820 wd:Q27791883 wd:Q27922130 wd:Q27995589 wd:Q28059095 wd:Q28059236 wd:Q30958483 wd:Q34335529 wd:Q34518196 wd:Q35002395 wd:Q36390304 wd:Q44519649 wd:Q47000716 wd:Q47012085 wd:Q47012409 wd:Q47078679 wd:Q49722659 wd:Q49836494 wd:Q4768563 wd:Q5219327 wd:Q7421972 wd:Q17198027 wd:Q21528744 wd:Q22668575 wd:Q26945191 wd:Q26955603 wd:Q26955626 wd:Q26955632 wd:Q26956206 wd:Q26958512 wd:Q26958520 wd:Q26986916 wd:Q27043753 wd:Q27068218 wd:Q27068811 wd:Q27074384 wd:Q27243274 wd:Q27243275 wd:Q27243277 wd:Q27597437 wd:Q27672073 wd:Q27672075 wd:Q27672077 wd:Q27672078 wd:Q27672080 wd:Q27672083 wd:Q27672088 wd:Q27679639 wd:Q27679640 wd:Q27679643 wd:Q27763785 wd:Q27763794 wd:Q27780740 wd:Q27780741 wd:Q27780745 wd:Q27780747 wd:Q27780748 wd:Q27789665 wd:Q27789668 wd:Q27817683 wd:Q27824733 wd:Q27825090 wd:Q27914367 wd:Q27914456 wd:Q27914464 wd:Q47466227\n  }\n  ?person ( p:P569 / psv:P569 ) [ wikibase:timeValue ?birthDate ; wikibase:timePrecision ?precision ] .\n}", "paraphrases": ["What are the birth dates and date precision (e.g., year, decade) for Malaysian women listed in Wikidata with occupations such as badminton player, swimmer, or squash player?", "Please provide the birth dates and how precise they are (year, decade, etc.) for the following Malaysian women: Fauziah Sarman, Yen Yen Sam, Teh Mei Ling, Khaw Gaik Bee, Chee Geok Whee, Sylvia Tan, Law Pei Pei, Kuak Seok Choon, Leong Yeng Cheng, Leong Chai Lean, Sultana Parvin Habeebur Rahman, Yap Hei Lin, Moey Chwee Lan, Lee Chee Neo, Ai Wei Jian, Anna Cheong, Lee Zhi Qing, Annie Keong, Jean Moey, Kok Lee Ying, Auni Fathiah Kamis, Zuraini Khalid, Khaw Moo Leng, Jovina Tseng, Ong Siew Eng, Waileen Wong, Ida Lim, Chang Kon Neong, Cheah Kooi San, Phua Yoke Chin, Yap Zhen, Marny Jolly, Lee Kim Leo, Ong Eak Eam, Molly Chin, Poh Chin Peng, Lee Yin Ling, Thinaah Muralitharan, Lim Kit Lin, Chia Pik Sim, Valentine Chan, Hoi Sai Ying, Lee Keng Sim, Toh Ee Wei, Wei Chyi Ti, Erica Khoo, Chan Mee Yong, Ng Sin Er, Chew Han Huey, Tam Chui Chee, Winnie Lee, Wong Wai See, Ong Mei Lin, Nor Shafeeqah Yahya, Nor Iryani Azmi, Josephine Lena Wong, Aminakhtun Karim Shaharudin, Mary Rajamani, Junaidah Aman, Josephine Mary Singarayar, Felicia Yap, Lynn Leong, Annastasia Raj, Aika Azman, Teh Min Jie, Chan Yiwen, Zoe Foo Yuk Han, Anne Low, Nazihah Hanis, Aifa Azman, Daniella Sya, and Saradha Narayanan."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q27037530> ) ( <http://www.wikidata.org/entity/Q27074530> ) ( <http://www.wikidata.org/entity/Q27074598> ) ( <http://www.wikidata.org/entity/Q27588647> ) ( <http://www.wikidata.org/entity/Q27588662> ) ( <http://www.wikidata.org/entity/Q27655836> ) ( <http://www.wikidata.org/entity/Q27673059> ) ( <http://www.wikidata.org/entity/Q27773817> ) ( <http://www.wikidata.org/entity/Q27787820> ) ( <http://www.wikidata.org/entity/Q27791883> ) ( <http://www.wikidata.org/entity/Q27922130> ) ( <http://www.wikidata.org/entity/Q27995589> ) ( <http://www.wikidata.org/entity/Q28059095> ) ( <http://www.wikidata.org/entity/Q28059236> ) ( <http://www.wikidata.org/entity/Q30958483> ) ( <http://www.wikidata.org/entity/Q34335529> ) ( <http://www.wikidata.org/entity/Q34518196> ) ( <http://www.wikidata.org/entity/Q35002395> ) ( <http://www.wikidata.org/entity/Q36390304> ) ( <http://www.wikidata.org/entity/Q37628360> ) ( <http://www.wikidata.org/entity/Q44519649> ) ( <http://www.wikidata.org/entity/Q47000716> ) ( <http://www.wikidata.org/entity/Q47012085> ) ( <http://www.wikidata.org/entity/Q47012409> ) ( <http://www.wikidata.org/entity/Q47078679> ) ( <http://www.wikidata.org/entity/Q49722659> ) ( <http://www.wikidata.org/entity/Q49836494> ) ( <http://www.wikidata.org/entity/Q4768563> ) ( <http://www.wikidata.org/entity/Q5219327> ) ( <http://www.wikidata.org/entity/Q7421972> ) ( <http://www.wikidata.org/entity/Q17198027> ) ( <http://www.wikidata.org/entity/Q21528744> ) ( <http://www.wikidata.org/entity/Q22668575> ) ( <http://www.wikidata.org/entity/Q26945191> ) ( <http://www.wikidata.org/entity/Q26955603> ) ( <http://www.wikidata.org/entity/Q26955626> ) ( <http://www.wikidata.org/entity/Q26955632> ) ( <http://www.wikidata.org/entity/Q26956206> ) ( <http://www.wikidata.org/entity/Q26958512> ) ( <http://www.wikidata.org/entity/Q26958520> ) ( <http://www.wikidata.org/entity/Q26986916> ) ( <http://www.wikidata.org/entity/Q27043753> ) ( <http://www.wikidata.org/entity/Q27068218> ) ( <http://www.wikidata.org/entity/Q27068811> ) ( <http://www.wikidata.org/entity/Q27074384> ) ( <http://www.wikidata.org/entity/Q27243274> ) ( <http://www.wikidata.org/entity/Q27243275> ) ( <http://www.wikidata.org/entity/Q27243277> ) ( <http://www.wikidata.org/entity/Q27597437> ) ( <http://www.wikidata.org/entity/Q27672073> ) ( <http://www.wikidata.org/entity/Q27672075> ) ( <http://www.wikidata.org/entity/Q27672077> ) ( <http://www.wikidata.org/entity/Q27672078> ) ( <http://www.wikidata.org/entity/Q27672080> ) ( <http://www.wikidata.org/entity/Q27672083> ) ( <http://www.wikidata.org/entity/Q27672088> ) ( <http://www.wikidata.org/entity/Q27679639> ) ( <http://www.wikidata.org/entity/Q27679640> ) ( <http://www.wikidata.org/entity/Q27679643> ) ( <http://www.wikidata.org/entity/Q27763785> ) ( <http://www.wikidata.org/entity/Q27763794> ) ( <http://www.wikidata.org/entity/Q27780740> ) ( <http://www.wikidata.org/entity/Q27780741> ) ( <http://www.wikidata.org/entity/Q27780745> ) ( <http://www.wikidata.org/entity/Q27780747> ) ( <http://www.wikidata.org/entity/Q27780748> ) ( <http://www.wikidata.org/entity/Q27789665> ) ( <http://www.wikidata.org/entity/Q27789668> ) ( <http://www.wikidata.org/entity/Q27817683> ) ( <http://www.wikidata.org/entity/Q27824733> ) ( <http://www.wikidata.org/entity/Q27825090> ) ( <http://www.wikidata.org/entity/Q27914367> ) ( <http://www.wikidata.org/entity/Q27914456> ) ( <http://www.wikidata.org/entity/Q27914464> ) ( <http://www.wikidata.org/entity/Q47466227> ) } ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_3447", "question": "Is heart rhythm a type of human?", "sparql": "ASK WHERE { wd:Q5038333 ( wdt:P31 / wdt:P279* ) wd:Q5 . }", "paraphrases": ["Can heart rhythm be classified as a human?", "Is a human the most specific category that includes heart rhythm?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5038333> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3448", "question": "What Wikipedia articles are linked to the IMDb ID tt1612582?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia ?language WHERE {\n  ?item wdt:P345 \"tt1612582\" .\n  ?wikipedia schema:about ?item .\n  ?wikipedia schema:inLanguage ?language .\n}", "paraphrases": ["Which language versions of Wikipedia have articles about the film with IMDb ID tt1612582?", "Show me the Wikipedia pages for the movie identified by tt1612582, along with their languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1612582\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3449", "question": "What English or German Wikipedia pages are about the movie with IMDb ID tt3565050?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt3565050\"\n  }\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikipedia articles in English or German are linked to the film 'The History of Eternity' via its IMDb ID?", "Show me the English and German Wikipedia pages for the movie identified by IMDb ID tt3565050."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3565164\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3450", "question": "English or German Wikipedia page for the movie with IMDb ID tt6275262.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 \"tt6275262\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  ?movie wdt:P345 ?imdbId .\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie identified by IMDb ID tt6275262?", "Show me the Wikipedia page in English or German for the movie with IMDb ID tt6275262, along with its IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6275262\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3451", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt2267712?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt2267712\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Find the Wikipedia articles in English or German that are about the film identified by IMDb ID tt2267712.", "Which Wikipedia pages in English or German discuss the movie with the IMDb identifier tt2267712?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2267712\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3452", "question": "What English or German language Wikipedia pages are there for the movie with IMDb ID tt2182001?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt2182001\" . ?page schema:about ?item . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia and Commons pages about the film \"Legenda No. 17\" that are in English or German.", "Which language-specific pages (in English or German) are linked to the IMDb movie tt2182001?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2182001\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3453", "question": "What properties link China to other entities, and what are the counts and labels of those linked entities?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) (GROUP_CONCAT(?itemLabel; SEPARATOR=\", \") AS ?itemLabels) ?propertyLabel WHERE { wd:Q148 ?property ?item . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . } GROUP BY ?property ?propertyLabel", "paraphrases": ["For each property used to connect the People's Republic of China to other items, what is the property\u2019s name, how many items are connected, and what are their English labels?", "Show me all properties that connect China to other entities, along with the number of connected entities and their English names, and the English label of each property."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q148> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_3454", "question": "Wikidata item with IMDb ID tt0028112 and its English and German Wikipedia pages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0028112\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt0028112?", "Show me the English and German Wikipedia pages for the movie identified by tt0028112 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0028112\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3455", "question": "What are all the categories and supercategories of Eifa, Germany?", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q1302840 ( wdt:P31 / wdt:P279* ) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\")}", "paraphrases": ["What classes does the Ortsteil Eifa belong to, including its parent classes in the taxonomy?", "List all the hierarchical categories that Eifa is part of, from its specific type up to the most general class."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1302840> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3456", "question": "Living people born after 1880 who have a sign language label (media file) on Wikidata.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?signLanguageMedia ?birthDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P2919 ?signLanguageMedia .\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  FILTER ( ?birthDate > \"1880-01-01T00:00:00Z\" ^^ xsd:dateTime ) FILTER ( ! BOUND( ?deathDate ) )\n}\nLIMIT 1000", "paraphrases": ["Who are the living people born after 1880 that have a sign language representation documented as a media file on Wikidata?", "Show me the names and birth dates of living people born after 1880, along with their sign language media files."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2919> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } FILTER ( ( ( ?var2 > \"1880-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 1000"}}
{"id": "val_3457", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0088850?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt0088850\" .\n  ?wikipediaPage schema:about ?film .\n  ?wikipediaPage schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["Show me the Wikipedia articles about Brewster's Millions (1985) in English and German.", "Which language versions of Wikipedia have articles about the movie identified by tt0088850?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0088850\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3458", "question": "Museums in Spain with Spanish names starting with \"Museo\"", "sparql": "SELECT ?museum ?label WHERE { ?museum wdt:P31 wd:Q33506 ; wdt:P17 wd:Q29 ; rdfs:label ?label . FILTER ( LANG(?label) = \"es\" ) FILTER ( REGEX(?label, \"Museo\") ) }", "paraphrases": ["What are the names of museums in Spain in the Spanish language?", "List all museums located in Spain that have their labels in Spanish and contain the word \"Museo\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"Museo\" ) ) ) . }"}}
{"id": "val_3459", "question": "What type of entity is Julius Nyerere in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instanceType WHERE {\n  wd:Q186525 wdt:P31 ?instanceType .\n}", "paraphrases": ["What is the instance type of Julius Nyerere on Wikidata?", "Tell me the category that Julius Nyerere belongs to in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Julius_Nyerere> <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_3460", "question": "Wikipedia pages in English and German for the movie with IMDb ID tt0061878", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0061878\" . ?wikipedia_page schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia pages for the film identified by IMDb ID tt0061878?", "Show me the English and German Wikipedia articles about the movie with IMDb ID tt0061878."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0061878\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3461", "question": "Image of the person with SNAC ARK ID w69c6vx4", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w69c6vx4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w69c6vx4?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w69c6vx4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69c6vx4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3462", "question": "What are the causes of death for notable individuals, listed with their names in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person ?personLabel ?causeOfDeath ?causeOfDeathLabel WHERE {\n  ?person wdt:P509 ?causeOfDeath .\n  ?person rdfs:label ?personLabel .\n  ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?causeOfDeathLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Can you list people and the causes of their death, using English labels?", "Show me up to 1000 examples of people and how they died, with their names and causes in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_3463", "question": "Humans who died after January 1, 2018, with their names and death dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human ?humanLabel ?deathDate WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"2018-01-01T00:00:00Z\" ^^ xsd:dateTime ) OPTIONAL {\n    ?human rdfs:label ?humanLabel .\n    FILTER ( lang( ?humanLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Who are the people that died on or after January 1, 2018, and when did they die?", "List the names and death dates of all humans recorded in Wikidata as having died from 2018 onwards."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/p31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 >= \"2018-1-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3464", "question": "Museums in London with their locations and coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?museum ?museumLabel ?locationProp ?coordinates WHERE {\n  ?museum wdt:P31 wd:Q33506 .\n  ?museum ?locationProp wd:Q84 .\n  OPTIONAL {\n    ?museum wdt:P625 ?coordinates .\n  }\n  ?museum rdfs:label ?museumLabel .\n  FILTER(LANG(?museumLabel) = \"en\")\n}", "paraphrases": ["Which museums are located in London, what properties link them to London, and do they have geographic coordinates?", "List all museums in London, including their labels, how they are connected to London (e.g., by location or headquarters), and their coordinates if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { { SELECT ?var9 WHERE { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> \"Museum\"@de . ?var8 <http://www.wikidata.org/prop/direct/P31> ?var9 . } LIMIT 1 } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var9 . ?var1 ?var8 <http://www.wikidata.org/entity/Q84> . OPTIONAL { <http://www.wikidata.org/entity/Q406> <http://www.wikidata.org/prop/direct/P625> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q406> <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3465", "question": "People who died of Parkinson\u2019s disease and their death statement qualifiers.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?statement ?qualifier ?qualifierValue WHERE {\n  ?person p:P1196 ?statement .\n  ?statement ps:P1196 wd:Q11085 .\n  OPTIONAL {\n    ?statement ?qualifier ?qualifierValue .\n    ?qualifier wikibase:qualifier true .\n  }\n}\nLIMIT 101", "paraphrases": ["Who are the people whose manner of death is recorded as Parkinson\u2019s disease, and what additional details (qualifiers) are associated with their death statements?", "List up to 100 individuals who died from Parkinson\u2019s disease, along with any qualifiers attached to their death statements, such as date or source."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1196> <http://www.wikidata.org/entity/Q11085> . ?var1 <http://www.wikidata.org/prop/P1196> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3466", "question": "What are the causes of death for notable individuals in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?causeOfDeath ?causeOfDeathLabel WHERE {\n  ?person wdt:P509 ?causeOfDeath .\n  ?person rdfs:label ?personLabel .\n  ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?causeOfDeathLabel ) = \"en\" )\n}", "paraphrases": ["Who died from what cause? Show me a list of people and their documented causes of death in English.", "Can you list some people and the reasons they died, such as cancer, stroke, or euthanasia?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> ?var2 . }"}}
{"id": "val_3467", "question": "Museums in Antwerp with coordinates and email addresses", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 (wdt:P31/wdt:P279*) wd:Q33506 . ?var1 wdt:P131 wd:Q12892 . ?var1 wdt:P625 ?var2 . OPTIONAL { ?var1 wdt:P968 ?var3 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What are the museums in Antwerp, their geographic locations, and their email addresses?", "List all museums in Antwerp along with their coordinates and email addresses, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12892> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl, en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P968> ?var3 . } }"}}
{"id": "val_3468", "question": "What categories and their broader classes does Andrej Kabjakow belong to, and which have English Wikipedia pages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel ?wikipediaPage WHERE {\n  wd:Q502864 ( wdt:P31 / wdt:P279 * ) ?class .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?class ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["Which Wikipedia articles describe the categories that the Belarusian politician Andrej Kabjakow is classified under, including their parent classes?", "Show me all the classes (and their superclasses) that Andrej Kabjakow is an instance of, along with their English labels and corresponding English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q502864> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3469", "question": "Humans with known place of death but no date of death recorded.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?placeOfDeath ?placeOfDeathLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P20 ?placeOfDeath .\n  FILTER ( ! isBlank( ?placeOfDeath ) ) .\n  OPTIONAL {\n    ?human wdt:P570 ?dateOfDeath .\n  }\n  FILTER ( ! BOUND( ?dateOfDeath ) ) .\n  ?human rdfs:label ?humanLabel .\n  ?placeOfDeath rdfs:label ?placeOfDeathLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" ) .\n  FILTER ( LANG( ?placeOfDeathLabel ) = \"en\" ) .\n}\nLIMIT 1", "paraphrases": ["Who are some humans whose place of death is known but the date of death is not recorded in Wikidata?", "List humans who died somewhere specific, but for whom the exact date of death is unknown."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . FILTER ( ( isBLANK ( ?var4 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1"}}
{"id": "val_3470", "question": "What English or German-language pages are linked to the movie with IMDb ID tt1980162?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt1980162\" .\n  ?page schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia and Wikiquote pages about Kung Fu Panda: Secrets of the Masters in English or German.", "Which external pages in English or German discuss the film identified by IMDb ID tt1980162?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1980162\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3471", "question": "Who died of viral cardiomyopathy?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P509 wd:Q17074273 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the person whose cause of death was viral cardiomyopathy?", "Can you tell me who had viral cardiomyopathy as the cause of death?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> <http://www.wikidata.org/entity/Q17074273> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3472", "question": "People who died from influenza A virus.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P509 wd:Q834390 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who died from influenza A virus?", "List the names of people whose cause of death was the influenza A virus."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> <http://www.wikidata.org/entity/Q834390> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3473", "question": "Dentists who died by suicide and their English Wikipedia pages", "sparql": "SELECT DISTINCT ?dentist ?name ?wikipediaPage WHERE { ?dentist wdt:P106 wd:Q27349 ; wdt:P31 wd:Q5 ; wdt:P1196 wd:Q10737 ; rdfs:label ?name . ?wikipediaPage schema:about ?dentist ; schema:inLanguage \"en\" . FILTER(LANG(?name) != \"\") } ORDER BY ASC(?name)", "paraphrases": ["Who are the dentists that died by suicide, and what are their English Wikipedia articles?", "List all human dentists who died by suicide, along with their names in any language and their corresponding English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q27349> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P1196> <http://www.wikidata.org/entity/Q10737> . { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_3474", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0407887?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt0407887\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  ?item wdt:P345 ?imdbId .\n}", "paraphrases": ["Show me the language-specific pages (English or German) linked to the film *The Departed* on Wikidata, along with its IMDb identifier.", "Which Wikipedia and related pages in English or German describe the movie identified by IMDb ID tt0407887?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0435779\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3475", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0093995?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0093995\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English or German about the film Slugs (1988).", "Which Wikipedia pages in English or German describe the movie identified by the IMDb code tt0093995?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0093995\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3476", "question": "List of people and their last words before death.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?lastWords ?personLabel WHERE {\n  ?person wdt:P3909 ?lastWords .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some notable people and what were their final words before dying?", "Show me 100 people along with the last words they spoke before they died, with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,cs\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3909> ?var2 . } } LIMIT 100"}}
{"id": "val_3477", "question": "What are the three museums in Germany with the lowest number of annual visitors?", "sparql": "SELECT DISTINCT ?landmark ?visitors WHERE { ?landmark wdt:P1174 ?visitors ; wdt:P31 wd:Q33506 ; wdt:P17 wd:Q183 . } ORDER BY ASC(?visitors) LIMIT 3", "paraphrases": ["Show me the German museums with the fewest visitors per year, ordered from least to most.", "Which museums in Germany receive the least number of visitors annually, and how many do they get?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1174> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2319498> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . } ORDER BY ASC( ?var2 ) LIMIT 3"}}
{"id": "val_3478", "question": "What are the classes and superclasses of Fiji, and their English Wikipedia pages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?subclass ?subclassLabel ?wikipediaPage WHERE {\n  wd:Q712(wdt:P31 /(wdt:P279 *)) ?subclass .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?subclass ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["Which Wikipedia articles describe the categories that Fiji belongs to, including its broader classifications?", "Show me all the taxonomic categories (and their English labels) that Fiji is part of, along with links to their English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q712> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3479", "question": "List all causes of death in English, sorted alphabetically.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  ?var1 ( wdt:P31 / wdt:P279 * ) wd:Q1931388 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nORDER BY ASC ( ?var1Label )", "paraphrases": ["What are all the known causes of death, including subclasses and specific instances, with their English labels?", "Please provide a complete alphabetical list of all causes of death as recorded in Wikidata, using their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1931388> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3480", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0100049?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 \"tt0100049\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } ?movie wdt:P345 ?imdbId . }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by IMDb ID tt0100049.", "Which Wikipedia pages in English and German are linked to the movie with IMDb identifier tt0100049?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0100049\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3481", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0292429?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt0292429\" .\n  BIND( \"tt0292429\" AS ?imdbId ) {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Find the Wikipedia article in English or German about the film identified by IMDb ID tt0292429.", "Which Wikipedia pages (in English or German) are about the movie with the IMDb identifier tt0292429?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0292429\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3482", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1686039?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt1686039\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1686039 on IMDb.", "Which Wikipedia pages in English and German discuss the movie with the IMDb identifier tt1686039?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1686039\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3483", "question": "What are the English and German Wikipedia pages about the film with IMDb ID tt0012494?", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0012494\" . ?wikipedia_page schema:about ?film . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German that describe the movie Destiny (1921).", "Which language versions of Wikipedia have pages about the film identified by IMDb ID tt0012494?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0012494\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3484", "question": "English or German Wikipedia page for the movie with IMDb ID tt0084210", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  VALUES ?imdbId {\n    \"tt0084210\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English or German Wikipedia pages for the film identified by IMDb ID tt0084210?", "Show me the Wikipedia pages in English or German for the movie with IMDb ID tt0084210."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0084210\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3485", "question": "English or German Wikipedia page for the movie with IMDb ID tt0077888", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0077888\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie identified by IMDb ID tt0077888?", "Show me the English or German Wikipedia links for the movie with IMDb ID tt0077888."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0077888\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3486", "question": "What are the names of museums in Prato, Italy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?museum ?name ?museofileId WHERE {\n  ?museum wdt:P31 wd:Q33506 .\n  ?museum wdt:P131 wd:Q13377 .\n  ?museum rdfs:label ?name .\n  FILTER(LANG(?name) = \"en\")\n  OPTIONAL {\n    ?museum wdt:P539 ?museofileId .\n  }\n}", "paraphrases": ["Can you list the English-named museums located in Prato and their Museofile IDs if available?", "Show me all museums in Prato, Italy, along with their official English names and any French Ministry of Culture identifiers they might have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q13377> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P539> ?var3 . } }"}}
{"id": "val_3487", "question": "List humans who died by suicide, homicide, or accident, including their names, birth and death dates, countries, and cause of death.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?personLabel ?deathMannerLabel ?dateOfBirth ?dateOfDeath ?countryLabel ?deathManner WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P1196 ?deathManner .\n  ?person wdt:P569 ?dateOfBirth .\n  ?person wdt:P570 ?dateOfDeath .\n  ?person wdt:P27 ?country .\n  VALUES ?deathManner {\n    wd:Q10737 wd:Q149086 wd:Q171558\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?deathManner rdfs:label ?deathMannerLabel .\n    FILTER(LANG(?deathMannerLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n}\nLIMIT 1000", "paraphrases": ["Who are the people who died from suicide, homicide, or accident, and what are their birth dates, death dates, and nationalities?", "Show me the names, birth and death dates, and countries of citizenship for people whose manner of death was suicide, homicide, or accident."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var7 <http://www.wikidata.org/prop/direct/P1196> ?var8 . ?var7 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var7 <http://www.wikidata.org/prop/direct/P570> ?var4 . ?var7 <http://www.wikidata.org/prop/direct/P27> ?var9 . ?var7 <http://www.wikidata.org/prop/direct/P1196> ?var6 . OPTIONAL { ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } FILTER ( ( ( STR ( ?var2 ) = \"suicide\" ) || ( STR ( ?var2 ) = \"homicide\" ) || ( STR ( ?var2 ) = \"string1\" ) || ( STR ( ?var2 ) = \"accident\" ) ) ) . } LIMIT 1000"}}
{"id": "val_3488", "question": "Museums in Manfredonia, Italy", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?museum ?museumLabel WHERE {\n  ?museum wdt:P131 wd:Q19286 ; wdt:P31 / wdt:P279 * wd:Q33506 .\n  ?museum rdfs:label ?museumLabel .\n  FILTER(LANG(?museumLabel) = \"en\")\n}", "paraphrases": ["What museums are located in Manfredonia?", "List the museums in Manfredonia, Italy, along with their names."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P460> <http://it.dbpedia.org/resource/Museo_nazionale_di_Manfredonia> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . }"}}
{"id": "val_3489", "question": "People born in 1710 with their English names and images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( YEAR( ?birthDate ) = 1710 ) OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who were the people born in 1710, and do they have images on Wikimedia Commons?", "List the English names of people born in 1710, and include their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> \"+1710-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_3490", "question": "Top 100 causes of death among humans by frequency", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?causeOfDeath ?causeOfDeathLabel ?count WHERE {\n  {\n    SELECT ?causeOfDeath ( COUNT( ?human ) AS ?count ) WHERE {\n      ?human wdt:P31 wd:Q5 .\n      ?human wdt:P509 ?causeOfDeath .\n    }\n    GROUP BY ?causeOfDeath\n    ORDER BY DESC ( ?count )\n    LIMIT 100\n  }\n  ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n  FILTER ( LANG( ?causeOfDeathLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["What are the most common causes of death for humans, and how many people died from each?", "List the 100 most frequent causes of death in humans, along with their English names and death counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P509> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_3491", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0064921?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0064921\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["Find the Wikipedia article about the film \"Salesman\" (1969) in English or German.", "Which Wikipedia pages in English or German are about the movie identified by tt0064921?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0064921\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3492", "question": "Image of Johann Sebastian Bach from SNAC ARK ID w63x84mt", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w63x84mt\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w63x84mt?", "Show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w63x84mt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63x84mt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3493", "question": "What is the date of birth of Emilio Nappa?", "sparql": "SELECT ?personLabel ?birthDate WHERE { BIND( wd:Q115573039 AS ?person ) . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P569 ?birthDate . } }", "paraphrases": ["Can you tell me the birth date and full name of the Italian Catholic archbishop Emilio Nappa?", "Who is Emilio Nappa, and when was he born?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q17538264> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3494", "question": "Native names of given names in their original languages.", "sparql": "SELECT ?givenName ?nativeLabel WHERE { ?givenName wdt:P1705 ?nativeLabel . ?givenName wdt:P31 / wdt:P279* wd:Q202444 . }", "paraphrases": ["What are the native-language forms of first names in Wikidata?", "Show me the original language spellings of first names from around the world."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q202444> . }"}}
{"id": "val_3495", "question": "Given names starting with \"Heinrich\" in all languages.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q202444 ; rdfs:label ?label .\n  FILTER ( REGEX( ?label , \"^Heinrich\" ) )\n}", "paraphrases": ["What are all the given names that begin with \"Heinrich\" across different languages?", "List all entities representing the given name \"Heinrich\" and its variants in any language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202444> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( REGEX ( ?var1Label , \"^Heinrich$\" ) ) ) . }"}}
{"id": "val_3496", "question": "What are the Wikipedia pages in English or German about the movie with IMDb ID tt0954542?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?wikipediaPage ?language WHERE {\n  wd:Q1807368 wdt:P345 \"tt0954542\" .\n  ?wikipediaPage schema:about wd:Q1807368 .\n  ?wikipediaPage schema:inLanguage ?language .\n  FILTER(?language = \"en\" || ?language = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles in German or English that are about the film \"Lauf um Dein Leben - Vom Junkie zum Ironman\".", "Which language versions of Wikipedia have pages about the documentary with IMDb identifier tt0954542?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0954542\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3497", "question": "People with the surname Kaminski or its variants (Kami\u0144ski, Kaminsky, \u041a\u0430\u043c\u0456\u043d\u0441\u043a\u0456).", "sparql": "SELECT DISTINCT ?person ?familyName WHERE { ?person wdt:P31 wd:Q5 ; wdt:P734 ?familyName . VALUES ?familyName { wd:Q27680761 wd:Q21493620 wd:Q109324061 wd:Q109324078 } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } } ORDER BY ?person", "paraphrases": ["Who are the humans with the family name Kaminski, Kami\u0144ski, Kaminsky, or \u041a\u0430\u043c\u0456\u043d\u0441\u043a\u0456?", "List all people who have Kaminski, Kami\u0144ski, Kaminsky, or \u041a\u0430\u043c\u0456\u043d\u0441\u043a\u0456 as their family name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Kaminski\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3498", "question": "Is synarthroidal joint a type of anatomical entity?", "sparql": "ASK WHERE { wd:Q2865763 wdt:P31/wdt:P279* wd:Q112826905 . }", "paraphrases": ["Does the synarthroidal joint belong to the category of anatomical entities?", "Confirm that synarthroidal joint is classified as an anatomical entity."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2865763> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3499", "question": "Is the hip bone a type of bone?", "sparql": "ASK WHERE { wd:Q3356933 wdt:P279* wd:Q265868 . }", "paraphrases": ["Does the hip bone belong to the class of bones?", "Confirm whether the hip bone is classified as a bone in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3356933> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3500", "question": "Wikipedia pages in English and German about the film with IMDb ID tt0439141", "sparql": "SELECT ?wikipediaPage WHERE { ?item wdt:P345 \"tt0439141\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"Docks of Hamburg\" (IMDb: tt0439141)?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0439141."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0439141\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3501", "question": "People born in 1911", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1911-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1911-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born in the year 1911?", "List all individuals with a recorded birth date in 1911."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"411-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"411-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3502", "question": "Image of Gaius Julius Caesar with SNAC ARK ID w6455nw6", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6455nw6\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image of Gaius Julius Caesar as identified by the SNAC ARK ID w6455nw6?", "Please provide the Wikimedia Commons image associated with the SNAC ARK ID w6455nw6 for Gaius Julius Caesar."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6455nw6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3503", "question": "What are the birth years of people in Wikidata, ordered chronologically?", "sparql": "SELECT ?person (SUBSTR(STR(?birthDate), 1, 5) AS ?birthYear) WHERE { ?person wdt:P569 ?birthDate . } ORDER BY ?birthYear LIMIT 100", "paraphrases": ["Can you list people along with the year they were born, sorted from earliest to latest?", "Show me the earliest birth years recorded for people in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var3 . ?var3 <http://wikiba.se/ontology#timePrecision> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_3504", "question": "People with the surname Trump and their birth dates (day and month).", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthday WHERE {\n  ?person wdt:P734 wd:Q16944413 .\n  OPTIONAL {\n    ?person wdt:P3150 ?birthday .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the people with the last name Trump, and what are their birth days and months?", "List all individuals with the family name Trump, along with their known birth dates (day and month)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P734> <http://www.wikidata.org/entity/Q727407> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3150> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . } } LIMIT 100"}}
{"id": "val_3505", "question": "What is the English label, image, coordinates, and English Wikipedia article for Paris?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coord ?wikipedia WHERE {\n  VALUES(?lang ?priority) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)(\"es\" 5)\n  }\n  wd:Q90 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q90 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q90 wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    ?wikipedia schema:about wd:Q90 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?priority\nLIMIT 1", "paraphrases": ["Can you show me the label, image, coordinates, and English Wikipedia link for the city of Paris, prioritizing English if available?", "Please provide the preferred label (in English, then German, French, etc.), image, geographic coordinates, and English Wikipedia page for Paris."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q22583595> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q22583595> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q22583595> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q22583595> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q22583595> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3506", "question": "People born in the 1900s with their birth dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?birthDate WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER(STRSTARTS(STR(?birthDate) , \"19\"))\n}\nLIMIT 1000", "paraphrases": ["Who were born between 1900 and 1999, and what are their birth dates?", "List 1000 individuals born in the 20th century along with their exact birth dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value-normalized/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ] . FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . FILTER ( ( ( ?var3 >= \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ?var1 NOT IN ( <http://www.wikidata.org/entity/Q4115189> , <http://www.wikidata.org/entity/Q13406268> , <http://www.wikidata.org/entity/Q15397819> ) ) ) . } LIMIT 1000"}}
{"id": "val_3507", "question": "People born in Carlisle in January, with their birth year and day.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate(YEAR(?birthDate) AS ?birthYear)(DAY(?birthDate) AS ?birthDay) ?birthPlaceLabel WHERE {\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P19 wd:Q192896 .\n  ?person rdfs:label ?personLabel .\n  wd:Q192896 rdfs:label ?birthPlaceLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?birthPlaceLabel) = \"en\")\n  FILTER(MONTH(?birthDate) = MONTH(NOW ()))\n}\nLIMIT 10", "paraphrases": ["Who were born in Carlisle in the current month, and what are their birth dates and years?", "List people born in Carlisle during January, including their names, birth years, and birth days."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ( YEAR ( ?var2 ) AS ?var3 )( DAY ( ?var2 ) AS ?var4 ) ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q192896> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( MONTH ( ?var2 ) = MONTH ( NOW ( ) ) ) ) ) . } LIMIT 10"}}
{"id": "val_3508", "question": "People who died in 1323", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1323-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1323-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who died in the year 1323?", "List all individuals recorded in Wikidata as having died between January 1 and December 31, 1323."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1323-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1323-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3509", "question": "Is Fredrik Persson a human?", "sparql": "ASK WHERE { wd:Q5499514 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does Fredrik Persson belong to the category of humans?", "Is Fredrik Persson classified as a human in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5499514> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3510", "question": "Living people born on April 5 after 1899", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person (p:P569/psv:P569) ?birthValue . ?birthValue wikibase:timeValue ?birthDate . ?birthValue wikibase:timePrecision \"11\"^^xsd:integer . FILTER (YEAR(?birthDate) > 1899) FILTER (DAY(?birthDate) = 5) FILTER (MONTH(?birthDate) = 4) OPTIONAL { ?person wdt:P570 ?deathDate } FILTER (!BOUND(?deathDate)) } ORDER BY DESC(?birthDate) ASC(?person)", "paraphrases": ["Who are the living people born on April 5th who were born after 1899?", "List all living humans born on April 5 since 1900, ordered by birth year descending."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var2 <http://wikiba.se/ontology#timeValue> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) > \"1899\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( DAY ( ?var3 ) = DAY ( NOW ( ) ) ) ) ) . FILTER ( ( ( MONTH ( ?var3 ) = \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_3511", "question": "People who died in the year 1054.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(?deathDate >= \"1054-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1054-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who died in 1054 according to Wikidata?", "List all historical figures recorded in Wikidata as having died in the year 1054."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1054-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1054-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3512", "question": "People who died in early 1914 with their age and place of death", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?dateOfDeath ?placeOfDeath ?age ?image WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P570 ?dateOfDeath .\n  FILTER ( ?dateOfDeath >= \"1914-01-02\" ^^ xsd:date && ?dateOfDeath < \"1914-07-01\" ^^ xsd:date ) .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?person wdt:P20 ?placeOfDeath .\n  }\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  BIND( IF( BOUND( ?dateOfBirth ) , ( xsd:decimal ( ?dateOfDeath ) - xsd:decimal ( ?dateOfBirth ) ) / 365.2425 , 0 ) AS ?age )\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who were the people that died between January 2 and July 1, 1914, and how old were they when they died?", "List all humans who died in the first half of 1914, including their age at death, place of death, and image if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . } ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( ( ( ?var3 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var5 ). FILTER ( ( ( ?var3 >= \"1914-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 < \"1914-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3513", "question": "What are the properties of the Komitas Museum, along with their English labels, the number of values each has, and the English labels of those values?", "sparql": "SELECT ?directClaim ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q20516936 ?directClaim ?value .\n  ?property wikibase:directClaim ?directClaim .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n}\nGROUP BY ?directClaim ?propertyLabel", "paraphrases": ["For the Komitas Museum, list each property used, its English name, how many values it has, and what those values are labeled as in English.", "Show me the English-labeled properties of the Komitas Museum, how many times each is used, and the English names of the values associated with them."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q20516936> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_3514", "question": "What is the German Wikipedia page for the film with IMDb ID tt5298526?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt5298526\" . ?wikipedia_page schema:about ?item . ?wikipedia_page schema:inLanguage \"de\" . }", "paraphrases": ["Show me the Wikipedia page in German that describes the movie identified by tt5298526 on IMDb.", "Which German Wikipedia article is about the item with IMDb identifier tt5298526?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5298526\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3515", "question": "People who died in January 2000", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"2000-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"2000-01-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who died in January 2000?", "List all individuals whose date of death was between January 1 and January 31, 2000."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"2000-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2000-01-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3516", "question": "Gernot Rohr's image and Wikipedia articles in German, English, French, and Italian.", "sparql": "SELECT ?label ?image ?wikipediaArticle WHERE { VALUES (?lang ?label) { (\"de\" \"Gernot Rohr\"@de) (\"en\" \"Gernot Rohr\"@en) (\"fr\" \"Gernot Rohr\"@fr) (\"it\" \"Gernot Rohr\"@it) } wd:Q68132 wdt:P18 ?image . ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q68132 ; schema:inLanguage ?lang . FILTER(STRSTARTS(STR(?wikipediaArticle), \"https://\") && STRSTARTS(STR(?wikipediaArticle), CONCAT(\"https://\", ?lang, \".wikipedia.org/\"))). } ORDER BY ?lang", "paraphrases": ["What is the image of Gernot Rohr and his Wikipedia pages in German, English, French, and Italian?", "Please provide the official image of Gernot Rohr along with links to his Wikipedia articles in German, English, French, and Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q68132> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q68132> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q68132> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q68132> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3517", "question": "Who are the people born today?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ( YEAR( ?birthDate ) AS ?birthYear ) WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( DAY( ?birthDate ) = DAY( NOW () ) ) .\n  FILTER ( MONTH( ?birthDate ) = MONTH( NOW () ) ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Can you list people who were born on June 15, along with their birth years?", "Show me the names and birth years of all individuals in Wikidata whose birthday is today."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var4 <http://wikiba.se/ontology#timeValue> ?var2 . FILTER ( ( ( DAY ( ?var2 ) = DAY ( NOW ( ) ) ) ) ) . FILTER ( ( ( MONTH ( ?var2 ) = MONTH ( NOW ( ) ) ) ) ) . ?var1 <http://www.wikidata.org/prop/P569> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_3518", "question": "Image of the person with SNAC ARK ID w6h54g0h", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6h54g0h\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6h54g0h?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6h54g0h."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6h54g0h\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3519", "question": "What are 21 museums listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?museum ?museumLabel WHERE {\n  ?museum wdt:P31 wd:Q33506 .\n  ?museum rdfs:label ?museumLabel .\n  FILTER ( LANG( ?museumLabel ) = \"en\" )\n}\nLIMIT 21", "paraphrases": ["Can you list 21 institutions that are museums, along with their names?", "Show me the English names of 21 museums from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"undefined\". } }"}}
{"id": "val_3520", "question": "Living humans born after 1880 with multilingual labels", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . ?person rdfs:label ?personLabel . OPTIONAL { ?person wdt:P570 ?deathDate . } FILTER ( ?birthDate > \"1880-01-01T00:00:00Z\"^^xsd:dateTime ) FILTER ( !BOUND(?deathDate) ) } LIMIT 10", "paraphrases": ["Who are the living people born after 1880, and what are their names in different languages?", "List the names in all languages of people who are still alive and were born after 1880."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } FILTER ( ( ( ?var2 > \"1880-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 10"}}
{"id": "val_3521", "question": "What art museums in Wikidata do not have a country specified?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?museum ?label WHERE {\n  ?museum wdt:P31 wd:Q207694 .\n  OPTIONAL {\n    ?museum wdt:P17 ?country .\n  }\n  FILTER(NOT EXISTS {\n    ?museum wdt:P17 ?country\n  })\n  .\n  ?museum rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["List English-labeled art museums that are not associated with any country.", "Which art museums are missing country information in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q207694> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_3522", "question": "Japanese Wikipedia featured articles and their corresponding Wikidata items in English", "sparql": "SELECT ?item ?itemLabel ?page WHERE { ?page schema:isPartOf <https://ja.wikipedia.org/> ; schema:about ?item ; wikibase:badge wd:Q17437796 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the English labels of Wikidata items that are the subjects of featured articles on the Japanese Wikipedia?", "List the English-named Wikidata items linked to featured articles on the Japanese Wikipedia, along with the article URLs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/isPartOf> <https://ja.wikipedia.org/> . ?var2 <http://schema.org/name> ?var3 . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://wikiba.se/ontology#badge> <http://www.wikidata.org/entity/Q17437796> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_3523", "question": "Parliament buildings in Germany with their coordinates and official names.", "sparql": "SELECT ?coordinates ?building ?officialName WHERE { ?building wdt:P31 wd:Q7138926 . OPTIONAL { ?building wdt:P625 ?coordinates . } ?building wdt:P17 wd:Q183 . OPTIONAL { ?building wdt:P1448 ?officialName . } }", "paraphrases": ["What are the geographic coordinates and official names of all parliament buildings in Germany?", "List the parliament buildings in Germany, including their locations and official titles, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7138926> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var1 . } ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } }"}}
{"id": "val_3524", "question": "Cities in Mexico, including subclasses of city.", "sparql": "SELECT DISTINCT ?city ( \"MX\" AS ?countryCode ) WHERE { { ?city wdt:P279 wd:Q515 . } UNION { ?city wdt:P31 wd:Q515 . } ?city wdt:P17 wd:Q96 . }", "paraphrases": ["What are all the cities and types of cities in Mexico?", "List all entities in Mexico that are either instances of or subclasses of the category \"city\"."], "info": {"raw_sparql": "SELECT DISTINCT( ?var1 AS ?var2 )( \"MX\" AS ?var3 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q515> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q96> . }"}}
{"id": "val_3525", "question": "Image of Ibn al-Farid with SNAC ARK ID w69k56bb", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w69k56bb\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w69k56bb?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w69k56bb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69k56bb\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3526", "question": "Who were born on February 12, 1914, and what are their English names and images?", "sparql": "SELECT ?person ?label ?image WHERE { ?person wdt:P569 \"1914-02-12T00:00:00Z\"^^xsd:dateTime . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["List people born on February 12, 1914, along with their English labels and any associated Wikimedia Commons images.", "Can you show me the names and photos of people born on February 12, 1914?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> \"+1914-02-12T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_3527", "question": "What types of entities is Austria an instance of?", "sparql": "SELECT ?type WHERE { wd:Q40 wdt:P31 ?type .}", "paraphrases": ["What classes does Austria belong to in Wikidata?", "Show me all the categories or classifications that Austria is classified under in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q40> . }"}}
{"id": "val_3528", "question": "What are the museums in New York City, and in which borough are they located?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?museum ?museumLabel ?adminLabel WHERE {\n  ?museum ( wdt:P31 / wdt:P279 * ) wd:Q33506 .\n  ?museum wdt:P131 + ?admin .\n  ?admin wdt:P131 wd:Q60 .\n  ?museum rdfs:label ?museumLabel .\n  ?admin rdfs:label ?adminLabel .\n  FILTER ( LANG( ?museumLabel ) = \"en\" ) FILTER ( LANG( ?adminLabel ) = \"en\" )\n}\nLIMIT 500", "paraphrases": ["Can you list all museums and museum-like institutions in New York City along with the administrative division (like Brooklyn or Manhattan) they are in?", "Show me the names of museums in New York City and the boroughs they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P131> + ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q60> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 500"}}
{"id": "val_3529", "question": "People born today, with their birth years", "sparql": "SELECT ?label (YEAR(?birthDate) AS ?birthYear) WHERE { BIND(MONTH(NOW()) AS ?currentMonth) . BIND(DAY(NOW()) AS ?currentDay) . ?person wdt:P569 ?birthDate . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") . FILTER(MONTH(?birthDate) = ?currentMonth && DAY(?birthDate) = ?currentDay) . }", "paraphrases": ["Who are the people born on this day of the year, and in which years were they born?", "List the names and birth years of all people who were born on the same month and day as today."], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var4 ). BIND ( DAY ( NOW ( ) ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( MONTH ( ?var2 ) = ?var4 ) && ( DAY ( ?var2 ) = ?var5 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3530", "question": "What are all the classes and their superclasses that Offheim belongs to?", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q2015730 (wdt:P31 / wdt:P279*) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["What is the full hierarchy of classes, from direct instance to abstract categories, that Offheim is a member of?", "List all the English-labeled classes in the inheritance hierarchy of Offheim, starting from its direct type and including all its superclasses via subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q2015730> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3531", "question": "Who died in the year 1705?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1705-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1705-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["List of people who died in 1705", "Can you provide the names of all individuals whose date of death was in 1705?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1705-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1705-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3532", "question": "What is the image of Johann Christian Bach, identified by the SNAC ARK ID w6d21zdk?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6d21zdk\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image of Johann Christian Bach with SNAC ARK ID w6d21zdk.", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6d21zdk."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6d21zdk\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_3533", "question": "Who was born today, and in what year?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label(YEAR(?birthDate) AS ?birthYear) WHERE {\n  BIND(MONTH(NOW ()) AS ?currentMonth)\n  BIND(DAY(NOW ()) AS ?currentDay)\n  ?person wdt:P569 ?birthDate .\n  FILTER(MONTH(?birthDate) = ?currentMonth && DAY(?birthDate) = ?currentDay)\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["People born on this day and their birth years", "Show me a person who was born on the same month and day as today, along with their birth year."], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var4 ). BIND ( DAY ( NOW ( ) ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( MONTH ( ?var2 ) = ?var4 ) && ( DAY ( ?var2 ) = ?var5 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_3534", "question": "Labels for Konrad Zuse in English, German, French, and Italian, with his image and Wikipedia link.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?wikipediaPage ?sortOrder WHERE {\n  VALUES(?lang ?sortOrder) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  wd:Q60093 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q60093 wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?wikipediaPage rdf:type schema:Article ; schema:about wd:Q60093 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    wd:Q60093 wdt:P625 ?coordinates\n  }\n}\nORDER BY ASC(?sortOrder)", "paraphrases": ["What are the names of Konrad Zuse in English, German, French, and Italian, along with his image and Wikipedia page?", "Show me Konrad Zuse\u2019s name in English, German, French, and Italian, sorted by language preference, along with his image and the link to his English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q60093> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q60093> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q60093> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q60093> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3535", "question": "Who are the people with the given name Iselin?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P735 wd:Q3393713 . }", "paraphrases": ["Which humans have 'Iselin' as their first name?", "List all individuals whose given name is Iselin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"iselin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3536", "question": "Official languages of Austria", "sparql": "SELECT DISTINCT ?languageLabel WHERE { wd:Q40 wdt:P37 ?language . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["What are the official languages spoken in Austria?", "List the official languages of Austria in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q40> ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P37> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_3537", "question": "What are the labels and alternative names for Paris, France?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?entity ?label ?altLabel WHERE {\n  VALUES ?entity {\n    wd:Q90\n  }\n  .\n  ?entity rdfs:label ?label .\n  OPTIONAL {\n    ?entity skos:altLabel ?altLabel .\n  }\n}", "paraphrases": ["Can you show me the official label and alternative names for the city of Paris?", "Please list all the labels and alternative labels for the entity representing Paris, France."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\". { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( REGEX ( ?var3 , \"string1\" ) ) ) . } UNION { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( REGEX ( ?var4 , \"string1\" ) ) ) . } } LIMIT 10"}}
{"id": "val_3538", "question": "What are the alternative English names for Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?altLabel WHERE {\n  wd:Q183 skos:altLabel ?altLabel .\n  FILTER(LANGMATCHES(LANG(?altLabel) , \"en\"))\n}", "paraphrases": ["Can you list the English-language alternative labels for Germany on Wikidata?", "What are some other ways Germany is referred to in English?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <https://www.wikidata.org/wiki/Q76> <http://www.w3.org/2004/02/skos/core#altLabel> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . }"}}
{"id": "val_3539", "question": "People who died in 1691", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"1691-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1691-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who died in the year 1691?", "List all individuals whose date of death was within the year 1691."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1691-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1691-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3540", "question": "Is the scholarly article \"Common and distinct genetic properties of ESCRT-II components in Drosophila\" classified as a type of human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q33398534 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the article on ESCRT-II in Drosophila belong to a category that is a subclass of human beings?", "Is the academic paper on ESCRT-II components in Drosophila categorized under something that is a subclass of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q33398534> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3541", "question": "People who died on October 1, 1991", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1991-10-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1991-10-01T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who died on October 1, 1991?", "List all individuals whose date of death was exactly October 1, 1991."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1991-10-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1991-10-01T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3542", "question": "What classes is Javiera Mu\u00f1oz a part of in Wikidata's taxonomy?", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q4968374 (wdt:P31/wdt:P279*) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["Show me all the superclasses of Javiera Mu\u00f1oz starting from her type.", "List the complete hierarchy of categories that Javiera Mu\u00f1oz belongs to, from specific to general."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4968374> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3543", "question": "What is V\u00e4in\u00f6 Nieminen's type or category in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?type ?typeLabel WHERE {\n  wd:Q42901598 wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["Is V\u00e4in\u00f6 Nieminen classified as a human in Wikidata?", "Show the English label of the class that V\u00e4in\u00f6 Nieminen belongs to."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q42901598> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3544", "question": "What are the Hebrew names of humans in Wikidata, including both their given and family names?", "sparql": "SELECT ?human ?givenNameLabel ?familyNameLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P735 ?givenName . ?human wdt:P734 ?familyName . ?givenName rdfs:label ?givenNameLabel . ?familyName rdfs:label ?familyNameLabel . FILTER(LANG(?givenNameLabel) = \"he\") . FILTER(LANG(?familyNameLabel) = \"he\") . } LIMIT 4", "paraphrases": ["Show me humans whose given and family names are labeled in Hebrew.", "Which people have their first and last names available in Hebrew on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var2 ) = \"he\" ) ) ) . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"he\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"he\" ) ) ) . } LIMIT 4"}}
{"id": "val_3545", "question": "People who died in February 1983.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1983-02-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1983-02-28T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who died in February 1983?", "List all individuals whose date of death was between February 1 and February 28, 1983."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1983-02-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1983-02-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3546", "question": "What are the birth and death dates of Mikl\u00f3s S\u00e1rk\u00e1ny?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q1047826 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["Can you tell me the date of birth and date of death for the Hungarian water polo player Mikl\u00f3s S\u00e1rk\u00e1ny?", "Show me the English name, birth date, and death date of Mikl\u00f3s S\u00e1rk\u00e1ny."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1047826> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3547", "question": "What are the birth and death dates of Tam\u00e1s Bak\u00f3cz?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q648686 rdfs:label ?personLabel . OPTIONAL { wd:Q648686 wdt:P569 ?birthDate . } OPTIONAL { wd:Q648686 wdt:P570 ?deathDate . } FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["Can you tell me when Tam\u00e1s Bak\u00f3cz was born and when he died?", "Provide the full name, birth date, and death date of the Hungarian cardinal Tam\u00e1s Bak\u00f3cz."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q648686> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3548", "question": "Who are the humans named \"Maidi\" in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Maidi\" @en .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["List all people whose English label is \"Maidi\".", "Find individuals who are human and have the name \"Maidi\" in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"MAIDI\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3549", "question": "What are the birth and death dates of John Gatcombe?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q110877830 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the date of birth and date of death for the English painter John Gatcombe?", "Who is John Gatcombe, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2108828> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3550", "question": "Is the video game gbrainy considered a human or a subclass of humans?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q307397 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does gbrainy belong to any category that is a subclass of human beings?", "Is gbrainy classified as a human or any of its subtypes?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q307397> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3551", "question": "Which of these entities \u2014 Oranjestad, Courland, Paynesville, George, Abalak, El Kantara \u2014 are given names, and what type of given name are they?", "sparql": "SELECT \n  (REPLACE(STR(?item), \".*Q\", \"Q\") AS ?itemId) \n  (REPLACE(STR(?instance), \".*Q\", \"Q\") AS ?instanceId) \n  ?instanceLabel \nWHERE {\n  VALUES ?item {\n    wd:Q3050002 wd:Q185072 wd:Q7156854 wd:Q131243 wd:Q305203 wd:Q11037353 wd:Q15921732\n  }\n  ?item (wdt:P31/wdt:P279*) wd:Q202444 .\n  ?item wdt:P31 ?instance .\n  ?instance rdfs:label ?instanceLabel .\n  FILTER(LANG(?instanceLabel) = \"en\")\n}", "paraphrases": ["Among the places and names listed, which one is a male given name, and what is its Wikidata identifier and class?", "For each of the following: Oranjestad, Courland, Paynesville, George, Abalak, El Kantara, and Q11037353, which ones are instances of a given name, and what is the name of that category?"], "info": {"raw_sparql": "SELECT( REPLACE ( STR ( ?var1 ) , \".*Q\", \"Q\" ) AS ?var2 )( REPLACE ( STR ( ?var3 ) , \".*Q\", \"Q\" ) AS ?var4 ) ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q3050002> ) ( <http://www.wikidata.org/entity/Q185072> ) ( <http://www.wikidata.org/entity/Q7156854> ) ( <http://www.wikidata.org/entity/Q131243> ) ( <http://www.wikidata.org/entity/Q305203> ) ( <http://www.wikidata.org/entity/Q11037353> ) ( <http://www.wikidata.org/entity/Q15921732> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202444> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3552", "question": "Who is the human named Yousra in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?label WHERE {\n  VALUES ?person {\n    wd:Q2732233\n  }\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n}", "paraphrases": ["What is the Wikidata item for the person named Yousra, and what are their labels in different languages?", "Show me the entity for Yousra, confirmed to be a human, along with all their language labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Yousra\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3553", "question": "People born in 930 with their names and birth dates", "sparql": "SELECT ?label ?birthDate WHERE { ?person wdt:P569 ?birthDate . ?person rdfs:label ?label . FILTER ( YEAR(?birthDate) = 930 ) } ORDER BY ASC(?birthDate)", "paraphrases": ["Who were born in the year 930, and what are their names and exact birth dates?", "List all individuals born in 930 along with their labels and birth dates, sorted chronologically."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"930-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"930-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_3554", "question": "Is the renal segment a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK {\n  wd:Q47507681 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Is a renal segment classified as a human or a subclass of human?", "Does the renal segment belong to the category of humans?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47507681> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3555", "question": "Humans named John with Wikidata Q-number under 500,000", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P735 wd:Q4925477 ; wdt:P31 wd:Q5 .\n  BIND( ROUND( xsd:integer ( STRAFTER( STR( ?person ) , \"entity/Q\" ) ) / 1000000 ) AS ?qMillion ) FILTER ( ?qMillion = 0 )\n}", "paraphrases": ["Which people named John have Wikidata IDs below 500,000?", "List all humans named John whose Wikidata item numbers are less than half a million."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( ROUND ( ( <http://www.w3.org/2001/XMLSchema#integer> ( STRAFTER ( STR ( ?var1 ) , \"y/Q\" ) ) /\"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P735> <http://www.wikidata.org/entity/Q4925477> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . FILTER ( ( ( ?var2 = \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3556", "question": "Labels, images, coordinates, and Wikipedia links for Borgomasino in French, English, German, and Italian.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?wikipedia WHERE {\n  VALUES ( ?lang ?sort ) {\n    ( \"fr\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"it\" 4 )\n  }\n  wd:Q9065 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?lang ) OPTIONAL {\n    wd:Q9065 wdt:P18 ?image\n  }\n  OPTIONAL {\n    wd:Q9065 wdt:P625 ?coordinates\n  }\n  ?wikipedia schema:about wd:Q9065 ; schema:inLanguage ?lang ; schema:isPartOf ?wikiSite .\n  FILTER ( ?wikiSite IN ( <https://fr.wikipedia.org/> , <https://en.wikipedia.org/> , <https://de.wikipedia.org/> , <https://it.wikipedia.org/> ) )\n}\nORDER BY ?sort", "paraphrases": ["What are the labels, images, geographic coordinates, and Wikipedia articles for the Italian commune Borgomasino in French, English, German, and Italian?", "Show me the name, image, location, and Wikipedia page of Borgomasino in French, English, German, and Italian, sorted by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q9065> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q9065> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q9065> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q9065> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3557", "question": "What are the most common first names of people born in London, and how many people have each name?", "sparql": "SELECT ?givenName ?givenNameLabel (COUNT(*) AS ?count)\nWHERE {\n  ?person wdt:P19 wd:Q84 .\n  ?person wdt:P735 ?givenName .\n  OPTIONAL {\n    ?givenName rdfs:label ?givenNameLabel .\n    FILTER(LANG(?givenNameLabel) = \"en\")\n  }\n}\nGROUP BY ?givenName ?givenNameLabel\nORDER BY DESC(?count) ASC(?givenNameLabel)\nLIMIT 50", "paraphrases": ["Can you list the top 50 given names of individuals born in London, sorted by frequency and alphabetically, along with their English labels?", "Which first names are most frequently associated with people born in London, and how often do they appear in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/2709339> . ?var4 <http://www.wikidata.org/prop/direct/P735> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 50"}}
{"id": "val_3558", "question": "What are the English names and cadastre codes of Italian communes?", "sparql": "SELECT ?commune ?communeLabel ?cadastreCode WHERE { ?commune wdt:P31 wd:Q747074 . OPTIONAL { ?commune wdt:P806 ?cadastreCode . } ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\") } LIMIT 100", "paraphrases": ["List Italian municipalities along with their official cadastre identifiers and English labels.", "Show me the Italian communes, their English names, and their cadastre codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,it\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P806> ?var2 . } } LIMIT 100"}}
{"id": "val_3559", "question": "People with unisex given names and their native names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?givenName ?givenNameLabel ?nativeName WHERE {\n  ?person wdt:P735 ?givenName .\n  ?givenName wdt:P31 wd:Q3409032 .\n  OPTIONAL {\n    ?person wdt:P1559 ?nativeName .\n  }\n  ?person rdfs:label ?personLabel .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?givenNameLabel ) = \"en\" )\n}", "paraphrases": ["Who are some people with gender-neutral first names, and what are their native names?", "List individuals with unisex given names in English, along with their native names if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3409032> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3560", "question": "Who were born on June 19, 1923?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?itemLabel WHERE {\n  ?item wdt:P569 ?date .\n  FILTER ( MONTH( ?date ) = 6 && DAY( ?date ) = 19 && YEAR( ?date ) = 1923 ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you list the English labels of people born on June 19, 1923?", "What are the names of individuals whose birth date is exactly June 19, 1923, in English?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( MONTH ( ?var2 ) = \"June\" ) && ( DAY ( ?var2 ) = \"19\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( YEAR ( ?var2 ) = \"1923\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_3561", "question": "Who is Tahar Aziz, and is he a human?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Tahar Aziz\" @en .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata item for the person named Tahar Aziz?", "Find the human in Wikidata whose name is Tahar Aziz."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Tahar Azi\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3562", "question": "Male given names and their native language labels in Wikidata.", "sparql": "SELECT ?name ?nativeLabel WHERE { ?name wdt:P31 wd:Q12308941 . FILTER(STRSTARTS(STR(?name), \"http://www.wikidata.org/entity/Q\")) OPTIONAL { ?name wdt:P1705 ?nativeLabel . } }", "paraphrases": ["What are male given names and in what languages are they originally written?", "List male given names along with their native language spellings, excluding linguistic forms."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2440> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P264> ?var4Label . } }"}}
{"id": "val_3563", "question": "What are the 10 most common female given names based on how many people have them?", "sparql": "SELECT ?givenName (COUNT(?person) AS ?count) WHERE { ?person wdt:P31 wd:Q5 ; wdt:P735 ?givenName . ?givenName wdt:P31 wd:Q11879590 . } GROUP BY ?givenName ORDER BY DESC(?count) LIMIT 10", "paraphrases": ["Which female names are the most popular for women, according to Wikidata?", "Can you list the top 10 female first names used by the most people in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11879590> . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_3564", "question": "What are the direct and indirect subclasses and superclasses of humans, up to five levels deep, along with their immediate parent categories?", "sparql": "SELECT ?entity ?entityLabel ?directSuperclass WHERE { { wd:Q5 ^wdt:P279 ?entity . } UNION { wd:Q5 ^wdt:P279 ?entity1 . ?entity1 ^wdt:P279 ?entity . } UNION { wd:Q5 ^wdt:P279 ?entity1 . ?entity1 ^wdt:P279 ?entity2 . ?entity2 ^wdt:P279 ?entity . } UNION { wd:Q5 ^wdt:P279 ?entity1 . ?entity1 ^wdt:P279 ?entity2 . ?entity2 ^wdt:P279 ?entity3 . ?entity3 ^wdt:P279 ?entity . } UNION { wd:Q5 ^wdt:P279 ?entity1 . ?entity1 ^wdt:P279 ?entity2 . ?entity2 ^wdt:P279 ?entity3 . ?entity3 ^wdt:P279 ?entity4 . ?entity4 ^wdt:P279 ?entity . } UNION { wd:Q5 wdt:P279 ?entity . } UNION { wd:Q5 wdt:P279 ?entity1 . ?entity1 wdt:P279 ?entity . } UNION { wd:Q5 wdt:P279 ?entity1 . ?entity1 wdt:P279 ?entity2 . ?entity2 wdt:P279 ?entity . } UNION { wd:Q5 wdt:P279 ?entity1 . ?entity1 wdt:P279 ?entity2 . ?entity2 wdt:P279 ?entity3 . ?entity3 wdt:P279 ?entity . } UNION { wd:Q5 wdt:P279 ?entity1 . ?entity1 wdt:P279 ?entity2 . ?entity2 wdt:P279 ?entity3 . ?entity3 wdt:P279 ?entity4 . ?entity4 wdt:P279 ?entity . } ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") OPTIONAL { ?entity wdt:P279 ?directSuperclass . } }", "paraphrases": ["List all categories related to humans within five steps in the subclass hierarchy, including both broader and narrower categories, and their immediate parent classes.", "Show me the hierarchy around humans: what are the broader categories (like mammals) and narrower categories (like modern humans) within five levels, and what is each one\u2019s direct parent class?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3565", "question": "Italian label, image, coordinates, and Italian Wikipedia article for Italy", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?image ?coord ?itwiki WHERE {\n  wd:Q38 rdfs:label ?label\n  FILTER(LANG(?label) = \"it\")\n  .\n  OPTIONAL {\n    wd:Q38 wdt:P18 ?image\n  }\n  .\n  OPTIONAL {\n    wd:Q38 wdt:P625 ?coord\n  }\n  .\n  ?itwiki schema:about wd:Q38 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n}", "paraphrases": ["What is the Italian name, image, coordinates, and Italian Wikipedia link for Italy?", "Show me the Italian label, image, geographic coordinates, and Italian Wikipedia page for the country of Italy."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/statement/Q1000921-BF2EBAA3-743B-4E35-A3A2-23A72D9675D8> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/statement/Q1000921-BF2EBAA3-743B-4E35-A3A2-23A72D9675D8> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/statement/Q1000921-BF2EBAA3-743B-4E35-A3A2-23A72D9675D8> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/statement/Q1000921-BF2EBAA3-743B-4E35-A3A2-23A72D9675D8> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/statement/Q1000921-BF2EBAA3-743B-4E35-A3A2-23A72D9675D8> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3566", "question": "People born on September 2, 1839", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1839-09-02T00:00:00Z\"^^xsd:dateTime && ?birthDate < \"1839-09-03T00:00:00Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born on September 2, 1839?", "List all individuals whose date of birth is exactly September 2, 1839."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1839-09-02T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1839-09-02T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3567", "question": "English names, coordinates, and Freebase IDs of Italian regions", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label ?lat ?lon ?freebaseId WHERE {\n  ?region ( wdt:P31 / wdt:P279 * ) wd:Q16110 .\n  ?region p:P625 ?statement .\n  ?statement psv:P625 ?coord .\n  ?coord wikibase:geoLatitude ?lat .\n  ?coord wikibase:geoLongitude ?lon .\n  ?region wdt:P646 ?freebaseId .\n  OPTIONAL {\n    ?region rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?label )", "paraphrases": ["What are the latitude, longitude, and Freebase IDs of the administrative regions of Italy in English?", "List the English labels, geographic coordinates, and Freebase IDs for all regions in Italy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16110> . ?var5 <http://www.wikidata.org/prop/direct/P625> ?var6 . ?var5 <http://www.wikidata.org/prop/P625> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/value/P625> ?var8 . ?var8 <http://wikiba.se/ontology#geoLatitude> ?var2 . ?var8 <http://wikiba.se/ontology#geoLongitude> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P646> ?var4 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3568", "question": "English labels of humans in Wikidata", "sparql": "SELECT ?label WHERE { ?item wdt:P31 wd:Q5 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 10", "paraphrases": ["What are the English names of some humans in Wikidata?", "Show me 10 English labels of people who are classified as humans in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var2 ?var3 ?var4 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/prop/direct/P31> ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } } LIMIT 10"}}
{"id": "val_3569", "question": "Italian cadastre code H551 exists?", "sparql": "ASK WHERE {\n  ?municipality wdt:P806 \"H551\" .\n}", "paraphrases": ["Is there an Italian municipality with the cadastre code H551?", "Check if H551 is a valid Italian municipal cadastre code."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P806> \"H551\". }"}}
{"id": "val_3570", "question": "What are the names of all communes in Italy?", "sparql": "SELECT ?commune ?communeLabel WHERE { ?commune wdt:P31 wd:Q747074 . ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"it\" || LANG(?communeLabel) = \"en\") } LIMIT 5000", "paraphrases": ["List the Italian municipalities and their labels in English or Italian.", "Can you show me the list of municipalities in Italy with their local and English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } LIMIT 5000"}}
{"id": "val_3571", "question": "List 10 humans in the database with their English names.", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some examples of humans in Wikidata, and what are their names in English?", "Can you show me 10 human individuals along with their English labels?"], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { } OPTIONAL { } } LIMIT 10"}}
{"id": "val_3572", "question": "German-language labels of humans along with their given and family names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?label ?familyName ?givenName WHERE {\n  ?human rdfs:label ?label .\n  ?human wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?human wdt:P734 ?familyName .\n  }\n  OPTIONAL {\n    ?human wdt:P735 ?givenName .\n  }\n  FILTER(LANG(?label) = \"de\")\n}\nLIMIT 20", "paraphrases": ["Who are some humans with German-language names, and what are their first and last names according to Wikidata?", "List up to 20 humans with German labels, showing their full names and separating given names from family names where available."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 . } FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } LIMIT 20"}}
{"id": "val_3573", "question": "Communes in the Province of Padua, Italy, with their coordinates and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commune ?communeLabel ?coordinates ?image WHERE {\n  ?commune wdt:P31 wd:Q747074 ; wdt:P17 wd:Q38 ; wdt:P131 wd:Q16226 .\n  OPTIONAL {\n    ?commune wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?commune wdt:P18 ?image .\n  }\n  ?commune rdfs:label ?communeLabel .\n  FILTER ( LANG( ?communeLabel ) = \"en\" )\n}\nORDER BY ASC ( ?communeLabel )", "paraphrases": ["What are the English names, locations, and images of all communes in the Province of Padua, Italy?", "List all Italian communes located in the Province of Padua, including their English labels, geographic coordinates, and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q16226> . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3574", "question": "What are the Chinese towns in China, along with their Simplified and Traditional Chinese names, English names, and populations?", "sparql": "SELECT DISTINCT ?town ?label_zh_hans ?label_zh_hant ?label_en ?population WHERE { ?town wdt:P31 wd:Q735428 . ?town wdt:P17 wd:Q148 . ?town rdfs:label ?label_zh_hans . FILTER (LANG(?label_zh_hans) = \"zh-hans\") . ?town rdfs:label ?label_zh_hant . FILTER (LANG(?label_zh_hant) = \"zh-hant\") . OPTIONAL { ?town rdfs:label ?label_en . FILTER (LANG(?label_en) = \"en\") } . OPTIONAL { ?town wdt:P1082 ?population . } }", "paraphrases": ["Can you list towns in China with their names in Simplified Chinese, Traditional Chinese, and optionally in English, including their population if available?", "Show me towns in the People's Republic of China with their Chinese (Simplified and Traditional) labels, English labels if they exist, and population data."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q735428> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q148> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . OPTIONAL { FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . } FILTER ( ( ( LANG ( ?var2 ) = \"zh-hans\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh-hant\" ) ) ) . }"}}
{"id": "val_3575", "question": "Humans born between January 2 and July 1, 1969, with their names, birth dates, places of birth, and genders.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ?birthDate ?birthPlace ?gender WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"1969-01-02\" ^^ xsd:date && ?birthDate < \"1969-07-01\" ^^ xsd:date)\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  ?person rdfs:label ?personLabel .\n}\nORDER BY ASC(?person)", "paraphrases": ["Who were the people born between January 2 and July 1, 1969, and what are their birth places and genders?", "List all humans born in the first half of 1969, including their English names, birth dates, and where they were born, if known."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var7 >= \"1969-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var7 < \"1969-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3576", "question": "What are the Russian-labeled properties related to family name (P734) in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P734 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER(LANG(?label) = \"ru\")\n  FILTER(LANG(?description) = \"ru\")\n}", "paraphrases": ["Which properties in Wikidata, related to family name, have Russian labels and descriptions?", "Show me the Russian names and descriptions of properties that are considered related to the family name property (P734) on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P734> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . }"}}
{"id": "val_3577", "question": "Who are the people with the last name Cherqaoui?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?label WHERE {\n  VALUES ?person {\n    wd:Q89686947 wd:Q87383467 wd:Q73689788\n  }\n  .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n}", "paraphrases": ["Can you list all humans named Cherqaoui in Wikidata?", "Show me the Wikidata entries for people named Cherqaoui."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"cherqaoui\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3578", "question": "Who are the French people with the surname Brethous?", "sparql": "SELECT DISTINCT ?item ?label WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = 'fr') . FILTER(CONTAINS(LCASE(?label), 'brethous')) . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Which humans in Wikidata have 'Brethous' in their French name?", "List all individuals with the surname Brethous who are labeled in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Brethous\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3579", "question": "People born in February 1940", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1940-02-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1940-02-29T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born in February 1940?", "List all individuals whose date of birth falls within February 1940."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1940-02-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1940-02-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3580", "question": "List 10 humans in Wikidata with their English labels.", "sparql": "SELECT ?human ?label WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 10", "paraphrases": ["Who are 10 people in Wikidata, and what are their English names?", "Show me 10 human entities from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> . } LIMIT 10"}}
{"id": "val_3581", "question": "French-labeled humans with last name Sauvage", "sparql": "SELECT DISTINCT ?human WHERE { ?human rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(CONTAINS(LCASE(?label), \"sauvage\")) ?human wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the French people with the surname Sauvage?", "List all humans in Wikidata whose French label contains \"Sauvage\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"SAUVAGE\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3582", "question": "Italian family names starting with \"De\"", "sparql": "SELECT ?surname ?label (LANG(?label) AS ?language) WHERE { ?surname wdt:P31 wd:Q101352 . ?surname rdfs:label ?label . FILTER (LANG(?label) = \"it\") FILTER (STRSTARTS(?label, \"De\")) }", "paraphrases": ["What are the Italian-language surnames that begin with \"De\"?", "List all family names in Italian that start with the prefix \"De\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( LANG ( ?var2Label ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . FILTER ( ( STRSTARTS ( ?var2Label , \"De\" ) ) ) . }"}}
{"id": "val_3583", "question": "Humans born in 1997 with their birth places and countries of citizenship.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?birthDate ?birthPlace ?country WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n  }\n  OPTIONAL {\n    ?person wdt:P27 ?country .\n  }\n  FILTER ( ?birthDate >= \"1997-01-01\" ^^ xsd:date && ?birthDate < \"1998-01-01\" ^^ xsd:date )\n}\nORDER BY ?person\nLIMIT 10", "paraphrases": ["Who were born in 1997, and where and in which country were they born?", "List all people born in 1997 along with their birth locations and citizenship countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var9 . } BIND ( ( ( ?var5 - ?var2 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var10 ). FILTER ( ( ( ?var2 >= \"1997-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 < \"1997-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3584", "question": "People born on January 1, 1938, with their birth places and countries of citizenship.", "sparql": "SELECT ?person ?personLabel ?birthDate ?birthPlace ?birthPlaceLabel ?country ?countryLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . FILTER(?birthDate >= \"1938-01-01\"^^xsd:date && ?birthDate < \"1938-01-02\"^^xsd:date) ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") } OPTIONAL { ?person wdt:P27 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } } ORDER BY ?personLabel LIMIT 20", "paraphrases": ["Who were the people born on January 1, 1938, and where were they born and which countries did they belong to?", "List all humans born on January 1, 1938, including their English names, birth locations, and nationalities if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var9 . } BIND ( ( ( ?var5 - ?var2 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var10 ). FILTER ( ( ( ?var2 >= \"1938-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 < \"1938-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3585", "question": "What are all the broader categories that human pregnancy belongs to, including indirect ones?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  wd:Q11995 wdt:P279 * ?subclass\n}", "paraphrases": ["What classes is human pregnancy a subclass of, directly or indirectly?", "Show me the full hierarchy of classes that include human pregnancy as a member."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q11995> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_3586", "question": "People born in 2005 or later with their birth month, day, and year.", "sparql": "SELECT ?person ?personLabel (MONTH(?birthDate) AS ?month) (DAY(?birthDate) AS ?day) (YEAR(?birthDate) AS ?year) WHERE { ?person wdt:P569 ?birthDate . FILTER (YEAR(?birthDate) >= 2005) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some people born on or after January 1, 2005, and what are their exact birth dates?", "List up to 10 people born since 2005, including their names and the month, day, and year they were born."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( MONTH ( ?var2 ) AS ?var3 )( DAY ( ?var2 ) AS ?var4 )( YEAR ( ?var2 ) AS ?var5 ) ?var6 ?var7 ?var8 ?var9 WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var10 ). BIND ( DAY ( NOW ( ) ) AS ?var11 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) >= \"2005\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_3587", "question": "People born on January 28, 1985", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( ?birthDate >= \"1985-01-28T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1985-01-28T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who were born on January 28, 1985?", "List all individuals whose date of birth is exactly January 28, 1985."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1985-01-28T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1985-01-28T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3588", "question": "Who were born in December 1977?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"1977-12-01T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1977-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["List of people born in December 1977", "Can you provide the names of all individuals born between December 1 and December 31, 1977?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1977-12-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1977-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3589", "question": "List 10 humans in Wikidata with English labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Who are some examples of humans in Wikidata that have English-language labels?", "Show me up to 10 people who are classified as humans in Wikidata, along with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3590", "question": "List 1 million humans in Wikidata with their English names.", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 1000000", "paraphrases": ["What are the English labels of the first million human beings recorded in Wikidata?", "Show me up to one million human entities from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000000"}}
{"id": "val_3591", "question": "What are the birth and death dates of Man\u00f3 Andr\u00e1ssy?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q768860 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me when Man\u00f3 Andr\u00e1ssy was born and when he died?", "Who is Man\u00f3 Andr\u00e1ssy, and what are his birth and death years?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q768860> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3592", "question": "List 100 humans with their English labels from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel\n  FILTER(LANG(?humanLabel) = 'en')\n}\nLIMIT 100", "paraphrases": ["Who are some notable humans in Wikidata, and what are their English names?", "Show me up to 100 human entities from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } }"}}
{"id": "val_3593", "question": "People born in May 1992", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1992-05-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1992-05-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born in May 1992?", "List all individuals whose date of birth falls within May 1992."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1992-05-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1992-05-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3594", "question": "People born on October 27, 1957", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"1957-10-27T00:00:00Z\" ^^ xsd:dateTime && ?birthDate < \"1957-10-28T00:00:00Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who were born on October 27, 1957?", "List all individuals whose date of birth is October 27, 1957."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1957-10-27T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1957-10-27T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_3595", "question": "List 100 English labels of humans from Wikidata.", "sparql": "SELECT ?itemLabel WHERE { ?item wdt:P31 wd:Q5 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are 100 English names of people in Wikidata?", "Show me up to 100 English-language labels for human entities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_3596", "question": "Which people have a family name that is shared by multiple individuals and is associated with a Wikipedia disambiguation page?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?familyName ?disambigPage ?person ?personLabel WHERE {\n  ?person wdt:P734 ?familyName ; wdt:P1477 ?disambigPage .\n  ?person2 wdt:P734 ?familyName .\n  FILTER ( ?person != ?person2 ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( lang( ?personLabel ) = \"en\" )\n}\nGROUP BY ?familyName ?disambigPage ?person ?personLabel\nLIMIT 50", "paraphrases": ["Show me people whose surnames are ambiguous (used by more than one person) and who have a corresponding Wikipedia disambiguation page, along with their English names.", "Find individuals with common last names that have Wikipedia disambiguation pages \u2014 list their names and the disambiguation pages linked to them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> ; <http://www.wikidata.org/prop/direct/P31> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var2Label ?var3 HAVING ( ( COUNT ( ?var4 ) = \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_3597", "question": "Family names that are also Wikimedia disambiguation pages in English", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q4167410 . ?item wdt:P31 wd:Q101352 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }", "paraphrases": ["Which family names in English are also used as disambiguation pages on Wikimedia?", "List the English labels of family names that are marked as disambiguation pages in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,nn,da,sv,en\". } }"}}
{"id": "val_3598", "question": "Ukrainian-spelled given names and family names that are identical but not linked in Wikidata, with their native language forms.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?givenName ?familyName ?label ?givenNameNative ?familyNameNative WHERE {\n  {\n    ?item wdt:P31 wd:Q202444 ; rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"uk\" )\n  } UNION {\n    ?item wdt:P31 wd:Q101352 ; rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"uk\" )\n  }\n  FILTER EXISTS {\n    ?givenName wdt:P31 wd:Q202444 ; rdfs:label ?label .\n  }\n  FILTER EXISTS {\n    ?familyName wdt:P31 wd:Q101352 ; rdfs:label ?label .\n  }\n  ?givenName wdt:P31 wd:Q202444 ; rdfs:label ?label .\n  ?familyName wdt:P31 wd:Q101352 ; rdfs:label ?label .\n  OPTIONAL {\n    ?givenName wdt:P1705 ?givenNameNative .\n  }\n  OPTIONAL {\n    ?familyName wdt:P1705 ?familyNameNative .\n  }\n  FILTER ( NOT EXISTS {\n    ?givenName wdt:P1533 ?familyName .\n  }\n  )\n}\nGROUP BY ?givenName ?familyName ?label ?givenNameNative ?familyNameNative\nLIMIT 5000", "paraphrases": ["Which given names and family names have the same Ukrainian spelling but are not officially recorded as identical in Wikidata, and what are their original language forms?", "Show me pairs of Ukrainian-labeled given names and family names that match in spelling but are not connected by the 'family name identical to this given name' property, along with their native labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> ; <http://www.wikidata.org/prop/direct/P31> ?var5 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202444> ; <http://www.wikidata.org/prop/direct/P31> ?var7 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"uk\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1705> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1533> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var2 ?var1Label ?var2Label ?var3 ?var4 HAVING ( ( COUNT ( ?var5 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( COUNT ( ?var7 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) LIMIT 5000"}}
{"id": "val_3599", "question": "List of family names (surnames) in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lexeme ?lemma WHERE {\n  ?lexeme a wikibase:Lexeme ; wdt:P31 wd:Q101352 ; wikibase:lemma ?lemma .\n}\nLIMIT 100", "paraphrases": ["What are some examples of family names (surnames) stored in Wikidata?", "Can you show me 100 family names (surnames) from Wikidata along with the languages they are associated with?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . } LIMIT 100"}}
{"id": "val_3600", "question": "Family names starting with \"De\" in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q101352 .\n  ?item rdfs:label ?label .\n  FILTER(STRSTARTS(STR(?label) , \"De\"))\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are some family names in English that begin with \"De\"?", "List English-language family names that start with the prefix \"De\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( LANG ( ?var2Label ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . FILTER ( ( STRSTARTS ( ?var2Label , \"De\" ) ) ) . }"}}
{"id": "val_3601", "question": "People with maternal family name but no paternal family name, their given name, and the official label of their maternal family name.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?givenNameLabel ?maternalFamilyNameLabel ?officialFamilyNameLabel WHERE {\n  ?person wdt:P1950 ?maternalFamilyName ; wdt:P735 ?givenName ;\n  FILTER(NOT EXISTS {\n    ?person wdt:P734 []\n  })\n  .\n  ?maternalFamilyName rdfs:label ?maternalFamilyNameLabel ; wdt:P31 wd:Q101352 ; wdt:P1705 ?officialFamilyNameLabel .\n  ?person rdfs:label ?personLabel .\n  ?givenName rdfs:label ?givenNameLabel .\n}\nLIMIT 50", "paraphrases": ["Who are people that have a maternal family name (but no paternal family name), what is their given name, and what is the official label of their maternal family name?", "List individuals who have a maternal family name in Spanish naming conventions, no paternal family name, and provide their given name along with the official label of their maternal family name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 WHERE { { SELECT ?var1 ?var1Label ?var2Label ?var3Label ( REPLACE ( REPLACE ( STR ( ?var1Label ) , STR ( ?var3Label ) , \"\" ) , STR ( ?var2Label ) , \"\" ) AS ?var4 ) ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1950> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P734> [] . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000 } ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> ; <http://www.wikidata.org/prop/direct/P1705> ?var7 . FILTER ( ( ( REPLACE ( ?var4 , \" \", \"\" ) = STR ( ?var7 ) ) ) ) . }"}}
{"id": "val_3602", "question": "Is Decathlon classified as a human or any subclass of human in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q509349 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Does the sporting goods company Decathlon belong to the class hierarchy that includes humans?", "Confirm whether Decathlon is a human based on its type and subclass relationships in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q509349> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3603", "question": "Family names added after Reyde in Wikidata", "sparql": "SELECT ?surname ?surnameLabel WHERE { ?surname wdt:P31 wd:Q101352 . ?surname wdt:P1705 ?surnameLabel . FILTER ( STR(?surname) > STR(wd:Q33000000) ) } LIMIT 100", "paraphrases": ["What are the surnames in Wikidata with QIDs higher than Reyde (Q33000000)?", "List the 100 most recently created family names in Wikidata, starting from after Reyde."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . FILTER ( ( ( STR ( ?var1 ) > STR ( <http://www.wikidata.org/entity/Q33000000> ) ) ) ) . } LIMIT 100"}}
{"id": "val_3604", "question": "What are all the types (categories) that the Vietnamese province of L\u00e0o Cai belongs to, and what are their English Wikipedia pages?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 WHERE {\n  wd:Q36446 wdt:P31 ?type .\n  ?type wdt:P279 * ?var1 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?var2 schema:about ?var1 .\n    ?var2 schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}", "paraphrases": ["Show me the hierarchy of classes that L\u00e0o Cai is an instance of, including superclasses, along with their English names and Wikipedia links.", "Which Wikipedia articles describe the categories that L\u00e0o Cai is classified under in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q36446> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3605", "question": "Family names in Bengali with descriptions mentioning \"\u09aa\u09be\u09b0\u09bf\u09ac\u09be\u09b0\u09bf\u0995 \u09a8\u09be\u09ae\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?surname(SAMPLE(?label) AS ?labelName) ?description WHERE {\n  ?surname wdt:P31 wd:Q101352 .\n  ?surname rdfs:label ?label .\n  ?surname schema:description ?description .\n  FILTER(LANG(?description) = \"bn\")\n  FILTER(REGEX(STR(?description) , \"\u09aa\u09be\u09b0\u09bf\u09ac\u09be\u09b0\u09bf\u0995 \u09a8\u09be\u09ae\"))\n}\nGROUP BY ?surname ?description\nLIMIT 10", "paraphrases": ["What are the family names that have Bengali-language descriptions indicating they are family names?", "List family names along with their labels and Bengali descriptions that include the phrase \"\u09aa\u09be\u09b0\u09bf\u09ac\u09be\u09b0\u09bf\u0995 \u09a8\u09be\u09ae\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"bn\" ) ) ) . FILTER ( ( REGEX ( STR ( ?var3 ) , \"string1\" ) ) ) . }"}}
{"id": "val_3606", "question": "What are the most common properties associated with statespersons in Wikidata, and how many times are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q372436 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties link the most items to the occupation of statesperson, and what are their usage counts?", "Can you list the properties that connect multiple entities to a statesperson, sorted by how frequently they appear?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q372436> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_3607", "question": "List family names (surnames) stored in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?lexeme ?lemma WHERE {\n  ?lexeme wdt:P31 wd:Q101352 ; wikibase:lemma ?lemma .\n}\nLIMIT 300", "paraphrases": ["What are some family names (surnames) in Wikidata, and what are their canonical forms?", "Show me up to 300 family names (surnames) with their standard spellings from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 300"}}
{"id": "val_3608", "question": "Is the Dixie Melody Boys a human?", "sparql": "ASK WHERE { wd:Q5284879 wdt:P31/wdt:P279* wd:Q5 . }", "paraphrases": ["Does the Dixie Melody Boys belong to a category that is a subclass of human?", "Is the Dixie Melody Boys classified as a person or any human entity?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5284879> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3609", "question": "What type or class does the entity \"human\" (Q5) belong to in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type WHERE {\n  wd:Q5 wdt:P31 ?type .\n}", "paraphrases": ["What is the instance-of classification for the human species in Wikidata?", "Show the category that human (Q5) is classified as an instance of in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/Q5> <http://www.wikidata.org/prop/direct/P31> ?var1 . } LIMIT 200"}}
{"id": "val_3610", "question": "Is the painting \"Annunciation\" by Caravaggio a human or a subclass of human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q1448728 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the artwork \"Annunciation\" belong to the category of humans through its type or subclass hierarchy?", "Confirm whether the painting \"Annunciation\" is classified as a human or any of its subclasses in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1448728> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3611", "question": "What are the landmarks in Moscow with images and Wikimedia Commons categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  BIND(REPLACE(STR(?location) , \"POINT\\\\(\" , \"\") AS ?temp)\n  BIND(REPLACE(?temp , \"\\\\)\" , \"\") AS ?coords)\n  BIND(STRBEFORE(?coords , \" \") AS ?lonStr)\n  BIND(STRAFTER(?coords , \" \") AS ?latStr)\n  BIND(xsd:decimal(?lonStr) AS ?lon)\n  BIND(xsd:decimal(?latStr) AS ?lat)\n  FILTER(?lat >= 55.7 && ?lat <= 55.8 && ?lon >= 37.5 && ?lon <= 37.8)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nLIMIT 3000", "paraphrases": ["Can you show me buildings and sites in Moscow, along with their photos and associated Commons categories?", "List cultural or historical locations in Moscow (between 55.7\u00b0N and 55.8\u00b0N, 37.5\u00b0E and 37.8\u00b0E) that have images on Wikimedia Commons and a Commons category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(38 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(38 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3612", "question": "People with the surname Harroch", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  FILTER(CONTAINS(?label , \"Harroch\"))\n  .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the humans in Wikidata whose English label contains 'Harroch'?", "List all humans whose name includes 'Harroch' in their English label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"harroch\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3613", "question": "What are the birth and death dates of Edward Jollie?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q5343815 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me when Edward Jollie was born and when he died?", "Who is Edward Jollie, and what are his dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5343815> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3614", "question": "Is the film L'Arroseur Arros\u00e9 (1896) a human or a type of human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q48760584 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the movie directed by Georges M\u00e9li\u00e8s from 1896 belong to the category of humans?", "Can a short film be classified as a human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q48760584> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3615", "question": "Who are the humans with the surname Beraha?", "sparql": "SELECT DISTINCT ?item ?label WHERE { VALUES ?item { wd:Q18221299 wd:Q36611085 wd:Q102688599 wd:Q112398881 wd:Q89086745 wd:Q99843986 } ?item rdfs:label ?label . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["List all people named Beraha in Wikidata.", "Show me the entities that are humans and have \"Beraha\" as part of their name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"beraha\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3616", "question": "Pubs in the United Kingdom with their geographic coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?pub ?pubLabel ?location WHERE {\n  ?pub wdt:P31 wd:Q212198 .\n  ?pub wdt:P17 wd:Q145 .\n  ?pub wdt:P625 ?location .\n  ?pub rdfs:label ?pubLabel .\n  FILTER ( LANG( ?pubLabel ) = \"en\" )\n}", "paraphrases": ["What are the names and locations of all pubs in the United Kingdom?", "Show me a list of pubs in the UK along with their English names and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q212198> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3617", "question": "What are the birth and death dates of Paul Jennings?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q7151579 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q7151579 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q7151579 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the English label, birth date, and death date for the person Q7151579?", "Who is Paul Jennings, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7151579> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3618", "question": "Coordinates of Central Park and the coordinates of the administrative area it is located in.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?parkCoords ?adminCoords WHERE {\n  wd:Q160409 wdt:P625 ?parkCoords .\n  OPTIONAL {\n    wd:Q160409 wdt:P131 ?adminEntity .\n    ?adminEntity wdt:P625 ?adminCoords .\n  }\n}", "paraphrases": ["What are the geographic coordinates of Central Park and the coordinates of the administrative entity it belongs to?", "Show me the location coordinates of Central Park and the coordinates of Manhattan, the administrative area where it is located."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7270513> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q7270513> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3619", "question": "Physical locations that are part of a numbered series with English labels.", "sparql": "SELECT ?place ?placeLabel ?series ?seriesLabel WHERE { ?place p:P361 [ ps:P361 ?series ; pq:P1545 ?ordinal ] ; wdt:P625 ?coord . ?place rdfs:label ?placeLabel . ?series rdfs:label ?seriesLabel . FILTER(LANG(?placeLabel) = \"en\") FILTER(LANG(?seriesLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are some places that belong to a named series (like a list of soundscapes or libraries), and what is the name of that series?", "List the names of geographic locations and the series they belong to, where each location has a defined position in the series and is geolocated."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/P361> [ <http://www.wikidata.org/prop/statement/P361> ?var2 ; <http://www.wikidata.org/prop/qualifier/P1545> ?var3 ] ; <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de\". } } LIMIT 1000"}}
{"id": "val_3620", "question": "Properties related to area (P2046) with Portuguese labels and descriptions.", "sparql": "SELECT ?property ?label ?description WHERE { ?property wdt:P1659 wd:P2046 . ?property rdf:type wikibase:Property . ?property rdfs:label ?label . ?property schema:description ?description . FILTER ( LANG( ?label ) = \"pt\" ) . FILTER ( LANG( ?description ) = \"pt\" ) . }", "paraphrases": ["What properties are related to area in Portuguese, and what are their labels and descriptions?", "Show me the Portuguese label and description of any property that is related to area (P2046)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P2046> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . }"}}
{"id": "val_3621", "question": "Is the Atari Portfolio a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q660845 wdt:P31 wd:Q5 .\n}", "paraphrases": ["Does the Atari Portfolio belong to the category of human beings?", "Is the Atari Portfolio classified as a human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q660845> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3622", "question": "Is KaTeX a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q28448331 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Does KaTeX belong to the category of humans through its type or subclass relationships?", "Is KaTeX classified as a human or any of its subclasses in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28448331> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3623", "question": "What are the coordinates of Cape Finisterre?", "sparql": "SELECT ?coordinates WHERE { wd:Q1136198 wdt:P625 ?coordinates .}", "paraphrases": ["Where is Cape Finisterre located in terms of latitude and longitude?", "Please provide the geographic coordinates of Cape Finisterre."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1136198> <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_3624", "question": "Cities in South Africa with their administrative regions and coordinates", "sparql": "SELECT ?city ?cityLabel ?adminEntityLabel ?countryLabel ?coordinates WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 wd:Q258 . ?city wdt:P131 ?adminEntity . OPTIONAL { ?city wdt:P625 ?coordinates . } ?city rdfs:label ?cityLabel . ?adminEntity rdfs:label ?adminEntityLabel . wd:Q258 rdfs:label ?countryLabel . FILTER(LANG(?cityLabel) = \"en\") FILTER(LANG(?adminEntityLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["What are the cities in South Africa, their administrative areas, and geographic coordinates?", "List all cities in South Africa, including the name of the municipality or province they belong to, and their coordinates if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q258> ) } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3625", "question": "Humans with the surname Nourian", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P734 wd:Q37464507 .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people named Nourian?", "List all humans whose family name is Nourian."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Nourian\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3626", "question": "Is Chromium classified as a human or any subclass of human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q48524 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Is the web browser Chromium a human or a type of human?", "Confirm whether Chromium belongs to the category of humans or any of their subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q48524> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3627", "question": "National parks in southern Africa with heritage status, coordinates between 31\u00b0E\u201339\u00b0E and 21\u00b0S\u201323\u00b0S, and their images and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE { ?item wdt:P625 ?coord . ?item wdt:P1435 [] . ?item rdfs:label ?itemLabel . BIND(SUBSTR(STR(?coord), 7, STRLEN(STR(?coord)) - 8) AS ?coordsStr) BIND(STRBEFORE(?coordsStr, \" \") AS ?lonStr) BIND(STRAFTER(?coordsStr, \" \") AS ?latStr) BIND(xsd:double(?lonStr) AS ?lon) BIND(xsd:double(?latStr) AS ?lat) FILTER(?lon >= 31 && ?lon <= 39 && ?lat >= -23 && ?lat <= -21) FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } } LIMIT 3000", "paraphrases": ["What are the heritage-designated national parks located between 31 and 39 degrees east longitude and 21 and 23 degrees south latitude, and do they have images or Commons categories?", "List the English-named heritage sites in southern Africa (between longitudes 31\u00b0E\u201339\u00b0E and latitudes 21\u00b0S\u201323\u00b0S), including their coordinates, images, and Wikimedia Commons categories if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(31 -23)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(39 -21)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P1435> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3628", "question": "Is htop classified as a human or any subclass of human?", "sparql": "ASK WHERE { wd:Q1940220 wdt:P31/wdt:P279* wd:Q5 }", "paraphrases": ["Does the system monitor htop belong to a class that is a subclass of human?", "Confirm whether htop is a human or a type of human."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1940220> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3629", "question": "Who is \u00c9va Blaschtik, and is she a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"\u00c9va Blaschtik\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What human entity has the French label \"\u00c9va Blaschtik\"?", "Find the Wikidata item for the person known as \u00c9va Blaschtik in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Eva Blas\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3630", "question": "Is the Ch\u00e2teau de Montauban-de-Bretagne a human or a subclass of a human?", "sparql": "ASK WHERE { wd:Q2969949 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does the Ch\u00e2teau de Montauban-de-Bretagne belong to the category of humans, either directly or through inheritance via subclass relationships?", "Confirm whether the Ch\u00e2teau de Montauban-de-Bretagne is classified as a human in Wikidata\u2019s ontology, including through any subclass chains."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2969949> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3631", "question": "What are the date of birth and date of death of Charles Dickson Archibald?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q5076864 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q5076864 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q5076864 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Charles Dickson Archibald\u2019s birth and death dates", "Can you tell me the full name, birth date, and death date of the Canadian politician Charles Dickson Archibald?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5076864> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3632", "question": "Is the Wikimedia disambiguation page \"Arsi\u00e8\" considered a human?", "sparql": "ASK WHERE { wd:Q29983543 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does the entity Q29983543 belong to the category of humans or any of its subclasses?", "Is a Wikimedia disambiguation page a type of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q29983543> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3633", "question": "What are the birth and death dates of Richard Cecil Stone?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birth ?death WHERE {\n  wd:Q104720659 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q104720659 wdt:P569 ?birth .\n  }\n  OPTIONAL {\n    wd:Q104720659 wdt:P570 ?death .\n  }\n  wd:Q104720659 rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the birth and death year of the person named Richard Cecil Stone?", "Who is Richard Cecil Stone, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16933144> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3634", "question": "Items located in Rennes without an English label.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P131 wd:Q647 .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = 'en')\n  }\n  FILTER(! BOUND(?itemLabel))\n}\nLIMIT 1000", "paraphrases": ["Which places in Rennes do not have an English-language label on Wikidata?", "Show me all entities in Rennes that are missing an English label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q647> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } FILTER ( ( !( BOUND ( ?var1Label ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 1000"}}
{"id": "val_3635", "question": "What properties are used to describe the city of Rennes in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { wd:Q647 ?property ?value .}", "paraphrases": ["Which properties link Rennes to other data in Wikidata?", "Show me all the properties (including metadata and external identifiers) that have Rennes as their subject in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q647> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } }"}}
{"id": "val_3636", "question": "All properties and values associated with Ak-Dovurak.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property ?value WHERE {\n  VALUES ?item {\n    wd:Q103115\n  }\n  ?item ?property ?value .\n}", "paraphrases": ["What information is available about the town of Ak-Dovurak in Wikidata?", "Show me all the data stored in Wikidata for Ak-Dovurak, including descriptions and identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q103115> ) } ?var1 ?var2 ?var3 . }"}}
{"id": "val_3637", "question": "Spanish labels of properties and their values for Teltow-Fl\u00e4ming District, with counts and concatenated labels.", "sparql": "SELECT ?prop (SAMPLE(?pl) AS ?propLabel) (COUNT(?valueLabel) AS ?count) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q6146 ?prop ?value . ?propItem wikibase:directClaim ?prop . ?propItem rdfs:label ?pl . FILTER(LANG(?pl) = \"es\") . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"es\") } GROUP BY ?prop", "paraphrases": ["What are the Spanish labels of properties used by Teltow-Fl\u00e4ming District, along with the Spanish names of their values, how many each value has, and all values combined into a list?", "Show me for each property of Teltow-Fl\u00e4ming District: its Spanish name, how many Spanish labels its values have, and a comma-separated list of those Spanish value labels."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q6146> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_3638", "question": "What administrative region is Greater London located in, according to Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?administrativeEntity ?administrativeEntityLabel WHERE {\n  wd:Q23306 wdt:P131 ?administrativeEntity .\n  ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n  FILTER ( LANG( ?administrativeEntityLabel ) = \"en\" )\n}", "paraphrases": ["Which entity is listed as the administrative territory containing Greater London in Wikidata?", "What is the English label of the place that Greater London is administratively part of?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q23306> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P131> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3639", "question": "What countries, regions, and continents is Holm Watermill located in, including all administrative levels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  wd:Q19787737 ( wdt:P131 | wdt:P17 | wdt:P30 ) + ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["Show me the full geographic hierarchy of Holm Watermill, from its immediate locality up to the continent.", "What are all the administrative and geographic entities that Holm Watermill belongs to, through its chain of location relationships?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q19787737> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3640", "question": "Birth and death dates of Sholto Douglas, 19th Earl of Morton", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q7617812 rdfs:label ?personLabel .\n  OPTIONAL {\n    wd:Q7617812 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q7617812 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["When was Sholto Douglas, 19th Earl of Morton born and when did he die?", "Please provide the full name, birth date, and death date of Sholto Douglas, 19th Earl of Morton."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7617812> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3641", "question": "How many items associated with the Sahrawi Arab Democratic Republic have images on Wikimedia Commons?", "sparql": "SELECT (COUNT(DISTINCT ?item) AS ?count) WHERE { { ?item wdt:P17 wd:Q40362 . } UNION { ?item wdt:P131 wd:Q40362 . } ?item wdt:P18 ?image . }", "paraphrases": ["How many places, landmarks, or entities located in or under the sovereignty of the Sahrawi Arab Democratic Republic are documented with images on Wikimedia Commons?", "Can you count the number of visually documented entities (with images) linked to the Sahrawi Arab Democratic Republic, either as its country or administrative territory?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40362> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q40362> . } } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_3642", "question": "Administrative regions that include County Leitrim", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q107397 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") }", "paraphrases": ["What administrative areas is County Leitrim located in, including itself?", "List all higher-level administrative entities that contain County Leitrim, from the county up to the country."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q107397> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en, en\". } }"}}
{"id": "val_3643", "question": "What entities are associated with Igualada through location-related properties?", "sparql": "SELECT ?item ?itemLabel WHERE { VALUES ?prop { wdt:P131 wdt:P19 wdt:P20 wdt:P115 wdt:P1158 wdt:P11600 wdt:P1427 wdt:P1444 wdt:P206 } ?item ?prop wd:Q15950 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\")} ORDER BY ?itemLabel", "paraphrases": ["Show me all places, people, or organizations connected to Igualada as their location, birthplace, or administrative area.", "Which items have Igualada as their location, place of birth, or administrative region?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1647> * <http://www.wikidata.org/entity/P276> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . ?var1 ?var3 <http://www.wikidata.org/entity/Q15950> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_language]\". } }"}}
{"id": "val_3644", "question": "What is the birth date of Nino Imeretinsky, and when did he die?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q16198844 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the English label, birth date, and death date of the person with Wikidata ID Q16198844?", "Who is Nino Imeretinsky, and when was he born and when did he pass away?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16198844> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3645", "question": "What is Butch Hartman's date of birth and is he still alive?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q558143 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q558143 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q558143 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me Butch Hartman's full name, when he was born, and when he died?", "Show me Butch Hartman\u2019s name, birth date, and death date from Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q558143> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3646", "question": "What are the birth and death dates of Albert Einstein?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q937 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Albert Einstein's date of birth and date of death.", "Can you provide the English label, birth date, and death date for Albert Einstein?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q25301> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3647", "question": "Properties in Wikidata with Hebrew labels and descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?label ?description WHERE {\n  ?property a wikibase:Property .\n  ?property rdfs:label ?label .\n  ?property schema:description ?description .\n  FILTER(LANG(?label) = \"he\" && LANG(?description) = \"he\")\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata have both Hebrew labels and Hebrew descriptions?", "Show me the properties that are labeled and described in Hebrew, including their labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"he\" ) ) ) . } LIMIT 100"}}
{"id": "val_3648", "question": "What books have Hebrew labels on Wikidata?", "sparql": "SELECT ?work ?label WHERE { ?work wdt:P31 wd:Q7725634 . ?work rdfs:label ?label . FILTER (LANG(?label) = \"he\") } ORDER BY ?label LIMIT 300", "paraphrases": ["Show me literary works with Hebrew titles, sorted alphabetically.", "List all books in Hebrew from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"he\" ) ) ) . } } GROUP BY ?var1 ?var2 ?var3 ORDER BY DESC( ?var3 ) LIMIT 300"}}
{"id": "val_3649", "question": "What is the Wikidata item for Nadia Murad, who is a human, in French?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Nadia Murad\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Find the person named Nadia Murad in French and confirm they are a human.", "Who is the French-labeled Nadia Murad that is a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"nadia atia\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3650", "question": "What are the birth and death dates of Brita Horn?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q22116674 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  wd:Q22116674 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q22116674 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q22116674 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Brita Horn birth and death dates", "Can you tell me the full name, birth date, and death date of the Swedish countess Brita Horn?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q22116674> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3651", "question": "List countries with their top-level internet domains and geographic coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?country ?countryLabel ?sovereignStateLabel ?tld ?latitude ?longitude WHERE {\n  ?country ( wdt:P31 / wdt:P279 * ) wd:Q6256 .\n  ?country wdt:P17 ?sovereignState .\n  OPTIONAL {\n    ?country p:P625 ?statement .\n    ?statement psv:P625 ?coordinateNode .\n    ?coordinateNode wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude .\n  }\n  OPTIONAL {\n    ?sovereignState wdt:P78 ?tld .\n  }\n  ?country rdfs:label ?countryLabel .\n  ?sovereignState rdfs:label ?sovereignStateLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) FILTER ( LANG( ?sovereignStateLabel ) = \"en\" )\n}\nORDER BY ASC ( ?countryLabel )", "paraphrases": ["What are the countries, their internet domain codes, and their latitude and longitude coordinates?", "Please provide a list of all countries, including their sovereign states, top-level domains, and geographic coordinates, with English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var3Label ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var6 . ?var6 <http://wikiba.se/ontology#geoLatitude> ?var4 ; <http://wikiba.se/ontology#geoLongitude> ?var5 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P78> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3652", "question": "What geographic entities are connected to Raleigh, North Carolina, through administrative divisions, country, or continent?", "sparql": "SELECT DISTINCT ?var1 WHERE { wd:Q41087 (wdt:P30|wdt:P17|wdt:P131|wdt:P376)* ?var1 . FILTER (?var1 != wd:Q41087) }", "paraphrases": ["Show all places that Raleigh is part of, directly or indirectly, such as its county, state, country, and continent.", "What larger regions include Raleigh, including its administrative hierarchy and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q41087> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3653", "question": "What are the 10 smallest cities in California by population?", "sparql": "SELECT ?settlement ?population WHERE { ?settlement wdt:P31 wd:Q486972 ; wdt:P131 wd:Q99 ; wdt:P1082 ?population . } ORDER BY ASC(?population) LIMIT 10", "paraphrases": ["List the human settlements in California ordered from lowest to highest population.", "Can you show me the ten California settlements with the fewest residents, along with their population numbers?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q99> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 ) LIMIT 10"}}
{"id": "val_3654", "question": "Which of the following Wikidata identifiers are entities (Q-items) and which are properties (P-items)?", "sparql": "SELECT ?item ?isEntity WHERE { VALUES ?item { wd:Q42 wd:P31 wd:Q145 } BIND( isIRI(?item) && STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\") AS ?isEntity )}", "paraphrases": ["Is Douglas Adams (Q42) a Wikidata entity, and is the 'instance of' property (P31) an entity?", "How can I tell if a Wikidata identifier is an entity rather than a property?"], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) && STRSTARTS ( STR ( ?var1 ) , STR ( <http://www.wikidata.org/entity/Q> ) ) AS ?var2 ) WHERE { BIND ( <http://www.wikidata.org/entity/P31> AS ?var1 ). }"}}
{"id": "val_3655", "question": "What is the birth date of Patsy Reddy, and is she still alive?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(SAMPLE(?label) AS ?personLabel) ?birthDate ?deathDate WHERE {\n  BIND(wd:Q23498274 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?label .\n}\nGROUP BY ?birthDate ?deathDate", "paraphrases": ["Can you tell me the name, date of birth, and date of death of the former Governor-General of New Zealand?", "Show me the personal details including name, birth date, and death date for the person with Wikidata ID Q23498274."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q23498274> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3656", "question": "Name, birth date, and death date of Cheryl Koopman", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?personLabel ?dob ?dod WHERE {\n  BIND( wd:Q102168050 AS ?person ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?person wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?dod .\n  }\n}", "paraphrases": ["When was Cheryl Koopman born and when did she die?", "Please provide the full name, date of birth, and date of death of Cheryl Koopman."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7303765> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3657", "question": "What is Silvia Cartwright\u2019s date of birth, and is she still alive?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q241638 AS ?person ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the full name and birth date of Silvia Cartwright?", "When was Silvia Cartwright born, and when did she die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q241638> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3658", "question": "What is the birth and death date of Peter Gabel?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { BIND( wd:Q7174148 AS ?person ) . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me Peter Gabel\u2019s date of birth and date of death?", "Who is Peter Gabel, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7174148> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3659", "question": "What are the descriptions of Burgos in different languages?", "sparql": "SELECT ?description ?lang WHERE { wd:Q9580 schema:description ?description . BIND(LANG(?description) AS ?lang) }", "paraphrases": ["Can you list the multilingual descriptions of the city of Burgos, Spain?", "How is Burgos described in languages other than English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q9580> ?var1 ?var2 . }"}}
{"id": "val_3660", "question": "Types and superclasses of Valladolid", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type ?typeLabel WHERE {\n  wd:Q8356(wdt:P31 / wdt:P279 *) ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["What classes does Valladolid belong to, including its broader categories?", "List all the hierarchical types of Valladolid from specific to general."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q8356> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es, en\". } }"}}
{"id": "val_3661", "question": "Show me an example of a human settlement or national park that has an image on Wikimedia Commons and an English Wikipedia page.", "sparql": "SELECT DISTINCT ?placeLabel ?place ?image ?wikipediaPageTitle WHERE {\n  {\n    ?place (wdt:P31/wdt:P279*) wd:Q486972 .\n  } UNION {\n    ?place (wdt:P31/wdt:P279*) wd:Q46169 .\n  }\n  ?place wdt:P18 ?image .\n  ?wikipediaPage schema:about ?place ;\n           schema:inLanguage \"en\" ;\n           schema:isPartOf <https://en.wikipedia.org/> ;\n           schema:name ?wikipediaPageTitle .\n  ?place rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n}\nLIMIT 1", "paraphrases": ["What is a place (either a town or a national park) with a photo and a corresponding English Wikipedia article?", "Can you find a settlement or protected area like a national park that is documented on Wikipedia in English and has an associated image?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var10 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"10\". } { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . } UNION { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q46169> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://schema.org/description> ?var3 . } ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var5 <http://schema.org/about> ?var2 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } LIMIT 1"}}
{"id": "val_3662", "question": "What Wikidata properties are specific to Chile?", "sparql": "SELECT ?entity WHERE { ?entity wdt:P17 wd:Q298 . } LIMIT 100", "paraphrases": ["Which items and properties in Wikidata are linked to Chile as their country?", "Can you list entities in Wikidata that are associated with Chile?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . } LIMIT 100"}}
{"id": "val_3663", "question": "Countries with the most neighboring countries in Spanish labels", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label(COUNT(?neighbor) AS ?borderCount) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country rdfs:label ?label .\n  ?country wdt:P47 ?neighbor .\n  FILTER(LANG(?label) = \"es\")\n}\nGROUP BY ?label\nORDER BY DESC(?borderCount)", "paraphrases": ["Which countries share the most borders with other countries, listed in Spanish?", "Show me a list of countries ordered by how many neighbors they have, using their Spanish names, so I can see which ones are the most geographically connected."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var4 <http://www.wikidata.org/prop/direct/P47> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_3664", "question": "What are the birth and death dates of G\u00e9rard Blitz?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(SAMPLE(?label) AS ?personLabel) ?birthDate ?deathDate WHERE {\n  BIND(wd:Q1380566 AS ?person)\n  ?person rdfs:label ?label .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}\nGROUP BY ?birthDate ?deathDate", "paraphrases": ["Can you tell me the full name, birth date, and death date of the Belgian swimmer G\u00e9rard Blitz?", "When was G\u00e9rard Blitz born and when did he die, and what is his name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1380566> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3665", "question": "What are the countries with Spanish names, their capitals, continents, and Spanish demonyms?", "sparql": "SELECT ?country ?countryLabel ?capital ?continent ?demonym WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P36 ?capital . ?country wdt:P30 ?continent . OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"es\") } ?country p:P1549 ?demonymStmt . ?demonymStmt ps:P1549 ?demonym . FILTER(LANG(?demonym) = \"es\") } ORDER BY ?country LIMIT 1000", "paraphrases": ["Can you list countries in Spanish, along with their capitals, continents, and how people from those countries are called in Spanish?", "Show me countries where both the country name and the demonym are available in Spanish, along with their capital and continent."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P30> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var5 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/P1549> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P518> ?var3 . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . } ORDER BY DESC( ?var1 ) LIMIT 1000"}}
{"id": "val_3666", "question": "Official ISO 639-1 language codes of EU member states, excluding minority languages.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?memberLabel ?langCode WHERE {\n  wd:Q458 wdt:P150 ?member .\n  ?member p:P37 ?stmt .\n  ?stmt ps:P37 / wdt:P218 ?langCode . MINUS {\n    ?stmt pq:P31 wd:Q61566 .\n  }\n  ?member rdfs:label ?memberLabel .\n  FILTER(LANG(?memberLabel) = \"en\")\n}", "paraphrases": ["What are the ISO 639-1 codes of the official languages spoken in each European Union member country, excluding languages classified as minority languages?", "Show me the English names of EU member states along with their official language codes, but skip any languages that are marked as minority languages."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q458> <http://www.wikidata.org/prop/direct/P150> ?var1 . ?var1 <http://www.wikidata.org/prop/P37> ?var3 . ?var3 ( <http://www.wikidata.org/prop/statement/P37> / <http://www.wikidata.org/prop/direct/P218> ) ?var2 . MINUS { ?var3 ( <http://www.wikidata.org/prop/qualifier/P31> / <http://www.wikidata.org/prop/direct/P1269> *) <http://www.wikidata.org/entity/Q61566> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3667", "question": "What are the date of birth and date of death of Arthur Annesley, 5th Earl of Anglesey?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q4797828 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { wd:Q4797828 wdt:P569 ?birthDate . } OPTIONAL { wd:Q4797828 wdt:P570 ?deathDate . } }", "paraphrases": ["Birth and death dates of Arthur Annesley, 5th Earl of Anglesey", "Can you tell me when Arthur Annesley, 5th Earl of Anglesey was born and when he died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4797828> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3668", "question": "What are the birth and death dates of Albert Einstein?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q937 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me when Albert Einstein was born and when he died?", "Show me the name, birth date, and death date of Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3142490> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3669", "question": "What are the birth and death dates of Lewis Meriam, the author of the Meriam Report?", "sparql": "SELECT ?authorLabel ?birthDate ?deathDate WHERE { wd:Q59528419 wdt:P31 wd:Q5 . wd:Q59528419 rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") . OPTIONAL { wd:Q59528419 wdt:P569 ?birthDate . } OPTIONAL { wd:Q59528419 wdt:P570 ?deathDate . } }", "paraphrases": ["Who was the author of the Meriam Report, and when were they born and died?", "Find the birth and death year of the person who wrote the 1928 Meriam Report on Native American conditions."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6819173> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3670", "question": "Who are the people with the surname Niedra?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P734 wd:Q16347921 .\n  ?human rdfs:label ?humanLabel .\n}", "paraphrases": ["Can you list all humans who have Niedra as their family name?", "Which individuals are known by the last name Niedra?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Niedree\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3671", "question": "What are the birth and death dates of Granville Leveson-Gower, 3rd Earl Granville?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q1149862 rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q1149862 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q1149862 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["What is the full name, date of birth, and date of death of the British diplomat Granville Leveson-Gower, 3rd Earl Granville?", "Can you provide the English label, birth date, and death date for the person with Wikidata ID Q1149862?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1149862> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3672", "question": "What are the birth and death dates of George Barrington, 7th Viscount Barrington?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q5536757 rdfs:label ?label .\n  OPTIONAL {\n    wd:Q5536757 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q5536757 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["George Barrington, 7th Viscount Barrington \u2014 born when? died when?", "Can you tell me the full name and lifespan (birth and death dates) of George Barrington, 7th Viscount Barrington?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5536757> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3673", "question": "What is the date of birth of Patrick Baudry, and is he still alive?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q254058 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me Patrick Baudry\u2019s full name, when he was born, and when he died?", "Patrick Baudry: When was he born, and what is his status (living or deceased)?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q254058> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3674", "question": "What properties are associated with the country that succeeded West Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q183 ?property ?value .\n}", "paraphrases": ["Can you list all the data properties available for Germany, the successor state of West Germany?", "What information is available about Germany, which replaced West Germany in 1990?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q713750> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3675", "question": "What are the birth and death dates of Charles Williams Nash?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q358835 rdfs:label ?personLabel .\n  wd:Q358835 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q358835 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q358835 wdt:P570 ?deathDate .\n  }\n  FILTER(LANG(?personLabel) = \"en\" || LANG(?personLabel) = \"\")\n}", "paraphrases": ["Can you tell me when Charles Williams Nash was born and when he died?", "Provide the full name, date of birth, and date of death for the American businessman Charles Williams Nash."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q358835> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3676", "question": "Cities named Paris with their population and country", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?place ?label ?population ?country WHERE {\n  VALUES ?place {\n    wd:Q90 wd:Q1018504 wd:Q118213226 wd:Q13107162 wd:Q2219239 wd:Q2220917 wd:Q3181341 wd:Q3305306 wd:Q538772 wd:Q576584 wd:Q6065229\n  }\n  ?place rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(STR(?label) = \"Paris\")\n  .\n  ?place wdt:P17 ?country .\n  ?place wdt:P1082 ?population .\n}\nLIMIT 10", "paraphrases": ["What are the populations and countries of places named Paris in English?", "List all places called Paris, along with their population and the country they are in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var1 ?var5Label \"Paris\"@en . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 10"}}
{"id": "val_3677", "question": "What are the birth and death dates of Henry Ringling North?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q5727557 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q5727557 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5727557 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Henry Ringling North was born and when he died?", "Provide the full name and lifespan (birth and death dates) of Henry Ringling North."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5727557> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3678", "question": "What are the birth and death dates of Fanny Crosby?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q257456 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q257456 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q257456 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Fanny Crosby was born and when she died?", "Show me the full name, birth date, and death date of the 19th-century hymnwriter Fanny Crosby."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q257456> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3679", "question": "What are the birth and death dates of Shorty Medlocke?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q7502306 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q7502306 wdt:P569 ?birthDate . } OPTIONAL { wd:Q7502306 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the English name, birth date, and death date of the American musician Shorty Medlocke?", "Who is Shorty Medlocke, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7502306> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3680", "question": "What are the birth and death dates of Sir Alexander Lauder, 4th Baronet?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q7525945 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q7525945 wdt:P569 ?birthDate . } OPTIONAL { wd:Q7525945 wdt:P570 ?deathDate . } }", "paraphrases": ["Please provide the birth date and death date of Sir Alexander Lauder, 4th Baronet, along with his full name.", "Sir Alexander Lauder, 4th Baronet \u2014 date of birth, date of death, full name"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7525945> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3681", "question": "What are the date of birth and date of death associated with the Rankin baronets?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ?var3 ?var4 WHERE {\n  BIND( wd:Q7293278 AS ?var1 ) .\n  OPTIONAL {\n    ?var1 wdt:P569 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var4 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANGMATCHES( LANG( ?var1Label ) , \"en\" ) )\n}", "paraphrases": ["Can you provide the birth and death dates for the Rankin baronetcy?", "Show the label and any birth or death dates for the entity Rankin baronets."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7293278> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3682", "question": "In which country is the Seville Cathedral located?", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { wd:Q231606 wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Country of Seville Cathedral", "Tell me the country where Seville Cathedral is."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q231606> AS ?var3 ). ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3683", "question": "Humans with the surname Debatisse.", "sparql": "SELECT DISTINCT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 ; wdt:P734 wd:Q98224689 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\" || LANG(?humanLabel) = \"fr\") }", "paraphrases": ["Who are the people with the last name Debatisse?", "List all humans whose family name is Debatisse, along with their names in English or French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Debatisse\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3684", "question": "List Brazilian historical heritage sites from the Infopatrim\u00f4nio database with their coordinates, images, and cities.", "sparql": "SELECT ?heritageItem ?heritageLabel ?ipatrimonioId ?coordinates ?image ?administrativeEntity ?administrativeLabel WHERE { ?heritageItem wdt:P4372 ?ipatrimonioId . OPTIONAL { ?heritageItem wdt:P131 ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeLabel . FILTER(LANG(?administrativeLabel) = \"pt\") } OPTIONAL { ?heritageItem wdt:P625 ?coordinates . } OPTIONAL { ?heritageItem wdt:P18 ?image . } ?heritageItem rdfs:label ?heritageLabel . FILTER(LANG(?heritageLabel) = \"pt\") } LIMIT 1000", "paraphrases": ["What are the Brazilian heritage assets registered in the Infopatrim\u00f4nio system, and where are they located, including their coordinates and photos?", "Show me all Brazilian historical monuments from the Infopatrim\u00f4nio database, along with their Portuguese labels, geographic coordinates, associated images from Wikimedia Commons, and the cities they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,pt\". } ?var1 <http://www.wikidata.org/prop/direct/P4372> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } } LIMIT 1000"}}
{"id": "val_3685", "question": "What is the Wikidata identifier for the person named Guy Verhofstadt in French?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Guy Verhofstadt\" @fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Find the human entity in Wikidata whose French label is \"Guy Verhofstadt\".", "Who is the French-labeled person named Guy Verhofstadt that is classified as a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"guy marmin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3686", "question": "Humans with the surname Grillet in French or English.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P734 wd:Q28933557 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"fr\" || LANG( ?humanLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people with the last name Grillet, and what are their names in French or English?", "List all humans whose family name is Grillet, along with their labels in French or English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Grillet\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3687", "question": "Cities and landmarks in South America between latitudes -37 and 1 and longitudes -82 and -54, with their images and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coord . BIND(REPLACE(STR(?coord), \"POINT\\\\(\", \"\") AS ?temp1) BIND(REPLACE(?temp1, \"\\\\)\", \"\") AS ?lonLat) BIND(STRBEFORE(?lonLat, \" \") AS ?lonStr) BIND(STRAFTER(?lonLat, \" \") AS ?latStr) BIND(xsd:double(?lonStr) AS ?lon) BIND(xsd:double(?latStr) AS ?lat) FILTER(?lat >= -37 && ?lat <= 1 && ?lon >= -82 && ?lon <= -54) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the cities and geographic features in South America located between 37\u00b0S and 1\u00b0N, and 82\u00b0W and 54\u00b0W, and what images and Commons categories are associated with them?", "List English-named places in the South American region bounded by (-82, -37) and (-54, 1), along with their coordinates, images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-82 -37)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-54 1)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3688", "question": "Humans with \"Dumay\" in their French name", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(CONTAINS(LCASE(?label), \"dumay\")) ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the French-speaking people with the surname Dumay?", "List all humans whose French label includes the name Dumay."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Dumay\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3689", "question": "Walter McKinnon birth and death dates", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q17403881 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q17403881 wdt:P569 ?birthDate . } OPTIONAL { wd:Q17403881 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Walter McKinnon born and when did he die?", "What is Walter McKinnon\u2019s full name, date of birth, and date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q17403881> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3690", "question": "What are the coordinates of Edif\u00edcio Prud\u00eancia and the administrative areas it is located in?", "sparql": "SELECT ?buildingCoords ?adminAreaCoords WHERE { wd:Q10270252 wdt:P625 ?buildingCoords . OPTIONAL { wd:Q10270252 wdt:P131 ?adminArea . ?adminArea wdt:P625 ?adminAreaCoords . } }", "paraphrases": ["Coordinates of Edif\u00edcio Prud\u00eancia and its administrative territorial entities", "Show me the location of Edif\u00edcio Prud\u00eancia and the locations of the administrative regions it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q10270252> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q10270252> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3691", "question": "Places in Lisbon with Portuguese Wikipedia pages and coordinates", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 wdt:P131/wdt:P131* wd:Q597 . ?var1 wdt:P625 ?var2 . ?var3 schema:about ?var1 . OPTIONAL { ?var1 wdt:P18 ?var4 . } OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } FILTER (STRSTARTS(STR(?var3), \"https://pt.wikipedia.org/\")) }", "paraphrases": ["What are the locations in Lisbon that have articles on the Portuguese Wikipedia, along with their coordinates and images?", "Show me all places located in Lisbon, including their geographic coordinates, English labels, Portuguese Wikipedia links, and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q597> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var3 <http://schema.org/about> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"18\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) || ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"17\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string2\" ) ) ) . }"}}
{"id": "val_3692", "question": "What are the consolidated city-counties in the United States and which states are they located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?cityCountyLabel ?stateLabel WHERE {\n  ?cityCounty wdt:P31 wd:Q3301053 .\n  ?cityCounty wdt:P131 ?state .\n  ?cityCounty rdfs:label ?cityCountyLabel .\n  ?state rdfs:label ?stateLabel .\n  FILTER(LANG(?cityCountyLabel) = \"en\")\n  FILTER(LANG(?stateLabel) = \"en\")\n}", "paraphrases": ["Can you list all the U.S. consolidated city-counties along with their corresponding states?", "Which states contain consolidated city-counties, and what are their names?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q47168> . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3301053> . ?var3 <http://www.wikidata.org/prop/direct/P36> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3693", "question": "What are some pairs of civil parishes in Portugal that share a border, listed in one direction only to avoid duplicates?", "sparql": "SELECT ?place1 ?place1Label ?place2 ?place2Label WHERE { ?place1 (p:P47/ps:P47) ?place2 . ?place1 wdt:P17 wd:Q45 . MINUS { ?place2 (p:P47/ps:P47) ?place1 . } OPTIONAL { ?place1 rdfs:label ?place1Label . FILTER(LANG(?place1Label) = \"en\") } OPTIONAL { ?place2 rdfs:label ?place2Label . FILTER(LANG(?place2Label) = \"en\") } } LIMIT 500", "paraphrases": ["List places in Portugal and the places they border, showing only one direction of each border relationship.", "Which civil parishes in Portugal are adjacent to other civil parishes, and what are their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P47> / <http://www.wikidata.org/prop/statement/P47> ) ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q45> . MINUS { ?var2 ( <http://www.wikidata.org/prop/P47> / <http://www.wikidata.org/prop/statement/P47> ) ?var1 . } } LIMIT 500 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_3694", "question": "What are the birth and death dates of Alexander Ogston?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q4719783 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q4719783 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q4719783 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Alexander Ogston was born and when he died?", "Show me the English name, birth date, and death date of the British surgeon Alexander Ogston."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4719783> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3695", "question": "Buildings, cities, and churches in Portugal with their images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label ?image WHERE {\n  ?item wdt:P17 wd:Q45 .\n  ?item wdt:P31 / wdt:P279 * ?instanceType .\n  FILTER(?instanceType IN(wd:Q486972 , wd:Q515 , wd:Q1549591 , wd:Q131072 , wd:Q17304241))\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the English-named places in Portugal, and which ones have images on Wikimedia Commons?", "List entities such as cities, buildings, and churches located in Portugal, along with their English labels and available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q45> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_3696", "question": "Neighborhoods in Paranapiacaba, Brazil", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?neighborhood ?neighborhoodLabel WHERE {\n  ?neighborhood wdt:P131 wd:Q15963338 .\n  ?neighborhood wdt:P31 wd:Q19658107 .\n  ?neighborhood rdfs:label ?neighborhoodLabel .\n  FILTER ( LANG( ?neighborhoodLabel ) = \"en\" || LANG( ?neighborhoodLabel ) = \"pt\" )\n}\nLIMIT 100", "paraphrases": ["What are the neighborhoods located in Paranapiacaba, Brazil?", "List the names of all neighborhoods (bairros) in Paranapiacaba, including their labels in English or Portuguese."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q15963338> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19658107> . } LIMIT 100"}}
{"id": "val_3697", "question": "Polish cities with coat of arms images on Commons and Polish Wikipedia pages", "sparql": "SELECT ?item ?itemLabel ?coatOfArms ?polishPage WHERE {\n  ?item wdt:P17 wd:Q36 .\n  ?item wdt:P94 ?coatOfArms .\n  ?polishPage schema:about ?item ;\n         schema:inLanguage \"pl\" .\n  FILTER(REGEX(STR(?coatOfArms), \"COA|herb\", \"i\"))\n  OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }\n}", "paraphrases": ["Which entities in Poland have a coat of arms image containing \"COA\" or \"herb\" in its filename, along with a Polish-language Wikipedia page?", "Show me the English names, coat of arms images, and Polish Wikipedia links for places in Poland that have a coat of arms file with \"COA\" or \"herb\" in the filename."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> . ?var1 <http://www.wikidata.org/prop/direct/P94> ?var2 . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"pl\". FILTER ( ( REGEX ( STR ( ?var3 ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_3698", "question": "Portuguese landmarks with images, Commons categories, and addresses", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P17 wd:Q45 .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What are some entities in Portugal that have images, Wikimedia Commons categories, and street addresses?", "List English-labeled entities in Portugal along with their images, Commons categories, and addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-8 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-8 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3699", "question": "Who are the people with the surname Galicher?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P734 wd:Q65104454 .\n}", "paraphrases": ["List all humans whose family name is Galicher.", "Which individuals are known by the last name Galicher?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"galicher\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3700", "question": "What identifier properties are specifically used in Brazil?", "sparql": "SELECT ?property ?propertyLabel WHERE { ?property wdt:P17 wd:Q155 . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = 'en') } LIMIT 100", "paraphrases": ["Can you list the English-labeled properties in Wikidata that are associated with Brazil?", "Show me the names of data fields in Wikidata that are tied to Brazil, such as national ID systems or databases."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P757> ?var2 . } } LIMIT 100"}}
{"id": "val_3701", "question": "What are the war memorials commemorating World War II, their locations, and images?", "sparql": "SELECT ?memorial ?memorialLabel ?coordinates ?image WHERE { ?memorial wdt:P547 wd:Q362 ; wdt:P625 ?coordinates . OPTIONAL { ?memorial wdt:P18 ?image . } ?memorial rdfs:label ?memorialLabel . FILTER(LANG(?memorialLabel) = \"en\") }", "paraphrases": ["Show me the English-named war memorials for World War II along with their geographic coordinates and photos if available.", "Where are the World War II memorials located, and do they have associated images on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ?var4 <http://www.wikidata.org/entity/Q362> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr, de, pl\". } }"}}
{"id": "val_3702", "question": "List Dutch water boards with a coat of arms image but no structured coat of arms item, along with their English labels and Dutch Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?coatOfArmsImage ?waterBoard ?label ?dutchWikipediaPage WHERE {\n  ?waterBoard wdt:P31 wd:Q702081 .\n  ?waterBoard wdt:P94 ?coatOfArmsImage .\n  FILTER(NOT EXISTS {\n    ?waterBoard wdt:P237 []\n  })\n  OPTIONAL {\n    ?dutchWikipediaPage schema:about ?waterBoard ; schema:inLanguage \"nl\" .\n  }\n  OPTIONAL {\n    ?waterBoard rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["Which water boards in the Netherlands have an image of their coat of arms on Wikimedia Commons but do not have a defined coat of arms in Wikidata, and what are their English names and Dutch Wikipedia links?", "Show me the coat of arms images, English names, and Dutch Wikipedia links for all regional water authorities in the Netherlands that lack a formal coat of arms item in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q702081> . ?var2 <http://www.wikidata.org/prop/direct/P94> ?var1 . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P237> ?var4 . } ) ) . OPTIONAL { ?var3 <http://schema.org/about> ?var2 . ?var3 <http://schema.org/inLanguage> \"nl\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_3703", "question": "French-labeled buildings with their coordinates, images, and elevations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?building ?coordinates ?image ?label ?elevation WHERE {\n  ?building wdt:P31 wd:Q41176 .\n  OPTIONAL {\n    ?building wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?building wdt:P18 ?image .\n  }\n  ?building rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" ) .\n  OPTIONAL {\n    ?building wdt:P2044 ?elevation .\n  }\n}\nLIMIT 20", "paraphrases": ["What are the French names of buildings, along with their geographic coordinates, images from Wikimedia Commons, and elevations above sea level?", "Show me up to 20 buildings in French, including their locations, pictures, and altitudes if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41176> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"fr\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var5 . } } LIMIT 20"}}
{"id": "val_3704", "question": "Departments of Peru and their coordinates", "sparql": "SELECT ?department ?coordinate WHERE { ?department wdt:P31 wd:Q861184 ; wdt:P625 ?coordinate .}", "paraphrases": ["What are the geographic coordinates of all departments in Peru?", "List the departments of Peru along with their latitude and longitude."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q861184> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_3705", "question": "What is the image of the flag of Switzerland?", "sparql": "SELECT ?image WHERE { wd:Q39 wdt:P163 ?flag . ?flag wdt:P18 ?image . }", "paraphrases": ["Show the Wikimedia Commons image files associated with the flags of Switzerland.", "Which image files represent the national flag and civil ensign of Switzerland on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q39> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_3706", "question": "Unclassified geolocated locations in Brazil with no instance, subclass, or part-of relationships.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P17 wd:Q155 .\n  ?item wdt:P625 ?coord . MINUS {\n    ?item wdt:P31 ?instance .\n  } MINUS {\n    ?item wdt:P279 ?subclass .\n  } MINUS {\n    ?item wdt:P361 ?partOf .\n  } MINUS {\n    ?item wdt:P131 ?admin .\n  } MINUS {\n    ?item wdt:P2959 ?duplicate .\n  } MINUS {\n    ?item wdt:P460 ?sameAs .\n  } MINUS {\n    ?item wdt:P1269 ?facet .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"pt\")\n  }\n  OPTIONAL {\n    ?item skos:prefLabel ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"pt\")\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item skos:prefLabel ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nORDER BY ASC(?itemLabel)\nLIMIT 10000", "paraphrases": ["What are the geographic locations in Brazil that are not classified as any type of entity in Wikidata but have coordinates?", "List all unclassified places in Brazil that have coordinates and are not parts of other entities, subclasses, or duplicates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,de,en,fr,ms,ca\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var4 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2959> ?var6 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P460> ?var7 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1269> ?var8 . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var9 . } ORDER BY ASC( ?var1Label ) LIMIT 10000"}}
{"id": "val_3707", "question": "What properties and values are associated with the Kings Arms pub in Hanwell, including the count and English labels of each value?", "sparql": "SELECT ?property ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q18160446 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . } GROUP BY ?property ?propertyLabel", "paraphrases": ["For the Kings Arms pub in Hanwell, what are the English labels of its properties, how many values does each have, and what are those values in English?", "Show me all the properties of the Kings Arms pub in Hanwell, along with their English names, the number of values each property has, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q18160446> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_3708", "question": "What are the municipalities in Argentina, along with their coordinates, images, Commons categories, and addresses?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?municipalityLabel ?coord ?image ?commonsCategory ?address WHERE {\n  ?municipality wdt:P31 wd:Q15284 .\n  ?municipality wdt:P17 wd:Q414 .\n  OPTIONAL {\n    ?municipality wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    ?municipality wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?municipality wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?municipality wdt:P969 ?address .\n  }\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Can you list all municipalities in Argentina and include their labels, geographic coordinates, images, Wikimedia Commons categories, and postal addresses if available?", "Show me all administrative municipalities in Argentina with their labels and optional media and address information."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-73 -46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-69 -42)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q414> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3709", "question": "What are all the classes and their superclasses that Gripsholm Castle belongs to in Wikidata?", "sparql": "SELECT DISTINCT ?class ?classLabel WHERE { wd:Q714783 (wdt:P31 / wdt:P279*) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["What types and broader categories does Gripsholm Castle fall under according to Wikidata\u2019s ontology?", "List all the English-labeled classes (including parent classes) that Gripsholm Castle is an instance of or a subclass of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q714783> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv, en\". } }"}}
{"id": "val_3710", "question": "What are the towers located in France?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?tower ?towerLabel WHERE {\n  ?tower wdt:P31 wd:Q12518 .\n  ?tower wdt:P17 wd:Q142 .\n  ?tower rdfs:label ?towerLabel .\n  FILTER(LANG(?towerLabel) = \"en\")\n}", "paraphrases": ["Can you list the English-named towers in France?", "Which structures classified as towers are situated in France?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12518> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q142> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_3711", "question": "How many municipalities are there in each province of Argentina?", "sparql": "SELECT ?provinceLabel (COUNT(?municipality) AS ?municipalityCount) WHERE { ?municipality wdt:P31 wd:Q15284 . ?municipality wdt:P17 wd:Q414 . ?municipality wdt:P131 ?province . ?province wdt:P17 wd:Q414 . ?province rdfs:label ?provinceLabel . FILTER(LANG(?provinceLabel) = \"en\") } GROUP BY ?provinceLabel", "paraphrases": ["Can you list the administrative divisions in Argentina and the number of municipalities in each?"], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var1Label ) AS ?var2 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,es\". } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q414> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q414> . } GROUP BY ?var1Label"}}
{"id": "val_3712", "question": "What are the English labels for the entity \"palace\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q16560 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) )\n}", "paraphrases": ["Can you show me how \"palace\" is labeled in English variants like en, en-gb, and en-ca?", "What are the different English versions of the word \"palace\" in this knowledge base?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q16560> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_3713", "question": "What are the birth and death dates of Osborne Reynolds?", "sparql": "SELECT ?personLabel ?dob ?dod WHERE { BIND( wd:Q323267 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?dob . } OPTIONAL { ?person wdt:P570 ?dod . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = 'en') }", "paraphrases": ["Can you tell me when Osborne Reynolds was born and when he died?", "Who is Osborne Reynolds, and what are his dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2032568> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3714", "question": "Humans with the surname Thevenot or Th\u00e9venot", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?label WHERE {\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"fr\" , \"en\"))\n  .\n  FILTER(REGEX(?label , \"(?i)th\u00e9venot$|thevenot$\"))\n  .\n  ?person wdt:P31 wd:Q5 .\n}\nORDER BY ?label", "paraphrases": ["Who are the people named Thevenot or Th\u00e9venot in Wikidata?", "List all humans in Wikidata whose first or full name ends with \"Thevenot\" or \"Th\u00e9venot\" in English or French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"thevenot\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3715", "question": "What properties and values are associated with the castle Wilde Schneeburg in Oberried?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q206061 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["Can you list the details known about the castle Wilde Schneeburg, Oberried, including its type, location, and identifiers?", "Show me all the information available in Wikidata about the castle Wilde Schneeburg, Oberried, with labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q206061> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3716", "question": "Mosques in Spain with their coordinates and images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mosque ?coordinates ?image WHERE {\n  ?mosque wdt:P31 / wdt:P279 * wd:Q32815 .\n  ?mosque wdt:P17 wd:Q29 .\n  ?mosque wdt:P625 ?coordinates .\n  ?mosque wdt:P18 ?image .\n}", "paraphrases": ["What are the locations and images of all mosques in Spain, including subclasses of mosques?", "Show me a list of mosques in Spain along with their geographic coordinates and corresponding images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q32815> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_3717", "question": "What are the date of birth and date of death of John Horgan?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q6239861 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q6239861 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q6239861 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the full name, birth date, and death date of the Canadian politician John Horgan?", "Who is John Horgan, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6239861> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3718", "question": "What are the broader categories that a memorial is a type of?", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q5003624 wdt:P279* ?subclass . FILTER (?subclass != wd:Q5003624) } LIMIT 20", "paraphrases": ["What classes is a memorial a subclass of, including indirect parent classes?", "Can you list the hierarchical parent categories of a memorial in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q5003624> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_3719", "question": "What are the key details about Balintore Castle, such as its location, architect, and architectural style?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?propLabel ?value ?valueLabel WHERE {\n  wd:Q4850964 ?prop ?value .\n  FILTER ( STRSTARTS( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" ) ) OPTIONAL {\n    ?prop rdfs:label ?propLabel .\n    FILTER ( LANG( ?propLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}\nORDER BY ?propLabel", "paraphrases": ["List all properties and their values associated with Balintore Castle in Wikidata.", "Can you show me what information is available about Balintore Castle, including its country, heritage status, and coordinates?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q4850964> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3720", "question": "List all current sovereign countries with their flag images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?state ?stateLabel ?flag WHERE {\n  ?state wdt:P31 wd:Q3624078 .\n  FILTER(NOT EXISTS {\n    ?state wdt:P31 wd:Q3024240\n  })\n  ?state wdt:P41 ?flag .\n  ?state rdfs:label ?stateLabel .\n  FILTER(LANG(?stateLabel) = \"en\")\n}\nORDER BY ASC(?stateLabel)", "paraphrases": ["What are the English names and flag images of all existing sovereign states, excluding former countries?", "Show me the names and flag pictures of all currently recognized nations, but not defunct ones, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P41> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3721", "question": "What are the birth and death dates of William Home Lizars?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q1616131 rdfs:label ?personLabel .\n  OPTIONAL {\n    wd:Q1616131 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q1616131 wdt:P570 ?deathDate .\n  }\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the full name, date of birth, and date of death of the Scottish painter William Home Lizars?", "Show me the English label, birth date, and death date for the person with Wikidata ID Q1616131."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1616131> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3722", "question": "Entities named after Mecklenburg Castle and the property used", "sparql": "SELECT ?item ?itemLabel ?propertyLabel WHERE { ?item wdt:P138 wd:Q318146 . ?item rdfs:label ?itemLabel . wd:P138 rdfs:label ?propertyLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\")} LIMIT 100", "paraphrases": ["Which town is named after Mecklenburg Castle, and what is the property that expresses this relationship?", "Show me the entity that is designated as Mecklenburg Castle and the name of the property linking them, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q318146> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3723", "question": "What are the birth and death dates of Archibald Stuart?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q194749 wdt:P31 wd:Q5 . OPTIONAL { wd:Q194749 wdt:P569 ?birthDate . } OPTIONAL { wd:Q194749 wdt:P570 ?deathDate . } wd:Q194749 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me the full name, birth date, and death date of the American politician Archibald Stuart?", "Show me the life span of Archibald Stuart, including his name, when he was born, and when he died."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q194749> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3724", "question": "What properties and values are associated with Edzell Castle in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q2373236 ?property ?value .\n}\nORDER BY ?property", "paraphrases": ["Tell me about Edzell Castle \u2014 what information is available in Wikidata?", "What is Edzell Castle linked to in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q2373236> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3725", "question": "Administrative regions of Brazil", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?region ?regionLabel WHERE {\n  ?region wdt:P31 wd:Q4683593 .\n  ?region rdfs:label ?regionLabel .\n  FILTER(LANG(?regionLabel) = \"pt\")\n}\nORDER BY ?regionLabel\nLIMIT 100", "paraphrases": ["What are the names of administrative regions in Brazil in Portuguese?", "List the Portuguese names of all administrative regions in Brazil."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4683593> . } LIMIT 100"}}
{"id": "val_3726", "question": "Countries with diplomatic relations to both France and Israel.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country WHERE {\n  wd:Q142 wdt:P530 ?country .\n  wd:Q801 wdt:P530 ?country .\n}", "paraphrases": ["Which countries maintain diplomatic relations with both France and Israel?", "List all countries that have diplomatic ties with both France and Israel."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159694> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q801> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_3727", "question": "List countries with their English labels, flag images, and English Wikipedia links.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?country ?countryLabel ?image ?wikipediaPage WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  OPTIONAL {\n    ?country wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?country .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nLIMIT 50", "paraphrases": ["What are the countries in the world, along with their official English names, flag images from Wikimedia Commons, and corresponding English Wikipedia pages?", "Please provide a list of up to 50 countries, showing their English names, any available flag or map images, and links to their English Wikipedia articles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_3728", "question": "What are some images of archaeological sites?", "sparql": "SELECT DISTINCT ?image WHERE { ?work wdt:P921 ?site . ?site wdt:P31 wd:Q839954 . ?work wdt:P18 ?image . }", "paraphrases": ["Can you show me images of places that are archaeological sites?", "Show me pictures of ancient sites that are documented in Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q42591686> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q42591686> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42591686> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_3729", "question": "What entities are connected to Dunbar Castle and what properties relate them?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?var1 ?var1Label ?var3 ?var3Label WHERE {\n  ?var1 ?var3 wd:Q2969165 .\n  FILTER ( STRSTARTS( STR( ?var1 ) , \"http://www.wikidata.org/entity/Q\" ) ) OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var3 rdfs:label ?var3Label .\n    FILTER ( LANG( ?var3Label ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Which people, places, or works are associated with Dunbar Castle, and how are they connected?", "Show me all Wikidata entities linked to Dunbar Castle, along with the English labels of the entities and the properties used to link them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q2969165> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3730", "question": "Heritage sites and monuments near coordinates -9, 53 in Ireland with images and administrative regions.", "sparql": "SELECT DISTINCT ?item ?itemLabel ?admin ?adminLabel ?image ?heritageId ?instance ?instanceLabel WHERE { ?item wdt:P625 ?coord . FILTER(geof:distance(?coord, \"Point(-9 53)\"^^geo:wktLiteral) < 1) OPTIONAL { ?item wdt:P131 ?admin . } OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item p:P1435 ?heritageStmt . ?heritageStmt ps:P1435 ?heritageId . } OPTIONAL { ?item p:P2186 ?heritageStmt . ?heritageStmt ps:P2186 ?heritageId . } OPTIONAL { ?item wdt:P31 ?instance . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") } OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") } } LIMIT 10", "paraphrases": ["What monuments or cultural sites are located within 1 kilometer of latitude 53 and longitude -9, and what are their heritage designations, images, and administrative areas?", "List all heritage-listed locations near Point(-9 53), including their labels, images, administrative divisions, and whether they are classified as natural regions, hills, or protected areas."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(-9 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(-9 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_3731", "question": "German and French labels for ISO 3166-2 country subdivisions", "sparql": "SELECT ?subdivision ?label ?isoCode WHERE {\n  ?subdivision wdt:P300 ?isoCode .\n  ?subdivision rdfs:label ?label .\n  FILTER (REGEX(LANG(?label), \"de|fr\"))\n}", "paraphrases": ["What are the German and French names of country subdivisions with their ISO 3166-2 codes?", "List all country subdivisions with their ISO 3166-2 codes and their labels in German or French."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( REGEX ( LANG ( ?var2Label ) , \"de|fr\" ) ) ) . }"}}
{"id": "val_3732", "question": "Who are the people with the family name Talavera?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P734 wd:Q20727152 .\n}", "paraphrases": ["Humans with the surname Talavera.", "List all individuals whose last name is Talavera."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"talavera\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3733", "question": "Flag images of all sovereign states", "sparql": "SELECT ?flagImage WHERE { ?country wdt:P31 wd:Q3624078 . ?country wdt:P163 ?flag . ?flag wdt:P18 ?flagImage . } LIMIT 16", "paraphrases": ["What are the images of the flags of countries?", "Show me the Wikimedia Commons image links for the national flags of all countries."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://www.wikidata.org/prop/direct/P163> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . } LIMIT 16"}}
{"id": "val_3734", "question": "Buildings with images and geographic coordinates", "sparql": "SELECT ?building ?buildingLabel ?latitude ?longitude ?image WHERE { ?building wdt:P18 ?image . ?building p:P625 ?coordinateStatement . ?coordinateStatement psv:P625 ?coordinateValue . ?coordinateValue wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude . ?building rdfs:label ?buildingLabel FILTER(LANG(?buildingLabel) = 'en') } LIMIT 1", "paraphrases": ["What is a building that has an image on Wikimedia Commons and known geographic coordinates?", "Show me one building that has both a photo and its latitude and longitude."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var5 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P625> ?var7 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var3 . ?var7 <http://wikiba.se/ontology#geoLongitude> ?var4 . } OFFSET 1025 LIMIT 1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_3735", "question": "What are the different height measurements of the Eiffel Tower and their units?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?amount ?unit WHERE {\n  wd:Q243 p:P2048 ?statement .\n  ?statement psv:P2048 ?valueNode .\n  ?valueNode wikibase:quantityAmount ?amount .\n  ?valueNode wikibase:quantityUnit ?unit .\n}", "paraphrases": ["How tall is the Eiffel Tower according to its recorded height values in Wikidata, and in what units?", "Can you list all the height values (in meters) of the Eiffel Tower and specify what each measurement refers to?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q243> <http://www.wikidata.org/prop/P2048> ?var1 . ?var1 <http://wikiba.se/ontology#quantityAmount> ?var2 . ?var1 <http://wikiba.se/ontology#quantityUnit> ?var3 . } LIMIT 5"}}
{"id": "val_3736", "question": "Who are the people with the surname \"de Salins\"?", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P734 wd:Q105496624 . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["List all humans whose family name is de Salins.", "Can you name the individuals known by the last name de Salins?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"DE SALINS\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3737", "question": "What are the birth and death dates of Joseph Kirkland?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q3389103 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q3389103 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q3389103 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Joseph Kirkland born and when did he die?", "Can you tell me the lifespan of Joseph Kirkland, including his birth and death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3389103> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3738", "question": "What type of place is Pla\u00e7a Major, and what city and island is it located in, along with their types?", "sparql": "SELECT ?placeTypeLabel ?cityTypeLabel ?city ?cityLabel ?islandTypeLabel ?island ?islandLabel WHERE { wd:Q9060903 wdt:P31 ?placeType . wd:Q9060903 wdt:P131 ?city . ?city wdt:P31 ?cityType . ?city wdt:P131 ?island . ?island wdt:P31 ?islandType . ?placeType rdfs:label ?placeTypeLabel . ?cityType rdfs:label ?cityTypeLabel . ?city rdfs:label ?cityLabel . ?island rdfs:label ?islandLabel . ?islandType rdfs:label ?islandTypeLabel . FILTER(LANG(?placeTypeLabel) = \"en\") FILTER(LANG(?cityTypeLabel) = \"en\") FILTER(LANG(?cityLabel) = \"en\") FILTER(LANG(?islandLabel) = \"en\") FILTER(LANG(?islandTypeLabel) = \"en\") }", "paraphrases": ["Show the administrative hierarchy of Pla\u00e7a Major: its category, the city it belongs to (and the city\u2019s category), and the island that city is part of (and the island\u2019s category).", "Is Pla\u00e7a Major a plaza mayor? Which city and island is it part of, and what are the types of those locations?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q9060903> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3739", "question": "List all humans with the surname Benini.", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P734 wd:Q21493508 . }", "paraphrases": ["Who are the people with the last name Benini?", "Show me all individuals in Wikidata who have Benini as their family name and are classified as human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"benini\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3740", "question": "People with the surname Spielvogel", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P734 wd:Q21493294 ; wdt:P31 wd:Q5 }", "paraphrases": ["Who are the people with the last name Spielvogel?", "List all humans who have Spielvogel as their family name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"spielvogel\"@fr . }"}}
{"id": "val_3741", "question": "Most common property used to classify single-family detached homes in Wikidata", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?propertyUsed wd:Q1307276 .\n  ?property wikibase:directClaim ?propertyUsed .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is most often used to indicate that something is a single-family detached home?", "Show me the property that is most frequently used to classify entities as single-family detached homes."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q1307276> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_3742", "question": "Public spaces or works with images and Catalan Wikipedia pages", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?wikipediaPage WHERE { ?item wdt:P18 ?image . ?item wdt:P625 ?coord . FILTER ( EXISTS { ?item (wdt:P31/wdt:P279*) wd:Q386724 } || EXISTS { ?item (wdt:P31/wdt:P279*) wd:Q294440 } ) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . OPTIONAL { ?wikipediaPage schema:about ?item ; schema:inLanguage \"ca\" ; schema:isPartOf <https://ca.wikipedia.org/> . } } LIMIT 10", "paraphrases": ["What are some public spaces or creative works that have images and a Catalan Wikipedia page?", "Show me up to 10 examples of public spaces or works that have an image and a Catalan Wikipedia page, along with their coordinates and English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( ?var3 AS ?var4 ) ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(3 42)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"2\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,es,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . } FILTER ( ( EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q386724> . } || EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q294440> . } ) ) . OPTIONAL { ?var7 <http://schema.org/about> ?var1 . ?var7 <http://schema.org/inLanguage> \"ca\". ?var7 <http://schema.org/isPartOf> <https://ca.wikipedia.org/> . } }"}}
{"id": "val_3743", "question": "What are the administrative and geographical locations associated with the Building of Credit Society in Mogilev?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q18941593 wdt:P17 ?location .\n  } UNION {\n    wd:Q18941593 wdt:P131 ?location .\n  } UNION {\n    wd:Q18941593 wdt:P30 ?location .\n  } UNION {\n    wd:Q18941593 wdt:P131 / wdt:P131 ?location .\n  } UNION {\n    wd:Q18941593 wdt:P17 / wdt:P30 ?location .\n  }\n}", "paraphrases": ["Which country, region, city, and continent does the Building of Credit Society belong to?", "Show me the full location hierarchy of the Building of Credit Society, from city up to continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q18941593> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3744", "question": "What countries and cities is the Mandarim Building located in?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q10270241 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location .}", "paraphrases": ["Which administrative and geographic entities are directly associated with the Mandarim Building in S\u00e3o Paulo?", "Show me the direct location hierarchy of the Mandarim Building, including country and city."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q10270241> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3745", "question": "Who are the humans with the French name 'Charles de Gaulle'?", "sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 rdfs:label \"Charles de Gaulle\"@fr . ?var1 wdt:P31 wd:Q5 . }", "paraphrases": ["Which people named Charles de Gaulle in French are humans?", "List all human individuals whose French label is 'Charles de Gaulle'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"degaul\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3746", "question": "What are the names and locations of monuments in India?", "sparql": "SELECT ?monumentLabel ?coordinates WHERE { ?monument (wdt:P31/wdt:P279*) wd:Q4989906 . ?monument wdt:P17 wd:Q668 . ?monument wdt:P625 ?coordinates . ?monument rdfs:label ?monumentLabel . FILTER(LANG(?monumentLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list English-named monuments in India along with their geographic coordinates?", "Show me the coordinates of all monuments and their subtypes located in India, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4989906> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_3747", "question": "What items are related to the Catalan language, and what are their Catalan Wikipedia pages?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?property ?wikipediaPage WHERE {\n  VALUES ?property {\n    wdt:P407 wdt:P1412 wdt:P2936\n  }\n  ?item ?property wd:Q7026 .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"ca\" ; schema:isPartOf <https://ca.wikipedia.org/> .\n}", "paraphrases": ["Show me all Wikipedia pages in Catalan for things that are in the Catalan language.", "Which entities use Catalan as a language, and where can I find their Catalan Wikipedia articles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1647> * <http://www.wikidata.org/entity/P2439> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . ?var1 ?var3 <http://www.wikidata.org/entity/Q7026> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"ca\". ?var4 <http://schema.org/isPartOf> <https://ca.wikipedia.org/> . }"}}
{"id": "val_3748", "question": "List Brazilian municipalities and their states in Portuguese.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipality ?municipalityLabel ?stateLabel WHERE {\n  ?municipality wdt:P31 wd:Q3184121 .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"pt\")\n  .\n  OPTIONAL {\n    ?municipality wdt:P131 ?state .\n    ?state wdt:P31 wd:Q485258 .\n    ?state rdfs:label ?stateLabel .\n    FILTER(LANG(?stateLabel) = \"pt\")\n    .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the names of municipalities in Brazil and the states they belong to, in Portuguese?", "Please provide a list of Brazilian municipalities with their corresponding state names, using Portuguese labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3184121> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } }"}}
{"id": "val_3749", "question": "What properties describe the 2016 South Australian blackout in English?", "sparql": "SELECT ?prop ?propLabel ?description WHERE { VALUES ?prop { wd:P31 wd:P17 wd:P131 wd:P585 wd:P31279 } ?prop a wikibase:Property . ?prop rdfs:label ?propLabel . ?prop schema:description ?description . FILTER (LANG(?propLabel) = \"en\") FILTER (LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of properties used in statements about the 2016 South Australian blackout?", "Which properties are associated with the 2016 South Australian blackout, and what are their English definitions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q28219689> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_3750", "question": "What country is known as \"Fran\u00e7a\" in Portuguese and has an English Wikipedia page?", "sparql": "SELECT DISTINCT ?country WHERE { ?country rdfs:label \"Fran\u00e7a\"@pt ; wdt:P31 wd:Q6256 . ?wikipediaPage schema:about ?country ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . }", "paraphrases": ["Which country's Portuguese name is \"Fran\u00e7a\" and is covered in the English Wikipedia?", "Find the country with the Portuguese label \"Fran\u00e7a\" that also has an English-language Wikipedia article."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2Label \"Fran\u00e7a\"@en ; ?var2Label \"Fran\u00e7a\"@pt . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3751", "question": "What types is Ghana an instance of?", "sparql": "SELECT ?type WHERE { wd:Q117 wdt:P31 ?type .}", "paraphrases": ["What classes does Ghana belong to in Wikidata?", "Show me all the categories that Ghana is classified under as an instance, such as country or sovereign state."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q117> <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3752", "question": "What country is Poble Espanyol located in?", "sparql": "SELECT ?country ?countryLabel WHERE { wd:Q1062480 wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which country contains the architectural site Poble Espanyol?", "Tell me the English name of the country where Poble Espanyol is located."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1062480> AS ?var3 ). ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3753", "question": "What is the Russian label and description of the \"instance of\" property in Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propLabel ?propDescription WHERE {\n  wd:P31 rdfs:label ?propLabel .\n  wd:P31 schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = \"ru\" ) FILTER ( LANG( ?propDescription ) = \"ru\" )\n}", "paraphrases": ["How is the concept of \"university\" classified in Russian in Wikidata?", "In Russian, what does the property that links universities to their type say?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q3918> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_3754", "question": "Historic houses with their construction dates and English names.", "sparql": "SELECT ?var1 ?var1Label ?inceptionDate WHERE { ?var1 wdt:P31 wd:Q5773747 . ?var1 wdt:P571 ?inceptionDate . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") FILTER(isLiteral(?inceptionDate)) } LIMIT 10", "paraphrases": ["What are some historic houses, when were they built, and what are their English names?", "List historic houses along with their inception years and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5773747> . ?var1 <http://www.wikidata.org/prop/direct/P571> <http://www.wikidata.org/entity/inception> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3755", "question": "Cultural heritage sites with images in the Brenner Pass region (11\u00b0E\u201312\u00b0E, 47\u00b0N)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?itemLabel ?admin ?adminLabel ?image ?coordinates ?heritage ?heritageLabel WHERE {\n  ?item wdt:P625 ?coordinates .\n  BIND(STRBEFORE(STRAFTER(STR(?coordinates) , \"POINT(\") , \" \") AS ?lonStr)\n  BIND(STRAFTER(STR(?coordinates) , \" \") AS ?latStrRaw)\n  BIND(STRBEFORE(?latStrRaw , \")\") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= 11 && ?lon <= 12)\n  FILTER(?lat >= 46.99 && ?lat <= 47.01)\n  OPTIONAL {\n    ?item wdt:P131 ?admin .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item p:P1435 ?heritageStmt .\n  ?heritageStmt ps:P1435 ?heritage .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?admin rdfs:label ?adminLabel .\n    FILTER(LANG(?adminLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?heritage rdfs:label ?heritageLabel .\n    FILTER(LANG(?heritageLabel) = \"en\")\n  }\n}", "paraphrases": ["What are the heritage-designated locations with images and their administrative regions between longitude 11\u00b0 and 12\u00b0, and latitude 47\u00b0N?", "List cultural heritage sites in southern Tyrol and South Tyrol along the 47th parallel north, including their labels, administrative areas, images, and heritage status."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(11 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(12 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3756", "question": "Items that are instances of the same type or subclasses as the savanna biome.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  wd:Q42320 wdt:P31 ?type .\n  ?item ( wdt:P31 / wdt:P279 * ) ?type .\n}\nLIMIT 600", "paraphrases": ["What ecosystems are classified as the same type or a subclass of the savanna?", "Show me all entities that belong to the category or subcategories of the savanna biome."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q42320> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . } LIMIT 600"}}
{"id": "val_3757", "question": "What is the name of the skyscraper with the most floors above ground?", "sparql": "SELECT ?buildingLabel WHERE { ?building wdt:P31 wd:Q11303 . ?building wdt:P1101 ?floors . ?building rdfs:label ?buildingLabel . FILTER(LANG(?buildingLabel) = \"en\") } ORDER BY DESC(?floors) LIMIT 1", "paraphrases": ["Which building has the highest number of stories among all skyscrapers?", "Tell me the label of the tallest skyscraper by floor count."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SELECT ?var1Label ( MAX ( ?var3 ) AS ?var2 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11303> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1101> ?var3 . } } GROUP BY ?var1Label }"}}
{"id": "val_3758", "question": "Who are the people with the surname Chrust?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P734 wd:Q118072741 . }", "paraphrases": ["Which humans have the family name Chrust?", "List all individuals whose last name is Chrust."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"chrust\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3759", "question": "List of architectural landmarks in Wikidata.", "sparql": "SELECT ?landmark ?landmarkLabel WHERE { ?landmark wdt:P31 wd:Q2319498 . ?landmark rdfs:label ?landmarkLabel . FILTER(LANG(?landmarkLabel) = \"en\") }", "paraphrases": ["What are some examples of architectural landmarks?", "Show me the English names of all buildings and structures classified as architectural landmarks."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2319498> . }"}}
{"id": "val_3760", "question": "List all geographic locations with coordinates rounded to the nearest arcminute.", "sparql": "SELECT ?item WHERE { ?item p:P625/psv:P625 ?coord . ?coord wikibase:geoLongitude ?lon . ?coord wikibase:geoLatitude ?lat . FILTER ( ?lat = ROUND(?lat * 60) / 60 ) FILTER ( ?lon = ROUND(?lon * 60) / 60 ) }", "paraphrases": ["Which places on Earth have coordinates that are precise only to the nearest minute of latitude and longitude?", "Show me all Wikidata items representing geographic features whose latitude and longitude are exact multiples of 1/60th of a degree (i.e., no seconds or fractional minutes)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var4 . ?var4 <http://wikiba.se/ontology#geoLongitude> ?var5 . ?var4 <http://wikiba.se/ontology#geoLatitude> ?var6 . FILTER ( ( ( ?var6 = ( ROUND ( ( ?var6 *\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) /\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) . FILTER ( ( ( ?var5 = ( ROUND ( ( ?var5 *\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) /\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) . }"}}
{"id": "val_3761", "question": "Who are the people with the surname Gateau?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P734 wd:Q37129024 . }", "paraphrases": ["List all humans who have the last name Gateau.", "Which individuals are known by the family name Gateau?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Gateau\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3762", "question": "Monuments with their types and coordinates in English.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?monument ?monumentLabel ?type ?typeLabel ?coordinate WHERE {\n  ?monument wdt:P31 wd:Q4989906 .\n  ?monument wdt:P31 ?type .\n  ?monument wdt:P625 ?coordinate .\n  ?monument rdfs:label ?monumentLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?monumentLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" )\n}", "paraphrases": ["What are the English-labeled monuments, their specific types (like statue or sculpture), and their geographic coordinates?", "List monuments that are instances of 'monument' along with their English names, their more specific types (e.g., statue), and their coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4989906> . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_3763", "question": "Monuments with geographic coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?monument WHERE {\n  ?monument wdt:P31 wd:Q4989906 .\n  ?monument wdt:P625 ?coordinate .\n}\nLIMIT 10000", "paraphrases": ["Which monuments have known geographic coordinates?", "List all monuments that are located at specific coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4989906> . ?var1 <http://www.wikidata.org/prop/statement/value/P625> ?var3 . } LIMIT 10000"}}
{"id": "val_3764", "question": "What are the different language titles of the Wikimedia list page for National Register of Historic Places in Hudson County, New Jersey, and what type of page is it?", "sparql": "SELECT ?pageTitle ?instanceType WHERE { wd:Q6976348 wdt:P31 ?instanceType ; rdfs:label ?pageTitle .}", "paraphrases": ["What is the classification and multilingual title of the Wikipedia list page about historic places in Hudson County, New Jersey?", "Show me the labels and type of the Wikidata item for the list of historic places in Hudson County, New Jersey."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q6976348> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_3765", "question": "Top 100 most used URL templates in Wikidata and the entities that use them.", "sparql": "SELECT ?formatterUrl ?formatterUrlLabel ?count (GROUP_CONCAT(DISTINCT STRAFTER(STR(?entity), \"/entity/\"); SEPARATOR=\", \") AS ?entityIds) (GROUP_CONCAT(DISTINCT ?entityLabel; SEPARATOR=\", \") AS ?entityLabels) WHERE { { SELECT ?formatterUrl (COUNT(DISTINCT ?entity) AS ?count) WHERE { ?entity wdt:P1630 ?formatterUrl . } GROUP BY ?formatterUrl HAVING (?count > 1) ORDER BY DESC(?count) LIMIT 100 } ?entity wdt:P1630 ?formatterUrl . OPTIONAL { ?formatterUrl rdfs:label ?formatterUrlLabel . FILTER(LANG(?formatterUrlLabel) = \"en\") } OPTIONAL { ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") } } GROUP BY ?formatterUrl ?formatterUrlLabel ?count ORDER BY DESC(?count)", "paraphrases": ["Which URL format strings are used by more than one Wikidata item, and which items use each one?", "Show me the most popular identifier templates in Wikidata, how many items use each, and list the items and their labels."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var1Label ) AS ?var1Label )( SAMPLE ( ?var2 ) AS ?var2 )( GROUP_CONCAT ( DISTINCT STRAFTER ( STR ( ?var3 ) , \"/entity/\" ) ; SEPARATOR = \", \" ) AS ?var4 )( GROUP_CONCAT ( DISTINCT ?var3Label ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1630> ?var1 . } GROUP BY ?var1 HAVING ( ( ?var2 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var2 ) LIMIT 100 } ?var3 <http://www.wikidata.org/prop/direct/P1630> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_3766", "question": "How many items in Wikidata are associated with any type of identifier?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q853614 .\n}", "paraphrases": ["What is the total number of entities in Wikidata that are either identifiers or subclasses of identifiers?", "Count all items in Wikidata that have an instance-of or subclass-of relationship to the identifier class (Q853614)."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q853614> . }"}}
{"id": "val_3767", "question": "Who is Tony Gomes in French on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person rdfs:label \"Tony Gomes\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata identifier for the person named Tony Gomes with a French label?", "Show me the Wikidata entity for Tony Gomes that is labeled in French and is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Tony Gomes\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3768", "question": "What properties are used to describe control systems in Wikidata, and what are their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propItem ?propLabel ?propDescription WHERE {\n  ?item ?prop wd:Q959968 .\n  ?propItem wikibase:directClaim ?prop .\n  ?propItem a wikibase:Property .\n  ?propItem rdfs:label ?propLabel .\n  ?propItem schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = \"en\" ) FILTER ( LANG( ?propDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of all properties that link entities to the concept of a control system?", "Which properties connect items to \"control system\" (Q959968), and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q959968> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_3769", "question": "What buildings were designed by female architects and are located in a country?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building WHERE {\n  ?building(wdt:P31 / wdt:P279 *) wd:Q41176 .\n  ?building wdt:P84 ?architect .\n  ?building wdt:P17 ?country .\n  ?architect wdt:P21 wd:Q6581072 .\n}", "paraphrases": ["Can you list buildings that have a female architect as their designer?", "Which architectural structures were designed by women, and in which countries are they located?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q41176> . ?var1 <http://www.wikidata.org/prop/direct/P84> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q467> . }"}}
{"id": "val_3770", "question": "World Heritage Sites in Europe with Italian administrative region names, coordinates, and images.", "sparql": "SELECT DISTINCT \n  ?heritageSite \n  ?heritageSiteLabel \n  ?administrativeEntity \n  ?administrativeEntityLabel \n  ?coordinates \n  ?image \nWHERE {\n  ?heritageSite wdt:P17 ?country .\n  ?country wdt:P30 wd:Q46 .\n  ?heritageSite wdt:P131 ?administrativeEntity .\n  ?heritageSite wdt:P625 ?coordinates .\n  ?heritageSite wdt:P1435 wd:Q9259 .\n  \n  ?heritageSite rdfs:label ?heritageSiteLabel . FILTER (LANG(?heritageSiteLabel) = \"en\")\n  \n  OPTIONAL { ?heritageSite wdt:P18 ?image . }\n  OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER (LANG(?administrativeEntityLabel) = \"it\") }\n}\nGROUP BY \n  ?heritageSite \n  ?heritageSiteLabel \n  ?administrativeEntity \n  ?administrativeEntityLabel \n  ?coordinates \n  ?image \nORDER BY ASC(?heritageSiteLabel)\nLIMIT 20", "paraphrases": ["What are the World Heritage Sites located in Europe, and what are their Italian-named administrative regions, coordinates, and images?", "List all World Heritage Sites in Europe, showing their English names, the Italian names of the regions they\u2019re in, their geographic coordinates, and any available images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P30> <http://www.wikidata.org/entity/Q46> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q9259> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"it\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } GROUP BY ?var1 ?var1Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_3771", "question": "What are the biological and chemical databases and ontologies that have identifiers.org codes, and what are their codes?", "sparql": "SELECT ?databaseOrProperty ?identifiersCode ?label WHERE { ?databaseOrProperty wdt:P4793 ?identifiersCode . ?databaseOrProperty rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which databases and ontologies are registered with identifiers.org, and what are their short codes?", "Can you list the names and identifiers.org codes for systems like UniProt, ChEBI, and UBERON?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4793> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3772", "question": "What is the type of the Wikipedia list \"List of tallest buildings in Detroit\", and what is its English label?", "sparql": "SELECT ?typeLabel ?itemLabel WHERE { wd:Q4816899 wdt:P31 ?type ; rdfs:label ?itemLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["Type and label of \"List of tallest buildings in Detroit\" on Wikidata", "Can you tell me the English label of the item \"List of tallest buildings in Detroit\" and the English label of the class it belongs to (its instance-of type)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q4816899> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_3773", "question": "List of places with their geographic coordinates in Wikidata.", "sparql": "SELECT ?item ?coordinates WHERE { ?item wdt:P625 ?coordinates . } LIMIT 100", "paraphrases": ["What are some locations and their corresponding latitude and longitude coordinates in Wikidata?", "Show me 100 examples of items in Wikidata that have defined geographic coordinates."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } LIMIT 100"}}
{"id": "val_3774", "question": "What are the identifier properties in Wikidata and their corresponding URI templates?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?issuer ?issuerLabel ?issuerTypeLabel ?associatedItem ?associatedItemLabel ?property ?propertyLabel ?formatterUri WHERE {\n  ?property ( wdt:P31 / wdt:P279 * ) wd:Q18614948 ; wdt:P1921 ?formatterUri .\n  OPTIONAL {\n    ?property wdt:P2378 ?issuer .\n    ?issuer wdt:P31 ?issuerType .\n    OPTIONAL {\n      ?issuer rdfs:label ?issuerLabel .\n      FILTER ( LANG( ?issuerLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?issuerType rdfs:label ?issuerTypeLabel .\n      FILTER ( LANG( ?issuerTypeLabel ) = \"en\" )\n    }\n  }\n  OPTIONAL {\n    ?property wdt:P1629 ?associatedItem .\n    OPTIONAL {\n      ?associatedItem rdfs:label ?associatedItemLabel .\n      FILTER ( LANG( ?associatedItemLabel ) = \"en\" )\n    }\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?formatterUri )", "paraphrases": ["Which Wikidata properties are used as identifiers (like ISBN or ISSN), what are their formatter URIs, and what entities or organizations are associated with them?", "List all identifier properties in Wikidata along with their URI patterns, the types of things they identify (like books or journals), and the organizations that issue them, sorted by URI template."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18614948> ; <http://www.wikidata.org/prop/direct/P1921> ?var5 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2378> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1629> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de,es,fr,da\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_3775", "question": "What are the most common starting letters of Spanish municipality names in Spanish?", "sparql": "SELECT ?firstLetter (COUNT(?firstLetter) AS ?count) WHERE { ?municipality wdt:P31 wd:Q2074737 . ?municipality rdfs:label ?label . FILTER(LANG(?label) = \"es\") BIND(SUBSTR(?label, 1, 1) AS ?firstLetter) } GROUP BY ?firstLetter ORDER BY DESC(?count)", "paraphrases": ["Which letters do Spanish municipality names most frequently begin with, and how many start with each?", "Show me a list of the first letters of Spanish names of Spanish municipalities, ordered by how many municipalities start with each letter, from most to least common."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { BIND ( SUBSTR ( ?var3Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) && ( LANG ( ?var4Label ) = \"es\" ) ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_3776", "question": "UNESCO World Heritage Sites with their country, coordinates, and images in English.", "sparql": "SELECT DISTINCT ?unescoId ?site ?siteLabel ?country ?countryLabel ?coordinates ?image WHERE { ?site wdt:P757 ?unescoId . ?site wdt:P17 ?country . ?site wdt:P625 ?coordinates . ?site wdt:P18 ?image . ?site rdfs:label ?siteLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?siteLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["What are the UNESCO World Heritage Sites, their locations, countries, geographic coordinates, and associated images, all labeled in English?", "List all UNESCO World Heritage Sites along with their English names, the countries they are in (with English names), their coordinates, and images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P757> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } OPTIONAL { ?var6 <http://schema.org/about> ?var7 . ?var6 <http://schema.org/inLanguage> \"fr\". ?var6 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } }"}}
{"id": "val_3777", "question": "Geolocated places with names starting with \"a\" and their coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?coordinates WHERE {\n  ?item wdt:P625 ?coordinates .\n  ?item rdfs:label ?label .\n  FILTER ( REGEX( ?label , \"^a\" , \"i\" ) )\n}\nLIMIT 3000", "paraphrases": ["What are the names and geographic coordinates of all places in Wikidata whose names start with the letter \"a\"?", "Show me the labels and coordinates of all geolocated entities whose labels begin with the letter \"a\", regardless of language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( REGEX ( ?var1Label , \"^a\", \"i\" ) ) ) . } LIMIT 3000"}}
{"id": "val_3778", "question": "Geographic locations with English labels and coordinates in WKT format", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location ?label ?wkt WHERE {\n  ?location ( wdt:P31 / wdt:P279 * ) wd:Q2221906 .\n  ?location rdfs:label ?label .\n  ?location wdt:P625 ?wkt .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some geographic locations (like mountains, islands, or cities) with their English names and coordinate points?", "List 100 geographic features with their English labels and WKT coordinate representations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( STRDT ( CONCAT ( \"Point(\", IF ( ( ?var3 < \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ), STR ( ( ?var3 +\"360\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) , STR ( ?var3 ) ) , \" \", STR ( ?var4 ) , \")\" ) , <http://www.opengis.net/ont/geosparql#wktLiteral> ) AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2221906> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var6 . ?var6 <http://wikiba.se/ontology#geoLatitude> ?var4 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . }"}}
{"id": "val_3779", "question": "What are the Spanish names of places of worship that start with the letter \"E\"?", "sparql": "SELECT ?place ?label WHERE { ?place (wdt:P31/wdt:P279*) wd:Q1370598 ; rdfs:label ?label . FILTER (LANG(?label) = \"es\") FILTER (REGEX(?label, \"^E\")) }", "paraphrases": ["List all places of worship in Spanish that have names beginning with \"E\".", "Show me the Spanish labels for religious structures starting with \"E\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1370598> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"^E\" ) ) ) . }"}}
{"id": "val_3780", "question": "List all heritage sites in Wales with Cadw Building or Monument IDs.", "sparql": "SELECT ?heritageSite WHERE { { ?heritageSite wdt:P1459 ?id1 . } UNION { ?heritageSite wdt:P3007 ?id2 . } }", "paraphrases": ["What are the heritage sites in Wales that have a Cadw Building ID or a Cadw Monument ID?", "Please provide a list of all listed buildings and scheduled monuments in Wales, identified by their Cadw identifiers."], "info": {"raw_sparql": "SELECT ?var1 WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P1459> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P3007> ?var3 . } } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(0 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"10\". } }"}}
{"id": "val_3781", "question": "What are the listed buildings in the UK with their locations, images, and Wikimedia Commons categories?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P1435 wd:Q570600 .\n  ?item wdt:P625 ?location .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you show me UK listed buildings along with their coordinates, any associated images, and their Commons categories?", "Which heritage-designated buildings in the UK have images and Commons categories linked to them?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-5 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-2 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P1435> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3782", "question": "Grade I listed church buildings in Wales with their Cadw IDs and coordinates", "sparql": "SELECT ?church ?churchLabel ?cadwId ?cadwUrl ?location WHERE { ?church wdt:P1459 ?cadwId . ?church (wdt:P31/wdt:P279*) wd:Q16970 . ?church wdt:P625 ?location . ?church wdt:P1435 wd:Q15700818 . ?church rdfs:label ?churchLabel . FILTER(LANG(?churchLabel) = \"en\") BIND(CONCAT(\"https://cadwpublic-api.azurewebsites.net/reports/listedbuilding/FullReport?id=\", ?cadwId) AS ?cadwUrl) }", "paraphrases": ["What are the Grade I listed church buildings in Wales, their Cadw identification numbers, geographic coordinates, and how can I access their official Cadw records?", "Please list all Grade I listed church buildings in Wales, including their English labels, Cadw IDs, coordinates, and direct links to their Cadw heritage records."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( IRI ( REPLACE ( ?var2 , \"^(.+)$\", ?var5 ) ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P1459> ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q15700818> . <http://www.wikidata.org/entity/P1459> <http://www.wikidata.org/prop/direct/P1630> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var6 . } FILTER ( ( !( BOUND ( ?var6 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3783", "question": "Who are the people or institutions related to Georg Balthasar Metzger, and what are the nature of those relationships?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?property ?propertyLabel ?image WHERE {\n  ?person ?property wd:Q104854 .\n  ?propertyEntity wikibase:directClaim ?property .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?personLabel ) = \"en\" ) OPTIONAL {\n    wd:Q104854 wdt:P18 ?image\n  }\n}\nLIMIT 100", "paraphrases": ["Which individuals or organizations had a direct relationship with Georg Balthasar Metzger (e.g., as his student or founder), and what are the English labels for those relationships?", "Can you list the entities that are connected to Georg Balthasar Metzger through properties like 'student of' or 'founded by', along with their names and the relationship labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q104854> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_3784", "question": "List of listed buildings in Wales with Cadw Building IDs and their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?building ?buildingLabel WHERE {\n  ?building wdt:P1459 [] .\n  ?building rdfs:label ?buildingLabel .\n  FILTER(LANG(?buildingLabel) = \"en\")\n}", "paraphrases": ["What are the English names of buildings in Wales that have a Cadw Building ID?", "Show me the English labels of all Welsh listed buildings that are assigned a Cadw Building ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1459> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3785", "question": "Religions associated with a country", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  ?religion wdt:P31 wd:Q9174 ; wdt:P17 [] .\n  ?religion rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the names of religions that are linked to a specific country?", "List the English labels of all religious traditions that are located in at least one country."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9174> ; <http://www.wikidata.org/prop/direct/P17> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3786", "question": "List all Wikidata properties that are used as unique identifiers for external sources.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?identifierProperty ?identifierPropertyLabel WHERE {\n  ?identifierProperty wdt:P279 * wd:Q19847637 .\n  ?identifierProperty rdfs:label ?identifierPropertyLabel .\n  FILTER ( LANG( ?identifierPropertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the different types of identifier properties in Wikidata, such as those for playlists, diseases, or video games?", "Show me all Wikidata properties that are subclasses of the \"Wikidata property for an identifier\" type."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q19847637> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } LIMIT 100"}}
{"id": "val_3787", "question": "Australian heritage sites in New South Wales with AHD IDs and their listing types", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel ?ahd_id ?designationLabel WHERE {\n  ?item wdt:P3008 ?ahd_id .\n  ?item wdt:P1435 ?heritage .\n  ?item wdt:P131 * wd:Q3224 .\n  BIND( IF( ?heritage = wd:Q20747146 , \"Australian National Heritage List\" , IF( ?heritage = wd:Q30108476 , \"Commonwealth Heritage List\" , \"Other\" ) ) AS ?designationLabel ) .\n  FILTER ( ?designationLabel != \"Other\" ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Which heritage-listed sites in New South Wales have an Australian Heritage Database ID, and are they on the National or Commonwealth Heritage List?", "List the names, AHD IDs, and heritage designation types (National or Commonwealth) of heritage sites located in New South Wales."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( IF ( ( ?var4 = <http://www.wikidata.org/entity/Q20747146> ), \"string1\", IF ( ( ?var4 = <http://www.wikidata.org/entity/Q30108476> ), \"string2\", \"drop\" ) ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P3008> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var4 . FILTER ( ( ( ?var3 != \"drop\" ) ) ) . FILTER ( ( ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) < \"105000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q3224> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3788", "question": "What are the geographic locations (city, country, and continent) of the Column of Marcus Aurelius?", "sparql": "SELECT DISTINCT ?location ?locationLabel WHERE { { wd:Q265384 wdt:P131 ?location . } UNION { wd:Q265384 wdt:P17 ?location . } UNION { wd:Q265384 wdt:P17 ?country . ?country wdt:P30 ?location . } ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") }", "paraphrases": ["Where is the Column of Marcus Aurelius located? Include its city, country, and continent.", "Can you tell me the administrative division, country, and continent where the Column of Marcus Aurelius is situated?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q265384> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3789", "question": "What architectural styles are used for cemeteries, monuments, and memorials in France?", "sparql": "SELECT DISTINCT ?style ?styleLabel WHERE { VALUES ?deathType { wd:Q39614 wd:Q4989906 wd:Q13406463 } ?item wdt:P31/wdt:P279* ?deathType . ?item wdt:P17 wd:Q142 . ?item wdt:P149 ?style . ?style rdfs:label ?styleLabel . FILTER(LANG(?styleLabel) = \"en\") }", "paraphrases": ["Can you list the architectural styles of death-related structures like cemeteries and memorials located in France?", "Which styles of architecture are associated with French cemeteries, monuments, and memorials?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var3 <http://www.wikidata.org/prop/direct/P149> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3790", "question": "What is the English description and image of the statue in Plogastel-Saint-Germain, France?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q29148240 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { wd:Q29148240 schema:description ?description . FILTER(LANG(?description) = \"en\") } OPTIONAL { wd:Q29148240 wdt:P18 ?image } }", "paraphrases": ["Can you show me the label, description, and image of the historical statue in Plogastel-Saint-Germain?", "Provide the English name, description, and photo of the wooden religious statue listed as a historical monument in Plogastel-Saint-Germain, France."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q29148240> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q29148240> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q29148240> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3791", "question": "Which Wikimedia portal has Marseille as its main topic?", "sparql": "SELECT ?portal ?statement ?qualifierProperty WHERE { ?statement ps:P1204 wd:Q23482 . ?portal p:P1204 ?statement . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier true . } }", "paraphrases": ["What Wikimedia portal is primarily about the city of Marseille?", "Show me the Wikimedia portal that takes Marseille as its main topic, along with any qualifiers attached to that association."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1204> <http://www.wikidata.org/entity/Q23482> . ?var1 <http://www.wikidata.org/prop/P1204> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_3792", "question": "List towns with their countries, GeoNames IDs, populations, and English alternative names, sorted by country name and population.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?town ?townLabel ?country ?countryLabel ?geonamesId ?population ?altLabel WHERE {\n  ?town(wdt:P31 / wdt:P279 *) wd:Q3957 .\n  ?town wdt:P17 ?country .\n  OPTIONAL {\n    ?town wdt:P1566 ?geonamesId .\n  }\n  OPTIONAL {\n    ?town wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?town skos:altLabel ?altLabel .\n    FILTER(LANG(?altLabel) = \"en\")\n  }\n  ?town rdfs:label ?townLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?townLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY ASC(?countryLabel) DESC(?population)", "paraphrases": ["What are the towns in the world, along with their countries, populations, GeoNames IDs, and English alternative names, ordered alphabetically by country and by population in descending order?", "Please provide a list of all towns, including their English labels, the countries they are in, their populations, GeoNames IDs, and any English alternative names, sorted by country name and then by population from highest to lowest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3957> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } ORDER BY ASC( ?var2Label ) DESC( ?var4 )"}}
{"id": "val_3793", "question": "What are the names of Lutheran church congregations in Russia, Ukraine, and nearby regions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?church ?churchLabel WHERE {\n  ?church wdt:P31 wd:Q1989839 .\n  ?church rdfs:label ?churchLabel .\n}\nLIMIT 100", "paraphrases": ["List the labels of all entities that are instances of a Lutheran church organization.", "Can you show me the names of church congregations classified as 'kirch'?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1989839> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_3794", "question": "What are the names and coordinates of places located in Paris, France?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?coordinates ?label WHERE {\n  ?item wdt:P131 wd:Q90 .\n  ?item wdt:P625 ?coordinates .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me the English-labeled locations in Paris along with their geographic coordinates.", "List streets and landmarks in Paris with their latitude and longitude."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( \"12188\" AS ?var2 ) ?var3 ( STR ( ?var4Label ) AS ?var5 ) WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( STR ( ?var4Label ) = \"string3\" ) ) ) . }"}}
{"id": "val_3795", "question": "List buildings in the United Kingdom with their National Heritage List for England numbers and coordinates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel ?heritageNumber ?coordinates WHERE {\n  ?building wdt:P31 wd:Q41176 .\n  ?building wdt:P17 wd:Q145 .\n  OPTIONAL {\n    ?building wdt:P1216 ?heritageNumber .\n  }\n  OPTIONAL {\n    ?building wdt:P625 ?coordinates .\n  }\n  ?building rdfs:label ?buildingLabel .\n  FILTER(LANG(?buildingLabel) = \"en\")\n}", "paraphrases": ["What are the names, heritage numbers, and geographic locations of buildings in the United Kingdom that are listed on the National Heritage List for England?", "Please provide the English names, heritage list numbers, and coordinates of all listed buildings in the United Kingdom."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41176> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1216> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } }"}}
{"id": "val_3796", "question": "What are the coordinates and physical features of structures built in ancient Roman architectural style?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?structureLabel ?physicalFeatureLabel ?coordinates WHERE {\n  ?structure wdt:P149 wd:Q223750 .\n  ?structure wdt:P625 ?coordinates .\n  ?structure wdt:P706 ?physicalFeature .\n  OPTIONAL {\n    ?structure rdfs:label ?structureLabel .\n    FILTER ( LANG( ?structureLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?physicalFeature rdfs:label ?physicalFeatureLabel .\n    FILTER ( LANG( ?physicalFeatureLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which Roman-era buildings are located on the Oppian Hill, and what are their geographic coordinates?", "List the English names of ancient Roman architectural structures, the landforms they are located on, and their GPS coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P149> <http://www.wikidata.org/entity/Q223750> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P706> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3797", "question": "What are the historical monuments located in Toulouse?", "sparql": "SELECT DISTINCT ?monument ?monumentLabel WHERE { ?monument wdt:P131 wd:Q7880 . ?monument wdt:P1435 wd:Q10387684 . ?monument rdfs:label ?monumentLabel . FILTER(LANG(?monumentLabel) = \"en\") }", "paraphrases": ["List all classified historical monuments in Toulouse, France.", "Can you show me the names of buildings in Toulouse that are protected as historical monuments by the French government?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q916475> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q7880> . }"}}
{"id": "val_3798", "question": "What is the label and description of the property used to specify the type of mapping for external identifiers in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propLabel ?propDescription WHERE {\n  wd:P4390 rdfs:label ?propLabel .\n  wd:P4390 schema:description ?propDescription .\n  FILTER(LANG(?propLabel) = \"en\")\n  FILTER(LANG(?propDescription) = \"en\")\n}", "paraphrases": ["What does the property P4390 mean in Wikidata?", "Can you show me the English label and description of the SKOS mapping relation type property?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q39893449> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_3799", "question": "Which of these six heritage-related items have official identifiers in UK heritage databases?", "sparql": "SELECT ?heritage_item WHERE { { ?heritage_item wdt:P709 ?id } UNION { ?heritage_item wdt:P718 ?id } UNION { ?heritage_item wdt:P1216 ?id } UNION { ?heritage_item wdt:P1459 ?id } UNION { ?heritage_item wdt:P1460 ?id } UNION { ?heritage_item wdt:P3007 ?id } . FILTER ( ?heritage_item IN ( wd:Q16265590, wd:Q639208, wd:Q15866711, wd:Q19070244, wd:Q17647222, wd:Q5342522 ) ) MINUS { ?heritage_item wdt:P31 wd:Q13406463 . } }", "paraphrases": ["Among Bodiam Castle, the medieval pleasaunce near Court Lodge, and four other entities, which ones are listed in Historic Environment Scotland, Canmore, Cadw, or other UK heritage registers?", "Can you tell me which of these six entities \u2014 including Bodiam Castle and the archaeological site southeast of Court Lodge \u2014 are officially recorded in UK heritage systems like the National Heritage List for England or Canmore?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P709> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P718> ?var3 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1216> ?var4 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1459> ?var5 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1460> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P3007> ?var7 . } } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q16265590> , <http://www.wikidata.org/entity/Q639208> , <http://www.wikidata.org/entity/Q15866711> , <http://www.wikidata.org/entity/Q19070244> , <http://www.wikidata.org/entity/Q17647222> , <http://www.wikidata.org/entity/Q5342522> ) ) ) . }"}}
{"id": "val_3800", "question": "What type of building is Saint Nicholas Church, and what types of administrative entities are Bucharest and Romania?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?churchTypeLabel ?cityTypeLabel ?city ?cityLabel ?countryTypeLabel ?country ?countryLabel WHERE {\n  wd:Q2502307 wdt:P31 ?churchType .\n  wd:Q2502307 wdt:P131 ?city .\n  ?city wdt:P31 ?cityType .\n  ?city wdt:P131 ?country .\n  ?country wdt:P31 ?countryType .\n  ?churchType rdfs:label ?churchTypeLabel .\n  ?cityType rdfs:label ?cityTypeLabel .\n  ?countryType rdfs:label ?countryTypeLabel .\n  ?city rdfs:label ?cityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?churchTypeLabel ) = \"en\" ) FILTER ( LANG( ?cityTypeLabel ) = \"en\" ) FILTER ( LANG( ?countryTypeLabel ) = \"en\" ) FILTER ( LANG( ?cityLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Show me the classification of Saint Nicholas Church, along with the types of the city (Bucharest) and country (Romania) it is located in.", "Types of Saint Nicholas Church in Bucharest, Romania, and the administrative types of Bucharest and Romania."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q2502307> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3801", "question": "Who are the people with the surname Inglebert?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?label WHERE {\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"en\" , \"fr\"))\n  FILTER(CONTAINS(LCASE(?label) , \"inglebert\"))\n  ?person wdt:P31 wd:Q5 .\n}\nORDER BY ?label", "paraphrases": ["Can you list all humans whose name includes 'Inglebert' in English or French?", "Show me the English and French labels of all individuals in Wikidata with the surname Inglebert."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Inglebert\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3802", "question": "List buildings and structures in England with National Heritage List numbers starting with 136249.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?listNumber WHERE {\n  ?item wdt:P1216 ?listNumber .\n  ?item rdfs:label ?itemLabel .\n  FILTER(REGEX(?listNumber , \"^136249\"))\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nORDER BY ?listNumber", "paraphrases": ["What are the English heritage items numbered between 1362490 and 1362499 on the National Heritage List?", "Show me the names and Heritage List numbers of all listed buildings in England with numbers beginning with 136249."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1216> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( REGEX ( ?var2 , \"^(136249)\" ) ) ) . }"}}
{"id": "val_3803", "question": "What type is Kaunas Cathedral Basilica and what is its name?", "sparql": "SELECT ?typeLabel ?itemLabel WHERE { wd:Q1686988 wdt:P31 ?type ; rdfs:label ?itemLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What is the English label of Kaunas Cathedral Basilica, and what class does it belong to?", "Show me the English name of Kaunas Cathedral Basilica and its type in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q1686988> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_3804", "question": "What locations are associated with Christ Church, Hampstead, and what are their images?", "sparql": "SELECT ?property ?value ?valueLabel ?valueImage WHERE { wd:Q5108689 ?property ?value . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER ( LANG(?valueLabel) = \"en\" ) } OPTIONAL { ?value wdt:P18 ?valueImage . } FILTER ( STRSTARTS( LCASE( STR(?valueLabel) ), \"hampstead\" ) || STRSTARTS( LCASE( STR(?valueLabel) ), \"london\" ) ) }", "paraphrases": ["Show me the properties linking Christ Church, Hampstead to places like Hampstead or London, along with the labels and images of those places.", "Which places are connected to Christ Church in Hampstead, and can you show me their names and pictures?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q5108689> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q5108689> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3805", "question": "What cultural heritage sites in southern France (between 1.5\u00b0E and 3.5\u00b0E, 42.5\u00b0N and 43.5\u00b0N) have a heritage designation or Wiki Loves Monuments ID, along with their images and administrative locations?", "sparql": "SELECT ?item ?itemLabel ?administrativeEntity ?administrativeEntityLabel ?image ?coordinates WHERE {\n  ?item wdt:P625 ?coordinates .\n  FILTER(geof:longitude(?coordinates) >= 1.5 && geof:longitude(?coordinates) <= 3.5 && geof:latitude(?coordinates) >= 42.5 && geof:latitude(?coordinates) <= 43.5)\n  OPTIONAL { ?item wdt:P131 ?administrativeEntity . }\n  OPTIONAL { ?item wdt:P18 ?image . }\n  {\n    ?item p:P1435 ?heritage .\n  } UNION {\n    ?item p:P2186 ?wlm .\n  }\n  OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }\n  OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = 'en') }\n}", "paraphrases": ["List monuments in the Aude region of France that are part of Wiki Loves Monuments or have a heritage status, showing their coordinates, images, and the towns they\u2019re in.", "Find churches, castles, and other protected sites in the Pyrenees-Orientales and Aude areas with available photos and location data, filtered by geographic bounds."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(2 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(3 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } }"}}
{"id": "val_3806", "question": "What properties are used to describe St. Bernard de Clairvaux Church?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel WHERE {\n  wd:Q1775885 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nORDER BY ?property", "paraphrases": ["List the English labels of all direct properties associated with the St. Bernard de Clairvaux Church.", "Which attributes (like location, country, etc.) are defined for the St. Bernard de Clairvaux Church in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1775885> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3807", "question": "What are the coordinates of Paris, France, and what is the fixed value 16633 associated with it?", "sparql": "SELECT ?item ?constant ?coordinate ?label WHERE { ?item wdt:P625 ?coordinate . ?item rdfs:label ?label . FILTER (?item = wd:Q90) FILTER (LANG(?label) = \"en\") BIND(\"16633\" AS ?constant) }", "paraphrases": ["Can you tell me the geographic coordinates of Paris and the constant value 16633 linked to it in Wikidata?", "Please return the English label, coordinates, and the constant '16633' for the entity representing Paris, France."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( \"16633\" AS ?var2 ) ?var3 ( STR ( ?var4Label ) AS ?var5 ) WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( STR ( ?var4Label ) = \"string3\" ) ) ) . }"}}
{"id": "val_3808", "question": "What financial categories does high-yield debt belong to?", "sparql": "SELECT DISTINCT ?subclass ?label WHERE { wd:Q1050279 wdt:P279* ?subclass . ?subclass rdfs:label ?label . FILTER(LANG(?label) = 'en') . FILTER(CONTAINS(LCASE(?label), 'financial') || CONTAINS(LCASE(?label), 'economic') || CONTAINS(LCASE(?label), 'bond') || CONTAINS(LCASE(?label), 'debt') || CONTAINS(LCASE(?label), 'instrument')) } ORDER BY ?subclass", "paraphrases": ["Can you list all the classes that high-yield debt is a subclass of, specifically within finance and economics?", "Show me the hierarchy of financial terms that include high-yield debt, such as bonds and financial instruments."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1050279> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_3809", "question": "Church buildings in the United Kingdom with their administrative areas, coordinates, and heritage designations.", "sparql": "SELECT ?church ?churchLabel ?administrativeArea ?coordinates ?heritageDesignation WHERE { ?church wdt:P31 wd:Q16970 . ?church wdt:P17 wd:Q145 . ?church wdt:P131 ?administrativeArea . ?church wdt:P625 ?coordinates . ?church wdt:P1435 ?heritageDesignation . ?church rdfs:label ?churchLabel . FILTER(LANG(?churchLabel) = \"en\") }", "paraphrases": ["What are the church buildings in the United Kingdom, their locations, coordinates, and heritage statuses?", "List all church buildings in the UK, including their English names, the administrative areas they are located in, their geographic coordinates, and their official heritage designations (e.g., Grade II listed)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3810", "question": "French-labeled person named Jean Haas who is human", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Jean Haas\" @fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who is the French-labeled person named Jean Haas that is a human?", "Find the human individual named Jean Haas in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jean Haas\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3811", "question": "What is the Italian name, image, coordinates, and Wikipedia page for the Church of the Visitation of the Virgin Mary and Saint Barnabas in Turin?", "sparql": "SELECT ?label ?abstract ?image ?coordinates ?wikipediaPage WHERE { wd:Q3669248 rdfs:label ?label . FILTER(LANG(?label) IN (\"it\", \"en\", \"de\", \"fr\")) VALUES (?lang ?priority) { (\"it\" 1) (\"en\" 2) (\"de\" 3) (\"fr\" 4) } FILTER(LANG(?label) = ?lang) OPTIONAL { wd:Q3669248 wdt:P1813 ?abstract . FILTER(LANG(?abstract) = \"it\") } OPTIONAL { wd:Q3669248 wdt:P18 ?image . } OPTIONAL { wd:Q3669248 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaPage schema:about wd:Q3669248 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> . } } ORDER BY ASC(?priority) LIMIT 1", "paraphrases": ["Can you show me the preferred language label, location, and Italian Wikipedia link for the church Q3669248, along with its image?", "Tell me about the Church of the Visitation of the Virgin Mary and Saint Barnabas in Turin: what does it look like, where is it located, and where can I read about it in Italian?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3669248> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3669248> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3669248> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3669248> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3669248> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_3812", "question": "In which country is the Dominican Church of the Holy Spirit located?", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { wd:Q1522363 wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Country of Dominican Church of the Holy Spirit", "Tell me the sovereign state where the Dominican Church of the Holy Spirit is situated."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1522363> AS ?var3 ). ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3813", "question": "What property is most commonly used to link items to Douglas Adams as their object?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  {\n    SELECT ?property WHERE {\n      ?item ?prop wd:Q42 .\n      ?property wikibase:directClaim ?prop .\n      ?property rdf:type wikibase:Property .\n    }\n    LIMIT 10000\n  }\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property has the highest number of statements where Douglas Adams is the object, and how many such statements are there?", "Find the property that connects Douglas Adams to the most works, along with the count of those connections."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q42> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_3814", "question": "Churches in Europe with more than one image and a known architectural style.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?church ( COUNT( ?image ) AS ?imageCount ) WHERE {\n  ?church ( wdt:P31 / wdt:P279 * ) wd:Q16970 .\n  ?church wdt:P17 ?country .\n  ?country wdt:P30 wd:Q46 .\n  ?church wdt:P625 ?location .\n  ?church wdt:P18 ?image .\n  ?church wdt:P149 ?architecturalStyle .\n}\nGROUP BY ?church\nHAVING ( ?imageCount > 1 )", "paraphrases": ["Which churches in Europe have more than one image and are associated with a specific architectural style?", "List all churches in Europe that have multiple images on Wikimedia Commons and are classified with an architectural style."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q16970> AS ?var4 ). BIND ( <http://www.wikidata.org/entity/Q46> AS ?var5 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P30> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P149> ?var8 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_3815", "question": "French diocesan architects with identifiers in Wikidata", "sparql": "SELECT ?architect WHERE { ?architect wdt:P2385 ?id . ?architect wdt:P31 wd:Q5 . } LIMIT 100", "paraphrases": ["Who are the French diocesan architects listed in Wikidata?", "List all French diocesan architects who have a French diocesan architects ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2385> <http://www.wikidata.org/entity/Q18616576> . } LIMIT 100"}}
{"id": "val_3816", "question": "Things that are part of Europe", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P361+ wd:Q46 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are all the places and entities that are part of Europe, directly or indirectly?", "List all items located in Europe, including nested regions, cities, and landmarks, with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q46> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3817", "question": "What countries border the Mediterranean Sea, and on which continents are they located?", "sparql": "SELECT DISTINCT ?var1 WHERE { { wd:Q4918 wdt:P17 ?var1 . } UNION { wd:Q4918 wdt:P17 ?country . ?country wdt:P30 ?var1 . } }", "paraphrases": ["List all countries and continents associated with the Mediterranean Sea.", "Which nations and continents are connected to the Mediterranean Sea?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q4918> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3818", "question": "French descriptions of places of worship containing \"\u00e9glise\"", "sparql": "SELECT ?placeOfWorshipType ?description WHERE { ?placeOfWorshipType (wdt:P31/wdt:P279*) wd:Q1370598 ; schema:description ?description . FILTER (LANG(?description) = \"fr\") FILTER (REGEX(?description, \"\u00e9glise\", \"i\")) }", "paraphrases": ["What are the French-language descriptions of churches or religious buildings in Wikidata?", "Show me all French descriptions of entities that are types of places of worship, where the description includes the word \"\u00e9glise\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1370598> ; <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . }"}}
{"id": "val_3819", "question": "Administrative divisions and continent of Stadil Church.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q27805704(wdt:P131 | wdt:P17) + ?location .\n  } UNION {\n    wd:Q27805704 wdt:P17 ?country .\n    ?country wdt:P30 ?location .\n  }\n}", "paraphrases": ["What countries, municipalities, and continent is Stadil Church located in?", "Show me the full geographical hierarchy of Stadil Church, including its country and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q27805704> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3820", "question": "Properties and values describing Philadelphia Holy Redeemer Chinese Catholic Church and School, along with their Wikidata property items.", "sparql": "SELECT ?propertyItem ?propertyItemLabel ?value ?valueLabel WHERE { wd:Q3361744 ?property ?value . ?propertyItem wikibase:directClaim ?property . OPTIONAL { ?propertyItem rdfs:label ?propertyItemLabel . FILTER(LANG(?propertyItemLabel) = \"en\") } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What properties are used to describe the Philadelphia Holy Redeemer Chinese Catholic Church and School, and what are the corresponding Wikidata property entities and their values?", "List the statements made about the Philadelphia Holy Redeemer Chinese Catholic Church and School, including the property names, property items, and their values in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q3361744> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3821", "question": "Countries and the treaties that define their borders", "sparql": "SELECT DISTINCT ?country ?countryLabel ?sourceLabel WHERE { ?country wdt:P31 wd:Q6256 ; p:P47 ?stmt . ?stmt ps:P47 ?neighbor ; pq:P805 ?source . ?country rdfs:label ?countryLabel . ?source rdfs:label ?sourceLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?sourceLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries have internationally recognized border agreements, and what are those agreements called?", "List all countries along with the names of the treaties or agreements that define their international borders."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/direct/P2046> ?var3 ; <http://www.wikidata.org/prop/P47> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P47> ?var5 ; <http://www.wikidata.org/prop/qualifier/P805> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3822", "question": "Properties associated with entities that have Edinburgh as their capital city.", "sparql": "SELECT DISTINCT ?property WHERE { ?entity wdt:P36 wd:Q23436 . ?entity ?property ?value . }", "paraphrases": ["What properties are used on entities for which Edinburgh is the capital city?", "List all properties that connect entities to Edinburgh as their capital city."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q23436> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3823", "question": "What is the official language of Russia?", "sparql": "SELECT ?language WHERE { wd:Q159 wdt:P37 ?language .}", "paraphrases": ["Which language is officially recognized in Russia?", "Show the official language of the Russian Federation."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q159> <http://www.wikidata.org/prop/direct/P1412> ?var1 . }"}}
{"id": "val_3824", "question": "French cultural heritage monuments with images and Wikimedia Commons categories", "sparql": "SELECT ?monument ?monumentLabel ?image ?commonsCategory WHERE { ?monument wdt:P380 [] . OPTIONAL { ?monument wdt:P18 ?image . } OPTIONAL { ?monument wdt:P373 ?commonsCategory . } ?monument rdfs:label ?monumentLabel . } LIMIT 3000", "paraphrases": ["What are French monuments listed in the M\u00e9rim\u00e9e database, and what images and Commons categories are associated with them?", "List all French cultural heritage monuments that have images and Commons categories on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-2 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-1 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P380> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3825", "question": "What are some examples of places of worship?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q1370598 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) != \"\" )\n}\nORDER BY ?subclassLabel", "paraphrases": ["Can you list the different kinds of religious structures, such as temples, mosques, and shrines?", "What are the various terms used across languages to describe structures used for worship?"], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1370598> } WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1370598> . }"}}
{"id": "val_3826", "question": "Church buildings with coordinates, construction dates, and countries", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?churchLabel ?coordinates ?inception ?country WHERE {\n  ?church ( wdt:P31 / wdt:P279 * ) wd:Q16970 .\n  ?church wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?church wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?church wdt:P17 ?country .\n  }\n  ?church rdfs:label ?churchLabel .\n  FILTER ( LANG( ?churchLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the locations, construction dates, and countries of all church buildings and their subclasses?", "List all church buildings (including cathedrals and chapels) with their geographic coordinates, when they were built, and which country they are in."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,it,fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } }"}}
{"id": "val_3827", "question": "Museums in Scotland", "sparql": "SELECT ?museum ?museumLabel WHERE { ?museum wdt:P31 wd:Q33506 . ?museum wdt:P131/wdt:P131* wd:Q22 . ?museum rdfs:label ?museumLabel . FILTER(LANG(?museumLabel) = \"en\")}", "paraphrases": ["What are the museums located in Scotland?", "List the English names of all museums in Scotland, including those in cities like Edinburgh or Glasgow."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q22> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3828", "question": "Cathedrals in France with architectural style and image, excluding demolished ones", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?cathedral ?cathedralLabel ?archStyleLabel ?image ?coord WHERE {\n  ?cathedral ( wdt:P31 / wdt:P279 * ) wd:Q2977 .\n  ?cathedral wdt:P17 wd:Q142 .\n  ?cathedral wdt:P625 ?coord . MINUS {\n    ?cathedral wdt:P576 [] .\n  }\n  OPTIONAL {\n    ?cathedral wdt:P149 ?archStyle .\n    ?archStyle rdfs:label ?archStyleLabel .\n    FILTER ( LANG( ?archStyleLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?cathedral wdt:P18 ?image .\n  }\n  ?cathedral rdfs:label ?cathedralLabel .\n  FILTER ( LANG( ?cathedralLabel ) = \"en\" )\n}", "paraphrases": ["What are the cathedrals in France that are not demolished, and what are their architectural styles and images?", "List the English-named cathedrals in France along with their architectural styles and images, but exclude any that have been demolished. (Note: Proximity to Saint-Palais cannot be filtered due to system limitations.)"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2977> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . <http://www.wikidata.org/entity/Q940798> <http://www.wikidata.org/prop/direct/P625> ?var5 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var5 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"1000\". } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> [] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3829", "question": "What is the Wikidata item for the person named \"Lo\u00efc Finaz\" in French?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Lo\u00efc Finaz\"@fr . }", "paraphrases": ["Find the entity in Wikidata whose French label is \"Lo\u00efc Finaz\".", "Who is Lo\u00efc Finaz? (Return the Wikidata ID for the person with the French name \"Lo\u00efc Finaz\")"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Lo\u00efc Finaz\"@fr . }"}}
{"id": "val_3830", "question": "Subclasses of mosque in English", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q32815 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["What are the different types of mosques, including their subtypes, in English?", "List all known types and variants of mosques, including indirect subclasses, with their English labels."], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label } WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q32815> . ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q32815> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . }"}}
{"id": "val_3831", "question": "What is the image and Wikimedia Commons category for the city of Cairo?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE { VALUES ?item { wd:Q85 }  ?item wdt:P625 ?coord . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you show me the location, image, and Commons category of Cairo?", "Tell me about Cairo: where is it located, what image represents it, and what is its Wikimedia Commons category?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(32 31)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(32 31)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3832", "question": "List all continents in Wikidata with their English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?continentLabel WHERE {\n  ?item wdt:P30 ?continent .\n  OPTIONAL {\n    ?continent rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  BIND( COALESCE ( ?label , SUBSTR( STR( ?continent ) , 32 ) ) AS ?continentLabel )\n}", "paraphrases": ["What are the continents mentioned in Wikidata, and what are their English names?", "Show me the names of all continents used in Wikidata, using English labels where available; if no English label exists, show the entity ID."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { [] <http://www.wikidata.org/prop/direct/P30> ?var1 . } } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var2 , STRAFTER ( STR ( ?var1 ) , \"string1\" ) ) AS ?var1Label ). }"}}
{"id": "val_3833", "question": "List historical monuments in France with heritage designation \"classified historical monument\" or \"monument historique inscrit\", including their images, start years, M\u00e9rim\u00e9e IDs, and coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?monument ?image ?startYear ?merimeeId ?heritageDesignation ?coordinates WHERE {\n  {\n    ?monument wdt:P31 wd:Q916475 .\n  } UNION {\n    ?monument wdt:P31 ?type .\n    ?type wdt:P279 * wd:Q916475 .\n  }\n  ?monument wdt:P1435 ?heritageDesignation .\n  FILTER(?heritageDesignation IN(wd:Q10387684 , wd:Q10387575))\n  OPTIONAL {\n    ?monument wdt:P580 ?startTime .\n    BIND(YEAR(?startTime) AS ?startYear)\n  }\n  OPTIONAL {\n    ?monument wdt:P380 ?merimeeId\n  }\n  OPTIONAL {\n    ?monument wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?monument wdt:P625 ?coordinates\n  }\n}\nLIMIT 10", "paraphrases": ["What are the French historical monuments designated as \"classified historical monument\" or \"monument historique inscrit\", and what are their images, start dates, M\u00e9rim\u00e9e IDs, and geographic coordinates?", "Please provide a list of up to 10 French historical monuments that are either classified as \"classified historical monument\" or \"monument historique inscrit\", along with any available image, start year, M\u00e9rim\u00e9e identifier, and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q916475> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q916475> . } } BIND ( YEAR ( ?var10 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P580> ?var10 . ?var1 <http://www.wikidata.org/prop/direct/P380> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var5 . ?var1 <http://www.wikidata.org/entity/Q10387684> ?var7 . ?var1 <http://www.wikidata.org/entity/Q10387575> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 10"}}
{"id": "val_3834", "question": "What are the top 10 cities in the United States with the most people born there?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cityLabel ( COUNT( ?city ) AS ?birthCount ) WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 wd:Q30 .\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 ?city .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}\nGROUP BY ?cityLabel\nORDER BY DESC ( ?birthCount )\nLIMIT 10", "paraphrases": ["Which U.S. cities have the highest number of native-born residents, and how many people were born in each?", "Can you list the 10 American cities where the most humans were born, ordered by birth count?"], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P19> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_3835", "question": "French label \"Jo\u00ebl Matip\" and is a human", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Jo\u00ebl Matip\" @fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Who is the person named \"Jo\u00ebl Matip\" in French and is classified as a human?", "Find the Wikidata item for the person whose French label is \"Jo\u00ebl Matip\" and who is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jo\u00ebl peaud\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3836", "question": "What information is associated with the gender of Douglas Adams?", "sparql": "SELECT ?gender ?property ?value WHERE { wd:Q42 wdt:P21 ?gender . ?gender ?property ?value . }", "paraphrases": ["Can you show me all the properties and values linked to the fact that Douglas Adams is male?", "What external identifiers or descriptions are attached to the concept of \"male\" as the gender of Douglas Adams?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q42> <http://www.wikidata.org/prop/direct/P21> ?var1 . ?var1 ?var2 ?var3 . } LIMIT 10000"}}
{"id": "val_3837", "question": "What are the U.S. states that are considered exclaves of the United States, and what are their capitals?", "sparql": "SELECT DISTINCT ?stateLabel ?capital ?capitalLabel ?state WHERE { ?state wdt:P31 wd:Q35657 . OPTIONAL { ?state wdt:P36 ?capital . } FILTER (NOT EXISTS { ?state wdt:P31 wd:Q3024240 }) ?state wdt:P500 wd:Q30 . ?state rdfs:label ?stateLabel . FILTER(LANG(?stateLabel) = \"en\") OPTIONAL { ?capital rdfs:label ?capitalLabel . FILTER(LANG(?capitalLabel) = \"en\") } } ORDER BY ASC(?stateLabel)", "paraphrases": ["Which non-contiguous U.S. states are listed as exclaves of the United States, and what are their capital cities?", "List the capitals of U.S. states that are geographically separated from the contiguous U.S. and classified as exclaves of the United States."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var3Label ?var4 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q35657> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P36> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . ?var4 <http://www.wikidata.org/prop/direct/P500> <http://www.wikidata.org/entity/Q30> . } ORDER BY ASC( ?var4Label )"}}
{"id": "val_3838", "question": "List church buildings in France with their INSEE codes and generate URLs for clochers.org, excluding those already in the Clochers de France database.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?church ?insee ( CONCAT ( \"https://www.clochers.org/\" , SUBSTR( ?insee , 1 , 3 ) , \"/accueil_\" , ?insee , \".htm Lien]\" ) AS ?url ) WHERE {\n  ?church wdt:P131 + wd:Q142 .\n  ?church ( wdt:P31 / wdt:P279 * ) wd:Q16970 .\n  ?church wdt:P131 ?admin .\n  ?admin wdt:P374 ?insee . MINUS {\n    ?church wdt:P3963 [] .\n  }\n}", "paraphrases": ["What are the church buildings in France that are not listed on clochers.org, and what are the corresponding INSEE codes used to construct their website URLs?", "Can you provide a list of church buildings located in France, along with the first three digits of their municipality\u2019s INSEE code, and a constructed URL in the format https://www.clochers.org/{first3digits}/accueil_{insee}.htm Lien], but only for those not assigned a Clochers de France ID?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( CONCAT ( \"string1\", SUBSTR ( ?var2 ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"/accueil_\", ?var2 , \".htm Lien]\" ) AS ?var3 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q142> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P374> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3963> [] . } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P3963> . } ) ) . }"}}
{"id": "val_3839", "question": "Capital cities of Europe with their coordinates and multilingual names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?capital ?label ?coordinates WHERE {\n  ?capital wdt:P31 wd:Q5119 .\n  ?capital wdt:P30 wd:Q46 .\n  ?capital wdt:P625 ?coordinates .\n  ?capital rdfs:label ?label .\n}", "paraphrases": ["What are the capital cities in Europe, their geographic coordinates, and how are they named in different languages?", "List all capital cities in Europe along with their coordinates and labels in various languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5119> . ?var1 ?var2 <http://www.wikidata.org/entity/Q46> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_3840", "question": "What has been the population of Bern in each recorded year?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?city ?population ?year WHERE {\n  BIND(wd:Q70 AS ?city)\n  ?city p:P1082 ?statement .\n  ?statement ps:P1082 ?population .\n  ?statement pq:P585 ?date .\n  BIND(YEAR(?date) AS ?year)\n}\nORDER BY ASC(?year)", "paraphrases": ["Can you show me the historical population of Bern, ordered by year?", "For which years do we have population data for Bern, and what were the numbers?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( MAX ( ?var3 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q70> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/P1082> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P1082> ?var3 . OPTIONAL { BIND ( YEAR ( ?var5 ) AS ?var2 ). ?var4 <http://www.wikidata.org/prop/qualifier/P585> ?var5 . } } GROUP BY ?var2 ?var1 ORDER BY ASC( ?var2 )"}}
{"id": "val_3841", "question": "What are the capital cities of existing countries in Central European Time, ranked by population?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?capitalLabel ?population WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  FILTER NOT EXISTS {\n    ?country wdt:P576 ?dissolutionDate\n  }\n  .\n  ?country wdt:P36 ?capital .\n  ?capital rdfs:label ?capitalLabel .\n  FILTER ( LANG( ?capitalLabel ) = \"en\" ) .\n  ?capital wdt:P1082 ?population .\n  ?capital wdt:P421 wd:Q6655 .\n}\nORDER BY DESC ( ?population )", "paraphrases": ["Can you list the English names and populations of capitals in UTC+1 that belong to currently existing countries, sorted from most to least populous?", "Show me the most populous capitals of sovereign nations that are in the UTC+1 time zone, with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Country> . FILTER ( ( NOT EXISTS { ?var3 <http://dbpedia.org/ontology/dissolutionDate> ?var4 . } ) ) . ?var3 <http://dbpedia.org/ontology/capital> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . { ?var5 <http://dbpedia.org/ontology/timeZone> <http://dbpedia.org/resource/Central_European_Time> . } UNION { ?var5 <http://dbpedia.org/property/timezone> ?var6 . FILTER ( ( ( STR ( ?var6 ) = \"CET\" ) ) ) . } ?var5 <http://dbpedia.org/ontology/populationTotal> ?var2 . } ORDER BY DESC( ?var2 )"}}
{"id": "val_3842", "question": "What are the types of circuit breakers?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P279 wd:Q211058 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nLIMIT 11", "paraphrases": ["Can you list the subclasses of circuit breaker in English?", "Show me the different kinds of circuit breakers with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q211058> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3843", "question": "What is the source and retrieval date for Berlin's population data in Wikidata?", "sparql": "SELECT ?source ?retrieved WHERE { wd:Q64 wdt:P1082 ?pop . ?statement ps:P1082 ?pop . ?statement prov:wasDerivedFrom ?ref . ?ref pr:P248 ?source . ?ref pr:P813 ?retrieved . }", "paraphrases": ["Which official source and when was the population figure for Berlin last retrieved?", "Show me the reference source and date for the population count of Berlin."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/b7390ea35bb23529a4f1ae5f83d10ad7ebe47930> ?var1 ?var2 . }"}}
{"id": "val_3844", "question": "What has been France\u2019s population each year from 1901 to 2025?", "sparql": "SELECT (YEAR(?date) AS ?year) ?population WHERE { VALUES ?country { wd:Q142 } ?country p:P1082 ?statement . ?statement ps:P1082 ?population ; pq:P585 ?date . } ORDER BY ASC(?year)", "paraphrases": ["Show me the historical and projected population of France over time, including the year and number of inhabitants.", "How has the population of France changed from 1901 to 2025?"], "info": {"raw_sparql": "SELECT( YEAR ( ?var1 ) AS ?var2 ) ?var3 WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q142> ) } ?var4 <http://www.wikidata.org/prop/P1082> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1082> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var1 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_3845", "question": "What are the broader categories that a gas stove belongs to?", "sparql": "SELECT DISTINCT ?superclass ?superclassLabel WHERE { wd:Q1667685 wdt:P279+ ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["Can you list all the superclass types of a gas stove in the Wikidata ontology?", "Show me all the higher-level categories above gas stove in the subclass hierarchy, such as appliance or equipment."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT ?var1 ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.BFS\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1667685> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#out2> ?var2 ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,sv,jp,zh,ru,fr,de\". } }"}}
{"id": "val_3846", "question": "What are some examples of electrical appliances?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q2425052 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 10", "paraphrases": ["List of electrical appliances", "Show me some items that are electrical appliances."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2425052> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3847", "question": "What are the main topics of lists that have Asturian labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label ?description WHERE {\n  ?item rdfs:label ?label .\n  ?item schema:description ?description .\n  FILTER ( LANG( ?label ) = \"ast\" ) .\n  FILTER ( LANG( ?description ) = \"ast\" ) .\n  ?list wdt:P360 ?item .\n}\nLIMIT 100", "paraphrases": ["Which items, serving as the main topic of a list, have both an Asturian label and an Asturian description?", "Show me the Asturian-labeled and described items that are the main topics of lists on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P360> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ast\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ast\" ) ) ) . } LIMIT 100"}}
{"id": "val_3848", "question": "List countries with their population and official languages.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?countryLabel ?population(GROUP_CONCAT(DISTINCT ?languageLabel ; SEPARATOR = \", \") AS ?officialLanguages) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P37 ?language .\n  ?country wdt:P1082 ?population .\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?language rdfs:label ?languageLabel .\n    FILTER(LANG(?languageLabel) = \"en\")\n  }\n}\nGROUP BY ?country ?countryLabel ?population\nORDER BY ASC(?countryLabel)", "paraphrases": ["What are the population and official languages of each country?", "Can you show me a list of all countries, their current population, and all their official languages, with languages concatenated into a single comma-separated string?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ( GROUP_CONCAT ( DISTINCT ?var3Label ; SEPARATOR = \", \" ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var3 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P37> * ?var3 . } ORDER BY ASC( ?var3 ) } ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var3Label ?var2 ORDER BY ASC( ?var1Label )"}}
{"id": "val_3849", "question": "What are the names of the list of cities in Gabon in English, German, French, and Italian, and what is its English Wikipedia page?", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { OPTIONAL { wd:Q498604 rdfs:label ?label . FILTER (LANG(?label) = ?lang) VALUES (?lang ?order) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } } OPTIONAL { wd:Q498604 wdt:P18 ?image . } OPTIONAL { wd:Q498604 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q498604 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ASC(?order)", "paraphrases": ["Can you show me how \"List of cities in Gabon\" is titled in different languages, and link to its English Wikipedia article?", "For the Wikipedia list about cities in Gabon, what are its labels in English, German, French, and Italian, and which English Wikipedia page describes it?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q498604> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q498604> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q498604> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q498604> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_3850", "question": "Who is the French missionary with the French label \"\u00c9variste Huc\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"\u00c9variste Huc\" @fr .\n  ?item wdt:P31 wd:Q5\n}", "paraphrases": ["What human entity is labeled \"\u00c9variste Huc\" in French?", "Find the French-labeled person named \u00c9variste Huc."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Pascal Huc\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3851", "question": "Products that are instances of the concept \"product\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?product WHERE {\n  ?product wdt:P31 wd:Q2424752 .\n  FILTER ( STRSTARTS( STR( ?product ) , \"http://www.wikidata.org/entity/Q\" ) )\n}", "paraphrases": ["What are some real-world products according to Wikidata?", "List all real-world items classified as products in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2424752> . } LIMIT 10000"}}
{"id": "val_3852", "question": "Capitals of sovereign states and their coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?capital ?capitalLabel ?coordinates WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?country wdt:P36 ?capital .\n  ?capital wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?capital rdfs:label ?capitalLabel .\n    FILTER ( LANG( ?capitalLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What are the current capitals of all sovereign countries, and where are they located geographically?", "List the English names and geographic coordinates of the capitals of all sovereign nations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ?var5Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P582> ?var3 . } ?var2 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1366> ?var5 . } } LIMIT 100"}}
{"id": "val_3853", "question": "Is there a property in Wikidata labeled \"identity\" that has Douglas Adams as its value?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nASK {\n  ?property rdf:type wikibase:Property ; rdfs:label \"identity\" @en ; ?someValue wd:Q42 .\n}", "paraphrases": ["Does any English-labeled property in Wikidata point to Douglas Adams with the label \"identity\"?", "Are there any reverse relationships from other entities to Douglas Adams using a property called \"identity\"?"], "info": {"raw_sparql": "ASK WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var1 ). BIND ( \"N/A\" AS ?var2 ). BIND ( \"identity\"@en AS ?var3Label ). } UNION { <http://www.wikidata.org/entity/Q42> ?var2 ?var1 . ?var4 ?var5 ?var2 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var7 . } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_3854", "question": "What are Douglas Adams' occupations, fields of work, and notable works, along with their English labels and associated images?", "sparql": "SELECT ?property ?propertyLabel ?object ?objectLabel ?image WHERE { wd:Q42 ?property ?object . BIND( IRI( CONCAT( \"http://www.wikidata.org/entity/\", STRAFTER( STR(?property), \"http://www.wikidata.org/prop/direct/\" ) ) ) AS ?propertyItem ) . ?propertyItem rdfs:label ?propertyLabel . ?object rdfs:label ?objectLabel . FILTER (LANG(?propertyLabel) = \"en\" && LANG(?objectLabel) = \"en\") OPTIONAL { ?object wdt:P18 ?image } } ORDER BY ?property ?object", "paraphrases": ["What properties describe Douglas Adams, what are their English labels, what do they point to, and are there images of those things?", "List all properties of Douglas Adams with their English labels, the entities they link to, the English labels of those entities, and any images of those entities."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q42> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Url> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 )"}}
{"id": "val_3855", "question": "What are the female population numbers for different places?", "sparql": "SELECT ?place ?placeLabel ?femalePopulation WHERE { ?place wdt:P1539 ?femalePopulation . ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") } LIMIT 10", "paraphrases": ["List places along with their female population counts in English.", "Which locations have recorded female population data, and what are those numbers?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1539> ?var2 . } LIMIT 10"}}
{"id": "val_3856", "question": "Cities with images on Wikimedia Commons", "sparql": "SELECT ?city ?cityLabel ?image WHERE { ?city wdt:P31 wd:Q515 . OPTIONAL { ?city wdt:P18 ?image . } }", "paraphrases": ["What are the cities in the world, and do they have images available on Wikimedia Commons?", "List all cities and their associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2079> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"de\". } }"}}
{"id": "val_3857", "question": "Cities that are also municipalities with their coordinates", "sparql": "SELECT ?cityOrMunicipality (SAMPLE(?label) AS ?cityOrMunicipalityLabel) ?coordinates WHERE { ?cityOrMunicipality wdt:P31 wd:Q515 ; wdt:P31 wd:Q15284 . OPTIONAL { ?cityOrMunicipality wdt:P625 ?coordinates . } ?cityOrMunicipality rdfs:label ?label . } GROUP BY ?cityOrMunicipality ?coordinates LIMIT 100", "paraphrases": ["Which cities are classified as municipalities, and what are their geographic coordinates?", "List all cities that are municipalities along with their locations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . } LIMIT 1000000"}}
{"id": "val_3858", "question": "Coordinates, country, and official languages of San Francisco", "sparql": "SELECT DISTINCT ?cityLabel ?coordinates ?countryLabel ?languageLabel WHERE { wd:Q62 wdt:P625 ?coordinates . wd:Q62 wdt:P17 ?country . OPTIONAL { wd:Q62 wdt:P37 ?language . } wd:Q62 rdfs:label ?cityLabel . ?country rdfs:label ?countryLabel . OPTIONAL { ?language rdfs:label ?languageLabel . } FILTER(LANG(?cityLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?languageLabel) = \"en\" || !BOUND(?languageLabel)) }", "paraphrases": ["What are the geographic coordinates, country, and official languages of San Francisco?", "Tell me the location, country, and official languages of San Francisco."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q62> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P37> ?var4 . } }"}}
{"id": "val_3859", "question": "What are the geographic coordinates of New York City, given that Los Angeles is in the same country?", "sparql": "SELECT ?coordinates WHERE { wd:Q65 wdt:P17 ?country . wd:Q60 wdt:P17 ?country ; wdt:P625 ?coordinates . }", "paraphrases": ["Show me the coordinates of New York City, assuming it shares a country with Los Angeles.", "Coordinates of New York City in the same country as Los Angeles"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en ; <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"New York\"@en ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_3860", "question": "List human settlements with their population, country, and short description in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?settlement ?settlementLabel ?description ?population ?countryLabel WHERE {\n  ?settlement wdt:P31 wd:Q486972 .\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER(LANG(?settlementLabel) = \"en\")\n  OPTIONAL {\n    ?settlement wdt:P1813 ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?settlement wdt:P1082 ?population .\n  ?settlement wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 20", "paraphrases": ["What are some human settlements around the world, along with their population, country, and a brief description in English?", "Show me up to 20 human settlements, including their English labels, population numbers, countries, and short descriptions if available."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/resource/Settlement> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label ; <http://dbpedia.org/resource/abstract> ?var3 ; <http://dbpedia.org/resource/populationTotal> ?var4 ; <http://dbpedia.org/resource/country> ?var5 . } LIMIT 20"}}
{"id": "val_3861", "question": "Cities with population and coordinates, sorted by lowest population", "sparql": "SELECT DISTINCT ?cityLabel ?population ?coordinates WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P1082 ?population . ?city wdt:P625 ?coordinates . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } ORDER BY ASC(?population) LIMIT 10", "paraphrases": ["What are the 10 cities with the smallest populations, along with their coordinates?", "Show me the English names, populations, and geographic coordinates of the 10 smallest cities (by population), including historical ones like Pompeii."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 ) LIMIT 10"}}
{"id": "val_3862", "question": "Who is Jack Dorol in French?", "sparql": "SELECT ?person WHERE { ?person rdfs:label \"Jack Dorol\" @fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["What is the Wikidata identifier for the French-labeled person named Jack Dorol?", "Find the human named Jack Dorol in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jack Dorol\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3863", "question": "Top countries by population and their associated religions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ?population ?religionLabel WHERE {\n  ?country wdt:P31 wd:Q3624078 ; wdt:P1082 ?population ; wdt:P140 ?religion .\n  ?country rdfs:label ?countryLabel .\n  ?religion rdfs:label ?religionLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) FILTER ( LANG( ?religionLabel ) = \"en\" )\n}\nORDER BY DESC ( ?population )\nLIMIT 100", "paraphrases": ["What are the most populous countries in the world and what religions are associated with them?", "Show me the 100 most populous sovereign states and their official or predominant religions, sorted by population."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q3624078> ; <http://www.wikidata.org/prop/direct/P1082> ?var2 ; <http://www.wikidata.org/prop/direct/P140> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_3864", "question": "Top 10 most populous cities in the United States", "sparql": "SELECT DISTINCT ?city ?cityLabel ?population WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 wd:Q30 . ?city wdt:P1082 ?population . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } ORDER BY DESC(?population) LIMIT 10", "paraphrases": ["What are the 10 most populous cities in the United States, and what are their populations?", "List the 10 largest cities in the United States by population, including their names and population numbers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_3865", "question": "List all countries and their ISO 3166-1 alpha-2 codes in English.", "sparql": "SELECT ?country ?label ?isoCode WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P297 ?isoCode . ?country rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names and two-letter ISO codes of all countries?", "Please provide the English labels and ISO 3166-1 alpha-2 codes for all recognized countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P297> ?var2 . }"}}
{"id": "val_3866", "question": "List of English-named districts of Albania", "sparql": "SELECT ?district ?districtLabel WHERE { ?district wdt:P31 wd:Q123266 . ?district rdfs:label ?districtLabel . FILTER(LANG(?districtLabel) = \"en\") }", "paraphrases": ["What are the districts of Albania in English?", "Show me the names of all districts in Albania in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q123266> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_3867", "question": "List all towns, townships, and subdistricts in Liuzhi Special District with their official Chinese names and administrative codes.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?officialName ?adminCode WHERE {\n  ?item wdt:P131 wd:Q1200315 .\n  OPTIONAL {\n    ?item wdt:P1448 ?officialName .\n  }\n  OPTIONAL {\n    ?item wdt:P442 ?adminCode .\n  }\n}", "paraphrases": ["What are the official Chinese names and China administrative division codes of places located in Liuzhi Special District?", "Can you provide the Chinese official names and administrative codes for all administrative subdivisions within Liuzhi Special District, including those that might not have a code or name recorded?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,zh\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1200315> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P442> ?var3 . } }"}}
{"id": "val_3868", "question": "Countries with population similar to Russia", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel ?population WHERE {\n  wd:Q159 wdt:P1082 ?russiaPopulation .\n  ?country wdt:P31 wd:Q3624078 .\n  ?country wdt:P1082 ?population .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(ABS(?russiaPopulation - ?population) < 20000000)\n}\nORDER BY DESC(?population)", "paraphrases": ["Which countries have a population within 20 million of Russia\u2019s population?", "List countries and their populations that are close to Russia\u2019s population."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q159> <http://www.wikidata.org/prop/direct/P1082> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } FILTER ( ( ( ABS ( ( ?var4 - ?var2 ) ) < \"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3869", "question": "Countries and their populations, sorted from highest to lowest.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel ?population WHERE {\n  ?country(wdt:P31 / wdt:P279 *) wd:Q6256 ; wdt:P1082 ?population .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY DESC(?population)\nLIMIT 200", "paraphrases": ["What are the top 200 countries by population, along with their English names?", "List the 200 most populous countries in the world with their English names and population numbers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var1 ) LIMIT 200"}}
{"id": "val_3870", "question": "Places with population over 100,000, their coordinates, time zones, and UTC offsets.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?place ?placeLabel ?coordinates ?population ?elevation ?timezone ?utcOffset WHERE {\n  ?place wdt:P1082 ?population .\n  ?place wdt:P625 ?coordinates .\n  ?place wdt:P421 ?timezone .\n  OPTIONAL {\n    ?place wdt:P2044 ?elevation .\n    ?timezone wdt:P2907 ?utcOffset .\n  }\n  FILTER(?population > 100000)\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER(LANG(?placeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which geographic places have a population greater than 100,000, and what are their coordinates, elevations, time zones, and corresponding UTC offsets?", "List all places with more than 100,000 residents, including their geographic coordinates, elevation (if available), time zone, and the numeric UTC offset of that time zone."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P421> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P2907> ?var6 . } FILTER ( ( ( ?var3 > \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3871", "question": "What are some measuring instruments and who invented them?", "sparql": "SELECT ?instrument ?instrumentLabel ?inventor ?inventorLabel WHERE { ?instrument (wdt:P31/wdt:P279*) wd:Q2041172 . ?instrument wdt:P61 ?inventor . ?instrument rdfs:label ?instrumentLabel . ?inventor rdfs:label ?inventorLabel . FILTER(LANG(?instrumentLabel) = \"en\") FILTER(LANG(?inventorLabel) = \"en\") }", "paraphrases": ["Can you list the inventors of all types of measuring instruments, including subclasses like telescopes and spectrometers?", "Who discovered or invented devices used for physical measurement, such as the Vernier scale or the Curta calculator?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2041172> . ?var1 <http://www.wikidata.org/prop/direct/P61> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_3872", "question": "List all databases in Wikidata, including properties marked as databases.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?database WHERE {\n  ?database wdt:P31 wd:Q8513 .\n}\nLIMIT 100", "paraphrases": ["What entities in Wikidata are classified as databases?", "Show me all items and properties in Wikidata that are instances of a database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8513> . OPTIONAL { } OPTIONAL { } } LIMIT 100"}}
{"id": "val_3873", "question": "Which properties are related to the media legend property in German?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P2096 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER ( LANG( ?label ) = \"de\" ) . FILTER ( LANG( ?description ) = \"de\" ) . }", "paraphrases": ["What are the German labels and descriptions of properties related to the media legend (P2096) on Wikidata?", "Show me the German labels and descriptions of all properties that are linked as related to the media legend property (P2096)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P2096> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_3874", "question": "Human settlements in Taiwan with English or Chinese Wikipedia pages and their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?var1 ?var1Label ?var2 ?var3 WHERE {\n  ?var1 wdt:P31 / wdt:P279 * wd:Q486972 .\n  ?var1 wdt:P17 wd:Q865 .\n  ?var1 wdt:P625 ?var2 .\n  ?var3 schema:about ?var1 .\n  FILTER(STRSTARTS(STR(?var3) , \"https://en.wikipedia.org/wiki/\") || STRSTARTS(STR(?var3) , \"https://zh.wikipedia.org/wiki/\"))\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n}", "paraphrases": ["What are the human settlements in Taiwan that have Wikipedia articles in English or Chinese, and what are their geographic coordinates?", "List the English names, coordinates, and Wikipedia links of human settlements located in Taiwan that have articles on the English or Chinese Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q865> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var3 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } FILTER ( ( ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"18\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) || ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"17\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string2\" ) || ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"18\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string3\" ) || ( SUBSTR ( STR ( ?var3 ) ,\"09\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"17\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string4\" ) ) ) . }"}}
{"id": "val_3875", "question": "What are the neighborhoods in San Francisco and their corresponding English Wikipedia pages?", "sparql": "SELECT ?neighborhood ?wikipediaPage WHERE { ?neighborhood wdt:P31 wd:Q123705 . ?neighborhood wdt:P131 wd:Q62 . ?wikipediaPage schema:about ?neighborhood . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .}", "paraphrases": ["List English Wikipedia pages for neighborhoods in San Francisco.", "Show me all neighborhoods in San Francisco, along with the links to their English Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q123705> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q62> . }"}}
{"id": "val_3876", "question": "Coordinates of Repulse Bay", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coord WHERE {\n  wd:Q837547 wdt:P625 ?coord .\n}", "paraphrases": ["What are the geographic coordinates of Repulse Bay?", "Show me the location coordinates for Repulse Bay."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q837547> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_3877", "question": "Cities and their populations", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?label ?population WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P1082 ?population .\n  ?city rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the English names and populations of all cities and their subclasses in Wikidata?", "List the names and population numbers of all cities (including subclasses of cities) with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . }"}}
{"id": "val_3878", "question": "List all datasets in Wikidata sorted alphabetically by name.", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q1172284 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } ORDER BY ASC(?var1Label)", "paraphrases": ["What are the English-named datasets in Wikidata, ordered alphabetically?", "Show me a list of datasets from Wikidata with their English labels, sorted from A to Z."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1172284> . OPTIONAL { } OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3879", "question": "What geographic entities (such as country, region, or continent) is Mansfield House in Harrogate connected to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?result ?resultLabel WHERE {\n  wd:Q26602165(wdt:P17 | wdt:P131 | wdt:P30) * ?result .\n  FILTER(?result != wd:Q26602165)\n  ?result rdfs:label ?resultLabel .\n  FILTER(LANG(?resultLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list all the administrative divisions and continents that Mansfield House belongs to, starting from the town of Harrogate?", "Show me the location hierarchy of Mansfield House in England, including its town, county, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q26602165> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3880", "question": "Wikidata RDF dump formats and their images", "sparql": "SELECT ?format ?label ?image WHERE { ?format wdt:P361 wd:Q32786132 . OPTIONAL { ?format wdt:P18 ?image . } ?format rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["What are the serialization formats of the Wikidata RDF dump, and do any of them have associated images?", "List the formats that are part of the Wikidata RDF dump, along with their English labels and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q32786132> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_3881", "question": "What is the most populous city in each country?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?city ?countryLabel ?cityLabel WHERE {\n  {\n    SELECT ?country(MAX(?population) AS ?maxPopulation) WHERE {\n      ?city wdt:P31 wd:Q515 .\n      ?city wdt:P1082 ?population .\n      ?city wdt:P17 ?country .\n    }\n    GROUP BY ?country\n  }\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P1082 ?maxPopulation .\n  ?city wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?countryLabel) = \"en\" || LANG(?countryLabel) = \"\")\n  FILTER(LANG(?cityLabel) = \"en\" || LANG(?cityLabel) = \"\")\n}\nORDER BY ?countryLabel", "paraphrases": ["For every country, which city has the largest population, and what are their names?", "Which city has the highest population in each country, and what are the names of those countries?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { { SELECT ?var1 ( MAX ( ?var3 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var1 . } GROUP BY ?var1 } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_3882", "question": "What is the English label of a watch, and what is the English name of the language it is labeled in?", "sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { wd:Q178794 rdfs:label ?var1 ; rdfs:label ?var3Label . FILTER (LANG(?var1) = \"en\") . ?lang wdt:P424 \"en\" ; wdt:P31 wd:Q34770 . ?lang rdfs:label ?var2 . FILTER (LANG(?var2) = \"en\") }", "paraphrases": ["Show the English name of the watch and all its other language labels, along with the English name of the language code \"en\".", "For the item \"watch\", retrieve its English label, the label in other languages, and confirm that the language code \"en\" corresponds to \"English\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { BIND ( LANG ( ?var3Label ) AS ?var4 ). <http://www.wikidata.org/entity/Q178794> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . ?var4 ^ <http://www.wikidata.org/prop/statement/P424> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P794> <http://www.wikidata.org/entity/Q22283033> ; ^ <http://www.wikidata.org/prop/P424> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_3883", "question": "What are the known SPARQL query languages and their versions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q6138701 .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label", "paraphrases": ["Can you list the Wikidata items for SPARQL and its related RDF query languages?", "Show me the English-labeled items that are instances or subclasses of RDF query languages, particularly those related to SPARQL."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". SERVICE <http://tools.wmflabs.org/mw2sparql/sparql> { VALUES ( ?var3 ) { ( <https://en.wikipedia.org/wiki/SPARQL> ) } ?var3 <http://tools.wmflabs.org/mw2sparql/ontology#internalLinkTo> ?var1 . } ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_3884", "question": "Adjacent districts of Vienna", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?district1Label ?district2Label WHERE {\n  ?district1 wdt:P31 wd:Q261023 ; wdt:P47 ?district2 .\n  ?district2 wdt:P31 wd:Q261023 .\n  FILTER ( ?district1 < ?district2 ) .\n  ?district1 rdfs:label ?district1Label .\n  ?district2 rdfs:label ?district2Label .\n  FILTER ( lang( ?district1Label ) = \"en\" ) .\n  FILTER ( lang( ?district2Label ) = \"en\" )\n}", "paraphrases": ["Which pairs of Vienna districts share a border?", "List all pairs of Vienna districts that are adjacent, showing each pair only once with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q261023> ; <http://www.wikidata.org/prop/direct/P1545> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q261023> ; <http://www.wikidata.org/prop/direct/P1545> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P47> ?var2 . FILTER ( ( ( ?var3 < ?var4 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_3885", "question": "What are the population and area of each district in Vienna, Austria?", "sparql": "SELECT DISTINCT ?districtLabel ?coord ?population ?area ?countryLabel ?adminLabel WHERE { ?district wdt:P31 wd:Q261023 . ?district wdt:P625 ?coord . ?district wdt:P17 ?country . ?district wdt:P131 ?admin . OPTIONAL { ?district wdt:P1082 ?population . } OPTIONAL { ?district wdt:P2046 ?area . } ?district rdfs:label ?districtLabel . ?country rdfs:label ?countryLabel . ?admin rdfs:label ?adminLabel . FILTER(LANG(?districtLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?adminLabel) = \"en\") } ORDER BY ?districtLabel", "paraphrases": ["List the 23 districts of Vienna along with their population, area, and administrative parent.", "Show me the geographic and demographic details of Vienna's districts, including coordinates, population, and area."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7Label ?var8 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15916867> . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(16 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"10\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P132> ?var8 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_3886", "question": "Humans with \"Chouli\" in their French name", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(CONTAINS(LCASE(?label), \"chouli\")) ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the French-named people whose names include \"Chouli\"?", "List all humans whose French label contains the word \"Chouli\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"chouli\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3887", "question": "Countries with at least one city that has a recorded population.", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . ?city wdt:P17 ?country . ?city wdt:P31 wd:Q515 . ?city wdt:P1082 ?population . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } LIMIT 30", "paraphrases": ["Which countries have cities with population data?", "List the English names of countries that contain at least one city with a known population."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P1082> [] . } LIMIT 30"}}
{"id": "val_3888", "question": "What are the notable places in Lviv, Ukraine, along with their images, Wikimedia Commons categories, and addresses?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?category ?address WHERE { ?item wdt:P131 wd:Q36036 . OPTIONAL { ?item wdt:P625 ?coord . } OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?category . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Show me buildings, streets, and landmarks in Lviv that have photos on Wikimedia Commons, their categories, and physical addresses.", "List entities located in Lviv with their English labels, geographic coordinates, images, Commons categories, and street addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(24 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(25 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3889", "question": "Who is Didier Jau in French, and is he a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Didier Jau\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata item for the person named 'Didier Jau' in French?", "Find the human entity in Wikidata that has the French label 'Didier Jau'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Didier JAU\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3890", "question": "Top 20 geographic features near Nuremberg with the most Wikidata properties, within 1.5 km of coordinates 11\u00b0E, 49\u00b0N.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geo: <http://www.opengis.net/ont/geosparql#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?lat ?lon ( COUNT( ?statement ) AS ?statementCount ) WHERE {\n  ?item wdt:P625 ?coord .\n  BIND( geof:latitude ( ?coord ) AS ?lat ) BIND( geof:longitude ( ?coord ) AS ?lon ) FILTER ( ?lat >= 48.985 && ?lat <= 49.015 ) FILTER ( ?lon >= 10.985 && ?lon <= 11.015 ) FILTER ( geof:distance ( ?coord , \"POINT(11 49)\" ^^ geo:wktLiteral ) <= 1500 ) ?item ?p ?statement .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}\nGROUP BY ?item ?itemLabel ?lat ?lon\nORDER BY DESC ( ?statementCount )\nLIMIT 20", "paraphrases": ["What are the 20 most well-documented places within 1.5 kilometers of (11, 49), and what are their coordinates and labels?", "List the 20 entities closest to the point (11, 49) that have the highest number of statements in Wikidata, including their English labels and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ?var4 ?var5 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 ; <http://www.wikidata.org/prop/P625> [ <http://www.wikidata.org/prop/statement/P625> ?var7 ; <http://www.wikidata.org/prop/statement/value/P625> [ <http://wikiba.se/ontology#geoLongitude> ?var3 ; <http://wikiba.se/ontology#geoLatitude> ?var2 ] ] . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(11 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"1.4920504681657234\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ORDER BY DESC(COUNT ( ?var4 )) LIMIT 20"}}
{"id": "val_3891", "question": "English name, description, and image of tin", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q1096 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q1096 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1096 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name, description, and image of the chemical element tin?", "Show me the English label, description, and Wikimedia Commons image for tin."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1096> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1096> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1096> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_3892", "question": "What is the type and name of the economy of Scotland?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?typeLabel ?itemLabel WHERE {\n  wd:Q3175225 wdt:P31 ?type ; rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["What class is the economy of Scotland an instance of, and what is its English label?", "Show me the English label of the economy of Scotland and the English label of the category it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q3175225> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_3893", "question": "Classes that Allenjoie belongs to, including superclasses.", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q835906 (wdt:P31 / wdt:P279*) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["What types and broader categories does the French commune Allenjoie belong to?", "List all the hierarchical classes (from direct type to highest superclass) that Allenjoie is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q835906> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } }"}}
{"id": "val_3894", "question": "What are all the geographical locations (from local to global) that the Cross Keys pub is part of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 WHERE {\n  VALUES ?start {\n    wd:Q17986739\n  }\n  {\n    ?start wdt:P131 + ?var1 .\n  } UNION {\n    ?start wdt:P17 ?var1 .\n  } UNION {\n    ?start wdt:P17 ?country .\n    ?country wdt:P30 ?var1 .\n  }\n}", "paraphrases": ["Starting from the Cross Keys pub in Covent Garden, what countries, administrative regions, and continents does it belong to?", "Show me the full location chain of Cross Keys, including its city, region, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17986739> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3895", "question": "What are some cities in India with their administrative divisions, images, and Wikipedia pages?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?city ?cityLabel ?admin2Label ?admin1Label ?image ?wikipedia ?website ?coord WHERE {\n  ?city ( wdt:P31 / wdt:P279 * ) wd:Q515 .\n  ?city wdt:P131 + wd:Q668 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" ) OPTIONAL {\n    ?city wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?city wdt:P131 ?admin1 .\n    ?admin1 rdfs:label ?admin1Label .\n    FILTER ( LANG( ?admin1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?city wdt:P131 ?admin1 .\n    ?admin1 wdt:P131 ?admin2 .\n    ?admin2 rdfs:label ?admin2Label .\n    FILTER ( LANG( ?admin2Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?city wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?wikipedia schema:about ?city ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?city wdt:P625 ?coord .\n}\nORDER BY ?city\nLIMIT 5", "paraphrases": ["Can you list cities in India near coordinates 82\u00b0E, 27\u00b0N, along with their official websites, images, and English Wikipedia links?", "Show me five Indian cities with their top two administrative levels, a photo from Wikimedia Commons, and a link to their English Wikipedia article."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(82 27)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var8 . } FILTER ( ( ( ?var8 > \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } { ?var3 <http://www.wikidata.org/prop/direct/P131> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var1 ) LIMIT 5"}}
{"id": "val_3896", "question": "What is the political system of Thailand, and what image represents it?", "sparql": "SELECT DISTINCT ?politicalSystem ?politicalSystemLabel ?inception ?coordinates ?image WHERE { ?politicalSystem wdt:P31 wd:Q28108 . ?politicalSystem wdt:P17 wd:Q869 . OPTIONAL { ?politicalSystem wdt:P571 ?inception . } OPTIONAL { ?politicalSystem wdt:P625 ?coordinates . } OPTIONAL { ?politicalSystem wdt:P18 ?image . } ?politicalSystem rdfs:label ?politicalSystemLabel . FILTER(LANG(?politicalSystemLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Can you show me details about Thailand\u2019s political system, including its founding date, location coordinates, and an associated image?", "Tell me about the political system in Thailand: what is it called, and is there a picture, founding date, or location associated with it?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1969240> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q869> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_3897", "question": "Most common properties used to link items to the Odia language.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyItem ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n  ?item ?directProperty wd:Q33810 .\n  ?propertyItem wikibase:directClaim ?directProperty .\n}\nGROUP BY ?propertyItem\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties are most frequently used to associate entities with the Odia language, and how many items use each?", "Show me the properties that connect items to the Odia language, ranked by how many items they are used with."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 ?var4 <http://www.wikidata.org/entity/Q33810> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_3898", "question": "Cities with population over 500,000, their coordinates, and population numbers", "sparql": "SELECT ?city ?cityLabel ?coordinates ?population WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 ; wdt:P625 ?coordinates ; wdt:P1082 ?population . FILTER(?population >= 500000) }", "paraphrases": ["What are the cities with a population of at least 500,000, along with their geographic coordinates and population figures?", "List all cities with more than half a million residents, including their locations and population counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 ) ?var3 ( SAMPLE ( ?var4 ) AS ?var4 ) WHERE { BIND ( IF ( ( ?var3 < \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<1M\", IF ( ( ?var3 < \"2000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1M-2M\", IF ( ( ?var3 < \"5000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"2M-5M\", IF ( ( ?var3 < \"10000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"5M-10M\", IF ( ( ?var3 < \"20000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10M-20M\", \">20M\" ) ) ) ) ) AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . FILTER ( ( ( ?var3 >= \"500000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var3"}}
{"id": "val_3899", "question": "What are cities with a population of at least 150,000, along with their coordinates, population, and whether their population is between 10M and 20M or over 20M?", "sparql": "SELECT DISTINCT ?city ?cityLabel ?coordinate ?population ?populationCategory WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 ; wdt:P625 ?coordinate ; wdt:P1082 ?population ; rdfs:label ?cityLabel . FILTER(?population >= 150000 && lang(?cityLabel) = \"en\") BIND(IF(?population < 20000000, \"10M-20M\", \">20M\") AS ?populationCategory) } LIMIT 10", "paraphrases": ["List cities that are instances of or subclasses of city, have a population over 150,000, and show their location, population size, and a category (10M-20M or >20M).", "Show me cities with populations above 150,000, including their names, geographic coordinates, population numbers, and whether they have a population under 20 million or more."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( MAX ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) WHERE { BIND ( IF ( ( ?var3 < \"20000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10M-20M\", \">20M\" ) AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . FILTER ( ( ( ?var3 >= \"150000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_3900", "question": "What are the hierarchical categories above the bel unit in the classification of quantities?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE {\n  wd:Q50098 wdt:P31 ?var1 .\n  ?var1 wdt:P279 ?var2 .\n  ?var2 wdt:P279 ?var3 .\n  ?var3 wdt:P279 * wd:Q309314 .\n  ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  ?var3 rdfs:label ?var3Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n  FILTER(LANG(?var3Label) = \"en\")\n}", "paraphrases": ["Show the chain of classes from the bel unit up to quantity, including its immediate and second-level superclasses.", "What types of quantities does the bel unit belong to, and what broader categories do those types fall under?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q50098> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var4 . ?var2 ^ <http://www.wikidata.org/prop/direct/P279> * ?var1 . ?var3 ^ <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P279> * ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3901", "question": "Units and their equivalent values in SI units", "sparql": "SELECT ?unit ?unitLabel ?siValue WHERE { ?unit wdt:P2370 ?siValue . ?unit rdfs:label ?unitLabel . FILTER(LANG(?unitLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the English names of units and their corresponding values in coherent SI units?", "Show me a list of units along with their conversions to SI base or coherent units in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2370> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_3902", "question": "Units with SI conversions but no defined physical quantity", "sparql": "SELECT ?unit ?unitLabel ?siEquivalent WHERE { ?unit wdt:P2370 ?siEquivalent . FILTER (NOT EXISTS { ?unit wdt:P111 [] }) ?unit rdfs:label ?unitLabel . } LIMIT 1000", "paraphrases": ["Which units have a known equivalent in SI units but are not used to measure any physical property?", "List all units that can be converted to SI units but are not classified as measuring any physical quantity."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2370> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P111> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } LIMIT 1000"}}
{"id": "val_3903", "question": "What are the most detailed locations within 1.4 km of latitude 52 and longitude 0?", "sparql": "SELECT ?item ?itemLabel ?lat ?long WHERE { ?item p:P625/psv:P625/wikibase:geoLatitude ?lat ; p:P625/psv:P625/wikibase:geoLongitude ?long . FILTER(?lat >= 51.9874 && ?lat <= 52.0126) FILTER(?long >= -0.0205 && ?long <= 0.0205) ?item ?prop ?value . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } GROUP BY ?item ?itemLabel ?lat ?long ORDER BY DESC(COUNT(?prop)) LIMIT 20", "paraphrases": ["Which places near London (52\u00b0N, 0\u00b0E) have the most information on Wikidata, and what are their coordinates?", "Show me the top 20 locations within 1.4 kilometers of (0, 52), ordered by how much information is available about them on Wikidata, along with their names and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ?var4 ?var5 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 ; <http://www.wikidata.org/prop/P625> [ <http://www.wikidata.org/prop/statement/P625> ?var7 ; <http://www.wikidata.org/prop/statement/value/P625> [ <http://wikiba.se/ontology#geoLongitude> ?var3 ; <http://wikiba.se/ontology#geoLatitude> ?var2 ] ] . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(0 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"1.408197271973957\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ORDER BY DESC(COUNT ( ?var4 )) LIMIT 20"}}
{"id": "val_3904", "question": "What are some locations within approximately 22 kilometers of 22\u00b0E and 38\u00b0N?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geo: <http://www.opengis.net/ont/geosparql#>\nSELECT ?item ?coord WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER ( ?coord >= \"POINT(21.8 37.8)\" ^^ geo:wktLiteral && ?coord <= \"POINT(22.2 38.2)\" ^^ geo:wktLiteral )\n}\nLIMIT 10", "paraphrases": ["Show me places with coordinates near the point (22, 38), within a small geographic range.", "List entities located in the region around 22 degrees east and 38 degrees north."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(22 38)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_3905", "question": "Cities in the United Kingdom", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 wd:Q145 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the cities in the United Kingdom?", "List the English names of all cities in the United Kingdom."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_3906", "question": "Cities in the United Kingdom with their coordinates and administrative regions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel ?coordinates ?adminArea WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 wd:Q145 .\n  OPTIONAL {\n    ?city wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?city wdt:P131 ?adminArea .\n  }\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the cities in the United Kingdom, their geographic coordinates, and the administrative areas they belong to?", "Please list all cities in the United Kingdom along with their coordinates and the administrative territories they are part of, including their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . } }"}}
{"id": "val_3907", "question": "What are the top 10 countries with the highest combined population of all their cities?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel(SUM(?population) AS ?totalPopulation) WHERE {\n  ?city wdt:P31 / wdt:P279 * wd:Q515 ; wdt:P17 ?country ; wdt:P1082 ?population .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nGROUP BY ?country ?countryLabel\nORDER BY DESC(?totalPopulation)\nLIMIT 10", "paraphrases": ["Which countries have the largest total urban populations, based on the sum of all city populations in Wikidata?", "Show me the countries where the sum of city populations is the greatest, ranked from highest to lowest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( MAX ( ?var2 ) AS ?var3 ) WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P17> ?var1 ; <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 ) LIMIT 10"}}
{"id": "val_3908", "question": "What are some cities in the United Kingdom?", "sparql": "SELECT ?city WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P131* wd:Q145 } LIMIT 10", "paraphrases": ["List 10 cities located in the UK according to Wikidata.", "Which places classified as cities are part of the United Kingdom?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q6256> . } LIMIT 10"}}
{"id": "val_3909", "question": "Most used property to classify German administrative divisions", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?propertyUsed wd:Q387917 . ?property wikibase:directClaim ?propertyUsed . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to indicate that an entity is a subclass of administrative divisions of Germany?", "Show me the property that links the most types of German administrative divisions to the category \"administrative divisions of Germany\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q387917> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_3910", "question": "Top 20 well-documented geographic features near latitude 52 and longitude 0, with their coordinates and labels.", "sparql": "SELECT ?item ?itemLabel ?lat ?lon WHERE { ?item wdt:P625 ?location . BIND(geof:latitude(?location) AS ?lat) BIND(geof:longitude(?location) AS ?lon) FILTER(?lat >= 51.99366 && ?lat <= 52.00634) FILTER(?lon >= -0.0103 && ?lon <= 0.0103) ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") ?item ?p ?o . } GROUP BY ?item ?itemLabel ?lat ?lon ORDER BY DESC(COUNT(?p)) LIMIT 20", "paraphrases": ["What are the most detailed geographic locations near the coordinates 0\u00b0 longitude and 52\u00b0 latitude, and what are their names and exact coordinates?", "List up to 20 notable places near the North Sea coast (around 52\u00b0N, 0\u00b0E), showing their English names, latitude, longitude, and sorted by how much information is available about them in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ?var4 ?var5 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 ; <http://www.wikidata.org/prop/P625> [ <http://www.wikidata.org/prop/statement/P625> ?var7 ; <http://www.wikidata.org/prop/statement/value/P625> [ <http://wikiba.se/ontology#geoLongitude> ?var3 ; <http://wikiba.se/ontology#geoLatitude> ?var2 ] ] . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(0 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"0.7038958705310917\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ORDER BY DESC(COUNT ( ?var4 )) LIMIT 20"}}
{"id": "val_3911", "question": "What are the units of measurement and quantities in Wikidata?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?class ?classLabel WHERE {  VALUES ?class { wd:Q47574 wd:Q309314 }  ?item (wdt:P31 | wdt:P279) ?class .  ?item rdfs:label ?itemLabel .  ?class rdfs:label ?classLabel .  FILTER(LANG(?itemLabel) = \"en\")  FILTER(LANG(?classLabel) = \"en\")}", "paraphrases": ["Which items are instances or subclasses of units of measurement or quantities?", "List all known units of measurement and quantities along with their labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q72900> AS ?var1 ). ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3912", "question": "What are the coordinates of London?", "sparql": "SELECT ?coordinates WHERE { ?london rdfs:label \"London\" @en ; wdt:P31/wdt:P279* wd:Q515 ; wdt:P17 wd:Q145 ; wdt:P625 ?coordinates . }", "paraphrases": ["Where is London located in terms of latitude and longitude?", "Can you tell me the geographic coordinates of the capital city of the United Kingdom?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"England\"@en ; <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"London\"@en ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/486972> ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_3913", "question": "What are the human settlements named \"Stirling\" in the United Kingdom, along with their descriptions and geographic coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel ?description ?coord WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q486972 .\n  ?item wdt:P17 wd:Q145 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(CONTAINS(LCASE(?itemLabel) , \"stirling\"))\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item wdt:P625 ?coord .\n}\nORDER BY ?itemLabel", "paraphrases": ["Can you list the cities, towns, or villages called Stirling in the UK and tell me where they are located?", "Show me the English descriptions and locations of all places in the UK with \"Stirling\" in their name that are classified as human settlements."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q1432101> ) ( <http://www.wikidata.org/entity/Q182923> ) ( <http://www.wikidata.org/entity/Q217838> ) ( <http://www.wikidata.org/entity/Q228569> ) ( <http://www.wikidata.org/entity/Q16883856> ) ( <http://www.wikidata.org/entity/Q2973853> ) ( <http://www.wikidata.org/entity/Q988375> ) ( <http://www.wikidata.org/entity/Q7617554> ) ( <http://www.wikidata.org/entity/Q21923522> ) ( <http://www.wikidata.org/entity/Q7617549> ) ( <http://www.wikidata.org/entity/Q29175326> ) ( <http://www.wikidata.org/entity/Q33495894> ) ( <http://www.wikidata.org/entity/Q3973610> ) ( <http://www.wikidata.org/entity/Q7617548> ) ( <http://www.wikidata.org/entity/Q16933126> ) ( <http://www.wikidata.org/entity/Q25114210> ) ( <http://www.wikidata.org/entity/Q7617547> ) ( <http://www.wikidata.org/entity/Q7617555> ) ( <http://www.wikidata.org/entity/Q2350325> ) ( <http://www.wikidata.org/entity/Q7617553> ) ( <http://www.wikidata.org/entity/Q29045067> ) ( <http://www.wikidata.org/entity/Q186212> ) ( <http://www.wikidata.org/entity/Q172728> ) ( <http://www.wikidata.org/entity/Q470877> ) ( <http://www.wikidata.org/entity/Q756268> ) ( <http://www.wikidata.org/entity/Q963530> ) ( <http://www.wikidata.org/entity/Q347945> ) ( <http://www.wikidata.org/entity/Q80918> ) ( <http://www.wikidata.org/entity/Q282126> ) ( <http://www.wikidata.org/entity/Q1306532> ) ( <http://www.wikidata.org/entity/Q115591> ) ( <http://www.wikidata.org/entity/Q1884981> ) ( <http://www.wikidata.org/entity/Q1229763> ) ( <http://www.wikidata.org/entity/Q606236> ) ( <http://www.wikidata.org/entity/Q4483203> ) ( <http://www.wikidata.org/entity/Q334215> ) ( <http://www.wikidata.org/entity/Q737072> ) ( <http://www.wikidata.org/entity/Q975320> ) ( <http://www.wikidata.org/entity/Q3913619> ) ( <http://www.wikidata.org/entity/Q22400657> ) ( <http://www.wikidata.org/entity/Q1748147> ) ( <http://www.wikidata.org/entity/Q2038735> ) ( <http://www.wikidata.org/entity/Q22400637> ) ( <http://www.wikidata.org/entity/Q21955626> ) ( <http://www.wikidata.org/entity/Q21896479> ) ( <http://www.wikidata.org/entity/Q21882855> ) ( <http://www.wikidata.org/entity/Q21948691> ) ( <http://www.wikidata.org/entity/Q21949199> ) ( <http://www.wikidata.org/entity/Q2383134> ) ( <http://www.wikidata.org/entity/Q21937523> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_3914", "question": "Inns in the United Kingdom", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q256020 .\n  ?item wdt:P17 wd:Q145 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What are the names of inns located in the United Kingdom?", "List the English-named inns in the UK."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q256020> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3915", "question": "Cities with population over 10 million, ordered by size.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P31 / wdt:P279 * wd:Q515 .\n  ?var1 wdt:P1082 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  .\n  FILTER(?var2 > 10000000)\n}\nORDER BY DESC(?var2)", "paraphrases": ["Which cities have a population greater than 10 million, and what are their populations?", "List all cities (including subtypes like metropolises) with a population above 10 million, showing their English names and exact population figures, sorted from largest to smallest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q515> AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . FILTER ( ( ( ?var2 > \"10000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_3916", "question": "List places with population over 1 million and their source URLs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nSELECT ?item ?population ?url WHERE {\n  ?item wdt:P1082 ?population .\n  ?statement ps:P1082 ?population ; prov:wasDerivedFrom ?ref .\n  ?ref pr:P854 ?url .\n  FILTER(?population > 1000000)\n}\nLIMIT 5", "paraphrases": ["Which cities or regions have a population greater than one million, and what are the sources of this data?", "Show me entities with a population exceeding one million along with the web URLs used as references for those population figures."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/qualifier/P854> ?var3 . FILTER ( ( ( ?var4 > \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3917", "question": "Entities with coordinates within 15 km of Thessaloniki, Greece", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?coord WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER(geof:latitude(?coord) >= 38.865 && geof:latitude(?coord) <= 39.135)\n  FILTER(geof:longitude(?coord) >= 20.865 && geof:longitude(?coord) <= 21.135)\n}", "paraphrases": ["What places are located within 15 kilometers of the coordinates 21\u00b0E, 39\u00b0N?", "List all geographic entities and their coordinates that fall within a 15 km radius of the point (21, 39), which is near Thessaloniki in northern Greece."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(21 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_3918", "question": "List all locations within 15 kilometers of latitude 46 and longitude -84.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?item ?location WHERE {\n  ?item wdt:P625 ?location .\n  FILTER(STRSTARTS(STR(?location) , \"POINT(\"))\n  BIND(STRBEFORE(STRAFTER(STR(?location) , \"POINT(\") , \")\") AS ?coords)\n  BIND(STRBEFORE(?coords , \" \") AS ?lonStr)\n  BIND(STRAFTER(?coords , \" \") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= -84.1945 && ?lon <= -83.8055 && ?lat >= 45.865 && ?lat <= 46.135)\n}", "paraphrases": ["What places are located within a 15-kilometer radius of the point (-84, 46)?", "Show me the geographic items near (-84, 46) that are no more than 15 km away."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-84 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_3919", "question": "What are the provinces of the Republic of Artsakh?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?province ?provinceLabel WHERE {\n  ?province wdt:P31 wd:Q17379685 .\n  ?province rdfs:label ?provinceLabel .\n  FILTER ( LANG( ?provinceLabel ) = \"en\" )\n}", "paraphrases": ["Which administrative provinces were part of the Republic of Artsakh?", "List the English names of all provinces that were part of the Republic of Artsakh."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17379685> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3920", "question": "Types of Roman Catholic Diocese of Saint-Denis-de-La R\u00e9union, its location, coordinates, and date.", "sparql": "SELECT DISTINCT ?type ?typeLabel ?administrativeEntity ?coordinates ?pointInTime WHERE { wd:Q875315 wdt:P31 ?type . OPTIONAL { wd:Q875315 wdt:P131 ?administrativeEntity . } OPTIONAL { wd:Q875315 wdt:P625 ?coordinates . } OPTIONAL { wd:Q875315 wdt:P585 ?pointInTime . } OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } }", "paraphrases": ["What types of Catholic ecclesiastical entities is the Diocese of Saint-Denis-de-La R\u00e9union classified as, and where is it located, what are its coordinates, and when was this information recorded?", "List the classifications of the Roman Catholic Diocese of Saint-Denis-de-La R\u00e9union along with its administrative area, geographic coordinates, and point in time, if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q875315> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q875315> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q875315> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q875315> <http://www.wikidata.org/prop/direct/P585> ?var4 . } }"}}
{"id": "val_3921", "question": "Which of the listed places in Anglesey are human settlements (not archaeological sites) and located in the United Kingdom?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?place WHERE {\n  ?place wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q486972 .\n  ?place wdt:P131 * ?admin . MINUS {\n    ?place wdt:P31 wd:Q13406463 .\n  }\n  FILTER ( ?admin = wd:Q145 ) .\n  FILTER ( ?place IN ( wd:Q628633 , wd:Q24818151 , wd:Q31845075 , wd:Q16103628 , wd:Q24183495 , wd:Q29497441 , wd:Q29497440 , wd:Q25706666 , wd:Q29485085 , wd:Q29497436 , wd:Q29484813 , wd:Q13132109 , wd:Q29497430 , wd:Q29497439 , wd:Q29485124 , wd:Q24182244 , wd:Q8871220 ) )\n}", "paraphrases": ["Among the 17 specific locations in Anglesey, which ones are villages or communities (not archaeological sites) and part of the United Kingdom?", "Please identify the human settlements from this list of Anglesey locations, excluding archaeological sites, that are within the United Kingdom."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q145> ) ) ) . FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q628633> , <http://www.wikidata.org/entity/Q24818151> , <http://www.wikidata.org/entity/Q31845075> , <http://www.wikidata.org/entity/Q16103628> , <http://www.wikidata.org/entity/Q24183495> , <http://www.wikidata.org/entity/Q29497441> , <http://www.wikidata.org/entity/Q29497440> , <http://www.wikidata.org/entity/Q25706666> , <http://www.wikidata.org/entity/Q29485085> , <http://www.wikidata.org/entity/Q29497436> , <http://www.wikidata.org/entity/Q29484813> , <http://www.wikidata.org/entity/Q13132109> , <http://www.wikidata.org/entity/Q29497430> , <http://www.wikidata.org/entity/Q29497439> , <http://www.wikidata.org/entity/Q29485124> , <http://www.wikidata.org/entity/Q24182244> , <http://www.wikidata.org/entity/Q8871220> ) ) ) . }"}}
{"id": "val_3922", "question": "Countries from the list with cities over 250,000 population", "sparql": "SELECT DISTINCT ?countryLabel ?cityLabel WHERE {\n  VALUES ?country {\n    wd:Q16   # Canada\n    wd:Q145  # United Kingdom\n    wd:Q222  # Albania\n    wd:Q30   # United States\n    wd:Q884  # South Korea\n    wd:Q34   # Sweden\n    wd:Q27   # Ireland\n    wd:Q668  # India\n    wd:Q142  # France\n  }\n  ?city wdt:P17 ?country ;\n        (wdt:P31/wdt:P279*) wd:Q515 ;\n        wdt:P1082 ?population .\n  FILTER (?population > 250000)\n  ?country rdfs:label ?countryLabel .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?cityLabel) = \"en\")\n}", "paraphrases": ["Which cities in Canada, the United Kingdom, Albania, the United States, South Korea, Sweden, Ireland, India, and France have populations greater than 250,000?", "List all cities with more than 250,000 residents in Canada, the United Kingdom, Albania, the United States, South Korea, Sweden, Ireland, India, and France, along with their respective countries."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label WHERE { { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q16> ) ( <http://www.wikidata.org/entity/Q145> ) ( <http://www.wikidata.org/entity/Q222> ) ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q884> ) ( <http://www.wikidata.org/entity/Q34> ) ( <http://www.wikidata.org/entity/Q27> ) ( <http://www.wikidata.org/entity/Q668> ) ( <http://www.wikidata.org/entity/Q142> ) } ?var6 <http://www.wikidata.org/prop/direct/P17> ?var1 ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P1082> ?var7 . FILTER ( ( ( ?var7 > \"250000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3923", "question": "What country is Moscow located in?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?adminEntity ?adminEntityLabel WHERE {\n  wd:Q649 wdt:P131 + ?adminEntity .\n  ?adminEntity rdfs:label ?adminEntityLabel .\n  FILTER ( LANG( ?adminEntityLabel ) = \"en\" )\n}", "paraphrases": ["Administrative division containing Moscow", "Show me the country that Moscow belongs to, in English"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q649> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, ru\". } }"}}
{"id": "val_3924", "question": "What are all the subclasses of \"unit of measurement\" and \"quantity\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel ?parent ?parentLabel WHERE {\n  VALUES ?parent {\n    wd:Q47574 wd:Q309314\n  }\n  ?class wdt:P279 * ?parent .\n  ?class rdfs:label ?classLabel .\n  ?parent rdfs:label ?parentLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) FILTER ( LANG( ?parentLabel ) = \"en\" )\n}\nORDER BY ?parent ?class", "paraphrases": ["Can you list the classes that are subclasses of either \"unit of measurement\" or \"quantity\", along with their English labels?", "Show me the hierarchy of concepts under \"unit of measurement\" and \"quantity\", including direct and indirect subclasses, in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q11706236> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> ?| <http://www.wikidata.org/prop/direct/P279> ?) ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3925", "question": "What are the coordinates of the Mckechnie Institute and Reading Rooms in Girvan, and what are the coordinates of the administrative area it belongs to?", "sparql": "SELECT ?buildingCoordinates ?administrativeAreaCoordinates WHERE { wd:Q17841383 wdt:P625 ?buildingCoordinates . OPTIONAL { wd:Q17841383 wdt:P131 ?administrativeArea . ?administrativeArea wdt:P625 ?administrativeAreaCoordinates . } }", "paraphrases": ["Where is the Mckechnie Institute and Reading Rooms located, and where is the center of the administrative region it falls under?", "Can you show me the geographic coordinates of the Mckechnie Institute and the town or council area it is in?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q17841383> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q17841383> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3926", "question": "What are the neighborhoods in Yaound\u00e9 and their coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?neighborhood ?neighborhoodLabel ?coordinates WHERE {\n  ?neighborhood wdt:P31 wd:Q123705 .\n  ?neighborhood wdt:P131 wd:Q3808 .\n  ?neighborhood wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?neighborhood rdfs:label ?neighborhoodLabel .\n    FILTER(LANG(?neighborhoodLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list the neighborhoods of Yaound\u00e9, Cameroon, along with their geographic coordinates?", "Show me the English names and locations of all neighborhoods in Yaound\u00e9."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q123705> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3808> . ?var1 <http://www.wikidata.org/prop/direct/625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr\". } }"}}
{"id": "val_3927", "question": "Public art in Paris arrondissements and their names in French", "sparql": "SELECT ?var1 ?var2 WHERE { ?var3 wdt:P136 wd:Q557141 . ?var3 wdt:P131 ?var10 . ?var10 wdt:P131 wd:Q90 . ?var10 rdfs:label ?var2 . FILTER (LANG(?var2) = \"fr\") . BIND(REPLACE(?var2, \" de Paris\", \"\", \"i\") AS ?var1) } LIMIT 10", "paraphrases": ["What are the French names of the arrondissements in Paris where public art is located, and what are their simplified names without \"de Paris\"?", "Show me the French labels of the administrative divisions (like arrondissements) in Paris that contain public art, along with their names stripped of \"de Paris\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q90> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q90> . } ?var3 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q557141> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P170> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"fr\" ) ) ) . } OPTIONAL { { ?var3 <http://www.wikidata.org/prop/direct/P136> ?var6 . FILTER ( ( ( STR ( ?var6 ) != \"string1\" ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var6 . } ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"fr\" ) ) ) . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P276> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . FILTER ( ( ( LANG ( ?var9 ) = \"fr\" ) ) ) . } OPTIONAL { BIND ( REPLACE ( ?var2 , \"string2\", \"$1\", \"si\" ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P131> ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q90> . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } } LIMIT 10"}}
{"id": "val_3928", "question": "What properties are used to link other entities to Vox.com?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?item ?property wd:Q20877087 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyEntity ) ?propertyEntity rdfs:label ?propertyLabel .\n  ?propertyEntity schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata connect items to the news website Vox, and what do they mean in English?", "Can you list the English labels and descriptions of all properties that have Vox as their object?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q20877087> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_3929", "question": "Humans with French labels containing \"nardot\"", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P31 wd:Q5 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(contains(lcase(?label), \"nardot\")) }", "paraphrases": ["Who are the humans whose French name includes \"nardot\"?", "List all humans whose French label contains the substring \"nardot\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"nardot\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3930", "question": "What are the geographic coordinates of Wrexham and the administrative area it belongs to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cityCoordinates ?adminAreaCoordinates WHERE {\n  wd:Q496368 wdt:P625 ?cityCoordinates .\n  OPTIONAL {\n    wd:Q496368 wdt:P131 ?adminArea .\n    ?adminArea wdt:P625 ?adminAreaCoordinates .\n  }\n}", "paraphrases": ["Coordinates of Wrexham and its county borough", "Show me the location of Wrexham and the location of the administrative region it is part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q496368> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q496368> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3931", "question": "What are the geographic coordinates of Tredean, and what are the coordinates of the administrative area it is located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?buildingCoords ?administrativeAreaCoords WHERE {\n  wd:Q17743431 wdt:P625 ?buildingCoords .\n  OPTIONAL {\n    wd:Q17743431 wdt:P131 ?adminArea .\n    ?adminArea wdt:P625 ?administrativeAreaCoords .\n  }\n}", "paraphrases": ["Coordinates of Tredean and its administrative location (Devauden).", "Show me the location of Tredean and the location of the place it belongs to in Monmouthshire."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q17743431> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q17743431> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_3932", "question": "What are the immediate parent and grandparent classes of \"unit of measurement\" and \"quantity\" in Wikidata's taxonomy?", "sparql": "SELECT DISTINCT ?unit ?unitLabel ?parent ?parentLabel ?grandparent ?grandparentLabel WHERE {  VALUES ?unit { wd:Q47574 wd:Q309314 }  ?unit rdfs:label ?unitLabel .  ?unit wdt:P279 ?parent .  ?parent rdfs:label ?parentLabel .  ?parent wdt:P279 ?grandparent .  ?grandparent rdfs:label ?grandparentLabel .  FILTER(LANG(?unitLabel) = \"en\")  FILTER(LANG(?parentLabel) = \"en\")  FILTER(LANG(?grandparentLabel) = \"en\")}", "paraphrases": ["Show me the hierarchy of \"unit of measurement\" and \"quantity\" by listing their direct superclass and the superclass of that superclass.", "Can you list the parent and grandparent categories for units of measurement and quantities, along with their English labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q18994451> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var4 . ?var2 ^ <http://www.wikidata.org/prop/direct/P279> * ?var1 . ?var3 ^ <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P279> * ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_3933", "question": "Places in East Lothian with coordinates and types", "sparql": "SELECT DISTINCT ?place ?placeLabel ?coordinates ?image ?instance ?instanceLabel WHERE { ?place wdt:P131 wd:Q207257 . ?place wdt:P625 ?coordinates . OPTIONAL { ?place wdt:P18 ?image . } OPTIONAL { ?place wdt:P31 ?instance . } ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") . OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") . }} ORDER BY ASC(?placeLabel) LIMIT 20", "paraphrases": ["What are the places located in East Lothian, and what are their coordinates and instance types (e.g., house, tenement)?", "Show me a list of places in East Lothian, including their geographic coordinates and whether they are houses, tenements, or other types of structures."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q207257> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/P1435> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_3934", "question": "List of communities in Wales with their English names and geographic coordinates.", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label ?lat ?long WHERE {\n  ?community ( wdt:P31 / wdt:P279 * ) wd:Q2630741 .\n  ?community p:P625 ?statement .\n  ?statement psv:P625 ?geoValue .\n  ?geoValue wikibase:geoLatitude ?lat .\n  ?geoValue wikibase:geoLongitude ?long .\n  OPTIONAL {\n    ?community rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?label )", "paraphrases": ["What are the English names, latitudes, and longitudes of all communities in Wales?", "Can you provide the English labels, latitude, and longitude for every community in Wales, including its subclasses, ordered alphabetically by name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2630741> . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var5 . ?var4 <http://www.wikidata.org/prop/P625> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P625> ?var7 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var2 . ?var7 <http://wikiba.se/ontology#geoLongitude> ?var3 . OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_3935", "question": "What are some items in Italy that have images and Commons categories?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image ?commonsCategory WHERE {\n  ?item wdt:P17 wd:Q38 .\n  FILTER ( STRSTARTS( STR( ?item ) , \"http://www.wikidata.org/entity/Q\" ) ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["Show me items located in Italy along with their images and associated Wikimedia Commons categories.", "Can you list items in Italy that have images and Commons categories, with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(42 12)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(44 13)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3936", "question": "What are the places in Serbia with their coordinates, images, Wikimedia Commons categories, and street addresses?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?place ?placeLabel ?coord ?image ?commonsCategory ?address WHERE {\n  ?place wdt:P625 ?coord .\n  ?place wdt:P17 wd:Q222 .\n  OPTIONAL {\n    ?place wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?place wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?place wdt:P969 ?address .\n  }\n  ?place rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Can you show me the names, locations, and media files of locations in Serbia?", "List all entities in Serbia that have geographic coordinates and provide any available images, Commons categories, or addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(20 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(20 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3937", "question": "What are the English labels of properties that connect Kyiv to Ukraine?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel WHERE {\n  wd:Q1899 ?directProperty wd:Q212 .\n  ?propertyEntity wikibase:directClaim ?directProperty .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["Which relationships exist between Kyiv and Ukraine in Wikidata?", "How is Kyiv related to Ukraine according to Wikidata data?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1899> ?var2 <http://www.wikidata.org/entity/Q212> . ?var3 ?var4 ?var2 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . }"}}
{"id": "val_3938", "question": "What landmarks and places in southeast England have images and Commons categories on Wikimedia?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?coord .\n  BIND( STRAFTER( STR( ?coord ) , \"POINT(\" ) AS ?coordWithoutPrefix ) .\n  BIND( STRBEFORE( ?coordWithoutPrefix , \" \" ) AS ?lonStr ) .\n  BIND( STRBEFORE( STRAFTER( ?coordWithoutPrefix , \" \" ) , \")\" ) AS ?latStr ) .\n  BIND( xsd:double ( ?lonStr ) AS ?lon ) .\n  BIND( xsd:double ( ?latStr ) AS ?lat ) .\n  FILTER ( ?lon >= -1 && ?lon <= 1 && ?lat >= 52 && ?lat <= 53 ) .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  .\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  .\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n}\nLIMIT 3000", "paraphrases": ["Show me notable locations between longitude -1 and 1 and latitude 52 and 53, along with their addresses and associated media.", "Can you list buildings and sites in eastern England with their photos and Wikipedia Commons categories?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-1 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(1 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3939", "question": "What are the Ukrainian-language names for parts of Earth?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?part ?partLabel WHERE {\n  ?part wdt:P361 wd:Q2 .\n  ?part rdfs:label ?partLabel .\n  FILTER ( LANG( ?partLabel ) = \"uk\" )\n}\nORDER BY ASC ( ?part )\nLIMIT 10000", "paraphrases": ["Can you list the components of Earth with their Ukrainian labels?", "Which geological and geographical parts of Earth have Ukrainian-language Wikipedia labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q2> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"uk\" ) ) ) . } ORDER BY ASC( ?var1 ) LIMIT 10000"}}
{"id": "val_3940", "question": "What are the properties and their English-labeled values associated with Kreis 1 in Z\u00fcrich?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?objectLabel WHERE {\n  wd:Q445559 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER ( LANG( ?objectLabel ) = \"en\" ) FILTER ( isIRI( ?object ) )\n}", "paraphrases": ["Which entities are linked to Kreis 1 (Z\u00fcrich), and what are their English names?", "Show me the relationships of Kreis 1 with other entities, including their English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label ?var4 WHERE { <http://www.wikidata.org/entity/Q445559> ?var1 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3941", "question": "Humans with \"F\u00e9r\u00e9ol\" in their French name", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(CONTAINS(?label, \"F\u00e9r\u00e9ol\")) . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the French-speaking people whose name includes \"F\u00e9r\u00e9ol\"?", "List all humans whose French label contains the name \"F\u00e9r\u00e9ol\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"fereol\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_3942", "question": "List cultural landmarks in Siedlce, Poland, including their images, Commons categories, heritage status, and types.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?itemLabel ?admin1Label ?admin2Label ?image ?commonsCategory ?heritageDesignation ?instanceTypeLabel WHERE {\n  ?item wdt:P131 * wd:Q319813 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item wdt:P131 ?admin1 .\n    ?admin1 rdfs:label ?admin1Label .\n    FILTER(LANG(?admin1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?item wdt:P131 ?admin1 .\n    ?admin1 wdt:P131 ?admin2 .\n    ?admin2 rdfs:label ?admin2Label .\n    FILTER(LANG(?admin2Label) = \"en\")\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory\n  }\n  OPTIONAL {\n    ?item p:P1435 ?heritageDesignationStatement .\n    ?heritageDesignationStatement ps:P1435 ?heritageDesignation\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?instanceType .\n    ?instanceType rdfs:label ?instanceTypeLabel .\n    FILTER(LANG(?instanceTypeLabel) = \"en\")\n  }\n}\nLIMIT 200", "paraphrases": ["What are the notable buildings and monuments in Siedlce, and what administrative regions do they belong to?", "Show me all heritage sites in Siedlce with their photos, Wikipedia Commons categories, and whether they are officially protected monuments."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(23 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(23 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P373> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var9 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } LIMIT 2000"}}
{"id": "val_3943", "question": "List Indian villages and administrative areas between 74\u00b0E and 82\u00b0E longitude and 0\u00b0N and 11\u00b0N latitude with their coordinates, images, Wikimedia Commons categories, and postal codes.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?postalCode WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER ( geof:longitude ( ?coord ) >= 74 && geof:longitude ( ?coord ) <= 82 ) FILTER ( geof:latitude ( ?coord ) >= 0 && geof:latitude ( ?coord ) <= 11 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?postalCode .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What are the geographic locations in southern India (between 74\u00b0E\u201382\u00b0E and 0\u00b0N\u201311\u00b0N) and what are their labels, coordinates, images, Commons categories, and postal codes?", "Show me all places in the region spanning from 74\u00b0E to 82\u00b0E and 0\u00b0N to 11\u00b0N, including their English names, coordinates, and any associated images, Wikimedia Commons categories, or postal codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(74 0)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(82 11)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3944", "question": "Cities in Sardinia with coordinates, images, and Wikimedia Commons categories", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?location ?image ?commonsCategory WHERE {\n  VALUES ?item {\n    wd:Q1897 wd:Q13652 wd:Q13629 wd:Q1901 wd:Q1902 wd:Q13649 wd:Q13630\n  }\n  ?item wdt:P625 ?location .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the cities in northern Sardinia with available images and associated Wikimedia Commons categories?", "Show me the names, locations, images, and Commons categories of major cities in the 39\u201341\u00b0N and 7\u201311\u00b0E region of Italy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(7 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(11 41)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3945", "question": "List all municipalities in Croatia.", "sparql": "SELECT ?municipality WHERE { ?municipality wdt:P31 wd:Q57058 .}", "paraphrases": ["What are the names of all municipalities in Croatia?", "Can you show me all the administrative municipalities that are part of Croatia?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q57058> . }"}}
{"id": "val_3946", "question": "Croatian names of places with population over 50,000", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  ?place wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q2221906 .\n  ?place wdt:P1082 ?population .\n  ?place rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"hr\" ) .\n  FILTER ( ?population > 50000 ) .\n}", "paraphrases": ["What are the Croatian-language labels for places with more than 50,000 inhabitants?", "List all places with a population exceeding 50,000, using their Croatian names."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q17334923> . ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"hr\" ) ) ) . FILTER ( ( ( ?var4 > \"50000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_3947", "question": "Cities with Hebrew and English labels, their countries, and when those countries became associated.", "sparql": "SELECT DISTINCT ?city ?heLabel ?yiLabel ?enLabel ?countryLabel ?startTime WHERE { ?city wdt:P31/wdt:P279* wd:Q515 . ?city rdfs:label ?heLabel . FILTER(LANG(?heLabel) = \"he\") OPTIONAL { ?city rdfs:label ?yiLabel . FILTER(LANG(?yiLabel) = \"yi\") } ?city rdfs:label ?enLabel . FILTER(LANG(?enLabel) = \"en\") ?city wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") ?country p:P580 ?statement . ?statement psv:P580 ?startTime .} LIMIT 100", "paraphrases": ["Which cities have labels in Hebrew and English, what countries are they in, and when did those country associations begin?", "Show me cities that have Hebrew and English names, along with their English-named countries and the start dates of those country affiliations, including any Yiddish names if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6 ?var7Label ?var8 ?var9 WHERE { { ?var1 (( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> )| <http://www.wikidata.org/prop/direct/P31> ) <http://www.wikidata.org/entity/Q515> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var7 . ?var7 <http://www.wikidata.org/prop/P580> ?var8 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"yi\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,yi,en\". } FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . } LIMIT 100"}}
{"id": "val_3948", "question": "Top 100 most popular Wikidata items by number of Wikipedia links.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?item WHERE {\n  ?item wikibase:sitelinks ?sitelinks .\n}\nORDER BY DESC(?sitelinks)\nLIMIT 100", "paraphrases": ["Which 100 Wikidata items have the most Wikipedia articles linked to them?", "List the 100 most linked-to entities on Wikidata, ranked by how many Wikipedia pages reference them."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.ontotext.com/owlim/RDFRank#hasRDFRank> ?var2 . } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_3949", "question": "Cities, towns, or villages within 5 km of (-1, 45) with images, population, area, and their types.", "sparql": "SELECT ?item ?itemLabel ?population ?area ?location ?image (GROUP_CONCAT(DISTINCT ?instanceTypeLabel; SEPARATOR=\", \") AS ?instanceTypes) (GROUP_CONCAT(DISTINCT ?subclassLabel; SEPARATOR=\", \") AS ?subclasses) WHERE { ?item wdt:P18 ?image . ?item wdt:P625 ?location . ?item wdt:P31 ?instanceType . OPTIONAL { ?item wdt:P1082 ?population . } OPTIONAL { ?item wdt:P2046 ?area . } ?item (wdt:P279)* ?subclass . FILTER(?instanceType IN (wd:Q515, wd:Q1549591, wd:Q486972, wd:Q1322478)) FILTER(geof:distance(?location, \"POINT(-1 45)\"^^geo:wktLiteral) <= 5000) ?item rdfs:label ?itemLabel . ?instanceType rdfs:label ?instanceTypeLabel . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?instanceTypeLabel) = \"en\") FILTER(LANG(?subclassLabel) = \"en\") } GROUP BY ?item ?itemLabel ?population ?area ?location ?image LIMIT 500", "paraphrases": ["What are the populated places within 5 kilometers of latitude 45 and longitude -1 that have images, and what are their population, area, and classification types?", "List all named settlements within a 5-kilometer radius of POINT(-1 45) that have an associated image, and include their population, area, and hierarchical class labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ( GROUP_CONCAT ( DISTINCT ?var6Label ; SEPARATOR = \", \" ) AS ?var7 )( GROUP_CONCAT ( DISTINCT ?var8 ; SEPARATOR = \", \" ) AS ?var9 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var6 . ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var3 . } SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-1 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"5\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 LIMIT 500"}}
{"id": "val_3950", "question": "Heritage sites in Poland with administrative location, image, and type", "sparql": "SELECT ?item ?itemLabel ?admin ?adminLabel ?image ?instance ?instanceLabel WHERE { ?item wdt:P17 wd:Q36 . ?item p:P1435 ?statement . ?statement ps:P1435 wd:Q112670032 . OPTIONAL { ?item wdt:P131 ?admin . } OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P31 ?instance . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") } OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") } } LIMIT 20", "paraphrases": ["What are the cultural heritage monuments in Poland, and what are their administrative regions, images, and classifications?", "List cultural heritage monuments in Poland along with their locations, images, and what kind of entities they are."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(19 54)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(19 54)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,pl,ru\". } }"}}
{"id": "val_3951", "question": "What administrative regions and countries is the hamlet Berl\u00e4\u015f part of, including its continent?", "sparql": "SELECT DISTINCT ?entity WHERE { { wd:Q18766977 (wdt:P131 | wdt:P17) ?entity . } UNION { wd:Q18766977 wdt:P17 ?country . ?country wdt:P30 ?entity . } }", "paraphrases": ["Show all places that Berl\u00e4\u015f belongs to, from district up to continent.", "Which countries, administrative areas, and continents are connected to Berl\u00e4\u015f through direct or indirect location relationships?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q18766977> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3952", "question": "Countries and regions with their associated geographic overviews and types.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE {\n  BIND( \"mainsnak\" AS ?var4 ) .\n  ?var1 wdt:P2633 ?var2 .\n  ?var2 ( wdt:P31 / wdt:P279 * ) wd:Q46865913 .\n  OPTIONAL {\n    ?var2 wdt:P31 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var2 rdfs:label ?var2Label .\n    FILTER ( LANG( ?var2Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var3 rdfs:label ?var3Label .\n    FILTER ( LANG( ?var3Label ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Which countries or concepts are linked to a specific geographic overview (like \"geography of France\"), and what type of geographic item is that overview?", "Show me the entities that have a \"geography of topic\" relationship to a geographic overview, along with the label of the overview and its type."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { BIND ( \"mainsnak\" AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P2633> ?var2 . } UNION { BIND ( \"qualifier\" AS ?var4 ). ?var5 <http://www.wikidata.org/prop/qualifier/P2633> ?var2 . ?var1 ?var6 ?var5 . } UNION { BIND ( \"reference\" AS ?var4 ). ?var7 <http://www.wikidata.org/prop/reference/P2633> ?var2 . ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 . ?var1 ?var9 ?var8 . } VALUES ( ?var10 ) { ( <http://www.wikidata.org/entity/Q46865913> ) ( <http://www.wikidata.org/entity/Q1071> ) } MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var10 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3953", "question": "Countries and their Russian names along with other language labels.", "sparql": "SELECT ?country ?label ?label_ru WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?label . ?country rdfs:label ?label_ru . FILTER(LANG(?label_ru) = \"ru\") }", "paraphrases": ["What are the Russian names of all countries, and what are some of their names in other languages?", "Show me a list of all countries with their Russian labels and one example of a label in another language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . }"}}
{"id": "val_3954", "question": "What administrative regions and countries is the Besoldsches Haus located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  {\n    wd:Q41298006 wdt:P17 ?location .\n  } UNION {\n    wd:Q41298006 wdt:P30 ?location .\n  } UNION {\n    wd:Q41298006 wdt:P131 + ?location .\n  }\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you list the city, region, state, and country that contain the Besoldsches Haus building?", "Show me the geographical hierarchy of Besoldsches Haus in Germany, starting from the city up to the country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q41298006> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3955", "question": "List Polish municipalities and their TERC codes with English names.", "sparql": "SELECT ?municipality ?municipalityLabel ?tercCode WHERE { ?municipality wdt:P1653 ?tercCode . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What are the English names and TERC municipality codes of all Polish municipalities in Wikidata?", "Can you provide a list of all Polish municipalities, including their official TERC codes and their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1653> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_3956", "question": "Hamlets in Russia", "sparql": "SELECT ?hamlet ?hamletLabel WHERE { ?hamlet wdt:P31 wd:Q5084 . ?hamlet wdt:P17 wd:Q159 . ?hamlet rdfs:label ?hamletLabel FILTER(LANG(?hamletLabel) = 'en') }", "paraphrases": ["What are the hamlets located in Russia?", "List all small settlements (hamlets) in Russia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41567> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . }"}}
{"id": "val_3957", "question": "Country, region, and continent of Tulebras", "sparql": "SELECT DISTINCT ?country ?region ?continent WHERE { wd:Q631828 wdt:P17 ?country . wd:Q631828 wdt:P131 ?region . ?country wdt:P30 ?continent .}", "paraphrases": ["In which country and administrative region is Tulebras located, and what continent is it part of?", "Tell me the country, administrative region, and continent of the municipality of Tulebras."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q631828> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3958", "question": "What are the names of all geographic regions in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?regionLabel WHERE {\n  ?region wdt:P31 wd:Q82794 .\n  ?region rdfs:label ?regionLabel .\n  FILTER(LANG(?regionLabel) = \"en\")\n}", "paraphrases": ["List of geographic regions with English labels", "Can you show me the English names of all entities classified as geographic regions?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q82794> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3959", "question": "Dorchester settlements in the UK with their descriptions and coordinates", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"en\") . FILTER (CONTAINS(LCASE(?var1Label), \"dorchester\")) . ?var1 wdt:P31/wdt:P279* wd:Q486972 . ?var1 wdt:P131+ wd:Q145 . OPTIONAL { ?var1 schema:description ?var2 . FILTER (LANG(?var2) = \"en\") } ?var1 wdt:P625 ?var3 .}", "paraphrases": ["What are the Dorchester places in the United Kingdom, their English descriptions, and geographic coordinates?", "List all Dorchester human settlements in the UK along with their English descriptions and locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q503331> ) ( <http://www.wikidata.org/entity/Q227185> ) ( <http://www.wikidata.org/entity/Q1820610> ) ( <http://www.wikidata.org/entity/Q2670087> ) ( <http://www.wikidata.org/entity/Q941059> ) ( <http://www.wikidata.org/entity/Q979356> ) ( <http://www.wikidata.org/entity/Q1024037> ) ( <http://www.wikidata.org/entity/Q2110698> ) ( <http://www.wikidata.org/entity/Q1243764> ) ( <http://www.wikidata.org/entity/Q3036982> ) ( <http://www.wikidata.org/entity/Q3036984> ) ( <http://www.wikidata.org/entity/Q33804451> ) ( <http://www.wikidata.org/entity/Q5297582> ) ( <http://www.wikidata.org/entity/Q5297583> ) ( <http://www.wikidata.org/entity/Q5297587> ) ( <http://www.wikidata.org/entity/Q21487157> ) ( <http://www.wikidata.org/entity/Q26607150> ) ( <http://www.wikidata.org/entity/Q37019072> ) ( <http://www.wikidata.org/entity/Q5297585> ) ( <http://www.wikidata.org/entity/Q5297589> ) ( <http://www.wikidata.org/entity/Q5297590> ) ( <http://www.wikidata.org/entity/Q5297591> ) ( <http://www.wikidata.org/entity/Q501263> ) ( <http://www.wikidata.org/entity/Q502431> ) ( <http://www.wikidata.org/entity/Q226918> ) ( <http://www.wikidata.org/entity/Q2975925> ) ( <http://www.wikidata.org/entity/Q1243780> ) ( <http://www.wikidata.org/entity/Q2749941> ) ( <http://www.wikidata.org/entity/Q5475055> ) ( <http://www.wikidata.org/entity/Q22586552> ) ( <http://www.wikidata.org/entity/Q895073> ) ( <http://www.wikidata.org/entity/Q22586543> ) ( <http://www.wikidata.org/entity/Q21929612> ) ( <http://www.wikidata.org/entity/Q22586563> ) ( <http://www.wikidata.org/entity/Q35700593> ) ( <http://www.wikidata.org/entity/Q22932477> ) ( <http://www.wikidata.org/entity/Q5297623> ) ( <http://www.wikidata.org/entity/Q5297625> ) ( <http://www.wikidata.org/entity/Q20465348> ) ( <http://www.wikidata.org/entity/Q5297596> ) ( <http://www.wikidata.org/entity/Q5297599> ) ( <http://www.wikidata.org/entity/Q17514563> ) ( <http://www.wikidata.org/entity/Q31680288> ) ( <http://www.wikidata.org/entity/Q16962407> ) ( <http://www.wikidata.org/entity/Q26410531> ) ( <http://www.wikidata.org/entity/Q26514273> ) ( <http://www.wikidata.org/entity/Q27087036> ) ( <http://www.wikidata.org/entity/Q17101562> ) ( <http://www.wikidata.org/entity/Q26476099> ) ( <http://www.wikidata.org/entity/Q16962411> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_3960", "question": "Towns in the United States", "sparql": "SELECT ?town ?townLabel WHERE { ?town wdt:P17 wd:Q30 . ?town wdt:P31 wd:Q3957 . } LIMIT 100", "paraphrases": ["What towns are located in the United States?", "List towns that are in the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3957> . } LIMIT 100"}}
{"id": "val_3961", "question": "Russian names of cities in Belarus", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 / wdt:P279 * wd:Q515 .\n  ?city wdt:P17 wd:Q184 .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"ru\")\n}\nLIMIT 10", "paraphrases": ["What are the names of cities in Belarus in Russian?", "List up to 10 cities in Belarus with their labels in Russian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q184> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ru\" ) ) ) . } LIMIT 10"}}
{"id": "val_3962", "question": "List all cities and towns in Oklahoma.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subdivision ?subdivisionLabel WHERE {\n  wd:Q1649 wdt:P150 * ?subdivision .\n  ?subdivision rdfs:label ?subdivisionLabel .\n  FILTER(LANG(?subdivisionLabel) = \"en\")\n}", "paraphrases": ["What are all the administrative subdivisions of Oklahoma?", "Show me all the places that are directly or indirectly contained within the state of Oklahoma."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1649> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"80\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P150> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3963", "question": "What are the first-level administrative divisions of the United States?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?division ?list ?country WHERE {\n  ?division wdt:P279 wd:Q10864048 .\n  ?division wdt:P17 ?country .\n  ?country wdt:P297 \"US\" .\n  OPTIONAL {\n    ?division wdt:P360 ?list .\n  }\n}", "paraphrases": ["Which administrative regions like states and territories are directly under the United States government?", "List all U.S. states and insular areas that are classified as first-level administrative divisions."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q56061> . ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q10864048> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P360> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P297> \"US\". }"}}
{"id": "val_3964", "question": "Cities in the United States and their alternative names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel ?altName WHERE {\n  ?city wdt:P17 wd:Q30 ; wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n  OPTIONAL {\n    ?city skos:altLabel ?altName .\n    FILTER(LANG(?altName) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What are the names of cities in the United States, and what other names are they known by?", "List up to 100 cities in the United States along with their English labels and alternative names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } } LIMIT 100"}}
{"id": "val_3965", "question": "What is the French commune named Gruissan that is located in the Aude department?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Gruissan\" @en ; wdt:P131 ?admin .\n  ?admin rdfs:label \"Aude\" @en\n}", "paraphrases": ["Find the entity for Gruissan that is administratively part of Aude.", "Which location called Gruissan is in the Aude region of France?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Gruissan\"@es ; ( <https://www.wikidata.org/entity/P131> / <http://www.w3.org/2000/01/rdf-schema#label> ) \"Aude\"@es . }"}}
{"id": "val_3966", "question": "Heritage-listed buildings in Ravensburg with their images and designations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel ?heritageLabel ?address ?image WHERE {\n  ?item wdt:P1435 ?heritage .\n  ?item wdt:P131 wd:Q6832 .\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item rdfs:label ?itemLabel .\n  ?heritage rdfs:label ?heritageLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?heritageLabel) = \"en\")\n}\nLIMIT 500", "paraphrases": ["What are the cultural heritage sites in Ravensburg, Germany, and what are their official heritage designations and images?", "Show me a list of heritage-designated locations in Ravensburg, including their names, heritage status, and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q6832> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,cy,fr,de,es,nl,hy,ja,ru,ca\". } } LIMIT 500"}}
{"id": "val_3967", "question": "What properties are used for items located in Nuremberg?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?item wdt:P131 wd:Q2090 .\n  ?item ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}", "paraphrases": ["Which direct properties have values for entities located in Nuremberg?", "List all direct properties that are used to describe things located in Nuremberg."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q2090> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_3968", "question": "Is Schreder Hollow classified as a geographical feature?", "sparql": "ASK WHERE {\n  wd:Q35279663 (wdt:P31/wdt:P279*) wd:Q618123 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Does Schreder Hollow belong to the hierarchy of geographical features?", "What category does Schreder Hollow fall under in the geographical classification system?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q35279663> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_3969", "question": "What are the cities in the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P17 wd:Q30 ; wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list the cities located in the United States?", "Which entities in the United States are classified as cities?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47168> . } LIMIT 100"}}
{"id": "val_3970", "question": "What geographic and administrative regions is Tavola part of, including its country and continent?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?entity ?entityLabel WHERE {\n  wd:Q944481(wdt:P131 | wdt:P17 | wdt:P30) * ?entity .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["Starting from Tavola, what places can you reach by following administrative divisions, countries, or continents?", "Show me all the locations that Tavola belongs to, from its immediate administrative unit up to the continent it\u2019s on."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q944481> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3971", "question": "Villages in Uruguay", "sparql": "SELECT ?village ?villageLabel WHERE { ?village wdt:P31 wd:Q532 ; wdt:P17 wd:Q77 . ?village rdfs:label ?villageLabel . FILTER(LANG(?villageLabel) = \"es\") } LIMIT 10", "paraphrases": ["What are the names of villages in Uruguay?", "List up to 10 villages in Uruguay, showing their names in Spanish."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q532> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q77> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_3972", "question": "List 10 towns in Wikidata.", "sparql": "SELECT ?town ?townLabel WHERE { ?town wdt:P31 wd:Q3957 . ?town rdfs:label ?townLabel . FILTER(LANG(?townLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are 10 examples of towns according to Wikidata?", "Can you show me the names of 10 towns, using their English labels from Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3957> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } } LIMIT 10"}}
{"id": "val_3973", "question": "Human settlements in the United Kingdom with their descriptions and coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel ?description ?location WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q486972 .\n  ?item wdt:P131 + wd:Q145 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item wdt:P625 ?location .\n}", "paraphrases": ["What are the names, English descriptions, and geographic locations of all human settlements in the United Kingdom?", "List all towns and villages in the UK along with their English descriptions and map coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q13131985> ) ( <http://www.wikidata.org/entity/Q1529978> ) ( <http://www.wikidata.org/entity/Q17062870> ) ( <http://www.wikidata.org/entity/Q7837463> ) ( <http://www.wikidata.org/entity/Q3402398> ) ( <http://www.wikidata.org/entity/Q20584714> ) ( <http://www.wikidata.org/entity/Q24664229> ) ( <http://www.wikidata.org/entity/Q26392679> ) ( <http://www.wikidata.org/entity/Q28974062> ) ( <http://www.wikidata.org/entity/Q19392961> ) ( <http://www.wikidata.org/entity/Q29500252> ) ( <http://www.wikidata.org/entity/Q29497351> ) ( <http://www.wikidata.org/entity/Q27087206> ) ( <http://www.wikidata.org/entity/Q29485542> ) ( <http://www.wikidata.org/entity/Q19604593> ) ( <http://www.wikidata.org/entity/Q27790082> ) ( <http://www.wikidata.org/entity/Q17020861> ) ( <http://www.wikidata.org/entity/Q33401113> ) ( <http://www.wikidata.org/entity/Q23683214> ) ( <http://www.wikidata.org/entity/Q29498889> ) ( <http://www.wikidata.org/entity/Q20713824> ) ( <http://www.wikidata.org/entity/Q7837466> ) ( <http://www.wikidata.org/entity/Q7837468> ) ( <http://www.wikidata.org/entity/Q7837467> ) ( <http://www.wikidata.org/entity/Q7837469> ) ( <http://www.wikidata.org/entity/Q7837470> ) ( <http://www.wikidata.org/entity/Q7837472> ) ( <http://www.wikidata.org/entity/Q7837473> ) ( <http://www.wikidata.org/entity/Q7837474> ) ( <http://www.wikidata.org/entity/Q7837475> ) ( <http://www.wikidata.org/entity/Q7837476> ) ( <http://www.wikidata.org/entity/Q7837477> ) ( <http://www.wikidata.org/entity/Q7837478> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_3974", "question": "What administrative regions include the village of Mikoszewo in Poland?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity ?administrativeEntityLabel WHERE {\n  wd:Q2521604 wdt:P131 * ?administrativeEntity .\n  ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n  FILTER ( LANG( ?administrativeEntityLabel ) = \"en\" )\n}", "paraphrases": ["What are all the administrative divisions that contain Mikoszewo, from the village up to the country level?", "List all the administrative entities that Mikoszewo belongs to, including itself, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q2521604> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en\". } }"}}
{"id": "val_3975", "question": "Places in Munich not named after a person or entity", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P131 wd:Q1726 . ?var1 rdfs:label ?var1Label . FILTER (NOT EXISTS { ?var1 wdt:P138 ?var2 } ) FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What locations in Munich are not named after someone else?", "List all buildings, streets, and stations in Munich that don't have a namesake."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q1726> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P138> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3976", "question": "What is the superclass of geographical feature?", "sparql": "SELECT ?superclass WHERE { wd:Q618123 wdt:P279 ?superclass . }", "paraphrases": ["What category does geographical feature belong to as a subclass?", "Tell me the broader category that includes geographical features."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q618123> <http://www.wikidata.org/prop/direct/P279> ?var1 . }"}}
{"id": "val_3977", "question": "What places are historically or geographically connected to Paris through administrative, national, or continental boundaries?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q90 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) * ?location .\n}\nLIMIT 100", "paraphrases": ["Show all locations that can be reached from Paris via country, region, continent, or enclave relationships.", "What entities are linked to Paris through chains of location-based relationships like being in a country or on a continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q28892315> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3978", "question": "What are the geographic entities associated with Rees, including its administrative divisions, country, and continent?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q243474 ( wdt:P131 ) * ?location .\n  } UNION {\n    wd:Q243474 wdt:P17 ?location .\n  } UNION {\n    wd:Q243474 wdt:P17 ?country .\n    ?country wdt:P30 ?location .\n  }\n}", "paraphrases": ["Show me the full geographic hierarchy of Rees, from the town up to the continent it belongs to.", "Which countries and continents is Rees part of, and what administrative regions lie between it and the country?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q243474> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3979", "question": "Berlin cultural heritage items with a P2424 ID but no official heritage designation.", "sparql": "SELECT DISTINCT ?item ?label WHERE { ?item wdt:P2424 [] . MINUS { ?item wdt:P1435 [] . } OPTIONAL { ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } }", "paraphrases": ["Which buildings and sites in Berlin are listed in the Berlin cultural heritage database but are not officially protected as heritage sites?", "Show me all items in Berlin\u2019s cultural heritage database that don\u2019t have a legal heritage status."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2424> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1435> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_3980", "question": "What administrative regions and continent does Atambua belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  wd:Q753347 ( wdt:P131 | wdt:P17 | wdt:P30 ) + ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What country, province, and continent is Atambua located in?", "Show me the geographical hierarchy of Atambua, including its administrative divisions and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q753347> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3981", "question": "Human settlements in the United Kingdom with their coordinates and English descriptions.", "sparql": "SELECT DISTINCT ?settlement ?settlementLabel ?desc ?coord WHERE { ?settlement wdt:P31/wdt:P279* wd:Q486972 ; wdt:P17 wd:Q145 ; wdt:P625 ?coord . OPTIONAL { ?settlement schema:description ?desc FILTER(LANG(?desc) = \"en\") } . ?settlement rdfs:label ?settlementLabel . FILTER(LANG(?settlementLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the human settlements in the United Kingdom, and what are their English descriptions and geographic coordinates?", "List human settlements in the UK along with their English descriptions and locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q7334579> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_3982", "question": "What administrative regions were dissolved or reorganized, and when did their subdivisions stop being part of them?", "sparql": "SELECT ?container ?containerLabel ?contained ?containedLabel ?rank ?endTime WHERE { ?container p:P150 [ ps:P150 ?contained ; wikibase:rank ?rank ; pq:P582 ?endTime ] . ?container rdfs:label ?containerLabel . ?contained rdfs:label ?containedLabel . FILTER(LANG(?containerLabel) = \"en\") FILTER(LANG(?containedLabel) = \"en\") } LIMIT 10", "paraphrases": ["Show me places that were once part of another administrative area but are no longer, along with the date the connection ended.", "Which territories were historically contained within other administrative entities, and when did those relationships end?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/P150> [ <http://www.wikidata.org/prop/statement/P150> ?var2 ; <http://wikiba.se/ontology#rank> ?var3 ; <http://www.wikidata.org/prop/qualifier/P582> ?var4 ] . } LIMIT 10"}}
{"id": "val_3983", "question": "What are the English names of all departments of France?", "sparql": "SELECT ?departmentLabel WHERE { ?department wdt:P31 wd:Q6465 . OPTIONAL { ?department wdt:P1448 ?officialName . } OPTIONAL { ?department wdt:P2561 ?alternateName . } ?department rdfs:label ?departmentLabel . FILTER(LANG(?departmentLabel) = \"en\") }", "paraphrases": ["Can you list the official English labels for French departments, including historical ones?", "Show me the names of French departments in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P40> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_3984", "question": "Human settlements in the United Kingdom with English descriptions and geographic coordinates", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel ?description ?coord WHERE {\n  ?item wdt:P31 / wdt:P279 * wd:Q486972 .\n  ?item wdt:P131 * wd:Q145 .\n  ?item wdt:P625 ?coord .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?item schema:description ?description .\n  FILTER ( LANG( ?description ) = \"en\" )\n}", "paraphrases": ["What are the human settlements in the UK that have an English description and known geographic coordinates?", "List all human settlements in the United Kingdom along with their English names, descriptions, and coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q1638504> ) ( <http://www.wikidata.org/entity/Q28197589> ) ( <http://www.wikidata.org/entity/Q23699702> ) ( <http://www.wikidata.org/entity/Q23662342> ) ( <http://www.wikidata.org/entity/Q28197583> ) ( <http://www.wikidata.org/entity/Q25253514> ) ( <http://www.wikidata.org/entity/Q23981402> ) ( <http://www.wikidata.org/entity/Q23753448> ) ( <http://www.wikidata.org/entity/Q23893850> ) ( <http://www.wikidata.org/entity/Q751919> ) ( <http://www.wikidata.org/entity/Q3406209> ) ( <http://www.wikidata.org/entity/Q24488211> ) ( <http://www.wikidata.org/entity/Q22643044> ) ( <http://www.wikidata.org/entity/Q23683168> ) ( <http://www.wikidata.org/entity/Q23730307> ) ( <http://www.wikidata.org/entity/Q23662945> ) ( <http://www.wikidata.org/entity/Q6661108> ) ( <http://www.wikidata.org/entity/Q6661112> ) ( <http://www.wikidata.org/entity/Q24707605> ) ( <http://www.wikidata.org/entity/Q23699149> ) ( <http://www.wikidata.org/entity/Q23767337> ) ( <http://www.wikidata.org/entity/Q23844172> ) ( <http://www.wikidata.org/entity/Q23981767> ) ( <http://www.wikidata.org/entity/Q23703905> ) ( <http://www.wikidata.org/entity/Q29592571> ) ( <http://www.wikidata.org/entity/Q33454889> ) ( <http://www.wikidata.org/entity/Q27794632> ) ( <http://www.wikidata.org/entity/Q24668968> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_3985", "question": "What are the direct subclasses of third-order administrative division?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  wd:Q48909258 wdt:P279 ?subclass .\n}", "paraphrases": ["Which administrative units are considered immediate types under the category of third-order administrative division?", "Can you list the types of administrative divisions that are classified directly under third-order administrative division in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q48909258> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_3986", "question": "Zwenkau city in Landkreis Leipzig, English label and coordinates", "sparql": "SELECT ?label ?coord WHERE { wd:Q10779 wdt:P31 wd:Q515 ; wdt:P131 wd:Q6308 ; wdt:P625 ?coord ; rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What is the English name and geographic coordinates of Zwenkau, which is a city in the Landkreis Leipzig district?", "Please provide the English label and coordinates of Zwenkau, confirming it is a city located in Landkreis Leipzig."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( <http://www.wikidata.org/entity/Q15284> AS ?var1 ). BIND ( <http://www.wikidata.org/entity/Q6308> AS ?var2 ). ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 ; <http://www.wikidata.org/prop/direct/P131> ?var2 ; <http://www.wikidata.org/prop/direct/P625> ?var4 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q10779> ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_3987", "question": "What continent is France part of?", "sparql": "SELECT DISTINCT ?result WHERE { wd:Q142 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501)* ?result .}", "paraphrases": ["List all entities that France is directly or indirectly connected to through continent, country, administrative division, or enclave relationships.", "What are all the geographic and political entities related to France through hierarchical or spatial containment?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q14080693> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3988", "question": "What is the type and start date of the departmental council of La R\u00e9union?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?type ?typeLabel ?startTime WHERE {\n  wd:Q23782071 wdt:P31 ?type ; wdt:P580 ?startTime .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"fr\" )\n}", "paraphrases": ["When was the departmental council of La R\u00e9union established, and what type of administrative body is it?", "What is the French label for the type of the departmental council of La R\u00e9union, and when did it begin operations?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q23782071> <http://www.wikidata.org/prop/direct/P571> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_3989", "question": "List all known dictatorships in Wikidata.", "sparql": "SELECT ?dictatorship ?dictatorshipLabel WHERE { ?dictatorship wdt:P31 wd:Q317 . ?dictatorship rdfs:label ?dictatorshipLabel . FILTER(LANG(?dictatorshipLabel) = \"en\") }", "paraphrases": ["What are the historical regimes classified as dictatorships on Wikidata?", "Show me the names of all entities that are instances of dictatorship, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q317> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_3990", "question": "What are the buildings and institutions in Providence, Rhode Island, along with their images and Wikimedia Commons categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P131 wd:Q18383 .\n  OPTIONAL {\n    ?item wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Show me the names, locations, photos, and Commons categories of places in Providence, RI.", "List entities located in Providence, Rhode Island, and include their coordinates, images, and associated Wikimedia Commons categories if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-71 42)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-71 42)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_3991", "question": "Cultural heritage items in Bremen and their designations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label ?designation WHERE {\n  ?item wdt:P131 wd:Q24879 .\n  ?item wdt:P1435 ?designation .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?designation)", "paraphrases": ["What are the heritage designations of cultural sites located in Bremen?", "List all heritage-listed items in Bremen along with their official heritage status, sorted by status."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q24879> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var2 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_3992", "question": "List all protected cultural heritage monuments in Bremen with their LfD-HB object IDs, sorted by ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?monument ?monumentLabel ?lfDId WHERE {\n  ?monument wdt:P1435 wd:Q31948690 .\n  OPTIONAL {\n    ?monument wdt:P4246 ?lfDId .\n  }\n  ?monument rdfs:label ?monumentLabel .\n  FILTER(LANG(?monumentLabel) = \"en\")\n}\nORDER BY ASC(?lfDId)", "paraphrases": ["What are the English-named cultural heritage sites in Bremen that have a designated heritage status, and what are their LfD-HB identifiers?", "Please provide a sorted list of Bremen\u2019s protected monuments in English, including their official LfD-HB numbers where available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q31948690> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4246> ?var2 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_3993", "question": "How many administrative regions contain Bad Abbach?", "sparql": "SELECT ?placeLabel (COUNT(?admin) AS ?count)\nWHERE {\n  wd:Q177280 rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n  {\n    wd:Q177280 wdt:P131 ?admin .\n  } UNION {\n    wd:Q177280 wdt:P131 ?level1 . ?level1 wdt:P131 ?admin .\n  } UNION {\n    wd:Q177280 wdt:P131 ?level1 . ?level1 wdt:P131 ?level2 . ?level2 wdt:P131 ?admin .\n  } UNION {\n    wd:Q177280 wdt:P131 ?level1 . ?level1 wdt:P131 ?level2 . ?level2 wdt:P131 ?level3 . ?level3 wdt:P131 ?admin .\n  }\n}\nGROUP BY ?placeLabel", "paraphrases": ["What is the number of administrative levels above Bad Abbach in Germany?", "List the count of administrative territorial entities that Bad Abbach is part of, starting from its immediate parent up to the country."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q177280> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label"}}
{"id": "val_3994", "question": "What administrative regions and continent is Rue de Navarre located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  {\n    wd:Q3450927(wdt:P131 + | wdt:P17) ?location .\n  } UNION {\n    wd:Q3450927(wdt:P131 + | wdt:P17) ?country .\n    ?country wdt:P30 ?location .\n  }\n  ?location rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n}", "paraphrases": ["Can you list all the places that Rue de Navarre belongs to, including its country and continent?", "Show me the geographic and administrative hierarchy of Rue de Navarre in Paris, from the street up to Europe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3450927> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3995", "question": "Things located in Thun and their types", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?type WHERE {\n  ?item wdt:P131 wd:Q68978 .\n  ?item wdt:P31 ?type .\n}\nORDER BY ?item", "paraphrases": ["What are the items located in Thun, Switzerland, and what categories do they belong to?", "List all entities in Thun along with their classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q68978> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_3996", "question": "What are the items classified as capital cities in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?capitalCity WHERE {\n  ?capitalCity wdt:P31 wd:Q5119 .\n}", "paraphrases": ["List all entities that are instances of a capital city.", "Show me all things that are tagged as capital cities."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"vi,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5119> . } LIMIT 100"}}
{"id": "val_3997", "question": "What are the communes in the Jura department of France, and what images are available for them?", "sparql": "SELECT ?commune ?image WHERE { ?commune wdt:P31 wd:Q484170 . ?commune wdt:P131 wd:Q3120 . OPTIONAL { ?commune wdt:P18 ?image . } }", "paraphrases": ["List all communes in the Jura department in France along with their images from Wikimedia Commons.", "Show me all French communes located in the Jura department, including their associated images if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3120> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_3998", "question": "Geographic hierarchy of Bandar Rahmat village including country, province, and continent.", "sparql": "SELECT DISTINCT ?item WHERE { wd:Q25285623 (wdt:P131|wdt:P17|wdt:P30|wdt:P376|wdt:P501)* ?item .}", "paraphrases": ["What countries, continents, and administrative regions is Bandar Rahmat part of, directly or indirectly?", "Show all administrative and geographic entities that Bandar Rahmat belongs to through its location hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q25285623> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_3999", "question": "Items in Sardinia with coordinates between 9\u00b0 and 11\u00b0 longitude and 39\u00b0 and 41\u00b0 latitude, including their images, Commons categories, and addresses.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  FILTER ( geof:latitude ( ?location ) >= 39 && geof:latitude ( ?location ) <= 41 ) FILTER ( geof:longitude ( ?location ) >= 9 && geof:longitude ( ?location ) <= 11 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n  }\n}\nLIMIT 3000", "paraphrases": ["What are the places located in the region of Sardinia, Italy, that have geographic coordinates between 39\u00b0 and 41\u00b0 north and 9\u00b0 and 11\u00b0 east, and what images, Wikimedia Commons categories, and street addresses are associated with them?", "Show me all entities in the area around Sardinia with coordinates between 9\u201311\u00b0E and 39\u201341\u00b0N, along with their labels, images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(10 40)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(10 40)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4000", "question": "French regions and their INSEE codes", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(SAMPLE(?label) AS ?regionLabel) ?inseeCode WHERE {\n  ?region(wdt:P31 / wdt:P279 *) wd:Q36784 .\n  ?region wdt:P2585 ?inseeCode .\n  ?region rdfs:label ?label .\n}\nGROUP BY ?region ?inseeCode\nORDER BY ?inseeCode", "paraphrases": ["What are the names and INSEE codes of all French administrative regions?", "Please list the French regions along with their INSEE region codes."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SELECT * WHERE { ?var3Label ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36784> . ?var3Label <http://www.wikidata.org/prop/P2585> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2585> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } }"}}
{"id": "val_4001", "question": "What historical connections exist between Frankfurt and other political or educational institutions in 19th-century Hesse and Prussia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?source ?sourceLabel ?prop ?propLabel ?target ?targetLabel WHERE {\n  VALUES ?source {\n    wd:Q160208 wd:Q1741304 wd:Q1794 wd:Q1955646 wd:Q21 wd:Q2665812 wd:Q314243 wd:Q316276 wd:Q516056 wd:Q560777 wd:Q622565 wd:Q1444918\n  }\n  VALUES ?target {\n    wd:Q160208 wd:Q1741304 wd:Q1794 wd:Q1955646 wd:Q21 wd:Q2665812 wd:Q314243 wd:Q316276 wd:Q516056 wd:Q560777 wd:Q622565 wd:Q1444918\n  }\n  ?source ?prop ?target .\n  FILTER(?source != ?target)\n  .\n  OPTIONAL {\n    ?source rdfs:label ?sourceLabel .\n    FILTER(LANG(?sourceLabel) = 'en')\n  }\n  .\n  OPTIONAL {\n    ?prop rdfs:label ?propLabel .\n    FILTER(LANG(?propLabel) = 'en')\n  }\n  .\n  OPTIONAL {\n    ?target rdfs:label ?targetLabel .\n    FILTER(LANG(?targetLabel) = 'en')\n  }\n}\nORDER BY ?source ?target\nLIMIT 100", "paraphrases": ["Who were the notable people linked to the Musterschule in Frankfurt, and how were they connected to other entities in the region?", "Show the relationships among historical figures and places in Hesse and Prussia, such as Karl Ludwig Funck, Rolf Tiedemann, and the Musterschule."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.BFS\". <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1615753> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q2665812> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q1794> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q160208> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q1955646> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q1444918> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q21> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q1741304> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q316276> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q314243> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q622565> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q560777> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#target> <http://www.wikidata.org/entity/Q516056> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#out> ?var4 . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#out1> ?var1 . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#out2> ?var2 . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> . <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#maxVisited> \"10000\"^^<http://www.w3.org/2001/XMLSchema#integer> . } ?var2 ?var5 ?var4 . ?var3 <http://wikiba.se/ontology#directClaim> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var1 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 1000"}}
{"id": "val_4002", "question": "What are the English names of the French department Calvados and its commune Campigny?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?calvadosLabel ?campignyLabel WHERE {\n  wd:Q3249 rdfs:label ?calvadosLabel .\n  wd:Q232080 rdfs:label ?campignyLabel .\n  FILTER ( LANG( ?calvadosLabel ) = \"en\" ) FILTER ( LANG( ?campignyLabel ) = \"en\" )\n}", "paraphrases": ["Show me the English labels for Calvados and Campigny in Wikidata.", "Is Campigny part of Calvados, and what are their official English names?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P3333> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var3 . } } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P3333> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var3 . } } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P3333> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var3 . } } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P3333> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var3 . } } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P3333> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var3 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q3249> ) ) ) . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q232080> ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_4003", "question": "Places in Northern Europe between longitude 19\u201332 and latitude 60\u201370 with their coordinates and English names.", "sparql": "SELECT ?item ?itemLabel ?coord WHERE { ?item wdt:P625 ?coord . FILTER(geof:longitude(?coord) >= 19 && geof:longitude(?coord) <= 32) FILTER(geof:latitude(?coord) >= 60 && geof:latitude(?coord) <= 70) ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\")}", "paraphrases": ["What are the English-named locations in the region bounded by 19\u00b0E to 32\u00b0E and 60\u00b0N to 70\u00b0N, and what are their geographic coordinates?", "List all places in the area from 19\u00b0E to 32\u00b0E and 60\u00b0N to 70\u00b0N, showing their English labels and exact coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(19 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(32 70)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,sv,en\". } }"}}
{"id": "val_4004", "question": "Streets and churches in eastern France with coordinates between 46\u00b0N and 47\u00b0N and 5\u00b0E and 6\u00b0E, along with their images and Wikimedia Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  FILTER ( geof:latitude ( ?location ) >= 46 && geof:latitude ( ?location ) <= 47 && geof:longitude ( ?location ) >= 5 && geof:longitude ( ?location ) <= 6 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What are the geographic features like streets and churches located between 46\u00b0N and 47\u00b0N latitude and 5\u00b0E and 6\u00b0E longitude in France, and what images and Commons categories are associated with them?", "Show me all labeled geographic items (e.g., roads, churches) in the region around 46\u201347\u00b0N and 5\u20136\u00b0E, including their coordinates, images from Wikimedia Commons, and associated Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(5 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(5 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4005", "question": "Coordinates of Nenzlingen, Switzerland", "sparql": "SELECT ?coordinates WHERE { wd:Q66401 wdt:P625 ?coordinates .}", "paraphrases": ["What are the geographic coordinates of Nenzlingen?", "Can you tell me the latitude and longitude of the municipality of Nenzlingen in Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q66401> <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_4006", "question": "What are the current population figures for Swiss municipalities, along with the date they were recorded and the source URLs?", "sparql": "SELECT ?referenceUrl ?population ?date ?municipalityCode WHERE { ?municipality wdt:P771 ?municipalityCode ; p:P1082 ?populationStatement . ?populationStatement ps:P1082 ?population ; pq:P585 ?date ; wikibase:rank wikibase:PreferredRank . OPTIONAL { ?populationStatement prov:wasDerivedFrom ?reference . ?reference pr:P854 ?referenceUrl . } }", "paraphrases": ["Can you show me the official population statistics for Swiss municipalities that have reference URLs, including the BFS code and the year of data collection?", "Which Swiss municipalities have their population data sourced from official websites, and what are the population numbers and dates?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var5 <http://www.wikidata.org/prop/direct/P771> ?var4 ; <http://www.wikidata.org/prop/P1082> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P1082> ?var2 ; <http://www.wikidata.org/prop/qualifier/P585> ?var3 ; <http://wikiba.se/ontology#rank> ?var7 . FILTER ( ( REGEX ( STR ( ?var7 ) , \"string1\" ) ) ) . } OPTIONAL { ?var6 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var8 . ?var8 <http://www.wikidata.org/prop/reference/P854> ?var1 . } }"}}
{"id": "val_4007", "question": "What towns and villages in Western Europe (between latitudes 50\u00b0N and 53\u00b0N and longitudes 2\u00b0W and 10\u00b0E) have images and Wikimedia Commons categories associated with them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER ( geof:latitude ( ?coord ) >= 50 && geof:latitude ( ?coord ) <= 53 && geof:longitude ( ?coord ) >= -2 && geof:longitude ( ?coord ) <= 10 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["List English-labeled locations in the region from the UK to western Germany with their coordinates, photos, and Commons categories.", "Show me places in the bounding box from (-2, 50) to (10, 53) that have public domain images and Commons categories, along with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-2 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(10 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4008", "question": "What countries, administrative regions, and continents is Karpacz located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  wd:Q606126(wdt:P17 | wdt:P131 | wdt:P30) + ?item .\n}\nLIMIT 10", "paraphrases": ["Can you list all the geographic entities that Karpacz belongs to, from local to global?", "What is the geographic hierarchy above Karpacz, including its country, region, and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q606126> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4009", "question": "What are the capital cities of the Swiss cantons?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?capital ?capitalLabel WHERE {\n  ?canton wdt:P31 wd:Q23058 .\n  ?canton wdt:P36 ?capital .\n  ?capital rdfs:label ?capitalLabel .\n  FILTER ( LANG( ?capitalLabel ) = \"en\" )\n}\nORDER BY ?capitalLabel", "paraphrases": ["List the administrative capitals of each canton in Switzerland.", "Which cities serve as the capitals for the 26 cantons of Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P36> <http://www.wikidata.org/entity/Q23058> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q39> . } LIMIT 100"}}
{"id": "val_4010", "question": "What is the English label and description of the Wikidata item for \"Contra\", and does it have an image?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q293299 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { wd:Q293299 wdt:P18 ?image . } OPTIONAL { wd:Q293299 schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Show me the English name and description of the disambiguation page for \"Contra\" on Wikidata, along with any associated image.", "Can you provide the English label and description of the Wikidata entry for \"Contra\", and if available, its image?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q293299> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q293299> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q293299> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4011", "question": "Coordinates of Recherswil, a municipality in Switzerland.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coordinates WHERE {\n  wd:Q66849 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What are the geographic coordinates of Recherswil?", "Please provide the latitude and longitude of Recherswil, Switzerland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q66849> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4012", "question": "What are the current second-level administrative divisions in France?", "sparql": "SELECT ?division ?divisionLabel ?type ?typeLabel WHERE { wd:Q16507666 p:P131 ?statement . ?statement ( ps:P131 / wdt:P131* ) ?division . FILTER NOT EXISTS { ?statement pq:P582 ?end . } ?division wdt:P31 ?type . ?type p:P279 ?subclassStatement . ?subclassStatement ps:P279 wd:Q13220204 . FILTER NOT EXISTS { ?subclassStatement pq:P582 ?end . } ?division rdfs:label ?divisionLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?divisionLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["Which departments in France are currently active as second-level administrative divisions?", "List the administrative divisions in France that are classified as second-level subdivisions and their types."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q16507666> <http://www.wikidata.org/prop/P131> ?var3 . ?var3 ( <http://www.wikidata.org/prop/statement/P131> / <http://www.wikidata.org/prop/direct/P131> *) ?var1 . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/P279> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q13220204> . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_4013", "question": "Current regions of France with their geographic coordinates.", "sparql": "SELECT ?region ?regionLabel ?coordinates ?dissolvedDate WHERE { ?region (wdt:P31/wdt:P279*) wd:Q36784 . ?region wdt:P625 ?coordinates . OPTIONAL { ?region wdt:P576 ?dissolvedDate . } FILTER ( !BOUND(?dissolvedDate) ) . ?region rdfs:label ?regionLabel . FILTER (LANG(?regionLabel) = \"en\") }", "paraphrases": ["Which regions of France are still active (not dissolved), and what are their coordinates?", "Please list the names and locations of all existing administrative regions in France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36784> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . }"}}
{"id": "val_4014", "question": "What properties are used to link entities to France, and which entities are linked using those properties?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  ?var1 ?var3 wd:Q142 .\n  ?var2 wikibase:directClaim ?var3 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var2 rdfs:label ?var2Label .\n    FILTER ( LANG( ?var2Label ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Show me the items connected to France and the properties that connect them, along with their English labels.", "Which properties point to France, and what are the items that use those properties to reference France?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q17557916> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4015", "question": "How many countries have at least one city or town in them, based on English-labeled data in Wikidata?", "sparql": "SELECT (COUNT(DISTINCT ?countryLabel) AS ?count) WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["What is the number of distinct countries that contain urban settlements classified as cities or their subclasses?", "List the count of countries with English labels that host any entity classified as a city or any of its subtypes."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1Label ) AS ?var2 ) WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var4 . OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 10"}}
{"id": "val_4016", "question": "Communes in Mayenne department with their arrondissement names in French and coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commune ?arrondissement_label ?coordinates WHERE {\n  ?commune wdt:P31 wd:Q484170 ; wdt:P131 ?arrondissement ; wdt:P625 ?coordinates .\n  ?arrondissement wdt:P31 wd:Q194203 ; wdt:P131 wd:Q12620 ; rdfs:label ?arrondissement_label .\n  FILTER ( LANG( ?arrondissement_label ) = \"fr\" )\n}", "paraphrases": ["What are the communes in the Mayenne department of France, along with the French names of the arrondissements they belong to and their geographic coordinates?", "List all communes in Mayenne, showing which arrondissement each belongs to (in French) and their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q484170> ; <http://www.wikidata.org/prop/direct/P131> ?var4 ; <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q194203> ; <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12620> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . }"}}
{"id": "val_4017", "question": "Wikimedia disambiguation pages with Egyptian Arabic descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disambigPage ?desc WHERE {\n  ?disambigPage wdt:P31 wd:Q4167410 .\n  ?disambigPage schema:description ?desc\n  FILTER ( LANG( ?desc ) = 'arz' )\n}", "paraphrases": ["What are the disambiguation pages on Wikimedia that have descriptions in Egyptian Arabic?", "Show me all disambiguation pages in Wikidata that are described in Egyptian Arabic."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . ?var1 <http://schema.org/description> \"string1\"@arz . }"}}
{"id": "val_4018", "question": "What administrative and geographic regions does Pouy-de-Touges belong to, including its country and continent?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q1143796 (wdt:P131|wdt:P17|wdt:P30)* ?location }", "paraphrases": ["Pouy-de-Touges administrative hierarchy: department, region, country, continent?", "Show all places that Pouy-de-Touges is part of, from local canton up to the continent of Europe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1143796> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4019", "question": "What properties are used to link other items to the entity \"dacha\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?propertyLabel WHERE {\n  ?item ?property wd:Q160169 .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which Wikidata properties have \"dacha\" as their object, and what are their names in English?", "Can you list the English labels of all properties that connect other entities to a dacha?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTOLANUAGE,nl,en\". } ?var3 ?var1 <http://www.wikidata.org/entity/Q160169> . ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . } LIMIT 100"}}
{"id": "val_4020", "question": "What are the INSEE canton codes for French cantons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?canton ?code WHERE {\n  ?canton wdt:P2506 ?code .\n}\nLIMIT 10", "paraphrases": ["Can you list some French cantons and their corresponding INSEE codes?", "Which French administrative cantons have INSEE codes assigned in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/entity/P2506> ?var2 . } LIMIT 10"}}
{"id": "val_4021", "question": "Which properties link the Ivanovski disambiguation page to other entities more than once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q16871109 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["How many times are the properties schema:about, different from (wdt:P1889), and different from (ps:P1889) used to connect the Wikidata item Q16871109 to other entities, and which ones appear more than once?", "Show me the properties that are used to link the disambiguation page for Ivanovski to other entities at least twice, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q16871109> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4022", "question": "Territories with INSEE code but no ISO 3166-1 alpha-2 code", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?territory ?territoryLabel ?inseeCode WHERE {\n  ?territory wdt:P3422 ?inseeCode .\n  FILTER NOT EXISTS {\n    ?territory wdt:P297 []\n  }\n  .\n  ?territory rdfs:label ?territoryLabel .\n  FILTER ( LANG( ?territoryLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Which geographic regions are assigned a French INSEE code but do not have an official ISO country code?", "List all territories recognized by France\u2019s INSEE system that are not assigned an ISO 3166-1 alpha-2 country code, along with their English labels and INSEE codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3422> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P297> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_4023", "question": "Portuguese-labeled facets of topics in Wikidata", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P1269 ?topic . ?item rdfs:label ?label . ?item schema:description ?description . FILTER(LANG(?label) = 'pt') . FILTER(LANG(?description) = 'pt') } LIMIT 100", "paraphrases": ["What are the items in Wikidata that are facets of a topic and have descriptions in Portuguese?", "Show me items that are aspects of broader topics and have both a Portuguese label and description."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1269> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_4024", "question": "List all communes in France with their English labels.", "sparql": "SELECT ?commune ?label WHERE { ?commune (wdt:P31/wdt:P279*) wd:Q484170 . ?commune rdfs:label ?label . FILTER(LANG(?label) = 'en') }", "paraphrases": ["What are the English names of all communes in France?", "Show me the English labels for every administrative commune in France."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var1Label = \"Earth\"@en ) ) ) . }"}}
{"id": "val_4025", "question": "French communes ending in \"ange\" and their coordinates", "sparql": "SELECT DISTINCT ?commune ?name ?coordinates WHERE { ?commune wdt:P31 wd:Q484170 ; rdfs:label ?name ; wdt:P625 ?coordinates . FILTER(LANG(?name) = \"fr\") . FILTER(REGEX(?name, \".*ange$\", \"i\")) . } LIMIT 1000", "paraphrases": ["Which communes in France have names ending in \"ange\", and where are they located?", "List all French communes whose names end with \"ange\", along with their geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( REGEX ( ?var1Label , \".*ange$\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 1000"}}
{"id": "val_4026", "question": "Towns and villages in Werra-Mei\u00dfner-Kreis with their coordinates and types in German.", "sparql": "SELECT DISTINCT \n  ?place \n  ?placeLabel \n  ?coords \n  (SAMPLE(?type) AS ?typeSample) \n  ?typeLabel \nWHERE {\n  BIND(wd:Q7896 AS ?adminUnit)\n  ?place wdt:P131 ?adminUnit .\n  ?place wdt:P625 ?coords .\n  OPTIONAL { ?place wdt:P31 ?type . }\n  OPTIONAL { ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"de\") }\n  OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"de\") }\n}\nGROUP BY ?place ?placeLabel ?coords ?typeLabel\nORDER BY ASC(?placeLabel)\nLIMIT 20", "paraphrases": ["Which places are located in the same district as Wanfried, and what are their German names, coordinates, and classifications?", "List all inhabited places in the Werra-Mei\u00dfner-Kreis district, including their German labels, geographic coordinates, and types (e.g., town, village), sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q1432> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/P1435> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"de\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,de\". } } GROUP BY ?var1 ?var1Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_4027", "question": "Coordinates of Tempelhofer Ufer 23\u201324 and c-base in Berlin.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?location WHERE {\n  VALUES ?place {\n    wd:Q15260574 wd:Q265688\n  }\n  ?place wdt:P625 ?location .\n}", "paraphrases": ["What are the geographic coordinates of Tempelhofer Ufer 23\u201324 and c-base?", "Can you provide the GPS coordinates for the commercial building at Tempelhofer Ufer 23\u201324 and the c-base hackspace in Berlin?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q15260574> ) ( <http://www.wikidata.org/entity/Q15260574> ) ( <http://www.wikidata.org/entity/Q265688> ) } ?var2 <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_4028", "question": "What are some cities in the world, listed with their English names?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Can you list 10 cities and their English labels from Wikidata?", "Show me 10 examples of cities along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } LIMIT 10"}}
{"id": "val_4029", "question": "Communes in France and their populations", "sparql": "SELECT ?commune ?communeLabel ?population WHERE { ?commune wdt:P31 wd:Q484170 . OPTIONAL { ?commune wdt:P1082 ?population . } ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\") } LIMIT 500", "paraphrases": ["What are the names and populations of communes in France?", "List up to 500 communes in France along with their English names and population numbers, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } } LIMIT 500"}}
{"id": "val_4030", "question": "What administrative regions in France contain communes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P17 wd:Q142 .\n  ?commune wdt:P131 ?administrativeEntity .\n}\nLIMIT 10", "paraphrases": ["Which higher-level administrative divisions (like departments or arrondissements) are communes in France part of?", "Show me the administrative entities that communes in France are located within."], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var3 ?var1 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . } } } LIMIT 1"}}
{"id": "val_4031", "question": "Cities and landmarks in Turkey, Syria, and northern Iraq with coordinates between 29\u00b0N\u201343\u00b0N and 32\u00b0E\u201346\u00b0E, along with their images, Wikimedia Commons categories, and addresses.", "sparql": "SELECT ?item ?itemLabel ?coordinates ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coordinates . BIND(STRBEFORE(STRAFTER(STR(?coordinates), \"POINT(\"), \")\") AS ?coords) BIND(STRBEFORE(?coords, \" \") AS ?lonVal) BIND(STRAFTER(?coords, \" \") AS ?latVal) FILTER(xsd:double(?latVal) >= 29 && xsd:double(?latVal) <= 43) FILTER(xsd:double(?lonVal) >= 32 && xsd:double(?lonVal) <= 46) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } LIMIT 3000", "paraphrases": ["What are the geographic locations (with images, Commons categories, and addresses) located between latitudes 29\u00b0N and 43\u00b0N and longitudes 32\u00b0E and 46\u00b0E?", "List up to 3,000 places in the Middle East (between 29\u201343\u00b0N and 32\u201346\u00b0E) that have images, Wikimedia Commons categories, or addresses, along with their English names and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(32 29)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(46 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4032", "question": "Former communes of France with coordinates and century of dissolution", "sparql": "SELECT ?commune ?communeLabel ?coordinates ?century WHERE { ?commune wdt:P31 wd:Q484170 ; wdt:P625 ?coordinates . ?commune p:P31 [ ps:P31 wd:Q484170 ; pq:P582 ?endTime ] . BIND( YEAR( ?endTime ) / 100 AS ?century ) . ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\") }", "paraphrases": ["Which former communes in France have known coordinates, and in which century did they cease to exist?", "List the English names, locations, and dissolution centuries of former communes in France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( ( YEAR ( ?var4 ) /\"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/P31> [ <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.wikidata.org/prop/qualifier/P582> ?var4 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4033", "question": "Municipalities bordering Neu-Ulm city", "sparql": "SELECT ?municipality ?municipalityLabel ?borderingMunicipality ?borderingMunicipalityLabel WHERE { wd:Q4120 wdt:P47 ?borderingMunicipality . ?borderingMunicipality rdfs:label ?borderingMunicipalityLabel . wd:Q4120 rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") FILTER(LANG(?borderingMunicipalityLabel) = \"en\") FILTER(?borderingMunicipality != wd:Q10410) } ORDER BY ?borderingMunicipalityLabel", "paraphrases": ["Which municipalities share a border with the city of Neu-Ulm?", "List all the municipalities that are adjacent to Neu-Ulm in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q10410> . ?var1 <http://www.wikidata.org/prop/direct/P47> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P47> ?var1 . } ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_4034", "question": "List cities in Wikidata with their English names.", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q515 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some cities in the world, and what are their English names according to Wikidata?", "Show me up to 100 cities from Wikidata that are classified as cities (Q515), along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q515> . } LIMIT 100"}}
{"id": "val_4035", "question": "Cities that are instances of the entity \"city\" in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n}", "paraphrases": ["What are the names of all cities in Wikidata?", "List all cities with their English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ru\". } }"}}
{"id": "val_4036", "question": "Countries whose English name starts with \"bel\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?country(GROUP_CONCAT(DISTINCT ?labelWithLang ; SEPARATOR = \", \") AS ?labels) WHERE {\n  VALUES(?instance) {(wd:Q6256)\n  }\n  ?country wdt:P31 ?instance .\n  ?country rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(STRSTARTS(LCASE(?label) , \"bel\"))\n  BIND(CONCAT(STR(?label) , \" (\" , LANG(?label) , \")\") AS ?labelWithLang)\n}\nGROUP BY ?country\nLIMIT 10", "paraphrases": ["Which countries have English names starting with \"bel\", and what are their full labels?", "List all countries that are instances of a country and have an English label starting with \"bel\", along with their language-tagged labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2 ; SEPARATOR = \", \" ) AS ?var3Label ) WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q6256> ) } BIND ( CONCAT ( STR ( ?var5 ) , \" (\", LANG ( ?var5 ) , \")\" ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var6Label ) , LCASE ( \"belf\" ) ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } GROUP BY ?var1 LIMIT 10"}}
{"id": "val_4037", "question": "Properties linking more than one item to the La Vega disambiguation page, ordered by frequency.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q947167 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties connect multiple entities to the Wikipedia disambiguation page for \"La Vega\", and how many connections does each have?", "Show me the properties that link more than one entity to the \"La Vega\" disambiguation page, sorted by how often they are used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q947167> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4038", "question": "Countries and their official languages, with multiple languages concatenated by \"~~~\".", "sparql": "SELECT ?countryLabel (GROUP_CONCAT(DISTINCT ?languageLabel; SEPARATOR=\"~~~\") AS ?languages) WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P37 ?language . ?country rdfs:label ?countryLabel . ?language rdfs:label ?languageLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?languageLabel) = \"en\") } GROUP BY ?country ?countryLabel ORDER BY ?countryLabel", "paraphrases": ["What are the official languages of each country, listed as a single string with languages separated by \"~~~\"?", "List all countries along with their official languages, combining multiple languages into one field separated by \"~~~\"."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2 ; SEPARATOR = \"~~~\" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P37> ?var2 . } GROUP BY ?var1"}}
{"id": "val_4039", "question": "Countries that are part of Asia", "sparql": "SELECT ?country (SAMPLE(?label) AS ?countryLabel) WHERE { ?country wdt:P31 wd:Q6256 . ?country p:P361 ?statement . ?statement ps:P361 wd:Q48 . ?country rdfs:label ?label . FILTER(LANGMATCHES(LANG(?label), \"en\")) } GROUP BY ?country ORDER BY DESC(?countryLabel) LIMIT 500", "paraphrases": ["Which countries are located in Asia?", "List the countries in Asia, sorted alphabetically in descending order by their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q48> AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/P361> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P361> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var5 ORDER BY DESC( ?var1Label ) LIMIT 500"}}
{"id": "val_4040", "question": "Number of disambiguation pages on Wikipedia language editions: bxr, ext, tt, tyv, udm, vep, vls, xmf, yo, zu, uz", "sparql": "SELECT ?wikipedia ( COUNT( * ) AS ?count ) WHERE {\n  VALUES ?wikipedia {\n    <https://vep.wikipedia.org/>\n    <https://ext.wikipedia.org/>\n    <https://bxr.wikipedia.org/>\n    <https://zu.wikipedia.org/>\n    <https://yo.wikipedia.org/>\n    <https://xmf.wikipedia.org/>\n    <https://vls.wikipedia.org/>\n    <https://uz.wikipedia.org/>\n    <https://udm.wikipedia.org/>\n    <https://tyv.wikipedia.org/>\n    <https://tt.wikipedia.org/>\n  }\n  ?page schema:isPartOf ?wikipedia ;\n        schema:about ?item ;\n        schema:name ?name .\n  ?item wdt:P31 wd:Q4167836 .\n}\nGROUP BY ?wikipedia\nORDER BY ASC(?wikipedia)", "paraphrases": ["How many disambiguation pages exist on each of the listed Wikipedia language editions?", "List the count of disambiguation pages for each of these Wikipedia sites: bxr.wikipedia.org, ext.wikipedia.org, tt.wikipedia.org, tyv.wikipedia.org, udm.wikipedia.org, vep.wikipedia.org, vls.wikipedia.org, xmf.wikipedia.org, yo.wikipedia.org, zu.wikipedia.org, and uz.wikipedia.org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { VALUES ( ?var1 ) { ( <https://vep.wikipedia.org/> ) ( <https://ext.wikipedia.org/> ) ( <https://bxr.wikipedia.org/> ) ( <https://zu.wikipedia.org/> ) ( <https://yo.wikipedia.org/> ) ( <https://xmf.wikipedia.org/> ) ( <https://vls.wikipedia.org/> ) ( <https://uz.wikipedia.org/> ) ( <https://udm.wikipedia.org/> ) ( <https://tyv.wikipedia.org/> ) ( <https://tt.wikipedia.org/> ) } BIND ( REPLACE ( STR ( ?var4 ) , \":.*\", \"\" ) AS ?var2 ). ?var5 <http://schema.org/isPartOf> ?var1 ; <http://schema.org/name> ?var4 ; <http://schema.org/about> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } GROUP BY ?var1 ?var2 ORDER BY ASC( ?var1 )ASC( ?var3 )"}}
{"id": "val_4041", "question": "List disambiguation pages in Wikidata along with their Wikipedia links.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?disambiguationPage ?label ?wikipediaPage WHERE {\n  ?disambiguationPage wdt:P31 wd:Q4167836 ; rdfs:label ?label .\n  ?wikipediaPage schema:about ?disambiguationPage .\n  FILTER(CONTAINS(STR(?wikipediaPage) , \"wikipedia.org\"))\n}\nLIMIT 1000000", "paraphrases": ["What are the disambiguation pages on Wikidata and which Wikipedia pages are they linked to?", "Show me all Wikidata items that are disambiguation pages, their labels in different languages, and the Wikipedia URLs that refer to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://schema.org/about> ?var1 . FILTER ( ( CONTAINS ( STR ( ?var3 ) , \"string1\" ) ) ) . } LIMIT 1000000"}}
{"id": "val_4042", "question": "French intercommunal structures in mainland France with their SIREN numbers and French labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?intercommunality ?label ?sirenNumber WHERE {\n  ?intercommunality(wdt:P31 / wdt:P279 *) wd:Q2707796 .\n  ?intercommunality wdt:P17 wd:Q142 .\n  ?intercommunality rdfs:label ?label .\n  ?intercommunality wdt:P1616 ?sirenNumber .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(NOT EXISTS {\n    ?intercommunality wdt:P131 wd:Q33788\n  })\n}\nLIMIT 50", "paraphrases": ["What are the French intercommunal structures in France (excluding New Caledonia) that have a French label and a SIREN number?", "List the French-named intercommunal administrative entities in France (not in New Caledonia) along with their SIREN identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2707796> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P1616> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q33788> . } ) ) . } LIMIT 50"}}
{"id": "val_4043", "question": "Who is employed by Willow Creek Community Church?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?property ?propertyLabel WHERE {\n  ?person ?prop wd:Q72332 .\n  ?property wikibase:directClaim ?prop .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What is the relationship between Rory Noland and Willow Creek Community Church?", "Which property links individuals to Willow Creek Community Church in Wikidata, and who are the individuals linked by it?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q72332> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4044", "question": "Items with coordinates between longitude -90 and -27 and latitude 3 and 64, including their images, Commons categories, and postal codes.", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?postalCode WHERE { ?item wdt:P625 ?location . FILTER(geof:longitude(?location) >= -90 && geof:longitude(?location) <= -27) FILTER(geof:latitude(?location) >= 3 && geof:latitude(?location) <= 64) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?postalCode . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the places located between 3\u00b0N and 64\u00b0N latitude and -90\u00b0 and -27\u00b0 longitude, along with their images, Wikimedia Commons categories, and postal codes?", "Show me all entities in that geographic region (from the Caribbean to northern Europe) with their English names, locations, images, Commons categories, and postal codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-90 3)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-27 64)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4045", "question": "What are all the countries (including subclasses) in Wikidata?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31/wdt:P279* wd:Q3624078 . ?item rdfs:label ?itemLabel FILTER(LANG(?itemLabel) = 'en') } LIMIT 10000", "paraphrases": ["List all sovereign states and their subtypes, such as former states or indigenous nations recognized as sovereign.", "Show me the names of all entities classified as countries or any of their subclasses in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/prop/direct/P17> . } LIMIT 10000"}}
{"id": "val_4046", "question": "Places in northern France and western Belgium with coordinates between 2\u00b0E\u20133\u00b0E and 50\u00b0N\u201351\u00b0N, along with their images and Wikimedia Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?coord .\n  BIND(STR(?coord) AS ?coordStr)\n  BIND(SUBSTR(?coordStr , 7 , STRLEN(?coordStr) - 8) AS ?coordValues)\n  BIND(STRBEFORE(?coordValues , \" \") AS ?longStr)\n  BIND(STRAFTER(?coordValues , \" \") AS ?latStr)\n  BIND(xsd:double(?longStr) AS ?long)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lat >= 50 && ?lat <= 51 && ?long >= 2 && ?long <= 3)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What towns and landmarks in the region bounded by longitude 2\u20133 and latitude 50\u201351 have images and Commons categories on Wikimedia Commons?", "List all places in the area around 50\u201351\u00b0N and 2\u20133\u00b0E, including their names, coordinates, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(2 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(3 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4047", "question": "What is the image of England?", "sparql": "SELECT ?image WHERE { wd:Q21 wdt:P18 ?image .}", "paraphrases": ["What image is associated with England on Wikidata?", "Can you show me the main image (logo, flag, or photo) of England from Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q21> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_4048", "question": "Entities associated with the United States and their labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P17 wd:Q30 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) != \"\")\n}\nLIMIT 100", "paraphrases": ["What are the entities linked to the United States, and what are their labels?", "List up to 100 entities that have the United States as their country, along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var5Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var5 <http://www.wikidata.org/entity/Q21503252> <http://www.wikidata.org/prop/direct/P17> . } LIMIT 100"}}
{"id": "val_4049", "question": "Countries with official languages and English labels", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P37 ?officialLanguage . ?country rdfs:label ?countryLabel . FILTER (LANG(?countryLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries have an official language and an English Wikipedia label?", "List all countries that have an official language, showing their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P37> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> ; <http://schema.org/about> ?var1 . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4050", "question": "What is the type of the public entity \"Communaut\u00e9 intercommunale des Villes solidaires\" and when was it established?", "sparql": "SELECT DISTINCT ?type ?typeLabel ?inceptionDate WHERE { wd:Q1120209 wdt:P31 ?type ; wdt:P571 ?inceptionDate . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"fr\") }", "paraphrases": ["What does \"Communaut\u00e9 intercommunale des Villes solidaires\" classify as in French administrative terms, and what is its founding date?", "When was the intercommunal public institution in R\u00e9union created, and what is its official French designation?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P571> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q1120209> <http://www.wikidata.org/prop/direct/P569> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4051", "question": "Countries where Portuguese is the official language.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P37 wd:Q5146 .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which countries have Portuguese as their official language?", "List the English names of all countries that officially use Portuguese as their national language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2533461> . } ?var1 <http://www.wikidata.org/prop/direct/P37> <http://www.wikidata.org/entity/Q5146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4052", "question": "Items with coordinates between 22\u00b0E and 23\u00b0E longitude and 46\u00b0N latitude, including their images, Commons categories, and addresses.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  BIND(STRBEFORE(STRAFTER(STR(?location) , \"(\") , \" \") AS ?lonStr)\n  BIND(STRBEFORE(STRAFTER(STRAFTER(STR(?location) , \"(\") , \" \") , \")\") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= 22 && ?lon < 23 && ?lat >= 46 && ?lat < 47)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What places are located along the 46th parallel between 22 and 23 degrees east longitude, and what images, Wikimedia Commons categories, or street addresses are associated with them?", "Show me all items located in the region bounded by 22\u00b0E to 23\u00b0E and 46\u00b0N, along with their English labels, images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(22 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(23 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4053", "question": "Cities and their countries in Wikidata", "sparql": "SELECT DISTINCT ?country ?countryLabel ?city ?cityLabel WHERE { ?country (wdt:P31/wdt:P279*) wd:Q3624078 . ?city wdt:P131 ?country . ?city (wdt:P31/wdt:P279*) wd:Q515 . ?country rdfs:label ?countryLabel . ?city rdfs:label ?cityLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?cityLabel) = \"en\")}", "paraphrases": ["Which cities are located in which sovereign states?", "List all cities along with the sovereign states they belong to, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4054", "question": "Countries with English, Portuguese, and Brazilian Portuguese names, plus Wikipedia links and whether the two Portuguese versions match.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?label_en ?label_pt ?label_pt_br(IF((STR(?label_pt) = STR(?label_pt_br)) , \"=\" , \"\u2260\") AS ?match)(CONCAT(\"[[:\" , ?lang , \":\" , ?wikipedia_title , \"|wp]]\") AS ?wikipedia_link) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country rdfs:label ?label_pt .\n    FILTER(LANG(?label_pt) = \"pt\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?label_pt_br .\n    FILTER(LANG(?label_pt_br) = \"pt-br\")\n  }\n  ?country rdfs:label ?label_en .\n  FILTER(LANG(?label_en) = \"en\")\n  OPTIONAL {\n    ?wikipedia_page schema:about ?country ; schema:inLanguage ?lang ; schema:name ?wikipedia_title ; schema:isPartOf <https://pt.wikipedia.org/> .\n  }\n}\nORDER BY ASC(?label_pt)", "paraphrases": ["Which countries have different spellings in Brazilian Portuguese compared to European Portuguese, and what are their English names and Portuguese Wikipedia links?", "Please list all countries with their English labels, Portuguese labels, Brazilian Portuguese labels, indicate if the Portuguese variants are identical, and provide links to their Portuguese Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ( IF ( ( STR ( ?var4 ) = STR ( ?var5 ) ), \"=\", \"\u2260\" ) AS ?var6 )( CONCAT ( \"[[:\", ?var7 , \":\", ?var8 , \"|\", \"wp]]\" ) AS ?var9 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"pt\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"pt-br\" ) ) ) . } OPTIONAL { ?var10 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> ?var7 ; <http://schema.org/name> ?var8 ; <http://schema.org/isPartOf> <https://pt.wikipedia.org/> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1813> [ <http://www.wikidata.org/prop/qualifier/P31> <http://www.wikidata.org/entity/Q28840786> ; <http://www.wikidata.org/prop/statement/P1813> ?var3 ] . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } ORDER BY ASC( ?var4 )"}}
{"id": "val_4055", "question": "What are the most common religions or worldviews in Wikidata, ranked by how many people or entities are associated with them?", "sparql": "SELECT ?religion ?label ?count WHERE { { SELECT ?religion (COUNT(*) AS ?count) WHERE { ?person wdt:P140 ?religion . } GROUP BY ?religion } OPTIONAL { ?religion rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } ORDER BY DESC(?count) ASC(?label) LIMIT 1000", "paraphrases": ["List the top 1000 religions and belief systems based on the number of followers or associated entities in Wikidata, along with their English labels and counts.", "Which religions have the highest number of adherents according to Wikidata data, and how many entities are linked to each?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P140> ?var1 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 1000"}}
{"id": "val_4056", "question": "List of religions in Wikidata", "sparql": "SELECT ?religion ?religionLabel WHERE { ?religion wdt:P31 wd:Q9174 . ?religion rdfs:label ?religionLabel . FILTER(LANG(?religionLabel) = \"en\") } LIMIT 5000", "paraphrases": ["What are some examples of religions according to Wikidata?", "Can you show me the names of all known religions listed in Wikidata, in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9174> . } LIMIT 5000"}}
{"id": "val_4057", "question": "German-named settlements in Austria ending in \"itz\" and their coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?settlement ?settlementLabel ?coordinates WHERE {\n  ?settlement ( wdt:P31 / wdt:P279 * ) wd:Q486972 .\n  ?settlement wdt:P17 wd:Q40 .\n  ?settlement rdfs:label ?settlementLabel .\n  ?settlement wdt:P625 ?coordinates .\n  FILTER ( LANG( ?settlementLabel ) = \"de\" ) FILTER ( REGEX( ?settlementLabel , \"itz$\" ) )\n}", "paraphrases": ["What are the German-language settlements in Austria whose names end in \"itz\", and where are they located?", "List all human settlements in Austria with German labels ending in \"itz\", including their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"(itz)$\" ) ) ) . }"}}
{"id": "val_4058", "question": "French communes with German names ending in \"al\" and their coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?label ?coordinates WHERE {\n  ?commune wdt:P31 wd:Q484170 ; rdfs:label ?label ; wdt:P625 ?coordinates .\n  FILTER ( LANG( ?label ) = \"de\" ) FILTER ( REGEX( ?label , \"al$\" ) )\n}", "paraphrases": ["Which French communes have German-language names ending in \"al\", and what are their geographic coordinates?", "List all French communes whose German labels end with \"al\", along with their latitude and longitude."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"al$\" ) ) ) . }"}}
{"id": "val_4059", "question": "What properties are used to link entities to the Scottish Government?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q32521 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Which direct relationships connect other items to the Scottish Government in Wikidata?", "List all the direct properties that have the Scottish Government as their object."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q32521> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4060", "question": "How many federal states are there in Germany?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( SAMPLE( ?state ) AS ?sampledState ) ( COUNT( ?state ) AS ?count ) ( SAMPLE( ?stateLabel ) AS ?sampledStateLabel ) WHERE {\n  ?state wdt:P31 wd:Q1221156 .\n  ?state rdfs:label ?stateLabel .\n  FILTER ( LANG( ?stateLabel ) = \"en\" )\n}", "paraphrases": ["List one example of a federal state in Germany along with the total number of such states.", "What are the federal states of Germany, and how many are there?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var1 )( COUNT ( ?var2 ) AS ?var3 )( SAMPLE ( ?var2Label ) AS ?var2Label ) WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1198> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } }"}}
{"id": "val_4061", "question": "Cities in Upper Bavaria with their images, official websites, and English Wikipedia pages.", "sparql": "SELECT DISTINCT ?city ?cityLabel ?admin2Label ?admin1Label ?image ?website ?wikipedia WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 ; wdt:P131 wd:Q10562 . OPTIONAL { ?city wdt:P18 ?image . } OPTIONAL { ?city wdt:P131 ?admin1 . } OPTIONAL { ?admin1 wdt:P131 ?admin2 . } OPTIONAL { ?city wdt:P856 ?website . } OPTIONAL { ?wikipedia schema:about ?city ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } OPTIONAL { ?admin1 rdfs:label ?admin1Label . FILTER(LANG(?admin1Label) = \"en\") } OPTIONAL { ?admin2 rdfs:label ?admin2Label . FILTER(LANG(?admin2Label) = \"en\") } } ORDER BY ASC(?city) LIMIT 5", "paraphrases": ["What are the cities in Upper Bavaria, Germany, along with their administrative divisions, images, official websites, and English Wikipedia links?", "Please list up to five cities in Upper Bavaria, including their labels, higher administrative regions, images, official websites, and English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(10 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var8 . } FILTER ( ( ( ?var8 > \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } { ?var3 <http://www.wikidata.org/prop/direct/P131> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var1 ) LIMIT 5"}}
{"id": "val_4062", "question": "German towns ending in \"by\" with coordinates", "sparql": "SELECT ?settlement ?label ?coordinates WHERE { ?settlement (wdt:P31/wdt:P279*) wd:Q486972 ; wdt:P17 wd:Q183 ; rdfs:label ?label ; wdt:P625 ?coordinates . FILTER (LANG(?label) = \"de\") FILTER (REGEX(?label, \"by$\")) }", "paraphrases": ["Which settlements in Germany have names ending in \"-by\" and are labeled in German?", "Show me the German-language names and geographic coordinates of all human settlements in Germany whose names end with \"by\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"(by)$\" ) ) ) . }"}}
{"id": "val_4063", "question": "German settlements ending in \"weiler\" with their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?settlement ?label ?coordinates WHERE {\n  ?settlement(wdt:P31 / wdt:P279 *) wd:Q486972 ; wdt:P17 wd:Q183 ; rdfs:label ?label ; wdt:P625 ?coordinates .\n  FILTER(LANG(?label) = \"de\")\n  FILTER(REGEX(?label , \"weiler$\"))\n}", "paraphrases": ["What are the German villages and hamlets whose names end in \"weiler\", and where are they located?", "List all human settlements in Germany with German labels ending in \"weiler\", along with their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"(weiler)$\" ) ) ) . }"}}
{"id": "val_4064", "question": "Countries with compulsory education age, their English names, and URLs for age and country.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel ?age ?ageUrl ?countryUrl WHERE {\n  ?country wdt:P3271 ?age .\n  FILTER ( xsd:decimal ( ?age ) ) ?country wdt:P31 wd:Q3624078 .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) BIND( IRI( CONCAT ( \"https://example.org/age/\" , STR( ?age ) ) ) AS ?ageUrl ) BIND( IRI( CONCAT ( \"https://example.org/country/\" , STR( ?country ) ) ) AS ?countryUrl )\n}\nORDER BY ?age", "paraphrases": ["Which countries have a defined maximum age for compulsory education, and what are the corresponding URLs for the age and country entity?", "List all sovereign states with a numeric maximum age for compulsory education, along with their English labels and generated URLs for the age value and country identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var5 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3271> ?var6 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P906> ?var5 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2539> ?var7 . } BIND ( IRI ( CONCAT ( \"string1\", ?var6 ) ) AS ?var3 ). BIND ( IRI ( CONCAT ( \"string2\", ?var8 ) ) AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\", \"no\", \"da\", \"de\", \"pl\". } } GROUP BY ?var1 ?var1Label ?var9 ?var3 ?var2 ORDER BY ASC( ?var8 )"}}
{"id": "val_4065", "question": "Coordinates of cities in Germany with population over 100,000", "sparql": "SELECT ?coordinates WHERE { ?place wdt:P17 wd:Q183 ; wdt:P1082 ?population ; wdt:P625 ?coordinates . FILTER ( ?population >= 100000 ) }", "paraphrases": ["What are the geographic coordinates of all populated places in Germany that have at least 100,000 residents?", "Show me the latitude and longitude of every German city with a population of 100,000 or more."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.wikidata.org/prop/direct/P1082> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . FILTER ( ( ( ?var3 >= \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_4066", "question": "What is the administrative hierarchy of Ortobene mountain in Italy, including its type, the commune it's in, and the province that commune belongs to?", "sparql": "SELECT DISTINCT ?mountainTypeLabel ?communeTypeLabel ?commune ?communeLabel ?provinceTypeLabel ?province ?provinceLabel WHERE { wd:Q1945886 wdt:P31 ?mountainType . wd:Q1945886 wdt:P131 ?commune . ?commune wdt:P31 ?communeType . ?commune wdt:P131 ?province . ?province wdt:P31 ?provinceType . ?mountainType rdfs:label ?mountainTypeLabel . ?communeType rdfs:label ?communeTypeLabel . ?commune rdfs:label ?communeLabel . ?provinceType rdfs:label ?provinceTypeLabel . ?province rdfs:label ?provinceLabel . FILTER(LANG(?mountainTypeLabel) = \"en\") FILTER(LANG(?communeTypeLabel) = \"en\") FILTER(LANG(?communeLabel) = \"en\") FILTER(LANG(?provinceTypeLabel) = \"en\") FILTER(LANG(?provinceLabel) = \"en\")}", "paraphrases": ["What type of entity is Ortobene, which commune contains it, what type is that commune, and which province is that commune part of?", "Show me the type of Ortobene, the name and type of the commune it's located in, and the name and type of the province that commune belongs to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1945886> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4067", "question": "Cities in Germany with their population, administrative district, and area.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?population ?district ?districtLabel ?area WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 wd:Q183 .\n  ?city wdt:P1082 ?population .\n  ?city wdt:P131 ?district .\n  ?city wdt:P2046 ?area .\n  ?district rdfs:label ?districtLabel .\n  FILTER(LANG(?districtLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the population, administrative district, and area of cities in Germany?", "List all cities in Germany along with their population, the district they belong to, and their area in square kilometers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,bg,d\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var4 . } } LIMIT 100"}}
{"id": "val_4068", "question": "Dissolved communes of France with English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?label WHERE {\n  ?commune wdt:P31 wd:Q484170 ; wdt:P576 ?dissolvedDate .\n  ?commune rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 9999", "paraphrases": ["Which communes in France have been dissolved, and what are their English names?", "List the English names of all former communes in France that no longer exist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var3 . } ) ) . } LIMIT 9999"}}
{"id": "val_4069", "question": "What are the English names of cities in German-speaking countries?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?country(LANG(?cityLabel) AS ?labelLang) ?cityLabel WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?country wdt:P31 wd:Q3624078 .\n  ?country wdt:P37 wd:Q188 .\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER(LANG(?cityLabel) = \"en\")\n  }\n}\nLIMIT 10000", "paraphrases": ["List cities located in countries where German is an official language, along with their English labels and the country names.", "Can you show me cities in Germany, Austria, Switzerland, and other German-speaking nations, including their English names and which country they belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( LANG ( ?var3Label ) AS ?var4 ) ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P37> \"de\". OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } } LIMIT 10000 OFFSET 100"}}
{"id": "val_4070", "question": "Cities in Germany with their geographic coordinates", "sparql": "SELECT ?city ?cityLabel ?coord WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 ; wdt:P17 wd:Q183 ; wdt:P625 ?coord . FILTER(LANG(?cityLabel) = \"en\") . ?city rdfs:label ?cityLabel . } ORDER BY ASC(?cityLabel)", "paraphrases": ["What are the names and coordinates of all cities in Germany?", "Show me the English names and WKT coordinates of all cities in Germany, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> / <http://wikiba.se/ontology#geoLatitude> ) ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_4071", "question": "Is the Catholic Church considered part of Christianity?", "sparql": "SELECT ?denomination WHERE { wd:Q9592 wdt:P361 ?denomination . ?denomination wdt:P31 wd:Q123129246 . }", "paraphrases": ["What Christian denomination does the Catholic Church belong to?", "Is Catholicism classified as a branch of Christianity?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1385091> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_4072", "question": "Subclasses of infant", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P279 wd:Q998 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the subclasses of infant in Wikidata?", "List all entities that are direct subclasses of infant."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q998> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4073", "question": "List of sovereign countries in Europe", "sparql": "SELECT ?countryLabel WHERE { ?country wdt:P30 wd:Q46 . ?country wdt:P31 wd:Q3624078 . FILTER NOT EXISTS { ?country wdt:P576 [] } . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which countries in Europe are currently sovereign states?", "Please provide the names of all current European sovereign nations in English."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://dbpedia.org/sparql> { ?var2 <http://purl.org/dc/terms/subject> <http://dbpedia.org/resource/Category:Countries_in_Europe> ; <http://www.w3.org/2002/07/owl#sameAs> ?var1 . FILTER ( ( STRSTARTS ( STR ( ?var1 ) , \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4074", "question": "Cities in Germany", "sparql": "SELECT ?cityLabel WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q183 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["What are the names of cities in Germany?", "List the English labels of all cities located in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . <http://www.wikidata.org/entity/Q515> <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . }"}}
{"id": "val_4075", "question": "What department contains the communes in H\u00e9rault, France?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?department WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P17 wd:Q142 .\n  ?commune wdt:P131 wd:Q12545 .\n  ?commune wdt:P131 ?department .\n  ?department wdt:P31 wd:Q6465 .\n}", "paraphrases": ["Which French department is H\u00e9rault?", "What is the administrative department for communes located in H\u00e9rault?"], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT * WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12545> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . } ORDER BY DESC( ?var3 ) LIMIT 10000 } }"}}
{"id": "val_4076", "question": "What are the capitals of Germany's federal states and their coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?state ?capital ?coordinates WHERE {\n  ?state wdt:P31 wd:Q1221156 ; wdt:P17 wd:Q183 ; wdt:P36 ?capital .\n  ?capital wdt:P625 ?coordinates .\n}\nORDER BY ASC(?capital)", "paraphrases": ["List the capital cities of each German state along with their geographic coordinates.", "Which cities serve as the capitals of Germany's states, and where are they located geographically?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P36> ?var3 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var3Label )"}}
{"id": "val_4077", "question": "What are the entities associated with Nazi plunder?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item ?p wd:Q328376 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') } LIMIT 100", "paraphrases": ["Show me the names of people, artworks, or documents linked to Nazi plunder.", "Which items are connected to the historical event of Nazi art theft?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q328376> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P2868> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2868> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4078", "question": "German-language administrative divisions in Germany", "sparql": "SELECT ?division ?divisionLabel WHERE { ?division (wdt:P31/wdt:P279*) wd:Q387917 . ?division rdfs:label ?divisionLabel . ?division wdt:P17 wd:Q183 . FILTER (LANG(?divisionLabel) = \"de\") }", "paraphrases": ["What are the administrative divisions in Germany called in German?", "List all German names of administrative divisions in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15838706> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . }"}}
{"id": "val_4079", "question": "What properties in Wikidata are used to represent language codes like 'en' or 'de', and what are their labels and images?", "sparql": "SELECT ?property ?propertyLabel ?image ?exampleCode WHERE { VALUES ?propertyUri { wdt:P220 wdt:P219 wdt:P305 wdt:P424 } ?item ?propertyUri ?code . FILTER (isLiteral(?code)) FILTER (REGEX(STR(?code), \"^[a-z]{2,3}$\")) BIND(IRI(REPLACE(STR(?propertyUri), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property) ?property rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"en\") OPTIONAL { ?property wdt:P18 ?image } BIND(?code AS ?exampleCode) } LIMIT 10", "paraphrases": ["Which properties store ISO or IETF language codes in Wikidata, and what are their English labels and associated images?", "List the properties used to assign language codes (e.g., ISO 639-1/2, IETF) in Wikidata, along with their English labels and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q2092812> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q2092812> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4080", "question": "What properties in German describe entities linked to Erfurt District?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q48054 . FILTER(STRSTARTS(STR(?property), STR(wdt:))) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER (LANG(?propertyLabel) = \"de\") FILTER (LANG(?propertyDescription) = \"de\") } LIMIT 100", "paraphrases": ["Which German-labeled properties are used to associate other entities with the Erfurt District?", "Show me the German labels and descriptions of properties that connect any item to Erfurt District."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q48054> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_4081", "question": "Italian labels and descriptions of properties related to \"applies to jurisdiction\" (P1001).", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?related ?label ?desc WHERE {\n  wd:P1001 wdt:P1659 ?related .\n  ?related rdfs:label ?label .\n  ?related schema:description ?desc .\n  FILTER ( LANG( ?label ) = \"it\" ) FILTER ( LANG( ?desc ) = \"it\" )\n}", "paraphrases": ["What are the Italian-language labels and descriptions of properties that are related to the property \"applies to jurisdiction\"?", "Show me the Italian labels and descriptions of properties that are considered related to the jurisdiction property in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/statement/P1001> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"it\" ) ) ) . }"}}
{"id": "val_4082", "question": "What properties are associated with France in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { wd:Q22 ?property ?value .}", "paraphrases": ["Show all the properties that describe France in the Wikidata knowledge base.", "Which types of information are linked to the country France in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { \"Q22\" ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_4083", "question": "Properties in France with images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?image WHERE {\n  ?property wdt:P17 wd:Q142 .\n  OPTIONAL {\n    ?property wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Which properties are incorrectly associated with France?", "List properties that have France as their country, along with any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4084", "question": "Italian labels and descriptions of properties linking to the family name Gozzadini", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?item ?directProperty wd:Q15140935 .\n  BIND(REPLACE(STR(?directProperty) , \"http://www.wikidata.org/prop/direct/\" , \"\") AS ?propId)\n  BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\" , ?propId)) AS ?property)\n  ?property a wikibase:Property .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"it\")\n  FILTER(LANG(?propertyDescription) = \"it\")\n}\nLIMIT 100", "paraphrases": ["What are the Italian labels and descriptions of properties that are used to associate people or things with the surname Gozzadini?", "Show me the Italian names and descriptions of all properties that have Gozzadini as their value in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q15140935> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"it\" ) ) ) . } LIMIT 100"}}
{"id": "val_4085", "question": "Are countries of office buildings stored as Wikidata entities?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( isIRI( ?country ) AS ?isCountryIRI ) WHERE {\n  ?building wdt:P31 wd:Q1021645 .\n  ?building wdt:P17 ?country .\n}\nLIMIT 1000", "paraphrases": ["Do office buildings in Wikidata have their countries linked as entities rather than text values?", "Show whether the country property for office buildings points to Wikidata items."], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 )( isIRI ( ?var3 ) AS ?var4 ) WHERE { { SELECT ?var5 ?var3 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1021645> . ?var5 <http://www.wikidata.org/prop/direct/P17> ?var3 . } LIMIT 1000 } }"}}
{"id": "val_4086", "question": "What are the districts of Sendenhorst with their GND IDs?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P131* wd:Q2740 . ?var1 wdt:P31 wd:Q253019 . ?var1 wdt:P227 ?var2 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"de\") }", "paraphrases": ["Can you list the German names and GND identifiers of all districts in Sendenhorst?", "Which parts of Sendenhorst are officially recognized as Ortsteile, and what are their German National Library IDs?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q2740> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q253019> . ?var1 <http://www.wikidata.org/prop/direct/P227> * ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4087", "question": "List countries with their short names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ?shortName WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P1813 ?shortName .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["What are the short names of all countries in Wikidata?", "Show me the English names of countries along with their abbreviated forms or short designations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P1687> <http://www.wikidata.org/entity/P1813> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4088", "question": "German municipalities with their official municipality key and OpenStreetMap relation ID.", "sparql": "SELECT ?municipality ?municipalityLabel ?germanKey ?osmRelationId WHERE { ?municipality wdt:P439 ?germanKey . OPTIONAL { ?municipality wdt:P402 ?osmRelationId . } ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the English names, German municipality keys, and OpenStreetMap IDs of 100 German municipalities?", "List up to 100 German municipalities along with their official German municipality key and their corresponding OpenStreetMap relation ID, using English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P439> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P402> ?var4 . } } LIMIT 100"}}
{"id": "val_4089", "question": "List all communes in the Moselle department of France.", "sparql": "SELECT ?commune ?department WHERE { ?commune wdt:P31 wd:Q484170 . ?commune wdt:P17 wd:Q142 . ?commune wdt:P131 ?department . ?department wdt:P31 wd:Q6465 . FILTER(?department = wd:Q12652) MINUS { ?department wdt:P576 [] . } } LIMIT 20000", "paraphrases": ["Which communes in France are located in the Moselle department?", "Show me the names of all communes in France that belong to the Moselle department, excluding any that have been dissolved."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P131> [ <http://www.wikidata.org/prop/direct/p131> <http://www.wikidata.org/entity/Q12652> ] . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } } LIMIT 20000"}}
{"id": "val_4090", "question": "List unincorporated areas in Germany with their German municipality keys, OpenStreetMap IDs, Wikipedia pages, administrative districts, postal codes, area codes, and official websites.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipalityKey ?osmRelationId ?wikipediaPage ?area ?areaLabel ?administrativeEntity ?administrativeEntityLabel ?postalCode ?areaCode ?officialWebsite WHERE {\n  ?area wdt:P31 wd:Q15974311 .\n  OPTIONAL {\n    ?area wdt:P439 ?municipalityKey .\n  }\n  OPTIONAL {\n    ?area wdt:P402 ?osmRelationId .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:isPartOf <https://de.wikipedia.org/> ; schema:about ?area .\n  }\n  OPTIONAL {\n    ?area wdt:P131 ?administrativeEntity .\n  }\n  OPTIONAL {\n    ?area wdt:P281 ?postalCode .\n  }\n  OPTIONAL {\n    ?area wdt:P473 ?areaCode .\n  }\n  OPTIONAL {\n    ?area wdt:P856 ?officialWebsite .\n  }\n  OPTIONAL {\n    ?area rdfs:label ?areaLabel .\n    FILTER(LANG(?areaLabel) = \"de\")\n  }\n  OPTIONAL {\n    ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n    FILTER(LANG(?administrativeEntityLabel) = \"de\")\n  }\n}", "paraphrases": ["What are the unincorporated areas in Germany, and what are their associated German municipality keys, OpenStreetMap relation IDs, Wikipedia links, administrative districts, postal codes, dialing codes, and official websites?", "Please provide a list of all unincorporated areas in Germany, including their labels in German, the administrative districts they belong to (also in German), and any available identifiers such as postal codes, area codes, OpenStreetMap IDs, municipality keys, and official websites, along with links to their German Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var8 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15974311> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P439> ?var1 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P402> ?var2 . } OPTIONAL { ?var3 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . ?var3 <http://schema.org/about> ?var4 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P131> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P281> ?var6 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P473> ?var7 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P856> ?var8 . } }"}}
{"id": "val_4091", "question": "What is the English label of the Wikidata property for temperature?", "sparql": "SELECT ?label WHERE { wd:P2076 rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What is the English name of the Wikidata property that indicates temperature?", "Please provide the English label of the Wikidata property used to specify temperature."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/P2076> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4092", "question": "What are the reasons given for deprecating statements in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?reason ?reasonLabel WHERE {\n  ?statement pq:P2241 ?reason .\n  ?reason rdfs:label ?reasonLabel .\n  FILTER(LANG(?reasonLabel) = 'en')\n}", "paraphrases": ["List all the English labels for reasons used to deprecate Wikidata statements.", "Which values are used as qualifiers for \"reason for deprecated rank\" (P2241) in Wikidata, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P31> <http://www.wikidata.org/entity/Q27949697> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4093", "question": "List all Wikidata properties that represent quantitative values.", "sparql": "SELECT DISTINCT ?property WHERE { ?property rdf:type wikibase:Property ; wikibase:propertyType wikibase:Quantity . } ORDER BY ?property", "paraphrases": ["Which Wikidata properties are used to store numerical data such as height, weight, or population?", "Show me all the properties in Wikidata that have a property type of Quantity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> ; <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#Quantity> . } ORDER BY ASC( ?var1 )"}}
{"id": "val_4094", "question": "List 10 countries in the world.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country WHERE {\n  ?country wdt:P31 wd:Q6256 .\n}\nLIMIT 10", "paraphrases": ["What are ten examples of sovereign nations?", "Show me ten countries, each classified as a sovereign state."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q219> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bg\". } } LIMIT 10"}}
{"id": "val_4095", "question": "List 15 countries in English.", "sparql": "SELECT DISTINCT ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?countryLabel . FILTER(LANGMATCHES(LANG(?countryLabel), \"en\")) } LIMIT 15", "paraphrases": ["What are the names of 15 countries according to Wikidata?", "Show me up to 15 country names in English from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 15"}}
{"id": "val_4096", "question": "Wikidata properties with exactly one subject-type constraint (human, organization, etc.) that are not marked as normally applicable to that type.", "sparql": "SELECT ?constraintType ?property WHERE { { SELECT ?property (COUNT(?constraintType) AS ?constraintCount) WHERE { ?property (wdt:P31/wdt:P279*) wd:Q18616576 . ?property p:P2302 ?constraintStatement . ?constraintStatement ps:P2302 wd:Q21503250 . ?constraintStatement pq:P2308 ?constraintType . } GROUP BY ?property HAVING (?constraintCount = 1) } ?property p:P2302 ?constraintStatement . ?constraintStatement ps:P2302 wd:Q21503250 . ?constraintStatement pq:P2308 ?constraintType . FILTER NOT EXISTS { ?normalApplicableProperty wdt:P1963 ?property . } } ORDER BY ASC(?property)", "paraphrases": ["Which Wikidata properties are constrained to be used only with one specific entity type (like human or museum), but are not listed as normally applicable properties for that type?", "List all Wikidata properties that have a single subject-class constraint and are not recommended for that class via P1963."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { SELECT ?var2 ( COUNT ( ?var1 ) AS ?var3 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18616576> . ?var2 <http://www.wikidata.org/prop/P2302> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2302> <http://www.wikidata.org/entity/Q21503250> . ?var4 <http://www.wikidata.org/prop/qualifier/P2308> ?var1 . } GROUP BY ?var2 } FILTER ( ( ( ?var3 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var2 <http://www.wikidata.org/prop/P2302> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2302> <http://www.wikidata.org/entity/Q21503250> . ?var4 <http://www.wikidata.org/prop/qualifier/P2308> ?var1 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P1963> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_4097", "question": "All properties and values for the Wikidata value-type constraint.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q21510865 ?property ?value .\n}", "paraphrases": ["What are all the properties and their values associated with the value-type constraint on Wikidata?", "Show me all the metadata about the value-type constraint item in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q21510865> ?var1 ?var2 . } LIMIT 1000"}}
{"id": "val_4098", "question": "What types of entities are the United States, Russia, Mexico, and other countries classified as in Wikidata?", "sparql": "SELECT ?item ?instanceType ?instanceTypeLabel WHERE {  VALUES ?item {    wd:Q30 wd:Q159 wd:Q10777774 wd:Q51 wd:Q811 wd:Q813 wd:Q794 wd:Q34 wd:Q43 wd:Q265 wd:Q33 wd:Q796 wd:Q96 wd:Q2365041  }  ?item wdt:P31 ?instanceType .  ?instanceType rdfs:label ?instanceTypeLabel .  FILTER(LANG(?instanceTypeLabel) = \"en\")}", "paraphrases": ["Can you list the categories (instance of) for countries like Iran, Sweden, and Kyrgyzstan, as well as the insect species Kasachstania fasciata and the population of Argentines?", "What are the different kinds of things that countries such as Turkey, Uzbekistan, and Finland are instances of?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q10777774> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q51> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q811> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q813> ) ( <http://www.wikidata.org/entity/Q794> ) ( <http://www.wikidata.org/entity/Q34> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q43> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q265> ) ( <http://www.wikidata.org/entity/Q10777774> ) ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q34> ) ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q10777774> ) ( <http://www.wikidata.org/entity/Q33> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q43> ) ( <http://www.wikidata.org/entity/Q10777774> ) ( <http://www.wikidata.org/entity/Q2365041> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q796> ) ( <http://www.wikidata.org/entity/Q34> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q33> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q96> ) ( <http://www.wikidata.org/entity/Q159> ) ( <http://www.wikidata.org/entity/Q33> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q10777774> ) ( <http://www.wikidata.org/entity/Q811> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) ( <http://www.wikidata.org/entity/Q528178> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4099", "question": "List of countries with their English names.", "sparql": "SELECT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = 'en') }", "paraphrases": ["What are the English names of all countries in Wikidata?", "Show me all countries and their official English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . }"}}
{"id": "val_4100", "question": "What property is most frequently used to reference the Papiamento Wikipedia in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?statement ?property wd:Q3568056 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/reference/\")) } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which reference property links the most items to the Papiamento Wikipedia edition?", "How is the Papiamento Wikipedia most commonly cited as a source in Wikidata statements?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q3568056> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4101", "question": "What are the alternative labels for items that have Spanish labels and Spanish descriptions on Wikidata?", "sparql": "SELECT ?altLabel ?spanishLabel ?spanishDescription WHERE { ?entity rdfs:label ?spanishLabel . ?entity schema:description ?spanishDescription . ?entity skos:altLabel ?altLabel . FILTER (LANG(?spanishLabel) = \"es\") FILTER (LANG(?spanishDescription) = \"es\") } LIMIT 100", "paraphrases": ["Alternative labels in any language for Spanish-labeled items with Spanish descriptions", "Show me the alternative labels, along with their Spanish labels and descriptions, for items that have Spanish-language labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.w3.org/2004/02/skos/core#altLabel> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_4102", "question": "What are the most common relationships associated with chambered cairns in Wikidata, and how many times do they occur?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?propertyLabel ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q585490 .\n  VALUES ( ?property ?propertyLabel ) {\n    ( wdt:P31 \"instance of\" ) ( ps:P31 \"instance of\" ) ( wdt:P279 \"subclass of\" ) ( ps:P279 \"subclass of\" ) ( wdt:P921 \"main subject\" ) ( ps:P921 \"main subject\" ) ( schema:about \"about\" )\n  }\n}\nGROUP BY ?property ?propertyLabel\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["How many entities are linked to the chambered cairn concept via properties like 'instance of', 'subclass of', and 'main subject'?", "Show me the properties that connect other items to the chambered cairn, ordered by how often they\u2019re used, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q585490> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4103", "question": "What properties are used in Wikidata references?", "sparql": "SELECT ?prop WHERE { VALUES ?prop { <http://www.wikidata.org/prop/reference/P854> <http://www.wikidata.org/prop/reference/P1476> <http://www.wikidata.org/prop/reference/P813> <http://www.wikidata.org/prop/reference/P248> <http://www.wikidata.org/prop/reference/P1953> <http://www.wikidata.org/prop/reference/P304> <http://www.wikidata.org/prop/reference/P478> <http://www.wikidata.org/prop/reference/P958> } } ORDER BY ?prop", "paraphrases": ["Can you list the standard properties used to cite sources in Wikidata, such as URLs, titles, and retrieval dates?", "How does Wikidata record the sources of its claims? Show the properties used in references."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/598a8ac346179e42525b40321209f66c0bb9a005> ?var1 ?var2 . }"}}
{"id": "val_4104", "question": "How many items in Wikidata have a description in Dutch?", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ( COUNT( * ) AS ?count ) WHERE {\n  ?item schema:description ?desc .\n  FILTER ( LANG( ?desc ) = 'nl' )\n}", "paraphrases": ["Count the number of entities with a Dutch-language description.", "What is the total number of Dutch descriptions in Wikidata?"], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { [] <http://schema.org/description> \"string1\"@nl . }"}}
{"id": "val_4105", "question": "German-labeled and described sources cited in Wikidata references", "sparql": "SELECT ?source ?sourceLabel ?sourceDescription WHERE { { SELECT DISTINCT ?source WHERE { ?statement pq:P248 ?source . } LIMIT 100 } ?source rdfs:label ?sourceLabel . ?source schema:description ?sourceDescription . FILTER(LANG(?sourceLabel) = \"de\") FILTER(LANG(?sourceDescription) = \"de\") } LIMIT 100", "paraphrases": ["Which sources cited in Wikidata references have both a German label and a German description?", "Show me the German labels and descriptions of all sources used in Wikidata references."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/qualifier/P248> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_4106", "question": "Subclasses of oversize load with images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label ?image WHERE {\n  ?subclass wdt:P279 wd:Q680421 .\n  OPTIONAL {\n    ?subclass wdt:P18 ?image .\n  }\n  ?subclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the subclasses of oversize load, and what images are associated with them?", "Show me the names and images of vehicles or equipment used to transport oversize loads."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q680421> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4107", "question": "What Spanish-labeled entities are connected to the given name \"\u00cd\u00f1igo\" and via which Spanish-labeled properties?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?givenName ?givenNameLabel ?property ?propertyLabel ?subject ?subjectLabel ?image WHERE {\n  BIND( wd:Q19273889 AS ?givenName ) .\n  ?subject ?property ?givenName .\n  BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdf:type wikibase:Property ; rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"es\" ) .\n  ?subject rdfs:label ?subjectLabel .\n  FILTER ( LANG( ?subjectLabel ) = \"es\" ) .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER ( LANG( ?givenNameLabel ) = \"es\" ) .\n  OPTIONAL {\n    ?givenName wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Which Spanish-language names are linked to \"\u00cd\u00f1igo\" as their child, different name, or given name, and what are the Spanish labels of those relationships?", "Show me all entities in Spanish that have a relationship with the name \"\u00cd\u00f1igo\", including the Spanish labels of those relationships and optionally an image of \"\u00cd\u00f1igo\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q19273889> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_4108", "question": "What is the French and English title of the Wikipedia page \"Wikipedia:Requests for adminship\"?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ( xsd:string ( ?frLabel ) AS ?frLabelStr ) ( xsd:string ( ?enLabel ) AS ?enLabelStr ) WHERE {\n  wd:Q4048254 rdfs:label ?frLabel .\n  wd:Q4048254 rdfs:label ?enLabel .\n  FILTER ( LANGMATCHES( LANG( ?frLabel ) , \"fr\" ) ) FILTER ( LANGMATCHES( LANG( ?enLabel ) , \"en\" ) )\n}\nLIMIT 10", "paraphrases": ["Show the French and English labels for the Wikidata item Q4048254.", "What does \"Wikipedia:Requests for adminship\" say in French and English?"], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q4048254> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q4048254> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_4109", "question": "What are the English-labeled subclasses of Wikimedia internal items?", "sparql": "SELECT ?subclass ?label WHERE { ?subclass (wdt:P279/wdt:P279*) wd:Q17442446 . OPTIONAL { ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } LIMIT 10000", "paraphrases": ["Which Wikimedia-specific page categories have English labels and are subclasses of the internal item class?", "List all English-labeled Wikimedia internal page types, including their subcategories."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17442446> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } LIMIT 10000"}}
{"id": "val_4110", "question": "List Wikimedia project pages and their project names (e.g., Wikipedia, Wiktionary) from the English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ( STRBEFORE( ?label , \":\" ) AS ?project ) WHERE {\n  ?item wdt:P31 wd:Q14204246 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 50", "paraphrases": ["What are the English-labeled Wikimedia project pages, and which Wikimedia project (like Wikipedia or Wikibooks) do they belong to?", "Please show me up to 50 Wikimedia project pages with their English labels and extract the project name (e.g., \"Wikipedia\") from the label before the colon."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( STRBEFORE ( ?var1Label , \":\" ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14204246> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_4111", "question": "Most used property to describe the International Homomonument The Hague", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  wd:Q4143002 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is used most frequently to describe the International Homomonument The Hague in Wikidata?", "Show me the most common direct property used to describe the International Homomonument The Hague, along with how many times it appears."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q4143002> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4112", "question": "Wiktionary categories and their corresponding Wikidata items with labels in different languages", "sparql": "SELECT ?wiktionaryCategory ?wikidataItem ?label WHERE { ?wiktionaryCategory ( schema:isPartOf / wikibase:wikiGroup ) \"wiktionary\" . ?wiktionaryCategory schema:about ?wikidataItem . ?wikidataItem rdfs:label ?label . } LIMIT 1000", "paraphrases": ["Which Wikidata items are linked to Wiktionary categories, and what are their labels in various languages?", "Show me the Wiktionary category pages, the Wikidata items they point to, and the labels of those items in different languages."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( LANG ( ?var1Label ) AS ?var2 ). ?var3 ( <http://schema.org/isPartOf> / <http://wikiba.se/ontology#wikiGroup> ) \"wiktionary\". ?var3 <http://schema.org/about> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } LIMIT 1000"}}
{"id": "val_4113", "question": "What are the English names, native names, ISO codes, and Wikipedia links for all Wikipedia language editions?", "sparql": "SELECT DISTINCT ?edition ?language ?languageLabel ?autonym ?iso639_1 ?iso639_3 ?enWikipediaPage ?wikimediaCode WHERE { ?edition wdt:P31 wd:Q10876391 . ?edition wdt:P407 ?language . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") . OPTIONAL { ?language wdt:P1705 ?autonym . } OPTIONAL { ?language wdt:P218 ?iso639_1 . } OPTIONAL { ?language wdt:P220 ?iso639_3 . } OPTIONAL { ?enWikipediaPage schema:about ?language ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } ?edition wdt:P424 ?wikimediaCode . } ORDER BY ASC(?wikimediaCode)", "paraphrases": ["Can you list all Wikipedia language editions with their English labels, native language names, ISO 639-1 and 639-3 codes, and corresponding English Wikipedia pages, sorted by Wikimedia code?", "Show me the metadata for each Wikipedia language version, including its English name, autonym, ISO codes, and the link to its English Wikipedia article."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var2Label ?var3 ?var4Label ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> . ?var1 <http://www.wikidata.org/prop/direct/P407> ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1705> ?var4Label . } ?var1 <http://www.wikidata.org/prop/direct/P424> ?var8 . OPTIONAL { ?var2 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . FILTER ( ( ( ?var3 != \"ca\" ) ) ) . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P218> ?var5 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P220> ?var6 . } OPTIONAL { ?var7 <http://schema.org/about> ?var2 . ?var7 <http://schema.org/inLanguage> \"en\". ?var7 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var8 )"}}
{"id": "val_4114", "question": "List Wikipedia language editions with their English names, native names, ISO 639-1 and 639-3 codes, and English Wikipedia articles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?language ?languageLabel ?nativeLabel ?iso639_1 ?iso639_3 ?enWikipediaPage ?wikimediaCode WHERE {\n  ?wikipediaEdition wdt:P31 wd:Q10876391 .\n  ?wikipediaEdition wdt:P407 ?language .\n  ?language rdfs:label ?languageLabel .\n  FILTER ( LANG( ?languageLabel ) = \"en\" ) OPTIONAL {\n    ?language wdt:P1705 ?nativeLabel .\n  }\n  OPTIONAL {\n    ?language wdt:P218 ?iso639_1 .\n  }\n  OPTIONAL {\n    ?language wdt:P220 ?iso639_3 .\n  }\n  ?enWikipediaPage schema:about ?language ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?wikipediaEdition wdt:P424 ?wikimediaCode .\n}", "paraphrases": ["What are the English names, native names, ISO codes, and corresponding English Wikipedia pages for all Wikipedia language editions?", "Show me the details of all Wikipedia language editions, including the language\u2019s English label, its name in its own script, its ISO 639-1 and 639-3 codes, the Wikimedia code, and the link to its English Wikipedia article."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> . ?var7 <http://www.wikidata.org/prop/direct/P407> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2Label . } ?var7 <http://www.wikidata.org/prop/direct/P424> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P218> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P220> ?var4 . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,es\". } }"}}
{"id": "val_4115", "question": "What entities are connected to Georg Cantor, and what are the types of relationships between them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?property ?propertyLabel ?subject ?subjectLabel ?image WHERE {\n  BIND( wd:Q76420 AS ?person ) .\n  ?subject ?property ?person .\n  BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?subject rdfs:label ?subjectLabel .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n  FILTER ( LANG( ?subjectLabel ) = \"en\" ) .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Show all people, organizations, or concepts that have a relationship with Georg Cantor, including the English labels of those relationships and his image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q76420> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_4116", "question": "What objects are made of wood, and what are their dimensions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?width ?length WHERE {\n  ?item wdt:P186 wd:Q287 .\n  OPTIONAL {\n    ?item wdt:P2043 ?length .\n  }\n  OPTIONAL {\n    ?item wdt:P2049 ?width .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Can you list items made from wood along with their English names, widths, and lengths?", "Which wooden items in Wikidata have recorded width or length measurements, and what are they called in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2043> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2049> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P186> <http://www.wikidata.org/entity/Q1158452> . }"}}
{"id": "val_4117", "question": "Most used property linking items to Category:Articles belonging to Project Tiger editathon 2018", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?prop wd:Q50827866 .\n  ?property wikibase:directClaim ?prop .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is used most often to associate articles with the Project Tiger 2018 editathon category on Wikidata?", "Show me the Wikidata property that connects the most items to the category \"Articles belonging to Project Tiger editathon 2018\"."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q50827866> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4118", "question": "Wikimedia categories for pages with unknown template parameters and the templates causing them.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity ?entityLabel ?categoryLabel WHERE {\n  ?entity wdt:P31 wd:Q30330522 .\n  ?entity wdt:P4329 ?category .\n  ?entity rdfs:label ?entityLabel .\n  ?category rdfs:label ?categoryLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) FILTER ( LANG( ?categoryLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which templates or modules are causing unknown parameter errors in Wikimedia categories?", "List all Wikimedia categories that track pages with unknown template parameters, along with the templates responsible for those errors."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q30330522> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar,en\". } ?var1 <http://www.wikidata.org/prop/direct/P4329> ?var2 . } LIMIT 100"}}
{"id": "val_4119", "question": "List all Wikipedia language editions that are about the Wikipedia entity.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?wikipedia_page WHERE {\n  ?wikipedia_page schema:about wd:Q52 .\n  FILTER ( REGEX( STR( ?wikipedia_page ) , \"wikipedia.org\" ) )\n}", "paraphrases": ["What are the URLs of all language versions of Wikipedia?", "Show me the web pages that describe Wikipedia on different language editions."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://schema.org/about> <http://www.wikidata.org/entity/Q52> . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . } ORDER BY DESC( ?var1 )"}}
{"id": "val_4120", "question": "What are all the broader categories that hand weaving belongs to, including indirect ones?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q47481513 wdt:P279 * ?ancestor .\n}", "paraphrases": ["What classes is hand weaving a subclass of, directly or indirectly?", "Show me the full hierarchy of categories above hand weaving in the Wikidata classification system."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q47481513> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4121", "question": "What are all the broader categories (superclasses) that nitrile rubber belongs to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q145246 wdt:P279 + ?superclass .\n}", "paraphrases": ["List all the classes that nitrile rubber is a subclass of, directly or indirectly.", "How is nitrile rubber classified in the hierarchy of materials? Show all its parent categories."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q145246> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4122", "question": "Top countries by number of Wikimedia Commons creators with a creator template.", "sparql": "SELECT ?var1Label ( COUNT( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 wdt:P1472 [] . ?var2 wdt:P27 ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } GROUP BY ?var1Label ORDER BY DESC(?var3) LIMIT 500", "paraphrases": ["Which countries have the most people with a Commons Creator page on Wikimedia Commons, and how many are there per country?", "Show me the top 500 countries by the number of individuals who have a Commons Creator page on Wikimedia Commons, along with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1472> [] . ?var2 <http://www.wikidata.org/prop/direct/P27> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 ) LIMIT 500"}}
{"id": "val_4123", "question": "What are the subclasses of Wikimedia template?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q11266439 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English-labeled types of templates that are subclasses of Wikimedia template on Wikidata?", "List all the English names of template types that are subclasses of Wikimedia template."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q11266439> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ar\". ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } LIMIT 100"}}
{"id": "val_4124", "question": "What properties are used to describe Washington, D.C. in Spanish, and what are their labels and descriptions?", "sparql": "SELECT ?prop ?propLabel ?propDescription WHERE { ?item ?prop wd:Q61 . FILTER(STRSTARTS(STR(?prop), \"http://www.wikidata.org/prop/direct/\")) BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propEntity) ?propEntity rdfs:label ?propLabel . ?propEntity schema:description ?propDescription . FILTER(LANG(?propLabel) = \"es\") FILTER(LANG(?propDescription) = \"es\") } LIMIT 100", "paraphrases": ["Show me the Spanish labels and descriptions of all properties that link to Washington, D.C. in Wikidata.", "Which properties have Spanish-language labels and descriptions and are used in statements about Washington, D.C.?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q61> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_4125", "question": "What properties (excluding \"instance of\") link entities to the commune of France?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?item ?statementProperty wd:Q484170 .\n  ?property wikibase:statementProperty ?statementProperty .\n  FILTER ( ?property != wd:P31 )\n}", "paraphrases": ["Which properties, other than \"instance of\", are used to connect other entities to a commune of France?", "Show me all the direct properties in Wikidata that relate other items to the commune of France, but exclude the \"instance of\" property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q484170> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_4126", "question": "What is the most commonly used property to associate entities with countries in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property ?country .\n  ?country wdt:P31 wd:Q3624078 .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property links the most items to sovereign states?", "Show the property that is used most frequently to indicate the country of an entity."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q21159275> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4127", "question": "How many statements and references do headgear items have on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nSELECT ?item ?label(COUNT(?statement) AS ?totalStatements)(COUNT(?reference) AS ?referencedStatements) WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q14952 .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  ?item ?p ?statement .\n  FILTER(STRSTARTS(STR(?p) , \"http://www.wikidata.org/prop/\"))\n  OPTIONAL {\n    ?statement prov:wasDerivedFrom ?reference .\n  }\n}\nGROUP BY ?item ?label", "paraphrases": ["For each type of headgear, how many properties describe it, and how many of those properties are supported by sources?", "List all headgear items with their English labels, along with the total number of statements about them and how many of those statements have references."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( DISTINCT ?var3Label ) AS ?var4 )( COUNT ( DISTINCT ?var5 ) AS ?var6 )( COUNT ( DISTINCT ?var7 ) AS ?var8 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q14952> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label ; ?var9 ?var5 . ?var5 <http://wikiba.se/ontology#rank> [] . OPTIONAL { BIND ( ?var5 AS ?var7 ). ?var5 <http://www.w3.org/ns/prov#wasDerivedFrom> [] . } } GROUP BY ?var1 ?var2Label"}}
{"id": "val_4128", "question": "Most frequently used property linking to the United Kingdom among the first 10,000 statements", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  {\n    SELECT ?property WHERE {\n      ?item ?statementProperty wd:Q145 .\n      ?property wikibase:directClaim ?statementProperty .\n      ?property rdf:type wikibase:Property .\n    }\n    LIMIT 10000\n  }\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is used most often to connect items to the United Kingdom, considering only the first 10,000 such connections?", "Show me the property that appears most frequently in the first 10,000 triples where the United Kingdom is the object."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q145> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4129", "question": "Projects with images on Wikimedia Commons", "sparql": "SELECT ?project ?projectLabel ?image WHERE { ?project wdt:P31 wd:Q170584 . ?project wdt:P18 ?image . ?project rdfs:label ?projectLabel . FILTER(LANG(?projectLabel) = \"en\") }", "paraphrases": ["What are the English-named projects that are instances of a project and have an associated image on Wikimedia Commons?", "Show me the names and images of all projects listed on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q170584> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4130", "question": "Most frequently used property as predicate when object is \"has part\" (P488)", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?subject ?predicate wd:P488 .\n  ?property wikibase:directClaim ?predicate .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is most often used to relate other properties to the property \"has part\" (P488)?", "Show me the property that is most commonly used as a predicate in statements where the object is the property \"has part\" (P488)."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P488> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4131", "question": "Wikidata entities without an image", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 ?type .\n  FILTER NOT EXISTS {\n    ?item wdt:P18 []\n  }\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel\n  }\n}\nLIMIT 200", "paraphrases": ["Which entities on Wikidata do not have an associated image?", "List all Wikidata items that don\u2019t have a Commons image file linked to them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . FILTER ( ( isBLANK ( ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } }"}}
{"id": "val_4132", "question": "What properties are most commonly used to link items to Argentoratum (ancient Strasbourg), excluding those used only once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q2361353 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which Wikidata properties connect other entities to the archaeological site of Argentoratum, and how many times are they used?", "Show me the properties that relate at least two items to Argentoratum, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q2361353> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4133", "question": "What categories on Wikidata are defined by exactly one topic (excluding \"noun\")?", "sparql": "SELECT ?category ?categoryLabel ?topicLabel WHERE { { SELECT ?category ( COUNT( ?topic ) AS ?topicCount ) ( SAMPLE( ?topic ) AS ?sampledTopic ) WHERE { ?category wdt:P971 ?topic . FILTER ( ?topic != wd:Q1084 ) } GROUP BY ?category HAVING ( ?topicCount = 1 ) } ?category rdfs:label ?categoryLabel . ?sampledTopic rdfs:label ?topicLabel . FILTER ( LANG(?categoryLabel) = \"en\" ) FILTER ( LANG(?topicLabel) = \"en\" ) } LIMIT 5000", "paraphrases": ["Show me categories that intersect with only one topic, and list both the category and the topic in English.", "Which categories are associated with a single non-noun topic, and what are those topics?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var4 )( SAMPLE ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P971> ?var3 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q1084> ) ) ) . } GROUP BY ?var1 HAVING ( ( ?var4 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_4134", "question": "What are the mathematical formulas from the English Wikipedia that are stored in Wikidata, listed in alphabetical order by their topic?", "sparql": "SELECT ?item ?itemLabel ?formula WHERE { ?item p:P2534 ?stmt . ?stmt ps:P2534 ?formula ; prov:wasDerivedFrom ?ref . ?ref pr:P143 wd:Q328 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY ?itemLabel", "paraphrases": ["Show me all defining equations from English Wikipedia, along with their names, as stored in Wikidata.", "List the mathematical definitions imported from English Wikipedia and their corresponding formulas."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( STRLEN ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/P2534> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2534> ?var2 ; <http://www.w3.org/ns/prov#wasDerivedFrom> ?var5 . ?var5 <http://www.wikidata.org/prop/reference/P143> <http://www.wikidata.org/entity/Q328> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } } ORDER BY DESC( ?var3 )"}}
{"id": "val_4135", "question": "Wikimedia category for science fiction and its rank", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?category ?categoryLabel ?statement ?rank WHERE {\n  ?category p:P301 ?statement .\n  ?statement ps:P301 wd:Q24925 .\n  OPTIONAL {\n    ?statement wikibase:rank ?rank .\n  }\n  ?category rdfs:label ?categoryLabel .\n  FILTER(LANG(?categoryLabel) = \"en\")\n}\nORDER BY ?category", "paraphrases": ["What Wikimedia category has science fiction as its main topic, and what is the rank of that association?", "Show me the English-named Wikimedia category associated with science fiction and its statement rank."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q24925> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4136", "question": "What scientific concept has the formula E = mc\u00b2 as its defining equation?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P2534 ?formula .\n  FILTER ( CONTAINS( STR( ?formula ) , \"E=mc^{2}\" ) ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which physical law is represented by the mathematical expression E = mc\u00b2?", "Tell me the name of the theory that uses E = mc\u00b2 as its defining formula."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2534> \"E = m c^2\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4137", "question": "German Wikipedia category pages linked to Wikidata items and their language code.", "sparql": "SELECT ?item ?language ?categoryName WHERE { ?categoryPage schema:isPartOf <https://de.wikipedia.org/> ; schema:about ?item ; schema:name ?categoryName . FILTER(STRSTARTS(STR(?categoryPage), \"https://de.wikipedia.org/wiki/Kategorie:\")) BIND(\"de\" AS ?language) }", "paraphrases": ["What Wikidata items are associated with category pages on the German Wikipedia, and what is the language code for those pages?", "List all Wikidata items linked to category pages on the German Wikipedia, along with the category names and the language code \"de\"."], "info": {"raw_sparql": "SELECT ?var1 ( \"Sdewiki\" AS ?var2 ) ?var3 WHERE { ?var4 <http://schema.org/isPartOf> <https://de.wikipedia.org/> ; <http://schema.org/name> ?var3 ; <http://schema.org/about> ?var1 . FILTER ( ( STRSTARTS ( ?var3 , \"Category:\" ) ) ) . }"}}
{"id": "val_4138", "question": "What properties are commonly used with a ranking qualifier in Wikidata, and what other qualifiers appear on the same statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?propertyDescription(SAMPLE(?otherQualifier) AS ?sampleOtherQualifier) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?propertyDescription WHERE {\n      ?statement ?qualifierProp wd:P1352 .\n      ?item ?statementProp ?statement .\n      ?propertyDescription wikibase:statementProperty ?qualifierProp .\n      ?propertyDescription wikibase:claim ?statementProp .\n      FILTER(?propertyDescription != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?otherQualifier ?value .\n  }\n}\nGROUP BY ?item ?statement ?propertyDescription", "paraphrases": ["For statements that include a ranking (P1352), which other qualifier properties are typically used alongside it?", "Which Wikidata properties have statements with a ranking value, and what additional qualifiers are attached to those statements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/P1352> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4139", "question": "What properties are most commonly used to connect other items to the Palace of Caserta in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q327983 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many times are different properties used to relate items to the Royal Palace of Caserta, and which ones appear more than once?", "Which Wikidata properties link the most objects to the Palace of Caserta, sorted by frequency?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q327983> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4140", "question": "Most frequently used property to classify canals in Wikidata", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?propertyStatement wd:Q12284 .\n  ?property wikibase:directClaim ?propertyStatement .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is used most often to state that something is a canal?", "Show me the property that is most commonly used to indicate that an entity is a canal."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q12284> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4141", "question": "What properties are most frequently used to associate entities with the metre in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q11573 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect other items to the metre more than once, and how often do they appear?", "Show me the properties that link other entities to the metre, sorted by how often they\u2019re used, excluding single-use connections."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q11573> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4142", "question": "What properties in Wikidata have the number 1 as their value?", "sparql": "SELECT DISTINCT ?prop WHERE { ?item ?prop wd:Q199 . }", "paraphrases": ["Which properties are used to link items to the value 1 in Wikidata?", "Can you list all the properties that are associated with the number one in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q199> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4143", "question": "What are two rows of data where the first two columns are equal integers from 1 to 2, and the third column is always 1?", "sparql": "SELECT ?rank ?statementCount ?constant WHERE {\n  VALUES ( ?rank ?statementCount ?constant ) {\n    ( 1 1 1 ) ( 2 2 1 )\n  }\n}", "paraphrases": ["Show a table with two entries: one with values (1,1,1) and another with (2,2,1).", "Return a hardcoded result set with two rows: each row has the same value in the first two columns (1 and 2 respectively), and the third column is always 1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var1 ?var2 ?var3 ) { ( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> \"1\" ) ( \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> \"1\" ) } }"}}
{"id": "val_4144", "question": "Properties with statements about related properties and their qualifiers", "sparql": "SELECT ?property ?statement ?claimProperty (SAMPLE(?qualifierValue) AS ?sampleQualifier) WHERE { ?property ?p ?statement . ?statement wikibase:claim ?claimProperty . ?statement wikibase:statementProperty ?p . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier ?qualifierProperty . } FILTER (?claimProperty != wd:P31) } GROUP BY ?property ?statement ?claimProperty LIMIT 101", "paraphrases": ["What properties have statements that link to other properties, and what qualifiers are attached to those statements?", "List all properties that have statements describing other properties, along with one example of a qualifier used in those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/P3301> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4145", "question": "What properties are used in statements that have a \"connects with\" qualifier, excluding \"instance of\"?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?item ?statement ?property ( SAMPLE( ?qualifier_property ) AS ?sample_qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement pq:P2789 ?value .\n      ?item ?claim ?statement .\n      ?property wikibase:claim ?claim .\n      FILTER ( ?property != wd:P31 ) .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier_property ?qualifier_value .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Show me the main properties of statements that are qualified by \"connects with\" (P2789), along with one sample qualifier used on those statements.", "Which properties are associated with statements referencing the \"connects with\" qualifier, and what other qualifiers are used on those statements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/P2789> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4146", "question": "Entities with Wu Chinese descriptions in Wikidata", "sparql": "SELECT DISTINCT ?item ?description WHERE { ?item schema:description ?description . FILTER (LANG(?description) = \"wuu\") } LIMIT 20", "paraphrases": ["Which items in Wikidata have descriptions written in Wu Chinese?", "Show me the entities and their Wu Chinese descriptions from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://schema.org/description> ?var1Label . FILTER ( ( ( LANG ( ?var2 ) = \"wuu\" ) ) ) . } LIMIT 20"}}
{"id": "val_4147", "question": "What properties are used to describe the Wikimedia category Q8356544?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q8356544 ?property ?value .\n}\nLIMIT 100", "paraphrases": ["Which properties are associated with the category \"Category:Charismatic and Pentecostal organizations\"?", "What metadata properties are used on the Wikimedia category Q8356544?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q8356544> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4148", "question": "Which Wikimedia stub templates use the \"category combines topics\" or \"populates category\" properties to link to the stub category?", "sparql": "SELECT ?stubTemplate ?property\nWHERE {\n  ?stubTemplate ?property wd:Q24046192 .\n  FILTER (?property IN (wdt:P971, wdt:P9926))\n}", "paraphrases": ["What items are linked to the Wikimedia stub category using the properties P971 or P9926?", "List the stub templates that directly connect to the Wikimedia stub category via the \"category combines topics\" or \"populates category\" properties."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q24046192> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4149", "question": "What are some things that are commonly missing from items, and what are their English descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?missingPart ?label ?desc WHERE {\n  ?item wdt:P3113 ?missingPart .\n  ?missingPart rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  ?missingPart schema:description ?desc .\n  FILTER(LANG(?desc) = \"en\")\n}\nLIMIT 100", "paraphrases": ["List entities that are absent from other entities (via \"does not have part\") along with their English names and definitions.", "Show me the English labels and descriptions of things that are typically not included in certain items."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3113> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4150", "question": "What are some topics whose main category is not a disambiguation page?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?topic ?category WHERE {\n  ?topic wdt:P910 ?category . MINUS {\n    ?category wdt:P31 wd:Q4167410 .\n  }\n}\nLIMIT 10", "paraphrases": ["Show me Wikidata items that are linked to main categories excluding disambiguation categories.", "List topics with their main categories, but exclude any that are disambiguation pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P910> ?var2 . MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4167836> . } ?var2 <http://schema.org/dateModified> ?var3 . FILTER ( ( ( ( NOW ( ) - ?var3 ) > \"0.1\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) ) ) . }"}}
{"id": "val_4151", "question": "Chinese-labeled entities that are parts of classes in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?partClass ?label WHERE {\n  ?subject wdt:P2670 ?partClass .\n  ?partClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"zh\" )\n}\nLIMIT 100", "paraphrases": ["What are the Chinese names of entities that are classified as parts of other entities in Wikidata?", "List the Chinese labels of all entities that are used as 'parts of the class' in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2670> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_4152", "question": "What property is most commonly used to link other entities to Albert Einstein?", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  ?item ?directClaim wd:Q937 .\n  FILTER(STRSTARTS(STR(?directClaim), \"http://www.wikidata.org/prop/direct/\"))\n  BIND(IRI(REPLACE(STR(?directClaim), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property)\n  ?property a wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property connects the most items to Albert Einstein?", "Among all properties pointing to Albert Einstein, which one is used the most frequently?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q7117834> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4153", "question": "French labels and descriptions of properties that link entities to humans in Wikidata.", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?directProp wd:Q5 . BIND(IRI(REPLACE(STR(?directProp), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property) . ?property a wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"fr\") . FILTER(LANG(?propertyDescription) = \"fr\") } LIMIT 100", "paraphrases": ["Which properties in Wikidata, when used to classify something as a human, have French labels and descriptions?", "Show me the French labels and descriptions of all properties that are used to indicate that an item is a human."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <https://www.wikidata.org/wiki/Q5> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_4154", "question": "List up to 5,000 distinct Wikimedia Commons categories from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonsCategory WHERE {\n  ?item wdt:P373 ?commonsCategory .\n}\nLIMIT 5000", "paraphrases": ["What are the names of Wikimedia Commons categories linked to Wikidata items?", "Can you retrieve up to 5,000 unique names of Wikimedia Commons categories (without the \"Category:\" prefix) associated with items in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P373> ?var1 . } } LIMIT 5000"}}
{"id": "val_4155", "question": "What items are associated with the Wikimedia Commons category 'Electronic filters'?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P373 \"Electronic filters\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which Wikidata items have the Commons category 'Electronic filters'?", "Show me the English labels of all Wikidata items linked to the 'Electronic filters' category on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P373> <http://www.wikidata.org/entity/Q327754> . } LIMIT 100"}}
{"id": "val_4156", "question": "What are some entities that have parts and what are their labels?", "sparql": "SELECT ?entity ?entityLabel WHERE { ?entity wdt:P527 ?part . ?entity rdfs:label ?entityLabel . } LIMIT 10", "paraphrases": ["List the names of items that are composed of other parts.", "Show the labels of things that have components or subparts."], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.wikidata.org/prop/direct/1369> ?var1Label } WHERE { ?var1 <http://www.wikidata.org/prop/direct/p1369> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fa,en\". } }"}}
{"id": "val_4157", "question": "What items are linked to the Armenian SSR via properties other than \"instance of\", and what qualifiers are used on those statements?", "sparql": "SELECT ?item ?statement ?property (SAMPLE(?qualifierProperty) AS ?sampleQualifier)\nWHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q132856 .\n      ?item ?claimProperty ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claimProperty .\n      FILTER(?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?property wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Which entities have a connection to the Armenian Soviet Socialist Republic through a property other than \"instance of\", and what qualifiers are associated with those connections?", "List all entities connected to the Armenian SSR using properties other than P31, along with one sample qualifier from each statement, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q132856> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4158", "question": "What are the Wikimedia meta-category criteria and their multilingual labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?criterion ?label WHERE {\n  ?criterion wdt:P31 wd:Q24571886 ; rdfs:label ?label .\n}", "paraphrases": ["Which criteria are used to define Wikimedia categories, and how are they labeled in different languages?", "List all the criteria used for automatically generating Wikipedia categories, along with their translations in various languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24571886> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . }"}}
{"id": "val_4159", "question": "Properties linking items to Montesquieu with usage count greater than one, sorted by frequency.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q15975 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties are used most frequently to connect other items to Montesquieu, and how many times are they used?", "Show me all properties that relate other entities to Montesquieu, excluding those used only once, ordered by how often they appear."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q15975> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4160", "question": "What properties connect other entities to Tivadar M\u00e1rk, and how often are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q1212323 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used by more than one entity to relate to Tivadar M\u00e1rk, and what are their counts?", "Show me the properties that link multiple entities to Tivadar M\u00e1rk, sorted by how many times they appear."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1212323> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4161", "question": "What Wikidata entities are associated with Stack Exchange tags, and what are their English labels and tag URLs?", "sparql": "SELECT ?item ?itemLabel ?tagUrl WHERE { ?item wdt:P1482 ?tagUrl . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which topics or concepts on Wikidata have corresponding tags on Stack Exchange websites, and what are their names and tag links?", "List all Wikidata items that have a Stack Exchange tag, along with their English names and the URLs of their respective tags on Stack Exchange sites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1482> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4162", "question": "French labels and descriptions of properties related to \"cast member\" on Wikidata.", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { ?relatedProperty wdt:P1659 wd:P161 . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"fr\") . FILTER (LANG(?description) = \"fr\") . }", "paraphrases": ["What are the French-language labels and descriptions of properties that are related to the \"cast member\" property in Wikidata?", "Show me the French labels and descriptions of all Wikidata properties that are linked as related to the \"cast member\" property (P161)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P161> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . }"}}
{"id": "val_4163", "question": "Most common properties linking entities to Sciences Po", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q859363 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties connect the most people or things to Sciences Po, and how many connections does each have?", "Show me all properties that link more than one entity to Sciences Po, sorted by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q859363> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4164", "question": "What properties are associated with Michael McDowell on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q276817 ?property ?value .\n}\nORDER BY ?property", "paraphrases": ["Which properties describe the American novelist and screenwriter Michael McDowell in Wikidata?", "List all the properties that link to Michael McDowell (Q276817) in Wikidata, including identifiers and metadata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q276817> ?var1 ?var2 . }"}}
{"id": "val_4165", "question": "What entities are labeled \"outil\" in French?", "sparql": "SELECT ?entity WHERE { ?entity rdfs:label \"outil\" @fr . }", "paraphrases": ["Can you list all items and lexemes in Wikidata that have the French word \"outil\" as their label?", "How do you find the French term \"outil\" in Wikidata\u2019s data?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"outil\"@fr . }"}}
{"id": "val_4166", "question": "What property item is used to assign the INES property as a value in Wikidata statements?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?prop wd:P2127 .\n  ?property wikibase:directClaim ?prop .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property is linked to statements that have the International Nuclear Event Scale (P2127) as their value?", "In Wikidata, which property is used as the main claim when a statement\u2019s value is the INES property item?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P2127> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4167", "question": "Wikidata entities with equivalent classes in external ontologies", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1(SAMPLE(?label) AS ?var1Label) WHERE {\n  ?var1 wdt:P1709 ?externalClass .\n  ?var1 rdfs:label ?label .\n}\nGROUP BY ?var1\nLIMIT 11", "paraphrases": ["What are some Wikidata classes that are equivalent to classes in other ontologies, and what are their labels?", "Show me up to 11 Wikidata entities that have equivalent classes in external systems, along with one of their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1709> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4168", "question": "What are the most common properties linking other items to Gian Lorenzo Bernini on Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q160538 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which types of connections (e.g., creator, main subject) are most frequently used to relate artworks, articles, or other entities to the artist Gian Lorenzo Bernini?", "Can you list the properties that connect more than one item to Gian Lorenzo Bernini, sorted by how often they\u2019re used?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q160538> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4169", "question": "What properties are used to connect other entities to Minoru Sano, and how often?", "sparql": "SELECT ?property (COUNT(?entity) AS ?count) WHERE { ?entity ?property wd:Q459530 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties link more than one entity to the Japanese figure skater Minoru Sano, and how many entities are linked via each?", "Show me the properties that relate other people to Minoru Sano, excluding those used only once, sorted by frequency \u2014 especially focusing on coaching relationships."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q459530> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4170", "question": "Most frequently used property linking entities to Cura\u00e7ao", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?prop wd:Q25279 . ?property wikibase:directClaim ?prop . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to indicate that an entity is associated with Cura\u00e7ao?", "Show me the property that connects the most items to Cura\u00e7ao, along with how many times it\u2019s used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q25279> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4171", "question": "What images are used on Arabic Wikipedia pages, and which pages are they on?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?article ?image WHERE {\n  ?item wdt:P18 ?image .\n  ?article schema:about ?item .\n  ?article schema:isPartOf <https://ar.wikipedia.org/> .\n}\nLIMIT 10", "paraphrases": ["Can you list the Arabic Wikipedia articles along with their associated Wikimedia Commons images?", "Which images from Commons are linked to articles on the Arabic Wikipedia through their Wikidata items?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://schema.org/about> ?var3 . ?var1 <http://schema.org/isPartOf> <https://ar.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". } } LIMIT 10"}}
{"id": "val_4172", "question": "What are the Greek-language Wikidata items that have corresponding pages on the Greek Wikisource?", "sparql": "SELECT ?item ?label ?page WHERE { ?page schema:about ?item ; schema:isPartOf <https://el.wikisource.org/> . ?item rdfs:label ?label . FILTER(LANG(?label) = \"el\") } LIMIT 200", "paraphrases": ["Show me the titles of Greek Wikisource articles and their corresponding Wikidata item labels in Greek.", "Which works or topics in Greek are documented both on Wikidata and the Greek Wikisource?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://el.wikisource.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el\". } } LIMIT 200"}}
{"id": "val_4173", "question": "Czech labels of properties and their object values for Chagatai Khan, with counts", "sparql": "SELECT ?property ?propertyLabel (COUNT(?object) AS ?objectCount) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q487543 ?property ?object . ?object rdfs:label ?objectLabel . FILTER (LANG(?objectLabel) = \"cs\") . { SELECT ?property (SAMPLE(?pl) AS ?propertyLabel) WHERE { ?propertyStatement wikibase:directClaim ?property . ?propertyStatement rdfs:label ?pl . FILTER (LANG(?pl) = \"cs\") } GROUP BY ?property } } GROUP BY ?property ?propertyLabel", "paraphrases": ["What are the Czech labels of properties used for Chagatai Khan, how many Czech-labeled objects do they connect to, and what are those objects?", "Show me all properties of Chagatai Khan in Czech, including the number of Czech-labeled objects for each and their names."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q487543> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"cs\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"cs\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4174", "question": "French Wikipedia pages linked to unclassified Wikidata items", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?wikipedia_page schema:about ?item ; schema:inLanguage \"fr\" .\n  FILTER NOT EXISTS {\n    ?item wdt:P31 | wdt:P279 ?class .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"fr\" ) .\n  }\n}\nLIMIT 100", "paraphrases": ["Which Wikidata items have French Wikipedia pages but are not classified as instances or subclasses of any category?", "Show me French-language labels of Wikidata items that appear on French Wikipedia but have no type (no instance of or subclass of) assigned."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"fr\". FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var3 . } ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4175", "question": "German Wikipedia page titles and corresponding Wikidata item labels in German.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?pageTitle ?label WHERE {\n  [] schema:about ?item ; schema:isPartOf <https://de.wikipedia.org/> ; schema:name ?pageTitle .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"de\")\n}\nLIMIT 1000", "paraphrases": ["What are the German labels of Wikidata items linked to German Wikipedia pages, along with the page titles?", "Show me the German Wikipedia page titles, the Wikidata items they refer to, and the German labels of those items."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { [] <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://de.wikipedia.org/> ; <http://schema.org/name> ?var2 . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 1000"}}
{"id": "val_4176", "question": "Uzbek Wikipedia articles with only one sitelink and their Wikidata items", "sparql": "SELECT ?item ?page_title WHERE { ?page schema:about ?item ; schema:isPartOf <https://uz.wikipedia.org/> ; schema:name ?page_title . { SELECT ?item WHERE { ?p schema:about ?item ; schema:isPartOf ?w . FILTER(STRSTARTS(STR(?w), \"https://\")) } GROUP BY ?item HAVING (COUNT(?p) = 1) } }", "paraphrases": ["Which Uzbek Wikipedia pages are linked to Wikidata items that have no other Wikipedia language versions?", "List the titles and Wikidata IDs of articles on the Uzbek Wikipedia that are not linked from any other language Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://uz.wikipedia.org/> ; <http://schema.org/name> ?var2 . ?var1 <http://wikiba.se/ontology#sitelinks> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> . }"}}
{"id": "val_4177", "question": "List of writing systems used in Wikidata", "sparql": "SELECT DISTINCT ?writingSystemLabel WHERE { ?item wdt:P282 ?writingSystem . ?writingSystem rdfs:label ?writingSystemLabel . } LIMIT 10", "paraphrases": ["What writing systems are used by languages or texts in Wikidata?", "Show me the names of the writing systems recorded in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { [] <http://www.wikidata.org/prop/direct/P282> [ <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ] . } LIMIT 10"}}
{"id": "val_4178", "question": "Wikidata items linked to English Wiktionary pages that have no type (P31) and no description.", "sparql": "SELECT ?item WHERE { ?page schema:about ?item ; schema:isPartOf <https://en.wiktionary.org/> . FILTER NOT EXISTS { ?item wdt:P31 [] } FILTER NOT EXISTS { ?item schema:description ?description } }", "paraphrases": ["Which Wikidata items correspond to English Wiktionary entries but are not classified with any type and lack a description?", "Find orphaned Wiktionary entries on Wikidata that have no class assignment or description."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://en.wiktionary.org/> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ro\". } } GROUP BY ?var1"}}
{"id": "val_4179", "question": "What are the most common properties associated with Ervin Nagy in Wikidata, and how many times do they appear?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q1214130 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which entities are linked to the Hungarian actor Ervin Nagy, and through which properties, considering only properties used more than once?", "Show me the properties that connect other items to Ervin Nagy, ordered by how frequently they are used, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1214130> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4180", "question": "Computers in Wikidata whose English Wikipedia page titles differ from their Wikidata labels.", "sparql": "SELECT ?computer ?label ?wikipediaTitle ?wikipediaPage WHERE { ?computer wdt:P31 wd:Q68 . ?computer rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?wikipediaPage schema:about ?computer ; schema:isPartOf <https://en.wikipedia.org/> ; schema:name ?wikipediaTitle . FILTER(?label != ?wikipediaTitle) . }", "paraphrases": ["Which computers have English Wikipedia page titles that are different from their Wikidata labels?", "Show me computers where the Wikipedia page title includes additional context (like \"computer\") not present in the Wikidata label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q68> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> ; <http://schema.org/name> ?var3 . FILTER ( ( ( ?var2Label != ?var3 ) ) ) . }"}}
{"id": "val_4181", "question": "What properties are used to link other items to Virginia Thompson more than once?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q2527804 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many web pages or media items are about Virginia Thompson, and which property connects them to her?", "Show me the properties that connect other resources to Virginia Thompson (Q2527804) more than once, sorted by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q2527804> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4182", "question": "Subclasses of hypothetical entity with labels and images", "sparql": "SELECT ?subclass ?subclassLabel ?image WHERE { ?subclass wdt:P279 wd:Q18706315 . OPTIONAL { ?subclass rdfs:label ?subclassLabel . } OPTIONAL { ?subclass wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["What are the subclasses of a hypothetical entity, and do they have any associated images?", "List all subclasses of hypothetical entities along with their labels and any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q24199478> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4183", "question": "What are the most common ways entities are directly linked to Munich?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?subject ) AS ?count ) WHERE {\n  ?subject ?property wd:Q1726 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties are most frequently used to connect people or places to Munich, and how many entities are linked via each?", "Show me the top relationships that connect other entities to Munich, ordered by how many entities have each relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1726> . } GROUP BY ?var1 ?var2 ORDER BY ASC( ?var3 ) DESC( ?var3 )"}}
{"id": "val_4184", "question": "What languages use the same writing system as Turkish?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?languageLabel WHERE {\n  wd:Q256 wdt:P282 ?writingSystem .\n  ?language wdt:P282 ?writingSystem .\n  ?language wdt:P31 / wdt:P279 * wd:Q33742 .\n  ?language rdfs:label ?languageLabel .\n  FILTER ( LANG( ?languageLabel ) = 'en' )\n}", "paraphrases": ["Which languages are written using the Turkish alphabet?", "Is Turkish the only language that uses the Turkish writing system?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"78\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P282> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P282> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"tr\". } }"}}
{"id": "val_4185", "question": "What are the German-labeled properties related to \"species kept\" in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P1990 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER ( LANG( ?label ) = \"de\" ) FILTER ( LANG( ?description ) = \"de\" )\n}", "paraphrases": ["Which properties in German describe taxa found in protected areas or at specific locations, and are linked to the property for species kept at zoos?", "Can you list the German descriptions and labels of properties that are considered related to the property \"species kept\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1990> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_4186", "question": "Human languages with Sinhala and Dutch labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?language ?label_si ?label_nl WHERE {\n  ?language wdt:P31 wd:Q34770 .\n  ?language rdfs:label ?label_si .\n  ?language rdfs:label ?label_nl .\n  FILTER(LANG(?label_si) = \"si\")\n  FILTER(LANG(?label_nl) = \"nl\")\n}", "paraphrases": ["Which human languages have both a Sinhala and a Dutch label?", "Show me the list of human languages along with their Sinhala and Dutch names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"si\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"nl\" ) ) ) . }"}}
{"id": "val_4187", "question": "List of all human languages in English.", "sparql": "SELECT ?language ?languageLabel WHERE { ?language wdt:P31 wd:Q34770 . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["What are all the human languages listed in Wikidata with their English names?", "Show me the English names of all languages that are instances of human language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . }"}}
{"id": "val_4188", "question": "What properties are most frequently used to classify entities as humans in Wikidata?", "sparql": "SELECT ?property (COUNT(*) AS ?count) WHERE { ?item ?property wd:Q5 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) } GROUP BY ?property ORDER BY DESC(?count)", "paraphrases": ["Which properties have the highest number of statements asserting that something is a human?", "Show me the properties that are used to indicate an entity is a human, sorted by how often they are used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . [] ?var3 <http://www.wikidata.org/entity/Q5> . } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_4189", "question": "Languages and dialects that are instances of language, with their English labels.", "sparql": "SELECT ?language ?languageLabel WHERE { ?language wdt:P31 wd:Q315 . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["What are the languages and dialects in Wikidata, and what are their English names?", "List all languages and dialects along with their English labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q315> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4190", "question": "All properties and values for Thomas Klestil", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q78490 ?property ?value .\n}", "paraphrases": ["What are all the properties and their values associated with Thomas Klestil?", "Show me everything known about Thomas Klestil in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q78490> ?var2 ?var1 . }"}}
{"id": "val_4191", "question": "What are all the properties of Dennis Creevey in the Harry Potter universe, along with their labels, the number of values each has, and what those values are?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property(SAMPLE(?propLabelTemp) AS ?propertyLabel)(COUNT(?value) AS ?valueCount)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q18361000 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propLabelTemp .\n  FILTER(LANG(?propLabelTemp) = \"en\")\n}\nGROUP BY ?property", "paraphrases": ["Can you show me a summary of Dennis Creevey\u2019s attributes in English, including the property name, how many values it has, and the list of those values?", "For each property associated with Dennis Creevey, what is its English label, how many values does it have, and what are those values?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q18361000> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4192", "question": "Most frequently used properties linking entities to Vienna, with counts.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel(COUNT(?item) AS ?count) WHERE {\n  ?item ?prop wd:Q1741 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nHAVING(COUNT(?item) > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are most commonly used to associate people or things with Vienna, and how many times are they used?", "Show me the top properties connected to Vienna (Q1741), including their English labels and how many times each property links an entity to Vienna, sorted by frequency and only including properties used more than once."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1741> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_4193", "question": "Subclasses of languoid in English", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label WHERE {\n  VALUES(?parent) {(wd:Q17376908)\n  }\n  ?subclass wdt:P279 ?parent .\n  ?subclass rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}", "paraphrases": ["What are the direct subclasses of the linguistic category 'languoid'?", "List all English-labeled direct subclasses of the term 'languoid' in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q17376908> ) ( <http://www.wikidata.org/entity/Q82799> ) ( <http://www.wikidata.org/entity/Q839666> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var2 . }"}}
{"id": "val_4194", "question": "What properties link buildings to the French architect Ali Tur, and how many times?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q2836356 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) || STRSTARTS( STR( ?property ) , \"http://schema.org/about\" ) )\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["How many structures are designed by Ali Tur, and what other properties connect items to him?", "Show me the properties that connect items to Ali Tur (wd:Q2836356) with more than one occurrence, excluding internal Wikidata statement properties."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 ?var1 <http://www.wikidata.org/entity/Q2836356> . } GROUP BY ?var1 ?var2 HAVING ( ( ?var4 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var4 )"}}
{"id": "val_4195", "question": "Most used property linking entities to Toulouse", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?claim wd:Q7880 .\n  ?property wikibase:directClaim ?claim .\n  ?property a wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is most commonly used to associate items with Toulouse?", "Show the property that links the most entities to Toulouse and the number of such links."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q7880> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4196", "question": "What properties are used with the entity \"human\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propertyItem ?propertyLabel ?propertyDescription WHERE {\n  ?item ?property wd:Q5 .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?propertyItem schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata have \"human\" as their object, and what are their labels and descriptions in English?", "Show me the English labels and descriptions of all properties in Wikidata that are used to link other items to the entity \"human\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1774292> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4197", "question": "Languages and their linguistic typologies in English", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?languageLabel ?typology ?typologyLabel WHERE {\n  ?language wdt:P4132 ?typology .\n  ?language rdfs:label ?languageLabel .\n  ?typology rdfs:label ?typologyLabel .\n  FILTER ( LANG( ?languageLabel ) = \"en\" ) FILTER ( LANG( ?typologyLabel ) = \"en\" )\n}", "paraphrases": ["What are the linguistic typologies of different languages, with English labels?", "Show me a list of languages along with their linguistic classifications, using English names for both."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4132> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4198", "question": "What properties and values describe the concept of \"human\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?value WHERE {\n  wd:Q5 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.w3.org/2000/01/rdf-schema#\") || STRSTARTS(STR(?property) , \"http://schema.org/\") || STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}\nORDER BY ?property", "paraphrases": ["What kinds of information does Wikidata store about humans, such as descriptions and classifications?", "Show me all the direct properties and their values associated with the entity \"human\" (Q5) in Wikidata, excluding internal statement identifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q5> ?var1 ?var2 . }"}}
{"id": "val_4199", "question": "What properties are most commonly used to link other entities to Gaby Clericetti, and how many times are they used?", "sparql": "SELECT ?property (COUNT(?entity) AS ?count) WHERE { ?entity ?property wd:Q3094179 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships connect other items to the French figure skater Gaby Clericetti, and which ones appear more than once?", "How many times do properties like \"child\" and \"schema:about\" link to Gaby Clericetti in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3094179> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4200", "question": "Properties and values of the human entity in Wikidata.", "sparql": "SELECT ?property ?value WHERE { wd:Q5 ?property ?value . } LIMIT 10", "paraphrases": ["What properties and values are linked to the concept of \"human\" in Wikidata?", "Show me the properties and their values for the entity representing \"human\" on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q01> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_4201", "question": "Properties linked to Honorata G\u00f3rna more than once", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q11148446 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["How many times is the schema:about property used to refer to Honorata G\u00f3rna, and are there any other properties used more than once?", "Show me all properties that are used to link to the Polish ice dancer Honorata G\u00f3rna more than once, along with their usage counts."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q11148446> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4202", "question": "What properties are used to link works or statements to the Polish poet Antoni Kucharczyk, and how frequently?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q4776173 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect to Antoni Kucharczyk in more than one instance, and how many connections does each have?", "List the most common relationships associated with Antoni Kucharczyk in Wikidata, ordered by how often they appear."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q4776173> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4203", "question": "What are the properties and their values for the comic book series \"Ultimate Fantastic Four\", including how many values each property has and their English labels?", "sparql": "SELECT ?property (SAMPLE(?propItemLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q2292780 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\") .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propItemLabel .\n  FILTER(LANG(?propItemLabel) = \"en\") .\n}\nGROUP BY ?property", "paraphrases": ["For Ultimate Fantastic Four, list each property (like creator or genre), its English name, the number of values it has, and the names of those values in English.", "Show me a summary of Ultimate Fantastic Four\u2019s metadata: for each property, give its label, how many times it\u2019s used, and the list of associated English labels of its values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q2292780> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4204", "question": "What property is used to link one property to another in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property WHERE {\n  ?item wdt:P1659 ?value .\n}\nLIMIT 1", "paraphrases": ["Which property connects related properties in Wikidata?", "What is the property that indicates a relationship between two properties?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P2501> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4205", "question": "What properties are used to connect other items to the Estonian lawyer Maire Arm more than once?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q16404156 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many times are other entities linked to Maire Arm via the same property, and which properties are used more than once?", "Which relationships (properties) connect Maire Arm to other entities with a frequency higher than one?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q16404156> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4206", "question": "Properties pointing to Ieva Gaile with more than one usage, sorted by frequency.", "sparql": "SELECT ?property (COUNT(?entity) AS ?count) WHERE { ?entity ?property wd:Q15622538 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties link other entities to the figure skater Ieva Gaile, and how often are they used?", "Show me the properties that reference Ieva Gaile in Wikidata, along with their usage counts, but only include those used more than once, ordered from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q15622538> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4207", "question": "Properties linking Dolina Chocho\u0142owska to multiple items", "sparql": "SELECT ?property ?propertyLabel ?count WHERE { { SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?prop wd:Q9208740 . ?property wikibase:directClaim ?prop . } GROUP BY ?property HAVING (?count > 1) } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["Which properties are used to categorize Dolina Chocho\u0142owska in more than one context?", "Show me the properties that connect Dolina Chocho\u0142owska to at least two other items, along with how many times each is used."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q9208740> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_4208", "question": "Which property is most commonly used to link items to \"planned creation\"?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q11398090 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What is the most frequently used property that has \"planned creation\" as its value?", "Show me the property that connects the most entities to the concept of planned creation, along with how many times it\u2019s used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q11398090> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4209", "question": "Properties linking entities to Vilnius with usage count above 1, sorted by frequency.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q216 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect people or things to Vilnius, and how often are they used, excluding those used only once?", "Show me all the properties that relate other entities to Vilnius, along with how many times each property is used, but only include properties used more than once, ordered from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q216> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4210", "question": "Properties most frequently linked to Kalvarija, Lithuania, used more than once.", "sparql": "SELECT ?property ?propertyLabel ?count WHERE { { SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?prop wd:Q1004298 . ?property wikibase:directClaim ?prop . } GROUP BY ?property HAVING (?count > 1) } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect entities to the city of Kalvarija more than once, and how many times each?", "Show me the properties that have been used to link items to Kalvarija (Lithuania) with a frequency higher than one, sorted by how often they appear, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1004298> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_4211", "question": "What are the French labels and descriptions of the properties used to describe Michel Foucault in Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?prop ?propLabel ?propDescription WHERE {\n  wd:Q44272 ?prop ?value .\n  FILTER ( STRSTARTS( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( IRI( REPLACE( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propItem ) .\n  ?propItem rdfs:label ?propLabel .\n  ?propItem schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = \"fr\" ) .\n  FILTER ( LANG( ?propDescription ) = \"fr\" )\n}\nLIMIT 100", "paraphrases": ["Show me how Michel Foucault is described in Wikidata using French-language property names and definitions.", "Which properties link to Michel Foucault, and what are their French translations and explanations?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q44272> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_4212", "question": "What properties are most frequently used to link entities to \u0141\u0119czyca, Poland, with more than one occurrence?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n      ?item ?prop wd:Q325727 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING ( ?count > 1 )\n  }\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most people or places to \u0141\u0119czyca, and how many times are they used?", "Show me the top properties that relate other items to \u0141\u0119czyca, ordered by usage count, and include their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q325727> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_4213", "question": "What are the most common properties linking other entities to the city of Elbl\u0105g in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q104712 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most people or things to Elbl\u0105g, and how many connections does each have?", "Can you show me the properties used to associate entities with Elbl\u0105g, sorted by frequency, excluding properties used only once?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q104712> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4214", "question": "Wikidata properties without an Interlingua alternative label", "sparql": "SELECT DISTINCT ?property WHERE { ?property rdf:type wikibase:Property . FILTER NOT EXISTS { ?property skos:altLabel ?altLabel . FILTER (LANG(?altLabel) = \"ie\") } } ORDER BY ?property", "paraphrases": ["Which Wikidata properties do not have an alternative label in Interlingua?", "List all Wikidata properties that are not labeled in Interlingua."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ie\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_4215", "question": "Which properties are linked to Uwe Bewersdorf more than once in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q530898 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many times are properties like \"together with\" and \"schema:about\" used to connect other entities to Uwe Bewersdorf?", "Show me the properties that relate other items to Uwe Bewersdorf, along with their usage counts, but only include those used more than once, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q530898> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4216", "question": "Which properties link to No\u00ebl Haskins Murphy more than once?", "sparql": "SELECT ?property (COUNT(?resource) AS ?count) WHERE { ?resource ?property wd:Q46840692 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many properties are used to connect other resources to No\u00ebl Haskins Murphy, and which ones appear more than once?", "Show me the properties that are used to link at least two different resources to the Wikidata item for No\u00ebl Haskins Murphy."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q46840692> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4217", "question": "Most used direct property linking to HTML entity property", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?property wd:P4575 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which direct property is most frequently used to assign the HTML entity property as a value?", "Show me the property that is most commonly used to link items to the HTML entity property (P4575)."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P4575> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4218", "question": "What property is most commonly used to describe the island H\u00f2n B\u1ecbp in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel(COUNT(?property) AS ?count) WHERE {\n  wd:Q32197278 ?property ?value .\n  ?propertyEntity wikibase:directClaim ?property .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which statement type appears most frequently for H\u00f2n B\u1ecbp?", "Show the most frequently used property linking H\u00f2n B\u1ecbp to other data in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q32197278> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4219", "question": "German labels and descriptions of properties related to the property \"name\" (P2561).", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P2561 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER ( LANG( ?label ) = \"de\" ) .\n  FILTER ( LANG( ?description ) = \"de\" ) .\n}", "paraphrases": ["Which properties related to \"name\" have German labels and descriptions?", "Show me the German names and descriptions of all properties that are semantically related to the property \"name\" (P2561), such as \"first name\", \"pseudonym\", or \"official name\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P2561> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_4220", "question": "How many Wikipedia articles are about American ice dancer Colleen O'Connor?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q457775 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which property links the most items to Colleen O'Connor on Wikidata, and how many times is it used?", "Show me the properties that connect more than one item to Colleen O'Connor, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q457775> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4221", "question": "What are the properties and values associated with Yakub Kolas?", "sparql": "SELECT ?property ?value WHERE { wd:Q483709 ?property ?value . } LIMIT 25", "paraphrases": ["Show me all the information known about the Belarusian poet Yakub Kolas.", "List the facts about Yakub Kolas from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ?var2 <wd:Q483709> . } LIMIT 25"}}
{"id": "val_4222", "question": "Dutch labels of properties and values for Sicco Mansholt", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ?var2 ?value ?property WHERE {\n  wd:Q364219 ?property ?value .\n  BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\" , SUBSTR(STR(?property) , 37))) AS ?propertyItem)\n  .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"nl\")\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"nl\")\n  }\n  BIND(COALESCE(?valueLabel , ?value) AS ?var2)\n}\nLIMIT 100", "paraphrases": ["What are the Dutch labels of the properties and their values for the Dutch politician Sicco Mansholt?", "Show me all statements about Sicco Mansholt in Dutch, including the property names and whether the values are entities or literals."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { <http://www.wikidata.org/entity/Q364219> ?var4 ?var3 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"nl\" ) ) ) . } UNION { <http://www.wikidata.org/entity/Q364219> ?var4 ?var2 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( isLITERAL ( ?var2 ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4223", "question": "Wikidata properties with Spanish labels and descriptions", "sparql": "SELECT ?item ?label ?description WHERE { ?item rdfs:label ?label . ?item schema:description ?description . FILTER(LANG(?label) = \"es\") . FILTER(LANG(?description) = \"es\") . } LIMIT 100", "paraphrases": ["Which Wikidata properties have Spanish-language labels and descriptions?", "Show me up to 100 Wikidata properties that have both a Spanish label and a Spanish description."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <https://query.wikidata.org/bigdata/namespace/wdq/?p> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_4224", "question": "What are the most common properties linking other entities to Meryl Davis?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q242921 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships are most frequently used to connect other items to the ice dancer Meryl Davis, and how often do they occur?", "Show me the top properties that connect other entities to Meryl Davis, excluding those used only once, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q242921> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4225", "question": "What are the mathematical sets that are subclasses of quaternions?", "sparql": "SELECT ?subclassOfQuaternion ?subclassOfQuaternionLabel ?directSuperclassLabel WHERE {  ?subclassOfQuaternion wdt:P279* wd:Q173853 .  ?subclassOfQuaternion wdt:P31 wd:Q36161 .  ?subclassOfQuaternion rdfs:label ?subclassOfQuaternionLabel .  FILTER(LANG(?subclassOfQuaternionLabel) = \"en\")  OPTIONAL {    ?subclassOfQuaternion wdt:P279 ?directSuperclass .    ?directSuperclass rdfs:label ?directSuperclassLabel .    FILTER(LANG(?directSuperclassLabel) = \"en\")  }  }", "paraphrases": ["Which sets are directly subclassed from quaternions in mathematics?", "Can you list any mathematical sets that are considered subclasses of quaternions, and what is their immediate superclass?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q173853> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36161> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4226", "question": "Which property is most commonly used to link items to the 'related to' property in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?prop wd:P739 . ?property wikibase:directClaim ?prop . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property is used most often to associate items with the property 'related to' (P739)?", "Show me the property that is most frequently used to point to P739 (related to) in Wikidata statements."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P739> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4227", "question": "What is the Wikidata property that corresponds to the RDF property rdf:type?", "sparql": "SELECT ?propLabel WHERE { wd:P31 rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") }", "paraphrases": ["What is the label of the Wikidata property used to express \"instance of\"?", "How is the concept of \"type\" represented in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { ?var1 <http://www.w3.org/2002/07/owl#equivalentProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> . } } LIMIT 10"}}
{"id": "val_4228", "question": "What are the main properties associated with each property item in Wikidata?", "sparql": "SELECT DISTINCT ?propertyItem ?mainProperty WHERE { ?propertyItem p:P1687 ?statement . ?statement ps:P1687 ?mainProperty . } LIMIT 101", "paraphrases": ["Which actual Wikidata properties correspond to conceptual property items like \"Facebook page\" or \"family name\"?", "Show me the mapping between property concepts and their corresponding direct properties in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P1687> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P1687> ?var2 . } LIMIT 101"}}
{"id": "val_4229", "question": "What are the properties and values associated with Albert Einstein in Wikidata, along with their English labels?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?propertyLabel(COALESCE(?valueLabel , STR(?value)) AS ?valueDisplay) WHERE {\n  wd:Q937 ?property ?value .\n  BIND(STR(?property) AS ?propertyStr)\n  BIND(SUBSTR(?propertyStr , 44) AS ?propId)\n  BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\" , ?propId)) AS ?propertyEntity)\n  OPTIONAL {\n    ?propertyEntity rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n}", "paraphrases": ["Show me all the information known about Albert Einstein, including property names and their values in English.", "For Albert Einstein, list each property (like occupation or date of birth) and its corresponding value, using English labels where available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var3 ?var1 ?var2 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4230", "question": "What are the properties of Louis de Bourbon, Bishop of Li\u00e8ge, along with their English labels, how many values each has, and what those values are called in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel(COUNT(?value) AS ?valueCount)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q1875296 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["Show me all the properties and their English names for Louis de Bourbon, Bishop of Li\u00e8ge, including the count of values and the English labels of those values.", "For Louis de Bourbon, Bishop of Li\u00e8ge, list each property, its English description, the number of associated values, and the English names of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1875296> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4231", "question": "What are the types or categories related to question answering within two steps in the Wikidata hierarchy?", "sparql": "SELECT DISTINCT ?entity ?entityLabel ?instanceType WHERE { { wd:Q1074173 wdt:P31 ?entity . } UNION { ?entity wdt:P31 wd:Q1074173 . } UNION { wd:Q1074173 wdt:P31 ?mid . ?mid wdt:P31 ?entity . } UNION { ?entity wdt:P31 ?mid . ?mid wdt:P31 wd:Q1074173 . } OPTIONAL { ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") } OPTIONAL { ?entity wdt:P31 ?instanceType } FILTER(?entity != wd:Q1074173) }", "paraphrases": ["What software feature is question answering an instance of, and what other entities are connected to it through instance-of relationships up to two levels away?", "Show all entities that are either instances of question answering, or that question answering is an instance of, or are two steps removed via type relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1074173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P31> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1074173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P31> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4232", "question": "English idioms listed in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?idiom ?label WHERE {\n  ?idiom wdt:P31 wd:Q184511 .\n  ?idiom rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 50", "paraphrases": ["What are some English idioms documented in Wikidata?", "Show me 50 English idioms from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q184511> <http://www.wikidata.org/prop/direct/P2354> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_4233", "question": "What are all the properties and their values for the character Porpentina Goldstein in the Harry Potter universe, along with the count and English labels of those values?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q27925259 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["Show me the occupation, employer, and other attributes of Tina Goldstein, including how many values each has and what they are in English.", "List all the English-labeled properties of Porpentina Goldstein and the values they point to, grouped by property."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q27925259> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4234", "question": "What are the English labels and descriptions of properties used to describe Albert Einstein in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q937 ?statement ?value .\n  ?property wikibase:directClaim ?statement .\n  ?property a wikibase:Property .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["List the properties and their English descriptions that are associated with Albert Einstein\u2019s Wikidata entry.", "Which properties describe Albert Einstein, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4235", "question": "What are 50 entities and their labels in this knowledge graph?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item rdfs:label ?itemLabel . } LIMIT 50", "paraphrases": ["Show me up to 50 items with their human-readable labels.", "List entities and their labels in any language from the knowledge graph."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } LIMIT 50"}}
{"id": "val_4236", "question": "What are the German labels and descriptions of properties that are related to the native label property in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?label ?description WHERE {\n  wd:P1705 wdt:P1659 ?property .\n  ?property rdfs:label ?label .\n  ?property schema:description ?description .\n  FILTER(LANG(?label) = \"de\")\n  FILTER(LANG(?description) = \"de\")\n}", "paraphrases": ["Which properties in Wikidata are considered related to native labels, and what are their German names and descriptions?", "List the German labels and descriptions of properties such as official name, title, and birth name that are linked to the concept of a native label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1705> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_4237", "question": "Items with English abbreviations or acronyms", "sparql": "SELECT ?item ?shortName ?itemLabel WHERE { ?item p:P1813 ?statement . ?statement ps:P1813 ?shortName ; pq:P407 wd:Q1860 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which organizations or entities have English-language short names in Wikidata?", "Show me a list of items along with their English abbreviations and full names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var2 . ?var2 <http://www.w3.org/2004/02/skos/core#language> \"en\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_4238", "question": "What are all the direct properties and values associated with Albert Einstein on Wikidata?", "sparql": "SELECT ?property ?value WHERE { wd:Q937 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["List all the facts (properties and their values) known about Albert Einstein in Wikidata.", "Show me all the direct statements about Albert Einstein, such as his occupations, awards, and affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q30230798-C629D3B6-CF5D-4FA5-9E6C-3C05CEE1068A> ?var1 ?var2 . }"}}
{"id": "val_4239", "question": "What are all the superclass categories of 'type of number' in Wikidata?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q47460393 wdt:P279* ?superclass . }", "paraphrases": ["What classes does 'type of number' belong to, including indirect parent classes?", "List all the higher-level categories that 'type of number' is a subclass of, directly or indirectly."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q47460393> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4240", "question": "What properties are associated with Am\u00fcge, and what are the values and counts of those properties in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?propertyLabel ) AS ?sampledPropertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q7076342 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For the Yuan dynasty person Am\u00fcge, what are the English labels of the properties connecting him to other entities, how many values does each property have, and what are those values?", "List all properties linked to Am\u00fcge with their English labels, the number of values each has, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q7076342> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4241", "question": "What properties and values are associated with Albert Einstein?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q937 ?property ?value .\n}", "paraphrases": ["Show all information known about Albert Einstein in Wikidata.", "What are the attributes of Albert Einstein as recorded in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <https://query.wikidata.org/bigdata/namespace/wdq/undefined> . }"}}
{"id": "val_4242", "question": "What are the subclasses and superclasses of continuous function up to five levels deep in the mathematical hierarchy?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    wd:Q170058 wdt:P279 ?item1 .\n    BIND( ?item1 AS ?item )\n  } UNION {\n    wd:Q170058 wdt:P279 ?item1 .\n    ?item1 wdt:P279 ?item2 .\n    BIND( ?item2 AS ?item )\n  } UNION {\n    wd:Q170058 wdt:P279 ?item1 .\n    ?item1 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item3 .\n    BIND( ?item3 AS ?item )\n  } UNION {\n    wd:Q170058 wdt:P279 ?item1 .\n    ?item1 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item3 .\n    ?item3 wdt:P279 ?item4 .\n    BIND( ?item4 AS ?item )\n  } UNION {\n    wd:Q170058 wdt:P279 ?item1 .\n    ?item1 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item3 .\n    ?item3 wdt:P279 ?item4 .\n    ?item4 wdt:P279 ?item5 .\n    BIND( ?item5 AS ?item )\n  } UNION {\n    ?item1 wdt:P279 wd:Q170058 .\n    BIND( ?item1 AS ?item )\n  } UNION {\n    ?item2 wdt:P279 ?item1 .\n    ?item1 wdt:P279 wd:Q170058 .\n    BIND( ?item2 AS ?item )\n  } UNION {\n    ?item3 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item1 .\n    ?item1 wdt:P279 wd:Q170058 .\n    BIND( ?item3 AS ?item )\n  } UNION {\n    ?item4 wdt:P279 ?item3 .\n    ?item3 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item1 .\n    ?item1 wdt:P279 wd:Q170058 .\n    BIND( ?item4 AS ?item )\n  } UNION {\n    ?item5 wdt:P279 ?item4 .\n    ?item4 wdt:P279 ?item3 .\n    ?item3 wdt:P279 ?item2 .\n    ?item2 wdt:P279 ?item1 .\n    ?item1 wdt:P279 wd:Q170058 .\n    BIND( ?item5 AS ?item )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["List all mathematical concepts related to continuous functions, including broader and narrower terms, within five steps in the subclass hierarchy.", "Show me the taxonomy of continuous functions \u2014 what are the types that are more specific or more general than continuous functions, up to five levels away?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q170058> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q170058> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_4243", "question": "What are all the properties and values associated with Albert Einstein in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q937 ?property ?value .\n}", "paraphrases": ["Can you show me everything Wikidata knows about Albert Einstein?", "List all the facts known about Albert Einstein, including his properties and their values."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://wikidata.org/entity/Q3426243> ) } ?var1 ?var2 ?var3 . }"}}
{"id": "val_4244", "question": "List Wikidata property types (not under proposal) and their associated topics.", "sparql": "SELECT ?property (str(?propertyLabel) AS ?propertyLabelClean) ?facet WHERE { ?property wdt:P31 wd:Q107649491 . OPTIONAL { ?property wdt:P1269 ?facet . } FILTER NOT EXISTS { ?property wdt:P3254 [] . } ?property rdfs:label ?propertyLabel . FILTER(LANGMATCHES(LANG(?propertyLabel), 'en')) } LIMIT 100", "paraphrases": ["What are the categories of Wikidata properties that have been officially adopted (not proposed), and what broader topics do they relate to?", "Show me the names of Wikidata property types (like \u201crelated to ethnic groups\u201d) that are not under discussion, along with the main topics they describe."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P31> *) <http://www.wikidata.org/entity/Q18616576> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1269> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P3254> ?var4 . } ) ) . } LIMIT 100"}}
{"id": "val_4245", "question": "All properties and values for Albert Einstein", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q937 ?property ?value .\n}", "paraphrases": ["What are all the properties and their values associated with Albert Einstein on Wikidata?", "Show me all the data available for Albert Einstein in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <https://www.wikidata.org/wiki/Q655311> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_4246", "question": "What are the Italian names for grammatical categories used to classify lexemes in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?lexeme ?category ?italianLabel WHERE {\n  ?lexeme wdt:P31 ?category .\n  ?category rdfs:label ?italianLabel .\n  FILTER ( LANG( ?italianLabel ) = \"it\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the Italian-language labels for the types of words (like nouns or adjectives) in Wikidata\u2019s lexemes?", "Which grammatical categories in Italian are associated with Wikidata lexemes?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"it\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4247", "question": "What properties are used by J. Newman & Co., and what are their English labels, usage counts, and object labels?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?object) AS ?count) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q23649201 ?property ?object . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") . ?object rdfs:label ?objectLabel . FILTER(LANG(?objectLabel) = \"en\") } GROUP BY ?property", "paraphrases": ["For each property linked to J. Newman & Co., show its English name, how many times it's used, and the English labels of its values.", "List the English labels of properties connected to J. Newman & Co., along with how many times each property appears and what their object values are in English."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q23649201> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4248", "question": "Czech labels and descriptions of properties related to \"instance of\" (P31)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?propLabel ?propDescription WHERE {\n  wd:P31 wdt:P1659 ?prop .\n  ?prop rdfs:label ?propLabel .\n  ?prop schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = \"cs\" ) FILTER ( LANG( ?propDescription ) = \"cs\" )\n}", "paraphrases": ["What are the Czech labels and descriptions of properties that are related to the \"instance of\" property?", "Show me the Czech-language labels and descriptions of properties linked via \"related property\" to the \"instance of\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/statement/P31> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"cs\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"cs\" ) ) ) . }"}}
{"id": "val_4249", "question": "Find lexemes with labels containing \"einn\" in any language.", "sparql": "SELECT ?lexeme ?label WHERE { ?lexeme rdfs:label ?label . FILTER (CONTAINS(LCASE(?label), \"einn\")) } LIMIT 10", "paraphrases": ["Which lexemes in Wikidata have labels that include the substring \"einn\"?", "Show me up to 10 lexemes whose labels contain the letters \"einn\", regardless of language."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"einn\"@en ) ) ) . } LIMIT 10"}}
{"id": "val_4250", "question": "Type of property P159 in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?type WHERE {\n  wd:P159 rdf:type ?type .\n}\nLIMIT 100", "paraphrases": ["What is the RDF type of the property \"place of residence\" (P159) on Wikidata?", "Tell me the class or type that the property P159 belongs to in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/P159> ?var2 ?var1 . } LIMIT 100"}}
{"id": "val_4251", "question": "What are the most common types of entities in Wikidata with their English labels and descriptions?", "sparql": "SELECT ?class ?classLabel ?classDescription WHERE { ?item wdt:P31 ?class . ?class rdfs:label ?classLabel . ?class schema:description ?classDescription . FILTER (LANG(?classLabel) = \"en\") FILTER (LANG(?classDescription) = \"en\") } GROUP BY ?class ?classLabel ?classDescription ORDER BY DESC(COUNT(?item)) LIMIT 100", "paraphrases": ["Which classes are most frequently used as types for entities in Wikidata, and what are their English labels and descriptions?", "Show me the top 100 most common entity types in Wikidata along with their English names and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/Q05Q21503252> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4252", "question": "German labels of properties and their values for Albert Einstein", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valLabel; SEPARATOR=', ') AS ?valueLabels)\nWHERE {\n  wd:Q937 ?directClaim ?value .\n  ?property wikibase:directClaim ?directClaim .\n  ?property rdfs:label ?propLabel .\n  ?value rdfs:label ?valLabel .\n  FILTER(LANG(?propLabel) = 'de')\n  FILTER(LANG(?valLabel) = 'de')\n}\nGROUP BY ?property", "paraphrases": ["What are the German labels of Albert Einstein\u2019s properties and the German labels of the values associated with each property?", "List all properties of Albert Einstein in German, along with how many values each has and what those values are labeled in German."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/statement/Q165721-6F0B4540-90F9-4501-B9BE-B2AE8FEC6E6A> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4253", "question": "Japanese labels and descriptions of Wikidata classes that have instances.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?class ?label ?description WHERE {\n  ?item wdt:P31 ?class .\n  ?class rdfs:label ?label .\n  ?class schema:description ?description .\n  FILTER(LANG(?label) = \"ja\")\n  .\n  FILTER(LANG(?description) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["What classes in Wikidata have both a Japanese label and a Japanese description, and are used to classify real-world items?", "Show me the Japanese names and descriptions of all types (classes) in Wikidata that have at least one instance."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/P31> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_4254", "question": "What is the German label, description, and type of the Wikidata property P2541?", "sparql": "SELECT DISTINCT ?propertyLabel ?description ?propertyType WHERE { wd:P2541 rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"de\") . wd:P2541 wikibase:propertyType ?propertyType . wd:P2541 schema:description ?description . FILTER (LANG(?description) = \"de\") .}", "paraphrases": ["In German, what does property P2541 (service area) mean, and what kind of values does it link to?", "Can you show me the German description and property type of the \"service area\" property on Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/P2541> AS ?var1 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 <http://wikiba.se/ontology#propertyType> ?var3 . ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . }"}}
{"id": "val_4255", "question": "English-labeled classes used as instance-of values in Wikidata", "sparql": "SELECT ?class ?classLabel ?classDescription WHERE { { SELECT DISTINCT ?class WHERE { ?item wdt:P31 ?class . } LIMIT 100 } ?class rdfs:label ?classLabel . ?class schema:description ?classDescription . FILTER (LANG(?classLabel) = \"en\") FILTER (LANG(?classDescription) = \"en\") } LIMIT 100", "paraphrases": ["What are the top 100 classes in English that items in Wikidata are instances of?", "List up to 100 classes in English with their descriptions that are used as values for the 'instance of' property in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/entity/Q21503252> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4256", "question": "What is the Wikidata property for \"Untertitel\" in German, and what type of data does it store?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT DISTINCT ?property ?propertyLabel ?propertyType WHERE {\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = 'de')\n  .\n  FILTER(STR(?propertyLabel) = \"Untertitel\")\n  .\n  ?property rdf:type wikibase:Property .\n  ?property wikibase:propertyType ?propertyType .\n}", "paraphrases": ["Which property in Wikidata has the German label \"Untertitel\", and what is its property type?", "Tell me about the Wikidata property used to represent subtitles in German \u2014 what is its identifier and data type?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Untertitel\"@de . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 <http://wikiba.se/ontology#propertyType> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4257", "question": "Wikidata items with no instance of or subclass of statements", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(*) AS ?count) WHERE {\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?type .\n  }\n  FILTER(! BOUND(?type))\n  OPTIONAL {\n    ?item wdt:P279 ?subclass .\n  }\n  FILTER(! BOUND(?subclass))\n}", "paraphrases": ["How many items in Wikidata are not classified as instances or subclasses of any class?", "List the count of unclassified Wikidata entities that have no P31 (instance of) or P279 (subclass of) properties."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var4 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P279> ?var5 . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . }"}}
{"id": "val_4258", "question": "What are the German labels of the properties associated with Denise Slenter, along with the values they point to in German and how many values each has?", "sparql": "SELECT ?property (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabelsConcat) ?propertyLabel WHERE { wd:Q43744369 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"de\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"de\") . } GROUP BY ?property ?propertyLabel", "paraphrases": ["Show me Denise Slenter\u2019s German-language property values (like occupation, employer, etc.) grouped by property, including how many values each property has and the property names in German.", "List all the German labels of Denise Slenter\u2019s Wikidata properties and the German names of the things they link to, combining multiple values into comma-separated lists."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q43744369> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4259", "question": "What are Anders Krogh\u2019s properties, their labels, how many values each has, and what are those values in English?", "sparql": "SELECT ?property (SAMPLE(?propItemLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q4753847 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propItem wikibase:directClaim ?property . ?propItem rdfs:label ?propItemLabel . FILTER(LANG(?propItemLabel) = \"en\") . } GROUP BY ?property", "paraphrases": ["For Anders Krogh, which properties are used, what are their English names, how many values do they have, and what are those values?", "List all properties associated with Anders Krogh, along with their English labels, the number of values each has, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q4753847> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4260", "question": "Direct properties of the number 5 in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?property WHERE {\n  wd:Q203 ?property ?value .\n  ?prop wikibase:directClaim ?property .\n}", "paraphrases": ["What properties are directly associated with the number 5 on Wikidata?", "List all direct properties that describe the number 5 in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q203> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4261", "question": "What are some examples of types or categories that entities in Wikidata belong to?", "sparql": "SELECT ?type (STR(?label) AS ?typeLabel) WHERE { ?item wdt:P31 ?type . ?type rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Can you list some classes (like \"Universe\" or \"metasyntactic variable\") that are used to classify items in Wikidata?", "Show me a sample of the different kinds of things that can be assigned as types to Wikidata items using the \"instance of\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) ( <http://www.wikidata.org/entity/null> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4262", "question": "List all Wikidata properties, including their subclasses and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?image ?subclass ?subclassLabel WHERE {\n  ?property wdt:P31 wd:Q18616576 .\n  OPTIONAL {\n    ?property wdt:P279 ?subclass\n  }\n  .\n  OPTIONAL {\n    ?property wdt:P18 ?image\n  }\n}", "paraphrases": ["What are the Wikidata properties, and do any of them have images or parent classes?", "Show me the list of items that are Wikidata properties, along with any associated images and their superclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1687> <http://www.wikidata.org/entity/P1806> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_4263", "question": "Instances of subclasses of abstract", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 ?subclass . ?subclass wdt:P279* wd:Q333291 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are some examples of documents that are abstracts or types of abstracts?", "List all English-labeled items that are instances of any subclass of an abstract."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q23766486> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10000"}}
{"id": "val_4264", "question": "Which Wikidata properties are symmetric?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?property WHERE {\n  ?property wdt:P2302 wd:Q21510862 .\n}", "paraphrases": ["What properties in Wikidata have the symmetric constraint?", "List all properties in Wikidata that are defined as symmetric, meaning if A is related to B, then B is also related to A."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#SymmetricProperty> . }"}}
{"id": "val_4265", "question": "What properties are used to link entities to the concept \"concept\" in Wikidata, and what are their English labels, counts, and the French labels of the linked entities?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?object) AS ?count) (GROUP_CONCAT(?objLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q151885 ?property ?object . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . ?object rdfs:label ?objLabel . FILTER(LANG(?propLabel) = \"en\") FILTER(LANG(?objLabel) = \"fr\") } GROUP BY ?property", "paraphrases": ["List all properties that connect to the abstract concept \"concept\", showing their English names, how many times they're used, and the French names of the entities they link to.", "For each property that has \"concept\" as an object, retrieve its English label, the number of connections, and the French labels of the connected entities."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q151885> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"fr\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4266", "question": "What properties are used to link entities to Cincinnati?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?subject ?prop wd:Q43196 . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property) . ?property a wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties have Cincinnati as their object in Wikidata, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that have Cincinnati as their object in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q43196> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4267", "question": "What classes in Wikidata are instances of themselves?", "sparql": "SELECT ?metaClass WHERE { ?metaClass wdt:P31 ?metaClass } LIMIT 5", "paraphrases": ["Which entities in Wikidata are both a class and an instance of that same class?", "Show me any classes in Wikidata that are self-instances, meaning they are typed by themselves."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var1 . } LIMIT 5"}}
{"id": "val_4268", "question": "What properties and values are associated with the concept of \"thing\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?value WHERE {\n  wd:Q35120 ?property ?value .\n}\nORDER BY ASC(?property)", "paraphrases": ["What are all the properties and their corresponding values for the Wikidata item representing \"thing\"?", "List all the external identifiers and multilingual descriptions linked to the ontological concept of \"thing\" (Q35120) in Wikidata, sorted by property name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q35120> ?var1 ?var2 . } ORDER BY ASC( ?var1 )"}}
{"id": "val_4269", "question": "What properties are used to link entities to Bosnia and Herzegovina in Wikidata, along with their English labels and descriptions?", "sparql": "SELECT DISTINCT ?propEntity ?propEntityLabel ?propEntityDescription WHERE { ?item ?property wd:Q225 . BIND( IRI( REPLACE( STR(?property), \"prop/direct/\", \"entity/\" ) ) AS ?propEntity ) . ?propEntity a wikibase:Property . ?propEntity rdfs:label ?propEntityLabel . ?propEntity schema:description ?propEntityDescription . FILTER(LANG(?propEntityLabel) = \"en\") FILTER(LANG(?propEntityDescription) = \"en\") } ORDER BY ?propEntityLabel LIMIT 100", "paraphrases": ["Which properties in Wikidata have Bosnia and Herzegovina as their object, and what are their English labels and descriptions?", "List all English-labeled properties in Wikidata that are used to connect other items to Bosnia and Herzegovina, including their descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q225> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4270", "question": "List all Wikidata properties that store string values.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property WHERE {\n  ?property rdf:type wikibase:Property ; wikibase:propertyType wikibase:String .\n}\nORDER BY ?property", "paraphrases": ["Which Wikidata properties have string-type values?", "Show me all the properties in Wikidata that are used to store text strings, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> ; <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#String> . } ORDER BY ASC( ?var1 )"}}
{"id": "val_4271", "question": "What is the English label of the property \"Australian Heritage Database Place ID\"?", "sparql": "SELECT (SAMPLE(?label) AS ?propertyLabel) WHERE { wd:P3008 rdfs:label ?label . FILTER(LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Can you tell me the name of property P3008 in English?", "What does the Wikidata property P3008 mean in English?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2Label ) WHERE { <http://www.wikidata.org/prop/novalue/P3008> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"en\" ) ) ) . }"}}
{"id": "val_4272", "question": "What are the different language labels for property P123 in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:P123 rdfs:label ?label .\n}\nORDER BY ?label", "paraphrases": ["In which languages is the property P123 labeled?", "Show all the labels of property P123 sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( LANG ( ?var2Label ) AS ?var1 ). <http://www.wikidata.org/entity/P123> <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ORDER BY ASC( ?var1 )"}}
{"id": "val_4273", "question": "What are all the subclasses in Wikidata?", "sparql": "SELECT ?subclass WHERE { ?subclass wdt:P279 ?parent . }", "paraphrases": ["List all entities that are classified as subclasses of other entities.", "Which items in Wikidata are defined as subclasses of something else?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/P279> / <http://www.wikidata.org/prop/qualifier/P2439> ) [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4274", "question": "What are the subclasses of \"thing\" (wd:Q35120), and what are their own subclasses?", "sparql": "SELECT ?subclass (GROUP_CONCAT(?subsubclass; separator=\", \") AS ?subclasses) WHERE { ?subclass wdt:P279 wd:Q35120 . ?subsubclass wdt:P279 ?subclass . } GROUP BY ?subclass", "paraphrases": ["List each abstract category under \"entity\" and the categories that fall under it in Wikidata.", "Show me the two-level hierarchy starting from \"thing\" \u2014 which categories are directly under it, and what categories are under those?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( GROUP_CONCAT ( ?var2 ) AS ?var3 ) WHERE { { BIND ( ?var2 AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q35120> . } UNION { BIND ( ?var3 AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q35120> . ?var2 <http://www.wikidata.org/prop/direct/P279> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_4275", "question": "List all organizations and their types in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?organizationInstanceLabel ?organizationClassLabel WHERE {\n  ?organizationInstance wdt:P31 ?organizationClass .\n  ?organizationClass rdfs:subClassOf * wd:Q43229 .\n  ?organizationInstance rdfs:label ?organizationInstanceLabel .\n  ?organizationClass rdfs:label ?organizationClassLabel .\n  FILTER ( LANG( ?organizationInstanceLabel ) = \"en\" ) FILTER ( LANG( ?organizationClassLabel ) = \"en\" )\n}", "paraphrases": ["What are some examples of organizations and what class do they belong to in Wikidata?", "Show me entities that are instances of organization or its subclasses, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#subClassOf> * <http://www.wikidata.org/entity/Q43229> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr\". } }"}}
{"id": "val_4276", "question": "What image is associated with James Heath, identified by the SNAC ARK ID w6c2527s?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6c2527s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image of James Heath (SNAC ARK ID: w6c2527s)", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6c2527s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6c2527s\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4277", "question": "Which Wikidata item has the IMDb character ID ch0010348?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"ch0010348\"\n}", "paraphrases": ["Who is the character in Wikidata associated with the IMDb ID ch0010348?", "Find the Wikidata entity for the IMDb character ID ch0010348."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"string1\". }"}}
{"id": "val_4278", "question": "What films were released in 2016, and what are their IMDb IDs, countries of origin, and Polish Wikipedia page titles?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( GROUP_CONCAT( DISTINCT ?imdb ; SEPARATOR = \", \" ) AS ?imdb_ids ) ?filmPolskiId ?countryLabel ?polishWikipediaTitle WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P577 ?pubDate .\n  BIND( YEAR( ?pubDate ) AS ?year ) FILTER ( ?year = 2016 ) OPTIONAL {\n    ?film wdt:P345 ?imdb\n  }\n  OPTIONAL {\n    ?film wdt:P3495 ?filmPolskiId\n  }\n  OPTIONAL {\n    ?film wdt:P495 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?polishPage schema:about ?film ; schema:isPartOf <https://pl.wikipedia.org/> .\n    BIND( REPLACE( STR( ?polishPage ) , \"https://pl.wikipedia.org/wiki/\" , \"\" ) AS ?polishWikipediaTitle )\n  }\n}\nGROUP BY ?imdb ?filmPolskiId ?countryLabel ?polishWikipediaTitle\nORDER BY ASC ( ?imdb )\nLIMIT 200", "paraphrases": ["Show me 2016 movies with their country of origin and Polish Wikipedia links \u2014 include IMDb IDs and FilmPolski.pl identifiers if available.", "List films from 2016 that have Polish Wikipedia articles, along with their production countries and IMDb numbers."], "info": {"raw_sparql": "SELECT( GROUP_CONCAT ( DISTINCT ?var1 ) AS ?var2 ) ?var3 ?var4 ?var5 ?var6 ( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT ?var9 ; SEPARATOR = \", \" ) AS ?var10 )( GROUP_CONCAT ( DISTINCT ?var11 ; SEPARATOR = \", \" ) AS ?var12 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P3495> ?var4 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P57> ?var13 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P345> ?var1 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P495> ?var14 . } BIND ( YEAR ( ?var15 ) AS ?var3 ). ?var5 <http://www.wikidata.org/prop/direct/P577> ?var15 . FILTER ( ( ( ?var3 = \"2016\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var6 <http://schema.org/about> ?var5 . ?var6 <http://schema.org/isPartOf> <https://pl.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . ?var14 <http://www.w3.org/2000/01/rdf-schema#label> ?var11 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } GROUP BY ?var3 ?var6 ?var4 ?var5 ORDER BY ASC( ?var1 ) LIMIT 200"}}
{"id": "val_4279", "question": "What are the Spanish Wiktionary entries that link to Wikidata items without any description or type classification?", "sparql": "SELECT ?item ?itemLabel WHERE { ?page schema:about ?item ; schema:isPartOf <https://es.wiktionary.org/> . MINUS { ?item wdt:P31 [] . } OPTIONAL { ?item schema:description ?desc . } FILTER ( !BOUND(?desc) ) ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"es\") }", "paraphrases": ["Show me Wikidata items linked from Spanish Wiktionary that lack both a description and an instance-of (P31) statement.", "Which incomplete Wikidata items (with no type or description) are referenced by pages on the Spanish Wiktionary?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://es.wiktionary.org/> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_4280", "question": "Film with AllMovie ID v166465", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v166465\" .}", "paraphrases": ["What film is identified by the AllMovie title ID v166465?", "Find the Wikidata item for the film with AllMovie ID v166465."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v166465\". }"}}
{"id": "val_4281", "question": "What are some male given names?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?name ?nameLabel WHERE {\n  ?name wdt:P31 wd:Q12308941 .\n  FILTER ( STRSTARTS( STR( ?name ) , \"http://www.wikidata.org/entity/Q\" ) ) .\n  ?name rdfs:label ?nameLabel .\n  FILTER ( LANG( ?nameLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the male given names that have English labels?", "Which entities are classified as male given names in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } }"}}
{"id": "val_4282", "question": "People whose family name is represented as another person, along with their native names.", "sparql": "SELECT DISTINCT ?person ?personLabel ?surnamePerson ?surnamePersonLabel ?nativeName WHERE { ?person wdt:P734 ?surnamePerson . ?surnamePerson wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P1559 ?nativeName . } ?person rdfs:label ?personLabel . ?surnamePerson rdfs:label ?surnamePersonLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?surnamePersonLabel) = \"en\") }", "paraphrases": ["Which people have a family name that is modeled as a separate person entity in Wikidata, and what are their native names?", "List all individuals linked to a person entity as their family name, including the label of that family name person and their native name if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var4 . } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4283", "question": "Drugs interacting with proteins encoded by genes linked to type 2 diabetes", "sparql": "SELECT ?drug ?drugLabel ?gene ?geneLabel ?disease ?diseaseLabel WHERE { ?drug wdt:P129 ?protein . ?gene wdt:P688 ?protein . ?disease wdt:P2293 ?gene . ?drug rdfs:label ?drugLabel . ?gene rdfs:label ?geneLabel . ?disease rdfs:label ?diseaseLabel . FILTER(LANG(?drugLabel) = \"en\") FILTER(LANG(?geneLabel) = \"en\") FILTER(LANG(?diseaseLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which drugs interact with proteins that are encoded by genes associated with genetic diseases?", "List drugs, the genes they target via protein interaction, and the diseases those genes are linked to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P129> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P688> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P2293> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4284", "question": "Who are some people who have won the same awards as writers?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?award WHERE {\n  ?writer wdt:P106 wd:Q36180 .\n  ?writer wdt:P166 ?award .\n  ?person wdt:P166 ?award .\n  FILTER(?person != ?writer)\n  .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Can you list individuals who received awards that were also won by writers, along with the award names?", "Show me other recipients of awards that writers have received, excluding the writers themselves."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36180> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P166> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4285", "question": "What are the names of all cats listed as instances of house cats in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER(LANG(?catLabel) = \"en\")\n}", "paraphrases": ["Can you list the English names of entities classified as house cats?", "Show me the labels of all items that are instances of the domestic cat species."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . }"}}
{"id": "val_4286", "question": "What are the cities located in current sovereign states that are not historical countries?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel ?country ?countryLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?country wdt:P31 wd:Q3624078 .\n  FILTER ( NOT EXISTS {\n    ?country wdt:P31 wd:Q3024240\n  }\n  ) .\n  ?city rdfs:label ?cityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" ) .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) .\n}", "paraphrases": ["Show me cities and their countries, where the country is a present-day sovereign state and not a former state.", "List all cities in the world that belong to existing sovereign nations, excluding those in defunct countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . ?var2 <http://www.wikidata.org/prop/direct/P155> <http://www.wikidata.org/entity/Q3624078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4287", "question": "What are the properties of Jehoiakim, their English labels, how many values each has, and what are those values in English?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ( SAMPLE( ?propLabel ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q319034 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For each property associated with Jehoiakim, what is its English label, how many values does it have, and what are the English labels of those values?", "Show me a summary of all properties used by Jehoiakim, including their English names, the number of values, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q319034> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4288", "question": "Image of the person with SNAC ARK ID w6ft8z2n", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ft8z2n\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with John Bird Sumner in Wikidata?", "Can you show me the Wikimedia Commons image for the Archbishop of Canterbury identified by the SNAC ARK ID w6ft8z2n?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ft8z2n\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4289", "question": "Properties used to describe railway stations in English, with their labels and descriptions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?p ?pLabel ?pDescription WHERE {\n  ?station wdt:P31 wd:Q55488 .\n  ?station ?p ?value .\n  BIND( IRI( REPLACE( STR( ?p ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propItem ) .\n  ?propItem rdfs:label ?pLabel .\n  ?propItem schema:description ?pDescription .\n  FILTER ( LANG( ?pLabel ) = \"en\" ) FILTER ( LANG( ?pDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What properties are used to describe individual railway stations, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties that are used to provide information about railway stations."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q55488> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4290", "question": "Supermodels with English Wikipedia labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q865851 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the supermodels listed in Wikidata with English names?", "List the names of all people whose occupation is supermodel, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q865851> . FILTER ( ( REGEX ( ?var1Label , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } }"}}
{"id": "val_4291", "question": "People employed by the Natural History Museum of Geneva and their birth dates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthDate WHERE {\n  ?person wdt:P108 wd:Q663025 .\n  ?person rdfs:label ?personLabel .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the employees of the Natural History Museum of Geneva, and when were they born?", "List the English names and birth dates of all people who have worked at the Natural History Museum of Geneva."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q663025> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var5 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P108> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P569> ?var1 . } } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P108> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4292", "question": "People with binary gender (male or female) in Wikidata and their labels.", "sparql": "SELECT ?item ?itemLabel ?gender ?genderLabel ?statementType WHERE { { BIND(\"mainsnak\" AS ?statementType) . ?item p:P21/ps:P21 ?gender . FILTER(?gender IN (wd:Q6581097, wd:Q6581072)) OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } } } LIMIT 100", "paraphrases": ["Which people in Wikidata are classified as male or female, and what are their labels and gender labels?", "Show me up to 100 individuals from Wikidata who have a binary sex or gender (male or female), along with their English labels and the gender they are assigned to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { { SELECT ?var1 ?var2 ?var5 ?var3 ?var4 WHERE { { BIND ( \"mainsnak\" AS ?var3 ). ?var1 <http://www.wikidata.org/prop/P21> [ <http://www.wikidata.org/prop/statement/P21> ?var2 ; <http://wikiba.se/ontology#rank> ?var4 ] . } UNION { BIND ( \"qualifier\" AS ?var3 ). ?var6 <http://www.wikidata.org/prop/qualifier/P21> ?var2 ; <http://wikiba.se/ontology#rank> ?var4 . ?var1 ?var7 ?var6 . } UNION { BIND ( \"reference\" AS ?var3 ). ?var8 <http://www.wikidata.org/prop/reference/P21> ?var2 . ?var9 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var8 ; <http://wikiba.se/ontology#rank> ?var4 . ?var1 ?var10 ?var9 . } FILTER ( ( ?var2 NOT IN ( <http://www.wikidata.org/entity/Q6581097> , <http://www.wikidata.org/entity/Q6581072> , <http://www.wikidata.org/entity/Q1097630> , <http://www.wikidata.org/entity/Q303479> , <http://www.wikidata.org/entity/Q189125> , <http://www.wikidata.org/entity/Q1052281> , <http://www.wikidata.org/entity/Q2449503> , <http://www.wikidata.org/entity/Q48270> , <http://www.wikidata.org/entity/Q1399232> , <http://www.wikidata.org/entity/Q3277905> , <http://www.wikidata.org/entity/Q746411> , <http://www.wikidata.org/entity/Q350374> , <http://www.wikidata.org/entity/Q660882> , <http://www.wikidata.org/entity/Q44148> , <http://www.wikidata.org/entity/Q43445> , <http://www.wikidata.org/entity/0> , <http://www.wikidata.org/entity/1> ) ) ) . } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs, sk, en\". } }"}}
{"id": "val_4293", "question": "Watercourses that are tributaries and have English descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?watercourse ?watercourseLabel ?description WHERE {\n  ?watercourse wdt:P31 / wdt:P279 * wd:Q355304 .\n  ?watercourse rdfs:label ?watercourseLabel .\n  ?watercourse schema:description ?description .\n  FILTER(LANG(?description) = \"en\")\n  FILTER(LANG(?watercourseLabel) = \"en\")\n  FILTER(REGEX(?description , \"^tributary\" , \"i\"))\n}", "paraphrases": ["What are the English names and descriptions of watercourses that are tributaries of other rivers?", "List the names and English descriptions of all watercourses whose descriptions start with \"tributary\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"^Tributary\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4294", "question": "Diseases with ICD-10 codes starting with C or D and no assigned medical specialty.", "sparql": "SELECT DISTINCT ?disease ?diseaseLabel WHERE { ?disease wdt:P31 wd:Q12136 . ?disease wdt:P494 ?icdCode . OPTIONAL { ?disease wdt:P1995 ?specialty . } FILTER(!BOUND(?specialty)) FILTER(STRSTARTS(?icdCode, \"C\") || STRSTARTS(?icdCode, \"D\")) ?disease rdfs:label ?diseaseLabel . }", "paraphrases": ["Which diseases are classified under ICD-10 codes starting with C or D but do not have a specified medical specialty?", "List all diseases that have an ICD-10 code beginning with C or D and are not linked to any health specialty."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P494> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1995> ?var3 . } BIND ( SUBSTR ( ?var2 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . FILTER ( ( REGEX ( ?var4 , \"C|D\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4295", "question": "What is the image associated with Francisco de Goya in Wikidata?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6s46v39\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Show the image of the person whose SNAC ARK ID is w6s46v39.", "Can you find the Wikimedia Commons image linked to the Social Networks and Archival Context (SNAC) identifier w6s46v39?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6s46v39\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4296", "question": "List businesses headquartered in the Czech Republic with their total revenue, net profit, and number of employees.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?business ?revenue ?headquarters ?businessLabel ?netProfit ?employees WHERE {\n  ?business wdt:P31 / wdt:P279 * wd:Q4830453 .\n  ?business wdt:P159 ?headquarters .\n  ?headquarters wdt:P17 wd:Q213 .\n  ?business wdt:P2139 ?revenue .\n  OPTIONAL {\n    ?business wdt:P2295 ?netProfit .\n  }\n  OPTIONAL {\n    ?business wdt:P1128 ?employees .\n  }\n  ?business rdfs:label ?businessLabel .\n  FILTER(LANG(?businessLabel) = \"en\")\n}", "paraphrases": ["What are the total revenue, net profit, and employee count of businesses based in the Czech Republic?", "Show me the names, revenues, profits, and staff numbers of companies operating in the Czech Republic."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var1Label ?var4 ?var5 ?var6 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P159> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P2139> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2295> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1278> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs, en\". } }"}}
{"id": "val_4297", "question": "Knots with Ashley Book of Knots number but no IMDb ID", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?knot WHERE {\n  ?knot wdt:P1806 [] . MINUS {\n    ?knot wdt:P345 [] .\n  }\n}", "paraphrases": ["Which knots have an Ashley Book of Knots number but are not listed on IMDb?", "List all knots identified in the Ashley Book of Knots that do not have an associated IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1806> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_4298", "question": "What are the roles in the United States Congress that are types of legislators?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?roleLabel WHERE {\n  wd:Q11268 wdt:P527 ?part .\n  ?role wdt:P361 ?part ; wdt:P279 wd:Q4175034 .\n  ?role rdfs:label ?roleLabel .\n  FILTER ( LANG( ?roleLabel ) = \"en\" )\n}", "paraphrases": ["Which positions within the United States Congress are considered subclasses of legislator?", "List the official roles in the U.S. Congress that are held by legislators."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { <http://www.wikidata.org/entity/Q11268> <http://www.wikidata.org/prop/direct/P527> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 ; <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4175034> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4299", "question": "What are the descriptions of Claudia Schiffer in different languages?", "sparql": "SELECT ?description WHERE { wd:Q76717 schema:description ?description . } LIMIT 10", "paraphrases": ["Can you show me how Claudia Schiffer is described in various languages?", "In what languages is Claudia Schiffer described as a German model or supermodel?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q76717> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_4300", "question": "All properties and values associated with Claudia Schiffer in Wikidata.", "sparql": "SELECT ?property ?value WHERE { wd:Q76717 ?property ?value .}", "paraphrases": ["What facts and identifiers are stored in Wikidata about the German supermodel Claudia Schiffer?", "Show me every piece of information Wikidata has about Claudia Schiffer, including her descriptions and external IDs."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q76717> ?var1 ?var2 . }"}}
{"id": "val_4301", "question": "What are the dog breeds from Brazil, and what images are available for them?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 (wdt:P31 | wdt:P279*) wd:Q39367 . ?var1 wdt:P495 wd:Q155 . OPTIONAL { ?var1 wdt:P18 ?var2 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"\") } LIMIT 100", "paraphrases": ["Can you list Brazilian dog breeds along with their pictures from Wikimedia Commons?", "Which dog breeds originate in Brazil, and do they have official images on Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q39367> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q155> . } LIMIT 100"}}
{"id": "val_4302", "question": "Japanese journalists by citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?journalist ?journalistLabel WHERE {\n  ?journalist wdt:P106 wd:Q1930187 .\n  ?journalist wdt:P27 wd:Q17 .\n  ?journalist rdfs:label ?journalistLabel .\n  FILTER(LANG(?journalistLabel) = \"en\")\n}", "paraphrases": ["Who are the journalists who are citizens of Japan?", "List journalists from Japan."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1930187> . ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q161652> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4303", "question": "Wikipedia lists with main topic athletics competitor", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?list ?listLabel WHERE {\n  ?list wdt:P360 wd:Q11513337 .\n  ?list rdfs:label ?listLabel .\n  FILTER(LANG(?listLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are the English-labeled Wikipedia lists that are about athletics competitors?", "Show me the English names of Wikipedia lists whose main topic is an athletics competitor."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P360> <http://www.wikidata.org/entity/Q11513337> . ?var1 <http://www.wikidata.org/prop/P360> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4304", "question": "Which film has the GECD film ID 10851?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3367 \"10851\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified by the GECD ID 10851?", "I\u2019m looking for the film in Wikidata that is assigned the identifier 10851 in the German Early Cinema Database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3367> \"10851\". }"}}
{"id": "val_4305", "question": "Image of James W. Davidson with SNAC ARK ID w6x94vm7", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6x94vm7\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6x94vm7?", "Show me the Wikimedia Commons image for James W. Davidson, identified by SNAC ARK ID w6x94vm7."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6x94vm7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4306", "question": "Humans who hold a profession", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P39 ?position . ?position wdt:P31 wd:Q28640 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") }", "paraphrases": ["Which humans have a job that is considered a profession?", "List the names of people who hold professional positions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q28640> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4307", "question": "Churches in Brittany with French names containing \"\u00c9glise\" and their coordinates, excluding those named after people.", "sparql": "SELECT ?church ?churchLabel ?coord WHERE { ?church wdt:P31 wd:Q16970 ; wdt:P131+ wd:Q12130 ; wdt:P625 ?coord . OPTIONAL { ?church rdfs:label ?churchLabel . FILTER (LANG(?churchLabel) = \"fr\") } FILTER (REGEX(?churchLabel, \"\u00c9glise\", \"i\")) MINUS { ?church wdt:P138 [] } }", "paraphrases": ["What are the French-named church buildings in Brittany that are not named after anyone, and where are they located?", "List the coordinates and French labels of all church buildings in Brittany that have \"\u00c9glise\" in their name and are not named after a person."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q12130> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"string1\" ) ) ) . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P138> [] . } }"}}
{"id": "val_4308", "question": "What is the Wikidata item for the primate called \"gibbon\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?description WHERE {\n  ?item rdfs:label \"gibbon\" @en .\n  FILTER ( STRSTARTS( STR( ?item ) , \"http://www.wikidata.org/entity/Q\" ) ) .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the description of the gibbon (the primate) in Wikidata?", "Which Wikidata entity represents the gibbon, and what is its English description?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . ?var1 <http://schema.org/description> \"gibbon\"@en . }"}}
{"id": "val_4309", "question": "Mountains in Nepal and their climbing expeditions, elevations, and topographic data", "sparql": "SELECT ?mountain ?mountainLabel ?elevation ?prominence ?isolation ?coordinates ?eventLabel WHERE {  ?mountain wdt:P31 wd:Q8502 ; wdt:P17 wd:Q837 .  ?mountain wdt:P793 ?event .  OPTIONAL { ?mountain wdt:P2044 ?elevation . }  OPTIONAL { ?mountain wdt:P2660 ?prominence . }  OPTIONAL { ?mountain wdt:P2659 ?isolation . }  OPTIONAL { ?mountain wdt:P625 ?coordinates . }  OPTIONAL { ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") }  OPTIONAL { ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } }", "paraphrases": ["What are the mountains in Nepal, their elevations, and which expeditions have attempted them?", "List all mountains in Nepal along with their elevation, prominence, isolation, coordinates, and notable climbing expeditions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var8Label ?var9 ?var10 ?var11 ?var12 ?var13Label ?var14 ?var15 ?var16 ?var16Label ?var17Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q837> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P30> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P138> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P706> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2660> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3018> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2659> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P208826> ?var15 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P793> ?var16 . } OPTIONAL { ?var16 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1194369> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4310", "question": "Most frequent properties linking items to Mold, Wales, excluding those used once.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q1191195 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyEntity ) ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nGROUP BY ?property ?propertyLabel\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["What are the most commonly used properties that connect items to the town of Mold in Wales, and how many times are they used?", "Show me the properties (with English labels) that link resources to Mold, Wales, ordered by frequency, but only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1191195> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4311", "question": "Which property links multiple resources to the Brass Era automobile period?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q1911677 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["How many web resources are associated with the Brass Era, and what property connects them?", "Show me the property that is used to link more than one item to the Brass Era in Wikidata, along with the count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1911677> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4312", "question": "What places in upstate New York and southern Vermont have coordinates, images, or Wikimedia Commons categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  FILTER(geof:latitude(?location) >= 43 && geof:latitude(?location) <= 44)\n  FILTER(geof:longitude(?location) >= -74 && geof:longitude(?location) <= -73)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Show me the names, locations, images, and Commons categories of all items located between 43\u00b0N and 44\u00b0N latitude and -74\u00b0W and -73\u00b0W longitude.", "List English-named locations in the region around the Hudson River and Lake Champlain that have photos or Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-74 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-73 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4313", "question": "What places in upstate New York and Vermont have coordinates between 44\u00b0N and 45\u00b0N latitude and -74\u00b0W and -73\u00b0W longitude?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?coord .\n  BIND(geof:longitude(?coord) AS ?lon)\n  BIND(geof:latitude(?coord) AS ?lat)\n  FILTER(?lon >= -74 && ?lon <= -73 && ?lat >= 44 && ?lat <= 45)\n  OPTIONAL { ?item wdt:P18 ?image . }\n  OPTIONAL { ?item wdt:P373 ?commonsCategory . }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Show me all locations in the region bounded by latitude 44\u201345 and longitude -74 to -73, along with their images and Wikimedia Commons categories.", "List cities, rivers, and other geographic features in the area around Lake Champlain with their photos and associated Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-74 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-73 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4314", "question": "What movie has the elFilm ID 615?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3143 \"615\" .\n}", "paraphrases": ["Which film in Wikidata is identified by the elFilm ID \"615\"?", "Find the Wikidata item for the movie whose identifier in the Arabic movie database elFilm is 615."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"615\". }"}}
{"id": "val_4315", "question": "Children of Barack Obama, their gender, birth date, and death date, sorted by birth date.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?child ?childLabel ( GROUP_CONCAT( DISTINCT ?genderLabel ; SEPARATOR = \", \" ) AS ?genders ) ?birthDate ?deathDate WHERE {\n  ?child wdt:P22 wd:Q76 .\n  OPTIONAL {\n    ?child wdt:P21 ?gender .\n    ?gender rdfs:label ?genderLabel .\n    FILTER ( LANG( ?genderLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?child wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?child wdt:P570 ?deathDate .\n  }\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}\nGROUP BY ?child ?childLabel ?birthDate ?deathDate\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Who are Barack Obama\u2019s children, what are their genders and birth dates, and when did they die (if at all)?", "List Barack Obama\u2019s children with their gender, birth date, and death date, ordered from oldest to youngest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \", \" ) AS ?var5 )( GROUP_CONCAT ( DISTINCT ?var6 ; SEPARATOR = \", \" ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q76> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var5 )"}}
{"id": "val_4316", "question": "What are the key facts about Paris, France, including its population and location?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?description ?countryLabel ?population ?coordinate WHERE { wd:Q90 rdfs:label ?itemLabel . wd:Q90 schema:description ?description . wd:Q90 wdt:P17 ?country . ?country rdfs:label ?countryLabel . wd:Q90 wdt:P1082 ?population . wd:Q90 wdt:P625 ?coordinate . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?description) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Can you tell me the description, population, and coordinates of Paris, the capital of France?", "Provide the English label, description, country, population, and geographic coordinates of Paris."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Paris\"@en . ?var1 <http://schema.org/description> ?var2 . ?var2 ( <https://query.wikidata.org/bigdata/namespace/wdq/sparql> |!( <https://query.wikidata.org/bigdata/namespace/wdq/sparql> ))* ?var3 . }"}}
{"id": "val_4317", "question": "Maternal ancestors of George VI and their mothers.", "sparql": "SELECT ?ancestor ?ancestorLabel ?motherOfAncestor WHERE { wd:Q280856 wdt:P25* ?ancestor . OPTIONAL { ?ancestor wdt:P25 ?motherOfAncestor . } ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["Who are George VI\u2019s maternal ancestors, and who were their mothers?", "Show me the lineage of George VI\u2019s maternal ancestors, including each ancestor\u2019s name and their own mother, if known."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q280856> <http://www.wikidata.org/prop/direct/P25> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P25> * <http://www.wikidata.org/entity/Q280856> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4318", "question": "Family name of Konrad Adenauer", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?surnameLabel WHERE {\n  wd:Q2492 wdt:P734 ?surname .\n  ?surname rdfs:label ?surnameLabel .\n  FILTER ( LANG( ?surnameLabel ) = \"en\" )\n}", "paraphrases": ["What is Konrad Adenauer's last name?", "Tell me the surname of Konrad Adenauer."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2492> <http://www.wikidata.org/prop/direct/P734> ?var1 . }"}}
{"id": "val_4319", "question": "Villages in Gmina I\u0142awa with Polish Wikipedia pages and coordinates", "sparql": "SELECT ?var1 ?var2 ?var4 ?var5 WHERE { ?var2 wdt:P1653 \"2807032\" . ?var1 wdt:P131 ?var2 . ?var4 schema:about ?var1 ; schema:inLanguage \"pl\" . ?var1 wdt:P625 ?var5 . }", "paraphrases": ["What are the places in the Polish municipality with TERC code 2807032, along with their Polish Wikipedia links and geographic coordinates?", "Show me the locations within Gmina I\u0142awa (TERC code 2807032), their Polish Wikipedia articles, and their GPS coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P1653> \"2807032\"^^<http://www.w3.org/2001/XMLSchema#integer> . FILTER ( ( ( ?var3 = \"{0}\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"pl\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . } }"}}
{"id": "val_4320", "question": "List of cocktails and their names", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 ?class . ?class wdt:P279* wd:Q134768 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are all the cocktails and their variations in Wikidata?", "Show me all known cocktails, including subtypes, with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q134768> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4321", "question": "Which publication has the ISSN 1082-9873?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication WHERE {\n  ?publication wdt:P236 \"1082-9873\" .\n}", "paraphrases": ["What is the name of the journal or magazine with the electronic ISSN 1082-9873?", "Find the entity associated with the ISSN 1082-9873."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"1082-9873\". }"}}
{"id": "val_4322", "question": "Movie with elFilm ID 1297739", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3143 \"1297739\" .\n}", "paraphrases": ["Which movie has the elFilm ID 1297739?", "Tell me the Wikidata item for the movie identified as 1297739 in the elFilm database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1297739\". }"}}
{"id": "val_4323", "question": "What is the Wikidata item for the movie with IMDb ID tt0101869?", "sparql": "SELECT ?film WHERE { ?film wdt:P345 \"tt0101869\" .}", "paraphrases": ["Which film on Wikidata has the IMDb identifier tt0101869?", "Retrieve the Wikidata entity for the movie identified by IMDb ID tt0101869."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0101869\". }"}}
{"id": "val_4324", "question": "What are the geographic coordinates of the Ski Museum in Les Rousses, France, and what are the coordinates of the commune it is located in?", "sparql": "SELECT ?museumCoordinates ?administrativeEntityCoordinates WHERE { wd:Q3330480 wdt:P625 ?museumCoordinates . OPTIONAL { wd:Q3330480 wdt:P131 ?administrativeEntity . ?administrativeEntity wdt:P625 ?administrativeEntityCoordinates . } }", "paraphrases": ["Coordinates of mus\u00e9e du ski and its administrative center (Les Rousses)", "Show me the exact location of the Ski Museum and the location of the town it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q3330480> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q3330480> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_4325", "question": "Top subjects of Maryam Mirzakhani's academic works, ranked by number of publications.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject ( COUNT( ?work ) AS ?count ) WHERE {\n      ?work wdt:P50 wd:Q1771279 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC ( ?count )\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER ( LANG( ?subjectLabel ) = \"en\" )\n}", "paraphrases": ["What are the main topics of the papers written by Maryam Mirzakhani, and how many papers are there on each topic?", "Show me the main subjects of Maryam Mirzakhani's publications, with the count of works for each subject, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1771279> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1771279> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4326", "question": "Artworks depicting singers", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?artworkLabel ?statement ( SAMPLE( ?qualifier ) AS ?qualifierProperty ) WHERE {\n  ?artwork p:P180 ?statement .\n  ?statement ps:P180 wd:Q177220 .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier true .\n  }\n  OPTIONAL {\n    ?artwork rdfs:label ?artworkLabel .\n    FILTER ( LANG( ?artworkLabel ) = \"en\" )\n  }\n}\nGROUP BY ?artwork ?statement ?artworkLabel\nLIMIT 100", "paraphrases": ["What artworks show a singer as the subject?", "List the English titles of artworks that depict a singer, along with any additional details (like date or style) used in their Wikidata statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P180> <http://www.wikidata.org/entity/Q177220> . ?var1 <http://www.wikidata.org/prop/P180> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4327", "question": "Film with FilmAffinity ID 975308", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P480 \"975308\" .\n}", "paraphrases": ["Which film has the FilmAffinity ID 975308?", "Tell me the Wikidata item for the movie identified by FilmAffinity ID 975308."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P480> \"975308\". }"}}
{"id": "val_4328", "question": "What film has the Danish National Filmography ID 96761?", "sparql": "SELECT ?film WHERE { ?film wdt:P1804 \"96761\" . }", "paraphrases": ["Which film in Wikidata is identified by the DNF film ID \"96761\"?", "Find the film in Wikidata that corresponds to the DNF film ID 96761."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1804> \"96761\". }"}}
{"id": "val_4329", "question": "Film with TCM Movie Database ID 533183", "sparql": "SELECT ?film WHERE { ?film wdt:P2631 \"533183\" . }", "paraphrases": ["Which film is identified by the TCM Movie Database ID 533183?", "Can you tell me the name of the film that has the identifier 533183 in the Turner Classic Movies database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2631> \"533183\". }"}}
{"id": "val_4330", "question": "People educated at the University of Georgia born after 1950 and their occupations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?occupationLabel WHERE {\n  ?person wdt:P69 wd:Q761534 .\n  ?person wdt:P569 ?birthDate .\n  FILTER ( YEAR( ?birthDate ) > 1950 ) .\n  ?person wdt:P106 ?occupation .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) .\n}", "paraphrases": ["Who are the people born after 1950 who attended the University of Georgia, and what are their occupations?", "List the English names and occupations of individuals born after 1950 who studied at the University of Georgia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q761534> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) > \"1950\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4331", "question": "What film has the OFDb ID 164660?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3138 \"164660\" .\n}", "paraphrases": ["Which movie is listed as 164660 in the Online-Filmdatenbank?", "Tell me the film corresponding to OFDb ID 164660."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3138> \"164660\". }"}}
{"id": "val_4332", "question": "Equipment retired in August 1966", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P730 ?retirementDate . FILTER ( ?retirementDate >= \"1966-08-01T00:00:00Z\"^^xsd:dateTime && ?retirementDate <= \"1966-08-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which vehicles or machines were retired in August 1966?", "List all pieces of equipment that were taken out of service in August 1966."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1966-08-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1966-08-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4333", "question": "What movie has the elFilm ID 1275550?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"1275550\" . }", "paraphrases": ["Which film on Wikidata is identified by the elFilm ID 1275550?", "I\u2019m looking for the Wikidata item for the movie with elFilm ID 1275550 \u2014 can you find it?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1275550\". }"}}
{"id": "val_4334", "question": "People convicted of regicide and their images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label ?image WHERE {\n  ?person wdt:P1399 wd:Q1475448 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who were the people convicted of killing a monarch, and do we have pictures of them?", "List the English names of individuals convicted of regicide along with any available Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1399> <http://www.wikidata.org/entity/Q1475448> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4335", "question": "What English Wikipedia and Commons pages are there for rivers that flow into the Ob River?", "sparql": "SELECT ?tributary ?page WHERE { ?tributary (wdt:P403 | wdt:P201)+ wd:Q973 . ?page schema:about ?tributary . ?page schema:inLanguage \"en\" . }", "paraphrases": ["Can you list all English-language Wikipedia and Wikimedia Commons pages about rivers that are tributaries of the Ob River, including indirect ones?", "Show me links to English-language articles about every river that drains into the Ob River, directly or through other rivers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P403> | <http://www.wikidata.org/prop/direct/P201> )+ <http://www.wikidata.org/entity/Q973> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". }"}}
{"id": "val_4336", "question": "What are all the subclasses of Thelemic Magick, including indirect ones?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  wd:Q1323734 wdt:P279 * ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["List the English-labeled concepts that are subclasses of magick as defined in Wikidata.", "Show me the hierarchy of concepts derived from Thelemic Magick, with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q1323734> <http://www.wikidata.org/prop/direct/P1647> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1647> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4337", "question": "What are the names of all sovereign countries in the world?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var2 ?label WHERE {\n  ?var2 wdt:P31 wd:Q3624078 .\n  ?var2 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Can you list all countries and their English labels from Wikidata?", "Which entities are classified as sovereign states, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_4338", "question": "What are the most common political and official positions held by Swedish citizens, ranked by frequency?", "sparql": "SELECT ?positionLabel (COUNT(?person) AS ?count) WHERE { ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q34 ; wdt:P39 ?position . ?position rdfs:label ?positionLabel . FILTER(LANG(?positionLabel) = \"en\") } GROUP BY ?positionLabel ORDER BY DESC(?count) ASC(?positionLabel)", "paraphrases": ["How many Swedish people hold each public office, and which positions are the most frequent?", "List the positions held by Swedish citizens in descending order of popularity, showing only English labels."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P39> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q34> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )ASC( ?var1Label )"}}
{"id": "val_4339", "question": "What are the date of birth and date of death of Eva Ekeblad?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  BIND(wd:Q1393227 AS ?person)\n  ?person rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Eva Ekeblad was born and when she died?", "Who is Eva Ekeblad, and when was she born and when did she die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1393227> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4340", "question": "What are the birth and death dates of William Allen?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q8004337 AS ?person ) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when William Allen was born and when he died?", "Show me the full name, birth date, and death date of the Australian clergyman William Allen."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8004337> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4341", "question": "What are the birth and death dates of John Brown of Pittsfield?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q6223565 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q6223565 wdt:P569 ?birthDate . } OPTIONAL { wd:Q6223565 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the life span of John Brown of Pittsfield, including his birth and death years?", "Who is John Brown of Pittsfield, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6223565> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4342", "question": "What entities are located in Banten Province and what are their types?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?instanceType WHERE {\n  ?item wdt:P131 wd:Q3540 .\n  ?item wdt:P31 ?instanceType .\n}", "paraphrases": ["What kinds of things (like cities or museums) are found in Banten Province?", "List all items in Banten Province along with their classifications (e.g., city, regency, museum)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3540> . ?var1 <http://www.wikidata.org/prop/direct/p31> ?var2 . }"}}
{"id": "val_4343", "question": "Chancellors of Germany and their term start and end dates", "sparql": "SELECT ?chancellor ?chancellorLabel ?startDate ?endDate WHERE { ?chancellor wdt:P39 wd:Q56022 . OPTIONAL { ?chancellor wdt:P580 ?startDate . } OPTIONAL { ?chancellor wdt:P582 ?endDate . } ?chancellor rdfs:label ?chancellorLabel . FILTER(LANG(?chancellorLabel) = \"en\") }", "paraphrases": ["Who were the chancellors of Germany, and when did their terms begin and end?", "List all individuals who held the office of Chancellor of Germany along with the start and end dates of their terms."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/entity/P39> <http://www.wikidata.org/entity/Q56022> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4344", "question": "Coordinates of Tolochenaz, Switzerland", "sparql": "SELECT ?coordinates WHERE { wd:Q69398 wdt:P625 ?coordinates .}", "paraphrases": ["What are the geographic coordinates of Tolochenaz?", "Can you tell me the latitude and longitude of the municipality of Tolochenaz in Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q69398> <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_4345", "question": "Coordinates of Udligenswil, Switzerland", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coordinates WHERE {\n  wd:Q14577 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What are the geographic coordinates of Udligenswil, a municipality in the canton of Lucerne, Switzerland?", "Can you tell me the latitude and longitude of Udligenswil, which is classified as a municipality of Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q14577> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4346", "question": "Coordinates of B\u00e4ttwil, Switzerland.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coordinates WHERE {\n  wd:Q70027 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What are the geographic coordinates of B\u00e4ttwil, a municipality in Switzerland?", "Can you tell me the latitude and longitude of B\u00e4ttwil, Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q70027> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4347", "question": "Coordinates of Rapperswil-Jona, Switzerland", "sparql": "SELECT ?coordinates WHERE { wd:Q69729 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .}", "paraphrases": ["What are the geographic coordinates of Rapperswil-Jona, which is a municipality in Switzerland?", "Please provide the WKT coordinates of Rapperswil-Jona, confirming it is classified as a municipality in Switzerland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q69729> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4348", "question": "What are the geographic coordinates of Uezwil, Switzerland?", "sparql": "SELECT ?coordinates WHERE { wd:Q65203 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .}", "paraphrases": ["Show me the location coordinates of Uezwil, which is a municipality in Switzerland.", "Where is Uezwil located? Return its coordinates as a point."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q65203> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4349", "question": "Coordinates of Lengwil, Switzerland", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coordinates WHERE {\n  wd:Q66289 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What are the geographic coordinates of Lengwil?", "Can you tell me the latitude and longitude of Lengwil, a municipality in Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q66289> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4350", "question": "List German-language radio stations.", "sparql": "SELECT ?station ?label WHERE { ?station (wdt:P31 / wdt:P279*) wd:Q14350 . ?station rdfs:label ?label . FILTER (LANG(?label) = \"de\") }", "paraphrases": ["What are the names of radio stations in German?", "Show me all radio stations (including those classified under broader categories like mass media or broadcasters) that have labels in German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q14350> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . }"}}
{"id": "val_4351", "question": "Countries and their legislative bodies", "sparql": "SELECT DISTINCT ?country ?countryLabel ?legislature ?legislatureLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P194 ?legislature . ?country rdfs:label ?countryLabel . ?legislature rdfs:label ?legislatureLabel . FILTER(LANG(?countryLabel) = \"en\" && LANG(?legislatureLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries have a legislative body, and what are their names?", "List all countries along with the names of their national parliaments or assemblies."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P194> ?var2 . OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/direct/P1001> | <http://www.wikidata.org/prop/direct/P17> ) ?var3 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4352", "question": "What entities are labeled 'rechts' in German?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item WHERE {\n  ?item rdfs:label \"rechts\" @de .\n}", "paraphrases": ["Which items in Wikidata have the German label 'rechts'?", "Show me all Wikidata items that are called 'rechts' in German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"rechts\"@de . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4353", "question": "What are the types of athletes?", "sparql": "SELECT ?athleteSubtype ?label WHERE { ?athleteSubtype wdt:P279 wd:Q2066131 . ?athleteSubtype rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are some specific kinds of athletes that are subclasses of the general category \"athlete\"?", "List all the specific athlete subtypes, such as \"minigolf player\" or \"League of Legends player\", that fall under the broader category of athlete."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q2066131> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4354", "question": "What is the English label for ExtendSim?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  BIND( wd:Q1384919 AS ?item ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name of the simulation software ExtendSim?", "Show me the identifier and label of ExtendSim in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1384919> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4355", "question": "Wind farms and their geographic coordinates", "sparql": "SELECT DISTINCT ?windFarm ?location WHERE { ?windFarm wdt:P31 wd:Q194356 ; wdt:P625 ?location .}", "paraphrases": ["Where are all the wind farms located?", "List all wind farms along with their latitude and longitude coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q194356> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_4356", "question": "Japanese skiers", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?name WHERE {\n  ?person wdt:P106 wd:Q4270517 .\n  ?person wdt:P27 wd:Q17 .\n  ?person rdfs:label ?name .\n  FILTER ( LANG( ?name ) = \"en\" )\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who are the skiers from Japan?", "List the English names of people who are citizens of Japan and have the occupation of skier."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4270517> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_4357", "question": "Image of Dan Walker with SNAC ARK ID w67w899r", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w67w899r\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of Dan Walker, who has the SNAC ARK ID w67w899r?", "Show me the Wikimedia Commons image of Dan Walker, identified by SNAC ARK ID w67w899r."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67w899r\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4358", "question": "Humans and the positions they have held", "sparql": "SELECT ?human ?humanLabel ?position ?positionLabel WHERE { ?human wdt:P31 wd:Q5 . ?human p:P39 ?statement . ?statement ps:P39 ?position . ?human rdfs:label ?humanLabel . ?position rdfs:label ?positionLabel . FILTER(LANG(?humanLabel) = \"en\") FILTER(LANG(?positionLabel) = \"en\") }", "paraphrases": ["Who are some humans and what positions have they held?", "List the names of humans and the offices they have held, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P39> ?var3 . ?var2 <http://www.wikidata.org/prop/statement/value/P39> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4359", "question": "Who are the kings of Morocco?", "sparql": "SELECT ?king ?kingLabel WHERE { ?king wdt:P31 wd:Q5 . ?king wdt:P39 wd:Q14566719 . ?king rdfs:label ?kingLabel . FILTER(LANG(?kingLabel) = \"en\") }", "paraphrases": ["List humans who have held the position of King of Morocco.", "Show me the names of all people who are humans and have been the King of Morocco."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q14566719> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4360", "question": "What country and city is the Pickwick Theatre located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  wd:Q4362570(wdt:P30 | wdt:P17 | wdt:P131) ?location .\n  ?location rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the administrative and national location of the Pickwick Theatre in Park Ridge, Illinois?", "Which places (such as city or country) is the Pickwick Theatre associated with through location properties in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q4362570> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4361", "question": "What are the geographic coordinates of the London Borough of Croydon, and what are the coordinates of the administrative region it belongs to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?croydonCoords ?adminRegionCoords WHERE {\n  wd:Q26888 wdt:P625 ?croydonCoords .\n  OPTIONAL {\n    wd:Q26888 wdt:P131 ?adminRegion .\n    ?adminRegion wdt:P625 ?adminRegionCoords .\n  }\n}", "paraphrases": ["Coordinates of Croydon and its parent administrative area (e.g., Greater London).", "Show me the location of Croydon and the location of the larger administrative area it is part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q26888> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q26888> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_4362", "question": "List of free software with English names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?software ?softwareLabel WHERE {\n  ?software wdt:P31 wd:Q341 .\n  ?software rdfs:label ?softwareLabel .\n  FILTER ( LANG( ?softwareLabel ) = \"en\" )\n}\nLIMIT 43", "paraphrases": ["What are some examples of free software and their English labels?", "Show me the English names of all free software items in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q341> . } LIMIT 43"}}
{"id": "val_4363", "question": "List universities, colleges, and university colleges in India with their official websites.", "sparql": "SELECT ?institution ?website ?label WHERE { { ?institution wdt:P31 wd:Q3918 . } UNION { ?institution wdt:P31 wd:Q189004 . } UNION { ?institution wdt:P31 wd:Q15407956 . } ?institution wdt:P856 ?website . ?institution wdt:P131* ?admin . ?admin wdt:P17 wd:Q668 . ?institution rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the official websites of universities and colleges located in India, along with their English names?", "Please provide the names and official websites of all educational institutions in India that are classified as universities, colleges, or university colleges."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . FILTER ( ( ?var4 IN ( <http://www.wikidata.org/entity/Q15407956> , <http://www.wikidata.org/entity/Q3918> , <http://www.wikidata.org/entity/Q189004> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 ; ( <http://www.wikidata.org/prop/direct/P131> */ <http://www.wikidata.org/prop/direct/P17> ) ?var5 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var5 = <http://www.wikidata.org/entity/Q668> ) ) ) . }"}}
{"id": "val_4364", "question": "List islands and their administrative regions and countries.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?island ?islandLabel ?administrativeEntity ?countryLabel WHERE {\n  ?island ( wdt:P31 / wdt:P279 * ) wd:Q23442 .\n  ?island wdt:P131 ?administrativeEntity .\n  OPTIONAL {\n    ?island wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  ?island rdfs:label ?islandLabel .\n  FILTER ( LANG( ?islandLabel ) = \"en\" )\n}", "paraphrases": ["What are the islands in the world, and in which administrative regions and countries are they located?", "Show me the names of islands, the administrative areas they belong to, and their corresponding countries, all in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23442> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en\". } }"}}
{"id": "val_4365", "question": "Japanese and English-labeled prefectures of Japan with the most language labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label_en_ja(COUNT(DISTINCT ?label) AS ?label_count) WHERE {\n  ?prefecture wdt:P31 wd:Q50337 ; rdfs:label ?label .\n  OPTIONAL {\n    ?prefecture rdfs:label ?label_en_ja .\n    FILTER(LANG(?label_en_ja) = \"ja\" || LANG(?label_en_ja) = \"en\")\n  }\n}\nGROUP BY ?label_en_ja\nORDER BY DESC(?label_count)", "paraphrases": ["Which Japanese prefectures have the highest number of language labels, and what are their Japanese or English names?", "Show me the Japanese and English names of prefectures in Japan, ranked by how many different language labels each has."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( COUNT ( DISTINCT ?var2Label ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q50337> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"ja\" ) || ( LANG ( ?var1 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_4366", "question": "List all Wikimedia categories with their labels.", "sparql": "SELECT ?category (SAMPLE(?categoryLabel) AS ?label) WHERE { ?category wdt:P31 wd:Q4167836 . ?category rdfs:label ?categoryLabel . } GROUP BY ?category LIMIT 110000", "paraphrases": ["What are the names of all Wikimedia categories on Wikidata?", "Please provide a list of up to 110,000 Wikimedia categories and their labels in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } LIMIT 110000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_4367", "question": "List of Austrian municipalities with their names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ( SAMPLE( ?label ) AS ?municipalityLabel ) WHERE {\n  ?municipality wdt:P31 wd:Q667509 .\n  ?municipality rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"de\" || LANG( ?label ) = \"en\" )\n}\nGROUP BY ?municipality", "paraphrases": ["What are the names of all municipalities in Austria?", "Show me the Austrian municipalities and their official names in German or English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q667509> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_4368", "question": "Subclasses of produce in Wikidata", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q1913301 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } LIMIT 11", "paraphrases": ["What are the types of agricultural products that are considered produce?", "List the categories of farm-produced crops and goods that fall under the class of produce."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1913301> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4369", "question": "List English-labeled datasets in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?dataset ?datasetLabel WHERE {\n  ?dataset wdt:P31 wd:Q1172284 .\n  ?dataset rdfs:label ?datasetLabel .\n  FILTER ( LANG( ?datasetLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are some datasets registered in Wikidata with English labels?", "Show me the names of datasets in Wikidata that have English labels."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Dataset> . { BIND ( ?var2 AS ?var1 ). } UNION { } }"}}
{"id": "val_4370", "question": "Who are the children of Spanish politicians born on or after January 1, 1851, and when were their parents born?", "sparql": "SELECT ?child ?childLabel ?parent ?parentLabel ?birthDate WHERE { ?child wdt:P31 wd:Q5 . ?child ?parentRelation ?parent . FILTER ( ?parentRelation IN (wdt:P22, wdt:P25) ) . ?parent wdt:P106 wd:Q82955 . ?parent wdt:P27 wd:Q29 . ?parent wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1851-01-01T00:00:00Z\"^^xsd:dateTime ) . ?child rdfs:label ?childLabel . ?parent rdfs:label ?parentLabel . FILTER (LANG(?childLabel) = \"en\") . FILTER (LANG(?parentLabel) = \"en\") } ORDER BY ASC(?birthDate)", "paraphrases": ["Children of Spanish politicians born after 1850, with parent birth dates.", "List all children of Spanish politicians who were born from 1851 onward, along with their parents' names and birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var4 ?var2 . FILTER ( ( ?var4 IN ( <http://www.wikidata.org/prop/direct/P22> , <http://www.wikidata.org/prop/direct/P25> ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var3 . FILTER ( ( ( ?var3 >= \"1851-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_4371", "question": "People born in August 1947 who are human.", "sparql": "SELECT ?personLabel (YEAR(?birthDate) AS ?year) (MONTH(?birthDate) AS ?month) ?typeLabel WHERE { ?person wdt:P569 ?birthDate . ?person wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER (LANG(?typeLabel) = \"en\") . FILTER (MONTH(?birthDate) = 8 && YEAR(?birthDate) = 1947) . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") . } LIMIT 10", "paraphrases": ["Who were the humans born in August 1947?", "List the names, birth year (1947), birth month (August), and type of all humans born in August 1947."], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( ?var2 ) AS ?var3 )( MONTH ( ?var2 ) AS ?var4 ) ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/Q5> *) ?var5 . FILTER ( ( ( MONTH ( ?var2 ) = \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( YEAR ( ?var2 ) = \"1947\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_4372", "question": "What types of programs is Scrum an instance of, and what are the higher-level categories of those types?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  wd:Q460387 wdt:P31 ?var1 .\n  OPTIONAL {\n    ?var1 wdt:P31 ?var2 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What classes does Scrum belong to, and what are those classes instances of?", "Show me the categories of Scrum and the categories those categories belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q460387> <http://www.wikidata.org/prop/direct/P31> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4373", "question": "Which software can read or write file formats identified by PRONOM IDs?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pronomId ?softwareVersion ?readerLabel ?softwareVersionLabel ?reader ?writer ?writerLabel WHERE {\n  ?softwareVersion wdt:P2748 ?pronomId .\n  {\n    ?reader wdt:P1072 ?softwareVersion .\n    ?reader rdfs:label ?readerLabel .\n    FILTER ( LANG( ?readerLabel ) = \"en\" )\n  } UNION {\n    ?writer wdt:P1073 ?softwareVersion .\n    ?writer rdfs:label ?writerLabel .\n    FILTER ( LANG( ?writerLabel ) = \"en\" )\n  }\n  ?softwareVersion rdfs:label ?softwareVersionLabel .\n  FILTER ( LANG( ?softwareVersionLabel ) = \"en\" )\n}", "paraphrases": ["For each PRONOM file format identifier, what software programs are capable of reading or writing that format?", "List the PRONOM file format IDs along with the names of software that can read or write them, including the software versions associated with those formats."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var2Label ?var3 ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2748> ?var1 . { ?var3 <http://www.wikidata.org/prop/direct/P1072> ?var2 . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P1073> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4374", "question": "Czech municipalities founded after 1300 with population over 1200, their coordinates and names.", "sparql": "SELECT ?municipality ?coordinates ?municipalityLabel ?populationCategory WHERE { ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?earliestRecord ; wdt:P1082 ?population ; wdt:P625 ?coordinates . BIND(YEAR(?earliestRecord) AS ?year) . FILTER(?year > 1300) . BIND(IF(?population > 1200, \">1200\", IF(?population > 1100, \"1100-1200\", \"<1100\")) AS ?populationCategory) . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which municipalities in the Czech Republic have their first written record after 1300, and how are they categorized by population size (above 1200, 1100\u20131200, or below 1100)?", "Show me the names, coordinates, and population categories (above 1200, 1100\u20131200, or below 1100) of Czech municipalities that were first recorded in writing after the year 1300."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var1Label ( IF ( ( ?var4 > \"1200\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \">1200\", IF ( ( ?var4 > \"1100\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1100-1200\", IF ( ( ?var4 > \"1100\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1100-1200\", \"<1100\" ) ) ) AS ?var5 ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var6 . FILTER ( ( ( ?var4 > \"1300\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4375", "question": "What German rivers and streams have a Gew\u00e4sserkennzahl (GKZ) but are not yet assigned a LAWA ID?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?waterbody ?gkz ?gkz_suffix WHERE {\n  ?waterbody wdt:P1183 ?gkz .\n  FILTER(STRSTARTS(?gkz , \"DE/\")) MINUS {\n    ?waterbody wdt:P3866 ?lawa_id .\n  }\n  BIND(STRAFTER(?gkz , \"DE/\") AS ?gkz_suffix)\n}\nORDER BY ?gkz", "paraphrases": ["List water bodies in Germany with a P1183 identifier starting with \"DE/\" but without a P3866 identifier.", "Which German waterways are identified by their GKZ but lack a LAWA waterbody reference?"], "info": {"raw_sparql": "SELECT ?var1 ( \"P3866\" AS ?var2 )( CONCAT ( \"\"\", ?var3 , \"\"\" ) AS ?var4 ) WHERE { BIND ( STRAFTER ( ?var5 , \"DE/\" ) AS ?var3 ). BIND ( REPLACE ( STR ( ?var6 ) , \".*Q\", \"Q\" ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P1183> ?var5 . FILTER ( ( STRSTARTS ( ?var5 , \"DE/\" ) ) ) . FILTER ( ( REGEX ( ?var5 , \"^DE/.{10}$\" ) ) ) . MINUS { ?var6 <http://www.wikidata.org/prop/direct/P3866> ?var7 . } } ORDER BY ASC( ?var5 )"}}
{"id": "val_4376", "question": "Disasters with geographic coordinates and English labels", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?disasterLabel ?coord WHERE {\n  ?disaster wdt:P31 wd:Q3839081 .\n  ?disaster wdt:P625 ?coord .\n  ?disaster rdfs:label ?disasterLabel .\n  FILTER ( LANG( ?disasterLabel ) = \"en\" )\n}\nLIMIT 300", "paraphrases": ["What are the English names and locations of disasters recorded in Wikidata?", "List the English labels and coordinates of all disasters in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3839081> . } LIMIT 300"}}
{"id": "val_4377", "question": "What is the MeSH ID for ulcerative colitis?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?meshId WHERE {\n  wd:Q1477 p:P486 ?statement .\n  ?statement ps:P486 ?meshId .\n}", "paraphrases": ["Can you tell me the Medical Subject Headings identifier for the disease ulcerative colitis?", "Show the MeSH Unique ID assigned to ulcerative colitis in the medical terminology system."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/prop/direct/Q1477> <http://www.wikidata.org/prop/P486> ?var1 . }"}}
{"id": "val_4378", "question": "What properties are used to link entities to North Macedonia, with their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propertyItem ?propertyLabel ?propertyDescription WHERE {\n  ?item ?directProperty wd:Q221 .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , SUBSTR( STR( ?directProperty ) , 40 ) ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?propertyItem schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata have North Macedonia as their object, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties that connect any item to North Macedonia in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q221> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4379", "question": "Diabetes: MeSH ID, health specialty, DiseasesDB ID, and symptoms", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disease ?diseaseLabel ?meshId ?healthSpecialty ?healthSpecialtyLabel ?diseasesDbId ?symptom ?symptomLabel WHERE {\n  ?disease wdt:P31 wd:Q12136 .\n  ?disease rdfs:label ?diseaseLabel .\n  FILTER ( LANG( ?diseaseLabel ) = \"en\" ) FILTER ( STR( ?diseaseLabel ) = \"diabetes\" ) OPTIONAL {\n    ?disease wdt:P486 ?meshId .\n  }\n  OPTIONAL {\n    ?disease wdt:P1995 ?healthSpecialty .\n    OPTIONAL {\n      ?healthSpecialty rdfs:label ?healthSpecialtyLabel .\n      FILTER ( LANG( ?healthSpecialtyLabel ) = \"en\" )\n    }\n  }\n  OPTIONAL {\n    ?disease wdt:P557 ?diseasesDbId .\n  }\n  OPTIONAL {\n    ?disease wdt:P780 ?symptom .\n    OPTIONAL {\n      ?symptom rdfs:label ?symptomLabel .\n      FILTER ( LANG( ?symptomLabel ) = \"en\" )\n    }\n  }\n}", "paraphrases": ["What are the MeSH ID, medical specialty, DiseasesDB ID, and symptoms associated with diabetes?", "Show me the MeSH identifier, medical field, DiseasesDB identifier, and clinical symptoms for the disease diabetes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 ?var1Label \"string1\"@en . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P486> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1995> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P557> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P780> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4380", "question": "DC Universe characters and their fathers in English", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?character ?characterLabel ?father ?fatherLabel WHERE {\n  ?character wdt:P1080 wd:Q1152150 .\n  ?character rdfs:label ?characterLabel .\n  ?character wdt:P22 ?father .\n  ?father rdfs:label ?fatherLabel .\n  FILTER ( LANG( ?characterLabel ) = \"en\" ) .\n  FILTER ( LANG( ?fatherLabel ) = \"en\" ) .\n}", "paraphrases": ["Who are the characters from the DC Universe and who are their fathers, with names in English?", "List all English-named characters from the DC Universe along with the names of their biological fathers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q1152150> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_4381", "question": "List characters from Celtic mythology and their fathers, with English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?character ?characterLabel ?father ?fatherLabel WHERE {\n  ?character wdt:P1080 wd:Q1106575 .\n  ?character rdfs:label ?characterLabel .\n  ?character wdt:P22 ?father .\n  ?father rdfs:label ?fatherLabel .\n  FILTER(LANG(?characterLabel) = \"en\")\n  FILTER(LANG(?fatherLabel) = \"en\")\n}", "paraphrases": ["Who are the characters in Celtic mythology, and who are their fathers according to Wikidata?", "Show me the English names of characters from Celtic mythology along with the English names of their biological fathers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q1106575> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_4382", "question": "What Wikidata item has the IMDb ID tt1727824?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt1727824\" . }", "paraphrases": ["Which movie on Wikidata is associated with the IMDb identifier tt1727824?", "Find the Wikidata entry for the film with IMDb ID tt1727824."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1727824\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_4383", "question": "What are the 10 largest cities in the world with a currently serving female head of government, and who are they?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ( MAX( ?population ) AS ?maxPopulation ) ?cityLabel ?headOfGovernmentLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city p:P6 ?headStatement .\n  ?headStatement ps:P6 ?headOfGovernment .\n  ?headOfGovernment wdt:P21 wd:Q6581072 .\n  FILTER ( NOT EXISTS {\n    ?headStatement pq:P582 []\n  }\n  ) .\n  ?city wdt:P1082 ?population .\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?headOfGovernment rdfs:label ?headOfGovernmentLabel .\n    FILTER ( LANG( ?headOfGovernmentLabel ) = \"en\" )\n  }\n}\nGROUP BY ?cityLabel ?headOfGovernmentLabel\nORDER BY DESC ( ?maxPopulation )\nLIMIT 10", "paraphrases": ["Show me the top 10 cities by population where the mayor or equivalent leader is a woman, along with her name and the city\u2019s population.", "Which cities have the highest populations led by women in office today? List the city name, the leader\u2019s name, and the population."], "info": {"raw_sparql": "SELECT( MAX ( ?var1 ) AS ?var2 ) ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var5 <http://www.wikidata.org/prop/P6> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P6> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var8 . } ) ) . ?var5 <http://www.wikidata.org/prop/direct/P1082> ?var1 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var3 ?var4 ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_4384", "question": "Who are the living computer scientists that have received the Latvian Cross of Recognition and have a Wikipedia page and an image on Wikimedia Commons?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?image ?wikipediaPageTitle WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P166 wd:Q1232376 .\n  ?person wdt:P18 ?image .\n  ?wikipediaPage schema:about ?person ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( NOT EXISTS {\n    ?person wdt:P570 ?deathDate\n  }\n  ) BIND( strafter( str( ?wikipediaPage ) , \"https://en.wikipedia.org/wiki/\" ) AS ?wikipediaPageTitle )\n}", "paraphrases": ["List computer scientists from Latvia who received the Cross of Recognition, are still alive, and have a Wikipedia article with a photo.", "Which computer scientists have been awarded the Latvian Order of Merit, are alive, and have both a Wikipedia page and a Commons image?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q1232376> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_4385", "question": "Which Hebrew-named biblical figures are considered by Rashi\u2019s sources to be the same as less prominent figures?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P460 ?stmt .\n  ?stmt ps:P460 ?sameAs .\n  ?stmt prov:wasDerivedFrom / pr:P248 / wdt:P50 wd:Q26456 .\n  {\n    SELECT ?item(COUNT(?sitelink) AS ?count1) WHERE {\n      ?sitelink schema:about ?item .\n    }\n    GROUP BY ?item\n  }\n  .\n  {\n    SELECT ?sameAs(COUNT(?sitelink) AS ?count2) WHERE {\n      ?sitelink schema:about ?sameAs .\n    }\n    GROUP BY ?sameAs\n  }\n  .\n  FILTER(?count1 > ?count2)\n  .\n  ?item rdfs:label ?itemLabel\n  FILTER(LANG(?itemLabel) = \"he\")\n}", "paraphrases": ["According to sources authored by Rashi, which Hebrew-labeled individuals are more widely referenced (have more Wikipedia links) than the people they are identified with?", "What are the Hebrew names of entities that Rashi claimed were identical to others, but are more well-known on Wikipedia?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { { SELECT ?var2 ( GROUP_CONCAT ( DISTINCT ?var3Label ; SEPARATOR = \" / \" ) AS ?var1Label ) WHERE { { ?var2 <http://www.wikidata.org/prop/P460> [ <http://www.wikidata.org/prop/statement/P460> ?var4 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> / <http://www.wikidata.org/prop/direct/P50> ) <http://www.wikidata.org/entity/Q26456> ] . ?var2 <http://wikiba.se/ontology#sitelinks> ?var5 . ?var4 <http://wikiba.se/ontology#sitelinks> ?var6 . FILTER ( ( ( ?var5 > ?var6 ) ) ) . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"he\" ) ) ) . } UNION { BIND ( ?var7 AS ?var2 ). ?var8 <http://www.wikidata.org/prop/P460> [ <http://www.wikidata.org/prop/statement/P460> ?var7 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> / <http://www.wikidata.org/prop/direct/P50> ) <http://www.wikidata.org/entity/Q26456> ] . ?var8 <http://wikiba.se/ontology#sitelinks> ?var5 . ?var7 <http://wikiba.se/ontology#sitelinks> ?var6 . FILTER ( ( ( ?var5 < ?var6 ) ) ) . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"he\" ) ) ) . } } GROUP BY ?var2 } }"}}
{"id": "val_4386", "question": "Czech municipalities with earliest written records before 1007 and their coordinates", "sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5153359 . ?var1 wdt:P1249 ?var3 . ?var1 wdt:P625 ?var2 . BIND(YEAR(?var3) AS ?var4) FILTER(?var4 < 1007) ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"cs\") }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1007, and where are they located?", "Can you list the Czech municipalities that have documented historical records dating to before 1007, along with their geographic coordinates?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1007\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4387", "question": "Czech municipalities with earliest written records before 1057 and their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE {\n  ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?date ; wdt:P625 ?coordinates ; rdfs:label ?municipalityLabel .\n  BIND(YEAR(?date) AS ?year)\n  FILTER(?year < 1057)\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1057, and where are they located?", "List the English names, geographic coordinates, and earliest recorded mentions (before 1057) of all municipalities in the Czech Republic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1057\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4388", "question": "Czech municipalities with earliest written record before 1167 and their coordinates", "sparql": "SELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE { VALUES ?class { wd:Q5153359 wd:Q15978299 } ?municipality wdt:P31 ?class . ?municipality wdt:P1249 ?date . BIND(YEAR(?date) AS ?year) FILTER (?year < 1167) ?municipality wdt:P625 ?coordinates . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1167, and where are they located?", "List the English names, geographic coordinates, and earliest written records (before 1167) of all municipalities in the Czech Republic, including statutory cities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1167\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4389", "question": "Czech municipalities with earliest written record before 1217 and their coordinates", "sparql": "SELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE { ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?date ; wdt:P625 ?coordinates . BIND(YEAR(?date) AS ?year) FILTER(?year < 1217) ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before the year 1217, and where are they located?", "List the English names, geographic coordinates, and earliest written records of Czech municipalities that existed before 1217."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1217\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4390", "question": "Czech municipalities with earliest written records before 1284 and their coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?municipality ?coord ?municipalityLabel WHERE {\n  ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?date ; wdt:P625 ?coord .\n  BIND( YEAR( ?date ) AS ?year ) FILTER ( ?year < 1284 ) .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER ( LANG( ?municipalityLabel ) = \"en\" )\n}", "paraphrases": ["Which municipalities in the Czech Republic were first recorded in writing before the year 1284, and where are they located?", "List the English names and geographic coordinates of Czech municipalities that first appeared in historical records before 1284."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1284\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4391", "question": "Czech municipalities founded before 1331 with coordinates and English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE {\n  ?municipality wdt:P17 wd:Q213 ; wdt:P571 ?founded ; wdt:P625 ?coordinates ; rdfs:label ?municipalityLabel .\n  FILTER ( YEAR( ?founded ) < 1331 ) FILTER ( LANG( ?municipalityLabel ) = \"en\" )\n}", "paraphrases": ["Which municipalities in the Czech Republic were founded before the year 1331, and what are their locations and English names?", "List all Czech municipalities established before 1331, including their geographic coordinates and English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1331\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4392", "question": "Czech municipalities with earliest written record before 1341 and their coordinates and English names.", "sparql": "SELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE { ?municipality wdt:P31 wd:Q5153359 . ?municipality wdt:P1249 ?date . ?municipality wdt:P625 ?coordinates . BIND(YEAR(?date) AS ?year) FILTER(?year < 1341) ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before 1341, and what are their locations and English names?", "List all Czech municipalities established before 1341, along with their geographic coordinates and English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1341\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4393", "question": "What are the Czech municipalities with their coordinates and earliest written records before the year 1392?", "sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5153359 . ?var1 wdt:P1249 ?var3 . BIND(YEAR(?var3) AS ?var4) . ?var1 wdt:P625 ?var2 . FILTER(?var4 < 1392) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["List the English names, locations, and first historical mentions of Czech municipalities that were recorded before 1392.", "Which towns in the Czech Republic have documented written records dating back to before 1392, and where are they located?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1392\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4394", "question": "What are the Czech municipalities with their earliest written records before 1450 and their geographic coordinates?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?municipality ?coord ?year WHERE {\n  ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?date ; wdt:P625 ?coord .\n  BIND( YEAR( ?date ) AS ?year ) FILTER ( ?year < 1450 )\n}", "paraphrases": ["Show me the locations and years of first historical mention for Czech towns established before 1450.", "Which municipalities in the Czech Republic were first recorded in writing before the year 1450, and where are they located?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1450\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4395", "question": "Czech municipalities with earliest written records before 1493 and their coordinates.", "sparql": "SELECT DISTINCT ?municipality ?coord ?municipalityLabel WHERE { ?municipality wdt:P31 wd:Q5153359 ; wdt:P1249 ?date ; wdt:P625 ?coord ; rdfs:label ?municipalityLabel . FILTER (LANG(?municipalityLabel) = \"en\") . BIND(YEAR(?date) AS ?year) . FILTER (?year < 1493) . }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before 1493, and where are they located?", "List the names and geographic coordinates of Czech municipalities that have historical records dating back to before 1493."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1493\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4396", "question": "Czech municipalities with earliest written records before 1541 and their coordinates.", "sparql": "SELECT DISTINCT ?municipality ?coordinates ?municipalityLabel WHERE { ?municipality wdt:P31 wd:Q5153359 . ?municipality wdt:P1249 ?date . BIND(YEAR(?date) AS ?year) ?municipality wdt:P625 ?coordinates . FILTER(?year < 1541) ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["Which municipalities in the Czech Republic were first mentioned in writing before 1541, and where are they located?", "List the English names, geographic coordinates, and historical first mentions (before 1541) of all Czech municipalities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5153359> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2788> [] . } BIND ( YEAR ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( ?var4 < \"1541\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4397", "question": "Entities considered the same but with different occupations in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity1 ?entity1Label ?entity2 ?entity2Label ?value1 ?value1Label ?value2 ?value2Label WHERE {\n  ?entity1 wdt:P460 ?entity2 .\n  ?entity1 wdt:P106 ?value1 .\n  ?entity2 wdt:P106 ?value2 .\n  FILTER ( ?value1 != ?value2 ) OPTIONAL {\n    ?entity1 rdfs:label ?entity1Label .\n    FILTER ( LANG( ?entity1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?entity2 rdfs:label ?entity2Label .\n    FILTER ( LANG( ?entity2Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value1 rdfs:label ?value1Label .\n    FILTER ( LANG( ?value1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value2 rdfs:label ?value2Label .\n    FILTER ( LANG( ?value2Label ) = \"en\" )\n  }\n}\nLIMIT 5", "paraphrases": ["Which pairs of entities in Wikidata are marked as possibly the same person, yet have different occupations?", "Show me examples of people or figures in Wikidata that are listed as potentially identical but have conflicting occupation records."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P460> ?var2 . ?var3 ?var4 ?var1 . ?var2 ?var4 ?var5 . { BIND ( ?var3 AS ?var6 ). BIND ( ?var1 AS ?var7 ). } UNION { BIND ( ?var2 AS ?var6 ). BIND ( ?var5 AS ?var7 ). } } LIMIT 5"}}
{"id": "val_4398", "question": "Pairs of entities mutually labeled as the same in Wikidata with English labels.", "sparql": "SELECT ?item1 ?item1Label ?item2 ?item2Label WHERE { ?item1 wdt:P460 ?item2 . ?item2 wdt:P460 ?item1 . ?item1 rdfs:label ?item1Label . ?item2 rdfs:label ?item2Label . FILTER(LANG(?item1Label) = \"en\" && LANG(?item2Label) = \"en\") } LIMIT 10", "paraphrases": ["Which pairs of entities in Wikidata are said to be the same as each other in both directions, and what are their English names?", "Show me mutually symmetric \"same as\" relationships between entities in Wikidata, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { [] ?var3 ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P460> ?var2 . ?var2 ?var3 [] . }"}}
{"id": "val_4399", "question": "What properties are most commonly used to link other items to James Caulfeild, 1st Earl of Charlemont, and how many times each?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q3160976 . OPTIONAL { ?property rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships connect James Caulfeild, 1st Earl of Charlemont, to other entities in Wikidata, and how frequently do they occur?", "Show me the properties that link other items to James Caulfeild, 1st Earl of Charlemont, sorted by how often they\u2019re used \u2014 only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3160976> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4400", "question": "Coordinates of Bernex, Switzerland", "sparql": "SELECT ?coordinates WHERE { wd:Q65259 wdt:P625 ?coordinates ; wdt:P31 wd:Q70208 .}", "paraphrases": ["What are the geographic coordinates of Bernex, a municipality in Switzerland?", "Can you tell me the latitude and longitude of Bernex, Switzerland?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q65259> <http://www.wikidata.org/prop/direct/P625> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4401", "question": "What is the coat of arms image of the Swiss municipality Ellikon an der Thur?", "sparql": "SELECT ?municipality ?municipalityLabel ?coatOfArms WHERE { ?municipality wdt:P17 wd:Q39 ; wdt:P31 wd:Q15284 ; wdt:P94 ?coatOfArms . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["Which Swiss municipalities have official coat of arms images?", "Can you show me the heraldic emblems of Swiss towns?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://classifications.data.admin.ch/municipality/353> <http://www.wikidata.org/prop/direct/P94> ?var1 . }"}}
{"id": "val_4402", "question": "Coat of arms image of Islisberg", "sparql": "SELECT ?coatOfArmsImage WHERE { wd:Q64929 wdt:P94 ?coatOfArmsImage .}", "paraphrases": ["What is the image of the coat of arms for the municipality of Islisberg?", "Show me the SVG file representing the coat of arms of Islisberg, Switzerland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q64929> <http://www.wikidata.org/prop/direct/P94> ?var1 . }"}}
{"id": "val_4403", "question": "Properties linking other items to the ice hockey team Fran\u00e7ais Volants, with usage count greater than one.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q1345524 . } GROUP BY ?property HAVING (COUNT(?item) > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect other entities to the French ice hockey team Fran\u00e7ais Volants, and how often are they used?", "Show me the properties that relate other items to Fran\u00e7ais Volants, sorted by frequency, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1345524> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4404", "question": "Which movie has the Swedish Film Database ID 4134?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P2334 \"4134\" .\n}", "paraphrases": ["What is the Wikidata item for the film with SFDb ID 4134?", "Find the movie in Wikidata that corresponds to the Swedish Film Database ID 4134."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2334> \"4134\". }"}}
{"id": "val_4405", "question": "Coat of arms image of Weiach, Switzerland", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coatOfArmsImage WHERE {\n  wd:Q70088 wdt:P94 ?coatOfArmsImage ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What is the coat of arms image for the municipality of Weiach in Switzerland?", "Show me the SVG file of the coat of arms for Weiach, which is a municipality in the canton of Z\u00fcrich."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q70088> <http://www.wikidata.org/prop/direct/P94> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4406", "question": "Coat of arms image of Ermensee, Switzerland", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coatOfArmsImage WHERE {\n  wd:Q7115 wdt:P94 ?coatOfArmsImage ; wdt:P31 wd:Q70208 .\n}", "paraphrases": ["What is the coat of arms image for the municipality of Ermensee in Switzerland?", "Show me the official coat of arms image of Ermensee, which is a municipality in Switzerland."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q7115> <http://www.wikidata.org/prop/direct/P94> ?var1 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . }"}}
{"id": "val_4407", "question": "What Latin Wikipedia pages cover locations in Central Europe between 12\u00b0E and 19\u00b0E longitude and 49\u00b0N and 51\u00b0N latitude, and what are their English labels and coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?itemLabel ?coord ?page WHERE {\n  ?page schema:about ?item ; schema:inLanguage \"la\" .\n  ?item wdt:P625 ?coord .\n  BIND(STRAFTER(STR(?coord) , \"POINT(\") AS ?coordBody)\n  .\n  BIND(STRBEFORE(?coordBody , \")\") AS ?coordNumbers)\n  .\n  BIND(STRBEFORE(?coordNumbers , \" \") AS ?lonStr)\n  .\n  BIND(STRAFTER(?coordNumbers , \" \") AS ?latStr)\n  .\n  BIND(xsd:double(?lonStr) AS ?lon)\n  .\n  BIND(xsd:double(?latStr) AS ?lat)\n  .\n  FILTER(?lon >= 12 && ?lon <= 19 && ?lat >= 49 && ?lat <= 51)\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Show me the English names, geographic coordinates, and Latin Wikipedia links for places located in the region spanning from Prague to the Czech-German border.", "Which places in the Czech Republic, Slovakia, and southern Germany have articles in Latin Wikipedia, and where are they located?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"la\". SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(12 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(19 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,la,en\". } }"}}
{"id": "val_4408", "question": "AllMovie and IMDb IDs for films, animated films, silent films, documentaries, TV movies, musicals, and short films.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?allmovieId ?imdbId WHERE {\n  VALUES ?filmType {\n    wd:Q11424 wd:Q202866 wd:Q226730 wd:Q93204 wd:Q506240 wd:Q842256 wd:Q24862\n  }\n  ?film wdt:P31 ?filmType .\n  ?film wdt:P345 ?imdbId .\n  ?film wdt:P1562 ?allmovieId .\n}", "paraphrases": ["Which films have both an AllMovie ID and an IMDb ID, and what are their types?", "Can you list all films (including animated, silent, documentary, TV, musical, and short films) that are assigned both an AllMovie identifier and an IMDb identifier?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q11424> ) ( <http://www.wikidata.org/entity/Q202866> ) ( <http://www.wikidata.org/entity/Q226730> ) ( <http://www.wikidata.org/entity/Q93204> ) ( <http://www.wikidata.org/entity/Q506240> ) ( <http://www.wikidata.org/entity/Q842256> ) ( <http://www.wikidata.org/entity/Q24862> ) } ?var4 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P1562> ?var1 . } ORDER BY ASC( ?var4 )ASC( ?var3 )"}}
{"id": "val_4409", "question": "German labels of subclasses of volcanic landform", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label WHERE {\n  ?subclass wdt:P279 wd:Q29025902 .\n  ?subclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"de\")\n}\nORDER BY ASC(?label)", "paraphrases": ["What are the German-language names of geological features that are subclasses of volcanic landform?", "List all volcanic landform subclasses with their German labels, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4498085> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_4410", "question": "English-language food items related to milk and their USDA NDB numbers", "sparql": "SELECT ?item ?itemLabel ?usdaNdbNumber WHERE { ?item (wdt:P279|wdt:P31) wd:Q8495 . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . FILTER (CONTAINS(LCASE(?itemLabel), \"milk\")) . OPTIONAL { ?item wdt:P1978 ?usdaNdbNumber . } } LIMIT 2", "paraphrases": ["What are some types of milk in English that have a USDA NDB number?", "List subclasses and instances of milk in English, along with their USDA food database identifiers if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q27643250> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1978> ?var2 . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"milk\"@en ) ) ) . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q27643250> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1978> ?var2 . } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"milk\"@en ) ) ) . } } LIMIT 2"}}
{"id": "val_4411", "question": "Universities in Hong Kong, China, with their official websites and coordinates.", "sparql": "SELECT ?universityLabel ?website ?coordinates WHERE { ?university (wdt:P31/wdt:P279*) wd:Q3918 . ?university wdt:P17 wd:Q148 . ?university wdt:P276 wd:Q8646 . ?university wdt:P625 ?coordinates . OPTIONAL { ?university wdt:P856 ?website . } ?university rdfs:label ?universityLabel . FILTER(LANG(?universityLabel) = \"en\") }", "paraphrases": ["What are the universities in Hong Kong, China, and what are their official websites and geographic coordinates?", "Please list all universities located in Hong Kong, China, along with their official websites and coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q148> . ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q8646> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,zh\". } }"}}
{"id": "val_4412", "question": "English labels and descriptions for Bell 30 helicopter", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?label WHERE {\n  wd:Q617701 ?property ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?property )\nLIMIT 100", "paraphrases": ["What are the English names and descriptions of the Bell 30 experimental helicopter?", "Show me all English-language labels for the Bell 30 helicopter, sorted by property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q617701> ?var2 ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } ORDER BY ASC( ?var2 ) LIMIT 100"}}
{"id": "val_4413", "question": "What is the Wikidata item for the MyDramaList title ID 4652?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P3868 \"4652\" .\n}", "paraphrases": ["Which film or TV series has the MyDramaList ID 4652?", "Find the Wikidata entry for the MyDramaList title with ID 4652."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3868> \"4652\". }"}}
{"id": "val_4414", "question": "Who received the Nobel Prize and in what year?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?personLabel ?date WHERE {\n  ?person wdt:P166 ?award .\n  ?award wdt:P361 wd:Q7191 .\n  ?statement ps:P166 ?award ; pq:P585 ?date .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["List people who have been awarded the Nobel Prize along with the year they received it.", "Which individuals have won a Nobel Prize, and when did they receive it?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5624766> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4415", "question": "Biological species with EoL ID and their taxonomic classification", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon ?taxonLabel ( GROUP_CONCAT( ?classLabel ; SEPARATOR = \"; \" ) AS ?classes ) WHERE {\n  ?taxon wdt:P830 [] ; wdt:P31 ?class .\n  ?taxon rdfs:label ?taxonLabel .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?taxonLabel ) = \"en\" ) FILTER ( LANG( ?classLabel ) = \"en\" ) FILTER ( ?class != wd:Q16521 )\n}\nGROUP BY ?taxon ?taxonLabel", "paraphrases": ["What are the biological taxa that have an Encyclopedia of Life ID, and what taxonomic ranks are they classified as?", "List all organisms with an Encyclopedia of Life identifier along with their taxonomic class (excluding the general \"taxon\" category)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \"; \" ) AS ?var3 ) WHERE { { SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P830> [] ; <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q16521> ) ) ) . } } MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16521> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_4416", "question": "List cities in Wikidata with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}", "paraphrases": ["What are some cities in Wikidata and what are their English labels?", "Show me the English names of all cities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4417", "question": "All properties and subjects linked to the chemical element on Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subject ?property WHERE {\n  ?subject ?property wd:Q7038228 .\n}", "paraphrases": ["Which entities and properties relate to the category 'chemical element' in Wikidata?", "Show me everything in Wikidata that refers to chemical elements as objects."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q7038228> . }"}}
{"id": "val_4418", "question": "Current female heads of cities around the world", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel ?head ?headLabel WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city p:P6 ?statement .\n  ?statement ps:P6 ?head .\n  ?head wdt:P21 wd:Q6581072 .\n  FILTER(NOT EXISTS {\n    ?statement pq:P582 ?endTime\n  })\n  ?city rdfs:label ?cityLabel .\n  ?head rdfs:label ?headLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n  FILTER(LANG(?headLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Who are the current female mayors or city leaders of cities globally?", "List the names of cities and their currently serving female heads of government, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/P6> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_4419", "question": "German-language buildings with \"cinema\" in their name", "sparql": "SELECT DISTINCT ?cinema ?cinemaLabel WHERE { ?cinema (wdt:P31/wdt:P279*) wd:Q41176 ; rdfs:label ?cinemaLabel . FILTER(CONTAINS(LCASE(?cinemaLabel), \"cinema\")) FILTER(LANG(?cinemaLabel) = \"de\") } LIMIT 100", "paraphrases": ["What are the names of cinemas in German that are classified as buildings?", "What are the German-language labels of entities that are cinemas and classified as buildings?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/entity/P279> *) <http://www.wikidata.org/entity/Q41176> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"cinema\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_4420", "question": "What are the most recent population figures for all municipalities in Switzerland, sorted from highest to lowest?", "sparql": "SELECT ?municipality ?date ?population WHERE { ?municipality wdt:P31 wd:Q70208 . ?municipality p:P1082 ?statement . ?statement ps:P1082 ?population ; pq:P585 ?date . { SELECT ?municipality (MAX(?date) AS ?maxDate) WHERE { ?municipality wdt:P31 wd:Q70208 . ?municipality p:P1082 ?statement . ?statement pq:P585 ?date . } GROUP BY ?municipality } FILTER (?date = ?maxDate) } ORDER BY DESC(?population)", "paraphrases": ["Show the latest recorded population for each Swiss municipality, ordered by population size.", "Which Swiss municipalities have the highest populations as of their most recent census date?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q70208> . ?var1 <http://www.wikidata.org/prop/P1082> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P1082> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/P1082> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P1082> ?var6 ; <http://www.wikidata.org/prop/qualifier/P585> ?var7 . FILTER ( ( ( ?var7 > ?var2 ) ) ) . } ) ) . } ORDER BY DESC( ?var3 )"}}
{"id": "val_4421", "question": "Labels of Lolo Soetoro in Indonesian, English, German, French, and Italian, along with his English Wikipedia page.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?location ?wikipedia WHERE {\n  VALUES(?lang ?sortKey) {(\"id\" 1)(\"en\" 2)(\"de\" 3)(\"fr\" 4)(\"it\" 5)\n  }\n  wd:Q4115068 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q4115068 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q4115068 wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?wikipedia rdf:type schema:Article ; schema:about wd:Q4115068 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?sortKey", "paraphrases": ["What are the labels for Lolo Soetoro in Indonesian, English, German, French, and Italian, and what is his English Wikipedia article?", "Show me the names of Lolo Soetoro in Indonesian, English, German, French, and Italian, ordered by language preference, and link to his English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q4115068> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q4115068> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q4115068> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q4115068> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4422", "question": "What is the English label, description, and image of the painting \"Madonna\" in the Dulwich Picture Gallery?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q23928498 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q23928498 wdt:P18 ?image . } OPTIONAL { wd:Q23928498 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the title, description, and picture of the painting Madonna attributed to a follower of Francesco Albani.", "Can you provide the English name, brief description, and Wikimedia Commons image for the artwork known as Madonna?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23928498> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q23928498> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23928498> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4423", "question": "English label, description, and image of the album Madonna by \u2026And You Will Know Us by the Trail of Dead.", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q1147459 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q1147459 wdt:P18 ?image . } OPTIONAL { wd:Q1147459 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name, description, and image of the album \"Madonna\" by \u2026And You Will Know Us by the Trail of Dead?", "Please provide the English label and description of the album \"Madonna\" by \u2026And You Will Know Us by the Trail of Dead, along with its image if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1147459> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1147459> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1147459> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4424", "question": "List the 10 most populous cities in the world with a currently serving female head of government, along with their populations and leaders' names.", "sparql": "SELECT DISTINCT ?city ?cityLabel ?headOfGovernment ?headOfGovernmentLabel ?population WHERE { BIND( wd:Q6581072 AS ?female ) . BIND( wd:Q515 AS ?cityClass ) . ?city ( wdt:P31 / wdt:P279* ) ?cityClass . ?city p:P6 ?headOfGovernmentStatement . ?headOfGovernmentStatement ps:P6 ?headOfGovernment . FILTER ( NOT EXISTS { ?headOfGovernmentStatement pq:P582 ?endTime } ) . ?headOfGovernment wdt:P21 ?female . OPTIONAL { ?city wdt:P1082 ?population . } OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } OPTIONAL { ?headOfGovernment rdfs:label ?headOfGovernmentLabel . FILTER(LANG(?headOfGovernmentLabel) = \"en\") } } ORDER BY DESC(?population) LIMIT 10", "paraphrases": ["Which cities have a female mayor or head of government currently in office, and what are their populations, ordered from highest to lowest?", "Show me the top 10 cities by population where the head of government is a woman and still in office, including the city name, leader\u2019s name, and population."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q6581072> AS ?var4 ). BIND ( <http://www.wikidata.org/entity/Q515> AS ?var5 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var5 . ?var1 <http://www.wikidata.org/prop/P6> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> ?var4 . FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 ) LIMIT 10"}}
{"id": "val_4425", "question": "What properties use Antarctica as an example, and what qualifiers are associated with those examples?", "sparql": "SELECT ?property ?statement (SAMPLE(?qualifier) AS ?qualifierLabel)\nWHERE {\n  {\n    SELECT DISTINCT ?property ?statement WHERE {\n      ?statement ps:P1855 wd:Q51 .\n      ?property p:P1855 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?property ?statement", "paraphrases": ["Show me the properties that have Antarctica as an example value, along with any qualifiers used in those examples.", "Which Wikidata properties are exemplified by Antarctica, and what additional information (qualifiers) is provided in those example statements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1855> <http://www.wikidata.org/entity/Q51> . ?var1 <http://www.wikidata.org/prop/P1855> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4426", "question": "What is the English label, description, and image of the book \"The Birthday\" by K\u014dji Suzuki?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q1402878 rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q1402878 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1402878 schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the English name and description of the book \"The Birthday\", and is there an image available for it on Wikimedia Commons?", "Please provide the English label and description of the book \"The Birthday\", along with its associated image if one exists."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1402878> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1402878> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1402878> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4427", "question": "What are the names and genders of all known house cats in Wikidata, with English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cat ?catLabel ?gender ?genderLabel WHERE {\n  ?cat wdt:P31 wd:Q146 ; wdt:P21 ?gender .\n  ?cat rdfs:label ?catLabel .\n  ?gender rdfs:label ?genderLabel .\n  FILTER ( LANG( ?catLabel ) = \"en\" ) FILTER ( LANG( ?genderLabel ) = \"en\" )\n}", "paraphrases": ["List famous cats and their biological sex.", "Show me a list of domestic cats along with whether they are male or female."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> ; <http://www.wikidata.org/prop/direct/P21> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4428", "question": "What is the English name of Estelle Lef\u00e9bure on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q3058909 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"EN\" ) )\n}\nLIMIT 1", "paraphrases": ["What is Estelle Lef\u00e9bure's name in English according to Wikidata?", "Please provide the English label for the Wikidata item of Estelle Lef\u00e9bure."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q3058909> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_4429", "question": "What are all the broader categories that a passenger car belongs to, and what are their immediate parent categories?", "sparql": "SELECT ?ancestor ?ancestorLabel ?superclass WHERE { wd:Q1144312 wdt:P279* ?ancestor . OPTIONAL { ?ancestor wdt:P279 ?superclass . } ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["List all classes that passenger cars are subclasses of, along with each class\u2019s own superclass.", "What is the classification hierarchy above passenger cars in Wikidata, showing each level and its direct parent?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q1144312> <http://www.wikidata.org/prop/direct/P279> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4430", "question": "Saudi Arabian citizens without Arabic labels and their other citizenships", "sparql": "SELECT ?person ?personLabel ?citizenship WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q851 . ?person wdt:P27 ?citizenship . FILTER (NOT EXISTS { ?person rdfs:label ?label . FILTER (LANG(?label) = \"ar\") }) } ORDER BY ASC(?personLabel)", "paraphrases": ["Who are the human citizens of Saudi Arabia that do not have an Arabic label, and what other countries are they citizens of?", "List all Saudi Arabian citizens who are human and lack an Arabic label, along with all their countries of citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q851> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"ar\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4431", "question": "Humans with Syrian citizenship and other nationalities, excluding those with Arabic labels.", "sparql": "SELECT ?var1 (SAMPLE(?var1Label) AS ?label) ?var3 WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P27 wd:Q858 . OPTIONAL { ?var1 rdfs:label ?var1Label . } OPTIONAL { ?var1 wdt:P27 ?var3 . } FILTER ( NOT EXISTS { ?var1 rdfs:label ?arLabel . FILTER(LANG(?arLabel) = \"ar\") } ) } GROUP BY ?var1 ?var3 ORDER BY ASC(?label)", "paraphrases": ["Who are the people who are citizens of Syria and also hold other citizenships, but do not have any Arabic-language label?", "List all individuals who are citizens of Syria along with their other countries of citizenship, but exclude anyone who has an Arabic label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q858> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"ar\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4432", "question": "Properties in Wikidata with Esperanto descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ?property ?desc WHERE {\n  ?property schema:description ?desc .\n  FILTER ( LANG( ?desc ) = 'eo' )\n}\nLIMIT 10", "paraphrases": ["Which properties in Wikidata have descriptions written in Esperanto?", "Show me all properties in Wikidata that include a description in Esperanto, along with the description text."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://schema.org/description> \"string1\"@eo . }"}}
{"id": "val_4433", "question": "Entities with 'actor' in their English description", "sparql": "SELECT ?entity ?description WHERE { ?entity schema:description ?description . FILTER(LANG(?description) = 'en') . FILTER(CONTAINS(LCASE(?description), 'actor')) } LIMIT 10", "paraphrases": ["Which entities have a description in English that mentions 'actor'?", "Show me entities whose English description includes the word 'actor'."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( \"string1\"@simple ) } ?var2 <http://schema.org/description> ?var1 . }"}}
{"id": "val_4434", "question": "Subclasses of legume with their images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?label ?image WHERE {\n  ?subclass wdt:P279 wd:Q145909 .\n  OPTIONAL {\n    ?subclass wdt:P18 ?image .\n  }\n  ?subclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the subclasses of legume, and what images are associated with them?", "List the English names of all subclasses of legume and show their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q145909> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4435", "question": "Antarctic geographic features with GNIS ID but no GeoNames ID and no country assignment, along with their coordinates.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?gnisId ?label ?lat ?long WHERE {\n  ?item wdt:P804 ?gnisId .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" ) .\n  }\n  FILTER NOT EXISTS {\n    ?item wdt:P1566 ?geonamesId .\n  }\n  OPTIONAL {\n    ?item wdt:P625 ?coord .\n    BIND( geof:latitude ( ?coord ) AS ?lat ) BIND( geof:longitude ( ?coord ) AS ?long )\n  }\n  OPTIONAL {\n    ?item p:P625 ?statement .\n    ?statement ps:P625 ?coord .\n    ?coord wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?long .\n  }\n  FILTER NOT EXISTS {\n    ?item wdt:P17 ?country .\n  }\n}", "paraphrases": ["What are the names and coordinates of geographic features in Antarctica that have a GNIS ID, no GeoNames ID, and are not located in any country?", "List all Antarctic landmarks identified by GNIS ID that are not assigned to any country and lack a GeoNames ID, including their English names and geographic coordinates."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P804> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var4 . } OPTIONAL { VALUES ( ?var5 ) { ( <http://www.wikidata.org/prop/novalue/P17> ) } ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/P625> ) ?var7 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var8 ; <http://wikiba.se/ontology#geoLongitude> ?var9 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . }"}}
{"id": "val_4436", "question": "What properties describe the song \"Mar\u00eda Mercedes\" by Thal\u00eda, and what are their values?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q1166263 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } . FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["List the direct claims (properties and values) associated with the Wikidata item for the single \"Mar\u00eda Mercedes\", along with their English labels.", "Show me the English labels of the properties used for the music single \"Mar\u00eda Mercedes\" and the entities or values they point to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1166263> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4437", "question": "List of symbols in Wikidata", "sparql": "SELECT ?symbol ?symbolLabel WHERE { ?symbol wdt:P31 wd:Q80071 . ?symbol rdfs:label ?symbolLabel . FILTER(LANG(?symbolLabel) = \"en\") }", "paraphrases": ["What are some examples of symbols in Wikidata?", "Show me the English labels of all items classified as symbols in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q80071> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4438", "question": "What are the English-named list pages on Wikidata that don't have a description?", "sparql": "SELECT ?listItem ?label WHERE { ?listItem wdt:P31 wd:Q13406463 . OPTIONAL { ?listItem schema:description ?description . } FILTER ( !BOUND(?description) ) ?listItem rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["Show me Wikidata list items without descriptions, along with their English names.", "Which Wikimedia list pages are missing descriptions but have English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". } }"}}
{"id": "val_4439", "question": "Films directed by Howard Hawks without an entry in the Lexikon des Internationalen Films, along with their release dates.", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var3 ?directorLabel WHERE { ?var1 wdt:P31 wd:Q11424 ; wdt:P57 wd:Q51581 . OPTIONAL { ?var1 wdt:P3107 ?var5 . } OPTIONAL { ?var1 wdt:P577 ?var3 . } ?var1 rdfs:label ?var1Label . wd:Q51581 rdfs:label ?directorLabel . FILTER ( !BOUND(?var5) ) FILTER (LANG(?var1Label) = \"en\") FILTER (LANG(?directorLabel) = \"en\") } ORDER BY ASC(?var1Label)", "paraphrases": ["Which films directed by Howard Hawks are not listed in the Lexikon des Internationalen Films, and when were they released?", "Show me the English titles and release years of Howard Hawks films that don\u2019t have an ID in the Lexikon des Internationalen Films."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q51581> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3107> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4440", "question": "What are the types of armed conflict?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { VALUES ?armedConflict { wd:Q350604 } ?subclass wdt:P279 ?armedConflict . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["Can you list all the subclasses of armed conflict in Wikidata?", "Show me the different kinds of armed conflicts, such as war, battle, and siege."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q350604> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_4441", "question": "Total normalized citations per author per year for researchers employed by Maastricht University", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?year(SUM(?citationsPerAuthor) AS ?totalCitationsPerAuthor) ?authorLabel WHERE {\n  {\n    SELECT ?authorLabel ?year((COUNT(DISTINCT ?citation) / COUNT(DISTINCT ?auth)) AS ?citationsPerAuthor) WHERE {\n      ?author wdt:P108 wd:Q1137652 .\n      ?publication wdt:P50 ?author .\n      ?citation wdt:P2860 ?publication .\n      ?publication wdt:P577 ?pubDate .\n      FILTER(isLiteral(?pubDate) && datatype(?pubDate) = xsd:dateTime)\n      BIND(STR(YEAR(?pubDate)) AS ?year)\n      ?author rdfs:label ?authorLabel .\n      FILTER(LANG(?authorLabel) = \"en\")\n      ?publication(wdt:P50 | wdt:P2093) ?auth .\n    }\n    GROUP BY ?author ?authorLabel ?year\n  }\n}\nGROUP BY ?year ?authorLabel\nORDER BY ASC(?year)", "paraphrases": ["For each year, what is the sum of average citations per co-author across all publications by authors employed at Maastricht University?", "Show the total normalized citation impact (sum of citations per co-author) for each Maastricht University researcher, grouped by publication year."], "info": {"raw_sparql": "SELECT ?var1 ( SUM ( ?var2 ) AS ?var3 ) ?var4Label WHERE { { SELECT ?var4Label ?var5 ?var1 ( ( COUNT ( DISTINCT ?var6 )/COUNT ( DISTINCT ?var7 ) ) AS ?var2 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q1137652> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> [ <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q1137652> ] . } BIND ( STR ( YEAR ( ?var9 ) ) AS ?var1 ). ?var5 ( <http://www.wikidata.org/prop/direct/P50> | <http://www.wikidata.org/prop/direct/P2093> ) ?var7 . ?var5 <http://www.wikidata.org/prop/direct/P50> ?var8 . ?var6 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P577> ?var9 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } GROUP BY ?var5 ?var4Label ?var1 } } GROUP BY ?var1 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_4442", "question": "What are the most common properties used to link entities to Dublin, and how many times are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q1761 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which relationships connect the most people or places to Dublin, and how frequent are they?", "How many entities are connected to Dublin via each property, and which connections occur more than once?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1761> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4443", "question": "List countries with their ISO 3166-1 alpha-2 codes and English descriptions.", "sparql": "SELECT ?isoCode ?countryLabel ?countryDescription WHERE { ?country wdt:P297 ?isoCode . ?country rdfs:label ?countryLabel . ?country schema:description ?countryDescription . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?countryDescription) = \"en\") } LIMIT 100", "paraphrases": ["What are the English names and descriptions of countries along with their two-letter ISO country codes?", "Show me up to 100 countries, their ISO country codes, and their English Wikipedia-style descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P297> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4444", "question": "Actors born in Kerala, India, with their date of birth and death", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel ?familyNameLabel ?birthDate ?deathDate WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P19 wd:Q1186 .\n  ?actor wdt:P106 wd:Q33999 .\n  OPTIONAL {\n    ?actor wdt:P734 ?familyName .\n    ?familyName rdfs:label ?familyNameLabel .\n    FILTER ( LANG( ?familyNameLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?actor wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?actor wdt:P570 ?deathDate .\n  }\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nORDER BY ASC ( ?actorLabel )", "paraphrases": ["Who are the actors born in Kerala, and when were they born or died?", "List all actors from Kerala along with their birth dates and, if available, their death dates and family names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q1186> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4445", "question": "What are the direct parent classes of subclasses of pathogen transmission?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?child ?childLabel ?parent ?parentLabel WHERE {\n  ?child wdt:P279 ?parent .\n  ?parent wdt:P279 * wd:Q525512 .\n  ?child rdfs:label ?childLabel .\n  ?parent rdfs:label ?parentLabel .\n  FILTER(LANG(?childLabel) = \"en\")\n  FILTER(LANG(?parentLabel) = \"en\")\n}", "paraphrases": ["Which specific transmission methods are direct subclasses of broader pathogen transmission categories?", "List all direct parent-child relationships among pathogen transmission types, showing both the specific method and its broader category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q525512> . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q525512> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4446", "question": "What properties are used to connect other entities to Andrea Vaturi, and how often?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) ?label WHERE {\n  ?item ?property wd:Q2990883 .\n  OPTIONAL {\n    ?property wdt:P1478 ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n  BIND(COALESCE(?propertyLabel , REPLACE(REPLACE(REPLACE(REPLACE(STR(?property) , \"http://schema.org/\" , \"schema:\") , \"http://www.wikidata.org/prop/direct/\" , \"wdt:\") , \"http://www.wikidata.org/prop/statement/\" , \"ps:\") , \"http://www.wikidata.org/prop/qualifier/\" , \"pq:\")) AS ?label)\n}\nGROUP BY ?property ?label\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which relationships link other people or pages to the Italian ice dancer Andrea Vaturi, and which ones appear more than once?", "Show me the most common properties that relate other items to Andrea Vaturi, including Wikipedia links and ice dancing partnerships, with counts greater than one."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q2990883> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4447", "question": "What properties link other entities to Halyna Kukhar, and how often are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q4249778 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect other people or things to the figure skater Halyna Kukhar, and which ones appear more than once?", "Show me the most common relationships that connect other entities to Halyna Kukhar, excluding those that appear only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q4249778> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4448", "question": "What are the titles of people who serve as heads of government?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  ?headOfGovernment wdt:P31 wd:Q2285706 .\n  ?headOfGovernment rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List of head of government positions.", "Can you show me the English labels of all entities that are instances of head of government?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2285706> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_4449", "question": "What properties are used to link other entities to Barbara Fusar-Poli more than once, and how many times are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q273375 .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which direct properties connect other items to Barbara Fusar-Poli with a frequency higher than one, sorted by popularity?", "How many times has Barbara Fusar-Poli been linked via direct properties like \"trained by\" or \"participant\", and which ones are most common?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q273375> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4450", "question": "Most common properties linking Aleksandr Gorshkov to other entities in Wikidata.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q1393578 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties are used most often to connect Aleksandr Gorshkov to other items in Wikidata, and how many times are they used?", "Show me the relationships that link Aleksandr Gorshkov to other entities, sorted by how frequently they appear, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1393578> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4451", "question": "What are all the boats and types of boats in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q35872 .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["List all entities that are instances of a boat or any subclass of a boat.", "Show me all boats, including subclasses like lifeboats and tugs, with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q35872> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4452", "question": "What are the names of myocardial infarction in English, German, French, and Italian, along with its diagram and Wikipedia link?", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { wd:Q12152 rdfs:label ?label . VALUES (?lang ?sort) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER(LANG(?label) = ?lang) OPTIONAL { wd:Q12152 wdt:P18 ?image . } OPTIONAL { wd:Q12152 wdt:P625 ?coordinates . } ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q12152 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } ORDER BY ?sort", "paraphrases": ["Show the multilingual labels for heart attack (myocardial infarction), its image, and the English Wikipedia page.", "Can you list the translations of \"myocardial infarction\" in four languages, the corresponding medical diagram, and the English Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q12152> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q12152> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q12152> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q12152> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4453", "question": "Eiffel Tower English label, image, coordinates, and English Wikipedia link", "sparql": "SELECT ?label ?image ?coord ?wikipedia WHERE { wd:Q243 rdfs:label ?label . FILTER (LANG(?label) = \"en\" || LANG(?label) = \"de\" || LANG(?label) = \"fr\" || LANG(?label) = \"it\") . OPTIONAL { wd:Q243 wdt:P18 ?image . } OPTIONAL { wd:Q243 wdt:P625 ?coord . } OPTIONAL { ?wikipedia schema:about wd:Q243 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ASC( IF(LANG(?label) = \"en\", 1, IF(LANG(?label) = \"de\", 2, IF(LANG(?label) = \"fr\", 3, IF(LANG(?label) = \"it\", 4, 5)))) )", "paraphrases": ["What is the English label, image, geographic coordinates, and English Wikipedia article for the Eiffel Tower?", "Please provide the Eiffel Tower\u2019s label in English (preferred), German, French, or Italian, along with its image, coordinates, and link to its English Wikipedia page, prioritizing English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <https://query.wikidata.org/bigdata/namespace/wdq/676757> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <https://query.wikidata.org/bigdata/namespace/wdq/676757> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <https://query.wikidata.org/bigdata/namespace/wdq/676757> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <https://query.wikidata.org/bigdata/namespace/wdq/676757> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4454", "question": "What properties are used to link other entities to Anna Nagornyuk more than once, and what are their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) ?propertyLabel WHERE {\n  ?item ?property wd:Q4767375 .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which relationships connect Anna Nagornyuk to other items in Wikidata, and how many times does each occur? Show only those used more than once.", "How many times is each property used to connect entities to the figure skater Anna Nagornyuk, and which of them are used more than once?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q4767375> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4455", "question": "What is the Czech name for the village Ostrolovsk\u00fd \u00dajezd?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q1935426 rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"cs\"))\n}", "paraphrases": ["Czech label for Ostrolovsk\u00fd \u00dajezd", "Show me how Ostrolovsk\u00fd \u00dajezd is called in Czech"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q1935426> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var2 ) , \"cs\" ) ) ) . }"}}
{"id": "val_4456", "question": "What are the types of zoos, such as petting zoos or marine mammal parks?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item(SAMPLE(?qualifier) AS ?qualifierProperty) WHERE {\n  ?item p:P279 ?statement .\n  ?statement ps:P279 wd:Q43501 .\n  OPTIONAL {\n    ?statement wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?item\nLIMIT 101", "paraphrases": ["Which entities are classified as subclasses of a zoo in Wikidata?", "List all known types of zoos (like safari parks or herpetariums) and indicate if any qualifiers are used on their subclass-of statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q43501> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4457", "question": "Which arrondissement in France contains the commune of Hem?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?arrondissement WHERE {\n  wd:Q1047719 wdt:P131 ?arrondissement .\n  ?arrondissement wdt:P31 wd:Q194203 .\n}", "paraphrases": ["In which arrondissement is the French commune of Hem located?", "Tell me the arrondissement that Hem belongs to in France."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18524218> . ?var1 <http://www.wikidata.org/prop/P150> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P150> <http://www.wikidata.org/entity/Q1047719> . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q194203> . ?var3 <http://www.wikidata.org/prop/P150> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/p150> ?var1 . }"}}
{"id": "val_4458", "question": "What country, administrative region, and continent is Oudhuijzerweg in?", "sparql": "SELECT DISTINCT ?administrativeEntity ?country ?continent ?administrativeEntityLabel ?countryLabel ?continentLabel WHERE { wd:Q19403216 wdt:P131 ?administrativeEntity ; wdt:P17 ?country . ?country wdt:P30 ?continent . ?administrativeEntity rdfs:label ?administrativeEntityLabel . ?country rdfs:label ?countryLabel . ?continent rdfs:label ?continentLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?continentLabel) = \"en\")}", "paraphrases": ["In which country and municipality is the street Oudhuijzerweg located, and on which continent is that country?", "Please list the administrative division, country, and continent associated with the street Oudhuijzerweg in the Netherlands."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q19403216> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4459", "question": "What Wikidata item has the IMDb ID tt4461060?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt4461060\" .\n}", "paraphrases": ["Which movie is associated with the IMDb identifier tt4461060?", "Find the Wikidata entry for the film with IMDb ID tt4461060."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4461060\". }"}}
{"id": "val_4460", "question": "What continent is Cameroon located in, and what are its administrative subdivisions and countries that include it?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  {\n    wd:Q1009 wdt:P30 ?item .\n  } UNION {\n    ?item wdt:P131 wd:Q1009 .\n  } UNION {\n    ?item wdt:P17 wd:Q1009 .\n  }\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["List all places and regions that are part of or located in Cameroon, along with its continent.", "Show me the continent, administrative regions, and countries associated with Cameroon."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1009> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4461", "question": "Humans born after 1900 with their gender, country of citizenship, birth date, and death date.", "sparql": "SELECT ?human ?humanLabel ?genderLabel ?countryLabel ?birthDate ?deathDate WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 ?gender . ?human wdt:P27 ?country . ?human wdt:P569 ?birthDate . OPTIONAL { ?human wdt:P570 ?deathDate . } ?human rdfs:label ?humanLabel . ?gender rdfs:label ?genderLabel . ?country rdfs:label ?countryLabel . FILTER (lang(?humanLabel) = \"en\") FILTER (lang(?genderLabel) = \"en\") FILTER (lang(?countryLabel) = \"en\") FILTER (?birthDate > \"1900-01-01T00:00:00Z\"^^xsd:dateTime) } LIMIT 20000", "paraphrases": ["Who are the humans born after January 1, 1900, and what are their gender, country, birth date, and death date?", "List up to 20,000 humans born after 1900, including their names, gender, country of citizenship, birth date, and death date, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . FILTER ( ( ( ?var4 > \"1900-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20000"}}
{"id": "val_4462", "question": "English label, image, and Wikipedia article for Adam Kraft, a German architect", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { wd:Q350212 rdfs:label ?label . FILTER (LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) VALUES (?lang ?priority) { (\"en\" \"1\"^^xsd:integer) (\"de\" \"2\"^^xsd:integer) (\"fr\" \"3\"^^xsd:integer) (\"it\" \"4\"^^xsd:integer) } FILTER (?lang = LANG(?label)) OPTIONAL { wd:Q350212 wdt:P18 ?image . } OPTIONAL { wd:Q350212 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle schema:about wd:Q350212 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ASC(?priority) LIMIT 1", "paraphrases": ["What is the English name, image, and English Wikipedia page for the German architect Adam Kraft?", "Please provide the English label, image, and English Wikipedia article for Adam Kraft, and if available, his geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/statement/Q6875020-511b21f4-419c-f9d7-ede8-b6b5a47f2bd7> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/statement/Q6875020-511b21f4-419c-f9d7-ede8-b6b5a47f2bd7> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/statement/Q6875020-511b21f4-419c-f9d7-ede8-b6b5a47f2bd7> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/statement/Q6875020-511b21f4-419c-f9d7-ede8-b6b5a47f2bd7> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4463", "question": "What are the titles of scholarly articles authored by Eric Agol?", "sparql": "SELECT DISTINCT ?article ?label WHERE { ?article wdt:P31 wd:Q13442814 ; wdt:P50 wd:Q29345588 . OPTIONAL { ?article rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } LIMIT 100", "paraphrases": ["Can you list the English-language titles of academic papers written by Eric Agol?", "Show me the names of research articles where Eric Agol is listed as an author."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P2093> ?var3 . FILTER ( ( CONTAINS ( ?var3 , \"Eric Agol\" ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4464", "question": "What is the English name, description, and image of Thekua?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q7780996 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q7780996 wdt:P18 ?image . } OPTIONAL { wd:Q7780996 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["English label, description, and image of Thekua (Q7780996)", "Show me the English name and description of Thekua, along with its image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q7780996> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q7780996> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q7780996> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4465", "question": "Show the English (en-gb), German, French, and Italian labels for tiramisu, along with its image and Wikipedia link.", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { VALUES (?label ?sortOrder) { (\"tiramisu (lang:en-gb)\" 1) (\"Tiramisu (lang:de)\" 3) (\"tiramisu (lang:fr)\" 4) (\"tiramis\u00f9 (lang:it)\" 5) } OPTIONAL { wd:Q131582 wdt:P18 ?image . } OPTIONAL { wd:Q131582 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q131582 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?sortOrder", "paraphrases": ["What are the labels for tiramisu in English, German, French, and Italian, and what is its image and Wikipedia page?", "Please provide the labels for tiramisu in English (en-gb), German, French, and Italian, its image from Wikimedia Commons, and its English Wikipedia article, ordered by language as listed."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q131582> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q131582> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q131582> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q131582> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4466", "question": "Danish people with photos in Wikidata", "sparql": "SELECT ?human ?humanLabel ?image WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P27 wd:Q756617 . ?human wdt:P18 ?image . OPTIONAL { ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } } LIMIT 10", "paraphrases": ["Who are some humans from Denmark that have images associated with them in Wikidata?", "Show me images and names of Danish citizens from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 ?var4 ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P180> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q35> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4467", "question": "Which women named Alice are married to men named Robert, Bob, or Rob?", "sparql": "SELECT DISTINCT ?alicePerson ?robertVariantPerson ?aliceLabel ?robertLabel WHERE {  VALUES ?aliceName { wd:Q650689 }  VALUES ?robertVariantName { wd:Q18105736 wd:Q4927937 wd:Q1795088 }  ?alicePerson wdt:P735 ?aliceName .  ?robertVariantPerson wdt:P735 ?robertVariantName .  ?alicePerson (wdt:P26|^wdt:P26) ?robertVariantPerson .  ?alicePerson rdfs:label ?aliceLabel .  ?robertVariantPerson rdfs:label ?robertLabel .  FILTER(LANG(?aliceLabel) = \"en\")  FILTER(LANG(?robertLabel) = \"en\")}", "paraphrases": ["Who are the married couples where the wife has the given name Alice and the husband has a variant of the name Robert (such as Bob, Rob, or Robert)?", "List all pairs of spouses where one is named Alice and the other is named Robert, Bob, or Rob."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q650689> ) } VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q18105736> ) ( <http://www.wikidata.org/entity/Q4927937> ) ( <http://www.wikidata.org/entity/Q1795088> ) } ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P735> ?var4 . ?var1 ( <http://www.wikidata.org/prop/direct/P26> |^ <http://www.wikidata.org/prop/direct/P26> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4468", "question": "Image of John Wynne with SNAC ARK ID w6cp723z", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cp723z\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6cp723z?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6cp723z."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cp723z\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4469", "question": "Does Albert Einstein have recorded children, place of birth, and father in Wikidata?", "sparql": "SELECT (EXISTS { wd:Q937 p:P40 ?s1 } AS ?hasChildren) (EXISTS { wd:Q937 p:P19 ?s2 } AS ?hasPlaceOfBirth) (EXISTS { wd:Q937 p:P22 ?s3 } AS ?hasFather) WHERE {}", "paraphrases": ["Does Wikidata contain information about Albert Einstein's children, birthplace, and father?", "Show whether Albert Einstein has known children, a documented place of birth, and a recorded father in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( EXISTS { <http://www.wikidata.org/entityhttp://www.wikidata.org/entity/Q15712491> <http://www.wikidata.org/prop/directP40> ?var1 . } AS ?var2 ). BIND ( EXISTS { <http://www.wikidata.org/entityhttp://www.wikidata.org/entity/Q15712491> <http://www.wikidata.org/prop/directP19> ?var1 . } AS ?var3 ). BIND ( EXISTS { <http://www.wikidata.org/entityhttp://www.wikidata.org/entity/Q15712491> <http://www.wikidata.org/prop/directP22> ?var1 . } AS ?var4 ). }"}}
{"id": "val_4470", "question": "How many scholarly works citing the 2016 IUPHAR/BPS Guide to PHARMACOLOGY were published each year?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) WHERE {\n  BIND( wd:Q28603128 AS ?targetWork ) .\n  ?citingWork wdt:P2860 ?targetWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND( STR( YEAR( ?pubDate ) ) AS ?year )\n}\nGROUP BY ?year\nORDER BY DESC ( ?year )", "paraphrases": ["Show the number of publications that reference the 2016 IUPHAR/BPS Guide to PHARMACOLOGY, grouped by year of publication.", "Which years saw the most citations of the 2016 IUPHAR/BPS Guide to PHARMACOLOGY, and how many citations occurred in each year?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q28603128> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_4471", "question": "Cryovolcanoes without Arabic descriptions and their locations.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cryovolcano ?location WHERE {\n  ?cryovolcano wdt:P31 wd:Q478788 .\n  FILTER ( NOT EXISTS {\n    ?cryovolcano schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"ar\" )\n  }\n  ) .\n  OPTIONAL {\n    ?cryovolcano wdt:P376 ?location .\n  }\n  ?cryovolcano rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?label )", "paraphrases": ["Which cryovolcanoes do not have an Arabic description, and on which celestial bodies are they located?", "List the English-named cryovolcanoes that aren't described in Arabic, along with the astronomical bodies they are on."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q478788> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ar\" ) ) ) . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4472", "question": "List 10 female humans with English labels.", "sparql": "SELECT ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 wd:Q6581072 . ?human rdfs:label ?humanLabel . FILTER (langMatches(lang(?humanLabel), \"en\")) } LIMIT 10", "paraphrases": ["Who are some notable female humans in Wikidata, listed with their English names?", "Show me 10 examples of women from Wikidata, using their English labels."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/prop/direct/Q6581072> . } LIMIT 10"}}
{"id": "val_4473", "question": "What are the geographic features in Antarctica with a GNIS ID and latitude south of -52.9 degrees?", "sparql": "SELECT ?item ?lat WHERE { ?item wdt:P804 ?gnis . ?item p:P625 / psv:P625 ?coord . ?coord wikibase:geoLatitude ?lat . FILTER (?lat < -52.9) }", "paraphrases": ["Show me Antarctic locations identified by the USGS GNIS system that are located farther south than -52.9\u00b0 latitude.", "List Antarctic geographic features that have a GNIS Antarctica ID and are located in the southern part of the continent (below -52.9\u00b0 latitude)."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P804> [] . ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var2 . ?var2 <http://wikiba.se/ontology#geoLatitude> ?var3 . FILTER ( ( ( ?var3 > \"-52.9\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) ) ) . }"}}
{"id": "val_4474", "question": "What are some aspects or facets of cancer according to Wikidata?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item p:P1269 ?statement . ?statement ps:P1269 wd:Q12078 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the topics that are considered facets of cancer?", "Show me the items that describe different dimensions of cancer, such as systemic therapy or cancer dormancy."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1269> <http://www.wikidata.org/entity/Q12078> . ?var1 <http://www.wikidata.org/prop/P1269> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4475", "question": "What is the English label and description of the V&A item with ID O121385?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P3929 \"O121385\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the name and description in English of the object in the Victoria and Albert Museum with ID O121385?", "Show me the English name and description for the V&A Museum object identified by O121385."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O121519\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4476", "question": "People with occupation politician", "sparql": "SELECT ?politician WHERE { ?politician wdt:P106 wd:Q82955 .}", "paraphrases": ["Who are the politicians listed in Wikidata?", "List all individuals whose profession is politician."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4477", "question": "What properties are used on the artillery game video game genre, and what are their values in English?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ( SAMPLE( ?propItemLabel ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = ', ' ) AS ?valueLabels ) WHERE {\n  wd:Q122207 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = 'en' ) .\n  ?propItem wikibase:directClaim ?property .\n  ?propItem rdfs:label ?propItemLabel .\n  FILTER ( LANG( ?propItemLabel ) = 'en' ) .\n}\nGROUP BY ?property", "paraphrases": ["For the video game genre \"artillery game\", list each property, its English label, how many values it has, and what those values are labeled as in English.", "Can you show me a summary of the English-labeled properties and their values for the artillery game genre?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q122207> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4478", "question": "Spanish municipalities that are capitals in Cebuano Wikipedia", "sparql": "SELECT ?municipality ?municipalityLabel ?page_title WHERE { ?municipality wdt:P31 wd:Q2074737 . ?article schema:about ?municipality ; schema:isPartOf <https://ceb.wikipedia.org/> ; schema:name ?page_title . FILTER (CONTAINS(?page_title, \"kapital\")) OPTIONAL { ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") } }", "paraphrases": ["Which Spanish municipalities are referred to as \"kapital\" (capital) in Cebuano Wikipedia articles?", "Show me the Cebuano Wikipedia page titles of Spanish municipalities that are capitals."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://ceb.wikipedia.org/> ; <http://schema.org/name> ?var2 . FILTER ( ( CONTAINS ( ?var2 , \"kapital\" ) ) ) . } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_4479", "question": "What is the English label and description for the German occupation code 25244?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?occupation ?occupationLabel ?description WHERE {\n  ?occupation wdt:P1021 \"25244\" .\n  ?occupation rdfs:label ?occupationLabel\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?occupation schema:description ?description FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Which occupation in Germany is classified under code 25244, and what is its English description?", "Show me the English name and description of the occupation with KldB-2010 code 25244."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1021> \"25104\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4480", "question": "List all computer scientists and their occupation statements on Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?person ?statement WHERE {\n  ?person wdt:P106 / wdt:P279 * wd:Q82594 .\n  ?person p:P106 ?statement .\n}", "paraphrases": ["Who are the people listed as computer scientists or related professions on Wikidata, and what are their occupation statements?", "Show me every occupation claim made for individuals whose profession is a computer scientist or any subclass of computer science."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/P106> ?var2 . { SELECT DISTINCT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q82594> ; <http://www.wikidata.org/prop/P106> ?var2 . } GROUP BY ?var1 } }"}}
{"id": "val_4481", "question": "What are some examples of subclasses in Wikidata?", "sparql": "SELECT ?subclass ?superclass ?subclassLabel WHERE { ?subclass wdt:P279 ?superclass . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = 'en') . FILTER(STRSTARTS(STR(?subclass), \"http://www.wikidata.org/entity/Q\")) . FILTER(STRSTARTS(STR(?superclass), \"http://www.wikidata.org/entity/Q\")) } LIMIT 10", "paraphrases": ["Which entities are subclasses of other entities in Wikidata?", "Can you list some categories and their subcategories in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } LIMIT 10"}}
{"id": "val_4482", "question": "Films starring Czech actor Josef Pol\u00e1\u0161ek, ordered by release date, with English titles and Czech Wikipedia links.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film ?filmLabel ?csWikipediaUrl ?releaseDate WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P161 wd:Q12026516 .\n  ?film wdt:P577 ?releaseDate .\n  OPTIONAL {\n    ?csWikipediaUrl schema:about ?film ; schema:inLanguage \"cs\" ; schema:isPartOf <https://cs.wikipedia.org/> .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?releaseDate )", "paraphrases": ["Which films did Josef Pol\u00e1\u0161ek appear in, and what are their English titles, release dates, and Czech Wikipedia pages?", "List all films featuring Josef Pol\u00e1\u0161ek, sorted by release date, showing their English titles and links to their Czech Wikipedia articles if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q12026516> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_4483", "question": "List of motherboard models in Wikidata", "sparql": "SELECT ?motherboard ?motherboardLabel WHERE { ?motherboard wdt:P31 wd:Q4321 . ?motherboard rdfs:label ?motherboardLabel . FILTER(LANG(?motherboardLabel) = \"en\") }", "paraphrases": ["What are the specific models of motherboards documented in Wikidata?", "Show me the English names of all known motherboard models that are instances of the motherboard class."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4321> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,en\". } }"}}
{"id": "val_4484", "question": "Movie with IMDb ID tt0458320", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0458320\" . }", "paraphrases": ["What movie has the IMDb ID tt0458320?", "Tell me the title of the film identified by tt0458320 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0458320\". }"}}
{"id": "val_4485", "question": "What is the Wikidata item for the Freebase ID `/m/06mt91`?", "sparql": "SELECT ?item WHERE { ?item wdt:P646 \"/m/06mt91\" . }", "paraphrases": ["Which entity on Wikidata has the Freebase identifier /m/06mt91?", "Can you tell me who corresponds to the Freebase ID /m/06mt91 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/06mt91\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4486", "question": "Creators of artworks with English labels and descriptions.", "sparql": "SELECT ?creator ?label ?description WHERE { ?work wdt:P170 ?creator . ?creator rdfs:label ?label . ?creator schema:description ?description . FILTER(LANG(?label) = \"en\") . FILTER(LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["Who are the creators of creative works that have both an English label and an English description on Wikidata?", "List up to 100 creators of creative works along with their English labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P170> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4487", "question": "People with the given name George and their qualifier properties (e.g., series ordinal).", "sparql": "SELECT ?person ?statement (SAMPLE(?qualifierLabel) AS ?sampledQualifier) WHERE { { SELECT DISTINCT ?person ?statement WHERE { ?statement ps:P735 wd:Q15921732 . ?person p:P735 ?statement . } } OPTIONAL { ?statement ?qualifier ?qualifierValue . ?mainProperty wikibase:qualifier ?qualifier . ?mainProperty rdfs:label ?qualifierLabel . FILTER(LANG(?qualifierLabel) = \"en\") } } GROUP BY ?person ?statement", "paraphrases": ["Which people have the given name \"George\", and what qualifiers are associated with their name claims?", "Show me all individuals named George and the qualifiers used on their given name statements, such as series ordinal."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P735> <http://www.wikidata.org/entity/Q15921732> . ?var1 <http://www.wikidata.org/prop/P735> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4488", "question": "Female Iranian people with known birth and death dates, in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?birthDate ?deathDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q794 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ASC(?deathDate) ASC(?birthDate)", "paraphrases": ["Who are the female Iranian humans with recorded birth and death dates, sorted by when they died?", "List the names, birth dates, and death dates of all known female Iranian people, using English labels, ordered by death date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q794> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fa,en\". } } ORDER BY ASC( ?var5 )ASC( ?var4 )"}}
{"id": "val_4489", "question": "What is the English label and description of the MoMA work with ID 157408?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2014 \"157408\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . OPTIONAL { ?item schema:description ?description FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the title and a brief description in English of the film held by the Museum of Modern Art under the ID 157408?", "Show me the English name and description of the item in Wikidata that has the Museum of Modern Art work ID 157408."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"15725\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4490", "question": "List places in Stockholm with coordinates between 17.5\u00b0E\u201318.5\u00b0E and 59.0\u00b0N\u201360.0\u00b0N, along with their images and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE { ?item wdt:P625 ?coord . FILTER(geof:longitude(?coord) >= 17.5 && geof:longitude(?coord) <= 18.5) FILTER(geof:latitude(?coord) >= 59.0 && geof:latitude(?coord) <= 60.0) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the English-named locations in the Stockholm area with geographic coordinates between 17.5 and 18.5 degrees east and 59.0 and 60.0 degrees north, and do they have associated images or Commons categories?", "Show me all locations in Sweden near Stockholm (within 17.5\u201318.5\u00b0E and 59.0\u201360.0\u00b0N), including their names in English, photos from Wikimedia Commons, and the corresponding Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(14 68)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(14 68)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4491", "question": "What movie has the IMDb ID tt3684500?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P345 \"tt3684500\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which film is identified by the IMDb identifier tt3684500?", "Can you tell me the English title of the movie with IMDb ID tt3684500?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3684500\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4492", "question": "What are all the broader categories that mountain belongs to, including indirect parent classes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q8502 wdt:P279 * ?superclass .\n}", "paraphrases": ["Show me the full hierarchy of classes that mountain is a subclass of, up to the most general category.", "What are the superclasses of mountain in the Wikidata taxonomy?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q30277524> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4493", "question": "What is the title and description of the MoMA artwork with ID 109519?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2014 \"109519\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the English name and description of the artwork in the Museum of Modern Art that has the work ID 109519?", "Please provide the English label and description for the MoMA artwork identified by the ID 109519."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"87875\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4494", "question": "Who are the members of the National Assembly of Vietnam?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q10841192 .\n  ?person rdfs:label ?personLabel\n  FILTER(LANG(?personLabel) = 'en')\n}", "paraphrases": ["List all individuals who have held the position of member of the National Assembly of Vietnam, along with their names in English.", "Can you provide the names of people who have served as members of Vietnam\u2019s National Assembly?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q17593571> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4495", "question": "What are the occupations of Douglas Adams?", "sparql": "SELECT ?person ?personLabel ?occupationLabel WHERE { BIND( wd:Q42 AS ?person ) . ?person rdfs:label ?personLabel . ?person wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["Can you list Douglas Adams and all the professions he is known for?", "Who is Douglas Adams, and what types of writing or roles did he have?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } }"}}
{"id": "val_4496", "question": "What are the birth and death dates of Henry Wylie Norman?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q466914 rdfs:label ?label . FILTER(LANGMATCHES(LANG(?label), \"en\")) . OPTIONAL { wd:Q466914 wdt:P569 ?birthDate . } OPTIONAL { wd:Q466914 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Henry Wylie Norman born and when did he die?", "Can you tell me the full name, date of birth, and date of death of Sir Henry Wylie Norman, the British Field Marshal?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q466914> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4497", "question": "Who were some people born in Middlesex, and what are their birth and death dates?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q19186 ; wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List the names, birth dates, and death dates of humans born in the historic county of Middlesex.", "Can you show me the birth and death information for people from Middlesex?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q19186> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4498", "question": "What are the birth and death dates of Martin Landau?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q294641 rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q294641 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q294641 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Martin Landau born and when did he die?", "Can you tell me Martin Landau\u2019s date of birth and date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q294641> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4499", "question": "Who were the matrons, and what were their birth and death dates?", "sparql": "SELECT ?person ?personLabel ?birth ?death WHERE { ?person wdt:P106 wd:Q1396008 . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birth . } OPTIONAL { ?person wdt:P570 ?death . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list humans who worked as matrons along with their dates of birth and death?", "I want to know the birth and death dates of people who held the occupation of matron."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1396008> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4500", "question": "What are the types of ammunition cartridges and their direct parent categories?", "sparql": "SELECT ?var1 ?var1Label ?var3Label WHERE { ?var1 wdt:P279+ wd:Q37144 . ?var1 wdt:P279 ?var3 . ?var1 rdfs:label ?var1Label . ?var3 rdfs:label ?var3Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var3Label) = \"en\") }", "paraphrases": ["What are the subclasses of cartridge in ammunition, and what is their immediate superclass?", "List all ammunition cartridge types and their direct parent classes in the Wikidata knowledge graph."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q37144> . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4501", "question": "UK MPs in the 2017\u201319 Parliament with dual citizenship", "sparql": "SELECT ?person ?personLabel ( COUNT( DISTINCT ?country ) AS ?citizenshipCount ) ( GROUP_CONCAT( DISTINCT ?countryLabel ; SEPARATOR = \", \" ) AS ?citizenships ) WHERE { ?person p:P39 [ ps:P39 wd:Q30524710 ] . ?person wdt:P27 ?country . ?person rdfs:label ?personLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } GROUP BY ?person ?personLabel HAVING ( COUNT( DISTINCT ?country ) > 1 )", "paraphrases": ["Which members of the UK House of Commons during the 57th Parliament hold citizenship in more than one country?", "List the names and countries of citizenship for UK MPs in the 57th Parliament who have more than one nationality."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 ; <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q16707842> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q29974940> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_4502", "question": "Historical and geological entities part of the Universe with their duration in years.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ( ( YEAR( ?var2 ) - YEAR( ?var3 ) ) AS ?var4 ) WHERE {\n  ?var1 wdt:P361 + wd:Q1 .\n  ?var1 wdt:P580 ?var3 .\n  ?var1 wdt:P582 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) FILTER ( isLiteral( ?var3 ) && isLiteral( ?var2 ) )\n}", "paraphrases": ["Which entities that are part of the Universe have defined start and end times, and how long did they last in years?", "List all entities that are part of the Universe, along with their English labels and the duration between their start and end times in years."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( ( ?var2 - ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q1> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4503", "question": "What Wikidata item is linked to the English Wikipedia page about milk?", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ?item WHERE {\n  <https://en.wikipedia.org/wiki/Milk> schema:about ?item .\n}", "paraphrases": ["Find the Wikidata entity for the article on milk on English Wikipedia.", "Which item on Wikidata corresponds to the Wikipedia page \"Milk\"?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://nl.wikipedia.org/wiki/melk_(drank)> <http://schema.org/about> ?var1 . }"}}
{"id": "val_4504", "question": "What are the geographic coordinates of Mainz, and what are the coordinates of the administrative regions it belongs to?", "sparql": "SELECT ?mainzCoordinates ?administrativeEntityCoordinates WHERE { wd:Q1720 wdt:P625 ?mainzCoordinates . OPTIONAL { wd:Q1720 wdt:P131 ?administrativeEntity . ?administrativeEntity wdt:P625 ?administrativeEntityCoordinates . } }", "paraphrases": ["Coordinates of Mainz and its administrative regions", "Show me where Mainz is located and where its historical and current administrative regions are centered."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1720> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q1720> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_4505", "question": "Human settlements in Spain with native Basque name \"Ezkirotz\"", "sparql": "SELECT ?settlement ?settlementLabel WHERE { ?settlement wdt:P17 wd:Q29 . ?settlement wdt:P31 wd:Q486972 . ?settlement wdt:P1705 \"Ezkirotz\"@eu . }", "paraphrases": ["What human settlement in Spain is called \"Ezkirotz\" in Basque?", "Show me the Spanish settlement whose official Basque name is Ezkirotz."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P1705> \"string1\". }"}}
{"id": "val_4506", "question": "What is the English label and description of the entity with Art & Architecture Thesaurus ID 300107186?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1014 \"300107186\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Find the name and English description of the place identified by the AAT ID 300107186.", "Which province in southern Thailand has the Getty AAT ID 300107186, and what is its official name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300107186\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4507", "question": "What is the English label and description of the entity with Art & Architecture Thesaurus ID 300310537?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P1014 \"300310537\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the English name and definition of the term identified by AAT ID 300310537.", "What is the English term and its description in Wikidata for the Getty AAT identifier 300310537?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300310537\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4508", "question": "People born in West Chester who are human.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel WHERE {\n  wd:Q310582 wdt:P19 ?birthplace .\n  ?person wdt:P19 ?birthplace ; wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who else was born in the same place as Matisyahu?", "List the names of all humans born in West Chester, Pennsylvania, the birthplace of Matisyahu."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1Label <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q310582> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1Label <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_4509", "question": "What countries have diplomatic relations with Turkey, and what properties are used to qualify those relations?", "sparql": "SELECT ?country (SAMPLE(?qualifier) AS ?qualifierProperty) WHERE { ?country p:P530 ?statement . ?statement ps:P530 wd:Q43 . OPTIONAL { ?statement ?qualifier ?value . } } GROUP BY ?country", "paraphrases": ["Can you list the countries that maintain diplomatic relations with Turkey and show one example of a qualifier used on each relation?", "Show me the countries that have diplomatic ties with Turkey, along with any additional metadata (like start date or source) attached to those diplomatic statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P530> <http://www.wikidata.org/entity/Q43> . ?var1 <http://www.wikidata.org/prop/P530> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4510", "question": "Countries and their current heads of government, including the office held.", "sparql": "SELECT ?countryLabel ?officeLabel ?holderLabel WHERE { ?country wdt:P31 wd:Q6256 . OPTIONAL { ?country wdt:P1313 ?office . ?office rdfs:label ?officeLabel . FILTER(LANG(?officeLabel) = \"en\") OPTIONAL { ?office wdt:P1308 ?holder . ?holder rdfs:label ?holderLabel . FILTER(LANG(?holderLabel) = \"en\") } } ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries have a head of government, and who holds that position?", "List all countries along with the title of their head of government and the name of the person currently holding that office."], "info": {"raw_sparql": "SELECT( STRAFTER ( STR ( ?var1 ) , \"string1\" ) AS ?var2 ) ?var1Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1313> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1308> ?var4 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4511", "question": "Angela Merkel\u2019s spouses and when they married her", "sparql": "SELECT DISTINCT ?spouse ?spouseLabel ?startDate WHERE { ?spouse p:P26 ?statement . ?statement ps:P26 wd:Q567 . ?statement pq:P580 ?startDate . ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?spouseLabel) = \"en\") } ORDER BY ?startDate LIMIT 10", "paraphrases": ["Who are Angela Merkel\u2019s spouses and when did each marriage begin?", "List Angela Merkel\u2019s spouses in order of marriage start date, along with the start dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var1 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } ?var2 <http://www.wikidata.org/prop/P26> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q567> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_4512", "question": "Watercourses in the Czech Republic with Czech Wikipedia names and coordinates.", "sparql": "SELECT ?watercourse ?name ?coordinate WHERE { ?watercourse wdt:P17 wd:Q213 ; (wdt:P31/wdt:P279*) wd:Q355304 ; wdt:P625 ?coordinate . ?page schema:about ?watercourse ; schema:name ?name ; schema:isPartOf <https://cs.wikipedia.org/> . }", "paraphrases": ["What are the names and geographic coordinates of watercourses in the Czech Republic as listed on the Czech Wikipedia?", "List all watercourses in the Czech Republic along with their Czech Wikipedia titles and GPS coordinates."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . OPTIONAL { BIND ( IF ( CONTAINS ( STR ( ?var2 ) , \" (\" ) , STRBEFORE ( STR ( ?var2 ) , \" (\" ) , STR ( ?var2 ) ) AS ?var3 ). ?var1 ^ <http://schema.org/about> [ <http://schema.org/name> ?var2 ; <http://schema.org/isPartOf> <https://cs.wikipedia.org/> ] ; <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { BIND ( REPLACE ( STRAFTER ( STRBEFORE ( STR ( ?var5 ) , \", long \" ) , \", lat \" ) , \",\", \".\" ) AS ?var6 ). BIND ( REPLACE ( STRAFTER ( STRBEFORE ( STR ( ?var5 ) , \")\" ) , \", long \" ) , \",\", \".\" ) AS ?var7 ). BIND ( STRDT ( CONCAT ( \"Point(\", ?var7 , \" \", ?var6 , \")\" ) , <http://www.opengis.net/ont/geosparql#wktLiteral> ) AS ?var4 ). BIND ( STRBEFORE ( STR ( ?var5 ) , \" (\" ) AS ?var3 ). FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . ?var1 ^ <http://schema.org/about> [ <http://schema.org/name> ?var5 ; <http://schema.org/isPartOf> <https://ceb.wikipedia.org/> ] . FILTER ( ( REGEX ( ?var5 , \"string1\" ) ) ) . } FILTER ( ( BOUND ( ?var3 ) && BOUND ( ?var4 ) ) ) . }"}}
{"id": "val_4513", "question": "What is the English label of the Wikidata property \"has part\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:P527 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["How is the property P527 labeled in English?", "What is the human-readable name of the \"has part\" property in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/prop/direct/P58> ?var2 ?var1Label . }"}}
{"id": "val_4514", "question": "What are the broader categories or parent classes of the position \"Member of the People's National Assembly of Algeria\"?", "sparql": "SELECT DISTINCT ?superclass ?superclassLabel WHERE { wd:Q21290886 wdt:P279* ?superclass . FILTER(?superclass != wd:Q21290886) . OPTIONAL { ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = 'en') } } LIMIT 10", "paraphrases": ["What types of positions is a Member of the People's National Assembly of Algeria a subclass of?", "Show me all the higher-level classifications (like legislator, elective office, etc.) that include the role of a Member of the People's National Assembly of Algeria."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q21290886> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4515", "question": "People who are members of the House of Representatives of Antigua and Barbuda.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P39 ?position .\n  ?position wdt:P279 * wd:Q21290853 .\n}\nLIMIT 500", "paraphrases": ["Who are the humans holding the position of Member of the House of Representatives of Antigua and Barbuda or any of its subclasses?", "List all individuals who have served in the House of Representatives of Antigua and Barbuda."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q21290853> . } LIMIT 500"}}
{"id": "val_4516", "question": "Top countries by number of athletes representing them in sports, with Russian labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?labelRu ?count WHERE {\n  {\n    SELECT ?country ( COUNT( * ) AS ?count ) WHERE {\n      ?athlete wdt:P1532 ?country .\n    }\n    GROUP BY ?country\n  }\n  OPTIONAL {\n    ?country rdfs:label ?labelRu .\n    FILTER ( LANG( ?labelRu ) = \"ru\" ) .\n  }\n}\nORDER BY DESC ( ?count ) ASC ( ?labelRu )\nLIMIT 1000", "paraphrases": ["Which countries have the most athletes representing them in sports, and what are their Russian names?", "Show me the 1000 countries most frequently listed as sporting nationalities in Wikidata, ordered by how many athletes represent them, along with their Russian labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1532> ?var1 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } } ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 1000"}}
{"id": "val_4517", "question": "German names of countries used in Wikidata as P17 values", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?country ?countryLabel WHERE {\n  ?item wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"de\" )\n}\nLIMIT 100", "paraphrases": ["What are the German-language names of countries that appear as the sovereign state in Wikidata entries?", "List up to 100 countries in German from Wikidata that are used as the sovereign state for other entities."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P17> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_4518", "question": "List archaeological sites, dams, and landmarks in southern Europe between 6\u00b0E and 11\u00b0E longitude and 37\u00b0N and 41\u00b0N latitude, along with their images and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE { ?item wdt:P625 ?coord . BIND(STRBEFORE(STR(?coord), \" \") AS ?lonStr) BIND(STRAFTER(?lonStr, \"POINT(\") AS ?lon) BIND(STRBEFORE(STRAFTER(STR(?coord), \" \"), \")\") AS ?lat) BIND(xsd:double(?lon) AS ?lonNum) BIND(xsd:double(?lat) AS ?latNum) FILTER(?lonNum >= 6 && ?lonNum <= 11 && ?latNum >= 37 && ?latNum <= 41) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the geographic locations (with coordinates, images, and Commons categories) of cultural and historical sites located in the region bounded by 6\u00b0E\u201311\u00b0E and 37\u00b0N\u201341\u00b0N?", "Show me all entities in the Mediterranean region (between 6\u201311\u00b0E and 37\u201341\u00b0N) that have coordinates, and include any associated images or Wikimedia Commons categories if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(6 37)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(11 41)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4519", "question": "Family names without Albanian descriptions and their labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q101352 .\n  FILTER(NOT EXISTS {\n    ?var1 schema:description ?var3 .\n    FILTER(LANG(?var3) = \"sq\")\n  })\n  ?var1 rdfs:label ?var1Label .\n}\nLIMIT 2000", "paraphrases": ["What are the family names that don't have a description in Albanian?", "List the labels of all family names that are not described in Albanian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"sq\" ) ) ) . } ) ) . } LIMIT 2000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_4520", "question": "What are all the superclass categories of hypothetical scientific object?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q30126005 wdt:P279 * ?superclass .\n}", "paraphrases": ["What classes does 'hypothetical scientific object' belong to, including its ancestors in the subclass hierarchy?", "List all the broader categories that include 'hypothetical scientific object', going up the classification tree."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q30126005> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4521", "question": "Registration districts in Sweden with their coordinates and corresponding municipalities.", "sparql": "SELECT ?district ?districtLabel ?coordinates ?municipalityLabel WHERE { ?district wdt:P31 wd:Q18333556 . OPTIONAL { ?district wdt:P625 ?coordinates . } ?district wdt:P131 ?municipality . ?municipality wdt:P31 wd:Q127448 . ?district rdfs:label ?districtLabel . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?districtLabel) = \"en\") FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What are the registration districts in Sweden, their geographic coordinates, and the municipalities they belong to?", "List all registration districts in Sweden along with their coordinates and the names of the municipalities they are located in, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( ?var3Label AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18333556> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q127448> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } }"}}
{"id": "val_4522", "question": "What are the occupations of Douglas Adams?", "sparql": "SELECT ?label ?occupation WHERE { wd:Q42 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . wd:Q42 wdt:P106 ?occupation . }", "paraphrases": ["Who is Douglas Adams and what does he do for a living?", "List the professions associated with the author of The Hitchhiker\u2019s Guide to the Galaxy."], "info": {"raw_sparql": "SELECT ?var1 WHERE { { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var2 ). } }"}}
{"id": "val_4523", "question": "What are the different types of human names (anthroponyms) listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?label WHERE {\n  ?subclass wdt:P279 * wd:Q10856962 .\n  FILTER(?subclass != wd:Q10856962)\n  .\n  ?subclass rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}", "paraphrases": ["Can you list all subclasses of anthroponym, such as family names or given names, in English?", "Show me all named categories of personal names, like surnames or nicknames, that are classified under anthroponym in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q10856962> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_4524", "question": "Taxonomic descendants of angiosperms with \"topinambur\" in their name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2Label WHERE {\n  ?var1 wdt:P171 + wd:Q25314 .\n  {\n    ?var1 rdfs:label ?var2Label .\n  } UNION {\n    ?var1 skos:altLabel ?var2Label .\n  }\n  FILTER ( CONTAINS( LCASE( STR( ?var2Label ) ) , \"topinambur\" ) )\n}", "paraphrases": ["Which flowering plant species are known as topinambur?", "Show me all plant taxa under angiosperms that have \"topinambur\" as a common name or synonym."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> + <http://www.wikidata.org/entity/Q25314> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( STR ( ?var2Label ) ) , \"topinambur\" ) ) ) . }"}}
{"id": "val_4525", "question": "Leonardo DiCaprio movies and TV shows", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actorLabel ?productionLabel WHERE {\n  ?actor wdt:P646 \"/m/0dvmd\" .\n  ?production wdt:P161 ?actor .\n  ?actor rdfs:label ?actorLabel .\n  ?production rdfs:label ?productionLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" ) .\n  FILTER ( LANG( ?productionLabel ) = \"en\" ) .\n}", "paraphrases": ["Which films and TV series has Leonardo DiCaprio acted in?", "List all the productions in which Leonardo DiCaprio appeared as a cast member."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/0dvmd\". ?var2 <http://www.wikidata.org/prop/direct/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_4526", "question": "List literary works that won the Euskadi Award, along with their authors, award year, and publication year.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?work ?author ?awardYear ?workLabel ?publicationYear WHERE {\n  ?work wdt:P31 wd:Q7725634 .\n  ?work p:P166 ?awardStatement .\n  ?awardStatement ps:P166 wd:Q33100743 .\n  ?awardStatement pq:P585 ?awardDate .\n  BIND(YEAR(?awardDate) AS ?awardYear)\n  OPTIONAL {\n    ?work wdt:P50 ?author .\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?publicationDate .\n  }\n  BIND(YEAR(?publicationDate) AS ?publicationYear)\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER(LANG(?workLabel) = \"en\")\n  }\n}\nORDER BY DESC(?awardYear)\nLIMIT 50", "paraphrases": ["Which books received the Euskadi Award for Basque-language literature, who wrote them, and when were they published and awarded?", "Show me the titles of literary works that won the Euskadi Award, their authors, the year they received the award, and their publication year, sorted by most recent award first."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var1Label ?var5Label ?var6 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17537576> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q571> . } ?var1 <http://www.wikidata.org/prop/P166> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q33100743> . ?var7 <http://www.wikidata.org/prop/qualifier/P585> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P123> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var9 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } BIND ( YEAR ( ?var8 ) AS ?var3 ). BIND ( YEAR ( ?var9 ) AS ?var6 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,eu, fr, en, es\". } }"}}
{"id": "val_4527", "question": "What are all the properties and values associated with Steven Spielberg's Freebase ID /m/06pj8?", "sparql": "SELECT ?property ?value WHERE { ?entity wdt:P646 \"/m/06pj8\" . ?entity ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["What information does Wikidata have about the person with Freebase ID /m/06pj8?", "List all direct claims (properties and values) for the entity identified by the Freebase ID /m/06pj8."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P646> \"/m/06pj8\". ?var3 <http://wikiba.se/ontology#directClaim> ?var4 . ?var2 ?var4 ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4528", "question": "What is the English label of the entity with Freebase ID /m/06pj8?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P646 \"/m/06pj8\" . ?item rdfs:label ?label FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who is the person identified by the Freebase ID /m/06pj8?", "Return the English name of the person whose Freebase identifier is /m/06pj8."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/06pj8\". ?var1 <http://wikiba.se/ontology#Property> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4529", "question": "What type of entity is Steven Spielberg in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?type WHERE {\n  wd:Q8877 a ?type .\n  FILTER(?type IN(wikibase:Item , wikibase:Property))\n}", "paraphrases": ["Is Steven Spielberg classified as an item or a property in Wikidata?", "What is the RDF type of the Wikidata item Q8877?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/Q8877> <http://wikiba.se/ontology#type> ?var1 . }"}}
{"id": "val_4530", "question": "French churches labeled \"Eglise\" with their M\u00e9rim\u00e9e ID and heritage designation.", "sparql": "SELECT ?church ?merimeeId ?heritageDesignation WHERE { ?church rdfs:label ?label . FILTER(LANG(?label) = 'fr') . FILTER(CONTAINS(LCASE(?label), 'eglise')) . OPTIONAL { ?church wdt:P380 ?merimeeId . } OPTIONAL { ?church wdt:P1435 ?heritageDesignation . } }", "paraphrases": ["What are the M\u00e9rim\u00e9e IDs and heritage designations of churches in France labeled \"Eglise\" in French?", "Show me the French churches named \"Eglise\" along with their M\u00e9rim\u00e9e identifiers and heritage status."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ?var4Label \"Eglise\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P380> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4531", "question": "Can you list 10 humans from Wikidata?", "sparql": "SELECT ?item WHERE { ?item wdt:P31 wd:Q5 . } LIMIT 10", "paraphrases": ["What are some examples of people in Wikidata?", "Show me 10 entities classified as human in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> . } LIMIT 10"}}
{"id": "val_4532", "question": "People employed by companies listed on the Frankfurt Stock Exchange and their universities.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?employerLabel ?almaMaterLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P108 ?employer .\n  ?employer wdt:P414 wd:Q151139 .\n  OPTIONAL {\n    ?person wdt:P69 ?almaMater .\n    ?almaMater rdfs:label ?almaMaterLabel .\n    FILTER(LANG(?almaMaterLabel) = \"en\")\n  }\n  ?person rdfs:label ?personLabel .\n  ?employer rdfs:label ?employerLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?employerLabel) = \"en\")\n}", "paraphrases": ["Who are the individuals working for companies traded on the Frankfurt Stock Exchange, and where did they study?", "List the names of people employed by Frankfurt Stock Exchange-listed firms along with their educational backgrounds, if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P108> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P414> <http://www.wikidata.org/entity/Q151139> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var3 . } }"}}
{"id": "val_4533", "question": "Top 50 most common occupations without Latvian labels, ranked by number of people.", "sparql": "SELECT ?occupation ?occupationLabel ?count WHERE { { SELECT ?occupation (COUNT(?person) AS ?count) WHERE { ?person wdt:P106 ?occupation . } GROUP BY ?occupation ORDER BY DESC(?count) LIMIT 1000 } ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") MINUS { ?occupation rdfs:label ?latvianLabel . FILTER(LANG(?latvianLabel) = \"lv\") } } ORDER BY DESC(?count) LIMIT 50", "paraphrases": ["What are the 50 most popular occupations in Wikidata that don\u2019t have a Latvian label, and how many people have each?", "Show me the top 50 occupations by number of people, excluding any that have a Latvian label, and display their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"lv\" ) ) ) . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,es,pl,ja,zh,ru\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_4534", "question": "What are the English Wikipedia pages and images for some countries?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel ?wikipediaPage ( SAMPLE( ?image ) AS ?flagImage ) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?country ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nGROUP BY ?country ?countryLabel ?wikipediaPage\nLIMIT 4", "paraphrases": ["Can you show me a few countries along with their official names, English Wikipedia links, and associated images like flags or maps?", "List four countries with their labels in English, their corresponding English Wikipedia articles, and one representative image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 4"}}
{"id": "val_4535", "question": "Cities with population, area, coordinates, country, image, and elevation, sorted by highest population.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel ?population ?area ?coordinates ?countryLabel ?image ?elevation WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P1082 ?population .\n  ?city wdt:P2046 ?area .\n  ?city wdt:P625 ?coordinates .\n  ?city wdt:P17 ?country .\n  ?city wdt:P18 ?image .\n  ?city wdt:P2044 ?elevation .\n  ?city rdfs:label ?cityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY DESC(?population)", "paraphrases": ["What are the largest cities in the world by population, along with their area, coordinates, country, image, and elevation?", "Show me a list of all cities, including their population, area, geographic coordinates, country, an image, and elevation, ordered from the most populous to the least."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) ?var5Label ( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7 ) AS ?var7 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var5Label ORDER BY DESC( ?var2 )"}}
{"id": "val_4536", "question": "What are all the taxonomic ranks above Coenosia tendipes?", "sparql": "SELECT DISTINCT ?taxon WHERE { wd:Q13495341 wdt:P171* ?taxon }", "paraphrases": ["What is the complete taxonomic hierarchy of the insect species Coenosia tendipes?", "Show me the full lineage of parent taxa for Coenosia tendipes, from species up to kingdom."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q13495341> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_4537", "question": "What are the journals and publications where Charles Darwin published the most works, and how many did he publish in each?", "sparql": "SELECT ?publication ?displayLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q1035 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?publicationLabel .\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND( COALESCE(?shortName, ?publicationLabel) AS ?displayLabel )\n  FILTER( LANG(?displayLabel) = \"\" || STRSTARTS(LANG(?displayLabel), \"en\") )\n}\nGROUP BY ?publication ?displayLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals have published the most papers by Charles Darwin, showing their common abbreviations when available?", "List Charles Darwin\u2019s publication venues in English, using abbreviated titles where they exist, sorted by the number of works he published in each."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1035> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_4538", "question": "Countries with their names and flag or map images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?label ?image WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country wdt:P18 ?image .\n  }\n  ?country rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?label )\nLIMIT 2", "paraphrases": ["What are the first two countries in alphabetical order, along with their English names and associated images?", "Show me two countries, their English labels, and any available images like flags or maps, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 ORDER BY ASC( ?var1Label ) LIMIT 2"}}
{"id": "val_4539", "question": "What are the properties and their values associated with the filmmaker Dziga Vertov, along with their English labels?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q55193 ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["Can you list the English labels of all properties used for Dziga Vertov in Wikidata, and what values they have, including labels for those values if available?", "Show me all the information about Dziga Vertov\u2019s attributes in Wikidata, including property names and their meanings in English, and the labels of the values where they are entities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q55193> ?var3 ?var2 . ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4540", "question": "Scholarly articles with \"brain stem\" in the title that are not primarily about brain stem.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?title WHERE {\n  ?item wdt:P31 wd:Q13442814 ; wdt:P1476 ?title .\n  FILTER ( CONTAINS( LCASE( ?title ) , \"brain stem\" ) ) .\n  FILTER ( LANG( ?title ) = \"en\" ) . MINUS {\n    ?item wdt:P921 wd:Q182228 .\n  }\n}\nLIMIT 10", "paraphrases": ["What are English-language scholarly articles that mention \"brain stem\" in the title but do not have brain stem as their main subject?", "Show me scholarly articles about brain stem-related topics (like diseases or imaging) where the brain stem is not the central focus, with titles in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q182228> . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"brain stem\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4541", "question": "What pairs of scientific topics are commonly discussed together in research works about Purkinje cells?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { ?work wdt:P921 wd:Q1570272 . ?work wdt:P921 ?topic1 , ?topic2 . FILTER ( ?topic1 != wd:Q1570272 && ?topic2 != wd:Q1570272 && ?topic1 != ?topic2 ) OPTIONAL { ?topic1 rdfs:label ?topic1Label . FILTER(LANG(?topic1Label) = \"en\") } OPTIONAL { ?topic2 rdfs:label ?topic2Label . FILTER(LANG(?topic2Label) = \"en\") } }", "paraphrases": ["Co-occurring topics with Purkinje cells in academic works", "Show me other research topics that appear alongside Purkinje cells in the main subjects of scientific publications."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1570272> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q1570272> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q1570272> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q1570272> != ?var1 ) && ( <http://www.wikidata.org/entity/Q1570272> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4542", "question": "What is the French word for \"church\" in Wikidata's lexeme data?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?lexeme ?lexemeLabel WHERE {\n  ?lexeme wikibase:lemma \"\u00e9glise\" @fr .\n  ?lexeme rdfs:label ?lexemeLabel .\n}", "paraphrases": ["Which lexeme in Wikidata has the French lemma \"\u00e9glise\"?", "Show the French word \"\u00e9glise\" as stored in Wikidata's lexical entries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ?var3Label \"\u00e9glise\"@fr . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4543", "question": "Mountains and their first ascent dates", "sparql": "SELECT ?mountain ?event ?date WHERE { ?mountain wdt:P31 wd:Q8502 . ?mountain p:P793 ?statement . ?statement ps:P793 ?event ; pq:P585 ?date . }", "paraphrases": ["Which mountains have recorded first ascents, and when did they occur?", "List all mountains along with the significant events associated with them and the dates those events happened."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . { ?var1 <http://www.wikidata.org/prop/P793> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P793> ?var2 ; <http://www.wikidata.org/prop/qualifier/P585> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4544", "question": "What are the different language names for Gabon, as the country of citizenship of Henri-Joseph Koumba Bididi?", "sparql": "SELECT ?countryLabel WHERE { wd:Q100166666 wdt:P27 ?country . ?country rdfs:label ?countryLabel . } LIMIT 100", "paraphrases": ["In how many languages is the country of citizenship of Henri-Joseph Koumba Bididi labeled, and what are those labels?", "Show me all the language labels for the country where Henri-Joseph Koumba Bididi is a citizen."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } LIMIT 100"}}
{"id": "val_4545", "question": "French-language descriptions or labels for \"abbaye\"", "sparql": "SELECT ?item ?label WHERE { { ?item rdfs:label \"abbaye\"@fr . BIND(\"abbaye\"@fr AS ?label) } UNION { ?item schema:description \"abbaye\"@fr . BIND(\"abbaye\"@fr AS ?label) } }", "paraphrases": ["Which entities are described as \"abbaye\" in French on Wikidata?", "Show me all items in Wikidata that have the French description or label \"abbaye\"."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2Label \"abbaye\"@fr . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4546", "question": "German descriptions of Wikimedia disambiguation pages", "sparql": "SELECT ?disambigPage ?description WHERE { ?disambigPage wdt:P31 wd:Q4167410 . ?disambigPage schema:description ?description . FILTER(LANG(?description) = \"de\") }", "paraphrases": ["What are the German-language descriptions of disambiguation pages on Wikimedia?", "Show me the German descriptions for all Wikimedia disambiguation pages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . MINUS { ?var1 <http://schema.org/description> \"string1\"@de . } MINUS { ?var1 <http://schema.org/description> \"string2\"@de . } ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . }"}}
{"id": "val_4547", "question": "People who were Members of Parliament and competed in the Summer or Winter Olympics.", "sparql": "SELECT DISTINCT ?person ?personLabel ?olympicsLabel WHERE { ?person wdt:P1344 ?olympics . ?olympics wdt:P31 ?olympicType . FILTER(?olympicType IN (wd:Q159821, wd:Q82414)) . ?person wdt:P39 ?position . ?position wdt:P279* wd:Q16707842 . ?person rdfs:label ?personLabel . ?olympics rdfs:label ?olympicsLabel . FILTER(LANG(?personLabel) = \"en\") . FILTER(LANG(?olympicsLabel) = \"en\") }", "paraphrases": ["Which British MPs participated in the Olympic Games?", "List the names of individuals who held a position in the UK Parliament and also took part in either the Summer or Winter Olympic Games."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1344> ?var2 . { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q159821> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q82414> . } { ?var1 <http://www.wikidata.org/prop/direct/P39> [ <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q16707842> ] . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q16707842> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4548", "question": "What geographic regions is the Greater Cumberland Regional Airport located in?", "sparql": "SELECT DISTINCT ?location WHERE { { wd:Q3913914 (wdt:P30|wdt:P17|wdt:P131) ?location . } UNION { wd:Q3913914 (wdt:P30|wdt:P17|wdt:P131)/ (wdt:P30|wdt:P17|wdt:P131) ?location . } UNION { wd:Q3913914 (wdt:P30|wdt:P17|wdt:P131)/ (wdt:P30|wdt:P17|wdt:P131)/ (wdt:P30|wdt:P17|wdt:P131) ?location . } }", "paraphrases": ["Can you list the country, state, and continent associated with Greater Cumberland Regional Airport?", "Starting from Greater Cumberland Regional Airport, what larger administrative and geographic areas does it belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3913914> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4549", "question": "Entities linked to Barack Obama with English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  wd:Q76 ?p ?var1 .\n  FILTER(isIRI(?var1))\n  FILTER(! REGEX(STR(?var1) , \"^http://www.wikidata.org/entity/statement/\"))\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["What are the entities (like places, organizations, events) associated with Barack Obama, and what are their names in English?", "Show me all the labeled entities connected to Barack Obama, excluding internal statements and literals, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q76> ?var2 ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4550", "question": "List all entities from this set that are not disambiguation pages on Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  VALUES ?item {\n    wd:Q30426265 wd:Q174396 wd:Q203904 wd:Q225256 wd:Q832250 wd:Q949879 wd:Q1277648 wd:Q1343830 wd:Q576883 wd:Q10725720 wd:Q1113150 wd:Q19964005 wd:Q3050815 wd:Q5422801 wd:Q29976878 wd:Q24787742 wd:Q29720676 wd:Q18031694 wd:Q5359852 wd:Q21447959 wd:Q17916973 wd:Q18327552 wd:Q1217374 wd:Q1328478 wd:Q1328503\n  } MINUS {\n    ?item wdt:P31 wd:Q4167410 .\n  }\n}", "paraphrases": ["Which of the following are not disambiguation pages: Elf (Q225256), ELF (Q1217374), Elf (Q1113150), and 22 others?", "Show me the real-world entities from this list, excluding any Wikidata disambiguation pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2 ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17633526> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11266439> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14204246> . } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q30426265> ) ( <http://www.wikidata.org/entity/Q174396> ) ( <http://www.wikidata.org/entity/Q203904> ) ( <http://www.wikidata.org/entity/Q225256> ) ( <http://www.wikidata.org/entity/Q832250> ) ( <http://www.wikidata.org/entity/Q949879> ) ( <http://www.wikidata.org/entity/Q1277648> ) ( <http://www.wikidata.org/entity/Q1343830> ) ( <http://www.wikidata.org/entity/Q576883> ) ( <http://www.wikidata.org/entity/Q10725720> ) ( <http://www.wikidata.org/entity/Q1113150> ) ( <http://www.wikidata.org/entity/Q19964005> ) ( <http://www.wikidata.org/entity/Q3050815> ) ( <http://www.wikidata.org/entity/Q5422801> ) ( <http://www.wikidata.org/entity/Q29976878> ) ( <http://www.wikidata.org/entity/Q24787742> ) ( <http://www.wikidata.org/entity/Q29720676> ) ( <http://www.wikidata.org/entity/Q18031694> ) ( <http://www.wikidata.org/entity/Q5359852> ) ( <http://www.wikidata.org/entity/Q21447959> ) ( <http://www.wikidata.org/entity/Q17916973> ) ( <http://www.wikidata.org/entity/Q18327552> ) ( <http://www.wikidata.org/entity/Q1217374> ) ( <http://www.wikidata.org/entity/Q1328478> ) ( <http://www.wikidata.org/entity/Q1328503> ) } }"}}
{"id": "val_4551", "question": "Which of these biological and medical entities are not Wikimedia meta-pages like templates or project pages?", "sparql": "SELECT DISTINCT ?item WHERE {\n  VALUES ?item {\n    wd:Q156103   # gastroenteritis\n    wd:Q411159   # famotidine\n    wd:Q11057134 # Gastroptychia gabata\n    wd:Q30946139 # Gastrotricha\n    wd:Q9266160  # (unknown)\n    wd:Q13640110 # (unknown)\n    wd:Q5526861  # (unknown)\n    wd:Q172941   # peptic ulcer disease\n    wd:Q4867740  # Gastropoda\n    wd:Q171141   # gastronomy\n    wd:Q120569   # gastroenterology\n    wd:Q190115   # Gastrotricha (duplicate?)\n    wd:Q223591   # gastroesophageal reflux disease\n    wd:Q739734   # human gut flora\n    wd:Q147894   # Corydoras\n    wd:Q723673   # gastrolith\n    wd:Q2300099  # gastrointestinal system disease\n    wd:Q1495657  # gastrointestinal bleeding\n    wd:Q279324   # gastrointestinal perforation\n    wd:Q1495674  # gastroschisis\n    wd:Q2691035  # Horned marsupial frog\n    wd:Q1008492  # Gastrotheca\n    wd:Q1495661  # gastrointestinal stromal tumor\n    wd:Q133278   # Gastrodia\n    wd:Q523202   # Gastrophryne\n  }\n  FILTER NOT EXISTS {\n    ?item wdt:P31 ?excludedType .\n    VALUES ?excludedType {\n      wd:Q4167410   # disambiguation page\n      wd:Q17633526  # Wikinews article\n      wd:Q11266439  # template\n      wd:Q4167836   # category\n      wd:Q14204246  # project page\n    }\n  }\n}", "paraphrases": ["List all the real-world items from this set of 25 Wikidata entities, excluding any that are Wikipedia templates, disambiguation pages, or project pages.", "From the following list of entities including species like Gastrotheca and diseases like gastroenteritis, which ones are actual things in the world and not just Wikipedia pages?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2 ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17633526> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11266439> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14204246> . } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q156103> ) ( <http://www.wikidata.org/entity/Q411159> ) ( <http://www.wikidata.org/entity/Q11057134> ) ( <http://www.wikidata.org/entity/Q30946139> ) ( <http://www.wikidata.org/entity/Q9266160> ) ( <http://www.wikidata.org/entity/Q13640110> ) ( <http://www.wikidata.org/entity/Q5526861> ) ( <http://www.wikidata.org/entity/Q172941> ) ( <http://www.wikidata.org/entity/Q4867740> ) ( <http://www.wikidata.org/entity/Q171141> ) ( <http://www.wikidata.org/entity/Q120569> ) ( <http://www.wikidata.org/entity/Q190115> ) ( <http://www.wikidata.org/entity/Q223591> ) ( <http://www.wikidata.org/entity/Q739734> ) ( <http://www.wikidata.org/entity/Q147894> ) ( <http://www.wikidata.org/entity/Q723673> ) ( <http://www.wikidata.org/entity/Q2300099> ) ( <http://www.wikidata.org/entity/Q1495657> ) ( <http://www.wikidata.org/entity/Q279324> ) ( <http://www.wikidata.org/entity/Q1495674> ) ( <http://www.wikidata.org/entity/Q2691035> ) ( <http://www.wikidata.org/entity/Q1008492> ) ( <http://www.wikidata.org/entity/Q1495661> ) ( <http://www.wikidata.org/entity/Q133278> ) ( <http://www.wikidata.org/entity/Q523202> ) } }"}}
{"id": "val_4552", "question": "What are the geographic coordinates, administrative division, and country of the city of Kaya, ensuring the country is still active?", "sparql": "SELECT DISTINCT ?city ?cityLabel ?adminLabel ?countryLabel ?lat ?long ?instanceLabel WHERE {\n  BIND(wd:Q766464 AS ?city)\n\n  ?city wdt:P31 ?instance ;\n        p:P17 ?stmt1 ;\n        p:P625 ?stmt2 .\n\n  # Country\n  ?stmt1 ps:P17 ?country .\n  FILTER(NOT EXISTS { ?stmt1 pq:P582 ?end1 })\n\n  # Coordinates\n  ?stmt2 psv:P625 ?coordNode .\n  ?coordNode wikibase:geoLatitude ?lat ;\n             wikibase:geoLongitude ?long .\n\n  # Administrative division (direct)\n  ?city wdt:P131 ?admin .\n\n  # Labels\n  OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }\n  OPTIONAL { ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") }\n  OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }\n  OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") }\n}", "paraphrases": ["Tell me about Kaya in Burkina Faso: where is it located administratively, what are its coordinates, and what type of place is it?", "Show me the current country and location details of Kaya, excluding any outdated or dissolved administrative relationships."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var6Label WHERE { BIND ( <http://www.wikidata.org/entity/Q766464> AS ?var2 ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P150> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P131> * ?var1 . } ?var2 <http://www.wikidata.org/prop/direct/P31> ?var6 ; <http://www.wikidata.org/prop/P17> ?var7 ; <http://www.wikidata.org/prop/P625> ?var8 . ?var7 <http://www.wikidata.org/prop/statement/P17> ?var3 . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P576> ?var9 . } ) ) . FILTER ( ( NOT EXISTS { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var10 . } ) ) . ?var8 <http://www.wikidata.org/prop/statement/value/P625> ?var11 . ?var11 <http://wikiba.se/ontology#geoLatitude> ?var4 . ?var11 <http://wikiba.se/ontology#geoLongitude> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4553", "question": "What are the detailed statements about Julius Caesar\u2019s spouses in Wikidata?", "sparql": "SELECT ?statement WHERE { wd:Q1048 p:P26 ?statement . }", "paraphrases": ["Show me all the spouse relationships of Julius Caesar that include additional details like qualifiers or references.", "List the statement identifiers for Julius Caesar\u2019s marriages in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://www.wikidata.org/wiki/Q1048> <http://www.wikidata.org/prop/P26> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4554", "question": "What diseases are caused by biological taxa, and what are their scientific names?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxon ?taxonName ?disease ?diseaseLabel WHERE {\n  ?taxon wdt:P225 ?taxonName .\n  ?taxon wdt:P31 wd:Q16521 .\n  ?taxon wdt:P1542 ?disease .\n  ?disease rdfs:label ?diseaseLabel .\n  FILTER(LANG(?diseaseLabel) = \"en\")\n}", "paraphrases": ["Which pathogens (species or viruses) cause specific diseases, and what are the names of those diseases in English?", "List the scientific names of pathogens and the diseases they cause, with disease names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P1542> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4555", "question": "What properties are used to describe Finland in Wikidata, and what are their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propertyItem ?propertyLabel ?propertyDescription WHERE {\n  ?item ?directProperty wd:Q33 .\n  FILTER ( STRSTARTS( STR( ?directProperty ) , \"http://www.wikidata.org/prop/direct/\" ) ) BIND( IRI( REPLACE( STR( ?directProperty ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyItem ) .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?propertyItem schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List all English labels and descriptions of properties that have Finland as their object in Wikidata statements.", "Which properties link other entities to Finland, and how are they described in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q33> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4556", "question": "What movie has the IMDb ID tt4085444?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt4085444\" . }", "paraphrases": ["Which film on Wikidata is associated with the IMDb identifier tt4085444?", "Find the Wikidata item for the movie with IMDb ID tt4085444."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4085444\". }"}}
{"id": "val_4557", "question": "List all sports teams from India in English.", "sparql": "SELECT ?team ?teamLabel WHERE { ?team (wdt:P31/wdt:P279*) wd:Q12973014 . ?team rdfs:label ?teamLabel . ?team wdt:P17 wd:Q668 . FILTER(LANG(?teamLabel) = \"en\")}", "paraphrases": ["What are the English names of all sports teams based in India?", "Show me the names of all Indian national and regional sports teams, including cricket, hockey, and others, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q12973014> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4558", "question": "Rectors with their date of birth, place of birth, and birthplace coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rector ?rectorLabel ?dob ?birthplace ?coords WHERE {\n  ?rector wdt:P106 wd:Q212071 .\n  ?rector wdt:P569 ?dob .\n  ?rector wdt:P19 ?birthplace .\n  ?birthplace wdt:P625 ?coords .\n  ?rector rdfs:label ?rectorLabel .\n}", "paraphrases": ["Who are the rectors in Wikidata, and what are their birth dates, birthplaces, and the geographic coordinates of those birthplaces?", "List all rectors along with their date of birth, birthplace, and the coordinates of their birthplace."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q212071> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4559", "question": "Cricket teams in the United Kingdom with English labels", "sparql": "SELECT ?team ?teamLabel WHERE { ?team (wdt:P31/wdt:P279*) wd:Q17376093 . ?team rdfs:label ?teamLabel . ?team wdt:P17 wd:Q145 . FILTER(LANG(?teamLabel) = \"en\") }", "paraphrases": ["What are the English names of all cricket teams based in the United Kingdom?", "List all cricket teams in the UK along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17376093> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4560", "question": "What is the Wikidata item for Freebase ID /m/019vgs?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P646 \"/m/019vgs\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is Tim Allen in Wikidata, using his Freebase ID /m/019vgs?", "Find the English name of the person with Freebase ID /m/019vgs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/019vgs\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4561", "question": "What educational institutions did Genevieve Shaker attend, what degrees did she earn from each, and when did she complete them?", "sparql": "SELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q33326426 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["List Genevieve Shaker\u2019s degrees, the universities she attended, and the completion dates.", "Please provide a list of Genevieve Shaker\u2019s academic qualifications, including the institutions, the degrees awarded, and the years she graduated."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q33326426> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4562", "question": "What are the buildings in India?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building ?buildingLabel WHERE {\n  ?building wdt:P31 wd:Q41176 .\n  ?building wdt:P17 wd:Q668 .\n  ?building rdfs:label ?buildingLabel .\n  FILTER(LANG(?buildingLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["List the names of buildings located in India.", "Which structures in India are classified as buildings?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41176> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1174336> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4563", "question": "How many properties are there in Wikidata, including those that are subclasses of Wikibase property?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(DISTINCT ?property) AS ?count) WHERE {\n  {\n    ?property wdt:P31 ?class .\n    ?class wdt:P279 * wd:Q18616576 .\n  } UNION {\n    ?property wdt:P31 wd:Q18616576 .\n  }\n}", "paraphrases": ["What is the total count of items in Wikidata that are defined as properties, either directly or through inheritance?", "Can you tell me how many Wikidata properties exist by counting all items that are instances of Wikibase property or its subclasses?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q18616576> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18616576> . } }"}}
{"id": "val_4564", "question": "Wikidata properties with value-type constraints and their allowed subclass types", "sparql": "SELECT ?property ?subClass WHERE { ?property wdt:P31/wdt:P279* wd:Q18616576 . ?property p:P2302 ?constraint . ?constraint ps:P2302 wd:Q21510865 . ?constraint pq:P2308 ?constraintType . ?subClass wdt:P279* ?constraintType . } LIMIT 100", "paraphrases": ["Which Wikidata properties require their values to be subclasses of a certain type, and what are those subclass types?", "List all Wikidata properties that have a range constraint specifying that their values must be subclasses of a given type, along with those subclass types."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q18616576> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18616576> . } ?var1 <http://www.wikidata.org/prop/P2302> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2302> <http://www.wikidata.org/entity/Q21510865> . ?var4 <http://www.wikidata.org/prop/qualifier/P2308> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var5 . }"}}
{"id": "val_4565", "question": "What are the top countries with the most female pornographic actors, excluding former countries?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?countryLabel(COUNT(DISTINCT ?actor) AS ?count) WHERE {\n  ?actor wdt:P106 wd:Q488111 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P27 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(NOT EXISTS {\n    ?country wdt:P31 wd:Q3024240 .\n  })\n}\nGROUP BY ?countryLabel\nORDER BY DESC(?count)", "paraphrases": ["How many female adult performers are citizens of each modern country, and which country has the highest number?", "Can you list the countries that have female pornographic actors, sorted by how many there are from each, and exclude countries that no longer exist?"], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488111> . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://www.wikidata.org/prop/direct/P27> ?var1 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_4566", "question": "Authors who co-authored works about maternal death, in all ordered pairs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  {\n    ?work ( wdt:P921 / wdt:P31 * / wdt:P279 * ) wd:Q1339474 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P361 + ) wd:Q1339474 .\n  } UNION {\n    ?work ( wdt:P921 / wdt:P1269 + ) wd:Q1339474 .\n  }\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER ( ?author1 != ?author2 ) ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER ( LANG( ?author1Label ) = \"en\" || LANG( ?author1Label ) = \"\" ) FILTER ( LANG( ?author2Label ) = \"en\" || LANG( ?author2Label ) = \"\" )\n}", "paraphrases": ["Who are all the pairs of different authors who wrote works where maternal death is the main subject?", "List every ordered pair of distinct authors who collaborated on works whose primary topic is maternal death, including their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1339474> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q1339474> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q1339474> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4567", "question": "List non-village administrative units in Ukraine with their coordinates and administrative parent.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT DISTINCT ?settlementLabel ?settlement ?country ?latitude ?longitude ?administrativeUnitLabel WHERE {\n  ?settlement(wdt:P31 / wdt:P279 *) wd:Q56061 . MINUS {\n    ?settlement(wdt:P31 / wdt:P279 *) wd:Q532 .\n  }\n  ?settlement wdt:P17 wd:Q212 .\n  ?settlement wdt:P131 ?administrativeUnit .\n  ?settlement p:P625 ?statement .\n  ?statement psv:P625 ?coordinateNode .\n  ?coordinateNode wikibase:geoLatitude ?latitude .\n  ?coordinateNode wikibase:geoLongitude ?longitude .\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER(LANG(?settlementLabel) = \"en\")\n  .\n  ?administrativeUnit rdfs:label ?administrativeUnitLabel .\n  FILTER(LANG(?administrativeUnitLabel) = \"en\")\n}\nORDER BY ASC(?settlement)", "paraphrases": ["What are the towns and cities in Ukraine (excluding villages), and what administrative regions are they part of, along with their geographic coordinates?", "Please provide the English names, coordinates, and immediate administrative divisions of all non-village settlements in Ukraine."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( ?var1 AS ?var2 )( ?var3 AS ?var4 ) ?var5 ?var6 ?var7Label ( \"2\" AS ?var8 )( \"en\" AS ?var9 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q56061> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q212> . ?var1 <http://www.wikidata.org/prop/P625> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/value/P625> ?var11 . ?var11 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var11 <http://wikiba.se/ontology#geoLongitude> ?var6 . MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q532> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,uk\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_4568", "question": "What is the English label of the scholarly article titled 'GWAS'?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  wd:Q57953584 wdt:P31 wd:Q13442814 ; rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Is there a scholarly article in Wikidata with the label 'GWAS' in English?", "Show me the English label of the scholarly article that is called GWAS."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"gwas\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4569", "question": "What are some English labels of humans in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you list 10 humans in Wikidata with their English labels?", "Show me up to 10 English-language labels for entities that are instances of human."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/prop/direct/Q5> . OPTIONAL { FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } } LIMIT 10"}}
{"id": "val_4570", "question": "What are the communes in Ille-et-Vilaine, France, whose names include \"Seiche\"?", "sparql": "SELECT ?commune ?communeLabel WHERE { ?commune wdt:P31 wd:Q484170 ; wdt:P131 wd:Q12549 ; rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"fr\") FILTER(CONTAINS(LCASE(?communeLabel), \"seiche\")) }", "paraphrases": ["Can you list the French-named communes in the department of Ille-et-Vilaine that have \"Seiche\" in their title?", "Show me all communes in Ille-et-Vilaine that contain \"Seiche\" in their French name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12549> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"$Seiche\" ) ) ) . }"}}
{"id": "val_4571", "question": "Humans with German as native language, their birth dates and current ages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?birthDate ?age WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P103 wd:Q188 .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person rdfs:label ?enLabel .\n    FILTER ( LANG( ?enLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person rdfs:label ?anyLabel\n  }\n  BIND( COALESCE ( ?enLabel , ?anyLabel ) AS ?personLabel ) BIND( YEAR( NOW () ) - YEAR( ?birthDate ) AS ?age )\n}\nLIMIT 10", "paraphrases": ["Who are some people whose native language is German, and how old are they?", "List 10 people who speak German as their first language, including their names, birth dates, and current ages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( ( YEAR ( NOW ( ) ) - YEAR ( ?var4 ) ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P103> <http://www.wikidata.org/entity/Q188> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } LIMIT 10"}}
{"id": "val_4572", "question": "Chemical compounds ending in \"sterone\" without images on Wikimedia Commons.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?compound WHERE {\n  ?compound wdt:P31 wd:Q113145171 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) FILTER ( REGEX( STR( ?label ) , \"sterone$\" ) ) OPTIONAL {\n    ?compound wdt:P18 ?image\n  }\n  FILTER ( ! BOUND( ?image ) )\n}", "paraphrases": ["Which chemical entities have English names ending in \"sterone\" and no associated image?", "List all chemical entities whose English labels end with \"sterone\" and do not have an image on Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"(sterone)$\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_4573", "question": "Places associated with Thomas Piketty and their locations, including employer, education, and citizenship sites.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image ?place ?placeLabel ?coordinates ?propertyLabel WHERE {\n  wd:Q984448 ?association ?place .\n  ?property wikibase:directClaim ?association .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) OPTIONAL {\n    ?place wdt:P18 ?image .\n  }\n  ?place ( wdt:P625 | ( wdt:P131 * / wdt:P625 ) ) ?coordinates .\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = \"en\" )\n}", "paraphrases": ["What are the institutions and countries linked to Thomas Piketty, where are they located, and what type of association do they have with him?", "Show me all the places connected to Thomas Piketty \u2014 like where he worked, studied, or is a citizen \u2014 along with their coordinates and the nature of the connection."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q984448> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4574", "question": "Which animals produce milk?", "sparql": "SELECT ?taxon WHERE { ?taxon p:P1672 ?statement . ?statement ps:P1672 wd:Q8495 . }", "paraphrases": ["What taxa are known to produce milk according to Wikidata?", "List all organisms that produce milk as a natural product."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1672> <http://www.wikidata.org/entity/Q8495> . ?var1 <http://www.wikidata.org/prop/P1672> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4575", "question": "Who were the members of the 57th Parliament of the United Kingdom?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q30524710 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List all individuals who held a seat in the UK Parliament during the 57th term.", "Which politicians served as MPs in the UK during the 2017\u20132019 parliamentary term?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/prop/direct/Q30524710> . }"}}
{"id": "val_4576", "question": "What are the main topics covered in articles published in the journal Econometrica?", "sparql": "SELECT DISTINCT ?mainSubject ?mainSubjectLabel WHERE { ?article wdt:P1433 wd:Q375835 . ?article wdt:P921 ?mainSubject . FILTER (?mainSubject != wd:Q375835) . ?mainSubject rdfs:label ?mainSubjectLabel . FILTER (lang(?mainSubjectLabel) = \"en\") }", "paraphrases": ["Can you list the subjects of research articles that appear in Econometrica, excluding the journal itself?", "Which economic and non-economic topics are discussed in papers from Econometrica?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q375835> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q375835> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q375835> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q375835> != ?var1 ) && ( <http://www.wikidata.org/entity/Q375835> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4577", "question": "What are the direct subtaxa of monocots?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?childTaxon ?childTaxonLabel WHERE {\n  ?childTaxon wdt:P171 wd:Q78961 .\n  ?childTaxon rdfs:label ?childTaxonLabel .\n  FILTER ( LANG( ?childTaxonLabel ) = \"en\" )\n}", "paraphrases": ["Child orders of monocots", "List the taxonomic orders that are directly classified under monocots."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q78961> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4578", "question": "What journals have Sara H. Konrath published in the most, and how many publications does she have in each?", "sparql": "SELECT ?journal ?journalLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q33104052 .\n  ?work wdt:P1433 ?journal .\n  ?journal rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL { ?journal wdt:P1813 ?shortName }\n  BIND(COALESCE(?shortName, ?label) AS ?journalLabel)\n}\nGROUP BY ?journal ?journalLabel\nORDER BY DESC(?count)", "paraphrases": ["List Sara H. Konrath\u2019s most frequently used publication venues, showing either the full journal name or its abbreviation.", "Which academic journals have published the most papers by Sara H. Konrath, ranked by count?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q33104052> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_4579", "question": "List countries and their heads of government.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?countryLabel ?headOfGovernmentLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country wdt:P6 ?headOfGovernment .\n    ?headOfGovernment rdfs:label ?headOfGovernmentLabel .\n    FILTER ( LANG( ?headOfGovernmentLabel ) = \"en\" )\n  }\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nORDER BY ASC ( ?countryLabel )", "paraphrases": ["Who is the head of government for each country?", "Can you provide a list of all countries along with the names of their current heads of government, sorted alphabetically by country name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4580", "question": "List islands in Indonesia with their administrative regions and coordinates.", "sparql": "SELECT DISTINCT ?island ?islandLabel ?adminUnitLabel ?countryLabel ?coordinates WHERE { ?island wdt:P31 wd:Q23442 . { ?island wdt:P131 ?adminUnit . ?adminUnit (wdt:P279*) wd:Q1434505 . } UNION { ?island wdt:P17 wd:Q252 . } OPTIONAL { ?island wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } OPTIONAL { ?island wdt:P625 ?coordinates . } OPTIONAL { ?island wdt:P131 ?adminUnit . ?adminUnit rdfs:label ?adminUnitLabel . FILTER(LANG(?adminUnitLabel) = \"en\") } ?island rdfs:label ?islandLabel . FILTER(LANG(?islandLabel) = \"en\") } ORDER BY ASC(?island)", "paraphrases": ["What are the islands located in Indonesia, and which provinces or regions are they part of, along with their geographic coordinates?", "Please provide the names of all islands in Indonesia, including the administrative subdivisions they belong to, the country (Indonesia), and their latitude and longitude coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23442> . { { ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1434505> . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5098> . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_4581", "question": "List all countries in English.", "sparql": "SELECT ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . OPTIONAL { ?country wdt:P35 ?headOfState . } OPTIONAL { ?country wdt:P6 ?headOfGovernment . } ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["What are the names of all countries in English?", "Show me the English names of all countries."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P35> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1Label"}}
{"id": "val_4582", "question": "What are the plant families in the order Buxales?", "sparql": "SELECT ?family ?familyLabel WHERE { ?family wdt:P171 wd:Q21020 . ?family rdfs:label ?familyLabel . FILTER(LANG(?familyLabel) = \"en\") }", "paraphrases": ["Which families are classified under the taxonomic order Buxales?", "Can you list the families that have Buxales as their parent taxon?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q21020> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4583", "question": "Countries with the fewest living actors on Wikidata.", "sparql": "SELECT DISTINCT ?countryLabel ( COUNT( ?actor ) AS ?count ) WHERE { ?actor wdt:P106 wd:Q33999 ; wdt:P166 ?award ; wdt:P27 ?country . ?country rdfs:label ?countryLabel . OPTIONAL { ?actor wdt:P570 ?dateOfDeath . } FILTER ( !BOUND(?dateOfDeath) ) FILTER ( LANG(?countryLabel) = \"en\" ) } GROUP BY ?countryLabel ORDER BY ASC(?count) LIMIT 10", "paraphrases": ["Which countries have the smallest number of living actors, and how many actors are from each?", "List the top 10 countries with the least number of living actors, sorted by count in ascending order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var4 ; <http://www.wikidata.org/prop/direct/P166> ?var5 ; <http://www.wikidata.org/prop/direct/P27> [ <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ] . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var6 . } FILTER ( ( !( BOUND ( ?var6 ) ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } GROUP BY ?var1Label ORDER BY ASC( ?var3 ) LIMIT 10"}}
{"id": "val_4584", "question": "Who are the presidents of the United States?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?president WHERE {\n  ?president wdt:P39 wd:Q11696 .\n}\nLIMIT 20", "paraphrases": ["Can you list 20 people who have served as President of the United States?", "Which individuals have held the office of President of the United States?"], "info": {"raw_sparql": "SELECT * WHERE { OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q11696> . } LIMIT 20"}}
{"id": "val_4585", "question": "Total awards received by actors born after 1892, grouped by country.", "sparql": "SELECT ?countryLabel (COUNT(?award) AS ?totalAwards)\nWHERE {\n  ?actor wdt:P106 wd:Q33999 ;\n         wdt:P569 ?birthDate ;\n         wdt:P27 ?country ;\n         wdt:P166 ?award .\n  FILTER ( ?birthDate >= \"1892-01-01T00:00:00Z\"^^xsd:dateTime )\n  ?country rdfs:label ?countryLabel .\n  FILTER (LANG(?countryLabel) = \"en\")\n}\nGROUP BY ?country ?countryLabel\nORDER BY DESC(?totalAwards)", "paraphrases": ["Which countries have the most actors born after 1892 who have won awards, and how many awards did they win in total?", "Show me a list of countries ranked by the total number of awards won by actors born after 1892."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } { SELECT( SAMPLE ( ?var3 ) AS ?var1 )( SUM ( ?var4 ) AS ?var2 ) WHERE { { SELECT( SAMPLE ( ?var5 ) AS ?var6 )( SAMPLE ( ?var1 ) AS ?var3 )( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> ; <http://www.wikidata.org/prop/direct/P166> ?var7 ; <http://www.wikidata.org/prop/direct/P569> ?var8 ; <http://www.wikidata.org/prop/direct/P27> ?var1 . FILTER ( ( ( ?var8 >= \"1892-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var5 } } GROUP BY ?var3 ORDER BY DESC( ?var2 ) } }"}}
{"id": "val_4586", "question": "Administrative regions above Zoza, France", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?admin ?adminLabel WHERE {\n  wd:Q742327 wdt:P131 + ?admin .\n  ?admin rdfs:label ?adminLabel .\n  FILTER(LANG(?adminLabel) = \"en\")\n}", "paraphrases": ["What administrative areas is the commune of Zoza located in, including its region and country?", "List all higher-level administrative divisions that include the commune of Zoza in France, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q742327> <http://www.wikidata.org/prop/direct/P131> + ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4587", "question": "Wikidata quantities greater than one quadrillion with no upper bound", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?valueNode ?amount WHERE {\n  ?valueNode wikibase:quantityAmount ?amount .\n  OPTIONAL {\n    ?valueNode wikibase:quantityUpperBound ?upperBound .\n  }\n  FILTER ( ?amount >= 1000000000000000 ) FILTER ( ! BOUND( ?upperBound ) )\n}", "paraphrases": ["What precise quantities in Wikidata are larger than one quadrillion and do not have an upper limit?", "Show me all exact values in Wikidata that are at least one quadrillion and are not represented as ranges."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://wikiba.se/ontology#quantityAmount> ?var2 . OPTIONAL { ?var1 <http://wikiba.se/ontology#quantityUpperBound> ?var3 . } FILTER ( ( ( ?var2 >= \"1000000000000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . }"}}
{"id": "val_4588", "question": "How many works cite Gitte Moos Knudsen\u2019s publications each year, and how many of those are self-citations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?citationCount) ?isSelfCitation WHERE {\n  ?citedWork wdt:P50 wd:Q5565155 .\n  ?citingWork wdt:P2860 ?citedWork .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND(YEAR(?pubDate) AS ?year)\n  BIND(IF(EXISTS {\n    ?citingWork wdt:P50 wd:Q5565155\n  }\n  , \"self-citation\" , \"other-citation\") AS ?isSelfCitation)\n}\nGROUP BY ?year ?isSelfCitation\nORDER BY DESC(?year)", "paraphrases": ["Break down the number of citations to Gitte Moos Knudsen\u2019s works by year and indicate which ones are self-citations.", "For each year, show the total number of works citing Gitte Moos Knudsen, separated into self-citations and citations by others."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5565155> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5565155> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_4589", "question": "What is the English description of RFC 8918?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P892 \"8918\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Find the Wikipedia-style item for RFC 8918 and its English description.", "Which entity in Wikidata has the RFC ID 8918, and what is its English label and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"8918\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4590", "question": "People who died on the same day as Mike Bongiorno.", "sparql": "SELECT ?person WHERE { wd:Q327660 wdt:P570 ?deathDate . ?person wdt:P570 ?deathDate . FILTER(?person != wd:Q327660) }", "paraphrases": ["Who else died on September 8, 2009, the same day as Mike Bongiorno?", "List all individuals who share the same date of death as Mike Bongiorno, excluding Mike Bongiorno himself."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/entity/Q327660> <http://www.wikidata.org/prop/direct/P570> . }"}}
{"id": "val_4591", "question": "What are the taxonomic ranks used in biological classification?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rank ?rankLabel WHERE {\n  ?rank wdt:P31 wd:Q427626 .\n  ?rank rdfs:label ?rankLabel .\n  FILTER(LANG(?rankLabel) = 'en')\n}", "paraphrases": ["Which entities represent taxonomic ranks in Wikidata?", "List all valid taxonomic ranks in English from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { _:bnode <http://www.wikidata.org/prop/direct/P105> ?var1 . FILTER ( ( isIRI ( ?var1 ) ) ) . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4592", "question": "What is the English description of Mount Everest?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { wd:Q513 rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . OPTIONAL { wd:Q513 schema:description ?desc . FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Can you tell me the name and description in English of the highest mountain on Earth?", "Show me the English label and description for the entity representing Mount Everest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"8848\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4593", "question": "Who are the people related to Heinrich Bach, and what is the nature of their relationship?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?statement ?property(SAMPLE(?qv) AS ?qualifierValue) WHERE {\n  {\n    SELECT DISTINCT ?person ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q61587 .\n      ?person ?claim ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claim .\n      FILTER(?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?qv .\n    ?qualifier wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?person ?statement ?property", "paraphrases": ["List the individuals connected to Heinrich Bach through family or professional ties, along with any temporal qualifiers on those connections.", "What are the relationships (e.g., child, spouse, father) between Heinrich Bach and other people, and when did those relationships begin?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q61587> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4594", "question": "Creative works from Austria", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P495 ?statement .\n  ?statement ps:P495 wd:Q40 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are some creative works that originate from Austria?", "List up to 100 works that have Austria as their country of origin."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P495> <http://www.wikidata.org/entity/Q1741> . ?var1 <http://www.wikidata.org/prop/P495> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4595", "question": "Spouses of George W. Bush and their marriage start dates", "sparql": "SELECT DISTINCT ?spouse ?startDate WHERE { ?spouse p:P26 ?statement . ?statement ps:P26 wd:Q207 . ?statement pq:P580 ?startDate . } LIMIT 10", "paraphrases": ["Who is married to George W. Bush, and when did their marriage begin?", "List George W. Bush\u2019s spouse(s) along with the date their marriage started."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P26> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q207> . ?var1 <http://www.wikidata.org/prop/P26> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q207> . ?var2 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } LIMIT 10"}}
{"id": "val_4596", "question": "German description and gender of Michael Jackson", "sparql": "SELECT ?description ?gender ?coordinates WHERE { wd:Q2831 schema:description ?description . OPTIONAL { wd:Q2831 wdt:P21 ?gender . } OPTIONAL { wd:Q2831 wdt:P625 ?coordinates . } FILTER (LANG(?description) = \"de\") }", "paraphrases": ["What is Michael Jackson's German description and gender?", "Show me the German-language description and sex/gender of Michael Jackson."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { <http://www.wikidata.org/entity/Q2831> <http://schema.org/description> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P21> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q2831> <http://www.wikidata.org/prop/direct/P625> ?var5 . } FILTER ( ( ( LANG ( ?var1 ) = \"de\" ) ) ) . }"}}
{"id": "val_4597", "question": "Who were influenced by Rudyard Kipling?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person p:P737 ?statement .\n  ?statement ps:P737 wd:Q34743 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which writers or authors have cited Rudyard Kipling as an influence?", "List the people who were influenced by the English writer Rudyard Kipling."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P737> <http://www.wikidata.org/entity/Q34743> . ?var1 <http://www.wikidata.org/prop/P737> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4598", "question": "Who are the male grandparents of Michael Mann?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?grandparent ?parent WHERE {\n  ?grandparent wdt:P21 wd:Q6581097 .\n  ?grandparent wdt:P40 ?parent .\n  ?parent wdt:P40 wd:Q214191 .\n}\nLIMIT 10", "paraphrases": ["Male grandparents of Michael Mann", "List the fathers of Michael Mann\u2019s parents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q214191> . } LIMIT 10"}}
{"id": "val_4599", "question": "Genera of ants belonging to subfamilies of Formicidae", "sparql": "SELECT ?family ?familyLabel ?subfamily ?subfamilyLabel ?genus ?genusLabel WHERE {\n  BIND( wd:Q7386 AS ?family ) .\n  ?genus wdt:P171 ?subfamily .\n  ?subfamily wdt:P171 ?family .\n  ?family rdfs:label ?familyLabel .\n  ?subfamily rdfs:label ?subfamilyLabel .\n  ?genus rdfs:label ?genusLabel .\n  FILTER(LANG(?familyLabel) = \"en\")\n  FILTER(LANG(?subfamilyLabel) = \"en\")\n  FILTER(LANG(?genusLabel) = \"en\")\n}", "paraphrases": ["What are the genera of ants that are classified under subfamilies of the Formicidae family?", "List all ant genera that are two taxonomic levels below the Formicidae family, including their subfamily classification."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q7386> AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P171> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P171> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4600", "question": "Citations per year for works by Natalie Portman and Paul Erd\u0151s", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?author ?authorLabel ( COUNT( ?citingWork ) AS ?citationCount ) WHERE {\n  VALUES ?author {\n    wd:Q37876 wd:Q173746\n  }\n  ?work wdt:P50 ?author .\n  ?work wdt:P577 ?pubDate .\n  BIND( STR( YEAR( ?pubDate ) ) AS ?year ) ?citingWork wdt:P2860 ?work .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nGROUP BY ?year ?author ?authorLabel\nORDER BY ASC ( ?year )", "paraphrases": ["How many works cite each publication by Natalie Portman and Paul Erd\u0151s, grouped by the year of publication?", "Show me the number of citations received by each of Natalie Portman\u2019s and Paul Erd\u0151s\u2019s published works, broken down by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { { SELECT ?var3 ?var1 ( COUNT ( ?var4 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q37876> ) ( <http://www.wikidata.org/entity/Q173746> ) } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var6 <http://www.wikidata.org/prop/direct/P577> ?var5 . ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var6 . } GROUP BY ?var3 ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_4601", "question": "Lighthouses with 7-character NGA IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?lighthouse ?lighthouseLabel ?ngaId ?idLength WHERE {\n  ?lighthouse wdt:P3563 ?ngaId .\n  BIND(STRLEN(?ngaId) AS ?idLength)\n  FILTER(?idLength = 7)\n  .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER(LANG(?lighthouseLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which lighthouses have an NGA lighthouse ID that is exactly 7 characters long?", "Show me the English names and NGA IDs of lighthouses whose ID has exactly 7 characters."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( STRLEN ( ?var3 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P3563> ?var3 . FILTER ( ( ( ?var4 = \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_4602", "question": "What observation towers in Prague are also located in other administrative districts of Prague?", "sparql": "SELECT ?tower ?towerLabel ?coordinate ?adminEntity ?adminEntityLabel WHERE { ?tower wdt:P17 wd:Q213 ; wdt:P31 wd:Q1440300 ; wdt:P625 ?coordinate ; wdt:P131 wd:Q1085 ; wdt:P131 ?adminEntity . FILTER(?adminEntity != wd:Q1085) . ?tower rdfs:label ?towerLabel . ?adminEntity rdfs:label ?adminEntityLabel . FILTER(LANG(?towerLabel) = \"en\") FILTER(LANG(?adminEntityLabel) = \"en\") } LIMIT 10", "paraphrases": ["Show me observation towers in Prague that belong to a district other than Prague itself, along with their locations and district names.", "Are there any lookout towers in Prague that are administratively part of one of Prague\u2019s districts rather than just the city as a whole?"], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var3 ?var4 ?var1 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1440300> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1085> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . } } } LIMIT 1"}}
{"id": "val_4603", "question": "Members of The Smashing Pumpkins and their MusicBrainz IDs", "sparql": "SELECT ?member ?memberLabel ?mbid WHERE { wd:Q184217 wdt:P527 ?member . OPTIONAL { ?member wdt:P434 ?mbid . } ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\") }", "paraphrases": ["Who are the members of The Smashing Pumpkins, and what are their MusicBrainz artist IDs?", "List the English names of The Smashing Pumpkins' members along with their MusicBrainz identifiers, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var2 ?var1 <https://www.wikidata.org/wiki/Q184217> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P434> ?var3 . } }"}}
{"id": "val_4604", "question": "Organizations formed in Birmingham and their formation years", "sparql": "SELECT DISTINCT ?organization ?formationYear WHERE { ?organization p:P740 ?statement . ?statement ps:P740 wd:Q2256 . ?organization wdt:P571 ?formationYear . } LIMIT 101", "paraphrases": ["Which bands or organizations were formed in Birmingham, and when were they founded?", "Show me a list of up to 101 musical groups that originated in Birmingham, along with the year they were formed."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P740> <http://www.wikidata.org/entity/Q2256> . ?var1 <http://www.wikidata.org/prop/P740> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4605", "question": "Items located in Brazil", "sparql": "SELECT ?item ?statement (SAMPLE(?qualifierProperty) AS ?sampleQualifier)\nWHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P276 wd:Q155 .\n      ?item p:P276 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifier wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["What are some items that are located in Brazil?", "Show me up to 101 things located in Brazil, along with any additional details (qualifiers) on their location statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P276> <http://www.wikidata.org/entity/Q155> . ?var1 <http://www.wikidata.org/prop/P276> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4606", "question": "What are all the German-language given names in Wikidata?", "sparql": "SELECT ?givenName ?label WHERE { ?givenName wdt:P31 wd:Q202444 . ?givenName rdfs:label ?label . FILTER (LANG(?label) = \"de\") } ORDER BY ASC(?label)", "paraphrases": ["Can you list all first names in German, sorted alphabetically?", "Show me the German labels for entities classified as given names, ordered by name."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202444> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_4607", "question": "Railway stations in Switzerland reachable from Olten station with German labels and their adjacent stations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?adjacentStation WHERE {\n  wd:Q29370 wdt:P197 + ?station .\n  ?station wdt:P31 / wdt:P279 * wd:Q55488 .\n  ?station wdt:P17 wd:Q39 .\n  ?station rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = \"de\" ) OPTIONAL {\n    ?station wdt:P197 ?adjacentStation .\n  }\n}", "paraphrases": ["Which railway stations in Switzerland can be reached from Olten railway station via adjacent connections, and what are their German names and neighboring stations?", "List all railway stations and stops in Switzerland that are connected to Olten station through adjacent stations, showing their German labels and the stations next to them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q55488> ) ( <http://www.wikidata.org/entity/Q55678> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q39> . { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q29370> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P197> . } } BIND ( SUBSTR ( ?var5Label ,\"8\"^^<http://www.w3.org/2001/XMLSchema#integer> , STRLEN ( ?var5Label ) ) AS ?var1Label ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"de\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P197> ?var2 . } }"}}
{"id": "val_4608", "question": "What entities in Wikidata have the identifier 9965191?", "sparql": "SELECT * WHERE {\n  ?item ?property \"9965191\" .\n}", "paraphrases": ["Which items or statements in Wikidata are linked to the ID 9965191?", "Show me all Wikidata entries that use 9965191 as an identifier, including PubMed, PubChem, and GBIF links."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 \"9965191\". }"}}
{"id": "val_4609", "question": "Scientific names of all mosquito species in the family Culicidae.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon ?scientificName ?rangeMap WHERE {\n  ?taxon wdt:P31 wd:Q16521 .\n  ?taxon wdt:P105 wd:Q7432 .\n  ?taxon wdt:P171 * wd:Q7367 .\n  ?taxon wdt:P225 ?scientificName .\n  OPTIONAL {\n    ?taxon wdt:P181 ?rangeMap .\n  }\n}", "paraphrases": ["What are the scientific names of mosquito species, and do they have distribution maps?", "List all species within the mosquito family (Culicidae) with their Latin names and, if available, their geographic range maps."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> . ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q7367> . ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P181> ?var3 . } }"}}
{"id": "val_4610", "question": "Scientific names of all species in Wikidata.", "sparql": "SELECT ?taxon ?scientificName WHERE { ?taxon wdt:P31 wd:Q16521 . ?taxon wdt:P105 wd:Q7432 . ?taxon wdt:P225 ?scientificName . }", "paraphrases": ["What are the scientific names of all species classified in Wikidata?", "List the taxon entities and their corresponding scientific names for all species."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> . ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { } OPTIONAL { } }"}}
{"id": "val_4611", "question": "What are the television series with the fewest Wikipedia language versions, along with their English titles?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ( COUNT( ?page ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P31 wd:Q5398426 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  ?page schema:about ?item .\n  ?page schema:isPartOf ?wikipedia .\n  FILTER ( STRSTARTS( STR( ?wikipedia ) , \"https://\" ) )\n}\nGROUP BY ?item ?label\nORDER BY ASC ( ?sitelinkCount )\nLIMIT 100", "paraphrases": ["List the 100 TV shows with the least number of Wikipedia language editions, showing their English names and how many languages they appear in.", "Which TV series have the smallest number of Wikipedia pages in different languages, and what are their English titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 ) LIMIT 100"}}
{"id": "val_4612", "question": "What foods originate from Mexico and what properties link them to Mexico?", "sparql": "SELECT ?foodItem ?relation WHERE { ?foodItem (wdt:P31/wdt:P279*) wd:Q2095 . ?foodItem ?relation wd:Q96 . } LIMIT 1000", "paraphrases": ["Which food items are associated with Mexico, and through which properties are they connected?", "List all Mexican dishes and the relationships that connect them to Mexico, including any data anomalies."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . ?var1 ?var2 <http://www.wikidata.org/entity/Q96> . } LIMIT 1000"}}
{"id": "val_4613", "question": "Items destroyed by World War II and their destruction dates", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?statement ( SAMPLE( ?itemLabelTemp ) AS ?itemLabel ) ( SAMPLE( ?qualifierProperty ) AS ?qualifierPropertySample ) ( SAMPLE( ?qualifierPropertyLabel ) AS ?qualifierPropertyLabelSample ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P770 wd:Q362 .\n      ?item p:P770 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?qualifierProperty wikibase:qualifier p:P770 .\n    ?qualifierProperty rdfs:label ?qualifierPropertyLabel .\n    FILTER ( LANG( ?qualifierPropertyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabelTemp .\n    FILTER ( LANG( ?itemLabelTemp ) = \"en\" )\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["Which items were destroyed during World War II, and when did the destruction occur?", "List all items destroyed by World War II along with any recorded dates of destruction."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P770> <http://www.wikidata.org/entity/Q362> . ?var1 <http://www.wikidata.org/prop/P770> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4614", "question": "What types of organizations is the Commonwealth Bank of Australia classified as?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?companyLabel ?typeLabel WHERE {\n  wd:Q285328 wdt:P31 ?type .\n  wd:Q285328 rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n  .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["Is the Commonwealth Bank of Australia a bank, a company, or something else?", "What categories does the Commonwealth Bank of Australia belong to in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P946> <http://www.wikidata.org/entity/Q285328> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q285328> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4615", "question": "Indonesian women who died without a recorded cause of death and have Indonesian Wikipedia pages, sorted by most recent death date.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?deathDate ?wikiPage WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P27 wd:Q252 .\n  ?person wdt:P570 ?deathDate . MINUS {\n    ?person wdt:P509 ?causeOfDeath .\n  }\n  ?wikiPage schema:about ?person .\n  ?wikiPage schema:inLanguage \"id\" .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"\" || LANG( ?personLabel ) = \"en\" )\n}\nORDER BY DESC ( ?deathDate ) ASC ( ?personLabel )", "paraphrases": ["Who are the deceased Indonesian women without a known cause of death, listed in order from most recent to oldest death, along with their Indonesian Wikipedia links?", "List the names and Indonesian Wikipedia pages of deceased Indonesian women whose cause of death is not documented, ordered by date of death (newest first)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q252> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P509> ?var4 . } ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"id\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )ASC( ?var1Label )"}}
{"id": "val_4616", "question": "Administrative divisions of Schleswig-Holstein", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?stateLabel ?subdivisionLabel WHERE {\n  wd:Q1194 wdt:P150 ?subdivision .\n  ?subdivision rdfs:label ?subdivisionLabel .\n  wd:Q1194 rdfs:label ?stateLabel .\n  FILTER ( LANG( ?subdivisionLabel ) = \"en\" ) FILTER ( LANG( ?stateLabel ) = \"en\" )\n}", "paraphrases": ["Which districts and cities are part of Schleswig-Holstein?", "List the administrative subdivisions of Schleswig-Holstein in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1194> . ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4617", "question": "What entity was replaced by Dresden, and what qualifier was used in that replacement?", "sparql": "SELECT ?replacedEntity ?statement (SAMPLE(?qualifier) AS ?qualifierProperty)\nWHERE {\n  {\n    SELECT DISTINCT ?replacedEntity ?statement WHERE {\n      ?statement ps:P1366 wd:Q1731 .\n      ?replacedEntity p:P1366 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n  }\n}\nGROUP BY ?replacedEntity ?statement", "paraphrases": ["Which cities or administrative units were superseded by Dresden, and what details (like start date) are associated with the replacement?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1366> <http://www.wikidata.org/entity/Q1731> . ?var1 <http://www.wikidata.org/prop/P1366> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4618", "question": "Administrative hierarchy of Begampuri Mosque in India", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q22806851 (wdt:P276/wdt:P131*) ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") }", "paraphrases": ["What administrative regions does the Begampuri Mosque belong to, from most specific to most general?", "List the English names of all administrative areas that the Begampuri Mosque is located in, including its parent regions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q22806851> ( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P131> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4619", "question": "Names of Osaka Prefecture University containing \"\u5927\u962a\" and their languages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ( LANG( ?label ) AS ?language ) WHERE {\n  wd:Q290456 rdfs:label ?label .\n  FILTER ( REGEX( ?label , \"\u5927\u962a\" ) )\n}", "paraphrases": ["In which languages is Osaka Prefecture University named with the characters \"\u5927\u962a\"?", "Show me the official names of Osaka Prefecture University that include \"\u5927\u962a\" and the languages they are written in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( LANG ( ?var1 ) AS ?var2 ) WHERE { <http://www.wikidata.org/entity/Q290456> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( REGEX ( ?var1 , \"\u5927\u962a\" ) ) ) . } LIMIT 100"}}
{"id": "val_4620", "question": "Who is the person with IMDb ID nm0034552?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0034552\" .\n}", "paraphrases": ["What Wikidata entity corresponds to the IMDb identifier nm0034552?", "Find the Wikidata item for the actor with IMDb ID nm0034552."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0034552\". }"}}
{"id": "val_4621", "question": "Who has the IMDb ID nm0450848?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0450848\" .}", "paraphrases": ["Which person is associated with the IMDb identifier nm0450848?", "Tell me the Wikidata item for the actor with IMDb ID nm0450848."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0450848\". }"}}
{"id": "val_4622", "question": "List all mountains in Wikidata.", "sparql": "SELECT ?mountain WHERE { ?mountain wdt:P31 wd:Q8502 . } LIMIT 100", "paraphrases": ["What are some examples of mountains according to Wikidata?", "Can you show me up to 100 entities that are classified as mountains in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q76567> . } LIMIT 100"}}
{"id": "val_4623", "question": "What are the countries and their continents in Japanese?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel ?continent ?continentLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P30 ?continent .\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"ja\" )\n  }\n  OPTIONAL {\n    ?continent rdfs:label ?continentLabel .\n    FILTER ( LANG( ?continentLabel ) = \"ja\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Can you list countries that are instances of \"country\" along with their continents, showing Japanese labels for both where available?", "Show me up to 100 countries with their continents, and if available, provide the Japanese names for both the country and the continent."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://www.wikidata.org/prop/direct/P30> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4624", "question": "Japanese-labeled manga and their main topics in Japanese.", "sparql": "SELECT ?manga ?mangaLabel ?topic ?topicLabel WHERE { ?manga wdt:P31 wd:Q8274 . ?manga wdt:P921 ?topic . ?manga rdfs:label ?mangaLabel . FILTER(LANG(?mangaLabel) = \"ja\") . ?topic rdfs:label ?topicLabel . FILTER(LANG(?topicLabel) = \"ja\") . } LIMIT 100", "paraphrases": ["What manga in Japanese have main subjects also described in Japanese?", "Show me manga titles and their main topics, both labeled in Japanese."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8274> . ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4625", "question": "Japanese-labeled victims and their killers from Wikidata.", "sparql": "SELECT ?victim ?victimLabel ?killer ?killerLabel WHERE { ?victim wdt:P31 wd:Q5 . ?victim wdt:P157 ?killer . OPTIONAL { ?victim rdfs:label ?victimLabel . FILTER(LANG(?victimLabel) = \"ja\") } OPTIONAL { ?killer rdfs:label ?killerLabel . FILTER(LANG(?killerLabel) = \"ja\") } } LIMIT 100", "paraphrases": ["Who are the humans killed by someone, and what are their Japanese names and the Japanese names of their killers?", "Show me up to 100 cases where a human was killed by another person or entity, along with their Japanese labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P157> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4626", "question": "Top businesses by number of sponsored items on Wikidata", "sparql": "SELECT ?business ?businessLabel (COUNT(?sponsoredItem) AS ?sponsorshipCount) WHERE { ?business wdt:P31 wd:Q4830453 . ?sponsoredItem wdt:P859 ?business . ?business rdfs:label ?businessLabel . FILTER(LANG(?businessLabel) = \"en\") } GROUP BY ?business ?businessLabel ORDER BY DESC(?sponsorshipCount) LIMIT 100", "paraphrases": ["Which companies sponsor the most items on Wikidata, and how many do they sponsor?", "Show me the 100 businesses that sponsor the most Wikidata items, along with their English names and sponsorship counts, sorted from highest to lowest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var3 <http://www.wikidata.org/prop/direct/P859> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) LIMIT 100"}}
{"id": "val_4627", "question": "List 11 biological species or taxa with an Encyclopedia of Life ID and their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?label WHERE {\n  ?var1 wdt:P830 ?eolId .\n  ?var1 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 11", "paraphrases": ["What are 11 items in Wikidata that have an Encyclopedia of Life ID, and what are their English labels?", "Show me up to 11 entities that are linked to the Encyclopedia of Life, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P830> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4628", "question": "Top 20 association football players with English labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?player ?label WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  ?player rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?label )\nLIMIT 20", "paraphrases": ["Who are the 20 association football players with English-language names on Wikidata?", "List the names in English of the first 20 association football players in Wikidata, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,ru\". } } ORDER BY ASC( ?var1 ) LIMIT 20"}}
{"id": "val_4629", "question": "Works with English descriptions and their titles", "sparql": "SELECT ?work ?title ?description WHERE { ?work wdt:P1476 ?title . ?work schema:description ?description . FILTER (LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["What are the titles and English descriptions of works in Wikidata?", "Show me up to 100 works along with their titles and English descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1476> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4630", "question": "Example of a triptych or its subtype", "sparql": "SELECT DISTINCT ?work WHERE { ?work (wdt:P31 / wdt:P279*) wd:Q79218 . } LIMIT 1", "paraphrases": ["What is an example of a work that is a triptych or belongs to a subclass of triptych?", "Show me one artwork that is a triptych or a kind of triptych."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q79218> . } LIMIT 1"}}
{"id": "val_4631", "question": "Images of sculptures depicting George Washington", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sculpture ?image WHERE {\n  ?sculpture wdt:P31 / wdt:P279 * wd:Q860861 .\n  ?sculpture wdt:P180 wd:Q23 .\n  ?sculpture wdt:P18 ?image .\n}", "paraphrases": ["What are the images of artworks that depict George Washington and are classified as sculptures or their subclasses?", "Show me the Wikimedia Commons images of all statues, busts, and other sculptural works that portray George Washington."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q860861> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q23> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . }"}}
{"id": "val_4632", "question": "What events, aircraft first flights, spacecraft launches, or service entries occurred in July 1937?", "sparql": "SELECT DISTINCT ?event WHERE { ?event (wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date . FILTER ( ?date >= \"1937-07-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1937-07-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities had their first performance, service entry, or first flight in July 1937?", "List all historical events, vehicles, or operations that took place in July 1937, including premieres, launches, or deployments."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1937-07-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1937-07-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4633", "question": "People born in December 1936", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1936-12-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1936-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born in December 1936?", "List all individuals with a recorded birth date in December 1936."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1936-12-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1936-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4634", "question": "What are the English name, alternative names, image, and type of the entity with Freebase ID /m/06rf7?", "sparql": "SELECT ?item ?itemLabel ?altLabel ?image ?typeLabel WHERE { ?item wdt:P646 \"/m/06rf7\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item skos:altLabel ?altLabel . FILTER(LANG(?altLabel) = \"en\") } OPTIONAL { ?item wdt:P18 ?image } ?item wdt:P31 ?type . OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } }", "paraphrases": ["Can you tell me the English label, alternative labels, image, and class of Schleswig-Holstein, given its Freebase ID is /m/06rf7?", "Show me the English name, any alternative English names, the image, and what kind of entity Schleswig-Holstein is, using its Freebase ID /m/06rf7."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/06rf7\". ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . OPTIONAL { ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P646> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4635", "question": "Ships retired or disappeared in March 1938", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P730 | wdt:P746) ?date . FILTER(?date >= \"1938-03-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1938-03-31T23:59:59Z\"^^xsd:dateTime) }", "paraphrases": ["Which vessel had its service retirement date in March 1938?", "List all items that were decommissioned or went missing in March 1938."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1938-03-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1938-03-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4636", "question": "Top occupations of humans by gender, ordered by count", "sparql": "SELECT ?occupation ?gender (COUNT(*) AS ?count)\nWHERE {\n  ?human wdt:P31 wd:Q5 ;           # instance of human\n         wdt:P106 ?occupation ;\n         wdt:P21 ?gender .\n  ?occupation rdfs:label ?occupationLabel .\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n  FILTER(LANG(?genderLabel) = \"en\")\n}\nGROUP BY ?occupation ?gender\nORDER BY DESC(?count) ASC(?occupationLabel)", "paraphrases": ["What are the most common combinations of occupation and gender among humans, and how many people are in each group?", "Show me a list of human occupations and genders, ranked by how many people have each combination, with the most frequent first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q5> AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/Q18748141> ?var1 . } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_4637", "question": "What is the English label and description of the Broadway play with IBDB ID 7116?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?play ?playLabel ?playDescription WHERE {\n  ?play wdt:P1219 \"7116\" .\n  OPTIONAL {\n    ?play rdfs:label ?playLabel .\n    FILTER(LANG(?playLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?play schema:description ?playDescription .\n    FILTER(LANG(?playDescription) = \"en\")\n  }\n}", "paraphrases": ["What is the title and a brief description in English of the play identified by the Internet Broadway Database ID 7116?", "Please provide the English name and description of the play that has the IBDB show ID 7116."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"7116\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4638", "question": "Who were born on March 15, 1989?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"1989-03-15T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1989-03-15T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["List all people born on March 15, 1989.", "Find all humans in Wikidata whose date of birth is exactly March 15, 1989."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1989-03-15T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1989-03-15T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4639", "question": "What is the Wikidata entity for the Milky Way galaxy?", "sparql": "SELECT ?item ?label WHERE { ?item rdfs:label \"Milky Way\"@en . }", "paraphrases": ["Can you find the English label for the Milky Way in Wikidata?", "Which entity in Wikidata represents the Milky Way, and what is its label?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"milky\"@en . } UNION { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"milky way\"@en . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_4640", "question": "French communes that are part of a commune community but not directly linked to a department in Wikidata.", "sparql": "SELECT ?commune ?communeLabel ?communeCommunityLabel ?coordinates WHERE { ?commune wdt:P31 wd:Q484170 . OPTIONAL { ?commune wdt:P625 ?coordinates . } ?commune wdt:P131 ?communeCommunity . ?communeCommunity wdt:P31 wd:Q423785 . FILTER ( NOT EXISTS { ?communeCommunity wdt:P131 ?department . ?commune wdt:P131 ?department . ?department wdt:P31 wd:Q6465 . } ) OPTIONAL { ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"fr\") } OPTIONAL { ?communeCommunity rdfs:label ?communeCommunityLabel . FILTER(LANG(?communeCommunityLabel) = \"fr\") } }", "paraphrases": ["Which French communes are administratively linked only to a commune community and not directly to a department?", "List French communes that belong to a commune community without a direct administrative connection to a department, along with their coordinates and labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q423785> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6465> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_4641", "question": "What are the direct subclasses of natural material?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  ?subclass wdt:P279 wd:Q3405827 .\n}", "paraphrases": ["What types of materials are considered direct subclasses of natural material?", "List all the specific kinds of natural materials that are classified as direct subclasses of natural material."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3405827> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4642", "question": "What are the roads and their endpoints and endpoint locations?", "sparql": "SELECT DISTINCT ?road ?roadLabel ?terminusLabel ?terminusLocationLabel WHERE { ?road (wdt:P31/wdt:P279*) wd:Q34442 . ?road wdt:P559 ?terminus . ?road wdt:P609 ?terminusLocation . ?road rdfs:label ?roadLabel . ?terminus rdfs:label ?terminusLabel . ?terminusLocation rdfs:label ?terminusLocationLabel . FILTER(LANG(?roadLabel) = \"en\") FILTER(LANG(?terminusLabel) = \"en\") FILTER(LANG(?terminusLocationLabel) = \"en\") }", "paraphrases": ["Which roads end at which other roads or junctions, and in what locations are those endpoints situated?", "List all roads (including highways and motorways) along with the names of the roads or junctions they terminate at and the geographic locations of those termini."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q34442> . ?var1 <http://www.wikidata.org/prop/direct/P559> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P609> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_4643", "question": "Archaeological sites in Ireland and northern Britain with coordinates between latitude 54\u201363 and longitude -10.5 to 2.02.", "sparql": "SELECT ?label ?coordinate ?site WHERE { ?site (wdt:P31/wdt:P279*) wd:Q839954 ; wdt:P625 ?coordinate ; rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?site (p:P625/psv:P625) ?valueNode . ?valueNode wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?lon . FILTER(?lat > 54.0 && ?lat < 63.0) . FILTER(?lon > -10.5 && ?lon < 2.02) .}", "paraphrases": ["What are the English-named archaeological sites located in the British Isles between 54\u00b0N and 63\u00b0N latitude and -10.5\u00b0W and 2.02\u00b0E longitude?", "List the names and geographic coordinates of all archaeological sites in the British Isles, including Roman forts and dolmens, that fall within the latitudinal range of 54 to 63 degrees north and longitudinal range of -10.5 to 2.02 degrees east."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q839954> ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var4 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var4 <http://wikiba.se/ontology#geoLongitude> ?var6 . FILTER ( ( ( ?var5 > \"54\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var5 < \"63\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var6 > \"-10.5\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) ) ) . FILTER ( ( ( ?var6 < \"2.02\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) ) ) . }"}}
{"id": "val_4644", "question": "What cultural landmarks and buildings in Berlin have images and coordinates available?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image ?coords WHERE {\n  ?item wdt:P625 ?coords .\n  ?item wdt:P31 ?type .\n  VALUES ?type {\n    wd:Q134483 wd:Q12418 wd:Q1190554 wd:Q41176\n  }\n  BIND( strafter( strbefore( str( ?coords ) , \")\" ) , \"POINT(\" ) AS ?coordStr ) .\n  BIND( xsd:double ( strbefore( ?coordStr , \" \" ) ) AS ?lon ) .\n  BIND( xsd:double ( strafter( ?coordStr , \" \" ) ) AS ?lat ) .\n  FILTER ( ?lon >= 13 && ?lon <= 14 && ?lat >= 52 && ?lat <= 53 ) .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}\nLIMIT 20", "paraphrases": ["Show me monuments, churches, and buildings in the Berlin area with their photos and geographic locations.", "List notable sites in central Berlin with their images and coordinates, including memorials and villas."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(13 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(13 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4645", "question": "List railway stations in Germany with their coordinates and German Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?station ?coordinates ?wikipedia_page ?stationLabel WHERE {\n  ?station wdt:P31 ?class .\n  ?class wdt:P279 ?subclass .\n  FILTER(?subclass IN(wd:Q55488 , wd:Q719456))\n  ?station wdt:P17 wd:Q183 .\n  OPTIONAL {\n    ?station wdt:P625 ?coordinates .\n  }\n  ?wikipedia_page schema:about ?station .\n  ?wikipedia_page schema:isPartOf <https://de.wikipedia.org/> .\n  OPTIONAL {\n    ?station rdfs:label ?stationLabel .\n    FILTER(LANG(?stationLabel) = \"de\")\n  }\n}", "paraphrases": ["What are the railway stations in Germany, their geographic coordinates, and their corresponding German Wikipedia articles?", "Show me all train stations in Germany, including their locations and links to their German Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var1Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var6 . ?var1 ?var3 <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } ?var6 <http://www.wikidata.org/prop/direct/P279> ?var7 . FILTER ( ( ?var7 IN ( <http://www.wikidata.org/entity/Q55488> , <http://www.wikidata.org/entity/Q719456> ) ) ) . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4646", "question": "Thermal power stations in the Czech Republic with their nominal power output and commissioning date.", "sparql": "SELECT ?powerStationLabel ?nominalPower ?serviceEntryDate WHERE { ?powerStation (wdt:P31/wdt:P279*) wd:Q200297 . ?powerStation wdt:P17 wd:Q213 . ?powerStation wdt:P2109 ?nominalPower . ?powerStation wdt:P729 ?serviceEntryDate . ?powerStation rdfs:label ?powerStationLabel . FILTER(LANG(?powerStationLabel) = \"en\") }", "paraphrases": ["What are the names, installed capacities, and service entry dates of thermal power stations in the Czech Republic?", "List all thermal power plants in the Czech Republic along with their power capacity in MW and when they were commissioned."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q200297> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P2109> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P729> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_4647", "question": "Bridges with their coordinates and names", "sparql": "SELECT ?bridge ?coordinates ?name WHERE { ?bridge wdt:P31 wd:Q12280 . OPTIONAL { ?bridge wdt:P625 ?coordinates . } OPTIONAL { ?bridge rdfs:label ?name . } }", "paraphrases": ["What are the names and geographic coordinates of all bridges?", "List all bridges along with their locations and the names they are known by in different languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12280> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var3 . } }"}}
{"id": "val_4648", "question": "List films and their countries of origin with titles.", "sparql": "SELECT ?film ?title ?country WHERE { ?film (wdt:P31/wdt:P279*) wd:Q11424 . OPTIONAL { ?film wdt:P1476 ?title . } OPTIONAL { ?film wdt:P495 ?country . } } LIMIT 50", "paraphrases": ["What are the titles and countries of origin for films and their subtypes?", "Show me up to 50 films, including their titles and where they were produced."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var3 . } } LIMIT 50"}}
{"id": "val_4649", "question": "What is the name and description of the Broadway play with IBDB ID 2666?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P1219 \"2666\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the title and English description of the play identified by IBDB show ID 2666?", "Which play has the Internet Broadway Database ID 2666, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"2666\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4650", "question": "What is the English title and description of the Broadway show with IBDB ID 2280?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P1219 \"2280\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Tell me about the musical with Internet Broadway Database ID 2280, including its English name and description.", "Find the English label and description for the Broadway production identified by IBDB show ID 2280."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"5165\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4651", "question": "What are the birth and death dates of Bryan Donkin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q595756 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me when Bryan Donkin was born and when he died?", "Who is Bryan Donkin, and what are his dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q595756> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4652", "question": "Name, birth date, and death date of Herv\u00e9 VII de L\u00e9on", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND(wd:Q3134655 AS ?person) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . }", "paraphrases": ["What is the birth date and death date of Herv\u00e9 VII de L\u00e9on, and what is his name?", "Tell me the name, birth date, and death date of Herv\u00e9 VII de L\u00e9on."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3134655> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4653", "question": "What is the date of birth of John Edward Hopcroft, and is he deceased?", "sparql": "SELECT ?personLabel ?dateOfBirth ?dateOfDeath WHERE { BIND( wd:Q62874 AS ?person ) . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person wdt:P570 ?dateOfDeath . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Tell me John Edward Hopcroft\u2019s birth date and whether he has passed away.", "When was John Edward Hopcroft born, and what is his date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q62874> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4654", "question": "What are the birth and death dates of Armand-Jean du Plessis, duc de Richelieu?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q26702 AS ?person)\n  .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Armand-Jean du Plessis, duc de Richelieu was born and when he died?", "Show me the full name, birth date, and death date of Cardinal Richelieu."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q26702> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4655", "question": "What are the birth and death dates of Mrs Willie James?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q20739633 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q20739633 wdt:P569 ?birthDate . } OPTIONAL { wd:Q20739633 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Mrs Willie James was born and when she died?", "Provide the full name, birth date, and death date of the English socialite Mrs Willie James."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q20739633> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4656", "question": "Date of birth and death of Hedley Verity", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthDate ?deathDate WHERE {\n  wd:Q3525933 wdt:P569 ?birthDate .\n  wd:Q3525933 wdt:P570 ?deathDate .\n}", "paraphrases": ["When was Hedley Verity born and when did he die?", "Please provide the birth and death dates of the cricketer Hedley Verity."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7594861> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4657", "question": "What are the English-named places located within the municipality of Au\u00dfernzell?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P131 wd:Q306451 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY ASC(?itemLabel)", "paraphrases": ["Can you list all cultural heritage sites and other locations in Au\u00dfernzell with their English names, sorted alphabetically?", "Show me the administrative subdivisions of Au\u00dfernzell in Germany, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q306451> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4658", "question": "What materials are volcanoes made of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?volcano ?material WHERE {\n  ?volcano wdt:P31 / wdt:P279 * wd:Q8072 .\n  ?volcano wdt:P186 ?material .\n}", "paraphrases": ["Which volcanic entities are composed of which geological materials, according to Wikidata?", "List all known volcanoes and the rock types they are primarily made of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8072> . { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4659", "question": "Volcanoes and their parent peaks", "sparql": "SELECT ?volcano ?parentPeak WHERE { ?volcano (wdt:P31/wdt:P279*) wd:Q8072 . ?volcano wdt:P3137 ?parentPeak . }", "paraphrases": ["What are the parent peaks of all volcanoes on Wikidata?", "List each volcano along with the higher peak it belongs to, based on topographic prominence."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8072> . { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4660", "question": "What are the dates of significant events associated with glaciers?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?glacier ?date WHERE {\n  ?glacier ( wdt:P31 / wdt:P279 * ) wd:Q35666 .\n  ?glacier p:P793 ?statement .\n  ?statement ps:P793 ?event ; pq:P585 ?date .\n}", "paraphrases": ["When did significant events occur on glacier-covered volcanoes?", "List glaciers and the dates of their notable events, such as eruptions or first ascents."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q35666> . { ?var1 <http://www.wikidata.org/prop/P793> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P793> ?var4 ; <http://www.wikidata.org/prop/qualifier/P585> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4661", "question": "What is the main topic of the Wikipedia category \"Category:Beer\" in English?", "sparql": "SELECT ?topic ?label WHERE { wd:Q7214361 wdt:P301 ?topic . ?topic rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 50", "paraphrases": ["Which article does the Wikimedia category \"Category:Beer\" primarily cover, and what is its English name?", "Show me the English label of the main topic of the category \"Category:Beer\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7214361> <http://www.wikidata.org/prop/direct/P301> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_4662", "question": "Items with images and Commons categories near Kiel, Germany", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  FILTER ( geof:latitude ( ?location ) >= 54.2 && geof:latitude ( ?location ) <= 54.4 ) FILTER ( geof:longitude ( ?location ) >= 9.8 && geof:longitude ( ?location ) <= 10.0 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What landmarks and locations around Kiel, Germany have photos or Wikimedia Commons categories associated with them?", "Show me geolocated places between latitudes 54.2 and 54.4 and longitudes 9.8 and 10.0, along with their English labels, images, and Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(9 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(9 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4663", "question": "What are the most common types of items in Wikidata that have been inferred from another statement?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class ?classLabel ?count ?propertyLabel WHERE {\n  {\n    SELECT ?class ( COUNT( * ) AS ?count ) ( wd:P31 AS ?property ) WHERE {\n      ?item wdt:P3452 ?value ; wdt:P31 ?class .\n    }\n    GROUP BY ?class ?property\n    ORDER BY DESC ( ?count )\n    LIMIT 50\n  } UNION {\n    SELECT ?class ( COUNT( * ) AS ?count ) ( wd:P279 AS ?property ) WHERE {\n      ?item wdt:P3452 ?value ; wdt:P279 ?class .\n    }\n    GROUP BY ?class ?property\n    ORDER BY DESC ( ?count )\n    LIMIT 50\n  }\n  ?class rdfs:label ?classLabel .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count ) ASC ( ?class )", "paraphrases": ["Which classes (instance of or subclass of) are linked to items with inferred statements in Wikidata, and how many items belong to each?", "Show me the top classes that are associated with items having the 'inferred from' property, along with their labels and whether they are instances or subclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P31> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3452> ?var5 ; <http://www.wikidata.org/prop/direct/P31> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } UNION { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P279> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3452> ?var5 ; <http://www.wikidata.org/prop/direct/P279> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_4664", "question": "Instances of sheep in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sheep WHERE {\n  ?sheep wdt:P31 wd:Q7368 .\n}", "paraphrases": ["What are some individual sheep that have been documented in Wikidata?", "List all known individual sheep recorded in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7368> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4665", "question": "What properties are used by input devices, and what are their values and usage counts?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?pl) AS ?propertyLabel)(COUNT(?value) AS ?count)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q864114 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?pl .\n  FILTER(LANG(?pl) = \"en\")\n}\nGROUP BY ?property", "paraphrases": ["For the entity \"input device\", list each property that links to it, the English label of the property, how many times it's used, and the labels of the connected objects.", "Show me all the properties connected to input devices, along with how many objects each property links to and what those objects are called in English."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q864114> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4666", "question": "Wine types and their administrative regions with geographic coordinates", "sparql": "SELECT ?wineLabel ?regionLabel ?coordinates WHERE { ?wine wdt:P31 wd:Q282 . ?wine wdt:P131 ?region . ?region wdt:P625 ?coordinates . ?wine rdfs:label ?wineLabel . ?region rdfs:label ?regionLabel . FILTER(LANG(?wineLabel) = \"en\") . FILTER(LANG(?regionLabel) = \"en\") } ORDER BY ?regionLabel", "paraphrases": ["What are the names of wines, the regions they are from, and the coordinates of those regions?", "List all wines with their English labels, the administrative regions they belong to, and the geographic coordinates of those regions."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q282> . ?var1 <http://www.wikidata.org/prop/direct/P131> ? ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_4667", "question": "Properties linking entities to public libraries, ranked by frequency", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q28564 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["What properties are most commonly used to relate items to public libraries in Wikidata?", "Show me the properties that connect entities to public libraries, sorted by how often they are used, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q28564> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4668", "question": "Scientists with birth dates and images, ordered by birth year", "sparql": "SELECT ?scientist ?birthDate ?image WHERE { ?scientist wdt:P106 wd:Q901 . ?scientist wdt:P569 ?birthDate . ?scientist wdt:P18 ?image . FILTER (isLiteral(?birthDate)) } ORDER BY ASC(?birthDate)", "paraphrases": ["Who are the scientists born earliest, and what are their birth dates and images?", "List scientists who have both a known date of birth and an image on Wikimedia Commons, sorted by when they were born."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( YEAR ( ?var2 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q901> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . FILTER ( ( BOUND ( ?var4 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_4669", "question": "Apple Inc. company type, industry, headquarters location, country, operating income, website, and number of employees.", "sparql": "SELECT ?companyLabel ?instanceTypeLabel ?industryLabel ?headquartersLabel (CONCAT(?headquartersLabel, \" , \", ?countryLabel) AS ?location) ?countryLabel ?operatingIncome ?website ?employees WHERE { wd:Q312 rdfs:label ?companyLabel FILTER(LANG(?companyLabel) = 'en') . wd:Q312 wdt:P31 ?instanceType . ?instanceType wdt:P279 wd:Q783794 . ?instanceType rdfs:label ?instanceTypeLabel FILTER(LANG(?instanceTypeLabel) = 'en') . wd:Q312 wdt:P452 ?industry . ?industry rdfs:label ?industryLabel FILTER(LANG(?industryLabel) = 'en') . wd:Q312 wdt:P159 ?headquarters . ?headquarters rdfs:label ?headquartersLabel FILTER(LANG(?headquartersLabel) = 'en') . wd:Q312 wdt:P17 ?country . ?country rdfs:label ?countryLabel FILTER(LANG(?countryLabel) = 'en') . wd:Q312 wdt:P3362 ?operatingIncome . wd:Q312 wdt:P856 ?website . wd:Q312 wdt:P1128 ?employees . } LIMIT 1", "paraphrases": ["What is the type, industry, headquarters, country, operating income, official website, and employee count of Apple Inc.?", "Please provide the headquarters (with country), operating income, website, and number of employees for Apple Inc., along with its company type and industry."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var4Label ?var5 ?var6Label ?var7 ?var8Label ?var9 WHERE { BIND ( CONCAT ( ?var4Label , \" , \", ?var6Label ) AS ?var5 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Apple\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q783794> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P159> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P3362> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var9 . ?var1 <http://www.wikidata.org/prop/direct/P452> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_4670", "question": "All superclass classes of Adolf Hitler's type", "sparql": "SELECT ?superclass WHERE { wd:Q352 wdt:P31 ?class . ?class wdt:P279* ?superclass . }", "paraphrases": ["What are all the classes and their superclasses that Adolf Hitler is an instance of?", "List all the hierarchical classes that Adolf Hitler belongs to, starting from his direct type and going up through subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q352> ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . }"}}
{"id": "val_4671", "question": "Transport hubs serving N\u00eemes", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?transportHub ?transportHubLabel WHERE {\n  ?transportHub p:P931 ?statement .\n  ?statement ps:P931 wd:Q42807 .\n  OPTIONAL {\n    ?transportHub rdfs:label ?transportHubLabel .\n    FILTER(LANG(?transportHubLabel) = \"en\")\n  }\n}\nORDER BY ?transportHubLabel\nLIMIT 101", "paraphrases": ["Which airports or aerodromes serve the city of N\u00eemes?", "List all transport hubs that have N\u00eemes as a served location."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P931> <http://www.wikidata.org/entity/Q42807> . ?var1 <http://www.wikidata.org/prop/P931> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4672", "question": "Which administrative entities in France have N\u00eemes as their capital, and what are the start or end dates for these capital relationships?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity ?statement ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  ?administrativeEntity p:P36 ?statement .\n  ?statement ps:P36 wd:Q42807 .\n  OPTIONAL {\n    ?statement pq:P580 ?_ .\n    BIND( pq:P580 AS ?qualifierProperty )\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?_ .\n    BIND( pq:P582 AS ?qualifierProperty )\n  }\n}\nGROUP BY ?administrativeEntity ?statement", "paraphrases": ["For which administrative regions or subdivisions is N\u00eemes the capital, and when did these capital designations begin or end?", "Show me the entities that list N\u00eemes as their capital, along with the time qualifiers (start or end) associated with those designations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P36> <http://www.wikidata.org/entity/Q42807> . ?var1 <http://www.wikidata.org/prop/P36> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4673", "question": "Roads with Toulouse as primary destination", "sparql": "SELECT ?road ?statement WHERE { ?statement ps:P1302 wd:Q7880 . ?road p:P1302 ?statement . } LIMIT 10", "paraphrases": ["Which roads serve Toulouse as a primary destination?", "List the roads that have Toulouse as one of their main destinations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1302> <http://www.wikidata.org/entity/Q7880> . ?var1 <http://www.wikidata.org/prop/P1302> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4674", "question": "People who worked in Toulouse and their work location qualifiers (e.g., start time, occupation)", "sparql": "SELECT ?person (SAMPLE(?qualifierProperty) AS ?qualifier)\nWHERE {\n  ?person p:P937 ?statement .\n  ?statement ps:P937 wd:Q7880 .\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    FILTER(?qualifierProperty IN (\n      pq:P106,     # occupation\n      pq:P3831,    # object of statement has role\n      pq:P580,     # start time\n      pq:P582,     # end time\n      pq:P585,     # point in time\n      pq:P6375     # street address\n    ))\n  }\n}\nGROUP BY ?person\nLIMIT 101", "paraphrases": ["Which people worked in Toulouse, and what additional details (like start date or role) are associated with their work location?", "List up to 101 people who worked in Toulouse and show any qualifier properties (such as start time or occupation) attached to their employment record."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P937> <http://www.wikidata.org/entity/Q7880> . ?var1 <http://www.wikidata.org/prop/P937> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4675", "question": "Who are the 101 people who died in Ajaccio, and what qualifier properties are used on their death statements?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?person ?statement(SAMPLE(?qualifier) AS ?qualifierExample) WHERE {\n  {\n    SELECT DISTINCT ?person ?statement WHERE {\n      ?statement ps:P20 wd:Q40104 .\n      ?person p:P20 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    wdt:P20 wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?person ?statement", "paraphrases": ["List the first 101 individuals who died in Ajaccio and show one example of a qualifier (like date or cause of death) associated with their death record.", "For people who died in Ajaccio, what additional details (qualifiers) are recorded with their place of death?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P20> <http://www.wikidata.org/entity/Q40104> . ?var1 <http://www.wikidata.org/prop/P20> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4676", "question": "What are Amazon\u2019s industry, headquarters location, country, operating income, official website, and number of employees?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?typeLabel ?industryLabel ?countryLabel ?headquartersLabel ?operatingIncome ?website ?employees WHERE {\n  wd:Q3884 wdt:P31 ?type .\n  OPTIONAL {\n    wd:Q3884 wdt:P17 ?country .\n  }\n  OPTIONAL {\n    wd:Q3884 wdt:P159 ?headquarters .\n  }\n  OPTIONAL {\n    wd:Q3884 wdt:P3362 ?operatingIncome .\n  }\n  OPTIONAL {\n    wd:Q3884 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q3884 wdt:P1128 ?employees .\n  }\n  OPTIONAL {\n    wd:Q3884 wdt:P452 ?industry .\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = 'en' )\n  }\n  OPTIONAL {\n    ?industry rdfs:label ?industryLabel .\n    FILTER ( LANG( ?industryLabel ) = 'en' )\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = 'en' )\n  }\n  OPTIONAL {\n    ?headquarters rdfs:label ?headquartersLabel .\n    FILTER ( LANG( ?headquartersLabel ) = 'en' )\n  }\n}", "paraphrases": ["Can you tell me the type, industry, country, and headquarters of Amazon, along with its operating income, website, and employee count?", "Provide details about Amazon including its business type, sector, location, financial performance, and workforce size."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label ?var6 ?var7Label ?var8 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Amazon\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q783794> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3362> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_4677", "question": "Countries with the most scientists on English Wikipedia, sorted by count.", "sparql": "SELECT ?country (COUNT(?scientist) AS ?count) ?countryLabel WHERE { ?scientist wdt:P31 wd:Q5 ; wdt:P106 wd:Q901 ; wdt:P27 ?country . ?article schema:isPartOf <https://en.wikipedia.org/> ; schema:about ?scientist . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } GROUP BY ?country ?countryLabel ORDER BY ASC(?count)", "paraphrases": ["Which countries have the highest number of scientists with English Wikipedia articles, and how many are there from each?", "Show me a list of countries ranked by the number of scientists (people with occupation \"scientist\") who have English Wikipedia pages, including the count for each country."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 )( SAMPLE ( ?var1 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var4 <http://www.wikidata.org/prop/direct/P27> ?var1 . ?var4 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q901> . ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> ; <http://schema.org/about> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY ASC( ?var2 )"}}
{"id": "val_4678", "question": "People who speak Basque and their birthplaces", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?birthplace ?birthplaceLabel WHERE {\n  ?person wdt:P1412 wd:Q8752 .\n  ?person wdt:P19 ?birthplace .\n  ?person rdfs:label ?personLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?birthplaceLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people that speak the Basque language, and where were they born?", "List the names of people who speak Basque along with the cities where they were born."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q8752> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,eu, fr, en, es\". } }"}}
{"id": "val_4679", "question": "What property is used to indicate that a book has won the Booker Prize?", "sparql": "SELECT ?propertyLabel ?propertyDescription WHERE { wd:P166 rdfs:label ?propertyLabel . wd:P166 schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") }", "paraphrases": ["What is the label and description of the Wikidata property that links literary works to the Booker Prize?", "Which property in Wikidata connects award-winning books to the Booker Prize, and what does it mean?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q160082> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4680", "question": "What are the English labels and descriptions of series that have items belonging to them?", "sparql": "SELECT ?series ?seriesLabel ?seriesDescription WHERE { ?item wdt:P179 ?series . ?series rdfs:label ?seriesLabel . ?series schema:description ?seriesDescription . FILTER (LANG(?seriesLabel) = \"en\") FILTER (LANG(?seriesDescription) = \"en\") } LIMIT 100", "paraphrases": ["List up to 100 TV shows, books, or other series with their English names and descriptions, based on items that are part of them.", "Show me the names and descriptions in English of all series that contain at least one episode or item."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P179> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4681", "question": "German label and description of place of birth property", "sparql": "SELECT ?label ?description WHERE { wd:P19 rdfs:label ?label . wd:P19 schema:description ?description . FILTER (LANG(?label) = \"de\") . FILTER (LANG(?description) = \"de\") }", "paraphrases": ["What is the German label and description for the property \"place of birth\"?", "Please show me the German label and description of the property used to indicate where someone was born."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1322263> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_4682", "question": "What properties are related to \"position played on team\" in Wikidata, and what are their labels and descriptions in different languages?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { ?relatedProperty wdt:P1659 wd:P413 . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . }", "paraphrases": ["Show me the properties that are linked to player position via \"related property\" and their translations.", "Which properties provide additional information about a player\u2019s position on a team, and what are their names and descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P413> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . }"}}
{"id": "val_4683", "question": "Top 100 rowers with World Rowing IDs, ranked by number of Wikipedia articles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?rower ?rowerLabel ?fisa_id ( COUNT( ?wikipedia_link ) AS ?sitelink_count ) WHERE {\n  ?rower wdt:P2091 ?fisa_id .\n  ?wikipedia_link schema:about ?rower ; schema:isPartOf ?wikipedia_site .\n  FILTER ( STRSTARTS( STR( ?wikipedia_site ) , \"https://\" ) ) .\n  ?rower rdfs:label ?rowerLabel .\n  FILTER ( LANG( ?rowerLabel ) = \"en\" )\n}\nGROUP BY ?rower ?rowerLabel ?fisa_id\nORDER BY DESC ( ?sitelink_count ) ASC ( ?rower )\nLIMIT 100", "paraphrases": ["Which rowers have the most Wikipedia pages, and what are their World Rowing IDs?", "List the 100 rowers with the highest number of Wikipedia articles, including their English names and FISA IDs, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2091> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . } ORDER BY DESC( ?var3 ) LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_4684", "question": "What is the English Wikipedia page for the company with the official website https://www.chelseatravel.ph?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel ?wikipediaPage WHERE {\n  ?company wdt:P856 <https://www.chelseatravel.ph> .\n  ?company rdfs:label ?companyLabel .\n  ?wikipediaPage schema:about ?company .\n  ?wikipediaPage schema:inLanguage \"en\" .\n  ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}", "paraphrases": ["Show me the English Wikipedia article linked to Supercat Fast Ferry Corporation.", "Can you find the English Wikipedia page for the Filipino ferry company whose website is chelseatravel.ph?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.supercat.com.ph/> . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4685", "question": "What is the English label and description of the Broadway show with IBDB ID 4172?", "sparql": "SELECT ?work ?workLabel ?description WHERE { ?work wdt:P1219 \"4172\" . ?work rdfs:label ?workLabel . FILTER (LANG(?workLabel) = \"en\") OPTIONAL { ?work schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the title and English description of the play identified by IBDB show ID 4172?", "Which play has the Internet Broadway Database ID 4172, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"3798\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4686", "question": "Image of the person with SNAC ARK ID w6tx3thc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6tx3thc\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Jean-Antoine Houdon in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6tx3thc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6tx3thc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4687", "question": "What are the public image items, the properties used to link them to the concept of \"image\", and any qualifiers on those statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publicImage ?statement ?property ( SAMPLE( ?qualifierValue ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?publicImage ?statement ?property WHERE {\n      ?statement ?prop wd:Q1659580 .\n      ?publicImage ?claim ?statement .\n      ?property wikibase:statementProperty ?prop .\n      ?property wikibase:claim ?claim .\n      FILTER ( ?property != wd:P31 ) .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?publicImage ?statement ?property", "paraphrases": ["For items representing public images, which properties connect them to the entity \"image\" (Q1659580), and what qualifiers are attached to those connections?", "Show me the statements about public images, including the property used (excluding \"instance of\") and any associated qualifiers like \"of\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q1659580> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4688", "question": "List all human settlements with their official names, GeoNames IDs, and feature codes.", "sparql": "SELECT DISTINCT ?settlement ?officialName ?geonamesId ?featureCode WHERE { ?settlement wdt:P31/wdt:P279* wd:Q486972 . ?settlement wdt:P1448 ?officialName . OPTIONAL { ?settlement wdt:P1566 ?geonamesId . } OPTIONAL { ?settlement wdt:P2452 ?featureCode . } }", "paraphrases": ["What are the official names, GeoNames IDs, and feature codes of all human settlements, including cities, towns, and villages, in Wikidata?", "Can you provide a list of human settlements along with their official names and associated GeoNames identifiers, where available?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2452> ?var4 . } }"}}
{"id": "val_4689", "question": "Loco2 official website, Wikipedia page, and type", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?wikipediaPage ?website ?instanceOf WHERE {\n  BIND(wd:Q16996819 AS ?item)\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?item wdt:P856 ?website\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?instanceOf\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What is the official website and English Wikipedia page of Loco2, and what type of business is it?", "Show me the English Wikipedia link, official website, and instance types for the travel agency Loco2."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q16996819> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4690", "question": "What is the English Wikipedia page, official website, and type of the American Hotel and Lodging Association?", "sparql": "SELECT ?label ?wikipediaPage ?website ?instance WHERE { wd:Q19872202 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?wikipediaPage schema:about wd:Q19872202 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { wd:Q19872202 wdt:P856 ?website } OPTIONAL { wd:Q19872202 wdt:P31 ?instance } }", "paraphrases": ["Can you tell me about the American Hotel and Lodging Association \u2014 its Wikipedia page, website, and what kind of organization it is?", "Show me the English Wikipedia link, official URL, and classification (instance of) for the American Hotel and Lodging Association."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q19872202> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4691", "question": "What patents are owned by AccuWeather, and what are their types?", "sparql": "SELECT ?var1 ?label ?var2 ?var4 ?var5 WHERE { ?var1 wdt:P127 wd:Q2822885 . OPTIONAL { ?var2 schema:about ?var1 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?var1 wdt:P856 ?var4 . } OPTIONAL { ?var1 wdt:P31 ?var5 . } ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you list the English names of all patents owned by AccuWeather?", "Which entities does AccuWeather own, and do they have official websites or Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q2822885> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4692", "question": "Entities owned by the United States with English Wikipedia pages, official websites, and types.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?wikipediaPage ?website ?type WHERE {\n  ?item wdt:P127 wd:Q30 .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?item wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?type .\n  }\n}\nLIMIT 10", "paraphrases": ["What are the buildings, sites, or institutions owned by the United States that have English Wikipedia articles, and what are their official websites and types?", "List the entities owned by the United States, along with their English Wikipedia links, official websites, and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q29051465> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4693", "question": "Most common components of chemical compounds", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?part(COUNT(?part) AS ?count) WHERE {\n  ?compound wdt:P31 wd:Q11173 ; wdt:P527 ?part .\n}\nGROUP BY ?part\nORDER BY DESC(?count)\nLIMIT 10", "paraphrases": ["What are the most frequently occurring parts of chemical compounds?", "Show me the top 10 components of chemical compounds and how often they appear."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> ; <http://www.wikidata.org/prop/direct/P527> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } GROUP BY ?var1"}}
{"id": "val_4694", "question": "What are the German labels for the Wikidata property \"date of birth\"?", "sparql": "SELECT DISTINCT ?label WHERE { { wd:P569 rdfs:label ?label . } UNION { wd:P569 skos:altLabel ?label . } FILTER (LANG(?label) = \"de\") }", "paraphrases": ["In German, what terms are used to refer to the property of a person's date of birth in Wikidata?", "Can you list all German-language terms associated with the date of birth property in Wikidata, including both primary labels and alternative labels?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/P569> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/P569> <http://www.w3.org/2004/02/skos/core#altLabel> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . }"}}
{"id": "val_4695", "question": "Antarctic geographic features with duplicate GeoNames IDs and their GNIS identifiers.", "sparql": "SELECT ?antarcticFeature ?gnisId ?geonamesId ?duplicateFeature ?label WHERE { ?antarcticFeature wdt:P804 ?gnisId . ?antarcticFeature wdt:P1566 ?geonamesId . ?duplicateFeature wdt:P1566 ?geonamesId . FILTER (?antarcticFeature != ?duplicateFeature) . OPTIONAL { ?antarcticFeature rdfs:label ?label . FILTER (LANG(?label) = \"en\") . } } ORDER BY ASC(?gnisId)", "paraphrases": ["Which Antarctic features share a GeoNames ID with another geographic feature, and what are their GNIS IDs and English names?", "List all Antarctic geographic features that have the same GeoNames ID as another feature, along with their GNIS IDs, the duplicate feature, and their English labels, sorted by GNIS ID."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P804> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P1566> ?var3 . FILTER ( ( ( ?var1 != ?var4 ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } MINUS { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17362920> . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_4696", "question": "What are Douglas Adams\u2019s occupations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation ?occupationLabel WHERE {\n  wd:Q42 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}", "paraphrases": ["What jobs did Douglas Adams have?", "List all the professions associated with Douglas Adams."], "info": {"raw_sparql": "CONSTRUCT { <http://www.bigdata.com/rdf#Bryan> <http://www.bigdata.com/rdf#likes> <http://www.bigdata.com/rdf#RDFS> } WHERE { <http://www.wikidata.org/entity/Q42> <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_4697", "question": "How many people have violet eye color?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?eyeColorLabel ( COUNT( ?person ) AS ?count ) WHERE {\n  ?person wdt:P1340 wd:Q130443551 .\n  wd:Q130443551 rdfs:label ?eyeColorLabel .\n  FILTER ( LANG( ?eyeColorLabel ) = \"en\" )\n}\nGROUP BY ?eyeColorLabel", "paraphrases": ["What is the count of individuals with violet-colored eyes in Wikidata?", "How many people are recorded in Wikidata as having violet eyes?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1340> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"violet\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var4"}}
{"id": "val_4698", "question": "How many paintings in Wikidata have an RKDimages ID?", "sparql": "SELECT ( COUNT( DISTINCT ?painting ) AS ?count ) WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P350 ?rkd_id . }", "paraphrases": ["What is the number of paintings that are assigned a unique identifier by the Netherlands Institute for Art History?", "Count the distinct paintings in Wikidata that have an RKDimages identifier from the RKD (Netherlands Institute for Art History)."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P350> ?var3 . }"}}
{"id": "val_4699", "question": "Entities with alias \"TNR\" in Wikidata", "sparql": "SELECT ?item ?label WHERE { ?item skos:altLabel \"TNR\"@en . ?item rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ?item", "paraphrases": ["Which entities in Wikidata are known by the alias \"TNR\"?", "List all entities in Wikidata that have \"TNR\" as an alternative name."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3029> \"TNR\". } ORDER BY ASC( ?var2 )"}}
{"id": "val_4700", "question": "Which airport has the IATA code JFK?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airport ?airportLabel WHERE {\n  ?airport wdt:P238 \"JFK\" .\n  ?airport rdfs:label ?airportLabel .\n  FILTER ( LANG( ?airportLabel ) = \"en\" )\n}\nORDER BY ASC ( ?airport )", "paraphrases": ["What is the name of the airport with the IATA code JFK?", "Tell me the name of the airport that uses JFK as its IATA code."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P238> \"JFK\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_4701", "question": "List all communes in Italy with their coordinates and images.", "sparql": "SELECT DISTINCT ?commune ?communeLabel ?coordinates ?image WHERE { ?commune wdt:P31 wd:Q747074 ; wdt:P17 wd:Q38 . OPTIONAL { ?commune wdt:P625 ?coordinates . } OPTIONAL { ?commune wdt:P18 ?image . } ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\" || LANG(?communeLabel) = \"\") } ORDER BY ASC(?communeLabel)", "paraphrases": ["What are the names, geographic coordinates, and images of all communes in Italy?", "Show me the English names, locations, and Wikimedia Commons images of every commune in Italy, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4702", "question": "What percentage of votes did the winning candidate receive in the Steinburg \u2013 Dithmarschen S\u00fcd electoral district?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?voteCount WHERE {\n  wd:Q1008632 p:P991 ?statement .\n  ?statement pq:P1111 ?voteCount .\n}", "paraphrases": ["How many votes were cast for the successful candidate in the Steinburg \u2013 Dithmarschen S\u00fcd Bundestag constituency?", "What is the vote percentage for the elected representative of Steinburg \u2013 Dithmarschen S\u00fcd?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/528> <http://www.wikidata.org/entity/Q1008632> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de\". } }"}}
{"id": "val_4703", "question": "What is the coordinate location of the Clyde Tunnel in the United Kingdom?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE {\n  ?var1(wdt:P31 / wdt:P279 *) wd:Q44377 .\n  ?var1 wdt:P17 wd:Q145 .\n  ?var1 wdt:P625 ?var3 .\n  ?var1 rdfs:label ?var1Label .\n  wd:Q145 rdfs:label ?var2Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var2Label) = \"en\")\n  FILTER(STRSTARTS(?var1Label , \"Clyde\"))\n}", "paraphrases": ["List tunnels in the United Kingdom with names starting with \"Clyde\" and their coordinates.", "Where is the Clyde Tunnel located, and what are its geographic coordinates?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q44377> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( STRSTARTS ( ?var4 , \"Clyde\" ) ) ) . }"}}
{"id": "val_4704", "question": "Lighthouses in Germany with their coordinates and images", "sparql": "SELECT DISTINCT ?lighthouse ?label ?coordinates ?image WHERE { ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q183 . OPTIONAL { ?lighthouse wdt:P625 ?coordinates . } OPTIONAL { ?lighthouse wdt:P18 ?image . } FILTER(LANG(?label) = \"en\") . ?lighthouse rdfs:label ?label . } ORDER BY ASC(?label)", "paraphrases": ["What are the English-named lighthouses in Germany, and where are they located and what do they look like?", "Show me a list of lighthouses in Germany, including their locations, images, and English names, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,nn,en,fi,de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4705", "question": "What countries, regions, and cities is Alter Friedhof located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q34347111(wdt:P17 | wdt:P30 | wdt:P376) ?location .\n  } UNION {\n    wd:Q34347111 wdt:P131 ?admin .\n    ?admin(wdt:P131) * ?location .\n  }\n}", "paraphrases": ["Can you list all the administrative divisions and the country that include Alter Friedhof?", "Show me the full geographic hierarchy of Alter Friedhof, from its immediate locality up to the country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q34347111> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4706", "question": "What is the English label for the Wikidata entity of Sidiki Konat\u00e9?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  BIND( wd:Q3483309 AS ?person ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name of Sidiki Konat\u00e9 as it appears in Wikidata?", "What is the official name of the Ivorian politician Sidiki Konat\u00e9 in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q3483309> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4707", "question": "What are the names and coordinates of airports in Belgium?", "sparql": "SELECT DISTINCT ?airportLabel ?coordinates WHERE { ?airport wdt:P31 wd:Q1248784 ; wdt:P17 wd:Q31 ; wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["Can you list all airports located in Belgium with their geographic coordinates and English names?", "Show me the English labels and locations of all airports in Belgium."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> ; ?var3 <http://www.wikidata.org/entity/Q31> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_4708", "question": "What types of biological processes are parts of pathways identified in Reactome?", "sparql": "SELECT DISTINCT ?typeLabel WHERE { ?pathway wdt:P3937 ?reactomeId ; wdt:P527 ?part . ?part wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["List the instance-of categories for molecular components that make up Reactome pathways.", "What are the different kinds of biological processes that constitute parts of biochemical pathways in Reactome?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3937> ?var3 ; <http://www.wikidata.org/prop/direct/P527> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4709", "question": "What countries, continents, and administrative regions is Mariataler Allee located in?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q34358838 (wdt:P30|wdt:P17|wdt:P131)+ ?location . } LIMIT 5", "paraphrases": ["To which larger geographic and administrative areas does Mariataler Allee belong?", "Show me the hierarchy of locations that include Mariataler Allee, from district up to continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q34358838> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4710", "question": "What are all the properties and their values for the G8?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?propertyLabel ?value WHERE {\n  wd:Q37143 ?propertyUri ?value .\n  BIND(REPLACE(STR(?propertyUri) , \"^(http://www.wikidata.org/prop/(direct/)?|http://www.wikidata.org/prop/statement/)\" , \"\") AS ?propId)\n  BIND(URI(CONCAT(\"http://www.wikidata.org/entity/\" , ?propId)) AS ?propertyEntity)\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["Can you list all the data associated with the Group of Eight, including property names in English?", "What information is available about the G8, and what do the property labels mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q37143> ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4711", "question": "Image of Kermit Gordon with SNAC ARK ID w6gf4452", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gf4452\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Kermit Gordon in Wikidata?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6gf4452."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gf4452\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4712", "question": "How many living actors who have won awards are from each country, ranked by the highest count?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?countryLabel(COUNT(?actor) AS ?count) WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P166 ?award .\n  ?actor wdt:P27 ?country .\n  OPTIONAL {\n    ?actor wdt:P570 ?deathDate .\n  }\n  FILTER(NOT EXISTS {\n    ?actor wdt:P570 ?deathDate\n  })\n  .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nGROUP BY ?countryLabel\nORDER BY DESC(?count)", "paraphrases": ["Which countries have the most living actors with awards, and how many are there from each?", "Show me the number of living award-winning actors grouped by their country of citizenship, sorted from highest to lowest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var2 <http://www.wikidata.org/prop/direct/P166> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P27> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_4713", "question": "What are the component types of biological pathways identified by Reactome IDs?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?pathway ?component ?componentTypeLabel WHERE {\n  ?pathway wdt:P3937 ?reactomeId ; wdt:P527 ?component .\n  ?component wdt:P31 ?componentType .\n  ?componentType rdfs:label ?componentTypeLabel .\n  FILTER ( LANG( ?componentTypeLabel ) = \"en\" )\n}", "paraphrases": ["For each biological pathway in Reactome, what are its parts and what type of biological entity (e.g., protein, protein complex) are they?", "Show me the components of Reactome pathways and classify them as proteins or protein complexes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3937> ?var4 ; <http://www.wikidata.org/prop/direct/P527> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4714", "question": "What cities or places have a population within 3,000 of Perm, Russia?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?population ?coordinates WHERE { wd:Q915 wdt:P1082 ?permPopulation . ?item wdt:P1082 ?population . ?item wdt:P625 ?coordinates . FILTER(ABS(?permPopulation - ?population) < 3000) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["List places with a population close to Perm\u2019s (within \u00b13,000 people), along with their coordinates and names.", "Show me locations whose population is nearly the same as Perm\u2019s, and where are they located geographically?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q915> <http://www.wikidata.org/prop/direct/P1082> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . FILTER ( ( ( ABS ( ( ?var4 - ?var2 ) ) < \"3000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_4715", "question": "List the top 21 institutes in English.", "sparql": "SELECT ?institute ?instituteLabel WHERE { ?institute wdt:P31 wd:Q1664720 . ?institute rdfs:label ?instituteLabel . FILTER(LANG(?instituteLabel) = \"en\") } LIMIT 21", "paraphrases": ["What are the 21 institutes listed in Wikidata with their English labels?", "Please provide a list of 21 institutes from Wikidata, showing their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1664720> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4716", "question": "Subclasses of diplomatic mission in English", "sparql": "SELECT ?var1 ?label WHERE { ?var1 wdt:P279 wd:Q213283 . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 11", "paraphrases": ["What are some examples of diplomatic missions that are subclasses of diplomatic mission?", "List up to 11 English-labeled types of diplomatic missions, such as embassies or consulates, that are subclasses of diplomatic mission."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q213283> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4717", "question": "List of collectives on Wikidata with English labels.", "sparql": "SELECT DISTINCT ?collective ?collectiveLabel WHERE { ?collective wdt:P31 wd:Q13473501 . ?collective rdfs:label ?collectiveLabel . FILTER(LANG(?collectiveLabel) = \"en\") } LIMIT 21", "paraphrases": ["What are some examples of collectives (as defined on Wikidata) that have English-language names?", "Show me up to 21 collectives from Wikidata that have English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13473501> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4718", "question": "List all passenger transport executives and their properties in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?pte ?property ?value WHERE {\n  ?pte wdt:P31 wd:Q514989 .\n  ?pte ?property ?value .\n  FILTER(?property != wdt:P31)\n}\nORDER BY ?pte ?property\nLIMIT 100", "paraphrases": ["What are the entities that are instances of passenger transport executives, and what information is associated with them?", "Show me the names, descriptions, and other details of all public transport authorities in the UK that are classified as passenger transport executives."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q514989> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4719", "question": "What qualifier properties are most commonly used on statements about which religion or group worships a deity, and how often are they used?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?qualifierProp ?qualifierPropLabel(COUNT(DISTINCT ?item) AS ?count) WHERE {\n  ?item p:P1049 ?statement .\n  ?statement ?qualifierProp ?value .\n  OPTIONAL {\n    ?qualifierProp rdfs:label ?qualifierPropLabel .\n    FILTER(LANG(?qualifierPropLabel) = \"ca\")\n  }\n}\nGROUP BY ?qualifierProp ?qualifierPropLabel\nORDER BY DESC(?count) ASC(?qualifierPropLabel)", "paraphrases": ["In Catalan, what are the labels of the qualifier properties used on P1049 (worshipped by) statements, ordered by frequency?", "Which properties provide additional context to \"worshipped by\" claims in Wikidata, and how many deities use each?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var3 <http://www.wikidata.org/prop/P1049> ?var4 . ?var4 ?var5 ?var6 . ?var1 <http://wikiba.se/ontology#qualifier> ?var5 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"ca\" ) ) ) . } } ORDER BY DESC( ?var2 )ASC( ?var1Label )"}}
{"id": "val_4720", "question": "What are the subclasses, image, and Unicode character for the entity with Freebase ID /m/05r655?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?subclass ?image ?unicode WHERE {\n  ?item wdt:P646 \"/m/05r655\" .\n  OPTIONAL {\n    ?item wdt:P279 ?subclass .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P487 ?unicode .\n  }\n}", "paraphrases": ["What is the image and Unicode symbol for a girl, and what broader categories does it belong to?", "Show me all subclasses of the entity identified by Freebase ID /m/05r655, along with its Wikimedia Commons image and Unicode emoji representation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/05r655\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P487> ?var4 . } }"}}
{"id": "val_4721", "question": "What is the Turkish Wikipedia article about the one-time pad?", "sparql": "SELECT ?article WHERE { ?article rdf:type schema:Article ; schema:about wd:Q150474 ; schema:inLanguage \"tr\" ; schema:isPartOf ?wiki . ?wiki wikibase:wikiGroup \"wikipedia\" . }", "paraphrases": ["Show me the Turkish-language article on Wikipedia that discusses the one-time pad encryption method.", "Is there a Turkish Wikipedia page about the one-time pad, and if so, what is its URL?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q150474> ; <http://schema.org/inLanguage> \"tr\"; <http://schema.org/isPartOf> ?var2 . ?var2 <http://wikiba.se/ontology#wikiGroup> \"string1\". } LIMIT 1"}}
{"id": "val_4722", "question": "Japanese municipalities with their codes, names in different languages, and coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?municipalityCode ?label ?coordinates WHERE {\n  ?municipality wdt:P429 ?municipalityCode ; rdfs:label ?label ; wdt:P625 ?coordinates .\n}\nLIMIT 47", "paraphrases": ["What are the 6-digit administrative codes, multilingual names, and geographic coordinates of Japanese municipalities?", "Show me up to 47 Japanese municipalities with their official codes, names in various languages, and GPS coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P429> ?var1 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } } ORDER BY DESC( ?var3 ) LIMIT 47"}}
{"id": "val_4723", "question": "Humans who are archers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?archer WHERE {\n  ?archer wdt:P31 wd:Q5 ; wdt:P106 wd:Q890527 .\n}", "paraphrases": ["Who are the people that have archery as their occupation?", "List all known human archers in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q890527> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } }"}}
{"id": "val_4724", "question": "What are the months of the Gregorian calendar in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?month ?monthLabel WHERE {\n  ?month wdt:P279 wd:Q18602249 .\n  ?month rdfs:label ?monthLabel .\n  FILTER(LANG(?monthLabel) = \"en\")\n}", "paraphrases": ["Which months are classified as part of the Gregorian calendar, and what are their English names?", "List the English names of all months that are subclasses of the Gregorian calendar months."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18602249> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4725", "question": "Libraries in the Common Library Network (GBV) with their websites and coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?libraryLabel ?website ?coordinates WHERE {\n  ?library(wdt:P31 / wdt:P279 *) wd:Q7075 ; wdt:P463 wd:Q1500919 ; wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?library wdt:P856 ?website .\n  }\n  ?library rdfs:label ?libraryLabel .\n  FILTER(LANG(?libraryLabel) = \"en\")\n}", "paraphrases": ["What are the English names, official websites, and geographic locations of libraries that belong to the Common Library Network (GBV)?", "Please list the English-labeled libraries that are members of the GBV library network, along with their official websites and coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> ; <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q1500919> ; <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_4726", "question": "Mines in Belgium and their coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mine ?coordinates WHERE {\n  ?mine wdt:P31 wd:Q820477 .\n  ?mine wdt:P17 wd:Q31 .\n  ?mine wdt:P625 ?coordinates .\n}", "paraphrases": ["What are the geographic coordinates of mines located in Belgium?", "Show me the locations of all mines in Belgium."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q820477> . ?var1 ?var3 <http://www.wikidata.org/entity/Q31> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_4727", "question": "Banks and their founders' alma maters with geographic coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?bank ?bankLabel ?person ?personLabel ?school ?schoolLabel ?coordinates WHERE {\n  ?bank ( wdt:P31 / wdt:P279 * ) wd:Q22687 .\n  ?person wdt:P31 wd:Q5 .\n  {\n    ?bank wdt:P287 ?person .\n  } UNION {\n    ?bank wdt:P112 ?person .\n  } UNION {\n    ?bank wdt:P943 ?person .\n  } UNION {\n    ?bank wdt:P178 ?person .\n  }\n  ?person wdt:P69 ?school .\n  ?school wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?bank rdfs:label ?bankLabel .\n    FILTER ( LANG( ?bankLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?school rdfs:label ?schoolLabel .\n    FILTER ( LANG( ?schoolLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Which banks were founded, designed, developed, or programmed by humans, and where did those individuals study? Show the locations of their schools.", "Show me a list of financial institutions along with the names of their founders or developers, the educational institutions those people attended, and the geographic coordinates of those schools."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q22687> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 <http://www.wikidata.org/prop/direct/P287> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P112> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P943> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P178> ?var2 . } ?var2 <http://www.wikidata.org/prop/direct/P69> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } } LIMIT 100"}}
{"id": "val_4728", "question": "Citations of Andreas Kaltenbrunner's works per year, including self-citations.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( DISTINCT ?citing_work ) AS ?total_citations ) ( SUM( IF( EXISTS {\n  ?citing_work wdt:P50 wd:Q28946758\n}\n, 1 , 0 ) ) AS ?self_citations ) WHERE {\n  ?cited_work wdt:P50 wd:Q28946758 .\n  ?citing_work wdt:P2860 ?cited_work .\n  ?citing_work wdt:P577 ?pub_date .\n  BIND( YEAR( ?pub_date ) AS ?year ) FILTER ( ISNUMERIC( ?year ) )\n}\nGROUP BY ?year\nORDER BY DESC ( ?year )", "paraphrases": ["How many works cite Andreas Kaltenbrunner\u2019s publications each year, and how many of those are authored by him?", "Show me the yearly count of works citing Andreas Kaltenbrunner\u2019s research, broken down by how many of those citing works he also authored."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28946758> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28946758> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_4729", "question": "List people with Early Modern Letters Online IDs, including their birth and death years, and places of birth and death.", "sparql": "SELECT DISTINCT \n  ?person \n  ?personLabel \n  (IRI(CONCAT(\"http://emlo.bodleian.ox.ac.uk/person/\", ?emloId)) AS ?emloUrl) \n  ?birthYear \n  (IF(ISBLANK(?birthPlaceLabel), \"unknown\", ?birthPlaceLabel) AS ?birthPlaceName) \n  ?deathYear \n  (IF(ISBLANK(?deathPlaceLabel), \"unknown\", ?deathPlaceLabel) AS ?deathPlaceName)\nWHERE {\n  ?person wdt:P1802 ?emloId .\n  \n  OPTIONAL { ?person wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) }\n  OPTIONAL { ?person wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) }\n  OPTIONAL { ?person wdt:P19 ?birthPlace . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") }\n  OPTIONAL { ?person wdt:P20 ?deathPlace . ?deathPlace rdfs:label ?deathPlaceLabel . FILTER(LANG(?deathPlaceLabel) = \"en\") }\n  \n  ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY DESC(?birthYear)", "paraphrases": ["Who are the people associated with Early Modern Letters Online, and when and where were they born and died?", "Show me a list of individuals from the Early Modern Letters Online project, sorted by birth year, with their birth and death years and locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( IRI ( CONCAT ( \"string1\", ?var2 ) ) AS ?var3 ) ?var4 ( IF ( isBLANK ( ?var5 ) , \"unknown\", ?var5Label ) AS ?var6 ) ?var7 ( IF ( isBLANK ( ?var8 ) , \"unknown\", ?var8Label ) AS ?var9 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1802> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var8 . } BIND ( YEAR ( ?var10 ) AS ?var4 ). BIND ( YEAR ( ?var11 ) AS ?var7 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } ORDER BY DESC( ?var4 )"}}
{"id": "val_4730", "question": "List the publication years and first 20 characters of English titles of works by Bente Klarlund Pedersen.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?title WHERE {\n  ?work wdt:P50 wd:Q12303219 ; wdt:P577 ?date ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(YEAR(?date) AS ?year)\n  BIND(SUBSTR(?label , 1 , 20) AS ?title)\n}\nORDER BY ?year", "paraphrases": ["What are the years and truncated titles (first 20 characters) of the English-language works authored by Bente Klarlund Pedersen?", "Show me the publication years and the beginning of the English titles of all works written by Bente Klarlund Pedersen, limited to the first 20 characters."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q12303219> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q12303219> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_4731", "question": "What are the subsidiaries and brands owned by Bayer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?organization ?organizationLabel WHERE {\n  ?organization wdt:P127 wd:Q152051 .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n}", "paraphrases": ["Can you list the organizations that Bayer owns, along with their English labels?", "Which companies and products are under Bayer\u2019s ownership, as recorded in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q152051> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"19\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"29\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P361> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4732", "question": "List images of landmarks near Kranidi, Greece, that don't have a Commons category.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?item ?itemLabel ( CONCAT ( \"File:\" , ?image ) AS ?fileUrl ) ?image ?coord WHERE {\n  ?item wdt:P18 ?image .\n  ?item wdt:P625 ?coord .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  BIND( STRAFTER( STR( ?coord ) , \"POINT(\" ) AS ?withoutPoint ) .\n  BIND( STRBEFORE( ?withoutPoint , \")\" ) AS ?coords ) .\n  BIND( STRBEFORE( ?coords , \" \" ) AS ?lon ) .\n  BIND( STRAFTER( ?coords , \" \" ) AS ?lat ) .\n  FILTER ( xsd:double ( ?lon ) >= 22.708 ) .\n  FILTER ( xsd:double ( ?lon ) <= 23.608 ) .\n  FILTER ( xsd:double ( ?lat ) >= 37.015 ) .\n  FILTER ( xsd:double ( ?lat ) <= 37.735 ) .\n  FILTER ( NOT EXISTS {\n    ?item wdt:P373 ?category\n  }\n  )\n}", "paraphrases": ["What are the images of places within 40 km of Kranidi that are not part of a Wikimedia Commons category?", "Show me the filenames and locations of images of sites near Kranidi, excluding those with a Commons category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( IRI ( REPLACE ( STR ( ?var2 ) , \"string1\", \"File:\" ) ) AS ?var3 ) ?var2 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . <http://www.wikidata.org/entity/Q743420> <http://www.wikidata.org/prop/direct/P625> ?var5 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var5 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"40\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var6 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var7 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"it\", \"fr\", \"nl\". } }"}}
{"id": "val_4733", "question": "Top 5 properties most frequently used to link items to Switzerland.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( * ) AS ?count ) WHERE {\n  ?item ?property wd:Q39 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 5", "paraphrases": ["Which properties are most commonly used to associate entities with Switzerland, and how many times are they used?", "Show me the five properties that connect the most items to Switzerland, ordered by usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . [] ?var3 <http://www.wikidata.org/entity/Q39> . } LIMIT 250000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 5"}}
{"id": "val_4734", "question": "Works about science with alternative titles", "sparql": "SELECT ?work ?statement ?objectNamedAs WHERE { ?work p:P921 ?statement . ?statement ps:P921 wd:Q336 . OPTIONAL { ?statement pq:P1932 ?objectNamedAs . } } LIMIT 101", "paraphrases": ["Which works have science as their main subject, and what alternative names are given to them?", "Show me works whose main subject is science, along with any alternative titles assigned to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q336> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4735", "question": "What are the seven SI base units?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?unit ?unitLabel WHERE {\n  ?unit wdt:P31 wd:Q223662 .\n  ?unit rdfs:label ?unitLabel .\n  FILTER(LANG(?unitLabel) = \"en\")\n}", "paraphrases": ["Which units are defined as the base units of the International System of Units?", "List the English names of all SI base units."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q223662> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4736", "question": "List all free software programs and their subtypes.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?software WHERE {\n  ?software ( wdt:P31 / wdt:P279 * ) wd:Q341 .\n}", "paraphrases": ["What software is classified as free software or a subclass of free software?", "Show me all software that falls under the category of free software, including its subcategories and instances."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q341> . }"}}
{"id": "val_4737", "question": "Image of Zinaida Volkonskaya with SNAC ARK ID w6x06m55", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6x06m55\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Zinaida Volkonskaya in Wikidata, given her SNAC ARK ID is w6x06m55?", "Show me the Wikimedia Commons image of the person identified by the SNAC ARK ID w6x06m55."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6x06m55\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4738", "question": "Mount Everest type and its superclass", "sparql": "SELECT DISTINCT ?item ?itemLabel ?superclass ?superclassLabel WHERE { ?item rdfs:label \"Mount Everest\"@en . FILTER(?item = wd:Q513) . ?item wdt:P31 ?type . ?type wdt:P279 ?superclass . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["What is the type of Mount Everest, and what is the superclass of that type?", "Show me the direct type of Mount Everest and its immediate superclass in the classification hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 ?var4Label \"string1\"@en . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4739", "question": "People who have been listed as head of government in Wikidata qualifiers and their names in different languages", "sparql": "SELECT ?head ?label WHERE { ?statement pq:P6 ?head . ?head rdfs:label ?label . } LIMIT 500", "paraphrases": ["Who are the individuals that have been cited as heads of government in Wikidata statements, and what are their names in various languages?", "Show me all the people used as qualifiers for 'head of government' and their labels in all languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/qualifier/P6> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } LIMIT 500"}}
{"id": "val_4740", "question": "Images and artworks depicting the Elbe river", "sparql": "SELECT DISTINCT ?mediaItem ?mediaItemLabel WHERE { ?mediaItem p:P180 ?statement . ?statement ps:P180 wd:Q1644 . ?mediaItem rdfs:label ?mediaItemLabel . FILTER(LANG(?mediaItemLabel) = \"en\") } LIMIT 101", "paraphrases": ["What are the names of the images and paintings that show the Elbe river?", "List the English labels of all media items that depict the Elbe river."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P180> <http://www.wikidata.org/entity/Q1644> . ?var1 <http://www.wikidata.org/prop/P180> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4741", "question": "People who died in 1999", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(?deathDate >= \"1999-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1999-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who died in the year 1999?", "List all individuals recorded in Wikidata as having died between January 1 and December 31, 1999."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1999-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1999-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4742", "question": "What are some specific types of occupations?", "sparql": "SELECT DISTINCT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q12737077 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } LIMIT 11", "paraphrases": ["Can you list 11 subclasses of the concept \"occupation\" along with their names?", "What are some examples of job categories that fall under the broader category of occupation?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q12737077> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4743", "question": "Image of Napoleon Bonaparte", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q517 wdt:P18 ?image .\n}", "paraphrases": ["What is the image associated with Napoleon Bonaparte on Wikimedia Commons?", "Can you show me the official portrait of Napoleon Bonaparte stored on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q517> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_4744", "question": "What properties are linked to the Wikidata item for cancer?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q12078 ?property ?value .\n}\nLIMIT 100", "paraphrases": ["Which external identifiers and metadata properties are used to describe cancer in Wikidata?", "List all the properties that have values for the entity \"cancer\" in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q12078> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_4745", "question": "Multilingual names of Chubu University", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q5115295 rdfs:label ?label .\n}", "paraphrases": ["What are the names of Chubu University in different languages?", "Show me all the language versions of the name of Chubu University."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q5115295> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . } LIMIT 100"}}
{"id": "val_4746", "question": "Administrative regions where Chubu University is located", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q5115295 wdt:P131 ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") }", "paraphrases": ["In which cities or prefectures is Chubu University located?", "List the English names of the administrative territorial entities that contain Chubu University."], "info": {"raw_sparql": "SELECT * WHERE { SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q5115295> <http://www.wikidata.org/prop/direct/P131> ?var1 . } }"}}
{"id": "val_4747", "question": "What is the Wikidata item with the Japanese label \"\u30b3\u30ec\u30c9\"?", "sparql": "SELECT ?item WHERE { ?item rdfs:label \"\u30b3\u30ec\u30c9\" @ja . } LIMIT 100", "paraphrases": ["Can you find the entity in Wikidata that is labeled \"\u30b3\u30ec\u30c9\" in Japanese?", "Which Wikidata entity has the Japanese name \"\u30b3\u30ec\u30c9\"?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \" \u30b3\u30ec\u30c9\"@ja . } LIMIT 100"}}
{"id": "val_4748", "question": "What categories is Tsuruoka classified as in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?type WHERE {\n  wd:Q734416 wdt:P31 ?type .\n}", "paraphrases": ["Types of Tsuruoka in Wikidata", "Show me the classes that Tsuruoka is an instance of."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q734416> <http://www.wikidata.org/prop/direct/P31> ?var1 . } LIMIT 100"}}
{"id": "val_4749", "question": "What are the English titles of George Lucas\u2019s notable works and their cast members?", "sparql": "SELECT DISTINCT ?workLabel ?actorLabel WHERE { wd:Q38222 wdt:P800 ?work . ?work wdt:P161 ?actor . ?work rdfs:label ?workLabel . ?actor rdfs:label ?actorLabel . FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?actorLabel) = \"en\")}", "paraphrases": ["Which actors appeared in George Lucas\u2019s notable films, and what are the English titles of those films?", "List the English names of actors in George Lucas\u2019s significant works along with the English titles of those works."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q38222> <http://www.wikidata.org/prop/direct/P800> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P161> ?var4 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . }"}}
{"id": "val_4750", "question": "Who are the relatives of Charles de Gaulle and how are they related to him?", "sparql": "SELECT ?relative ?kinshipType WHERE { ?relative p:P1038 ?statement . ?statement ps:P1038 wd:Q2042 . ?statement pq:P1039 ?kinshipType . }", "paraphrases": ["What is the relationship between Charles de Gaulle and each of his relatives?", "List all people who are related to Charles de Gaulle and specify the nature of their kinship to him."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1038> <http://www.wikidata.org/entity/Q2042> . ?var1 <http://www.wikidata.org/prop/P1038> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4751", "question": "What are the different types of literary works and how are they called in various languages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?label WHERE {\n  ?subclass wdt:P279 wd:Q7725634 ; rdfs:label ?label .\n}", "paraphrases": ["List all subclasses of literary work along with their labels in different languages.", "Which works are considered types of literary works, and what are their names in other languages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7725634> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . }"}}
{"id": "val_4752", "question": "What are the Korean labels of properties of the Book of Psalms, along with the count and names of their Korean-labeled objects?", "sparql": "SELECT ?property (SAMPLE(?propertyLabel) AS ?propertyLabelKo) (COUNT(?object) AS ?objectCount) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabelsKo) WHERE { wd:Q41064 ?property ?object . ?object rdfs:label ?objectLabel . FILTER(LANG(?objectLabel) = \"ko\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"ko\") . } GROUP BY ?property", "paraphrases": ["Show me the Korean descriptions of the Book of Psalms\u2019 properties, how many Korean-labeled items each property has, and what those items are.", "In Korean, what are the properties linked to the Book of Psalms, and what are the associated objects and their counts?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q41064> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ko\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ko\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4753", "question": "What categories does the Book of Psalms belong to, and what are their labels?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class ?label WHERE {\n  wd:Q41064 wdt:P31 ?class .\n  ?class rdfs:label ?label .\n}\nLIMIT 50", "paraphrases": ["List the types of the Book of Psalms along with their names in any language.", "What are the classes that the Psalms are an instance of, and what are their labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q41064> <http://www.wikidata.org/prop/direct/P279> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ko\" ) ) ) . } LIMIT 50"}}
{"id": "val_4754", "question": "What properties are used to describe electronic dance music, and what are the associated values and their counts?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel(COUNT(?object) AS ?count)(GROUP_CONCAT(?objectLabel ; SEPARATOR = \", \") AS ?objectLabels) WHERE {\n  wd:Q851213 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER(LANG(?objectLabel) = \"en\")\n  .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  .\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["List all the relationships of electronic dance music with their English labels, how many times each relationship appears, and the linked entities.", "For electronic dance music, show each property connecting it to other concepts, the English label of the property, how many objects it links to, and what those objects are."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q851213> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4755", "question": "Which countries extend further south than Canada?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?country ?countryLabel ?lat WHERE {\n  ?country wdt:P31 wd:Q6256 ; p:P1333 ?stmt .\n  ?stmt psv:P1333 ?val .\n  ?val wikibase:geoLatitude ?lat .\n  wd:Q16 p:P1333 ?canStmt .\n  ?canStmt psv:P1333 ?canVal .\n  ?canVal wikibase:geoLatitude ?canLat .\n  FILTER(?lat < ?canLat)\n}\nORDER BY ?lat", "paraphrases": ["List all countries whose southernmost point is located south of Canada\u2019s southernmost point, ordered from south to north.", "Show me the countries that reach farther south than Canada, along with how far south they go."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/P1333> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/value/P1333> ?var4 . ?var4 <http://wikiba.se/ontology#geoLatitude> ?var2 . <http://www.wikidata.org/entity/Q16> <http://www.wikidata.org/prop/P1333> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/value/P1332> ?var6 . ?var6 <http://wikiba.se/ontology#geoLatitude> ?var7 . FILTER ( ( ( ?var7 <= ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var7 )"}}
{"id": "val_4756", "question": "What countries, continents, and administrative regions is the Ulugh Beg Observatory located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 WHERE {\n  wd:Q608580(wdt:P30 | wdt:P17 | wdt:P131) + ?var1 .\n}", "paraphrases": ["List all geographic entities associated with the Ulugh Beg Observatory, including its country, region, and continent.", "Where is the Ulugh Beg Observatory situated in terms of administrative divisions and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q608580> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4757", "question": "Active national legislatures and their countries", "sparql": "SELECT DISTINCT ?country ?countryLabel ?legislature ?legislatureLabel WHERE { ?legislature (wdt:P31/wdt:P279*) wd:Q11204 ; wdt:P1001 ?country . ?country wdt:P31 wd:Q6256 . FILTER NOT EXISTS { ?legislature wdt:P576 [] } . ?country rdfs:label ?countryLabel . ?legislature rdfs:label ?legislatureLabel . FILTER(LANG(?countryLabel) = \"en\") . FILTER(LANG(?legislatureLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries have active national legislatures, and what are their names?", "List all currently active national parliaments or legislative assemblies along with the countries they belong to, sorted alphabetically by country name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11204> ; <http://www.wikidata.org/prop/direct/P1001> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4758", "question": "Which countries have active legislative chambers, and what are their Wikidata IDs?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ( GROUP_CONCAT( CONCAT ( \"{{Q|\" , STRAFTER( STR( ?legislative_body ) , \"entity/\" ) , \"}}\" ) ; SEPARATOR = \", \" ) AS ?legislative_bodies ) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    VALUES ?legislative_type {\n      wd:Q10553309 wd:Q140247\n    }\n    ?legislative_body ( wdt:P31 / wdt:P279 * ) ?legislative_type ; wdt:P1001 ?country .\n    FILTER NOT EXISTS {\n      ?legislative_body wdt:P576 [] .\n    }\n  }\n}\nGROUP BY ?country", "paraphrases": ["Can you show me a list of countries along with their current parliamentary bodies, excluding those that have been dissolved?", "What are the legislative bodies of each country that are still in operation?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( GROUP_CONCAT ( CONCAT ( \"{{Q|\", STRAFTER ( STR ( ?var2 ) , \"y/\" ) , \"}}\" ) ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q10553309> ) ( <http://www.wikidata.org/entity/Q140247> ) } ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 ; <http://www.wikidata.org/prop/direct/P1001> ?var1 . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } ) ) . } } GROUP BY ?var1"}}
{"id": "val_4759", "question": "All plant species and genera in the Plumbaginaceae family", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon WHERE {\n  ?taxon wdt:P171 * wd:Q156141 .\n}", "paraphrases": ["What are all the taxonomic descendants of the Plumbaginaceae family?", "List all taxa that are part of the leadwort family, including its subgroups."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q156141> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4760", "question": "What is the English label and description of the YSO concept with ID 129749?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2347 \"129749\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you find the English name and description for the Finnish ontology concept identified by 129749?", "Show me the English label and description for the entity linked to YSO ID 129749."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"129749\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4761", "question": "Decades from the 1800s to 1990s with their start dates and images on Wikimedia Commons.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?decade ?decadeLabel ?start ?image WHERE {\n  ?decade wdt:P31 wd:Q39911 .\n  ?decade wdt:P585 ?start .\n  ?decade wdt:P18 ?image .\n  ?decade rdfs:label ?decadeLabel .\n  FILTER(LANG(?decadeLabel) = \"en\")\n}", "paraphrases": ["What are the decades (10-year periods) that have images on Wikimedia Commons, along with their start year and English labels?", "Show me a list of decades with their English names, the year they started, and a representative image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ( \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39911> . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } }"}}
{"id": "val_4762", "question": "English names of cities and their countries", "sparql": "SELECT DISTINCT ?city ?cityLabel ?countryLabel (LANG(?cityLabel) AS ?lang) WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 ?country . OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } } LIMIT 80", "paraphrases": ["What are the English names of cities and the countries they belong to?", "List up to 80 cities with their English labels and the English names of the countries they are located in."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( LANG ( ?var3Label ) AS ?var4 ) ?var5 ?var3Label WHERE { ?var6 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var6 <http://www.wikidata.org/prop/direct/P17> ?var7 . OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . } OPTIONAL { ?var7 <http://www.w3.org/2000/01/rdf-schema#country> ?var2 . } } LIMIT 80"}}
{"id": "val_4763", "question": "Human settlements (excluding villages) in the Kingdom of the Netherlands and their ISO country codes.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?settlement ?settlementLabel ?country ?countryLabel ?countryCode WHERE {\n  ?settlement(wdt:P31 / wdt:P279 *) wd:Q486972 .\n  ?settlement wdt:P17 ?country .\n  wd:Q29999 wdt:P150 ?country .\n  ?country wdt:P297 ?countryCode .\n  ?settlement rdfs:label ?settlementLabel\n  FILTER(LANG(?settlementLabel) = 'en')\n  .\n  ?country rdfs:label ?countryLabel\n  FILTER(LANG(?countryLabel) = 'en')\n  . MINUS {\n    ?settlement(wdt:P31 / wdt:P279 *) wd:Q532 .\n  }\n}\nORDER BY ASC(?settlementLabel)", "paraphrases": ["What are the non-village human settlements located in Aruba, Cura\u00e7ao, Sint Maarten, or the Netherlands, along with their country names and ISO codes?", "List all towns and cities (not villages) in the constituent countries of the Kingdom of the Netherlands, including their English names, country names, and ISO 3166-1 codes."], "info": {"raw_sparql": "SELECT DISTINCT( ?var1 AS ?var2 ) ?var1Label ( ?var3 AS ?var4 ) ?var3Label ( \"6\" AS ?var5 )( \"nl\" AS ?var6 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29999> . MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q532> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4764", "question": "Which Wikidata items are associated with the identifier \"15647\"?", "sparql": "SELECT ?item ?property WHERE { ?item ?property \"15647\" .}", "paraphrases": ["What entities or reference entries in Wikidata have the external ID \"15647\" assigned to them?", "Show me all the Wikidata items that use \"15647\" as an identifier in any external database system."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 \"15647\". }"}}
{"id": "val_4765", "question": "Superclasses of J. J. Abrams", "sparql": "SELECT DISTINCT ?var2Label WHERE { ?person rdfs:label \"J. J. Abrams\"@en . ?person wdt:P31 ?cls . ?cls wdt:P279 ?var2 . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var2Label) = \"en\") }", "paraphrases": ["What are the broader categories that J. J. Abrams belongs to according to Wikidata?", "List the English labels of the classes that are superclasses of the class J. J. Abrams is an instance of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var3 ?var4Label \"JJ Abrams\"@en . OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4766", "question": "Cities with their population and official name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?population ?officialName WHERE {\n  ?city wdt:P31 wd:Q515 .\n  OPTIONAL {\n    ?city wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?city wdt:P1448 ?officialName .\n  }\n}\nLIMIT 20", "paraphrases": ["What are the population and official names of some cities in Wikidata?", "Show me up to 20 cities along with their population and official name, if available."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } } LIMIT 20"}}
{"id": "val_4767", "question": "What are the places and organizations associated with Sarah-Jayne Blakemore, and where are they located?", "sparql": "SELECT DISTINCT ?image ?item ?itemLabel ?location ?propertyLabel WHERE { wd:Q15739591 ?property ?item . OPTIONAL { ?item wdt:P276 / wdt:P625 ?location . } OPTIONAL { ?item wdt:P159 / wdt:P625 ?location . } OPTIONAL { ?item wdt:P18 ?image . } ?propItem wikibase:directClaim ?property . ?propItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list all the entities linked to Sarah-Jayne Blakemore, including their English labels, the nature of the relationship, and their geographic coordinates if available?", "Show me the institutions, awards, and locations connected to neuroscientist Sarah-Jayne Blakemore, along with the type of connection and their map coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q15739591> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4768", "question": "Most frequent recurring event types not tied to a specific country, based on instance-of and subclass-of relationships.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?eventClass ?eventClassLabel ?count WHERE {\n  {\n    SELECT ?eventClass(COUNT(*) AS ?count) WHERE {\n      ?item wdt:P2257 ?interval ; wdt:P31 ?eventClass .\n      FILTER NOT EXISTS {\n        ?eventClass wdt:P17 []\n      }\n    }\n    GROUP BY ?eventClass\n    ORDER BY DESC(?count)\n    LIMIT 50\n  } UNION {\n    SELECT ?eventClass(COUNT(*) AS ?count) WHERE {\n      ?item wdt:P2257 ?interval ; wdt:P279 ?eventClass .\n      FILTER NOT EXISTS {\n        ?eventClass wdt:P17 []\n      }\n    }\n    GROUP BY ?eventClass\n    ORDER BY DESC(?count)\n    LIMIT 50\n  }\n  ?eventClass rdfs:label ?eventClassLabel .\n  FILTER(LANG(?eventClassLabel) = \"en\")\n}\nORDER BY DESC(?count) ASC(?eventClass)", "paraphrases": ["What are the most common types of recurring events (like tournaments or competitions) that are not associated with any country, and how often do they occur?", "Show me the top 50 most frequent event categories (as instances or subclasses) that have a regular time interval and are not tied to a specific country, along with their occurrence counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P31> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2257> ?var5 ; <http://www.wikidata.org/prop/direct/P31> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } UNION { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P279> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2257> ?var5 ; <http://www.wikidata.org/prop/direct/P279> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P17> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_4769", "question": "List all manifestos (instances of the literary genre manifesto) with their English labels.", "sparql": "SELECT ?var1 ?label WHERE { ?var1 wdt:P31 wd:Q46337 . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names of all items that are instances of the literary genre \"manifesto\"?", "Show me the titles of all manifestos in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46337> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4770", "question": "Chemical elements with their atomic numbers and atomic masses, sorted by atomic number.", "sparql": "SELECT ?element ?elementLabel ?atomicNumber ?mass WHERE { ?element wdt:P31 wd:Q11344 ; wdt:P1086 ?atomicNumber ; p:P2067 ?massStatement . ?massStatement ps:P2067 ?mass . ?element rdfs:label ?elementLabel . FILTER(LANG(?elementLabel) = \"en\") } ORDER BY ASC(?atomicNumber)", "paraphrases": ["What are the atomic numbers and atomic masses of all chemical elements, listed in order of increasing atomic number?", "List all chemical elements along with their atomic numbers and atomic masses, sorted from hydrogen to flerovium."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> ; <http://www.wikidata.org/prop/direct/P1086> ?var2 ; <http://www.wikidata.org/prop/P2067> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/value/P2067> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_4771", "question": "Subclasses of ingestion with their labels and images from Wikimedia Commons.", "sparql": "SELECT ?subclass ?label ?image WHERE { ?subclass wdt:P279 wd:Q1663054 . ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { ?subclass wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["What are the subclasses of ingestion, and which ones have associated images on Wikimedia Commons?", "List all English-labeled subclasses of ingestion along with their images, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1663054> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4772", "question": "Hardcore punk bands with additional music genres and their formation years.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel ?otherGenreLabel ?inceptionDate WHERE {\n  ?item wdt:P136 wd:Q10922 .\n  ?item wdt:P136 ?otherGenre .\n  ?item wdt:P571 ?inceptionDate .\n  FILTER ( ?otherGenre != wd:Q10922 ) OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?otherGenre rdfs:label ?otherGenreLabel .\n    FILTER ( LANG( ?otherGenreLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which bands classified as hardcore punk also have other music genres, and when were they formed?", "List all hardcore punk musical acts that are associated with at least one other genre, along with the year they were founded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q10922> . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4773", "question": "What properties and their values are associated with the academic article \"Modeling Relational Data with Graph Convolutional Networks\", including how many values each has and what they are?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q30005091 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?valueLabel ) = \"en\" )\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["For the scholarly article \"Modeling Relational Data with Graph Convolutional Networks\", which properties are used, how many values does each have, and what are the English labels of those values?", "List all properties of the paper \"Modeling Relational Data with Graph Convolutional Networks\" with their English labels, the number of values each property has, and a comma-separated list of the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q30005091> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4774", "question": "Which property is most often incorrectly used to assign \"sex or gender\" (P21) as a value instead of a gender entity?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?propertyItem(COUNT(?propertyItem) AS ?count) WHERE {\n  ?subject ?dataProperty wd:P21 .\n  ?propertyItem wikibase:directClaim ?dataProperty .\n  ?propertyItem rdf:type wikibase:Property .\n}\nGROUP BY ?propertyItem\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What Wikidata property item is linked to the most statements where the value is the property P21 (sex or gender)?", "Find the property that is most frequently misused in Wikidata to point to P21 (sex or gender) as its value."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P21> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4775", "question": "List genes with English labels containing 'BRCA' and no Bengali label.", "sparql": "SELECT ?gene ?geneLabel WHERE { ?gene wdt:P31 wd:Q7187 . ?gene rdfs:label ?geneLabel . FILTER(LANG(?geneLabel) = \"en\") FILTER(REGEX(STR(?geneLabel), \"BRCA\", \"i\")) FILTER(NOT EXISTS { ?gene rdfs:label ?bnLabel . FILTER(LANG(?bnLabel) = \"bn\") }) }", "paraphrases": ["Which genes have English names that include 'BRCA' but do not have a Bengali label?", "Show me the English names of genes related to BRCA that aren't labeled in Bengali."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"bn\" ) ) ) . } ) ) . FILTER ( ( EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( REGEX ( STR ( ?var2Label ) , \"string1\", \"i\" ) ) ) . } ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4776", "question": "What are the English and French names, coordinates, and Freebase IDs of all provincial and territorial capital cities in Canada?", "sparql": "SELECT DISTINCT ?labelEn ?labelFr ?lat ?lon ?freebaseId WHERE { ?capital (wdt:P31/wdt:P279*) wd:Q21507383 . ?capital wdt:P625 ?coord . ?capital p:P625 ?stmt . ?stmt psv:P625 ?geo . ?geo wikibase:geoLatitude ?lat ; wikibase:geoLongitude ?lon . ?capital wdt:P646 ?freebaseId . OPTIONAL { ?capital rdfs:label ?labelEn . FILTER(LANG(?labelEn) = \"en\") } OPTIONAL { ?capital rdfs:label ?labelFr . FILTER(LANG(?labelFr) = \"fr\") } } ORDER BY ASC(?labelEn)", "paraphrases": ["List Canadian provincial capitals with their coordinates in decimal degrees and Freebase identifiers, including their names in English and French.", "Can you provide the location (latitude and longitude) and Freebase ID for each capital city of a Canadian province or territory, along with its English and French labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var6 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21507383> . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var7 . ?var6 <http://www.wikidata.org/prop/P625> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/value/P625> ?var9 . ?var9 <http://wikiba.se/ontology#geoLatitude> ?var3 . ?var9 <http://wikiba.se/ontology#geoLongitude> ?var4 . ?var6 <http://www.wikidata.org/prop/direct/P646> ?var5 . OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_4777", "question": "What is the English label and description of the YSO ID 188402?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2347 \"188402\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the name and English description of the place identified by YSO ID 188402?", "Show me the English name and description of the Finnish village with YSO ID 188402."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"188402\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4778", "question": "What software is written in the D programming language?", "sparql": "SELECT ?software ?category WHERE { ?software wdt:P277 wd:Q319268 . OPTIONAL { ?software wdt:P910 ?category . } } LIMIT 400", "paraphrases": ["List programs implemented in D and their main Wikimedia categories.", "Which applications use the D language, and what are their main Wikipedia categories?"], "info": {"raw_sparql": "SELECT * WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P910> ?var2 . } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q319268> . } LIMIT 400"}}
{"id": "val_4779", "question": "Scholarly articles about fipronil in English", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q13442814 ; wdt:P921 wd:Q415933 ; rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . FILTER (CONTAINS(LCASE(?itemLabel), \"fipronil\")) . }", "paraphrases": ["What are the English-language scholarly articles that have fipronil as their main subject?", "List the titles of academic papers that focus on the insecticide fipronil, written in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q415933> . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"fipronil\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4780", "question": "Libraries in France without coordinates", "sparql": "SELECT ?library ?libraryLabel WHERE { ?library (wdt:P31/wdt:P279*) wd:Q7075 ; wdt:P17 wd:Q142 . MINUS { ?library wdt:P625 [] } . ?library rdfs:label ?libraryLabel . FILTER(LANG(?libraryLabel) = 'fr') }", "paraphrases": ["What are the libraries in France that don't have geographic coordinates listed?", "List the French names of all library institutions in France that are not geolocated."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4781", "question": "Entities with BnF IDs and their types", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?typeLabel ?bnfId WHERE {\n  ?item wdt:P268 ?bnfId .\n  ?item wdt:P31 ?type .\n  ?item rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  FILTER ( LANG( ?typeLabel ) = \"en\" ) .\n}\nLIMIT 100", "paraphrases": ["What are the items cataloged by the Biblioth\u00e8que nationale de France, and what types of things are they?", "Show me a list of entities that have a Biblioth\u00e8que nationale de France ID along with their English labels and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P268> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_4782", "question": "Austrian writers who died between 600 and 1500 AD", "sparql": "SELECT ?person ?deathDate (SAMPLE(?image) AS ?sampledImage) ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 wd:Q36180 . ?person wdt:P570 ?deathDate . ?person wdt:P27 wd:Q40 . OPTIONAL { ?person wdt:P18 ?image . } FILTER ( YEAR(?deathDate) > 600 && YEAR(?deathDate) < 1500 ) . ?person rdfs:label ?personLabel . FILTER ( LANG(?personLabel) = \"en\" ) } GROUP BY ?person ?deathDate ?personLabel LIMIT 100", "paraphrases": ["Who were some Austrian writers that died between the years 600 and 1500?", "List the names of Austrian writers from the medieval period (600\u20131500 AD) and include any available images of them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } FILTER ( ( ( YEAR ( ?var2 ) < \"1500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( YEAR ( ?var2 ) > \"600\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q40> . OPTIONAL { } } GROUP BY ?var2 ?var1 ?var1Label LIMIT 100"}}
{"id": "val_4783", "question": "What are all the superclass categories of the Council of Ministers of the Kingdom of the Netherlands?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q245709 wdt:P279 * ?superclass .\n}", "paraphrases": ["Superclasses of the Council of Ministers of the Kingdom of the Netherlands.", "List all the broader institutional categories that the Council of Ministers of the Kingdom of the Netherlands is a part of, including indirect ones."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q245709> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4784", "question": "What is the English label and description of the entity with YSO ID 108298?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2347 \"108298\" .\n  OPTIONAL {\n    ?item rdfs:label ?label FILTER ( LANG( ?label ) = \"en\" )\n  }\n  .\n  OPTIONAL {\n    ?item schema:description ?description FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the name and a brief description in English of the place identified by the YSO ID 108298?", "What does the YSO concept 108298 refer to, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"108298\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4785", "question": "What is the Turkish Wikipedia article about the episode \"Pangs\" from Buffy the Vampire Slayer?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article WHERE {\n  ?article rdf:type schema:Article ; schema:about wd:Q949847 ; schema:inLanguage \"tr\" ; schema:isPartOf ?wiki .\n  ?wiki wikibase:wikiGroup \"wikipedia\" .\n}\nLIMIT 1", "paraphrases": ["Is there a Turkish-language Wikipedia page for the Buffy episode \"Pangs\"?", "Can you find the Turkish Wikipedia page that discusses the episode \"Pangs\"?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q949847> ; <http://schema.org/inLanguage> \"tr\"; <http://schema.org/isPartOf> ?var2 . ?var2 <http://wikiba.se/ontology#wikiGroup> \"string1\". } LIMIT 1"}}
{"id": "val_4786", "question": "Basque-speaking writers with birth years, VIAF, and ISNI identifiers", "sparql": "SELECT ?writer ?writerLabel ?image ?birthYear ?placeOfBirthLabel ?deathYear ?placeOfDeathLabel ?viafUrl ?isniUrl WHERE { ?writer (wdt:P31/wdt:P279*) wd:Q5 . ?writer (wdt:P106/wdt:P279*) wd:Q36180 . ?writer wdt:P1412 wd:Q8752 . OPTIONAL { ?writer wdt:P18 ?image . } OPTIONAL { ?writer wdt:P19 ?placeOfBirth . ?placeOfBirth rdfs:label ?placeOfBirthLabel . FILTER(LANG(?placeOfBirthLabel) = \"en\") } OPTIONAL { ?writer wdt:P20 ?placeOfDeath . ?placeOfDeath rdfs:label ?placeOfDeathLabel . FILTER(LANG(?placeOfDeathLabel) = \"en\") } OPTIONAL { ?writer wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) } OPTIONAL { ?writer wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) } OPTIONAL { ?writer wdt:P214 ?viafId . BIND(IRI(CONCAT(\"http://viaf.org/viaf/\", ?viafId)) AS ?viafUrl) } OPTIONAL { ?writer wdt:P213 ?isniId . BIND(IRI(CONCAT(\"http://isni.org/isni/\", ?isniId)) AS ?isniUrl) } ?writer rdfs:label ?writerLabel . FILTER(LANG(?writerLabel) = \"en\") } GROUP BY ?writer ?writerLabel ?image ?birthYear ?placeOfBirthLabel ?deathYear ?placeOfDeathLabel ?viafUrl ?isniUrl", "paraphrases": ["Who are the human writers that write in Basque, and what are their birth years, places of birth, and links to their VIAF and ISNI profiles?", "List all Basque-language writers along with their English names, birth years, places of birth and death (if available), images from Wikimedia Commons, and links to their VIAF and ISNI profiles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ( GROUP_CONCAT ( DISTINCT ?var7Label ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT IRI ( ?var9 ) ; SEPARATOR = \", \" ) AS ?var10 )( GROUP_CONCAT ( DISTINCT ?var11 ; SEPARATOR = \", \" ) AS ?var12 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/entity/P279> *) <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/entity/P279> *) <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q8752> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var15 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var16 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var7 . } BIND ( YEAR ( ?var13 ) AS ?var3 ). BIND ( YEAR ( ?var14 ) AS ?var5 ). BIND ( IRI ( CONCAT ( \"string1\", ?var15 ) ) AS ?var9 ). BIND ( IRI ( CONCAT ( \"string2\", ?var16 ) ) AS ?var11 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string3\". ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var7Label . } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label"}}
{"id": "val_4787", "question": "Wikidata properties with alternative labels and English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?property ?propertyLabel WHERE {\n  ?property skos:altLabel ?altLabel .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata have alternative labels and are labeled in English?", "List the English labels of Wikidata properties that have alternative labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/2004/02/skos/core#altlabel> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } }"}}
{"id": "val_4788", "question": "English-labeled and described human actors who have been in movies or TV shows.", "sparql": "SELECT ?actor ?actorLabel ?actorDescription WHERE { ?actor wdt:P161 ?production . ?actor wdt:P31 wd:Q5 . ?actor rdfs:label ?actorLabel . ?actor schema:description ?actorDescription . FILTER(LANG(?actorLabel) = \"en\") . FILTER(LANG(?actorDescription) = \"en\") } LIMIT 100", "paraphrases": ["Who are some human actors with English labels and descriptions who have appeared in films or television productions?", "List up to 100 human actors with English names and descriptions who have been cast in productions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P161> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4789", "question": "What is the English Wikipedia page, official website, and type of Toyoko Inn?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?wikipediaPage ?website ?instanceType WHERE { BIND(wd:Q1320541 AS ?item) . ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?item wdt:P856 ?website . } OPTIONAL { ?item wdt:P31 ?instanceType . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you show me the details of Toyoko Inn including its Wikipedia link, website, and what kind of business it is?", "Find the English Wikipedia article, official URL, and classification (e.g., hotel chain, business) for Toyoko Inn."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1320541> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4790", "question": "Number of members in each term of the Estonian Parliament, ordered by term start date.", "sparql": "SELECT ?term ?termLabel ( COUNT( DISTINCT ?member ) AS ?memberCount ) WHERE { ?member p:P39 [ ps:P39 wd:Q21100241 ; pq:P2937 ?term ] . OPTIONAL { ?term wdt:P571 ?inception . } ?term rdfs:label ?termLabel . FILTER(LANG(?termLabel) = \"en\") } GROUP BY ?term ?termLabel ?inception ORDER BY ASC(?inception) ASC(?termLabel)", "paraphrases": ["How many people served in each parliamentary term of the Riigikogu, starting from the earliest term?", "List the number of members per term in the Estonian Parliament, sorted by when each term began."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q21100241> ; <http://www.wikidata.org/prop/qualifier/P2937> ?var1 ] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var4 )ASC( ?var1Label )"}}
{"id": "val_4791", "question": "Which film has the Russiancinema.ru ID 10243?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2678 \"10243\" .\n}", "paraphrases": ["What is the film identified by the Russiancinema.ru ID 10243?", "Find the Wikidata item for the film with the Russiancinema.ru identifier 10243."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"10243\". }"}}
{"id": "val_4792", "question": "Film with Russiancinema.ru ID 9738", "sparql": "SELECT ?film WHERE { ?film wdt:P2678 \"9738\" . }", "paraphrases": ["What film is identified by the Russiancinema.ru ID 9738?", "Can you tell me the name of the Russian film from 2004 that has the ID 9738 on Russiancinema.ru?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"9738\". }"}}
{"id": "val_4793", "question": "French cultural heritage monuments with M\u00e9rim\u00e9e ID starting with \"IA\" that lack direct coordinates but are located within administrative areas that have coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monument ?monumentLabel ?merimeeId ?adminCoords WHERE {\n  ?monument wdt:P380 ?merimeeId ; ( wdt:P131 / wdt:P625 ) ?adminCoords . MINUS {\n    ?monument wdt:P625 ?adminCoords .\n  }\n  FILTER ( STRSTARTS( ?merimeeId , \"IA\" ) ) OPTIONAL {\n    ?monument rdfs:label ?monumentLabel .\n    FILTER ( LANG( ?monumentLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which French monuments identified by M\u00e9rim\u00e9e IDs starting with \"IA\" do not have their own geographic coordinates but are associated with the coordinates of the administrative regions they are in?", "Show me French cultural heritage sites with M\u00e9rim\u00e9e IDs beginning with \"IA\" that are geolocated indirectly through their administrative location rather than having their own coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P380> ?var2 ; ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P625> ) ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } FILTER ( ( REGEX ( ?var2 , \"^IA\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4794", "question": "Monuments in the French Ain department with M\u00e9rim\u00e9e ID starting with \"IA\" but no exact coordinates, showing coordinates of their administrative location.", "sparql": "SELECT ?monument ?monumentLabel ?merimeeId ?adminCoords WHERE { ?monument wdt:P380 ?merimeeId . FILTER (REGEX(?merimeeId, \"^IA\")) . MINUS { ?monument wdt:P625 ?directCoord . } ?monument (wdt:P131/wdt:P625) ?adminCoords . }", "paraphrases": ["Which French cultural monuments have a M\u00e9rim\u00e9e ID starting with \"IA\" but are not individually geolocated, and what are the coordinates of the towns or regions they are located in?", "List all French heritage monuments identified by M\u00e9rim\u00e9e IDs starting with \"IA\" that lack their own GPS coordinates, along with the geographic coordinates of the administrative areas they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P380> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } ?var1 ( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P625> ) ?var3 . FILTER ( ( REGEX ( ?var2 , \"^IA\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4795", "question": "People who died on April 21, 1986", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(?deathDate >= \"1986-04-21T00:00:00Z\" ^^ xsd:dateTime && ?deathDate < \"1986-04-22T00:00:00Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who died on April 21, 1986?", "List all individuals whose date of death was exactly April 21, 1986, according to Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1986-04-21T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1986-04-21T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4796", "question": "People born on July 19, 1982", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( ?birthDate >= \"1982-07-19T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1982-07-19T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who were born on July 19, 1982?", "List all individuals whose date of birth is exactly July 19, 1982, including any time during that day."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1982-07-19T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1982-07-19T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4797", "question": "Wikidata item for movie with IMDb ID tt0205979", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt0205979\" .\n}", "paraphrases": ["What is the Wikidata entity for the movie with IMDb ID tt0205979?", "Return the Wikidata ID of the movie that has the IMDb identifier tt0205979."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0205979\". }"}}
{"id": "val_4798", "question": "What are some examples of desserts listed in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?dessert ?dessertLabel WHERE {\n  ?dessert wdt:P31 wd:Q182940 .\n  ?dessert rdfs:label ?dessertLabel .\n  FILTER(LANG(?dessertLabel) = \"en\")\n}", "paraphrases": ["List of desserts and their English names from Wikidata", "Show me the English names of all desserts in Wikidata"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q182940> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4799", "question": "What are the superclasses and Commons category of the item labeled \"mountain\" in English, with an English Wikipedia page?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?superclassLabel ?commonsCategory WHERE { ?item rdfs:label \"mountain\"@en . ?item wdt:P31 ?type . ?type wdt:P279* ?superclass . ?item wdt:P373 ?commonsCategory . ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . ?item rdfs:label ?itemLabel . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["What classes does \"mountain\" belong to, and what is its Wikimedia Commons category, assuming it has an English Wikipedia article?", "Show me the English label, hierarchical classes, and Commons category for the entity \"mountain\" that has an English Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4Label WHERE { ?var1 ?var5Label \"string1\"@en . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P373> ) ?var4 . ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"en\". ?var6 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4800", "question": "Scientific experiments and the space missions they were part of.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?experiment ?mission WHERE {\n  ?experiment wdt:P361 ?mission .\n}\nLIMIT 750000", "paraphrases": ["Which scientific experiments were components of which space missions?", "List all pairs of scientific payloads and space expeditions where the payload was part of the mission, based on Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } } LIMIT 750000"}}
{"id": "val_4801", "question": "Swedish street names in Gothenburg starting with A, B, or C", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?street ?label WHERE {\n  ?street wdt:P31 / wdt:P279 * wd:Q83620 .\n  ?street wdt:P131 wd:Q52502 .\n  ?street rdfs:label ?label .\n  FILTER(LANG(?label) = \"sv\")\n  FILTER(STRSTARTS(?label , \"A\") || STRSTARTS(?label , \"B\") || STRSTARTS(?label , \"C\"))\n}", "paraphrases": ["What are the Swedish-language streets in Gothenburg whose names begin with A, B, or C?", "List all thoroughfares in Gothenburg Municipality that have Swedish names starting with A, B, or C."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q83620> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q52502> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"sv\" ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"A\" ) || STRSTARTS ( ?var1Label , \"B\" ) || STRSTARTS ( ?var1Label , \"C\" ) ) ) . }"}}
{"id": "val_4802", "question": "Who are the female humans born in Niue that have an English label on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 wd:Q34020 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["List all women born in Niue who are classified as humans and have an English label.", "Find female individuals from Niue with English-language names in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q34020> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q34020> . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } LIMIT 10"}}
{"id": "val_4803", "question": "What entity in Wikidata is an instance of itself?", "sparql": "SELECT ?class ?classLabel WHERE { ?class wdt:P31 ?class . ?class rdfs:label ?classLabel . }", "paraphrases": ["Is there any class in Wikidata that is an instance of itself, and what is it called?", "Show me the class in Wikidata that is defined as an instance of itself, along with its names in different languages."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_4804", "question": "Who are some athletes with Persian-language labels on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  {\n    ?person wdt:P106 wd:Q2066131\n  } UNION {\n    ?person wdt:P31 / wdt:P279 * wd:Q2066131\n  }\n  .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fa\" )\n}\nLIMIT 10", "paraphrases": ["Persian labels of people whose occupation or type is athlete", "List 10 Persian-language names of athletes or people with athlete occupations from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 620"}}
{"id": "val_4805", "question": "What are the Persian-language names of athletes and their occupational subclasses (like taekwondo or Paralympic athletes)?", "sparql": "SELECT DISTINCT ?label WHERE { VALUES ?athleteClass { wd:Q2066131 wd:Q11513337 wd:Q13382533 wd:Q7623231 wd:Q25439032 } { ?person wdt:P31 ?athleteClass } UNION { ?person wdt:P106 ?athleteClass } . ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10", "paraphrases": ["List 10 Persian-labeled individuals who are either athletes or have occupations such as taekwondo fighter or Paralympian.", "Can you show me Persian labels for people whose profession or type is related to sports competition, such as being an athlete or a Paralympic competitor?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 650"}}
{"id": "val_4806", "question": "What are the Persian-language names of athletes and their subtypes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q2066131 wdt:P279 * ?athleteClass .\n  {\n    ?person wdt:P31 ?athleteClass\n  } UNION {\n    ?person wdt:P106 ?athleteClass\n  }\n  .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"fa\")\n}\nLIMIT 10", "paraphrases": ["Can you list 10 Persian labels for people who are athletes or have an athletic occupation?", "Show me some athletes from Persian-speaking regions by listing their names in Persian."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 1540"}}
{"id": "val_4807", "question": "Persian labels of athletes and their occupations", "sparql": "SELECT DISTINCT ?label WHERE { { ?person wdt:P31 ?class . ?class wdt:P279* wd:Q2066131 . } UNION { ?person wdt:P106 ?class . ?class wdt:P279* wd:Q2066131 . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10", "paraphrases": ["Who are some athletes or sports professionals with Persian-language labels on Wikidata?", "List up to 10 Persian-language names of people whose occupation or type is related to being an athlete."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 1730"}}
{"id": "val_4808", "question": "What are the Persian-language labels of people who are athletes or have an occupation related to athletics?", "sparql": "SELECT DISTINCT ?label WHERE { { ?person wdt:P31/wdt:P279* wd:Q2066131 . } UNION { ?person wdt:P106/wdt:P279* wd:Q2066131 . } ?person rdfs:label ?label . FILTER(LANG(?label) = \"fa\") } LIMIT 10", "paraphrases": ["Can you list 10 athletes (or people in athletic occupations) whose names are written in Persian?", "Who are some individuals classified as athletes or in athletic professions, with their names displayed in Persian?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 4870"}}
{"id": "val_4809", "question": "Swedish people born before 1700 with WikiTree IDs and family names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?familyLabel ?birthDate ?wikitreeUrl WHERE {\n  ?person wdt:P2949 ?wikitreeId .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P27 wd:Q34 .\n  ?person wdt:P53 ?family .\n  ?person rdfs:label ?personLabel .\n  ?family rdfs:label ?familyLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?familyLabel ) = \"en\" ) BIND( CONCAT ( \"https://www.wikitree.com/wiki/\" , ?wikitreeId ) AS ?wikitreeUrl ) FILTER ( YEAR( ?birthDate ) < 1700 )\n}\nORDER BY ?personLabel\nLIMIT 20", "paraphrases": ["Who are Swedish individuals born before 1700 who belong to a noble family and have a WikiTree profile?", "List Swedish people born before 1700, their families, and their WikiTree URLs, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 ?var7 ( CONCAT ( \"string1\", ?var8 ) AS ?var9 ) ?var10 WHERE { { SELECT ?var1 ?var8 ( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7 ) AS ?var7 )( SAMPLE ( ?var11 ) AS ?var11 )( COUNT ( ?var12 ) AS ?var10 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2949> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q34> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } { ?var1 <http://www.wikidata.org/prop/direct/P53> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var7 . } OPTIONAL { ?var12 <http://schema.org/about> ?var1 . } FILTER ( ( ( YEAR ( ?var3 ) < \"1700\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 ?var8 ?var2 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\". } } ORDER BY DESC( ?var10 )"}}
{"id": "val_4810", "question": "People who held positions, their start and end dates, who they replaced, and who replaced them.", "sparql": "SELECT ?person ?personLabel ?startTime ?endTime ?replacesLabel ?replacedByLabel WHERE { ?person wdt:P31 wd:Q5 . ?person p:P39 ?statement . ?statement pq:P580 ?startTime . ?statement pq:P582 ?endTime . ?statement pq:P1365 ?replaces . ?statement pq:P1366 ?replacedBy . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?replaces rdfs:label ?replacesLabel . FILTER(LANG(?replacesLabel) = \"en\") } OPTIONAL { ?replacedBy rdfs:label ?replacedByLabel . FILTER(LANG(?replacedByLabel) = \"en\") } } ORDER BY ASC(?startTime)", "paraphrases": ["Who are the people that held public offices, when did their terms start and end, and who were their predecessors and successors?", "List all humans who held a position, including the start and end dates of their tenure, the person they replaced, and the person who succeeded them \u2014 sorted by start date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var7 )"}}
{"id": "val_4811", "question": "Persian labels of athletes and their subtypes (e.g., football players, basketball players).", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  {\n    ?person wdt:P106 ?occupation .\n  } UNION {\n    ?person wdt:P31 ?occupation .\n  }\n  ?occupation wdt:P279 * wd:Q2066131 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fa\" )\n}\nLIMIT 10\nOFFSET 6720", "paraphrases": ["Who are the athletes (or people in athlete-related occupations) with Persian-language labels on Wikidata?", "List the Persian names of people whose occupation or type is an athlete or a subtype of athlete."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q2066131> ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } } LIMIT 10 OFFSET 6720"}}
{"id": "val_4812", "question": "Countries with more than one island, excluding dissolved countries, sorted by number of islands.", "sparql": "SELECT ?country ?countryLabel ?islandCount WHERE { { SELECT ?country (COUNT(?island) AS ?islandCount) WHERE { ?island wdt:P31 wd:Q23442 ; wdt:P17 ?country . FILTER NOT EXISTS { ?country wdt:P576 ?dissolvedDate . } } GROUP BY ?country HAVING (?islandCount > 1) } ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY DESC(?islandCount) ASC(?countryLabel)", "paraphrases": ["Which countries have more than one island, and how many islands do they have, excluding countries that no longer exist?", "List all countries that have at least two islands, showing the count of islands and the country name in English, ordered from highest to lowest island count."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . { SELECT ?var3 ( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23442> . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var4 . } ) ) . } GROUP BY ?var3 } FILTER ( ( ( ?var2 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_4813", "question": "Administrative entities with capitals and their types", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?entityLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types) WHERE {\n  ?entity wdt:P36 ?capital ; wdt:P31 ?type .\n  ?entity rdfs:label ?entityLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}\nGROUP BY ?entity ?entityLabel", "paraphrases": ["What are the countries, states, and municipalities that have a capital city, and what types are they classified as in Wikidata?", "List all administrative entities that have a capital city, along with their English-type classifications (e.g., country, municipality)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P36> ?var1 ; <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_4814", "question": "List all states with their population and area.", "sparql": "SELECT ?state ?population ?area WHERE { ?state wdt:P31 wd:Q7275 . OPTIONAL { ?state wdt:P1082 ?population . } OPTIONAL { ?state wdt:P2439 ?area . } }", "paraphrases": ["Which states have recorded population and area data in Wikidata?", "Show me the population and area of all entities classified as states, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7275> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2439> ?var3 . } }"}}
{"id": "val_4815", "question": "Museums in Berlin with their coordinates and English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?museum ?museumLabel ?coordinates WHERE {\n  ?museum ( wdt:P31 / wdt:P279 * ) wd:Q33506 ; wdt:P131 wd:Q64 ; wdt:P625 ?coordinates .\n  ?museum rdfs:label ?museumLabel .\n  FILTER ( LANG( ?museumLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names and geographic coordinates of all museums in Berlin?", "List all museums in Berlin, including their English labels and exact geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> ; <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q64> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_4816", "question": "What Wikidata item has the IMDb ID tt0322653?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt0322653\" .\n}", "paraphrases": ["Which movie or entity in Wikidata is identified by the IMDb identifier tt0322653?", "Show me the Wikidata entry for the film with IMDb ID tt0322653."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0322653\". }"}}
{"id": "val_4817", "question": "German labels of properties used by \"process\" in Wikidata, with object counts and object labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?propLabelTemp) AS ?propertyLabel)(COUNT(?object) AS ?count)(GROUP_CONCAT(?objectLabel ; SEPARATOR = \", \") AS ?objectLabels) WHERE {\n  wd:Q10843872 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER(LANG(?objectLabel) = \"de\")\n  .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propLabelTemp .\n  FILTER(LANG(?propLabelTemp) = \"de\")\n}\nGROUP BY ?property", "paraphrases": ["What properties link the concept of \"process\" to other entities in Wikidata, and what are their German labels, how many objects do they connect to, and what are those objects called in German?", "Show me all German-labeled properties that connect to the entity \"process\", along with how many times each is used and the German names of the connected entities."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q10843872> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4818", "question": "What is the stock ticker and exchange for Google?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?exchange ?ticker WHERE {\n  ?company wdt:P31 wd:Q4830453 .\n  ?company rdfs:label ?companyLabel .\n  ?company p:P414 ?statement .\n  ?statement ps:P414 ?exchange .\n  ?statement pq:P249 ?ticker .\n  FILTER(CONTAINS(LCASE(?companyLabel) , \"google\"))\n}\nLIMIT 1", "paraphrases": ["On which stock exchange is Google listed, and what is its ticker symbol?", "Find the stock exchange and ticker symbol for any company named Google."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var1 <http://www.wikidata.org/prop/P414> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P414> ?var6 . ?var5 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( CONTAINS ( LCASE ( ?var4Label ) , \"google\" ) ) ) . } LIMIT 1"}}
{"id": "val_4819", "question": "List of biological species in Wikidata with their scientific names.", "sparql": "SELECT ?species ?label WHERE { ?species wdt:P31 wd:Q7432 . ?species rdfs:label ?label . FILTER(LANG(?label) = 'en') } LIMIT 10000", "paraphrases": ["What are the English labels of all species in Wikidata?", "Show me the scientific names of all species documented in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://schema.org/isPartOf> <https://species.wikimedia.org/> ; ?var3 <http://www.w3.org/2000/01/rdf-schema#label> . } LIMIT 10000"}}
{"id": "val_4820", "question": "People who died in January 1983", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"1983-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1983-01-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who died in January 1983?", "List all individuals whose date of death was in January 1983."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1983-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1983-01-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4821", "question": "Persian-language labels of sports organizations on Wikidata.", "sparql": "SELECT DISTINCT ?label WHERE { ?organization wdt:P31 ?class . ?class wdt:P279* wd:Q4438121 . ?organization rdfs:label ?label . FILTER (LANG(?label) = \"fa\") }", "paraphrases": ["What are the Persian names of sports organizations listed on Wikidata?", "Show me all the Persian-language labels for entities that are sports organizations or subclasses of sports organizations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q4438121> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } }"}}
{"id": "val_4822", "question": "Persian-language labels of sports teams", "sparql": "SELECT DISTINCT ?label WHERE { ?team wdt:P31 ?type . ?type wdt:P279* wd:Q12973014 . ?team rdfs:label ?label . FILTER(LANG(?label) = \"fa\") }", "paraphrases": ["What are the Persian names of sports teams on Wikidata?", "Show me all the Persian-language labels for entities that are sports teams or subclasses of sports teams."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q12973014> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } }"}}
{"id": "val_4823", "question": "Who is the person with e-archiv.li ID 31155?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P860 \"31155\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English label and description of the Wikidata item that has the e-archiv.li identifier \"31155\"?", "Find the name (in English) of the individual identified by the e-archiv.li ID 31155, and include their English description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P860> \"31155\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4824", "question": "Charles Darwin's e-archiv.li ID and English description", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P860 \"31734\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is the person with e-archiv.li ID 31734, and what is their English description?", "Show me the English label and description of the person identified by 31734 in the e-archiv.li archive."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P860> \"31758\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4825", "question": "What countries and regions is St. Cyriak located in?", "sparql": "SELECT DISTINCT ?location ?locationLabel WHERE { wd:Q2317912 (wdt:P30|wdt:P17|wdt:P131)+ ?location . OPTIONAL { ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } }", "paraphrases": ["Can you list all the geographic entities \u2014 from local to continental \u2014 that St. Cyriak is part of?", "Show me the full geographic context of St. Cyriak, including its town, region, state, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2317912> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4826", "question": "What are the claim properties and qualifiers used in statements about sports seasons?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?claimProperty(SAMPLE(?qualifierPropertyLabel) AS ?qualifierLabel) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?claimProperty ?statementConfig WHERE {\n      ?statement ?statementProperty wd:Q27020041 .\n      ?item ?claimProperty ?statement .\n      ?statementConfig wikibase:statementProperty ?statementProperty .\n      ?statementConfig wikibase:claim ?claimProperty .\n      FILTER(?statementConfig != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?statementConfig wikibase:qualifier ?qualifierProperty .\n    ?qualifierProperty rdfs:label ?qualifierPropertyLabel .\n    FILTER(LANG(?qualifierPropertyLabel) = \"en\")\n  }\n}\nGROUP BY ?item ?statement ?claimProperty", "paraphrases": ["Show me the items, statements, and qualifiers linked to the season entity (Q27020041), including the names of the qualifier properties.", "For each statement about a sports season, what property is being used and what qualifiers are attached to it?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q27020041> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4827", "question": "All types and categories that Toronto is an instance of or a subclass of.", "sparql": "SELECT DISTINCT ?class ?classLabel WHERE { wd:Q172 ( wdt:P31 / wdt:P279 * ) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\")}", "paraphrases": ["What classes does Toronto belong to, including its superclasses in the taxonomy?", "List all the categories that Toronto is part of, from direct types up through all parent classes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q172> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_4828", "question": "What are the administrative divisions and country that contain the R\u00e9serve naturelle nationale des Hauts de Chartreuse?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  wd:Q2399544(wdt:P17 | wdt:P131) ?item .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = 'en')\n}", "paraphrases": ["Which communes and country is the Hauts de Chartreuse national nature reserve located in?", "List the places (communes and country) associated with the R\u00e9serve naturelle nationale des Hauts de Chartreuse."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2399544> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4829", "question": "What is the English label and description of the person with e-archiv.li ID 31680?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P860 \"31680\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is identified as 31680 in the Liechtenstein Archive, and what is their English description?", "Find the name and English biography of the individual linked to e-archiv.li identifier 31680."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P860> \"31680\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4830", "question": "Human settlements in Russia called \"\u0410\u0431\u043e\" with their coordinates and founding dates.", "sparql": "SELECT ?settlement ?settlementLabel ?coordinates ?inception ?dissolved WHERE { { ?settlement (wdt:P31/wdt:P279*) wd:Q486972 ; rdfs:label \"\u0410\u0431\u043e\"@ru . } UNION { ?settlement (wdt:P31/wdt:P279*) wd:Q486972 ; skos:altLabel \"\u0410\u0431\u043e\"@ru . } OPTIONAL { ?settlement rdfs:label ?settlementLabel . } OPTIONAL { ?settlement wdt:P625 ?coordinates . } OPTIONAL { ?settlement wdt:P571 ?inception . } OPTIONAL { ?settlement wdt:P576 ?dissolved . } }", "paraphrases": ["Which human settlements are known as \"\u0410\u0431\u043e\" in Russian, and what are their locations, founding years, and dissolution dates?", "Show me all human settlements that have the Russian label or alternative label \"\u0410\u0431\u043e\", along with their geographic coordinates, when they were founded, and if they were dissolved."], "info": {"raw_sparql": "SELECT * WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.w3.org/2000/01/rdf-schema#label> \"\u0410\u0431\u043e\"@ru . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.w3.org/2004/02/skos/core#altLabel> \"\u0410\u0431\u043e\"@ru . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var4 . } }"}}
{"id": "val_4831", "question": "What is the image of the person with SNAC ARK ID w6rv1dmp?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6rv1dmp\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the Social Networks and Archival Context identifier w6rv1dmp?", "Which image is linked to the SNAC ARK ID w6rv1dmp in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rv1dmp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4832", "question": "What are the birth and death dates of Rose O'Neal Greenhow?", "sparql": "SELECT ?name ?birthDate ?deathDate WHERE { BIND( wd:Q718228 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?name . FILTER(LANG(?name) = \"en\") }", "paraphrases": ["Can you tell me when Rose O'Neal Greenhow was born and when she died, including any conflicting death dates?", "Provide the English name, birth date, and death date of the American spy Rose O'Neal Greenhow."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q718228> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4833", "question": "John Megna's date of birth and date of death", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q1101802 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q1101802 wdt:P569 ?birthDate . } OPTIONAL { wd:Q1101802 wdt:P570 ?deathDate . } }", "paraphrases": ["When was John Megna born and when did he die?", "Can you tell me the birth and death dates of the American actor John Megna?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1101802> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4834", "question": "What are the date of birth and date of death of the Canadian painter Bruno Bobak?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q2926650 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q2926650 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q2926650 wdt:P570 ?deathDate .\n  }\n  wd:Q2926650 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Can you tell me when Bruno Bobak was born and when he died?", "Show me the birth and death dates of Bruno Bobak, along with his name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2926650> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4835", "question": "Who are the notable people born in Llanrhystud, and when were they born and died?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q13644939 ; wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List the names, birth dates, and death dates of humans from the village of Llanrhystud.", "Can you find any people from Llanrhystud in Wales and provide their birth and death information?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q13644939> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4836", "question": "Thomas Davey's date of birth and death, and his name", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q7788861 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q7788861 wdt:P569 ?birthDate . } OPTIONAL { wd:Q7788861 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Thomas Davey born and when did he die, and what is his full name?", "Please provide the English name, birth date, and death date of Thomas Davey."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7788861> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4837", "question": "What are the birth and death dates of Henry Ledyard?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q5724760 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q5724760 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q5724760 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the full name and lifespan of Henry Ledyard?", "When was Henry Ledyard born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5724760> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4838", "question": "Humans who have been President of the United States", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P39 wd:Q11696 .\n}\nLIMIT 20", "paraphrases": ["Who are the people that have held the office of President of the United States?", "List up to 20 individuals who are human and have served as President of the United States."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11696> . } LIMIT 20"}}
{"id": "val_4839", "question": "V\u00edctor Brown, Bolivian footballer: date of birth, citizenship, place of birth, occupation, and image.", "sparql": "SELECT DISTINCT \n  ?person \n  ?occupationLabel \n  ?dob \n  ?personLabel \n  ?citizenshipLabel \n  ?startTime \n  ?endTime \n  ?birthPlaceLabel \n  ?countryLabel \n  ?image \n  (CONCAT(\"_\", STR(?commonsCategory)) AS ?commonsCategoryFormatted) \nWHERE {\n  VALUES ?person { wd:Q2482354 }\n  ?person wdt:P569 ?dob ;\n          wdt:P19 ?birthPlace ;\n          wdt:P27 ?citizenship .\n  ?birthPlace wdt:P17 ?country .\n  OPTIONAL { ?person wdt:P18 ?image . }\n  OPTIONAL { ?person wdt:P106 ?occupation . }\n  OPTIONAL { ?person wdt:P373 ?commonsCategory . }\n  OPTIONAL {\n    ?person p:P27 ?citizenshipStmt .\n    ?citizenshipStmt ps:P27 ?citizenship ;\n                     pq:P580 ?startTime .\n  }\n  OPTIONAL {\n    ?person p:P27 ?citizenshipStmt2 .\n    ?citizenshipStmt2 ps:P27 ?citizenship ;\n                     pq:P582 ?endTime .\n  }\n  OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }\n  OPTIONAL { ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") }\n  OPTIONAL { ?citizenship rdfs:label ?citizenshipLabel . FILTER(LANG(?citizenshipLabel) = \"en\") }\n  OPTIONAL { ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") }\n  OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }\n}", "paraphrases": ["What is the date of birth, country of citizenship, place of birth, and occupation of the Bolivian footballer V\u00edctor Brown?", "Please provide the full profile of V\u00edctor Brown, including his birth date, citizenship, birthplace, occupation, and any associated image or Wikimedia Commons category."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var1Label ?var4Label ?var5 ?var6 ?var7Label ?var8Label ?var9 ( CONCAT ( \"_\", STR ( ?var10 ) ) AS ?var11 ) ?var12Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 ; <http://www.wikidata.org/prop/P27> ?var13 ; <http://www.wikidata.org/prop/direct/P18> ?var9 ; <http://www.wikidata.org/prop/direct/P19> ?var7 . ?var13 <http://www.wikidata.org/prop/statement/P27> ?var4 . ?var7 <http://www.wikidata.org/prop/direct/P17> ?var8 . <http://fr.wikipedia.org/wiki/V%C3%ADctor%20Brown> <http://schema.org/about> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P641> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2416> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var10 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_4840", "question": "What are the different types of works titled \"Thriller\" that have English Wikipedia pages?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel ?typeLabel WHERE {\n  ?item rdfs:label \"Thriller\" @en .\n  ?item ( wdt:P31 / wdt:P279 ) ?type .\n  ?wikipedia schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which items named \"Thriller\" are linked to the English Wikipedia, and what categories do they belong to?", "List all movies, songs, and other works called \"Thriller\" along with their classifications on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 ?var4Label \"Thriller\"@en . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var3 . ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4841", "question": "What types of organizations is Lionsgate classified as?", "sparql": "SELECT DISTINCT ?company ?type WHERE { ?company rdfs:label \"Lionsgate\"@en . ?company wdt:P31 ?type . } LIMIT 10", "paraphrases": ["What are the categories or classes that the company Lionsgate belongs to?", "Show me the Wikidata types (instance of) for the company named Lionsgate in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3Label \"Lionsgate\"@en . OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4842", "question": "Who were born in Kyiv and died in London?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P19 wd:Q1899 .\n  ?person wdt:P20 wd:Q84 .\n}", "paraphrases": ["List all people who were born in Kyiv and passed away in London.", "People born in Kyiv and died in London"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q1899> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P20> <http://www.wikidata.org/entity/Q84> . }"}}
{"id": "val_4843", "question": "Who are some people who share the same occupations as Andy Warhol?", "sparql": "SELECT ?person ?occupation WHERE { wd:Q5603 wdt:P106 ?occupation . ?person wdt:P31 wd:Q5 ; wdt:P106 ?occupation . } LIMIT 20", "paraphrases": ["List humans who work in the same fields as Andy Warhol, such as painting or filmmaking.", "Find all individuals who have at least one profession in common with Andy Warhol."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5603> . } LIMIT 20"}}
{"id": "val_4844", "question": "What is the English label and description of the entity with YSO ID 105477?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2347 \"105477\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the name and description in English for the Finnish concept identified by YSO ID 105477.", "Tell me about the lake in Pihtipudas, Finland \u2014 what is its name and description in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"105477\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4845", "question": "What properties connect Muezza to other entities, and what are the labels and counts of those connected entities in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?propertyLabel) AS ?propLabel)(COUNT(?object) AS ?count)(GROUP_CONCAT(?objectLabel ; SEPARATOR = \", \") AS ?objectLabels) WHERE {\n  wd:Q498787 ?property ?object .\n  ?propItem wikibase:directClaim ?property .\n  ?propItem rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?objectLabel) = \"en\")\n}\nGROUP BY ?property", "paraphrases": ["For each property linking Muezza to an object, show the property\u2019s name, how many objects it connects to, and what those objects are called in English.", "List all English-labeled relationships of Muezza with their object labels and counts \u2014 for example, \"instance of\" links to \"house cat\", \"legendary figure\", etc."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q498787> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_4846", "question": "German films with IMDb IDs but no Lexikon des Internationalen Films entry.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P495 wd:Q183 .\n  ?film wdt:P345 ?imdbId . MINUS {\n    ?film wdt:P3107 ?ldifId .\n  }\n}", "paraphrases": ["Which films from Germany are listed on IMDb but not in the Lexikon des Internationalen Films?", "Show me all German movies that have an IMDb identifier but are not cataloged in the Lexikon des Internationalen Films."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3107> ?var3 . } } GROUP BY ?var1"}}
{"id": "val_4847", "question": "What country is Street Cat Bob associated with through his owner?", "sparql": "SELECT ?country WHERE { wd:Q27744042 wdt:P127 ?owner . ?owner wdt:P27 ?country }", "paraphrases": ["Which country is the citizen of the person who owns the famous street cat Bob?", "Since Bob the street cat was owned by James Bowen, which country does he belong to?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q27744042> <http://www.wikidata.org/prop/direct/P17> ?var1 . }"}}
{"id": "val_4848", "question": "What country is Dusty the Klepto Kitty from, based on his place of birth?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country WHERE {\n  wd:Q5317221 wdt:P19 ?place .\n  ?place wdt:P17 ?country .\n}", "paraphrases": ["Country of Dusty the Klepto Kitty\u2019s birthplace", "Tell me the sovereign state where Dusty the Klepto Kitty was born."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q5317221> <http://www.wikidata.org/prop/direct/P17> ?var1 . }"}}
{"id": "val_4849", "question": "What is the image of Sister Cream, the Scottish Fold cat?", "sparql": "SELECT ?label ?image WHERE { wd:Q27739753 rdfs:label ?label . FILTER(LANG(?label) = 'en') OPTIONAL { wd:Q27739753 wdt:P18 ?image } }", "paraphrases": ["Is there an image available on Wikimedia Commons for the cat named Sister Cream?", "Show me the label and image for Sister Cream from Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q27739753> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_4850", "question": "Labels for the city Gdynia in different languages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?label WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?label .\n  FILTER(LCASE(STR(?label)) = \"gdynia\")\n}\nLIMIT 10", "paraphrases": ["In which languages is the city Gdynia labeled as \"Gdynia\"?", "Show me all the language labels for the city Gdynia that are spelled exactly \"Gdynia\"."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LCASE ( STR ( ?var2Label ) ) = \"gdynia\" ) ) ) . } LIMIT 10"}}
{"id": "val_4851", "question": "What is the name and description of the entity with YSO ID 113121?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2347 \"113121\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n  }\n}", "paraphrases": ["Can you tell me the label and description of the Finnish ontology concept identified by YSO ID 113121?", "Show me what the item with YSO ID \"113121\" is called and what it's described as in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"113121\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4852", "question": "Subclasses and superclasses of the Wikimedia category \"Christianity by cities of Finland\" and their direct subclasses.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclass ?subclassLabel ?directSubclass WHERE {\n  {\n    wd:Q7257715 wdt:P279 * ?subclass .\n  } UNION {\n    ?subclass wdt:P279 * wd:Q7257715 .\n  }\n  OPTIONAL {\n    ?subclass wdt:P279 ?directSubclass .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n}", "paraphrases": ["What are all the classes related to the category \"Christianity by cities of Finland\" through subclass relationships, and what are their direct subclasses?", "List all categories that are either ancestors or descendants of the category \"Christianity by cities of Finland\" in the subclass hierarchy, along with their labels and immediate subcategories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q7257715> <http://www.wikidata.org/prop/direct/P279> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7257715> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4853", "question": "Coordinates of the Brandenburg Gate and its English label.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?gate ?gateLabel ?coordinates WHERE {\n  BIND( wd:Q82425 AS ?gate ) .\n  ?gate wdt:P625 ?coordinates .\n  ?gate rdfs:label ?gateLabel .\n  FILTER ( LANG( ?gateLabel ) = \"en\" )\n}", "paraphrases": ["What are the geographic coordinates of the Brandenburg Gate, and what is its English name?", "Please provide the English name and WGS84 coordinates of the Brandenburg Gate."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q82425> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_4854", "question": "What are the coordinates of the municipality of Baliza in Brazil?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?location ?label WHERE {\n  wd:Q805016 wdt:P625 ?location .\n  wd:Q805016 rdfs:label ?label .\n  FILTER(LANG(?label) = \"\" || LANG(?label) = \"en\" || LANG(?label) = \"pt\")\n}", "paraphrases": ["Can you tell me the location and name of Baliza, Brazil?", "Where is Baliza located, and what is its label in English or Portuguese?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( \"834\" AS ?var2 ) ?var3 ( STR ( ?var4Label ) AS ?var5 ) WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( STR ( ?var4Label ) = \"Baliza\" ) ) ) . }"}}
{"id": "val_4855", "question": "List 21 senates around the world with their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?senate ?senateLabel WHERE {\n  ?senate wdt:P31 wd:Q2570643 .\n  ?senate rdfs:label ?senateLabel .\n  FILTER ( LANG( ?senateLabel ) = \"en\" )\n}\nLIMIT 21", "paraphrases": ["What are the names of 21 senates in English?", "Can you show me up to 21 legislative senates and their official English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2570643> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4856", "question": "What are some types of housing cooperatives?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q562166 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } LIMIT 11", "paraphrases": ["List the English names of organizations that are subclasses of housing cooperatives.", "Can you show me different kinds of housing cooperatives, like apartment associations or building cooperatives?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q562166> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4857", "question": "List up to 21 partnerships in English.", "sparql": "SELECT ?partnership ?partnershipLabel WHERE { ?partnership wdt:P31 wd:Q728646 . ?partnership rdfs:label ?partnershipLabel . FILTER(LANG(?partnershipLabel) = \"en\") } LIMIT 21", "paraphrases": ["What are some examples of partnerships as defined in Wikidata, along with their English names?", "Show me 21 entities that are instances of a partnership, including their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q728646> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4858", "question": "What properties describe brick-and-mortar businesses, excluding direct \"instance of\" relationships?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?property ( SAMPLE( ?qualifierValue ) AS ?sampledQualifierValue ) WHERE {\n  ?entity ?property wd:Q726870 .\n  FILTER ( ?property != wdt:P31 ) FILTER EXISTS {\n    ?entity wdt:P31 / wdt:P279 * wd:Q4830453\n  }\n  OPTIONAL {\n    ?entity ?qualifier ?qualifierValue .\n    ?property wikibase:qualifier ?qualifier .\n  }\n}\nGROUP BY ?entity ?property", "paraphrases": ["Which properties are used to classify brick-and-mortar businesses, such as their industry or field of work?", "Show me the types of properties (like industry or field of work) that are used to characterize businesses that are brick-and-mortar."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q726870> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4859", "question": "List of shipbuilding companies", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ( SAMPLE( ?label ) AS ?companyLabel ) WHERE {\n  ?company wdt:P31 wd:Q16274795 .\n  ?company rdfs:label ?label .\n}\nGROUP BY ?company\nLIMIT 21", "paraphrases": ["What are some shipbuilding companies?", "Can you provide up to 21 shipbuilding companies along with their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16274795> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4860", "question": "What is the Turkish Wikipedia article about simulation software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX schema: <http://schema.org/>\nSELECT ?article WHERE {\n  ?article rdf:type schema:Article ; schema:about wd:Q11121294 ; schema:inLanguage \"tr\" ; schema:isPartOf ?wiki .\n  ?wiki wikibase:wikiGroup \"wikipedia\" .\n}", "paraphrases": ["Is there a Turkish-language article on Wikipedia about simulation software?", "Find the Turkish Wikipedia page that discusses simulation software."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q11121294> ; <http://schema.org/inLanguage> \"tr\"; <http://schema.org/isPartOf> ?var2 . ?var2 <http://wikiba.se/ontology#wikiGroup> \"string1\". } LIMIT 1"}}
{"id": "val_4861", "question": "What are the Simplified Chinese, Traditional Chinese, and Cantonese names of all countries?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?label_zh_hans ?label_zh_hant ?label_yue WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country rdfs:label ?label_zh_hans\n  FILTER(LANG(?label_zh_hans) = \"zh-hans\")\n  .\n  ?country rdfs:label ?label_zh_hant\n  FILTER(LANG(?label_zh_hant) = \"zh-hant\")\n  .\n  ?country rdfs:label ?label_yue\n  FILTER(LANG(?label_yue) = \"yue\")\n}\nORDER BY ?country", "paraphrases": ["Can you list all countries along with their names in Simplified Chinese, Traditional Chinese, and Cantonese?", "Please provide a list of countries with their corresponding labels in zh-hans, zh-hant, and yue languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"zh-hans\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh-hant\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"yue\" ) ) ) . }"}}
{"id": "val_4862", "question": "Buildings designed by Bonaventura Bassegoda i Amig\u00f3 in Catalan modernism style, including their types and locations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel ?typeLabel ?locationLabel WHERE {\n  ?building wdt:P84 wd:Q2877971 .\n  ?building wdt:P149 wd:Q1122677 .\n  OPTIONAL {\n    ?building wdt:P31 ?type .\n  }\n  OPTIONAL {\n    ?building wdt:P131 ?location .\n  }\n  OPTIONAL {\n    ?building rdfs:label ?buildingLabel .\n    FILTER ( LANG( ?buildingLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?location rdfs:label ?locationLabel .\n    FILTER ( LANG( ?locationLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Which buildings did Bonaventura Bassegoda i Amig\u00f3 design in the Catalan modernism style, and what are their types and locations?", "List the buildings designed by Bonaventura Bassegoda i Amig\u00f3 in the Catalan modernism architectural style, along with their building types and where they are located."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P149> <http://www.wikidata.org/entity/Q34636> . ?var1 <http://www.wikidata.org/prop/direct/P84> <http://www.wikidata.org/entity/Q2877971> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P195> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,ca\". } }"}}
{"id": "val_4863", "question": "Organizations associated with Marxism", "sparql": "SELECT DISTINCT ?organization ?organizationLabel WHERE { ?organization (wdt:P31/wdt:P279*) wd:Q43229 . ?organization wdt:P1142 wd:Q7264 . } ORDER BY ?organizationLabel", "paraphrases": ["Which organizations have Marxism as their political ideology?", "List all organizations that are ideologically aligned with Marxism."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 ( <http://www.wikidata.org/prop/direct/P1142> */ <http://www.wikidata.org/prop/direct/P1387> */ <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q7264> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,pt,fr,it,ca\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_4864", "question": "What are the class hierarchies of Mount Everest, along with its coordinates and creation/dissolution dates?", "sparql": "SELECT * WHERE { BIND( wd:Q513 AS ?item ) . ?item (wdt:P31 / wdt:P279*) ?class . OPTIONAL { ?item wdt:P625 ?coordinates . } OPTIONAL { ?item wdt:P571 ?inception . } OPTIONAL { ?item wdt:P576 ?dissolved . } }", "paraphrases": ["Can you show me all the categories and supercategories that Mount Everest belongs to, its location, and when it was created or ceased to exist?", "I want to know the full classification path of Mount Everest, its geographic coordinates, and whether there's any record of when it was established or discontinued."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( <http://www.wikidata.org/entity/Q30332147> AS ?var1 ). { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } }"}}
{"id": "val_4865", "question": "People who died in Taganrog", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P20 wd:Q170513 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the humans that died in Taganrog, Russia?", "List the names of people who were born as humans and passed away in Taganrog."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P20> <http://www.wikidata.org/entity/Q170513> . } LIMIT 100"}}
{"id": "val_4866", "question": "Scholarly articles authored by Laurence Zitvogel, including co-authors, publication venues, and earliest publication dates.", "sparql": "SELECT (MIN(?pubDate) AS ?earliestPubDate) ?workTitle ?workTypeLabel (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?allAuthors) (SAMPLE(?pages) AS ?numberOfPages) ?publicationVenue ?publicationVenueLabel WHERE { ?work wdt:P50 wd:Q28317098 . ?work wdt:P1476 ?workTitle . OPTIONAL { ?work wdt:P31 ?workType . } OPTIONAL { ?workType rdfs:label ?workTypeLabel . FILTER(LANG(?workTypeLabel) = \"en\") } ?work wdt:P50 ?author . OPTIONAL { ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } OPTIONAL { ?work wdt:P577 ?pubDate } OPTIONAL { ?work wdt:P1104 ?pages } OPTIONAL { ?work wdt:P1433 ?publicationVenue } OPTIONAL { ?publicationVenue rdfs:label ?publicationVenueLabel . FILTER(LANG(?publicationVenueLabel) = \"en\") } } GROUP BY ?work ?workTitle ?workTypeLabel ?publicationVenue ?publicationVenueLabel ORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are the earliest published scholarly articles by Laurence Zitvogel, and who are the co-authors and journals involved?", "List all research papers authored by Laurence Zitvogel, showing their titles, publication dates, journals, types, and full author lists in English."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28317098> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_4867", "question": "ICAO, IATA, and FAA codes for airports, along with their administrative location and coordinates.", "sparql": "SELECT ?icao ?iata ?faa ?adminLabel ?coord ?iso3166 WHERE { ?airport wdt:P31 wd:Q1248784 . OPTIONAL { ?airport wdt:P239 ?icao . } OPTIONAL { ?airport wdt:P238 ?iata . } OPTIONAL { ?airport wdt:P240 ?faa . } OPTIONAL { ?airport wdt:P131 ?admin . ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") } OPTIONAL { ?airport wdt:P625 ?coord . } OPTIONAL { ?airport wdt:P300 ?iso3166 . } }", "paraphrases": ["What are the ICAO, IATA, and FAA codes, administrative locations in English, coordinates, and ISO 3166-2 codes for all airports in Wikidata?", "List all airports with their ICAO and IATA codes, FAA codes if available, the English name of the administrative area they\u2019re located in, their geographic coordinates, and their ISO 3166-2 subdivision codes."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label ?var5 ?var6Label WHERE { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P239> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P238> ?var2 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P240> ?var3 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P131> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P625> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P300> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4868", "question": "English Wikipedia page, Rotten Tomatoes ID, and awards for the film with IMDb ID tt4307132.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?wikipediaPage ?rottenTomatoesId ?awardLabel WHERE {\n  ?film wdt:P31 wd:Q11424 ; wdt:P345 \"tt4307132\" .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?film ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?film wdt:P1258 ?rottenTomatoesId .\n  }\n  OPTIONAL {\n    ?film p:P166 ?awardStatement .\n    ?awardStatement ps:P166 ?award .\n    ?award rdfs:label ?awardLabel .\n    FILTER ( LANG( ?awardLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English Wikipedia page for the film \"G Kutta Se\" (IMDb: tt4307132), and does it have a Rotten Tomatoes ID or any awards listed?", "Please provide the English Wikipedia link for the film with IMDb ID tt4307132, along with its Rotten Tomatoes ID and any awards it has won, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var5 . OPTIONAL { ?var1 <http://schema.org/about> ?var4 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1258> ?var2 . } FILTER ( ( ( ?var5 = \"tt4307132\" ) ) ) . }"}}
{"id": "val_4869", "question": "Descendants of Johann Sebastian Bach", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?descendant WHERE {\n  wd:Q1339 wdt:P40 + ?descendant .\n}", "paraphrases": ["Who are the descendants of Johann Sebastian Bach?", "List all children, grandchildren, and further descendants of Johann Sebastian Bach."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q1339> ( <http://www.wikidata.org/prop/direct/P40> / <http://www.wikidata.org/prop/direct/P40> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4870", "question": "Latvian humans without specified sex or gender", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P27 wd:Q211 . MINUS { ?var1 p:P21 ?var2 . } OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } }", "paraphrases": ["Who are the humans from Latvia that do not have any sex or gender information recorded in Wikidata?", "List the names of people who are citizens of Latvia but have no sex or gender specified in their Wikidata entries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q211> . MINUS { ?var1 <http://www.wikidata.org/prop/P21> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"lv\". } }"}}
{"id": "val_4871", "question": "All superclass classes of the entity Q16361131 in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel WHERE {\n  wd:Q16361131 wdt:P31 ?directClass .\n  ?directClass wdt:P279 * ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}", "paraphrases": ["What are all the classes and their superclasses that the student fraternity Q16361131 belongs to?", "List all the English-labeled classes that the entity Q16361131 is a member of, including all its transitive superclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q16361131> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"lv, en\". } }"}}
{"id": "val_4872", "question": "What movie has the elFilm ID 1417199?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"1417199\" . }", "paraphrases": ["Which film on Wikidata is identified by the elFilm ID 1417199?", "I need to find the Wikidata item for the Arabic movie with elFilm ID 1417199."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1417199\". }"}}
{"id": "val_4873", "question": "Paris labeled entities with coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?label ?location WHERE {\n  ?item rdfs:label \"Paris\" @en .\n  ?item wdt:P625 ?location .\n}", "paraphrases": ["What places are named Paris and have geographic coordinates?", "Show me all entities called \"Paris\" in English that have location coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( \"17189\" AS ?var2 ) ?var3 ( STR ( ?var4Label ) AS ?var5 ) WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( STR ( ?var4Label ) = \"string3\" ) ) ) . }"}}
{"id": "val_4874", "question": "People born in Suceava County or its subdivisions with their birth dates and English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label ?dateOfBirth WHERE {\n  {\n    ?person wdt:P19 wd:Q181209 .\n  } UNION {\n    ?person wdt:P19 ?birthLocation .\n    ?birthLocation wdt:P131 * wd:Q181209 .\n  }\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?label)\nLIMIT 4000", "paraphrases": ["Who are the people born in Suceava County or any of its administrative areas, and what are their English names and dates of birth?", "List all humans born in Suceava County or its subregions, showing their English names and birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q181209> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q181209> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ro\". } } ORDER BY ASC( ?var2Label ) LIMIT 4000"}}
{"id": "val_4875", "question": "What are all the human settlements (cities, towns, villages, etc.) listed in Wikidata?", "sparql": "SELECT DISTINCT ?settlement WHERE { ?settlement wdt:P31 ?class . ?class (wdt:P31|wdt:P279)* wd:Q486972 . FILTER(STRSTARTS(STR(?settlement), \"http://www.wikidata.org/entity/Q\")) }", "paraphrases": ["List all real-world places that are classified as human settlements or any of their subclasses in Wikidata.", "Can you show me examples of populated places like cities and villages from Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* <http://www.wikidata.org/entity/Q486972> . } }"}}
{"id": "val_4876", "question": "Persian-labeled entities that are types of polar ice caps", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label ?item WHERE {\n  ?item wdt:P31 ?class .\n  ?class ( wdt:P279 * ) wd:Q1286914 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fa\" )\n}", "paraphrases": ["What are the Persian names for entities that are subclasses of polar ice caps?", "List the Persian labels and corresponding Wikidata items for all geographical features that are instances of a subclass of polar ice cap."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* <http://www.wikidata.org/entity/Q1286914> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fa\" ) ) ) . } }"}}
{"id": "val_4877", "question": "What are the names and establishment dates of quarries founded after 1860?", "sparql": "SELECT ?quarry ?quarryLabel ?inceptionDate WHERE { ?quarry wdt:P31 wd:Q188040 . ?quarry wdt:P571 ?inceptionDate . FILTER ( ?inceptionDate > \"1860-01-01T00:00:00Z\"^^xsd:dateTime ) FILTER ( isLiteral(?inceptionDate) ) ?quarry rdfs:label ?quarryLabel . }", "paraphrases": ["List quarries that began operation after 1860, along with their founding years.", "Which open-pit mines have been in operation since after 1860, and when were they established?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q188040> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var2 > \"1860-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4878", "question": "Multilingual titles and descriptions of The Lord of the Rings: The Fellowship of the Ring", "sparql": "SELECT ?property ?value WHERE { wd:Q127367 ?property ?value . FILTER(?property IN (schema:name, schema:description)) } ORDER BY ?property ?value", "paraphrases": ["What are the different language versions of the title and description for the film \"The Lord of the Rings: The Fellowship of the Ring\"?", "Show me all the translated names and descriptions for the 2001 film \"The Lord of the Rings: The Fellowship of the Ring\"."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q127367> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_4879", "question": "What are the names of Henry of Saxe-Lauenburg in English, German, French, and Italian, along with his image and English Wikipedia link?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?wikipedia WHERE {\n  wd:Q89268 rdfs:label ?label .\n  VALUES(?lang ?order) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q89268 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q89268 wdt:P625 ?coordinates .\n  }\n  ?wikipedia schema:about wd:Q89268 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n}\nORDER BY ASC(?order)", "paraphrases": ["Can you show me the different language labels for Henry of Saxe-Lauenburg, ordered by language preference (English first), along with his image and Wikipedia page?", "Show me the English, German, French, and Italian labels for Henry of Saxe-Lauenburg, his Commons image, and the link to his English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q89268> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q89268> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q89268> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q89268> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q89268> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_4880", "question": "What film has the AllMovie ID v115914?", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v115914\" . }", "paraphrases": ["Which movie on Wikidata is associated with the AllMovie title ID v115914?", "Find the Wikidata item for the film identified by AllMovie ID v115914."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v115914\". }"}}
{"id": "val_4881", "question": "Finn Church Aid label, coordinates, image, and English Wikipedia page", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { wd:Q5491872 rdfs:label ?label . FILTER(LANG(?label) = \"\" || LANG(?label) = \"en\") OPTIONAL { wd:Q5491872 wdt:P18 ?image . } OPTIONAL { wd:Q5491872 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q5491872 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } }", "paraphrases": ["What is the label, location, and English Wikipedia article of Finn Church Aid, and does it have an image?", "Please provide the name, geographic coordinates, and English Wikipedia link for Finn Church Aid, along with its image if available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5491872> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q5491872> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q5491872> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q5491872> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4882", "question": "Labels in English and French for Pohjois-Suomen opiskelija-asuntos\u00e4\u00e4ti\u00f6, ordered by language preference.", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { VALUES (?lang ?sort) { (\"en\" 1) (\"fr\" 2) } wd:Q18661396 rdfs:label ?label . FILTER(LANG(?label) = ?lang) OPTIONAL { wd:Q18661396 wdt:P18 ?image . } OPTIONAL { wd:Q18661396 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q18661396 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?sort", "paraphrases": ["What are the English and French labels for the student housing foundation PSOAS in Oulu, Finland, and in what order are they listed?", "Show me the English and French names of the Pohjois-Suomen opiskelija-asuntos\u00e4\u00e4ti\u00f6 foundation, with English appearing first."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q18661396> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q18661396> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q18661396> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q18661396> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_4883", "question": "What are the direct properties and values of embryonal carcinoma (Q1451877)?", "sparql": "SELECT ?property ?value WHERE { wd:Q1451877 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Can you list all the attributes of embryonal carcinoma from Wikidata?", "What information is available about the disease embryonal carcinoma in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q1451877-995B8B30-EBF7-4CFE-A73C-E6C5C7343DED> . }"}}
{"id": "val_4884", "question": "What structures or equipment were retired between 1300 and 1310?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P730 | wdt:P746 ) ?date .\n  FILTER ( YEAR( ?date ) >= 1300 && YEAR( ?date ) <= 1310 )\n}", "paraphrases": ["Which historical items had their service retirement or disappearance recorded in the early 14th century?", "Can you list any known retirements or disappearances from the year 1308?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1308-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1308-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4885", "question": "Film with Cin\u00e9-Ressources ID 50813", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3203 \"50813\" .\n}", "paraphrases": ["What film has the Cin\u00e9-Ressources ID 50813?", "Tell me the name of the film identified by the Cin\u00e9-Ressources ID 50813."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3203> \"50813\". }"}}
{"id": "val_4886", "question": "What are all the broader categories (superclasses) of the public office class in Wikidata?", "sparql": "SELECT DISTINCT ?class WHERE { wd:Q294414 wdt:P279* ?class }", "paraphrases": ["What classes does \"public office\" belong to, including indirect superclasses?", "Show the full hierarchy of classes that include \"public office\" as a subclass."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q35237640> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4887", "question": "What movie has the IMDb ID tt0466535?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0466535\" . }", "paraphrases": ["Which Wikidata item corresponds to the IMDb identifier tt0466535?", "Find the movie in Wikidata that is linked to the IMDb ID tt0466535."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0466535\". }"}}
{"id": "val_4888", "question": "What administrative regions, country, and continent is Solec part of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q9339313(wdt:P131) * ?location\n  } UNION {\n    wd:Q9339313 wdt:P17 ?location\n  } UNION {\n    wd:Q9339313 wdt:P17 ?country .\n    ?country wdt:P30 ?location\n  }\n}", "paraphrases": ["What are all the geographic and political entities that Solec belongs to, including its city, region, country, and continent?", "List all the places Solec is located in, from neighborhood up to continent, including its country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q9339313> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4889", "question": "What educational institution did Jean-Marc Egly attend, and what degree did he earn?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q3167372 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which university did Jean-Marc Egly graduate from, and when did he start and end his studies there? What academic degree did he obtain?", "Please list the alma mater of Jean-Marc Egly, including any recorded start and end dates of attendance and the academic degree he earned, with labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q3167372> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4890", "question": "What movie has the elFilm ID 1637439?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3143 \"1637439\" .\n}", "paraphrases": ["Which film in Wikidata is identified by the elFilm film ID 1637439?", "Find the movie that corresponds to the elFilm ID 1637439."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1637439\". }"}}
{"id": "val_4891", "question": "Restaurant chains with locations that are restaurants", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?restaurantChain WHERE {\n  ?restaurantChain wdt:P31 wd:Q18534542 .\n  ?restaurantChain wdt:P527 ?location .\n  ?location wdt:P31 wd:Q11707 .\n}\nLIMIT 20", "paraphrases": ["Which restaurant chains have outlets that are classified as restaurants?", "List restaurant chains that operate physical restaurant locations."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18534542> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41176> . } LIMIT 20"}}
{"id": "val_4892", "question": "What is the English name, ITIS TSN, and EoL ID for the taxon with ITIS TSN 180595?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxonLabel ?taxon ?itisTsn ?eolId WHERE {\n  ?taxon wdt:P31 wd:Q16521 .\n  ?taxon wdt:P815 ?itisTsn .\n  ?taxon wdt:P830 ?eolId .\n  FILTER(?itisTsn = \"180595\")\n  .\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER(LANG(?taxonLabel) = \"en\")\n}\nLIMIT 30", "paraphrases": ["Which genus has the ITIS Taxonomic Serial Number 180595, and what are its Encyclopedia of Life ID and English name?", "Show me the English label, ITIS TSN, and EoL ID for the taxon identified by ITIS TSN 180595."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P815> \"180595\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P815> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P830> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 30"}}
{"id": "val_4893", "question": "List entities with their ISNI identifiers and English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?isni WHERE {\n  ?item wdt:P213 ?isni .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which entities have an International Standard Name Identifier (ISNI), and what are their names and ISNI values?", "Show me the names and ISNI numbers of all entities that have an ISNI, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_4894", "question": "Monarchs of England with their images", "sparql": "SELECT ?person ?personLabel ?image WHERE { ?person wdt:P39 wd:Q18810062 . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who were the monarchs of England, and what are their images?", "List all English monarchs along with their names and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q116> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q21> . }"}}
{"id": "val_4895", "question": "Most frequently used property to link entity types to artistic movement genre", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { { SELECT ?property WHERE { ?item ?statementProperty wd:P136 . ?property wikibase:directClaim ?statementProperty . ?property rdf:type wikibase:Property . } LIMIT 10000 } } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to indicate that a type of entity (like film or novel) has a genre?", "Show me the property that is most often used to associate classes of works with the concept of genre in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P136> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4896", "question": "What are the external identifiers and descriptions for anaplastic gastric carcinoma?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description ?icd10 ?mondo ?orphanet ?umls ?nci WHERE {\n  wd:Q19000785 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  wd:Q19000785 schema:description ?description .\n  FILTER(LANG(?description) IN(\"en\" , \"uk\" , \"ar\"))\n  OPTIONAL {\n    wd:Q19000785 wdt:P4229 ?icd10\n  }\n  OPTIONAL {\n    wd:Q19000785 wdt:P5270 ?mondo\n  }\n  OPTIONAL {\n    wd:Q19000785 wdt:P1550 ?orphanet\n  }\n  OPTIONAL {\n    wd:Q19000785 wdt:P2892 ?umls\n  }\n  OPTIONAL {\n    wd:Q19000785 wdt:P1748 ?nci\n  }\n}", "paraphrases": ["Can you list the ICD-10-CM, Mondo, Orphanet, UMLS, and NCI codes for anaplastic gastric carcinoma, along with its descriptions in English, Ukrainian, and Arabic?", "Tell me about anaplastic gastric carcinoma: its name, descriptions in multiple languages, and its medical coding identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q19000785> ?var1 ?var2 . }"}}
{"id": "val_4897", "question": "Which country has the highest population in the world?", "sparql": "SELECT ?country ?population WHERE { ?country wdt:P31 wd:Q3624078 ; wdt:P1082 ?population . FILTER(ISNUMERIC(?population)) } ORDER BY DESC(?population) LIMIT 1", "paraphrases": ["Country with maximum population", "Tell me the country with the largest population according to Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"my,en\". } }"}}
{"id": "val_4898", "question": "What are the direct properties and their values for gastric adenosquamous carcinoma?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q18556915 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) OPTIONAL {\n    ?property rdfs:label ?propertyLabel FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}\nORDER BY ?property", "paraphrases": ["Can you list the medical identifiers and classifications of gastric adenosquamous carcinoma, including its anatomical location and disease ontology IDs?", "What does Wikidata say about gastric adenosquamous carcinoma? Show its type, location, and reference IDs like DOID and Mondo."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18556915> ?var1 ?var2 . }"}}
{"id": "val_4899", "question": "What multilingual labels and descriptions are available for the anime film \"Your Name\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property WHERE {\n  wd:Q21697406 ?property ?value .\n}\nLIMIT 100", "paraphrases": ["Which schema properties are used to describe the film \"Your Name\" in Wikidata?", "Show all properties connected to the entity for the movie \"Your Name\" (Kimi no Na wa)."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q21697406> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_4900", "question": "Japanese-labeled humans and their Japanese-labeled educational institutions", "sparql": "SELECT ?person ?personLabel ?institution ?institutionLabel WHERE { ?person wdt:P31 wd:Q5 . ?institution wdt:P69 ?person . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"ja\") . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"ja\") } LIMIT 100", "paraphrases": ["Which humans have Japanese labels and were educated at institutions that also have Japanese labels?", "Show me pairs of Japanese-named people and the Japanese-named institutions they attended."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P69> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4901", "question": "Japanese labels of people and their countries of citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?country ?countryLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 ?country .\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"ja\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"ja\")\n  }\n}\nLIMIT 100", "paraphrases": ["Which people have Japanese names and are citizens of countries with Japanese labels?", "Show me people who are citizens of countries, along with their Japanese names and the Japanese names of their countries."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ja\" ) ) ) . } } LIMIT 100"}}
{"id": "val_4902", "question": "Top 100 public companies by number of employees in Japanese", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabelJa ( COUNT( ?employee ) AS ?employeeCount ) WHERE {\n  ?company wdt:P31 wd:Q891723 .\n  ?employee wdt:P108 ?company .\n  OPTIONAL {\n    ?company rdfs:label ?companyLabelJa .\n    FILTER ( LANG( ?companyLabelJa ) = \"ja\" )\n  }\n}\nGROUP BY ?company ?companyLabelJa\nORDER BY DESC ( ?employeeCount )\nLIMIT 100", "paraphrases": ["Which public companies have the most employees, and what are their Japanese names?", "Show me the top 100 publicly traded companies ranked by how many people work for them, along with their Japanese labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q891723> . ?var3 <http://www.wikidata.org/prop/direct/P108> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var4 ) LIMIT 100"}}
{"id": "val_4903", "question": "Gregorian calendar years that are instances of the unit of time \"year\".", "sparql": "SELECT ?year WHERE { ?year wdt:P31 wd:Q577 ; wdt:P585 ?date . }", "paraphrases": ["What are the years in the Gregorian calendar that have a defined date?", "List all specific years (like 1100, 1101, etc.) that are instances of the unit \"year\" and have a precise date assigned."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> ; <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var1 <http://schema.org/description> \"year\"@en . } GROUP BY ?var1 HAVING ( ( COUNT ( ?var2 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_4904", "question": "How many humans have articles on the Italian Wikipedia?", "sparql": "SELECT (COUNT(?human) AS ?count) WHERE { ?human wdt:P31 wd:Q5 . ?article schema:isPartOf <https://it.wikipedia.org/> ; schema:about ?human . }", "paraphrases": ["What is the number of human beings that are the subject of articles on the Italian version of Wikipedia?", "Count the number of humans linked to articles on it.wikipedia.org."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://schema.org/isPartOf> <https://it.wikipedia.org/> ; <http://schema.org/about> ?var1 . } LIMIT 1"}}
{"id": "val_4905", "question": "What is the English label and description of the asteroid with Minor Planet Center ID 146535?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P5736 \"146535\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the English name and description of the asteroid identified by the number 146535 in the Minor Planet Center database.", "Show me the English label and description for the celestial object with Minor Planet Center ID 146535."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"146535\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4906", "question": "Mother of Martha Washington", "sparql": "SELECT ?mother ?motherLabel WHERE { wd:Q191789 wdt:P25 ?mother . ?mother rdfs:label ?motherLabel . FILTER(LANG(?motherLabel) = \"en\") } LIMIT 50", "paraphrases": ["Who was Martha Washington\u2019s mother?", "What is the English name of Martha Washington\u2019s mother?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q191789> <http://www.wikidata.org/prop/direct/P25> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_4907", "question": "What is the English name of Apple Inc. in Wikidata?", "sparql": "SELECT ?label WHERE { wd:Q312 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you tell me the label for the organization Apple Inc.?", "What is the official English label for the entity Q312?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . FILTER ( ( ( STR ( ?var1 ) = \"Q312\" ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4908", "question": "What are all the properties and values associated with Albert Einstein in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q937 ?property ?value .\n}", "paraphrases": ["Show me all the data points (properties and their values) for the physicist Albert Einstein.", "List every known fact (property-value pair) about Albert Einstein from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q7130423-6F60B4FE-8239-450B-831E-966556618C6F> ?var1 ?var2 . }"}}
{"id": "val_4909", "question": "List all musical works by Maurice Ravel, sorted by catalog number in descending order, with their catalog codes and titles.", "sparql": "SELECT DISTINCT ?work ?catalogCode ?title WHERE { ?work wdt:P86 wd:Q1178 . OPTIONAL { ?work wdt:P528 ?catalogCode . } OPTIONAL { ?work wdt:P1476 ?title . } } ORDER BY DESC (?catalogCode) LIMIT 111", "paraphrases": ["What are the musical compositions composed by Maurice Ravel, and what are their catalog numbers and titles, ordered from highest to lowest catalog number?", "Please provide a list of Maurice Ravel\u2019s musical works, including any known catalog codes (like M 54 or 82) and titles, sorted by catalog number in descending order \u2014 show up to 111 works."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P86> <http://www.wikidata.org/entity/Q1178> . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P528> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,fr,en\". } } ORDER BY DESC( ?var2 ) LIMIT 111"}}
{"id": "val_4910", "question": "Who is the person with the IMDb ID nm0366490?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0366490\" .}", "paraphrases": ["What Wikidata entity corresponds to IMDb ID nm0366490?", "Tell me the name of the person identified by IMDb ID nm0366490."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0366490\". }"}}
{"id": "val_4911", "question": "Journals where Ineke van der Burgt published most frequently, with publication counts and abbreviated names if available.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationName(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P50 wd:Q30170241 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?publicationLabel .\n  FILTER(LANG(?publicationLabel) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName , ?publicationLabel) AS ?publicationName)\n}\nGROUP BY ?publication ?publicationName\nORDER BY DESC(?count)", "paraphrases": ["Which journals have published the most works by Ineke van der Burgt, and what are their full names or abbreviations?", "List the publications (with preferred names, using abbreviations where available) where Ineke van der Burgt has authored articles, sorted by the number of articles per journal in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30170241> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_4912", "question": "List all cuisines and their labels in all languages from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cuisine ?label WHERE {\n  ?cuisine(wdt:P31 / wdt:P279 *) wd:Q1778821 ; rdfs:label ?label .\n}\nLIMIT 200", "paraphrases": ["What are the cuisines and their translations in different languages stored in Wikidata?", "Show me up to 200 cuisines (including subtypes like national or dish-specific cuisines) along with their labels in every language available in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { { { SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1778821> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_4913", "question": "What banks are headquartered in Ohio?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?bank ?bankLabel WHERE {\n  ?bank wdt:P31 wd:Q22687 .\n  ?bank wdt:P159 wd:Q1397 .\n  ?bank rdfs:label ?bankLabel .\n  FILTER ( LANG( ?bankLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List the names of banks located in the state of Ohio.", "Which financial institutions have their headquarters in Ohio?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22687> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1397> . } LIMIT 100"}}
{"id": "val_4914", "question": "What organizations has Friederike Ehrhart been affiliated with or employed by, including start and end dates, images, and any academic degrees held during those affiliations?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q28025534 p:P1416 ?statement .\n  } UNION {\n    wd:Q28025534 p:P108 ?statement .\n  }\n  {\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    ?statement ps:P108 ?organization .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list Friederike Ehrhart\u2019s employers and affiliations, along with the time periods she worked there, any associated images, and the academic degrees she earned during those roles?", "Show me all organizations Friederike Ehrhart has been connected to through employment or affiliation, with their English names, the dates of her tenure, images of the organizations, and any academic degrees she obtained while associated with them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q28025534> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q28025534> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4915", "question": "Wikidata properties with equivalent external properties like Dublin Core or schema.org", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?prop ?propLabel ?equiv WHERE {\n  ?prop wdt:P1628 ?equiv .\n  ?prop rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"en\" )\n}", "paraphrases": ["Which Wikidata properties have equivalent properties in external ontologies such as Dublin Core, and what are their English labels?", "List all English-labeled Wikidata properties that are equivalent to external RDF properties like dct:medium or schema:video."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var4 <http://wikiba.se/ontology#directClaim> ?var1 ; <http://www.wikidata.org/prop/direct/equivalentProperty> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4916", "question": "English labels and descriptions of character roles played by actors in films or TV shows.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?role ?roleLabel ?roleDescription WHERE {\n  ?actor p:P161 ?statement .\n  ?statement ps:P161 ?character .\n  ?statement pq:P453 ?role .\n  ?role rdfs:label ?roleLabel .\n  ?role schema:description ?roleDescription .\n  FILTER(LANG(?roleLabel) = \"en\")\n  FILTER(LANG(?roleDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the names and descriptions of character roles that actors have portrayed, as recorded in Wikidata with English labels?", "Show me the English names and descriptions of all character roles that are specified as qualifiers in cast member statements on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P453> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4917", "question": "Entities founded, discovered, published, or officially opened in 433 AD.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ) ?date .\n  FILTER ( ?date >= \"0433-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"0433-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["What works or events were created, discovered, published, or officially opened in the year 433?", "List all items from Wikidata that have a date of inception, discovery, publication, or official opening in the year 433."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"433-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"433-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_4918", "question": "List all RAL classic colors with their English names.", "sparql": "SELECT ?color ?colorLabel WHERE { ?color wdt:P31 wd:Q17421658 . ?color rdfs:label ?colorLabel . FILTER(LANG(?colorLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the English labels of all items that are instances of RAL classic color?", "Show me the names of all RAL classic colors in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17421658> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } LIMIT 100"}}
{"id": "val_4919", "question": "What are the different ways the Fields Medal is referenced in Wikidata, and what qualifiers are attached to those references?", "sparql": "SELECT ?recipient ?statement ?mainProperty (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?statement ?prop wd:Q28835 . ?recipient ?claim ?statement . ?mainProperty wikibase:statementProperty ?prop . ?mainProperty wikibase:claim ?claim . FILTER (?mainProperty != wd:P31) OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier ?qualifierProperty . } } GROUP BY ?recipient ?statement ?mainProperty LIMIT 101", "paraphrases": ["For each statement linking an entity to the Fields Medal, which property is used and what kind of qualifiers (e.g., date, occupation) are associated with it?", "Show all entities connected to the Fields Medal and the properties used to link them, along with any additional details (qualifiers) provided in the statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q28835> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_4920", "question": "What are the English labels and alternative names for \"postal code\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?label WHERE {\n  {\n    wd:Q37447 rdfs:label ?label .\n    FILTER(LANGMATCHES(LANG(?label) , 'en'))\n  } UNION {\n    wd:Q37447 skos:altLabel ?label .\n    FILTER(LANGMATCHES(LANG(?label) , 'en'))\n  }\n}", "paraphrases": ["List all the ways \"postal code\" is referred to in English, including synonyms.", "What are the different terms used in English to describe a postal code?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q37447> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q37447> <http://www.w3.org/2004/02/skos/core#altLabel> ?var1 . }"}}
{"id": "val_4921", "question": "What country and administrative region is Bueng Khun Thale located in?", "sparql": "SELECT DISTINCT ?country ?admin WHERE { wd:Q35820620 wdt:P17 ?country . wd:Q35820620 wdt:P131 ?admin . }", "paraphrases": ["In which country and province is Bueng Khun Thale situated?", "Please tell me the country and administrative territorial entity of Bueng Khun Thale."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q35820620> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_4922", "question": "Italian participants in Bilderberg Conference events", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?event ?eventLabel ?participant ?participantLabel WHERE {\n  ?event wdt:P31 wd:Q184937 ; wdt:P710 ?participant .\n  ?participant wdt:P27 wd:Q38 .\n  OPTIONAL {\n    ?event rdfs:label ?eventLabel .\n    FILTER(LANG(?eventLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?participant rdfs:label ?participantLabel .\n    FILTER(LANG(?participantLabel) = \"en\")\n  }\n}\nORDER BY DESC(?eventLabel)", "paraphrases": ["Who are the Italian participants in the Bilderberg Group conferences?", "List all Bilderberg Conference events and their Italian attendees, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q184937> ; <http://www.wikidata.org/prop/direct/P710> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q38> . OPTIONAL { ?var3 ^ <http://www.wikidata.org/prop/direct/P169> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nl\". } } ORDER BY DESC( ?var1Label )"}}
{"id": "val_4923", "question": "What movie has the elFilm ID 233232?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"233232\" . }", "paraphrases": ["Which movie on Wikidata is identified by the elFilm film ID 233232?", "Find the Wikidata item for the movie with elFilm ID 233232."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"233232\". }"}}
{"id": "val_4924", "question": "What is the direct superclass of rice noodle, and what is its own superclass?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  wd:Q1322949 wdt:P279 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  OPTIONAL {\n    ?var1 wdt:P279 ?var2 .\n  }\n}", "paraphrases": ["What category does rice noodle belong to, and what broader category includes that?", "Show me the immediate parent class of rice noodle and its parent class, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1322949> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"14\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4925", "question": "Image of the person with SNAC ARK ID w64x5kmc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w64x5kmc\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w64x5kmc?", "Show me the image of the individual identified by the SNAC ARK ID w64x5kmc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64x5kmc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_4926", "question": "Czech organizations with I\u010cO and their English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?organization ?organizationLabel ?ico WHERE {\n  ?organization wdt:P4156 ?ico .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n}\nORDER BY ASC(?organization)\nLIMIT 100", "paraphrases": ["What are the Czech organizations registered with an I\u010cO, and what are their English labels?", "List up to 100 Czech organizations that have a Czech Registration ID (I\u010cO) along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4156> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . } ORDER BY DESC( ?var3 ) LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_4927", "question": "List all scholarly works by Karl Zilles, including co-authors, publication venues, types, and earliest publication dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(MIN(?pubDate) AS ?earliestDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?numberOfPages) ?venue ?venueLabel(GROUP_CONCAT(DISTINCT ?authorLabel ; SEPARATOR = \", \") AS ?coAuthors) WHERE {\n  ?work wdt:P50 wd:Q23015723 .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate .\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestDate)", "paraphrases": ["What are all the publications authored by Karl Zilles, who are his co-authors, in which journals were they published, and when were they first released?", "Please provide a comprehensive list of Karl Zilles\u2019s publications, showing the title, publication date, journal, type (e.g., article), number of pages, and all co-authors for each work, sorted from newest to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q23015723> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_4928", "question": "What universities did Gully A.P.C. Burns attend?", "sparql": "SELECT ?institution ?institutionLabel ?start ?end ?degreeLabel WHERE { wd:Q35876688 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") OPTIONAL { ?statement pq:P580 ?start . } OPTIONAL { ?statement pq:P582 ?end . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Can you list the educational institutions attended by Gully A.P.C. Burns, along with any start dates, end dates, or academic degrees associated with those attendances?", "Which institutions are listed as Gully A.P.C. Burns\u2019s alma maters in Wikidata, and what are the corresponding English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q35876688> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_4929", "question": "What are Elon Musk\u2019s Twitter usernames, their associated languages, and the corresponding Twitter URLs?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?account ?username ?languageCode ?url WHERE {\n  VALUES(?account) {(wd:Q317521)\n  }\n  ?account p:P2002 ?statement .\n  ?statement ps:P2002 ?username .\n  OPTIONAL {\n    ?statement pq:P407 ?language .\n    ?language wdt:P424 ?languageCode .\n  }\n  BIND(IRI(CONCAT(\"https://twitter.com/\" , ?username)) AS ?url)\n}", "paraphrases": ["Can you find the Twitter handles and language codes for Elon Musk\u2019s accounts, and generate the full URLs?", "Show me the Twitter accounts linked to Elon Musk on Wikidata, including the language they\u2019re in and their web links."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/8063778> ) } ?var1 <http://www.wikidata.org/prop/P2002> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P2002> ?var6 . OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P17> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P297> ?var4 . } OPTIONAL { ?var5 ( <http://www.wikidata.org/prop/qualifier/P407> | <http://www.wikidata.org/prop/qualifier/P2439> | <http://www.wikidata.org/prop/qualifier/P424> | <http://www.wikidata.org/prop/qualifier/P364> | <http://www.wikidata.org/prop/qualifier/P37> | <http://www.wikidata.org/prop/qualifier/P1412> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P424> ?var3 . } BIND ( IRI ( CONCAT ( \"string1\", ?var6 ) ) AS ?var2 ). }"}}
{"id": "val_4930", "question": "What Wikidata item has the IMDb ID tt6668932?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt6668932\" .\n}", "paraphrases": ["Which film on Wikidata is identified by the IMDb identifier tt6668932?", "I\u2019m looking for the Wikidata entry for the movie with IMDb ID tt6668932 \u2014 can you find it?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6668932\". }"}}
{"id": "val_4931", "question": "What are the type localities for known minerals and stratigraphic units in geology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?mineral ?locality ?localityLabel WHERE {\n  ?mineral wdt:P2695 ?locality .\n  ?locality rdfs:label ?localityLabel .\n  FILTER(LANG(?localityLabel) = \"en\")\n}", "paraphrases": ["Which minerals have their type locality defined in Wikidata, and where are those locations?", "List the English names of places where geological specimens were first identified, along with the mineral or rock unit they define."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2695> ?var2 . } }"}}
{"id": "val_4932", "question": "What places are located within the municipality of Grafenau, Germany?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel WHERE {\n  ?place wdt:P131 wd:Q507945 .\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER ( LANG( ?placeLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which buildings or locations are administratively part of Grafenau in Bavaria?", "List all the places in Grafenau, including buildings and local features, that fall under its administrative territory."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q507945> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_4933", "question": "People who worked in Madrid", "sparql": "SELECT ?person ?personLabel WHERE { ?person p:P937 ?statement . ?statement ps:P937 wd:Q2807 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = 'en') } LIMIT 101", "paraphrases": ["Who are the people that have worked in Madrid?", "List up to 101 individuals whose work location is Madrid, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P937> <http://www.wikidata.org/entity/Q2807> . ?var1 <http://www.wikidata.org/prop/P937> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4934", "question": "What papers or articles are about dynamic programming?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P921 wd:Q380679 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nORDER BY ?itemLabel", "paraphrases": ["Which academic works have dynamic programming as their main subject?", "List the English-language titles of works that focus on dynamic programming."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q380679> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_4935", "question": "What are the key details about Michael Jackson, such as his birth date, death date, occupation, and genre?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2 ?var3Label ?var4 WHERE {\n  VALUES ?var1 {\n    wd:Q2831\n  }\n  ?var1 wdt:P31 wd:Q5 .\n  VALUES ?var2 {\n    wdt:P19 wdt:P20 wdt:P569 wdt:P570 wdt:P106 wdt:P17 wdt:P195 wdt:P136\n  }\n  ?var1 ?var2 ?var4 .\n  OPTIONAL {\n    ?var3 wikibase:directClaim ?var2 .\n    ?var3 rdfs:label ?var3Label .\n    FILTER ( LANG( ?var3Label ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?var3Label )\nLIMIT 100", "paraphrases": ["Can you list Michael Jackson\u2019s occupation, place of birth, date of death, and musical genres, along with the English labels of these properties?", "Show me Michael Jackson\u2019s main attributes like where he was born, when he was born and died, what he did for a living, and what music genres he\u2019s associated with, with property names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2831> AS ?var5 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 ?var2 ?var4 . FILTER ( ( isLITERAL ( ?var4 ) && ( LANG ( ?var4 ) = \"\" ) || LANGMATCHES ( LANG ( ?var4 ) , \"EN\" ) ) ) . OPTIONAL { ?var3 <http://wikiba.se/ontology#directClaim> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { ?var1 ?var2 ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( !( isLITERAL ( ?var6 ) ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://wikiba.se/ontology#directClaim> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } } ORDER BY ASC( ?var3Label ) LIMIT 1000"}}
{"id": "val_4936", "question": "What are the details of the joint list \"Fri samverkan Gemensam lista, Vapaa Yhteistoiminta Yhteislista\" in the 2017 Finnish municipal elections, including its type, chairperson, member count, and official website?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?jointList ?jointListLabel ?shortName ?logo ?website ?color ?inception ?chairperson ?chairpersonLabel ?startDate ?endDate ?memberCount ?memberCountDate WHERE {\n  BIND(wd:Q29370166 AS ?jointList)\n  OPTIONAL {\n    ?jointList rdfs:label ?jointListLabel .\n  }\n  OPTIONAL {\n    ?jointList wdt:P1813 ?shortName .\n  }\n  ?jointList p:P31 ?statement1 .\n  ?statement1 ps:P31 ?instanceOf .\n  OPTIONAL {\n    ?instanceOf rdfs:label ?instanceOfLabel .\n  }\n  OPTIONAL {\n    ?jointList p:P154 ?statement2 .\n    ?statement2 ps:P154 ?logo .\n  }\n  OPTIONAL {\n    ?jointList p:P856 ?statement3 .\n    ?statement3 ps:P856 ?website .\n  }\n  OPTIONAL {\n    ?jointList wdt:P465 ?color .\n  }\n  OPTIONAL {\n    ?jointList wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?jointList p:P488 ?chairStatement .\n    ?chairStatement ps:P488 ?chairperson .\n    OPTIONAL {\n      ?chairperson rdfs:label ?chairpersonLabel .\n    }\n    OPTIONAL {\n      ?chairStatement pq:P580 ?startDate .\n    }\n    OPTIONAL {\n      ?chairStatement pq:P582 ?endDate .\n    }\n  }\n  OPTIONAL {\n    ?jointList p:P2124 ?memberStatement .\n    ?memberStatement ps:P2124 ?memberCount .\n    ?memberStatement pq:P585 ?memberCountDate .\n  }\n}", "paraphrases": ["Can you tell me about the organization \"Fri samverkan Gemensam lista, Vapaa Yhteistoiminta Yhteislista\" \u2014 what is its short name, color, logo, and when was it founded?", "Who chaired the Finnish municipal election joint list \"Fri samverkan Gemensam lista, Vapaa Yhteistoiminta Yhteislista\", and during what time period? Also, how many members did it have and when was that recorded?"], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P1813> ?var2 ; <http://www.wikidata.org/prop/statement/P31> ?var3 ; <http://www.wikidata.org/prop/statement/P154> ?var4 ; <http://www.wikidata.org/prop/statement/P856> ?var5 ; <http://www.wikidata.org/prop/direct/P465> ?var6 ; <http://www.wikidata.org/prop/direct/P571> ?var7 . ?var1 <http://www.wikidata.org/prop/P488> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P488> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var10 . ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var11 . ?var1 <http://www.wikidata.org/prop/P2124> ?var12 . ?var12 <http://www.wikidata.org/prop/qualifier/P585> ?var13 . ?var12 <http://www.wikidata.org/prop/statement/P2124> ?var14 } WHERE { BIND ( <http://www.wikidata.org/entity/Q20252009> AS ?var15 ). BIND ( <http://www.wikidata.org/entity/Q29370166> AS ?var1 ). ?var16 <http://www.wikidata.org/prop/direct/P361> ?var15 . ?var16 <http://www.wikidata.org/prop/direct/P726> ?var1 . ?var1 <http://www.wikidata.org/prop/P31> [ <http://www.wikidata.org/prop/statement/P31> ?var3 ] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var2 . } ?var16 <http://www.wikidata.org/prop/direct/P1001> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\". } }"}}
{"id": "val_4937", "question": "Which property is most commonly used to classify entities as operators?", "sparql": "SELECT ?propertyItem (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q131030 . ?propertyItem wikibase:directClaim ?property . ?propertyItem a wikibase:Property . } GROUP BY ?propertyItem ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property is used the most times to indicate that something is an operator in Wikidata?", "Show me the property that is used to classify the most entities as operators, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q131030> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4938", "question": "Human settlements in Anglesey that are part of the United Kingdom.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?settlement WHERE {\n  ?settlement wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q486972 .\n  ?settlement wdt:P131 * ?admin .\n  FILTER ( ?admin = wd:Q145 ) .\n  FILTER ( ?settlement IN ( wd:Q168159 , wd:Q5177811 , wd:Q3021583 , wd:Q708421 , wd:Q335133 , wd:Q3439729 , wd:Q4862480 , wd:Q3097335 , wd:Q4763395 , wd:Q6128760 , wd:Q3675975 , wd:Q7201721 , wd:Q7498813 , wd:Q5081465 , wd:Q20734117 , wd:Q4996547 , wd:Q3402701 , wd:Q914316 , wd:Q18535824 , wd:Q26717999 , wd:Q5113362 , wd:Q2407951 , wd:Q4763399 , wd:Q4797828 , wd:Q23304247 , wd:Q540512 , wd:Q19609495 , wd:Q33652535 , wd:Q6219152 , wd:Q7719140 , wd:Q13644942 , wd:Q4763389 , wd:Q3401534 , wd:Q5726659 , wd:Q6679509 , wd:Q7323750 , wd:Q3945679 , wd:Q6633550 , wd:Q4763387 , wd:Q6083890 , wd:Q18708797 , wd:Q13582500 , wd:Q17742135 , wd:Q9001581 , wd:Q5756682 , wd:Q24636564 , wd:Q25080041 , wd:Q31068449 , wd:Q23700423 , wd:Q7592986 ) )\n}", "paraphrases": ["Which villages in Anglesey are located within the United Kingdom?", "List all the human settlements from this list of Anglesey locations that are in the UK."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q145> ) ) ) . FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q168159> , <http://www.wikidata.org/entity/Q5177811> , <http://www.wikidata.org/entity/Q3021583> , <http://www.wikidata.org/entity/Q708421> , <http://www.wikidata.org/entity/Q335133> , <http://www.wikidata.org/entity/Q3439729> , <http://www.wikidata.org/entity/Q4862480> , <http://www.wikidata.org/entity/Q3097335> , <http://www.wikidata.org/entity/Q4763395> , <http://www.wikidata.org/entity/Q6128760> , <http://www.wikidata.org/entity/Q3675975> , <http://www.wikidata.org/entity/Q7201721> , <http://www.wikidata.org/entity/Q7498813> , <http://www.wikidata.org/entity/Q5081465> , <http://www.wikidata.org/entity/Q20734117> , <http://www.wikidata.org/entity/Q4996547> , <http://www.wikidata.org/entity/Q3402701> , <http://www.wikidata.org/entity/Q914316> , <http://www.wikidata.org/entity/Q18535824> , <http://www.wikidata.org/entity/Q26717999> , <http://www.wikidata.org/entity/Q5113362> , <http://www.wikidata.org/entity/Q2407951> , <http://www.wikidata.org/entity/Q4763399> , <http://www.wikidata.org/entity/Q4797828> , <http://www.wikidata.org/entity/Q23304247> , <http://www.wikidata.org/entity/Q540512> , <http://www.wikidata.org/entity/Q19609495> , <http://www.wikidata.org/entity/Q33652535> , <http://www.wikidata.org/entity/Q6219152> , <http://www.wikidata.org/entity/Q7719140> , <http://www.wikidata.org/entity/Q13644942> , <http://www.wikidata.org/entity/Q4763389> , <http://www.wikidata.org/entity/Q3401534> , <http://www.wikidata.org/entity/Q5726659> , <http://www.wikidata.org/entity/Q6679509> , <http://www.wikidata.org/entity/Q7323750> , <http://www.wikidata.org/entity/Q3945679> , <http://www.wikidata.org/entity/Q6633550> , <http://www.wikidata.org/entity/Q4763387> , <http://www.wikidata.org/entity/Q6083890> , <http://www.wikidata.org/entity/Q18708797> , <http://www.wikidata.org/entity/Q13582500> , <http://www.wikidata.org/entity/Q17742135> , <http://www.wikidata.org/entity/Q9001581> , <http://www.wikidata.org/entity/Q5756682> , <http://www.wikidata.org/entity/Q24636564> , <http://www.wikidata.org/entity/Q25080041> , <http://www.wikidata.org/entity/Q31068449> , <http://www.wikidata.org/entity/Q23700423> , <http://www.wikidata.org/entity/Q7592986> ) ) ) . }"}}
{"id": "val_4939", "question": "Total citations to publications by Laurentian University employees, grouped by year and author.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?year ( SUM( ?citationRatio ) AS ?totalCitations ) ?authorLabel WHERE {\n  {\n    SELECT ?authorLabel ?publication ?year ( COUNT( ?citation ) AS ?citationRatio ) WHERE {\n      ?author wdt:P108 wd:Q3551432 .\n      ?publication wdt:P50 ?author .\n      ?publication wdt:P577 ?date .\n      FILTER ( BOUND( ?date ) ) BIND( YEAR( ?date ) AS ?year ) ?citation wdt:P2860 ?publication .\n      ?author rdfs:label ?authorLabel .\n      FILTER ( LANG( ?authorLabel ) = \"en\" )\n    }\n    GROUP BY ?publication ?authorLabel ?year\n  }\n}\nGROUP BY ?year ?authorLabel\nORDER BY ASC ( ?year )", "paraphrases": ["How many citations did each author affiliated with Laurentian University receive per year for their publications?", "Show me the total number of citations received by each Laurentian University-affiliated author in each year, along with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ( SUM ( ?var2 ) AS ?var3 ) ?var4Label WHERE { { SELECT ?var4Label ?var5 ?var1 ( ( COUNT ( DISTINCT ?var6 )/COUNT ( DISTINCT ?var7 ) ) AS ?var2 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q3551432> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> [ <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q3551432> ] . } BIND ( STR ( YEAR ( ?var9 ) ) AS ?var1 ). ?var5 ( <http://www.wikidata.org/prop/direct/P50> | <http://www.wikidata.org/prop/direct/P2093> ) ?var7 . ?var5 <http://www.wikidata.org/prop/direct/P50> ?var8 . ?var6 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P577> ?var9 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } GROUP BY ?var5 ?var4Label ?var1 } } GROUP BY ?var1 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_4940", "question": "Main subjects of works by Richard Talbert, with counts", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q3891594 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n}", "paraphrases": ["What are the main topics of the books and articles written by Richard Talbert, and how many works are there for each topic?", "Show me the English labels of the main subjects of Richard Talbert\u2019s works, along with how many works each subject appears in, sorted by most frequent first."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3891594> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3891594> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4941", "question": "What are all the national roads in mainland France with defined endpoints, sorted by their road number in numerical order?", "sparql": "SELECT DISTINCT ?road ?roadLabel WHERE { ?road wdt:P31 wd:Q1426271 . MINUS { VALUES ?territory { wd:Q17012 wd:Q17054 wd:Q3769 wd:Q17070 wd:Q34617 wd:Q17063 wd:Q25362 wd:Q126125 } ?road wdt:P131 ?territory . } ?road wdt:P609 [] . OPTIONAL { ?road wdt:P1824 ?roadNumber . } BIND( STRLEN( STR( ?roadNumber ) ) AS ?len ) . BIND( SUBSTR( STR( ?roadNumber ) , 1 , 1 ) AS ?prefix ) . BIND( SUBSTR( STR( ?roadNumber ) , 2 , ?len - 1 ) AS ?numberPart ) . BIND( REPLACE( SUBSTR( ?numberPart , 1 , 4 ) , \"[A-Za-z ]\" , \"\" ) AS ?cleanNumber ) . BIND( STRLEN( ?cleanNumber ) AS ?numLen ) . BIND( CONCAT( IF( ?numLen = 1 , \"000\" , IF( ?numLen = 2 , \"00\" , IF( ?numLen = 3 , \"0\" , \"\" ) ) ) , ?cleanNumber ) AS ?paddedNumber ) . BIND( CONCAT( ?prefix , ?paddedNumber ) AS ?sortKey ) . BIND( CONCAT( ?sortKey , SUBSTR( ?roadNumber , ?numLen + 2 , ?len - ?numLen - 1 ) ) AS ?fullSortKey ) . ?road rdfs:label ?roadLabel . FILTER( LANGMATCHES( LANG( ?roadLabel ) , \"fr\" ) ) } ORDER BY ASC(?fullSortKey)", "paraphrases": ["List French national roads excluding overseas territories, ordered by their route number (e.g., N1, N10, N100) in correct numeric sequence.", "Show me the list of route nationale roads in France (not in Guadeloupe, Martinique, etc.) that have a start and end point, sorted by their number as if it were a number, not text."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P16> <http://www.wikidata.org/entity/Q1426271> . MINUS { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q17012> ) ( <http://www.wikidata.org/entity/Q17054> ) ( <http://www.wikidata.org/entity/Q3769> ) ( <http://www.wikidata.org/entity/Q17070> ) ( <http://www.wikidata.org/entity/Q34617> ) ( <http://www.wikidata.org/entity/Q17063> ) ( <http://www.wikidata.org/entity/Q25362> ) ( <http://www.wikidata.org/entity/Q126125> ) } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P609> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1824> ?var3 . } BIND ( STRLEN ( STR ( ?var3 ) ) AS ?var4 ). BIND ( SUBSTR ( STR ( ?var3 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var5 ). BIND ( SUBSTR ( STR ( ?var3 ) ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> , ( ?var4 -\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var6 ). BIND ( REPLACE ( SUBSTR ( STR ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"[A-Za-z ]\", \"\" ) AS ?var7 ). BIND ( STRLEN ( STR ( ?var7 ) ) AS ?var8 ). BIND ( CONCAT ( IF ( ( ?var8 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"000\", IF ( ( ?var8 = \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"00\", IF ( ( ?var8 = \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"0\", \"\" ) ) ) , STR ( ?var7 ) ) AS ?var9 ). BIND ( CONCAT ( STR ( ?var5 ) , STR ( ?var7 ) ) AS ?var10 ). BIND ( STRLEN ( STR ( ?var10 ) ) AS ?var11 ). BIND ( ( ?var4 - ?var11 ) AS ?var12 ). BIND ( SUBSTR ( STR ( ?var3 ) , ( ?var11 +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , ?var12 ) AS ?var13 ). BIND ( CONCAT ( STR ( ?var5 ) , STR ( ?var9 ) , STR ( ?var13 ) ) AS ?var14 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var14 )"}}
{"id": "val_4942", "question": "What are all the broader categories that collecting belongs to, including indirect parent classes?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q208165 wdt:P279* ?superclass . }", "paraphrases": ["What classes is the activity of collecting a subclass of?", "Can you list all the superclasses of collecting in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q208165> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_4943", "question": "Who is the Czech Olympic Committee athlete with ID 3794, and what is their description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?athlete ?athleteLabel ?description WHERE {\n  ?athlete wdt:P4062 \"3794\" .\n  OPTIONAL {\n    ?athlete rdfs:label ?athleteLabel .\n    FILTER(LANG(?athleteLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?athlete schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the athlete with Czech Olympic Committee ID 3794?", "Please provide the name and English description of the athlete identified by the Czech Olympic Committee ID 3794."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4062> \"3794\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4944", "question": "What properties are used to describe William Brewster in Wikidata?", "sparql": "SELECT ?propertyLabel ?description WHERE { wd:Q2119625 ?prop ?value . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property) . ?property a wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?description . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?description) = \"en\") } ORDER BY ?propertyLabel", "paraphrases": ["Can you list the English labels and descriptions of all properties associated with the ornithologist William Brewster?", "What do we know about William Brewster? Show the English labels and descriptions of the Wikidata properties that describe him."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2119625> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4945", "question": "What Wikidata item has the IMDb ID tt1792812?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt1792812\" . }", "paraphrases": ["Which movie on Wikidata is identified by the IMDb identifier tt1792812?", "Find the Wikidata entity for the film with IMDb ID tt1792812."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1792812\". }"}}
{"id": "val_4946", "question": "Spanish poets born between 1900 and 1980", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?poet ?poetLabel ?birthDate WHERE {\n  ?poet wdt:P106 wd:Q49757 .\n  ?poet wdt:P27 wd:Q29 .\n  ?poet wdt:P569 ?birthDate .\n  FILTER ( ?birthDate > \"1900-01-01\" ^^ xsd:date && ?birthDate < \"1980-06-30\" ^^ xsd:date ) .\n  ?poet rdfs:label ?poetLabel .\n  FILTER ( lang( ?poetLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the Spanish poets born after January 1, 1900, and before June 30, 1980?", "List the names and birth dates of poets from Spain who were born in the first 80 years of the 20th century, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,es\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q49757> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 > \"1900-01-1\"^^<http://www.w3.org/2001/XMLSchema#date> ) && ( ?var3 < \"1980-06-30\"^^<http://www.w3.org/2001/XMLSchema#date> ) ) ) . } LIMIT 100"}}
{"id": "val_4947", "question": "List all musical ensembles and their English labels.", "sparql": "SELECT ?ensemble ?label WHERE { ?ensemble (wdt:P31/wdt:P279*) wd:Q2088357 . ?ensemble rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names of all musical ensembles and their subclasses?", "Show me the names in English of all groups that are musical ensembles or subtypes of musical ensembles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2088357> . ?var1 ?var2Label \"string1\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4948", "question": "Chemical compounds and their chemistry-related property values", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?compound ?value ?property WHERE {\n  ?propertyItem wdt:P31 wd:Q21294996 .\n  ?propertyItem wikibase:directClaim ?property .\n  {\n    ?compound wdt:P279 wd:Q11173 .\n  } UNION {\n    ?compound wdt:P31 wd:Q11173 .\n  }\n  ?compound ?property ?value .\n}\nLIMIT 10000", "paraphrases": ["What are the chemical compounds and the values of properties related to chemistry that are associated with them?", "List all chemical compounds along with the values of any chemistry-related properties assigned to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21294996> . ?var4 <http://wikiba.se/ontology#directClaim> ?var3 . { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q11173> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> . } ?var1 ?var3 ?var2 . } GROUP BY ?var1 ?var3 ?var2 LIMIT 10000"}}
{"id": "val_4949", "question": "People and the languages they speak, written, or signed", "sparql": "SELECT ?person ?language WHERE { ?person wdt:P1412 ?language . } LIMIT 100", "paraphrases": ["Which languages do people speak, write, or sign according to Wikidata?", "List people along with the languages they use, including native and non-native languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"atj\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var2 . } } LIMIT 100"}}
{"id": "val_4950", "question": "Zoos with their English names and images from Wikimedia Commons.", "sparql": "SELECT ?zoo ?zooLabel ?image WHERE { ?zoo wdt:P31 wd:Q43501 . OPTIONAL { ?zoo wdt:P18 ?image . } OPTIONAL { ?zoo rdfs:label ?zooLabel . FILTER(LANG(?zooLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What are the names of zoos and which ones have images on Wikimedia Commons?", "Show me a list of zoos, their English names, and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43501> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 100"}}
{"id": "val_4951", "question": "What property is most commonly used to classify items as museums in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?propertyClaim wd:Q33506 .\n  ?property wikibase:directClaim ?propertyClaim .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property has the highest number of statements asserting that something is a museum?", "How is the museum entity (Q33506) most frequently typed in Wikidata, and which property is used for it?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q33506> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4952", "question": "What types of categories does Mount Everest belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type WHERE {\n  wd:Q513 wdt:P31 ?type .\n}", "paraphrases": ["Is Mount Everest classified as a mountain or a tourist attraction?", "Can you tell me the class or type of Mount Everest in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/0237736753> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_4953", "question": "List some examples of mountains.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mountain ?mountainLabel WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain rdfs:label ?mountainLabel .\n  FILTER(LANG(?mountainLabel) = 'en')\n}\nLIMIT 10", "paraphrases": ["What are some real-world mountains that are classified as instances of the class 'mountain'?", "Show me 10 mountains from Wikidata, along with their English names."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/31> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_4954", "question": "What are the 100 most notable populated places in the world, ranked by how many external databases link to them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?population ( COUNT( ?id ) AS ?identifierCount ) WHERE {\n  ?item wdt:P1082 ?population .\n  FILTER ( ISNUMERIC( ?population ) ) VALUES ?idProp {\n    wdt:P214 wdt:P227 wdt:P244 wdt:P268 wdt:P1566\n  }\n  ?item ?idProp ?id .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nGROUP BY ?item ?itemLabel ?population\nORDER BY DESC ( ?identifierCount ) ASC ( ?itemLabel )\nLIMIT 100", "paraphrases": ["Can you list the top 100 cities and countries by population that have the most external identifiers like VIAF, GND, or GeoNames IDs, sorted by identifier count?", "Show me the 100 most linked-to populated places with their population and how many external references they have, ordered by reference count."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 ; <http://wikiba.se/ontology#identifiers> ?var3 . } ORDER BY DESC( ?var3 ) LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_4955", "question": "Most used property linking items to NATO", "sparql": "SELECT ?directProperty (COUNT(?directProperty) AS ?count) WHERE { ?item ?statementProperty wd:Q7184 . ?directProperty wikibase:directClaim ?statementProperty . ?directProperty rdf:type wikibase:Property . } GROUP BY ?directProperty ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to associate items with NATO?", "Show me the property that connects the most items to NATO."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q7184> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_4956", "question": "Music awards and their nominees", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?musicAward ?musicAwardLabel ?nominee ?nomineeLabel WHERE {\n  ?musicAward wdt:P279 wd:Q1364556 .\n  ?nominee wdt:P1411 ?musicAward .\n  ?musicAward rdfs:label ?musicAwardLabel .\n  ?nominee rdfs:label ?nomineeLabel .\n  FILTER(LANG(?musicAwardLabel) = \"en\")\n  FILTER(LANG(?nomineeLabel) = \"en\")\n}", "paraphrases": ["Which music awards have nominees, and who were nominated for them?", "List all music awards and the artists or groups nominated for each award."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1364556> . ?var2 <http://www.wikidata.org/prop/direct/P1411> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_4957", "question": "Wikidata properties for Italian author identifiers", "sparql": "SELECT ?property ?propertyLabel WHERE { ?property wdt:P17 wd:Q38 . ?property skos:prefLabel ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the Wikidata properties used to identify authors in Italian institutions?", "List the English-labeled Wikidata properties that are associated with Italy and used for author identification in Italian academic repositories."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . } LIMIT 100"}}
{"id": "val_4958", "question": "List of campsites in Wikidata", "sparql": "SELECT ?campsite ?campsiteLabel WHERE { ?campsite wdt:P31 wd:Q832778 . ?campsite rdfs:label ?campsiteLabel . FILTER(LANG(?campsiteLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some examples of campsites?", "Show me the names of all places that are used as campsites, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q832778> . } LIMIT 100"}}
{"id": "val_4959", "question": "Mountains in India with their coordinates and images", "sparql": "SELECT DISTINCT ?mountain ?mountainLabel ?coordinates ?image WHERE {  ?mountain wdt:P31 wd:Q8502 .  ?mountain wdt:P17 wd:Q668 .  OPTIONAL { ?mountain wdt:P625 ?coordinates . }  OPTIONAL { ?mountain wdt:P18 ?image . }  OPTIONAL { ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") } } ORDER BY ASC(?mountainLabel)", "paraphrases": ["What are the mountains in India, and what are their geographic coordinates and Wikimedia Commons images?", "List all mountains located in India, including their English names, geographic coordinates (if available), and associated images from Wikimedia Commons, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,nn,en,fi\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4960", "question": "What properties link GREE to other entities in Wikidata?", "sparql": "SELECT ?prop ?propLabel ?propDescription WHERE { ?item ?prop wd:Q1007089 . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propEntity) . ?propEntity a wikibase:Property . ?propEntity rdfs:label ?propLabel . ?propEntity schema:description ?propDescription . FILTER(LANG(?propLabel) = \"en\") FILTER(LANG(?propDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties are used to describe GREE in Wikidata, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that connect any item to GREE, the Japanese social networking service."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1007089> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_4961", "question": "What is the English title and description of the MoMA artwork with ID 79018?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2014 \"79018\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and a brief description of Salvador Dal\u00ed\u2019s painting held by the Museum of Modern Art?", "Which painting by Salvador Dal\u00ed is in MoMA\u2019s collection with the work ID 79018, and what is its description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"177036\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4962", "question": "English description of MoMA work ID 169919", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?description WHERE {\n  ?item wdt:P2014 \"169919\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the English description of the MoMA artwork with ID 169919?", "Show me the English description for the MoMA item with ID 169919."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"139848\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4963", "question": "Horses with their gender, father, and mother", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?horse ?horseLabel ?genderLabel ?fatherLabel ?motherLabel WHERE {\n  VALUES ?horse {\n    wd:Q2835089 wd:Q22006597 wd:Q107122851 wd:Q104860580 wd:Q1902328 wd:Q5199345 wd:Q56121171 wd:Q7180267 wd:Q7226614 wd:Q11307903\n  }\n  ?horse rdfs:label ?horseLabel .\n  FILTER ( LANG( ?horseLabel ) = \"en\" ) OPTIONAL {\n    ?horse wdt:P21 ?gender .\n    ?gender rdfs:label ?genderLabel .\n    FILTER ( LANG( ?genderLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?horse wdt:P22 ?father .\n    ?father rdfs:label ?fatherLabel .\n    FILTER ( LANG( ?fatherLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?horse wdt:P25 ?mother .\n    ?mother rdfs:label ?motherLabel .\n    FILTER ( LANG( ?motherLabel ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["What are the gender, father, and mother of notable racehorses?", "Show me a list of horses along with their biological sex, sire, and dam."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q726> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var4 . } } LIMIT 10"}}
{"id": "val_4964", "question": "Subclasses of debt with English labels and images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?debtClass ?debtClassLabel ?image WHERE {\n  ?debtClass wdt:P279 wd:Q3196867 .\n  OPTIONAL {\n    ?debtClass rdfs:label ?debtClassLabel .\n    FILTER(LANG(?debtClassLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?debtClass wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the different types of debt and their English names, and which ones have images on Wikimedia Commons?", "List all subclasses of debt, show their English labels if available, and include any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q3196867> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4965", "question": "What are the names of all counties in Kentucky?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?county ?name WHERE {\n  ?county wdt:P31 wd:Q13410447 .\n  ?county rdfs:label ?name .\n  FILTER ( LANG( ?name ) = \"en\" )\n}", "paraphrases": ["List the English names of counties in the state of Kentucky.", "Show me the official English names of each county in Kentucky."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13410447> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } }"}}
{"id": "val_4966", "question": "Species in the New Zealand Organisms Register with German Wikipedia pages but no English Wikipedia pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon ?taxonLabel ?nzorId WHERE {\n  ?taxon wdt:P31 wd:Q16521 ; wdt:P105 wd:Q7432 ; wdt:P2752 ?nzorId .\n  FILTER EXISTS {\n    ?dePage schema:about ?taxon ; schema:inLanguage \"de\" .\n  }\n  FILTER NOT EXISTS {\n    ?enPage schema:about ?taxon ; schema:inLanguage \"en\" .\n  }\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER ( LANGMATCHES( LANG( ?taxonLabel ) , \"en\" ) )\n}\nORDER BY ASC ( ?taxonLabel )", "paraphrases": ["Which species registered in the New Zealand Organisms Register have a German-language Wikipedia article but lack an English-language one?", "List the scientific names of species from the New Zealand Organisms Register that are documented in German Wikipedia but not in English Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> ; <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q7432> ; <http://www.wikidata.org/prop/direct/P2752> ?var2 . FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"de\". } ) ) . FILTER ( ( NOT EXISTS { ?var5 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"en\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_4967", "question": "What are the areas of entities in Wikidata, and what are their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?itemLabel ?area WHERE {\n  ?item p:P2046 ?statement .\n  ?statement ps:P2046 ?area .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list 100 entities with their area values and English names?", "Which places have recorded area measurements, and what are those values in square kilometres?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/P2046> ?var2 . ?var2 ( <http://www.wikidata.org/prop/statement/P2046> / <http://wikiba.se/ontology#quantityNormalized> ) [ <http://wikiba.se/ontology#quantityAmount> ?var3 ; <http://wikiba.se/ontology#quantityUnit> <http://www.wikidata.org/entity/Q25343> ] . } LIMIT 100"}}
{"id": "val_4968", "question": "List French departmental roads sorted by their route number (e.g., N7, R12), with INSEE department codes, prioritizing roads with numeric prefixes and padding numbers to four digits.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?road ?roadNumber ?deptCode(COUNT(?location) AS ?subdivisionCount) WHERE {\n  {\n    ?road wdt:P31 wd:Q19796778 .\n  } UNION {\n    ?road wdt:P16 wd:Q19796778 .\n  }\n  ?road wdt:P131 ?location .\n  OPTIONAL {\n    ?road wdt:P1824 ?roadNumber .\n  }\n  OPTIONAL {\n    ?location wdt:P2586 ?deptCode .\n  }\n  BIND(IF(BOUND(?roadNumber) , SUBSTR(STR(?roadNumber) , 1 , 1) , \"\") AS ?prefix)\n  BIND(IF(BOUND(?roadNumber) , SUBSTR(STR(?roadNumber) , 2) , \"\") AS ?numberPart)\n  BIND(IF(BOUND(?roadNumber) , STRLEN(STR(?numberPart)) , 0) AS ?numLen)\n  BIND(IF(BOUND(?roadNumber) , CONCAT(?prefix , IF(?numLen = 1 , \"000\" , IF(?numLen = 2 , \"00\" , IF(?numLen = 3 , \"0\" , \"\"))) , ?numberPart) , \"\") AS ?sortKey)\n}\nGROUP BY ?road ?roadNumber ?deptCode ?sortKey\nORDER BY ASC(?sortKey) ASC(?deptCode) DESC(?subdivisionCount)", "paraphrases": ["What are the French departmental roads and their corresponding department codes, ordered by normalized route number (e.g., N0007 for N7) and then by department?", "Please provide a sorted list of all French departmental roads, including their route numbers and the INSEE code of the department they are located in, with route numbers sorted alphabetically by prefix and numerically by padded value (e.g., N7 becomes N0007)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19796778> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P16> <http://www.wikidata.org/entity/Q19796778> . } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1824> ?var2 . } BIND ( STRLEN ( STR ( ?var2 ) ) AS ?var6 ). BIND ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var7 ). BIND ( SUBSTR ( STR ( ?var2 ) ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> , ( ?var6 -\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var8 ). BIND ( REPLACE ( SUBSTR ( STR ( ?var8 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"[A-Za-z ]\", \"\" ) AS ?var9 ). BIND ( STRLEN ( STR ( ?var9 ) ) AS ?var10 ). BIND ( CONCAT ( IF ( ( ?var10 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"000\", IF ( ( ?var10 = \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"00\", IF ( ( ?var10 = \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"0\", \"\" ) ) ) , STR ( ?var9 ) ) AS ?var11 ). BIND ( CONCAT ( STR ( ?var7 ) , STR ( ?var9 ) ) AS ?var12 ). BIND ( STRLEN ( STR ( ?var12 ) ) AS ?var13 ). BIND ( ( ?var6 - ?var13 ) AS ?var14 ). BIND ( SUBSTR ( STR ( ?var2 ) , ( ?var13 +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , ?var14 ) AS ?var15 ). BIND ( CONCAT ( STR ( ?var7 ) , STR ( ?var11 ) , STR ( ?var15 ) ) AS ?var16 ). OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P2586> ?var3 . } OPTIONAL { SELECT DISTINCT ?var1 ( COUNT ( ?var17 ) AS ?var4 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19796778> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P16> <http://www.wikidata.org/entity/Q19796778> . } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var17 . } GROUP BY ?var1 } } ORDER BY ASC( ?var16 )ASC( ?var3 ) DESC( ?var4 )"}}
{"id": "val_4969", "question": "Which football clubs did Nicolas Anelka play for, in English?", "sparql": "SELECT ?var2Label WHERE { wd:Q1939 wdt:P54 ?var2 . ?var2 rdfs:label ?var2Label . FILTER (LANG(?var2Label) = \"en\") }", "paraphrases": ["Teams Nicolas Anelka played for \u2014 English names", "List the English names of all sports teams Nicolas Anelka was a member of."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } <http://www.wikidata.org/entity/Q1939> <http://www.wikidata.org/prop/direct/P54> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_4970", "question": "What paintings depict a dog, and what are their associated images on Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting ?image WHERE {\n  ?painting wdt:P31 / wdt:P279 * wd:Q3305213 .\n  ?painting wdt:P180 wd:Q144 .\n  ?painting wdt:P18 ?image .\n}", "paraphrases": ["Paintings showing a dog with their image files", "Show me images of artworks that feature a dog, where the artworks are classified as paintings or subtypes of paintings."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q144> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4971", "question": "Entities linked to Albert Einstein with labels containing the letter P.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?entity ?label WHERE {\n  wd:Q937 ?p ?entity .\n  ?entity rdfs:label ?label .\n  FILTER ( REGEX( ?label , \"P\" , \"i\" ) )\n}", "paraphrases": ["What entities connected to Albert Einstein have labels that include the letter \"P\"?", "Show me all entities associated with Albert Einstein whose labels contain the letter P, along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q937> ?var2 ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( REGEX ( ?var3 , \"P\" ) ) ) . }"}}
{"id": "val_4972", "question": "What entities related to Albert Einstein have \"Princeton\" in their name?", "sparql": "SELECT DISTINCT ?entity ?label WHERE { wd:Q937 ?property ?entity . ?entity rdfs:label ?label . FILTER (REGEX(?label, \"Princeton\", \"i\")) }", "paraphrases": ["Which institutions, honors, or places connected to Albert Einstein include \"Princeton\" in their labels?", "Show me all the labels of things associated with Albert Einstein that mention Princeton, in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q937> ?var3 ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( REGEX ( ?var2 , \"Princeton\" ) ) ) . }"}}
{"id": "val_4973", "question": "What are the geographic coordinates of Isla de la Juventud and the country it belongs to, Cuba?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?islandCoordinates ?countryCoordinates WHERE {\n  wd:Q115027 wdt:P625 ?islandCoordinates .\n  OPTIONAL {\n    wd:Q115027 wdt:P131 ?country .\n    ?country wdt:P625 ?countryCoordinates .\n  }\n}", "paraphrases": ["Coordinates of Isla de la Juventud and Cuba", "Show me the location coordinates of Isla de la Juventud and its parent country, Cuba."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q115027> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q115027> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_4974", "question": "French and English labels for Project:Bots on Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT(STR(?label_fr) AS ?french_label)(STR(?label_en) AS ?english_label) WHERE {\n  wd:Q4048867 rdfs:label ?label_fr .\n  wd:Q4048867 rdfs:label ?label_en .\n  FILTER(LANGMATCHES(LANG(?label_fr) , \"fr\"))\n  FILTER(LANGMATCHES(LANG(?label_en) , \"en\"))\n}\nLIMIT 10", "paraphrases": ["What are the French and English labels for the Wikipedia page \"Project:Bots\"?", "Show me the French and English versions of the label for the Wikipedia namespace \"Project:Bots\"."], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q4048867> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q4048867> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_4975", "question": "List towns and landmarks in the Pyrenees region with their coordinates, images, and Wikimedia Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  VALUES ?admin {\n    wd:Q12709 wd:Q12703 wd:Q2289\n  }\n  ?item wdt:P131 ?admin .\n  OPTIONAL {\n    ?item wdt:P625 ?coord .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What are the places in southern France and northern Spain that have photos and Commons categories on Wikimedia?", "Please provide the English names, geographic coordinates, images, and Commons categories of locations in the Pyr\u00e9n\u00e9es-Orientales, Pyr\u00e9n\u00e9es-Atlantiques, and Catalonia regions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(41 -1)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(43 0)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_4976", "question": "Most frequently used properties linking entities to Wilmington, Delaware, with count greater than one.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q174224 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect the most entities to Wilmington, Delaware, and how many times are they used?", "Show me the properties that connect more than one entity to Wilmington, DE, sorted by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q174224> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_4977", "question": "List of films with their English titles from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  FILTER(LANG(?filmLabel) = \"en\")\n  ?film rdfs:label ?filmLabel .\n}\nLIMIT 100", "paraphrases": ["What are some films and their English titles in Wikidata?", "Can you show me up to 100 films that are classified as movies, along with their English-language labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_4978", "question": "What is the English name of Adolfo Alsina Partido, and is there an English Wikipedia page about it?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?wikipediaPage WHERE {\n  wd:Q505021 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?wikipediaPage schema:about wd:Q505021 ; schema:inLanguage \"en\" .\n    FILTER(STRSTARTS(STR(?wikipediaPage) , \"https://en.wikipedia.org/wiki/\"))\n  }\n}", "paraphrases": ["Can you show me the English label and English Wikipedia link for the municipality of Adolfo Alsina Partido?", "Where can I find the English Wikipedia page for Adolfo Alsina Partido, and what is its official English name?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q505021> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var3 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } }"}}
{"id": "val_4979", "question": "What are the literal properties (like date of birth, date of death, or Freebase ID) associated with Albert Einstein?", "sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { wd:Q937 ?var1 ?var4 . FILTER ( isLiteral(?var4) ) . ?var2 wikibase:directClaim ?var1 . FILTER ( ?var1 IN ( wdt:P569, wdt:P570, wdt:P646 ) ) . ?var2 rdfs:label ?var2Label . FILTER ( lang(?var2Label) = \"en\" ) } LIMIT 1000", "paraphrases": ["Can you tell me the English labels of the Wikidata properties that store literal values such as birth date, death date, or Freebase ID for Albert Einstein?", "Show me the names in English of the direct claims for Albert Einstein that have literal values, specifically his birth date, death date, and Freebase ID."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 ?var1 ?var4 . FILTER ( ( isLITERAL ( ?var4 ) ) ) . OPTIONAL { ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . FILTER ( ( ?var1 IN ( <http://www.w3.org/2004/02/skos/core#altLabel> , <http://www.w3.org/2000/01/rdf-schema#label> , <http://schema.org/description> , <http://www.wikidata.org/prop/direct/P569> , <http://www.wikidata.org/prop/direct/P21> , <http://www.wikidata.org/prop/direct/P570> , <http://www.wikidata.org/prop/direct/P646> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } LIMIT 1000"}}
{"id": "val_4980", "question": "What are the titles of scholarly works, along with their publication venues, volume, issue, page numbers, and ISSN numbers?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?work ?workLabel ?publication ?issn ?publicationLabel ?volume ?issue ?pages WHERE {\n  ?work wdt:P1433 ?publication ; wdt:P478 ?volume ; wdt:P433 ?issue .\n  OPTIONAL {\n    ?publication wdt:P236 ?issn .\n  }\n  OPTIONAL {\n    ?work wdt:P304 ?pages .\n  }\n  ?work rdfs:label ?workLabel .\n  ?publication rdfs:label ?publicationLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) FILTER ( LANG( ?publicationLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Show me the English titles of articles, the journals they were published in, and their bibliographic details like volume, issue, pages, and ISSN.", "Can you list academic articles with their publication details including journal name, volume, issue, page range, and ISSN?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var2Label ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var2 ; <http://www.wikidata.org/prop/direct/P478> ?var4 ; <http://www.wikidata.org/prop/direct/P433> ?var5 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P236> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P304> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_4981", "question": "Political parties with English names and their images", "sparql": "SELECT ?party ?partyLabel ?image WHERE { ?party wdt:P31 wd:Q7278 . ?party rdfs:label ?partyLabel . OPTIONAL { ?party wdt:P18 ?image . } FILTER(LANG(?partyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the English names of political parties, and which ones have official images on Wikimedia Commons?", "Show me up to 100 political parties with their English labels and, if available, their official logos or flags from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7278> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_4982", "question": "Geographical features with GeoNames IDs but no assigned country", "sparql": "SELECT ?feature ?geonamesId WHERE { ?feature wdt:P1566 ?geonamesId . OPTIONAL { ?feature wdt:P17 ?country . } FILTER ( !BOUND(?country) ) } LIMIT 100", "paraphrases": ["Which geographical locations have a GeoNames ID but are not located in any country?", "Show me 100 geographical features identified in GeoNames that are not part of any sovereign state, such as those in Antarctica or international waters."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 100"}}
{"id": "val_4983", "question": "Female scientists born in Scotland with their occupations and dates of birth.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?dateOfBirth ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P106 / wdt:P279 * wd:Q901 .\n  ?person(wdt:P19 / wdt:P131 *) wd:Q22 .\n  ?person wdt:P106 ?occupation .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nORDER BY ASC(?dateOfBirth)", "paraphrases": ["Who are the female scientists born in Scotland, and what are their occupations and dates of birth?", "List all female scientists from Scotland, including their names, occupations, and when they were born."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q901> . } } ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q22> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,it\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_4984", "question": "Who is the artist with Athenaeum ID 2424, and what is their English description?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P4145 \"2424\" . OPTIONAL { ?item schema:description ?desc . FILTER (LANG(?desc) = \"en\") . } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . }", "paraphrases": ["What is the name and English description of the person identified by the Athenaeum person ID 2424?", "Can you tell me the English label and description of the individual with Athenaeum ID 2424?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4145> \"2425\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4985", "question": "Living people born between January 1 and January 14, 1950", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthDate WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  FILTER ( ?birthDate >= \"1950-01-01T00:00:00Z\" ^^ xsd:dateTime && ?birthDate < \"1950-01-15T00:00:00Z\" ^^ xsd:dateTime ) FILTER ( ! BOUND( ?deathDate ) ) ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["Who are the living people born in the first two weeks of January 1950?", "List the names and birth dates of all living humans born between January 1 and January 14, 1950, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } FILTER ( ( ( ?var3 >= \"1950-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 < \"1950-01-15T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_4986", "question": "Movie theaters in Israel and their cities", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?theater ?theaterLabel ?cityLabel WHERE {\n  ?theater wdt:P31 wd:Q41253 .\n  ?theater wdt:P17 wd:Q801 .\n  OPTIONAL {\n    ?theater wdt:P131 ?city .\n  }\n  ?theater rdfs:label ?theaterLabel .\n  FILTER ( LANG( ?theaterLabel ) = \"en\" ) OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n}\nLIMIT 200", "paraphrases": ["What are the movie theaters in Israel, and in which cities are they located?", "List all movie theaters in Israel along with the cities where they are situated."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q801> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,cy,fr,de,es,nl,hy,ja,ru,ca\". } } LIMIT 200"}}
{"id": "val_4987", "question": "Scholarly articles authored by Alain Fischer, including co-authors, publication venue, and publication date.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( MIN( ?pubDate ) AS ?minPubDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?authorLabel ; SEPARATOR = \", \" ) AS ?authors ) ( SAMPLE( ?pages ) AS ?numPages ) ?publication ?publicationLabel ( GROUP_CONCAT( DISTINCT ?typeLabel ; SEPARATOR = \", \" ) AS ?types ) WHERE {\n  ?work wdt:P50 wd:Q2636403 .\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" ) OPTIONAL {\n    ?work wdt:P577 ?pubDate\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publication .\n    ?publication rdfs:label ?publicationLabel .\n    FILTER ( LANG( ?publicationLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n}\nGROUP BY ?work ?workLabel ?publication ?publicationLabel\nORDER BY DESC ( ?minPubDate )", "paraphrases": ["What are all the scholarly articles written by Alain Fischer, who are the co-authors, where were they published, and when?", "List all works authored by Alain Fischer with their full list of English-language authors, publication journals, and earliest publication dates, sorted by most recent first."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q2636403> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_4988", "question": "What are the top journals where Jean-Laurent Casanova has published, ranked by the number of publications, and what are their names (using abbreviations if available)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q17322542 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName\n  }\n  BIND( COALESCE ( ?shortName , ?label ) AS ?publicationLabel ) FILTER ( LANG( ?label ) = \"en\" )\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which scientific journals have published the most papers by Jean-Laurent Casanova, and what are their full names or common abbreviations?", "Show me a list of journals where Jean-Laurent Casanova has contributed, sorted by publication count, with abbreviations preferred over full titles when they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q17322542> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_4989", "question": "Parents of \u00c9mile Zola", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?parent WHERE {\n  ?parent p:P40 ?statement .\n  ?statement ps:P40 wd:Q504 .\n}", "paraphrases": ["Who are the parents of the French writer \u00c9mile Zola?", "List the individuals who are biological parents of \u00c9mile Zola."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q504> . ?var1 <http://www.wikidata.org/prop/P40> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_4990", "question": "Paintings created by Rembrandt", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P170 wd:Q5598 .\n}", "paraphrases": ["Which paintings were made by Rembrandt?", "List all artworks that are paintings and have Rembrandt as their creator."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5598> . }"}}
{"id": "val_4991", "question": "What heritage-designated sites are located near Helsinki, Finland, within the coordinates 24.9\u00b0E to 25.1\u00b0E and 59.9\u00b0N to 60.1\u00b0N?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?adminArea ?adminAreaLabel ?image ?heritage WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER ( geof:latitude ( ?coord ) >= 59.9 && geof:latitude ( ?coord ) <= 60.1 && geof:longitude ( ?coord ) >= 24.9 && geof:longitude ( ?coord ) <= 25.1 ) OPTIONAL {\n    ?item wdt:P131 ?adminArea .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item p:P1435 ?heritage .\n  OPTIONAL {\n    ?adminArea rdfs:label ?adminAreaLabel .\n    FILTER ( LANG( ?adminAreaLabel ) = 'en' )\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = 'en' )\n  }\n}\nLIMIT 10", "paraphrases": ["Show me archaeological sites or cultural heritage locations in the Helsinki area with their administrative regions and images, if available.", "List cultural heritage items in the 25\u00b0E, 60\u00b0N region of Finland, including their names and the administrative areas they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(25 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(25 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,pl\". } }"}}
{"id": "val_4992", "question": "What are the birth and death dates of Rupert Hughes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q3453278 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["When was the American writer Rupert Hughes born and when did he die?", "Can you tell me the full name, birth date, and death date of Rupert Hughes, the human being known for being a writer and screenwriter?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3453278> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4993", "question": "What are the birth and death dates of William A. H. Loveland?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q8003964 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER (langMatches(lang(?personLabel), \"en\")) }", "paraphrases": ["When was William A. H. Loveland born and when did he die?", "Can you tell me the full name, birth date, and death date of William A. H. Loveland?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8003964> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4994", "question": "What are the birth and death dates of actor Byron Morrow?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actorLabel ?birthDate ?deathDate WHERE {\n  wd:Q1018624 rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n  OPTIONAL {\n    wd:Q1018624 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q1018624 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Byron Morrow was born and when he died?", "Provide the lifespan of Byron Morrow, the American actor, including his birth and death years."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1018624> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4995", "question": "What is the English label and description of the medical condition with MeSH ID D006408?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P486 \"D006408\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and description in English of the subdural hematoma as identified by its MeSH ID D006408?", "Please provide the English name and description of the medical condition that has the MeSH descriptor ID D006408."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P486> \"D006408\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_4996", "question": "Units of energy in English", "sparql": "SELECT ?unit ?label WHERE { ?unit wdt:P31 wd:Q2916980 . ?unit rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the units of energy and their English names?", "List all units of energy with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q26708069> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_4997", "question": "What are the geographic coordinates of Mynyddbach Chapel, and what are the coordinates of the administrative area it is located in?", "sparql": "SELECT ?chapelCoordinates ?administrativeAreaCoordinates WHERE { wd:Q6947882 wdt:P625 ?chapelCoordinates . OPTIONAL { wd:Q6947882 wdt:P131 ?administrativeArea . ?administrativeArea wdt:P625 ?administrativeAreaCoordinates . } }", "paraphrases": ["Coordinates of Mynyddbach Chapel and its administrative region.", "Show me the location of Mynyddbach Chapel and the location of the town or region it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q6947882> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q6947882> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_4998", "question": "What are the mountains in Belarus, and what are their elevations above sea level, sorted from highest to lowest?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mountain ?mountainLabel ?latitude ?longitude ?area ?elevation ?isolation ?prominence ?parentPeak ?parentPeakLabel ?material ?materialLabel ?elevationUnitLabel ?isolationUnitLabel ?prominenceUnitLabel WHERE {\n  ?mountain(wdt:P31 / wdt:P279 *) wd:Q8502 ; wdt:P17 wd:Q184 .\n  OPTIONAL {\n    ?mountain wdt:P625 ?coord .\n    BIND(geof:latitude(?coord) AS ?latitude)\n    BIND(geof:longitude(?coord) AS ?longitude)\n  }\n  OPTIONAL {\n    ?mountain p:P2046 ?areaStmt .\n    ?areaStmt ps:P2046 ?area ; pq:P518 ?areaUnit .\n    OPTIONAL {\n      ?areaUnit rdfs:label ?areaUnitLabel .\n      FILTER(LANG(?areaUnitLabel) = \"en\")\n    }\n  }\n  OPTIONAL {\n    ?mountain p:P2044 ?elevationStmt .\n    ?elevationStmt ps:P2044 ?elevation ; pq:P518 ?elevationUnit .\n    OPTIONAL {\n      ?elevationUnit rdfs:label ?elevationUnitLabel .\n      FILTER(LANG(?elevationUnitLabel) = \"en\")\n    }\n  }\n  OPTIONAL {\n    ?mountain p:P2659 ?isolationStmt .\n    ?isolationStmt ps:P2659 ?isolation ; pq:P518 ?isolationUnit .\n    OPTIONAL {\n      ?isolationUnit rdfs:label ?isolationUnitLabel .\n      FILTER(LANG(?isolationUnitLabel) = \"en\")\n    }\n  }\n  OPTIONAL {\n    ?mountain p:P2660 ?prominenceStmt .\n    ?prominenceStmt ps:P2660 ?prominence ; pq:P518 ?prominenceUnit .\n    OPTIONAL {\n      ?prominenceUnit rdfs:label ?prominenceUnitLabel .\n      FILTER(LANG(?prominenceUnitLabel) = \"en\")\n    }\n  }\n  OPTIONAL {\n    ?mountain wdt:P3137 ?parentPeak .\n    ?parentPeak rdfs:label ?parentPeakLabel .\n    FILTER(LANG(?parentPeakLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?mountain wdt:P186 ?material .\n    ?material rdfs:label ?materialLabel .\n    FILTER(LANG(?materialLabel) = \"en\")\n  }\n  ?mountain rdfs:label ?mountainLabel .\n  FILTER(LANG(?mountainLabel) = \"en\")\n}\nORDER BY DESC(?elevation)", "paraphrases": ["Can you list all mountains in Belarus along with their coordinates, elevation, topographic prominence, and isolation, if available?", "Show me the highest peaks in Belarus, including their latitude, longitude, and elevation data, and indicate if they have a parent peak or are made of specific materials."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var9 ?var10Label ?var11 ?var11Label ?var12Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q184> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var13 . ?var13 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var14 . ?var14 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var14 <http://wikiba.se/ontology#quantityUnit> ?var15 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var16 . ?var16 <http://wikiba.se/ontology#quantityAmount> ?var5 . ?var16 <http://wikiba.se/ontology#quantityUnit> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var7 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var8 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2660> / <http://www.wikidata.org/prop/statement/value/P2660> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var9 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var12 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,it,ru\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_4999", "question": "DBLP authors named \"Larry Augustin\" with their images", "sparql": "SELECT ?var1Label ?var2 ?var4 WHERE { ?var1 wdt:P2456 ?var2 . OPTIONAL { ?var1 wdt:P18 ?var4 . } ?var1 rdfs:label ?var1Label . FILTER(CONTAINS(LCASE(?var1Label), \"larry augustin\")) }", "paraphrases": ["Who are the DBLP authors with the name \"Larry Augustin\", and do they have images on Wikimedia Commons?", "Show me the DBLP IDs and images of people named \"Larry Augustin\" in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var3 <http://schema.org/about> ?var1 . FILTER ( ( REGEX ( STR ( ?var3 ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5000", "question": "What are the places located in Latvia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel WHERE {\n  ?place wdt:P17 wd:Q211 .\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = 'en' )\n}\nLIMIT 100", "paraphrases": ["List all cities and towns in Latvia.", "Which locations have Latvia as their country?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P395> \"LV\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { } } LIMIT 100"}}
{"id": "val_5001", "question": "List English labels of all organizations and their subclasses in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?organization ?label WHERE {\n  ?organization ( wdt:P31 / wdt:P279 * ) wd:Q43229 .\n  FILTER ( STRSTARTS( STR( ?organization ) , \"http://www.wikidata.org/entity/Q\" ) ) .\n  OPTIONAL {\n    ?organization rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nORDER BY ?organization\nLIMIT 10000", "paraphrases": ["What are the English names of all entities classified as organizations or any of their subclasses in Wikidata?", "Please provide up to 10,000 English labels of organizations and their subtypes from Wikidata, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } OFFSET 2000000 LIMIT 10000"}}
{"id": "val_5002", "question": "What is the English title and description of the Broadway show with IBDB ID 1709?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1219 \"1709\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Tell me about the play \"As You Like It\" \u2014 what is its Internet Broadway Database ID and description?", "Which Shakespeare play has the IBDB show ID 1709, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"1713\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5003", "question": "What movie has the Elonet ID 1109941?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P2346 \"1109941\" . }", "paraphrases": ["Which film in Wikidata is identified by the Elonet movie ID 1109941?", "I need to find the Wikidata entry for the movie with Elonet ID 1109941."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2346> \"1109941\". }"}}
{"id": "val_5004", "question": "What movie has the elFilm ID 159948?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3143 \"159948\" .\n}", "paraphrases": ["Which movie on Wikidata is identified by the elFilm film ID 159948?", "I\u2019m looking for the Wikidata entry for the movie with the elFilm identifier 159948. Can you find it?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"159948\". }"}}
{"id": "val_5005", "question": "Which film has the FilmAffinity ID 228616?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P480 \"228616\" .\n}", "paraphrases": ["What is the name of the movie identified by 228616 on FilmAffinity?", "Tell me the film associated with the FilmAffinity ID 228616."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P480> \"228616\". }"}}
{"id": "val_5006", "question": "What movie has the elFilm ID 53035?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"53035\" . }", "paraphrases": ["Which movie on Wikidata is identified by the elFilm film ID 53035?", "Find the Wikidata item for the movie with elFilm ID 53035."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"53035\". }"}}
{"id": "val_5007", "question": "What are the names of Alisea Airlines in Italian, English, German, and French, and does it have an image or coordinates on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates WHERE {\n  OPTIONAL {\n    wd:Q1174276 rdfs:label ?label .\n    FILTER ( LANG( ?label ) IN ( \"it\" , \"en\" , \"de\" , \"fr\" ) ) VALUES ( ?lang ?order ) {\n      ( \"it\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"fr\" 4 )\n    }\n    FILTER ( ?lang = LANG( ?label ) )\n  }\n  OPTIONAL {\n    wd:Q1174276 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1174276 wdt:P625 ?coordinates .\n  }\n}\nORDER BY ?order", "paraphrases": ["Can you show me the multilingual labels for Alisea Airlines in order of Italian, English, German, and French, along with any available image or location coordinates?", "Retrieve the labels for Alisea Airlines in the languages Italian, English, German, and French, and include its image and geographic coordinates if they exist."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1174276> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1174276> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1174276> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1174276> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1174276> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5008", "question": "People and units who served in the Confederate States Army", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personOrUnit ?personOrUnitLabel ?confederateArmyLabel WHERE {\n  ?personOrUnit wdt:P241 wd:Q1125021 .\n  ?personOrUnit rdfs:label ?personOrUnitLabel .\n  wd:Q1125021 rdfs:label ?confederateArmyLabel .\n  FILTER ( LANG( ?personOrUnitLabel ) = \"en\" ) FILTER ( LANG( ?confederateArmyLabel ) = \"en\" )\n}", "paraphrases": ["Who were the individuals and military units that belonged to the Confederate States Army?", "List the names of all people and military units that were part of the Confederate States Army, along with the name of the army itself."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P241> <http://www.wikidata.org/entity/Q1125021> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5009", "question": "List places within 50 km of Ciucea, Romania, that don't have images on Wikimedia Commons.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?nearbyItem ?label ?coord WHERE {\n  wd:Q16426175 wdt:P625 ?center .\n  BIND(geof:latitude(?center) AS ?centerLat)\n  BIND(geof:longitude(?center) AS ?centerLon)\n  BIND(?centerLat - 0.45 AS ?minLat)\n  BIND(?centerLat + 0.45 AS ?maxLat)\n  BIND(?centerLon - 0.635 AS ?minLon)\n  BIND(?centerLon + 0.635 AS ?maxLon)\n  ?nearbyItem wdt:P625 ?coord .\n  BIND(geof:latitude(?coord) AS ?lat)\n  BIND(geof:longitude(?coord) AS ?lon)\n  FILTER(?lat >= ?minLat && ?lat <= ?maxLat && ?lon >= ?minLon && ?lon <= ?maxLon)\n  FILTER NOT EXISTS {\n    ?nearbyItem wdt:P18 []\n  }\n  ?nearbyItem rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\" || LANG(?label) = \"\")\n}\nLIMIT 10", "paraphrases": ["What are the nearby locations to Ciucea within a 50-kilometer radius that do not have associated images?", "Show me the names and coordinates of places near Ciucea, excluding those with images, within a 50 km distance."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q16426175> <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"50\". } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5010", "question": "What are the Spanish alcoholic beverages and their official websites and geographic locations?", "sparql": "SELECT ?beverageLabel ?website ?coordinates WHERE { ?beverage (wdt:P31/wdt:P279*) wd:Q154 . ?beverage wdt:P17 wd:Q29 . ?beverage wdt:P625 ?coordinates . OPTIONAL { ?beverage wdt:P856 ?website . } OPTIONAL { ?beverage rdfs:label ?beverageLabel FILTER(LANG(?beverageLabel) = \"en\") } }", "paraphrases": ["Can you list the names, websites, and coordinates of alcoholic drinks produced in Spain?", "Show me the English-labeled alcoholic beverages from Spain, along with their official websites and map coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q154> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_5011", "question": "What are the UNESCO World Heritage Sites in Sudan, along with their Commons categories, types, and administrative regions?", "sparql": "SELECT ?site (SAMPLE(?labelEn) AS ?label) (SAMPLE(?commonsValue) AS ?commons) (GROUP_CONCAT(DISTINCT ?instanceTypeLabel; SEPARATOR=\"; \") AS ?instanceTypes) (COALESCE(SAMPLE(?adminLabelEn), \"missing\") AS ?adminLabel) WHERE { ?site wdt:P1435 wd:Q9259 . ?site wdt:P17 wd:Q1049 . ?site rdfs:label ?labelEn . FILTER(LANG(?labelEn) = \"en\") OPTIONAL { ?site wdt:P373 ?commonsValue . } OPTIONAL { ?site wdt:P31 ?instanceType . ?instanceType rdfs:label ?instanceTypeLabel . FILTER(LANG(?instanceTypeLabel) = \"en\") } OPTIONAL { ?site wdt:P131 ?admin . ?admin rdfs:label ?adminLabelEn . FILTER(LANG(?adminLabelEn) = \"en\") } } GROUP BY ?site ORDER BY ASC(?label) LIMIT 1000", "paraphrases": ["Can you list the English-named World Heritage Sites in Sudan, including their Wikimedia Commons categories, what types of heritage they are, and which administrative area they belong to \u2014 showing \"missing\" if no region is specified?", "Show me the World Heritage Sites located in Sudan, grouped by site, with their labels, Commons categories, instance types (like cultural or natural site), and administrative location \u2014 and if no administrative location is known, just say \"missing\"."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2Label ) AS ?var2Label )( SAMPLE ( ?var3 ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \"; \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7Label ) AS ?var7Label ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1049> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q9259> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var7Label . FILTER ( ( ( LANG ( ?var7Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( \"missing\" AS ?var6 ). BIND ( \"---\" AS ?var7Label ). } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } GROUP BY ?var1 ORDER BY ASC( ?var2Label ) LIMIT 1000"}}
{"id": "val_5012", "question": "What are all the taxonomic ranks above Foeniculum webbii?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?taxon WHERE {\n  wd:Q17132637 wdt:P171 * ?taxon .\n}", "paraphrases": ["What is the complete taxonomic lineage of the plant species Foeniculum webbii?", "List all the biological classifications that Foeniculum webbii belongs to, from species up to the highest taxon."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17132637> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_5013", "question": "Subclasses of majolica with their labels and images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel ?image WHERE {\n  ?subclass wdt:P279 wd:Q622753 .\n  OPTIONAL {\n    ?subclass wdt:P18 ?image .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the subclasses of majolica, and what are their names and images?", "Show me the English names of all types of majolica pottery, along with any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q622753> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5014", "question": "What are all the broader categories that \"wiki with script conversion\" belongs to, including indirect ones?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q36509592 wdt:P279* ?superclass .}", "paraphrases": ["List all superclass entities of MediaWiki instances that support language conversion syntaxes.", "What is the full classification hierarchy above \"wiki with script conversion\" in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q36509592> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5015", "question": "Top causes of death among librarians, ranked by frequency.", "sparql": "SELECT ?causeOfDeath ?causeLabel (COUNT(*) AS ?count) WHERE { ?librarian wdt:P106 wd:Q182436 . ?librarian wdt:P509 ?causeOfDeath . OPTIONAL { ?causeOfDeath rdfs:label ?causeLabel . FILTER(LANG(?causeLabel) = \"en\") } } GROUP BY ?causeOfDeath ?causeLabel ORDER BY DESC(?count) ASC(?causeLabel)", "paraphrases": ["What are the most common causes of death for people who worked as librarians?", "Show me a list of causes of death for librarians, sorted by how many librarians died from each cause, with English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q182436> . ?var4 <http://www.wikidata.org/prop/direct/P509> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_5016", "question": "Organizations linked to Vibe Geds\u00f8 Fr\u00f8kj\u00e6r, their coordinates, associated images, and the nature of the link (e.g., affiliation, education).", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image ?organization ?organizationLabel ?coordinate ?propertyLabel WHERE {\n  wd:Q20984695 ?property ?organization .\n  ?organization ( ( p:P159 / pq:P625 ) | ( wdt:P276 * / wdt:P625 ) ) ?coordinate .\n  ?propertyItem wikibase:directClaim ?property .\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" && LANG( ?organizationLabel ) = \"en\" )\n}", "paraphrases": ["What are the organizations Vibe Geds\u00f8 Fr\u00f8kj\u00e6r is connected to, their geographic locations, the type of relationship (like \"educated at\" or \"affiliation\"), and their images?", "Show me the organizations associated with Vibe Geds\u00f8 Fr\u00f8kj\u00e6r, including their coordinates, the English labels of the connecting properties, and any available images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q20984695> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5017", "question": "What are the English names, locations, and images of all known verracos (ancient animal sculptures) in Spain and Portugal?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 wdt:P31 wd:Q2988353 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") OPTIONAL { ?var1 wdt:P625 ?var2 . } OPTIONAL { ?var1 wdt:P18 ?var3 . } } ORDER BY ASC(?var1Label)", "paraphrases": ["Can you list the verracos with their coordinates and pictures from Wikimedia Commons?", "Show me the ancient animal sculptures called verracos, including where they are located and what they look like."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P31> <http://www.wikidata.org/entity/Q2988353> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_5018", "question": "All properties and values for the jazz standard Ornithology", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q2031297 ?property ?value .\n}", "paraphrases": ["What are all the properties and their values for the jazz standard \"Ornithology\"?", "List everything known about the Charlie Parker composition \"Ornithology\" in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q2031297> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5019", "question": "Citation count distribution of papers published in OpenSym \u201917", "sparql": "SELECT ?citation_count ( COUNT( ?paper ) AS ?paper_count ) WHERE { { SELECT ?paper ( COUNT( ?citing_work ) AS ?citation_count ) WHERE { ?paper wdt:P1433 wd:Q35961402 . OPTIONAL { ?citing_work wdt:P2860 ?paper . } } GROUP BY ?paper } } GROUP BY ?citation_count ORDER BY DESC ( ?citation_count )", "paraphrases": ["How many papers from the 2017 OpenSym conference were cited 1 time, 3 times, 8 times, and 37 times?", "Show me how many papers in the Proceedings of the 13th International Symposium on Open Collaboration received each number of citations, sorted from most to least cited."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q35961402> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } } GROUP BY ?var2 } } GROUP BY ?var1 ORDER BY DESC( ?var1 )"}}
{"id": "val_5020", "question": "Railway stations in Switzerland without images and their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?coordinates WHERE {\n  ?station wdt:P31 wd:Q55488 ; wdt:P17 wd:Q39 ; wdt:P625 ?coordinates . MINUS {\n    ?station wdt:P18 [] .\n  }\n  OPTIONAL {\n    ?station rdfs:label ?stationLabel .\n    FILTER(LANG(?stationLabel) = \"en\")\n  }\n}", "paraphrases": ["What are the names and locations of railway stations in Switzerland that don't have any images on Wikimedia Commons?", "List the English names and GPS coordinates of all railway stations in Switzerland that are missing images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q39> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5021", "question": "Image of the British Museum with SNAC ARK ID w60w2228", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w60w2228\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the British Museum in the SNAC ARK ID system?", "Show me the Wikimedia Commons image linked to the British Museum using its SNAC ARK ID w60w2228."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60w2228\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5022", "question": "Film with MovieMeter ID 101056", "sparql": "SELECT ?film WHERE { ?film wdt:P1970 \"101056\" . }", "paraphrases": ["Which film has the MovieMeter film ID 101056?", "Can you tell me the name of the film identified as 101056 on MovieMeter?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1970> \"101056\". }"}}
{"id": "val_5023", "question": "What countries and administrative regions is the village of Tar\u0142\u00f3w directly part of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q2195315 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?location .\n}", "paraphrases": ["Which entities are directly connected to Tar\u0142\u00f3w through its location properties like country and administrative division?", "Show me the immediate geographic and administrative context of Tar\u0142\u00f3w, Poland."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2195315> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5024", "question": "Hebrew labels of cities and human settlements in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?city ?label WHERE {\n  VALUES ?class {\n    wd:Q515 wd:Q486972\n  }\n  ?city wdt:P31 / wdt:P279 * ?class .\n  ?city rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"he\" )\n}\nLIMIT 20", "paraphrases": ["What are the Hebrew names of cities and human settlements on Wikidata?", "Show me the Hebrew-language labels for all cities and human settlements in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var3Label WHERE { { ?var1 (( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> )| <http://www.wikidata.org/prop/direct/P31> ) <http://www.wikidata.org/entity/Q515> . } UNION { ?var1 (( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> )| <http://www.wikidata.org/prop/direct/P31> ) <http://www.wikidata.org/entity/Q486972> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he\". } FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . } LIMIT 20"}}
{"id": "val_5025", "question": "List companies in Wikidata.", "sparql": "SELECT DISTINCT ?company WHERE { ?company wdt:P31 wd:Q4830453 } LIMIT 20", "paraphrases": ["What are some examples of companies in Wikidata?", "Show me up to 20 entities that are classified as companies in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Company> . } LIMIT 20"}}
{"id": "val_5026", "question": "What are the IMDb, Rotten Tomatoes, Netflix, and AlloCin\u00e9 IDs for the movie \"Val\u00e9rian and the City of a Thousand Planets\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?imdbId ?rottenTomatoesId ?netflixId ?allocineId WHERE {\n  wd:Q20926273 wdt:P345 ?imdbId .\n  wd:Q20926273 wdt:P1258 ?rottenTomatoesId .\n  wd:Q20926273 wdt:P1874 ?netflixId .\n  wd:Q20926273 wdt:P1265 ?allocineId .\n}", "paraphrases": ["Can you find the streaming and review platform identifiers for Val\u00e9rian and the City of a Thousand Planets?", "Show me the unique identifiers for Val\u00e9rian and the City of a Thousand Planets on IMDb, Rotten Tomatoes, Netflix, and AlloCin\u00e9."], "info": {"raw_sparql": "SELECT * WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q21647260> <http://www.wikidata.org/prop/direct/P345> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q21647260> <http://www.wikidata.org/prop/direct/P1258> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q21647260> <http://www.wikidata.org/prop/direct/P1874> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q21647260> <http://www.wikidata.org/prop/direct/P1265> ?var4 . } }"}}
{"id": "val_5027", "question": "What is the Freebase ID for the movie with IMDb ID tt2316801?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?freebaseId ?imdbId ?kgId WHERE {\n  ?item wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?item wdt:P646 ?freebaseId .\n  }\n  ?item wdt:P345 ?imdbId .\n  OPTIONAL {\n    ?item wdt:P2671 ?kgId .\n  }\n  FILTER ( ?imdbId = \"tt2316801\" )\n}", "paraphrases": ["Can you find the film with IMDb ID tt2316801 and show its Freebase ID and Google Knowledge Graph ID?", "Show me the details of the movie identified by tt2316801 on IMDb, including its Freebase and Google Knowledge Graph identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2431196> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P646> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2671> ?var4 . } FILTER ( ( ( ?var3 = \"tt2316801\" ) ) ) . }"}}
{"id": "val_5028", "question": "What countries, regions, and continents is the L\u00fcllau Watermill located in?", "sparql": "SELECT DISTINCT ?location ?locationLabel WHERE { wd:Q36655261 (wdt:P131|wdt:P17|wdt:P30)+ ?location . ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } ORDER BY ?locationLabel LIMIT 100", "paraphrases": ["Can you list all the administrative and geographic entities that the L\u00fcllau Watermill is part of, starting from its immediate locality up to the continent?", "Through what geographic hierarchy \u2014 such as town, district, state, country, and continent \u2014 is the L\u00fcllau Watermill connected to the rest of the world?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q36655261> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5029", "question": "List landscapes in Japan with their coordinates and Japanese and English names, plus optional Korean and Chinese names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?feature ?coord ?label_ja ?label_en ?label_ko ?label_zh WHERE {\n  ?feature wdt:P17 wd:Q17 .\n  ?feature wdt:P31 / wdt:P279 * wd:Q107425 .\n  ?feature wdt:P625 ?coord .\n  ?feature rdfs:label ?label_ja .\n  FILTER(LANG(?label_ja) = \"ja\")\n  .\n  ?feature rdfs:label ?label_en .\n  FILTER(LANG(?label_en) = \"en\")\n  .\n  OPTIONAL {\n    ?feature rdfs:label ?label_ko .\n    FILTER(LANG(?label_ko) = \"ko\")\n  }\n  .\n  OPTIONAL {\n    ?feature rdfs:label ?label_zh .\n    FILTER(LANG(?label_zh) = \"zh\")\n  }\n}\nORDER BY DESC(?coord)", "paraphrases": ["What are the geographic landscapes in Japan, including their coordinates and labels in Japanese and English, along with any available Korean and Chinese translations?", "Please provide a list of all landscapes in Japan, showing their coordinates, Japanese and English labels, and where available, their Korean and Chinese labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q17> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q107425> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var5 ) = \"ko\" ) ) ) . FILTER ( ( ( LANG ( ?var6 ) = \"zh\" ) ) ) . } FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } ORDER BY DESC( ?var2 )"}}
{"id": "val_5030", "question": "What buildings and places in Gothenburg are located on specific streets, excluding administrative registration districts?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?place ?placeLabel ?street WHERE {\n  ?place wdt:P131 ?admin_area .\n  ?admin_area wdt:P131 * wd:Q52502 .\n  ?place wdt:P669 ?street .\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q18333556 .\n  })\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER(LANG(?placeLabel) = \"en\")\n  }\n}", "paraphrases": ["List all streets in Gothenburg that have buildings or landmarks on them, but not registration districts.", "Which locations in Gothenburg have a street address, and what are those streets, if they are not official registration districts?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q52502> . ?var1 <http://www.wikidata.org/prop/direct/P669> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18333556> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } }"}}
{"id": "val_5031", "question": "What software is used by other entities, and who uses them?", "sparql": "SELECT ?software ?softwareLabel ?user WHERE { ?software wdt:P31 wd:Q7397 . ?user wdt:P1535 ?software . OPTIONAL { ?software rdfs:label ?softwareLabel . FILTER(LANG(?softwareLabel) = \"en\") } } LIMIT 10", "paraphrases": ["List software and the entities that use them, with English labels.", "Which software tools are utilized by other systems, and what are their names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7397> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P2236> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2236> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5032", "question": "What are the breweries located in Bamberg, Germany, and where are they situated?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?brewery ?breweryLabel ?coord WHERE {\n  ?brewery wdt:P31 / wdt:P279 * wd:Q131734 .\n  ?brewery wdt:P131 wd:Q3936 .\n  ?brewery rdfs:label ?breweryLabel\n  FILTER ( LANG( ?breweryLabel ) = 'en' ) .\n  OPTIONAL {\n    ?brewery wdt:P625 ?coord\n  }\n}", "paraphrases": ["List the beer breweries in Bamberg along with their coordinates.", "Can you show me the names and locations of all beer-producing companies in the town of Bamberg?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q3936> AS ?var4 ). ?var4 <http://www.wikidata.org/prop/direct/P625> ?var5 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var5 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100.\"^^<http://www.w3.org/2001/XMLSchema#decimal> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q131734> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5033", "question": "What are the French communes that have an OpenStreetMap relation ID?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?communeLabel WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P402 ?osmId .\n  ?commune rdfs:label ?communeLabel .\n  FILTER ( LANG( ?communeLabel ) = \"fr\" )\n}\nLIMIT 100", "paraphrases": ["List French municipalities with an OpenStreetMap identifier and their French names.", "Which communes in France are mapped in OpenStreetMap, and what are their French names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.wikidata.org/prop/direct/P553> <http://www.wikidata.org/entity/Q936> . } LIMIT 100"}}
{"id": "val_5034", "question": "What journals and conferences has Alan Mislove published in, and how many papers did he publish in each?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q36840045 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?publication wdt:P1813 ?shortName\n  }\n  BIND( COALESCE ( ?shortName , ?label ) AS ?publicationLabel )\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Show the venues where Alan Mislove has published, using abbreviated names if available, sorted by number of publications.", "How many publications does Alan Mislove have in each venue, and what are their names (using abbreviations where possible)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q36840045> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5035", "question": "What are the broader categories or classes that a vehicle-ramming attack belongs to?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { wd:Q18711682 wdt:P279+ ?subclass . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } LIMIT 50", "paraphrases": ["List all the superclasses of vehicle-ramming attack in the Wikidata ontology.", "How is a vehicle-ramming attack classified in terms of higher-level categories like terrorism or violence?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q18711682> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5036", "question": "List of positions (roles or offices) in Wikidata.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q4164871 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some examples of positions or official roles in Wikidata?", "Show me the names of all known positions or offices in Wikidata, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P273> * <http://www.wikidata.org/entity/Q4164871> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_5037", "question": "What are the direct superclass categories of the type that Pepsi is an instance of?", "sparql": "SELECT ?superclassLabel (LANG(?superclassLabel) AS ?lang) WHERE { wd:Q47719 wdt:P31 ?instanceType . ?instanceType wdt:P279 ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["What broader classes does the category \"brand\" (which Pepsi belongs to) belong to?", "What are the parent classes in the taxonomy for Pepsi\u2019s type?"], "info": {"raw_sparql": "SELECT ?var1Label ( LANG ( ?var1Label ) AS ?var2 ) WHERE { <http://www.wikidata.org/entity/Q47719> <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5038", "question": "Administrative regions in Portuguese with entities located in them", "sparql": "SELECT DISTINCT ?adminEntity ?label WHERE { ?item wdt:P131 ?adminEntity . ?adminEntity rdfs:label ?label . FILTER (LANG(?label) = \"pt\") } LIMIT 100", "paraphrases": ["Which administrative territories have Portuguese labels and are used as locations for other entities?", "List up to 100 administrative entities that have Portuguese labels and are referenced as locations in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P131> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_5039", "question": "Properties related to sRGB color hex triplet with English labels and descriptions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?relatedProperty ?relatedPropertyLabel ?relatedPropertyDescription WHERE {\n  ?relatedProperty wdt:P1659 wd:P465 .\n  ?relatedProperty rdfs:label ?relatedPropertyLabel .\n  ?relatedProperty schema:description ?relatedPropertyDescription .\n  FILTER(LANG(?relatedPropertyLabel) = \"en\")\n  FILTER(LANG(?relatedPropertyDescription) = \"en\")\n}", "paraphrases": ["What properties are related to the sRGB color hex triplet property in Wikidata, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties that are related to the sRGB color hex triplet property."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P465> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_5040", "question": "List of cricketers with their names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q12299841 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people whose occupation is cricketer, and what are their names?", "Show me the English names of all individuals who are cricketers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q12299841> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5041", "question": "What are the cities in Canada?", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q16 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["List all cities located in Canada.", "Which populated places in Canada are classified as cities?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16> . }"}}
{"id": "val_5042", "question": "Humans who are Nobel Prize winners", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P106 wd:Q115784320\n}", "paraphrases": ["Which humans have received the Nobel Prize?", "List all people who have won the Nobel Prize."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q21013267> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_5043", "question": "Which Wikidata properties are used to assign unique identifiers like Snowflake ID or ISNI?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?identifierType ?identifierTypeLabel WHERE {  ?identifierType wdt:P279 wd:Q6545185 .  {    ?identifierType wdt:P1687 ?property .  } UNION {    ?property wdt:P1629 ?identifierType .  }  OPTIONAL { ?property wdt:P1813 ?propertyLabel . }  OPTIONAL { ?identifierType rdfs:label ?identifierTypeLabel . }  FILTER(LANG(?propertyLabel) = \"\" || LANG(?propertyLabel) = \"en\")  FILTER(LANG(?identifierTypeLabel) = \"\" || LANG(?identifierTypeLabel) = \"en\")}", "paraphrases": ["What properties in Wikidata are associated with types of unique identifiers such as address family identifiers or user IDs?", "List all Wikidata properties that identify entities belonging to subclasses of unique identifiers, along with the identifier types they are used for."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q6545185> . OPTIONAL { { ?var2 <http://www.wikidata.org/prop/direct/P1687> ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1629> ?var2 . } } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18614948> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q18614948> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_5044", "question": "Main subjects of works by Iain Murray, with count", "sparql": "SELECT ?count ?subjectLabel WHERE { { SELECT ?subject (COUNT(?work) AS ?count) WHERE { ?work wdt:P50 wd:Q32268843 . ?work wdt:P921 ?subject . } GROUP BY ?subject ORDER BY DESC(?count) } ?subject rdfs:label ?subjectLabel . FILTER(LANG(?subjectLabel) = \"en\") }", "paraphrases": ["What are the main topics of the academic works authored by Iain Murray, and how many works are there for each topic?", "List the main subjects of Iain Murray\u2019s publications in English, along with how many publications each subject appears in, sorted by most frequent first."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q32268843> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q32268843> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5045", "question": "What are the most common types of geographical features in Sweden with elevation data, and what is their average elevation?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?classLabel ( AVG( ?elevation ) AS ?avgElevation ) ( COUNT( * ) AS ?count ) WHERE {\n  ?item wdt:P17 wd:Q34 ; wdt:P2044 ?elevation ; wdt:P31 ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}\nGROUP BY ?classLabel\nORDER BY DESC ( ?count )", "paraphrases": ["For each type of geographical feature in Sweden (like lakes, rivers, islands), what is the average elevation above sea level and how many such features exist?", "Which class of geographical objects in Sweden has the highest count of elevation measurements, and what is the average elevation of that class?"], "info": {"raw_sparql": "SELECT ?var1Label ( AVG ( ?var2 ) AS ?var3 )( COUNT (* ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P2044> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5046", "question": "What disambiguation pages on Wikipedia are named after male given names?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disambiguation ?disambiguationLabel WHERE {\n  ?disambiguation wdt:P31 wd:Q4167410 .\n  ?disambiguation wdt:P138 ?name .\n  ?name wdt:P31 wd:Q12308941 .\n}", "paraphrases": ["Show me Wikimedia disambiguation pages that refer to male first names like John or Michael.", "Which Wikipedia disambiguation pages are created for names that are typically given to boys?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_5047", "question": "What are the locations and coordinates of Albert Einstein's employers, along with their images and the property name used to link him to them?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image ?employer ?employerLabel ?location ?coordinates ?propertyLabel WHERE {\n  wd:Q937 wdt:P108 ?employer .\n  ?employer wdt:P276 ?location .\n  ?location wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?location wdt:P18 ?image .\n  }\n  wd:P108 rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}", "paraphrases": ["Which institutions employed Albert Einstein, where are they located, what are their geographic coordinates, and is there an image available for each location?", "Show me the employers of Albert Einstein, their locations, coordinates, any associated images, and the English label of the employment property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q36961715> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5048", "question": "What are the images, coordinates, and Wikipedia links for Morsum in German, English, and Italian?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?wikipedia WHERE {\n  wd:Q20629 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"de\" , \"en\" , \"fr\" , \"it\"))\n  OPTIONAL {\n    wd:Q20629 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q20629 wdt:P625 ?coordinates .\n  }\n  VALUES(?langCode ?priority ?wikiSite) {(\"de\" 1 <https://de.wikipedia.org/>)(\"en\" 2 <https://en.wikipedia.org/>)(\"fr\" 3 <https://fr.wikipedia.org/>)(\"it\" 4 <https://it.wikipedia.org/>)\n  }\n  BIND(LANG(?label) AS ?labelLang)\n  FILTER(?labelLang = ?langCode)\n  ?wikipedia schema:about wd:Q20629 ; schema:inLanguage ?labelLang ; schema:isPartOf ?wikiSite .\n}\nORDER BY ?priority", "paraphrases": ["Show me the pictures and location of Morsum along with its Wikipedia pages in German, English, and Italian, ordered by language preference.", "For Morsum, list all available Wikimedia Commons images, coordinates, and Wikipedia articles in German, English, and Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q20629> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q20629> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q20629> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q20629> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_5049", "question": "Rivers in Russia and their coordinates", "sparql": "SELECT ?river ?coordinates WHERE { ?river wdt:P31 wd:Q4022 . ?river wdt:P17 wd:Q159 . ?river wdt:P625 ?coordinates . } LIMIT 100", "paraphrases": ["What are the geographic coordinates of rivers located in Russia?", "List up to 100 rivers in Russia along with their latitude and longitude coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } LIMIT 100"}}
{"id": "val_5050", "question": "Films with YouTube video IDs and their English titles.", "sparql": "SELECT ?film ?filmLabel ?youtubeId WHERE { ?film wdt:P1651 ?youtubeId ; wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Which films have YouTube video IDs, and what are their English titles?", "Show me a list of films along with their YouTube IDs and English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1651> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_5051", "question": "What are the scientific names of some biological taxa?", "sparql": "SELECT ?taxon ?scientificName WHERE { ?taxon wdt:P225 ?scientificName . } LIMIT 10", "paraphrases": ["Can you list 10 taxa along with their correct scientific names according to taxonomic standards?", "Show me the Latin or scientific names used to classify organisms in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P225> ?var1 . } } LIMIT 10"}}
{"id": "val_5052", "question": "What are some video games or software released on Microsoft Windows?", "sparql": "SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P400 wd:Q1406 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English names of games and applications that run on Windows?", "Which Windows-compatible software have images available on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P400> <http://www.wikidata.org/entity/Q1406> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5053", "question": "How many UK Members of Parliament were born each year after 1945?", "sparql": "SELECT DISTINCT ?year ( COUNT( ?person ) AS ?count ) WHERE { ?person wdt:P39 wd:Q486839 . ?person wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?year) FILTER(?year > 1945) } GROUP BY ?year ORDER BY ASC(?year)", "paraphrases": ["Show the number of British MPs born after 1945, grouped by their birth year.", "Can you list the count of UK Members of Parliament by birth year, starting from 1946?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { BIND ( YEAR ( ?var4 ) AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P39> [ <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q16707842> ] . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( ?var5 > \"1945\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var2 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var6 . ?var6 <http://wikiba.se/ontology#timePrecision> \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_5054", "question": "Image of the person with SNAC ARK ID w6335ngt", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6335ngt\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of Bernard W. Aronson, identified by the SNAC ARK ID w6335ngt?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6335ngt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6335ngt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5055", "question": "Association football players and their playing positions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?player ?name ?image ?position ?positionShortName WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  OPTIONAL {\n    ?player wdt:P2561 ?name .\n  }\n  OPTIONAL {\n    ?player wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?player wdt:P413 ?position .\n    ?position wdt:P1813 ?positionShortName .\n    FILTER ( LANG( ?positionShortName ) = \"en\" )\n  }\n}\nLIMIT 500", "paraphrases": ["Who are the association football players and what positions do they play, with short position names like 'CF' or 'GK'?", "List association football players along with their positions in abbreviated form (e.g., 'CF', 'GK') if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P413> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1469> ?var5 . } } LIMIT 500"}}
{"id": "val_5056", "question": "Czech Olympic Committee athlete ID 236, English label and description", "sparql": "SELECT ?athlete ?athleteLabel ?description WHERE { ?athlete wdt:P4062 \"236\" . ?athlete rdfs:label ?athleteLabel . FILTER (LANG(?athleteLabel) = \"en\") OPTIONAL { ?athlete schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the Czech athlete with ID 236 in the Czech Olympic Committee database, and what is their English description?", "Show me the English name and description of the Czech Olympic athlete with ID 236."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4062> \"4162\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5057", "question": "Most common birth dates (day/month) of UK Members of Parliament with known birth days.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?monthDay(COUNT(DISTINCT ?person) AS ?count) WHERE {\n  ?person wdt:P39 wd:Q486839 .\n  ?person p:P569 ?stmt .\n  ?stmt psv:P569 ?value .\n  ?value wikibase:timePrecision \"11\" ^^ xsd:integer .\n  ?value wikibase:timeValue ?birthdate .\n  BIND(SUBSTR(STR(?birthdate) , 9 , 2) AS ?day)\n  BIND(SUBSTR(STR(?birthdate) , 6 , 2) AS ?month)\n  BIND(CONCAT(?day , \"/\" , ?month) AS ?monthDay)\n}\nGROUP BY ?monthDay\nORDER BY DESC(?count)", "paraphrases": ["On which day and month were the most UK Members of Parliament born, considering only those with full birth dates recorded?", "Show me the distribution of birth days (DD/MM) among British MPs who have their exact birth dates recorded, ordered by frequency."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( DAY ( ?var4 ) AS ?var5 ). BIND ( MONTH ( ?var4 ) AS ?var6 ). BIND ( CONCAT ( STR ( ?var5 ) , \"/\", STR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P39> [ <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q16707842> ] . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var2 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) ?var7 . ?var7 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_5058", "question": "Female alumni of the University of S\u00e3o Paulo with their birthplaces, birth dates, coordinates, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?birthPlace ?birthPlaceLabel ?birthPlaceCoordinates ?dateOfBirth ?image WHERE {\n  ?person wdt:P69 wd:Q835960 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P625 ?birthPlaceCoordinates .\n  ?person wdt:P569 ?dateOfBirth .\n  ?person wdt:P18 ?image .\n  ?person rdfs:label ?personLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?birthPlaceLabel) = \"en\")\n}", "paraphrases": ["Who are the women educated at the University of S\u00e3o Paulo, where were they born, when were they born, what are the coordinates of their birthplaces, and do they have images available?", "List all female graduates of the University of S\u00e3o Paulo along with their birthplace, birth date, birthplace coordinates, and a linked image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q835960> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P812> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt, en\". } }"}}
{"id": "val_5059", "question": "English Wikipedia page about the film \"A Pilot Returns\" with \"Pilot\" in the URL.", "sparql": "SELECT ?page WHERE { ?page schema:about wd:Q4003998 ; schema:isPartOf <https://en.wikipedia.org/> . FILTER (REGEX(STR(?page), \"Pilot\")) }", "paraphrases": ["What is the English Wikipedia page for the film \"A Pilot Returns\" that includes \"Pilot\" in its web address?", "Show me the English Wikipedia article for the 1942 film \"A Pilot Returns\" whose URL contains the word \"Pilot\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q4003998> AS ?var2 ). ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . }"}}
{"id": "val_5060", "question": "Subclasses of terrorism", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P279 wd:Q7283 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the different types of terrorism?", "List all known forms of terrorism as classified in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7283> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5710433> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5061", "question": "Scientific names of taxa with known geographic locations.", "sparql": "SELECT ?taxon ?scientificName WHERE { ?taxon wdt:P225 ?scientificName . ?taxon wdt:P276 [] .}", "paraphrases": ["Which taxa have both a scientific name and a recorded geographic location?", "Show me the scientific names of all taxa that are associated with a location, such as a continent where their fossils were found."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P276> [] . }"}}
{"id": "val_5062", "question": "Terrorism events with their coordinates or locations, prioritizing coordinates, and showing \"No location\" if unknown.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?terrorismEvent ?label ?coordinates ?location ?locationValue WHERE {\n  ?terrorismEvent(wdt:P31 / wdt:P279 *) wd:Q7283 .\n  OPTIONAL {\n    ?terrorismEvent wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?terrorismEvent wdt:P276 ?location .\n  }\n  ?terrorismEvent rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(COALESCE(?coordinates , ?location , \"No location\") AS ?locationValue)\n}", "paraphrases": ["What are the terrorism-related incidents and their associated locations (coordinates or place names), with coordinates preferred over place names?", "List all terrorism events in English along with their geographic coordinates if available; if not, use the location entity (like city or airport); if neither is available, mark it as \"No location\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7283> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } BIND ( IF ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } , ?var2 , IF ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . } , ?var5 ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5063", "question": "Italian label, description, image, coordinates, and Italian Wikipedia page for Vladimir Kubyshkin", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description ?image ?coordinates ?wikipediaArticle WHERE {\n  OPTIONAL {\n    wd:Q16668129 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = ?lang ) VALUES ( ?lang ?priority ) {\n      ( \"it\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"fr\" 4 )\n    }\n  }\n  OPTIONAL {\n    wd:Q16668129 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"it\" )\n  }\n  OPTIONAL {\n    wd:Q16668129 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q16668129 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q16668129 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  }\n}\nORDER BY ?priority", "paraphrases": ["What is the Italian label, description, image, coordinates, and Italian Wikipedia article for Vladimir Kubyshkin?", "Please provide the preferred language label (prioritizing Italian), Italian description, image, coordinates, and Italian Wikipedia link for Vladimir Kubyshkin."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q21490935> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q21490935> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q21490935> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q21490935> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q21490935> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5064", "question": "What properties describe the concept of \"child\" in Wikidata, and what are the labels and counts of their values?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?count) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q7569 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propertyEntity wikibase:directClaim ?property . ?propertyEntity rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") } GROUP BY ?property", "paraphrases": ["Can you list the English labels of properties used for \"child\", along with how many values each has and what those values are called in English?", "Show me a summary of all properties linked to \"child\" in Wikidata, including their names, the number of values, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q7569> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5065", "question": "Authors of scientific works about titanium dioxide or NM-100 nanomaterials, paired as co-authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  {\n    ?work wdt:P921 wd:Q193521 .\n  } UNION {\n    ?work wdt:P921 wd:Q37111097 .\n  }\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER(?author1 != ?author2)\n  ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER(LANG(?author1Label) = \"en\" && LANG(?author2Label) = \"en\")\n}", "paraphrases": ["Which pairs of different authors have written works about titanium dioxide or the nanomaterial NM-100?", "List all pairs of distinct authors who have co-authored publications on titanium dioxide or its nanomaterial form NM-100."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q37109840> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q37109840> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q37109840> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5066", "question": "Greece labels in English, German, French, and Italian with Wikipedia links, image, and coordinates", "sparql": "SELECT ?var1Label ?var3 ?var4 ?var6 WHERE { VALUES (?lang ?var8) { (\"en\" \"1\"^^xsd:integer) (\"de\" \"2\"^^xsd:integer) (\"fr\" \"3\"^^xsd:integer) (\"it\" \"4\"^^xsd:integer) } wd:Q41 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = ?lang) OPTIONAL { wd:Q41 wdt:P18 ?var3 . } OPTIONAL { wd:Q41 wdt:P625 ?var4 . } OPTIONAL { ?var6 schema:about wd:Q41 ; schema:inLanguage ?lang ; schema:isPartOf ?domain . VALUES (?lang ?domain) { (\"en\" <https://en.wikipedia.org/>) (\"de\" <https://de.wikipedia.org/>) (\"fr\" <https://fr.wikipedia.org/>) (\"it\" <https://it.wikipedia.org/>) } } } ORDER BY ASC(?var8)", "paraphrases": ["What are the official names of Greece in English, German, French, and Italian, along with its flag image, geographic coordinates, and Wikipedia articles in those languages?", "Please provide the multilingual labels for Greece (English, German, French, Italian), its image from Wikimedia Commons, its geographic coordinates, and links to its Wikipedia pages in those languages, ordered by language preference."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q41> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q41> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q41> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q41> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q41> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5067", "question": "How many states and provinces are connected to a country or another administrative division in Wikidata?", "sparql": "SELECT (COUNT(DISTINCT ?item) AS ?count) WHERE { { ?item wdt:P17 ?country . } UNION { ?parent wdt:P150 ?item . } { ?item (wdt:P31/wdt:P279*) wd:Q7275 . } UNION { ?item (wdt:P31/wdt:P279*) wd:Q34876 . } }", "paraphrases": ["Count the number of administrative regions (states or provinces) that have a country as their sovereign state or are contained within another region.", "What is the total number of states and provinces that are either part of a country or are subdivisions of other territories?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT * ) AS ?var1 ) WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P17> ?var3 . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P150> ?var2 . } { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7275> . } UNION { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q34876> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5068", "question": "Children and spouses of Vladimir Putin with their images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?image WHERE {\n  {\n    ?person wdt:P22 wd:Q7747 .\n  } UNION {\n    ?person wdt:P26 wd:Q7747 .\n  }\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the children and spouses of Vladimir Putin, and do they have public images available?", "List all known children and spouses of Vladimir Putin along with their English names and any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q7747> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P26> ?var3 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P26> <http://www.wikidata.org/entity/Q7747> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P26> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } } LIMIT 100"}}
{"id": "val_5069", "question": "Airlines that are members of the Association of German Airlines, with their Wikipedia pages, official websites, and types.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?airline(SAMPLE(?airlineLabel) AS ?label) ?wikipediaPage(SAMPLE(?officialWebsite) AS ?website)(SAMPLE(?instanceOf) AS ?type) WHERE {\n  ?airline wdt:P463 wd:Q1009002 .\n  ?wikipediaPage schema:about ?airline ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?airline wdt:P856 ?officialWebsite .\n  }\n  OPTIONAL {\n    ?airline wdt:P31 ?instanceOf .\n  }\n  ?airline rdfs:label ?airlineLabel .\n}\nGROUP BY ?airline ?wikipediaPage\nORDER BY ?airline", "paraphrases": ["Which airlines are members of the Association of German Airlines, and what are their official websites, English Wikipedia pages, and classifications?", "List all airlines belonging to the Association of German Airlines, along with their official websites, English Wikipedia links, and what kind of organizations they are."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1009002> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5070", "question": "What are the relationships between Vladimir Putin and other humans, and who are those people?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?relation ?person WHERE {\n  wd:Q7747 ?relation ?person .\n  ?person wdt:P31 wd:Q5 .\n}\nORDER BY ?relation ?person\nLIMIT 10", "paraphrases": ["Who are the humans related to Vladimir Putin, and how are they connected to him?", "List up to 10 people connected to Vladimir Putin by family, education, or other relationships, along with the type of connection."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q7747> AS ?var3 ). ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var4 ) LIMIT 10"}}
{"id": "val_5071", "question": "What are Udemy\u2019s country, industry, and Twitter username in English, French, and German?", "sparql": "SELECT DISTINCT \n  ?item \n  ?label \n  (LANG(?label) AS ?lang) \n  ?countryLabel \n  ?industryLabel \n  ?twitterUsername \n  ?simpleWikiPage\nWHERE {\n  BIND(wd:Q7877165 AS ?item) .  # Udemy\n\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) IN (\"en\", \"fr\", \"de\"))\n\n  OPTIONAL { ?item wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }\n  OPTIONAL { ?item wdt:P452 ?industry . ?industry rdfs:label ?industryLabel . FILTER(LANG(?industryLabel) = \"en\") }\n  OPTIONAL { ?item wdt:P2002 ?twitterUsername }\n\n  OPTIONAL {\n    ?simpleWikiPage schema:about ?item ;\n                    schema:inLanguage \"en\" ;\n                    schema:isPartOf <https://simple.wikipedia.org/> .\n  }\n}", "paraphrases": ["In which country is Udemy based, what industry does it operate in, and what is its Twitter handle, with labels available in English, French, and German?", "Show me Udemy\u2019s labels in English, French, and German, along with its country, industry, and Twitter username."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ( LANG ( ?var2Label ) AS ?var3 ) ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { BIND ( <http://www.wikidata.org/entity/Q7877165> AS ?var1 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { ?var1 <http://schema.org/description> ?var12 . } FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) || ( LANG ( ?var2Label ) = \"en\" ) || ( LANG ( ?var2Label ) = \"de\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P154> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P935> ?var7 . } OPTIONAL { ?var11 <http://schema.org/about> ?var1 . ?var11 <http://schema.org/inLanguage> \"en\". ?var11 <http://schema.org/isPartOf> <https://simple.wikipedia.org/> . } }"}}
{"id": "val_5072", "question": "Humans without spouses and their occupations", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ( GROUP_CONCAT( ?occupationLabel ; SEPARATOR = \", \" ) AS ?occupations ) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER NOT EXISTS {\n    ?person wdt:P26 []\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n    ?occupation rdfs:label ?occupationLabel .\n    FILTER ( LANG( ?occupationLabel ) = \"en\" )\n  }\n}\nGROUP BY ?person ?personLabel\nLIMIT 1000", "paraphrases": ["Who are some people who are not married and what are their occupations?", "List 1000 people who don\u2019t have a spouse along with their jobs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/P26> / <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ) <http://www.wikidata.org/prop/novalue/P26> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label LIMIT 1000"}}
{"id": "val_5073", "question": "What is the image of Calais on Wikimedia Commons?", "sparql": "SELECT ?image WHERE { wd:Q6454 wdt:P18 ?image .}", "paraphrases": ["Can you show me the picture linked to the city of Calais?", "Which landmark image is associated with Calais, France?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q6454> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_5074", "question": "What properties are used to describe instances of locomotives in Wikidata?", "sparql": "SELECT DISTINCT ?propertyItem ?propertyItemLabel ?propertyItemDescription WHERE { ?instance wdt:P31 wd:Q93301 . ?instance ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem a wikibase:Property . ?propertyItem rdfs:label ?propertyItemLabel . ?propertyItem schema:description ?propertyItemDescription . FILTER(LANG(?propertyItemLabel) = \"en\") FILTER(LANG(?propertyItemDescription) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of properties that are used on locomotives?", "Which Wikidata properties link locomotive instances to their attributes, and what are their English descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q93301> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5075", "question": "Is the animated short film \"Symphony Hour\" a television series or a subclass of one?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?isInstanceOfTelevisionSeries WHERE {\n  BIND( EXISTS {\n    wd:Q25525 wdt:P31 ?type .\n    ?type wdt:P279 * wd:Q5398426 .\n  }\n  AS ?isInstanceOfTelevisionSeries )\n}", "paraphrases": ["Does \"Symphony Hour\" belong to any class that is a subclass of television series?", "Check whether Symphony Hour is categorized under television series or any of its subcategories."], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( EXISTS { <http://www.wikidata.org/entity/Q25525> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> ?var3 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q5398426> ) || ( ?var3 = <http://www.wikidata.org/entity/Q5398426> ) ) ) . } AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5076", "question": "What are the specific stages or areas of human development, such as child development or puberty?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q2347178 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = 'en') }", "paraphrases": ["Can you list the academic subfields that fall under the development of the human body?", "What are some examples of biological or psychological processes involved in human development, like language development or moral development?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2347178> . } LIMIT 100"}}
{"id": "val_5077", "question": "Multilingual labels for Extraterrestrial liquid water in English, German, French, and Italian, with its Wikipedia link.", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { VALUES (?lang ?order) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } wd:Q1319471 rdfs:label ?label . FILTER(LANG(?label) = ?lang) OPTIONAL { wd:Q1319471 wdt:P18 ?image . } OPTIONAL { wd:Q1319471 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q1319471 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?order", "paraphrases": ["What are the labels for \"Extraterrestrial liquid water\" in English, German, French, and Italian, and which Wikipedia article describes it?", "Show me the names of \"Extraterrestrial liquid water\" in English, German, French, and Italian, ordered by that sequence, along with its English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1319471> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1319471> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1319471> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1319471> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_5078", "question": "Paintings in the Bavarian State Painting Collections with no known artist and English descriptions", "sparql": "SELECT ?painting ?description WHERE { ?painting wdt:P195 wd:Q812285 . ?painting wdt:P31 wd:Q3305213 . MINUS { ?painting wdt:P170 [] . } ?painting schema:description ?description . FILTER (LANG(?description) = \"en\") }", "paraphrases": ["Which paintings in the Bavarian State Painting Collections are not attributed to any known artist in Wikidata, and what are their English descriptions?", "Show me the English descriptions of all paintings in the Bavarian State Painting Collections that don\u2019t have a creator linked in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q812285> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . } ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) && REGEX ( ?var2 , \"string1\" ) ) ) . }"}}
{"id": "val_5079", "question": "What are David Cameron\u2019s properties in Chinese, how many values each has, and what are the Chinese labels of those values?", "sparql": "SELECT ?property (SAMPLE(?propertyLabel) AS ?propertyLabelZh) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabelsZh) WHERE { wd:Q192 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"zh\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"zh\") } GROUP BY ?property", "paraphrases": ["For each property of David Cameron, what is its Chinese label, how many values does it have, and what are the Chinese labels of those values?", "Show me a summary of David Cameron\u2019s properties in Chinese, including the number of values per property and the Chinese labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q192> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"zh\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"zh\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5080", "question": "Most frequently used property for entities that have parts", "sparql": "SELECT ?claimProperty (COUNT(?claimProperty) AS ?count) WHERE { { SELECT ?claimProperty WHERE { ?entity wdt:P1237 ?something . ?subject ?property ?entity . ?claimProperty wikibase:directClaim ?property . ?claimProperty rdf:type wikibase:Property . } LIMIT 10000 } } GROUP BY ?claimProperty ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property is most commonly used to link to entities that have parts?", "Show the property most often used as a predicate when the object is an entity that has a part."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P1237> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5081", "question": "What Wikidata item corresponds to the IMDb ID tt2022441?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt2022441\" . }", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt2022441?", "Find the Wikidata entity for the movie with IMDb ID tt2022441."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2022441\". }"}}
{"id": "val_5082", "question": "What are the gender identities that are considered subclasses of female?", "sparql": "SELECT DISTINCT ?gender ?genderLabel WHERE { [] wdt:P21 ?gender . ?gender wdt:P279+ wd:Q6581072 . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["List all gender values used for humans that are types of female, along with their English names.", "Which gender identities are narrower than \"female\" in Wikidata\u2019s classification?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { [] <http://www.wikidata.org/prop/direct/P21> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5083", "question": "What is the English name and description of the V&A item with ID O125770?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P3929 \"O125770\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the title and a brief description of the painting in the Victoria and Albert Museum with ID O125770?", "Find the English label and description for the V&A object identified by O125770."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O1257039\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5084", "question": "What are the notable places in Carcassonne, France?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  VALUES ?item {\n    wd:Q6582 wd:Q700826 wd:Q1724741 wd:Q1724742 wd:Q1724747 wd:Q1724750 wd:Q17175615 wd:Q18385074 wd:Q18385076 wd:Q1736175 wd:Q2868054 wd:Q32268 wd:Q2130184 wd:Q3330195 wd:Q667181 wd:Q3495597 wd:Q22953398 wd:Q3076475\n  }\n  ?item wdt:P131 * wd:Q142 .\n}", "paraphrases": ["Which entities related to Carcassonne are located in France?", "Can you list the administrative divisions, landmarks, and institutions in Carcassonne that are part of France?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q16> , <http://www.wikidata.org/entity/Q20> , <http://www.wikidata.org/entity/Q29> , <http://www.wikidata.org/entity/Q30> , <http://www.wikidata.org/entity/Q31> , <http://www.wikidata.org/entity/Q34> , <http://www.wikidata.org/entity/Q35> , <http://www.wikidata.org/entity/Q36> , <http://www.wikidata.org/entity/Q37> , <http://www.wikidata.org/entity/Q38> , <http://www.wikidata.org/entity/Q39> , <http://www.wikidata.org/entity/Q40> , <http://www.wikidata.org/entity/Q45> , <http://www.wikidata.org/entity/Q55> , <http://www.wikidata.org/entity/Q142> , <http://www.wikidata.org/entity/Q145> , <http://www.wikidata.org/entity/Q159> , <http://www.wikidata.org/entity/Q183> , <http://www.wikidata.org/entity/Q184> , <http://www.wikidata.org/entity/Q191> , <http://www.wikidata.org/entity/Q211> , <http://www.wikidata.org/entity/Q213> , <http://www.wikidata.org/entity/Q215> , <http://www.wikidata.org/entity/Q218> , <http://www.wikidata.org/entity/Q233> , <http://www.wikidata.org/entity/Q258> , <http://www.wikidata.org/entity/Q399> , <http://www.wikidata.org/entity/Q408> , <http://www.wikidata.org/entity/Q664> , <http://www.wikidata.org/entity/Q668> , <http://www.wikidata.org/entity/Q794> , <http://www.wikidata.org/entity/Q869> , <http://www.wikidata.org/entity/Q1246> , <http://www.wikidata.org/entity/Q179876> ) ) ) . FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q6582> , <http://www.wikidata.org/entity/Q700826> , <http://www.wikidata.org/entity/Q17262> , <http://www.wikidata.org/entity/Q116081> , <http://www.wikidata.org/entity/Q1736175> , <http://www.wikidata.org/entity/Q1724741> , <http://www.wikidata.org/entity/Q2868054> , <http://www.wikidata.org/entity/Q451730> , <http://www.wikidata.org/entity/Q3379502> , <http://www.wikidata.org/entity/Q1724742> , <http://www.wikidata.org/entity/Q3121623> , <http://www.wikidata.org/entity/Q1313356> , <http://www.wikidata.org/entity/Q653945> , <http://www.wikidata.org/entity/Q3550526> , <http://www.wikidata.org/entity/Q1724750> , <http://www.wikidata.org/entity/Q28912766> , <http://www.wikidata.org/entity/Q27579823> , <http://www.wikidata.org/entity/Q3438785> , <http://www.wikidata.org/entity/Q3286770> , <http://www.wikidata.org/entity/Q3813452> , <http://www.wikidata.org/entity/Q712719> , <http://www.wikidata.org/entity/Q2130184> , <http://www.wikidata.org/entity/Q3330195> , <http://www.wikidata.org/entity/Q667181> , <http://www.wikidata.org/entity/Q1724747> , <http://www.wikidata.org/entity/Q1693672> , <http://www.wikidata.org/entity/Q32268> , <http://www.wikidata.org/entity/Q117846> , <http://www.wikidata.org/entity/Q3239438> , <http://www.wikidata.org/entity/Q5038134> , <http://www.wikidata.org/entity/Q2161741> , <http://www.wikidata.org/entity/Q18213978> , <http://www.wikidata.org/entity/Q816018> , <http://www.wikidata.org/entity/Q3076475> , <http://www.wikidata.org/entity/Q5038135> , <http://www.wikidata.org/entity/Q7744293> , <http://www.wikidata.org/entity/Q22953398> , <http://www.wikidata.org/entity/Q7012477> , <http://www.wikidata.org/entity/Q17175615> , <http://www.wikidata.org/entity/Q5232151> , <http://www.wikidata.org/entity/Q3495597> , <http://www.wikidata.org/entity/Q18385076> , <http://www.wikidata.org/entity/Q23502993> , <http://www.wikidata.org/entity/Q5038136> , <http://www.wikidata.org/entity/Q2604034> , <http://www.wikidata.org/entity/Q2824848> , <http://www.wikidata.org/entity/Q33141267> , <http://www.wikidata.org/entity/Q2604056> , <http://www.wikidata.org/entity/Q18385074> , <http://www.wikidata.org/entity/Q4358432> ) ) ) . }"}}
{"id": "val_5085", "question": "Who are the presidents of the United States according to Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?president ?presidentLabel WHERE {\n  ?president wdt:P39 wd:Q11696 .\n  ?president rdfs:label ?presidentLabel .\n  FILTER ( LANG( ?presidentLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the names of people who have held the office of President of the United States?", "Which individuals have served as the head of state and government of the United States?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1919815> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5086", "question": "Most frequently used property to classify entities as positions in Wikidata", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?prop wd:Q4164871 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is used most often to state that an entity is an instance of \"position\"?", "Show me the property that is used the most to assign the class \"position\" to entities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q4164871> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5087", "question": "What is the population of India?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?population WHERE {\n  wd:Q668 wdt:P1082 ?population .\n}", "paraphrases": ["How many people live in India?", "What is the number of inhabitants in India?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1082> <http://www.wikidata.org/entity/Q668> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hi,en\". } }"}}
{"id": "val_5088", "question": "MPs who resigned or died during the 56th UK Parliament", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person p:P39 ?stmt .\n  ?stmt ps:P39 wd:Q30524718 .\n  ?stmt pq:P1534 ?endCause .\n  FILTER ( ?endCause IN ( wd:Q796919 , wd:Q5247364 ) ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Which members of the 56th UK Parliament left their seat due to resignation or death in office?", "List the names of UK MPs from the 56th Parliament whose terms ended because they resigned or died."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q30524718> . ?var2 <http://www.wikidata.org/prop/qualifier/P1534> <http://www.wikidata.org/entity/Q7864918> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5089", "question": "Members of the 56th UK Parliament and their constituencies", "sparql": "SELECT ?member ?memberLabel ?constituency ?constituencyLabel WHERE { ?member p:P39 ?statement . ?statement ps:P39 wd:Q30524718 . ?statement pq:P768 ?constituency . ?member rdfs:label ?memberLabel . ?constituency rdfs:label ?constituencyLabel . FILTER(LANG(?memberLabel) = \"en\") FILTER(LANG(?constituencyLabel) = \"en\")}", "paraphrases": ["Who were the members of the 56th Parliament of the United Kingdom, and which constituencies did they represent?", "List all MPs from the 56th UK Parliament along with the electoral districts they won."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q30524718> . ?var3 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5090", "question": "List concerts with their English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?concert ?concertLabel WHERE {\n  ?concert wdt:P31 wd:Q182832 .\n  ?concert rdfs:label ?concertLabel .\n  FILTER(LANG(?concertLabel) = \"en\")\n}", "paraphrases": ["What are some concerts and their names in English?", "Show me all concerts that have English-language labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5158589> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } }"}}
{"id": "val_5091", "question": "What are some satirical or joke political parties around the world?", "sparql": "SELECT ?party ?partyLabel WHERE { ?party (wdt:P31/wdt:P279*) wd:Q938993 . ?party rdfs:label ?partyLabel . FILTER(LANG(?partyLabel) = \"en\") }", "paraphrases": ["List all political parties that are classified as frivolous or satirical parties, including their subclasses.", "Can you show me examples of humorous political parties that exist as instances or subtypes of the category \"frivolous political party\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q938993> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5092", "question": "What reference works describe military equipment?", "sparql": "SELECT ?source ?sourceLabel WHERE { wd:Q18643213 wdt:P1343 ?source . ?source rdfs:label ?sourceLabel . FILTER(LANG(?sourceLabel) = \"en\") }", "paraphrases": ["Which books or encyclopedias include information about military equipment?", "Can you list the sources that define or describe military equipment in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q1781841> . ?var1 <http://www.wikidata.org/prop/direct/P1343> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5093", "question": "List all sports seasons that are not part of a larger league or competition and have English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?season WHERE {\n  ?season wdt:P31 wd:Q27020041 .\n  ?season rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\") MINUS {\n    ?season wdt:P3450 [] .\n  }\n}", "paraphrases": ["Which sports seasons are standalone events (not linked to a parent competition) and are labeled in English?", "Show me the English-named editions of sports tournaments that are not explicitly categorized as belonging to a league or competition."], "info": {"raw_sparql": "SELECT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q27020041> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3450> [] . } }"}}
{"id": "val_5094", "question": "Film with Swedish Film Database ID 37692", "sparql": "SELECT ?film WHERE { ?film wdt:P2334 \"37692\" . }", "paraphrases": ["Which film has the Swedish Film Database ID 37692?", "Tell me the film identified by the Swedish Film Database ID 37692."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2334> \"37692\". }"}}
{"id": "val_5095", "question": "Who are the people associated with Zurich?", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person ?p wd:Q72 . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you list the names of people who were born in or connected to Zurich?", "Show me the English labels of all humans linked to the city of Zurich."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q72> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) && !( REGEX ( STR ( ?var1 ) , \"string2\" ) ) ) ) . }"}}
{"id": "val_5096", "question": "What are the native names, dates of birth and death, manners of death, and religions of politicians, along with their English names?", "sparql": "SELECT ?politicianLabel ?nativeName ?dateOfDeath ?dateOfBirth ?mannerOfDeathLabel ?religionLabel WHERE { ?politician wdt:P1559 ?nativeName . ?politician wdt:P570 ?dateOfDeath . ?politician wdt:P569 ?dateOfBirth . ?politician wdt:P1196 ?mannerOfDeath . ?politician wdt:P140 ?religion . ?politician wdt:P106 wd:Q82955 . ?politician rdfs:label ?politicianLabel . ?mannerOfDeath rdfs:label ?mannerOfDeathLabel . ?religion rdfs:label ?religionLabel . FILTER(LANG(?politicianLabel) = \"en\") FILTER(LANG(?mannerOfDeathLabel) = \"en\") FILTER(LANG(?religionLabel) = \"en\") }", "paraphrases": ["List politicians with their native names, birth/death dates, how they died, and their religion.", "Show me information about politicians including their native names, when they were born and died, how they died, and their religion, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var8Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1196> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P140> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var8 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5097", "question": "How many ResearcherID statements are there in Wikidata?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nSELECT ( COUNT( * ) AS ?statementCount ) WHERE {\n  [] p:P1053 [] .\n}", "paraphrases": ["What is the total number of times researchers in Wikidata have been assigned a Web of Science Researcher ID?", "Can you tell me how many statement nodes in Wikidata link to a Researcher ID?"], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { [] <http://www.wikidata.org/prop/P1053> [] . }"}}
{"id": "val_5098", "question": "Deprecated official names of Swedish localities from Statistics Sweden's land area and population database (Q27579148).", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?locality ?officialName ?rank WHERE {\n  ?locality p:P1448 [ ps:P1448 ?officialName ; wikibase:rank ?rank ;(prov:wasDerivedFrom / pr:P248) wd:Q27579148 ] .\n  FILTER(?rank = wikibase:DeprecatedRank)\n}\nORDER BY ASC(?officialName)", "paraphrases": ["What are the deprecated official names of Swedish localities as recorded in Statistics Sweden's statistical database from 1960\u20132015?", "List all deprecated official names of Swedish localities sourced from the Statistics Sweden database on land area, population, and population density (Q27579148)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P1448> [ <http://www.wikidata.org/prop/statement/P1448> ?var2 ; <http://wikiba.se/ontology#rank> ?var3 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) <http://www.wikidata.org/entity/Q27579148> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_5099", "question": "What movie has the IMDb ID tt0110167?", "sparql": "SELECT ?item ?title WHERE { ?item wdt:P345 \"tt0110167\" . ?item wdt:P1476 ?title .}", "paraphrases": ["What is the title of the movie with IMDb identifier tt0110167?", "Find the official title of the film identified by the IMDb ID tt0110167."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0110167\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5100", "question": "Airports with their ICAO codes, official names, and alternative names.", "sparql": "SELECT DISTINCT ?airport ?icaoCode ?officialName ?knownAs WHERE { ?airport wdt:P31 wd:Q1248784 . OPTIONAL { ?airport wdt:P239 ?icaoCode . } OPTIONAL { ?airport wdt:P1448 ?officialName . } OPTIONAL { ?airport wdt:P2561 ?knownAs . } }", "paraphrases": ["What are the ICAO codes for all airports, along with their official and alternative names?", "List all airports with their ICAO codes, and include their official names and other names if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P239> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var4 . } }"}}
{"id": "val_5101", "question": "Movie theaters in Barcelona", "sparql": "SELECT DISTINCT ?theater ?theaterLabel WHERE { ?theater wdt:P31 wd:Q41253 . ?theater wdt:P131 wd:Q1492 . ?theater rdfs:label ?theaterLabel . FILTER(LANG(?theaterLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are the names of movie theaters located in Barcelona?", "List the English-labeled movie theaters in Barcelona, Spain."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1492> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,cy,fr,de,es,nl,hy,ja,ru,ca\". } } LIMIT 200"}}
{"id": "val_5102", "question": "Which film has the AllMovie ID v596539?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1562 \"v596539\" .\n}", "paraphrases": ["What is the Wikidata item for the film with AllMovie title ID v596539?", "Find the movie in Wikidata that corresponds to the AllMovie ID v596539."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v596539\". }"}}
{"id": "val_5103", "question": "Which movie has the Swedish Film Database ID 56861?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P2334 \"56861\" . }", "paraphrases": ["What is the Wikidata item for the film identified as 56861 in the Swedish Film Database?", "Find the movie entity in Wikidata that is linked to the Swedish Film Database ID \"56861\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2334> \"56861\". }"}}
{"id": "val_5104", "question": "What movie has the IMDb ID tt0148710?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0148710\" . }", "paraphrases": ["Which film on Wikidata is identified by the IMDb identifier tt0148710?", "Find the Wikidata entity for the movie with IMDb ID tt0148710."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0148710\". }"}}
{"id": "val_5105", "question": "Stars in German-named constellations without German descriptions.", "sparql": "SELECT ?star ?constellation ?constellationLabel WHERE { ?star wdt:P31 wd:Q523 . ?star wdt:P59 ?constellation . ?constellation rdfs:label ?constellationLabel . FILTER (LANG(?constellationLabel) = \"de\") . FILTER (NOT EXISTS { ?star schema:description ?desc . FILTER (LANG(?desc) = \"de\") . }) }", "paraphrases": ["Which stars are part of constellations with German names but have no German description in Wikidata?", "List all stars that belong to constellations labeled in German, excluding those that have a German description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q523> . ?var1 <http://www.wikidata.org/prop/P59> [] . ?var1 <http://www.wikidata.org/prop/direct/P59> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . } ) ) . }"}}
{"id": "val_5106", "question": "Which film has the Swedish Film Database ID 37693?", "sparql": "SELECT ?film WHERE { ?film wdt:P2334 \"37693\" . }", "paraphrases": ["What is the title of the Swedish newsreel film identified by the ID 37693 in the Swedish Film Database?", "Find the Wikidata item for the film with Swedish Film Database ID 37693."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2334> \"37693\". }"}}
{"id": "val_5107", "question": "Films with \"Rambo\" in the title released after 1980, in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?label ?year WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P577 ?date .\n  ?film rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( ?date >= \"1980-01-01T00:00:00Z\" ^^ xsd:dateTime ) .\n  FILTER ( CONTAINS( ?label , \"Rambo\" ) ) .\n  BIND( SUBSTR( STR( ?date ) , 1 , 4 ) AS ?year )\n}", "paraphrases": ["What are the English-language films released since 1980 that have \"Rambo\" in their title, and what year were they released?", "List all English films from 1980 onwards with \"Rambo\" in the title, along with their release years."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { BIND ( STR ( YEAR ( ?var5 ) ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( ?var5 >= \"1980-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( CONTAINS ( ?var2 , \"Rambo\" ) ) ) . }"}}
{"id": "val_5108", "question": "Creative works and their genres", "sparql": "SELECT ?work ?genre ?genreLabel WHERE { ?work wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the genres of creative works on Wikidata?", "List creative works along with their English genre labels, such as \"Buddhist art\" or \"Christian fiction\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } } LIMIT 100"}}
{"id": "val_5109", "question": "Who is the head of government of Zurich?", "sparql": "SELECT ?headLabel WHERE { wd:Q72 wdt:P6 ?head . ?head rdfs:label ?headLabel . FILTER(LANG(?headLabel) = \"en\")}", "paraphrases": ["What is the name of the person who leads the government of Zurich?", "Which individual holds the position of head of government in the city of Zurich?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q72> <http://www.wikidata.org/prop/P6> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_5110", "question": "What are the birth and death dates of Shirley Scott?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q463296 wdt:P31 wd:Q5 .\n  wd:Q463296 rdfs:label ?label .\n  OPTIONAL {\n    wd:Q463296 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q463296 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Can you tell me when Shirley Scott was born and when she died?", "Who is Shirley Scott, and what are her dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q463296> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5111", "question": "What are the birth and death dates of Richard Bingham, 2nd Earl of Lucan?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q7324167 AS ?person)\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Richard Bingham, 2nd Earl of Lucan born and when did he die?", "Can you tell me the lifespan of Richard Bingham, 2nd Earl of Lucan?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7324167> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5112", "question": "What are the birth and death dates of William J. Whaling?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q8020245 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me when William J. Whaling was born and when he died?", "Provide the life span (birth and death dates) of William J. Whaling, the United States Marine Corps Major General."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8020245> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5113", "question": "What were the birth and death dates of Bennelong, a Cadigal man?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthDate ?deathDate WHERE {\n  wd:Q817828 wdt:P569 ?birthDate .\n  wd:Q817828 wdt:P570 ?deathDate .\n}", "paraphrases": ["When was Bennelong born and when did he die?", "Can you tell me the lifespan of Bennelong, a prominent Indigenous Australian from the Cadigal group?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3756857> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5114", "question": "What are the types of sports that have Russian-language labels?", "sparql": "SELECT ?sport ?label WHERE { ?sport wdt:P31 wd:Q31629 . ?sport rdfs:label ?label . FILTER (LANG(?label) = \"ru\") } ORDER BY ?sport", "paraphrases": ["List sports (types of sport) along with their names in Russian.", "Which sports are classified under \"type of sport\" and have a Russian label?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q31629> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } }"}}
{"id": "val_5115", "question": "Which Wikimedia category has Walt Disney World Resort as its main topic?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category ?categoryLabel WHERE {\n  ?category p:P301 ?statement .\n  ?statement ps:P301 wd:Q206859 .\n  ?category rdfs:label ?categoryLabel .\n  FILTER ( LANG( ?categoryLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the Wikipedia category that lists Walt Disney World Resort as its primary subject?", "Show me the English label of the Wikimedia category that is linked to Walt Disney World Resort via the main topic property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q206859> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5116", "question": "What are the sports seasons that belong to a league or competition?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?season WHERE {\n  ?season wdt:P3450 [] ; wdt:P31 wd:Q1539532 .\n}", "paraphrases": ["Which sports club seasons are editions of a league or competition?", "Can you list the sports seasons associated with a league, such as Elitserien?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3450> [] ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1539532> . }"}}
{"id": "val_5117", "question": "What is the Spanish label and description of the property used to represent date of birth in Wikidata?", "sparql": "SELECT ?prop ?propLabel ?propDescription WHERE { wd:Q2389905 wdt:P1687 ?prop . ?prop rdfs:label ?propLabel . ?prop schema:description ?propDescription . FILTER(LANG(?propLabel) = \"es\") FILTER(LANG(?propDescription) = \"es\") }", "paraphrases": ["In Spanish, how is the property for recording someone\u2019s birth date labeled and described in Wikidata?", "Show me the Spanish name and definition of the Wikidata property that stores birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2389905> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_5118", "question": "Lakes in Bhutan with their coordinates and physical properties like area, length, width, volume, watershed area, and perimeter.", "sparql": "SELECT DISTINCT \n  ?lake ?lakeLabel \n  ?latitude ?longitude \n  ?area ?areaUnit ?areaUnitLabel \n  ?length ?lengthUnit ?lengthUnitLabel \n  ?width ?widthUnit ?widthUnitLabel \n  ?volume ?volumeUnit ?volumeUnitLabel \n  ?watershedArea ?watershedUnit ?watershedUnitLabel \n  ?perimeter ?perimeterUnit ?perimeterUnitLabel \nWHERE {\n  ?lake (wdt:P31/wdt:P279*) wd:Q23397 .  # instance of or subclass of lake\n  ?lake wdt:P17 wd:Q917 .                # located in Bhutan\n\n  OPTIONAL {\n    ?lake wdt:P625 ?coord .\n    BIND(geof:latitude(?coord) AS ?latitude)\n    BIND(geof:longitude(?coord) AS ?longitude)\n  }\n\n  OPTIONAL {\n    ?lake p:P2046/psv:P2046 ?areaNode .\n    ?areaNode wikibase:quantityAmount ?area ;\n              wikibase:quantityUnit ?areaUnit .\n    ?areaUnit rdfs:label ?areaUnitLabel .\n    FILTER(LANG(?areaUnitLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?lake p:P2043/psv:P2043 ?lengthNode .\n    ?lengthNode wikibase:quantityAmount ?length ;\n                wikibase:quantityUnit ?lengthUnit .\n    ?lengthUnit rdfs:label ?lengthUnitLabel .\n    FILTER(LANG(?lengthUnitLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?lake p:P2049/psv:P2049 ?widthNode .\n    ?widthNode wikibase:quantityAmount ?width ;\n               wikibase:quantityUnit ?widthUnit .\n    ?widthUnit rdfs:label ?widthUnitLabel .\n    FILTER(LANG(?widthUnitLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?lake p:P2234/psv:P2234 ?volumeNode .\n    ?volumeNode wikibase:quantityAmount ?volume ;\n                wikibase:quantityUnit ?volumeUnit .\n    ?volumeUnit rdfs:label ?volumeUnitLabel .\n    FILTER(LANG(?volumeUnitLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?lake p:P2053/psv:P2053 ?watershedNode .\n    ?watershedNode wikibase:quantityAmount ?watershedArea ;\n                   wikibase:quantityUnit ?watershedUnit .\n    ?watershedUnit rdfs:label ?watershedUnitLabel .\n    FILTER(LANG(?watershedUnitLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?lake p:P2547/psv:P2547 ?perimeterNode .\n    ?perimeterNode wikibase:quantityAmount ?perimeter ;\n                   wikibase:quantityUnit ?perimeterUnit .\n    ?perimeterUnit rdfs:label ?perimeterUnitLabel .\n    FILTER(LANG(?perimeterUnitLabel) = \"en\")\n  }\n\n  ?lake rdfs:label ?lakeLabel .\n  FILTER(LANG(?lakeLabel) = \"en\")\n}\nORDER BY ?lakeLabel", "paraphrases": ["What are the lakes in Bhutan, and what are their geographic coordinates and measurable characteristics such as area, length, width, volume, watershed size, and perimeter?", "Please list all lakes in Bhutan along with their latitude, longitude, and any available data on their area, length, width, volume, watershed area, and perimeter."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label ?var6 ?var7Label ?var8 ?var9Label ?var10 ?var11Label ?var12 ?var13Label ?var14 ?var15Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q917> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var10 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_5119", "question": "Items near latitude 39 and longitude -77 with images and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE { ?item wdt:P625 ?coord . FILTER(CONTAINS(STR(?coord), \"-77\")) FILTER(CONTAINS(STR(?coord), \"39\")) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the places located around Washington, D.C. (coordinates -77, 39) that have photos on Wikimedia Commons and associated Commons categories?", "List up to 3000 entities near the coordinates -77, 39, including their English labels, geographic coordinates, images, and Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-77 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-77 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5120", "question": "What is the average duration and count of films directed by women from 2010 onwards, grouped by country and genre?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(AVG(xsd:float(?duration)) AS ?avgDuration)(COUNT(?film) AS ?filmCount) ?countryLabel ?genreLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P57 ?director .\n  ?film wdt:P577 ?releaseDate .\n  ?film wdt:P136 ?genre .\n  ?film wdt:P495 ?country .\n  ?director wdt:P21 wd:Q6581072 .\n  ?film wdt:P2047 ?duration .\n  ?country rdfs:label ?countryLabel .\n  ?genre rdfs:label ?genreLabel .\n  FILTER(?releaseDate >= \"2010-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(isNumeric(xsd:float(?duration)))\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?genreLabel) = \"en\")\n}\nGROUP BY ?countryLabel ?genreLabel", "paraphrases": ["For each country and genre, how many films directed by women were released since 2010, and what\u2019s their average length?", "Show me the average runtime and number of female-directed films from 2010 onward, broken down by country and genre."], "info": {"raw_sparql": "SELECT( AVG ( ?var1 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 ) ?var5Label ?var6Label WHERE { BIND ( STR ( YEAR ( ?var7 ) ) AS ?var8 ). ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var3 <http://www.wikidata.org/prop/direct/P57> ?var9 . ?var3 <http://www.wikidata.org/prop/direct/P577> ?var7 . ?var3 <http://www.wikidata.org/prop/direct/P136> ?var6 . ?var3 <http://www.wikidata.org/prop/direct/P495> ?var5 . ?var9 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var3 <http://www.wikidata.org/prop/direct/P2047> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var7 >= \"2010-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var6Label ?var5Label"}}
{"id": "val_5121", "question": "What are the superclasses of mountain deity in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  {\n    wd:Q819684 wdt:P279 ?superclass .\n  } UNION {\n    wd:Q819684 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?superclass .\n  } UNION {\n    wd:Q819684 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?superclass .\n  }\n}", "paraphrases": ["What are the immediate and higher-level categories that mountain deity belongs to, up to three levels up in the subclass hierarchy?", "Show me the full classification hierarchy of mountain deity, listing all its superclass categories up to three levels above."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q819684> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5122", "question": "Mountains in Bahrain with coordinates, area, elevation, isolation, prominence, parent peak, material, part-of, and administrative division.", "sparql": "SELECT ?mountain ?mountainLabel ?latitude ?longitude ?area ?areaUnit ?elevation ?elevationUnit ?isolation ?isolationUnit ?prominence ?prominenceUnit ?parentPeak ?material ?partOf ?administrativeEntity ?administrativeEntityLabel WHERE { ?mountain (wdt:P31/wdt:P279*) wd:Q8502 . ?mountain wdt:P17 wd:Q398 . OPTIONAL { ?mountain p:P625/psv:P625 ?coord . ?coord wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude . } OPTIONAL { ?mountain p:P2046/psv:P2046 ?areaStmt . ?areaStmt wikibase:quantityAmount ?area ; wikibase:quantityUnit ?areaUnit . } OPTIONAL { ?mountain p:P2044/psv:P2044 ?elevationStmt . ?elevationStmt wikibase:quantityAmount ?elevation ; wikibase:quantityUnit ?elevationUnit . } OPTIONAL { ?mountain p:P2659/psv:P2659 ?isolationStmt . ?isolationStmt wikibase:quantityAmount ?isolation ; wikibase:quantityUnit ?isolationUnit . } OPTIONAL { ?mountain p:P2660/psv:P2660 ?prominenceStmt . ?prominenceStmt wikibase:quantityAmount ?prominence ; wikibase:quantityUnit ?prominenceUnit . } OPTIONAL { ?mountain wdt:P3137 ?parentPeak . } OPTIONAL { ?mountain wdt:P186 ?material . } OPTIONAL { ?mountain wdt:P361 ?partOf . } OPTIONAL { ?mountain wdt:P131 ?administrativeEntity . } OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") } OPTIONAL { ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") } } ORDER BY DESC(?elevation)", "paraphrases": ["What are the mountains in Bahrain, and what are their geographic and topographic properties such as elevation, area, coordinates, and administrative location?", "List all mountains located in Bahrain, including their latitude and longitude, area, elevation above sea level, topographic isolation and prominence, parent peak, material, part-of relationships, and the administrative region they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var9 ?var10Label ?var11 ?var11Label ?var12Label ?var13 ?var13Label ?var14 ?var14Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q398> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var15 . ?var15 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var16 . ?var16 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var16 <http://wikiba.se/ontology#quantityUnit> ?var17 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var5 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var7 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var8 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2660> / <http://www.wikidata.org/prop/statement/value/P2660> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var9 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var14 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,it,es,ru\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_5123", "question": "Who is a human with the Freebase ID /m/0jcx?", "sparql": "SELECT ?item WHERE { ?item wdt:P31 wd:Q5 . ?item wdt:P646 \"/m/0jcx\" . } LIMIT 100", "paraphrases": ["Find the person associated with the Freebase identifier /m/0jcx.", "Which human entity has the Freebase ID /m/0jcx?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P646> \"m.0tlbg82\". } LIMIT 100"}}
{"id": "val_5124", "question": "DOI of a scholarly article", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?doi WHERE {\n  ?article wdt:P356 ?doi .\n  ?article wdt:P31 wd:Q13442814 .\n}\nLIMIT 1", "paraphrases": ["What is the DOI of a scholarly article on Wikidata?", "Please provide a DOI for a scholarly article from Wikidata."], "info": {"raw_sparql": "SELECT( CONCAT ( ?var1 , STR ( NOW ( ) ) ) AS ?var2 ) WHERE { { SELECT DISTINCT ?var1 ?var3 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P356> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } LIMIT 1 } }"}}
{"id": "val_5125", "question": "Who is the human with the Freebase ID /m/02mjmr?", "sparql": "SELECT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P646 \"/m/02mjmr\" . } LIMIT 100", "paraphrases": ["Find the person identified by the Freebase identifier /m/02mjmr.", "Which human entity is linked to the Freebase ID /m/02mjmr in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P646> \"m.0hh7401\". } LIMIT 100"}}
{"id": "val_5126", "question": "What sports categories does paracanoe belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q2506562 wdt:P279 ?superclass .\n}", "paraphrases": ["What are the direct parent classes of paracanoe in the Wikidata taxonomy?", "Is paracanoe a type of parasport or canoeing and kayaking?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2506562> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5127", "question": "Airport with IATA code AGP, its location, and served cities", "sparql": "SELECT ?airport ?iataCode ?location ?locationLabel ?servedPlace ?servedPlaceLabel WHERE { ?airport wdt:P31/wdt:P279* wd:Q1248784 . OPTIONAL { ?airport wdt:P238 ?iataCode . } OPTIONAL { ?airport wdt:P131 ?location . } OPTIONAL { ?location rdfs:label ?locationLabel . } OPTIONAL { ?airport wdt:P931 ?servedPlace . } OPTIONAL { ?servedPlace rdfs:label ?servedPlaceLabel . } FILTER (?iataCode = \"AGP\") } LIMIT 100", "paraphrases": ["What airport has the IATA code AGP, and where is it located and which cities does it serve?", "Show me the airport with IATA code AGP, including its administrative location and the places it serves."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,uk\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } FILTER ( ( ( ?var2 = \"AGP\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P931> ?var4 . } } LIMIT 100"}}
{"id": "val_5128", "question": "Substances that are thickeners", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?thickener ?thickenerLabel WHERE {\n  ?thickener wdt:P31 wd:Q911138 .\n  ?thickener rdfs:label ?thickenerLabel .\n  FILTER ( LANG( ?thickenerLabel ) = \"en\" )\n}", "paraphrases": ["What are some examples of thickeners?", "List the known substances used as thickeners."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q911138> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } }"}}
{"id": "val_5129", "question": "Variant spellings of surnames that are considered equivalent in Wikidata.", "sparql": "SELECT ?surnameVariant1 ?surnameVariant2 WHERE { ?surnameClass wdt:P279* wd:Q101352 . ?surnameVariant1 wdt:P31 ?surnameClass . ?surnameVariant1 wdt:P460 ?surnameVariant2 . }", "paraphrases": ["What are the different spellings of surnames that are considered the same as each other?", "Show me pairs of surname variants that are marked as equivalent in Wikidata, including cross-language or orthographic variants."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q101352> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P460> ?var2 . }"}}
{"id": "val_5130", "question": "List the top 21 named relationships in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?relationship ?label WHERE {\n  ?relationship wdt:P31 wd:Q930933 .\n  ?relationship rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 21", "paraphrases": ["What are some examples of relationships (like cultural or social connections) defined in Wikidata?", "Can you show me 21 named relationships (such as 'alcohol and health' or 'Homosexuality and Taoism') along with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q930933> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5131", "question": "Which countries have the most monuments listed in Wiki Loves Monuments, and how many are there?", "sparql": "SELECT ?country ?countryLabel (SAMPLE(?monument) AS ?exampleMonument) (COUNT(DISTINCT ?wlmId) AS ?monumentCount) (SAMPLE(?wlmId) AS ?exampleWlmId) WHERE { ?monument wdt:P2186 ?wlmId . OPTIONAL { ?monument wdt:P17 ?country . } FILTER EXISTS { ?monument wdt:P17 ?country } . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } GROUP BY ?country ?countryLabel ORDER BY DESC(?monumentCount)", "paraphrases": ["For each country, how many unique Wiki Loves Monuments IDs are recorded, and can you show an example monument and ID per country?", "Show me a list of countries with their total number of monuments in the Wiki Loves Monuments project, sorted from highest to lowest, along with one example monument and its ID per country."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var3 )( COUNT ( DISTINCT ?var4 ) AS ?var5 )( SAMPLE ( ?var4 ) AS ?var6 )( SAMPLE ( ?var1Label ) AS ?var1Label ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2186> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P17> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } GROUP BY ?var1"}}
{"id": "val_5132", "question": "What is the native label of the male given name \"Beat\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?nativeLabel WHERE {\n  wd:Q336958 wdt:P1705 ?nativeLabel .\n}", "paraphrases": ["Native label of Beat (given name)", "Show the official or original language name for the given name \"Beat\"."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q336958> <http://www.wikidata.org/prop/direct/P1705> ?var1Label . }"}}
{"id": "val_5133", "question": "People with German as native language and their gender.", "sparql": "SELECT ?person ?personLabel ?genderLabel WHERE { ?person wdt:P103 wd:Q188 . ?person wdt:P21 ?gender . ?person rdfs:label ?personLabel . ?gender rdfs:label ?genderLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["Who are the people whose native language is German, and what is their gender?", "List the names and genders of all people who speak German as their first language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P103> <http://www.wikidata.org/entity/Q188> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5134", "question": "Find all Swedish National Biography ID (SBL ID) duplicates in Wikidata and the people/families associated with them.", "sparql": "SELECT ?sblId ?item ?itemLabel WHERE { ?item wdt:P3217 ?sblId . { SELECT ?sblId WHERE { ?item2 wdt:P3217 ?sblId . } GROUP BY ?sblId HAVING (COUNT(*) > 1) } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } ORDER BY ASC(xsd:integer(?sblId))", "paraphrases": ["Which Swedish National Biography IDs are assigned to more than one person or family in Wikidata, and who are they?", "List all Wikidata items that share a Swedish National Biography ID (SBL ID) with another item, including the ID and their English labels, sorted by the ID number."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P3217> ?var1 . { SELECT( COUNT (* ) AS ?var2 ) ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3217> ?var1 . } GROUP BY ?var1 HAVING ( ( COUNT (* ) > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_5135", "question": "English name of D. B. Cooper", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q348970 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"EN\" ) )\n}\nLIMIT 1", "paraphrases": ["What is the English label for the entity D. B. Cooper?", "Show me the English name of D. B. Cooper."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q348970> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_5136", "question": "What are the books written by George Orwell, and in which locations are their stories set?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?workLabel ?narrativeLocationLabel WHERE {\n  ?work wdt:P50 wd:Q3335 .\n  OPTIONAL {\n    ?work wdt:P840 ?narrativeLocation .\n    ?narrativeLocation rdfs:label ?narrativeLocationLabel .\n    FILTER(LANG(?narrativeLocationLabel) = \"en\")\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nORDER BY ?workLabel", "paraphrases": ["Show me all works by George Orwell along with the places where they are set, if known.", "Which locations are the settings of George Orwell\u2019s literary works?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3335> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P840> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5137", "question": "Most used property linking to Blade Runner", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ( COUNT( ?prop ) AS ?count ) WHERE {\n  ?item ?prop wd:Q184843 .\n  FILTER ( STRSTARTS( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}\nGROUP BY ?prop\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is most frequently used to connect other items to the film Blade Runner?", "Show me the property that links the most number of items to Blade Runner, along with how many times it\u2019s used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q184843> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5138", "question": "Who is the Artnet artist with ID \"chen-yixi\", and what is their English description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?artist ?artistLabel ?description WHERE {\n  ?artist wdt:P3782 \"chen-yixi\" .\n  OPTIONAL {\n    ?artist rdfs:label ?artistLabel .\n    FILTER(LANG(?artistLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?artist schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the artist identified by the Artnet ID \"chen-yixi\"?", "Please provide the English label and description of the person in Wikidata who has the Artnet artist ID \"chen-yixi\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3782> \"chen-yixi\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5139", "question": "Most frequently used property for Shanghai Tower", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { wd:Q18547 ?directClaim ?value . ?property wikibase:directClaim ?directClaim . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is used most often to describe the Shanghai Tower?", "Show me the property that appears most frequently in statements about the Shanghai Tower."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q18547> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5140", "question": "What places or landmarks are located in Hohenau, Germany?", "sparql": "SELECT ?item WHERE { ?item wdt:P131 wd:Q505915 . }", "paraphrases": ["List all administrative subdivisions or features within the municipality of Hohenau.", "Which entities are situated within the boundaries of Hohenau?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q505915> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5141", "question": "What properties are most frequently used to link people or entities to Hampstead, excluding those used only once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q25610 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most entities to Hampstead, and how many times are they used?", "Show me the properties that link entities to Hampstead, sorted by how often they appear, but only include properties used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q25610> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5142", "question": "What is the name of the museum with Museofile ID M0373?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?museumLabel ?museofileId ?museum WHERE {\n  ?museum wdt:P539 ?museofileId .\n  FILTER(?museofileId = \"M0373\")\n  .\n  ?museum rdfs:label ?museumLabel .\n}", "paraphrases": ["Which museum is identified by the Museofile ID M0373?", "Show me the label and Museofile ID for the museum with ID M0373."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P539> ?var2 . FILTER ( ( ?var2 IN ( \"M0373\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_5143", "question": "Works depicting topics related to the themes in \"Promenading on the Ramparts of Copenhagen\" and their paired subjects.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  wd:Q20429098 wdt:P180 ?topic .\n  {\n    ?var3 wdt:P180 ?var1 .\n    ?var1 wdt:P1269 ?topic .\n  } UNION {\n    ?var3 wdt:P180 ?var1 .\n    ?var1 wdt:P361 ?topic .\n  } UNION {\n    ?var3 wdt:P180 ?var1 .\n    ?var1 wdt:P279 ?topic .\n  }\n  ?var3 wdt:P180 ?var1 , ?var2 .\n  FILTER(?var1 != ?var2 && ?var1 != ?topic && ?var2 != ?topic)\n}", "paraphrases": ["Which artworks depict two distinct themes that are facets, parts, or subclasses of the themes shown in the painting \"Promenading on the Ramparts of Copenhagen on the Evening of a Public Holiday in Spring\"?", "Show me pairs of depicted topics from other artworks that are thematically related (as facets, parts, or subclasses) to the subjects depicted in the painting \"Promenading on the Ramparts of Copenhagen on the Evening of a Public Holiday in Spring\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q20429098> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q20429098> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q20429098> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q20429098> != ?var1 ) && ( <http://www.wikidata.org/entity/Q20429098> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5144", "question": "What is the English label and description of the board game with BoardGameGeek ID 153318?", "sparql": "SELECT ?game ?gameLabel ?description WHERE { ?game wdt:P2339 \"153318\" . ?game rdfs:label ?gameLabel . FILTER(LANG(?gameLabel) = \"en\") . OPTIONAL { ?game schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me about the game Dimension, including its English description?", "Show me the English name and description of the board game identified by the BGG ID 153318."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2339> \"153305\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5145", "question": "Named house cats and their additional classifications (e.g., mascot, pet).", "sparql": "SELECT ?cat ?catLabel ?type WHERE { ?cat wdt:P31 wd:Q146 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") . ?cat wdt:P31 ?type . }", "paraphrases": ["What are the named cats that are house cats, and what other categories do they belong to?", "List all named domestic cats along with the types they are classified as, using English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } }"}}
{"id": "val_5146", "question": "Institutions in Nauru with duplicate GeoNames IDs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?institution1 ?geonamesId ?institution2 WHERE {\n  ?institution1 wdt:P17 wd:Q697 ; wdt:P1566 ?geonamesId .\n  ?institution2 wdt:P1566 ?geonamesId .\n  FILTER ( ?institution1 != ?institution2 )\n}", "paraphrases": ["Which two different institutions in Nauru share the same GeoNames ID?", "Show me two distinct educational institutions located in Nauru that are assigned the same identifier in the GeoNames database."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q697> ; <http://www.wikidata.org/prop/direct/P1566> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P1566> ?var2 . FILTER ( ( ( ?var1 != ?var3 ) ) ) . }"}}
{"id": "val_5147", "question": "What properties (excluding \"instance of\") are used to link entities to the bathroom entity in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?statementProperty wd:Q190771 . ?property wikibase:statementProperty ?statementProperty . FILTER (?property != wd:P31) }", "paraphrases": ["Which properties, other than \"instance of\", have been used to connect other items to the bathroom in Wikidata?", "Show me all the properties (except P31) that have been used in statements where the object is a bathroom, such as in depictions, main subjects, or parts of a building."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q190771> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_5148", "question": "What movie has the elFilm ID 1581657?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"1581657\" . }", "paraphrases": ["Which film on Wikidata is identified by the elFilm ID 1581657?", "I\u2019m looking for the Wikidata item of the movie with elFilm ID 1581657 \u2014 can you tell me what it is?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1581657\". }"}}
{"id": "val_5149", "question": "What are all the types of desserts listed in Wikidata?", "sparql": "SELECT ?dessertType ?dessertTypeLabel WHERE { ?dessertType (wdt:P279*) wd:Q182940 . ?dessertType rdfs:label ?dessertTypeLabel . FILTER (LANG(?dessertTypeLabel) = \"en\") }", "paraphrases": ["Can you list all subclasses of dessert in English, including indirect ones like mochi ice cream and bread pudding?", "Show me the English names of all food items that are considered types of dessert."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q182940> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5150", "question": "What are the title, duration, MPAA rating, Rotten Tomatoes ID, Box Office Mojo ID, release date, and language of the film with IMDb ID tt3874544?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?title ?duration ?mpaa_rating ?rotten_tomatoes_id ?metacritic_id ?moviemeter_id ?website ?allmovie_id ?box_office_mojo_id ?publication_date ?the_numbers_id ?google_kg_id ?languageLabel WHERE {\n  ?film ( wdt:P31 / wdt:P279 * ) wd:Q11424 .\n  ?film wdt:P345 \"tt3874544\" .\n  OPTIONAL {\n    ?film wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?film wdt:P2047 ?duration .\n  }\n  OPTIONAL {\n    ?film wdt:P1657 ?mpaa_rating .\n  }\n  OPTIONAL {\n    ?film wdt:P1258 ?rotten_tomatoes_id .\n  }\n  OPTIONAL {\n    ?film wdt:P1712 ?metacritic_id .\n  }\n  OPTIONAL {\n    ?film wdt:P1970 ?moviemeter_id .\n  }\n  OPTIONAL {\n    ?film wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?film wdt:P1562 ?allmovie_id .\n  }\n  OPTIONAL {\n    ?film wdt:P1237 ?box_office_mojo_id .\n  }\n  OPTIONAL {\n    ?film wdt:P577 ?publication_date .\n  }\n  OPTIONAL {\n    ?film wdt:P3808 ?the_numbers_id .\n  }\n  OPTIONAL {\n    ?film wdt:P2671 ?google_kg_id .\n  }\n  OPTIONAL {\n    ?film wdt:P364 ?language .\n  }\n  OPTIONAL {\n    ?language rdfs:label ?languageLabel .\n    FILTER ( LANG( ?languageLabel ) = \"en\" )\n  }\n}\nLIMIT 1", "paraphrases": ["Can you tell me the title, runtime, rating, and where to find reviews for the movie \"The Boss Baby\" on IMDb?", "Please provide detailed metadata for the film identified by IMDb ID tt3874544, including its title, duration, rating, online identifiers (like Rotten Tomatoes and Box Office Mojo), release date, and original language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5Label ?var6 ?var7Label ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 ?var16 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3874544\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P364> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1657> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1562> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1712> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1970> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1258> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1237> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2671> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1687> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var15 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3808> ?var16 . } } LIMIT 1"}}
{"id": "val_5151", "question": "What are some examples of breakfast foods?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?breakfastFood ?breakfastFoodLabel WHERE {\n  ?breakfastFood wdt:P31 wd:Q80973 .\n  ?breakfastFood rdfs:label ?breakfastFoodLabel .\n  FILTER(LANG(?breakfastFoodLabel) = \"en\")\n}", "paraphrases": ["Which items are classified as instances of breakfast?", "List the English names of all known breakfast dishes according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q80973> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5152", "question": "People named George who are human, with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( REGEX( ?personLabel , \"^George( |$)\" , \"i\" ) )\n}\nLIMIT 4", "paraphrases": ["Who are some humans with the name George in English?", "List up to four English-named humans whose names start with \"George\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( REGEX ( ?var1Label , \"George.\" ) ) ) . } LIMIT 4"}}
{"id": "val_5153", "question": "What teams and events have played at Children's Mercy Park, and what type of association do they have (e.g., home venue or location)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?item ?statement ?propertyLabel(SAMPLE(?qualifier_label) AS ?qualifier) WHERE {\n  ?statement ?psProperty wd:Q1787141 .\n  ?property wikibase:statementProperty ?psProperty .\n  ?item ?pProperty ?statement .\n  ?property wikibase:claim ?pProperty .\n  FILTER(?property != wd:P31)\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier ?qualifierProperty .\n    ?qualifierProperty rdfs:label ?qualifier_label .\n    FILTER(LANG(?qualifier_label) = \"en\")\n  }\n}\nGROUP BY ?item ?statement ?propertyLabel", "paraphrases": ["Which sports teams and tournaments are associated with Children's Mercy Park, and do any of those associations include a start time or other qualifiers?", "List all entities linked to Children's Mercy Park via Wikidata statements, showing whether they are connected as home venues or by location, along with any qualifier information like start dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q1787141> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5154", "question": "Works authored by Jasper Fforde", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P50 wd:Q713778 .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}", "paraphrases": ["What books has Jasper Fforde written?", "List the English titles of all books where Jasper Fforde is the author."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q713778> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5155", "question": "Mountains in El Salvador with coordinates and elevation", "sparql": "SELECT ?mountain ?mountainLabel ?latitude ?longitude ?elevation ?adminLabel WHERE { ?mountain (wdt:P31/wdt:P279*) wd:Q8502 . ?mountain wdt:P17 wd:Q792 . OPTIONAL { ?mountain wdt:P625 ?coord . BIND(geof:latitude(?coord) AS ?latitude) BIND(geof:longitude(?coord) AS ?longitude) } OPTIONAL { ?mountain wdt:P2044 ?elevation . } OPTIONAL { ?mountain wdt:P131 ?admin . ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") } ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") } ORDER BY ?mountainLabel", "paraphrases": ["What are the mountains in El Salvador, and what are their elevations and administrative regions?", "List all mountains in El Salvador along with their latitude, longitude, elevation above sea level, and the department they are located in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var9 ?var10Label ?var11 ?var11Label ?var12Label ?var13 ?var13Label ?var14 ?var14Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q792> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var15 . ?var15 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var16 . ?var16 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var16 <http://wikiba.se/ontology#quantityUnit> ?var17 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var5 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var7 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var8 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2660> / <http://www.wikidata.org/prop/statement/value/P2660> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var9 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var14 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,it,es,ru\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_5156", "question": "Lakes in Algeria with area, coordinates, length, width, watershed area, perimeter, and volume.", "sparql": "SELECT DISTINCT ?lake ?lakeLabel ?latitude ?longitude ?area ?areaUnit ?length ?lengthUnit ?width ?widthUnit ?volumeAmount ?volumeUnit ?watershedArea ?watershedAreaUnit ?perimeter ?perimeterUnit WHERE {  ?lake (wdt:P31/wdt:P279*) wd:Q23397 .  ?lake wdt:P17 wd:Q262 .  OPTIONAL {    ?lake wdt:P625 ?coord .    BIND(geof:latitude(?coord) AS ?latitude)    BIND(geof:longitude(?coord) AS ?longitude)  }  OPTIONAL {    ?lake p:P2046 ?areaStmt .    ?areaStmt psv:P2046 ?areaNode .    ?areaNode wikibase:quantityAmount ?area ;              wikibase:quantityUnit ?areaUnit .  }  OPTIONAL {    ?lake p:P2043 ?lengthStmt .    ?lengthStmt psv:P2043 ?lengthNode .    ?lengthNode wikibase:quantityAmount ?length ;                wikibase:quantityUnit ?lengthUnit .  }  OPTIONAL {    ?lake p:P2049 ?widthStmt .    ?widthStmt psv:P2049 ?widthNode .    ?widthNode wikibase:quantityAmount ?width ;               wikibase:quantityUnit ?widthUnit .  }  OPTIONAL {    ?lake p:P2234 ?volumeStmt .    ?volumeStmt psv:P2234 ?volumeNode .    ?volumeNode wikibase:quantityAmount ?volumeAmount ;                wikibase:quantityUnit ?volumeUnit .  }  OPTIONAL {    ?lake p:P2053 ?watershedStmt .    ?watershedStmt psv:P2053 ?watershedNode .    ?watershedNode wikibase:quantityAmount ?watershedArea ;                   wikibase:quantityUnit ?watershedAreaUnit .  }  OPTIONAL {    ?lake p:P2547 ?perimeterStmt .    ?perimeterStmt psv:P2547 ?perimeterNode .    ?perimeterNode wikibase:quantityAmount ?perimeter ;                   wikibase:quantityUnit ?perimeterUnit .  }  ?lake rdfs:label ?lakeLabel .  FILTER(LANG(?lakeLabel) = \"en\")} ORDER BY DESC(?area)", "paraphrases": ["What are the lakes in Algeria, and what are their geographic coordinates, surface area, length, width, watershed size, perimeter, and volume?", "Please list all lakes in Algeria along with their area (in descending order), coordinates, and other physical dimensions like length, width, watershed area, perimeter, and volume where available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q262> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_5157", "question": "Mountains in Somalia with elevation and coordinates, sorted by height.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT ?mountain ?mountainLabel ?latitude ?longitude ?elevation ?elevationUnit WHERE {\n  ?mountain wdt:P31 / wdt:P279 * wd:Q8502 ; wdt:P17 wd:Q1045 .\n  ?mountain p:P625 / psv:P625 ?coord .\n  ?coord wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude .\n  OPTIONAL {\n    ?mountain p:P2044 / psv:P2044 ?elev .\n    ?elev wikibase:quantityAmount ?elevation ; wikibase:quantityUnit ?elevationUnit .\n  }\n  OPTIONAL {\n    ?mountain rdfs:label ?mountainLabel .\n    FILTER(LANG(?mountainLabel) = \"en\")\n  }\n}\nORDER BY DESC(?elevation)", "paraphrases": ["What are the highest mountains in Somalia, and what are their elevations and geographic coordinates?", "Please list all mountains in Somalia, including their latitude, longitude, and elevation (if available), ordered from highest to lowest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var9 ?var10Label ?var11 ?var11Label ?var12Label ?var13 ?var13Label ?var14 ?var14Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1045> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var15 . ?var15 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var16 . ?var16 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var16 <http://wikiba.se/ontology#quantityUnit> ?var17 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var5 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var7 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var8 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2660> / <http://www.wikidata.org/prop/statement/value/P2660> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var9 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var14 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,it,es,ru\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_5158", "question": "Mountains in the Northern Mariana Islands ranked by elevation, including coordinates and elevation values.", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?mountain ?mountainLabel ?elevation ?elevationUnit ?lat ?lon WHERE {\n  ?mountain wdt:P31 / wdt:P279 * wd:Q8502 .\n  ?mountain wdt:P131 wd:Q16644 .\n  OPTIONAL {\n    ?mountain p:P2044 / psv:P2044 ?elevationNode .\n    ?elevationNode wikibase:quantityAmount ?elevation .\n    ?elevationNode wikibase:quantityUnit ?elevationUnit .\n  }\n  OPTIONAL {\n    ?mountain wdt:P625 ?coord .\n    BIND( geof:latitude ( ?coord ) AS ?lat ) .\n    BIND( geof:longitude ( ?coord ) AS ?lon ) .\n  }\n  OPTIONAL {\n    ?mountain rdfs:label ?mountainLabel .\n    FILTER ( LANG( ?mountainLabel ) = \"en\" ) .\n  }\n}\nORDER BY DESC ( ?elevation )", "paraphrases": ["What are the mountains in the Northern Mariana Islands, and how high are they above sea level?", "List all mountains in the Northern Mariana Islands, sorted from highest to lowest elevation, along with their latitude and longitude."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var9 ?var10Label ?var11 ?var11Label ?var12Label ?var13 ?var13Label ?var14 ?var14Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q16644> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var15 . ?var15 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var16 . ?var16 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var16 <http://wikiba.se/ontology#quantityUnit> ?var17 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var5 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var6 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var7 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var8 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2660> / <http://www.wikidata.org/prop/statement/value/P2660> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var9 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3137> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var14 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,it,es,ru\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_5159", "question": "World Heritage Sites in the Netherlands with images and English labels", "sparql": "SELECT DISTINCT ?site ?label ?image ?wikipedia WHERE { ?site wdt:P31 wd:Q9259 . ?site wdt:P17 wd:Q55 . OPTIONAL { ?site wdt:P18 ?image . } OPTIONAL { ?wikipedia schema:about ?site ; schema:isPartOf <https://en.wikipedia.org/> . } ?site rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 50", "paraphrases": ["What are the World Heritage Sites in the Netherlands, and what are their English names, images, and Wikipedia pages?", "Show me the English names, images, and Wikipedia links for all World Heritage Sites located in the Netherlands."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q9259> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q55> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/2000/01/rdf-schema#about> ?var1 . ?var4 <http://www.w3.org/2000/01/rdf-schema#isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } LIMIT 50"}}
{"id": "val_5160", "question": "Lakes in Antigua and Barbuda with coordinates and measurements like area, length, width, volume, watershed, and perimeter.", "sparql": "SELECT DISTINCT ?lake ?lakeLabel ?latitude ?longitude ?areaValue ?lengthValue ?widthValue ?volumeUnit ?watershedValue ?perimeterValue WHERE { ?lake (wdt:P31/wdt:P279*) wd:Q23397 . ?lake wdt:P17 wd:Q781 . OPTIONAL { ?lake (p:P625/psv:P625) ?coord . ?coord wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude . } OPTIONAL { ?lake (p:P2046/psv:P2046) ?area . ?area wikibase:quantityAmount ?areaValue ; wikibase:quantityUnit ?areaUnit . } OPTIONAL { ?lake (p:P2043/psv:P2043) ?length . ?length wikibase:quantityAmount ?lengthValue ; wikibase:quantityUnit ?lengthUnit . } OPTIONAL { ?lake (p:P2049/psv:P2049) ?width . ?width wikibase:quantityAmount ?widthValue ; wikibase:quantityUnit ?widthUnit . } OPTIONAL { ?lake (p:P2234/psv:P2234) ?volume . ?volume wikibase:quantityUnit ?volumeUnit . } OPTIONAL { ?lake (p:P2053/psv:P2053) ?watershed . ?watershed wikibase:quantityAmount ?watershedValue ; wikibase:quantityUnit ?watershedUnit . } OPTIONAL { ?lake (p:P2547/psv:P2547) ?perimeter . ?perimeter wikibase:quantityAmount ?perimeterValue ; wikibase:quantityUnit ?perimeterUnit . } } ORDER BY DESC(?areaValue)", "paraphrases": ["What are the lakes in Antigua and Barbuda, and what are their geographic coordinates and physical dimensions such as area, length, and perimeter?", "List all lakes in Antigua and Barbuda along with their latitude, longitude, and any available data on area, length, width, volume, watershed area, and perimeter, sorted by largest area first."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q781> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_5161", "question": "Lakes in the Falkland Islands with their coordinates and physical measurements.", "sparql": "SELECT DISTINCT ?lake ?lakeLabel ?latitude ?longitude ?area ?areaUnit ?length ?lengthUnit ?width ?widthUnit ?watershedArea ?watershedAreaUnit ?perimeter ?perimeterUnit WHERE { ?lake (wdt:P31/wdt:P279*) wd:Q23397 . ?lake wdt:P17 wd:Q9648 . OPTIONAL { ?lake wdt:P625 ?coord . BIND(geof:latitude(?coord) AS ?latitude) BIND(geof:longitude(?coord) AS ?longitude) } OPTIONAL { ?lake p:P2046 ?areaStmt . ?areaStmt ps:P2046 ?area ; pq:P2046 ?areaUnit . } OPTIONAL { ?lake p:P2043 ?lengthStmt . ?lengthStmt ps:P2043 ?length ; pq:P2043 ?lengthUnit . } OPTIONAL { ?lake p:P2049 ?widthStmt . ?widthStmt ps:P2049 ?width ; pq:P2049 ?widthUnit . } OPTIONAL { ?lake p:P2053 ?watershedStmt . ?watershedStmt ps:P2053 ?watershedArea ; pq:P2053 ?watershedAreaUnit . } OPTIONAL { ?lake p:P2547 ?perimeterStmt . ?perimeterStmt ps:P2547 ?perimeter ; pq:P2547 ?perimeterUnit . } OPTIONAL { ?lake rdfs:label ?lakeLabel . FILTER(LANG(?lakeLabel) = \"en\") } } ORDER BY ?lakeLabel", "paraphrases": ["What are the names, coordinates, and dimensions (area, length, width, watershed area, perimeter) of lakes in the Falkland Islands?", "List all lakes in the Falkland Islands along with their latitude, longitude, and any recorded physical properties such as area, length, width, watershed area, and perimeter."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q9648> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2234> / <http://www.wikidata.org/prop/statement/value/P2234> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2053> / <http://www.wikidata.org/prop/statement/value/P2053> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var22 . ?var22 <http://wikiba.se/ontology#quantityAmount> ?var14 . ?var22 <http://wikiba.se/ontology#quantityUnit> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_5162", "question": "Properties related to filming location with English labels and descriptions.", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P915 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"en\") . FILTER (LANG(?description) = \"en\") .}", "paraphrases": ["What properties are related to the filming location property in Wikidata, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties that are related to filming location (P915) via the related property relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P915> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_5163", "question": "What is Barack Obama's birth name?", "sparql": "SELECT ?birthName WHERE { wd:Q76 wdt:P1477 ?birthName .}", "paraphrases": ["What full name was Barack Obama given at birth?", "Can you tell me the official birth name of the 44th President of the United States, Barack Obama?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q76> <http://www.wikidata.org/prop/direct/P1477> ?var1 . } LIMIT 1000"}}
{"id": "val_5164", "question": "English names of people with the given name Mickael", "sparql": "SELECT ?label WHERE { ?person wdt:P735 wd:Q20000609 ; rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["Who are the people named Mickael, and what are their English labels?", "List the English names of all individuals whose given name is Mickael."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2561> <http://www.wikidata.org/entity/Q20000609> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_5165", "question": "What are the most common first names in Wikidata that don't have a Soundex code assigned?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?givenName(COUNT(*) AS ?count) WHERE {\n  ?person wdt:P735 ?givenName . MINUS {\n    ?givenName p:P3878 [] .\n  }\n}\nGROUP BY ?givenName\nORDER BY DESC(?count)\nLIMIT 100", "paraphrases": ["Which given names are used most frequently for people but are not phonetically indexed by the Soundex algorithm?", "Show me the top 100 first names that lack a Soundex code, ordered by how often they appear as given names."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P735> ?var1 . MINUS { ?var1 <http://www.wikidata.org/prop/P3878> [] . } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_5166", "question": "What are the islands in the Pitcairn Islands, and what are their areas and coordinates?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?island ?islandLabel ?latitude ?longitude ?area ?areaUnit ?adminArea ?adminAreaLabel WHERE {\n  ?island ( wdt:P31 / wdt:P279 * ) wd:Q23442 .\n  ?island wdt:P17 wd:Q35672 .\n  OPTIONAL {\n    ?island ( p:P625 / psv:P625 ) ?coordNode .\n    ?coordNode wikibase:geoLatitude ?latitude ; wikibase:geoLongitude ?longitude .\n  }\n  OPTIONAL {\n    ?island ( p:P2046 / psv:P2046 ) ?areaNode .\n    ?areaNode wikibase:quantityAmount ?area ; wikibase:quantityUnit ?areaUnit .\n  }\n  OPTIONAL {\n    ?island wdt:P131 ?adminArea .\n    ?adminArea rdfs:label ?adminAreaLabel .\n    FILTER ( LANG( ?adminAreaLabel ) = \"en\" )\n  }\n  ?island rdfs:label ?islandLabel .\n  FILTER ( LANG( ?islandLabel ) = \"en\" )\n}\nORDER BY DESC ( ?area )", "paraphrases": ["Can you list the islands belonging to the Pitcairn Islands along with their latitude, longitude, and area in square kilometers?", "Show me the geographic details of islands in the Pitcairn Islands, sorted by largest area first."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var5Label ?var6 ?var7 ?var7Label ?var8 ?var9 ?var9Label ?var10 ?var11Label ?var12 ?var13 ?var13Label ?var14 ?var14Label ?var15 ?var15Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23442> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q35672> . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P625> / <http://www.wikidata.org/prop/statement/value/P625> ) ?var16 . ?var16 <http://wikiba.se/ontology#geoLatitude> ?var2 ; <http://wikiba.se/ontology#geoLongitude> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2046> / <http://www.wikidata.org/prop/statement/value/P2046> ) ?var17 . ?var17 <http://wikiba.se/ontology#quantityAmount> ?var4 . ?var17 <http://wikiba.se/ontology#quantityUnit> ?var5 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2043> / <http://www.wikidata.org/prop/statement/value/P2043> ) ?var18 . ?var18 <http://wikiba.se/ontology#quantityAmount> ?var6 . ?var18 <http://wikiba.se/ontology#quantityUnit> ?var7 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2049> / <http://www.wikidata.org/prop/statement/value/P2049> ) ?var19 . ?var19 <http://wikiba.se/ontology#quantityAmount> ?var8 . ?var19 <http://wikiba.se/ontology#quantityUnit> ?var9 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2547> / <http://www.wikidata.org/prop/statement/value/P2547> ) ?var20 . ?var20 <http://wikiba.se/ontology#quantityAmount> ?var10 . ?var20 <http://wikiba.se/ontology#quantityUnit> ?var11 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var21 . ?var21 <http://wikiba.se/ontology#quantityAmount> ?var12 . ?var21 <http://wikiba.se/ontology#quantityUnit> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var15 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr,es,se,sv,it,ru\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_5167", "question": "List of drugs with their English names, sorted alphabetically.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?item WHERE {\n  ?item wdt:P31 wd:Q8386 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( ?label )", "paraphrases": ["What are the English names of all known drugs in Wikidata?", "Show me the English labels of all items classified as drugs."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8386> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_5168", "question": "What are all the broader categories that a mountain belongs to, including itself?", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q8502 wdt:P279* ?subclass }", "paraphrases": ["What classes is the concept of a mountain a subclass of?", "List all the parent categories of mountains in the Wikidata hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q37724943> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5169", "question": "Humans in Wikidata with no recorded birth or death date.", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 . OPTIONAL { ?human wdt:P569 ?birthDate . } FILTER ( !BOUND(?birthDate) ) OPTIONAL { ?human wdt:P570 ?deathDate . } FILTER ( !BOUND(?deathDate) ) }", "paraphrases": ["Who are the people in Wikidata for whom neither birth nor death dates are known?", "List all humans in Wikidata that lack both birth and death dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . }"}}
{"id": "val_5170", "question": "What items are owned by \u00d6AMTC, and what are their English labels, types, and official websites?", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage ?website ?instanceType WHERE { ?item wdt:P127 wd:Q306057 . OPTIONAL { ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?item wdt:P856 ?website . } OPTIONAL { ?item wdt:P31 ?instanceType . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the vehicles owned by the Austrian motor club \u00d6AMTC, including their English names and classifications?", "Show me the English names and types of all items owned by \u00d6AMTC, even if they don\u2019t have a Wikipedia page or official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q306057> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5171", "question": "List forward-strand genes in Escherichia coli K-12 MG1655 with their Entrez IDs, locus tags, and genomic coordinates.", "sparql": "SELECT ?gene ?start ?end ?locusTag ?entrezId ?label ?strandFlag WHERE { ?gene wdt:P279 wd:Q7187 ; wdt:P703 wd:Q21102938 ; wdt:P351 ?entrezId ; wdt:P2393 ?locusTag ; wdt:P644 ?start ; wdt:P645 ?end ; wdt:P2548 ?strand ; rdfs:label ?label . FILTER (LANG(?label) = \"en\") FILTER (?strand = wd:Q22809680) BIND(IF(?strand = wd:Q22809680, \"1\", \"-1\") AS ?strandFlag) } LIMIT 10", "paraphrases": ["What are the English-labeled genes on the forward strand in Escherichia coli K-12 strain MG1655, and what are their NCBI locus tags and Entrez Gene IDs?", "Show me the genes in E. coli K-12 MG1655 that are oriented on the forward strand, including their start and end positions, locus tags, and Entrez IDs, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var10 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7187> ; <http://www.wikidata.org/prop/direct/P703> ?var11 ; <http://www.wikidata.org/prop/direct/P351> ?var3 ; <http://www.wikidata.org/prop/direct/P351> ?var6 ; <http://www.wikidata.org/prop/direct/P2393> ?var7 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var8 ; <http://www.wikidata.org/prop/direct/P644> ?var1 ; <http://www.wikidata.org/prop/direct/P645> ?var2 ; <http://www.wikidata.org/prop/direct/P2548> ?var12 ; <http://www.wikidata.org/prop/P644> ?var13 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P2249> ?var9 . FILTER ( ( ( LANG ( ?var8 ) = \"en\" ) ) ) . } BIND ( IF ( ( ?var12 = <http://www.wikidata.org/entity/Q22809680> ), \"1\", \"-1\" ) AS ?var4 ). BIND ( STR ( ?var10 ) AS ?var5 ). FILTER ( ( ( ?var9 = \"string1\" ) ) ) . ?var11 <http://www.wikidata.org/prop/direct/P685> \"471472\". FILTER ( ( !(( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) > \"1400000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) < \"1300000\"^^<http://www.w3.org/2001/XMLSchema#integer> )) ) ) . }"}}
{"id": "val_5172", "question": "Subclasses of person that are occupations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q215627 .\n  ?subclass wdt:P31 wd:Q12737077 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What are some occupations that are types of people?", "List all human roles or professions that are subclasses of person."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q215627> ) } ?var3 <http://www.wikidata.org/prop/direct/P279> * ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_5173", "question": "What are the prices of products listed in Wikidata?", "sparql": "SELECT ?item ?itemLabel ?price WHERE { ?item wdt:P2284 ?price . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you list the English names of products along with their published prices?", "Show me the cost of digital items like games and books, using their English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2284> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5174", "question": "Minor localities in Sweden without Swedish Wikipedia pages and not part of any other entity, with their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?minorLocality ?coordinate WHERE {\n  ?minorLocality p:P31 ?statement1 .\n  ?statement1 ps:P31 wd:Q14839548 .\n  ?minorLocality p:P625 ?stmt2 .\n  ?stmt2 ps:P625 ?coordinate .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?minorLocality .\n    ?wikipediaPage schema:isPartOf <https://sv.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?otherEntity wdt:P527 ?minorLocality .\n  }\n  FILTER(! BOUND(?wikipediaPage))\n  FILTER(! BOUND(?otherEntity))\n}", "paraphrases": ["Which minor localities in Sweden have coordinates but no Swedish Wikipedia page and are not part of any other place?", "Show me the coordinates of all minor localities in Sweden that are not linked to Swedish Wikipedia and are not components of larger entities."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var1 <http://www.wikidata.org/prop/P625> ?var2 . ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> ; <http://www.wikidata.org/prop/qualifier/P580> ?var4 . FILTER ( ( ( STR ( ?var4 ) = \"string1\" ) ) ) . OPTIONAL { ?var5 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P527> ?var1 . } FILTER ( ( !( BOUND ( ?var5 ) ) && !( BOUND ( ?var6 ) ) ) ) . }"}}
{"id": "val_5175", "question": "Artists and artworks in the painting genre with their images.", "sparql": "SELECT ?item ?label ?image WHERE { ?item wdt:P136 wd:Q11629 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Who are the artists and what are the artworks associated with the genre of painting, and do they have images on Wikimedia Commons?", "List the English names of all artists and paintings classified under the genre of painting, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q11629> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5176", "question": "What is the Wikidata item for the movie with IMDb ID tt0301563?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt0301563\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt0301563, and what is its English title?", "Show me the English name of the movie with IMDb ID tt0301563."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0301563\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5177", "question": "What are the most populous neighborhoods in the United States, and in which cities or counties are they located?", "sparql": "SELECT ?neighborhood ?neighborhoodLabel ?population ?administrativeEntity ?administrativeEntityLabel WHERE { VALUES ?neighborhood { wd:Q3216469 wd:Q6731842 wd:Q7458169 wd:Q17943 wd:Q3344194 wd:Q11253 wd:Q189074 wd:Q368723 } ?neighborhood wdt:P17 wd:Q30 . OPTIONAL { ?neighborhood wdt:P131 ?administrativeEntity . } OPTIONAL { ?neighborhood wdt:P1082 ?population . } ?neighborhood rdfs:label ?neighborhoodLabel . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?neighborhoodLabel) = \"en\") FILTER(LANG(?administrativeEntityLabel) = \"en\") FILTER(BOUND(?population)) } ORDER BY DESC(?population)", "paraphrases": ["List U.S. neighborhoods with their population and administrative division, sorted from highest to lowest population.", "Which neighborhoods in the U.S. have the largest populations, and what administrative areas do they belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q123705> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } } ORDER BY DESC( ?var2 )"}}
{"id": "val_5178", "question": "What are the names of all beer brands listed on Wikidata?", "sparql": "SELECT ?brandLabel (LANG(?brandLabel) AS ?lang) WHERE { ?brand wdt:P31 wd:Q15075508 . ?brand rdfs:label ?brandLabel . FILTER(LANG(?brandLabel) = \"en\") }", "paraphrases": ["Can you list the English labels of entities that are instances of the beer brand class?", "Show me the names of beer brands like Heineken, Budweiser, and Corona in English."], "info": {"raw_sparql": "SELECT ?var1Label ( LANG ( ?var1Label ) AS ?var2 ) WHERE { <http://www.wikidata.org/entity/Q854383> <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/Q15075508> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es, en\". } }"}}
{"id": "val_5179", "question": "What properties are most frequently used to link items to the Communist Party of the Soviet Union, and how many times?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q79854 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships connect other entities to the Communist Party of the Soviet Union, and what are their frequencies?", "List all properties that link more than one item to the Communist Party of the Soviet Union, sorted by usage count in descending order."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q79854> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5180", "question": "Publication years and titles of works by Sneha Narayan", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?title WHERE {\n  ?work wdt:P50 wd:Q37820552 .\n  ?work wdt:P577 ?date .\n  BIND(YEAR(?date) AS ?year)\n  .\n  ?work rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  BIND(SUBSTR(?label , 1 , 20) AS ?title)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and titles (first 20 characters) of the works authored by Sneha Narayan?", "Show me the years and truncated titles (first 20 characters) of Sneha Narayan\u2019s published works in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37820552> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37820552> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_5181", "question": "What are the superclasses of glue up to three levels in the Wikidata subclass hierarchy?", "sparql": "SELECT DISTINCT ?ancestor ?ancestorLabel WHERE { { wd:Q500548 wdt:P279 ?ancestor . } UNION { wd:Q500548 wdt:P279 ?level1 . ?level1 wdt:P279 ?ancestor . } UNION { wd:Q500548 wdt:P279 ?level1 . ?level1 wdt:P279 ?level2 . ?level2 wdt:P279 ?ancestor . } ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["What classes does glue belong to through its subclass relationships, going up to three levels?", "List the English labels of all direct and indirect superclasses of glue, limited to a depth of three steps in the subclass tree."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q500548> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5182", "question": "Italian description, multilingual labels, and Wikipedia link for Lisanne Falk", "sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var6 WHERE { OPTIONAL { wd:Q3833374 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = ?var7) VALUES (?var7 ?var8) { (\"it\" \"1\"^^xsd:integer) (\"en\" \"2\"^^xsd:integer) (\"de\" \"3\"^^xsd:integer) (\"fr\" \"4\"^^xsd:integer) } } OPTIONAL { wd:Q3833374 schema:description ?var2 . FILTER (LANG(?var2) = \"it\") } OPTIONAL { wd:Q3833374 wdt:P18 ?var3 . } OPTIONAL { wd:Q3833374 wdt:P625 ?var4 . } OPTIONAL { ?var6 rdf:type schema:Article ; schema:about wd:Q3833374 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> . } } ORDER BY ASC(?var8)", "paraphrases": ["What are the labels of Lisanne Falk in Italian, English, German, and French, along with her Italian description and Italian Wikipedia page?", "Please provide the labels of Lisanne Falk in Italian, English, German, and French, her description in Italian, and the link to her Italian Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3833374> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3833374> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3833374> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3833374> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3833374> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5183", "question": "French labels and descriptions of taxonomic ranks in Wikidata.", "sparql": "SELECT ?rank ?rankLabel ?rankDescription WHERE { ?rank wdt:P31 wd:Q427626 . ?rank rdfs:label ?rankLabel . ?rank schema:description ?rankDescription . FILTER(LANG(?rankLabel) = \"fr\") FILTER(LANG(?rankDescription) = \"fr\") } LIMIT 100", "paraphrases": ["What are the French labels and descriptions of taxonomic ranks like species, genus, and family in Wikidata?", "Please list all taxonomic ranks in Wikidata that have French labels and French descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P105> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_5184", "question": "What monuments in Paris have heritage designation or a Wiki Loves Monuments ID but no images, and what administrative areas are they in?", "sparql": "PREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monument ?monumentLabel ?admin ?adminLabel ?coord WHERE {\n  ?monument wdt:P625 ?coord .\n  FILTER(geof:latitude(?coord) >= 48.815 && geof:latitude(?coord) <= 48.902)\n  FILTER(geof:longitude(?coord) >= 2.2245 && geof:longitude(?coord) <= 2.4697)\n  OPTIONAL {\n    ?monument wdt:P131 ?admin .\n  } MINUS {\n    ?monument wdt:P18 ?image .\n  }\n  {\n    ?monument p:P1435 ?stmt1 .\n  } UNION {\n    ?monument p:P2186 ?stmt2 .\n  }\n  ?monument rdfs:label ?monumentLabel .\n  FILTER(LANG(?monumentLabel) = \"en\")\n  OPTIONAL {\n    ?admin rdfs:label ?adminLabel .\n    FILTER(LANG(?adminLabel) = \"en\")\n  }\n}", "paraphrases": ["Show me the names and locations of monuments in central Paris that are protected as heritage sites or listed in Wiki Loves Monuments, excluding those with images.", "List all monuments without images in the Paris area bounded by 48.815\u00b0N\u201348.902\u00b0N and 2.2245\u00b0E\u20132.4697\u00b0E, along with their heritage status and administrative location."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5185", "question": "Which universities did Guido Kroemer attend, and during what periods? Did he earn any academic degrees from those institutions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q19508945 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER ( LANG( ?institutionLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER ( LANG( ?degreeLabel ) = \"en\" ) .\n  }\n}", "paraphrases": ["Educational institutions attended by Guido Kroemer, with possible start/end dates and degrees.", "List the universities Guido Kroemer went to, along with any academic degrees he obtained and the time periods of attendance."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q19508945> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5186", "question": "Which entities are incorrectly linked to Melbourne using \"located on physical feature\" and what role do they have?", "sparql": "SELECT ?city ?statement (SAMPLE(?role) AS ?roleLabel) WHERE { ?city p:P706 ?statement . ?statement ps:P706 wd:Q3141 . OPTIONAL { ?statement pq:P3831 ?role . } } GROUP BY ?city ?statement", "paraphrases": ["What places are connected to Melbourne via the \"located on physical feature\" property, and what is the role qualifier for each connection?", "List all locations that are tied to Melbourne through the P706 property and show their associated role qualifiers, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P706> <http://www.wikidata.org/entity/Q3141> . ?var1 <http://www.wikidata.org/prop/P706> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5187", "question": "Senators of the French Fifth Republic", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?senator ?senatorLabel WHERE {\n  ?senator wdt:P39 wd:Q14828018 .\n  ?senator rdfs:label ?senatorLabel .\n  FILTER ( LANG( ?senatorLabel ) = \"en\" )\n}", "paraphrases": ["Who are the individuals who have served as senators in the French Fifth Republic?", "List all people who have held the position of senator in the French Senate."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q14828018> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5188", "question": "Who has the Dictionary of Swedish National Biography ID 7108?", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 \"7108\" . } LIMIT 1", "paraphrases": ["Which person is identified by the SBL ID 7108?", "Tell me the name of the person with SBL ID 7108."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"7108\". } LIMIT 1"}}
{"id": "val_5189", "question": "Entities with inception, publication, discovery, or official opening in March 1880", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity WHERE {\n  ?entity(wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date .\n  FILTER(?date >= \"1880-03-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1880-03-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["What entities were founded, published, discovered, or officially opened in March 1880?", "List all items from Wikidata that had a start event \u2014 such as being created, published, discovered, or officially opened \u2014 in March 1880."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1880-03-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1880-03-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5190", "question": "Television programs excluding films and episodes", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P31 ?type . ?type wdt:P279* wd:Q15416 . MINUS { ?item wdt:P31 wd:Q21191270 . } MINUS { ?item wdt:P31 ?filmType . ?filmType wdt:P279* wd:Q11424 . } }", "paraphrases": ["What are all the television programs that are not films or television episodes?", "List all items that are instances of television programs but not films or television episodes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q5398426> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q15416> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q11424> . } }"}}
{"id": "val_5191", "question": "List all humans and their genders in Wikidata.", "sparql": "SELECT ?human ?gender WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 ?gender .}", "paraphrases": ["What is the sex or gender of every human recorded in Wikidata?", "Show me the entities representing humans along with their biological sex or gender identity."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . }"}}
{"id": "val_5192", "question": "What are the most commonly used properties to describe legislative bodies in countries, excluding external identifiers?", "sparql": "SELECT ?propertyLabel (COUNT(*) AS ?count)\nWHERE {\n  # Find legislative bodies (instances of legislative house or its subclasses)\n  ?legislativeBody wdt:P31/wdt:P279* wd:Q10553309 ;\n                   wdt:P17/wdt:P31 wd:Q6256 .\n\n  # Find all direct properties used on these legislative bodies\n  ?legislativeBody ?directProperty ?value .\n\n  # Exclude properties that are ExternalId type\n  FILTER NOT EXISTS {\n    ?directProperty wikibase:propertyType wikibase:ExternalId .\n  }\n\n  # Get the property item (e.g., wd:P17) from the direct property (wdt:P17)\n  ?propertyItem wikibase:directClaim ?directProperty .\n\n  # Get English label of the property item\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?propertyLabel\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used most frequently to characterize legislative houses located in countries, and how often are they used?", "Show me the top properties used to describe legislative bodies around the world, ranked by usage count, and exclude properties like ISBNs or DOIs."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var5 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10553309> ; <http://www.wikidata.org/prop/direct/P1001> [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ] . ?var1 <http://wikiba.se/ontology#claim> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . } ) ) . ?var5 ?var3 [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ?var2 ORDER BY DESC( ?var4 )"}}
{"id": "val_5193", "question": "Occupations with \"jockey\" in their label", "sparql": "SELECT ?occupation ?occupationLabel WHERE { ?occupation wdt:P31 wd:Q12737077 . ?occupation rdfs:label ?occupationLabel . FILTER (REGEX(?occupationLabel, \"jockey\", \"i\")) }", "paraphrases": ["What are the occupations that include the word \"jockey\" in their name?", "List all occupations that have \"jockey\" in their label, regardless of case."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12737077> . } } FILTER ( ( REGEX ( ?var1Label , \"jhuse\" ) ) ) . }"}}
{"id": "val_5194", "question": "What are the most common combinations of first name, last name, gender, native language, birthplace, and cause of death among historical humans, sorted by how often they occur?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?givenName ?familyName ?gender ?language ?birthDate ?birthPlace ?deathDate ?causeOfDeath ?givenNameLabel ?familyNameLabel ?genderLabel ?languageLabel ?birthPlaceLabel ?causeOfDeathLabel ?count WHERE {\n  {\n    SELECT ?givenName ?familyName ?gender ?language ?birthDate ?birthPlace ?deathDate ?causeOfDeath ( COUNT( * ) AS ?count ) WHERE {\n      ?person wdt:P31 wd:Q5 .\n      ?person wdt:P735 ?givenName .\n      ?person wdt:P734 ?familyName .\n      ?person wdt:P21 ?gender .\n      ?person wdt:P103 ?language .\n      ?person wdt:P569 ?birthDate .\n      ?person wdt:P19 ?birthPlace .\n      ?person wdt:P570 ?deathDate .\n      ?person wdt:P509 ?causeOfDeath .\n    }\n    GROUP BY ?givenName ?familyName ?gender ?language ?birthDate ?birthPlace ?deathDate ?causeOfDeath\n  }\n  OPTIONAL {\n    ?givenName rdfs:label ?givenNameLabel .\n    FILTER ( LANG( ?givenNameLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?familyName rdfs:label ?familyNameLabel .\n    FILTER ( LANG( ?familyNameLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?gender rdfs:label ?genderLabel .\n    FILTER ( LANG( ?genderLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?language rdfs:label ?languageLabel .\n    FILTER ( LANG( ?languageLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?causeOfDeath rdfs:label ?causeOfDeathLabel .\n    FILTER ( LANG( ?causeOfDeathLabel ) = \"en\" )\n  }\n}\nORDER BY DESC ( ?count ) ASC ( ?deathDate )\nLIMIT 1000", "paraphrases": ["Show me the top 1000 most frequent sets of personal details \u2014 including names, gender, language, birth and death information \u2014 for people in Wikidata, with English labels for each value.", "Which groups of people share the same given name, family name, gender, language, birthplace, and cause of death, and how many people are in each group? List them from most common to least, ordered by death date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var2Label ?var9 WHERE { { SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ( COUNT (* ) AS ?var9 ) WHERE { ?var10 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var10 <http://www.wikidata.org/prop/direct/P735> ?var1 . ?var10 <http://www.wikidata.org/prop/direct/P734> ?var2 . ?var10 <http://www.wikidata.org/prop/direct/P21> ?var3 . ?var10 <http://www.wikidata.org/prop/direct/P103> ?var4 . ?var10 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var10 <http://www.wikidata.org/prop/direct/P19> ?var6 . ?var10 <http://www.wikidata.org/prop/direct/P570> ?var7 . ?var10 <http://www.wikidata.org/prop/direct/P509> ?var8 . } GROUP BY ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 } FILTER ( ( ( LANG ( ?var11 ) = \"en\" ) ) ) . } ORDER BY DESC( ?var9 )ASC( ?var8 ) LIMIT 1000"}}
{"id": "val_5195", "question": "What is the capital of the United States, and what are its population, head of government, twin cities, and founding date? Also show the flag, locator map, and image of the capital.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?continent ?continentLabel ?flag ?locatorMap ?capital ?capitalLabel ?capitalImage ?population ?headOfGovernment ?twinCity ?inception WHERE {\n  wd:Q30 wdt:P30 ?continent .\n  wd:Q30 wdt:P41 ?flag .\n  wd:Q30 wdt:P242 ?locatorMap .\n  wd:Q30 wdt:P36 ?capital .\n  ?capital wdt:P18 ?capitalImage .\n  OPTIONAL {\n    ?capital wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?capital wdt:P6 ?headOfGovernment .\n  }\n  OPTIONAL {\n    ?capital wdt:P190 ?twinCity .\n  }\n  OPTIONAL {\n    ?capital wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?continent rdfs:label ?continentLabel .\n    FILTER(LANG(?continentLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?capital rdfs:label ?capitalLabel .\n    FILTER(LANG(?capitalLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you show me the continent, flag, and locator map of the United States, along with details about its capital city \u2014 including its image, population, head of government, and sister cities?", "Tell me about Washington, D.C.: its population, leader, when it was established, and which cities it\u2019s twinned with. Also include the U.S. flag and a map showing where it\u2019s located."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var5 ?var5Label ?var6 ?var7 ?var7Label ?var8 ?var8Label WHERE { { SELECT * WHERE { ?var9 <http://www.wikidata.org/prop/direct/P30> ?var10 . ?var9 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P242> ?var1 . ?var9 <http://www.wikidata.org/prop/direct/P41> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P41> ?var4 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P36> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var6 . OPTIONAL { VALUES ( ?var11 ) { ( <http://www.wikidata.org/prop/direct/P1082> ) ( <http://www.wikidata.org/prop/direct/P6> ) ( <http://www.wikidata.org/prop/direct/P190> ) ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P571> ) ( <http://www.wikidata.org/prop/direct/P150> ) ( <http://www.wikidata.org/prop/direct/P206> ) ( <http://www.wikidata.org/prop/direct/P527> ) } ?var5 ?var11 ?var8 . ?var7 ?var12 ?var11 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5196", "question": "What are the French-labeled properties related to the \"location\" property (P276) in Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?relatedProp ?label ?desc WHERE {\n  wd:P276 wdt:P1659 ?relatedProp .\n  ?relatedProp rdfs:label ?label .\n  ?relatedProp schema:description ?desc .\n  FILTER ( LANG( ?label ) = \"fr\" ) FILTER ( LANG( ?desc ) = \"fr\" )\n}", "paraphrases": ["Can you list the French labels and descriptions of Wikidata properties that are considered related to \"location\"?", "Which properties in Wikidata describe locations in French, and what do they mean?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P276> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . }"}}
{"id": "val_5197", "question": "Players of Montreal Impact with their birth dates and German-language citizenship countries.", "sparql": "SELECT ?playerLabel ?dob (GROUP_CONCAT(?countryLabelDE; SEPARATOR=\", \") AS ?countries) WHERE { wd:Q21011427 wdt:P527 ?player . OPTIONAL { ?player wdt:P569 ?dob . } OPTIONAL { ?player wdt:P27 ?country . ?country rdfs:label ?countryLabelDE . FILTER(LANG(?countryLabelDE) = \"de\") } ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") } GROUP BY ?player ?playerLabel ?dob", "paraphrases": ["Who are the players of the Montreal Impact, when were they born, and which countries are they citizens of (in German)?", "List the English names of Montreal Impact players, their dates of birth, and their countries of citizenship in German, including dual nationalities."], "info": {"raw_sparql": "SELECT( STRBEFORE ( GROUP_CONCAT ( ?var1 ; SEPARATOR = \", \" ) , \",\" ) AS ?var2 ) ?var3Label ?var4 ( GROUP_CONCAT ( ?var5Label ; SEPARATOR = \", \" ) AS ?var6 ) WHERE { <http://www.wikidata.org/entity/Q21011427> <http://www.wikidata.org/prop/direct/P527> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1618> ?var1 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P27> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"de\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } GROUP BY ?var3 ?var3Label ?var4"}}
{"id": "val_5198", "question": "Lakes in Latvia ordered by size (largest first)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lake ?area WHERE {\n  ?lake wdt:P31 wd:Q23397 .\n  ?lake wdt:P17 wd:Q211 .\n  ?lake wdt:P2046 ?area .\n}\nORDER BY DESC(?area)", "paraphrases": ["What are the largest lakes in Latvia and their areas?", "List all lakes in Latvia along with their surface areas, sorted from largest to smallest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23397> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q211> . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var2 . } ORDER BY DESC( ?var2 )"}}
{"id": "val_5199", "question": "List of artists with their Artnet IDs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artnetId WHERE {\n  ?artist wdt:P3782 ?artnetId .\n}\nORDER BY ASC(?artist)", "paraphrases": ["Which artists have Artnet IDs, and what are those IDs?", "Show all artists in Wikidata that are assigned an Artnet artist ID, along with their IDs, sorted alphabetically by artist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3782> ?var2 . } ORDER BY ASC( ?var1 )"}}
{"id": "val_5200", "question": "People who share an occupation with Jean-Pierre Norblin de La Gourdaine and have English labels and images.", "sparql": "SELECT ?person ?personLabel ?image WHERE { wd:Q941569 wdt:P106 ?occupation . ?person wdt:P106 ?occupation ; wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(REGEX(?personLabel, \"^[A-Za-z][A-Za-z ]+$\")) } ORDER BY ?personLabel", "paraphrases": ["Who are other artists or graphic designers similar to Jean-Pierre Norblin de La Gourdaine, and do they have profile pictures?", "List English-named human artists who have the same occupations as Jean-Pierre Norblin de La Gourdaine, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q941569> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q941569> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_5201", "question": "What military equipment or missing persons had a retirement or disappearance date between June and December 2006?", "sparql": "SELECT DISTINCT ?item ?date WHERE { ?item (wdt:P730 | wdt:P746) ?date . FILTER ( ?date >= \"2006-06-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"2006-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities were retired or went missing between June 1 and December 31, 2006?", "List all items that were decommissioned or went missing in the second half of 2006."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"6-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"6-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5202", "question": "Russian professional titles and their feminine forms on Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?profession ?label_ru ?feminine_ru WHERE {\n  ?profession wdt:P31 wd:Q28640 .\n  ?profession rdfs:label ?label_ru .\n  FILTER ( LANG( ?label_ru ) = \"ru\" ) .\n  ?profession wdt:P2521 ?feminine_ru .\n  FILTER ( LANG( ?feminine_ru ) = \"ru\" ) .\n}\nORDER BY ASC ( ?label_ru )", "paraphrases": ["What are the Russian-language names for professions and their corresponding feminine forms in Wikidata?", "Show me all professions in Wikidata that have both a Russian label and a Russian female form, sorted alphabetically by the Russian term."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28640> . { ?var1 <http://www.wikidata.org/prop/direct/P2521> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_5203", "question": "What are English-labeled national ID systems and their associated countries?", "sparql": "SELECT ?country ?countryLabel ?itemLabel WHERE { ?item wdt:P17 ?country . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . ?country rdfs:label ?countryLabel . FILTER (LANG(?countryLabel) = \"en\") . } LIMIT 10", "paraphrases": ["Which English-labeled databases or registries are associated with each country, and what are the countries' names?", "List the English names of items like ID systems along with the countries they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 10"}}
{"id": "val_5204", "question": "Most frequently used property linking entities to the year 279 CE", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  ?item ?prop wd:Q49170 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is most commonly used to connect items to the year 279 in Wikidata?", "Show me the property that appears most often in statements about the year 279 CE, along with its usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q49170> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5205", "question": "Fictional characters with English and Hebrew labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?char ?enLabel ?heLabel WHERE {\n  ?char wdt:P31 wd:Q95074 .\n  ?char rdfs:label ?enLabel\n  FILTER ( LANG( ?enLabel ) = \"en\" ) .\n  ?char rdfs:label ?heLabel FILTER ( LANG( ?heLabel ) = \"he\" ) .\n}\nLIMIT 10", "paraphrases": ["Which fictional characters have names in both English and Hebrew on Wikidata?", "Show me fictional characters that have labels in both English and Hebrew."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q18844656> <http://www.wikidata.org/prop/P161> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P453> ?var4 . ?var4 <http://schema.org/label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"he\" ) ) ) . ?var4 <http://schema.org/label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5206", "question": "Image of Andrea Dworkin with SNAC ARK ID w6mk6pj0", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6mk6pj0\" ; wdt:P31 wd:Q5 . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with Andrea Dworkin\u2019s SNAC ARK ID w6mk6pj0?", "Show me the photo of the person identified by the SNAC ARK ID w6mk6pj0."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6mk6pj0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5207", "question": "What movie has the IMDb ID tt1148240?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt1148240\" . }", "paraphrases": ["Which film is identified by the IMDb identifier tt1148240?", "Find the Wikidata entry for the movie with IMDb ID tt1148240."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1148240\". }"}}
{"id": "val_5208", "question": "Canadian senators whose terms ended after December 3, 2015", "sparql": "SELECT ?senator ?senatorLabel WHERE { ?senator p:P39 ?statement . ?statement ps:P39 wd:Q18524027 ; pq:P582 ?endDate . FILTER (?endDate >= \"2015-12-03T00:00:00Z\"^^xsd:dateTime) . ?senator rdfs:label ?senatorLabel . FILTER(LANG(?senatorLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the Canadian senators that stopped serving on or after December 3, 2015?", "List the names of Canadian senators whose Senate terms ended on or after December 3, 2015."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18524027> ; <http://www.wikidata.org/prop/qualifier/P582> ?var3 . FILTER ( ( ( ?var3 >= \"2015-12-03T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5209", "question": "Places with images within 5 km of longitude -1, latitude 45, excluding humans and organizations.", "sparql": "PREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geo: <http://www.opengis.net/ont/geosparql#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?location ?image ( GROUP_CONCAT( DISTINCT ?instanceTypeLabel ; SEPARATOR = \", \" ) AS ?instanceTypeLabels ) WHERE {\n  ?item wdt:P18 ?image .\n  ?item wdt:P31 ?instanceType .\n  FILTER ( NOT EXISTS {\n    ?instanceType wdt:P279 * wd:Q5\n  }\n  ) FILTER ( NOT EXISTS {\n    ?instanceType wdt:P279 * wd:Q43229\n  }\n  ) ?item wdt:P625 ?location .\n  BIND( geof:distance ( ?location , \"POINT(-1 45)\" ^^ geo:wktLiteral ) AS ?distance ) FILTER ( ?distance <= 5000 ) OPTIONAL {\n    ?instanceType rdfs:label ?instanceTypeLabel .\n    FILTER ( LANG( ?instanceTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?item wdt:P2046 ?area .\n  }\n}\nGROUP BY ?item ?itemLabel ?location ?image\nLIMIT 100", "paraphrases": ["What are the geographic locations near (\u22121, 45) that have images on Wikimedia Commons and are not people or organizations?", "Show me images and types of non-human, non-organizational places (like monuments or fountains) located within 5 kilometers of 45\u00b0N, 1\u00b0W."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ( GROUP_CONCAT ( DISTINCT ?var6Label ; SEPARATOR = \", \" ) AS ?var7 )( GROUP_CONCAT ( DISTINCT ?var8Label ; SEPARATOR = \", \" ) AS ?var9 )( GROUP_CONCAT ( DISTINCT ?var8 ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var6 . ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var8 . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/direct/P1963> <http://www.wikidata.org/prop/direct/Q83620> . } ) ) . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/direct/P1963> <http://www.wikidata.org/prop/direct/Q151885> . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var3 . } SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-1 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"5\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 LIMIT 500"}}
{"id": "val_5210", "question": "What is the English label and description of the heritage site with NSW Heritage Database ID 5051524?", "sparql": "SELECT ?heritageSite ?label ?description WHERE { ?heritageSite wdt:P3449 \"5051524\" . ?heritageSite rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?heritageSite schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and English description of the cemetery in North Sydney that has the NSW Heritage ID 5051524?", "Please provide the English name and description of the heritage site identified by the NSW Heritage Database ID 5051524."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3449> \"5051524\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5211", "question": "What are Victor Hugo\u2019s native name, native language, family name, and given names?", "sparql": "SELECT ?nameInNativeLanguage ?nativeLanguage ?familyName ?givenName WHERE { wd:Q535 wdt:P214 \"9847974\" . wd:Q535 wdt:P1559 ?nameInNativeLanguage . wd:Q535 wdt:P103 ?nativeLanguage . wd:Q535 wdt:P734 ?familyName . wd:Q535 wdt:P735 ?givenName .}", "paraphrases": ["Can you tell me the native language, surname, and first names of the person with VIAF ID 9847974?", "Show me the full name details (including native name and given names) of Victor Hugo, along with his native language and family name."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 \"9847974\". ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P103> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var6 . }"}}
{"id": "val_5212", "question": "Theses submitted to the University of Oxford and their qualifier values", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?thesis ?thesisLabel ?statement(SAMPLE(?qualifierValue) AS ?sampleQualifierValue) WHERE {\n  ?statement ps:P4101 wd:Q34433 .\n  ?thesis p:P4101 ?statement .\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier true .\n  }\n  ?thesis rdfs:label ?thesisLabel .\n  FILTER(LANG(?thesisLabel) = \"en\")\n}\nGROUP BY ?thesis ?thesisLabel ?statement\nLIMIT 101", "paraphrases": ["What theses were submitted to the University of Oxford, and what additional information (like year or degree) is associated with them?", "List the titles of theses submitted to the University of Oxford along with any available qualifier details such as submission year or degree type."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P4101> <http://www.wikidata.org/entity/Q34433> . ?var1 <http://www.wikidata.org/prop/P4101> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5213", "question": "Which movie has the exploitation mark number 79202 in France?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P2755 \"79202\" .\n}", "paraphrases": ["What is the title of the French film with exploitation visa number 79202?", "Tell me the movie associated with the French film distribution certificate 79202."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2755> \"79202\". }"}}
{"id": "val_5214", "question": "What organizations or individuals have computer science as their field of work?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P452 wd:Q21198 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = 'en' )\n}", "paraphrases": ["List the English labels of entities whose field of work is computer science.", "Which entities are associated with the field of computer science?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2Label <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q43183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5215", "question": "Administrative regions containing Ardagh, Ireland", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q638453 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") }", "paraphrases": ["What administrative areas is the village of Ardagh located in, including its parent regions?", "Show me the full administrative hierarchy of Ardagh, from the village up to the country level."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q638453> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } }"}}
{"id": "val_5216", "question": "What are the two-letter postal abbreviations for U.S. states?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?state ?stateLabel ?abbr WHERE {\n  ?state wdt:P31 wd:Q35657 .\n  ?state p:P1813 ?stmt .\n  ?stmt ps:P1813 ?abbr .\n  ?state rdfs:label ?stateLabel .\n  FILTER(LANG(?stateLabel) = \"en\")\n  FILTER(REGEX(?abbr , \"^[A-Z]{2}$\"))\n}\nORDER BY ?stateLabel", "paraphrases": ["List all U.S. states along with their official USPS postal codes.", "Which U.S. states have two-letter abbreviations used by the Postal Service?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q35657> . ?var1 <http://www.wikidata.org/prop/P1813> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P1813> ?var2 . ?var3 <http://www.wikidata.org/prop/qualifier/P31> <http://www.wikidata.org/entity/Q30619513> . ?var3 <http://www.wikidata.org/prop/qualifier/P580> [] . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )ASC( ?var4Label )"}}
{"id": "val_5217", "question": "What are the Dutch labels of properties and their values for the Dutch politician Jan Ankerman?", "sparql": "SELECT ?propertyLabel ?value ?valueLabel WHERE { wd:Q3162452 ?p ?value . ?property wikibase:directClaim ?p . ?property rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"nl\") OPTIONAL { ?value rdfs:label ?valueLabel . FILTER (LANG(?valueLabel) = \"nl\") } } LIMIT 100", "paraphrases": ["Show me all information about Jan Ankerman in Dutch, including property names and their values (with entity labels where available).", "Which Dutch-language property labels and corresponding values are associated with Jan Ankerman in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { <http://www.wikidata.org/entity/Q3162452> ?var4 ?var3 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"nl\" ) ) ) . } UNION { <http://www.wikidata.org/entity/Q3162452> ?var4 ?var2 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( isLITERAL ( ?var2 ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . } } LIMIT 100"}}
{"id": "val_5218", "question": "Who are the actors in the Harry Potter film series, and what countries are they citizens of?", "sparql": "SELECT DISTINCT ?actor ?actorLabel ?countryLabel WHERE { wd:Q216930 wdt:P527 ?film . ?film wdt:P161 ?actor . OPTIONAL { ?actor wdt:P27 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["List all actors from the Harry Potter movies in alphabetical order by their country of citizenship.", "Which countries are represented among the cast of the Harry Potter films? Show the actors and their nationalities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q216930> <http://www.wikidata.org/prop/direct/P527> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P161> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_5219", "question": "Entities that were created, discovered, published, or officially opened in October 1966.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ) ?date .\n  FILTER ( ?date >= \"1966-10-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1966-10-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["What items had their inception, discovery, publication, or official opening in October 1966?", "List all entities from Wikidata that have a date of inception, discovery, publication, or official opening anywhere in October 1966."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1966-10-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1966-10-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5220", "question": "Legislations published in 1992", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?legislation WHERE {\n  ?legislation wdt:P577 ?publicationDate .\n  FILTER ( YEAR( ?publicationDate ) = 1992 )\n}\nLIMIT 1000", "paraphrases": ["What laws or legal instruments were published in 1992?", "List the statutory instruments from Northern Ireland and Ireland that were enacted in 1992."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) = \"1992\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 1000"}}
{"id": "val_5221", "question": "List heritage registers with their English names and images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?heritageRegister ?label ?image WHERE {\n  ?heritageRegister wdt:P31 wd:Q15097084 .\n  OPTIONAL {\n    ?heritageRegister wdt:P18 ?image .\n  }\n  ?heritageRegister rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the heritage registers in Wikidata, and what are their English labels and associated images?", "Show me up to 100 heritage registers along with their English labels and any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15097084> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15097084> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5222", "question": "Organizations headquartered in Sassari with their coordinates", "sparql": "SELECT ?organization ?coordinates WHERE { ?organization p:P159 ?statement . ?statement ps:P159 wd:Q13629 . OPTIONAL { ?statement pq:P625 ?coordinates . } } LIMIT 20", "paraphrases": ["Which organizations have their headquarters in Sassari, and where exactly are those headquarters located (coordinates)?", "Show me the list of organizations based in Sassari and their headquarters coordinates, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P159> <http://www.wikidata.org/entity/Q13629> . ?var1 <http://www.wikidata.org/prop/P159> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5223", "question": "Wikidata properties used as qualifiers with English labels and descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?property wdt:P31 wd:Q15720608 .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n  FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the properties in Wikidata that are designated as qualifiers, and what are their English labels and descriptions?", "List all Wikidata qualifier properties along with their English labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q20088882> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5224", "question": "What is the Italian label and description of the insect genus Dis, and is there an image available for it on Wikimedia Commons?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q5281154 rdfs:label ?label . FILTER (LANG(?label) = \"it\") } OPTIONAL { wd:Q5281154 schema:description ?description . FILTER (LANG(?description) = \"it\") } OPTIONAL { wd:Q5281154 wdt:P18 ?image . } }", "paraphrases": ["Italian name, description, and image of the insect genus Dis.", "Show me the Italian name and description of the genus Dis, along with its image from Wikimedia Commons, if it exists."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5281154> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q5281154> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q5281154> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } }"}}
{"id": "val_5225", "question": "Which TV series have the most episodes, based on Wikidata?", "sparql": "SELECT ?seriesLabel (COUNT(?episode) AS ?episodeCount) WHERE { ?episode wdt:P31/wdt:P279* wd:Q21191270 ; wdt:P179 ?series . ?series rdfs:label ?seriesLabel . FILTER(LANG(?seriesLabel) = \"en\") } GROUP BY ?seriesLabel ORDER BY DESC(?episodeCount)", "paraphrases": ["What are the television series with the highest number of episodes, and how many episodes does each have?", "List the English-labeled TV series ordered by the number of episodes they contain, starting with the series with the most episodes."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21191270> ; <http://www.wikidata.org/prop/direct/P179> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_5226", "question": "Artists with RKDartists ID whose gender is sourced from a Wikimedia project.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P650 [] .\n  ?item p:P21 ?statement . MINUS {\n    ?statement prov:wasDerivedFrom ?ref . MINUS {\n      ?ref pr:P143 [] .\n    }\n  }\n}\nLIMIT 40000", "paraphrases": ["Which artists have an RKDartists ID and a gender statement imported from Wikipedia or another Wikimedia project?", "Show me all artists in Wikidata who have an RKDartists ID and whose gender information comes from a Wikimedia source."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P650> [] . { ?var1 <http://www.wikidata.org/prop/21> ?var2 . MINUS { ?var2 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var3 . MINUS { ?var3 <http://www.wikidata.org/prop/reference/P143> [] . } } } } LIMIT 40000"}}
{"id": "val_5227", "question": "Multilingual descriptions of the male given name \"Eric\"", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?language ?description WHERE {\n  wd:Q12788459 schema:description ?description .\n  FILTER(LANG(?description) != \"\")\n  BIND(LANG(?description) AS ?language)\n}\nORDER BY ?language", "paraphrases": ["In which languages is the name \"Eric\" described as a male given name, and what are those descriptions?", "Show me how the male given name \"Eric\" is described in different languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q12788459> ?var1 ?var2 . }"}}
{"id": "val_5228", "question": "What are the most common female given names among people working in fashion?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?givenName ?givenNameLabel ?count WHERE {\n  {\n    SELECT ?givenName(COUNT(?person) AS ?count) WHERE {\n      ?person wdt:P31 wd:Q5 .\n      ?person wdt:P21 wd:Q6581072 .\n      ?person wdt:P106 / wdt:P279 * wd:Q27943370 .\n      ?person wdt:P735 ?givenName .\n    }\n    GROUP BY ?givenName\n  }\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER(LANG(?givenNameLabel) = \"en\")\n}\nORDER BY DESC(?count)", "paraphrases": ["Which given names are most frequently used by women who are fashion professionals, and how many such individuals have each name?", "Can you list the top female given names in the fashion industry, ranked by popularity?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var3 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q27943370> . ?var3 <http://www.wikidata.org/prop/direct/P735> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_5229", "question": "Find the Wikidata item for Getty Museum agent DOR ID group/104MDR and its English description.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P12040 \"group/104MDR\" .\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER(LANG(?desc) = \"en\")\n  }\n}", "paraphrases": ["What is the English description of the entity with Getty Museum agent DOR ID 'group/104MDR'?", "Show me the entity identified by 'group/104MDR' in the Getty Museum's agent database, along with its English description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2432> \"714\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5230", "question": "Image, area, population, and English label of Paris", "sparql": "SELECT ?image ?area ?population ?label WHERE { wd:Q90 wdt:P18 ?image . wd:Q90 wdt:P2046 ?area . wd:Q90 wdt:P1082 ?population . wd:Q90 skos:prefLabel ?label . FILTER(LANG(?label) = 'en') } LIMIT 1", "paraphrases": ["What is the image, area, population, and official English name of the city of Paris?", "Show me the image, area, population, and English label for Paris."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var5Label . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Paris\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_5231", "question": "What country and administrative division is the National Museum Soares dos Reis located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  VALUES ?museum {\n    wd:Q1141468\n  }\n  ?museum(wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376) ?var1 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n}", "paraphrases": ["Where is the Soares dos Reis National Museum situated in terms of its administrative and national context?", "Which administrative parish and country contain the National Museum Soares dos Reis?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1141468> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5232", "question": "What are the hierarchical classifications (up to two levels) of Luigi Pigorini\u2019s occupations and types?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type ?subclass ?superclass WHERE {\n  wd:Q1094914(wdt:P31 | wdt:P106) ?type .\n  ?type wdt:P279 * ?subclass .\n  ?subclass wdt:P279 * ?superclass .\n}\nORDER BY ASC(?type) ASC(?subclass) ASC(?superclass)", "paraphrases": ["What classes does Luigi Pigorini belong to through his occupations and instances, and what are their broader categories two levels up?", "Show me the full subclass hierarchy (two levels deep) for each of Luigi Pigorini\u2019s roles, such as professor or archaeologist."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q1094914> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } ORDER BY ASC( ?var4 )ASC( ?var3 )"}}
{"id": "val_5233", "question": "Transport hubs serving Rennes, France", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?transportHub ?statement ?transportHubLabel WHERE {\n  ?statement ps:P931 wd:Q647 .\n  ?transportHub p:P931 ?statement .\n  ?transportHub rdfs:label ?transportHubLabel .\n  FILTER(LANG(?transportHubLabel) = \"en\")\n}\nGROUP BY ?transportHub ?statement ?transportHubLabel", "paraphrases": ["Which airports or transport hubs serve the city of Rennes in France?", "List the transport hubs that have Rennes as a served location, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P931> <http://www.wikidata.org/entity/Q647> . ?var1 <http://www.wikidata.org/prop/P931> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5234", "question": "What are the metropolitan cities in South Korea?", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q482821 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["Which cities in South Korea are classified as metropolitan cities?", "List the English names of all metropolitan cities in South Korea."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482821> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5235", "question": "What is the genomic start position and assembly for the RET M918T mutation?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?gene ?geneLabel ?start ?assembly ?assemblyLabel WHERE {\n  ?gene p:P644 s:Q27919563-BA4E1E5B-8BAA-4508-B074-A82983167F48 .\n  s:Q27919563-BA4E1E5B-8BAA-4508-B074-A82983167F48 ps:P644 ?start .\n  s:Q27919563-BA4E1E5B-8BAA-4508-B074-A82983167F48 pq:P659 ?assembly .\n  OPTIONAL {\n    ?gene rdfs:label ?geneLabel .\n    FILTER(LANG(?geneLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?assembly rdfs:label ?assemblyLabel .\n    FILTER(LANG(?assemblyLabel) = \"en\")\n  }\n}", "paraphrases": ["For the RET M918T variant, which genomic coordinates and reference assembly are associated with its start position?", "Can you tell me the genomic start position (43617416) and the GRCh37 assembly used for the RET M918T mutation in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q27919563-BA4E1E5B-8BAA-4508-B074-A82983167F48> ?var1 ?var2 . }"}}
{"id": "val_5236", "question": "Who are the computer scientists without a DBLP profile, and which countries are they from?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?countryLabel WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P17 ?country .\n  OPTIONAL {\n    ?person wdt:P2456 ?dblpId .\n  }\n  FILTER ( ! BOUND( ?dblpId ) ) ?person rdfs:label ?personLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["List the names and countries of computer scientists who are not listed in the DBLP computer science bibliography.", "Which countries do computer scientists without a DBLP ID come from?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5237", "question": "What are the stages of the 1987 Tour de France?", "sparql": "SELECT ?stage ?stageLabel WHERE { wd:Q478420 wdt:P527 ?stage . ?stage rdfs:label ?stageLabel . FILTER(LANG(?stageLabel) = 'en') } LIMIT 1000", "paraphrases": ["List the English-labeled stages that are part of the 1987 Tour de France cycling race.", "Which race stages made up the 1987 Tour de France?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ( CONCAT ( \"P527\" ) AS ?var2 ) ?var3 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q478420> AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P361> ?var1 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P527> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar,en,fr\". } } LIMIT 1000"}}
{"id": "val_5238", "question": "What are the companies and developers owned by Sony Interactive Entertainment, and what are their official websites and Wikipedia pages?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var4 ?var5 WHERE { ?var1 wdt:P127 wd:Q18594 . ?var2 schema:about ?var1 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?var1 wdt:P856 ?var4 . } OPTIONAL { ?var1 wdt:P31 ?var5 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["List all entities owned by Sony Interactive Entertainment that have English Wikipedia articles, including their names, types, and official websites.", "Which video game studios and brands are owned by Sony, and where can I find their official websites and Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q1233137> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5239", "question": "What companies are owned by Korean Air, and what are their official websites and Wikipedia pages?", "sparql": "SELECT ?company ?companyLabel ?wikipediaPage ?website ?type WHERE { ?company wdt:P127 wd:Q213147 . ?wikipediaPage schema:about ?company ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?company wdt:P856 ?website . } OPTIONAL { ?company wdt:P31 ?type . } ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") }", "paraphrases": ["List the English Wikipedia pages and types of companies owned by Korean Air, along with their official websites.", "Which businesses or enterprises are owned by Korean Air, and where can I find more information about them online?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q213147> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5240", "question": "Human settlements within 50 km of (10\u00b0E, 37\u00b0N), including their countries, GeoNames IDs, and twin cities.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?settlement ?settlementLabel ( SAMPLE( ?twin ) AS ?twinCity ) ?countryLabel ?geonamesId WHERE {\n  ?settlement ( wdt:P31 / wdt:P279 * ) wd:Q486972 .\n  ?settlement wdt:P625 ?location .\n  BIND( STRBEFORE( STR( ?location ) , \" \" ) AS ?lonStr ) BIND( STRBEFORE( STRAFTER( STR( ?location ) , \"POINT(\" ) , \" \" ) AS ?lonStrClean ) BIND( STRBEFORE( STRAFTER( STR( ?location ) , \" \" ) , \")\" ) AS ?latStr ) BIND( xsd:double ( ?lonStrClean ) AS ?lon ) BIND( xsd:double ( ?latStr ) AS ?lat ) FILTER ( ?lon >= 9.44 && ?lon <= 10.56 ) FILTER ( ?lat >= 36.55 && ?lat <= 37.45 ) BIND( ( ( ( ?lon - 10 ) * 111 * 0.7986 ) * ( ?lon - 10 ) * 111 * 0.7986 + ( ( ?lat - 37 ) * 111 ) * ( ?lat - 37 ) * 111 ) AS ?distanceSquared ) OPTIONAL {\n    ?settlement wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?settlement wdt:P1566 ?geonamesId .\n  }\n  OPTIONAL {\n    ?settlement wdt:P190 ?twin .\n  }\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER ( LANG( ?settlementLabel ) = \"en\" )\n}\nGROUP BY ?settlement ?settlementLabel ?countryLabel ?geonamesId\nORDER BY ASC ( ?distanceSquared )", "paraphrases": ["What cities and towns are located within 50 kilometers of longitude 10 and latitude 37, and which countries and sister cities are they associated with?", "List all human settlements near (10, 37) in order of distance, along with their country, GeoNames ID, and any twin towns."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var3 ) ?var4 ?var5Label ?var6 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3957> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . } SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var7 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(10 37)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"50\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P190> ?var2 . } } GROUP BY ?var1 ?var1Label ?var8 ?var4 ?var5Label ?var6 ORDER BY ASC( ?var4 )"}}
{"id": "val_5241", "question": "Number of works cited per year by Egon Willighagen and Christoph Steinbeck.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ?year(COUNT(?citedWork) AS ?citationCount) ?authorLabel WHERE {\n  VALUES ?author {\n    wd:Q20895241 wd:Q5111731\n  }\n  ?work wdt:P50 ?author .\n  ?work wdt:P577 ?publicationDate .\n  ?citedWork wdt:P2860 ?work .\n  BIND(YEAR(?publicationDate) AS ?year)\n  FILTER(?year > 0)\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}\nGROUP BY ?author ?year ?authorLabel\nORDER BY ASC(?year)", "paraphrases": ["How many works did Egon Willighagen and Christoph Steinbeck cite each year, and in which years?", "Show me a timeline of how many works Egon Willighagen and Christoph Steinbeck cited annually, grouped by year and author."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { { SELECT ?var3 ?var1 ( COUNT ( ?var4 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q20895241> ) ( <http://www.wikidata.org/entity/Q5111731> ) } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var6 <http://www.wikidata.org/prop/direct/P577> ?var5 . ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var6 . } GROUP BY ?var3 ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_5242", "question": "What is the English Wikipedia page, official website, and type of Pan Pacific Airlines?", "sparql": "SELECT ?label ?wikipedia ?website ?type WHERE { wd:Q30644592 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?wikipedia schema:about wd:Q30644592 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { wd:Q30644592 wdt:P856 ?website } OPTIONAL { wd:Q30644592 wdt:P31 ?type } }", "paraphrases": ["Can you tell me about Pan Pacific Airlines \u2014 its Wikipedia link, website, and what kind of airline it is?", "Show me the English Wikipedia article, official website, and classification of the defunct Philippine airline Pan Pacific Airlines."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q30644592> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5243", "question": "What is the official website and type of Air Corsica?", "sparql": "SELECT ?airlineLabel ?website ?instanceOf WHERE { wd:Q407054 rdfs:label ?airlineLabel . FILTER(LANG(?airlineLabel) = 'en') . wd:Q407054 wdt:P856 ?website . wd:Q407054 wdt:P31 ?instanceOf . }", "paraphrases": ["Can you tell me the English label, official website, and instance type of the airline Air Corsica?", "Show me the details of Air Corsica, including its official website and what kind of airline it is."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q407054> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5244", "question": "What is the English Wikipedia page, official website, and type of Air Vanuatu?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?wikipediaPage ?website ?instanceType WHERE {\n  BIND( wd:Q407886 AS ?item ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?item wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?instanceType .\n  }\n}", "paraphrases": ["Can you show me the label, Wikipedia link, website, and category of the airline Air Vanuatu?", "Provide the English Wikipedia article, official URL, and instance type for Air Vanuatu."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q407886> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5245", "question": "What is the English Wikipedia page, official website, and type of Virgin America?", "sparql": "SELECT ?var1Label ?var2 ?var4 ?var5 WHERE { BIND(wd:Q645084 AS ?var1) ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") ?var2 schema:about ?var1 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?var1 wdt:P856 ?var4 . } OPTIONAL { ?var1 wdt:P31 ?var5 . } }", "paraphrases": ["Can you tell me about Virgin America, including its website, Wikipedia article, and what kind of company it is?", "Show me the English Wikipedia link, official site, and classification of the airline Virgin America."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q645084> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5246", "question": "What is the official website and type of the airline Lionair?", "sparql": "SELECT ?item ?itemLabel ?website ?type WHERE { VALUES ?item { wd:Q6555481 } OPTIONAL { ?item wdt:P856 ?website } OPTIONAL { ?item wdt:P31 ?type } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you provide the English label, official website, and class of Lionair?", "Tell me about Lionair: what is its name, website, and what kind of company is it?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q6555481> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5247", "question": "What English Wikipedia pages exist for items owned by Aerol\u00edneas Argentinas, and what types are they?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?wikipediaPage ?officialWebsite ?instanceOf WHERE {\n  ?item wdt:P127 wd:Q83535 .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?item wdt:P856 ?officialWebsite .\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?instanceOf .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}", "paraphrases": ["Which magazines published by Aerol\u00edneas Argentinas have English Wikipedia articles, and what are their categories?", "List the English Wikipedia pages and instance types of all publications owned by Aerol\u00edneas Argentinas, including their official websites if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q83535> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5248", "question": "What works or entities are associated with Gustaf Fr\u00f6ding, excluding his human classification?", "sparql": "SELECT ?item ?property WHERE { ?item ?property wd:Q366801 . FILTER (?property != wdt:P31) } LIMIT 101", "paraphrases": ["Which books, artworks, or other items are linked to the Swedish poet Gustaf Fr\u00f6ding through properties like author or depiction?", "List all items connected to Gustaf Fr\u00f6ding via any property except \"instance of human\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q366801> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5249", "question": "Who were the people born in Parchim, and when were they born and died?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q559010 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = 'en') }", "paraphrases": ["List the names, birth dates, and death dates of individuals born in Parchim, Germany.", "Which notable residents of Parchim have known birth and death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q559010> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5250", "question": "What are the date of birth and date of death of Dudley Howard Ridout, and what is his full name?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { BIND( wd:Q5311892 AS ?person ) . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Dudley Howard Ridout birth date, death date, and full name", "Please provide the full name, birth date, and death date of Dudley Howard Ridout."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5311892> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5251", "question": "What are the birth and death dates of Karel Kruis?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q18926502 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q18926502 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q18926502 wdt:P570 ?deathDate .\n  }\n  wd:Q18926502 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["When was Karel Kruis born and when did he die?", "Can you provide the lifespan of the Dutch individual Karel Kruis?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4695448> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5252", "question": "What are the birth and death dates of Anton\u00edn Dvo\u0159\u00e1k?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q7298 AS ?person ) . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel FILTER(LANG(?personLabel) = 'en') . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the English name, birth date, and death date of the Czech composer Anton\u00edn Dvo\u0159\u00e1k?", "Show me the birth and death dates of Anton\u00edn Dvo\u0159\u00e1k, along with his name in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q815541> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5253", "question": "Jerry Skinner's date of birth and date of death", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q5126745 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q5126745 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5126745 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Jerry Skinner born and when did he die?", "Can you tell me the birth and death dates of Jerry Skinner, the New Zealand politician?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5126745> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5254", "question": "What is the English name of Zeruiah, and when was she born and died?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { BIND( wd:Q196771 AS ?person ) . ?person wdt:P31 wd:Q20643955 . OPTIONAL { ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?person wdt:P569 ?birthDate } OPTIONAL { ?person wdt:P570 ?deathDate } }", "paraphrases": ["Can you tell me Zeruiah\u2019s birth and death dates, and confirm her name in English?", "Is there any record of Zeruiah\u2019s birth or death, and what is her name in English?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q196771> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5255", "question": "What is the birth date of Marlene Willoughby, and is there a recorded date of death?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q6771765 rdfs:label ?personLabel .\n  OPTIONAL {\n    wd:Q6771765 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q6771765 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Tell me Marlene Willoughby\u2019s name, when she was born, and if she has passed away.", "Who is Marlene Willoughby, when was she born, and when did she die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6771765> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5256", "question": "What is the birth and death date of Bill Zuckert?", "sparql": "SELECT ?name ?birthDate ?deathDate WHERE { wd:Q4911483 rdfs:label ?name . FILTER(LANG(?name) = \"en\") . OPTIONAL { wd:Q4911483 wdt:P569 ?birthDate . } OPTIONAL { wd:Q4911483 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the full name, birth date, and death date of the American actor Bill Zuckert?", "When was Bill Zuckert born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4911483> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5257", "question": "Entities associated with Marcellus Long and the properties linking them (e.g., performer, developer, composer).", "sparql": "SELECT ?entity ?statement ?property (SAMPLE(?qualifierValue) AS ?qualifier) WHERE { ?statement ?prop wd:Q38050768 . ?entity ?claim ?statement . ?property wikibase:statementProperty ?prop . ?property wikibase:claim ?claim . FILTER (?property != wd:P31) OPTIONAL { ?statement ?qualifierProp ?qualifierValue . } } GROUP BY ?entity ?statement ?property", "paraphrases": ["What entities are connected to Marcellus Long, and through which properties are they linked to him?", "List all entities linked to Marcellus Long via statements, along with the type of relationship (e.g., performer, developer) and any qualifiers used."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q38050768> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5258", "question": "Entities that started between 1978 and 1988 and ended between 1988 and 1998", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?start . ?item wdt:P582 ?end . FILTER ( ?start >= \"1978-05-28T00:00:00Z\"^^xsd:dateTime && ?start <= \"1988-05-28T23:59:59Z\"^^xsd:dateTime && ?end >= \"1988-05-28T00:00:00Z\"^^xsd:dateTime && ?end <= \"1998-05-28T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities were active during the year 1988, having begun between May 28, 1978 and May 28, 1988 and ended between May 28, 1988 and May 28, 1998?", "List all items that began between May 28, 1978 and May 28, 1988 and concluded between May 28, 1988 and May 28, 1998."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1978-05-28T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1988-05-28T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1988-05-28T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1998-05-28T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5259", "question": "What events occurred on May 28, 1988, including spacecraft launches, first performances, service entries, or other significant dates?", "sparql": "SELECT DISTINCT ?event WHERE { ?event (wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date . FILTER ( ?date >= \"1988-05-28T00:00:00Z\"^^xsd:dateTime && ?date <= \"1988-05-28T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities had their first flight, service entry, premiere, or other key date on May 28, 1988?", "List all events (such as spacecraft launches, sports finals, or radio station debuts) that took place on May 28, 1988."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1988-05-28T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1988-05-28T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5260", "question": "Wikidata items linked to Europeana records with their English labels and URLs.", "sparql": "SELECT ?item ?itemLabel ?europeanaUrl WHERE { ?item wdt:P7704 ?europeanaId . BIND(CONCAT(\"https://www.europeana.eu/entry/\", ?europeanaId) AS ?europeanaUrl) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 200", "paraphrases": ["Which Wikidata items have corresponding entries on Europeana, and what are their English labels and Europeana URLs?", "Show me the English names of Wikidata items that are connected to Europeana, along with the direct URLs to their Europeana records."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <http://www.europeana.eu/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 200"}}
{"id": "val_5261", "question": "What protein is encoded by the gene with statement ID Q24087649-AD4E0269-BA82-4BFB-AB45-0985C7FD8426?", "sparql": "SELECT ?gene ?value WHERE { ?gene p:P688 s:Q24087649-AD4E0269-BA82-4BFB-AB45-0985C7FD8426 . s:Q24087649-AD4E0269-BA82-4BFB-AB45-0985C7FD8426 ps:P688 ?value .}", "paraphrases": ["Which protein does the gene Q24087649 encode, according to the statement with reference ref:581e859051021748c83c6a205366826551d24395?", "Show me the gene and the protein it encodes for the statement node s:Q24087649-AD4E0269-BA82-4BFB-AB45-0985C7FD8426."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24087649-AD4E0269-BA82-4BFB-AB45-0985C7FD8426> ?var1 ?var2 . }"}}
{"id": "val_5262", "question": "What are the director, cast members, genre, cinematographer, screenwriter, original language, and producers of the film \"Baahubali 2: The Conclusion\"?", "sparql": "SELECT DISTINCT \n  ?film \n  ?filmLabel \n  ?director \n  ?directorLabel \n  ?castMember \n  ?castMemberLabel \n  ?genre \n  ?genreLabel \n  ?cinematographer \n  ?cinematographerLabel \n  ?screenwriter \n  ?screenwriterLabel \n  ?language \n  ?languageLabel \n  ?producer \n  ?producerLabel \nWHERE {\n  VALUES ?film { wd:Q21001674 }\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P57 ?director .\n  ?film wdt:P161 ?castMember .\n  ?film wdt:P136 ?genre .\n  ?film wdt:P344 ?cinematographer .\n  ?film wdt:P58 ?screenwriter .\n  ?film wdt:P364 ?language .\n  ?film wdt:P162 ?producer .\n\n  # Get labels in English\n  OPTIONAL { ?film rdfs:label ?filmLabel FILTER(LANG(?filmLabel) = \"en\") }\n  OPTIONAL { ?director rdfs:label ?directorLabel FILTER(LANG(?directorLabel) = \"en\") }\n  OPTIONAL { ?castMember rdfs:label ?castMemberLabel FILTER(LANG(?castMemberLabel) = \"en\") }\n  OPTIONAL { ?genre rdfs:label ?genreLabel FILTER(LANG(?genreLabel) = \"en\") }\n  OPTIONAL { ?cinematographer rdfs:label ?cinematographerLabel FILTER(LANG(?cinematographerLabel) = \"en\") }\n  OPTIONAL { ?screenwriter rdfs:label ?screenwriterLabel FILTER(LANG(?screenwriterLabel) = \"en\") }\n  OPTIONAL { ?language rdfs:label ?languageLabel FILTER(LANG(?languageLabel) = \"en\") }\n  OPTIONAL { ?producer rdfs:label ?producerLabel FILTER(LANG(?producerLabel) = \"en\") }\n}", "paraphrases": ["List all the people involved in making Baahubali 2: The Conclusion, including its director, actors, producer, screenwriter, cinematographer, and the language it was made in.", "Can you tell me who directed, acted in, produced, wrote the script for, and shot the cinematography for the movie Baahubali 2: The Conclusion, along with its genre and original language?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var8Label ?var9Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q21001674> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P57> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P344> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P364> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P162> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5263", "question": "Japanese names of universities.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?university ?label WHERE {\n  ?university wdt:P31 wd:Q3918 .\n  ?university rdfs:label ?label .\n  FILTER(LANG(?label) = \"ja\")\n}\nLIMIT 100", "paraphrases": ["What are the Japanese-language labels for universities in Wikidata?", "Show me the Japanese names of universities along with their Wikidata identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_5264", "question": "Items with point in time January 1, 1000, including their labels and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P585 \"1000-01-01T00:00:00Z\" ^^ xsd:dateTime .\n  ?item rdfs:label ?itemLabel .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 1000", "paraphrases": ["What items in Wikidata are tagged with the date January 1, 1000, and what are their labels and images?", "Show me all entities in Wikidata that have a point in time of January 1, 1000, along with their labels and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P585> \"+1000-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 1000"}}
{"id": "val_5265", "question": "What is the English name of the Mariana Swiftlet?", "sparql": "SELECT ?item ?label WHERE { BIND( wd:Q27581 AS ?item ) . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you tell me the label of the species Mariana Swiftlet in English?", "What is the scientific name of the bird with Wikidata ID Q27581?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q27581> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5266", "question": "What is the English label and description of the Australian geographic location with ID SSC10854?", "sparql": "SELECT ?location ?label ?description WHERE { ?location wdt:P4093 \"SSC10854\" . OPTIONAL { ?location rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?location schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and description in English of the place in Australia that has the Australian Statistical Geography 2016 ID SSC10854?", "Show me the English name and description of the locality identified by the ASGS 2016 code SSC10854."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC10854\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5267", "question": "What is the English label and description of the geographic region with Australian Statistical Geography 2016 ID SSC14440?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel ?description WHERE {\n  ?place wdt:P4093 \"SSC14440\" .\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER ( LANG( ?placeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?place schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and description in English of the place identified by SSC14440 in the Australian Statistical Geography Standard 2016?", "Please provide the English name and description of the locality in Australia that has the ASGS 2016 ID SSC14440."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC14440\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5268", "question": "Religious paintings with RKDimages IDs, images, and Iconclass codes.", "sparql": "SELECT ?artwork ?artworkLabel ?rkdimagesId ?image ?iconclassCode WHERE { ?artwork wdt:P136 wd:Q2414609 . ?artwork wdt:P350 ?rkdimagesId . ?artwork wdt:P18 ?image . OPTIONAL { ?artwork wdt:P1257 ?iconclassCode . } }", "paraphrases": ["What are the religious paintings that have images on Wikimedia Commons, RKDimages IDs, and associated Iconclass codes?", "Show me religious paintings along with their RKDimages IDs, images, and Iconclass notation codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q2414609> . ?var1 <http://www.wikidata.org/prop/direct/P350> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1257> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5269", "question": "Journals where Stephen Hawking published his scientific papers, ranked by number of papers.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?pubLabel(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P50 wd:Q17714 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName , ?label) AS ?pubLabel)\n}\nGROUP BY ?publication ?pubLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals published the most scientific papers by Stephen Hawking, and how many papers did each publish?", "List the publications of Stephen Hawking\u2019s scientific articles, using abbreviations if available, and count how many articles appeared in each."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q20993887> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5270", "question": "Who are the employees of the University of Mannheim with German-language labels in Wikidata?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P108 wd:Q317070 . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"de\") }", "paraphrases": ["List all people who work at the University of Mannheim and have their names displayed in German.", "Which individuals are affiliated with the University of Mannheim, and what are their German names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q317070> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,en\". } FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . }"}}
{"id": "val_5271", "question": "What is the English label and description of the Australian Statistical Geography 2016 ID \"SSC60002\"?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4093 \"SSC60002\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and English description of the geographic location identified by the ABS 2016 code SSC60002?", "Please provide the English name and description of the place with Australian Statistical Geography Standard 2016 ID SSC60002."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC60002\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5272", "question": "What is the English description and label for the MeSH ID D018757?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P486 \"D018757\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What is the name and English description of the medical concept with MeSH ID D018757?", "Show me the English label and description of the GABA modulators as identified by MeSH ID D018757."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P486> \"D018757\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5273", "question": "List of death events with their names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?deathLabel ?death WHERE {\n  ?death wdt:P31 wd:Q4 .\n  ?death rdfs:label ?deathLabel .\n  FILTER ( LANG( ?deathLabel ) = \"en\" )\n}\nLIMIT 150", "paraphrases": ["What are some specific instances of death recorded in Wikidata, along with their names?", "Show me 150 examples of named death events, such as the death of a person, with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4> . } LIMIT 150"}}
{"id": "val_5274", "question": "What is the English label and description of the medical term with MeSH ID D013449?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P486 \"D013449\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the English name and definition of the substance identified by the MeSH ID D013449?", "Please provide the English label and description for the chemical compound with MeSH descriptor ID D013449."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P486> \"D013449\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5275", "question": "What property is most frequently used to link items to the Universe in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?claim wd:Q1 .\n  ?property wikibase:directClaim ?claim .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property connects the most items to the Universe, and how many items use it?", "Show me the main subject property that is used the most to indicate that something is about the Universe, along with its usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q1> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5276", "question": "Which gene is associated with the species Homo sapiens according to the statement with identifier Q17680092-45BEA2C8-671E-4704-A73B-B6E690975D21?", "sparql": "SELECT ?entity ?value WHERE { ?entity p:P703 s:Q17680092-45BEA2C8-671E-4704-A73B-B6E690975D21 . s:Q17680092-45BEA2C8-671E-4704-A73B-B6E690975D21 ps:P703 ?value . }", "paraphrases": ["What species does the gene NATP belong to, based on its taxon claim in Wikidata?", "Show me the taxon (species) for the gene NATP in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q17680092-45BEA2C8-671E-4704-A73B-B6E690975D21> ?var1 ?var2 . }"}}
{"id": "val_5277", "question": "Places of worship in Italy", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?placeOfWorship ?placeOfWorshipLabel WHERE {\n  ?placeOfWorship wdt:P31 wd:Q1370598 ; wdt:P17 wd:Q38 .\n  ?placeOfWorship rdfs:label ?placeOfWorshipLabel .\n  FILTER(LANG(?placeOfWorshipLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["What are the places of worship located in Italy?", "List the English names of all churches and religious structures in Italy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1370598> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . } LIMIT 200"}}
{"id": "val_5278", "question": "What is the title and multilingual descriptions of the journal with ISSN 1477-2000?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?journal ?title ?description WHERE {\n  ?journal wdt:P236 \"1477-2000\" .\n  ?journal wdt:P1476 ?title .\n  OPTIONAL {\n    ?journal schema:description ?description .\n  }\n}", "paraphrases": ["Can you tell me the name and translations of the journal identified by the ISSN 1477-2000?", "Show me all language versions of the description for the journal that has the ISSN 1477-2000, along with its English title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"1477-2000\". ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1019> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2008> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1230> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2007> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2699> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P2699> ?var8 . ?var9 <http://www.wikidata.org/prop/qualifier/P2700> <http://www.wikidata.org/entity/Q2430433> . } }"}}
{"id": "val_5279", "question": "Wikipedia pages about Crunchbase", "sparql": "SELECT DISTINCT ?var1 ?var2 WHERE {\n  ?var1 wdt:P856 <https://www.crunchbase.com/> .\n  ?var2 schema:about ?var1 .\n  FILTER(STRSTARTS(STR(?var2), \"https://\") && CONTAINS(STR(?var2), \".wikipedia.org\"))\n} ORDER BY ?var2", "paraphrases": ["Which Wikipedia articles are about the company Crunchbase?", "Show me all the Wikipedia pages that mention Crunchbase as their subject, based on its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.crunchbase.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.crunchbase.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.crunchbase.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.crunchbase.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.crunchbase.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.crunchbase.com> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5280", "question": "What properties are commonly used to describe higher education institutions in Wikidata?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?item wdt:P31 wd:Q136822 . ?item ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of properties that are applied to entities classified as higher education?", "Show me the English names and definitions of all properties used on universities and other higher education organizations."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q136822> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5281", "question": "List of food items with Open Food Facts category IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?foodItem ?foodItemLabel WHERE {\n  ?foodItem wdt:P1821 ?offId .\n  ?foodItem rdfs:label ?foodItemLabel .\n  FILTER ( LANG( ?foodItemLabel ) = \"en\" )\n}", "paraphrases": ["What are the English-labeled food items that have an Open Food Facts category ID?", "Show me the English names of all food items that are categorized in Open Food Facts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1821> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5282", "question": "What Wikipedia pages and other resources are about TechCrunch?", "sparql": "SELECT ?company ?article WHERE { ?company wdt:P856 <https://techcrunch.com> . ?article schema:about ?company . }", "paraphrases": ["Show me all articles and content linked to TechCrunch via its official website.", "Which Wikipedia editions have an article about TechCrunch?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.techcrunch.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.techcrunch.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://techcrunch.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://techcrunch.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://techcrunch.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://techcrunch.com> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5283", "question": "What are buildings with heritage designations or Wiki Loves Monuments IDs that don't have images?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel ?adminEntity ?adminEntityLabel WHERE {\n  ?building wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q41176 .\n  {\n    ?building p:P1435 ?heritage .\n  } UNION {\n    ?building p:P2186 ?wlm .\n  } MINUS {\n    ?building wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?building wdt:P131 ?adminEntity .\n  }\n  ?building rdfs:label ?buildingLabel .\n  OPTIONAL {\n    ?adminEntity rdfs:label ?adminEntityLabel .\n  }\n  FILTER(LANG(?buildingLabel) = \"en\")\n  FILTER(! BOUND(?adminEntityLabel) || LANG(?adminEntityLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me monuments and historic buildings listed in Wiki Loves Monuments or with heritage status, but without photos on Wikimedia Commons.", "Find historic buildings that are protected or documented in heritage lists but are missing images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(-2 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(-1 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q41176> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,en\". } }"}}
{"id": "val_5284", "question": "What are the heritage buildings in the region around Granada, Spain, that are listed in Wiki Loves Monuments or have a heritage designation?", "sparql": "SELECT DISTINCT ?building ?buildingLabel ?administrativeEntity ?administrativeEntityLabel ?image ?location WHERE {\n  ?building wdt:P625 ?location .\n  FILTER(STRSTARTS(STR(?location), \"POINT(\"))\n  BIND(STRBEFORE(STRAFTER(STR(?location), \"POINT(\"), \")\") AS ?coordStr)\n  BIND(STRBEFORE(?coordStr, \" \") AS ?lonStr)\n  BIND(STRAFTER(?coordStr, \" \") AS ?latStr)\n  FILTER(xsd:double(?lonStr) >= -3.7 && xsd:double(?lonStr) <= -3.5 && xsd:double(?latStr) >= 37 && xsd:double(?latStr) <= 38)\n  OPTIONAL { ?building wdt:P131 ?administrativeEntity . }\n  OPTIONAL { ?building wdt:P18 ?image . }\n  {\n    ?building p:P1435 ?heritage .\n  } UNION {\n    ?building p:P2186 ?wlm .\n  }\n  ?building wdt:P31 ?type .\n  ?type wdt:P279* wd:Q41176 .\n  ?building rdfs:label ?buildingLabel .\n  FILTER(LANG(?buildingLabel) = \"en\")\n  OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n    FILTER(LANG(?administrativeEntityLabel) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["Show me images and locations of buildings in southern Spain (between 37\u00b0N and 38\u00b0N, and 3.5\u00b0W and 3.7\u00b0W) that are protected as cultural heritage.", "List the buildings in the province of Ja\u00e9n and Granada that are part of the Wiki Loves Monuments project or have official heritage status, along with their administrative areas and images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(-3 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(-2 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q41176> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"eu,en\". } }"}}
{"id": "val_5285", "question": "Russian authors who are not pornographic actors", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  {\n    ?person wdt:P27 wd:Q159 .\n  } UNION {\n    ?person wdt:P19 / wdt:P131 + / wdt:P17 wd:Q159 .\n  }\n  ?person ( wdt:P106 / wdt:P31 * / wdt:P279 * ) wd:Q482980 .\n  FILTER NOT EXISTS {\n    ?person wdt:P106 wd:Q488111 .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the authors from Russia that are not pornographic actors?", "List all people who are Russian citizens or born in Russia, have the occupation of an author, and are not pornographic actors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q4404895> ) } { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q159> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P131> +/ <http://www.wikidata.org/prop/direct/P17> ) <http://www.wikidata.org/entity/Q159> . } } { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q482980> . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488111> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5286", "question": "What Wikipedia pages are about Amazon.com?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel ?page WHERE {\n  ?company wdt:P856 <https://www.amazon.com/> .\n  ?page schema:about ?company .\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}", "paraphrases": ["Show me the official website of Amazon and the articles that mention it.", "Which resources are linked to Amazon\u2019s official website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.partnernet.amazon.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.partnernet.amazon.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://partnernet.amazon.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://partnernet.amazon.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://partnernet.amazon.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://partnernet.amazon.de> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5287", "question": "What cell types express the mouse Apoe gene, and what are its orthologs and associated pathways?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property wd:Q14890475 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}", "paraphrases": ["Which entities are directly related to the mouse Apoe gene, and how are they connected?", "Show me all direct relationships involving the mouse Apoe gene, including which cell types it marks and what genes or pathways it\u2019s part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q14890475> . }"}}
{"id": "val_5288", "question": "Museums in Sicily with their latitude and longitude coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT DISTINCT ?museum ?museumLabel ?latitude ?longitude WHERE {\n  ?museum wdt:P131 / wdt:P131 * wd:Q1460 .\n  ?museum(wdt:P31 / wdt:P279 *) wd:Q33506 .\n  ?museum p:P625 ?statement .\n  ?statement psv:P625 ?coordinateNode .\n  ?coordinateNode wikibase:geoLatitude ?latitude .\n  ?coordinateNode wikibase:geoLongitude ?longitude .\n  ?museum rdfs:label ?museumLabel .\n  FILTER(LANG(?museumLabel) = \"en\")\n}\nORDER BY ASC(?museumLabel)", "paraphrases": ["What are the names and geographic coordinates of museums located in Sicily?", "List all museums in Sicily along with their precise latitude and longitude, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q1460> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P625> ?var7 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var4 . ?var7 <http://wikiba.se/ontology#geoLongitude> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_5289", "question": "What journals did Niels A. Lassen publish in, and how many publications did he have in each, using the abbreviated journal name if available?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?pubLabel(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P50 wd:Q7031439 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName , ?label) AS ?pubLabel)\n}\nGROUP BY ?publication ?pubLabel\nORDER BY DESC(?count)", "paraphrases": ["Show me the most frequently used publications in which Niels A. Lassen published his work, ordered by count, with preferred English names.", "Which academic journals featured the most works by Danish neurologist Niels A. Lassen, and what are their common abbreviations?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q7031439> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5290", "question": "Ensembl transcript ID for the APOE gene", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?itemLabel ?propertyLabel ?transcriptId WHERE {\n  wd:Q14890475 p:P704 s:Q14890475-AC671840-8DEE-452B-9819-7EBE30D8AE5C .\n  s:Q14890475-AC671840-8DEE-452B-9819-7EBE30D8AE5C ps:P704 ?transcriptId .\n  wd:Q14890475 rdfs:label ?itemLabel .\n  wd:P704 rdfs:label ?propertyLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["What is the Ensembl transcript ID associated with the APOE gene?", "Show me the item (APOE), the property (Ensembl transcript ID), and the value (ENSMUST00000167646) of this specific statement in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q14890475-AC671840-8DEE-452B-9819-7EBE30D8AE5C> . }"}}
{"id": "val_5291", "question": "What properties are used to describe InterSystems in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q948399 ?statement ?value .\n  FILTER(STRSTARTS(STR(?statement) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?statement) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?property)\n  .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  .\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which English-labeled properties describe the company InterSystems?", "Show me the English labels and descriptions of all properties that have values for InterSystems."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q948399> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5292", "question": "List the governors of Alaska in reverse chronological order, including their term start and end dates, and who they replaced or were replaced by.", "sparql": "SELECT ?governor ?governorLabel ?startDate ?endDate ?startPrecision ?endPrecision ?replaced ?replacedBy WHERE { ?governor wdt:P31 wd:Q5 . ?governor p:P39 ?statement . ?statement ps:P39 wd:Q20801644 . OPTIONAL { ?statement pqv:P580 ?start . ?start wikibase:timeValue ?startDate . ?start wikibase:timePrecision ?startPrecision . } OPTIONAL { ?statement pqv:P582 ?end . ?end wikibase:timeValue ?endDate . ?end wikibase:timePrecision ?endPrecision . } OPTIONAL { ?statement pq:P1365 ?replaced . } OPTIONAL { ?statement pq:P1366 ?replacedBy . } OPTIONAL { ?governor rdfs:label ?governorLabel . FILTER(LANG(?governorLabel) = \"en\") } } ORDER BY DESC(?startDate) LIMIT 20", "paraphrases": ["Who were the governors of Alaska, when did they serve, and who preceded or succeeded them in office?", "Show me the complete list of Alaska governors from most recent to oldest, with their term dates and the governors they replaced or were replaced by."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q20801644> . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/value/P580> ?var9 . OPTIONAL { ?var9 <http://wikiba.se/ontology#timeValue> ?var2 . } OPTIONAL { ?var9 <http://wikiba.se/ontology#timePrecision> ?var4 . } } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/value/P582> ?var10 . OPTIONAL { ?var10 <http://wikiba.se/ontology#timeValue> ?var3 . } OPTIONAL { ?var10 <http://wikiba.se/ontology#timePrecision> ?var5 . } } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1365> ?var6 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1366> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_5293", "question": "What is the WikiPathways ID for the fatty acid beta-oxidation pathway in humans?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?wp_id WHERE {\n  ?pathway wdt:P2410 \"WP143\" ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["Which WikiPathways identifier corresponds to human fatty acid beta-oxidation?", "Show me the WikiPathways ID of biological pathways in Homo sapiens that are identified as WP143."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP143_r79783> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5294", "question": "Who is the artist with Museum of Modern Art ID 41463, and what is their English description?", "sparql": "SELECT ?artist ?artistLabel ?description WHERE { ?artist wdt:P2174 \"41463\" . OPTIONAL { ?artist rdfs:label ?artistLabel . FILTER (LANG(?artistLabel) = \"en\") } OPTIONAL { ?artist schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the artist identified by the MoMA artist ID 41463?", "Please provide the English label and description of the artist whose Museum of Modern Art artist ID is 41463."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2174> \"41463\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5295", "question": "List of pornographic film series with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q18956797 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nLIMIT 21", "paraphrases": ["What are the names of the pornographic film series on Wikidata in English?", "Can you show me up to 21 English-named pornographic film series?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18956797> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5296", "question": "Japanese districts with their English names and coordinates, sorted from north to south.", "sparql": "SELECT DISTINCT ?district ?coordinate ?label_ja ?label_en WHERE { ?district (wdt:P31/wdt:P279*) wd:Q1122846 . ?district wdt:P625 ?coordinate . ?district rdfs:label ?label_ja . ?district rdfs:label ?label_en . FILTER(LANG(?label_ja) = \"ja\") FILTER(LANG(?label_en) = \"en\") } ORDER BY DESC(geof:latitude(?coordinate)) LIMIT 50", "paraphrases": ["What are the districts in Japan, along with their Japanese and English labels and geographic coordinates, ordered from the northernmost to the southernmost?", "List up to 50 districts in Japan, showing their Japanese and English names and coordinates, sorted by latitude in descending order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1122846> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_5297", "question": "Apple Inc. \u2014 founding date, industry, revenue, CEO, founders, headquarters, and employee count", "sparql": "SELECT DISTINCT ?company ?companyLabel ?inception ?industryLabel ?revenue ?ceoLabel ?founderLabel ?headquartersLabel ?employeeCount WHERE {  VALUES ?company { wd:Q312 }  \n  ?company rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n  OPTIONAL { ?company wdt:P571 ?inception . }\n  OPTIONAL { ?company wdt:P452 ?industry . }\n  OPTIONAL { ?company wdt:P2139 ?revenue . }\n  OPTIONAL { ?company wdt:P169 ?ceo . }\n  OPTIONAL { ?company wdt:P112 ?founder . }\n  OPTIONAL { ?company wdt:P159 ?headquarters . }\n  OPTIONAL { ?company wdt:P1128 ?employeeCount . }\n  OPTIONAL { ?industry rdfs:label ?industryLabel . FILTER(LANG(?industryLabel) = \"en\") }\n  OPTIONAL { ?ceo rdfs:label ?ceoLabel . FILTER(LANG(?ceoLabel) = \"en\") }\n  OPTIONAL { ?founder rdfs:label ?founderLabel . FILTER(LANG(?founderLabel) = \"en\") }\n  OPTIONAL { ?headquarters rdfs:label ?headquartersLabel . FILTER(LANG(?headquartersLabel) = \"en\") }\n}\nORDER BY ASC(?companyLabel)", "paraphrases": ["What are the founding date, industry, total revenue, CEO, founders, headquarters location, and number of employees for Apple Inc.?", "Provide details about Apple Inc., including when it was founded, what industries it operates in, its revenue, who its CEO and founders are, where its headquarters are located, and how many employees it has."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5Label ?var6Label ?var7 ?var8 WHERE { FILTER ( ( CONTAINS ( LCASE ( STR ( ?var1Label ) ) , \"apple inc.\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P452> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2139> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P169> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P112> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_5298", "question": "English label, description, and images of SIM card", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q230110 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q230110 wdt:P18 ?image . } OPTIONAL { wd:Q230110 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English description of a SIM card, and what images are available for it on Wikimedia Commons?", "Show me the English name, description, and all images of a SIM card."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q230110> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q230110> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q230110> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5299", "question": "What are the superfamilies and families directly classified under the suborder Adephaga?", "sparql": "SELECT ?taxon ?taxonLabel WHERE { ?taxon wdt:P171 wd:Q131060 . ?taxon rdfs:label ?taxonLabel . FILTER(LANG(?taxonLabel) = \"en\") }", "paraphrases": ["List all taxonomic groups that have Adephaga as their immediate parent taxon.", "Which beetle taxa are part of the Adephaga suborder?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q131060> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5300", "question": "Actors with their given names", "sparql": "SELECT ?actor ?givenNameLabel WHERE { ?actor wdt:P106 wd:Q33999 . OPTIONAL { ?actor wdt:P735 ?givenName . ?givenName rdfs:label ?givenNameLabel . FILTER(LANG(?givenNameLabel) = \"en\") } } LIMIT 25", "paraphrases": ["Who are some actors, and what are their first names?", "List 25 actors along with their given names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P735> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . } LIMIT 25"}}
{"id": "val_5301", "question": "What country and continent is Skredadalen located in, and which administrative municipality does it belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ?continent ?continentLabel ?admin ?adminLabel WHERE {\n  wd:Q35300918 wdt:P17 ?country ; wdt:P131 ?admin .\n  ?country wdt:P30 ?continent .\n  ?country rdfs:label ?countryLabel .\n  ?continent rdfs:label ?continentLabel .\n  ?admin rdfs:label ?adminLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  .\n  FILTER(LANG(?continentLabel) = \"en\")\n  .\n  FILTER(LANG(?adminLabel) = \"en\")\n  .\n}", "paraphrases": ["Show me the country, continent, and local administrative area of the valley called Skredadalen.", "Where is Skredadalen located? Provide its country, continent, and municipality."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q35300918> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5302", "question": "Entities related to fashion through occupation or field of work", "sparql": "SELECT ?entity (SAMPLE(?label) AS ?entityLabel) WHERE { ?entity (wdt:P106* / wdt:P101*) wd:Q12684 . OPTIONAL { ?entity rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } GROUP BY ?entity", "paraphrases": ["Who are the people and organizations whose occupation or field of work is connected to fashion?", "List all entities that have an occupation or field of work linked to fashion, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> *) <http://www.wikidata.org/entity/Q12684> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5303", "question": "List cellular components with their English labels and associated images from Wikimedia Commons.", "sparql": "SELECT ?cellularComponent ?cellularComponentLabel ?image WHERE { ?cellularComponent wdt:P31 wd:Q5058355 . ?cellularComponent rdfs:label ?cellularComponentLabel . FILTER(LANG(?cellularComponentLabel) = \"en\") OPTIONAL { ?cellularComponent wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["What are the cellular components and their images on Wikimedia Commons?", "Show me up to 100 cellular components, their names in English, and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5058355> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5304", "question": "Video games released in September 1996 that are not discontinued.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?game ?releaseDate WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game wdt:P577 ?releaseDate .\n  FILTER(?releaseDate >= \"1996-09-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?releaseDate < \"1996-10-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(NOT EXISTS {\n    ?game wdt:P582 ?endDateTime\n  })\n}\nLIMIT 100", "paraphrases": ["Which video games were released in September 1996 and are still active (i.e., have no recorded end date)?", "List all video games from September 1996 that haven\u2019t been discontinued or shut down."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } FILTER ( ( ( ?var2 > \"1996-09-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 < \"1996-09-30T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 100"}}
{"id": "val_5305", "question": "What are the Wikipedia pages about the magazine Entrepreneur, and what is its official website?", "sparql": "SELECT ?entity ?entityLabel ?wikipediaPage WHERE { { ?entity wdt:P856 <https://www.www.entrepreneur.com/> . } UNION { ?entity wdt:P856 <http://www.www.entrepreneur.com/> . } UNION { ?entity wdt:P856 <https://www.entrepreneur.com/> . } UNION { ?entity wdt:P856 <http://www.entrepreneur.com/> . } UNION { ?entity wdt:P856 <https://www.entrepreneur.com> . } UNION { ?entity wdt:P856 <http://www.entrepreneur.com> . } UNION { ?entity wdt:P856 <https://entrepreneur.com> . } UNION { ?entity wdt:P856 <http://entrepreneur.com> . } UNION { ?entity wdt:P856 <https://entrepreneur.com/> . } UNION { ?entity wdt:P856 <http://entrepreneur.com/> . } ?entity rdfs:label ?entityLabel . ?wikipediaPage schema:about ?entity . FILTER(STRSTARTS(STR(?wikipediaPage), \"https://\") && CONTAINS(STR(?wikipediaPage), \".wikipedia.org\")) }", "paraphrases": ["Show me all language labels for Entrepreneur magazine and the Wikipedia articles that mention it, given that its official website is entrepreneur.com or a variant.", "Which Wikipedia editions have articles about Entrepreneur magazine, and what are the names of the magazine in different languages?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.entrepreneur.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.entrepreneur.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.entrepreneur.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.entrepreneur.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.entrepreneur.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.entrepreneur.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entrepreneur.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entrepreneur.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entrepreneur.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entrepreneur.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5306", "question": "Official website of Investitionsbank Berlin and related Wikipedia/ Commons pages", "sparql": "SELECT ?bank ?bankLabel ?page WHERE { ?bank wdt:P856 <https://www.ibb.de/> . ?page schema:about ?bank . ?bank rdfs:label ?bankLabel . FILTER(LANG(?bankLabel) = \"en\" || LANG(?bankLabel) = \"de\")}", "paraphrases": ["What Wikipedia and Commons pages are about Investitionsbank Berlin, and what is its official website?", "Show me all Wikimedia pages (like Wikipedia and Commons) linked to Investitionsbank Berlin, along with its official website and labels in English and German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.ibb.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.ibb.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ibb.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ibb.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ibb.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ibb.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ibb.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ibb.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ibb.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ibb.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5307", "question": "How many human protein-coding genes on chromosome 1 encode a product and have an English Wikipedia page but no Ukrainian one?", "sparql": "SELECT (COUNT(DISTINCT ?gene) AS ?count) WHERE { ?gene wdt:P279 wd:Q20747295 ; wdt:P703 wd:Q15978631 ; wdt:P1057 wd:Q430258 ; wdt:P688 ?product . FILTER EXISTS { ?wikipediaPage schema:about ?gene ; schema:inLanguage \"en\" . } FILTER NOT EXISTS { ?wikipediaPage schema:about ?gene ; schema:inLanguage \"uk\" . } }", "paraphrases": ["Count the protein-coding genes in humans located on chromosome 1 that are linked to an English Wikipedia article and lack a Ukrainian one, and that produce a protein or RNA.", "What is the number of human genes on chromosome 1 that are known to encode biological products and are documented in English Wikipedia but not in Ukrainian Wikipedia?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q20747295> . ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . ?var1 <http://www.wikidata.org/prop/direct/P1057> <http://www.wikidata.org/entity/Q430258> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P688> ?var3 . } FILTER ( ( BOUND ( ?var3 ) ) ) . FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". } ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"uk\". } ) ) . } GROUP BY ?var1 }"}}
{"id": "val_5308", "question": "List all Prime Ministers of the United Kingdom in order of their term start date, including who they replaced and who replaced them.", "sparql": "SELECT ?prime_minister ?prime_ministerLabel ?start_time ?replacedLabel ?replaced_byLabel WHERE { ?prime_minister wdt:P31 wd:Q5 . ?prime_minister p:P39 ?statement . ?statement ps:P39 wd:Q14211 . OPTIONAL { ?statement pq:P580 ?start_time . } OPTIONAL { ?statement pq:P1365 ?replaced . ?replaced rdfs:label ?replacedLabel . FILTER(LANG(?replacedLabel) = \"en\") } OPTIONAL { ?statement pq:P1366 ?replaced_by . ?replaced_by rdfs:label ?replaced_byLabel . FILTER(LANG(?replaced_byLabel) = \"en\") } ?prime_minister rdfs:label ?prime_ministerLabel . FILTER(LANG(?prime_ministerLabel) = \"en\") } ORDER BY DESC(?start_time)", "paraphrases": ["Who are the Prime Ministers of the United Kingdom, when did they start their terms, and who were their predecessors and successors?", "Show me a timeline of UK Prime Ministers starting from the most recent, with the names of the person they succeeded and the person who succeeded them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q14211> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_5309", "question": "Astronomical objects with SIMBAD IDs that have English labels but no German labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?label WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q6999 .\n  ?item p:P3083 [] .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(NOT EXISTS {\n    ?item rdfs:label ?deLabel .\n    FILTER(LANG(?deLabel) = \"de\")\n  })\n}\nLIMIT 100", "paraphrases": ["Which astronomical objects have SIMBAD IDs and are labeled in English but not in German?", "List all astronomical objects that have a SIMBAD identifier and an English label but no German label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q6999> . ?var1 <http://www.wikidata.org/prop/P3083> [] . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } ) ) . } LIMIT 100"}}
{"id": "val_5310", "question": "Monuments in Utrecht with their images and administrative location", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?admin ?adminLabel ?image ?heritage ?wlmId WHERE {\n  VALUES ?item {\n    wd:Q2306917 wd:Q2617180 wd:Q65768885 wd:Q100958409 wd:Q21533235 wd:Q120492031 wd:Q13747725\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P131 ?admin .\n    ?admin rdfs:label ?adminLabel .\n    FILTER ( LANG( ?adminLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?item p:P1435 ?stmt1 .\n    ?stmt1 ps:P1435 ?heritage .\n  }\n  OPTIONAL {\n    ?item p:P2186 ?stmt2 .\n    ?stmt2 ps:P2186 ?wlmId .\n  }\n}", "paraphrases": ["What are the monuments in Utrecht, and what are their labels, images, and administrative divisions?", "List the monuments located in Utrecht, including their English labels, images, and the administrative entity they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(5 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(5 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_5311", "question": "French TV episodes with media files, sorted by number of images or videos, including season and series.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?episode ?episodeLabel ?seasonLabel ?seriesLabel(COUNT(?media) AS ?fileCount) WHERE {\n  ?episode wdt:P31 wd:Q21191270 .\n  ?episode wdt:P361 ?season .\n  ?episode wdt:P179 ?series .\n  ?episode rdfs:label ?episodeLabel .\n  ?season rdfs:label ?seasonLabel .\n  ?series rdfs:label ?seriesLabel .\n  FILTER(LANG(?episodeLabel) = \"fr\")\n  FILTER(LANG(?seasonLabel) = \"fr\")\n  FILTER(LANG(?seriesLabel) = \"fr\")\n  {\n    ?episode wdt:P18 ?media\n  } UNION {\n    ?episode wdt:P4763 ?media\n  }\n}\nGROUP BY ?episode ?episodeLabel ?seasonLabel ?seriesLabel\nORDER BY DESC(?fileCount)\nLIMIT 50", "paraphrases": ["Which French-language television episodes have the most associated images or video files, and what are their seasons and series?", "List French-labeled TV episodes along with their season and series, ordered by how many images or video files are linked to them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( DISTINCT ?var5 ) AS ?var6 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P179> ?var8 . OPTIONAL { ?var5 <http://schema.org/about> ?var1 . FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ?var4 ORDER BY DESC( ?var6 )"}}
{"id": "val_5312", "question": "What are the image, population, area, official name, and official website of the city of Huelva in English?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?population ?area ?officialName ?website ?label WHERE {\n  wd:Q12246 wdt:P18 ?image .\n  wd:Q12246 wdt:P1082 ?population .\n  wd:Q12246 wdt:P2046 ?area .\n  wd:Q12246 wdt:P1448 ?officialName .\n  wd:Q12246 wdt:P856 ?website .\n  wd:Q12246 rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}\nLIMIT 1", "paraphrases": ["Can you show me the key details about Huelva, Spain, including its population, area, official website, and official name?", "Provide the English label, population, area, official name, and official website for the city of Huelva."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label ?var5 WHERE { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var6 <http://www.wikidata.org/prop/direct/P18> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P2046> ?var3 . ?var6 <http://www.wikidata.org/prop/direct/P1448> ?var4Label . ?var6 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var6 <http://www.wikidata.org/prop/direct/P856> ?var5 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> \"Huelva\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_5313", "question": "Female Chilean people with Wikipedia articles not in Italian", "sparql": "SELECT ?person WHERE { ?person wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q298 . ?article schema:about ?person . FILTER NOT EXISTS { ?otherArticle schema:about ?person ; schema:inLanguage \"it\" . } } LIMIT 1000", "paraphrases": ["Who are the female citizens of Chile that do not have a Wikipedia article in Italian?", "List all female individuals from Chile who have Wikipedia pages in languages other than Italian."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q298> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"it\". } ) ) . } LIMIT 1000"}}
{"id": "val_5314", "question": "Wikipedia pages about entities with official website google.com", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?page WHERE {\n  ?item wdt:P856 <https://google.com> .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?page schema:about ?item .\n}", "paraphrases": ["What Wikipedia articles are about the entity whose official website is google.com?", "Show me all Wikimedia pages that are about Google Search, the search engine with the official website google.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.calimera.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.calimera.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.calimera.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.calimera.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.calimera.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.calimera.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://calimera.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://calimera.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://calimera.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://calimera.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5315", "question": "What is the official website of Hilton Worldwide, and which Wikipedia articles are about it?", "sparql": "SELECT ?company ?companyLabel ?wikipediaPage WHERE { ?company wdt:P856 <https://www.hilton.com> . ?company rdfs:label ?companyLabel . ?wikipediaPage schema:about ?company . FILTER(LANG(?companyLabel) = \"en\") }", "paraphrases": ["Find the English label of Hilton Worldwide and its corresponding Wikipedia pages.", "Which Wikipedia articles reference Hilton Worldwide as their subject, given that its official website is https://www.hilton.com?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hiltonworldwide.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hiltonworldwide.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hiltonworldwide.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hiltonworldwide.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hiltonworldwide.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hiltonworldwide.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hiltonworldwide.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hiltonworldwide.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hiltonworldwide.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hiltonworldwide.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5316", "question": "Official website of Sarovar Hotels & Resorts and its Wikipedia pages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?company ?companyLabel ?wikipediaPage WHERE {\n  ?company wdt:P856 <https://www.sarovarhotels.com/> .\n  ?company rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n  .\n  ?wikipediaPage schema:about ?company .\n  FILTER(REGEX(STR(?wikipediaPage) , \"^https://[^/]+\\\\.wikipedia\\\\.org\"))\n}", "paraphrases": ["What are the Wikipedia articles about Sarovar Hotels & Resorts, given that their official website is sarovarhotels.com?", "Show me the Wikipedia pages about Sarovar Hotels & Resorts and confirm their official website is sarovarhotels.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.sarovarhotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.sarovarhotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.sarovarhotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.sarovarhotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.sarovarhotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.sarovarhotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sarovarhotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sarovarhotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sarovarhotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sarovarhotels.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5317", "question": "What is the official website of the island of Sylt?", "sparql": "SELECT ?website WHERE { wd:Q3107 wdt:P856 ?website . }", "paraphrases": ["Can you tell me the homepage of Sylt, Germany?", "What URL is listed as the official website for the island of Sylt in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.sas-sylt.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.sas-sylt.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.sas-sylt.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.sas-sylt.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.sas-sylt.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.sas-sylt.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sas-sylt.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sas-sylt.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://sas-sylt.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://sas-sylt.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5318", "question": "What are the different types of cemeteries listed in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?subclass ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  ?subclass p:P279 ?statement .\n  ?statement ps:P279 wd:Q39614 .\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier true .\n  }\n}\nGROUP BY ?subclass ?statement\nLIMIT 101", "paraphrases": ["Can you list all subclasses of cemetery and any additional qualifiers attached to their classification?", "Show me all known categories of cemeteries and whether any special attributes are associated with how they are classified as cemeteries."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q39614> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5319", "question": "What external resources (like Wikipedia pages or Commons categories) are linked to Tivoli Hotels via its official website?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P856 <http://www.tivolihotels.com> .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( langMatches( lang( ?var1Label ) , \"en\" ) ) .\n  ?var2 schema:about ?var1 .\n}", "paraphrases": ["What Wikipedia pages or Wikimedia Commons categories are about Tivoli Hotels, based on its official website?", "Show me all resources that mention Tivoli Hotels, using its official website (www.tivolihotels.com) to identify it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.tivolihotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.tivolihotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tivolihotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tivolihotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tivolihotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tivolihotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tivolihotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tivolihotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tivolihotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tivolihotels.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5320", "question": "What are the Wikipedia and Commons pages about Vrbo, and what is its official website?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.vrbo.com/> . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") ?var2 schema:about ?var1 . FILTER(!STRSTARTS(STR(?var2), \"https://www.wikidata.org/wiki/Special:EntityData\")) }", "paraphrases": ["Which external pages (like Wikipedia or Commons) discuss Vrbo, given that its official website is www.vrbo.com?", "Show me the Wikipedia and Wikimedia Commons pages that are about Vrbo, and confirm its official URL is www.vrbo.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.vrbo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.vrbo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.vrbo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.vrbo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.vrbo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.vrbo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://vrbo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://vrbo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://vrbo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://vrbo.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5321", "question": "Official website of Oceania Cruises and related Wikipedia pages", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 ?url . FILTER(REGEX(STR(?url), \"^https?://(www\\\\.)?oceaniacruises\\\\.com(/)?$\")) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") . ?var2 schema:about ?var1 . }", "paraphrases": ["What entities have an official website at oceaniacruises.com, and which Wikipedia articles are about them?", "Show me the English names of entities linked to oceaniacruises.com and the Wikipedia pages or Wikidata data pages about them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.oceaniacruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.oceaniacruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.oceaniacruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.oceaniacruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.oceaniacruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.oceaniacruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://oceaniacruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://oceaniacruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://oceaniacruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://oceaniacruises.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5322", "question": "TUI Cruises official website and associated Wikipedia pages", "sparql": "SELECT ?company (SAMPLE(?label) AS ?companyLabel) ?article WHERE { ?company wdt:P856 <http://www.tuicruises.com/> . ?article schema:about ?company . ?company rdfs:label ?label . } GROUP BY ?company ?article", "paraphrases": ["What Wikipedia and Wikivoyage pages are about TUI Cruises, given its official website is www.tuicruises.com?", "Show me all language versions of Wikipedia and Wikivoyage articles that mention TUI Cruises, using its official website as the link."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tuicruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tuicruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tuicruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tuicruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tuicruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tuicruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tuicruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tuicruises.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tuicruises.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tuicruises.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5323", "question": "Properties most frequently used to link entities to Osman Hamdi Bey, with count > 1", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q1190012 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)\nLIMIT 20", "paraphrases": ["Which properties connect other items to Osman Hamdi Bey more than once, and how many times each?", "Show me the properties that relate other entities to Osman Hamdi Bey, sorted by how often they\u2019re used, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1190012> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5324", "question": "What resources are about Blooket, the website with official URL https://blooket.com?", "sparql": "SELECT ?item ?itemLabel ?about WHERE { ?item wdt:P856 <https://blooket.com> . ?about schema:about ?item . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } }", "paraphrases": ["Are there any Wikipedia articles or other resources linked to Blooket through its official website?", "List all external resources that are about the entity whose official website is https://blooket.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.blookery.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.blookery.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.blookery.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.blookery.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.blookery.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.blookery.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://blookery.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://blookery.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://blookery.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://blookery.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5325", "question": "What is the Polish Wikipedia page about the organization with the official website dts24.pl?", "sparql": "SELECT ?item ?itemLabel ?page WHERE { ?item wdt:P856 <http://www.dts24.pl> . ?page schema:about ?item . ?item rdfs:label ?itemLabel FILTER(LANG(?itemLabel) = \"pl\") FILTER(?page != data:Q9208354) }", "paraphrases": ["Which entity has the official website http://www.dts24.pl, and what is its name in Polish?", "Can you find the Polish-labeled entity linked to dts24.pl and its associated Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.dts24.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.dts24.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.dts24.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.dts24.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.dts24.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.dts24.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://dts24.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://dts24.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://dts24.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://dts24.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5326", "question": "What external dataset links to the DB Open-Data-Portal via schema:about, and what is its official website?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel ?externalDataset WHERE {\n  {\n    ?item wdt:P856 <https://www.data.deutschebahn.com/> .\n  } UNION {\n    ?item wdt:P856 <http://www.data.deutschebahn.com/> .\n  } UNION {\n    ?item wdt:P856 <https://data.deutschebahn.com/> .\n  } UNION {\n    ?item wdt:P856 <http://data.deutschebahn.com/> .\n  }\n  ?item rdfs:label ?itemLabel .\n  ?externalDataset schema:about ?item .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which external resource states that it is about the DB Open-Data-Portal, and what are the official URLs of that portal?", "Show me the external dataset that refers to the DB Open-Data-Portal on Wikidata, along with its official website URL(s)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.data.deutschebahn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.data.deutschebahn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://data.deutschebahn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://data.deutschebahn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://data.deutschebahn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://data.deutschebahn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://data.deutschebahn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://data.deutschebahn.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://data.deutschebahn.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://data.deutschebahn.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5327", "question": "What is the name of the organization with the official website gbta.org?", "sparql": "SELECT ?item ?itemLabel ?url WHERE { ?item wdt:P856 ?url . FILTER(?url = <http://www.gbta.org>) . ?item rdfs:label ?itemLabel . OPTIONAL { ?wikipage schema:about ?item . ?wikipage schema:inLanguage \"en\" . } }", "paraphrases": ["Does the Global Business Travel Association have a Wikipedia page?", "Can you tell me the official website and name of the Global Business Travel Association?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.convention.gbta.org/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.convention.gbta.org/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://convention.gbta.org/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://convention.gbta.org/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://convention.gbta.org> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://convention.gbta.org> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://convention.gbta.org> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://convention.gbta.org> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://convention.gbta.org/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://convention.gbta.org/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5328", "question": "What is the English name of the company with the official website www.groupebarriere.com, and which Wikipedia pages or resources are about it?", "sparql": "SELECT ?item ?itemLabel ?aboutPage WHERE { ?item wdt:P856 <https://www.groupebarriere.com/> . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . ?aboutPage schema:about ?item .}", "paraphrases": ["Which Wikipedia articles and other resources are linked to Groupe Lucien Barri\u00e8re, the company whose official website is https://www.groupebarriere.com/?", "Find the English label of the organization that uses www.groupebarriere.com as its official website, along with the pages that mention it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.lucienbarriere.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.lucienbarriere.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.lucienbarriere.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.lucienbarriere.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.lucienbarriere.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.lucienbarriere.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://lucienbarriere.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://lucienbarriere.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://lucienbarriere.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://lucienbarriere.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5329", "question": "What is the official website of Hard Rock Cafe, and which Wikipedia pages are about it?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.hardrockcafe.com/> . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") . ?var2 schema:about ?var1 . }", "paraphrases": ["Which resources are linked to the Hard Rock Cafe via schema:about, given that its official website is https://www.hardrockcafe.com/?", "Find all Wikipedia articles related to Hard Rock Cafe, which has its official site at https://www.hardrockcafe.com/"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hardrock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hardrock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hardrock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hardrock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hardrock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hardrock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hardrock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hardrock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hardrock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hardrock.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5330", "question": "What are the Wikipedia articles and other pages about MapMyIndia?", "sparql": "SELECT ?company ?companyLabel ?aboutEntity WHERE { wd:Q30635691 rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") . ?aboutEntity schema:about wd:Q30635691 . } LIMIT 10", "paraphrases": ["Which entities are linked to the Wikidata item for MapMyIndia via schema:about?", "Can you show me the English label of MapMyIndia and the web pages that discuss it?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.mapmyindia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.mapmyindia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.mapmyindia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.mapmyindia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.mapmyindia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.mapmyindia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://mapmyindia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://mapmyindia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://mapmyindia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://mapmyindia.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5331", "question": "What Wikipedia articles and resources are about Tripadvisor, based on its official website?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.tripadvisor.com/> . ?var1 rdfs:label ?var1Label . ?var2 schema:about ?var1 . }", "paraphrases": ["Which Wikipedia pages and other resources link to Tripadvisor through its official website (tripadvisor.com)?", "Show me all the Wikipedia articles and schema:about links connected to Tripadvisor via its official URL."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.tripadvisor.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.tripadvisor.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tripadvisor.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tripadvisor.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.tripadvisor.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.tripadvisor.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tripadvisor.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tripadvisor.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://tripadvisor.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://tripadvisor.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5332", "question": "English label and related pages for the website ticketcorner.ch", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P856 <http://www.ticketcorner.ch/> .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) .\n  ?var2 schema:about ?var1 .\n}", "paraphrases": ["What is the English name of the entity with the official website ticketcorner.ch, and which Wikipedia or Commons pages are about it?", "Show me the English label of the organization that owns ticketcorner.ch and the external pages (like Wikipedia or Commons) linked to it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.ticketcorner.ch/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.ticketcorner.ch/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ticketcorner.ch/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ticketcorner.ch/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.ticketcorner.ch> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.ticketcorner.ch> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ticketcorner.ch> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ticketcorner.ch> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://ticketcorner.ch/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://ticketcorner.ch/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5333", "question": "What is the official website of Corsair Gaming, and which Wikipedia pages or resources are about it?", "sparql": "SELECT ?var1 ?label ?var2 WHERE { ?var1 wdt:P856 <https://www.corsair.com/> . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . ?var2 schema:about ?var1 . }", "paraphrases": ["Which entities are linked to Corsair Gaming\u2019s official website (corsair.com)?", "Show me the English label of Corsair Gaming and all pages that reference it as their subject."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.corsair.fr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.corsair.fr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.corsair.fr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.corsair.fr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.corsair.fr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.corsair.fr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://corsair.fr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://corsair.fr> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://corsair.fr/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://corsair.fr/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5334", "question": "What entities have official websites containing \"flug.de\", and what other resources are about them?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 ?url . FILTER(CONTAINS(STR(?url), \"flug.de\")) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"\") . ?var2 schema:about ?var1 . }", "paraphrases": ["List companies or organizations with \"flug.de\" in their website URL and their associated Wikipedia or Commons pages.", "Which Wikidata items link to websites with \"flug.de\" in the domain, and what external pages reference them?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.flug.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.flug.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flug.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flug.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flug.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flug.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flug.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flug.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flug.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flug.de/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5335", "question": "What Wikipedia and Wikimedia pages are about Heathrow Airport?", "sparql": "SELECT ?airport ?airportLabel ?article WHERE { ?airport wdt:P856 <https://www.heathrow.com/> . ?article schema:about ?airport .}", "paraphrases": ["Can you list all the articles on Wikipedia and other Wikimedia projects that are related to Heathrow Airport's official website?", "Show me all the web pages that reference Heathrow Airport, given that its official website is https://www.heathrow.com/"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.interairport.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.interairport.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.interairport.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.interairport.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.interairport.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.interairport.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://interairport.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://interairport.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://interairport.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://interairport.com/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5336", "question": "What Wikipedia pages and resources are about MASwings, given its official website is www.maswings.com.my?", "sparql": "SELECT ?company ?companyLabel ?article WHERE { ?company wdt:P856 <http://www.maswings.com.my> . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") . ?article schema:about ?company . }", "paraphrases": ["Which Wikipedia articles and other online resources discuss MASwings, based on its official website?", "Show me all the Wikipedia pages and related content linked to MASwings through its official website, www.maswings.com.my."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.maswings.com.my/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.maswings.com.my/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.maswings.com.my/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.maswings.com.my/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.maswings.com.my> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.maswings.com.my> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://maswings.com.my> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://maswings.com.my> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://maswings.com.my/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://maswings.com.my/> . } ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5337", "question": "Film with AlloCin\u00e9 ID 126629", "sparql": "SELECT ?film WHERE { ?film wdt:P1265 \"126629\" . }", "paraphrases": ["What film has the AlloCin\u00e9 ID 126629?", "Tell me the name of the film that has the AlloCin\u00e9 ID 126629."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"126629\". }"}}
{"id": "val_5338", "question": "What countries and continents is Alberta directly associated with?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?relatedEntity WHERE {\n  VALUES ?start {\n    wd:Q1951\n  }\n  ?start(wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?relatedEntity .\n}", "paraphrases": ["Which entities are directly connected to Alberta through location or administrative relationships?", "Show all direct geographic and political parent entities of the Canadian province of Alberta."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1951> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5339", "question": "Species on Species Wikidata with their English names and Wikidata IDs.", "sparql": "SELECT ?item ?label ?page WHERE { ?page schema:about ?item ; schema:isPartOf <https://species.wikimedia.org/> . ?item wdt:P31/wdt:P279* wd:Q16521 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 200", "paraphrases": ["Which biological taxa have pages on Species Wikidata, and what are their English labels and corresponding page URLs?", "List the English names and Wikidata items of all species and taxa that are documented on Species Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://species.wikimedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } } LIMIT 200"}}
{"id": "val_5340", "question": "What are all the superclass categories of the Anglo-Frisian language family?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 WHERE {\n  wd:Q5329170 wdt:P279 * ?var1\n}", "paraphrases": ["What broader language families does Anglo-Frisian belong to, including all levels of classification?", "List all the hierarchical parent classes of Anglo-Frisian in Wikidata\u2019s taxonomy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q5329170> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5341", "question": "What properties and values are associated with Yohan Cabaye in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q1910 ?property ?value .\n}\nLIMIT 20", "paraphrases": ["Can you list all the information available about the French footballer Yohan Cabaye?", "Show me the details of Yohan Cabaye, such as his occupation, birth date, and citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1910> ?var1 ?var2 . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } } LIMIT 20"}}
{"id": "val_5342", "question": "Top 10 most populous cities with a current female mayor or head of government.", "sparql": "SELECT DISTINCT ?city ?cityLabel ?head ?headLabel ?population WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city p:P6 ?statement . ?statement ps:P6 ?head . ?head wdt:P21 wd:Q6581072 . FILTER NOT EXISTS { ?statement pq:P582 ?end . } ?city wdt:P1082 ?population . OPTIONAL { ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } OPTIONAL { ?head rdfs:label ?headLabel . FILTER(LANG(?headLabel) = \"en\") } } ORDER BY DESC(?population) LIMIT 10", "paraphrases": ["Which are the 10 largest cities in the world currently led by a woman?", "Show me the 10 cities with the highest population that have a female head of government, along with the names of those leaders and their populations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q6581072> AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/P6> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> ?var4 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 ) LIMIT 10"}}
{"id": "val_5343", "question": "What are the English synonyms for the term \"politician\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?politicianLabel ?altLabel WHERE {\n  wd:Q82955 rdfs:label ?politicianLabel .\n  wd:Q82955 skos:altLabel ?altLabel .\n  FILTER(LANG(?politicianLabel) = 'en')\n  FILTER(LANG(?altLabel) = 'en')\n}", "paraphrases": ["What alternative terms are used in English to refer to a politician?", "List the English aliases for the Wikidata item for politician."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P460> <http://www.wikidata.org/entity/Q82955> . } LIMIT 100"}}
{"id": "val_5344", "question": "Which film has the MovieMeter ID 44899?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1970 \"44899\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified as 44899 on MovieMeter?", "Tell me the name of the film with MovieMeter ID 44899."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1970> \"44899\". }"}}
{"id": "val_5345", "question": "What is the Wikidata item for the French legal term \"soci\u00e9t\u00e9\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?company WHERE {\n  ?company rdfs:label \"soci\u00e9t\u00e9\" @fr ; schema:description ?desc .\n  FILTER ( LANG( ?desc ) = \"fr\" && CONTAINS( LCASE( ?desc ) , \"droit fran\u00e7ais\" ) && CONTAINS( LCASE( ?desc ) , \"partager des b\u00e9n\u00e9fices\" ) )\n}", "paraphrases": ["Which Wikidata entity represents a company under French law, known as \"soci\u00e9t\u00e9\"?", "Find the Wikidata entry for the French word \"soci\u00e9t\u00e9\" that refers to a business entity formed to share profits."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"soci\u00e9t\u00e9\"@en . }"}}
{"id": "val_5346", "question": "Who is the person with Swedish National Biography ID 7344?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P3217 \"7344\" .\n}\nLIMIT 1", "paraphrases": ["Which individual is identified by the SBL ID 7344 in the Dictionary of Swedish National Biography?", "Tell me the name of the person whose entry in the Svenskt biografiskt lexikon has the ID 7344."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"7344\". } LIMIT 1"}}
{"id": "val_5347", "question": "Humans who work in fashion as occupation or field of work.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person ( wdt:P106 | wdt:P101 ) wd:Q27943370 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 20000", "paraphrases": ["Who are the people whose occupation or field of work is fashion?", "List the names of all humans who have either fashion as their occupation or field of work, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> ?/ <http://www.wikidata.org/prop/direct/P101> ?) <http://www.wikidata.org/entity/Q27943370> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 20000"}}
{"id": "val_5348", "question": "What properties are used for the cat skeleton specimen at Lausanne museum, and what are their values and counts?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ( SAMPLE( ?pl ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q29950423 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?pl .\n  FILTER ( LANG( ?pl ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For the cat skeleton and half skin at the Lausanne natural history museum, what are the English labels of its properties, how many values does each have, and what are those values?", "Show me all properties of the cat skeleton specimen at Lausanne museum, including their English names, the number of values each has, and the English labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q29950423> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5349", "question": "Biographies written by female authors", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?biography ?biographyLabel WHERE {\n  ?biography ( wdt:P31 / wdt:P279 * ) wd:Q36279 .\n  ?biography wdt:P50 ?author .\n  ?author wdt:P21 wd:Q6581072 .\n  ?biography rdfs:label ?biographyLabel .\n  FILTER ( LANG( ?biographyLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are some biographies authored by women?", "List English-labeled biographical works whose authors are female."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36279> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P921> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_5350", "question": "What geological features are composed of hills, and what additional details are provided about these relationships?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ( SAMPLE( ?qualifierProp ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P527 wd:Q54050 .\n      ?item p:P527 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProp ?value .\n    wd:P527 wdt:P2302 ?qualifierProp .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["List items that include hills as parts and indicate if any qualifiers (like quantity or type) are associated with those parts.", "Which landforms are made up of hills, and what specific information is attached to those composition relationships?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P527> <http://www.wikidata.org/entity/Q54050> . ?var1 <http://www.wikidata.org/prop/P527> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5351", "question": "What metadata and sources are associated with the claim that acne is a subclass of sebaceous gland disease?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?predicate ?object WHERE {\n  s:Q79928-D1C16F7D-1CB7-42D6-A74C-5583A1E6CF1D ?predicate ?object .\n}", "paraphrases": ["Show all properties and values of the statement asserting that acne is a subclass of sebaceous gland disease.", "Can you list the rank, type, and sources of the Wikidata statement that classifies acne as a sebaceous gland disease?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q79928-D1C16F7D-1CB7-42D6-A74C-5583A1E6CF1D> ?var1 ?var2 . }"}}
{"id": "val_5352", "question": "What are the different names and definitions of constipation in various languages, and what category does it belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?value WHERE {\n  {\n    wd:Q178436 rdfs:label ?value .\n    BIND(\"label\" AS ?property)\n  } UNION {\n    wd:Q178436 schema:description ?value .\n    BIND(\"description\" AS ?property)\n  } UNION {\n    wd:Q178436 wdt:P31 ?value .\n    BIND(\"instance of\" AS ?property)\n  } UNION {\n    wd:Q178436 wdt:P279 ?value .\n    BIND(\"subclass of\" AS ?property)\n  }\n}", "paraphrases": ["Can you list the labels, descriptions, and hierarchical classifications of constipation in Wikidata?", "What is constipation classified as, and how is it described in different languages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q178436> ?var1 ?var2 . }"}}
{"id": "val_5353", "question": "French books with their authors, ISBNs, VIAF IDs, and BnF IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?book ?title ?author ?isbn ?viaf ?bnf WHERE {\n  ?book wdt:P31 wd:Q571 ; wdt:P1476 ?title ; wdt:P50 ?author .\n  FILTER(LANG(?title) = \"fr\")\n  OPTIONAL {\n    ?book wdt:P212 ?isbn .\n  }\n  OPTIONAL {\n    ?author wdt:P214 ?viaf .\n  }\n  OPTIONAL {\n    ?book wdt:P268 ?bnf .\n  }\n}", "paraphrases": ["What are French-language books, who wrote them, and what are their ISBN, VIAF, and BnF identifiers?", "List all books published in French along with their authors and any available ISBN, VIAF, or BnF identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var4 . FILTER ( ( ?var3 IN ( \"string1\"@fr ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P212> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P268> ?var7 . } }"}}
{"id": "val_5354", "question": "Top 100 authors with zbMATH IDs ranked by number of Wikidata statements.", "sparql": "SELECT ?item ?zbmathId (COUNT(?claim) AS ?statementCount) WHERE { ?item wdt:P1556 ?zbmathId . ?item ?claim ?value . FILTER(STRSTARTS(STR(?claim), \"http://www.wikidata.org/prop/direct/\")) } GROUP BY ?item ?zbmathId ORDER BY DESC(?statementCount) ASC(?item) LIMIT 100", "paraphrases": ["Who are the 100 most documented people in Wikidata who have a zbMATH author ID, and how many statements does each have?", "List the 100 people with zbMATH IDs, ordered by how much information is available about them in Wikidata, along with their zbMATH IDs and statement counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1556> ?var2 ; <http://wikiba.se/ontology#statements> ?var3 . } ORDER BY DESC( ?var3 ) LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_5355", "question": "Who is the actress named Eva Green?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?castMember WHERE {\n  ?production wdt:P161 ?castMember .\n  ?castMember rdfs:label \"Eva Green\" @en .\n}", "paraphrases": ["Which person has the name \"Eva Green\" and has appeared as a cast member in a film or TV show?", "Find the Wikidata entity for the person named Eva Green who has acted in any production."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P161> ?var1 . ?var1 ?var3 \"Eva Green\". }"}}
{"id": "val_5356", "question": "List basketball players and coaches with their date of birth, gender, citizenship, and Basketball Reference ID.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?dob ?gender ?citizenship ?bballRefId WHERE {\n  VALUES ?occupation {\n    wd:Q3665646 wd:Q5137571\n  }\n  ?person wdt:P106 ?occupation .\n  OPTIONAL {\n    ?person wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  OPTIONAL {\n    ?person wdt:P27 ?citizenship .\n  }\n  OPTIONAL {\n    ?person wdt:P2685 ?bballRefId .\n  }\n}", "paraphrases": ["Who are the basketball players and coaches, and what are their birth dates, genders, countries of citizenship, and Basketball Reference IDs?", "Please provide a list of all basketball players and coaches, including their date of birth, gender, country of citizenship, and their Basketball Reference.com player IDs if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var7Label ?var8 ?var8Label ?var9 ?var9Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3665646> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q5137571> . } OPTIONAL { BIND ( YEAR ( ?var2 ) AS ?var10 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P17> ) ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P172> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2685> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5357", "question": "Superclasses of Albanian wine up to two levels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  {\n    wd:Q1161792 wdt:P279 ?item .\n  } UNION {\n    wd:Q1161792 wdt:P279 ?mid .\n    ?mid wdt:P279 ?item .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What are the parent classes of Albanian wine, including grandparents in the taxonomy?", "List all classes that Albanian wine belongs to, going up two levels in the subclass hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1161792> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1161792> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5358", "question": "Top geographical subclasses by instance count and their broader categories", "sparql": "SELECT ?subclass ?subclassLabel ?superclass ?superclassLabel ?instanceCount WHERE { { SELECT ?subclass ( COUNT( DISTINCT ?instance ) AS ?instanceCount ) WHERE { ?subclass wdt:P279+ wd:Q618123 . ?instance wdt:P31 ?subclass . } GROUP BY ?subclass } ?subclass wdt:P279* ?superclass . ?superclass wdt:P279 wd:Q618123 . OPTIONAL { ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } OPTIONAL { ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") } } ORDER BY DESC(?instanceCount) ASC(?superclassLabel) LIMIT 100", "paraphrases": ["Which subclasses of geographical features have the most instances, and what are their broader geographical classifications?", "List the most common types of geographical features (like streets or villages) along with the categories they belong to, ordered by how many instances they have."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> + <http://www.wikidata.org/entity/Q618123> . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var1 . } GROUP BY ?var1 } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q618123> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 )ASC( ?var2Label ) LIMIT 100"}}
{"id": "val_5359", "question": "What are the buildings in Munich, Augsburg, Ingolstadt, or the Munich district that have a heritage designation or are listed in Wiki Loves Monuments, along with their images and locations?", "sparql": "SELECT ?building ?buildingLabel ?administrativeEntity ?administrativeEntityLabel ?image ?location WHERE { VALUES ?administrativeEntity { wd:Q1726   # Munich\n    wd:Q1705   # Augsburg\n    wd:Q1712   # Ingolstadt\n    wd:Q17555  # Landkreis M\u00fcnchen\n  }\n  ?building wdt:P131 ?administrativeEntity .\n  ?building wdt:P31 ?type .\n  ?type wdt:P279* wd:Q41176 .\n  OPTIONAL { ?building wdt:P18 ?image . }\n  OPTIONAL { ?building wdt:P625 ?location . }\n  {\n    ?building p:P1435 ?stmt .\n  } UNION {\n    ?building p:P2186 ?stmt .\n  }\n  OPTIONAL { ?building rdfs:label ?buildingLabel . FILTER(LANG(?buildingLabel) = \"en\") }\n  OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") } }", "paraphrases": ["Show me English-labeled buildings in southern Germany (Munich, Augsburg, Ingolstadt, or Munich district) that are protected as cultural heritage or have a Wiki Loves Monuments ID, including their photos and coordinates.", "List heritage-listed buildings in Bavaria\u2019s major cities with available images and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(11 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(12 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q41176> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_5360", "question": "What is the official website and English or German Wikipedia page for Days Inns \u2013 Canada?", "sparql": "SELECT ?company ?companyLabel ?wikipediaPage WHERE { ?company wdt:P856 <http://www.daysinn.ca> . ?wikipediaPage schema:about ?company ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?company schema:name ?companyLabel . FILTER(LANG(?companyLabel) = \"en\" || LANG(?companyLabel) = \"de\") }", "paraphrases": ["Which Wikipedia pages in English or German are about Days Inns \u2013 Canada, and what is its official website?", "Show me the official website and the English or German Wikipedia page for the company with the website http://www.daysinn.ca."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.daysinn.ca> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.daysinn.ca> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://daysinn.ca> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://daysinn.ca> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://daysinn.ca/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://daysinn.ca/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5361", "question": "Howard Johnson's official website and associated English and German Wikipedia pages", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?var1 ?var1Label ?var2 ?var3 WHERE {\n  ?var1 wdt:P856 ?url .\n  FILTER ( REGEX( STR( ?url ) , \"^https?://(www\\\\.)?hojo\\\\.com(/.*)?$\" ) ) .\n  ?var2 schema:about ?var1 .\n  {\n    ?var2 schema:inLanguage \"en\" .\n  } UNION {\n    ?var2 schema:inLanguage \"de\" .\n  }\n  .\n  ?var1 wdt:P856 ?var3 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" || LANG( ?var1Label ) = \"de\" )\n  }\n}", "paraphrases": ["What are the English and German Wikipedia pages about Howard Johnson's, and what are its official websites?", "List the English and German Wikipedia articles related to Howard Johnson's along with its official website URLs, specifically those linked to hojo.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hojo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hojo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hojo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hojo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hojo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hojo.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5362", "question": "Hyatt Hotels Corporation official website and its English and German Wikipedia pages.", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.hyatt.com/> . ?var2 schema:about ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") { ?var2 schema:inLanguage \"en\" . } UNION { ?var2 schema:inLanguage \"de\" . } }", "paraphrases": ["What is the official website of Hyatt Hotels Corporation, and which English and German Wikipedia pages are about it?", "Show me the official website of Hyatt Hotels Corporation along with its English and German Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hyatt.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hyatt.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hyatt.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hyatt.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hyatt.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hyatt.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5363", "question": "What is the English Wikipedia page and label for the entity with official website newotani.co.jp?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?wikipediaPage WHERE {\n  ?item wdt:P856 <https://www.newotani.co.jp/> .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which English-language Wikipedia article is about New Otani, and what is its English label?", "Show me the English label and English Wikipedia page for the company whose official website is https://www.newotani.co.jp/."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.newotani.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.newotani.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://newotani.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://newotani.co.jp> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://newotani.co.jp/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://newotani.co.jp/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5364", "question": "Official website and Wikipedia pages for Novotel in English and German.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?hotelLabel ?website ?description WHERE {\n  wd:Q420545 wdt:P856 ?website ; rdfs:label ?hotelLabel .\n  FILTER(LANG(?hotelLabel) = \"en\" || LANG(?hotelLabel) = \"de\")\n  .\n  ?description schema:about wd:Q420545 ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What is the official website of Novotel, and what are its English and German Wikipedia pages?", "Show me the official website of Novotel along with its English and German Wikipedia descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.novotel.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.novotel.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://novotel.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://novotel.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://novotel.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://novotel.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5365", "question": "What is the official website of the Silka skincare brand, and what English or German descriptions are associated with it?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description ?website WHERE {\n  VALUES ?item {\n    wd:Q130305160\n  }\n  ?item wdt:P856 ?website .\n  ?item rdfs:label ?itemLabel .\n  ?description schema:about ?item .\n  ?description schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) FILTER ( LANG( ?itemLabel ) = \"en\" || LANG( ?itemLabel ) = \"de\" )\n}", "paraphrases": ["Show me the label, official website, and any English or German schema.org descriptions for the Silka brand (Q130305160).", "Can you find the English or German descriptions linked to the Silka skincare brand and its official website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.silkahotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.silkahotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://silkahotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://silkahotels.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://silkahotels.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://silkahotels.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5366", "question": "Companies with official website hurtigruten.com and their English or German Wikipedia/Wikivoyage/Commons pages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?company ?companyLabel ?wikiPage WHERE {\n  ?company wdt:P856 <https://www.hurtigruten.com> .\n  ?wikiPage schema:about ?company .\n  {\n    ?wikiPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikiPage schema:inLanguage \"de\" .\n  }\n  OPTIONAL {\n    ?company rdfs:label ?companyLabel .\n    FILTER ( LANG( ?companyLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which companies have hurtigruten.com as their official website, and what are their associated English or German-language Wikimedia pages?", "Show me the English labels of companies whose official website is hurtigruten.com, along with their English or German Wikipedia, Wikivoyage, or Commons pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hurtigruten.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hurtigruten.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hurtigruten.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hurtigruten.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hurtigruten.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hurtigruten.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5367", "question": "What are the Wikipedia pages about Stena Line in English or German?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel ?wikipediaPage WHERE {\n  ?company wdt:P856 <https://www.stenaline.com> .\n  ?wikipediaPage schema:about ?company ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) OPTIONAL {\n    ?company rdfs:label ?companyLabel .\n    FILTER ( LANG( ?companyLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which Wikipedia articles in English or German are linked to Stena Line\u2019s official website?", "Show me the English label of Stena Line and its associated Wikipedia pages in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.stenaline.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.stenaline.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://stenaline.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://stenaline.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://stenaline.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://stenaline.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5368", "question": "Entities with official websites and English or German Wikipedia pages.", "sparql": "SELECT ?item ?itemLabel ?website ?page WHERE { ?item wdt:P856 ?website . ?page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which entities have an official website and a corresponding Wikipedia page in English or German?", "Show me entities that have an official website and are linked to either an English or German Wikipedia page, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.vacationstogo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.vacationstogo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://vacationstogo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://vacationstogo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://vacationstogo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://vacationstogo.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5369", "question": "What is the English label and Wikimedia Commons category for the entity with the official website https://bigxtra.de/?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?commonsCategory WHERE {\n  ?item wdt:P856 <https://bigxtra.de/> .\n  ?commonsCategory schema:about ?item ; schema:inLanguage \"en\" ;\n  FILTER ( STRSTARTS( STR( ?commonsCategory ) , \"https://commons.wikimedia.org/wiki/Category:\" ) ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Show me the name and Commons category of BigXtra, given its official website is https://bigxtra.de/.", "Which English-language Commons category is associated with the website bigxtra.de?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.bigxtra.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bigxtra.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://bigxtra.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://bigxtra.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://bigxtra.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://bigxtra.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5370", "question": "Official website of Bradt Travel Guides and its English and German Wikipedia pages.", "sparql": "SELECT DISTINCT ?entity (SAMPLE(?entityLabel) AS ?label) ?wikipediaPage WHERE { ?entity wdt:P856 <http://www.bradtguides.com/> . ?wikipediaPage schema:about ?entity . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } ?entity rdfs:label ?entityLabel . } GROUP BY ?entity ?wikipediaPage", "paraphrases": ["What are the English and German Wikipedia pages for Bradt Travel Guides, and what is its official website?", "Show me the English and German Wikipedia articles about Bradt Travel Guides, along with a label for the entity and its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.bradtguides.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.bradtguides.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://bradtguides.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://bradtguides.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://bradtguides.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://bradtguides.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5371", "question": "What is the English or German Wikipedia page for Club 18-30, and what is its official website?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 ?var3 WHERE {\n  VALUES ?var3 {\n    <https://www.club18-30.com> <http://www.club18-30.com> <https://club18-30.com> <http://club18-30.com> <https://www.club18-30.com/> <http://www.club18-30.com/> <https://club18-30.com/> <http://club18-30.com/>\n  }\n  ?var1 wdt:P856 ?var3 .\n  ?var2 schema:about ?var1 ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" || LANG( ?var1Label ) = \"de\" )\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the company with the official website club18-30.com?", "Show me the label, Wikipedia page, and official URL for the entity whose website is club18-30.com, in either English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.club18-30.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.club18-30.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://club18-30.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://club18-30.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://club18-30.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://club18-30.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5372", "question": "What are the English or German Wikipedia or Commons pages about Foodora, and what is its official website?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://www.foodora.com/> . ?var2 schema:about ?var1 . { ?var2 schema:inLanguage \"en\" . } UNION { ?var2 schema:inLanguage \"de\" . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"de\") }", "paraphrases": ["Show me the Wikipedia and Commons pages in English or German that are about the company with the official website foodora.com.", "Which language-specific pages link to Foodora on Wikidata, and what is its label?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.foodora.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.foodora.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://foodora.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://foodora.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://foodora.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://foodora.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5373", "question": "Entities with official website goasean.com and English or German labels.", "sparql": "SELECT ?item ?itemLabel ?article ?url WHERE { ?item wdt:P856 ?url . FILTER(CONTAINS(STR(?url), \"goasean.com\")) . ?article schema:about ?item . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\") }", "paraphrases": ["Which entities have an official website containing \"goasean.com\" and are labeled in English or German?", "Show me the entities that use goasean.com as their official website, along with their English or German labels and associated Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.goasean.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.goasean.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://goasean.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://goasean.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://goasean.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://goasean.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5374", "question": "What is the German or English label of the company with official website https://www.gruberreisen.at/?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P856 <https://www.gruberreisen.at/> .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"de\" || LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which company has the official website https://www.gruberreisen.at/, and what is its name in German or English?", "Please show me the name in German or English of the organization that uses https://www.gruberreisen.at/ as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.gruberreisen.at> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.gruberreisen.at> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://gruberreisen.at> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://gruberreisen.at> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://gruberreisen.at/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://gruberreisen.at/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5375", "question": "Entities with official website hlx.com and their English or German Wikipedia pages.", "sparql": "SELECT ?var1 ?var2 WHERE { ?var1 wdt:P856 ?website . FILTER(REGEX(STR(?website), \"hlx\\\\.com\", \"i\")) . ?var2 schema:about ?var1 . FILTER(REGEX(STR(?var2), \"(en|de)\\\\.wikipedia\\\\.org|commons\\\\.wikimedia\\\\.org\", \"i\")) . ?var2 schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) }", "paraphrases": ["Which entities have hlx.com as their official website, and what are their English and German Wikipedia pages?", "Show me the Wikipedia and Commons pages in English and German for organizations whose official website contains hlx.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.hlx.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.hlx.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hlx.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hlx.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://hlx.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://hlx.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5376", "question": "Guide to Iceland official website, English or German label and description", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description ?url WHERE {\n  ?item wdt:P856 ?url .\n  FILTER ( ?url = <https://guidetoiceland.is> ) .\n  ?item rdfs:label ?itemLabel .\n  ?item schema:description ?description .\n  FILTER ( LANG( ?itemLabel ) = \"en\" || LANG( ?itemLabel ) = \"de\" ) .\n  FILTER ( LANG( ?description ) = \"en\" || LANG( ?description ) = \"de\" )\n}", "paraphrases": ["What is the official website of Guide to Iceland, and what are its English and German labels and descriptions?", "Show me the English and German labels and descriptions for the website https://guidetoiceland.is."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.icelandtravel.is> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.icelandtravel.is> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://icelandtravel.is> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://icelandtravel.is> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://icelandtravel.is/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://icelandtravel.is/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5377", "question": "Liligo.com official website, English or German description", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description ?website WHERE {\n  ?item wdt:P856 <https://www.liligo.it/> .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\")\n  .\n  ?description schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  BIND(<https://www.liligo.it/> AS ?website)\n}", "paraphrases": ["What is the official website of Liligo.com, and what are its English or German Wikipedia descriptions?", "Show me the label and schema.org descriptions in English or German for the entity with the official website https://www.liligo.it/"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.liligo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.liligo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://liligo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://liligo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://liligo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://liligo.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5378", "question": "Official website of Travelstart and its English Wikipedia page", "sparql": "SELECT ?company ?companyLabel ?website ?wikipediaUrl WHERE { VALUES ?website { <http://travelstart.co.za> <http://www.travelstart.co.za> <https://travelstart.co.za> <https://www.travelstart.co.za> } ?company wdt:P856 ?website . FILTER(STRSTARTS(STR(?company), \"http://www.wikidata.org/entity/Q\")) ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") BIND(REPLACE(?companyLabel, \" \", \"_\") AS ?pageTitle) BIND(CONCAT(\"https://en.wikipedia.org/wiki/\", ?pageTitle) AS ?wikipediaUrl) }", "paraphrases": ["What is the official website of Travelstart, and what is its English Wikipedia article?", "Show me the official website and corresponding English Wikipedia page for Travelstart."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.travelstart.co.za> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.travelstart.co.za> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://travelstart.co.za> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://travelstart.co.za> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://travelstart.co.za/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://travelstart.co.za/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5379", "question": "Cultural heritage sites in Nuremberg without images and with heritage designation or WLM ID", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?itemLabel ?instanceLabel ?wlmId ?heritageDesignation WHERE {\n  ?item wdt:P131 wd:Q2090 .\n  {\n    ?item p:P1435 ?heritageStmt .\n    ?heritageStmt ps:P1435 ?heritageDesignation .\n  } UNION {\n    ?item p:P2186 ?wlmStmt .\n    ?wlmStmt ps:P2186 ?wlmId .\n  } MINUS {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?instance .\n    OPTIONAL {\n      ?instance rdfs:label ?instanceLabel .\n      FILTER(LANG(?instanceLabel) = \"en\")\n    }\n  }\n}", "paraphrases": ["What are the cultural heritage sites in Nuremberg that don\u2019t have images on Wikimedia Commons and are listed in the heritage register or Wiki Loves Monuments?", "List all heritage monuments in Nuremberg that lack images and have either a heritage designation or a Wiki Loves Monuments ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(12 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(12 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5380", "question": "What are the English and German Wikipedia or Commons pages about Jochen Schweizer, and what is his official website?", "sparql": "SELECT ?entity ?entityLabel ?page WHERE { ?entity wdt:P856 <http://www.jochen-schweizer.de/> . ?page schema:about ?entity . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\" || LANG(?entityLabel) = \"de\") }", "paraphrases": ["Can you show me the official website of Jochen Schweizer and the associated Wikipedia articles in English and German?", "Which Wikipedia and Commons pages in English or German link to Jochen Schweizer\u2019s official website (www.jochen-schweizer.de)?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.jochen-schweizer.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.jochen-schweizer.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://jochen-schweizer.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://jochen-schweizer.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://jochen-schweizer.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://jochen-schweizer.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5381", "question": "Official website of Air Corsica and its English and German Wikipedia/Commons pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?label ?page ?website WHERE {\n  ?entity wdt:P856 <http://www.aircorsica.com> .\n  ?entity rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" || LANG( ?label ) = \"de\" ) .\n  ?page schema:about ?entity .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?entity wdt:P856 ?website .\n}", "paraphrases": ["What are the English and German language Wikipedia and Wikimedia pages about Air Corsica, and what is its official website?", "Show me the official website of Air Corsica along with its associated English and German Wikipedia and Commons pages, including the labels in those languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.aircorsica.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.aircorsica.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://aircorsica.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://aircorsica.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://aircorsica.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://aircorsica.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5382", "question": "What are the English and German Wikipedia articles about Air India Express, and what is its official website?", "sparql": "SELECT ?company ?companyLabel ?wikipediaArticle WHERE { ?company wdt:P856 <http://www.airindiaexpress.in> . ?wikipediaArticle schema:about ?company ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") }", "paraphrases": ["Show me the English label and corresponding Wikipedia pages in English and German for the airline with official website http://www.airindiaexpress.in.", "Can you find the Wikipedia articles in English and German for Air India Express and confirm its official website?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airindiaexpress.in> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airindiaexpress.in> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airindiaexpress.in> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airindiaexpress.in> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airindiaexpress.in/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airindiaexpress.in/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5383", "question": "What is the official website of Intrepid Travel, and is there an English or German Wikipedia article about it?", "sparql": "SELECT ?item ?itemLabel ?description ?url WHERE { ?item wdt:P856 ?url . FILTER(?url = <https://www.intrepidtravel.com/>) . ?description schema:about ?item . ?description schema:inLanguage ?lang . FILTER(?lang IN ('en', 'de')) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }", "paraphrases": ["Find the English label and associated Wikipedia page for the company whose official website is https://www.intrepidtravel.com/.", "Show me the entity, its English name, and any English or German descriptions linked to https://www.intrepidtravel.com/."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.airtreks.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.airtreks.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airtreks.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airtreks.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://airtreks.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://airtreks.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5384", "question": "Official website of Batik Air and its English and German Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?entity ?entityLabel ?articleUrl ?language WHERE {\n  ?entity wdt:P856 <https://www.batikair.com/> .\n  ?articleUrl schema:about ?entity ; schema:inLanguage ?language .\n  FILTER(?language IN(\"en\" , \"de\"))\n  .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["What are the English and German Wikipedia or Commons pages related to Batik Air, and what is its official website?", "Show me the official website of Batik Air along with its associated English and German Wikipedia or Wikimedia Commons pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.batikair.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.batikair.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://batikair.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://batikair.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://batikair.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://batikair.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5385", "question": "Official website of Nordic Regional Airlines and its English and German Wikipedia pages", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?airline ?airlineLabel ?wikipediaPage WHERE {\n  ?airline wdt:P856 <http://flynorra.com/> .\n  ?wikipediaPage schema:about ?airline ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?airline rdfs:label ?airlineLabel .\n  FILTER ( LANG( ?airlineLabel ) = \"en\" )\n}", "paraphrases": ["What are the English and German Wikipedia pages about the airline with official website flynorra.com?", "Show me the English label of the airline that uses flynorra.com as its official website, along with its English and German Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flynorra.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flynorra.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flynorra.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flynorra.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flynorra.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flynorra.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5386", "question": "Official website of Saudia and its English and German Wikipedia pages.", "sparql": "SELECT ?company ?companyLabel ?wikipedia_article WHERE { ?company wdt:P856 <https://www.saudia.com/> . ?wikipedia_article schema:about ?company ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) OPTIONAL { ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") } }", "paraphrases": ["What are the English and German Wikipedia articles about Saudia, and what is its official website?", "Show me the official website of Saudia and the corresponding English and German Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.saudia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.saudia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://saudia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://saudia.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://saudia.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://saudia.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5387", "question": "Official website of SKYbrary and its English and German Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?wikipediaPage WHERE {\n  ?item wdt:P856 <https://www.skybrary.aero/> .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang ; schema:name ?itemLabel .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles about SKYbrary, and what is its official website?", "Show me the English and German Wikipedia pages for SKYbrary along with its official website URL."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.skybrary.aero> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.skybrary.aero> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://skybrary.aero> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://skybrary.aero> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://skybrary.aero/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://skybrary.aero/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5388", "question": "West Air official website, English and German labels and descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel ?description WHERE {\n  ?company wdt:P856 <http://www.chinawestair.com> .\n  ?company rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\" || LANG(?companyLabel) = \"de\")\n  .\n  ?description schema:about ?company ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German labels and descriptions for the airline with the official website www.chinawestair.com?", "Show me the English and German labels and descriptions for the airline that has www.chinawestair.com as its official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.westair.cn> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.westair.cn> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://westair.cn> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://westair.cn> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://westair.cn/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://westair.cn/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5389", "question": "People who died in Sucre and their dates of death", "sparql": "SELECT ?person ?personLabel ?deathDate ?deathPlace WHERE { ?person wdt:P570 ?deathDate . ?person wdt:P20 ?deathPlace . FILTER(?deathPlace = wd:Q2907) OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } } ORDER BY ?personLabel LIMIT 20", "paraphrases": ["Who are the people that died in Sucre, and when did they die?", "List the names and death dates of people who died in Sucre, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P20> <http://www.wikidata.org/entity/Q2907> . ?var1 <http://www.wikidata.org/prop/P20> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5390", "question": "YouTube official website, English and German Wikipedia pages with labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P856 <https://www.youtube.com/> .\n  ?var2 schema:about ?var1 .\n  {\n    ?var2 schema:inLanguage \"en\" .\n    BIND(\"YouTube\" @en AS ?var1Label)\n  } UNION {\n    ?var2 schema:inLanguage \"de\" .\n    BIND(\"YouTube\" @de AS ?var1Label)\n  }\n}", "paraphrases": ["What are the English and German Wikipedia pages about YouTube, and what are their labels in those languages?", "Show me the English and German Wikipedia pages linked to YouTube's official website, along with the label for YouTube in each language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/user/sueddeutsche/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5391", "question": "What are the English and German labels of entities with official websites containing \"entwickler.de\"?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P856 ?url . FILTER(CONTAINS(STR(?url), \"entwickler.de\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\") }", "paraphrases": ["Show me the names of websites and their labels in English or German that have \"entwickler.de\" in their URL.", "Which publications have a website related to entwickler.de, and what are their names in English and German?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entwickler.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entwickler.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entwickler.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entwickler.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://entwickler.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://entwickler.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5392", "question": "What are the English and German Wikipedia pages about YouTube, and what are their labels?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  ?var1 wdt:P856 <https://www.youtube.com/> .\n  ?var2 <http://schema.org/about> ?var1 .\n  FILTER(REGEX(STR(?var2), \"^https://(en|de)\\\\.wikipedia\\\\.org\"))\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"de\")\n}", "paraphrases": ["Which English and German Wikipedia articles discuss YouTube, and what are their labels in English and German?", "Show me the English and German Wikipedia pages about YouTube along with their corresponding labels in English and German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/channel/UC0GP1HDhGZTLih7B89z_cTg/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5393", "question": "What are the date of birth and date of death of William Leigh, 2nd Baron Leigh?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q27086914 rdfs:label ?personLabel . OPTIONAL { wd:Q27086914 wdt:P569 ?birthDate . } OPTIONAL { wd:Q27086914 wdt:P570 ?deathDate . } FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["Birth and death dates of William Leigh, 2nd Baron Leigh", "Can you tell me when William Leigh, 2nd Baron Leigh was born and when he died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q27086914> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5394", "question": "Official website of Der Farang and its English or German Wikipedia pages", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P856 <https://der-farang.com/> . ?var2 schema:about ?var1 ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"de\") }", "paraphrases": ["What is the official website of Der Farang, and which English or German Wikipedia pages are about it?", "Show me the label and associated English or German Wikipedia pages for the entity with the official website der-farang.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://der-farang.com/de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.der-farang.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.der-farang.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://der-farang.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://der-farang.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://der-farang.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://der-farang.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://der-farang.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://der-farang.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://der-farang.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://der-farang.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5395", "question": "Wikipedia pages about YouTube in English or German", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?youtube ?wikipediaPage WHERE {\n  ?youtube wdt:P856 <https://www.youtube.com/> .\n  ?wikipediaPage schema:about ?youtube .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" ) )\n}", "paraphrases": ["What Wikipedia and Wikimedia pages in English or German are about YouTube?", "Show me all English and German Wikipedia pages that discuss YouTube, given that YouTube\u2019s official website is youtube.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/user/sunnexdesk/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5396", "question": "What Wikipedia and Wikinews pages in English or German are about YouTube, and what is YouTube\u2019s official website?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { VALUES ?officialSite { <https://www.youtube.com/> <https://youtube.com/> <http://www.youtube.com/> <http://youtube.com/> } ?var1 wdt:P856 ?officialSite . ?var2 schema:about ?var1 . ?var2 schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"de\") }", "paraphrases": ["Which English and German-language Wikimedia pages discuss YouTube, and what is YouTube\u2019s official URL?", "List all English and German Wikipedia, Wikinews, and other Wikimedia pages that are about YouTube, along with YouTube\u2019s official website and its labels in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/user/businessinsider/videos> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://youtube.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://youtube.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5397", "question": "Shutterstock official website and its English and German Wikipedia pages", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?wikipediaArticle WHERE {\n  ?entity wdt:P856 <http://www.shutterstock.com/> .\n  ?wikipediaArticle schema:about ?entity ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}", "paraphrases": ["What are the English and German Wikipedia articles about Shutterstock, and what is its official website?", "Show me the official website of Shutterstock and its corresponding Wikipedia articles in English and German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.shutterstock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.shutterstock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://shutterstock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://shutterstock.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://shutterstock.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://shutterstock.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5398", "question": "Wikipedia articles in English or German about Flickr", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  VALUES ?officialSite {\n    <https://www.flickr.com> <https://flickr.com> <http://www.flickr.com> <http://flickr.com>\n  }\n  ?item wdt:P856 ?officialSite .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang ;\n  FILTER ( STRSTARTS( STR( ?wikipediaPage ) , \"https://en.wikipedia.org/\" ) || STRSTARTS( STR( ?wikipediaPage ) , \"https://de.wikipedia.org/\" ) )\n}", "paraphrases": ["What are the English and German Wikipedia pages about the entity with the official website flickr.com?", "Show me the English and German Wikipedia articles linked to Flickr\u2019s official website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flickr.com/services/api/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.flickr.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.flickr.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flickr.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flickr.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flickr.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flickr.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flickr.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flickr.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flickr.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flickr.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5399", "question": "Show all places associated with Michael S. Engel, their coordinates, images, and the nature of their relationship to him in English.", "sparql": "SELECT DISTINCT ?image ?place ?placeLabel ?coordinates ?relationshipLabel WHERE { wd:Q2348034 ?prop ?place . OPTIONAL { ?place wdt:P18 ?image . } { ?place p:P159 / pq:P625 ?coordinates . } UNION { ?place wdt:P276 ?location . ?location wdt:P625 ?coordinates . } UNION { ?place wdt:P625 ?coordinates . } ?propertyEntity wikibase:directClaim ?prop . ?propertyEntity rdfs:label ?relationshipLabel . FILTER(LANG(?relationshipLabel) = \"en\") }", "paraphrases": ["What are the locations linked to Michael S. Engel, their geographic coordinates, and what type of relationship do they have with him (e.g., employer, educated at)?", "Please list all institutions and places connected to Michael S. Engel, including their coordinates and images where available, along with the English labels of the relationships (like \u201ceducated at\u201d or \u201cemployer\u201d)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q2348034> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5400", "question": "What are the English names of all countries in Wikidata?", "sparql": "SELECT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } LIMIT 100", "paraphrases": ["List the English labels for entities classified as countries.", "Show me the names of countries in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5401", "question": "EU member states by population, with capital cities and coordinates", "sparql": "SELECT ?country ?countryLabel ?population ?capital ?capitalCoordinates WHERE { ?country wdt:P463 wd:Q458 . OPTIONAL { ?country wdt:P1082 ?population . } OPTIONAL { ?country wdt:P36 ?capital . } OPTIONAL { ?capital wdt:P625 ?capitalCoordinates . } ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY DESC(?population)", "paraphrases": ["Which countries are members of the European Union, and what are their populations and capital city coordinates, sorted from most to least populous?", "Show me the list of European Union member states, their populations, and the geographic coordinates of their capitals, ordered by population in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( MAX ( ?var2 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var5 )( MAX ( ?var6 ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q185441> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P36> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P625> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_5402", "question": "Spanish names of all countries.", "sparql": "SELECT ?country ?label WHERE { ?country wdt:P31 wd:Q6256 . ?country rdfs:label ?label . FILTER (LANG(?label) = \"es\") }", "paraphrases": ["What are the Spanish-language labels for all countries in Wikidata?", "List all countries along with their names in Spanish."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . }"}}
{"id": "val_5403", "question": "What are the top 10 acting-related occupations among humans on Wikidata, ranked by how many people have them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupation ?occupationLabel ( COUNT( ?human ) AS ?count ) WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) FILTER ( CONTAINS( STR( LCASE( ?occupationLabel ) ) , \"actor\" ) )\n}\nGROUP BY ?occupation ?occupationLabel\nORDER BY DESC ( ?count )\nLIMIT 10", "paraphrases": ["Which occupations with \"actor\" in their English label are the most common among humans, and how many people have each?", "Show me the most popular actor professions, like film actor or voice actor, along with their counts, based on Wikidata entries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . FILTER ( ( ( ?var1Label = \"actor\" ) ) ) . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_5404", "question": "Subtypes of cache up to 4 levels deep with their parent types", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel ?parent WHERE {\n  {\n    ?subclass wdt:P279 wd:Q165596 .\n    OPTIONAL {\n      ?subclass wdt:P279 ?parent\n    }\n  } UNION {\n    ?subclass wdt:P279 ?level1 .\n    ?level1 wdt:P279 wd:Q165596 .\n    OPTIONAL {\n      ?subclass wdt:P279 ?parent\n    }\n  } UNION {\n    ?subclass wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level1 .\n    ?level1 wdt:P279 wd:Q165596 .\n    OPTIONAL {\n      ?subclass wdt:P279 ?parent\n    }\n  } UNION {\n    ?subclass wdt:P279 ?level3 .\n    ?level3 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level1 .\n    ?level1 wdt:P279 wd:Q165596 .\n    OPTIONAL {\n      ?subclass wdt:P279 ?parent\n    }\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What are the different types of cache and their immediate parent categories, up to four levels of hierarchy?", "List all cache types and their direct parent classes within four levels of subclass relationships, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q165596> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P1039> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1039> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5405", "question": "What are all the parent categories (direct and indirect) of a catalogue in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor ?ancestorLabel WHERE {\n  wd:Q2352616 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list all the classes that a catalogue belongs to, including broader categories like written work and reference work?", "Show me the full hierarchy of classes above \"catalogue\" in Wikidata, up to the most general categories."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2352616> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5406", "question": "Who are some humans that work as actors, film directors, screenwriters, or other film and television professionals?", "sparql": "SELECT ?person ?personLabel WHERE { VALUES ?occupation { wd:Q33999 wd:Q10800557 wd:Q2405480 wd:Q2259451 wd:Q3455803 wd:Q2526255 wd:Q3282637 wd:Q28389 wd:Q578109 wd:Q10798782 wd:Q36180 wd:Q482980 wd:Q6625963 wd:Q1053574 } ?person wdt:P31 wd:Q5 . ?person wdt:P106 ?occupation . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["List 10 people who are humans and have occupations such as actor, film producer, writer, or executive producer.", "Can you show me names of people whose professions include any of these: actor, director, screenwriter, or film producer?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q33999> ) ( <http://www.wikidata.org/entity/Q10800557> ) ( <http://www.wikidata.org/entity/Q2405480> ) ( <http://www.wikidata.org/entity/Q2259451> ) ( <http://www.wikidata.org/entity/Q3455803> ) ( <http://www.wikidata.org/entity/Q2526255> ) ( <http://www.wikidata.org/entity/Q3282637> ) ( <http://www.wikidata.org/entity/Q28389> ) ( <http://www.wikidata.org/entity/> ) ( <http://www.wikidata.org/entity/Q578109> ) ( <http://www.wikidata.org/entity/Q10798782> ) ( <http://www.wikidata.org/entity/Q36180> ) ( <http://www.wikidata.org/entity/Q6625963> ) ( <http://www.wikidata.org/entity/Q482980> ) ( <http://www.wikidata.org/entity/Q1053574> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . } LIMIT 10"}}
{"id": "val_5407", "question": "List 100 humans with their Chinese labels.", "sparql": "SELECT DISTINCT ?human ?label WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?label . FILTER (LANG(?label) = \"zh\") } LIMIT 100", "paraphrases": ["Who are some humans, and what are their names in Chinese?", "Show me up to 100 human individuals along with their Chinese-language names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_5408", "question": "English label, description, and image of Paris", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q90 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q90 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q90 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name, description, and image of Paris?", "Show me the English label, description, and Wikimedia Commons image for Paris."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q90> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q90> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q90> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5409", "question": "Populations of cities in Wikidata", "sparql": "SELECT ?population WHERE { ?city wdt:P31 wd:Q515 . OPTIONAL { ?city wdt:P1082 ?population . } } LIMIT 100", "paraphrases": ["What are the populations of 100 cities listed in Wikidata?", "Show me the population values for 100 cities, using Wikidata\u2019s data on human population."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,bg,en\". } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } } LIMIT 100"}}
{"id": "val_5410", "question": "Labels for Antonio I of Monaco in Italian, English, German, and French, along with his image and Italian Wikipedia page.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  VALUES ( ?lang ?priority ) {\n    ( \"it\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"fr\" 4 )\n  }\n  wd:Q586426 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?lang ) OPTIONAL {\n    wd:Q586426 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q586426 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q586426 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  }\n}\nORDER BY ?priority", "paraphrases": ["What are the names of Antonio I, Prince of Monaco, in Italian, English, German, and French, and what is his image and Italian Wikipedia article?", "Show me the multilingual labels (in Italian, English, German, French) for Antonio I of Monaco, his image from Wikimedia Commons, and the link to his Italian Wikipedia page, sorted by language priority."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q586426> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q586426> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q586426> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q586426> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_5411", "question": "What properties are most commonly used to link items to dolmens in Wikidata, and how many times are they used?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q101659 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships connect other entities to the dolmen (Q101659), and which ones appear more than once?", "Show me the top properties that reference dolmens, ordered by frequency, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q101659> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5412", "question": "Places in southern Europe with coordinates between 5\u00b0E\u201314\u00b0E and 39\u00b0N\u201343\u00b0N, their images, and Wikimedia Commons categories.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  BIND(STRBEFORE(SUBSTR(STR(?location) , 7) , \" \") AS ?lonStr)\n  BIND(STRBEFORE(SUBSTR(STR(?location) , STRLEN(?lonStr) + 8) , \")\") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= 5 && ?lon <= 14 && ?lat >= 39 && ?lat <= 43)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What are the named locations in the region bounded by longitude 5 to 14 and latitude 39 to 43, along with their images and associated Wikimedia Commons categories?", "List all places in Italy and nearby areas within the coordinates 5\u201314\u00b0E and 39\u201343\u00b0N, including their photos and Commons categories if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(5 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(14 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5413", "question": "What entities are subclasses of first-degree relatives, and what qualifiers are used on those statements?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?entity ?statement(SAMPLE(?qualifier) AS ?qualifierProperty) WHERE {\n  ?entity p:P279 ?statement .\n  ?statement ps:P279 wd:Q25098571 .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier p:P279 .\n  }\n}\nGROUP BY ?entity ?statement", "paraphrases": ["Which entities are classified as subclasses of first-degree relatives in Wikidata, and are there any qualifier properties attached to those classifications?", "List all entities that are subclasses of first-degree relatives along with any qualifier properties used in their statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q25098571> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5414", "question": "Which biological pathway in Wikidata has the ID WP2596 and is associated with humans?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pathway WHERE {\n  ?pathway wdt:P2410 \"WP2596\" ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["What is the Wikidata item for the WikiPathways pathway WP2596 in Homo sapiens?", "Find the Wikidata entry for the human gastric acid production pathway identified by WP2596."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP2596_r87520> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5415", "question": "How many Boijmans artists have exactly 4 statements, 5 statements, etc., in Wikidata?", "sparql": "SELECT ?statementCount (COUNT(*) AS ?itemsWithThatCount)\nWHERE {\n  {\n    SELECT ?artist (COUNT(?p) AS ?statementCount)\n    WHERE {\n      ?artist wdt:P3888 ?id .\n      ?artist ?p ?value .\n      FILTER(STRSTARTS(STR(?p), \"http://www.wikidata.org/prop/direct/\"))\n    }\n    GROUP BY ?artist\n  }\n}\nGROUP BY ?statementCount\nORDER BY ?statementCount", "paraphrases": ["Can you show the distribution of the number of statements among artists with a Boijmans artist ID?", "For artists in the Museum Boijmans Van Beuningen collection, how many have 1 statement, 2 statements, and so on?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P3888> ?var4 ; <http://wikiba.se/ontology#statements> ?var1 . } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_5416", "question": "Locations of terrorist attacks in Europe classified as Islamic terrorism.", "sparql": "SELECT DISTINCT ?incident ?location WHERE { ?incident wdt:P361 wd:Q28220071 . ?incident wdt:P625 ?location .}", "paraphrases": ["Where did incidents of Islamic terrorism occur in Europe?", "Show me the geographic coordinates of all terrorist incidents in Europe that are categorized under Islamic terrorism."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q28220071> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_5417", "question": "Administrative regions containing El Masnou", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity ?administrativeEntityLabel WHERE {\n  wd:Q12039 wdt:P131 * ?administrativeEntity .\n  OPTIONAL {\n    ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n    FILTER ( LANG( ?administrativeEntityLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the administrative areas that El Masnou belongs to, including itself?", "List the English names of all administrative territories that El Masnou is part of, from the municipality up to the country level."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q12039> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca, en, es, ca\". } }"}}
{"id": "val_5418", "question": "List of artists and institutions with Museum of Modern Art (MoMA) artist IDs and their English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?itemLabel ?item ?momaId WHERE {\n  ?item wdt:P2174 ?momaId .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which artists and cultural entities have a Museum of Modern Art artist ID, and what are their English names?", "Show me up to 100 entities that have a MoMA artist ID, along with their English labels and the corresponding MoMA ID numbers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var1 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2174> ?var3 . } } LIMIT 100"}}
{"id": "val_5419", "question": "Administrative regions containing the ABC Regional Radio Studio in Wagin.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity ?administrativeEntityLabel WHERE {\n  wd:Q38165593 ( wdt:P276 / wdt:P131 * ) ?administrativeEntity .\n  ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n  FILTER ( LANG( ?administrativeEntityLabel ) = \"en\" )\n}", "paraphrases": ["What are all the administrative areas, from local to national, that include the ABC Regional Radio Studio?", "List all the places, starting from Wagin up to Australia, that the ABC Regional Radio Studio is located within."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q38165593> ( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P131> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en, en\". } }"}}
{"id": "val_5420", "question": "What are the administrative locations (from immediate to country level) where the Broletto in Brescia is located?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?location ?label WHERE {\n  wd:Q3645259 ( wdt:P276 / wdt:P131 * ) ?location .\n  ?location rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["List the English names of all places that the Broletto in Brescia is part of, including its direct location and higher-level administrative divisions.", "Where is the Broletto located? Show its location hierarchy up to Italy in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q3645259> ( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P131> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl, en, it\". } }"}}
{"id": "val_5421", "question": "Guadalupe places with GeoNames IDs or coordinates in English", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?label ?geonamesId ?coordinates WHERE {\n  VALUES ?item {\n    wd:Q24335 wd:Q695504 wd:Q938835 wd:Q985305 wd:Q1961298 wd:Q2315211 wd:Q2104157 wd:Q1525875 wd:Q2432014 wd:Q1552608\n  }\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?item wdt:P1566 ?geonamesId .\n  }\n  OPTIONAL {\n    ?item wdt:P625 ?coordinates .\n  }\n  FILTER ( BOUND( ?geonamesId ) || BOUND( ?coordinates ) )\n}\nLIMIT 200", "paraphrases": ["Which cities named Guadalupe in English have either a GeoNames ID or geographic coordinates?", "List the English-labeled Guadalupe cities along with their GeoNames IDs and coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var5 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } FILTER ( ( !( isBLANK ( ?var5 ) ) || !( isBLANK ( ?var6 ) ) ) ) . VALUES ( ?var7 ) { ( \"Guadalupe\"@en ) ( \"string1\"@en ) ( \"string2\"@en ) ( \"string3\"@en ) } ?var1 ?var8 ?var7 . FILTER ( ( ?var8 IN ( <http://www.w3.org/2000/01/rdf-schema#label> , <http://www.w3.org/2004/02/skos/core#altLabel> , <http://www.wikidata.org/prop/direct/P1559> ) ) ) . { ?var1 ?var2 ?var4 . FILTER ( ( ?var2 IN ( <http://www.w3.org/2004/02/skos/core#altLabel> , <http://www.w3.org/2000/01/rdf-schema#label> , <http://www.wikidata.org/prop/direct/P373> , <http://schema.org/description> , <http://www.wikidata.org/prop/direct/P646> ) ) ) . FILTER ( ( isLITERAL ( ?var4 ) && ( LANG ( ?var4 ) = \"\" ) || LANGMATCHES ( LANG ( ?var4 ) , \"EN\" ) ) ) . OPTIONAL { ?var3 <http://wikiba.se/ontology#directClaim> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { ?var1 ?var2 ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( !( isLITERAL ( ?var9 ) ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://wikiba.se/ontology#directClaim> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } } LIMIT 2000"}}
{"id": "val_5422", "question": "Humans with Chinese labels and their English names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var2Label ?var3Label WHERE {\n  ?var1(wdt:P31 / wdt:P279 *) wd:Q5 .\n  ?var1 rdfs:label ?var2Label .\n  FILTER(LANG(?var2Label) = \"zh\")\n  OPTIONAL {\n    ?var1 rdfs:label ?var3Label .\n    FILTER(LANG(?var3Label) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["Which humans have Chinese-language labels, and what are their English names?", "Show me a list of humans with Chinese labels along with their English equivalents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_5423", "question": "What is the label of the Wikidata item Q17140969, and in which language is it written?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label ?language WHERE {\n  wd:Q17140969 rdfs:label ?label .\n  BIND(LANG(?label) AS ?language)\n  FILTER(?language != \"\")\n}", "paraphrases": ["Can you tell me the name of the concept represented by Q17140969 and its language?", "What is the French term for \"gray literature\" in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q17140969> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_5424", "question": "Image of Alice Spencer with SNAC ARK ID w6wh43cr", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6wh43cr\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6wh43cr?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6wh43cr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6wh43cr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5425", "question": "Pinterest official website and its English and German Wikipedia descriptions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?description ?language WHERE {\n  ?entity wdt:P856 <https://www.pinterest.com/> .\n  ?entity rdfs:label ?entityLabel .\n  ?description schema:about ?entity .\n  ?description schema:inLanguage ?language .\n  FILTER(LANG(?entityLabel) IN(\"en\" , \"de\"))\n  FILTER(?language IN(\"en\" , \"de\"))\n}", "paraphrases": ["What are the English and German labels and associated Wikipedia pages for Pinterest\u2019s official website?", "Show me the labels in English and German for Pinterest, along with the Wikipedia pages in those languages that describe it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.pinalove.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.pinalove.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://pinalove.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://pinalove.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://pinalove.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://pinalove.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5426", "question": "Who is the person with Australian Women's Register ID AWE4737b, and what is their description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"AWE4737b\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by the Australian Women's Register ID AWE4737b?", "Find the English label and description of the individual in the Australian Women's Register with ID AWE4737b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE4737b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5427", "question": "Who is the Australian Women's Register ID PR00599b, and what is their English description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"PR00599b\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["What is the name and English description of the person with Australian Women's Register ID PR00599b?", "Show me the English name and description of the individual listed in the Australian Women's Register with ID PR00599b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"PR00599b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5428", "question": "Who is the person with Australian Women's Register ID AWE5258b, and what is their profession?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P4186 \"AWE5258b\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the individual identified by the Australian Women's Register ID AWE5258b?", "Please provide the English label and description of the person listed in the Australian Women's Register with ID AWE5258b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5258b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5429", "question": "What is the English label and description of the person with Australian Women's Register ID AWE5429b?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"AWE5429b\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is Elizabeth Bolton, and what is her role according to the Australian Women's Register?", "Please provide the English name and description of the individual identified by AWE5429b in the Australian Women's Register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5429b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5430", "question": "Who is the person with Australian Women's Register ID AWE0129b, and what is their English description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4186 \"AWE0129b\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the person identified by AWE0129b in the Australian Women's Register?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID AWE0129b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE0129b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5431", "question": "English label and description of Mavis Jackson in the Australian Women's Register", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4186 \"AWE0035b\" .\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Who is the person with Australian Women's Register ID AWE0035b, and what is their English description?", "Show me the English name and description of the person identified as AWE0035b in the Australian Women's Register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE0035b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5432", "question": "Rivers in Russia with Russian and Cebuano labels, their federal subjects, coordinates, and links to Russian and Cebuano Wikipedia pages.", "sparql": "SELECT ?river ?label_ru ?label_ceb ?has_ceb_wiki ?wiki_ru ?admin ?coord WHERE { ?river wdt:P31 wd:Q4022 . ?river wdt:P17 wd:Q159 . OPTIONAL { ?river wdt:P131 ?admin . ?admin (wdt:P31/wdt:P279*) wd:Q43263 . } OPTIONAL { ?river wdt:P625 ?coord . } OPTIONAL { ?river rdfs:label ?label_ru . FILTER ( LANG(?label_ru) = \"ru\" ) } OPTIONAL { ?river rdfs:label ?label_ceb . FILTER ( LANG(?label_ceb) = \"ceb\" ) } OPTIONAL { ?wiki_ceb schema:about ?river ; schema:isPartOf <https://ceb.wikipedia.org/> . BIND( BOUND(?wiki_ceb) AS ?has_ceb_wiki ) } OPTIONAL { ?wiki_ru schema:about ?river ; schema:isPartOf <https://ru.wikipedia.org/> . } } LIMIT 10", "paraphrases": ["Which rivers in Russia have labels in both Russian and Cebuano, and what are their coordinates, federal subjects, and corresponding Wikipedia pages in Russian and Cebuano?", "Show me a list of rivers in Russia, including their Russian and Cebuano names, the federal subject they\u2019re located in, their geographic coordinates, and whether they have a Cebuano Wikipedia page, along with their Russian Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q159> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var6 . ?var6 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43263> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var7 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ceb\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } OPTIONAL { BIND ( ( ?var8 != \"\" ) AS ?var4 ). ?var8 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://ceb.wikipedia.org/> . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } } LIMIT 10"}}
{"id": "val_5433", "question": "What is the English label and description of the person with Australian Women's Register ID AWE2960b?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P4186 \"AWE2960b\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is identified by the ID AWE2960b in the Australian Women's Register, and what is their profession according to their English Wikipedia description?", "Find the name and English description of the Australian woman registered in the Australian Women's Register with ID AWE2960b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE2960b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5434", "question": "What are the most frequently used properties linking entities to Slovenia in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q215 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect more than one item to Slovenia, and how many times are they used?", "Can you list the properties that associate multiple entities with Slovenia, sorted by how often they\u2019re used?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q215> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5435", "question": "What is the birth date of Beat Takeshi?", "sparql": "SELECT ?birthDate WHERE { wd:Q26372 wdt:P569 ?birthDate . }", "paraphrases": ["When was Takeshi Kitano, also known as Beat Takeshi, born?", "Can you tell me the date of birth of the Japanese entertainer Beat Takeshi?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://ja.dbpedia.org/resource/\u30d3\u30fc\u30c8\u305f\u3051\u3057> <http://dbpedia.org/ontology/birthDate> ?var1 . }"}}
{"id": "val_5436", "question": "List 10 American citizens with Hebrew labels and their English names.", "sparql": "SELECT ?person ?enLabel ?heLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q30 . ?person rdfs:label ?enLabel . FILTER (LANG(?enLabel) = \"en\") . ?person rdfs:label ?heLabel . FILTER (LANG(?heLabel) = \"he\") . } LIMIT 10", "paraphrases": ["Who are 10 U.S. citizens who have both an English and a Hebrew Wikipedia label?", "Show me the English and Hebrew names of 10 people who are citizens of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_5437", "question": "French labels and descriptions of properties used to link entities to France.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propertyItem ?label ?description WHERE {\n  {\n    SELECT DISTINCT ?property WHERE {\n      ?item ?property wd:Q142 .\n      FILTER(isIRI(?property))\n    }\n    LIMIT 100\n  }\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyItem)\n  .\n  ?propertyItem rdfs:label ?label .\n  ?propertyItem schema:description ?description .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(LANG(?description) = \"fr\")\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata are used to associate entities with France, and what are their French labels and descriptions?", "Show me the French names and descriptions of all Wikidata properties that connect items to France."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <_:b0> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_5438", "question": "Software that use path tracing algorithm", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var3 WHERE {\n  ?var1 wdt:P2283 wd:Q72948 .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n}\nLIMIT 100", "paraphrases": ["Which software uses the path tracing method in computer graphics?", "List the names of software that implement path tracing, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2283> <http://www.wikidata.org/entity/Q72948> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5439", "question": "Who is the person with Australian Women's Register ID AWE5794b, and what is their description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?label ?description WHERE {\n  ?person wdt:P4186 \"AWE5794b\" .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the person identified by AWE5794b in the Australian Women's Register?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID AWE5794b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5794b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5440", "question": "Who is the person with Australian Women's Register ID AWE2650b, and what is their English description?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P4186 \"AWE2650b\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified by the Australian Women's Register ID AWE2650b?", "Please provide the English name and description of the individual registered in the Australian Women's Register with ID AWE2650b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE2650b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5441", "question": "What are the names of \"prefecture-level city\" in English, German, French, and Italian, along with its image and Wikipedia link?", "sparql": "SELECT ?label ?image ?wikipediaArticle WHERE { OPTIONAL { wd:Q748149 rdfs:label ?label . FILTER (LANG(?label) = \"en\" || LANG(?label) = \"de\" || LANG(?label) = \"fr\" || LANG(?label) = \"it\") } OPTIONAL { wd:Q748149 wdt:P18 ?image . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q748149 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } VALUES (?lang ?order) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER (LANG(?label) = ?lang) } ORDER BY ?order", "paraphrases": ["Can you show me the labels for the administrative term \"prefecture-level city\" in four languages, its Wikimedia Commons image, and its English Wikipedia page?", "For the Chinese administrative division \"prefecture-level city\", what are its translations in German, French, Italian, and English, and where can I find its image and English Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q748149> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q748149> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q748149> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q748149> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_5442", "question": "Who is the person with Australian Women's Register ID PR00136b, and what is their occupation?", "sparql": "SELECT ?person ?label ?description WHERE { ?person wdt:P4186 \"PR00136b\" . OPTIONAL { ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and description in English of the person identified by PR00136b in the Australian Women's Register?", "Please provide the English name and description of the individual listed in the Australian Women's Register with ID PR00136b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"PR00136b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5443", "question": "Humans born in Chile", "sparql": "SELECT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P19 ?birthplace . ?birthplace wdt:P17 wd:Q298 . }", "paraphrases": ["Who are the people born in Chile?", "List all humans whose place of birth is located in Chile."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P19> <http://www.wikidata.org/entity/Q298> . }"}}
{"id": "val_5444", "question": "What is the English description and geographic coordinates of the town of Dumfries in Scotland?", "sparql": "SELECT ?item ?itemLabel ?desc ?coord WHERE { VALUES ?item { wd:Q652035 } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = \"en\") } ?item wdt:P625 ?coord . }", "paraphrases": ["Show me the location and description of Dumfries, UK.", "Where is Dumfries located, and what is its description in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q652035> ) ( <http://www.wikidata.org/entity/Q1375743> ) ( <http://www.wikidata.org/entity/Q1264978> ) ( <http://www.wikidata.org/entity/Q18352792> ) ( <http://www.wikidata.org/entity/Q1264977> ) ( <http://www.wikidata.org/entity/Q126514> ) ( <http://www.wikidata.org/entity/Q1247384> ) ( <http://www.wikidata.org/entity/Q3336059> ) ( <http://www.wikidata.org/entity/Q3336017> ) ( <http://www.wikidata.org/entity/Q24679896> ) ( <http://www.wikidata.org/entity/Q597956> ) ( <http://www.wikidata.org/entity/Q5313791> ) ( <http://www.wikidata.org/entity/Q5313806> ) ( <http://www.wikidata.org/entity/Q18352788> ) ( <http://www.wikidata.org/entity/Q16833962> ) ( <http://www.wikidata.org/entity/Q25171934> ) ( <http://www.wikidata.org/entity/Q17505244> ) ( <http://www.wikidata.org/entity/Q26320927> ) ( <http://www.wikidata.org/entity/Q5313797> ) ( <http://www.wikidata.org/entity/Q16928128> ) ( <http://www.wikidata.org/entity/Q17514889> ) ( <http://www.wikidata.org/entity/Q16974250> ) ( <http://www.wikidata.org/entity/Q29587190> ) ( <http://www.wikidata.org/entity/Q28528309> ) ( <http://www.wikidata.org/entity/Q5313802> ) ( <http://www.wikidata.org/entity/Q16833967> ) ( <http://www.wikidata.org/entity/Q18150095> ) ( <http://www.wikidata.org/entity/Q14875588> ) ( <http://www.wikidata.org/entity/Q18352796> ) ( <http://www.wikidata.org/entity/Q16833969> ) ( <http://www.wikidata.org/entity/Q16833974> ) ( <http://www.wikidata.org/entity/Q5313813> ) ( <http://www.wikidata.org/entity/Q18160193> ) ( <http://www.wikidata.org/entity/Q5313787> ) ( <http://www.wikidata.org/entity/Q5313789> ) ( <http://www.wikidata.org/entity/Q5313792> ) ( <http://www.wikidata.org/entity/Q5313794> ) ( <http://www.wikidata.org/entity/Q5313795> ) ( <http://www.wikidata.org/entity/Q17792881> ) ( <http://www.wikidata.org/entity/Q17792868> ) ( <http://www.wikidata.org/entity/Q17572067> ) ( <http://www.wikidata.org/entity/Q17792906> ) ( <http://www.wikidata.org/entity/Q17792854> ) ( <http://www.wikidata.org/entity/Q17568656> ) ( <http://www.wikidata.org/entity/Q17792893> ) ( <http://www.wikidata.org/entity/Q5313796> ) ( <http://www.wikidata.org/entity/Q5313798> ) ( <http://www.wikidata.org/entity/Q3365815> ) ( <http://www.wikidata.org/entity/Q5313800> ) ( <http://www.wikidata.org/entity/Q17795990> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_5445", "question": "What is the English label and description of the person in the Australian Women's Register with ID AWE4987b?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P4186 \"AWE4987b\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the Australian woman registered in the Australian Women's Register with ID AWE4987b, and what is her English description?", "Please provide the name and English description of the individual identified by AWE4987b in the Australian Women's Register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE4631b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5446", "question": "Who is the person with Australian Women's Register ID AWE4234b, and what is their English description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P4186 \"AWE4234b\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and English description of the person identified by the Australian Women's Register ID AWE4234b?", "Please provide the English label and description of the individual listed in the Australian Women's Register with ID AWE4234b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE4234b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5447", "question": "Administrative hierarchy of Colorado, excluding dissolved entities, with labels and parent regions.", "sparql": "SELECT ?ancestor ?ancestorLabel ?parent ?parentLabel WHERE { VALUES ?ancestor { wd:Q1261 wd:Q30 } MINUS { ?ancestor (wdt:P576|wdt:P582) [] . } OPTIONAL { ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } OPTIONAL { ?ancestor wdt:P131 ?parent . MINUS { ?parent (wdt:P576|wdt:P582) [] . } OPTIONAL { ?parent rdfs:label ?parentLabel . FILTER(LANG(?parentLabel) = \"en\") } } }", "paraphrases": ["What are the active administrative regions that include Colorado, and what is each one\u2019s direct parent?", "List all active administrative entities above Colorado, including Colorado itself, and show their English labels and immediate parent regions if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". <http://www.wikidata.org/entity/Q1261> <http://www.wikidata.org/prop/direct/P131> * ?var1 . MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P582> ) [] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P582> ) [] . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en, en\". } }"}}
{"id": "val_5448", "question": "People born in April 2016", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"2016-04-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"2016-04-30T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born between April 1 and April 30, 2016?", "List all individuals and entities with a recorded date of birth in April 2016."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"2016-04-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2016-04-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5449", "question": "Who is the father of Pierre Trudeau?", "sparql": "SELECT ?father ?fatherLabel WHERE { wd:Q8619 wdt:P22 ?father . ?father rdfs:label ?fatherLabel . FILTER(LANG(?fatherLabel) = 'en') }", "paraphrases": ["What is the name of Pierre Trudeau\u2019s biological father?", "Can you tell me who the father of the former Canadian Prime Minister Pierre Trudeau is?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> <http://www.wikidata.org/entity/Q133> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5450", "question": "Capitals of administrative divisions of countries on each continent, along with their population, head of government, twin cities, etc.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?continent ?continentLabel ?country ?countryLabel ?division ?divisionLabel ?capital ?capitalLabel ?property ?propertyLabel ?value ?valueLabel WHERE {\n  ?continent wdt:P31 wd:Q5107 .\n  ?country wdt:P30 ?continent ; wdt:P31 wd:Q6256 .\n  ?division wdt:P150 ?country .\n  ?division wdt:P36 ?capital .\n  ?capital wdt:P31 wd:Q515 .\n  VALUES ?property {\n    wdt:P1082 wdt:P6 wdt:P190 wdt:P571 wdt:P206 wdt:P527\n  }\n  ?capital ?property ?value .\n  OPTIONAL {\n    ?continent rdfs:label ?continentLabel .\n    FILTER(LANG(?continentLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?division rdfs:label ?divisionLabel .\n    FILTER(LANG(?divisionLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?capital rdfs:label ?capitalLabel .\n    FILTER(LANG(?capitalLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["What are the capitals of administrative regions of countries, and what properties like population, head of government, or twin cities are associated with them, grouped by continent?", "Show me the capitals of administrative divisions of countries, along with their population, head of government, twin cities, inception date, adjacent water bodies, and parts \u2014 organized by continent and labeled in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT * WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5107> . ?var4 <http://www.wikidata.org/prop/direct/P30> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var4 <http://www.wikidata.org/prop/direct/P150> ?var5 . OPTIONAL { } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P36> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . OPTIONAL { VALUES ( ?var7 ) { ( <http://www.wikidata.org/prop/direct/P1082> ) ( <http://www.wikidata.org/prop/direct/P6> ) ( <http://www.wikidata.org/prop/direct/P190> ) ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P571> ) ( <http://www.wikidata.org/prop/direct/P150> ) ( <http://www.wikidata.org/prop/direct/P206> ) ( <http://www.wikidata.org/prop/direct/P527> ) } ?var6 ?var7 ?var2 . ?var1 ?var8 ?var7 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5451", "question": "German Bundestag members and their German-language political party abbreviations", "sparql": "SELECT ?person ?personLabel ?partyAbbreviation ?party WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P39 wd:Q1939555 . OPTIONAL { ?person wdt:P102 ?party . ?party wdt:P1813 ?partyAbbreviation . FILTER (LANG(?partyAbbreviation) = \"de\") } }", "paraphrases": ["Who are the members of the German Bundestag who belong to a political party with a German abbreviation?", "List the names of German Bundestag members along with the German short names of their political parties."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q19362169> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P102> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P1813> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5452", "question": "What is the English label and description of the institution with Athenaeum museum ID 1660?", "sparql": "SELECT ?university ?label ?description WHERE { ?university wdt:P4146 \"1660\" . OPTIONAL { ?university rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?university schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Which university has the Athenaeum museum ID 1660, and what is its English name and description?", "Please provide the English name and description of the institution identified by the Athenaeum museum ID 1660."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4146> \"1660\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5453", "question": "What films directed by Clarence Brown are not listed in the Lexikon des Internationalen Films?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?filmLabel ?publicationDate WHERE {\n  ?film wdt:P57 wd:Q435029 .\n  OPTIONAL {\n    ?film wdt:P3107 ?ldifId .\n  }\n  OPTIONAL {\n    ?film wdt:P577 ?publicationDate .\n  }\n  FILTER ( ! BOUND( ?ldifId ) ) .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?filmLabel )", "paraphrases": ["Show me the English titles and release dates of all movies directed by Clarence Brown that don't have an identifier in the Lexikon des Internationalen Films.", "List Clarence Brown's films that are missing from the Lexikon des Internationalen Films database, along with their publication years."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q435029> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3107> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_5454", "question": "What are the cultural heritage sites in Finland with coordinates between longitude 11\u201371 and latitude 39\u201356, and what are their images and Wikimedia Commons categories?", "sparql": "SELECT DISTINCT ?site ?siteLabel ?coord ?image ?commonsCat WHERE {\n  VALUES ?designation { wd:Q29966257 wd:Q9259 }\n  ?site wdt:P1435 ?designation .\n  ?site wdt:P17 wd:Q33 .\n  ?site wdt:P625 ?coord .\n  FILTER(geof:longitude(?coord) >= 11 && geof:longitude(?coord) <= 71)\n  FILTER(geof:latitude(?coord) >= 39 && geof:latitude(?coord) <= 56)\n  OPTIONAL { ?site wdt:P18 ?image . }\n  OPTIONAL { ?site wdt:P373 ?commonsCat . }\n  ?site rdfs:label ?siteLabel .\n  FILTER(langMatches(lang(?siteLabel), \"en\"))\n} LIMIT 3000", "paraphrases": ["Show me the World Heritage Sites and Finnish National Heritage Sites in Finland within the geographic bounds of 11\u00b0E to 71\u00b0E and 39\u00b0N to 56\u00b0N, along with their images and Commons categories.", "List all heritage-designated sites in Finland located in the specified bounding box, including their English names, coordinates, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(11 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(71 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5455", "question": "People who are human and were educated at Harvard University", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P69 wd:Q13371 .\n}", "paraphrases": ["Who are the humans that attended Harvard University?", "List all individuals who graduated from Harvard University."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q13371> . }"}}
{"id": "val_5456", "question": "List all scholarly works by Jesper L\u00f8ve Hinrich, including publication date, venue, number of pages, types, and co-authors, sorted by newest first.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?pubDate) AS ?earliestPubDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?sampledPages) ?venue ?venueLabel(GROUP_CONCAT(DISTINCT ?authorLabelFinal ; SEPARATOR = \", \") AS ?allAuthors) WHERE {\n  ?work wdt:P50 wd:Q28948867 .\n  ?work wdt:P50 ?author .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  BIND(COALESCE(?authorLabel , SUBSTR(STR(?author) , 32)) AS ?authorLabelFinal)\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND(xsd:date(?pubDateRaw) AS ?pubDate)\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are Jesper L\u00f8ve Hinrich\u2019s publications, their publication venues, co-authors, types, and page counts, ordered from most recent to oldest?", "Please provide a comprehensive list of Jesper L\u00f8ve Hinrich\u2019s academic publications, showing for each: the title, publication date, journal or conference, number of pages, category (e.g., scholarly article), and all contributing authors."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28948867> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5457", "question": "English label, description, and image of glass", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q11469 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q11469 wdt:P18 ?image . } OPTIONAL { wd:Q11469 schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name, description, and image of glass?", "Show me the English label, description, and associated image for the material glass."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q11469> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q11469> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q11469> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5458", "question": "Works and the publications they were published in on Wikidata.", "sparql": "SELECT ?var1Label ?var2Label WHERE { ?var2 wdt:P1433 ?var1 . FILTER(isIRI(?var1)) . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") . FILTER(LANG(?var2Label) = \"en\") } LIMIT 10", "paraphrases": ["Which works have been published in which journals or books, according to Wikidata?", "Show me a list of English-language works and the publications they appeared in."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_5459", "question": "What are the identifiers (ISNI, VIAF, ORCID, IPNI, ZooBank) and image for the zoologist George Willett?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?isni ?viaf ?image ?orcid ?ipni ?zoobank WHERE {\n  VALUES ?item {\n    wd:Q115231673\n  }\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?item wdt:P213 ?isni\n  }\n  OPTIONAL {\n    ?item wdt:P214 ?viaf\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?item wdt:P496 ?orcid\n  }\n  OPTIONAL {\n    ?item wdt:P586 ?ipni\n  }\n  OPTIONAL {\n    ?item wdt:P2006 ?zoobank\n  }\n}", "paraphrases": ["Can you find George Willett\u2019s biographical data including his author IDs and image from Wikidata?", "Is there any public information available for George Willett, such as his ISNI, ORCID, or image, in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"G Willett\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_5460", "question": "What is the most common occupation among people with Russian Wikipedia pages who are scientists or related fields?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupation ?occupationLabel(COUNT(?person) AS ?count) WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q901 .\n  ?article schema:about ?person ; schema:isPartOf <https://ru.wikipedia.org/> .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nGROUP BY ?occupation ?occupationLabel\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which occupation subclass of scientist appears most frequently on Russian Wikipedia?", "How many people with Russian Wikipedia pages are listed as scientists, and is it the most common scientific occupation?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q4195198> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_5461", "question": "Who is the person with Australian Women's Register ID AWE5225b, and what is their English label and description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P4186 \"AWE5225b\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and description in English of the person identified by AWE5225b in the Australian Women's Register?", "Please provide the English name and bio of the individual registered in the Australian Women's Register under ID AWE5225b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE5225b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5462", "question": "What are all the parent categories (superclasses) of opioid drugs in the Wikidata ontology?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q427523 wdt:P279* ?superclass . } LIMIT 100", "paraphrases": ["What classes does opioid belong to, including indirect parent classes?", "List all the broader categories that include opioid as a subclass."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q427523> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5463", "question": "What are the human settlements named Buxton in the United Kingdom, and what are their descriptions and geographic coordinates?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?desc ?coord WHERE { VALUES ?item { wd:Q971223 wd:Q5003259 wd:Q5003287 } . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') . ?item wdt:P31/wdt:P279* wd:Q486972 . ?item wdt:P625 ?coord . OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = 'en') } }", "paraphrases": ["Show me the English descriptions and locations of Buxton towns in the UK.", "Which places called Buxton in the UK are inhabited places, and where are they located?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q971223> ) ( <http://www.wikidata.org/entity/Q2379488> ) ( <http://www.wikidata.org/entity/Q403187> ) ( <http://www.wikidata.org/entity/Q745614> ) ( <http://www.wikidata.org/entity/Q7324509> ) ( <http://www.wikidata.org/entity/Q1072836> ) ( <http://www.wikidata.org/entity/Q3273904> ) ( <http://www.wikidata.org/entity/Q5003253> ) ( <http://www.wikidata.org/entity/Q13552129> ) ( <http://www.wikidata.org/entity/Q2582964> ) ( <http://www.wikidata.org/entity/Q33427365> ) ( <http://www.wikidata.org/entity/Q34788093> ) ( <http://www.wikidata.org/entity/Q28931291> ) ( <http://www.wikidata.org/entity/Q5003254> ) ( <http://www.wikidata.org/entity/Q18286> ) ( <http://www.wikidata.org/entity/Q1763489> ) ( <http://www.wikidata.org/entity/Q5003276> ) ( <http://www.wikidata.org/entity/Q94021> ) ( <http://www.wikidata.org/entity/Q5003287> ) ( <http://www.wikidata.org/entity/Q2920532> ) ( <http://www.wikidata.org/entity/Q22364324> ) ( <http://www.wikidata.org/entity/Q5003259> ) ( <http://www.wikidata.org/entity/Q22364364> ) ( <http://www.wikidata.org/entity/Q21915247> ) ( <http://www.wikidata.org/entity/Q21915248> ) ( <http://www.wikidata.org/entity/Q10741813> ) ( <http://www.wikidata.org/entity/Q10438101> ) ( <http://www.wikidata.org/entity/Q10438100> ) ( <http://www.wikidata.org/entity/Q10438099> ) ( <http://www.wikidata.org/entity/Q21966944> ) ( <http://www.wikidata.org/entity/Q32849933> ) ( <http://www.wikidata.org/entity/Q34690861> ) ( <http://www.wikidata.org/entity/Q32147245> ) ( <http://www.wikidata.org/entity/Q32849934> ) ( <http://www.wikidata.org/entity/Q34647614> ) ( <http://www.wikidata.org/entity/Q32849935> ) ( <http://www.wikidata.org/entity/Q32849936> ) ( <http://www.wikidata.org/entity/Q5003273> ) ( <http://www.wikidata.org/entity/Q2929020> ) ( <http://www.wikidata.org/entity/Q31815087> ) ( <http://www.wikidata.org/entity/Q31815088> ) ( <http://www.wikidata.org/entity/Q2932479> ) ( <http://www.wikidata.org/entity/Q11327584> ) ( <http://www.wikidata.org/entity/Q33137814> ) ( <http://www.wikidata.org/entity/Q33138854> ) ( <http://www.wikidata.org/entity/Q33176245> ) ( <http://www.wikidata.org/entity/Q5003255> ) ( <http://www.wikidata.org/entity/Q26581484> ) ( <http://www.wikidata.org/entity/Q23214181> ) ( <http://www.wikidata.org/entity/Q5003267> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_5464", "question": "What are the German districts in Lower Saxony, and what are their population, area, district key, OpenStreetMap ID, and coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?district ?population ?area ?districtKey ?osmRelationId ?coordinates WHERE {\n  ?district wdt:P31 wd:Q106658 .\n  ?district wdt:P131 wd:Q1197 .\n  OPTIONAL {\n    ?district wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?district wdt:P2046 ?area .\n  }\n  OPTIONAL {\n    ?district wdt:P440 ?districtKey .\n  }\n  OPTIONAL {\n    ?district wdt:P402 ?osmRelationId .\n  }\n  OPTIONAL {\n    ?district wdt:P625 ?coordinates .\n  }\n}", "paraphrases": ["List the districts in Lower Saxony, Germany, along with their population, size in square kilometers, official district code, OpenStreetMap relation ID, and geographic coordinates.", "Can you provide the geographic and administrative data (population, area, district key, OSM ID, coordinates) for all districts in Lower Saxony?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q106658> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1197> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P440> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P402> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } }"}}
{"id": "val_5465", "question": "What is the official website of Flixbus, and what are its English and German labels and descriptions?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?entity ?entityLabel ?description WHERE {\n  ?entity wdt:P856 <https://www.flixbus.com/> .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) IN(\"en\" , \"de\"))\n  .\n  ?entity schema:description ?description .\n  FILTER(LANG(?description) IN(\"en\" , \"de\"))\n}", "paraphrases": ["Can you find the entity with the official website https://www.flixbus.com/ and show its name and description in English or German?", "Show me the name and description of the company that uses https://www.flixbus.com/ as its official website, in either English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flixbus.de/unternehmen/partner/affiliate-partner> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.flixbus.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.flixbus.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flixbus.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flixbus.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.flixbus.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.flixbus.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flixbus.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flixbus.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://flixbus.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://flixbus.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5466", "question": "Poets born in Mangaluru", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 wd:Q49757 . ?person wdt:P19 wd:Q127041 . }", "paraphrases": ["Who are the poets that were born in Mangaluru?", "List humans who are poets and were born in Mangaluru."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q49757> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q127041> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ur\". } }"}}
{"id": "val_5467", "question": "Painters whose fathers are also painters", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?painter ?painterLabel ?father ?fatherLabel WHERE {\n  ?painter wdt:P31 wd:Q5 .\n  ?painter wdt:P106 wd:Q1028181 .\n  ?painter wdt:P22 ?father .\n  ?father wdt:P106 wd:Q1028181 .\n  ?painter rdfs:label ?painterLabel .\n  ?father rdfs:label ?fatherLabel .\n  FILTER(LANG(?painterLabel) = \"en\")\n  FILTER(LANG(?fatherLabel) = \"en\")\n}", "paraphrases": ["Which painters have fathers who are also painters?", "Show me the names of painters and their fathers, where both are painters, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q01028181> . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5468", "question": "Twin cities near Berlin within 30 km", "sparql": "SELECT DISTINCT ?city ?cityLabel ?distance WHERE { ?city wdt:P190 ?twin . ?city wdt:P625 ?coord . BIND(geof:distance(?coord, \"Point(13.405 52.52)\"^^geo:wktLiteral) AS ?distance) FILTER(?distance <= 30) . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") } ORDER BY ?distance", "paraphrases": ["Which cities or districts twinned with other cities are located within 30 kilometers of Berlin?", "List all twin cities and districts near Berlin, showing their distance from the city center."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P190> ?var2 . } SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"30\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5469", "question": "People who died on September 12 and have an Odia Wikipedia page", "sparql": "SELECT ?person ?personLabel ?deathDate ?wikiPage WHERE { ?person ^ schema:about ?wikiPage . ?wikiPage schema:isPartOf <https://or.wikipedia.org/> . ?person p:P570 ?statement . ?statement ps:P570 ?deathDate . FILTER (MONTH(?deathDate) = 9 && DAY(?deathDate) = 12) OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } }", "paraphrases": ["Who are the people that died on September 12 and have a page on the Odia Wikipedia?", "List the names of individuals who passed away on September 12 and are documented on the Odia Wikipedia, along with their death dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ^ <http://schema.org/about> ?var3 . ?var3 <http://schema.org/isPartOf> <https://or.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"or,en\". } ?var4 <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var4 <http://wikiba.se/ontology#timeValue> ?var2 . FILTER ( ( ( MONTH ( ?var2 ) = \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var2 ) = \"12\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/statement/value/P570> ) ?var4 . }"}}
{"id": "val_5470", "question": "Subclasses of learning or memory with their images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?label ?image WHERE {\n  ?subclass wdt:P279 wd:Q14819853 .\n  OPTIONAL {\n    ?subclass wdt:P18 ?image .\n  }\n  ?subclass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the subclasses of learning or memory in Wikidata, and what are their English labels and associated images?", "Show me the English names of all subclasses of learning or memory, along with any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q14819853> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5471", "question": "What country and municipality is the Ancien presbyt\u00e8re de Sainte-Flavie located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q29324246 ( wdt:P17 | wdt:P131 | wdt:P30 ) ?location .\n}", "paraphrases": ["Locations of Ancien presbyt\u00e8re de Sainte-Flavie including country and administrative division.", "Show me the administrative and national context of the Ancien presbyt\u00e8re de Sainte-Flavie."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q29324246> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5472", "question": "What are all the superclass categories of looted art in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q851304 wdt:P279 + ?superclass .\n}", "paraphrases": ["What broader categories does looted art belong to through the subclass hierarchy?", "Show me the complete taxonomy tree above looted art, listing all its parent classes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q851304> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5473", "question": "Most common Arabic descriptions of mammalian species, grouped by taxon rank", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxonRankLabel ?description ?descriptionLang ( COUNT( ?description ) AS ?count ) WHERE {\n  ?taxon wdt:P31 wd:Q16521 ; wdt:P171 + wd:Q7377 ; wdt:P105 ?taxonRank ; schema:description ?description .\n  ?taxonRank rdfs:label ?taxonRankLabel .\n  FILTER ( LANG( ?taxonRankLabel ) = \"ar\" ) FILTER ( LANG( ?description ) = \"ar\" )\n}\nGROUP BY ?taxonRankLabel ?description ?descriptionLang\nORDER BY DESC ( ?count )\nLIMIT 100", "paraphrases": ["What are the most frequently used Arabic descriptions for mammals and their taxonomic ranks?", "Show me the top 100 Arabic descriptions of mammals, along with their taxon ranks in Arabic, ordered by how often they appear."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( COUNT ( ?var2 ) AS ?var4 ) WHERE { BIND ( <http://www.wikidata.org/entity/mammals> AS ?var5 ). BIND ( LANG ( ?var2 ) AS ?var3 ). ?var6 <http://schema.org/description> ?var2 . ?var6 <http://www.wikidata.org/prop/direct/P105> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"ar\" ) ) ) . ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var6 <http://www.wikidata.org/prop/direct/P171> * ?var5 . } GROUP BY ?var2 ?var3 ?var1 ORDER BY DESC( ?var4 ) LIMIT 100"}}
{"id": "val_5474", "question": "Heritage sites in Portugal and Spain with images and Wiki Loves Monuments IDs.", "sparql": "SELECT ?item ?itemLabel ?admin ?adminLabel ?image ?heritageOrWLM WHERE {\n  {\n    ?item wdt:P1435 ?heritageOrWLM .\n  } UNION {\n    ?item wdt:P2186 ?heritageOrWLM .\n  }\n  {\n    ?item wdt:P131 wd:Q45 .  # Portugal\n  } UNION {\n    ?item wdt:P131 wd:Q29 .  # Spain\n  }\n  OPTIONAL { ?item wdt:P18 ?image . }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL { ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") }\n} LIMIT 20", "paraphrases": ["What are the cultural heritage sites in Portugal and Spain that have photos and are listed in Wiki Loves Monuments or have a heritage designation?", "List cultural heritage sites in Portugal and Spain, including their administrative regions, images, and heritage status or Wiki Loves Monuments IDs, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(-6 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(-5 43)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5475", "question": "What is the English label and description of the film with LdiF ID 539580?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?filmLabel ?description WHERE {\n  ?film wdt:P3107 \"539580\" .\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER(LANG(?filmLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the English title and description of the TV movie identified by the LdiF ID 539580?", "Show me the English name and a brief description of the film that has the LdiF ID 539580."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"539580\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5476", "question": "Taxonomic ranks of order level and their descriptions in different languages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxonRank ?description ?language WHERE {\n  ?taxonRank wdt:P105 wd:Q36602 .\n  ?taxonRank schema:description ?description .\n  BIND( LANG( ?description ) AS ?language )\n}\nLIMIT 50", "paraphrases": ["What are the taxonomic ranks classified as \"order\" and what are their descriptions in various languages?", "Show me the order-level taxonomic ranks along with their descriptions and the languages those descriptions are in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q10861678> . } LIMIT 1 } BIND ( LANG ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q36602> . ?var1 <http://schema.org/description> ?var2 . } LIMIT 50"}}
{"id": "val_5477", "question": "Swedish National Biography ID 8633: who is it and what is their description?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P3217 \"8633\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the Swedish politician with the SBL ID 8633, and what is their English label and description?", "Please find the person with Swedish National Biography ID 8633 and provide their name in English and their English description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"8633\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5478", "question": "Scholarly articles authored by Thomas Shafee, including co-authors, publication venues, and publication dates, ordered from newest to oldest.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ( MIN( ?pubDate ) AS ?earliestDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?instanceLabel ; SEPARATOR = \", \" ) AS ?instanceTypes ) ( SAMPLE( ?pages ) AS ?numberOfPages ) ?publication ?publicationLabel ( GROUP_CONCAT( DISTINCT ?authorLabel ; SEPARATOR = \", \" ) AS ?authors ) WHERE {\n  ?work wdt:P50 wd:Q38382414 .\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabelRaw .\n    FILTER ( LANG( ?authorLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?authorLabelRaw , SUBSTR( STR( ?author ) , 32 ) ) AS ?authorLabel ) OPTIONAL {\n    ?work wdt:P31 ?instance .\n    ?instance rdfs:label ?instanceLabelRaw .\n    FILTER ( LANG( ?instanceLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?instanceLabelRaw , SUBSTR( STR( ?instance ) , 32 ) ) AS ?instanceLabel ) OPTIONAL {\n    ?work wdt:P577 ?rawPubDate .\n    BIND( xsd:date ( ?rawPubDate ) AS ?pubDate )\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publication .\n    ?publication rdfs:label ?publicationLabelRaw .\n    FILTER ( LANG( ?publicationLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?publicationLabelRaw , SUBSTR( STR( ?publication ) , 32 ) ) AS ?publicationLabel ) OPTIONAL {\n    ?work rdfs:label ?workLabelRaw .\n    FILTER ( LANG( ?workLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?workLabelRaw , SUBSTR( STR( ?work ) , 32 ) ) AS ?workLabel )\n}\nGROUP BY ?work ?workLabel ?publication ?publicationLabel\nORDER BY DESC ( ?earliestDate )", "paraphrases": ["What are all the works written by Thomas Shafee, who are their co-authors, where were they published, and when were they released, sorted by the most recent first?", "List all publications by Thomas Shafee with their publication dates, number of pages, journals, and full author lists, sorted by date in descending order."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q38382414> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5479", "question": "Cultural heritage sites in Finland with national or UNESCO status, their locations, images, and Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?heritageSite ?heritageSiteLabel ?location ?image ?commonsCategory WHERE {\n  VALUES ?heritageDesignation {\n    wd:Q29966257 wd:Q9259\n  }\n  ?heritageSite wdt:P1435 ?heritageDesignation .\n  ?heritageSite wdt:P17 wd:Q33 .\n  ?heritageSite ( wdt:P131 | wdt:P276 ) ?locationEntity .\n  ?locationEntity wdt:P625 ?coord .\n  BIND( geof:latitude ( ?coord ) AS ?lat ) BIND( geof:longitude ( ?coord ) AS ?lon ) FILTER ( ?lon >= 19 && ?lon <= 31 ) FILTER ( ?lat >= 60 && ?lat <= 70 ) ?heritageSite rdfs:label ?heritageSiteLabel .\n  FILTER ( LANG( ?heritageSiteLabel ) = \"en\" ) OPTIONAL {\n    ?heritageSite wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P373 ?commonsCategory .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the cultural heritage sites in Finland that are either nationally recognized or UNESCO World Heritage Sites, and what are their coordinates, images, and Wikimedia Commons categories?", "List all heritage sites in Finland designated as either a Cultural Heritage Site of National Significance or a UNESCO World Heritage Site, along with their geographic coordinates, associated images, and Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(16 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(27 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5480", "question": "Finnish cultural heritage sites with national significance or UNESCO status within southern Finland, including images and Commons categories.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?site ?siteLabel ?location ?image ?commonsCategory ?heritageDesignation ?heritageDesignationLabel WHERE {\n  ?site wdt:P1435 ?heritageDesignation ; wdt:P17 wd:Q33 ; wdt:P625 ?location .\n  VALUES ?heritageDesignation {\n    wd:Q29966257 wd:Q9259\n  }\n  BIND(REPLACE(STR(?location) , \"POINT\\\\((.*)\\\\)\" , \"$1\") AS ?coords)\n  BIND(STRBEFORE(?coords , \" \") AS ?lonStr)\n  BIND(STRAFTER(?coords , \" \") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= 19 && ?lon <= 32)\n  FILTER(?lat >= 59 && ?lat <= 70)\n  OPTIONAL {\n    ?site wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?site wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?site rdfs:label ?siteLabel .\n    FILTER(LANG(?siteLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?heritageDesignation rdfs:label ?heritageDesignationLabel .\n    FILTER(LANG(?heritageDesignationLabel) = \"en\")\n  }\n}\nLIMIT 3000", "paraphrases": ["What are the World Heritage Sites and nationally designated cultural heritage sites in Finland located between 59\u00b0N and 70\u00b0N latitude, and what images and Wikimedia Commons categories are associated with them?", "List all heritage sites in Finland that are either UNESCO World Heritage Sites or Cultural Heritage Sites of National Significance, located in the southern part of the country, along with their images and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(12 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(13 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5481", "question": "What are the English and German Wikipedia pages for Berlin S-Bahn and S-Bahn Berlin GmbH, and what are their official websites?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 wdt:P856 <https://www.s-bahn-berlin.de/> . } UNION { ?var1 wdt:P856 <http://www.s-bahn-berlin.de/> . } ?var2 schema:about ?var1 . ?var2 schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) IN (\"en\", \"de\")) }", "paraphrases": ["Which Wikipedia articles in English or German are about the entities with official websites for s-bahn-berlin.de?", "Show me the labels and corresponding Wikipedia pages in English and German for the official S-Bahn Berlin websites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.s-bahn-berlin.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.s-bahn-berlin.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://s-bahn-berlin.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://s-bahn-berlin.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://s-bahn-berlin.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://s-bahn-berlin.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5482", "question": "What is the English label and English Wikipedia page for the company with official website http://www.firstgroup.com?", "sparql": "SELECT ?item ?itemLabel ?wikipediaPage WHERE { ?item wdt:P856 <http://www.firstgroup.com> . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which company has its official website at http://www.firstgroup.com, and what is its English label and corresponding English or German Wikipedia page?", "Show me the English name and the English or German Wikipedia article for the organization whose official website is http://www.firstgroup.com."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.firstgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.firstgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://firstgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://firstgroup.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://firstgroup.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://firstgroup.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5483", "question": "What are the earliest IMDb movie IDs starting with \"tt\"?", "sparql": "SELECT ?imdbId WHERE { ?item wdt:P345 ?imdbId . FILTER ( STRSTARTS( ?imdbId , \"tt\" ) ) . } ORDER BY ASC(?imdbId) LIMIT 10", "paraphrases": ["Which are the first 10 IMDb titles registered in the database, identified by IDs starting with \"tt\"?", "List the 10 smallest IMDb identifiers for movies (those beginning with \"tt\")."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P345> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } FILTER ( ( STRSTARTS ( ?var1 , \"tt\" ) ) ) . } ORDER BY ASC( ?var1 ) LIMIT 10"}}
{"id": "val_5484", "question": "Organizations and their number of employees", "sparql": "SELECT ?organization ?organizationLabel ?employeeCount WHERE { ?organization wdt:P1128 ?employeeCount . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") }", "paraphrases": ["Which organizations have a recorded number of employees, and what are those numbers?", "List all schools and companies along with their employee counts in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5485", "question": "Organizations in Spanish with descriptions that employ people", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?employer ?employerLabel ?employerDescription WHERE {\n  ?employee wdt:P108 ?employer .\n  ?employer rdfs:label ?employerLabel .\n  ?employer schema:description ?employerDescription .\n  FILTER(LANG(?employerLabel) = \"es\")\n  FILTER(LANG(?employerDescription) = \"es\")\n}\nLIMIT 100", "paraphrases": ["What organizations have Spanish labels and descriptions, and are listed as employers of someone in Wikidata?", "Show me the Spanish names and descriptions of organizations that employ people, up to 100 results."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P108> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_5486", "question": "Items duplicated from Amsterdam and their qualifier properties.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ( SAMPLE( ?qualifier ) AS ?qualifierProperty ) WHERE {\n  ?item p:P2959 ?statement .\n  ?statement ps:P2959 wd:Q727 .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier p:P2959 .\n  }\n}\nGROUP BY ?item ?statement\nLIMIT 101", "paraphrases": ["Which items are marked as duplicates of Amsterdam, and what qualifiers are associated with those duplicate statements?", "Show me all items that are duplicates of Amsterdam, along with any qualifier properties used on their duplicate statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2959> <http://www.wikidata.org/entity/Q727> . ?var1 <http://www.wikidata.org/prop/P2959> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5487", "question": "Albums by Marilyn Manson with English titles and images", "sparql": "SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P2093 \"Marilyn Manson\" . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What are the English titles of works authored by Marilyn Manson, and do they have images on Wikimedia Commons?", "Show me the English titles of works where Marilyn Manson is listed as the author, along with any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2093> \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5488", "question": "What are the English names and identifiers of entities in Wikidata that have an identifier assigned?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel ?identifier WHERE {\n  ?item wdt:P1707 ?identifier .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["List people and other entities with their identifiers from external databases, along with their English labels.", "Show me the names and IDs of items in Wikidata that are linked to external identifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q170731> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5489", "question": "Image of Revilo P. Oliver with SNAC ARK ID w66t2cxc", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w66t2cxc\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w66t2cxc?", "Show me the picture of the person whose SNAC ARK ID is w66t2cxc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66t2cxc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5490", "question": "Heritage sites in India with Wiki Loves Monuments ID or heritage designation, including their location and image.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?admin ?adminLabel ?image ?coord WHERE {\n  ?item wdt:P131 * wd:Q668 .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item wdt:P131 ?admin .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  {\n    ?item p:P1435 ?heritage .\n  } UNION {\n    ?item p:P2186 ?wlm .\n  }\n  OPTIONAL {\n    ?item wdt:P31 ?type .\n  }\n  OPTIONAL {\n    ?item wdt:P1476 ?itemLabel .\n  }\n  OPTIONAL {\n    ?admin wdt:P1476 ?adminLabel .\n  }\n  FILTER(BOUND(?heritage) || BOUND(?wlm))\n}", "paraphrases": ["What are the monuments in India that are listed in Wiki Loves Monuments or have a heritage designation, and what are their administrative regions and images?", "List all cultural heritage sites in India that have either a heritage status or a Wiki Loves Monuments ID, along with their coordinates, nearby administrative regions, and associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(78 20)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(78 20)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } { ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/P2186> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5491", "question": "What are the 12 months of the Gregorian calendar and their corresponding numbers (1\u201312)?", "sparql": "SELECT ?month ?monthLabel ?monthNumber WHERE { VALUES (?month ?monthNumber) { (wd:Q108 1) (wd:Q109 2) (wd:Q110 3) (wd:Q118 4) (wd:Q119 5) (wd:Q113 6) (wd:Q114 7) (wd:Q122 8) (wd:Q123 9) (wd:Q124 10) (wd:Q125 11) (wd:Q126 12) } ?month rdfs:label ?monthLabel . FILTER (LANG(?monthLabel) = \"en\") } ORDER BY ?monthNumber", "paraphrases": ["List the English names of the months in order along with their numeric position in the year.", "Can you show me the names of January through December with their month numbers?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ( STR ( ?var4 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5151> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18602249> ; <http://www.wikidata.org/prop/direct/P2837> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var4 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P585> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5492", "question": "What are the cultural heritage sites in Finland that are either nationally significant or UNESCO World Heritage Sites, along with their locations, images, and Wikimedia Commons categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?heritageSite ?heritageSiteLabel ?location ?image ?commonsCategory WHERE {\n  VALUES ?heritageDesignation {\n    wd:Q29966257 wd:Q9259\n  }\n  ?heritageSite wdt:P1435 ?heritageDesignation .\n  ?heritageSite wdt:P17 wd:Q33 .\n  ?heritageSite wdt:P625 ?location .\n  OPTIONAL {\n    ?heritageSite wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?heritageSite rdfs:label ?heritageSiteLabel .\n    FILTER ( LANG( ?heritageSiteLabel ) = \"en\" )\n  }\n}\nLIMIT 3000", "paraphrases": ["Show me the Finnish heritage sites designated as World Heritage Sites or Cultural Heritage Sites of National Significance, including their English names, coordinates, and associated images or Commons categories.", "List all heritage sites in Finland with official national or UNESCO heritage status, and provide their geographic coordinates, images from Wikimedia Commons, and related Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(23 66)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(33 68)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5493", "question": "Who is the person in the Australian Women's Register with ID AWE2070b, and what is their description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P4186 \"AWE2070b\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the individual identified by AWE2070b in the Australian Women's Register?", "Please provide the English name and description of the person listed in the Australian Women's Register with the ID AWE2070b."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE2070b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5494", "question": "What country and administrative region is Collingwood, Ontario part of, and on which continent is it located?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?country ?admin ?continent WHERE {\n  wd:Q3501912 wdt:P17 ?country .\n  wd:Q3501912 wdt:P131 ?admin .\n  ?country wdt:P30 ?continent .\n}", "paraphrases": ["Find the country, county, and continent associated with Collingwood, ON.", "Tell me the geographic hierarchy of Collingwood \u2014 its country, administrative division, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3501912> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5495", "question": "Labels of Giorgio Cavallo in Italian, English, German, and French, along with his Wikipedia link.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  wd:Q3765355 rdfs:label ?label .\n  FILTER ( LANG( ?label ) IN ( \"it\" , \"en\" , \"de\" , \"fr\" ) ) OPTIONAL {\n    wd:Q3765355 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q3765355 wdt:P625 ?coordinates .\n  }\n  ?wikipediaArticle schema:about wd:Q3765355 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  VALUES ( ?lang ?order ) {\n    ( \"it\" 1 ) ( \"en\" 2 ) ( \"de\" 3 ) ( \"fr\" 4 )\n  }\n  FILTER ( ?lang = LANG( ?label ) )\n}\nORDER BY ?order", "paraphrases": ["What are the labels of Giorgio Cavallo in Italian, English, German, and French, and what is his Italian Wikipedia page?", "Show me Giorgio Cavallo\u2019s labels in Italian, English, German, and French, ordered by that sequence, along with his Italian Wikipedia article link."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3765355> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3765355> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3765355> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3765355> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3765355> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5496", "question": "Cultural heritage sites in southern Finland between longitudes 22 and 25 and latitudes 60 and 61, with images and Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?heritageSite ?heritageSiteLabel ?coord ?image ?commonsCat WHERE {\n  VALUES ?heritageDesignation {\n    wd:Q29966257 wd:Q9259\n  }\n  ?heritageSite wdt:P1435 ?heritageDesignation .\n  ?heritageSite wdt:P17 wd:Q33 .\n  ?heritageSite wdt:P625 ?coord .\n  BIND( geof:longitude ( ?coord ) AS ?lon ) BIND( geof:latitude ( ?coord ) AS ?lat ) FILTER ( ?lon >= 22 && ?lon <= 25 && ?lat >= 60 && ?lat <= 61 ) OPTIONAL {\n    ?heritageSite wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P373 ?commonsCat .\n  }\n  ?heritageSite rdfs:label ?heritageSiteLabel .\n  FILTER ( LANG( ?heritageSiteLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What are the cultural heritage sites in Finland designated as nationally significant or UNESCO World Heritage Sites, located between 22\u00b0 and 25\u00b0 east longitude and 60\u00b0 and 61\u00b0 north latitude, and what are their images and Wikimedia Commons categories?", "List all heritage sites in Finland that are either nationally significant or UNESCO World Heritage Sites within the geographic area from 22\u00b0E to 25\u00b0E and 60\u00b0N to 61\u00b0N, including their names, coordinates, images, and Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(22 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(25 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5497", "question": "What are the English names, descriptions, and coordinates of human settlements in the United Kingdom among Cromhall and Cromhall War Memorial?", "sparql": "SELECT DISTINCT ?settlement ?label ?description ?coordinates WHERE {  VALUES ?settlement { wd:Q5187620 wd:Q26677136 }  ?settlement (wdt:P31/wdt:P279*) wd:Q486972 .  ?settlement wdt:P131* ?admin .  FILTER(?admin = wd:Q145)  ?settlement rdfs:label ?label .  FILTER(LANG(?label) = \"en\")  OPTIONAL {    ?settlement schema:description ?description .    FILTER(LANG(?description) = \"en\")  }  ?settlement wdt:P625 ?coordinates .}", "paraphrases": ["Show me the English label, description, and geographic coordinates of Cromhall, if it is a human settlement located in the UK.", "Which of these two places \u2014 Cromhall or Cromhall War Memorial \u2014 is a human settlement in the UK, and what are its details in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q5187620> ) ( <http://www.wikidata.org/entity/Q26677136> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_5498", "question": "Cultural heritage sites in Finland with national or UNESCO status within latitude 62\u201364 and longitude 19\u201335, including their images and Commons categories.", "sparql": "SELECT ?heritageSite ?heritageSiteLabel ?location ?image ?commonsCategory WHERE { VALUES ?heritageDesignation { wd:Q29966257 wd:Q9259 } ?heritageDesignationItem wdt:P1435 ?heritageDesignation . ?heritageDesignationItem wdt:P17 wd:Q33 . ?heritageSite ( (wdt:P131/wdt:P279*) | (wdt:P276/wdt:P279*) | (wdt:P361/wdt:P279*) ) ?heritageDesignationItem . ?heritageSite wdt:P625 ?location . FILTER(geof:longitude(?location) >= 19 && geof:longitude(?location) <= 35) FILTER(geof:latitude(?location) >= 62 && geof:latitude(?location) <= 64) OPTIONAL { ?heritageSite wdt:P18 ?image . } OPTIONAL { ?heritageSite wdt:P373 ?commonsCategory . } ?heritageSite rdfs:label ?heritageSiteLabel . FILTER(LANG(?heritageSiteLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the cultural heritage sites in Finland that are either nationally recognized or UNESCO World Heritage Sites, located between longitudes 19\u00b0 and 35\u00b0 and latitudes 62\u00b0 and 64\u00b0, and do they have images or Wikimedia Commons categories?", "List all cultural heritage sites in Finland designated as nationally significant or UNESCO World Heritage Sites within the geographic area of 19\u201335\u00b0E and 62\u201364\u00b0N, along with their English names, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(19 62)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(35 64)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5499", "question": "Painters born in Loire-Atlantique with a French Wikipedia page, ranked by number of language versions.", "sparql": "SELECT DISTINCT ?painter ?painterLabel ?birthplaceLabel (COUNT(?lang) AS ?count)\nWHERE {\n  ?painter wdt:P31 wd:Q5 ;\n           wdt:P19 ?birthplace ;\n           wdt:P106 wd:Q1028181 .\n\n  ?birthplace wdt:P131* wd:Q3068 .\n\n  ?wikipedia schema:about ?painter ;\n             schema:inLanguage ?lang .\n\n  FILTER EXISTS {\n    ?wikipedia2 schema:about ?painter ;\n                schema:inLanguage \"fr\" .\n  }\n\n  ?painter rdfs:label ?painterLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n\n  FILTER (LANG(?painterLabel) = \"en\")\n  FILTER (LANG(?birthplaceLabel) = \"en\")\n}\nGROUP BY ?painter ?painterLabel ?birthplaceLabel\nORDER BY DESC(?count) ASC(?painter)", "paraphrases": ["Which painters born in Loire-Atlantique have the most Wikipedia articles in different languages, and how many languages are there for each?", "List painters from Loire-Atlantique who have a French Wikipedia article, along with the total number of language editions of their Wikipedia pages, sorted by popularity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P19> ?var2 ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q3068> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var5 <http://schema.org/about> ?var1 . FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . ?var5 <http://schema.org/inLanguage> ?var3 . } GROUP BY ?var1 ?var1Label ?var2Label ORDER BY DESC( ?var4 )ASC( ?var1 )"}}
{"id": "val_5500", "question": "Biological entities found in a taxon that are not directly classified as proteins or cell lines.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?taxonLabel ?typeLabel WHERE {\n  ?item wdt:P703 ?taxon .\n  ?item wdt:P31 ?type .\n  FILTER ( ?type != wd:Q8054 ) .\n  FILTER ( ?type != wd:Q21014462 ) .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?taxon rdfs:label ?taxonLabel .\n    FILTER ( LANG( ?taxonLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n}\nLIMIT 1000", "paraphrases": ["What biological items are associated with specific species but are not directly categorized as proteins or cell lines?", "List biological entities with their associated taxon and type, excluding any that are directly labeled as protein or cell line."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P703> ?var2 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P271> *) ?var3 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q8054> ) ) ) . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q21014462> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_5501", "question": "What Wikidata item corresponds to the human pathway with WikiPathways ID WP3844?", "sparql": "SELECT ?pathway WHERE { ?pathway wdt:P2410 \"WP3844\" ; wdt:P703 wd:Q15978631 . }", "paraphrases": ["Which biological pathway in humans has the WikiPathways identifier WP3844?", "Find the Wikidata entry for the human PI3K-AKT-mTOR signaling pathway identified by WP3844 in WikiPathways."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP3844_r89952> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5502", "question": "What are the cultural heritage sites in Finland that are designated as either World Heritage Sites or Cultural Heritage Sites of National Significance?", "sparql": "SELECT ?heritageSite ?heritageSiteLabel ?image ?commonsCategory WHERE { VALUES ?heritageDesignation { wd:Q29966257 wd:Q9259 } ?heritageSite wdt:P1435 ?heritageDesignation . ?heritageSite wdt:P17 wd:Q33 . OPTIONAL { ?heritageSite wdt:P18 ?image . } OPTIONAL { ?heritageSite wdt:P373 ?commonsCategory . } ?heritageSite rdfs:label ?heritageSiteLabel . FILTER(LANG(?heritageSiteLabel) = \"en\") } LIMIT 3000", "paraphrases": ["List Finnish heritage sites with their images and Wikimedia Commons categories, specifically those recognized as World Heritage Sites or nationally significant cultural sites.", "Show me the names, images, and Commons categories of heritage sites in Finland that have official national or UNESCO heritage status."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(9 -12)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(20 -7)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q29966257> ) ( <http://www.wikidata.org/entity/Q9259> ) } ?var8 <http://www.wikidata.org/prop/direct/P1435> ?var7 . ?var8 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . ?var1 (( <http://www.wikidata.org/prop/direct/P131> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P276> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P361> / <http://www.wikidata.org/prop/direct/P279> *)) ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5503", "question": "Image of Thomas Wentworth Higginson (SNAC ARK ID w66q1zq9)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w66q1zq9\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w66q1zq9?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w66q1zq9."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66q1zq9\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5504", "question": "Parts of the University of Mannheim in English", "sparql": "SELECT ?part ?label WHERE { wd:Q317070 wdt:P527 ?part . ?part rdfs:label ?label . FILTER (LANG(?label) = \"en\") } LIMIT 50", "paraphrases": ["What are the English-language names of the schools and departments that make up the University of Mannheim?", "List the English labels of all constituent parts of the University of Mannheim."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q317070> <http://www.wikidata.org/prop/direct/P527> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_5505", "question": "Labels for Klaus H\u00f6hne in English, German, French, and Italian, sorted by language order, with English Wikipedia link.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?sortOrder ?wikipediaArticle WHERE {\n  VALUES(?langCode ?sortOrder) {(\"en\" 1)(\"de\" 3)(\"fr\" 4)(\"it\" 5)\n  }\n  wd:Q103362 rdfs:label ?label .\n  FILTER(LANG(?label) = ?langCode)\n  ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q103362 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n}\nORDER BY ASC(?sortOrder)", "paraphrases": ["What are the names of Klaus H\u00f6hne in English, German, French, and Italian, and what is his English Wikipedia page?", "Show me Klaus H\u00f6hne\u2019s names in English, German, French, and Italian, ordered by language, and include the link to his English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q103362> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q103362> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q103362> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q103362> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_5506", "question": "What are the birth and death dates of Richard St George?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q7329199 AS ?person)\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the full name, birth date, and death date of Richard St George?", "Who is Richard St George, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7329199> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5507", "question": "Birth and death dates of Jan van Gool", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q12023294 AS ?person ) . ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["When was Jan van Gool born and when did he die?", "Can you tell me the birth and death dates of the Dutch painter Jan van Gool?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1000740> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5508", "question": "What is the English name of the person with SBL ID 15389 in the Dictionary of Swedish National Biography?", "sparql": "SELECT ?entity ?label ?description WHERE { ?entity wdt:P3217 \"15389\" . OPTIONAL { ?entity rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?entity schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English description of Erik (SBL ID: 15389) from the Dictionary of Swedish National Biography?", "Who is the individual identified by SBL ID 15389, and what is their English Wikipedia description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"15389\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5509", "question": "Authors of \"Attention Is All You Need\" paper with their ORCID IDs and Wikidata links.", "sparql": "SELECT ?author ?authorLabel ( COALESCE ( ?orcid , CONCAT ( \"https://www.wikidata.org/wiki/\" , ENCODE_FOR_URI( SUBSTR( STR(?author), 32 ) ) ) ) AS ?fallback ) WHERE { wd:Q30249683 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who are the authors of the paper \"Attention Is All You Need\", and what are their ORCID identifiers? If they don\u2019t have one, what is their Wikidata URL?", "List the authors of the \"Attention Is All You Need\" paper along with their ORCID numbers; if an ORCID is not available, provide a link to their Wikidata page."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q30249683> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_5510", "question": "What type of entity is Monty Don, and what is its English label?", "sparql": "SELECT ?instanceType ?label WHERE { wd:Q422686 wdt:P31 ?instanceType . ?instanceType rdfs:label ?label . FILTER (LANG(?label) = \"en\") } LIMIT 50", "paraphrases": ["What is the class that Monty Don belongs to, and how is it labeled in English?", "Show me the English label of the type that Monty Don is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q422686> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_5511", "question": "What are the English names of Unicode characters and their corresponding HTML entity codes?", "sparql": "SELECT ?character ?characterLabel ?htmlEntity WHERE { ?character wdt:P4575 ?htmlEntity . ?character rdfs:label ?characterLabel . FILTER(LANG(?characterLabel) = 'en') } LIMIT 1000", "paraphrases": ["Can you list characters and their HTML entity representations in English?", "Show me the mapping between Unicode symbols and their HTML codes, with English labels for the symbols."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4570> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_5512", "question": "What properties are commonly used to describe bars on Wikidata, along with their English labels and descriptions?", "sparql": "SELECT DISTINCT ?propertyItem ?propertyLabel ?propertyDescription WHERE { ?item wdt:P31/wdt:P279* wd:Q187456 . ?item ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties describe bars (establishments serving alcohol), and what are their English names and definitions?", "Show me the English labels and descriptions of all properties used on items classified as bars."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q187456> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5513", "question": "What are the 50 most recently aired episodes of The Simpsons, ordered by their air date?", "sparql": "SELECT DISTINCT ?episode WHERE { ?episode wdt:P31 wd:Q21191270 . ?episode wdt:P577 ?date . } ORDER BY DESC(?date) LIMIT 50", "paraphrases": ["List the latest 50 television series episodes, sorted by their publication date in descending order.", "Show me the top 50 episodes of animated TV series, ordered from the most recent to the oldest release date."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q945427> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_5514", "question": "Image of Vincent van Gogh from SNAC ARK ID w60g3k35", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w60g3k35\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Vincent van Gogh\u2019s SNAC ARK ID w60g3k35?", "Show me the Wikimedia Commons image of Vincent van Gogh, identified by the SNAC ARK ID w60g3k35."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60g3k35\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5515", "question": "What are the most commonly used properties on items located in Morocco, and how many items use each?", "sparql": "SELECT ?property ?propertyLabel (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item wdt:P17 wd:Q1028 . ?item ?p ?o . FILTER(STRSTARTS(STR(?p), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?p), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?property) . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } GROUP BY ?property ?propertyLabel ORDER BY DESC(?count) LIMIT 1000", "paraphrases": ["Which properties are most frequently attached to Moroccan entities, and what are their English labels and usage counts?", "Show me the top 1000 properties used on items in Morocco, ordered by how many items have them, along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1028> . ?var3 ?var4 ?var5 . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". } } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_5516", "question": "What film has the AFI Catalog ID 22051?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3593 \"22051\" .\n}", "paraphrases": ["Which movie is identified by the AFI Catalog number 22051?", "Can you tell me the title of the film listed as 22051 in the American Film Institute Catalog?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3593> \"22051\". }"}}
{"id": "val_5517", "question": "What are the works from China and who are their authors?", "sparql": "SELECT ?work ?workLabel ?author ?authorLabel WHERE { ?work wdt:P495 wd:Q148 . ?work wdt:P50 ?author . ?work rdfs:label ?workLabel . ?author rdfs:label ?authorLabel . FILTER(LANG(?workLabel) = \"en\") FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["List books, films, or other creative works originating from China along with their authors.", "Who wrote works that come from China?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q148> <http://www.wikidata.org/prop/direct/P50> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5518", "question": "Labels for the Michael Jackson song \"They Don't Care About Us\" in German, English, French, and Italian, ordered by language preference.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?wikipediaArticle WHERE {\n  VALUES(?lang ?order) {(\"de\" 1)(\"en\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  wd:Q159348 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  ?wikipediaArticle schema:about wd:Q159348 ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n}\nORDER BY ASC(?order)", "paraphrases": ["What are the labels of the song \"They Don't Care About Us\" in German, English, French, and Italian, and which German Wikipedia article is associated with it?", "Show me the official titles of Michael Jackson\u2019s song \"They Don't Care About Us\" in German, English, French, and Italian, sorted in that order, along with the link to its German Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q159348> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q159348> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q159348> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q159348> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q159348> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5519", "question": "Entities that dispute statements and have Russian labels and descriptions.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?disputer ?label ?description WHERE {\n  ?statement wdt:P1310 ?disputer .\n  ?disputer rdfs:label ?label .\n  ?disputer schema:description ?description .\n  FILTER(LANG(?label) = \"ru\")\n  FILTER(LANG(?description) = \"ru\")\n}\nLIMIT 100", "paraphrases": ["Which entities that dispute statements in Wikidata have both a Russian label and a Russian description?", "Show me the Russian names and descriptions of entities that have disputed any statement on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1310> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_5520", "question": "How many items in the Nationalmuseum Sweden collection are associated with each gender, based on English labels?", "sparql": "SELECT ?genderLabel (COUNT(?item) AS ?count) WHERE { ?item wdt:P2538 ?nsId . ?item wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } GROUP BY ?genderLabel", "paraphrases": ["What is the distribution of gender identities among artists in the Nationalmuseum Sweden collection?", "Can you show the count of artworks or artists in Nationalmuseum Sweden grouped by gender, in English?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2538> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P21> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_5521", "question": "What are all the categories and their superclasses that Armenia belongs to, and which of them have English Wikipedia articles?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel ?wikipediaPage WHERE {\n  wd:Q399 wdt:P31 ?directClass .\n  ?directClass wdt:P279 * ?class .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?class ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["List the types of entities Armenia is classified as in Wikidata, including broader categories, and show their Wikipedia pages.", "Which Wikipedia pages describe the conceptual categories that Armenia is an instance of or a subclass of?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q399> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5522", "question": "What are some treatments used for cancer?", "sparql": "SELECT ?treatment ?treatmentLabel WHERE { ?treatment wdt:P2175 wd:Q12078 . ?treatment rdfs:label ?treatmentLabel . FILTER(LANG(?treatmentLabel) = \"en\") } ORDER BY ASC(?treatmentLabel)", "paraphrases": ["List the drugs and therapies that are used to treat cancer.", "Which medical treatments target malignant neoplasms?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2176> <http://www.wikidata.org/entity/Q12078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_5523", "question": "What are the Wikipedia pages, IMDb ID, Rotten Tomatoes ID, and release year for the film with IMDb ID tt2402091?", "sparql": "SELECT DISTINCT ?wikipediaPage ?film ?imdbId ?metacriticId ?rottenTomatoesId (YEAR(?publicationDate) AS ?year) WHERE { ?film wdt:P31 wd:Q11424 . OPTIONAL { ?film wdt:P345 ?imdbId . } OPTIONAL { ?film wdt:P1712 ?metacriticId . } OPTIONAL { ?film wdt:P1258 ?rottenTomatoesId . } OPTIONAL { ?wikipediaPage schema:about ?film . } OPTIONAL { ?film wdt:P577 ?publicationDate . } FILTER(?imdbId = \"tt2402091\") } LIMIT 10", "paraphrases": ["Show me details about the movie \"The Reunion\" (2013), including its Wikipedia links and identifiers on Metacritic and Rotten Tomatoes.", "Find all Wikipedia articles about the film identified by IMDb ID tt2402091, along with its release year and other online identifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ( YEAR ( ?var6 ) AS ?var7 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P345> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1712> ?var4 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1258> ?var5 . } OPTIONAL { ?var1 <http://schema.org/about> ?var2 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } FILTER ( ( ( ?var3 = \"tt2402091\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr\". } } LIMIT 10"}}
{"id": "val_5524", "question": "How many items in Wikidata are marked as duplicates of Alzheimer's disease?", "sparql": "SELECT (COUNT(?duplicateItem) AS ?count) WHERE { ?duplicateItem wdt:P2959 wd:Q11081 .}", "paraphrases": ["Are there any duplicate entries in Wikidata for Alzheimer's disease, using the \"permanent duplicated item\" property?", "Show me the count of items that have been flagged as duplicates of Alzheimer's disease in Wikidata."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2959> <http://www.wikidata.org/entity/Q11081> . }"}}
{"id": "val_5525", "question": "What are the labels, image, coordinates, Twitter username, Facebook username, and official website for Rome in English, German, French, and Italian?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?twitter ?facebook ?website WHERE {\n  wd:Q220 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"en\" , \"de\" , \"fr\" , \"it\"))\n  OPTIONAL {\n    wd:Q220 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q220 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q220 wdt:P2002 ?twitter .\n  }\n  OPTIONAL {\n    wd:Q220 wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    wd:Q220 wdt:P856 ?website .\n  }\n}\nORDER BY(LANG(?label))", "paraphrases": ["Show me Rome's information including its name in different languages, image, coordinates, social media handles, and official website.", "Retrieve the multilingual labels, image, geographic coordinates, Twitter and Facebook usernames, and official website for the city of Rome."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q220> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q220> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5526", "question": "What are the multilingual labels and available online identifiers for the Italian chemist Francesco Selmi?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?website ?orcid WHERE {\n  wd:Q1065181 rdfs:label ?label .\n  VALUES(?lang) {(\"en\")(\"de\")(\"fr\")(\"it\")\n  }\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q1065181 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P2003 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q1065181 wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q1065181 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?lang", "paraphrases": ["Can you show me Francesco Selmi\u2019s name in English, German, French, and Italian, along with his image, Wikipedia page, and any social media or ORCID links?", "Show me the basic structured data about Francesco Selmi, including his name in different languages and links to his Wikipedia page and image, ordered by language."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q1065181> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1065181> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5527", "question": "What are the taxonomic ancestors of the giant squid (Architeuthis)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?ancestorLabel WHERE {\n  wd:Q204646 wdt:P171 * ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel\n  FILTER(LANG(?ancestorLabel) = 'en')\n}\nORDER BY ASC(STRLEN(STR(?ancestor)))", "paraphrases": ["Show the lineage of parent taxa from Architeuthis up to the animal kingdom.", "List all higher taxonomic groups that the giant squid belongs to, in order from closest to most general."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q204646> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"50\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P171> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P171> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5528", "question": "What are the descendants of Teodoro Obiang Nguema Mbasogo, up to four generations, and do they have any children or images?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?descendant ?descendantLabel ?image ?child WHERE {\n  {\n    wd:Q57385 wdt:P40 ?descendant .\n  } UNION {\n    wd:Q57385 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?descendant .\n  } UNION {\n    wd:Q57385 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?gen2 .\n    ?gen2 wdt:P40 ?descendant .\n  } UNION {\n    wd:Q57385 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?gen2 .\n    ?gen2 wdt:P40 ?gen3 .\n    ?gen3 wdt:P40 ?descendant .\n  }\n  ?descendant rdfs:label ?descendantLabel .\n  FILTER ( LANG( ?descendantLabel ) = \"en\" ) OPTIONAL {\n    ?descendant wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?descendant wdt:P40 ?child .\n  }\n}", "paraphrases": ["Can you show me the children, grandchildren, great-grandchildren, and great-great-grandchildren of the president of Equatorial Guinea, along with their photos and whether they have kids?", "List the known descendants of Teodoro Obiang Nguema Mbasogo and include their images and their own children if any."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q477201> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5529", "question": "What is the English Wikipedia page for the Category:Cheon clans, and what are its associated image, social media links, and official website?", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaPage ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?officialWebsite ?orcid WHERE { wd:Q18569114 rdfs:label ?label . FILTER (LANG(?label) = \"en\") OPTIONAL { wd:Q18569114 wdt:P18 ?image . } OPTIONAL { wd:Q18569114 wdt:P625 ?coordinates . } OPTIONAL { wd:Q18569114 wdt:P1651 ?youtubeId . } OPTIONAL { wd:Q18569114 wdt:P2037 ?githubUsername . } OPTIONAL { wd:Q18569114 wdt:P2002 ?twitterUsername . } OPTIONAL { wd:Q18569114 wdt:P2013 ?facebookUsername . } OPTIONAL { wd:Q18569114 wdt:P2003 ?instagramUsername . } OPTIONAL { wd:Q18569114 wdt:P856 ?officialWebsite . } OPTIONAL { wd:Q18569114 wdt:P496 ?orcid . } OPTIONAL { ?wikipediaPage rdf:type schema:Article ; schema:about wd:Q18569114 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } }", "paraphrases": ["Can you find the English Wikipedia article for the category \"Cheon clans\" and list any available image, YouTube ID, GitHub, Twitter, Facebook, Instagram, official website, or ORCID associated with it?", "Please provide the English Wikipedia link for the Wikimedia category \"Category:Cheon clans\" and any related metadata such as social media handles or official website."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q18569114> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q18569114> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5530", "question": "What organizations has Herbert Van de Sompel been affiliated with or employed by, and what are the start and end dates of those affiliations, along with their images?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?image ?organization ?organizationLabel ?startDate ?endDate WHERE {\n  {\n    wd:Q5735804 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q5735804 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  ?organization rdfs:label ?organizationLabel .\n  FILTER ( LANG( ?organizationLabel ) = \"en\" ) OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n}", "paraphrases": ["Affiliations and employers of Herbert Van de Sompel with dates and images", "Show me the organizations Herbert Van de Sompel worked for or was affiliated with, including when he started and ended each role, and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q5735804> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q5735804> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5531", "question": "French labels and descriptions of properties used on Linkin Park", "sparql": "SELECT ?property ?label ?description WHERE { VALUES ?property { wd:P31 wd:P136 wd:P495 wd:P571 wd:P1412 wd:P17 wd:P18 wd:P175 } ?property rdfs:label ?label . ?property schema:description ?description . FILTER(LANG(?label) = \"fr\") FILTER(LANG(?description) = \"fr\") }", "paraphrases": ["What are the French labels and descriptions of the properties associated with Linkin Park on Wikidata?", "Show me the French names and descriptions of the properties that describe Linkin Park."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q261> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_5532", "question": "Which property is most often used to link items to the property 'language of work or name' (P722)?", "sparql": "SELECT ?directClaim (COUNT(?directClaim) AS ?count) WHERE { ?item ?prop wd:P722 . ?directClaim wikibase:directClaim ?prop . ?directClaim rdf:type wikibase:Property . } GROUP BY ?directClaim ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property is most commonly used in statements where the object is the Wikidata property P722?", "Show me the property that appears most frequently as the direct claim in statements with P722 as the object."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P722> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5533", "question": "List places with their demonyms and the languages those demonyms are in, using English place names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel ?demonym ?language WHERE {\n  ?place wdt:P1549 ?demonym .\n  BIND(LANG(?demonym) AS ?language)\n  .\n  ?place rdfs:label ?placeLabel .\n  FILTER(LANG(?placeLabel) = \"en\")\n}", "paraphrases": ["What are the demonyms for places around the world, and in which languages are they expressed, with the places named in English?", "Show me the English names of places along with their associated demonyms and the languages those demonyms are written in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { BIND ( LANG ( ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var2 . }"}}
{"id": "val_5534", "question": "What properties and values are associated with the watercourse Arroyo Dulce in Argentina, excluding its instance-of classification?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?object WHERE {\n  wd:Q21829556 ?property ?object .\n  FILTER ( ?property != wdt:P31 )\n}", "paraphrases": ["List all the details about Arroyo Dulce (Q21829556) in Wikidata, except for its type.", "Show me all the information about the river Arroyo Dulce in Argentina, such as its location, country, and identifiers, but not its category."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q21829556> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5535", "question": "Where did Robert Higham study, when did he start and end his studies, and what degree did he earn?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q42309821 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER ( LANG( ?institutionLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER ( LANG( ?degreeLabel ) = \"en\" ) .\n  }\n}", "paraphrases": ["Robert Higham\u2019s education: institution, start date, end date, and degree.", "Show me the educational background of Robert Higham, including the university he attended, the dates of his studies, and his academic degree."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q42309821> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5536", "question": "List the top 101 badminton tournament series that are subclasses of badminton tournament.", "sparql": "SELECT ?tournament WHERE { ?tournament wdt:P279 wd:Q13357858 . } LIMIT 101", "paraphrases": ["What are the 101 most notable badminton tournament categories in Wikidata?", "Show me the names of the 101 specific badminton tournament events that are classified as subclasses of 'badminton tournament'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q13357858> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5537", "question": "What qualifier properties are most frequently used on diplomatic relation statements in Wikidata, and how often are they used?", "sparql": "SELECT ?qualifier ?qualifierLabel (COUNT(DISTINCT ?statement) AS ?count)\nWHERE {\n  ?item p:P530 ?statement .\n  ?statement ?qualifier ?qualifierValue .\n  FILTER(STRSTARTS(STR(?qualifier), \"http://www.wikidata.org/prop/qualifier/\"))\n  OPTIONAL {\n    ?qualifier rdfs:label ?qualifierLabel .\n    FILTER(LANG(?qualifierLabel) = \"en\")\n  }\n}\nGROUP BY ?qualifier ?qualifierLabel\nORDER BY DESC(?count) ASC(?qualifierLabel)", "paraphrases": ["Most common qualifiers for diplomatic relations (P530) in Wikidata, with usage counts", "Show me the qualifier properties used on diplomatic relation statements, ordered by how often they appear, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var3 <http://www.wikidata.org/prop/P530> ?var4 . ?var4 ?var5 ?var6 . ?var1 <http://wikiba.se/ontology#qualifier> ?var5 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } } ORDER BY DESC( ?var2 )ASC( ?var1Label )"}}
{"id": "val_5538", "question": "What organizations are located in Bethesda, and which institutions are they part of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?org ?orgLabel ?parent ?parentLabel WHERE {\n  ?org wdt:P131 wd:Q584451 ; wdt:P361 ?parent .\n  ?org rdfs:label ?orgLabel .\n  ?parent rdfs:label ?parentLabel .\n  FILTER ( LANG( ?orgLabel ) = \"en\" ) FILTER ( LANG( ?parentLabel ) = \"en\" )\n}", "paraphrases": ["Show me the parent institutions of organizations based in Bethesda, Maryland.", "Which research institutes in Bethesda are affiliated with the National Institutes of Health?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q584451> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P1056> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1056> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5539", "question": "What drugs are used to treat atrial fibrillation?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?treatment ?treatmentLabel WHERE {\n  ?treatment wdt:P2175 wd:Q815819 .\n  ?treatment rdfs:label ?treatmentLabel .\n  FILTER ( LANG( ?treatmentLabel ) = \"en\" )\n}\nORDER BY ASC ( ?treatmentLabel )", "paraphrases": ["Can you list the medications that treat atrial fibrillation in alphabetical order?", "Which therapies are associated with the treatment of atrial fibrillation according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/> * <http://www.wikidata.org/entity/Q815819> . ?var1 <http://www.wikidata.org/prop/direct/P2176> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_5540", "question": "Civil parishes in Wiltshire with images and coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?parish ?coordinates ?parishLabel WHERE {\n  ?parish wdt:P31 wd:Q1115575 ; wdt:P131 wd:Q23183 .\n  OPTIONAL {\n    ?parish wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?parish wdt:P625 ?coordinates .\n  }\n  ?parish rdfs:label ?parishLabel .\n  FILTER ( LANG( ?parishLabel ) = \"en\" )\n}", "paraphrases": ["What are the civil parishes in Wiltshire, and do they have images or geographic coordinates?", "List all civil parishes in Wiltshire along with their English labels, images, and coordinates if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var2Label WHERE { OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22349272> . ?var2 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q23183> . }"}}
{"id": "val_5541", "question": "Drugs used to treat atrial fibrillation", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?treatment ?treatmentLabel WHERE {\n  wd:Q815819 wdt:P2176 ?treatment .\n  ?treatment rdfs:label ?treatmentLabel .\n  FILTER ( LANG( ?treatmentLabel ) = \"en\" )\n}", "paraphrases": ["What medications are prescribed for atrial fibrillation?", "List the treatments for atrial fibrillation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q815819> <http://www.wikidata.org/prop/direct/P2176> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/Q12136> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5542", "question": "Who were born on September 15, 1939?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P569 \"1939-09-15T00:00:00Z\"^^xsd:dateTime . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you list the people born on September 15, 1939, along with their names?", "What are the English labels of individuals whose date of birth is exactly September 15, 1939?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> \"1939-09-15\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . }"}}
{"id": "val_5543", "question": "Image of the person with SNAC ARK ID w6v98fgc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6v98fgc\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w6v98fgc?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6v98fgc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6v98fgc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5544", "question": "Main subjects of Ricardo Henao\u2019s publications, ranked by number of works.", "sparql": "SELECT (COUNT(?work) AS ?count) ?subjectLabel (SAMPLE(?workLabel) AS ?exampleWorkLabel) WHERE { ?work wdt:P50 wd:Q39508241 ; wdt:P921 ?subject . ?subject rdfs:label ?subjectLabel . ?work rdfs:label ?workLabel . FILTER(LANG(?subjectLabel) = \"en\") FILTER(LANG(?workLabel) = \"en\") } GROUP BY ?subject ?subjectLabel ORDER BY DESC(?count)", "paraphrases": ["What are the most common research topics in Ricardo Henao\u2019s publications, and can you show one example work for each?", "List the main subjects of Ricardo Henao\u2019s academic works, ordered by how many works cover each topic, along with an example title for each subject."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q39508241> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q39508241> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5545", "question": "Musicians whose names start with M", "sparql": "SELECT DISTINCT ?musician ?musicianLabel WHERE { ?musician wdt:P31 wd:Q5 ; wdt:P106 wd:Q639669 ; rdfs:label ?musicianLabel . FILTER (LANG(?musicianLabel) = \"en\") . FILTER (STRSTARTS( ?musicianLabel , \"M\" )) . }", "paraphrases": ["Who are the human musicians with names starting with the letter \"M\"?", "List all English-named human musicians whose names begin with \"M\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q639669> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( STRSTARTS ( ?var1Label , \"M\" ) ) ) . }"}}
{"id": "val_5546", "question": "Image of Maxine Kumin with SNAC ARK ID w62808gs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w62808gs\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Maxine Kumin in Wikidata, given her SNAC ARK ID is w62808gs?", "Show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w62808gs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62808gs\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5547", "question": "Who are the fathers of Malia Obama\u2019s parents?", "sparql": "SELECT ?parent ?parentLabel ?father ?fatherLabel WHERE { ?parent wdt:P31 wd:Q5 . ?parent wdt:P40 wd:Q15070044 . ?parent wdt:P22 ?father . ?parent rdfs:label ?parentLabel . ?father rdfs:label ?fatherLabel . FILTER(LANG(?parentLabel) = \"en\") FILTER(LANG(?fatherLabel) = \"en\") }", "paraphrases": ["What is the father of each parent of Malia Obama?", "Can you tell me the fathers of Barack Obama and Michelle Obama?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P40> <http://www.wikidata.org/entity/Q15070044> . } LIMIT 1"}}
{"id": "val_5548", "question": "What are the English titles of musical compositions described in the book series \"Sefer Hanigunim Chabad\"?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P1343 wd:Q44666646 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["List the English-labeled niggunim that reference Sefer Hanigunim Chabad as their source.", "Which Chabad niggunim are cited in the book series Sefer Hanigunim Chabad, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/P1545> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q44666646> . ?var3 <http://www.wikidata.org/prop/statement/value/P1545> ?var2 . } LIMIT 100"}}
{"id": "val_5549", "question": "Labels for Fernand Darchicourt in Italian, English, German, and French, ordered by priority, along with his image, coordinates, and Italian Wikipedia link.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?label ?image ?coords ?wikipediaArticle WHERE {\n  VALUES(?lang ?priority) {(\"it\" 1)(\"en\" 2)(\"de\" 3)(\"fr\" 4)\n  }\n  OPTIONAL {\n    wd:Q3069103 rdfs:label ?label .\n    FILTER(LANG(?label) = ?lang)\n  }\n  OPTIONAL {\n    wd:Q3069103 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q3069103 wdt:P625 ?coords .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q3069103 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n    FILTER(?lang = \"it\")\n  }\n}\nORDER BY ?priority", "paraphrases": ["What are the labels for Fernand Darchicourt in Italian, English, German, and French, and does he have an image, coordinates, or an Italian Wikipedia article?", "Show me the names of Fernand Darchicourt in Italian, English, German, and French, in that order, along with any available image, geographic coordinates, and link to the Italian Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3069103> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3069103> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3069103> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3069103> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3069103> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5550", "question": "French citizens listed in Wikidata, English names, rows 51\u2013150", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q142 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100 OFFSET 50", "paraphrases": ["Who are the 51st to 150th French people listed in Wikidata with English labels?", "List the English names of French citizens from position 51 to 150 in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 100 OFFSET 50"}}
{"id": "val_5551", "question": "People who have been members of the Congress of Deputies of Spain", "sparql": "SELECT ?person WHERE { ?person p:P39 [ ps:P39 wd:Q18171345 ] .}", "paraphrases": ["Who are all the individuals who have held the position of Member of the Congress of Deputies in Spain?", "Can you list all the people who have served as deputies in the Spanish Congress?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18171345> ] . }"}}
{"id": "val_5552", "question": "What is the work with Biblioth\u00e8que nationale de France ID 14446751h?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P268 \"14446751h\" . ?item schema:name ?itemLabel . FILTER(LANG(?itemLabel) = \"fr\" || LANG(?itemLabel) = \"en\")}", "paraphrases": ["Which work is identified by the BnF ID 14446751h, and what is its title?", "Please provide the title of the work that has the BnF identifier 14446751h."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P268> \"14446751h\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5553", "question": "German municipalities with their postal codes, coordinates, and municipality keys.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipality ?municipalityLabel ?postalCode ?coordinates ?municipalityKey WHERE {\n  ?municipality wdt:P31 wd:Q262166 .\n  ?municipality wdt:P281 ?postalCode .\n  ?municipality wdt:P625 ?coordinates .\n  ?municipality wdt:P439 ?municipalityKey .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}\nLIMIT 5", "paraphrases": ["What are the names, postal codes, coordinates, and German municipality keys of municipalities in Germany?", "List German municipalities along with their English names, postal codes, geographic coordinates, and official municipality keys."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . ?var1 <http://www.wikidata.org/prop/direct/P439> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P281> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de\". } }"}}
{"id": "val_5554", "question": "Male footballers with English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?footballer ?footballerLabel WHERE {\n  ?footballer wdt:P106 wd:Q937857 ; wdt:P21 wd:Q6581097 .\n  ?footballer rdfs:label ?footballerLabel .\n  FILTER ( LANG( ?footballerLabel ) = \"en\" )\n}", "paraphrases": ["Who are the male association football players with English-language names?", "List the names of male footballers in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://schema.org/description> \"footballer\"@en . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . } LIMIT 200000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_5555", "question": "Images of Uta Frith and her related works, including main topics and co-authors.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q8219 wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q8219 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q8219 . ?coauthor wdt:P50 ?work . ?coauthor wdt:P18 ?image . } }", "paraphrases": ["What images are associated with Uta Frith, either directly, as the main subject of her publications, or through her co-authors?", "Show me all images linked to Uta Frith, including those from the topics she wrote about and the people she co-authored with."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q8219> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q8219> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q8219> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_5556", "question": "How many source references are there for artworks by Robert Delaunay and Georges Seurat, grouped by the French name of the artist?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?creatorLabel(COUNT(?source) AS ?sourceCount) WHERE {\n  VALUES ?artwork {\n    wd:Q28092018 wd:Q243 wd:Q19018512 wd:Q28074798 wd:Q28086209 wd:Q19018536 wd:Q3821251 wd:Q19018421 wd:Q19018451 wd:Q20816309 wd:Q28092238\n  }\n  ?artwork p:P170 ?creatorStatement .\n  OPTIONAL {\n    ?creatorStatement prov:wasDerivedFrom ?source .\n  }\n  ?creatorStatement ps:P170 ?creator .\n  ?creator rdfs:label ?creatorLabel .\n  FILTER(LANG(?creatorLabel) = \"fr\")\n}\nGROUP BY ?creatorLabel", "paraphrases": ["Which artists, among those who created the listed Eiffel Tower artworks and the Seurat painting, have their creator attributions backed by sources, and how many sources per artist in French?", "Can you show me the count of provenance sources for each artist\u2019s attribution in French for these specific artworks?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/P170> ?var5 . VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q28092018> ) ( <http://www.wikidata.org/entity/Q243> ) ( <http://www.wikidata.org/entity/Q19018512> ) ( <http://www.wikidata.org/entity/Q28074798> ) ( <http://www.wikidata.org/entity/Q28086209> ) ( <http://www.wikidata.org/entity/Q19018536> ) ( <http://www.wikidata.org/entity/Q3821251> ) ( <http://www.wikidata.org/entity/Q19018421> ) ( <http://www.wikidata.org/entity/Q19018451> ) ( <http://www.wikidata.org/entity/Q20816309> ) ( <http://www.wikidata.org/entity/Q28092238> ) } OPTIONAL { ?var5 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var2 . } ?var5 <http://www.wikidata.org/prop/statement/P170> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fr\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5557", "question": "What properties are linked to the APOE gene in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?property wd:Q14890468 .\n}", "paraphrases": ["Which relationships connect other entities to the APOE gene?", "Show all the ways the APOE gene is related to other items in Wikidata, including both direct properties and statement qualifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q14890468> . }"}}
{"id": "val_5558", "question": "Which cryptocurrencies have known creators, and who are they?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cryptocurrency ?cryptocurrencyLabel ?creator ?creatorLabel WHERE {\n  ?cryptocurrency wdt:P31 wd:Q13479982 .\n  ?cryptocurrency wdt:P170 ?creator .\n  ?cryptocurrency rdfs:label ?cryptocurrencyLabel .\n  ?creator rdfs:label ?creatorLabel .\n  FILTER ( LANG( ?cryptocurrencyLabel ) = \"en\" ) FILTER ( LANG( ?creatorLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List the names of cryptocurrencies and their creators in English.", "Who founded or created each cryptocurrency, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13479982> . OPTIONAL { } OPTIONAL { } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P112> ?var2 . } } LIMIT 100"}}
{"id": "val_5559", "question": "What is the date of death of John F. Kennedy?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?date WHERE {\n  wd:Q9696 p:P570 ?statement .\n  ?statement ps:P570 ?date .\n}", "paraphrases": ["When did John F. Kennedy die?", "Can you tell me the exact day John F. Kennedy passed away?"], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q9696> ) ( <http://www.wikidata.org/entity/Q17092870> ) ( <http://www.wikidata.org/entity/Q8685> ) ( <http://www.wikidata.org/entity/Q216617> ) ( <http://www.wikidata.org/entity/Q741823> ) } ?var1 ( <http://www.wikidata.org/prop/P570> / <http://www.wikidata.org/prop/qualifier/value/P585> ) ?var2 . ?var2 ?var3 ?var4 . } LIMIT 10"}}
{"id": "val_5560", "question": "Show me the English and German labels for the airline with the official website powdair.ski.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?website WHERE {\n  ?item wdt:P856 <https://www.powdair.ski/> .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" || LANG( ?itemLabel ) = \"de\" ) BIND( <https://www.powdair.ski/> AS ?website )\n}", "paraphrases": ["Which airline has the website https://www.powdair.ski/, and what are its names in English and German?", "What are the English and German names of the airline whose official website is https://www.powdair.ski/?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.powdair.ski> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.powdair.ski> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://powdair.ski> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://powdair.ski> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://powdair.ski/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://powdair.ski/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5561", "question": "How many items on Wikidata have neurology as their main subject?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P921 wd:Q83042 .\n}", "paraphrases": ["What is the number of works primarily about neurology on Wikidata?", "Count the number of items whose main topic is neurology."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q83042> . }"}}
{"id": "val_5562", "question": "Television series starring Sean Bean", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?series ?seriesLabel WHERE {\n  ?series wdt:P31 / wdt:P279 * wd:Q5398426 .\n  ?series wdt:P161 wd:Q191104 .\n  ?series rdfs:label ?seriesLabel .\n  FILTER(LANG(?seriesLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["Which TV series has Sean Bean appeared in?", "List all television series (including subtypes) in which the actor Sean Bean has played a role."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q191104> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_5563", "question": "List landscapes (excluding bodies of water) with their English and Russian names, alternative labels in both languages, and what larger entity they are part of.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?landscape ?enLabel ?ruLabel ?enAltLabel ?ruAltLabel ?partOfLabel WHERE {\n  ?landscape(wdt:P31 / wdt:P279 *) wd:Q107425 . MINUS {\n    ?landscape(wdt:P31 / wdt:P279 *) wd:Q15324 .\n  }\n  ?landscape rdfs:label ?enLabel .\n  FILTER(LANG(?enLabel) = \"en\")\n  ?landscape rdfs:label ?ruLabel .\n  FILTER(LANG(?ruLabel) = \"ru\")\n  OPTIONAL {\n    ?landscape skos:altLabel ?enAltLabel .\n    FILTER(LANG(?enAltLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?landscape skos:altLabel ?ruAltLabel .\n    FILTER(LANG(?ruAltLabel) = \"ru\")\n  }\n  OPTIONAL {\n    ?landscape wdt:P361 ?partOf .\n    ?partOf rdfs:label ?partOfLabel .\n  }\n}\nORDER BY ASC(?ruLabel)\nLIMIT 10000", "paraphrases": ["What are the landscapes in the world, excluding bodies of water, and what are their English and Russian labels, alternative names, and the names of the larger regions they belong to?", "Please provide a list of all landscapes (not bodies of water), showing their English and Russian primary and alternative labels, along with the name of any larger geographical or cultural entity they are part of, sorted by Russian label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q107425> . MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15324> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var6 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ru\" ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 ) LIMIT 10000"}}
{"id": "val_5564", "question": "What positions did Nick Bourne hold that are related to the Welsh Assembly?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?position WHERE {\n  wd:Q7026799 p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  ?position wdt:P279 * wd:Q3406079 .\n}", "paraphrases": ["Which legislative positions in Wales has Nick Bourne held, including those that are subclasses of member of the Senedd?", "List all positions held by Nick Bourne that are either member of the Senedd or a more specific version of it."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7026799> <http://www.wikidata.org/prop/P39> ?var1 . ?var1 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/statement/P279> ) <http://www.wikidata.org/entity/Q3406079> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5565", "question": "What articles about Alzheimer\u2019s disease were published in the journal 'Advances in Alzheimer's disease'?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P921 wd:Q11081 ; wdt:P1433 wd:Q27725903 .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = 'en')\n  }\n}\nLIMIT 10", "paraphrases": ["Show me scholarly works on Alzheimer\u2019s disease that appear in 'Advances in Alzheimer's disease'.", "Which publications in the journal 'Advances in Alzheimer's disease' focus on Alzheimer\u2019s disease as their main topic?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q27725903> . } LIMIT 3000"}}
{"id": "val_5566", "question": "Image of the person with SNAC ARK ID w6b85pv2.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?entity wdt:P3430 \"w6b85pv2\" .\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6b85pv2?", "Show me the Wikimedia Commons image of the individual identified by the SNAC ARK ID w6b85pv2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b85pv2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5567", "question": "Monuments in Bulgaria with coordinates and images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?monument ?monumentLabel ?coordinates ?image WHERE {\n  ?monument wdt:P17 wd:Q219 .\n  ?monument(wdt:P31 / wdt:P279 *) wd:Q4989906 .\n  ?monument wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?monument wdt:P18 ?image .\n  }\n  ?monument rdfs:label ?monumentLabel .\n  FILTER(LANG(?monumentLabel) = \"en\")\n}", "paraphrases": ["What are the monuments in Bulgaria, their locations, and do they have images?", "List all monuments in Bulgaria with their geographic coordinates and, if available, their images, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q219> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4989906> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5568", "question": "Things located in Toronto with their types and coordinates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1Label ?var1 ?var2Label ?var3 WHERE {\n  ?var1(wdt:P131 | wdt:P276) wd:Q172 .\n  OPTIONAL {\n    ?var1 wdt:P31 ?var2 .\n    ?var2 rdfs:label ?var2Label .\n    FILTER(LANG(?var2Label) = \"en\")\n  }\n  OPTIONAL {\n    ?var1 wdt:P625 ?var3 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY ASC(?var2Label) ASC(?var1Label)", "paraphrases": ["What are the buildings, organizations, and places in Toronto, and what are their types and geographic coordinates?", "List all entities located in Toronto, including their categories (e.g., museum, park) and GPS coordinates if available, sorted alphabetically by category and name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P279> *| <http://www.wikidata.org/prop/direct/P276> ) <http://www.wikidata.org/entity/Q172> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )ASC( ?var1Label )"}}
{"id": "val_5569", "question": "What is the image of the person identified by the SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Barack Obama\u2019s SNAC identifier?", "Return the image file linked to the Social Networks and Archival Context (SNAC) record with ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68k828m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5570", "question": "What are the multilingual labels, image, and English Wikipedia link for the Colonial Museum Germany?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  wd:Q1205786 rdfs:label ?label .\n  OPTIONAL {\n    wd:Q1205786 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1205786 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle schema:about wd:Q1205786 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}", "paraphrases": ["Can you show me the labels in different languages, the image, and the English Wikipedia article for the Colonial Museum Germany?", "Please provide the English, German, and French labels for the Colonial Museum Germany, along with its image and the link to its English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q1205786> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1205786> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5571", "question": "What are the subclasses of the region or constituency of the Senedd?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q6970524 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["List the electoral regions and constituencies used in the Senedd.", "What types of constituencies exist in the Welsh Parliament?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P279> <http://www.wikidata.org/entity/Q6970524> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cy\". } }"}}
{"id": "val_5572", "question": "What are the parent classes of volcanic landform in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass WHERE {\n  wd:Q29025902 wdt:P279 ?subclass .\n}", "paraphrases": ["What broader categories does volcanic landform belong to?", "Is volcanic landform a type of landform or natural geographic object?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/Q28106586> <http://www.wikidata.org/prop/direct/P279> ?var1 . }"}}
{"id": "val_5573", "question": "Direct properties and values of TeX in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q5301 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n}", "paraphrases": ["What are the direct relationships that TeX has with other entities in Wikidata?", "Show me all the direct properties and their values for the typesetting system TeX, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q5301> . }"}}
{"id": "val_5574", "question": "What property is most commonly used to describe the breakfast cereal brand Triples?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?propertyLabel ?valueLabel(COUNT(?property) AS ?count) WHERE {\n  wd:Q7843581 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  .\n  FILTER(LANG(?valueLabel) = \"en\")\n}\nGROUP BY ?property ?value ?propertyLabel ?valueLabel\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which statement about Triples cereal appears most frequently in Wikidata?", "What class does the cereal Triples belong to, according to its most used Wikidata property?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q7843581> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5575", "question": "Which portraits of Bourbon family members were painted by Diego Vel\u00e1zquez, and when were they created?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?label ?date(SAMPLE(?image) AS ?imageSample) WHERE {\n  ?work wdt:P136 / wdt:P279 * wd:Q134307 .\n  ?work wdt:P170 wd:Q297 .\n  ?work wdt:P571 ?date .\n  ?work rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  FILTER(REGEX(?label , \"Bourbon\" , \"i\"))\n  .\n  OPTIONAL {\n    ?work wdt:P18 ?image .\n  }\n}\nGROUP BY ?work ?label ?date", "paraphrases": ["Diego Vel\u00e1zquez portraits of Bourbon royalty with inception dates and images", "Show me the portraits created by Diego Vel\u00e1zquez that feature Bourbon family members, including their creation dates and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P136> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q134307> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q297> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . FILTER ( ( REGEX ( ?var4Label , \"Bourbon\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en, es, fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_5576", "question": "Image of the person with SNAC ARK ID w6rn3bbz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6rn3bbz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6rn3bbz?", "Can you show me the Wikimedia Commons image for Thomas Cooper, identified by the SNAC ARK ID w6rn3bbz?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rn3bbz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5577", "question": "Image of the person with SNAC ARK ID w64t6v1d", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w64t6v1d\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What image is associated with the SNAC ARK ID w64t6v1d?", "Find the Wikimedia Commons image for the entity identified by SNAC ARK ID w64t6v1d."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64t6v1d\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5578", "question": "What are the main properties associated with items linked to controversial Wikidata properties used for living people?", "sparql": "SELECT ?mainProp ?formatted WHERE { ?prop wdt:P8274 wd:Q44597997 . ?prop wdt:P1629 ?item . ?item wdt:P1687 ?mainProp . BIND( CONCAT( '[', STR(?mainProp), ' ', SUBSTR(STR(?mainProp), 10), ']' ) AS ?formatted ) }", "paraphrases": ["Which Wikidata properties are considered likely to be challenged, and what are the main properties of the items they are associated with?", "List the main properties of items connected to properties that require special sourcing when used with living people, along with a formatted version of their URIs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( CONCAT ( \"[\", STR ( ?var1 ) , \" \", SUBSTR ( STR ( ?var1 ) ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"]\" ) AS ?var2 ). <http://www.wikidata.org/entity/Q44597997> ^ <http://www.wikidata.org/prop/direct/P31> [ <http://www.wikidata.org/prop/direct/P1629> [ <http://www.wikidata.org/prop/direct/P1687> ?var1 ] ] . }"}}
{"id": "val_5579", "question": "How many people died from arterial hypertension?", "sparql": "SELECT (COUNT(?person) AS ?count) WHERE { ?person wdt:P509 wd:Q41861 .}", "paraphrases": ["What is the number of individuals in Wikidata whose cause of death is arterial hypertension?", "Count the number of people whose cause of death is recorded as arterial hypertension."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> <http://www.wikidata.org/entity/Q41861> . }"}}
{"id": "val_5580", "question": "Members of the 17th Italian Parliament and their birthplace coordinates.", "sparql": "SELECT ?member ?memberLabel ?coordinates WHERE { ?member p:P39 [ pq:P2937 wd:Q5487948 ] . OPTIONAL { ?member wdt:P19 ?birthPlace . ?birthPlace wdt:P625 ?coordinates . } ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\") }", "paraphrases": ["Where were the members of the 17th Italian Parliament born, and what are the coordinates of their birthplaces?", "List the names and birthplace coordinates of all individuals who served in the 17th Legislature of Italy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q5487948> ] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_5581", "question": "What are the key attributes (like genre, cast, director) of the film \"Ghost Dog: The Way of the Samurai\" and who or what are their values?", "sparql": "SELECT ?propertyLabel ?valueLabel WHERE { wd:Q327332 ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem skos:prefLabel ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . FILTER(isIRI(?value)) }", "paraphrases": ["Can you list the English labels of all properties and their corresponding entity values for the movie \"Ghost Dog: The Way of the Samurai\"?", "Show me the human-readable descriptions of what \"Ghost Dog: The Way of the Samurai\" is about \u2014 including its cast, genre, and themes \u2014 using labels from Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q327332> ?var1 ?var2 . { SELECT * WHERE { BIND ( LANG ( ?var3Label ) AS ?var4 ). <http://www.wikidata.org/entity/Q327332> ?var1 ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } }"}}
{"id": "val_5582", "question": "List of German-language names of municipalities in Austria.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipalityLabel WHERE {\n  ?municipality wdt:P31 wd:Q667509 .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"de\")\n}", "paraphrases": ["What are the names of all municipalities in Austria in German?", "Please provide the German labels for all municipalities in Austria."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1Label <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q667509> . }"}}
{"id": "val_5583", "question": "Ecological sites, parks, and rivers in southern Brazil between latitudes -25 and -24 and longitudes -48 and -47, with images and Commons categories.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  BIND(STR(?location) AS ?strLocation)\n  BIND(STRBEFORE(STRAFTER(?strLocation , \"POINT(\") , \" \") AS ?lonStr)\n  BIND(STRAFTER(?strLocation , \" \") AS ?latStr)\n  BIND(REPLACE(?latStr , \"\\\\)\" , \"\") AS ?latStrClean)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStrClean) AS ?lat)\n  FILTER(?lon >= -48 && ?lon <= -47 && ?lat >= -25 && ?lat <= -24)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANGMATCHES(LANG(?itemLabel) , \"en\"))\n}\nLIMIT 3000", "paraphrases": ["What protected natural areas and rivers in Brazil are located between 24\u00b0S and 25\u00b0S latitude and 47\u00b0W and 48\u00b0W longitude, and what are their images and Wikimedia Commons categories?", "List all geographic features in the region bounded by (-48, -25) and (-47, -24), including their English names, images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-48 -25)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-47 -24)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5584", "question": "What are the Dutch labels of properties used in Elihu Root's Wikidata statements, and what are the corresponding object values?", "sparql": "SELECT ?propertyLabel ?finalObjectLabel ?object ?property WHERE { wd:Q220619 ?property ?object . ?propItem wikibase:directClaim ?property . ?propItem skos:prefLabel ?propertyLabel . FILTER (LANG(?propertyLabel) = \"nl\") . OPTIONAL { ?object rdfs:label ?objectLabel . FILTER (LANG(?objectLabel) = \"nl\") } . BIND (IF(BOUND(?objectLabel), ?objectLabel, ?object) AS ?finalObjectLabel) } LIMIT 100", "paraphrases": ["Show me all the ways Elihu Root is described in Dutch on Wikidata, including property names and their values.", "List Dutch property labels and their associated values for Elihu Root, including both entity labels and literal values."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { <http://www.wikidata.org/entity/Q220619> ?var4 ?var3 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"nl\" ) ) ) . } UNION { <http://www.wikidata.org/entity/Q220619> ?var4 ?var2 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( isLITERAL ( ?var2 ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"nl\" ) ) ) . } } LIMIT 100"}}
{"id": "val_5585", "question": "Administrative subdivisions of France with English, Chinese, French, and German labels, plus ISO 3166-2 and INSEE codes.", "sparql": "SELECT ?region ?label_en ?label_zh ?label_fr ?label_de ?iso_code ?insee_code WHERE {\n  wd:Q142 wdt:P150 ?region .\n  OPTIONAL { ?region rdfs:label ?label_en . FILTER(LANG(?label_en) = \"en\") }\n  OPTIONAL { ?region rdfs:label ?label_zh . FILTER(LANG(?label_zh) = \"zh\") }\n  OPTIONAL { ?region rdfs:label ?label_fr . FILTER(LANG(?label_fr) = \"fr\") }\n  OPTIONAL { ?region rdfs:label ?label_de . FILTER(LANG(?label_de) = \"de\") }\n  OPTIONAL { ?region wdt:P300 ?iso_code }\n  OPTIONAL { ?region wdt:P2585 ?insee_code }\n} \nLIMIT 10", "paraphrases": ["What are the top 10 administrative regions of France, and what are their names in English, Chinese, French, and German, along with their ISO and INSEE codes?", "Please list up to 10 administrative divisions of France, showing their labels in English, Chinese, French, and German, as well as their ISO 3166-2 and INSEE region codes."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7 ) AS ?var7 ) WHERE { VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q142> ) } ?var8 <http://www.wikidata.org/prop/direct/P150> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2585> ?var7 . } } GROUP BY ?var1 LIMIT 10"}}
{"id": "val_5586", "question": "What is the official website of Urlaubsguru.de, and what are its English and German labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?website WHERE {\n  ?entity wdt:P856 <https://www.urlaubsguru.de> .\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" || LANG( ?entityLabel ) = \"de\" ) BIND( <https://www.urlaubsguru.de> AS ?website )\n}", "paraphrases": ["Can you find the entity with the official website https://www.urlaubsguru.de and show its labels in English or German?", "Show me the English and German names for the organization whose official website is www.urlaubsguru.de."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.holidayguru.com.br> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.holidayguru.com.br> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://holidayguru.com.br> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://holidayguru.com.br> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://holidayguru.com.br/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://holidayguru.com.br/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5587", "question": "Top 10 billionaires by net worth in USD billions, excluding garbage data.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ( ?netWorth / 1000000000 AS ?netWorthInBillions ) WHERE {\n  ?person wdt:P2218 ?netWorth ; wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( ?netWorth > 1000000000 && ?netWorth < 500000000000 ) .\n  FILTER ( ! CONTAINS( STR( ?label ) , \"trillionaire\" ) ) .\n}\nORDER BY DESC ( ?netWorth )\nLIMIT 10", "paraphrases": ["Who are the richest people in the world with a net worth over $1 billion, and how much are they worth in billions?", "List the top 10 humans with the highest net worth above $1 billion, showing their names and net worth in billions of USD, excluding unrealistic values."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( MAX ( ?var2 ) AS ?var3 ) WHERE { BIND ( ( ?var4 /\"1000000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P2218> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var4 > \"1000000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5588", "question": "List Jewish people and their dates of death, sorted chronologically.", "sparql": "SELECT ?person ?deathDate ?personLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P570 ?deathDate ; wdt:P140 wd:Q9268 . FILTER(isLiteral(?deathDate) && datatype(?deathDate) = xsd:dateTime) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?deathDate)", "paraphrases": ["When did Jewish people die, ordered from earliest to latest?", "Can you show me the names and death dates of Jewish individuals, sorted by when they died, starting from the earliest?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P140> <http://www.wikidata.org/entity/Q9268> . } ORDER BY ASC( ?var2 )"}}
{"id": "val_5589", "question": "Top main subjects of works by C. Michael Lesher and their associated work titles, with counts.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel ?workLabel WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q6832207 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n  }\n  ?work wdt:P50 wd:Q6832207 .\n  ?work wdt:P921 ?subject .\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n  ?work rdfs:label ?workLabelRaw .\n  FILTER(LANG(?workLabelRaw) = \"en\")\n  BIND(SUBSTR(?workLabelRaw , 1 , 60) AS ?workLabel)\n}\nORDER BY DESC(?count)", "paraphrases": ["What are the main topics of the scientific works authored by C. Michael Lesher, how many works exist for each topic, and what are the titles of those works?", "List all works by geologist C. Michael Lesher, showing the frequency of each main subject (like geochemistry or volcanology), and display truncated titles of the works in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q6832207> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q6832207> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5590", "question": "ICD-10 coded medical conditions without French labels and their labels", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P494 ?icdCode . FILTER NOT EXISTS { ?var1 rdfs:label ?frLabel . FILTER (LANG(?frLabel) = \"fr\") } OPTIONAL { ?var1 rdfs:label ?var1Label . } }", "paraphrases": ["Which medical conditions have an ICD-10 code but no French label, and what are their labels in other languages?", "Show me all diseases and conditions with an ICD-10 code that aren't labeled in French, along with their available labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P494> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"fr\" ) ) ) . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5591", "question": "Citing works of \"Enabling Efficient Question Answer Retrieval via Hyperbolic Neural Networks\" grouped by publication year and author presence.", "sparql": "SELECT ?pubYear ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE { wd:Q39504766 wdt:P2860 ?citingWork . ?citingWork wdt:P577 ?pubDate . BIND( STR( YEAR( ?pubDate ) ) AS ?pubYear ) . BIND( IF( EXISTS { ?citingWork wdt:P50 [] } , \"has author\" , \"no author\" ) AS ?hasAuthor ) } GROUP BY ?pubYear ?hasAuthor ORDER BY DESC ( ?pubYear )", "paraphrases": ["How many works cite the paper \"Enabling Efficient Question Answer Retrieval via Hyperbolic Neural Networks\" each year, and do they have authors?", "Show me the count of papers citing \"Enabling Efficient Question Answer Retrieval via Hyperbolic Neural Networks\" by publication year, indicating whether each citing paper has an author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q39504766> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_5592", "question": "Entities related to house cats with English labels and descriptions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel ?itemDescription WHERE {\n  {\n    wd:Q146 ?p ?item\n  } UNION {\n    ?item ?p wd:Q146\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  ?item schema:description ?itemDescription .\n  FILTER(LANG(?itemLabel) = 'en')\n  .\n  FILTER(LANG(?itemDescription) = 'en')\n}\nLIMIT 20", "paraphrases": ["What entities are connected to house cats, and what are their English labels and descriptions?", "Show me up to 20 things related to house cats, along with their English labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { { SELECT ?var4 ?var4Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } } ?var4 ?var5 ?var1 . } LIMIT 200 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_5593", "question": "Works authored by Noel O'Boyle, including all co-authors, publication dates, journals, and types.", "sparql": "SELECT (MIN(?pubDate) AS ?earliestPubDate) ?work ?workLabel (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types) (SAMPLE(?pages) AS ?sampledPages) ?journal ?journalLabel (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?allAuthors) WHERE { ?work wdt:P50 wd:Q28540731 . ?work wdt:P50 ?author . OPTIONAL { ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } OPTIONAL { ?work wdt:P577 ?pubDateRaw . BIND(xsd:date(?pubDateRaw) AS ?pubDate) } OPTIONAL { ?work wdt:P1104 ?pages } OPTIONAL { ?work wdt:P1433 ?journal . OPTIONAL { ?journal rdfs:label ?journalLabel . FILTER(LANG(?journalLabel) = \"en\") } } OPTIONAL { ?work wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } } GROUP BY ?work ?workLabel ?journal ?journalLabel ORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are all the scholarly works written by Noel O'Boyle, who are the co-authors, when were they published, and in which journals did they appear?", "List all publications by Noel O'Boyle with their full author lists, publication dates, journals, and types, sorted by most recent first."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28540731> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5594", "question": "List all countries with their ISO codes, capitals, areas, continents, currencies, top-level domains, calling codes, mobile country codes, official languages, emergency numbers, highest points, and lowest points.", "sparql": "SELECT DISTINCT \n  ?isoCode \n  ?countryLabel \n  ?capitalLabel \n  ?area \n  ?continentLabel \n  ?currencyLabel \n  ?tld \n  ?callingCode \n  ?mcc \n  ?languageLabel \n  ?emergencyNumberLabel \n  ?highestPointLabel \n  ?lowestPointLabel \nWHERE {\n  ?country wdt:P297 ?isoCode .\n  ?country wdt:P36 ?capital .\n  ?country wdt:P30 ?continent .\n  ?country wdt:P2046 ?area .\n  ?country wdt:P38 ?currency .\n  ?country wdt:P78 ?tld .\n  ?country wdt:P474 ?callingCode .\n  ?country wdt:P2258 ?mcc .\n  ?country wdt:P37 ?language .\n  ?country wdt:P2852 ?emergencyNumber .\n  ?country wdt:P610 ?highestPoint .\n  ?country wdt:P1589 ?lowestPoint .\n\n  ?country rdfs:label ?countryLabel .\n  ?capital rdfs:label ?capitalLabel .\n  ?continent rdfs:label ?continentLabel .\n  ?currency rdfs:label ?currencyLabel .\n  ?language rdfs:label ?languageLabel .\n  ?emergencyNumber rdfs:label ?emergencyNumberLabel .\n  ?highestPoint rdfs:label ?highestPointLabel .\n  ?lowestPoint rdfs:label ?lowestPointLabel .\n\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?capitalLabel) = \"en\")\n  FILTER(LANG(?continentLabel) = \"en\")\n  FILTER(LANG(?currencyLabel) = \"en\")\n  FILTER(LANG(?languageLabel) = \"en\")\n  FILTER(LANG(?emergencyNumberLabel) = \"en\")\n  FILTER(LANG(?highestPointLabel) = \"en\")\n  FILTER(LANG(?lowestPointLabel) = \"en\")\n}\nORDER BY ASC(?isoCode)", "paraphrases": ["What are the ISO codes, capitals, areas, continents, currencies, internet domains, calling codes, mobile codes, official languages, emergency numbers, highest elevations, and lowest elevations for each country?", "Please provide a comprehensive list of country facts including ISO 3166-1 codes, capitals, land areas, continents, currencies, top-level domains, phone codes, mobile network codes, official languages, emergency numbers, highest peaks, and lowest points, sorted alphabetically by ISO code."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label ?var4 ?var5Label ?var6Label ?var7Label ?var8 ?var9 ?var10Label ?var11Label ?var12Label ?var13Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P297> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P36> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P30> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P2046> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P38> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P78> ?var7 . ?var2 <http://www.wikidata.org/prop/direct/P474> ?var8 . ?var2 <http://www.wikidata.org/prop/direct/P2258> ?var9 . ?var2 <http://www.wikidata.org/prop/direct/P37> ?var10 . ?var2 <http://www.wikidata.org/prop/direct/P2852> ?var11 . ?var2 <http://www.wikidata.org/prop/direct/P610> ?var12 . ?var2 <http://www.wikidata.org/prop/direct/P1589> ?var13 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,de,la,it,pl,es,hi,mr,ur,en,ab,gu,pt,ja,ta,hr,nl,ru,sw,ro,bg,mg,te,ka,yi,sq,eu,an,hy,uk,sv,da,no,lb,cs,sk,sl,hu,et,lv,lt,be,ga,mt,fa,ko,zh-yue,vi,km,lo,th,my,ms,id,mn,kk,ky,tg,uz,tk,he,az,mk,sr,sh,bs,gl,cy,gd,bn,zu,br,gv,rcf,rm,rmy,za,xh,udm,hsb,ug,si,so,dsb,nah,na,nv,min,mwl,mdf,mzn,xmf,ba,oc,af,sco\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_5595", "question": "Cities with female heads of government", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?city ?cityLabel ?headOfGovernment ?headOfGovernmentLabel WHERE {\n  ?city ( wdt:P31 / wdt:P279 * ) wd:Q515 .\n  ?city p:P6 ?headStmt .\n  ?headStmt ps:P6 ?headOfGovernment .\n  ?headOfGovernment wdt:P21 wd:Q6581072 .\n  ?city rdfs:label ?cityLabel .\n  ?headOfGovernment rdfs:label ?headOfGovernmentLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" ) FILTER ( LANG( ?headOfGovernmentLabel ) = \"en\" )\n}\nORDER BY ?cityLabel\nLIMIT 10", "paraphrases": ["Which cities have a female head of government, and who are they?", "List the top 10 cities and their female mayors or city leaders, along with their names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q6581072> AS ?var3 ). BIND ( <http://www.wikidata.org/entity/Q515> AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 <http://www.wikidata.org/prop/P6> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P6> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P39> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var6 ) LIMIT 10"}}
{"id": "val_5596", "question": "Lighthouses linked as different from each other in only one direction with English labels.", "sparql": "SELECT ?lighthouse1 ?lighthouse1Label ?lighthouse2 ?lighthouse2Label WHERE { ?lighthouse1 wdt:P31 wd:Q39715 . ?lighthouse2 wdt:P31 wd:Q39715 . ?lighthouse2 wdt:P1889 ?lighthouse1 . FILTER (?lighthouse2 != ?lighthouse1) . FILTER (NOT EXISTS { ?lighthouse1 wdt:P1889 ?lighthouse2 }) . ?lighthouse1 rdfs:label ?lighthouse1Label . ?lighthouse2 rdfs:label ?lighthouse2Label . FILTER (LANG(?lighthouse1Label) = \"en\") . FILTER (LANG(?lighthouse2Label) = \"en\") }", "paraphrases": ["Which pairs of lighthouses are marked as different from each other in Wikidata, but only in one direction, and what are their English names?", "Show me lighthouse pairs that are incorrectly flagged as different from each other in only one direction, along with their English labels, to help identify potential duplicates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var2 <http://www.wikidata.org/prop/direct/P1889> + ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . FILTER ( ( ( ?var2 != ?var1 ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1889> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,es,fr\". } }"}}
{"id": "val_5597", "question": "German-labeled entities with official opening dates", "sparql": "SELECT ?entity ?entityLabel ?entityDescription WHERE { ?entity wdt:P1619 ?openingDate . ?entity rdfs:label ?entityLabel . ?entity schema:description ?entityDescription . FILTER (LANG(?entityLabel) = \"de\") . FILTER (LANG(?entityDescription) = \"de\") . } LIMIT 100", "paraphrases": ["What buildings, stations, or venues in German have a recorded date of official opening?", "Show me German labels and descriptions of places that were officially opened, limited to 100 results."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1619> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_5598", "question": "What properties are used to describe chemical elements, and what are their labels and images?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?propertyEntity ?propertyLabel ?propertyImage WHERE {\n  ?item wdt:P31 wd:Q11344 .\n  ?item ?prop ?value .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , SUBSTR( STR( ?prop ) , 37 ) ) ) AS ?propertyEntity ) .\n  ?propertyEntity wdt:P31 / wdt:P279 * wd:Q18616576 .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  OPTIONAL {\n    ?propertyEntity wdt:P18 ?propertyImage .\n  }\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( STRSTARTS( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}\nORDER BY ?propertyEntity\nLIMIT 50", "paraphrases": ["Show me the English-labeled properties associated with chemical elements, along with any images they have.", "Which Wikidata properties describe chemical elements, and do any of them have associated images on Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q3761037> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q3761037> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5599", "question": "Authors with names starting with J who have IPNI or ZooBank IDs", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author ?authorLabel ?ipniId ?zooBankId WHERE {\n  ?author wdt:P31 wd:Q5 .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( STRSTARTS( STR( ?authorLabel ) , \"J\" ) ) .\n  OPTIONAL {\n    ?author wdt:P586 ?ipniId .\n  }\n  OPTIONAL {\n    ?author wdt:P2006 ?zooBankId .\n  }\n  FILTER ( LANG( ?authorLabel ) = \"en\" ) .\n  FILTER ( BOUND( ?ipniId ) || BOUND( ?zooBankId ) ) .\n}", "paraphrases": ["Who are the biological authors whose names start with the letter J and have an IPNI or ZooBank identifier?", "List all human authors named starting with J that are registered in IPNI or ZooBank."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"J\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_5600", "question": "What German-labeled properties connect the noble family to other entities, and what are the associated labels and counts?", "sparql": "SELECT ?property (SAMPLE(?pl) AS ?propertyLabel) (COUNT(?value) AS ?count) (GROUP_CONCAT(?vl; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q13417114 ?property ?value . ?value rdfs:label ?vl . FILTER(LANG(?vl) = \"de\") . ?propertyDescription wikibase:directClaim ?property . ?propertyDescription rdfs:label ?pl . FILTER(LANG(?pl) = \"de\") . } GROUP BY ?property", "paraphrases": ["For the noble family, what are the German labels of the properties used to link it to other entities, how many entities does each link to, and what are those entities\u2019 German labels?", "Show me a summary of all properties used by the noble family in German, including how many German-labeled values each has and what those values are."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q13417114> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5601", "question": "Which of the entities named 'France' is a country with a head of state, and who is that head of state?", "sparql": "SELECT (SAMPLE(?var1Label) AS ?label1) (SAMPLE(?var2Label) AS ?label2) WHERE { VALUES ?var1 { wd:Q142 wd:Q49644 wd:Q70972 wd:Q88918 wd:Q294485 wd:Q489494 wd:Q527431 wd:Q546607 wd:Q1038968 wd:Q1440748 wd:Q2084927 wd:Q3080562 wd:Q3080563 wd:Q3080564 wd:Q3080565 wd:Q3080566 wd:Q3080568 wd:Q3080569 wd:Q3209208 wd:Q3209212 wd:Q3222949 wd:Q3323240 wd:Q3552208 wd:Q5478259 wd:Q6462633 wd:Q9731409 wd:Q13202722 wd:Q14709529 wd:Q16275867 wd:Q17358154 wd:Q17428494 wd:Q19171405 wd:Q19171420 wd:Q21009126 wd:Q23072350 wd:Q23072386 wd:Q23072389 wd:Q23072410 wd:Q29126069 wd:Q30277422 wd:Q30301467 wd:Q30301471 } OPTIONAL { ?var1 wdt:P35 ?headOfState . } OPTIONAL { ?var1 wdt:P6 ?headOfGovernment . } OPTIONAL { ?var1 wdt:P7 ?capital . } BIND( COALESCE(?headOfState, ?headOfGovernment, ?capital) AS ?var2 ) FILTER(BOUND(?var2)) ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANGMATCHES(LANG(?var1Label), \"en\")) FILTER(LANGMATCHES(LANG(?var2Label), \"en\")) } GROUP BY ?var1 ?var2", "paraphrases": ["Among all Wikidata entities with 'France' in their name, which one has a head of state, and who is it?", "What is the head of state of the country France, as opposed to other entities like ships or statues also named France?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q142> ) ( <http://www.wikidata.org/entity/Q49644> ) ( <http://www.wikidata.org/entity/Q70972> ) ( <http://www.wikidata.org/entity/Q88918> ) ( <http://www.wikidata.org/entity/Q294485> ) ( <http://www.wikidata.org/entity/Q489494> ) ( <http://www.wikidata.org/entity/Q527431> ) ( <http://www.wikidata.org/entity/Q546607> ) ( <http://www.wikidata.org/entity/Q1038968> ) ( <http://www.wikidata.org/entity/Q1440748> ) ( <http://www.wikidata.org/entity/Q2084927> ) ( <http://www.wikidata.org/entity/Q3080562> ) ( <http://www.wikidata.org/entity/Q3080563> ) ( <http://www.wikidata.org/entity/Q3080564> ) ( <http://www.wikidata.org/entity/Q3080565> ) ( <http://www.wikidata.org/entity/Q3080566> ) ( <http://www.wikidata.org/entity/Q3080568> ) ( <http://www.wikidata.org/entity/Q3080569> ) ( <http://www.wikidata.org/entity/Q3209208> ) ( <http://www.wikidata.org/entity/Q3209212> ) ( <http://www.wikidata.org/entity/Q3222949> ) ( <http://www.wikidata.org/entity/Q3323240> ) ( <http://www.wikidata.org/entity/Q3552208> ) ( <http://www.wikidata.org/entity/Q5478259> ) ( <http://www.wikidata.org/entity/Q6462633> ) ( <http://www.wikidata.org/entity/Q9731409> ) ( <http://www.wikidata.org/entity/Q13202722> ) ( <http://www.wikidata.org/entity/Q14709529> ) ( <http://www.wikidata.org/entity/Q16275867> ) ( <http://www.wikidata.org/entity/Q17358154> ) ( <http://www.wikidata.org/entity/Q17428494> ) ( <http://www.wikidata.org/entity/Q19171405> ) ( <http://www.wikidata.org/entity/Q19171420> ) ( <http://www.wikidata.org/entity/Q21009126> ) ( <http://www.wikidata.org/entity/Q23072350> ) ( <http://www.wikidata.org/entity/Q23072386> ) ( <http://www.wikidata.org/entity/Q23072389> ) ( <http://www.wikidata.org/entity/Q23072410> ) ( <http://www.wikidata.org/entity/Q29126069> ) ( <http://www.wikidata.org/entity/Q30277422> ) ( <http://www.wikidata.org/entity/Q30301467> ) ( <http://www.wikidata.org/entity/Q30301471> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P35> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P7> ?var5 . } BIND ( COALESCE ( ?var3 , ?var4 , ?var5 ) AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } FILTER ( ( BOUND ( ?var2 ) ) ) . }"}}
{"id": "val_5602", "question": "Which Wikipedia pages are about the Gutenacker disambiguation page?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?wikipediaPage WHERE {\n  ?wikipediaPage schema:about wd:Q1434945 .\n  FILTER ( STRSTARTS( STR( ?wikipediaPage ) , \"https://\" ) )\n}", "paraphrases": ["Show me the Wikipedia articles that link to the Gutenacker disambiguation page on Wikidata.", "What are the Wikipedia links associated with the Gutenacker disambiguation page (Q1434945)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q1434945> . }"}}
{"id": "val_5603", "question": "Current minor localities in Sweden and their administrative regions.", "sparql": "SELECT ?locality ?admin_entity WHERE { ?locality p:P31 ?statement . ?statement ps:P31 wd:Q14839548 . ?locality wdt:P131 ?admin_entity . OPTIONAL { ?statement pq:P582 ?endTime . } FILTER ( !BOUND(?endTime) ) }", "paraphrases": ["What are the active small localities in Sweden and which municipalities or counties do they belong to?", "List all currently existing sm\u00e5orter in Sweden along with the administrative areas they are part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . }"}}
{"id": "val_5604", "question": "Image of Henry Benjamin Whipple with SNAC ARK ID w6gh9jxg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gh9jxg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person identified by the SNAC ARK ID w6gh9jxg?", "Show me the Wikimedia Commons image linked to Henry Benjamin Whipple\u2019s SNAC ARK ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gh9jxg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5605", "question": "List opera houses with their English labels and links to English, French, Spanish, German, and Italian Wikipedia pages.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?operaHouse ?operaHouseLabel ?enWikipedia ?frWikipedia ?esWikipedia ?deWikipedia ?itWikipedia WHERE {\n  ?operaHouse(wdt:P31 / wdt:P279 *) wd:Q153562 .\n  OPTIONAL {\n    ?enWikipedia schema:about ?operaHouse ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?frWikipedia schema:about ?operaHouse ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?esWikipedia schema:about ?operaHouse ; schema:inLanguage \"es\" ; schema:isPartOf <https://es.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?deWikipedia schema:about ?operaHouse ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?itWikipedia schema:about ?operaHouse ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  }\n  ?operaHouse rdfs:label ?operaHouseLabel .\n  FILTER(LANGMATCHES(LANG(?operaHouseLabel) , \"en\"))\n}", "paraphrases": ["What are the opera houses in Wikidata, and what are their corresponding Wikipedia articles in English, French, Spanish, German, and Italian?", "Show me all opera houses along with their English names and the links to their Wikipedia pages in five languages: English, French, Spanish, German, and Italian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,it\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q153562> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"fr\". ?var3 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"es\". ?var4 <http://schema.org/isPartOf> <https://es.wikipedia.org/> . } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"de\". ?var5 <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } OPTIONAL { ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"it\". ?var6 <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } }"}}
{"id": "val_5606", "question": "Male domestic cats with English labels in Wikidata", "sparql": "SELECT ?cat ?catLabel WHERE { ?cat wdt:P31 wd:Q146 . ?cat wdt:P21 wd:Q44148 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") }", "paraphrases": ["Which male house cats have English-language names in Wikidata?", "List the names of male domestic cats that are documented in Wikidata with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q44148> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5607", "question": "People buried at Central Sofia Cemetery with their names and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label ?image WHERE {\n  ?person wdt:P119 wd:Q3400970 .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the people buried at the Central Sofia Cemetery, and do any of them have images available?", "List the names of individuals buried in the Central Sofia Cemetery in English, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q3400970> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bg\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5608", "question": "Organizations with \"greatlakes\" in their website URL and English labels, along with their English or German Wikipedia pages.", "sparql": "SELECT ?item ?itemLabel ?website ?wikipedia WHERE { ?item wdt:P856 ?website . FILTER(CONTAINS(STR(?website), \"greatlakes\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') . ?wikipedia schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN ('en', 'de')) . }", "paraphrases": ["Which organizations have websites containing \"greatlakes\" and are described in English on Wikipedia or German Wikipedia?", "Show me the English names, official websites, and Wikipedia links (in English or German) for all entities whose website includes \"greatlakes\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.greatlakescruising.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.greatlakescruising.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://greatlakescruising.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://greatlakescruising.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://greatlakescruising.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://greatlakescruising.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5609", "question": "People born in July in Dresden with their German occupations", "sparql": "SELECT ?personLabel (GROUP_CONCAT(DISTINCT ?occupationLabel; SEPARATOR=\", \") AS ?occupations) WHERE { ?person wdt:P19 wd:Q1731 . ?person wdt:P569 ?birthDate . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"de\") . ?person wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"de\") . FILTER(MONTH(?birthDate) = 7) . BIND(YEAR(NOW()) - YEAR(?birthDate) AS ?age) . OPTIONAL { ?person wdt:P570 ?deathDate . } } GROUP BY ?person ?personLabel ORDER BY DESC(?age) LIMIT 1000", "paraphrases": ["Who were born in July in Dresden and what are their occupations in German?", "List people born in July in Dresden along with their German-language occupations, sorted by age."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2 ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { BIND ( \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 ). ?var5 ( <http://www.wikidata.org/prop/direct/P569> | <http://www.wikidata.org/prop/direct/P570> ) ?var6 . ?var5 ( <http://www.wikidata.org/prop/direct/P19> | <http://www.wikidata.org/prop/direct/P20> ) <http://www.wikidata.org/entity/Q1731> . ?var5 <http://www.wikidata.org/prop/direct/P21> ?var7 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( ( LANG ( ?var8 ) = \"de\" ) ) ) . ?var5 <http://www.wikidata.org/prop/direct/P569> ?var9 . ?var5 <http://www.wikidata.org/prop/direct/P570> ?var10 . ?var5 <http://www.wikidata.org/prop/direct/P106> ?var11 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . FILTER ( ( ( MONTH ( ?var6 ) = ?var4 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } BIND ( CONCAT ( \"* \", STR ( ( YEAR ( NOW ( ) ) - YEAR ( ?var6 ) ) ) , \" [[\", STR ( ?var8 ) , \"]] (\", STR ( YEAR ( ?var9 ) ) , \"-\", STR ( YEAR ( ?var10 ) ) , \"), \" ) AS ?var1 ). } GROUP BY ?var1 LIMIT 1000"}}
{"id": "val_5610", "question": "What are the top journals where Kypros Kypri has published the most articles, and how many publications does each have?", "sparql": "SELECT ?journal ?journalLabel (COUNT(?work) AS ?publicationCount)\nWHERE {\n  ?work wdt:P50 wd:Q41433020 .\n  ?work wdt:P1433 ?journal .\n  ?journal rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL { ?journal wdt:P1813 ?shortName }\n  BIND(COALESCE(?shortName, ?label) AS ?journalLabel)\n}\nGROUP BY ?journal ?journalLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["Which journals have published the most work by researcher Kypros Kypri, showing either their full name or abbreviated title?", "Can you list the journals that have featured Kypros Kypri\u2019s research, ranked by publication count, with preferred abbreviated names where available?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q41433020> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5611", "question": "Athletes born after 1900 and their countries of citizenship", "sparql": "SELECT ?athleteLabel ?countryLabel WHERE { ?athlete wdt:P31 wd:Q5 . ?athlete wdt:P106 wd:Q2066131 . ?athlete wdt:P569 ?birthDate . FILTER ( YEAR(?birthDate) > 1900 ) . ?athlete wdt:P27 ?country . ?athlete rdfs:label ?athleteLabel . ?country rdfs:label ?countryLabel . FILTER ( LANG(?athleteLabel) = \"en\" ) . FILTER ( LANG(?countryLabel) = \"en\" ) } LIMIT 10000", "paraphrases": ["Who are the athletes born after 1900, and what countries are they citizens of?", "List the names of athletes born after 1900 along with their nationalities."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2066131> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( YEAR ( ?var2 ) > \"1900\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q231002> . } LIMIT 10000"}}
{"id": "val_5612", "question": "Most frequently used Wikidata property to classify entities as chef-lieu", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?directClaim wd:Q956214 .\n  ?property wikibase:directClaim ?directClaim .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property is most commonly used to state that an entity is a chef-lieu?", "Show me the Wikidata property that is used the most to link entities to the concept of chef-lieu, along with how many times it\u2019s used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q956214> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5613", "question": "What are the English-labeled values associated with Gustav Mahler, and what images do they have?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?value ?valueLabel ?image WHERE {\n  wd:Q7304 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) OPTIONAL {\n    ?value wdt:P18 ?image .\n  }\n}\nORDER BY ASC ( ?property ) ASC ( ?value )\nLIMIT 200", "paraphrases": ["Show me all the properties and their English-labeled objects for Gustav Mahler, along with any images of those objects.", "List all entities linked to Gustav Mahler that have English labels, and include their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q7304> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q7304> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_5614", "question": "Theatre buildings in New York City and their administrative locations (e.g., Manhattan).", "sparql": "SELECT ?theatre ?theatreLabel ?location ?locationLabel WHERE { { ?theatre wdt:P31 wd:Q24354 . ?theatre wdt:P131 wd:Q60 . ?theatre rdfs:label ?theatreLabel . wd:Q60 rdfs:label ?locationLabel . BIND(wd:Q60 AS ?location) FILTER(LANG(?theatreLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") } UNION { ?theatre wdt:P31 wd:Q24354 . ?theatre wdt:P131 ?location . ?location wdt:P131 wd:Q60 . ?theatre rdfs:label ?theatreLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?theatreLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") } } LIMIT 10000", "paraphrases": ["What are the theatre buildings in New York City, and in which boroughs or districts are they located?", "List all theatre buildings located in New York City or its administrative subdivisions like Manhattan, along with their English labels and locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24354> . ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q60> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } LIMIT 10000"}}
{"id": "val_5615", "question": "Number of events organized by the United Kingdom", "sparql": "SELECT (COUNT(?event) AS ?count) WHERE { ?event wdt:P664 wd:Q145 . }", "paraphrases": ["How many events have been organized by the United Kingdom?", "List the count of events organized by the United Kingdom."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P664> <http://www.wikidata.org/entity/Q145> . }"}}
{"id": "val_5616", "question": "What properties are associated with West syndrome in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?subject ?property wd:Q1041258 . }", "paraphrases": ["Which properties link other entities to West syndrome?", "Show all the properties that have West syndrome as their object, including both direct and statement properties."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1041258> . }"}}
{"id": "val_5617", "question": "Number of subclasses of choreatic disease in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?subclass) AS ?count) WHERE {\n  ?subclass wdt:P279 wd:Q1076421 .\n}", "paraphrases": ["How many types of choreatic disease are there in Wikidata?", "List the count of known subclasses of choreatic disease."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1076421> . }"}}
{"id": "val_5618", "question": "List of football players who have won the Ballon d'Or.", "sparql": "SELECT ?player WHERE { ?player wdt:P166 wd:Q166177 .}", "paraphrases": ["Which football players have received the Ballon d'Or award?", "Show me all the winners of the Ballon d'Or."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q166177> . }"}}
{"id": "val_5619", "question": "What institutions has Paula Mart\u00ednez-Lavanchy been affiliated with or employed by, along with their images, start and end dates, and any academic degrees held during those affiliations?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q42411158(p:P1416 | p:P108) ?statement .\n  ?statement ps:P1416 | ps:P108 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?institution wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list all the universities and research centers Paula Maria Mart\u00ednez-Lavanchy has been associated with, including when she started and ended each affiliation, any images of the institutions, and the academic degrees she earned during those periods?", "Show me the institutional affiliations and employment history of Paula Mart\u00ednez-Lavanchy, including the start and end dates, images of the institutions, and any academic degrees linked to those roles, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q42411158> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q42411158> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5620", "question": "What types of sports use a racket as equipment?", "sparql": "SELECT ?sport WHERE { ?sport wdt:P31 wd:Q31629 ; wdt:P2283 wd:Q240502 . }", "paraphrases": ["Which sports are classified as racket sports?", "List all sport types that involve the use of a racket."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2312410> ; <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q240502> . }"}}
{"id": "val_5621", "question": "List of publications in English", "sparql": "SELECT ?publication ?publicationLabel WHERE { ?publication wdt:P31 wd:Q732577 . ?publication rdfs:label ?publicationLabel . FILTER(LANG(?publicationLabel) = \"en\") } ORDER BY ASC(LCASE(?publicationLabel)) LIMIT 200", "paraphrases": ["What are some examples of publications listed in Wikidata with English labels?", "Show me 200 publications from Wikidata, sorted alphabetically by their English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q732577> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( LCASE ( ?var1Label ) ) LIMIT 200 OFFSET 3200"}}
{"id": "val_5622", "question": "What treatments are predicted to be effective for genetic variants of the BRCA2 gene with Ensembl ID ENSG00000139618?", "sparql": "SELECT ?treatment ?gene ?variant ?ensemblId WHERE { ?gene wdt:P594 \"ENSG00000139618\" . ?gene wdt:P31 wd:Q7187 . ?variant wdt:P3433 ?gene . ?variant wdt:P3354 ?treatment . BIND(\"ENSG00000139618\" AS ?ensemblId) }", "paraphrases": ["Which drugs have a positive therapeutic predictor for variants of the BRCA2 gene?", "List the treatments associated with biological variants of the human BRCA2 gene, identified by its Ensembl ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P594> <https://query.wikidata.org/bigdata/namespace/wdq/sparql#has_assembly_common_nameCategory> . ?var3 <http://www.wikidata.org/prop/direct/P3433> ?var4 ; <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P3354> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P2888> <http://purl.obolibrary.org/obo/SO_0001583> . FILTER ( ( !( isLITERAL ( <https://query.wikidata.org/bigdata/namespace/wdq/sparql#has_assembly_common_nameCategory> ) ) ) ) . }"}}
{"id": "val_5623", "question": "What are the locations, images, and Commons categories of places in Pakistan?", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?postalCode WHERE {\n  ?item wdt:P625 ?location .\n  ?item (wdt:P131*|wdt:P17) wd:Q843 .  # Pakistan\n  OPTIONAL { ?item wdt:P18 ?image . }\n  OPTIONAL { ?item wdt:P373 ?commonsCategory . }\n  OPTIONAL { ?item wdt:P969 ?postalCode . }\n}\nLIMIT 3000", "paraphrases": ["Show me entities in Pakistan with their coordinates, associated images, Wikimedia Commons categories, and postal codes.", "List up to 3000 geographic locations in Pakistan along with their images, Commons categories, and postal codes if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(68 37)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5624", "question": "Images related to Aletta Bonn\u2019s research works and co-authors.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q17521147 wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q17521147 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q17521147 . ?coauthor wdt:P50 ?work . ?coauthor wdt:P18 ?image . FILTER (?coauthor != wd:Q17521147) } }", "paraphrases": ["What images are associated with the works authored by Aletta Bonn or her co-authors?", "Show me images of the main topics of publications by Aletta Bonn and images of her co-authors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q17521147> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q17521147> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q17521147> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_5625", "question": "Parts of the Swiss Alps", "sparql": "SELECT ?part WHERE { ?part wdt:P361 wd:Q25220 . }", "paraphrases": ["What mountain peaks are part of the Swiss Alps?", "List the individual components that constitute the Swiss Alps."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q25220> . }"}}
{"id": "val_5626", "question": "What are the streets in the Czech Republic between longitude 13 and 17 and latitude 49 and 50, excluding those with a Wikimedia Commons category?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 ?var3 ?var6 ?var7 WHERE {\n  ?var1 wdt:P31 wd:Q79007 .\n  ?var1 wdt:P17 wd:Q213 .\n  ?var1 wdt:P625 ?var2 .\n  BIND(STRBEFORE(STRAFTER(STR(?var2) , \"POINT(\") , \" \") AS ?lonStr)\n  BIND(STRBEFORE(STRAFTER(STR(?var2) , \" \") , \")\") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lon >= 13 && ?lon <= 17 && ?lat >= 49 && ?lat <= 50) MINUS {\n    ?var1 wdt:P373 ?var8 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P373 ?var6 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P969 ?var7 .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n}\nLIMIT 300", "paraphrases": ["Show me streets in central Czech Republic (around Prague) that don\u2019t have a Commons category, along with their images and addresses if available.", "List English-named streets in the Czech Republic within the bounding box of 13\u00b0\u201317\u00b0E and 49\u00b0\u201350\u00b0N, and include any associated images or addresses, but skip streets with a Commons category."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(13 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(17 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5627", "question": "Image of Oliver Otis Howard with SNAC ARK ID w6vx0kbd", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6vx0kbd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6vx0kbd?", "Show me the picture of the person whose SNAC ARK ID is w6vx0kbd."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vx0kbd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5628", "question": "Multilingual definitions of asymmetry in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?description WHERE {\n  wd:Q752641 schema:description ?description .\n}", "paraphrases": ["What are the descriptions of asymmetry in different languages?", "Show me how asymmetry is defined in various languages according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q752641> ?var1 ?var2 . }"}}
{"id": "val_5629", "question": "What are the key details about autoimmune disease of the musculoskeletal system, including its classification, identifiers, and descriptions?", "sparql": "SELECT ?propertyLabel ?value WHERE { wd:Q18553609 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\") || ?property = schema:description) . VALUES (?property ?propertyLabel) { (wdt:P31 \"instance of\") (wdt:P699 \"Disease Ontology ID\") (wdt:P927 \"anatomical location\") (wdt:P5270 \"Mondo ID\") (wdt:P5008 \"on focus list of Wikimedia project\") (schema:description \"description\") } } ORDER BY ?propertyLabel", "paraphrases": ["Can you list the Disease Ontology ID, Mondo ID, and multilingual descriptions for autoimmune disease of the musculoskeletal system?", "Tell me about the autoimmune disease of the musculoskeletal system \u2014 what is it classified as, where does it affect, and what are its definitions in different languages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18553609> ?var1 ?var2 . }"}}
{"id": "val_5630", "question": "List of instrumentalists who are human.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q1278335 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are some humans that work as instrumentalists?", "Give me the names of people whose occupation is instrumentalist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1278335> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_5631", "question": "Municipalities in Argentina with English names, Commons categories, and images", "sparql": "SELECT ?municipality ?municipalityLabel ?category ?image WHERE { ?municipality wdt:P31 wd:Q15284 ; wdt:P17 wd:Q414 . OPTIONAL { ?municipality wdt:P373 ?category . } OPTIONAL { ?municipality wdt:P18 ?image . } ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What are the English-named municipalities in Argentina, and what are their Wikimedia Commons categories and images?", "List the English labels, Commons categories, and images for all municipalities in Argentina."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q414> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_5632", "question": "Who is the person with Collective Biographies of Women ID 20277, and what is their English description?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P4539 \"20277\" . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") . OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the name and English description of the person identified as 20277 in the Collective Biographies of Women database?", "Please provide the English name and description of the person whose Collective Biographies of Women ID is 20277."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4539> \"20277\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5633", "question": "Self-citations by Kathrine Skak Madsen over time, grouped by year", "sparql": "SELECT ?year (COUNT(DISTINCT ?citingWork) AS ?count) ?citationType WHERE { ?citedWork wdt:P50 wd:Q27229804 . ?citingWork wdt:P2860 ?citedWork . OPTIONAL { ?citingWork wdt:P577 ?pubDate . BIND(STR(YEAR(?pubDate)) AS ?year) } BIND(IF(EXISTS { ?citingWork wdt:P50 wd:Q27229804 }, \"self-citation\", \"other-citation\") AS ?citationType) } GROUP BY ?year ?citationType ORDER BY DESC(?year)", "paraphrases": ["How many works cite Kathrine Skak Madsen\u2019s publications, and how many of those are self-citations, grouped by publication year?", "Show the count of works citing Kathrine Skak Madsen\u2019s research, distinguishing between self-citations and other citations, grouped by year, with missing years shown as blank."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27229804> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27229804> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_5634", "question": "Entities that are instances of brother", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q10861465 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What are the things classified as \"brother\" in Wikidata?", "List the English labels of all entities that are instances of the concept \"brother\"."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10861465> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5635", "question": "What are the capitals and their coordinates of African countries that are sovereign states?", "sparql": "SELECT ?country ?countryLabel ?capital ?capitalLabel ?coordinates WHERE { ?country wdt:P31 wd:Q3624078 . ?country wdt:P30 wd:Q15 . ?country wdt:P36 ?capital . ?capital wdt:P625 ?coordinates . ?country rdfs:label ?countryLabel . ?capital rdfs:label ?capitalLabel . FILTER(LANG(?countryLabel) = \"en\") . FILTER(LANG(?capitalLabel) = \"en\") }", "paraphrases": ["Can you list the names of African nations, their capitals, and the geographic coordinates of those capitals?", "Show me the countries in Africa, their capitals, and the latitude and longitude of each capital city."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q160016> . ?var1 <http://www.wikidata.org/prop/direct/P30> <http://www.wikidata.org/entity/Q15> . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5636", "question": "What are the labels, images, and Wikipedia articles for puff pastry in German, English, French, and Italian?", "sparql": "SELECT ?label ?image ?wikipediaArticle WHERE { wd:Q29221 rdfs:label ?label . FILTER (LANG(?label) IN (\"de\", \"en\", \"fr\", \"it\")) OPTIONAL { wd:Q29221 wdt:P18 ?image . } VALUES (?langCode ?wikipediaSite ?sortOrder) { (\"de\" <https://de.wikipedia.org/> 1) (\"en\" <https://en.wikipedia.org/> 2) (\"fr\" <https://fr.wikipedia.org/> 3) (\"it\" <https://it.wikipedia.org/> 4) } FILTER (LANG(?label) = ?langCode) ?wikipediaArticle schema:about wd:Q29221 ; schema:inLanguage ?langCode ; schema:isPartOf ?wikipediaSite . } ORDER BY ?sortOrder", "paraphrases": ["Can you show me the official names of puff pastry in German, English, French, and Italian, along with their corresponding images and Wikipedia pages?", "Please list the multilingual labels for puff pastry, their associated images from Wikimedia Commons, and the links to their language-specific Wikipedia articles, sorted by language priority: German first, then English, French, and Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q29221> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q29221> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5637", "question": "Which film has the The Numbers movie ID 'Mama'?", "sparql": "SELECT ?film WHERE { ?film wdt:P3808 \"Mama\" . }", "paraphrases": ["What film is identified by the string 'Mama' in The Numbers database on Wikidata?", "Find the film in Wikidata whose The Numbers ID is 'Mama'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3808> \"Mama\". }"}}
{"id": "val_5638", "question": "Main subjects of works by Joaquin Qui\u00f1onero Candela, ranked by number of works.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?mainSubjectLabel WHERE {\n  {\n    SELECT ?mainSubject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q29509405 .\n      ?work wdt:P921 ?mainSubject .\n    }\n    GROUP BY ?mainSubject\n    ORDER BY DESC(?count)\n  }\n  ?mainSubject rdfs:label ?mainSubjectLabel .\n  FILTER(LANG(?mainSubjectLabel) = \"en\")\n}", "paraphrases": ["What are the most common research topics in the academic publications of Joaquin Qui\u00f1onero Candela, and how many works are there for each?", "Show me the main topics of Joaquin Qui\u00f1onero Candela\u2019s publications, with the count of works per topic, sorted from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q29509405> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q29509405> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5639", "question": "What are recent events and their host countries, along with the year they occurred?", "sparql": "SELECT ?event ?eventLabel (SUBSTR(STR(?date), 1, 4) AS ?year) ?countryLabel WHERE { ?event (wdt:P31/wdt:P279*) wd:Q1190554 ; wdt:P585 ?date ; wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") . ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } ORDER BY DESC(?date)", "paraphrases": ["List events (like sports or elections) with their English labels, the year they took place, and the country where they happened, sorted by most recent first.", "Show me events classified as occurrences, including their country and year, ordered from newest to oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SUBSTR ( GROUP_CONCAT ( DISTINCT ?var2 ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 )( GROUP_CONCAT ( DISTINCT ?var3Label ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q491040> ; <http://www.wikidata.org/prop/direct/P585> ?var2 ; <http://www.wikidata.org/prop/direct/P17> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5640", "question": "French labels and descriptions of properties related to \"adjacent station\" (P197)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P197 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(LANG(?description) = \"fr\")\n}", "paraphrases": ["What are the French-language labels and descriptions of properties that provide additional context to the \"adjacent station\" property on Wikidata?", "Show me the French descriptions of the qualifier properties used with \"adjacent station\" to indicate previous and next stations in a service."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P197> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . }"}}
{"id": "val_5641", "question": "Which film has the Cineplex Germany film ID 162384?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"162384\" . }", "paraphrases": ["What is the Wikidata item for the movie identified by Cineplex Germany as 162384?", "Find the movie in Wikidata that corresponds to the Cineplex ID 162384."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"162384\". }"}}
{"id": "val_5642", "question": "What properties are used to describe Abraham Lincoln, and what are their English labels and descriptions?", "sparql": "SELECT ?property ?propertyLabel ?description WHERE { wd:Q91 ?p ?value . ?property wikibase:directClaim ?p . ?property a wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?description . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["Show me the English labels and descriptions of all properties that have statements about Abraham Lincoln.", "List the properties linked to Abraham Lincoln with their English names and meanings."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q91> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5643", "question": "What are the subclasses of organization that include 'university' in their name?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q43229 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = 'en' ) FILTER ( CONTAINS( LCASE( ?subclassLabel ) , \"university\" ) )\n}", "paraphrases": ["Which organizations are subclasses of 'organization' and have 'university' in their label?", "List all subclasses of organization whose English labels contain the word 'university'."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q43229> . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_5644", "question": "Instances of yard in Wikidata with English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?yard ?yardLabel WHERE {\n  ?yard wdt:P31 wd:Q1623285 .\n  ?yard rdfs:label ?yardLabel .\n  FILTER ( LANG( ?yardLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some examples of yards (as in outdoor areas next to buildings) that have English labels in Wikidata?", "List the English-labeled places that are classified as yards in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1623285> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_5645", "question": "People from the United States with their first and last names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?givenNameLabel ?familyNameLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P735 ?givenName .\n  ?person wdt:P734 ?familyName .\n  ?person wdt:P27 wd:Q30 .\n  ?givenName rdfs:label ?givenNameLabel .\n  ?familyName rdfs:label ?familyNameLabel .\n  FILTER(LANG(?givenNameLabel) = \"en\")\n  FILTER(LANG(?familyNameLabel) = \"en\")\n}", "paraphrases": ["Who are some American individuals and what are their given and family names?", "List the first and last names of people who are citizens of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . { { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q3> . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5646", "question": "What are the nu-funk bands and their official websites, Facebook usernames, countries of origin, MusicBrainz IDs, and images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?groupLabel ?website ?facebookUsername ?countryLabel ?musicBrainzId ?image WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group wdt:P136 wd:Q7067688 .\n  OPTIONAL {\n    ?group wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?group wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    ?group wdt:P495 ?country .\n  }\n  OPTIONAL {\n    ?group wdt:P434 ?musicBrainzId .\n  }\n  OPTIONAL {\n    ?group wdt:P18 ?image .\n  }\n  ?group rdfs:label ?groupLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?groupLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 10000", "paraphrases": ["Can you show me the details of nu-funk musical groups, including their official websites and Facebook profiles?", "Which musical groups are classified as nu-funk, and what are their country of origin, MusicBrainz ID, and image?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q7067688> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4003> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 10000"}}
{"id": "val_5647", "question": "What are the different types or genres that fall under musical theater?", "sparql": "SELECT DISTINCT ?instance ?instanceLabel ?subclass ?subclassLabel WHERE { { ?instance wdt:P31 wd:Q1370345 . OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") } } UNION { ?subclass wdt:P279 wd:Q1370345 . OPTIONAL { ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } } }", "paraphrases": ["List musical theater productions and their subgenres, including their names in English.", "Which specific musical theater shows and related categories are documented in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1370345> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1370345> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_5648", "question": "What are the descendants of Werner Heisenberg up to four generations, and who are their children?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?descendant ?descendantLabel ?child WHERE {\n  {\n    wd:Q40904 wdt:P40 ?descendant .\n  } UNION {\n    wd:Q40904 wdt:P40 / wdt:P40 ?descendant .\n  } UNION {\n    wd:Q40904 wdt:P40 / wdt:P40 / wdt:P40 ?descendant .\n  } UNION {\n    wd:Q40904 wdt:P40 / wdt:P40 / wdt:P40 / wdt:P40 ?descendant .\n  }\n  ?descendant rdfs:label ?descendantLabel .\n  FILTER(LANG(?descendantLabel) = \"en\")\n  OPTIONAL {\n    ?descendant wdt:P40 ?child .\n  }\n}", "paraphrases": ["Can you list the English names of Werner Heisenberg\u2019s grandchildren, great-grandchildren, and great-great-grandchildren, along with their own children?", "Show me the family tree of Werner Heisenberg\u2019s descendants up to four levels deep, including their offspring."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q40904> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5649", "question": "What are some examples of groups of works in Wikidata, along with their labels?", "sparql": "SELECT ?workGroup ?workGroupLabel WHERE { ?workGroup wdt:P31 wd:Q17489659 . ?workGroup rdfs:label ?workGroupLabel . } LIMIT 100", "paraphrases": ["List all known collections of creative works and their names in any language.", "Show me items that are instances of a group of works, including their labels if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17489659> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_5650", "question": "What are the instances of artificial selection?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q995745 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which techniques are classified as examples of artificial selection?", "List the methods that are considered instances of artificial selection in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q995745> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_5651", "question": "People buried in Paris and their grave images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?graveImage WHERE {\n  ?item wdt:P131 wd:Q90 ; wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?item wdt:P1442 ?graveImage .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the people buried in Paris, and do any of them have images of their graves?", "List humans located in Paris along with any available images of their graves."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q90> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var2 . } } LIMIT 100"}}
{"id": "val_5652", "question": "Plants with IPNI IDs and their associated Wikipedia and Wikimedia links.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ipniId ?plant ?externalLink WHERE {\n  ?plant wdt:P961 ?ipniId .\n  ?externalLink ?property ?plant .\n}\nLIMIT 10", "paraphrases": ["What external links (like Wikipedia pages) are associated with plants that have an IPNI plant ID?", "Show me the IPNI IDs of plants along with all external web links connected to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P961> ?var1 . ?var3 ?var4 ?var2 . } LIMIT 10"}}
{"id": "val_5653", "question": "Human settlements in the United Kingdom with English descriptions and coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel ?description ?coord WHERE {\n  VALUES ?item {\n    wd:Q3399533 wd:Q7857445 wd:Q17826728\n  }\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q486972 .\n  ?item wdt:P131 * wd:Q145 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?item schema:description ?description .\n  FILTER ( LANG( ?description ) = \"en\" ) .\n  ?item wdt:P625 ?coord .\n}", "paraphrases": ["What are the English-named villages in the UK and their geographic coordinates?", "Show me the names, English descriptions, and locations of human settlements in the United Kingdom, specifically Twatt in Shetland and Twatt in Orkney."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q3399533> ) ( <http://www.wikidata.org/entity/Q7857445> ) ( <http://www.wikidata.org/entity/Q17826728> ) ( <http://www.wikidata.org/entity/Q1174927> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> * ?var4 . } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q145> ) ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . }"}}
{"id": "val_5654", "question": "Movie with IMDb ID tt4490762", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt4490762\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the title of the movie with IMDb ID tt4490762?", "Tell me the name of the film identified by tt4490762 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4490762\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5655", "question": "What images or artworks depict candy?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel ?image WHERE {\n  ?item p:P180 ?statement .\n  ?statement ps:P180 wd:Q185583 .\n  ?item rdfs:label ?itemLabel .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 101", "paraphrases": ["Show me pictures of candy, including their titles and where to find the images.", "Which paintings or media items feature sweets or confectionery?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P180> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P180> <http://www.wikidata.org/entity/Q185583> . } LIMIT 101"}}
{"id": "val_5656", "question": "Surnames that are both instances and subclasses of family name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?surname ?surnameLabel WHERE {\n  ?surname wdt:P31 wd:Q101352 ; wdt:P279 wd:Q101352 .\n}", "paraphrases": ["Which surnames are incorrectly modeled as both an instance and a subclass of \"family name\" in Wikidata?", "List all family names in Wikidata that are also classified as subclasses of family name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q101352> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5657", "question": "How many Highlander immortals died by decapitation?", "sparql": "SELECT ?causeOfDeath ?causeLabel (COUNT(*) AS ?count) WHERE { ?immortal wdt:P31 wd:Q17560936 . ?immortal wdt:P509 ?causeOfDeath . OPTIONAL { ?causeOfDeath rdfs:label ?causeLabel . FILTER(LANG(?causeLabel) = \"en\") } } GROUP BY ?causeOfDeath ?causeLabel ORDER BY DESC(?count) ASC(?causeLabel) LIMIT 50", "paraphrases": ["What is the most common cause of death among immortal characters from the Highlander franchise?", "List the causes of death for Highlander immortals, ranked by frequency, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q17560936> AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P509> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 50"}}
{"id": "val_5658", "question": "List Italian communes by population, showing which province each is the capital of.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?communeLabel ?province ?provinceLabel ?population WHERE {\n  ?commune wdt:P31 wd:Q747074 .\n  ?commune wdt:P1376 ?province .\n  ?province wdt:P31 wd:Q15089 .\n  ?commune wdt:P1082 ?population .\n  FILTER(LANG(?communeLabel) = \"en\")\n  FILTER(LANG(?provinceLabel) = \"en\")\n  ?commune rdfs:label ?communeLabel .\n  ?province rdfs:label ?provinceLabel .\n}\nORDER BY DESC(?population)", "paraphrases": ["Which Italian communes are provincial capitals, and what are their populations, sorted from largest to smallest?", "Show me the largest Italian communes that serve as provincial capitals, along with the names of the provinces they govern and their populations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . ?var1 <http://www.wikidata.org/prop/direct/P1376> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15089> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_5659", "question": "What Wikidata item is categorized under the Wikimedia category \"Facades\"?", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P910 wd:Q8952318 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which topic on Wikidata has \"Facades\" as its main Wikimedia category?", "Show me the Wikidata item that is linked to the Commons category \"Facades\" as its main category."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P910> <http://www.wikidata.org/entity/Q183061> . }"}}
{"id": "val_5660", "question": "Japanese companies, businesses, or supermarket chains with Japanese labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?sitelinks WHERE {\n  ?item wdt:P17 wd:Q17 .\n  {\n    ?item wdt:P31 / wdt:P279 * wd:Q891723 .\n  } UNION {\n    ?item wdt:P31 wd:Q4830453 .\n  } UNION {\n    ?item wdt:P31 wd:Q18043413 .\n  }\n  OPTIONAL {\n    ?item wikibase:sitelinks ?sitelinks .\n  }\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"ja\")\n}\nORDER BY DESC(?sitelinks)", "paraphrases": ["What are Japanese businesses (including public companies and supermarket chains) that have labels in Japanese?", "List all business entities in Japan \u2014 such as public companies, general businesses, or supermarket chains \u2014 that have Japanese-language labels, sorted by how many Wikipedia language versions they have (most linked first)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q17> . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q891723> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18043413> . } OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . } GROUP BY ?var1 ?var2Label ?var3 ORDER BY DESC( ?var3 )"}}
{"id": "val_5661", "question": "Who are the composers with a Carnegie Hall agent ID who have won the Pulitzer Prize for Music, and in what years did they win?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?item ?itemLabel ?date ( YEAR( ?date ) AS ?year ) ?image WHERE {\n  ?item wdt:P4104 ?carnegieId .\n  ?item p:P166 ?statement .\n  ?statement ps:P166 wd:Q1783509 .\n  ?statement pq:P585 ?date .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["List Pulitzer Prize for Music winners who are associated with Carnegie Hall, including the year they won and their images if available.", "Which musicians received the Pulitzer Prize for Music and have a Carnegie Hall ID? Show their names, award year, and photos."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4104> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q1783509> . ?var6 <http://www.wikidata.org/prop/qualifier/P585> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P18> ?var4 . } }"}}
{"id": "val_5662", "question": "Image of Wallace Walter Atwood (SNAC ARK ID: w67p9jpw)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w67p9jpw\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person with SNAC ARK ID w67p9jpw?", "Show me the Wikimedia Commons image linked to the SNAC ARK ID w67p9jpw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67p9jpw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5663", "question": "What are the definitions of extraterrestrial life in different languages?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?description WHERE {\n  wd:Q181508 schema:description ?description .\n}", "paraphrases": ["Can you show me how \"extraterrestrial life\" is described in various languages?", "In which languages is extraterrestrial life defined, and what are those definitions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q181508> ?var1 ?var2 . }"}}
{"id": "val_5664", "question": "What are the names of donkeys that are named after a person or entity, and who are they named after?", "sparql": "SELECT ?donkey ?donkeyLabel ?donkeyImage ?namedAfterLabel ?namedAfter WHERE { ?donkey wdt:P31 wd:Q3537778 . OPTIONAL { ?donkey wdt:P18 ?donkeyImage . } ?donkey wdt:P138 ?namedAfter . ?donkey rdfs:label ?donkeyLabel . ?namedAfter rdfs:label ?namedAfterLabel . FILTER(LANG(?donkeyLabel) = \"en\") FILTER(LANG(?namedAfterLabel) = \"en\") }", "paraphrases": ["Can you list donkeys along with the people or things they are named after, and show their images if available?", "Which real donkeys have been named after notable figures, and what are the names of those figures? Include images of the donkeys if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3537778> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P138> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5665", "question": "Which historical periods include the Hellenistic period as a part?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item p:P527 ?statement . ?statement ps:P527 wd:Q428995 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What cultural or historical entities are composed of the Hellenistic period?", "List all periods that have the Hellenistic period as one of their components."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P527> <http://www.wikidata.org/entity/Q428995> . ?var1 <http://www.wikidata.org/prop/P527> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5666", "question": "Films with their duration, release date, and official website.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmTitle ?duration ?releaseDate ?officialWebsite WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?film wdt:P2047 ?duration .\n  }\n  OPTIONAL {\n    ?film wdt:P577 ?releaseDate .\n  }\n  OPTIONAL {\n    ?film wdt:P856 ?officialWebsite .\n  }\n  OPTIONAL {\n    ?film wdt:P1476 ?filmTitle .\n  }\n}\nLIMIT 10", "paraphrases": ["What are the titles, durations, release dates, and official websites of films in Wikidata?", "Can you list up to 10 films along with their titles, how long they last in minutes, when they were released, and their official websites?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } } LIMIT 10"}}
{"id": "val_5667", "question": "Most used properties linking items to Society of Authors ZAiKS with count > 1", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?propLabel ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?directProp wd:Q135924 .\n  ?prop wikibase:directClaim ?directProp .\n  ?prop rdfs:label ?propLabel .\n  FILTER ( LANG( ?propLabel ) = \"en\" )\n}\nGROUP BY ?prop ?propLabel\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["What properties are used more than once to connect items to the Society of Authors ZAiKS, and how many times are they used?", "List the properties and their labels that are used to associate items with the Society of Authors ZAiKS, showing only those used more than once, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q135924> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_5668", "question": "English and German names of language subfamilies", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subfamilyLabel ?subfamilyLabelDE WHERE {\n  ?subfamily wdt:P279 ?family .\n  ?family wdt:P31 wd:Q25295 .\n  ?subfamily rdfs:label ?subfamilyLabel .\n  FILTER(LANG(?subfamilyLabel) = \"en\")\n  .\n  ?subfamily rdfs:label ?subfamilyLabelDE .\n  FILTER(LANG(?subfamilyLabelDE) = \"de\")\n}", "paraphrases": ["What are the English and German labels for language subfamilies in Wikidata?", "Show me the names of language subfamilies in both English and German, where each subfamily is a type of language family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P279> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q25295> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . }"}}
{"id": "val_5669", "question": "Who are French football players whose fathers played for Real Madrid?", "sparql": "SELECT ?player ?playerLabel ?image WHERE { ?player wdt:P31 wd:Q5 ; wdt:P106 wd:Q937857 ; wdt:P27 wd:Q142 ; wdt:P18 ?image ; wdt:P22 ?father . ?father wdt:P106 wd:Q937857 ; wdt:P54 wd:Q8682 . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\")}", "paraphrases": ["Can you list the French football players who have a father that played for Real Madrid and is also a footballer?", "Show me the image and name of French football players whose dads were Real Madrid players."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> ; <http://www.wikidata.org/prop/direct/P18> ?var2 ; <http://www.wikidata.org/prop/direct/P22> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> ; <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q8682> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5670", "question": "Who are the football players who played for Real Madrid and won the Ballon d'Or?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?playerLabel WHERE {\n  ?player wdt:P31 wd:Q5 ; wdt:P106 wd:Q937857 ; wdt:P54 wd:Q8682 ; wdt:P166 wd:Q166177 .\n  ?player rdfs:label ?playerLabel .\n  FILTER ( LANG( ?playerLabel ) = \"en\" )\n}", "paraphrases": ["Which humans, who are association football players, have won the Ballon d'Or and played for Real Madrid?", "List all footballers who played for Real Madrid, have the occupation of football player, and have received the Ballon d'Or award."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> ; <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q8682> ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q166177> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5671", "question": "Nobel Prize winners with their religion and image", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?laureate ?laureateLabel ?image ?religion WHERE {\n  VALUES ?nobelPrize {\n    wd:Q35637 wd:Q37922 wd:Q38104 wd:Q44585 wd:Q80061\n  }\n  ?laureate wdt:P31 wd:Q5 ; wdt:P166 ?nobelPrize .\n  OPTIONAL {\n    ?laureate wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?laureate wdt:P140 ?religion .\n  }\n  ?laureate rdfs:label ?laureateLabel .\n  FILTER(LANG(?laureateLabel) = \"en\")\n}", "paraphrases": ["Who are the Nobel Prize laureates who are human, and what are their religions and images?", "List all human Nobel Prize recipients along with their religious beliefs and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q7191> ; <http://www.wikidata.org/prop/direct/P140> ?var3 ; <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5672", "question": "What are the rural districts in North Rhine-Westphalia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?district WHERE {\n  ?district wdt:P131 wd:Q1198 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'de' ) .\n  FILTER ( CONTAINS( LCASE( ?label ) , 'landkreis' ) )\n}", "paraphrases": ["Can you list the administrative districts in North Rhine-Westphalia that are called \"Landkreis\" in German?", "Show me the German rural districts located in North Rhine-Westphalia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q1198> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15630906> . }"}}
{"id": "val_5673", "question": "Image of the person with SNAC ARK ID w66n65mn", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w66n65mn\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w66n65mn?", "Show me the picture of the individual identified by the SNAC ARK ID w66n65mn."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66n65mn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5674", "question": "What are all the categories that the Howdah pistol belongs to, including broader classifications?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass ?superclassLabel WHERE {\n  wd:Q2503810 wdt:P279 * ?superclass .\n  ?superclass rdfs:label ?superclassLabel .\n  FILTER(LANG(?superclassLabel) = 'en')\n}\nLIMIT 100", "paraphrases": ["Can you list the hierarchical superclass categories of the Howdah pistol in English?", "Show me the full classification tree of the Howdah pistol up to general categories like weapon or equipment."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2503810> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5675", "question": "Image of Dale Evans with SNAC ARK ID w6jx0zz7", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6jx0zz7\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6jx0zz7?", "Show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w6jx0zz7."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jx0zz7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5676", "question": "South Africa flag image, English Wikipedia article, and labels in English, German, French, and Italian.", "sparql": "SELECT ?label ?image ?wikipediaArticle WHERE { wd:Q160250 rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) OPTIONAL { wd:Q160250 wdt:P18 ?image . } OPTIONAL { ?wikipediaArticle schema:about wd:Q160250 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } VALUES (?lang ?sortOrder) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER(LANG(?label) = ?lang) } ORDER BY ?sortOrder", "paraphrases": ["What is the official flag of South Africa, what does it look like, and how is it called in English, German, French, and Italian?", "Show me the flag of South Africa with its image and its name in English, German, French, and Italian, along with the English Wikipedia page about it."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q160250> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q160250> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5677", "question": "Image of Bath, UK", "sparql": "SELECT ?image WHERE { wd:Q22889 wdt:P18 ?image .}", "paraphrases": ["What is the image associated with the city of Bath on Wikidata?", "Show me the main photograph of Bath, Somerset, as stored in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q22889> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_5678", "question": "Humans born in La Hulpe, Belgium", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 wd:Q670407 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people born in La Hulpe, Belgium?", "List the names of all humans who were born in La Hulpe."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q670407> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_5679", "question": "List presidents with their date of birth and when they started their term.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?personLabel ?birthDate ?startDate WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q30461 .\n  ?statement pq:P580 ?startDate .\n  ?person wdt:P569 ?birthDate .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the people who held the position of president, what are their birth dates, and when did they begin their presidency?", "Show me the names, birth dates, and start dates of all individuals who have served as president."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q37845759> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P580> <http://www.wikidata.org/entity/Q37845759> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_5680", "question": "What are the artistic genres in Portuguese that have both a label and a description in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?genre ?label ?description WHERE {\n  ?work wdt:P136 ?genre .\n  ?genre rdfs:label ?label .\n  ?genre schema:description ?description .\n  FILTER(LANG(?label) = \"pt\")\n  FILTER(LANG(?description) = \"pt\")\n}\nLIMIT 100", "paraphrases": ["Show me the Portuguese names and descriptions of genres used in creative works.", "Which genres have Portuguese labels and descriptions in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P136> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_5681", "question": "Which film has Cineplex Germany film ID 129750?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3077 \"129750\" .\n}", "paraphrases": ["What film is identified by the Cineplex ID 129750?", "Tell me the film associated with the Cineplex Germany film ID 129750."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"129750\". }"}}
{"id": "val_5682", "question": "Works about anorexia nervosa", "sparql": "SELECT ?work WHERE { ?work wdt:P921 wd:Q131749 . } LIMIT 10000", "paraphrases": ["What scholarly articles or publications have anorexia nervosa as their main subject?", "Show me all the research works that focus primarily on anorexia nervosa."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q131749> . } LIMIT 10000"}}
{"id": "val_5683", "question": "Average number of pages per scholarly article by authors affiliated with Institut Louis-Malard\u00e9.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?authorLabel ( ( SUM( ?pages ) / COUNT( ?article ) ) AS ?avgPagesPerArticle ) WHERE {\n  {\n    ?author wdt:P108 wd:Q19375720 .\n  } UNION {\n    ?author wdt:P1416 wd:Q19375720 .\n  } UNION {\n    ?author wdt:P1416 ?org .\n    ?org wdt:P361 wd:Q19375720 .\n  }\n  ?article wdt:P50 ?author .\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P1104 ?pages .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nGROUP BY ?author ?authorLabel\nORDER BY ASC ( ?authorLabel )", "paraphrases": ["What is the average number of pages per article published by each author associated with Institut Louis-Malard\u00e9?", "Show me the average article length (in pages) for each author who works at or is affiliated with Institut Louis-Malard\u00e9."], "info": {"raw_sparql": "SELECT ?var1 ( SUM ( ?var2 ) AS ?var3 ) ?var4Label WHERE { { SELECT ?var4Label ?var5 ?var1 ( ( SAMPLE ( ?var6 )/COUNT ( ?var7 ) ) AS ?var2 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q19375720> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q19375720> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q19375720> . } BIND ( STR ( YEAR ( ?var10 ) ) AS ?var1 ). ?var5 ( <http://www.wikidata.org/prop/direct/P50> | <http://www.wikidata.org/prop/direct/P2093> ) ?var7 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var5 <http://www.wikidata.org/prop/direct/P50> ?var8 . ?var5 <http://www.wikidata.org/prop/direct/P1104> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P577> ?var10 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } GROUP BY ?var5 ?var4Label ?var1 } } GROUP BY ?var1 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_5684", "question": "Films starting from the 8001st entry, with their English titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nORDER BY ASC ( ?film )\nLIMIT 200\nOFFSET 8000", "paraphrases": ["What are the English titles of the 200 films listed from the 8001st to the 8200th in Wikidata?", "Please list 200 films (starting from the 8001st) along with their English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 8000"}}
{"id": "val_5685", "question": "List all diseases in English with their ICD-10, DiseasesDB, and OMIM identifiers and alternative names.", "sparql": "SELECT DISTINCT ?disease ?label ?icd10 ?diseasesdb ?omim ?altLabel WHERE { ?disease wdt:P31 wd:Q12136 . ?disease rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?disease wdt:P494 ?icd10 . } OPTIONAL { ?disease wdt:P557 ?diseasesdb . } OPTIONAL { ?disease wdt:P492 ?omim . } OPTIONAL { ?disease skos:altLabel ?altLabel . FILTER (LANG(?altLabel) = \"en\") . } }", "paraphrases": ["What are the English names of diseases in Wikidata, along with their ICD-10 codes, DiseasesDB IDs, OMIM numbers, and alternative labels?", "Please provide a list of diseases classified in Wikidata, showing their English labels, any associated ICD-10, DiseasesDB, or OMIM identifiers, and their English alternative names."], "info": {"raw_sparql": "SELECT * WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P494> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P557> ?var3 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P492> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5686", "question": "List 200 English-language films starting from the 37,401st in alphabetical order.", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } ORDER BY ASC(?film) LIMIT 200 OFFSET 37400", "paraphrases": ["What are the 200 English-language films listed from position 37,401 to 37,600 in Wikidata, sorted alphabetically?", "Please provide a list of 200 English film titles from Wikidata, beginning at the 37,401st entry when sorted by entity ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 37400"}}
{"id": "val_5687", "question": "What are some films listed in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" ) FILTER ( STRLEN( ?filmLabel ) > 2 ) FILTER ( ! CONTAINS( ?filmLabel , \"?\" ) ) FILTER ( ! CONTAINS( ?filmLabel , \"...\" ) )\n}\nORDER BY ASC ( ?filmLabel )\nLIMIT 200", "paraphrases": ["Can you list English titles of movies from Wikidata?", "Show me films with English labels from Wikidata, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 54000"}}
{"id": "val_5688", "question": "List all scholarly works by Nina Jeliazkova, including their publication dates, journal names, and types, sorted by most recent first.", "sparql": "SELECT ?work ?workLabel ?publicationDate ?workTypeLabel ?numberOfPages ?publishedIn ?publishedInLabel ?authorLabel WHERE { ?work wdt:P50 wd:Q27061849 . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") . ?work wdt:P577 ?publicationDate . OPTIONAL { ?work wdt:P31 ?workType . ?workType rdfs:label ?workTypeLabel . FILTER(LANG(?workTypeLabel) = \"en\") } OPTIONAL { ?work wdt:P1104 ?numberOfPages . } OPTIONAL { ?work wdt:P1433 ?publishedIn . ?publishedIn rdfs:label ?publishedInLabel . FILTER(LANG(?publishedInLabel) = \"en\") } wd:Q27061849 rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } ORDER BY DESC(?publicationDate)", "paraphrases": ["What are the titles, publication dates, journals, and types of all publications authored by Nina Jeliazkova, ordered from newest to oldest?", "Please provide a list of Nina Jeliazkova\u2019s publications with their titles, publication years, the journals they appeared in, and their categories (e.g., scholarly article), sorted by date in descending order."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27061849> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5689", "question": "What is the WikiPathways ID for the pathway associated with Homo sapiens that is identified as WP3297?", "sparql": "SELECT ?pathwayId WHERE { ?pathway wdt:P2410 ?pathwayId ; wdt:P703 wd:Q15978631 . FILTER(?pathwayId = \"WP3297\") }", "paraphrases": ["Which WikiPathways identifier corresponds to the human (Homo sapiens) pathway WP3297?", "Find the WikiPathways ID of the biological pathway in humans with the identifier WP3297."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP3297_r88048> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5690", "question": "List of historical countries that no longer exist.", "sparql": "SELECT ?historicalCountry ?historicalCountryLabel WHERE { ?historicalCountry wdt:P31 wd:Q3024240 . ?historicalCountry rdfs:label ?historicalCountryLabel . FILTER(LANG(?historicalCountryLabel) = \"en\") }", "paraphrases": ["What are some former countries or defunct states in history?", "Show me the names of all historical countries in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } }"}}
{"id": "val_5691", "question": "List 200 films starting from the 103,400th entry in Wikidata, showing their English titles.", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } ORDER BY ASC(?film) LIMIT 200 OFFSET 103400", "paraphrases": ["What are the English titles of the films that come after the first 103,400 films in Wikidata, limited to the next 200?", "Please retrieve the next 200 films in Wikidata (after skipping 103,400), along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 103400"}}
{"id": "val_5692", "question": "What are the taxonomic ranks of Asclepias syriaca?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?taxon WHERE {\n  wd:Q158295 wdt:P171 * ?taxon .\n}", "paraphrases": ["What is the full taxonomic hierarchy of the common milkweed plant?", "List all parent taxa of Asclepias syriaca up to the root of the plant kingdom."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q158295> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_5693", "question": "List 200 films starting from the 152,001st film in alphabetical order, showing their titles.", "sparql": "SELECT ?film ?title WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P1476 ?title . } ORDER BY ASC(?film) LIMIT 200 OFFSET 152000", "paraphrases": ["What are the titles of the films from position 152,001 to 152,200 in Wikidata\u2019s list of all films?", "Please retrieve the next 200 films after skipping the first 152,000, along with their titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 152000"}}
{"id": "val_5694", "question": "List of films with their English titles", "sparql": "SELECT ?film (STR(?label) AS ?filmLabel) WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?film) LIMIT 200 OFFSET 151600", "paraphrases": ["What are some films and their English names?", "Show me 200 films in English, starting from the 151,600th entry."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 151600"}}
{"id": "val_5695", "question": "Films that are instances of cinematic works", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["What are some films listed in Wikidata with their English titles?", "List up to 200 films with their English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 153600"}}
{"id": "val_5696", "question": "List of films", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } LIMIT 200", "paraphrases": ["What are some examples of films?", "Can you show me 200 English-language films?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } ORDER BY ASC( ?var1 ) LIMIT 200 OFFSET 171000"}}
{"id": "val_5697", "question": "What properties are associated with type-1 diabetes in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?property wd:Q124407 .\n}", "paraphrases": ["Which properties link other entities to type-1 diabetes?", "Show all properties (including statement properties like ps:Pxxx) that have type-1 diabetes as their object in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q124407> . }"}}
{"id": "val_5698", "question": "Japanese creative works from 1990 onwards, grouped by year and genre, with more than 30 works per group.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(?work) AS ?count) ?genreLabel WHERE {\n  ?work wdt:P495 wd:Q17 .\n  ?work wdt:P577 ?date .\n  ?work wdt:P136 ?genre .\n  ?genre rdfs:label ?genreLabel .\n  FILTER(LANG(?genreLabel) = \"en\")\n  FILTER(?date >= \"1990-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  BIND(STR(YEAR(?date)) AS ?year)\n}\nGROUP BY ?year ?genre ?genreLabel\nHAVING(?count > 30)", "paraphrases": ["What are the genres of Japanese films, games, and anime released since 1990 that have more than 30 works per year?", "Show me the number of Japanese creative works by genre and year since 1990, but only include genres with more than 30 works per year."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 )( SAMPLE ( ?var2Label ) AS ?var4Label )( ?var1 AS ?var5 ) WHERE { BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var7 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q17> . ?var7 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var7 <http://www.wikidata.org/prop/direct/P136> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var6 >= \"1990-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var2Label ?var1 HAVING ( ( ?var3 > \"30\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_5699", "question": "What are the English titles and genres of Japanese films released between 2016 and 2017?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?publicationDate ?filmLabel ?genreLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P136 ?genre .\n  ?film wdt:P577 ?publicationDate .\n  ?film wdt:P495 wd:Q17 .\n  ?film wdt:P1476 ?filmLabel .\n  ?genre rdfs:label ?genreLabel .\n  FILTER(?publicationDate >= \"2016-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?publicationDate <= \"2017-12-31T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(LANG(?filmLabel) = \"en\")\n  FILTER(LANG(?genreLabel) = \"en\")\n}", "paraphrases": ["List Japanese movies from 2016\u20132017 along with their genres.", "Can you show me the titles and genres of films from Japan that came out in 2016 and 2017?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label WHERE { BIND ( STR ( YEAR ( ?var4 ) ) AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var2 <http://www.wikidata.org/prop/direct/P136> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q17> . FILTER ( ( ( ?var1 >= \"2016-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var1 <= \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_5700", "question": "Paintings that depict pipes or pipe types", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting ?paintingLabel WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P180 ?pipe .\n  ?pipe wdt:P279 * wd:Q104526 .\n}", "paraphrases": ["Which paintings show objects that are types of pipes?", "List all paintings that feature any kind of pipe, including subclasses like clay pipe or opium pipe."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q104526> . }"}}
{"id": "val_5701", "question": "Paintings that depict a pipe and their creators and images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?painting ?paintingLabel ?image ?creator WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P180 ?depictedItem .\n  ?depictedItem wdt:P279 * wd:Q104526 .\n  OPTIONAL {\n    ?painting wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?painting wdt:P170 ?creator .\n  }\n}", "paraphrases": ["Which paintings show a pipe or smoking pipe, and who painted them?", "List paintings of pipes along with their artists and available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> ?var4 . ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q104526> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . } }"}}
{"id": "val_5702", "question": "What are the names and affiliations of humans who have an ORCID iD?", "sparql": "SELECT ?human ?humanLabel ?orcid ?affiliationLabel WHERE { ?human wdt:P31 wd:Q5 . OPTIONAL { ?human wdt:P496 ?orcid . } OPTIONAL { ?human wdt:P1416 ?affiliation . } OPTIONAL { ?human rdfs:label ?humanLabel . } OPTIONAL { ?affiliation rdfs:label ?affiliationLabel . } } LIMIT 10", "paraphrases": ["List people along with their ORCID identifiers and organizational affiliations.", "Show me humans, their labels, their ORCID numbers, and the organizations they are affiliated with."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q51044> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/496> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1416> ?var3 . } } LIMIT 10"}}
{"id": "val_5703", "question": "Who were the members of the 2nd Constituent Assembly of Nepal, and what were their political parties, electoral districts, and term start and end dates?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?member ?party ?district ?start ?end WHERE {\n  ?member p:P39 ?statement .\n  ?statement ps:P39 wd:Q21328597 ; pq:P2937 wd:Q44944635 .\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?district .\n  }\n  OPTIONAL {\n    ?statement pq:P4100 ?party .\n  }\n}", "paraphrases": ["List all members of Nepal\u2019s 2nd Constituent Assembly with their party affiliation, constituency, and term duration (start and end dates).", "Can you show me a list of people who served in Nepal\u2019s 2nd Constituent Assembly, including which party they belonged to, which district they represented, and when their term began and ended?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q21328597> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q44944635> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P768> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P4100> ?var2 . } }"}}
{"id": "val_5704", "question": "What are the WikiPathways identifiers for biological pathways associated with humans?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pathwayId WHERE {\n  ?pathway wdt:P2410 ?pathwayId ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["Can you list the WikiPathways IDs of human biological pathways?", "Which WikiPathways pathways are linked to Homo sapiens?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP3436_r88409> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5705", "question": "What are the parts or components of the Bible?", "sparql": "SELECT ?bibleComponent ?label WHERE { ?bibleComponent wdt:P361 wd:Q1845 . ?bibleComponent rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which books, passages, or elements are considered parts of the Bible according to Wikidata?", "List the English-labeled components of the Bible, such as books, pericopes, or biblical stories, that are classified as parts of it in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q1845> . }"}}
{"id": "val_5706", "question": "What is the image of John Wesley Work III in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w69p3swt\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Does the Wikidata entry for the SNAC ARK ID 'w69p3swt' have an associated image?", "Show the Wikimedia Commons image for the individual with SNAC ARK ID w69p3swt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69p3swt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5707", "question": "What geographic and administrative regions include the hamlet of Q16587666, either directly or through hierarchical relations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?result WHERE {\n  wd:Q16587666 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) * ?result\n}", "paraphrases": ["Starting from the hamlet Q16587666, what places can be reached by following links of continent, country, administrative division, astronomical body, or enclave relationships?", "List all locations that the hamlet Q16587666 is part of, including its country, region, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q16587666> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5708", "question": "Image of the person with SNAC ARK ID w63b61d8", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w63b61d8\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Wilhelm Furtw\u00e4ngler in Wikidata?", "Can you show me the Wikimedia Commons image linked to the SNAC ARK ID w63b61d8?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63b61d8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5709", "question": "What properties are most commonly used to link entities to the Republic of Bosnia and Herzegovina?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q1274468 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most entities to the Republic of Bosnia and Herzegovina, and how many times are they used?", "Show me the top properties associated with the Republic of Bosnia and Herzegovina, excluding those used only once, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1274468> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_5710", "question": "What Unicode character has the HTML entity \"&phi;\"?", "sparql": "SELECT ?item ?description WHERE { ?item wdt:P4575 \"&phi;\" . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Which character is represented by the HTML escape sequence \"&phi;\"?", "Show me the English description of the Unicode character with HTML entity \"&phi;\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4575> \"&phi;\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5711", "question": "What is the English label and description of the Unicode character with HTML entity &sum;?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?description WHERE {\n  ?entity wdt:P4575 \"&sum;\" .\n  OPTIONAL {\n    ?entity schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["What is the English name and description of the summation symbol (\u2211) in HTML?", "Show me the English label and description of the HTML entity &sum; in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4575> \"&sum;\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5712", "question": "Italian Chamber of Deputies ID 302103, English description and name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?deputy ?deputyLabel ?description WHERE {\n  ?deputy wdt:P1341 \"302103\" .\n  ?deputy rdfs:label ?deputyLabel .\n  FILTER(LANG(?deputyLabel) = \"en\")\n  OPTIONAL {\n    ?deputy schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the Italian deputy with ID 302103, and what is their English description?", "Show me the name and English description of the Italian Chamber of Deputies member with ID 302103."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1341> \"303337\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5713", "question": "How many countries have established diplomatic relations with any entity?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?country ) AS ?count ) WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P530 ?relation .\n}", "paraphrases": ["What is the number of sovereign nations that are linked via diplomatic relations in Wikidata?", "Can you tell me how many countries are involved in diplomatic relations according to Wikidata?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . { { { ?var1 <http://www.wikidata.org/prop/direct/P530> ?var3 . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_5714", "question": "Find all English-language labels or descriptions equal to \"S\" that are not genes.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property WHERE {\n  ?item ?property \"S\" @en .\n  FILTER(NOT EXISTS {\n    ?item wdt:P31 wd:Q7187 .\n  })\n}", "paraphrases": ["What items in Wikidata have an English label or description exactly equal to \"S\", excluding any items that are classified as genes?", "Show me all non-gene items in Wikidata that use \"S\" as an English label, title, or description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 \"S\"@en . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . } ) ) . }"}}
{"id": "val_5715", "question": "Association football players from Germany, France, Italy, Spain, or the UK and the teams they played for.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?player ?playerLabel ?awardLabel ?teamLabel ?countryLabel WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  OPTIONAL {\n    ?player wdt:P166 ?award .\n    ?award rdfs:label ?awardLabel .\n    FILTER(LANG(?awardLabel) = \"en\")\n  }\n  ?player wdt:P54 ?team .\n  ?team rdfs:label ?teamLabel .\n  FILTER(LANG(?teamLabel) = \"en\")\n  ?team wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(?country IN(wd:Q142 , wd:Q183 , wd:Q145 , wd:Q38 , wd:Q29))\n  ?player rdfs:label ?playerLabel .\n  FILTER(LANG(?playerLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Which football players from Germany, France, Italy, Spain, or the United Kingdom have played for professional clubs, and what clubs did they play for?", "List the names of football players who played for clubs in Germany, France, Italy, Spain, or the UK, along with the names of those clubs and any awards they received."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P54> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var4 . FILTER ( ( ?var4 IN ( <http://www.wikidata.org/entity/Q142> , <http://www.wikidata.org/entity/Q183> , <http://www.wikidata.org/entity/Q145> , <http://www.wikidata.org/entity/Q38> , <http://www.wikidata.org/entity/Q29> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } LIMIT 200"}}
{"id": "val_5716", "question": "Association football players who played for teams in top-tier leagues in France, Germany, Italy, Spain, or the UK.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?player ?playerLabel ?awardLabel ?teamLabel ?leagueLabel ?countryLabel WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  OPTIONAL {\n    ?player wdt:P166 ?award .\n  }\n  ?player wdt:P54 ?team .\n  ?team wdt:P118 ?league .\n  ?team wdt:P17 ?country .\n  ?league wdt:P3983 ?level .\n  FILTER(?level = \"1.0\" ^^ xsd:decimal)\n  FILTER(?country IN(wd:Q142 , wd:Q145 , wd:Q183 , wd:Q29 , wd:Q38))\n  ?player rdfs:label ?playerLabel .\n  ?team rdfs:label ?teamLabel .\n  ?league rdfs:label ?leagueLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?playerLabel) = \"en\")\n  FILTER(LANG(?teamLabel) = \"en\")\n  FILTER(LANG(?leagueLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n  OPTIONAL {\n    ?award rdfs:label ?awardLabel .\n    FILTER(LANG(?awardLabel) = \"en\")\n  }\n}\nLIMIT 5000", "paraphrases": ["Which football players have been members of teams competing in the highest division of leagues in France, Germany, Italy, Spain, or the United Kingdom?", "List all football players who have played for clubs in the top-level leagues of France, Germany, Italy, Spain, or the UK, along with the team, league, and country names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8Label ?var9Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P54> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . ?var3 <http://www.wikidata.org/prop/direct/P118> ?var8 . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var9 . FILTER ( ( ?var9 IN ( <http://www.wikidata.org/entity/Q142> , <http://www.wikidata.org/entity/Q183> , <http://www.wikidata.org/entity/Q145> , <http://www.wikidata.org/entity/Q38> , <http://www.wikidata.org/entity/Q29> ) ) ) . ?var8 <http://www.wikidata.org/prop/direct/P3983> ?var10 . FILTER ( ( ( ?var10 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } LIMIT 5000"}}
{"id": "val_5717", "question": "Who are the living politicians who have been named in TIME\u2019s 100 Most Influential People list, and what do they look like?", "sparql": "SELECT ?person ?personLabel ?image WHERE { ?person wdt:P106 wd:Q82955 . ?person wdt:P166 wd:Q604370 . ?person wdt:P18 ?image . FILTER (NOT EXISTS { ?person wdt:P570 [] }) . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") }", "paraphrases": ["List the names and images of all living politicians who received the TIME 100 award.", "Which influential living political figures have been featured in TIME Magazine\u2019s annual list of the 100 most influential people?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q604370> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } ) ) . } GROUP BY ?var1 ?var2Label ?var1Label ?var3"}}
{"id": "val_5718", "question": "Image of the person with SNAC ARK ID w67f863b", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w67f863b\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Joel Spolsky\u2019s SNAC ARK ID (w67f863b)?", "Show me the Wikimedia Commons images for the individual identified by the SNAC ARK ID w67f863b."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67f863b\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5719", "question": "Current union territories of India that have not been dissolved", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?utLabel WHERE {\n  ?ut wdt:P31 wd:Q467745 .\n  FILTER(NOT EXISTS {\n    ?ut wdt:P576 []\n  })\n  .\n  ?ut rdfs:label ?utLabel .\n  FILTER(LANG(?utLabel) = \"en\")\n}", "paraphrases": ["Which union territories of India are still active and have not been abolished?", "List the names of all union territories of India that still exist today."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13390680> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q467745> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5720", "question": "Image of L. P. Hartley using SNAC ARK ID w6794rhf", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6794rhf\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with L. P. Hartley\u2019s SNAC ARK ID w6794rhf?", "Show me the Wikimedia Commons image linked to the SNAC ARK ID w6794rhf."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6794rhf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5721", "question": "Lighthouses without English labels on Wikidata", "sparql": "SELECT ?lighthouse WHERE { ?lighthouse wdt:P31 wd:Q39715 . OPTIONAL { ?lighthouse rdfs:label ?label . FILTER (LANG(?label) = \"en\") } FILTER (!BOUND(?label)) }", "paraphrases": ["Which lighthouses on Wikidata do not have an English label?", "Find all lighthouse structures in Wikidata that are missing an English-language name, so they can be added by editors."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_5722", "question": "What are the top curator sources and evidence codes for gene function annotations in house mouse proteins?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nSELECT ( COUNT( * ) AS ?count ) ?curator ?evidence_code WHERE {\n  ?protein wdt:P703 wd:Q83310 .\n  ?protein wdt:P352 ?uniprot_id .\n  ?protein p:P680 ?statement .\n  ?statement ps:P680 ?go_term .\n  ?statement pq:P459 ?evidence_code .\n  ?statement prov:wasDerivedFrom ?source .\n  ?source pr:P1640 ?curator .\n}\nGROUP BY ?curator ?evidence_code\nORDER BY DESC ( ?count )", "paraphrases": ["How many gene ontology annotations for mouse proteins are attributed to each database and evidence code type?", "Show me the count of molecular function annotations for Mus musculus grouped by the source database and the experimental evidence used."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q83310> . ?var4 <http://www.wikidata.org/prop/direct/P352> ?var5 . ?var4 <http://www.wikidata.org/prop/P680> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P680> ?var7 . ?var6 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var8 . ?var8 <http://www.wikidata.org/prop/reference/P1640> ?var2 . ?var6 <http://www.wikidata.org/prop/qualifier/P459> ?var3 . } GROUP BY ?var2 ?var3"}}
{"id": "val_5723", "question": "New York City Subway stations with their coordinates and connecting rail lines", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?coordinates ?line ?lineLabel WHERE {\n  ?station wdt:P31 wd:Q928830 .\n  ?station wdt:P16 wd:Q7733 .\n  ?station wdt:P625 ?coordinates .\n  ?station wdt:P81 ?line .\n  ?station rdfs:label ?stationLabel .\n  ?line rdfs:label ?lineLabel .\n  FILTER(LANG(?stationLabel) = \"en\")\n  FILTER(LANG(?lineLabel) = \"en\")\n}", "paraphrases": ["What are the metro stations in the New York City Subway system, their geographic locations, and which rail lines do they connect to?", "List all subway stations in New York City, including their coordinates and the train lines they serve, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q928830> . ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q7733> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P81> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5724", "question": "Top 50 authors with most publications in PLoS Neglected Tropical Diseases, with image and count.", "sparql": "SELECT (SAMPLE(?image) AS ?sampleImage) ?author ?authorLabel ?publicationCount WHERE { { SELECT ?author (COUNT(?article) AS ?publicationCount) WHERE { ?article wdt:P1433 wd:Q3359737 ; wdt:P50 ?author . } GROUP BY ?author } ?author wdt:P18 ?image . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } GROUP BY ?author ?authorLabel ?publicationCount ORDER BY DESC(?publicationCount) LIMIT 50", "paraphrases": ["Who are the top 50 authors who have published the most articles in PLoS Neglected Tropical Diseases, and how many articles did each publish?", "Show me the 50 most prolific authors of PLoS Neglected Tropical Diseases, including their names, the number of articles they published, and a sample image of each."], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ?var4 WHERE { { SELECT ?var3 ( COUNT ( ?var5 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q3359737> ; <http://www.wikidata.org/prop/direct/P50> ?var3 . } GROUP BY ?var3 } ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,fr,zh,jp,es\". } } GROUP BY ?var3 ?var3Label ?var4 ORDER BY DESC( ?var4 ) LIMIT 50"}}
{"id": "val_5725", "question": "People associated with atheism", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel WHERE {\n  ?item wdt:P140 wd:Q7066 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Who are some notable individuals who identify as atheists?", "List the names of people in Wikidata who are linked to atheism as their worldview."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P140> <http://www.wikidata.org/entity/Q7066> . }"}}
{"id": "val_5726", "question": "Top 10 official languages of UN specialized agencies by number of member countries.", "sparql": "SELECT ?language ?languageLabel ?count WHERE { { SELECT ?language (COUNT(?country) AS ?count) WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P463 ?organization . ?organization wdt:P31 wd:Q15925165 . ?organization wdt:P37 ?language . } GROUP BY ?language ORDER BY DESC(?count) LIMIT 10 } ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["Which are the most commonly used official languages among United Nations specialized agencies, and how many member countries use each?", "Show me the top 10 official languages of UN specialized agencies, ranked by how many countries are members of those agencies."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 )( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { { SELECT ?var1 ?var4 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . { { { ?var4 <http://www.wikidata.org/prop/direct/P463> ?var5 . { { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21104425> . } } } } } ?var4 <http://www.wikidata.org/prop/direct/P463> ?var6 . { { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21104425> . } } ?var6 <http://www.wikidata.org/prop/direct/P37> ?var1 . } LIMIT 2000000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 10 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_5727", "question": "Buildings in Poland", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?buildingLabel ?building WHERE {\n  ?building wdt:P31 wd:Q41176 .\n  ?building wdt:P17 wd:Q36 .\n  ?building rdfs:label ?buildingLabel .\n  FILTER ( LANG( ?buildingLabel ) = \"en\" )\n}", "paraphrases": ["What are the buildings located in Poland?", "List the English-labeled buildings in Poland, including their Wikidata IDs."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41176> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5728", "question": "List all Peugeot automobile models with their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?model ?modelLabel WHERE {\n  ?model wdt:P31 wd:Q3231690 .\n  ?model wdt:P1716 wd:Q6742 .\n  ?model rdfs:label ?modelLabel .\n  FILTER(LANG(?modelLabel) = \"en\")\n}\nORDER BY ASC(?modelLabel)\nLIMIT 1000", "paraphrases": ["What are the English names of all car models produced by Peugeot?", "Show me the English-labeled automobile models that are branded by Peugeot and classified as car models."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3231690> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1716> <http://www.wikidata.org/entity/Q6742> . } ORDER BY ASC( ?var1Label ) LIMIT 1000"}}
{"id": "val_5729", "question": "What are the birth and death dates of Charles Francis Adams Jr.?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q1064413 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was Charles Francis Adams Jr. born and when did he die, according to Wikidata?", "Can you tell me the birth date and all recorded death dates for Charles Francis Adams Jr.?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1064413> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5730", "question": "What are the key biographical details and authority identifiers for Benvenuto Terracini, including his birth and death dates, and descriptions mentioning \"Italian\" and \"linguist\"?", "sparql": "SELECT ?label ?image ?birthDate ?deathDate ?desc1text ?desc2text ?sbnId ?viafId ?treccaniId ?lccnId ?gndId ?bnfId WHERE { wd:Q818389 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q818389 wdt:P18 ?image . } OPTIONAL { wd:Q818389 wdt:P569 ?birthDate . } OPTIONAL { wd:Q818389 wdt:P570 ?deathDate . } OPTIONAL { wd:Q818389 wdt:P396 ?sbnId . } OPTIONAL { wd:Q818389 wdt:P214 ?viafId . } OPTIONAL { wd:Q818389 wdt:P1986 ?treccaniId . } OPTIONAL { wd:Q818389 wdt:P244 ?lccnId . } OPTIONAL { wd:Q818389 wdt:P227 ?gndId . } OPTIONAL { wd:Q818389 wdt:P268 ?bnfId . } OPTIONAL { wd:Q818389 schema:description ?desc1text . FILTER(CONTAINS(STR(?desc1text), \"Italian\")) } OPTIONAL { wd:Q818389 schema:description ?desc2text . FILTER(CONTAINS(STR(?desc2text), \"linguist\")) } } LIMIT 1", "paraphrases": ["Can you provide the VIAF, GND, BnF, and other ID numbers for the Italian linguist Benvenuto Terracini, along with his birth and death dates?", "Show me the Wikipedia-style description of Benvenuto Terracini that includes the words \"Italian\" and \"linguist\", along with his life dates and international identifiers."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q818389> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q818389> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q818389> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q818389> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q818389> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_5731", "question": "What is Tony Scotti\u2019s date of birth and is he still alive?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q936333 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the birth date and full name of the American actor Tony Scotti?", "Who is Tony Scotti, and when was he born? What is his date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q936333> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5732", "question": "What are Manfredo Tafuri\u2019s date of birth, date of death, authority IDs (VIAF, GND, BnF, etc.), and Wikipedia description snippets containing \u201cItalian\u201d and \u201carchitectural historian\u201d?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?birthDate ?deathDate ?sbnId ?viafId ?treccaniId ?lccnId ?gndId ?bnfId ?desc1 ?desc2 WHERE {\n  wd:Q2723428 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q2723428 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P396 ?sbnId .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P214 ?viafId .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P1986 ?treccaniId .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P244 ?lccnId .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P227 ?gndId .\n  }\n  OPTIONAL {\n    wd:Q2723428 wdt:P268 ?bnfId .\n  }\n  OPTIONAL {\n    ?desc1Uri schema:about wd:Q2723428 ; schema:description ?desc1Text .\n    FILTER(CONTAINS(STR(?desc1Text) , \"architectural historian\"))\n    BIND(STR(?desc1Text) AS ?desc1)\n  }\n  OPTIONAL {\n    ?desc2Uri schema:about wd:Q2723428 ; schema:description ?desc2Text .\n    FILTER(CONTAINS(STR(?desc2Text) , \"Italian\"))\n    BIND(STR(?desc2Text) AS ?desc2)\n  }\n}", "paraphrases": ["Can you provide the biographical details of Manfredo Tafuri, including his birth and death dates, identifiers from international libraries, and any Wikipedia descriptions mentioning he was an Italian architectural historian?", "Show me Manfredo Tafuri\u2019s image, birth and death dates, and all his library authority IDs, along with any Wikipedia descriptions that mention he was an Italian architectural historian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q2723428> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q2723428> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q2723428> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q2723428> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q2723428> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_5733", "question": "Image of the person with SNAC ARK ID w61v5g64", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61v5g64\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Max Born in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w61v5g64."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61v5g64\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5734", "question": "Image of the person with SNAC ARK ID w6kk9gbn", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6kk9gbn\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n}", "paraphrases": ["What is the image associated with Jim Hogg in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6kk9gbn."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6kk9gbn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5735", "question": "What is the image of the person with SNAC ARK ID w60h8zcj?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w60h8zcj\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image for Vess Ossman?", "Is there an image available for the individual identified by the SNAC ARK ID w60h8zcj?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60h8zcj\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5736", "question": "List all ships in Wikidata.", "sparql": "SELECT ?ship WHERE { ?ship wdt:P31 wd:Q11446 }", "paraphrases": ["What are all the individual ships recorded in Wikidata?", "Can you show me all entities that are instances of a ship?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11446> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_5737", "question": "What are Victor Hugo\u2019s birth and death dates, along with his identifiers in major library databases like VIAF, GND, and BnF?", "sparql": "SELECT ?label ?image ?birthDate ?deathDate ?sbnId ?viafId ?treccaniId ?lccnId ?gndId ?bnfId WHERE { wd:Q535 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q535 wdt:P18 ?image . } OPTIONAL { wd:Q535 wdt:P569 ?birthDate . } OPTIONAL { wd:Q535 wdt:P570 ?deathDate . } OPTIONAL { wd:Q535 wdt:P396 ?sbnId . } OPTIONAL { wd:Q535 wdt:P214 ?viafId . } OPTIONAL { wd:Q535 wdt:P1986 ?treccaniId . } OPTIONAL { wd:Q535 wdt:P244 ?lccnId . } OPTIONAL { wd:Q535 wdt:P227 ?gndId . } OPTIONAL { wd:Q535 wdt:P268 ?bnfId . } }", "paraphrases": ["Can you provide Victor Hugo\u2019s image, date of birth, date of death, and his IDs from the Library of Congress, SBN, Treccani, and other authority files?", "Show me Victor Hugo\u2019s biographical data including his image, birth/death dates, and international authority identifiers."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 ?var15 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". <http://www.wikidata.org/entity/Q535> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . <http://www.wikidata.org/entity/Q535> <http://schema.org/description> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P19> ?var16 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var16 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P20> ?var17 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var17 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P396> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P214> ?var11 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P1986> ?var12 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P244> ?var13 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P227> ?var14 . } OPTIONAL { <http://www.wikidata.org/entity/Q535> <http://www.wikidata.org/prop/direct/P268> ?var15 . } OPTIONAL { BIND ( STR ( ?var18 ) AS ?var8 ). ?var18 <http://schema.org/about> <http://www.wikidata.org/entity/Q535> . FILTER ( ( CONTAINS ( STR ( ?var18 ) , \"string2\" ) ) ) . } OPTIONAL { BIND ( STR ( ?var19 ) AS ?var9 ). ?var19 <http://schema.org/about> <http://www.wikidata.org/entity/Q535> . FILTER ( ( CONTAINS ( STR ( ?var19 ) , \"string3\" ) ) ) . } }"}}
{"id": "val_5738", "question": "Most common causes of death among humans, with examples of individuals", "sparql": "SELECT ?human ?humanLabel ?causeOfDeath ?causeOfDeathLabel WHERE {  ?human (wdt:P31/wdt:P279*) wd:Q5 .  ?human wdt:P509 ?causeOfDeath .  ?human rdfs:label ?humanLabel .  ?causeOfDeath rdfs:label ?causeOfDeathLabel .  FILTER(LANG(?humanLabel) = \"en\")  FILTER(LANG(?causeOfDeathLabel) = \"en\")  {    SELECT ?causeOfDeath (COUNT(?human) AS ?freq) WHERE {      ?human (wdt:P31/wdt:P279*) wd:Q5 .      ?human wdt:P509 ?causeOfDeath .    }    GROUP BY ?causeOfDeath  }} ORDER BY DESC(?freq) ASC(?causeOfDeath) LIMIT 50", "paraphrases": ["Who are some people who died from the most frequent causes of death, and what were those causes?", "List 50 humans along with their cause of death, sorted by how frequently each cause occurs, with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P509> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 50"}}
{"id": "val_5739", "question": "What property is most frequently used to classify entities as \"siege\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?subject ?property wd:Q188055 .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which direct property connects the highest number of entities to the entity \"siege\"?", "Among all properties pointing to \"siege\", which one is used the most, and how many times?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q188055> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5740", "question": "Players who have played for FC Bayern Munich", "sparql": "SELECT ?player ?playerLabel WHERE { ?player wdt:P54 wd:Q15789 . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") }", "paraphrases": ["Who are the players that have been members of FC Bayern Munich?", "List the English names of all people who have been part of FC Bayern Munich."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q15789> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5741", "question": "What is the international airport in Kathmandu, Nepal, and what is its IATA code?", "sparql": "SELECT DISTINCT ?airport ?airportLabel ?city ?cityLabel ?iataCode ?coordinates WHERE { ?airport wdt:P31 wd:Q644371 . ?airport wdt:P17 wd:Q837 . ?airport wdt:P238 ?iataCode . ?airport wdt:P131 wd:Q3037 . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") . OPTIONAL { ?airport wdt:P625 ?coordinates . } } LIMIT 1", "paraphrases": ["Which international airport is located in Kathmandu and what are its details including coordinates?", "Find the main international airport serving Kathmandu, including its name, city, IATA code, and location coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q644371> . ?var1 ?var5 ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> ?var3 . SERVICE <http://wikiba.se/ontology#around> { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var6 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(87 28)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"200\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var4 . } } ORDER BY ASC( ?var7 ) LIMIT 1"}}
{"id": "val_5742", "question": "What are the different types of arts festivals, and how many instances does each type have?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel(COUNT(?instance) AS ?instanceCount) WHERE {\n  ?subclass wdt:P279 wd:Q4801521 .\n  ?instance(wdt:P31 / wdt:P279 *) ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nGROUP BY ?subclass ?subclassLabel\nORDER BY DESC(?instanceCount)", "paraphrases": ["Which subclasses of arts festivals have the most instances, and how many are there?", "Can you list the categories of arts festivals ranked by how many events belong to each?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4801521> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4801521> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_5743", "question": "List all music festivals and their subtypes in Wikidata with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P31 wd:Q868557 .\n  } UNION {\n    ?item wdt:P279 wd:Q868557 .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the music festivals and their subclasses in Wikidata, along with their English names?", "Show me all entities that are either music festivals or subtypes of music festivals, including their English labels."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q868557> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q868557> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_5744", "question": "What is the English description of the album \"Tango\" by Charly Garc\u00eda and Pedro Aznar, and does it have an image or English title?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q6138641 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q6138641 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q6138641 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you find the English label and description of the 1986 album \"Tango\" by Charly Garc\u00eda and Pedro Aznar, along with its image on Wikimedia Commons?", "Show me the English name, description, and image of the album \"Tango\" released in 1986."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q6138641> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q6138641> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q6138641> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5745", "question": "Genes expressed in the parietal lobe with their expression evidence ranking.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?gene ?statement ?seriesOrdinal WHERE {\n  ?gene p:P5572 ?statement .\n  ?statement ps:P5572 wd:Q815334 .\n  ?statement pq:P1545 ?seriesOrdinal .\n}\nLIMIT 101", "paraphrases": ["Which genes are expressed in the parietal lobe, and what is the series ordinal of their expression evidence?", "List the genes expressed in the parietal lobe along with the rank (series ordinal) of the expression data supporting each association."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q815334> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5746", "question": "What RDF types are assigned to the properties used in Antoine Fureti\u00e8re\u2019s Wikidata profile?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?type WHERE {\n  wd:Q586211 ?property ?value .\n  ?property rdf:type ?type .\n}", "paraphrases": ["List all properties that describe Antoine Fureti\u00e8re and their corresponding RDF classes.", "Are all identifiers linked to Antoine Fureti\u00e8re classified as object properties in RDF?"], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q586211> ) } ?var1 ?var2 ?var3 . ?var2 ?var4 ?var5 . }"}}
{"id": "val_5747", "question": "List of sovereign states with French Wikipedia pages and their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?country ?countryLabel ?wikipediaPage WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?wikipediaPage schema:about ?country .\n  ?wikipediaPage schema:isPartOf <https://fr.wikipedia.org/> .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["Which countries are sovereign states and have a corresponding page on the French Wikipedia, along with their English names?", "Show me the English names of all sovereign states that have a Wikipedia page in French, along with the URLs of those pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5748", "question": "Image of Thomas L. McKenney with SNAC ARK ID w6pn96pf", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6pn96pf\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What image is linked to Thomas L. McKenney in Wikidata, given his SNAC ARK ID is w6pn96pf?", "Show me the Wikimedia Commons image associated with the person identified by SNAC ARK ID w6pn96pf."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pn96pf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5749", "question": "Scholarly articles authored by Magnus Knuth, including co-authors, publication venues, number of pages, and publication dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?publicationDate) AS ?earliestPublicationDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?numberOfPages) ?venue ?venueLabel(GROUP_CONCAT(DISTINCT ?authorLabel ; SEPARATOR = \", \") AS ?authors) WHERE {\n  ?work wdt:P50 wd:Q30342960 .\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?publicationDateRaw .\n    BIND(xsd:date(?publicationDateRaw) AS ?publicationDate)\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestPublicationDate)", "paraphrases": ["What are the scholarly works written by Magnus Knuth, who are the co-authors, where were they published, how many pages do they have, and when were they published?", "List all scholarly articles authored by Magnus Knuth, showing their publication dates (earliest), number of pages, publication venues, and a comma-separated list of all authors involved."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30342960> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5750", "question": "Top pride parade events by number of associated events, including Dyke March and Christopher Street Day.", "sparql": "SELECT DISTINCT ?event ?eventLabel ?count WHERE { { SELECT ?event (COUNT(?instance) AS ?count) WHERE { ?event wdt:P31 wd:Q51404 . ?instance (wdt:P31/wdt:P279*) ?event . } GROUP BY ?event } UNION { SELECT ?event (COUNT(?instance) AS ?count) WHERE { ?event wdt:P279 wd:Q51404 . ?instance (wdt:P31/wdt:P279*) ?event . } GROUP BY ?event } OPTIONAL { ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } } ORDER BY DESC(?count) LIMIT 50", "paraphrases": ["Which pride parade events have the most instances, and how many are there for each?", "List the most popular pride parade events based on how many specific events are linked to them, with counts."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q51404> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q51404> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_5751", "question": "Works linked to Axel Gauffin and the properties used, including qualifiers like start time.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?statement ?property(SAMPLE(?qualifierProperty) AS ?sampledQualifier) WHERE {\n  {\n    SELECT DISTINCT ?work ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q5753340 .\n      ?work ?claimProperty ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claimProperty .\n      FILTER(?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierStatement wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?work ?statement ?property", "paraphrases": ["What works are associated with Axel Gauffin, and what properties link them to him? Are there any qualifiers, such as start dates, on those links?", "List all items created, owned, or curated by Axel Gauffin, along with the relationship type and any associated time qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5753340> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5752", "question": "Fictional characters who are magicians or wizards.", "sparql": "SELECT ?character ?characterLabel WHERE { ?character (wdt:P106 / wdt:P279*) wd:Q148401 . OPTIONAL { ?character rdfs:label ?characterLabel . FILTER(LANG(?characterLabel) = \"en\") } } LIMIT 10000", "paraphrases": ["Who are the fictional characters that have an occupation such as magician, witch, or wizard?", "List all fictional characters whose profession is a type of magician, including subclasses like wizard or witch."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q148401> . OPTIONAL { } } LIMIT 10000"}}
{"id": "val_5753", "question": "How many research institutions have both a GRID ID and an official website?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT(COUNT(?institution) AS ?count) WHERE {\n  ?institution wdt:P2427 ?gridId ; wdt:P856 ?website .\n}", "paraphrases": ["What is the number of organizations in Wikidata that are identified by a GRID ID and have an official website?", "Count the entities in Wikidata that have both a GRID institutional identifier and a specified official website URL."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2427> ?var3 ; <http://www.wikidata.org/prop/direct/P856> ?var4 . }"}}
{"id": "val_5754", "question": "List of stage magicians with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q15855449 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Who are the people whose occupation is stage magician?", "Can you show me the names of stage magicians in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q15855449> . } LIMIT 1000"}}
{"id": "val_5755", "question": "Countries with English and Arabic demonyms", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ?demonymEn ?demonymAr WHERE {\n  {\n    ?country wdt:P31 wd:Q6256 .\n  } UNION {\n    ?country wdt:P31 wd:Q3336843 .\n  }\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) ?country wdt:P1549 ?demonymEn .\n  FILTER ( LANG( ?demonymEn ) = \"en\" ) ?country wdt:P1549 ?demonymAr .\n  FILTER ( LANG( ?demonymAr ) = \"ar\" )\n}", "paraphrases": ["Which countries have both an English and an Arabic demonym?", "List the countries (including UK constituent countries) along with their English and Arabic demonyms."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3336843> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P518> ?var4 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"ar\" ) ) ) . }"}}
{"id": "val_5756", "question": "Remarkable trees in Czech Republic districts and their administrative hierarchy levels", "sparql": "SELECT ?tree ?treeLabel ?districtLabel ?regionLabel ?level WHERE { ?tree wdt:P31 wd:Q811534 . ?tree wdt:P131 ?municipality . ?municipality wdt:P131 ?district . ?district wdt:P131 ?region . OPTIONAL { BIND( IF( EXISTS { ?district wdt:P31 wd:Q548611 }, \"L2\", IF( EXISTS { ?region wdt:P31 wd:Q548611 }, \"L3\", \"XX\" ) ) AS ?level ) } ?tree rdfs:label ?treeLabel . ?district rdfs:label ?districtLabel . ?region rdfs:label ?regionLabel . FILTER(LANG(?treeLabel) = \"en\") FILTER(LANG(?districtLabel) = \"en\") FILTER(LANG(?regionLabel) = \"en\") } LIMIT 8000", "paraphrases": ["Which remarkable trees in the Czech Republic are located in districts, and what is their administrative level?", "List remarkable trees in the Czech Republic along with the names of their district and region, and indicate if they are at the second or third administrative level."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q811534> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var3 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , \"L2\", IF ( EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , \"L3\", IF ( EXISTS { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , \"L4\", \"XX\" ) ) ) AS ?var4 ). } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } LIMIT 8000"}}
{"id": "val_5757", "question": "What are the most recent publications in the Journal of the Chester Archaeological Society, and who authored them?", "sparql": "SELECT (MIN(?year) AS ?earliestYear) ?item ?itemLabel (GROUP_CONCAT(?authorLabel; SEPARATOR=\" // \") AS ?authors)\nWHERE {\n  ?item wdt:P1433 wd:Q27716017 .  # published in Journal of the Chester Archaeological Society\n  OPTIONAL {\n    ?item wdt:P577 ?date .\n    BIND(year(?date) AS ?year)\n  }\n  OPTIONAL {\n    ?item wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nGROUP BY ?item ?itemLabel\nORDER BY DESC(?earliestYear)\nLIMIT 1000", "paraphrases": ["List articles published in the Journal of the Chester Archaeological Society, sorted by year from newest to oldest, along with their English-language authors.", "Can you show me a list of publications from the Journal of the Chester Archaeological Society, including their publication years and author names, with the newest ones first?"], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( ?var4Label ; SEPARATOR = \" // \" ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q27716017> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var6 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var6 . } OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P50> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_5758", "question": "Remarkable trees in the Czech Republic with their districts and regions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?tree ?treeLabel ?district ?districtLabel ?region ?regionLabel WHERE {\n  ?tree wdt:P31 wd:Q811534 .\n  ?tree wdt:P17 wd:Q213 .\n  ?tree wdt:P131 ?municipality .\n  ?municipality wdt:P131 ?district .\n  ?district wdt:P131 ?region .\n  ?district wdt:P31 wd:Q548611 .\n  ?tree rdfs:label ?treeLabel .\n  ?district rdfs:label ?districtLabel .\n  ?region rdfs:label ?regionLabel .\n  FILTER ( LANG( ?treeLabel ) = \"en\" ) FILTER ( LANG( ?districtLabel ) = \"en\" ) FILTER ( LANG( ?regionLabel ) = \"en\" )\n}\nLIMIT 800", "paraphrases": ["What are the notable trees in the Czech Republic, and which districts and regions are they located in?", "List all remarkable trees in the Czech Republic along with the district and region they belong to, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q811534> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var3 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var2 , IF ( EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var3 , IF ( EXISTS { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q548611> . } , ?var6 , \"XX\" ) ) ) AS ?var4 ). } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } LIMIT 800"}}
{"id": "val_5759", "question": "What are the Spanish labels of properties and their corresponding values for Jochi, along with how many values each property has?", "sparql": "SELECT ?property (SAMPLE(?pl) AS ?propertyLabel) (COUNT(?value) AS ?count) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q186581 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"es\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?pl . FILTER(LANG(?pl) = \"es\") . } GROUP BY ?property", "paraphrases": ["In Spanish, what are Jochi\u2019s attributes, their labels, the number of values each has, and what are those values?", "Show me all the Spanish-language property names and their associated values for Jochi, grouped by property, including how many values each property has."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q186581> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5760", "question": "What templates use the \"distinct value constraint\" for their main topic, and what qualifiers are applied to those template-topic statements?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?template ?statement(SAMPLE(?qualifier) AS ?qualifierProperty) WHERE {\n  {\n    SELECT DISTINCT ?template ?statement WHERE {\n      ?statement ps:P1423 wd:Q21502410 .\n      ?template p:P1423 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier wdt:P1423 .\n  }\n}\nGROUP BY ?template ?statement", "paraphrases": ["Are there any qualifier properties used on template-topic statements that are constrained to have distinct values?", "List templates that require distinct values for their main topic and show any additional qualifiers on those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1423> <http://www.wikidata.org/entity/Q21502410> . ?var1 <http://www.wikidata.org/prop/P1423> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5761", "question": "Image of Richard Phillips (chemist) with SNAC ARK ID w6w66hr9", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6w66hr9\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for Richard Phillips (chemist), identified by SNAC ARK ID w6w66hr9?", "Show me the picture of the person whose SNAC ARK ID is w6w66hr9."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w66hr9\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5762", "question": "What are horror films starring French actors, and when were they released?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?filmLabel(MIN(?pubDate) AS ?publicationDate) WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P136 wd:Q200092 .\n  ?film(wdt:P161 | wdt:P175) ?actor .\n  ?actor wdt:P106 wd:Q10800557 .\n  ?actor(wdt:P27 | wdt:P172) wd:Q142 .\n  OPTIONAL {\n    ?film wdt:P577 ?pubDate .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}\nGROUP BY ?film ?filmLabel\nLIMIT 110", "paraphrases": ["List English-labeled horror films with French cast members, along with their earliest publication dates.", "Show me French film actors who appeared in horror movies, and the release years of those movies."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( MIN ( ?var2 ) AS ?var3 )( MIN ( ?var4 ) AS ?var5 )( MIN ( ?var6 ) AS ?var7 )( MAX ( ?var8 ) AS ?var9 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#queryEngineChunkHandler> \"Managed\". ?var1 (( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> | <http://www.wikidata.org/prop/direct/P136> )/ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 ( <http://www.wikidata.org/prop/direct/P136> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16575965> . { ?var10 (^ <http://www.wikidata.org/prop/direct/P161> |^ <http://www.wikidata.org/prop/direct/P175> ) ?var1 . } ?var10 (( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> | <http://www.wikidata.org/prop/direct/P136> )/ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10800557> . ?var10 ( <http://www.wikidata.org/prop/direct/P27> | <http://www.wikidata.org/prop/direct/P172> ) <http://www.wikidata.org/entity/Q142> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2437> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var6 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var1Label LIMIT 110"}}
{"id": "val_5763", "question": "What film has the elCinema ID 1618955?", "sparql": "SELECT ?film WHERE { ?film wdt:P3135 \"1618955\" .}", "paraphrases": ["Which movie on Wikidata is identified by the elCinema film ID 1618955?", "Find the Wikidata item for the film with elCinema ID 1618955."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"1618955\". }"}}
{"id": "val_5764", "question": "What is the English name and description of the venue in Theatricalia with ID 156?", "sparql": "SELECT ?theatre ?theatreLabel ?description WHERE { ?theatre wdt:P2468 \"156\" . OPTIONAL { ?theatre schema:description ?description . FILTER (LANG(?description) = \"en\") } ?theatre rdfs:label ?theatreLabel . FILTER (LANG(?theatreLabel) = \"en\") }", "paraphrases": ["Can you tell me the label and description in English for the Theatricalia ID 156?", "Which entity has the Theatricalia ID 156, and what is its English name and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2468> \"5r\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5765", "question": "What are the organizations in Wikidata with the fewest properties listed?", "sparql": "SELECT ?organization (COUNT(DISTINCT ?property) AS ?propertyCount) WHERE { ?organization wdt:P31 wd:Q43229 . OPTIONAL { ?organization ?property ?anyObject . } } GROUP BY ?organization ORDER BY ASC(?propertyCount)", "paraphrases": ["Which organizations have the smallest number of associated properties in Wikidata, and how many properties do they have?", "List organizations sorted by how minimally described they are in Wikidata, showing the count of properties each has."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q43229> . OPTIONAL { ?var1 ?var2 ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY ASC( ?var3 )"}}
{"id": "val_5766", "question": "All properties and values for George Orwell in Wikidata.", "sparql": "SELECT ?property ?value WHERE { wd:Q3335 ?property ?value .}", "paraphrases": ["What are all the properties and their values associated with George Orwell on Wikidata?", "Show me every piece of information Wikidata has about George Orwell, including descriptions in different languages and external identifiers."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q3335> ?var1 ?var2 . }"}}
{"id": "val_5767", "question": "List of manga and manga-related works in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P31 / wdt:279 * wd:Q8274 .\n  ?item rdfs:label ?itemLabel .\n}\nORDER BY ASC ( ?itemLabel )\nLIMIT 100", "paraphrases": ["What are the titles of manga and their subclasses in Wikidata?", "Show me up to 100 manga titles and related works, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/279> *) <http://www.wikidata.org/entity/Q8274> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ORDER BY ASC( ?var1Label ) LIMIT 100"}}
{"id": "val_5768", "question": "What is the Soccerway player ID for the Brazilian footballer Hulk?", "sparql": "SELECT DISTINCT ?soccerwayId WHERE { wd:Q62786 wdt:P2369 ?soccerwayId . }", "paraphrases": ["Can you find the Soccerway identifier for the footballer known as Hulk?", "Which Soccerway ID is associated with the player Givanildo Vieira de Sousa, who is nicknamed Hulk?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/P2369> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> \"Hulk\". }"}}
{"id": "val_5769", "question": "What are the reference details (such as URL and retrieval date) for the citation supporting Albert Einstein's occupation as a physicist?", "sparql": "SELECT ?refProp ?refValue WHERE { ref:0017e77f9ff58f99594b9cd7adbef7822e57a3df ?refProp ?refValue . }", "paraphrases": ["Show all properties and values associated with the reference that cites the source for Albert Einstein being a physicist.", "Retrieve the reference information, including the source URL and when it was accessed, for the claim that Albert Einstein was a physicist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/f1d6f62f7a8b1c2338571804037604e8dc231d71> ?var1 ?var2 . }"}}
{"id": "val_5770", "question": "Belize: official website, coordinates, image, and Wikipedia link in English, German, French, and Italian.", "sparql": "SELECT ?label ?image ?coordinates ?wikipedia ?website WHERE { wd:Q242 rdfs:label ?label . FILTER (LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) OPTIONAL { wd:Q242 wdt:P18 ?image . } OPTIONAL { wd:Q242 wdt:P625 ?coordinates . } OPTIONAL { ?wikipedia rdf:type schema:Article ; schema:about wd:Q242 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { wd:Q242 wdt:P856 ?website . } VALUES (?lang ?sort) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER (LANG(?label) = ?lang) } ORDER BY ?sort", "paraphrases": ["What are the label, image, geographic coordinates, English Wikipedia page, and official website of Belize, listed in English, German, French, and Italian order?", "Please provide the multilingual labels of Belize along with its topography image, coordinates, English Wikipedia article, and official website, sorted by language preference (English first)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q242> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q242> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5771", "question": "What are some Japanese musical groups?", "sparql": "SELECT ?group ?groupLabel WHERE { ?group wdt:P31 wd:Q215380 . ?group wdt:P495 wd:Q17 . OPTIONAL { ?group rdfs:label ?groupLabel . FILTER(LANG(?groupLabel) = 'en') } } LIMIT 100", "paraphrases": ["List musical groups from Japan.", "Can you show me bands from Japan?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var2 <http://www.wikidata.org/prop/direct/P175> <http://www.wikidata.org/entity/Q1050499> . } LIMIT 100"}}
{"id": "val_5772", "question": "Films released in November 2017", "sparql": "SELECT DISTINCT ?film WHERE { ?film (wdt:P31/wdt:P279*) wd:Q11424 . ?film wdt:P577 ?releaseDate . FILTER ( ?releaseDate >= \"2017-11-01T00:00:00Z\"^^xsd:dateTime && ?releaseDate <= \"2017-11-30T00:00:00Z\"^^xsd:dateTime ) }", "paraphrases": ["Which films were released in November 2017?", "List all films (including subtypes like documentaries or animated films) that had their publication date in November 2017."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . FILTER ( ( ( ?var2 >= \"2017-11-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2017-11-30T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5773", "question": "Musical groups from South Africa", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?group ?groupLabel WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group wdt:P495 wd:Q258 .\n  ?group rdfs:label ?groupLabel .\n  FILTER ( LANG( ?groupLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some musical groups that originate from South Africa?", "List the names of South African musical groups."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q258> . } LIMIT 100"}}
{"id": "val_5774", "question": "English label, description, and image of Saintes (Q191126)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q191126 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q191126 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q191126 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name, description, and image of the commune Saintes in France?", "Show me the English name and description of Saintes, along with its associated image from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q191126> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q191126> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q191126> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_5775", "question": "Which football player named Hulk played for a team in Portugal and has a FIFA ID?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?player ?team WHERE {\n  ?player rdfs:label \"Hulk\" @en .\n  ?player p:P1469 ?fifaStmt .\n  ?player p:P54 ?teamStmt .\n  ?teamStmt ps:P54 ?team .\n  ?team p:P17 ?countryStmt .\n  ?countryStmt ps:P17 wd:Q45 .\n}", "paraphrases": ["Who is the Brazilian footballer Hulk that played for a club in Portugal and is listed in FIFA\u2019s player database?", "Find the FIFA-registered football player named Hulk who played for a Portuguese team."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P1469> ?var5 . ?var1 ?var6Label \"Hulk\"@en . ?var1 <http://www.wikidata.org/prop/P54> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P54> ?var2 . ?var2 <http://www.wikidata.org/prop/P17> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P17> <http://www.wikidata.org/entity/Q45> . }"}}
{"id": "val_5776", "question": "How many colleges are listed in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?college ) AS ?count ) WHERE {\n  ?college wdt:P31 wd:Q16641394 .\n}", "paraphrases": ["What is the total number of institutions classified as colleges in Wikidata?", "Count the number of entities that are instances of the class \"college\"."], "info": {"raw_sparql": "SELECT DISTINCT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3578400> . } LIMIT 10"}}
{"id": "val_5777", "question": "What resources have the German label \"Katze\"?", "sparql": "SELECT ?item WHERE { ?item schema:name \"Katze\"@de . }", "paraphrases": ["Show me everything labeled \"Katze\" in German.", "Which items in Wikidata or related datasets are called \"Katze\" in German?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2Label \"Katze\"@de . } LIMIT 1"}}
{"id": "val_5778", "question": "Administrative hierarchy of Lyngby-Taarb\u00e6k Municipality", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?administrativeEntity ( STR( ?label ) AS ?administrativeEntityLabel ) WHERE {\n  wd:Q493826 wdt:P131 * ?administrativeEntity .\n  ?administrativeEntity rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What administrative regions is Lyngby-Taarb\u00e6k Municipality part of, including itself?", "List all administrative entities that Lyngby-Taarb\u00e6k Municipality belongs to, from the municipality up to the kingdom."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q493826> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5779", "question": "What are the geographic coordinates of Saratov?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coordinates WHERE {\n  wd:Q5332 wdt:P625 ?coordinates .\n}", "paraphrases": ["Where is Saratov located? (in coordinates)", "Give me the latitude and longitude of the city of Saratov."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5332> . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_5780", "question": "List brutal death metal bands with their official websites, Facebook usernames, countries of origin, MusicBrainz IDs, and images.", "sparql": "SELECT ?group ?groupLabel ?website ?facebookUsername ?countryLabel ?musicBrainzId ?image WHERE { ?group wdt:P31 wd:Q215380 . ?group wdt:P136 wd:Q2265866 . OPTIONAL { ?group wdt:P856 ?website . } OPTIONAL { ?group wdt:P2013 ?facebookUsername . } OPTIONAL { ?group wdt:P495 ?country . } ?group wdt:P434 ?musicBrainzId . OPTIONAL { ?group wdt:P18 ?image . } ?group rdfs:label ?groupLabel . FILTER(LANG(?groupLabel) = \"en\") OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } }", "paraphrases": ["Which brutal death metal musical groups have official websites, Facebook profiles, known countries of origin, MusicBrainz IDs, and images on Wikimedia Commons?", "Show me the names, countries, websites, Facebook usernames, MusicBrainz IDs, and images of all brutal death metal bands in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q2265866> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4003> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P434> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } }"}}
{"id": "val_5781", "question": "What is the image of Mikhail Bakhtin in Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6fg5vj3\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the picture associated with the SNAC ARK ID w6fg5vj3?", "Show the Commons image for the person identified by the SNAC ARK ID w6fg5vj3."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6fg5vj3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5782", "question": "What Olympic Games took place in the year 2000?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?olympicEvent ?label WHERE {\n  ?olympicEvent wdt:P31 ?olympicClass .\n  ?olympicClass wdt:P279 wd:Q5389 .\n  ?olympicEvent wdt:P580 ?startDate .\n  FILTER(YEAR(?startDate) = 2000)\n  OPTIONAL {\n    ?olympicEvent rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["Which event, as a subclass of the Olympic Games, started in 2000?", "Can you list the Summer Olympics that began in the year 2000?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q5389> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . FILTER ( ( REGEX ( STR ( ?var3 ) , \"^.*2000\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5783", "question": "What are the Portuguese names and descriptions of the colors in the Brazilian flag?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?color ?colorLabel ?description WHERE {\n  wd:Q82194 wdt:P462 ?color .\n  ?color rdfs:label ?colorLabel .\n  ?color schema:description ?description .\n  FILTER ( LANG( ?colorLabel ) = \"pt\" ) .\n  FILTER ( LANG( ?description ) = \"pt\" ) .\n}\nLIMIT 100", "paraphrases": ["Show me the Portuguese labels and descriptions for the colors that make up Brazil\u2019s national flag.", "Which colors appear on the Brazilian flag, and how are they described in Portuguese?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P527> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_5784", "question": "Where was Alfred Korzybski born?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?placeOfBirthLabel WHERE {\n  wd:Q333402 wdt:P19 ?placeOfBirth .\n  ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n  FILTER(LANG(?placeOfBirthLabel) = \"en\")\n}", "paraphrases": ["What is the place of birth of the Polish-American philosopher Alfred Korzybski?", "In which city was Alfred Korzybski born?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P61> <http://www.wikidata.org/entity/Q333402> . } LIMIT 10000"}}
{"id": "val_5785", "question": "List all dolls in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q168658 .\n}", "paraphrases": ["What are some examples of dolls documented in Wikidata?", "Show me the entities representing dolls, along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/q144> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q168658> . }"}}
{"id": "val_5786", "question": "Spouse of George Washington", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?spouse ?spouseLabel WHERE {\n  ?spouse wdt:P26 wd:Q23 .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER ( LANG( ?spouseLabel ) = \"en\" )\n}", "paraphrases": ["Who was married to George Washington?", "What is the name of George Washington\u2019s wife in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P26> <http://www.wikidata.org/entity/Q23> . } LIMIT 100"}}
{"id": "val_5787", "question": "Films from the United States with IMDb IDs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?imdbId WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P345 ?imdbId .\n  ?film wdt:P495 wd:Q30 .\n}", "paraphrases": ["Which films produced in the United States have IMDb identifiers?", "List films originating from the United States along with their IMDb IDs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11032> . ?var3 <http://www.wikidata.org/prop/direct/P2439> <http://www.wikidata.org/entity/Q188> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5788", "question": "What are the multilingual labels, image, and Wikipedia link for the 1994 film \"The Monster\"?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?wikipediaArticle WHERE {\n  OPTIONAL {\n    wd:Q19352 rdfs:label ?label .\n    FILTER(LANG(?label) IN(\"en\" , \"de\" , \"fr\" , \"it\"))\n  }\n  OPTIONAL {\n    wd:Q19352 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q19352 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  VALUES(?lang ?order) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  FILTER(?lang = LANG(?label))\n}\nORDER BY ?order", "paraphrases": ["Can you show me the English, German, French, and Italian labels for the movie \"The Monster\" (1994), along with its official image and Wikipedia page?", "List the titles of the film \"The Monster\" in English, German, French, and Italian, sorted by language, and include its Wikimedia Commons image and English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q19352> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q19352> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5789", "question": "Roberto Benigni labels in English, German, French, and Italian, along with his image and Wikipedia page.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?label ?image ?coordinates ?wikipedia ?youtube ?github ?twitter ?facebook ?instagram ?website ?orcid WHERE {\n  OPTIONAL {\n    wd:Q23301 rdfs:label ?label .\n    FILTER ( LANG( ?label ) IN ( \"en\" , \"de\" , \"fr\" , \"it\" ) ) VALUES ( ?langCode ?order ) {\n      ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n    }\n    FILTER ( LANG( ?label ) = ?langCode )\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P1651 ?youtube .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P2037 ?github .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P2002 ?twitter .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P2003 ?instagram .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q23301 wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?wikipedia rdf:type schema:Article ; schema:about wd:Q23301 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?order", "paraphrases": ["What are Roberto Benigni\u2019s names in different languages, and where can I find his image and Wikipedia article?", "Please provide Roberto Benigni\u2019s multilingual labels, his Wikimedia Commons image, and his English Wikipedia link."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q23301> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q23301> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5790", "question": "Chemical substances with solubility data and their English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P2177 [] .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Which chemical compounds have recorded solubility values in Wikidata, and what are their English labels?", "Please list the English names of chemical substances that have solubility measurements documented in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P2177> [ <http://www.wikidata.org/prop/qualifier/P794> ?var3 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5791", "question": "What is the official website and type of the airline Elite Airways?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?website ?instance ?wikipediaPage WHERE {\n  wd:Q16974622 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    wd:Q16974622 wdt:P856 ?website\n  }\n  OPTIONAL {\n    wd:Q16974622 wdt:P31 ?instance\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about wd:Q16974622 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}", "paraphrases": ["Can you show me the English Wikipedia page and details like label and website for Elite Airways?", "Tell me about Elite Airways: its label, official website, what kind of entity it is, and if it has an English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q16974622> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5792", "question": "Streets in Czech Republic without a Wikimedia Commons category, with images and addresses if available.", "sparql": "SELECT ?street ?streetLabel ?image ?address WHERE { ?street wdt:P31 wd:Q79007 . ?street wdt:P17 wd:Q213 . MINUS { ?street wdt:P373 ?commonsCategory . } OPTIONAL { ?street wdt:P18 ?image . } OPTIONAL { ?street wdt:P969 ?address . } ?street rdfs:label ?streetLabel . } LIMIT 3000", "paraphrases": ["What are the streets in the Czech Republic that don\u2019t have a Commons category, and do they have images or addresses?", "List all streets in the Czech Republic that aren\u2019t categorized on Wikimedia Commons, and include any available images or physical addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(11 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(16 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_5793", "question": "What educational institutions did Pavel Stoev attend?", "sparql": "SELECT ?institution ?institutionLabel WHERE { wd:Q21389271 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER (LANG(?institutionLabel) = \"en\") }", "paraphrases": ["Which universities or academic institutions is Bulgarian myriapodologist Pavel Stoev educated at, according to Wikidata?", "List the English names of the educational institutions attended by Pavel Stoev."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q21389271> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_5794", "question": "Images of Olympic events that started in 1994.", "sparql": "SELECT ?olympicEvent ?olympicEventLabel ?image WHERE { ?olympicEvent wdt:P31 ?eventClass . ?eventClass wdt:P279 wd:Q5389 . ?olympicEvent wdt:P580 ?startDate . ?olympicEvent wdt:P18 ?image . ?olympicEvent rdfs:label ?olympicEventLabel . FILTER(STRSTARTS(STR(?startDate), \"1994\")) FILTER(LANG(?olympicEventLabel) = \"en\") }", "paraphrases": ["What are the images of the Winter Olympics held in 1994?", "Show me the official image and name of the 1994 Winter Olympics."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q5389> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . FILTER ( ( REGEX ( STR ( ?var4 ) , \"^.*1994\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5795", "question": "Portuguese football clubs with \"Sporting\" in their name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?club ?founder ?label WHERE {\n  ?club wdt:P31 wd:Q476028 ; wdt:P17 wd:Q45 ; OPTIONAL {\n    ?club wdt:P112 ?founder\n  }\n  .\n  ?club rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' ) .\n  FILTER ( CONTAINS( LCASE( ?label ) , \"sporting\" ) )\n}", "paraphrases": ["Which association football clubs in Portugal have \"Sporting\" in their English name?", "List all Portuguese football clubs whose official English name includes the word \"Sporting\", along with their founders."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q476028> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q45> ; <http://www.wikidata.org/prop/direct/P112> ?var2 ; <http://www.wikidata.org/prop/direct/P85> ?var3 ; ?var4 \"string1\". }"}}
{"id": "val_5796", "question": "What journals has Jean-Paul Chretien published in most frequently, and what are their abbreviations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?publicationLabel(COUNT(?work) AS ?publicationCount) WHERE {\n  ?work wdt:P50 wd:Q42787445 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?abbreviation .\n  }\n  BIND(COALESCE(?abbreviation , ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["List the publications where Jean-Paul Chretien has authored papers, sorted by the number of papers per journal, using abbreviations where available.", "Which academic journals have published the most work by researcher Jean-Paul Chretien?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42787445> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5797", "question": "Schools within 10 km of Jena, Germany", "sparql": "SELECT ?school ?schoolLabel ?schoolCoord WHERE { wd:Q3150 wdt:P625 ?jenaCoord . BIND(STRBEFORE(STRAFTER(STR(?jenaCoord), \"POINT(\"), \" \") AS ?jenaLon) BIND(STRBEFORE(STRAFTER(STR(?jenaCoord), \" \"), \")\") AS ?jenaLat) BIND(xsd:double(?jenaLon) - 0.14 AS ?minLon) BIND(xsd:double(?jenaLon) + 0.14 AS ?maxLon) BIND(xsd:double(?jenaLat) - 0.09 AS ?minLat) BIND(xsd:double(?jenaLat) + 0.09 AS ?maxLat) ?school wdt:P625 ?schoolCoord . BIND(STRBEFORE(STRAFTER(STR(?schoolCoord), \"POINT(\"), \" \") AS ?schoolLonStr) BIND(STRBEFORE(STRAFTER(STR(?schoolCoord), \" \"), \")\") AS ?schoolLatStr) BIND(xsd:double(?schoolLonStr) AS ?schoolLon) BIND(xsd:double(?schoolLatStr) AS ?schoolLat) FILTER(?schoolLon >= ?minLon && ?schoolLon <= ?maxLon) FILTER(?schoolLat >= ?minLat && ?schoolLat <= ?maxLat) ?school (wdt:P31/wdt:P279*) wd:Q3914 . ?school rdfs:label ?schoolLabel . FILTER(LANG(?schoolLabel) = \"en\")}", "paraphrases": ["What schools are located within 10 kilometers of Jena?", "List the English-named schools near Jena, Germany, within a 10 km radius."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q3150> <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"10\". } FILTER ( ( EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3914> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_5798", "question": "All properties and values associated with Zhang Bingyan on Wikidata.", "sparql": "SELECT ?person ?property ?value WHERE { VALUES ?person { wd:Q11068027 } ?person ?property ?value .}", "paraphrases": ["What information is available about Zhang Bingyan in Wikidata?", "Show me every piece of data Wikidata has on the Qing dynasty politician Zhang Bingyan."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q11068027> ) ( <http://www.wikidata.org/wiki/Special:EntityData/Q11068027> ) } ?var1 ?var2 ?var3 . }"}}
{"id": "val_5799", "question": "Image of Paul Scherrer with SNAC ARK ID w68s548c", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w68s548c\" . ?person wdt:P18 ?image .}", "paraphrases": ["What is the image associated with Paul Scherrer's SNAC ARK ID w68s548c?", "Show me the Wikimedia Commons image of the person identified by the SNAC ARK ID w68s548c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68s548c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5800", "question": "Humans born in Odisha or its districts with VIAF or IMDb IDs", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?dateOfBirth ?birthPlace ?viafId ?imdbId WHERE {\n  ?person wdt:P31 wd:Q5 .\n  {\n    ?person wdt:P19 wd:Q22048 .\n  } UNION {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace wdt:P131 * wd:Q22048 .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?person wdt:P214 ?viafId .\n  }\n  OPTIONAL {\n    ?person wdt:P345 ?imdbId .\n  }\n}\nORDER BY ASC ( ?dateOfBirth )\nLIMIT 10", "paraphrases": ["Who are some people born in Odisha or its administrative regions, and do they have VIAF or IMDb identifiers?", "List people from Odisha (including its cities and districts) who are notable enough to have VIAF or IMDb IDs, sorted by birth date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) ?var1Label ?var5 ?var6 ?var7Label ?var8 ?var9 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hi, en\". } BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( STRAFTER ( STR ( ?var1 ) , \"Q\" ) ) AS ?var10 ). ?var1 <http://wikiba.se/ontology#statements> ?var2 . OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> ?var11 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q22048> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q22048> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var9 . } } GROUP BY ?var1 ?var2 ?var1Label ?var5 ?var6 ?var7Label ?var8 ?var9 ORDER BY ASC( ?var6 )"}}
{"id": "val_5801", "question": "What properties are used to describe King Abdullah University of Science and Technology (KAUST) in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q1463036 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( STRAFTER( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) AS ?propId ) .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , ?propId ) ) AS ?propItem ) .\n  ?propItem rdfs:label ?propertyLabel .\n  ?propItem schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n  FILTER ( LANG( ?propertyDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which English-labeled properties describe KAUST, and what are their descriptions?", "List the English labels and descriptions of all direct properties applied to King Abdullah University of Science and Technology."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1463036> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5802", "question": "Philosophers who died in 1947", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?dateOfDeath WHERE {\n  ?person ( wdt:P106 / wdt:P279 * ) wd:Q4964182 ; wdt:P570 ?dateOfDeath .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  FILTER ( ?dateOfDeath >= \"1947-01-01T00:00:00Z\" ^^ xsd:dateTime && ?dateOfDeath <= \"1947-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who were the philosophers that died in 1947?", "List the names and death dates of all philosophers (including sub-occupations like analytic philosopher) who died between January 1 and December 31, 1947."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4964182> ; <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 <= \"1947-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 >= \"1947-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5803", "question": "Music singles performed by the band Bush.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?single ?singleLabel WHERE {\n  ?single wdt:P175 wd:Q247949 ; wdt:P31 wd:Q134556 .\n  ?single rdfs:label ?singleLabel .\n  FILTER(LANG(?singleLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the names of the music singles released by the British rock band Bush?", "List the English titles of all music singles by Bush."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P175> <http://www.wikidata.org/entity/Q247949> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q134556> ) ) ) . } LIMIT 100"}}
{"id": "val_5804", "question": "Who is the person with IMDb ID nm1768185?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P345 \"nm1768185\" .\n  ?person rdfs:label ?personLabel .\n}\nLIMIT 1", "paraphrases": ["What is the name of the person identified by the IMDb ID nm1768185?", "Find the name of the human associated with the IMDb identifier nm1768185."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P345> ?var2 . FILTER ( ( ( ?var2 = \"nm1768185\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } } LIMIT 50"}}
{"id": "val_5805", "question": "Buildings and structures near latitude 52 and longitude 0 with their types and coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?lat ?lon ?type ?typeLabel WHERE {\n  ?item wdt:P625 ?coord .\n  ?item wdt:P31 ?type .\n  BIND( geof:latitude ( ?coord ) AS ?lat ) BIND( geof:longitude ( ?coord ) AS ?lon ) FILTER ( ?lat >= 51.6 && ?lat <= 52.4 && ?lon >= -0.4 && ?lon <= 0.4 ) ?item rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nORDER BY ?itemLabel\nLIMIT 20", "paraphrases": ["What are the buildings and other structures located within 44 kilometers of the coordinates 0\u00b0 longitude and 52\u00b0 latitude, and what are their types and exact locations?", "Show me the names, types, and geographic coordinates of places located near the center of the North Sea, specifically around 52\u00b0N and 0\u00b0E."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var1 ?var5 ?var6 . ?var1 <http://www.wikidata.org/prop/P625> ?var7 ; <http://www.wikidata.org/prop/P625> [ <http://www.wikidata.org/prop/statement/P625> ?var8 ; <http://www.wikidata.org/prop/statement/value/P625> [ <http://wikiba.se/ontology#geoLongitude> ?var3 ; <http://wikiba.se/ontology#geoLatitude> ?var2 ] ] . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var9 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(0 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"0.40180025492515475\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],de,en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ORDER BY DESC(COUNT ( ?var5 )) LIMIT 20"}}
{"id": "val_5806", "question": "What is the English name of S.L. Benfica?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q131499 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n}", "paraphrases": ["How is S.L. Benfica called in English?", "What is the official English label for the football club Q131499?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q131499> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . }"}}
{"id": "val_5807", "question": "What is the Portuguese name of S.L. Benfica?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q131499 rdfs:label ?label .\n  FILTER(LANG(?label) = \"pt\")\n}", "paraphrases": ["Portuguese label for S.L. Benfica.", "Please provide the Portuguese-language label for the football club S.L. Benfica."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q131499> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"pt\" ) ) ) . }"}}
{"id": "val_5808", "question": "Communes in Brittany with French names and their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT DISTINCT ?department ?departmentLabel ?commune ?communeLabel ?latitude ?longitude WHERE {\n  ?department wdt:P131 wd:Q12130 .\n  ?department wdt:P31 wd:Q6465 .\n  ?commune wdt:P131 ?department .\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P625 ?coord .\n  ?department rdfs:label ?departmentLabel .\n  ?commune rdfs:label ?communeLabel .\n  FILTER(LANG(?departmentLabel) = \"fr\")\n  FILTER(LANG(?communeLabel) = \"fr\")\n  BIND(geof:latitude(?coord) AS ?latitude)\n  BIND(geof:longitude(?coord) AS ?longitude)\n}\nORDER BY ASC(?communeLabel)", "paraphrases": ["What are the communes in the French departments of Brittany, their French labels, and geographic coordinates?", "List all communes located in Brittany\u2019s departments, including their French names and latitude/longitude coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var1Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12130> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var5 . ?var5 <http://wikiba.se/ontology#geoLatitude> ?var3 . ?var5 <http://wikiba.se/ontology#geoLongitude> ?var4 . } ORDER BY ASC( ?var2Label )"}}
{"id": "val_5809", "question": "Portuguese names of players who played for S.L. Benfica", "sparql": "SELECT DISTINCT ?player ?playerLabel WHERE { ?player wdt:P54 wd:Q131499 . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"pt\") }", "paraphrases": ["Who are the players that played for S.L. Benfica, and what are their names in Portuguese?", "List all players of S.L. Benfica with their names in Portuguese."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q131499> ( <http://www.wikidata.org/prop/statement/P54> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var1 . ?var2 ( <http://www.wikidata.org/prop/statement/P54> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"pt\" ) ) ) . } ORDER BY DESC( ?var3 )"}}
{"id": "val_5810", "question": "What entities are linked to the Wikimedia human name disambiguation page Q10357320 via \"instance of\" or \"similar to\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item(SAMPLE(?itemLabel) AS ?label) WHERE {\n  wd:Q10357320 ?property ?item .\n  FILTER(?property = wdt:P31 || ?property = wdt:P1889)\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nGROUP BY ?item", "paraphrases": ["Which items are classified as or similar to the disambiguation page for human names on Wikimedia, and what are their English labels?", "Please list the English labels of all entities that are either instances of or similar to the Wikimedia human name disambiguation page Q10357320."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q10357320> ?var2 ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var2 = <http://www.wikidata.org/prop/direct/P31> ) || ( ?var2 = <http://www.wikidata.org/prop/direct/P1889> ) ) ) . }"}}
{"id": "val_5811", "question": "What is the Wikivoyage page for Belgium, and what are its geographic coordinates?", "sparql": "SELECT ?wikivoyage_page ?latitude ?longitude WHERE { VALUES ?country { wd:Q31 } OPTIONAL { ?wikivoyage_page schema:about ?country ; schema:isPartOf <https://en.wikivoyage.org/> . } ?country wdt:P625 ?coordinate . BIND(REPLACE(STR(?coordinate), \"POINT\\\\((.*)\\\\)\", \"$1\") AS ?coords) BIND(STRBEFORE(?coords, \" \") AS ?longitude) BIND(STRAFTER(?coords, \" \") AS ?latitude) }", "paraphrases": ["Can you show me the latitude and longitude of Belgium, along with its English Wikivoyage link?", "Where is Belgium located on Earth? Include its Wikivoyage page and coordinates."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q31> ) } OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikivoyage.org/> . } SERVICE <http://dbpedia.org/sparql> { ?var3 <http://www.w3.org/2002/07/owl#sameAs> ?var1 . OPTIONAL { ?var3 <http://www.opengis.net/ont/geosparql#lat> ?var4 . } OPTIONAL { ?var3 <http://www.opengis.net/ont/geosparql#long> ?var5 . } } }"}}
{"id": "val_5812", "question": "Authors of \"High-priority drug\u2013drug interactions for use in electronic health records\" with their ORCID IDs or Wikidata links.", "sparql": "SELECT ?authorLabel (COALESCE(?orcid, CONCAT(\"https://www.wikidata.org/wiki/\", SUBSTR(STR(?author), 31)), ?authorLabel) AS ?fallback) WHERE { wd:Q17505343 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } OPTIONAL { ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } }", "paraphrases": ["Who are the authors of the article \"High-priority drug\u2013drug interactions for use in electronic health records\", and what are their ORCID identifiers or Wikidata URLs if no ORCID is available?", "List all authors of the scholarly article on high-priority drug-drug interactions, showing their ORCID if available; otherwise, provide a link to their Wikidata page."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q17505343> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_5813", "question": "Instances of occurrence or its subclasses in Wikidata", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31 / wdt:P279*) wd:Q1190554 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(STRSTARTS(STR(?item), \"http://www.wikidata.org/entity/Q\")) } LIMIT 250", "paraphrases": ["What are some real-world events or phenomena classified as occurrences in Wikidata?", "List English-labeled entities that are instances of occurrence or any of its subclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1190554> . } LIMIT 250"}}
{"id": "val_5814", "question": "What is the area and length of Australia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?area ?length WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P2046 ?area .\n  ?country wdt:P2043 ?length .\n  ?country rdfs:label ?label .\n  FILTER(CONTAINS(LCASE(?label) , \"australie\"))\n}\nLIMIT 15", "paraphrases": ["Can you tell me the area and maximum length of countries whose name includes \"Australia\" or \"Australie\"?", "Show me the area and length of any country named Australia (in any language)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2043> ?var3 . FILTER ( ( REGEX ( ?var1 , \"Australie\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 15"}}
{"id": "val_5815", "question": "What is the English label and description of the artwork with Art Institute of Chicago ID 44741?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4610 \"44741\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Tell me about the sculpture with ARTIC ID 44741 \u2014 what is its name and description in English?", "Find the English name and description of the artwork identified as 44741 on the Art Institute of Chicago\u2019s website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4610> \"44713\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5816", "question": "Monuments and their geographic coordinates", "sparql": "SELECT ?label ?coordinates WHERE { ?monument wdt:P31 wd:Q4989906 . ?monument wdt:P625 ?coordinates . ?monument rdfs:label ?label . } LIMIT 100", "paraphrases": ["What are the names and locations of all monuments?", "Show me a list of monuments with their coordinates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4989906> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P127> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 100"}}
{"id": "val_5817", "question": "What is the total fractional number of pages contributed by each author affiliated with the University of Copenhagen Niels Bohr Institute, grouped by publication year?", "sparql": "SELECT ?year (SUM(?fractionalPages) AS ?totalFractionalPages) ?authorLabel\nWHERE {\n  # Get articles by affiliated authors (either person or string)\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P1104 ?pages .\n  ?article wdt:P577 ?pubDate .\n  BIND(YEAR(?pubDate) AS ?year)\n\n  # Get author(s) \u2014 person or string\n  {\n    ?article wdt:P50 ?author .\n    ?author (wdt:P108 | wdt:P1416) ?org .\n    FILTER(?org = wd:Q263761 || EXISTS { ?org wdt:P361 wd:Q263761 })\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  } UNION {\n    ?article wdt:P2093 ?authorName .\n    ?authorName (wdt:P108 | wdt:P1416) ?org .\n    FILTER(?org = wd:Q263761 || EXISTS { ?org wdt:P361 wd:Q263761 })\n    BIND(?authorName AS ?authorLabel)\n  }\n\n  # Count total number of authors per article (both person and string)\n  {\n    SELECT ?article (COUNT(?a) AS ?authorCount)\n    WHERE {\n      ?article (wdt:P50 | wdt:P2093) ?a .\n    }\n    GROUP BY ?article\n  }\n\n  BIND(?pages / ?authorCount AS ?fractionalPages)\n  FILTER(BOUND(?year))\n}\nGROUP BY ?year ?authorLabel\nORDER BY ASC(?year)", "paraphrases": ["For authors linked to the Niels Bohr Institute, how many pages on average did they contribute per article per year, summed across all their publications?", "List the total fractional page count of scholarly articles authored by researchers affiliated with the Niels Bohr Institute, broken down by year and author name."], "info": {"raw_sparql": "SELECT ?var1 ( SUM ( ?var2 ) AS ?var3 ) ?var4Label WHERE { { SELECT ?var4Label ?var5 ?var1 ( ( SAMPLE ( ?var6 )/COUNT ( ?var7 ) ) AS ?var2 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q263761> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q263761> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1416> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q263761> . } BIND ( STR ( YEAR ( ?var10 ) ) AS ?var1 ). ?var5 ( <http://www.wikidata.org/prop/direct/P50> | <http://www.wikidata.org/prop/direct/P2093> ) ?var7 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var5 <http://www.wikidata.org/prop/direct/P50> ?var8 . ?var5 <http://www.wikidata.org/prop/direct/P1104> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P577> ?var10 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } GROUP BY ?var5 ?var4Label ?var1 } } GROUP BY ?var1 ?var4Label ORDER BY ASC( ?var1 )"}}
{"id": "val_5818", "question": "What are some schools around the world and their corresponding countries?", "sparql": "SELECT DISTINCT ?schoolLabel ?countryLabel WHERE { ?school wdt:P31 wd:Q3914 . ?school wdt:P131 ?admin . ?admin wdt:P131 ?country . ?country wdt:P31 wd:Q3624078 . ?school rdfs:label ?schoolLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?schoolLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list schools and the countries they are located in, using Wikidata?", "Which countries host schools, and what are the names of those schools, based on their administrative location hierarchy?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3914> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 100"}}
{"id": "val_5819", "question": "What are the top 10 airlines in the world, along with their IATA and ICAO codes, country, and official websites?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airline ?airlineLabel ?iataCode ?icaoCode ?callsign ?website ?country ?countryLabel WHERE {\n  ?airline wdt:P31 wd:Q46970 ; wdt:P17 ?country ; wdt:P229 ?iataCode ; wdt:P230 ?icaoCode .\n  OPTIONAL {\n    ?airline wdt:P432 ?callsign .\n  }\n  OPTIONAL {\n    ?airline wdt:P856 ?website .\n  }\n  ?airline rdfs:label ?airlineLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?airlineLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you list airlines that have both IATA and ICAO codes, including their names, country, callsigns, and websites, all in English?", "Show me airline details like their names, country, IATA/ICAO codes, and websites \u2014 only for airlines with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label ?var6 ?var7Label ?var8Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46970> ; <http://www.wikidata.org/prop/direct/P17> ?var7 ; <http://www.wikidata.org/prop/direct/P229> ?var2 ; <http://www.wikidata.org/prop/direct/P230> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P432> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P127> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_5820", "question": "What are the labels, image, coordinates, and social media links for the Monumento alla Resistenza in Ancona, Italy, in English, French, and Italian?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?image ?coordinates ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?website ?orcid WHERE {\n  VALUES ( ?lang ?sortOrder ) {\n    ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n  }\n  wd:Q17636661 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?lang ) OPTIONAL {\n    wd:Q17636661 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P2003 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q17636661 wdt:P496 ?orcid .\n  }\n}\nORDER BY ?sortOrder", "paraphrases": ["Show me the official labels in English, French, and Italian for the Monumento alla Resistenza monument, along with its image, location, and any associated YouTube, GitHub, Twitter, Facebook, Instagram, website, or ORCID identifiers.", "Retrieve the multilingual labels and key metadata (image, coordinates, social media, website, ORCID) for the Monumento alla Resistenza, sorted by language preference: English first, then French, then Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q17636661> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q17636661> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5821", "question": "Items used by house cats", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P1535 ?stmt .\n  ?stmt ps:P1535 wd:Q146 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What products or things are used by domestic cats?", "List all items that are used by house cats, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1535> <http://www.wikidata.org/entity/Q146> . ?var1 <http://www.wikidata.org/prop/P1535> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5822", "question": "Flags and municipal entities in Ille-et-Vilaine departments", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel ?communeLabel WHERE {\n  ?item wdt:P1001 ?commune .\n  ?commune wdt:P131 wd:Q12549 .\n  ?item rdfs:label ?itemLabel .\n  ?commune rdfs:label ?communeLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?communeLabel) = \"en\")\n}", "paraphrases": ["What flags and municipal institutions are associated with communes in Ille-et-Vilaine, France?", "List the official flags and municipal entities that apply to communes located in Ille-et-Vilaine."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1001> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12549> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_5823", "question": "What are the labels for Maya Soetoro-Ng in English, German, French, and Italian, along with her image?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?image ?coordinates ?wikipedia_article WHERE {\n  VALUES(?lang ?order) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  wd:Q4382677 rdfs:label ?label .\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q4382677 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q4382677 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipedia_article schema:about wd:Q4382677 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n  }\n}\nORDER BY ASC(?order)", "paraphrases": ["Can you show me Maya Soetoro-Ng\u2019s name in different languages, ordered by preference (English first), and include her Wikimedia Commons image?", "I\u2019d like to see how Maya Soetoro-Ng is named in English, German, French, and Italian, with her photo, but I don\u2019t need coordinates or Wikipedia links."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q4382677> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"it\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q4382677> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q4382677> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q4382677> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q4382677> ; <http://schema.org/inLanguage> \"it\"; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5824", "question": "What images are available for the person with SNAC ARK ID w6h99559?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6h99559\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show me the Wikimedia Commons images linked to Gerald Strickland\u2019s SNAC ARK ID (w6h99559).", "Find images of Gerald Strickland identified by the SNAC ARK ID w6h99559."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6h99559\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5825", "question": "Reims: labels in English, German, French, and Italian; image; coordinates; and Wikipedia links.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?abstract ?wikipediaArticle WHERE {\n  {\n    wd:Q41876 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n      wd:Q41876 wdt:P18 ?image .\n    }\n    OPTIONAL {\n      wd:Q41876 wdt:P625 ?coordinates .\n    }\n    OPTIONAL {\n      wd:Q41876 schema:description ?abstract .\n      FILTER ( LANG( ?abstract ) = \"en\" )\n    }\n    OPTIONAL {\n      ?wikipediaArticle schema:about wd:Q41876 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n    }\n  } UNION {\n    wd:Q41876 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"de\" ) OPTIONAL {\n      wd:Q41876 wdt:P18 ?image .\n    }\n    OPTIONAL {\n      wd:Q41876 wdt:P625 ?coordinates .\n    }\n    OPTIONAL {\n      wd:Q41876 schema:description ?abstract .\n      FILTER ( LANG( ?abstract ) = \"de\" )\n    }\n    OPTIONAL {\n      ?wikipediaArticle schema:about wd:Q41876 ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n    }\n  } UNION {\n    wd:Q41876 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"fr\" ) OPTIONAL {\n      wd:Q41876 wdt:P18 ?image .\n    }\n    OPTIONAL {\n      wd:Q41876 wdt:P625 ?coordinates .\n    }\n    OPTIONAL {\n      wd:Q41876 schema:description ?abstract .\n      FILTER ( LANG( ?abstract ) = \"fr\" )\n    }\n    OPTIONAL {\n      ?wikipediaArticle schema:about wd:Q41876 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n    }\n  } UNION {\n    wd:Q41876 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"it\" ) OPTIONAL {\n      wd:Q41876 wdt:P18 ?image .\n    }\n    OPTIONAL {\n      wd:Q41876 wdt:P625 ?coordinates .\n    }\n    OPTIONAL {\n      wd:Q41876 schema:description ?abstract .\n      FILTER ( LANG( ?abstract ) = \"it\" )\n    }\n    OPTIONAL {\n      ?wikipediaArticle schema:about wd:Q41876 ; schema:inLanguage \"it\" ; schema:isPartOf <https://it.wikipedia.org/> .\n    }\n  }\n}\nORDER BY ?label", "paraphrases": ["What are the labels, image, coordinates, and Wikipedia articles for the city of Reims in English, German, French, and Italian?", "Show me the name of Reims in English, German, French, and Italian, along with its image, geographic coordinates, and links to its Wikipedia pages in those languages."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q41876> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q41876> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q41876> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q41876> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q41876> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_5826", "question": "Female alumni of the University of Edinburgh and their birthplaces with coordinates.", "sparql": "SELECT ?person ?personLabel ?birthPlaceLabel WHERE { ?person wdt:P69 wd:Q160302 . ?person wdt:P21 wd:Q6581072 . ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P625 ?coord . ?person rdfs:label ?personLabel . ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") }", "paraphrases": ["Who are the women who studied at the University of Edinburgh, and where were they born (with geographic coordinates)?", "List the names of female graduates from the University of Edinburgh along with the names of their birthplaces that have known geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q160302> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5827", "question": "What is the name and country of the location with GeoNames ID 703447?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?placeLabel ?countryLabel WHERE {\n  ?place wdt:P1566 \"703447\" .\n  ?place wdt:P17 ?country .\n  ?place rdfs:label ?placeLabel .\n  ?country rdfs:label ?countryLabel .\n}", "paraphrases": ["Show me the label and country of the place identified by GeoNames ID 703447.", "Which place has the GeoNames ID 703447, and in which country is it located?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 WHERE { { ?var5 <http://www.wikidata.org/prop/direct/P1566> <http://www.wikidata.org/entity/703447> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5828", "question": "List all shared Wikimedia Commons categories for English heritage buildings with multiple listed structures and their National Heritage List numbers.", "sparql": "SELECT DISTINCT ?category ?item ?itemLabel (GROUP_CONCAT(DISTINCT ?heritageNumber; separator=\" \") AS ?heritageNumbers) WHERE { { SELECT ?category WHERE { ?item1 wdt:P373 ?category ; wdt:P1216 ?n1 . ?item2 wdt:P373 ?category ; wdt:P1216 ?n2 . FILTER (?item1 != ?item2) FILTER NOT EXISTS { ?item1 wdt:P31 wd:Q4167836 } FILTER NOT EXISTS { ?item2 wdt:P31 wd:Q4167836 } } GROUP BY ?category HAVING (COUNT(?item1) >= 2) } ?item wdt:P373 ?category . FILTER NOT EXISTS { ?item wdt:P31 wd:Q4167836 } OPTIONAL { ?item wdt:P1216 ?heritageNumber } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } GROUP BY ?category ?item ?itemLabel ORDER BY ASC(?category) ASC(?item)", "paraphrases": ["Which Wikimedia Commons categories are used by more than one listed building in England, and what are the heritage numbers of those buildings?", "Show me the heritage buildings grouped by their shared Wikimedia Commons categories, where each category contains at least two listed buildings, along with their National Heritage List for England numbers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ( GROUP_CONCAT ( ?var3 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P373> ?var1 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } ) ) . ?var5 <http://www.wikidata.org/prop/direct/P1216> ?var6 . ?var7 <http://www.wikidata.org/prop/direct/P373> ?var1 . FILTER ( ( ( ?var5 != ?var7 ) ) ) . FILTER ( ( NOT EXISTS { ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } ) ) . ?var2 <http://www.wikidata.org/prop/direct/P373> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1216> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var2 ?var2Label ORDER BY ASC( ?var1 )ASC( ?var2 )"}}
{"id": "val_5829", "question": "What positions did Leanne Wood hold, and in which elections was she elected?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?positionLabel ?election ?electionLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P735 wd:Q3829266 ; wdt:P19 wd:Q6662915 ; p:P39 ?stmt .\n  ?stmt ps:P39 ?position ; pq:P2715 ?election .\n  ?position rdfs:label ?positionLabel .\n  ?election rdfs:label ?electionLabel .\n  FILTER ( LANG( ?positionLabel ) = \"en\" ) FILTER ( LANG( ?electionLabel ) = \"en\" )\n}", "paraphrases": ["For the Welsh politician Leanne Wood, born in Llwynypia, what offices did she hold and during which elections?", "List the elected positions held by Leanne Wood and the corresponding elections in which she was elected."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P735> <http://www.wikidata.org/entity/Q3829266> . ?var3 <http://www.wikidata.org/prop/P39> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q6662915> . ?var3 <http://www.wikidata.org/prop/qualifier/P2715> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5830", "question": "Image of Esteban T\u00e1pis with SNAC ARK ID w60v8p2n", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w60v8p2n\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Esteban T\u00e1pis, identified by the SNAC ARK ID w60v8p2n?", "Please retrieve the Wikimedia Commons image for the person whose SNAC ARK ID is w60v8p2n."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60v8p2n\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5831", "question": "What are the WikiPathways IDs of biological pathways associated with humans?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pathwayId WHERE {\n  ?pathway wdt:P2410 ?pathwayId ; wdt:P703 wd:Q15978631 .\n}", "paraphrases": ["Which pathways in WikiPathways are found in Homo sapiens?", "Show me the identifiers of human biological pathways from WikiPathways."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://identifiers.org/wikipathways/WP2761_r88021> <http://www.wikidata.org/prop/direct/P2410> ?var1 ; <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q15978631> . }"}}
{"id": "val_5832", "question": "Russian citizens linked to Russian Wikisource with birth and death dates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human ?label ?birthDate ?deathDate WHERE {\n  ?human wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?human wdt:P27 ?citizenship .\n  }\n  OPTIONAL {\n    ?human wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?human wdt:P570 ?deathDate .\n  }\n  ?page schema:about ?human ; schema:isPartOf <https://ru.wikisource.org/> .\n  FILTER(?citizenship = wd:Q159)\n  ?human rdfs:label ?label .\n  FILTER(LANG(?label) = \"ru\" || LANG(?label) = \"\")\n}\nORDER BY ASC(?deathDate)", "paraphrases": ["Who are Russian citizens that have pages on Russian Wikisource, and what are their birth and death dates?", "List Russian citizens who are featured on Russian Wikisource, along with their birth and death dates, sorted by death date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var5 . } ?var6 <http://schema.org/isPartOf> <https://ru.wikisource.org/> ; <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q159> ) ) ) . } ORDER BY ASC( ?var3 )"}}
{"id": "val_5833", "question": "Male children of Adolf Wilhelm Roos", "sparql": "SELECT DISTINCT ?child WHERE { wd:Q6078257 wdt:P40 ?child . ?child wdt:P21 wd:Q6581097 . }", "paraphrases": ["Who are the male children of Swedish politician Adolf Wilhelm Roos?", "List all male descendants who are direct children of Adolf Wilhelm Roos."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . <http://www.wikidata.org/entity/Q6078257> <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> ?var1 . } LIMIT 101"}}
{"id": "val_5834", "question": "Most used property linking to the album \"Movies\" by Holger Czukay", "sparql": "SELECT ?prop (COUNT(?prop) AS ?count)\nWHERE {\n  ?item ?prop wd:Q1179487 .\n  FILTER(STRSTARTS(STR(?prop), \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?prop\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property is most commonly used to connect the album \"Movies\" to other items?", "Show me the property that links the album \"Movies\" to a list, and how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q1179487> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5835", "question": "What are some abstract concepts or aspects related to human beings?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?facet ?facetLabel ?officialName WHERE {\n  ?facet wdt:P1269 wd:Q5 .\n  OPTIONAL {\n    ?facet wdt:P1448 ?officialName .\n  }\n  ?facet rdfs:label ?facetLabel .\n  FILTER(LANG(?facetLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list the English names of concepts that are considered facets of humanity, along with their official names?", "Which topics are considered dimensions of human existence, and what are their official titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1269> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 100"}}
{"id": "val_5836", "question": "Who is the human with the alias \"2Pac\" in English?", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human skos:altLabel \"2Pac\"@en . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 5", "paraphrases": ["Which human is known by the alternative name \"2Pac\" in English?", "Find the English label of the person whose alias is \"2Pac\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var2Label \"2pac\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5"}}
{"id": "val_5837", "question": "What is Lennart Meri\u2019s ORCID identifier, and if it\u2019s not available, generate a fallback URL using his name?", "sparql": "SELECT ?person ?personLabel ( COALESCE ( ?orcid , CONCAT ( \"https://example.org/author/\" , ENCODE_FOR_URI( ?personLabel ) ) ) AS ?fallback ) WHERE { BIND( wd:Q153149 AS ?person ) OPTIONAL { ?person wdt:P496 ?orcid } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you provide Lennart Meri\u2019s name and a fallback link if his ORCID is not listed in Wikidata?", "Show Lennart Meri\u2019s English label and his ORCID; if no ORCID exists, create a URL using his name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q153149> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_5838", "question": "Albert Einstein \u2014 birth date, death date, authorized name, native label, and birth name", "sparql": "SELECT ?human ?birthDate ?deathDate ?authorizedName ?nativeLabel ?birthName WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label \"Albert Einstein\"@en . OPTIONAL { ?human wdt:P569 ?birthDate . } OPTIONAL { ?human wdt:P570 ?deathDate . } OPTIONAL { ?human wdt:P1810 ?authorizedName . } OPTIONAL { ?human wdt:P1705 ?nativeLabel . } OPTIONAL { ?human wdt:P1477 ?birthName . } } LIMIT 5", "paraphrases": ["What are the birth date, death date, authorized name, native label, and birth name of Albert Einstein?", "Show me the birth and death dates, along with any authorized name, native language label, and birth name for Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var7Label \"string1\"@se . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"se\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1810> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var5Label . } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var6 . } OPTIONAL { } } LIMIT 5"}}
{"id": "val_5839", "question": "Czech monuments with catalogue numbers and coordinates sourced from MonumNet.", "sparql": "SELECT DISTINCT ?monument ?monumentLabel ?catalogNumber ?coordinates WHERE { ?monument wdt:P4075 ?catalogNumber . ?monument p:P625 [ ps:P625 ?coordinates ; prov:wasDerivedFrom/pr:P248 wd:Q22250265 ] . ?monument rdfs:label ?monumentLabel . FILTER(LANG(?monumentLabel) = \"en\") }", "paraphrases": ["Which Czech cultural monuments have their coordinates listed in the MonumNet database, along with their catalogue numbers?", "Show me the names, catalogue numbers, and geographic coordinates of Czech monuments whose location data is referenced from MonumNet."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4075> ?var2 ; <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/P625> [ <http://www.wikidata.org/prop/statement/P625> ?var5 ; <http://wikiba.se/ontology#rank> ?var6 ; ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) <http://www.wikidata.org/entity/Q22250265> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } }"}}
{"id": "val_5840", "question": "Hungarian-labeled capital cities in Europe with their coordinates and continent.", "sparql": "SELECT DISTINCT ?capital ?capitalLabel ?property ?coordinates WHERE { ?capital wdt:P31 wd:Q5119 . ?capital ?property wd:Q46 . ?capital wdt:P625 ?coordinates . ?capital rdfs:label ?capitalLabel . FILTER (LANG(?capitalLabel) = \"hu\") . FILTER (?property = wdt:P30) }", "paraphrases": ["Which capital cities in Europe have Hungarian labels, and what are their coordinates and the continent they belong to?", "Show me the Hungarian names, coordinates, and continent of all capital cities located in Europe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5119> . ?var1 ?var2 <http://www.wikidata.org/entity/Q46> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } FILTER ( ( ( LANG ( ?var1Label ) = \"hu\" ) ) ) . }"}}
{"id": "val_5841", "question": "Most used property linking entities to the Inca Empire", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?statementProperty wd:Q28573 .\n  ?property wikibase:directClaim ?statementProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["What property is used most often to indicate that something was part of the Inca Empire?", "Show the property that is most frequently used to associate items with the Inca Empire, along with the number of times it appears."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q28573> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_5842", "question": "List artists and their Benezit Dictionary of Artists IDs.", "sparql": "SELECT ?artist ?artistLabel ?benezitId WHERE { ?artist wdt:P2843 ?benezitId . ?artist rdfs:label ?artistLabel . FILTER(LANG(?artistLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the artists listed in the Benezit Dictionary of Artists, and what are their IDs?", "Show me the English names of artists along with their Benezit identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2843> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_5843", "question": "List people and their occupations where the occupation is a type of author, such as writer, playwright, or journalist.", "sparql": "SELECT ?person ?personLabel ?occupation ?occupationLabel WHERE { ?person wdt:P106 ?occupation . ?occupation wdt:P279* wd:Q482980 . ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") } LIMIT 10000", "paraphrases": ["Who are the people whose occupations are subclasses of author, and what are those occupations?", "Show me a list of authors and their specific writing-related professions in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q482980> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_5844", "question": "What languages are indigenous to East Nusa Tenggara Province in Indonesia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?languageLabel WHERE {\n  ?language wdt:P31 wd:Q34770 .\n  ?language wdt:P2341 wd:Q5061 .\n}", "paraphrases": ["Which languages are spoken natively in East Nusa Tenggara?", "Can you list the local languages of East Nusa Tenggara?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P379> *) <http://www.wikidata.org/entity/Q83828> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var2 <http://www.wikidata.org/prop/direct/P2341> ?var1 . { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . } UNION { BIND ( <http://www.wikidata.org/entity/Q6488691> AS ?var2 ). } FILTER ( ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P276> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var5 . ?var4 ( <http://www.wikidata.org/prop/direct/P361> */ <http://www.wikidata.org/prop/direct/P131> *) <http://www.wikidata.org/entity/Q5061> . } ) ) . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34379> . ?var3 <http://www.wikidata.org/prop/direct/P2341> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id,en,nl\". } }"}}
{"id": "val_5845", "question": "Musical groups with \"as blood\" in their name, including their image, website, location, Facebook, genre, and MusicBrainz ID.", "sparql": "SELECT DISTINCT ?band ?bandLabel ?image ?website ?location ?locationLabel ?facebook ?genre ?genreLabel ?musicbrainz WHERE { ?band wdt:P31 ?type . ?type wdt:P279* wd:Q215380 . ?band rdfs:label ?label . FILTER(LANG(?label) = \"en\" && CONTAINS(LCASE(?label), \"as blood\")) OPTIONAL { ?band wdt:P18 ?image . } OPTIONAL { ?band wdt:P856 ?website . } OPTIONAL { ?band wdt:P740 ?location . } OPTIONAL { ?band wdt:P2013 ?facebook . } OPTIONAL { ?band wdt:P136 ?genre . } OPTIONAL { ?band wdt:P434 ?musicbrainz . } OPTIONAL { ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } OPTIONAL { ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") } BIND(?label AS ?bandLabel) } LIMIT 500", "paraphrases": ["What are the musical groups whose English name contains \"as blood\", and what are their image, official website, location of formation, Facebook username, genre, and MusicBrainz ID?", "Show me all musical bands (including rock bands) named with \"as blood\" in their English title, along with their image, website, where they were formed, Facebook profile, genre, and MusicBrainz identifier."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P740> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var7 . } FILTER ( ( CONTAINS ( LCASE ( ?var8 ) , \"as blood\" ) ) ) . } LIMIT 500"}}
{"id": "val_5846", "question": "List all locations and features related to Hamburg, including their type and coordinates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?itemLabel ?item ?instanceLabel ?coordinates WHERE {\n  ?item ( wdt:P131 | wdt:P279 * | wdt:P276 ) wd:Q1055 .\n  OPTIONAL {\n    ?item wdt:P31 ?instance .\n  }\n  OPTIONAL {\n    ?item wdt:P625 ?coordinates .\n  }\n}\nORDER BY ASC ( ?itemLabel ) ASC ( ?instanceLabel )", "paraphrases": ["What are all the places in or associated with Hamburg, and what are their types and geographic coordinates?", "Show me all entities connected to Hamburg \u2014 whether they\u2019re located there, are a subclass of something there, or have a physical presence there \u2014 along with their classification and GPS coordinates, sorted by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P279> *| <http://www.wikidata.org/prop/direct/P276> ) <http://www.wikidata.org/entity/Q1055> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } } ORDER BY ASC( ?var4Label )ASC( ?var1Label )"}}
{"id": "val_5847", "question": "Musical groups with \"slayer\" in their name, their country of origin, and MusicBrainz IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?group ?groupLabel ?image ?website ?formationLocation ?facebook ?musicbrainzId ?country ?countryLabel WHERE {\n  ?group wdt:P31 wd:Q215380 .\n  ?group rdfs:label ?groupLabel .\n  FILTER ( LANG( ?groupLabel ) = \"en\" ) OPTIONAL {\n    ?group wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?group wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?group wdt:P740 ?formationLocation .\n  }\n  OPTIONAL {\n    ?group wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    ?group wdt:P434 ?musicbrainzId .\n  }\n  OPTIONAL {\n    ?group wdt:P495 ?country .\n  }\n  FILTER ( CONTAINS( LCASE( ?groupLabel ) , \"slayer\" ) ) OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n  }\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which musical groups have \"slayer\" in their name, and in which countries were they formed?", "Show me all musical bands named \"slayer\" (case-insensitive), along with their country of origin and MusicBrainz artist IDs."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 ?var8 ?var8Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var9 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P740> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var7 . } FILTER ( ( CONTAINS ( LCASE ( ?var9 ) , \"slayer\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var8 . } } LIMIT 100"}}
{"id": "val_5848", "question": "What are German-language food items whose names start with \"Reis\"?", "sparql": "SELECT ?var1 ?var2Label WHERE { { ?var1 (wdt:P31/wdt:P279*) wd:Q2095 . } UNION { ?var1 (wdt:P31/wdt:P279*) wd:Q40050 . } UNION { ?var1 (wdt:P31/wdt:P279*) wd:Q622852 . } ?var1 rdfs:label ?var2Label . FILTER (LANG(?var2Label) = \"de\") . FILTER (STRSTARTS(?var2Label, \"Reis\")) . }", "paraphrases": ["Can you list food dishes in German that begin with \"Reis\", such as rice flour or rice soup?", "Show me items classified as food, drink, or domesticated animals that have German labels starting with \"Reis\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q40050> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q622852> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( STRSTARTS ( ?var2Label , \"Reis\" ) ) ) . }"}}
{"id": "val_5849", "question": "English labels of Wikidata entities", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n  .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n}\nLIMIT 100", "paraphrases": ["What are the English names of entities in Wikidata?", "List entities from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . }"}}
{"id": "val_5850", "question": "Female Spanish singers", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q29 ; wdt:P106 wd:Q177220 ; wdt:P21 wd:Q6581072 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the female singers who are citizens of Spain?", "List the English names of all women from Spain whose occupation is singing."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q177220> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_5851", "question": "What are the types or categories that the Agriculture and Fisheries Council belongs to, excluding itself?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 WHERE {\n  {\n    wd:Q2132312 wdt:P31 ?var1 .\n  } UNION {\n    wd:Q2132312 wdt:P279 * ?var1 .\n  }\n  FILTER(?var1 != wd:Q2132312)\n  OPTIONAL {\n    ?var2 schema:about ?var1 .\n    ?var2 schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["Show me the Wikipedia pages and English labels for all classes that the Agriculture and Fisheries Council is an instance of or a subclass of.", "What broader or more specific categories describe the Agriculture and Fisheries Council, and is there an English Wikipedia article for each?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q2132312> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5852", "question": "What are the types and their superclasses that Albuquerque belongs to, and which of them have English Wikipedia pages?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?classLabel ?wikipediaPage WHERE {\n  wd:Q34804 wdt:P31 / wdt:P279 * ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) OPTIONAL {\n    ?wikipediaPage schema:about ?class ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}", "paraphrases": ["Classes of Albuquerque with English Wikipedia articles", "Show me all the ontological categories that Albuquerque is part of, along with their corresponding English Wikipedia links."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q34804> ( <http://www.wikidata.org/prop/direct/P31> ?/ <http://www.wikidata.org/prop/direct/P279> *) ?var1 . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5853", "question": "IMDb IDs and English names of awards received by humans.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?imdbId ?awardLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P345 ?imdbId ; wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANG(?awardLabel) = \"en\")\n}", "paraphrases": ["Which humans have an IMDb ID and what awards in English have they received?", "List the IMDb IDs and the English labels of awards received by people."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P345> ?var1 ; <http://www.wikidata.org/prop/direct/P166> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 ; <http://www.w3.org/1999/02/22-rdf-syntax-ns#langString> \"English\". }"}}
{"id": "val_5854", "question": "Properties used to state that someone is a governor, excluding instance of.", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?statementProperty wd:Q132050 . ?property wikibase:statementProperty ?statementProperty . FILTER (?property != wd:P31) }", "paraphrases": ["Which properties (besides 'instance of') are used to link people to the position of governor?", "Show me all the properties (except 'instance of') that can be used to indicate that a person holds the position of governor."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q132050> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_5855", "question": "German Wikipedia pages about entities that are not categories in Wikidata.", "sparql": "SELECT ?item ?itemLabel ?page WHERE { ?page schema:about ?item ; schema:inLanguage \"de\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (lang(?itemLabel) = \"de\") } OPTIONAL { ?item wdt:P279 ?subclass . } FILTER ( !BOUND(?subclass) ) } LIMIT 50", "paraphrases": ["Which German-language Wikipedia articles are about Wikidata items that are not classes with subclasses?", "Show me German-language Wikimedia pages for individual entities (not taxonomic classes) in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"de\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var4 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 50"}}
{"id": "val_5856", "question": "Events involving Russia, the Soviet Union, or the Russian Empire with their start and end dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?event ?eventLabel ?startDate ?endDate WHERE {\n  VALUES ?participant {\n    wd:Q15180 wd:Q159 wd:Q34266\n  }\n  ?event wdt:P710 ?participant .\n  ?event wdt:P580 ?startDate .\n  ?event wdt:P582 ?endDate .\n  ?event rdfs:label ?eventLabel .\n  FILTER(LANG(?eventLabel) = \"en\")\n}", "paraphrases": ["What battles or conflicts did Russia, the Soviet Union, or the Russian Empire participate in, and when did they start and end?", "List all military events in which Russia, the Soviet Union, or the Russian Empire were participants, along with their start and end times in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q15180> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q159> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q34266> . } ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_5857", "question": "What events involved the Soviet Union, Japan, or the Russian Empire as participants?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?event ?eventLabel WHERE {\n  VALUES ?participant {\n    wd:Q15180 wd:Q17 wd:Q34266\n  }\n  ?event wdt:P710 ?participant .\n  ?event rdfs:label ?eventLabel .\n}", "paraphrases": ["List all historical events in which the Soviet Union, Japan, or the Russian Empire took part.", "Which conflicts, alliances, or conferences included the Soviet Union, Japan, or the Russian Empire?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q15180> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q17> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P710> <http://www.wikidata.org/entity/Q34266> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_5858", "question": "Gene with NCBI locus tag CT_215 in Chlamydia trachomatis and the protein it encodes.", "sparql": "SELECT DISTINCT ?gene ?protein WHERE { ?taxon wdt:P685 \"272561\" . ?gene wdt:P2393 \"CT_215\" ; wdt:P703 ?taxon ; wdt:P688 ?protein . }", "paraphrases": ["What protein is encoded by the gene with locus tag CT_215 in the organism with NCBI taxonomy ID 272561?", "Show me the gene and the protein it encodes for the CT_215 locus tag in Chlamydia trachomatis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_215\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_5859", "question": "Proteins with UniProt IDs, their interaction partners, the genes and taxa of those partners, and the PubMed sources and experimental methods supporting the interactions.", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?protein ?proteinLabel ?interactor ?interactorLabel ?gene ?geneLabel ?taxon ?taxonLabel ?source ?sourceLabel ?pubmedId(GROUP_CONCAT(DISTINCT ?method ; SEPARATOR = \", \") AS ?methods)(GROUP_CONCAT(DISTINCT ?methodLabel ; SEPARATOR = \", \") AS ?methodLabels) WHERE {\n  ?protein wdt:P352 ?uniprot ; wdt:P129 ?interactor ; p:P129 ?statement .\n  ?statement pq:P459 ?method ;(prov:wasDerivedFrom / pr:P248) ?source .\n  ?source wdt:P698 ?pubmedId .\n  ?interactor wdt:P702 ?gene ; wdt:P703 ?taxon .\n  ?method rdfs:label ?methodLabel .\n  ?protein rdfs:label ?proteinLabel .\n  ?interactor rdfs:label ?interactorLabel .\n  ?gene rdfs:label ?geneLabel .\n  ?taxon rdfs:label ?taxonLabel .\n  ?source rdfs:label ?sourceLabel .\n  FILTER(LANG(?proteinLabel) = \"en\")\n  FILTER(LANG(?interactorLabel) = \"en\")\n  FILTER(LANG(?geneLabel) = \"en\")\n  FILTER(LANG(?taxonLabel) = \"en\")\n  FILTER(LANG(?sourceLabel) = \"en\")\n  FILTER(LANG(?methodLabel) = \"en\")\n}\nGROUP BY ?protein ?proteinLabel ?interactor ?interactorLabel ?gene ?geneLabel ?taxon ?taxonLabel ?source ?sourceLabel ?pubmedId", "paraphrases": ["For proteins with a UniProt ID, what are their physical interaction partners, which genes encode those partners, in which taxa are they found, and what publications and experimental methods support these interactions?", "List all protein interactions recorded in Wikidata with their UniProt IDs, the interacting molecules, the genes and species those molecules belong to, the PubMed references, and the methods used to detect the interactions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4Label ?var3Label ?var5 ?var5Label ?var6 ( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var8Label ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P352> \"O84736\"; <http://www.wikidata.org/prop/direct/P129> ?var3 ; <http://www.wikidata.org/prop/P129> ?var10 . ?var10 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 ; <http://www.wikidata.org/prop/qualifier/P459> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . ?var5 <http://www.wikidata.org/prop/direct/P698> ?var6 . ?var3 <http://www.wikidata.org/prop/direct/P703> ?var1 ; <http://www.wikidata.org/prop/direct/P702> ?var4 . FILTER ( ( ( LANG ( ?var9Label ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var2 ?var4Label ?var2Label ?var5 ?var5Label ?var6 ?var3 ?var3Label ?var1 ?var1Label"}}
{"id": "val_5860", "question": "Who were the doctoral students of James D. Watson?", "sparql": "SELECT ?student WHERE { ?student wdt:P184 wd:Q83333 . } LIMIT 101", "paraphrases": ["Doctoral students advised by James D. Watson", "Can you list the people who received their PhD under James D. Watson?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P184> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P184> <http://www.wikidata.org/entity/Q83333> . } LIMIT 101"}}
{"id": "val_5861", "question": "Image of the person with SNAC ARK ID w6n87b5h", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6n87b5h\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6n87b5h?", "Show me the Wikimedia Commons image for Charles Trowbridge Haubiel, identified by SNAC ARK ID w6n87b5h."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n87b5h\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5862", "question": "What is the image of the person or entity with SNAC ARK ID w6f29nwg?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show me the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg.", "Which image is linked to the Social Networks and Archival Context identifier w6f29nwg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rn39tt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5863", "question": "What are some academic journal articles and who are their human authors?", "sparql": "SELECT ?article ?articleLabel ?authorLabel WHERE { ?article wdt:P31 wd:Q18918145 . ?article wdt:P50 ?author . ?author wdt:P31 wd:Q5 . ?article rdfs:label ?articleLabel . ?author rdfs:label ?authorLabel . FILTER(LANG(?articleLabel) = \"en\") FILTER(LANG(?authorLabel) = \"en\") } LIMIT 100", "paraphrases": ["Show me a list of scholarly articles along with the names of the people who wrote them.", "Which human authors have published academic papers, and what are the titles of those papers?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18918145> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q729> . } LIMIT 100"}}
{"id": "val_5864", "question": "Administrative regions Paris is part of", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q90 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\")}", "paraphrases": ["What administrative territories include Paris, either directly or through hierarchy?", "List all administrative entities that Paris belongs to, from the smallest to the largest, including France and historical entities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q90> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5865", "question": "Music genres with a Wikimedia Commons category but no image on Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?genreLabel ?genre ?commonsCategory WHERE {\n  ?genre wdt:P31 wd:Q188451 .\n  ?genre wdt:P373 ?commonsCategory . MINUS {\n    ?genre wdt:P18 [] .\n  }\n  ?genre rdfs:label ?genreLabel .\n  FILTER ( LANG( ?genreLabel ) = \"en\" )\n}", "paraphrases": ["Which music genres have a Commons category but do not have an associated image on Wikidata?", "List the English names of music genres that are linked to a Wikimedia Commons category but lack a featured image on Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q188451> . ?var1 <http://www.wikidata.org/prop/direct/P373> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5866", "question": "What are the ISNI, VIAF, and other identifiers for Mark Hughes, and does he have an image on Wikimedia Commons?", "sparql": "SELECT ?label ?isni ?viaf ?orcid ?ipni ?zoobank ?image WHERE { wd:Q214513 rdfs:label ?label FILTER(LANG(?label) = 'en') . OPTIONAL { wd:Q214513 wdt:P213 ?isni } . OPTIONAL { wd:Q214513 wdt:P214 ?viaf } . OPTIONAL { wd:Q214513 wdt:P496 ?orcid } . OPTIONAL { wd:Q214513 wdt:P586 ?ipni } . OPTIONAL { wd:Q214513 wdt:P2006 ?zoobank } . OPTIONAL { wd:Q214513 wdt:P18 ?image } .}", "paraphrases": ["Can you find the ORCID, ISNI, and image of the Welsh football manager Mark Hughes?", "Show me the digital identifiers and photo of Mark Hughes, who might be referred to as M. Hughes in some contexts."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"M Hughes\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_5867", "question": "Number of children and birth year range for each person on Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?parent ( COUNT( ?child ) AS ?count ) ( MIN( ?year ) AS ?minYear ) ( MAX( ?year ) AS ?maxYear ) WHERE {\n  ?parent wdt:P40 ?child .\n  ?child wdt:P569 ?birthDate .\n  BIND( YEAR( ?birthDate ) AS ?year )\n}\nGROUP BY ?parent\nLIMIT 10", "paraphrases": ["For each person, how many children do they have, and what are the earliest and latest birth years of their children?", "Show me a list of people along with the count of their children and the earliest and latest birth years among those children."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var4 )( MIN ( ?var5 ) AS ?var2 )( MAX ( ?var5 ) AS ?var3 ) WHERE { } GROUP BY ?var1 } }"}}
{"id": "val_5868", "question": "What are the journals or publications where Daniel Kahneman has published the most works, and how many did he publish in each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?venue ?venueName ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q1001 .\n  ?work wdt:P1433 ?venue .\n  ?venue rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?venue wdt:P1813 ?shortName\n  }\n  BIND( COALESCE ( ?shortName , ?label ) AS ?venueName )\n}\nGROUP BY ?venue ?venueName\nORDER BY DESC ( ?count )", "paraphrases": ["List Daniel Kahneman\u2019s publication venues, using their short names if available, and count how many works he published in each, sorted by popularity.", "Show me the English names of the journals and books Daniel Kahneman has published in, preferring abbreviations over full titles, along with the number of publications per venue."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1686479> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_5869", "question": "Who is the child of Louis Sparre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?child WHERE {\n  ?child wdt:P22 wd:Q735994 .\n}", "paraphrases": ["Children of Louis Sparre", "List the children of the Swedish painter and designer Louis Sparre."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P22> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P22> <http://www.wikidata.org/entity/Q735994> . } LIMIT 101"}}
{"id": "val_5870", "question": "What are the English labels and descriptions for the Wikimedia category \"Nobel laureates in Chemistry\"?", "sparql": "SELECT ?labelType ?label WHERE { VALUES ?labelType { rdfs:label skos:prefLabel skos:altLabel schema:description } wd:Q5838278 ?labelType ?label . FILTER(LANGMATCHES(LANG(?label), \"en\")) } ORDER BY ?labelType", "paraphrases": ["Show all English-language labels (like rdfs:label, skos:prefLabel) and descriptions for the category page of Nobel laureates in Chemistry on Wikidata.", "Retrieve the English names and descriptions associated with the Wikidata item for the category of Nobel Prize in Chemistry winners."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var2Label ?var3Label WHERE { { VALUES ( ?var1 ?var4 ) { ( <http://www.wikidata.org/entity/Q5838278> <http://www.wikidata.org/entity/Q5838278> ) } ?var4 ?var5 ?var6 . } UNION { SELECT * WHERE { VALUES ( ?var1 ?var4 ) { ( <http://www.wikidata.org/entity/Q5838278> <http://www.wikidata.org/entity/Q5838278> ) } ?var6 ?var5 ?var4 . } LIMIT 5000 } BIND ( IF ( ( ?var5 = <http://www.w3.org/2000/01/rdf-schema#label> ), <http://www.w3.org/2004/02/skos/core#prefLabel> , ?var5 ) AS ?var2 ). BIND ( IF ( ( ?var6 = <http://www.wikidata.org/entity/Q5> ), <http://www.cidoc-crm.org/cidoc-crm/E21_Person> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q2221906> ), <http://www.cidoc-crm.org/cidoc-crm/E53_Place> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q16334295> ), <http://www.cidoc-crm.org/cidoc-crm/E74_Group> , ?var6 ) ) ) AS ?var3 ). OPTIONAL { ?var7 <http://wikiba.se/ontology#directClaim> ?var5 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( LANGMATCHES ( LANG ( ?var8 ) , \"en\" ) ) ) . } BIND ( COALESCE ( ?var8 , REPLACE ( REPLACE ( REPLACE ( REPLACE ( STR ( ?var2 ) , \".*/\", \"\" ) , \".*#\", \"\" ) , \"_\", \" \" ) , \"([A-Z\u00c5\u00c4\u00d6])\", \" $1\" ) ) AS ?var2Label ). OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . } }"}}
{"id": "val_5871", "question": "Who are the male grandfathers of Clas Sparre?", "sparql": "SELECT DISTINCT ?grandfather ?father WHERE { ?grandfather wdt:P21 wd:Q6581097 . ?grandfather wdt:P40 ?father . ?father wdt:P40 wd:Q6184922 . } LIMIT 101", "paraphrases": ["List the males who are the fathers of Clas Sparre's parents.", "Find all male individuals whose child is the parent of the pilot Clas Sparre."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q6184922> . } LIMIT 101"}}
{"id": "val_5872", "question": "Show the public profiles of Julian Hocker including his ORCID, GitHub, Twitter, official website, image, and labels in English, German, French, and Italian.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?name ?image ?coordinates ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?website ?orcid ?wikipediaArticle WHERE {\n  wd:Q100466271 rdfs:label ?name .\n  VALUES ( ?lang ?priority ) {\n    ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n  }\n  FILTER ( LANG( ?name ) = ?lang ) OPTIONAL {\n    wd:Q100466271 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P2003 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q100466271 wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?wikipediaArticle schema:about wd:Q100466271 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?priority", "paraphrases": ["What are Julian Hocker\u2019s academic online profiles, such as his ORCID, GitHub, Twitter, and official website, along with his name in multiple languages?", "Please retrieve Julian Hocker\u2019s name in English, German, French, and Italian, along with his image, ORCID, GitHub username, Twitter handle, official website, and any available YouTube, Facebook, or Instagram links."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q38479333> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q38479333> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_5873", "question": "What are the country of citizenship, gender, place of birth, and place of death of Jorge Luis Borges?", "sparql": "SELECT ?citizenshipLabel ?genderLabel ?birthPlaceLabel ?deathPlaceLabel WHERE {\n  wd:Q909 wdt:P27 ?citizenship .\n  wd:Q909 wdt:P21 ?gender .\n  wd:Q909 wdt:P19 ?birthPlace .\n  wd:Q909 wdt:P20 ?deathPlace .\n  \n  ?citizenship rdfs:label ?citizenshipLabel .\n  ?gender rdfs:label ?genderLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  ?deathPlace rdfs:label ?deathPlaceLabel .\n  \n  FILTER(LANG(?citizenshipLabel) = \"en\")\n  FILTER(LANG(?genderLabel) = \"en\")\n  FILTER(LANG(?birthPlaceLabel) = \"en\")\n  FILTER(LANG(?deathPlaceLabel) = \"en\")\n}", "paraphrases": ["Tell me where Jorge Luis Borges was born and died, his gender, and which country he was a citizen of.", "Can you provide details about Jorge Luis Borges' nationality, biological sex, birth location, and death location in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } ?var1 ?var7Label \"Borges\"@en . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } } LIMIT 1"}}
{"id": "val_5874", "question": "What are the places and organizations linked to Mark Wilson Jones, their locations, and how are they connected to him?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image ?entity ?entityLabel ?coord ?propLabel WHERE {\n  wd:Q20853425 ?prop ?entity .\n  BIND(IRI(REPLACE(STR(?prop) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propEntity)\n  .\n  ?propEntity rdfs:label ?propLabel .\n  FILTER(LANG(?propLabel) = \"en\")\n  OPTIONAL {\n    ?entity wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?entity wdt:P625 ?coord\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n}", "paraphrases": ["Which institutions and countries are associated with Mark Wilson Jones, and what are their coordinates and the nature of the association?", "Show me the entities connected to Mark Wilson Jones, including their images, geographic coordinates, and the English names of the relationships linking them to him."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q20853425> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_5875", "question": "Subclasses of food", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q2095 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["What are some specific types of food that are subclasses of the general category \"food\"?", "List up to 200 English-labeled food items that are direct subclasses of \"food\" in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q2095> . } LIMIT 200"}}
{"id": "val_5876", "question": "Cats that are Chief Mousers at 10 Downing Street", "sparql": "SELECT ?cat ?catLabel WHERE { ?cat wdt:P31 wd:Q146 . ?cat wdt:P39 wd:Q198641 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") }", "paraphrases": ["Which house cats have held the position of Chief Mouser to the Cabinet Office?", "List the names of the cats that serve as Chief Mouser to the Cabinet Office."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q198641> . }"}}
{"id": "val_5877", "question": "How many subclasses of iridocyclitis are listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( ?subclass ) AS ?count ) WHERE {\n  ?subclass wdt:P279 wd:Q145790 .\n}", "paraphrases": ["What is the number of direct subtypes of iridocyclitis in Wikidata?", "List the count of diseases that are classified as subclasses of iridocyclitis."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q145790> . }"}}
{"id": "val_5878", "question": "What is the image of the person with SNAC ARK ID w6cr9gx4?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cr9gx4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image of Eug\u00e8ne Sauzay (SNAC ARK ID w6cr9gx4)", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6cr9gx4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cr9gx4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5879", "question": "Who has the Dictionary of Swedish National Biography ID 6426?", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 \"6426\" . } LIMIT 1", "paraphrases": ["Which person is identified by the SBL ID 6426 in the Swedish National Biography?", "Find the Wikidata item for the individual with SBL ID 6426."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"6426\". } LIMIT 1"}}
{"id": "val_5880", "question": "Image of the person with SNAC ARK ID w6rn551m", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6rn551m\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6rn551m?", "Show me the Wikimedia Commons image for Vera Brittain, identified by SNAC ARK ID w6rn551m."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rn551m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5881", "question": "Who are the screenwriters of films, and what are the titles of those films?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?screenwriter ?screenwriterLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P58 ?screenwriter .\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER(LANG(?filmLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?screenwriter rdfs:label ?screenwriterLabel .\n    FILTER(LANG(?screenwriterLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["List films and their screenwriters with English labels.", "Show me a list of movies along with the names of the people who wrote their screenplays."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 4200"}}
{"id": "val_5882", "question": "How many direct subclasses does the toy category have in Wikidata?", "sparql": "SELECT (COUNT(DISTINCT ?subclass) AS ?count) WHERE { ?subclass wdt:P279 wd:Q11422 . }", "paraphrases": ["What is the count of items that are direct subclasses of toy?", "List the number of types of toys recognized as subclasses in Wikidata."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT * ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q11422> . }"}}
{"id": "val_5883", "question": "Films and their production companies", "sparql": "SELECT ?film ?productionCompany ?productionCompanyLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P272 ?productionCompany . ?productionCompany rdfs:label ?productionCompanyLabel . FILTER(LANG(?productionCompanyLabel) = \"en\") } LIMIT 200", "paraphrases": ["Which films were produced by which companies?", "List 200 films along with the names of the companies that produced them, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P272> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 12600"}}
{"id": "val_5884", "question": "Films and their production companies", "sparql": "SELECT ?film ?productionCompany ?productionCompanyLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P272 ?productionCompany . ?productionCompany rdfs:label ?productionCompanyLabel . FILTER(LANG(?productionCompanyLabel) = \"en\") }", "paraphrases": ["Which films have been produced by which companies, and what are the companies' names?", "List English-labeled production companies of all films in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P272> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 15200"}}
{"id": "val_5885", "question": "Films and their producers", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?producer ?producerLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P162 ?producer .\n  ?producer rdfs:label ?producerLabel .\n  FILTER ( LANG( ?producerLabel ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["Which films have been produced by whom, and what are the producers' names?", "List 200 films along with the names of their producers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 11000"}}
{"id": "val_5886", "question": "What is the hierarchy of Bierlast, and what are its type and superclass?", "sparql": "SELECT DISTINCT ?instanceLabel ?typeLabel ?subclassLabel WHERE { wd:Q857913 wdt:P31 ?type . ?type wdt:P279 ?subclass . wd:Q857913 rdfs:label ?instanceLabel . ?type rdfs:label ?typeLabel . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?instanceLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") FILTER(LANG(?subclassLabel) = \"en\")}", "paraphrases": ["What class does Bierlast belong to, and what is the broader category of that class?", "Show the English labels for Bierlast, its type (unit of volume), and its superclass (unit of measurement)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q105210> ) } BIND ( <http://www.wikidata.org/entity/Q857913> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> ?| <http://www.wikidata.org/prop/direct/P279> ?) ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_5887", "question": "Films and their producers", "sparql": "SELECT ?film ?producer ?producerLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P162 ?producer . ?producer rdfs:label ?producerLabel . FILTER(LANG(?producerLabel) = \"en\") } LIMIT 200", "paraphrases": ["Which films have been produced by whom, and what are the producers' names in English?", "Show me a list of films along with the names of their producers in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 26000"}}
{"id": "val_5888", "question": "Films and their screenwriters with English titles and names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel ?screenwriter ?screenwriterLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P58 ?screenwriter .\n  ?film wdt:P1476 ?filmLabel .\n  ?screenwriter rdfs:label ?screenwriterLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n  FILTER(LANG(?screenwriterLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Which films have English titles and who wrote their screenplays, with the screenwriters' names in English?", "List films along with their English titles and the names of their screenwriters in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 36800"}}
{"id": "val_5889", "question": "Films and their composers", "sparql": "SELECT ?film ?composer ?composerLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P86 ?composer . ?composer rdfs:label ?composerLabel . FILTER(LANG(?composerLabel) = \"en\") } LIMIT 200", "paraphrases": ["Who composed the music for each film?", "List films along with the names of their composers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P86> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 53000"}}
{"id": "val_5890", "question": "List films and their screenwriters.", "sparql": "SELECT ?film ?filmLabel ?screenwriter ?screenwriterLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P58 ?screenwriter . ?film rdfs:label ?filmLabel . ?screenwriter rdfs:label ?screenwriterLabel . FILTER(LANG(?filmLabel) = \"en\") FILTER(LANG(?screenwriterLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the screenwriters of each film?", "Show me the names of films along with the names of the people who wrote their screenplays."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE], en\". } } LIMIT 200 OFFSET 70600"}}
{"id": "val_5891", "question": "What is the Wikidata item for the movie with OMDB ID 106984?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3302 \"106984\" .\n}", "paraphrases": ["Which movie in Wikidata has the Open Movie Database ID 106984?", "Can you find the movie titled \"Italy Italy\" using its OMDB identifier?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3302> \"106984\". }"}}
{"id": "val_5892", "question": "What geographical locations is the New Synagogue in Pozna\u0144 connected to through administrative and continental hierarchies?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q11793456 (wdt:P30 | wdt:P17 | wdt:P131)* ?location . }", "paraphrases": ["List all countries, cities, and continents associated with the New Synagogue in Pozna\u0144, including indirect relationships.", "What is the full geographical context of the New Synagogue in Pozna\u0144, from the local city up to the continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q11793456> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_5893", "question": "What city does Tunis\u2013Carthage International Airport serve, and what are the geographic coordinates of both the airport and the city?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airportLabel ?cityLabel ?city ?airportCoords ?cityCoords WHERE {\n  BIND( wd:Q1141214 AS ?airport ) ?airport wdt:P931 ?city ; wdt:P625 ?airportCoords .\n  ?city wdt:P625 ?cityCoords .\n  ?airport rdfs:label ?airportLabel .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?airportLabel ) = \"en\" || LANG( ?airportLabel ) = \"\" ) FILTER ( LANG( ?cityLabel ) = \"en\" || LANG( ?cityLabel ) = \"\" )\n}", "paraphrases": ["Find the name of the city served by Tunis\u2013Carthage International Airport along with the coordinates of the airport and the city.", "Where is Tunis\u2013Carthage International Airport located, and which city does it serve? Provide the coordinates for both locations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q1141214> ) } ?var4 <http://www.wikidata.org/prop/direct/P81> ?var1 ; <http://www.wikidata.org/prop/direct/P625> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P931> ?var2 ; <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5894", "question": "Who held the office of President of Bolivia and what qualifiers (like end time or replacement) are associated with their terms?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?item ?statement ?property ( SAMPLE( ?qp ) AS ?qualifierProperty ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?prop wd:Q373548 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?prop ; wikibase:claim ?claim .\n      FILTER ( ?property != wd:P31 )\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qp ?qualifierValue .\n    ?qualifierTemplate wikibase:qualifier ?qp .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Which individuals or elections are linked to the position of President of Bolivia, and what additional details (such as who replaced them) are recorded in Wikidata?", "List all people and elections associated with the office of President of Bolivia, along with any qualifiers like start/end dates or succession details."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q373548> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_5895", "question": "What movie has the IMDb ID tt5471272?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt5471272\" . }", "paraphrases": ["Which film on Wikidata is associated with the IMDb identifier tt5471272?", "Tell me the Wikidata entry for the movie with IMDb ID tt5471272."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5471272\". }"}}
{"id": "val_5896", "question": "Top Russian chess players with most Wikipedia articles in languages other than French.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ( COUNT( DISTINCT ?article ) AS ?articleCount ) WHERE {\n  ?player wdt:P31 wd:Q5 .\n  ?player wdt:P106 wd:Q10873124 .\n  ?player wdt:P27 wd:Q159 .\n  ?article schema:about ?player .\n  FILTER NOT EXISTS {\n    ?frenchArticle schema:about ?player .\n    ?frenchArticle schema:inLanguage \"fr\" .\n  }\n}\nGROUP BY ?player\nORDER BY DESC ( ?articleCount )\nLIMIT 300", "paraphrases": ["Which Russian chess players have the highest number of Wikipedia articles written about them, excluding French-language articles?", "List the 300 Russian chess players who are mentioned in the most non-French Wikipedia articles, ranked by article count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10873124> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q159> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"fr\". } ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 300"}}
{"id": "val_5897", "question": "What are the years BC with K\u00f6lsch Wikipedia pages and their labels in K\u00f6lsch?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?date ?label ?wikipediaPage ?pageTitle WHERE {\n  ?year wdt:P31 wd:Q29964144 .\n  ?year wdt:P585 ?date .\n  ?year rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ksh\" ) .\n  OPTIONAL {\n    ?wikipediaPage schema:about ?year ; schema:inLanguage \"ksh\" ; schema:name ?pageTitle .\n  }\n}\nORDER BY ASC ( ?date )", "paraphrases": ["Which years before Christ have labels in the K\u00f6lsch language, and what are their corresponding Wikipedia articles in K\u00f6lsch?", "List all years BC in chronological order, showing their K\u00f6lsch labels and links to their K\u00f6lsch Wikipedia pages if they exist."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q29964144> . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"ksh\" ) ) ) . OPTIONAL { ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"ksh\"; <http://schema.org/name> ?var5 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_5898", "question": "Which Wikidata item has the Twitter username \"wikidata\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"wikidata\" } }", "paraphrases": ["What is the official X (Twitter) account for Wikidata?", "Tell me the entity on Wikidata that uses \"wikidata\" as its X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"wikidata\" ) } }"}}
{"id": "val_5899", "question": "Who has the Twitter username \"BarackObama\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  FILTER(?twitterUsername = \"BarackObama\")\n}", "paraphrases": ["Which Wikidata entity is associated with the Twitter handle \"BarackObama\"?", "Show me the person who uses \"BarackObama\" as their Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"EdouardHue\" ) ( \"string1\" ) ( \"string2\" ) } }"}}
{"id": "val_5900", "question": "Which Wikidata entities are associated with the Twitter usernames: envlh, AlexHinojo, EvoMRI, jncardoux, lully1804, OKFN, RIOJournal, sanseveria, and Wikimedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"envlh\" \"AlexHinojo\" \"EvoMRI\" \"jncardoux\" \"lully1804\" \"OKFN\" \"RIOJournal\" \"sanseveria\" \"Wikimedia\"\n  }\n}", "paraphrases": ["Who are the people and organizations on Wikidata that have the Twitter handles envlh, AlexHinojo, EvoMRI, jncardoux, lully1804, OKFN, RIOJournal, sanseveria, and Wikimedia?", "List the Wikidata items and their corresponding Twitter usernames for the following handles: envlh, AlexHinojo, EvoMRI, jncardoux, lully1804, OKFN, RIOJournal, sanseveria, and Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"string2\" ) ( \"Ploumplum1\" ) ( \"looniverse\" ) ( \"oswdhome\" ) ( \"GuyHomard\" ) ( \"WikiBrest\" ) ( \"lully1804\" ) ( \"AlexHinojo\" ) ( \"string3\" ) ( \"viquipedia\" ) ( \"string4\" ) ( \"jncardoux\" ) ( \"string5\" ) ( \"string6\" ) ( \"EPNGuichen\" ) ( \"string7\" ) ( \"mnlmoreau\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"EvoMRI\" ) ( \"UVADSI\" ) ( \"Wikimedia\" ) ( \"RIOJournal\" ) ( \"OKFN\" ) ( \"string11\" ) ( \"Histrobot\" ) ( \"sanseveria\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) } }"}}
{"id": "val_5901", "question": "Taxa and the year their scientific names were published, distinguishing between main statements and references.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?taxon ?taxonLabel ?publicationYear ?sourceType WHERE {\n  {\n    BIND( \"mainsnak\" AS ?sourceType ) .\n    ?taxon p:P574 / ps:P574 ?publicationYear .\n  } UNION {\n    BIND( \"reference\" AS ?sourceType ) .\n    ?taxon ?statementProperty ?statement .\n    ?statement ps:P574 ?publicationYear .\n    ?statement prov:wasDerivedFrom ?reference .\n    ?reference pr:P574 ?publicationYear .\n  }\n  OPTIONAL {\n    ?taxon rdfs:label ?taxonLabel .\n    FILTER ( LANG( ?taxonLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["When were the scientific names of taxa like Homotherium and obelisk formally published, and are these dates from main statements or references?", "Show me the taxa along with their English labels, the year their scientific names were published, and whether the date comes from the main statement or a reference citation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var2 ?var3 WHERE { { BIND ( \"mainsnak\" AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/P574> / <http://www.wikidata.org/prop/statement/P574> ) ?var2 . } UNION { BIND ( \"reference\" AS ?var3 ). ?var4 <http://www.wikidata.org/prop/reference/P574> ?var2 . ?var5 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var4 . ?var1 ?var6 ?var5 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,en\". } }"}}
{"id": "val_5902", "question": "Teachta D\u00e1la members who started their term after their electoral district was established.", "sparql": "SELECT ?person ?personLabel ?termStart ?constituency ?constituencyLabel ?constituencyInception ?constituencyDissolution WHERE { ?person p:P39 ?statement . ?statement ps:P39 wd:Q654291 . ?statement pq:P580 ?termStart . ?statement pq:P768 ?constituency . ?constituency wdt:P571 ?constituencyInception . OPTIONAL { ?constituency wdt:P576 ?constituencyDissolution . } ?person rdfs:label ?personLabel . ?constituency rdfs:label ?constituencyLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?constituencyLabel) = \"en\") FILTER (?termStart > ?constituencyInception) } LIMIT 100", "paraphrases": ["Which members of the Irish D\u00e1il were elected to constituencies that were created before their term began?", "Show me the names of Teachta D\u00e1la representatives, the constituencies they represented, and confirm that their terms began after those constituencies were founded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q654291> . ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . ?var6 <http://www.wikidata.org/prop/qualifier/P768> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P571> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P576> ?var5 . FILTER ( ( ( ?var2 > ?var4 ) ) ) . FILTER ( ( ( ?var7 < ?var5 ) ) ) . } LIMIT 100"}}
{"id": "val_5903", "question": "Countries and their license plate codes", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?licensePlateCode WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country wdt:P395 ?licensePlateCode .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the license plate codes for countries?", "List all countries along with their vehicle license plate codes, showing empty values where the code is not available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P395> ?var2 . } } LIMIT 100"}}
{"id": "val_5904", "question": "What is the image associated with the SNAC ARK ID w6gn13dq?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gn13dq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image for the entity identified by w6gn13dq in SNAC.", "Find the photo of the person whose SNAC ARK ID is w6gn13dq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gn13dq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5905", "question": "What Linux distributions are derived from Debian?", "sparql": "SELECT ?project (SAMPLE(?label) AS ?projectLabel) WHERE { { ?project wdt:P144 wd:Q7715973 . } UNION { ?project wdt:P144 ?step1 . ?step1 wdt:P144 wd:Q7715973 . } UNION { ?project wdt:P144 ?step1 . ?step1 wdt:P144 ?step2 . ?step2 wdt:P144 wd:Q7715973 . } ?project rdfs:label ?label . FILTER(LANG(?label) = \"en\") } GROUP BY ?project", "paraphrases": ["Can you list software projects that are based on Debian, up to three levels of dependency?", "Show me the names of operating systems that trace their origin to Debian through direct or indirect adaptation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7715973> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P144> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P144> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5906", "question": "Countries with population between 100,000 and 600,000, ordered by population descending.", "sparql": "SELECT ?country ?countryLabel ?population WHERE { ?country wdt:P31 wd:Q3624078 ; wdt:P1082 ?population ; rdfs:label ?countryLabel . FILTER ( ?population >= 100000 && ?population < 600000 ) FILTER ( lang(?countryLabel) = \"en\" ) } ORDER BY DESC(?population) LIMIT 100", "paraphrases": ["Which sovereign states have a population of at least 100,000 but less than 600,000, and what are their populations?", "List the top 20 countries by population that have between 100,000 and 600,000 people, along with their names and population numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3624078> ; <http://www.wikidata.org/prop/direct/P1082> ?var2 . FILTER ( ( ( ?var2 >= \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var2 < \"600000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_5907", "question": "Which Wikidata entities have the Twitter usernames \"N_Hulot\" or \"xcaitucoli\"?", "sparql": "SELECT ?person ?twitterUsername WHERE { ?person wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"N_Hulot\" \"xcaitucoli\" } }", "paraphrases": ["Who are the people on Wikidata whose Twitter/X handle is \"N_Hulot\" or \"xcaitucoli\"?", "Show me the Wikidata items for Nicolas Hulot and Xavier Ca\u00eftucoli based on their Twitter usernames N_Hulot and xcaitucoli."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"N_Hulot\" ) ( \"string3\" ) ( \"string4\" ) ( \"xcaitucoli\" ) ( \"ODDO_BHF\" ) ( \"JuMottet\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"AnodeAsso\" ) } }"}}
{"id": "val_5908", "question": "Paintings of Henry VIII with their titles and images.", "sparql": "SELECT ?painting ?paintingLabel ?image WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P180 wd:Q38370 . OPTIONAL { ?painting wdt:P18 ?image . } ?painting rdfs:label ?paintingLabel . }", "paraphrases": ["What are the paintings depicting Henry VIII, and what are their titles and images?", "Show me all paintings of Henry VIII, including their names and any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q38370> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_5909", "question": "FIFA rankings for national football teams without external references", "sparql": "SELECT ?team ?teamLabel ?rank WHERE {  ?team p:P1352 ?statement .  ?statement ps:P1352 ?rank ;             pq:P447 wd:Q253414 .  ?team rdfs:label ?teamLabel .  FILTER(LANG(?teamLabel) = \"en\")  MINUS {    ?statement prov:wasDerivedFrom [ pr:P854 [] ] .  } }", "paraphrases": ["What are the current FIFA world rankings for men's and women's national football teams, excluding those with cited sources?", "List all national football teams and their FIFA-assigned world rankings, but only include those without reference URLs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P1352> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P1352> ?var2 ; <http://www.wikidata.org/prop/qualifier/P447> <http://www.wikidata.org/entity/Q253414> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P587> ?var3 . } MINUS { ?var4 <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> [] ] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5910", "question": "What is the French label of the Wikimedia category Q32081749, and does it have an English equivalent?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT(xsd:string(?frLabel) AS ?frenchLabel)(xsd:string(?enLabel) AS ?englishLabel) WHERE {\n  wd:Q32081749 rdfs:label ?frLabel .\n  FILTER(LANGMATCHES(LANG(?frLabel) , \"fr\"))\n  OPTIONAL {\n    wd:Q32081749 rdfs:label ?enLabel .\n    FILTER(LANGMATCHES(LANG(?enLabel) , \"en\"))\n  }\n}\nLIMIT 1", "paraphrases": ["Show the French and English labels for the category \"Cat\u00e9gorie:Wikip\u00e9dia:Gr\u00e8be rouss\u00e2tre\" \u2014 if one is missing, leave it blank.", "Retrieve the French label of Wikidata item Q32081749, and include its English label if it exists."], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q32081749> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q32081749> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_5911", "question": "Wikipedia categories for municipalities and their English labels", "sparql": "SELECT ?municipality ?categoryLabel WHERE { ?municipality (wdt:P31/wdt:P279*) wd:Q15284 . ?municipality wdt:P910 ?category . ?category rdfs:label ?categoryLabel . FILTER(LANG(?categoryLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English Wikipedia categories associated with municipalities?", "List the English Wikipedia category names for all municipalities and their subclasses."], "info": {"raw_sparql": "SELECT ?var1 ( \"Len\" AS ?var2 ) ?var3 WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15284> . MINUS { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } BIND ( SUBSTR ( STR ( ?var4 ) , ( STRLEN ( STR ( <http://www.wikidata.org/entity/> ) ) +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var1 ). BIND ( CONCAT ( \"\"\", SUBSTR ( STR ( ?var4Label ) ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"\"\" ) AS ?var3 ). ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var4Label ) , \"category:\"@en ) ) ) . } LIMIT 10"}}
{"id": "val_5912", "question": "Which entities have the Twitter usernames \"envlh\", \"Ludovic_P_\", or \"Reporterre\"?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"envlh\" \"Ludovic_P_\" \"Reporterre\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @envlh, @Ludovic_P_, and @Reporterre?", "Show me the Wikidata entities linked to the Twitter usernames envlh, Ludovic_P_, and Reporterre."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"Ludovic_P_\" ) ( \"PoulpyWP\" ) ( \"HealingMB\" ) ( \"Jules78120\" ) ( \"Reporterre\" ) ( \"Mac_Picsou\" ) ( \"string2\" ) } }"}}
{"id": "val_5913", "question": "Which Wikidata items have the Twitter usernames C8TV, PascalElbe, or TPMP?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"C8TV\" \"PascalElbe\" \"TPMP\" } }", "paraphrases": ["Who or what are the entities on Wikidata that use C8TV, PascalElbe, and TPMP as their Twitter/X handles?", "Show me the entities corresponding to the Twitter accounts @C8TV, @PascalElbe, and @TPMP (without the @ symbol) in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"lohaxejes\" ) ( \"string2\" ) ( \"BuchsBryan\" ) ( \"string3\" ) ( \"string4\" ) ( \"TPMP\" ) ( \"string5\" ) ( \"C8TV\" ) ( \"string6\" ) ( \"PascalElbe\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Gif_TPMP\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"Laura_Czd\" ) ( \"Vuvu921\" ) } }"}}
{"id": "val_5914", "question": "Who are the members of the band Coldplay?", "sparql": "SELECT ?member ?memberLabel WHERE { ?member wdt:P31 wd:Q5 ; wdt:P463 wd:Q45188 . ?member rdfs:label ?memberLabel . FILTER(lang(?memberLabel) = \"en\") }", "paraphrases": ["List the English names of all humans who are members of Coldplay.", "Which people are part of the musical group Coldplay?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var2Label \"Coldplay\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5915", "question": "Which Wikidata entities have the Twitter username \"xamarinhq\" or \"GPGTools\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"xamarinhq\" \"GPGTools\"\n  }\n}", "paraphrases": ["What entity on Wikidata is associated with the Twitter handle \"xamarinhq\"?", "Find the Wikidata item for the Twitter account \"xamarinhq\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"xamarinhq\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"GPGTools\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) } }"}}
{"id": "val_5916", "question": "Lighthouses with BabelNet IDs and their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lighthouse ?lighthouseLabel WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 ; wdt:P2581 [] .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER(LANG(?lighthouseLabel) = \"en\")\n}", "paraphrases": ["Which lighthouses have a BabelNet ID, and what are their English labels?", "List all lighthouses that are assigned a BabelNet ID, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> ; <http://www.wikidata.org/prop/direct/P2581> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5917", "question": "What is the title of the book \"Nineteen Eighty-Four\" by George Orwell in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title WHERE {\n  wd:Q208460 wdt:P1476 ?title .\n}", "paraphrases": ["Show the English title of the novel Nineteen Eighty-Four.", "What is the title associated with the Wikidata item for George Orwell's 1984 novel?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://example.org/book/book1> <http://purl.org/dc/elements/1.1/title> \"string1\". }"}}
{"id": "val_5918", "question": "People and organizations whose field of work is art, along with their images.", "sparql": "SELECT ?item ?label ?image WHERE { ?item wdt:P101 wd:Q735 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Who are the people and organizations associated with the field of art, and do they have any images available?", "List the names of individuals and institutions working in the field of art, and show their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q735> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_5919", "question": "Birth and death years of William Blake from the Dictionary of National Biography article.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?birthYear ?deathYear WHERE {\n  wd:Q19079499 wdt:P921 ?person .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birth .\n    BIND( YEAR( ?birth ) AS ?birthYear )\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?death .\n    BIND( YEAR( ?death ) AS ?deathYear )\n  }\n}", "paraphrases": ["What are the birth and death years of the person described in the biographical article \"Blake, William (1757-1827) (DNB00)\"?", "Show the birth and death years of William Blake as the main subject of the DNB biographical entry."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P1343> <http://www.wikidata.org/entity/Q19079499> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } BIND ( YEAR ( ?var5 ) AS ?var2 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } BIND ( YEAR ( ?var6 ) AS ?var3 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru, en\". } ?var7 <http://schema.org/isPartOf> <https://ru.wikisource.org/> ; <http://schema.org/about> ?var1 . } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_5920", "question": "What are the subtopics or aspects related to The Holocaust as listed in Wikidata?", "sparql": "SELECT ?facet ?facetLabel ?topicLabel WHERE { ?facet wdt:P1269 wd:Q2763 . OPTIONAL { ?facet rdfs:label ?facetLabel . FILTER(LANG(?facetLabel) = \"en\") } wd:Q2763 rdfs:label ?topicLabel . FILTER(LANG(?topicLabel) = \"en\") } LIMIT 10", "paraphrases": ["Show me the Wikipedia sections or articles that focus on specific parts of The Holocaust.", "Which items are categorized as facets of The Holocaust in Wikidata, and what are their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1269> <http://www.wikidata.org/entity/Q15916867> . } LIMIT 100"}}
{"id": "val_5921", "question": "List people and their employers in English, with labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?employer ?employerLabel WHERE {\n  ?person wdt:P108 ?employer .\n  ?person rdfs:label ?personLabel .\n  ?employer rdfs:label ?employerLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?employerLabel) = \"en\")\n}\nORDER BY ?person\nLIMIT 1000", "paraphrases": ["Who are the people and which organizations employ them, according to Wikidata, with English labels?", "Show me a list of people and their employers, including their English labels, limited to 1000 results."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { <http://www.wikidata.org/entity/p108> <http://wikiba.se/ontology#claim> ?var5 . ?var6 <http://www.wikidata.org/prop/qualifier/p794> ?var4 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 ?var5 ?var6 . ?var2 <http://wikiba.se/ontology#claim> ?var5 . ?var2 <http://wikiba.se/ontology#statementProperty> ?var7 . ?var6 ?var7 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,bg\". } } ORDER BY ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_5922", "question": "Which castles are depicted most frequently in the Welsh Landscape Collection, and where are they located?", "sparql": "SELECT DISTINCT ?castle (SAMPLE(?label) AS ?castleLabel) (COUNT(DISTINCT ?depiction) AS ?depictionCount) (SAMPLE(?coord) AS ?coordinates) WHERE { ?depiction wdt:P361 wd:Q21542493 . ?depiction wdt:P180 ?castle . ?castle wdt:P31/wdt:P279* wd:Q23413 . ?castle rdfs:label ?label . ?castle wdt:P625 ?coord . FILTER(LANG(?label) = \"en\") } GROUP BY ?castle ORDER BY DESC(?depictionCount) ASC(?label)", "paraphrases": ["Show me the castles from the Welsh Landscape Collection, ranked by how often they appear, along with their coordinates and names.", "What are the top castles featured in the National Library of Wales\u2019 engraved print collection, and what are their geographic positions?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( SAMPLE ( ?var2 ) AS ?var3Label )( COUNT ( DISTINCT ?var4 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q21542493> . ?var4 <http://www.wikidata.org/prop/direct/P180> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q23413> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } } GROUP BY ?var1 ORDER BY DESC( ?var5 )ASC( ?var2 )"}}
{"id": "val_5923", "question": "How many events feature Larry Page as a speaker?", "sparql": "SELECT (COUNT(?event) AS ?count) WHERE { ?event wdt:P823 wd:Q4934 . }", "paraphrases": ["How many public speaking events is Larry Page recorded as having participated in on Wikidata?", "Count the number of events where Larry Page was the speaker."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P823> <http://www.wikidata.org/entity/Q4934> . }"}}
{"id": "val_5924", "question": "Wikipedia article about miniature circuit breaker", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?article WHERE {\n  ?article schema:about wd:Q1805035 ; schema:isPartOf ?wiki .\n  ?wiki wikibase:wikiGroup \"wikipedia\" .\n}\nLIMIT 1", "paraphrases": ["Is there a Wikipedia article about the miniature circuit breaker?", "Show me a Wikipedia page about a miniature circuit breaker."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1805035> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> ?var2 . ?var2 <http://wikiba.se/ontology#wikiGroup> \"string1\". } LIMIT 1"}}
{"id": "val_5925", "question": "Which Wikidata entities have the Twitter handles DDUGLERY, GilAverous, fbonneau, JP_Sueur, BonnivardE, larep_fr, leloiret, TF1LeJT, or F3Centre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"DDUGLERY\" \"GilAverous\" \"fbonneau\" \"JP_Sueur\" \"BonnivardE\" \"larep_fr\" \"leloiret\" \"TF1LeJT\" \"F3Centre\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use these Twitter accounts: DDUGLERY, GilAverous, fbonneau, JP_Sueur, BonnivardE, larep_fr, leloiret, TF1LeJT, and F3Centre?", "List the Wikidata items corresponding to the Twitter usernames DDUGLERY, GilAverous, fbonneau, JP_Sueur, BonnivardE, larep_fr, leloiret, TF1LeJT, and F3Centre."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"DDUGLERY\" ) ( \"string5\" ) ( \"GilAverous\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"TF1LeJT\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"fbonneau\" ) ( \"JP_Sueur\" ) ( \"string15\" ) ( \"string16\" ) ( \"G_Peltier\" ) ( \"string17\" ) ( \"BonnivardE\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"larep_fr\" ) ( \"F3Centre\" ) ( \"leloiret\" ) } }"}}
{"id": "val_5926", "question": "Which organizations have Twitter/X usernames \"Europol\" and \"GenDigitalInc\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  VALUES ?username {\n    \"Europol\" \"GenDigitalInc\"\n  }\n  ?entity wdt:P2002 ?username .\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter/X handles \"Europol\" and \"GenDigitalInc\"?", "Show me the Wikidata entities that use \"Europol\" or \"GenDigitalInc\" as their Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Europol\" ) ( \"symantec\" ) ( \"Raj_Samani\" ) } }"}}
{"id": "val_5927", "question": "Which Wikidata items have Twitter usernames 'atterres', 'La_FAGE', 'latrive', 'lemondefr', 'MonniauxD', or 'PhBaptiste'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  FILTER(?twitterHandle = 'atterres' || ?twitterHandle = 'La_FAGE' || ?twitterHandle = 'latrive' || ?twitterHandle = 'lemondefr' || ?twitterHandle = 'MonniauxD' || ?twitterHandle = 'PhBaptiste')\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use these Twitter handles: atterres, La_FAGE, latrive, lemondefr, MonniauxD, and PhBaptiste?", "List the Wikidata entities linked to the Twitter accounts @atterres, @La_FAGE, @latrive, @lemondefr, @MonniauxD, and @PhBaptiste (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Gjpvernant\" ) ( \"string1\" ) ( \"string2\" ) ( \"MonniauxD\" ) ( \"string3\" ) ( \"string4\" ) ( \"bismatoj\" ) ( \"latrive\" ) ( \"lemondefr\" ) ( \"atterres\" ) ( \"Irnerius\" ) ( \"string5\" ) ( \"PhBaptiste\" ) ( \"coulhon\" ) ( \"string6\" ) ( \"yannbisiou\" ) ( \"string7\" ) ( \"string8\" ) ( \"SnesupFsu\" ) ( \"SgenCFDT\" ) ( \"LeymarieS\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"La_FAGE\" ) ( \"string12\" ) ( \"string13\" ) ( \"Quotes_PS\" ) ( \"MCochard_\" ) } }"}}
{"id": "val_5928", "question": "Which Wikidata items have the Twitter usernames \"lemondefr\", \"decodeurs\", or \"a_berut\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  {\n    ?item wdt:P2002 \"lemondefr\" .\n    BIND(\"lemondefr\" AS ?username)\n  } UNION {\n    ?item wdt:P2002 \"decodeurs\" .\n    BIND(\"decodeurs\" AS ?username)\n  } UNION {\n    ?item wdt:P2002 \"a_berut\" .\n    BIND(\"a_berut\" AS ?username)\n  }\n}", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter handles lemondefr, decodeurs, and a_berut?", "Show me the entities on Wikidata that use lemondefr, decodeurs, or a_berut as their X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"lemondefr\" ) ( \"decodeurs\" ) ( \"a_berut\" ) ( \"AdrienSnk\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Sansdieux\" ) } }"}}
{"id": "val_5929", "question": "People with more than two articles on Russian Wikisource, ordered by article count.", "sparql": "SELECT ?person ?label (COUNT(?person) AS ?articleCount) WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P570 ?deathDate . ?article schema:isPartOf <https://ru.wikisource.org/> ; schema:about ?person . ?person rdfs:label ?label . FILTER(LANG(?label) = \"ru\") } GROUP BY ?person ?label HAVING (?articleCount > 1) ORDER BY DESC(?articleCount)", "paraphrases": ["Who are the Russian-language Wikipedia-linked individuals with the most articles on Russian Wikisource, and how many articles do they have?", "List humans who have died and are covered in more than one article on Russian Wikisource, showing their Russian names and the number of articles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru, en\". } ?var4 <http://schema.org/isPartOf> <https://ru.wikisource.org/> ; <http://schema.org/about> ?var1 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var2 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var2 )"}}
{"id": "val_5930", "question": "Which Wikidata items have the Twitter usernames \"envlh\", \"NHM_London\", or \"turbomalec\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"NHM_London\" \"turbomalec\"\n  }\n}", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter handles envlh, NHM_London, and turbomalec?", "Show me the entities on Wikidata that use \"envlh\", \"NHM_London\", or \"turbomalec\" as their Twitter/X usernames."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"NHM_London\" ) ( \"XboxFR\" ) ( \"linsurge_\" ) ( \"string2\" ) ( \"turbomalec\" ) } }"}}
{"id": "val_5931", "question": "What is the English title and description of the film with \u010cSFD ID 6169?", "sparql": "SELECT ?film ?filmLabel ?description WHERE { ?film wdt:P2529 \"6169\" . OPTIONAL { ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") } OPTIONAL { ?film schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which film in Wikidata has the \u010cSFD ID 6169, and what is its English title and description?", "Show me the English name and description of the movie identified by \u010cSFD ID 6169."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"6169\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5932", "question": "How many administrative regions contain Pickering, Ontario?", "sparql": "SELECT (COUNT(?container) AS ?count) WHERE { ?container wdt:P150 wd:Q386626 . }", "paraphrases": ["What is the number of administrative entities that directly contain the city of Pickering?", "List the count of administrative divisions that include Pickering as a subdivision."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P150> <http://www.wikidata.org/entity/Q386626> . }"}}
{"id": "val_5933", "question": "Which Wikidata entities have the Twitter handles \"teddyriner\", \"Gnougnou25\", and \"Thom_astro\"?", "sparql": "SELECT ?person ?twitterHandle WHERE { ?person wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"teddyriner\" \"Gnougnou25\" \"Thom_astro\" } }", "paraphrases": ["Who are the people on Wikidata with the Twitter usernames teddyriner, Gnougnou25, and Thom_astro?", "Please list the Wikidata items for the Twitter accounts teddyriner, Gnougnou25, and Thom_astro."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"teddyriner\" ) ( \"string4\" ) ( \"string5\" ) ( \"PmaxP01\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Gnougnou25\" ) ( \"axus94\" ) ( \"string11\" ) ( \"Thom_astro\" ) ( \"Sportmagfr\" ) ( \"string12\" ) ( \"cnnsport\" ) } }"}}
{"id": "val_5934", "question": "What artworks are held by the Philadelphia Museum of Art, and do they have images available?", "sparql": "SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P276 wd:Q510324 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["List the English names of items in the Philadelphia Museum of Art\u2019s collection and show their images if any exist.", "Which pieces from the Philadelphia Museum of Art\u2019s collection are documented with images on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q510324> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_5935", "question": "Film directors with their birth dates, genders, and countries of origin in English.", "sparql": "SELECT ?directorLabel ?birthDate ?genderLabel ?countryLabel WHERE { ?director wdt:P106 wd:Q2526255 . ?director rdfs:label ?directorLabel . ?director wdt:P569 ?birthDate . ?director wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . ?director wdt:P495 ?country . ?country rdfs:label ?countryLabel . FILTER (LANG(?directorLabel) = \"en\") FILTER (LANG(?genderLabel) = \"en\") FILTER (LANG(?countryLabel) = \"en\") }", "paraphrases": ["Who are the film directors, and what are their birth dates, genders, and countries of origin, with all information in English?", "List the names, birth dates, genders, and countries of origin of all film directors, ensuring all labels are in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2526255> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P21> ?var6 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P495> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . }"}}
{"id": "val_5936", "question": "People born in 1864", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( ?birthDate >= \"1864-01-01T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1864-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who were born in the year 1864?", "List all individuals whose date of birth falls within the year 1864."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1864-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1864-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5937", "question": "Artworks in the National Gallery of Art collection without external links and with images.", "sparql": "SELECT ?item ?label ?image WHERE { ?item wdt:P195 wd:Q214867 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") FILTER (NOT EXISTS { ?item wdt:P973 ?url . }) }", "paraphrases": ["Which artworks in the National Gallery of Art do not have a webpage describing them, and what are their titles and images?", "Show me the titles and images of artworks in the National Gallery of Art that aren\u2019t linked to any external website."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q214867> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 <http://www.w3.org/2000/01/rdf-schema#description> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P973> ?var5 . } ) ) . }"}}
{"id": "val_5938", "question": "Which entity has the X (Twitter) username 'thebeatles'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES(?twitterUsername) {(\"thebeatles\")\n  }\n}", "paraphrases": ["Who is the entity on Wikidata that uses 'thebeatles' as its X (Twitter) username?", "Show me the Wikidata item and its X username for the account 'thebeatles'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"jxfranco\" ) } }"}}
{"id": "val_5939", "question": "Wikidata item for Twitter username kamihaeri", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"kamihaeri\"\n  }\n}", "paraphrases": ["Which Wikidata item corresponds to the Twitter handle kamihaeri?", "Find the person on Wikidata who has the Twitter username kamihaeri."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"auto_k7\" ) ( \"string2\" ) ( \"kamihaeri\" ) ( \"OnePlanet\" ) ( \"string3\" ) } }"}}
{"id": "val_5940", "question": "Image of William Henry Bartlett with SNAC ARK ID w63203gz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w63203gz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w63203gz?", "Show me the Wikimedia Commons image for William Henry Bartlett, identified by SNAC ARK ID w63203gz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63203gz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5941", "question": "Which Wikidata items have Twitter usernames including DevilleSy, EHESS_fr, fnielsen, leojoubert, martinfkde, Pyb75, samgoeta, turbomalec, UNESCO, or wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"DevilleSy\" \"EHESS_fr\" \"fnielsen\" \"leojoubert\" \"martinfkde\" \"Pyb75\" \"samgoeta\" \"turbomalec\" \"UNESCO\" \"wikidata\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use any of these Twitter handles: DevilleSy, EHESS_fr, fnielsen, leojoubert, martinfkde, Pyb75, samgoeta, turbomalec, UNESCO, or wikidata?", "List all Wikidata entities linked to the Twitter accounts DevilleSy, EHESS_fr, fnielsen, leojoubert, martinfkde, Pyb75, samgoeta, turbomalec, UNESCO, and wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"YKastell\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"EHESS_fr\" ) ( \"string4\" ) ( \"Paris\" ) ( \"cecileLG\" ) ( \"samgoeta\" ) ( \"string5\" ) ( \"_batou_\" ) ( \"Jokrates\" ) ( \"mozilla\" ) ( \"string6\" ) ( \"string7\" ) ( \"Ostpolitik\" ) ( \"string8\" ) ( \"string9\" ) ( \"petaramesh\" ) ( \"quibuzzqui\" ) ( \"ccastaner\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"FC_actu\" ) ( \"JobProdDev\" ) ( \"pixeltoo\" ) ( \"string13\" ) ( \"martinfkde\" ) ( \"string14\" ) ( \"jsamwrites\" ) ( \"UNESCO\" ) ( \"999Share\" ) ( \"wikidata\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"lienhart85\" ) ( \"string18\" ) ( \"string19\" ) ( \"PoulpyWP\" ) ( \"fnielsen\" ) ( \"pudo\" ) ( \"string20\" ) ( \"string21\" ) ( \"DevilleSy\" ) ( \"string22\" ) ( \"xkeepah\" ) ( \"Pyb75\" ) ( \"string23\" ) ( \"Techmoan\" ) ( \"numerennes\" ) ( \"string24\" ) ( \"NHM_London\" ) ( \"linsurge_\" ) ( \"string25\" ) ( \"turbomalec\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"looniverse\" ) ( \"leojoubert\" ) ( \"dbourrion\" ) } }"}}
{"id": "val_5942", "question": "What properties are used to link entities to Hajd\u00fa-Bihar County in English?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q185368 . BIND (IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER (LANG(?propertyLabel) = \"en\") . FILTER (LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties connect other items to Hajd\u00fa-Bihar County, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that have Hajd\u00fa-Bihar County as their object in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q185368> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5943", "question": "Signatories of documents with German labels", "sparql": "SELECT ?signatory ?label ?description WHERE { ?document wdt:P1891 ?signatory . ?signatory rdfs:label ?label . FILTER (LANG(?label) = \"de\") OPTIONAL { ?signatory schema:description ?description } } LIMIT 100", "paraphrases": ["Which countries or people signed official documents and have German-language names?", "Show me the German names of all entities that signed official documents."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1891> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_5944", "question": "Which Wikidata item has the Twitter username \"daveharte\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"daveharte\" } }", "paraphrases": ["Who is the person on Wikidata with the Twitter handle daveharte?", "Find the Wikidata entry for the Twitter user daveharte."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"cybrum\" ) ( \"daveharte\" ) } }"}}
{"id": "val_5945", "question": "German labels of properties and values for the Verdana typeface.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?propLabel) AS ?label)(COUNT(?value) AS ?count)(GROUP_CONCAT(?valLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q610791 ?property ?value .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?propLabel .\n  ?value rdfs:label ?valLabel .\n  FILTER(LANG(?propLabel) = \"de\")\n  FILTER(LANG(?valLabel) = \"de\")\n}\nGROUP BY ?property", "paraphrases": ["What are the German-language property names and their corresponding values for the Verdana font?", "Show me a summary of Verdana\u2019s Wikidata statements in German, including property names, how many values each has, and the labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q610791> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5946", "question": "Which institution has the Twitter username \"upemlv\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"upemlv\" } }", "paraphrases": ["What is the name of the university on X (formerly Twitter) with the username upemlv?", "Find the entity associated with the X username \"upemlv\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"upemlv\" ) } }"}}
{"id": "val_5947", "question": "Which entity has the Twitter username \"ogcnice\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"ogcnice\"\n  }\n}", "paraphrases": ["What is the Wikidata entity associated with the X (Twitter) handle \"ogcnice\"?", "Can you find the organization that uses \"ogcnice\" as its X (formerly Twitter) username?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"ogcnice\" ) } }"}}
{"id": "val_5948", "question": "What drugs interact with (RS)-methadone (ChEMBL ID: CHEMBL651), and what are their ChEMBL IDs and English names?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?interactingDrug ?chemblId ?label WHERE {\n  ?drug wdt:P592 \"CHEMBL651\" .\n  ?drug wdt:P769 ?interactingDrug .\n  ?interactingDrug wdt:P592 ?chemblId .\n  OPTIONAL {\n    ?interactingDrug rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}", "paraphrases": ["List of drugs that have significant pharmacological interactions with CHEMBL651, including their ChEMBL IDs and English labels.", "Show me the English names and ChEMBL IDs of all drugs that interact with the drug having ChEMBL ID CHEMBL651."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var4 ( <http://www.wikidata.org/prop/P592> / <http://www.wikidata.org/prop/statement/P592> ) \"CHEMBL651\". ?var4 <http://www.wikidata.org/prop/direct/P769> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P592> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } }"}}
{"id": "val_5949", "question": "Which Wikidata entities have the Twitter usernames \"dinart33\", \"ffhandball\", \"gatienjp\", \"LCI\", \"LONGUEVRE\", \"TF1\", or \"WalyDIA\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"dinart33\" \"ffhandball\" \"gatienjp\" \"LCI\" \"LONGUEVRE\" \"TF1\" \"WalyDIA\"\n  }\n}", "paraphrases": ["Who are the people or organizations behind these Twitter accounts: dinart33, ffhandball, gatienjp, LCI, LONGUEVRE, TF1, and WalyDIA?", "Can you tell me the Wikidata items linked to the Twitter handles TF1, LCI, and WalyDIA?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"TF1\" ) ( \"AudreyTort\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"gatienjp\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"WalyDIA\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"LONGUEVRE\" ) ( \"string12\" ) ( \"string13\" ) ( \"ffhandball\" ) ( \"moodchillx\" ) ( \"alex0464\" ) ( \"lowaya971\" ) ( \"JejayLH\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"HovineYann\" ) ( \"LCI\" ) ( \"string18\" ) ( \"TMC\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"jeromesapo\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"TF1Pro\" ) ( \"xgandon\" ) ( \"string25\" ) ( \"string26\" ) ( \"HandNewsfr\" ) ( \"dinart33\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"MaryPatrux\" ) ( \"xavham\" ) ( \"string31\" ) ( \"string32\" ) ( \"JChofto\" ) ( \"thierryce\" ) } }"}}
{"id": "val_5950", "question": "What are all the superclass categories of Sunday in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  wd:Q132 wdt:P279 * ?subclass .\n}", "paraphrases": ["What classes is Sunday a subclass of, directly or indirectly?", "List all the abstract categories that Sunday is classified under via the subclass hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q132> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_5951", "question": "Airport with IATA code AUO, its country, and coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?airport ?airportLabel ?country ?coordinates WHERE {\n  ?airport wdt:P238 \"AUO\" .\n  ?airport wdt:P17 ?country .\n  ?airport wdt:P625 ?coordinates .\n  ?airport rdfs:label ?airportLabel .\n  FILTER(LANG(?airportLabel) = \"en\")\n}", "paraphrases": ["What is the name, country, and geographic coordinates of the airport with IATA code AUO?", "Please provide the name, country, and location coordinates of the airport that has the IATA code AUO."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"AUO\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5952", "question": "What Wikidata item has the Twitter username \"BibusBrest\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username = \"BibusBrest\")\n}", "paraphrases": ["Which entity on Wikidata is associated with the Twitter handle BibusBrest?", "Show me the Wikidata item for the Twitter account @BibusBrest (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"BibusBrest\" ) ( \"MefpBrest\" ) } }"}}
{"id": "val_5953", "question": "Wikidata entities with Twitter handles ash_crow, BFMTV, chunkymark, joelgombin, lemondefr, qz, and wikidata.", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"ash_crow\" \"BFMTV\" \"chunkymark\" \"joelgombin\" \"lemondefr\" \"qz\" \"wikidata\" } }", "paraphrases": ["Which entities on Wikidata have the Twitter usernames ash_crow, BFMTV, chunkymark, joelgombin, lemondefr, qz, or wikidata?", "Show me the Wikidata items that are linked to the Twitter accounts ash_crow, BFMTV, chunkymark, joelgombin, lemondefr, qz, and wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Erdrokan\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"XboxFR\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"pierrebrt\" ) ( \"lemondefr\" ) ( \"Blouchtika\" ) ( \"qz\" ) ( \"string16\" ) ( \"string17\" ) ( \"Pymouss\" ) ( \"string18\" ) ( \"PoulpyWP\" ) ( \"Thaliane_K\" ) ( \"string19\" ) ( \"BFMTV\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"ellensalvi\" ) ( \"palais_au\" ) ( \"string24\" ) ( \"string25\" ) ( \"lesagithes\" ) ( \"string26\" ) ( \"chunkymark\" ) ( \"ash_crow\" ) ( \"le_RESET\" ) ( \"wikidata\" ) ( \"string27\" ) ( \"string28\" ) ( \"MyHumanKit\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"Phangere\" ) ( \"string33\" ) ( \"joelgombin\" ) } }"}}
{"id": "val_5954", "question": "Which entities on Wikidata have the Twitter usernames 'UN', 'thebeatles', or 'France'?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"UN\" \"thebeatles\" \"France\" } }", "paraphrases": ["What are the entities in Wikidata that are associated with the Twitter accounts @UN, @thebeatles, or @France?", "List the Wikidata entities that have Twitter usernames 'UN', 'thebeatles', or 'France'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"KelamWiki\" ) ( \"Frakir_\" ) ( \"gribeco\" ) } }"}}
{"id": "val_5955", "question": "How many doctoral students did Vannevar Bush have?", "sparql": "SELECT (COUNT(?student) AS ?count) WHERE { ?student wdt:P184 wd:Q299595 .}", "paraphrases": ["According to Wikidata, how many people received their PhD under Vannevar Bush\u2019s supervision?", "Can you tell me the number of individuals who listed Vannevar Bush as their doctoral advisor?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P184> <http://www.wikidata.org/entity/Q299595> . }"}}
{"id": "val_5956", "question": "What are the birth and death dates of Theodore M. Davis?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND(wd:Q1348898 AS ?person) . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?person wdt:P569 ?birthDate } OPTIONAL { ?person wdt:P570 ?deathDate } }", "paraphrases": ["What is the full name, date of birth, and date of death of the American Egyptologist Theodore M. Davis?", "Can you provide the English label, birth date, and death date for the Wikidata entity Q1348898, which represents Theodore M. Davis?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1348898> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5957", "question": "What are the birth and death dates of Richard Scott, the 10th Duke of Buccleuch?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q2079879 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when the 10th Duke of Buccleuch was born and whether he has passed away?", "Show me the name, birth date, and death date of the current Duke of Buccleuch."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4982454> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5958", "question": "What is the English label of Cusworth Hall and Park, and what are its birth and death dates?", "sparql": "SELECT ?var1Label ?var3 ?var4 WHERE { BIND( wd:Q3007917 AS ?var1 ) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") OPTIONAL { ?var1 wdt:P569 ?var3 . } OPTIONAL { ?var1 wdt:P570 ?var4 . } }", "paraphrases": ["Can you tell me the name of Cusworth Hall and Park in English, along with any recorded dates of birth and death?", "Is Cusworth Hall and Park a person? If not, what is its name in English, and why are there no birth or death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3007917> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5959", "question": "What is the location and country of the airport with IATA code EIL?", "sparql": "SELECT ?airport ?airportLabel ?country ?coordinates WHERE { ?airport wdt:P238 \"EIL\" . ?airport wdt:P17 ?country . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["Can you tell me the name, coordinates, and country of Eielson Air Force Base?", "Where is Eielson Air Force Base located, and what are its geographic coordinates?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"EIL\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5960", "question": "What are the birth and death dates of Ogasawara Nagamichi?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q10859981 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q10859981 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q10859981 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Ogasawara Nagamichi born and when did he die?", "Can you tell me the English name of Ogasawara Nagamichi along with his birth and death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q10859981> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5961", "question": "What are the birth and death dates of Aneta Corsaut?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q4761730 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q4761730 wdt:P569 ?birthDate . } OPTIONAL { wd:Q4761730 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Aneta Corsaut was born and when she died?", "Show me the English name, birth date, and death date of the actress Aneta Corsaut."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4761730> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5962", "question": "What are the birth and death dates of Eddie Adams?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q496027 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { wd:Q496027 wdt:P569 ?birthDate . } OPTIONAL { wd:Q496027 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Eddie Adams was born and when he died?", "Show me the name, birth date, and death date of the American photojournalist Eddie Adams."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q496027> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5963", "question": "What is the English name, date of birth, and date of death of Alle Teyes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ?var3 ?var4 WHERE {\n  BIND(wd:Q24283931 AS ?var1)\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  OPTIONAL {\n    ?var1 wdt:P569 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var4 .\n  }\n}", "paraphrases": ["English name, birth date, and death date of Dutch politician Alle Teyes", "Please provide the label, birth date, and death date for the person Alle Teyes."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q24283931> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5964", "question": "What is the birth date of No\u00eblle Boisson, and is she deceased?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q516046 AS ?person)\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["When was No\u00eblle Boisson born, and does Wikidata record her date of death?", "Can you provide the English name, birth date, and death date (if any) for the French film editor No\u00eblle Boisson?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q516046> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5965", "question": "What is the date of birth of Julius Malema, and is he deceased?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q983163 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { wd:Q983163 wdt:P569 ?birthDate . } OPTIONAL { wd:Q983163 wdt:P570 ?deathDate . } }", "paraphrases": ["Julius Malema: birth date and death date", "Can you tell me Julius Malema\u2019s date of birth and whether he has passed away?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q983163> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5966", "question": "How many gene products are encoded by the ADAMTS2 gene?", "sparql": "SELECT (COUNT(?geneProduct) AS ?count) WHERE { ?geneProduct wdt:P702 wd:Q14881709 . }", "paraphrases": ["What is the number of protein products encoded by the human ADAMTS2 gene?", "Tell me how many proteins are produced from the ADAMTS2 gene in humans."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P702> <http://www.wikidata.org/entity/Q14881709> . }"}}
{"id": "val_5967", "question": "What properties link to Steve Allen in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q553276 . }", "paraphrases": ["Which relationships connect other entities to Steve Allen?", "Show me all the properties (including qualifiers) where Steve Allen is the object, such as cast member, composer, or influenced by."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q553276> . }"}}
{"id": "val_5968", "question": "What is the English name, country, and coordinates of the airport with IATA code PTV?", "sparql": "SELECT ?airport ?airportLabel ?country ?coordinates WHERE { ?airport wdt:P17 ?country . ?airport wdt:P238 \"PTV\" . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["Where is Porterville Municipal Airport located, and what are its coordinates?", "Give me the country and GPS coordinates of the airport whose IATA code is PTV."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"PTV\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_5969", "question": "What properties are used to describe the television program \"Q15416\", and what are the labels of those properties and their values?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?directProperty ?propertyLabel(COUNT(?value) AS ?count)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q15416 ?directProperty ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  .\n  ?propertyItem wikibase:directClaim ?directProperty .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?directProperty ?propertyLabel", "paraphrases": ["For the television program Q15416, list each property, its English name, how many times it appears, and the English labels of its values.", "Can you show me the properties linked to the television program Q15416, along with their labels, usage counts, and the English names of the things they point to?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q15416> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_5970", "question": "Items marked as duplicates of Belgium in Wikidata", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P2959 wd:Q31 .\n      ?item p:P2959 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?qualifierProperty wikibase:qualifier wd:P2959 .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["Which items in Wikidata are identified as duplicates of Belgium, and do those duplicate statements have any additional details?", "List all items in Wikidata that are duplicates of Belgium, along with any qualifiers attached to their duplicate statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2959> <http://www.wikidata.org/entity/Q31> . ?var1 <http://www.wikidata.org/prop/P2959> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_5971", "question": "What movie has the elCinema film ID 1630575?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3135 \"1630575\" .\n}", "paraphrases": ["Which film on Wikidata is identified by the elCinema ID 1630575?", "Find the Wikidata item for the movie with elCinema ID 1630575."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"1630575\". }"}}
{"id": "val_5972", "question": "Which Wikidata items have the Twitter usernames belett, bevellin, BrestFr, or wired_jp?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"belett\" \"bevellin\" \"BrestFr\" \"wired_jp\" } }", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter handles @belett, @bevellin, @BrestFr, and @wired_jp?", "Show me the Wikidata entities for the Twitter accounts belett, bevellin, BrestFr, and wired_jp."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"lego_ubl\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"BrestFr\" ) ( \"aire__s\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"staoka218\" ) ( \"wired_jp\" ) ( \"makeryfr\" ) ( \"thefablab_\" ) ( \"DagomaFr\" ) ( \"LEGO_UBL\" ) ( \"string9\" ) ( \"PepSEbrest\" ) ( \"UnpeudR\" ) ( \"string10\" ) ( \"string11\" ) ( \"GuyHomard\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"atbrest\" ) ( \"PLGuen\" ) ( \"string16\" ) ( \"bu_ubo\" ) ( \"string17\" ) ( \"hatonjan\" ) ( \"WikiBrest\" ) ( \"string18\" ) ( \"string19\" ) ( \"EdithBoulo\" ) ( \"string20\" ) ( \"belett\" ) ( \"bevellin\" ) ( \"string21\" ) } }"}}
{"id": "val_5973", "question": "Which news organizations have the Twitter handles Europe1, leJDD, and LesEchos?", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Europe1\" \"leJDD\" \"LesEchos\" } }", "paraphrases": ["What are the entities on Wikidata that use Europe1, leJDD, or LesEchos as their Twitter/X username?", "Show me the media outlets associated with the Twitter handles Europe1, leJDD, and LesEchos."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"LesEchos\" ) ( \"string3\" ) ( \"FevadActu\" ) ( \"string4\" ) ( \"string5\" ) ( \"Europe1\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"leJDD\" ) ( \"ValaAfshar\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) } }"}}
{"id": "val_5974", "question": "What are the French-labeled heritage sites and their coordinates?", "sparql": "SELECT ?label ?coordinates ?heritageSite WHERE { ?heritageSite (wdt:P31/wdt:P279*) wd:Q358 . ?heritageSite wdt:P625 ?coordinates . ?heritageSite rdfs:label ?label . FILTER(LANG(?label) = \"fr\") }", "paraphrases": ["Can you list the locations of all cultural heritage sites that have French labels?", "Show me the coordinates of memorials in French, such as Stolpersteine, that are classified as heritage sites."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q358> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . }"}}
{"id": "val_5975", "question": "Which organizations have the Twitter handles \"AS_Monaco\", \"PSG_inside\", or \"TV5MONDE\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organization ?twitterHandle WHERE {\n  ?organization wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"AS_Monaco\" \"PSG_inside\" \"TV5MONDE\"\n  }\n}", "paraphrases": ["What are the Wikidata entities for the Twitter accounts @AS_Monaco, @PSG_inside, and @TV5MONDE?", "Show me the organizations associated with the Twitter usernames AS_Monaco, PSG_inside, and TV5MONDE."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"TV5MONDE\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"MKACITV5M\" ) ( \"string4\" ) ( \"string5\" ) ( \"mariametig\" ) ( \"manutiss\" ) ( \"string6\" ) ( \"string7\" ) ( \"PSG_inside\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"AS_Monaco\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"Tv5monde\" ) } }"}}
{"id": "val_5976", "question": "Direct superclasses of Microsoft's types", "sparql": "SELECT DISTINCT ?class WHERE { wd:Q2283 (wdt:P31 / wdt:P279) ?class . }", "paraphrases": ["What categories are above the types that Microsoft is an instance of?", "List all the immediate parent classes of the categories Microsoft belongs to."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2283> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) ?var1 . }"}}
{"id": "val_5977", "question": "Who are the people with the surname Kowalski, and do any of them have images?", "sparql": "SELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P734 wd:Q3199417 .\n  OPTIONAL { ?person wdt:P18 ?image . }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = 'en')\n}\nLIMIT 100", "paraphrases": ["Can you list famous individuals named Kowalski and show their photos if available?", "Show me the English names and images of all people who have Kowalski as their surname."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P138> <http://www.wikidata.org/entity/Q3199417> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 100"}}
{"id": "val_5978", "question": "List entities with Instagram accounts, their English labels, descriptions, and usernames.", "sparql": "SELECT ?item ?itemLabel ?itemDescription ?instagramUsername WHERE { ?item wdt:P2003 ?instagramUsername . ?item rdfs:label ?itemLabel . ?item schema:description ?itemDescription . FILTER (LANG(?itemLabel) = \"en\") FILTER (LANG(?itemDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which entities on Wikidata have an Instagram username, and what are their English labels and descriptions?", "Show me up to 100 entities that have an Instagram profile, including their English name, description, and username."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2003> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_5979", "question": "Which Wikidata items have the Twitter usernames \"envlh\" or \"ADULLACT\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"ADULLACT\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handle @envlh or @ADULLACT?", "Find the Wikidata entities associated with the Twitter usernames \"envlh\" and \"ADULLACT\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"ADULLACT\" ) ( \"string1\" ) ( \"Lyoko6\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"mediapart\" ) ( \"PoulpyWP\" ) } }"}}
{"id": "val_5980", "question": "What are the X (Twitter) usernames for Elon Musk, Russia, and the United Nations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"elonmusk\" \"Russia\" \"UN\"\n  }\n}", "paraphrases": ["Which entities on Wikidata have the Twitter handles 'elonmusk', 'Russia', or 'UN'?", "Show me the Wikidata items that are associated with the Twitter usernames elonmusk, Russia, and UN."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"fifi_\" ) ( \"balmeyer\" ) ( \"string1\" ) ( \"string2\" ) } }"}}
{"id": "val_5981", "question": "Image of the person with SNAC ARK ID w6h1622t", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6h1622t\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6h1622t?", "Show me the Wikimedia Commons image linked to the entity identified by SNAC ARK ID w6h1622t."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6h1622t\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_5982", "question": "Labels of Wikidata properties related to birth or death", "sparql": "SELECT ?label WHERE { ?property wdt:P31 wd:Q18608756 . ?property rdfs:label ?label .}", "paraphrases": ["What are the labels in all languages for Wikidata properties about birth or death?", "Show me all the multilingual labels for Wikidata properties that track birth or death events."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18608756> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . }"}}
{"id": "val_5983", "question": "What date entity represents March 9, 1893, in Wikidata?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?dateEntity WHERE {\n  ?dateEntity ( wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ) ?dateValue .\n  FILTER ( ?dateValue >= \"1893-03-09T00:00:00Z\" ^^ xsd:dateTime && ?dateValue <= \"1893-03-09T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which items in Wikidata are defined as the specific day of March 9, 1893?", "Can you find the Wikidata item for March 9, 1893, based on its associated date properties?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1893-03-09T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1893-03-09T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_5984", "question": "How many items in Wikidata have a Curlie ID?", "sparql": "SELECT (COUNT(?item) AS ?count) WHERE { ?item wdt:P998 [] . }", "paraphrases": ["What is the total number of Wikidata items that are assigned a Curlie.org category path?", "Please tell me how many entities in Wikidata are linked to the Open Directory Project via their Curlie ID."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P998> ?var3 . } LIMIT 100"}}
{"id": "val_5985", "question": "What entities have a Curlie ID (DMOZ category path)?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P998 ?curlieId .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which items are categorized in the Open Directory Project via their Curlie ID?", "List the English names of all items that have a Curlie ID assigned, such as cities, countries, or music genres."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P998> ?var2 . } LIMIT 100"}}
{"id": "val_5986", "question": "Scholarly articles by P. Vincent Jenkins, including co-authors, publication venues, and dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MIN(?pubDate) AS ?earliestPubDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?numPages) ?venue ?venueLabel(GROUP_CONCAT(DISTINCT ?authorLabel ; SEPARATOR = \", \") AS ?allAuthors) WHERE {\n  ?work wdt:P50 wd:Q42767460 .\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are all the scholarly works authored by P. Vincent Jenkins, along with their co-authors, publication venues, types, and publication dates?", "List all research papers written by P. Vincent Jenkins, showing their publication dates, venues, types, number of pages, and all contributing authors."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42767460> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_5987", "question": "Airports in Iran with their coordinates", "sparql": "SELECT DISTINCT ?airport ?coordinates WHERE { ?airport wdt:P31 wd:Q1248784 . ?airport wdt:P17 wd:Q794 . ?airport wdt:P625 ?coordinates .}", "paraphrases": ["What are the airports in Iran and their geographic coordinates?", "List all airports located in Iran along with their latitude and longitude."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 ?var3 <http://www.wikidata.org/entity/> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q794> . }"}}
{"id": "val_5988", "question": "Who are the deceased individuals who studied at universities in Chile, and what were their causes of death and dates of death, with all labels in Spanish?", "sparql": "SELECT ?personLabel ?universityLabel ?dateOfDeath ?causeOfDeathLabel WHERE { ?person wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . ?person wdt:P69 ?university . ?university wdt:P31 wd:Q3918 . ?university wdt:P17 wd:Q298 . ?university rdfs:label ?universityLabel . ?person wdt:P570 ?dateOfDeath . ?person wdt:P509 ?causeOfDeath . ?causeOfDeath wdt:P31 wd:Q1931388 . ?causeOfDeath rdfs:label ?causeOfDeathLabel . FILTER(LANG(?personLabel) = \"es\") FILTER(LANG(?universityLabel) = \"es\") FILTER(LANG(?causeOfDeathLabel) = \"es\") }", "paraphrases": ["Spanish-labeled Chilean university alumni with cause of death and date of death", "List the names of people who attended universities in Chile, their date of death, cause of death, and the names of their universities \u2014 all in Spanish."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1931388> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var7 <http://www.wikidata.org/prop/direct/P69> ?var5 . ?var7 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var7 <http://www.wikidata.org/prop/direct/P509> ?var6 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"es\" ) ) ) . }"}}
{"id": "val_5989", "question": "Who has the Twitter username joannsfar?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  FILTER(?twitterUsername = \"joannsfar\")\n}", "paraphrases": ["Which Wikidata entity is associated with the Twitter handle joannsfar?", "Tell me the person whose Twitter username is joannsfar."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"_Algrienne\" ) ( \"string2\" ) ( \"string3\" ) ( \"Ryma_Maria\" ) ( \"string4\" ) ( \"sauterne\" ) ( \"merymna\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"el_manchar\" ) ( \"Sois_Bref\" ) ( \"joannsfar\" ) ( \"LeLienDT\" ) ( \"Alg24net\" ) ( \"string10\" ) ( \"string11\" ) ( \"Bilel_Tb\" ) ( \"morsimas\" ) } }"}}
{"id": "val_5990", "question": "List 100 institutions classified as museums in Wikidata.", "sparql": "SELECT ?museum WHERE { ?museum wdt:P31 wd:Q33506 . } LIMIT 100", "paraphrases": ["What are 100 examples of museums according to Wikidata?", "Show me the Wikidata IDs of 100 entities that are instances of a museum."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_5991", "question": "How many museums in Wikidata have both a country and geographic coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?museum) AS ?count) WHERE {\n  ?museum wdt:P31 wd:Q33506 .\n  ?museum wdt:P17 ?country .\n  ?museum wdt:P625 ?coordinates .\n}", "paraphrases": ["What is the total number of museums that are geolocated and associated with a sovereign state?", "Can you tell me how many museums are documented with location and country information in Wikidata?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_5992", "question": "Which organizations or people have the Twitter handles \"dw_deutsch\", \"lorcanD\", or \"IFLA\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"dw_deutsch\" \"lorcanD\" \"IFLA\" } }", "paraphrases": ["Who are the entities on Wikidata that use \"dw_deutsch\", \"lorcanD\", or \"IFLA\" as their Twitter/X username?", "Show me the Wikidata items linked to the Twitter usernames \"dw_deutsch\", \"lorcanD\", and \"IFLA\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"OCLC_DE\" ) ( \"dw_deutsch\" ) ( \"string1\" ) ( \"lorcanD\" ) ( \"SlideShare\" ) ( \"vorablesen\" ) ( \"globolibro\" ) ( \"sljournal\" ) ( \"IFLA\" ) ( \"NickPoole1\" ) ( \"string2\" ) ( \"string3\" ) ( \"t3n\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"ideastores\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) } }"}}
{"id": "val_5993", "question": "Which Wikidata items have Twitter/X usernames \"wikidata\", \"wikipedia\", or \"nightrose\"?", "sparql": "SELECT ?item ?itemLabel ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"wikidata\" \"wikipedia\" \"nightrose\" } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } }", "paraphrases": ["Who are the entities on Wikidata with the Twitter handles \"wikidata\", \"wikipedia\", and \"nightrose\"?", "List the Wikidata entities and their names that use \"wikidata\", \"wikipedia\", or \"nightrose\" as their X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"wikidata\" ) ( \"wikipedia\" ) ( \"nightrose\" ) ( \"auregann\" ) } }"}}
{"id": "val_5994", "question": "Which Wikidata item has the Twitter username \"UN\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"UN\"\n  }\n}", "paraphrases": ["What entity on Wikidata is associated with the Twitter handle @UN?", "Show me the Wikidata item for the organization that uses \"UN\" as its Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Moh_Alami\" ) ( \"string1\" ) } }"}}
{"id": "val_5995", "question": "What are the different kinds of datasets?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?datasetType ?datasetTypeLabel WHERE {\n  ?datasetInstance wdt:P31 ?subclass .\n  ?subclass wdt:P279 * wd:Q1172284 .\n  ?datasetInstance wdt:P31 ?datasetType .\n  FILTER(isIRI(?datasetType))\n  ?datasetType rdfs:label ?datasetTypeLabel .\n  FILTER(LANG(?datasetTypeLabel) = \"en\")\n}", "paraphrases": ["What classes of items are considered datasets or subclasses of datasets?", "Can you list the types of entities that are classified as datasets, such as periodicals or gazetteers?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1172284> ; <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_5996", "question": "Chilean university alumni who died of Alzheimer\u2019s, cancer, or traffic accidents in Spanish-speaking contexts.", "sparql": "SELECT ?personLabel ?universityLabel ?dateOfDeath ?causeOfDeathLabel WHERE { ?person wdt:P69 ?university . ?person wdt:P570 ?dateOfDeath . ?person wdt:P509 ?causeOfDeath . ?university wdt:P31 wd:Q3918 . ?university wdt:P17 wd:Q298 . ?university rdfs:label ?universityLabel . ?person rdfs:label ?personLabel . ?causeOfDeath rdfs:label ?causeOfDeathLabel . FILTER (LANG(?universityLabel) = \"es\") . FILTER (LANG(?personLabel) = \"es\") . FILTER (LANG(?causeOfDeathLabel) = \"es\") .}", "paraphrases": ["Who are people educated at universities in Chile, who died in Chile, and had their cause of death recorded in Spanish?", "List the names of Chilean university graduates in Spanish, their date of death, and their cause of death in Spanish."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1931388> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var7 <http://www.wikidata.org/prop/direct/P69> ?var5 . ?var7 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( EXISTS { ?var7 <http://www.wikidata.org/prop/direct/P509> ?var6 . } ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . }"}}
{"id": "val_5997", "question": "Works by Wim Crusio with publication year, title, and number of pages, ordered by year.", "sparql": "SELECT ?year ?title ?pages WHERE { ?work wdt:P50 wd:Q120981 ; wdt:P577 ?date ; wdt:P1104 ?pages . BIND(YEAR(?date) AS ?year) . ?work rdfs:label ?title . FILTER(LANG(?title) = \"en\") } ORDER BY ?year", "paraphrases": ["What are the titles, publication years, and page counts of scientific works authored by Wim Crusio, listed in chronological order?", "List all English-language publications by Wim Crusio, including their publication year and number of pages, sorted from earliest to latest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q120981> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q120981> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_5998", "question": "Italian labels for temperature-related properties in Wikidata", "sparql": "SELECT ?property ?label ?description WHERE { ?property a wikibase:Property . ?property rdfs:label ?label . ?property schema:description ?description . FILTER (LANG(?label) = \"it\") . FILTER (CONTAINS(LCASE(?label), \"temperatura\")) . }", "paraphrases": ["What are the Italian labels for properties related to temperature in Wikidata?", "Show me properties with Italian labels that mention temperature, along with their descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P2101> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"it\" ) ) ) . }"}}
{"id": "val_5999", "question": "Which Wikidata items have the Twitter usernames EvoMRI, agjedde, envlh, fnielsen, maxlath, wikidata, or Wikipedia?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"EvoMRI\" \"agjedde\" \"envlh\" \"fnielsen\" \"maxlath\" \"wikidata\" \"Wikipedia\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that use the Twitter handles \"EvoMRI\", \"agjedde\", \"envlh\", \"fnielsen\", \"maxlath\", \"wikidata\", or \"Wikipedia\"?", "Show me the Wikidata entries for the following Twitter accounts: EvoMRI, agjedde, envlh, fnielsen, maxlath, wikidata, and Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"EvoMRI\" ) ( \"string1\" ) ( \"Wikipedia\" ) ( \"wikidata\" ) ( \"Gallorum\" ) ( \"envlh\" ) ( \"fnielsen\" ) ( \"agjedde\" ) ( \"maxlath\" ) ( \"string2\" ) ( \"string3\" ) } }"}}
{"id": "val_6000", "question": "Which organizations have Twitter handles ICPhotog, Mairie17, or ParisMatch?", "sparql": "SELECT ?entity ?twitterHandle WHERE { VALUES ?twitterHandle { \"ICPhotog\" \"Mairie17\" \"ParisMatch\" } ?entity wdt:P2002 ?twitterHandle . }", "paraphrases": ["What entities on Wikidata are associated with the Twitter usernames ICPhotog, Mairie17, and ParisMatch?", "Show me the entities that use ICPhotog, Mairie17, or ParisMatch as their X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Acarrouer\" ) ( \"string2\" ) ( \"string3\" ) ( \"fab_pix\" ) ( \"string4\" ) ( \"majtague\" ) ( \"ICPhotog\" ) ( \"string5\" ) ( \"string6\" ) ( \"Mairie17\" ) ( \"string7\" ) ( \"ParisMatch\" ) ( \"_LeBonbon\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"alex_swpix\" ) ( \"string20\" ) } }"}}
{"id": "val_6001", "question": "Which Wikidata entity has the Twitter username 'jjbertolus'?", "sparql": "SELECT ?person ?username WHERE { ?person wdt:P2002 ?username . VALUES ?username { \"jjbertolus\" } }", "paraphrases": ["Who is the person on Wikidata with the Twitter handle jjbertolus?", "Find the Wikidata item for the Twitter account jjbertolus."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"jjbertolus\" ) ( \"string1\" ) } }"}}
{"id": "val_6002", "question": "What film has the elCinema ID 2036828?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3135 \"2036828\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the elCinema film ID 2036828?", "Find the Wikidata item for the film identified by elCinema ID 2036828."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2036828\". }"}}
{"id": "val_6003", "question": "What film has \"Brooklyn\" listed as its The Numbers movie ID?", "sparql": "SELECT ?film WHERE { ?film wdt:P3808 \"Brooklyn\" . }", "paraphrases": ["Which movie is associated with the The Numbers ID \"Brooklyn\"?", "Find the film in Wikidata that has \"Brooklyn\" as its The Numbers movie ID value."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3808> \"Brooklyn\". }"}}
{"id": "val_6004", "question": "Which entities on Wikidata have the Twitter usernames \"johannesvogel\", \"vogelbit\", or \"thebelongingco\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"johannesvogel\" \"vogelbit\" \"thebelongingco\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use \"johannesvogel\", \"vogelbit\", or \"thebelongingco\" as their Twitter/X handles?", "Show me the Wikidata items that are linked to the Twitter usernames \"johannesvogel\", \"vogelbit\", and \"thebelongingco\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Vogelsong\" ) } }"}}
{"id": "val_6005", "question": "Which Wikidata entities have Twitter usernames duttypaul, G_Eazy, halsey, jul, lilpump, SkyrockFM, or W9?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?twitterUsername WHERE {\n  {\n    ?artist wdt:P2002 \"duttypaul\" .\n  } UNION {\n    ?artist wdt:P2002 \"G_Eazy\" .\n  } UNION {\n    ?artist wdt:P2002 \"halsey\" .\n  } UNION {\n    ?artist wdt:P2002 \"jul\" .\n  } UNION {\n    ?artist wdt:P2002 \"lilpump\" .\n  } UNION {\n    ?artist wdt:P2002 \"SkyrockFM\" .\n  } UNION {\n    ?artist wdt:P2002 \"W9\" .\n  }\n}", "paraphrases": ["Who are the artists on Wikidata with the Twitter handles duttypaul, G_Eazy, halsey, jul, lilpump, SkyrockFM, and W9?", "List the Wikidata items for musicians and accounts with the following Twitter usernames: duttypaul, G_Eazy, halsey, jul, lilpump, SkyrockFM, and W9."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"SkyrockFM\" ) ( \"string1\" ) ( \"string2\" ) ( \"fredmusa\" ) ( \"string3\" ) ( \"Mrik\" ) ( \"lilpump\" ) ( \"duttypaul\" ) ( \"jul\" ) ( \"string4\" ) ( \"W9\" ) ( \"string5\" ) ( \"mehdiradio\" ) ( \"string6\" ) ( \"string7\" ) ( \"kalash972\" ) ( \"string8\" ) ( \"G_Eazy\" ) ( \"halsey\" ) } }"}}
{"id": "val_6006", "question": "Which film has the elCinema ID 2042651?", "sparql": "SELECT ?film WHERE { ?film wdt:P3135 \"2042651\" . }", "paraphrases": ["What is the name of the movie identified by the elCinema film ID 2042651?", "Find the film associated with the elCinema identifier 2042651."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2042651\". }"}}
{"id": "val_6007", "question": "Which entities have the Twitter/X usernames \"aha_io\", \"Le_Figaro\", \"Valeurs\", or \"ydekerdrel\"?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"aha_io\" \"Le_Figaro\" \"Valeurs\" \"ydekerdrel\" } }", "paraphrases": ["Who or what organizations are associated with the Twitter handles aha_io, Le_Figaro, Valeurs, and ydekerdrel?", "Show me the entities on Wikidata that use these Twitter usernames: aha_io, Le_Figaro, Valeurs, and ydekerdrel."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"ydekerdrel\" ) ( \"string1\" ) ( \"Valeurs\" ) ( \"hdactech\" ) ( \"valeurs\" ) ( \"youtube\" ) ( \"Le_Figaro\" ) ( \"aha_io\" ) ( \"string2\" ) } }"}}
{"id": "val_6008", "question": "What are the multilingual labels, official website, and Wikipedia page for the video game \"2014 FIFA World Cup Brazil\"?", "sparql": "SELECT ?label ?image ?coordinates ?wikipedia ?youtube ?github ?twitter ?facebook ?instagram ?website ?orcid WHERE { wd:Q15621213 rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\", \"fr\", \"it\")) OPTIONAL { wd:Q15621213 wdt:P18 ?image . } OPTIONAL { wd:Q15621213 wdt:P625 ?coordinates . } OPTIONAL { wd:Q15621213 wdt:P1651 ?youtube . } OPTIONAL { wd:Q15621213 wdt:P2037 ?github . } OPTIONAL { wd:Q15621213 wdt:P2002 ?twitter . } OPTIONAL { wd:Q15621213 wdt:P2013 ?facebook . } OPTIONAL { wd:Q15621213 wdt:P2003 ?instagram . } OPTIONAL { wd:Q15621213 wdt:P856 ?website . } OPTIONAL { wd:Q15621213 wdt:P496 ?orcid . } OPTIONAL { ?wikipedia rdf:type schema:Article ; schema:about wd:Q15621213 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?label", "paraphrases": ["Can you show me the English, German, French, and Italian labels for the 2014 FIFA World Cup Brazil video game, along with its official website and Wikipedia link?", "Please provide the labels in English, German, French, and Italian for the 2014 FIFA World Cup Brazil video game, and include its official website and English Wikipedia article, even if social media accounts or other identifiers are not available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q15621213> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q15621213> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_6009", "question": "Chilean university alumni and their causes of death in Spanish.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?universityLabel ?causeLabel WHERE {\n  ?university wdt:P31 wd:Q3918 ; wdt:P17 wd:Q298 ; rdfs:label ?universityLabel .\n  ?person wdt:P31 wd:Q5 ; wdt:P69 ?university ; wdt:P509 ?cause ; rdfs:label ?personLabel .\n  ?cause rdfs:label ?causeLabel .\n  FILTER(LANG(?personLabel) = \"es\")\n  FILTER(LANG(?universityLabel) = \"es\")\n  FILTER(LANG(?causeLabel) = \"es\")\n}", "paraphrases": ["Who are the Chilean university graduates who died, and what were their causes of death, with labels in Spanish?", "List Spanish-language names of people educated at Chilean universities along with their alma maters and causes of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P69> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P509> ?var6Label . ?var6Label <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6010", "question": "Which organization has the Twitter username \"TAObustram\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organization ?twitterUsername WHERE {\n  ?organization wdt:P2002 \"TAObustram\" .\n}", "paraphrases": ["What is the Wikidata entity for the Twitter account @TAObustram?", "Find the organization associated with the Twitter handle TAObustram."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Civigaz45\" ) ( \"string4\" ) ( \"TAObustram\" ) ( \"string5\" ) } }"}}
{"id": "val_6011", "question": "Which film has the film-documentaire.fr ID 26638?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3673 \"26638\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified as 26638 in film-documentaire.fr?", "Find the film in Wikidata that corresponds to the film-documentaire.fr identifier 26638."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"26638\". }"}}
{"id": "val_6012", "question": "Which organizations on Wikidata have the Twitter handles grandlyon, lemondefr, LePoint, or lesinrocks?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"grandlyon\" \"lemondefr\" \"LePoint\" \"lesinrocks\" \"OnlyLyon\"\n  }\n}", "paraphrases": ["What entities are associated with the Twitter usernames 'grandlyon', 'lemondefr', 'LePoint', and 'lesinrocks' on Wikidata?", "Show me the Wikidata items for French media outlets and local government bodies that use the Twitter handles grandlyon, lemondefr, LePoint, and lesinrocks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"lesinrocks\" ) ( \"LePoint\" ) ( \"lemondefr\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"grandlyon\" ) ( \"string13\" ) ( \"OnlyLyon\" ) } }"}}
{"id": "val_6013", "question": "Which Wikidata entities have the Twitter usernames marcan42, photomatt, or samykamkar?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"marcan42\" \"photomatt\" \"samykamkar\"\n  }\n}", "paraphrases": ["Who are the people on Wikidata associated with the Twitter handles marcan42, photomatt, and samykamkar?", "Show me the Wikidata items for the Twitter accounts marcan42, photomatt, and samykamkar."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"wohali\" ) ( \"string1\" ) ( \"string2\" ) ( \"marcan42\" ) ( \"Silvea12\" ) ( \"samykamkar\" ) ( \"_G1n0_\" ) ( \"EmekaOkoye\" ) ( \"photomatt\" ) ( \"cymantiks\" ) ( \"string3\" ) ( \"ablitter\" ) ( \"windsheep_\" ) } }"}}
{"id": "val_6014", "question": "Female Canadian and French citizens who are scientists (e.g., physicists, biologists, physicians) and do not have a French Wikipedia page.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel(GROUP_CONCAT(DISTINCT ?occupationLabel ; SEPARATOR = \", \") AS ?occupations)(GROUP_CONCAT(DISTINCT ?countryLabel ; SEPARATOR = \", \") AS ?countries) WHERE {\n  VALUES ?country {\n    wd:Q16 wd:Q142\n  }\n  VALUES ?occupation {\n    wd:Q11063 wd:Q15634281 wd:Q1662561 wd:Q169470 wd:Q170790 wd:Q19350898 wd:Q205375 wd:Q212980 wd:Q2306091 wd:Q2310145 wd:Q3621491 wd:Q350979 wd:Q3644587 wd:Q185270 wd:Q39631 wd:Q4459623 wd:Q4773904 wd:Q520549 wd:Q593644 wd:Q82594 wd:Q864503 wd:Q81096 wd:Q2374149 wd:Q2487799 wd:Q2732142 wd:Q3055126\n  }\n  VALUES ?gender {\n    wd:Q6581072\n  }\n  ?person wdt:P31 wd:Q5 ; wdt:P21 ?gender ; wdt:P27 ?country ; wdt:P106 ?occupation .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?occupationLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER NOT EXISTS {\n    ?wikipedia schema:about ?person ; schema:isPartOf <https://fr.wikipedia.org/> .\n  }\n}\nGROUP BY ?person ?personLabel", "paraphrases": ["Who are the female scientists from Canada or France who don\u2019t have a French-language Wikipedia article, and what are their professions?", "List all female individuals from Canada or France who work as scientists (like astronomer, chemist, or psychologist) and are not documented on the French Wikipedia, along with their occupations and countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { VALUES ( ?var6 ) { ( <http://www.wikidata.org/entity/Q16> ) ( <http://www.wikidata.org/entity/Q142> ) } VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q23498> ) ( <http://www.wikidata.org/entity/Q11063> ) ( <http://www.wikidata.org/entity/Q37547> ) ( <http://www.wikidata.org/entity/Q4773904> ) ( <http://www.wikidata.org/entity/Q3378595> ) ( <http://www.wikidata.org/entity/Q15634281> ) ( <http://www.wikidata.org/entity/Q350979> ) ( <http://www.wikidata.org/entity/Q2306091> ) ( <http://www.wikidata.org/entity/Q2310145> ) ( <http://www.wikidata.org/entity/Q19350898> ) ( <http://www.wikidata.org/entity/Q3644587> ) ( <http://www.wikidata.org/entity/Q82594> ) ( <http://www.wikidata.org/entity/Q4459623> ) ( <http://www.wikidata.org/entity/Q864503> ) ( <http://www.wikidata.org/entity/Q169470> ) ( <http://www.wikidata.org/entity/Q81096> ) ( <http://www.wikidata.org/entity/Q170790> ) ( <http://www.wikidata.org/entity/Q170790> ) ( <http://www.wikidata.org/entity/Q3621491> ) ( <http://www.wikidata.org/entity/Q593644> ) ( <http://www.wikidata.org/entity/Q2374149> ) ( <http://www.wikidata.org/entity/Q520549> ) ( <http://www.wikidata.org/entity/Q1662561> ) ( <http://www.wikidata.org/entity/Q2732142> ) ( <http://www.wikidata.org/entity/Q212980> ) ( <http://www.wikidata.org/entity/Q205375> ) ( <http://www.wikidata.org/entity/Q3055126> ) ( <http://www.wikidata.org/entity/Q2487799> ) ( <http://www.wikidata.org/entity/Q39631> ) } VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q6581072> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> ?var7 ; <http://www.wikidata.org/prop/direct/P27> ?var6 ; <http://www.wikidata.org/prop/direct/P27> ?var4 ; <http://www.wikidata.org/prop/direct/P106> ?var2 . FILTER ( ( NOT EXISTS { ?var8 <http://schema.org/about> ?var1 . ?var8 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } } GROUP BY ?var1 ?var1Label ?var9"}}
{"id": "val_6015", "question": "Which Wikidata entities have the Twitter/X usernames \"EvoMRI\" or \"Wikicite\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"EvoMRI\" \"Wikicite\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handle \"EvoMRI\" or \"Wikicite\"?", "Show me the Wikidata items for the Twitter usernames \"EvoMRI\" and \"Wikicite\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Wikicite\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"EvoMRI\" ) ( \"string9\" ) } }"}}
{"id": "val_6016", "question": "German labels and descriptions of places with earliest written records", "sparql": "SELECT ?item ?itemLabel ?itemDescription WHERE { ?item wdt:P1249 ?year . ?item rdfs:label ?itemLabel . ?item schema:description ?itemDescription . FILTER (LANG(?itemLabel) = \"de\") . FILTER (LANG(?itemDescription) = \"de\") . } LIMIT 100", "paraphrases": ["Which places have a first written record and are described in German?", "Show me the German names and descriptions of locations that were first mentioned in historical records."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1249> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_6017", "question": "Who are the human members of the Black Lunch Table, and what are their genders?", "sparql": "SELECT ?item ?itemLabel ?genderLabel WHERE { ?item wdt:P463 wd:Q28781198 ; wdt:P31 wd:Q5 ; wdt:P21 ?gender . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["List the names and genders of people affiliated with the Black Lunch Table.", "Which women are members of the Black Lunch Table, according to Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://wikiba.se/ontology#sitelinks> \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P972> <http://www.wikidata.org/entity/Q28781198> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://wikiba.se/ontology#statements> ?var3 . FILTER ( ( ( ?var3 <= \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var4 ?var5 ?var1 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . OPTIONAL { ?var1 ?var6 [ <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 ] . ?var7 ?var8 [] . FILTER ( ( ( ?var8 != <http://www.wikidata.org/prop/reference/P143> ) ) ) . } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6018", "question": "Items with multiple inception dates in Wikidata", "sparql": "SELECT ?item WHERE { ?item wdt:P571 ?date1 . ?item wdt:P571 ?date2 . FILTER (?date1 != ?date2) } LIMIT 100", "paraphrases": ["Which entities have more than one recorded date of creation or founding?", "List up to 100 items that have been assigned more than one inception date."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } FILTER ( ( ( ?var2 != ?var3 ) ) ) . } LIMIT 100"}}
{"id": "val_6019", "question": "Who were the humans born between 1820 and 1830, listed in order of their birth date?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?birthDate WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  FILTER ( ?birthDate >= \"1820-01-01\" ^^ xsd:date && ?birthDate <= \"1830-12-31\" ^^ xsd:date )\n}\nORDER BY ASC ( ?birthDate )", "paraphrases": ["List of humans born in the 1820s with their birth dates, sorted chronologically.", "Show me the names and birth dates of all people born between January 1, 1820 and December 31, 1830, ordered by birth date."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } FILTER ( ( ( ?var2 >= \"1820-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 <= \"1830-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_6020", "question": "What are the Russian labels of properties associated with Dmitry Medvedev, along with how many values each has and what those values are in Russian?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?propertyLabel) AS ?propertyLabelRu)(COUNT(?value) AS ?valueCount)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabelsRu) WHERE {\n  wd:Q23530 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"ru\")\n  .\n  ?statementProperty wikibase:directClaim ?property .\n  ?statementProperty rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"ru\")\n}\nGROUP BY ?property", "paraphrases": ["Show me all properties of Dmitry Medvedev in Russian, including the count of their values and the Russian names of those values.", "For each property of Dmitry Medvedev, list its Russian name, how many times it appears, and the Russian labels of its values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q23530> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ru\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_6021", "question": "What software uses eye-movement input, and what are their labels and images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P366 wd:Q30405702 .\n  ?item rdfs:label ?itemLabel .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Which items are designed for eye-movement input, and what are their names and associated images?", "List all applications that function as eye-movement input devices, along with their labels and images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q30405702> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_6022", "question": "Municipalities in Spain and their demonyms", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?municipalityLabel ?demonym WHERE {\n  ?municipality wdt:P31 wd:Q15284 .\n  ?municipality wdt:P17 wd:Q29 .\n  ?municipality rdfs:label ?municipalityLabel .\n  OPTIONAL {\n    ?municipality wdt:P1549 ?demonym .\n  }\n}", "paraphrases": ["What are the demonyms of municipalities in Spain?", "List all municipalities in Spain along with their associated demonyms, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_6023", "question": "Subclasses of film with their direct superclasses", "sparql": "SELECT ?subclass ?subclassLabel ?directSuperclass WHERE { ?subclass wdt:P279* wd:Q11424 . OPTIONAL { ?subclass wdt:P279 ?directSuperclass . } ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["What are all the subgenres of film, and what is their immediate parent category?", "List all film subgenres and their direct superclass in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q192724> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6024", "question": "U.S. presidents who were military officers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?president ?presidentLabel WHERE {\n  wd:Q30 ( p:P6 / ps:P6 ) ?president .\n  ?president wdt:P106 wd:Q189290 .\n  ?president rdfs:label ?presidentLabel\n  FILTER ( LANG( ?presidentLabel ) = 'en' )\n}", "paraphrases": ["Which U.S. presidents had a military officer as their occupation?", "List the heads of government of the United States who served as military officers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q30> ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q8473> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6025", "question": "How many ports are listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(*) AS ?count) WHERE {\n  ?port wdt:P31 wd:Q44782 .\n}", "paraphrases": ["What is the total number of ports in Wikidata?", "Count the number of entities classified as ports in Wikidata."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-hans,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44782> . }"}}
{"id": "val_6026", "question": "Who are the heads of government of the United States that are politicians?", "sparql": "SELECT ?var1 ?var1Label WHERE { wd:Q30 p:P6 ?statement . ?statement ps:P6 ?var1 . ?var1 p:P106 ?occStatement . ?occStatement ps:P106 wd:Q82955 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\")}", "paraphrases": ["List the English names of all U.S. presidents who have the occupation of politician.", "Which individuals have served as the head of government of the United States and are classified as politicians?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q30> ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . ?var1 <http://www.wikidata.org/prop/P106> <http://www.wikidata.org/prop/statement/Q1734662> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6027", "question": "What are some notable locations with coordinates, images, and Wikimedia Commons categories?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coord . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . } LIMIT 3000", "paraphrases": ["Can you show me items that have geographic coordinates, along with their images, Commons categories, and street addresses?", "List entities with location data and their associated media and category information from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(20 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(20 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6028", "question": "What are the labels for \"teen film\" in English, German, French, and Italian, along with its image and English Wikipedia page?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?label ?image ?wikipediaPage WHERE {\n  OPTIONAL {\n    wd:Q1146335 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = ?lang ) VALUES ( ?lang ?order ) {\n      ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n    }\n  }\n  OPTIONAL {\n    wd:Q1146335 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage rdf:type schema:Article ; schema:about wd:Q1146335 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?order", "paraphrases": ["Can you show me the different language labels for the teen film genre on Wikidata, including its image and the link to its English Wikipedia article, ordered by language preference?", "Please provide the English, German, French, and Italian labels for the teen film genre, its associated image from Wikimedia Commons, and the link to its English Wikipedia page, sorted so that English appears first."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q1146335> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1146335> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_6029", "question": "What is the English label, description, and image of cattle?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q830 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { wd:Q830 wdt:P18 ?image . } OPTIONAL { wd:Q830 schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Can you show me the description and picture of cattle in English?", "Tell me about cattle: what is it called in English, how is it described, and what does it look like?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q830> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q830> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q830> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_6030", "question": "What is the English label and description of the occupation \"Clerk of works\", and is there an associated image?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q5131886 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q5131886 schema:description ?description . FILTER (LANG(?description) = \"en\") } OPTIONAL { wd:Q5131886 wdt:P18 ?image . } }", "paraphrases": ["Can you show me the English name and definition of the role \"Clerk of works\", along with any image available for it?", "What does Wikidata say about the position \"Clerk of works\" in English, including its description and image?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q5131886> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q5131886> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q5131886> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_6031", "question": "What is Iron Maiden's MusicBrainz ID and genre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?groupLabel ?image ?website ?locationLabel ?facebook ?genreLabel ?musicBrainzId WHERE {\n  wd:Q3154520 wdt:P31 wd:Q215380 .\n  OPTIONAL {\n    wd:Q3154520 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q3154520 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q3154520 wdt:P740 ?location .\n  }\n  OPTIONAL {\n    wd:Q3154520 wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    wd:Q3154520 wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    wd:Q3154520 wdt:P434 ?musicBrainzId .\n  }\n  OPTIONAL {\n    wd:Q3154520 rdfs:label ?groupLabel .\n    FILTER(LANG(?groupLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?location rdfs:label ?locationLabel .\n    FILTER(LANG(?locationLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?genre rdfs:label ?genreLabel .\n    FILTER(LANG(?genreLabel) = \"en\")\n  }\n}\nLIMIT 1", "paraphrases": ["Can you provide the official website, image, location of formation, Facebook page, genre, and MusicBrainz ID for the band Iron Maiden?", "Show me all available details about Iron Maiden, including its genre, MusicBrainz ID, and other identifiers, from Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6Label ?var7 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P740> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1953> ?var8 . } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q3154520> ) ) ) . } LIMIT 1"}}
{"id": "val_6032", "question": "What is the English label, description, and image of the 1924 film \"America\" directed by D. W. Griffith?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q4742709 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q4742709 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q4742709 wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you tell me the English title, description, and image associated with the film America from 1924?", "Please provide the English name, brief description, and image file for the 1924 film America by D. W. Griffith."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q4742709> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q4742709> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q4742709> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_6033", "question": "Multilingual titles of the 1985 film \"The Aviator\" and its English Wikipedia page.", "sparql": "SELECT ?label ?wikipediaArticle ?image ?coordinates ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?officialWebsite ?orcid WHERE { wd:Q484860 rdfs:label ?label . VALUES (?lang ?sortOrder) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } FILTER (LANG(?label) = ?lang) OPTIONAL { wd:Q484860 wdt:P18 ?image . } OPTIONAL { wd:Q484860 wdt:P625 ?coordinates . } OPTIONAL { wd:Q484860 wdt:P1651 ?youtubeId . } OPTIONAL { wd:Q484860 wdt:P2037 ?githubUsername . } OPTIONAL { wd:Q484860 wdt:P2002 ?twitterUsername . } OPTIONAL { wd:Q484860 wdt:P2013 ?facebookUsername . } OPTIONAL { wd:Q484860 wdt:P2003 ?instagramUsername . } OPTIONAL { wd:Q484860 wdt:P856 ?officialWebsite . } OPTIONAL { wd:Q484860 wdt:P496 ?orcid . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q484860 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?sortOrder", "paraphrases": ["What are the titles of the 1985 film \"The Aviator\" in English, German, French, and Italian, and what is its English Wikipedia article?", "Show me the titles of the film \"The Aviator\" (1985) in English, German, French, and Italian, sorted by language preference, along with its English Wikipedia link."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q484860> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q484860> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_6034", "question": "Wikidata properties with English and German labels and an English description.", "sparql": "SELECT ?item ?label_en ?label_de ?description_en WHERE { ?item rdfs:label ?label_en ; rdfs:label ?label_de ; schema:description ?description_en . FILTER(LANG(?label_en) = \"en\") . FILTER(LANG(?label_de) = \"de\") . FILTER(LANG(?description_en) = \"en\") . MINUS { ?item wdt:P31 wd:Q4167836 . } } LIMIT 10", "paraphrases": ["Which Wikidata properties have labels in both English and German, along with an English description?", "Show me all Wikidata properties that are not disambiguation pages and have labels in English and German, plus an English description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 , ?var3 . { ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . } VALUES ( ?var2 ) { ( \"string1\"@en ) } FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . }"}}
{"id": "val_6035", "question": "What places are located between longitude 20\u00b0 and 21\u00b0 and latitude 41\u00b0N, and what are their images and Wikimedia Commons categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  FILTER(REGEX(STR(?location) , \"^POINT\\\\((20\\\\.[0-9]+|21\\\\.0) 41\\\\.[0-9]+\\\\)$\"))\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["Show me English-labeled locations in the Balkans near 41\u00b0N latitude with their coordinates, images, and Commons categories.", "List settlements in North Macedonia and nearby regions at approximately 41\u00b0N latitude, including their photos and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(20 41)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(21 41)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6036", "question": "Image of James Lane Allen from SNAC ARK ID w61v5hg4", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61v5hg4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w61v5hg4?", "Show me the picture of the person whose SNAC ARK ID is w61v5hg4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61v5hg4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6037", "question": "What are some news articles, along with their English titles, images, and corresponding Wikipedia pages?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ( SAMPLE( ?var3 ) AS ?image ) ( SAMPLE( ?var4 ) AS ?wikipediaPage ) WHERE {\n  ?var1 wdt:P31 wd:Q5707594 .\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n  OPTIONAL {\n    ?var4 schema:about ?var1 .\n    ?var4 schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n}\nGROUP BY ?var1 ?var1Label", "paraphrases": ["Can you show me news articles from Wikidata that have an image on Wikimedia Commons and a link to an English Wikipedia article?", "List English-labeled news articles and include any available images or Wikipedia links associated with them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5707594> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4"}}
{"id": "val_6038", "question": "Image of Naotake Sat\u014d with SNAC ARK ID w6dp47d7", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6dp47d7\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6dp47d7?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6dp47d7."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6dp47d7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6039", "question": "Which Twitter accounts (Snowden, CNRS, lemondefr) have the fewest Wikipedia links?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item ; schema:isPartOf ?site . VALUES ?username { \"Snowden\" \"CNRS\" \"lemondefr\" } } GROUP BY ?item ?username ORDER BY ASC (?sitelinkCount)", "paraphrases": ["How many Wikipedia articles are linked to the Twitter accounts @Snowden, @CNRS, and @lemondefr, sorted by least to most?", "List the entities associated with the Twitter usernames Snowden, CNRS, and lemondefr, along with how many Wikipedia pages link to them, ordered by the number of links from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"GRMPZ\" ) ( \"string1\" ) ( \"copymeorg\" ) ( \"string2\" ) ( \"string3\" ) ( \"Snowden\" ) ( \"lemondefr\" ) ( \"string4\" ) ( \"string5\" ) ( \"SNCB\" ) ( \"espacesmob\" ) ( \"string6\" ) ( \"CalSunday\" ) ( \"Wendymac\" ) ( \"string7\" ) ( \"LaTacfi\" ) ( \"CNRS\" ) ( \"Charles2M\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6040", "question": "How many notable events occurred each year between 1930 and 2019, and can you show one example per year?", "sparql": "SELECT (SAMPLE(?item) AS ?sample_item) ?year (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item wdt:P585 ?date . BIND(YEAR(?date) AS ?year) . FILTER(?year > 1929 && ?year < 2020) . } GROUP BY ?year ORDER BY DESC(?year)", "paraphrases": ["Which years between 1930 and 2019 had the most events recorded in Wikidata, and what\u2019s one example from each year?", "Can you list the number of events per year from 1930 to 2019, along with a sample event for each year?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var1 ) ?var2 ( COUNT ( DISTINCT ?var1 ) AS ?var3 )( SUM ( ?var4 ) AS ?var5 ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q205892> ; <http://www.wikidata.org/prop/direct/P585> ?var6 . FILTER ( ( ( ?var2 > \"1929\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var2 < \"2020\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var4 . } } GROUP BY ?var2 ORDER BY DESC( ?var2 )"}}
{"id": "val_6041", "question": "Who was Princess Elizabeth of Sweden married to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?spouse WHERE {\n  wd:Q654753 wdt:P26 ?spouse .\n}", "paraphrases": ["Spouse of Princess Elizabeth of Sweden", "Can you tell me who Princess Elizabeth of Sweden\u2019s husband was?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P26> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q654753> . } LIMIT 101"}}
{"id": "val_6042", "question": "Superclasses of dictionary page in Wiktionary", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q20088089 wdt:P279 * ?ancestor .\n}\nLIMIT 100", "paraphrases": ["What are all the categories that a dictionary page in Wiktionary is a subclass of, including itself?", "List all ancestor classes of the dictionary page in Wiktionary in the Wikidata subclass hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q20088089> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6043", "question": "How many works did L. Ron Hubbard author?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q216896 .\n}", "paraphrases": ["What is the total number of works authored by L. Ron Hubbard?", "List the count of books and other works written by L. Ron Hubbard."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q216896> . }"}}
{"id": "val_6044", "question": "What is the Twitter/X username of Jean-Michel Blanquer on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item(STR(?username) AS ?username_str) WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username = \"jmblanquer\")\n}", "paraphrases": ["Can you find the Wikidata item for the Twitter handle \"jmblanquer\"?", "Show me the Wikidata entity that has the Twitter username \"jmblanquer\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"jmblanquer\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6045", "question": "What books or works did Paul Otlet author?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workTitle WHERE {\n  ?work wdt:P50 wd:Q1868 .\n  ?work wdt:P1476 ?workTitle .\n  FILTER(LANG(?workTitle) = \"en\")\n}", "paraphrases": ["Paul Otlet\u2019s published works in English", "List the English titles of books written by Paul Otlet."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1868> . } LIMIT 10000"}}
{"id": "val_6046", "question": "Who are the people educated at the Massachusetts Institute of Technology, and where is MIT located?", "sparql": "SELECT ?person ?personLabel ?location WHERE { ?person wdt:P69 wd:Q49108 . wd:Q49108 wdt:P625 ?location . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List the names of alumni of MIT along with the geographic coordinates of the institute.", "Show me the English names of individuals who attended MIT and the location of MIT on Earth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q1543615> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6047", "question": "What are the English names of female organisms that have an Instagram username?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1Label ?var3 WHERE {\n  ?var1 wdt:P21 wd:Q43445 .\n  OPTIONAL {\n    ?var1 wdt:P2003 ?var3 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["Show me female animals and their Instagram handles from Wikidata.", "Which female creatures on Wikidata are active on Instagram, and what are their usernames?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q43445> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2003> ?var3 . } }"}}
{"id": "val_6048", "question": "Church buildings in Rome with images and coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?church ?churchLabel ?coord ?image WHERE {\n  ?church wdt:P31 wd:Q16970 .\n  ?church wdt:P17 wd:Q38 .\n  ?church wdt:P131 wd:Q220 .\n  ?church wdt:P625 ?coord .\n  ?church wdt:P18 ?image .\n  ?church rdfs:label ?churchLabel .\n  FILTER ( LANG( ?churchLabel ) = \"en\" )\n}", "paraphrases": ["What are the church buildings in Rome, Italy, that have images and geographic coordinates?", "Show me the names, images, and locations of church buildings in Rome."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } FILTER ( ( ( ?var3 > \"4000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34651> . ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q220> . }"}}
{"id": "val_6049", "question": "Image of George Eliot with SNAC ARK ID w69028pn", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w69028pn\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with George Eliot in Wikidata, identified by the SNAC ARK ID w69028pn?", "Show me the Wikimedia Commons image of the person whose SNAC ARK ID is w69028pn."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69028pn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6050", "question": "Political parties and their countries", "sparql": "SELECT ?party ?partyLabel ?country ?countryLabel WHERE { ?party wdt:P31 wd:Q7278 . ?party wdt:P17 ?country . ?party rdfs:label ?partyLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?partyLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which political parties exist in each country?", "List all political parties along with the countries they are based in, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7278> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6051", "question": "Computer keyboards with images on Wikimedia Commons", "sparql": "SELECT ?keyboard ?keyboardLabel ?image WHERE { ?keyboard wdt:P31 wd:Q250 . ?keyboard wdt:P18 ?image . ?keyboard rdfs:label ?keyboardLabel . FILTER(LANG(?keyboardLabel) = \"en\") }", "paraphrases": ["What are the names and images of computer keyboards available on Wikimedia Commons?", "Show me the English names and corresponding images of all computer keyboards."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q250> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6052", "question": "Wikidata items with Twitter usernames CroixRouge, Farapej, lacimade, or ucly", "sparql": "SELECT ?item ?username ?sitelinks WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"CroixRouge\" \"Farapej\" \"lacimade\" \"ucly\" } . OPTIONAL { ?item wikibase:sitelinks ?sitelinks } } ORDER BY ASC(?sitelinks)", "paraphrases": ["Which entities on Wikidata have the Twitter usernames \"CroixRouge\", \"Farapej\", \"lacimade\", or \"ucly\"?", "List the Wikidata items for the Twitter accounts @CroixRouge, @Farapej, @lacimade, and @ucly, along with their Wikipedia sitelink counts."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Farapej\" ) ( \"string1\" ) ( \"ForumduTIG\" ) ( \"GMPrisons\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"UCLYDROIT\" ) ( \"ucly\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"lacimade\" ) ( \"CroixRouge\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6053", "question": "Who are the astrologers listed in Wikidata?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q155647 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = 'en') }", "paraphrases": ["Which people have astrologer as their occupation?", "List the English names of individuals whose profession is astrologer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q155647> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6054", "question": "Dutch-labeled exhibition venues and events with Dutch descriptions used in artwork exhibition history.", "sparql": "SELECT ?exhibition ?label ?description WHERE { ?artwork wdt:P608 ?exhibition . ?exhibition rdfs:label ?label . ?exhibition schema:description ?description . FILTER(LANG(?label) = \"nl\") . FILTER(LANG(?description) = \"nl\") } LIMIT 100", "paraphrases": ["Which exhibitions or venues in Wikidata have both a Dutch label and a Dutch description, and have been used as locations where artworks were displayed?", "List all exhibition events or venues that have been used in the exhibition history of artworks, and that have Dutch labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P608> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"nl\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"nl\" ) ) ) . } LIMIT 100"}}
{"id": "val_6055", "question": "What is IBM\u2019s stock ticker symbol on the New York Stock Exchange?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?exchangeLabel ?tickerSymbol WHERE {\n  wd:Q37156 p:P414 ?statement .\n  ?statement ps:P414 ?exchange .\n  ?statement pq:P249 ?tickerSymbol .\n  VALUES ?exchange {\n    wd:Q13677 wd:Q82059\n  }\n  .\n  ?exchange rdfs:label ?exchangeLabel .\n  FILTER(LANG(?exchangeLabel) = \"en\")\n}\nORDER BY ?exchangeLabel", "paraphrases": ["Show me the ticker symbols for IBM on major U.S. stock exchanges like NYSE or Nasdaq.", "Which stock exchange lists IBM, and what is its trading symbol?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var5 <http://www.wikidata.org/prop/direct/P646> \"IBM\". ?var5 <http://www.wikidata.org/prop/direct/P176> * ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P156> * ?var1 . { ?var1 <http://www.wikidata.org/prop/P414> ?var7 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P127> +/ <http://www.wikidata.org/prop/direct/P156> *) ?var2 . ?var2 <http://www.wikidata.org/prop/P414> ?var7 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P749> +/ <http://www.wikidata.org/prop/direct/P156> *) ?var2 . ?var2 <http://www.wikidata.org/prop/P414> ?var7 . } VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q13677> ) ( <http://www.wikidata.org/entity/Q82059> ) } ?var7 <http://www.wikidata.org/prop/statement/P414> ?var8 . ?var7 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . ?var7 <http://www.wikidata.org/prop/statement/P414> ?var4 . FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1616075> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11032> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1Label ?var2Label ?var3Label ?var4Label ORDER BY ASC( ?var1Label )ASC( ?var2Label )ASC( ?var3Label )ASC( ?var4Label )"}}
{"id": "val_6056", "question": "What are the Q-numbers of all calendar years (entities that are instances of the unit \"year\")?", "sparql": "SELECT ?item ?qNumber WHERE { ?item wdt:P31 wd:Q577 . BIND(SUBSTR(STR(?item), 31) AS ?qNumber) }", "paraphrases": ["List the entities representing specific years and extract their Wikidata IDs (Q-numbers).", "Show the Q-identifiers of all years defined in Wikidata as instances of the unit \"year\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( SUBSTR ( STR ( ?var1 ) ,\"31\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/> * <http://www.wikidata.org/entity/Q577> . }"}}
{"id": "val_6057", "question": "Entities with performer qualifiers and their associated performers", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 [ pq:P175 ?var2 ] . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") } LIMIT 1000", "paraphrases": ["Which items or properties in Wikidata have a performer specified as a qualifier, and who are those performers?", "Show me all entities that have a performer as a qualifier on any of their statements, along with the performer\u2019s name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 [ <http://www.wikidata.org/prop/qualifier/P175> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 1000"}}
{"id": "val_6058", "question": "Which Wikidata entities have Twitter usernames \"CNEWS\" or \"BFMTV\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"CNEWS\" \"BFMTV\"\n  }\n}", "paraphrases": ["What are the Wikidata items associated with the Twitter handles CNEWS and BFMTV?", "Show me the Wikidata entities for the Twitter accounts CNEWS and BFMTV."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"ZRohsner\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"MSHDijon\" ) ( \"cdiclos\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"GGTHOM\" ) ( \"string13\" ) ( \"BibDepery\" ) ( \"FabriqueFc\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"CNEWS\" ) ( \"BFMTV\" ) ( \"string20\" ) ( \"ljadot\" ) ( \"string21\" ) ( \"string22\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6059", "question": "Finnish musical groups, their formation locations, and coordinates", "sparql": "SELECT DISTINCT ?band ?bandLabel ?locationLabel ?coordinates WHERE { ?band wdt:P495 wd:Q33 . ?band wdt:P740 ?location . ?location wdt:P625 ?coordinates . ?band rdfs:label ?bandLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?bandLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") }", "paraphrases": ["Which musical groups from Finland have known formation locations with geographic coordinates?", "Show me the names of Finnish musical bands, where they were formed, and the coordinates of those locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q33> . ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q38848> . ?var1 <http://www.wikidata.org/prop/direct/P740> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } }"}}
{"id": "val_6060", "question": "French labels and descriptions of properties used by Departmental archives of Manche", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q2860496 ?directProperty ?value .\n  ?property wikibase:directClaim ?directProperty .\n  ?property a wikibase:Property .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"fr\")\n  FILTER(LANG(?propertyDescription) = \"fr\")\n}\nLIMIT 100", "paraphrases": ["What are the French labels and descriptions of the properties associated with the Departmental archives of Manche on Wikidata?", "Show me the French names and descriptions of all properties that are used to describe the Departmental archives of Manche."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2860496> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6061", "question": "French label and description of Ministry of Culture", "sparql": "SELECT ?label ?description WHERE { wd:Q19973770 rdfs:label ?label . wd:Q19973770 schema:description ?description . FILTER(LANG(?label) = \"fr\") FILTER(LANG(?description) = \"fr\") }", "paraphrases": ["What is the French label and description of the Ministry of Culture?", "Please provide the French name and description of the Ministry of Culture."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q19973770> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6062", "question": "Record labels in Wikidata with English labels and descriptions", "sparql": "SELECT ?recordLabel ?label ?description WHERE { ?item wdt:P264 ?recordLabel . ?recordLabel wdt:P31 wd:Q18127 . ?recordLabel rdfs:label ?label . ?recordLabel schema:description ?description . FILTER(LANG(?label) = \"en\") FILTER(LANG(?description) = \"en\") } LIMIT 20", "paraphrases": ["What are the English names and descriptions of record labels associated with music releases in Wikidata?", "Show me the English labels and descriptions of all record labels linked to music items in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P264> ?var1 . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_6063", "question": "Films with their original language, release date, and cast members in English.", "sparql": "SELECT DISTINCT ?film ?filmLabel ?languageLabel ?releaseDate ?actorLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?releaseDate . ?film wdt:P364 ?language . ?film wdt:P161 ?actor . OPTIONAL { ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") } OPTIONAL { ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") } OPTIONAL { ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What are the English titles, original languages, release dates, and cast members of films?", "Show me a list of films, including their English titles, the language they were originally made in, when they were released, and who starred in them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var1Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P364> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_6064", "question": "Musical groups signed to Modular Recordings", "sparql": "SELECT ?group ?label WHERE { ?group wdt:P31 wd:Q215380 . ?group wdt:P264 wd:Q1306283 . ?group rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which musical groups have been released by Modular Recordings?", "List the English names of all musical groups that are signed to the record label Modular Recordings."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P264> <http://www.wikidata.org/entity/Q1306283> . }"}}
{"id": "val_6065", "question": "Villages and human settlements in Bulgaria without a Ukrainian Wikipedia page, listed with their Bulgarian names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P17 wd:Q219 .\n  ?item wdt:P31 ?instance .\n  FILTER(?instance = wd:Q532 || ?instance = wd:Q486972)\n  FILTER(NOT EXISTS {\n    ?wikipedia schema:about ?item ; schema:inLanguage \"uk\" ; schema:isPartOf <https://uk.wikipedia.org/> .\n  })\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"bg\")\n}\nORDER BY ASC(?item)\nLIMIT 100", "paraphrases": ["What are the names of villages and settlements in Bulgaria that don\u2019t have a Ukrainian-language Wikipedia article?", "Please list all Bulgarian villages and human settlements that lack a Ukrainian Wikipedia article, showing their names in Bulgarian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q219> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,uk,fr,ru,uk\". } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"uk\" ) ) ) . } FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q532> ) || ( ?var3 = <http://www.wikidata.org/entity/Q486972> ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"uk\". ?var4 <http://schema.org/isPartOf> <https://uk.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_6066", "question": "German-labeled cities and towns with their elevation above sea level", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?description ?elevation WHERE {\n  ?entity wdt:P2044 ?elevation .\n  ?entity rdfs:label ?entityLabel .\n  ?entity schema:description ?description .\n  FILTER ( LANG( ?entityLabel ) = \"de\" ) .\n  FILTER ( LANG( ?description ) = \"de\" ) .\n}\nLIMIT 100", "paraphrases": ["Which German-named places have recorded elevations above sea level, and what are their descriptions?", "Show me up to 100 places with German labels and descriptions that have an elevation above sea level, along with their elevation values."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2044> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_6067", "question": "What entities are both a city and a country?", "sparql": "SELECT ?cityState ?cityStateLabel WHERE { ?cityState wdt:P31 wd:Q6256 . ?cityState wdt:P31 wd:Q515 . ?cityState rdfs:label ?cityStateLabel . FILTER(LANG(?cityStateLabel) = \"en\") }", "paraphrases": ["Which places are classified as both a city and a sovereign state?", "List all city-states that are recognized as countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"tr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . }"}}
{"id": "val_6068", "question": "What are the German municipalities, along with their postal codes, municipality keys, and GeoNames IDs?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?municipalityLabel ?municipalityKey ?postalCode ?geonamesId WHERE {\n  ?municipality wdt:P31 wd:Q262166 .\n  OPTIONAL {\n    ?municipality wdt:P439 ?municipalityKey .\n  }\n  OPTIONAL {\n    ?municipality wdt:P281 ?postalCode .\n  }\n  OPTIONAL {\n    ?municipality wdt:P1566 ?geonamesId .\n  }\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me a list of German municipalities with their English names, postal codes, and associated GeoNames identifiers.", "Can you provide the English names, postal codes, and GeoNames IDs for German municipalities?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P439> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P281> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/entity/Q1221156> ?var4 . } } LIMIT 10"}}
{"id": "val_6069", "question": "What are Czech street names starting with \"Pod\" and what are they named after?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?streetLabel ?street ?namesakeLabel WHERE {\n  ?street wdt:P31 wd:Q79007 ; rdfs:label ?streetLabel ; wdt:P17 wd:Q213 ; wdt:P138 ?namesake .\n  ?namesake rdfs:label ?namesakeLabel .\n  FILTER ( LANG( ?streetLabel ) = \"cs\" ) FILTER ( STRSTARTS( ?streetLabel , \"Pod \" ) ) FILTER ( LANG( ?namesakeLabel ) = \"cs\" )\n}\nLIMIT 100", "paraphrases": ["Can you list streets in the Czech Republic whose names begin with \"Pod\" and their Czech-named eponyms?", "Show me streets in the Czech Republic named \"Pod [something]\" and the local Czech names of the people or places they are named after."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . ?var2 <http://www.wikidata.org/prop/direct/P138> ?var3 . FILTER ( ( ( LANG ( ?var1Label ) = \"cs\" ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"Pod \" ) ) ) . } LIMIT 100"}}
{"id": "val_6070", "question": "Image of Achille Guen\u00e9e with SNAC ARK ID w6766p4d", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6766p4d\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image of the person with SNAC ARK ID w6766p4d?", "Show me the picture of the individual identified by the SNAC ARK ID w6766p4d."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6766p4d\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6071", "question": "Most frequently used properties linking items to water polo, with counts above 1", "sparql": "SELECT ?property ?propertyLabel ?count WHERE { { SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?prop wd:Q7707 . ?property wikibase:directClaim ?prop . } GROUP BY ?property HAVING (?count > 1) } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["What properties are most commonly used to associate other entities with water polo, and how many times are they used?", "Show me the top properties connected to water polo, along with their usage counts, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q7707> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6072", "question": "Who are the authors of the paper with arXiv ID 1706.03762?", "sparql": "SELECT DISTINCT ?paper ?author WHERE { ?paper wdt:P818 \"1706.03762\" . ?paper wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } }", "paraphrases": ["Can you list the authors of the research paper identified by the arXiv identifier 1706.03762?", "Which researchers wrote the paper titled \"Attention Is All You Need\", and do they have ORCID identifiers?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P356> \"string1\". ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P496> ?var3 . } }"}}
{"id": "val_6073", "question": "Most used property to classify companies in the fast-moving consumer goods industry.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q1187656 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is most commonly used to indicate that an entity belongs to the fast-moving consumer goods sector?", "Show me the property that links the most entities to the fast-moving consumer goods industry, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q1187656> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6074", "question": "What types of things can be audio recordings?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?type ?typeLabel WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q3302947 ; wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nORDER BY ?typeLabel", "paraphrases": ["What are the different categories of entities that are instances of audio recordings or their subclasses?", "List all the types (classes) of items that are recorded as audio, such as albums, songs, or soundtracks, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3302947> ; <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6075", "question": "What entities are described by sources that are not creative works, and what types are those sources?", "sparql": "SELECT ?item ?itemLabel ?source ?sourceLabel ?sourceType ?sourceTypeLabel ?statementType WHERE { { ?item wdt:P1343 ?source . BIND(\"mainsnak\" AS ?statementType) } UNION { ?item ?p ?statement . ?statement pq:P1343 ?source . BIND(\"qualifier\" AS ?statementType) } UNION { ?item ?p ?statement . ?statement prov:wasDerivedFrom ?ref . ?ref pr:P1343 ?source . BIND(\"reference\" AS ?statementType) } MINUS { ?source (wdt:P279*) wd:Q386724 . } OPTIONAL { ?source wdt:P31 ?sourceType . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?source rdfs:label ?sourceLabel . FILTER(LANG(?sourceLabel) = \"en\") } OPTIONAL { ?sourceType rdfs:label ?sourceTypeLabel . FILTER(LANG(?sourceTypeLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Show me items (like people, places, or concepts) that are cited in books, articles, or other references \u2014 but exclude sources that are themselves works like novels or paintings.", "Which sources (e.g., books, theses, periodicals) describe which entities, and are those statements main claims, qualifiers, or references?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { BIND ( \"mainsnak\" AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P1343> ?var2 . } UNION { BIND ( \"qualifier\" AS ?var4 ). ?var5 <http://www.wikidata.org/prop/qualifier/P1343> ?var2 . ?var1 ?var6 ?var5 . } UNION { BIND ( \"reference\" AS ?var4 ). ?var7 <http://www.wikidata.org/prop/reference/P1343> ?var2 . ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 . ?var1 ?var9 ?var8 . } VALUES ( ?var10 ) { ( <http://www.wikidata.org/entity/Q386724> ) } MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var10 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6076", "question": "What items have IMDb IDs and what are those IDs?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?imdb_id WHERE {\n  ?item wdt:P345 ?imdb_id .\n}", "paraphrases": ["Which entities on Wikidata are linked to IMDb, and what are their IMDb identifiers?", "List all entities with their corresponding IMDb IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4570> ?var2 . }"}}
{"id": "val_6077", "question": "Who are the members of the Catalan Parliament representing Barcelona?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q18714088 ; p:P39 [ pq:P768 wd:Q4859840 ] .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Which politicians have served as members of the Parliament of Catalonia for the Barcelona electoral district?", "List all individuals who were elected to the Catalan Parliament from the Barcelona district."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q18714088> ; <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/qualifier/P768> <http://www.wikidata.org/entity/Q4859840> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca\". } }"}}
{"id": "val_6078", "question": "What are the Russian-language titles of the Harry Potter films?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P179 wd:Q216930 .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"ru\")\n}\nLIMIT 10", "paraphrases": ["List the Harry Potter movies with their Russian labels.", "Which films in the Harry Potter series have Russian-language titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q46232695> <http://www.wikidata.org/prop/direct/P361> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } LIMIT 50"}}
{"id": "val_6079", "question": "What Wikidata item is associated with the Twitter username \"Calimaq\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Calimaq\" } }", "paraphrases": ["Who has the X handle \"Calimaq\"?", "Which person or entity uses \"Calimaq\" as their username on X (formerly Twitter)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Pymouss\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Calimaq\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6080", "question": "What country is WGN-TV located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q426594 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?location .\n}", "paraphrases": ["Which geographic entities are directly associated with WGN-TV?", "Where is WGN-TV situated according to Wikidata\u2019s geographic relations?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q426594> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6081", "question": "How many times is the World Waterfall Database ID (P3326) used as a direct property, statement, reference, and qualifier in Wikidata, broken down by rank?", "sparql": "SELECT ?usageType ?rank ?count WHERE { { SELECT (wikibase:statementProperty AS ?usageType) (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item wdt:P3326 ?val . } } UNION { SELECT (wikibase:statementProperty AS ?usageType) ?rank (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item p:P3326 ?stmt . ?stmt wikibase:rank ?rank . } GROUP BY ?rank } UNION { SELECT (wikibase:reference AS ?usageType) (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item pr:P3326 ?ref . } } UNION { SELECT (wikibase:qualifier AS ?usageType) (COUNT(DISTINCT ?item) AS ?count) WHERE { ?item pq:P3326 ?qual . } } } ORDER BY DESC(?usageType) DESC(?count) ASC(?rank)", "paraphrases": ["What is the count of direct values, statement nodes (grouped by rank), references, and qualifiers for the property \"World Waterfall Database ID\" (P3326) in Wikidata?", "Show me the usage statistics of the World Waterfall Database ID (P3326) across direct properties, statement nodes (with rank), references, and qualifiers in Wikidata, sorted by usage type and count."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3326> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( <http://wikiba.se/ontology#BestRank> AS ?var2 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P3326> ?var7 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 ) ?var2 ( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var8 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3326> ?var8 . ?var8 <http://wikiba.se/ontology#rank> ?var2 . } GROUP BY ?var2 } UNION { SELECT( <http://wikiba.se/ontology#reference> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/reference/P3326> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#qualifier> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/qualifier/P3326> ?var6 . } } } ORDER BY DESC( ?var1 ) DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_6082", "question": "Image of Mustafa Barzani (SNAC ARK ID: w6xh0n6x)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6xh0n6x\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6xh0n6x?", "Show me the Wikimedia Commons image for the entity with SNAC ARK ID w6xh0n6x."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xh0n6x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6083", "question": "Illustrators and their surnames", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?illustrator ?familyName ?familyNameLabel WHERE {\n  ?illustrator wdt:P106 wd:Q644687 .\n  OPTIONAL {\n    ?illustrator wdt:P734 ?familyName .\n    ?familyName rdfs:label ?familyNameLabel .\n    FILTER ( LANG( ?familyNameLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What are the family names of people whose occupation is illustrator?", "Show me a list of illustrators along with their last names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q644687> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } } LIMIT 100"}}
{"id": "val_6084", "question": "Airports named after people and their runway lengths", "sparql": "SELECT ?airport ?airportLabel ?personLabel ?runwayLength ?unit WHERE { ?airport (wdt:P31/wdt:P279) wd:Q1248784 . ?airport wdt:P138 ?person . ?person wdt:P31 wd:Q5 . OPTIONAL { ?airport p:P529 ?runwayStatement . ?runwayStatement pq:P2043 ?runwayLength . OPTIONAL { ?runwayLength pq:P2876 ?unit . } } ?airport rdfs:label ?airportLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?airportLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Which airports are named after humans, who are those humans, and how long are their runways?", "List all airports named after people in English, along with the person\u2019s name and the length of their runways."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P529> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P2043> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P2876> ?var4 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6085", "question": "Journals where Kayvan Kousha has published the most papers, with their abbreviations.", "sparql": "SELECT ?publication ?publicationLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q46250937 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName, ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals have published the most works by Kayvan Kousha, and what are their common abbreviations?", "List the publications (with preferred short names) where Kayvan Kousha has authored the most works, sorted by count."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46250937> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_6086", "question": "Which entities on Wikidata have Twitter handles like SamiaGhali, alainjuppe, or EELV, and how many Wikipedia links do they have, sorted by least links first?", "sparql": "SELECT ?item ?handle (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?handle . VALUES ?handle { \"SamiaGhali\" \"alainjuppe\" \"EELV\" \"Senat\" \"SenJaffer\" \"Udi_off\" \"FracHN\" \"SenMarilou\" \"m_blondin\" } . ?site schema:about ?item ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) } GROUP BY ?item ?handle ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter usernames such as SenJaffer, m_blondin, or Senat, and which of them have the fewest Wikipedia language editions linked to them?", "List the Wikidata items that use the Twitter handles SamiaGhali, alainjuppe, EELV, Senat, SenJaffer, Udi_off, FracHN, SenMarilou, and m_blondin, along with their number of sitelinks, ordered from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Sy_robert\" ) ( \"string2\" ) ( \"Senat\" ) ( \"Chu_Gpe\" ) ( \"SamiaGhali\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"SenJaffer\" ) ( \"string6\" ) ( \"EELV\" ) ( \"string7\" ) ( \"string8\" ) ( \"Udi_off\" ) ( \"string9\" ) ( \"FracHN\" ) ( \"string10\" ) ( \"SenMarilou\" ) ( \"string11\" ) ( \"alainjuppe\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"m_blondin\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6087", "question": "What are the direct properties and values associated with Alexander Pushkin in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value WHERE {\n  wd:Q7200 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( IRI( REPLACE( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propertyEntity ) .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}", "paraphrases": ["What information is known about the Russian poet Alexander Pushkin, including his occupations, awards, and identifiers?", "List all direct facts about Alexander Pushkin with their English property names and values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q7200> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_6088", "question": "Most common properties linking entities to privately held companies", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q1589009 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties are most commonly used to associate entities with privately held companies, and how many times are they used?", "Show me the properties that connect other entities to privately held companies, sorted by frequency, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1589009> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6089", "question": "Who are the people named Jo Brown, and do they have Twitter accounts?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label ?twitter WHERE {\n  ?item rdfs:label \"Jo Brown\" @en .\n  OPTIONAL {\n    ?item wdt:P2002 ?twitter\n  }\n}", "paraphrases": ["Show me the Twitter handles of people named Jo Brown.", "Are there any individuals named Jo Brown on Wikidata with a Twitter profile?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"jo_brown\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6090", "question": "Which Twitter usernames (envlh, AldiUK, aldiuk, markpack) are used on Wikidata, and how many Wikipedia pages are linked to each account?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?wikipage) AS ?sitelinks) WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"AldiUK\" \"aldiuk\" \"markpack\"\n  }\n  .\n  ?wikipage schema:about ?item .\n  FILTER(STRSTARTS(STR(?wikipage) , \"http\"))\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Wikidata items associated with the Twitter usernames \"envlh\", \"AldiUK\", \"aldiuk\", and \"markpack\", and how many Wikipedia articles are linked to each?", "List the Wikidata entities that have the Twitter handles \"envlh\", \"AldiUK\", \"aldiuk\", or \"markpack\", sorted by the number of Wikipedia pages linked to them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"string2\" ) ( \"AldiUK\" ) ( \"string3\" ) ( \"aldiuk\" ) ( \"PoulpyWP\" ) ( \"markpack\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6091", "question": "Which Wikidata items have Twitter usernames \"AldiUK\" or \"envlh\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"AldiUK\" \"envlh\" } }", "paraphrases": ["Who or what entities on Wikidata use the Twitter handles AldiUK or envlh?", "List the Wikidata entities associated with the Twitter usernames AldiUK and envlh."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"fourmeux\" ) ( \"string1\" ) ( \"AldiUK\" ) ( \"string2\" ) ( \"Yorgl_\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6092", "question": "Properties of Tsunashima Post Office with formatter URLs and Japanese Wikipedia links.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyItemLabel ?objectLabel ?formatterUrl ?jaWikipediaPage WHERE {\n  wd:Q11255701 ?property ?object .\n  ?propertyItem wikibase:directClaim ?property .\n  OPTIONAL {\n    ?propertyItem wdt:P1630 ?formatterUrl .\n  }\n  OPTIONAL {\n    ?jaWikipediaPage schema:about ?object ; schema:inLanguage \"ja\" .\n    FILTER(STRSTARTS(STR(?jaWikipediaPage) , \"https://ja.wikipedia.org/wiki/\"))\n  }\n}", "paraphrases": ["What are the properties of Tsunashima Post Office in Japan, their URL templates, and their corresponding Japanese Wikipedia pages?", "Show me all statements about Tsunashima Post Office, including any URL patterns for identifiers and their Japanese Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4 ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". <http://www.wikidata.org/entity/Q11255701> ?var1 ?var3 . ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1630> ?var4 . } OPTIONAL { ?var5 <http://schema.org/about> ?var3 . ?var5 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_6093", "question": "People educated at \u00c9cole des chartes", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P69 wd:Q273570 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the alumni of \u00c9cole des chartes?", "List the names of individuals who attended \u00c9cole des chartes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q273570> . } LIMIT 100"}}
{"id": "val_6094", "question": "Publications curated by the Biblioth\u00e8que nationale de France", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?publicationLabel WHERE {\n  ?publication wdt:P1640 wd:Q193563 .\n  ?publication rdfs:label ?publicationLabel .\n}", "paraphrases": ["What publications are curated by the French National Library?", "List the titles of publications curated by the Biblioth\u00e8que nationale de France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1640> <http://www.wikidata.org/entity/Q193563> . } LIMIT 100"}}
{"id": "val_6095", "question": "Japanese citizens born in Japanese cities and alternative names of those cities.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?birthCity ?birthCityLabel ?altLabel WHERE {\n  ?person wdt:P19 ?birthCity .\n  ?person wdt:P27 wd:Q17 .\n  ?birthCity wdt:P31 wd:Q515 .\n  ?birthCity wdt:P17 wd:Q17 .\n  ?person rdfs:label ?personLabel .\n  ?birthCity rdfs:label ?birthCityLabel .\n  OPTIONAL {\n    ?birthCity skos:altLabel ?altLabel .\n  }\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?birthCityLabel ) = \"en\" ) FILTER ( LANG( ?altLabel ) = \"en\" || ! BOUND( ?altLabel ) )\n}\nLIMIT 100", "paraphrases": ["Which Japanese citizens were born in cities in Japan, and what are the alternative names of those cities?", "List Japanese citizens along with the Japanese cities they were born in and any alternative names for those cities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . OPTIONAL { ?var2 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6096", "question": "Teachers and their fathers in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?father ?fatherLabel WHERE {\n  ?person wdt:P106 wd:Q37226 .\n  ?person wdt:P22 ?father .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?father rdfs:label ?fatherLabel .\n    FILTER(LANG(?fatherLabel) = \"en\")\n  }\n}\nLIMIT 5", "paraphrases": ["Who are some teachers and who are their fathers?", "List people who are teachers along with their fathers, including their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q37226> <http://www.wikidata.org/prop/direct/P22> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6097", "question": "Which entities on Wikidata have Twitter usernames Le_Figaro, BFMTV, or MuseeArmee?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Le_Figaro\" \"BFMTV\" \"MuseeArmee\" } }", "paraphrases": ["What Wikidata items are associated with the Twitter accounts \"Le_Figaro\", \"BFMTV\", and \"MuseeArmee\"?", "List the Wikidata entities that use \"Le_Figaro\", \"BFMTV\", or \"MuseeArmee\" as their Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"AvoKalif\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"palais_au\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"_SCG\" ) ( \"MuseeArmee\" ) ( \"string11\" ) ( \"string12\" ) ( \"Alexsulzer\" ) ( \"string13\" ) ( \"Le_Figaro\" ) ( \"string14\" ) ( \"BFMTV\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6098", "question": "French labels and descriptions of democracy-related political systems", "sparql": "SELECT ?item ?itemLabel ?itemDescription WHERE { ?item (wdt:P31|wdt:P279*) wd:Q7174 . ?item rdfs:label ?itemLabel . ?item schema:description ?itemDescription . FILTER(LANG(?itemLabel) = \"fr\") FILTER(LANG(?itemDescription) = \"fr\") } LIMIT 100", "paraphrases": ["What are the French names and descriptions of items that are types of democracy?", "Show me the French labels and descriptions of all democracy-related entities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q7174> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6099", "question": "What is the English name of OL Groupe?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?company ?companyLabel WHERE {\n  BIND( wd:Q3347591 AS ?company ) .\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the label of the entity OL Groupe in English?", "What does OL Groupe (wd:Q3347591) call itself in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q3347591> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6100", "question": "Things named after the house cat", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P138 wd:Q146 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which entities are named after the domestic cat?", "List items that have their name inspired by the house cat."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P138> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6101", "question": "Russian terms for attributes of a person in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?characteristic ?label WHERE {\n  wd:Q215627 wdt:P1552 ?characteristic .\n  ?characteristic rdfs:label ?label .\n  FILTER(LANG(?label) = \"ru\")\n}\nORDER BY ?label\nLIMIT 50", "paraphrases": ["What are the Russian labels for characteristics of the concept \"person\" in Wikidata?", "Show me how attributes like family name or age are expressed in Russian in Wikidata's description of personhood."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q215627> <http://www.wikidata.org/prop/direct/P1552> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } LIMIT 50"}}
{"id": "val_6102", "question": "Which organizations or people have Twitter handles BFMTV, IanBrossat, lemondefr, or leJDD, and what are their English labels?", "sparql": "SELECT ?entity ?twitterHandle ?entityLabel WHERE { ?entity wdt:P2002 ?twitterHandle . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") VALUES ?twitterHandle { \"BFMTV\" \"IanBrossat\" \"lemondefr\" \"leJDD\" } } ORDER BY ?entityLabel", "paraphrases": ["Who are the entities on Wikidata with Twitter usernames BFMTV, IanBrossat, lemondefr, or leJDD, and what are their English names?", "List the English names of entities that use the Twitter handles BFMTV, IanBrossat, lemondefr, or leJDD."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MCochard_\" ) ( \"PCF_Paris\" ) ( \"string1\" ) ( \"BFMTV\" ) ( \"IanBrossat\" ) ( \"lemondefr\" ) ( \"string2\" ) ( \"string3\" ) ( \"hervebegue\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"CliveTwo\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"cosmoplus\" ) ( \"string16\" ) ( \"GROS_org\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"leJDD\" ) ( \"TheRedFag\" ) ( \"l_Espress\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6103", "question": "Which Wikidata entities have Twitter usernames mbompard, Simonnet2, or LePG?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?twitterUsername ?label WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  FILTER(?twitterUsername = \"mbompard\" || ?twitterUsername = \"Simonnet2\" || ?twitterUsername = \"LePG\")\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @mbompard, @Simonnet2, or @LePG?", "Show me the English labels and Wikidata items for the Twitter accounts mbompard, Simonnet2, and LePG."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Simonnet2\" ) ( \"LePG\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Paris\" ) ( \"94citoyens\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"Qleyrat\" ) ( \"string7\" ) ( \"NTM_FN\" ) ( \"string8\" ) ( \"Fakir_\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"resf19\" ) ( \"mbompard\" ) ( \"Vannier75\" ) ( \"gaga5012\" ) ( \"LesMcDo\" ) ( \"string14\" ) ( \"flaqmaaf\" ) ( \"Momboisse4\" ) ( \"string15\" ) ( \"string16\" ) ( \"ULCGTVDR\" ) ( \"StopOmerta\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"cityramag\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6104", "question": "How many association football players in Wikidata do not have a Facebook username?", "sparql": "SELECT ( COUNT( ?player ) AS ?count ) WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q937857 . FILTER ( NOT EXISTS { ?player wdt:P2013 ?fb } ) }", "paraphrases": ["What is the count of human football players who are not linked to a Facebook profile?", "Are there football players in Wikidata without a Facebook account, and if so, how many?"], "info": {"raw_sparql": "SELECT DISTINCT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P2013> ?var1 . } FILTER ( ( !( BOUND ( ?var1 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } } LIMIT 100"}}
{"id": "val_6105", "question": "Image of Tadeusz Borowski from SNAC ARK ID w61w3c0s", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61w3c0s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w61w3c0s?", "Show me the picture of the person identified by the SNAC ARK ID w61w3c0s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vq3ch7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6106", "question": "Telugu films released in 2025 with Tamil language context", "sparql": "SELECT DISTINCT ?date ?tamilLabel ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?date . ?film wdt:P364 wd:Q8097 . ?film rdfs:label ?filmLabel . BIND(wd:Q5885 AS ?tamil) . ?tamil rdfs:label ?tamilLabel . FILTER(LANG(?filmLabel) = \"en\") FILTER(LANG(?tamilLabel) = \"en\") } ORDER BY DESC(?date) LIMIT 5", "paraphrases": ["What are the newest Telugu-language films, and how is Tamil related to them?", "List the most recent Telugu films with their release dates, and mention Tamil as a related language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var3 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var3 <http://www.wikidata.org/prop/direct/P577> ?var1 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P57> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P86> ?var7 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P161> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } BIND ( <http://www.wikidata.org/entity/Q5885> AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P364> <http://www.wikidata.org/entity/Q8097> . } ORDER BY DESC( ?var1 )"}}
{"id": "val_6107", "question": "Main subjects of Xiang Zhang's publications, their count, and example titles", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?count ?subjectLabel(SAMPLE(?workLabel) AS ?exampleWorkLabel) WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q46365308 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n  ?work wdt:P50 wd:Q46365308 .\n  ?work wdt:P921 ?subject .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?count ?subjectLabel\nORDER BY DESC(?count)", "paraphrases": ["What are the most common research topics in Xiang Zhang's papers, how many papers does he have on each, and can you give an example title for each?", "List the main topics of Xiang Zhang's academic works, along with the number of works per topic and one example title for each."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46365308> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46365308> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6108", "question": "Image of Orson Pratt with SNAC ARK ID w6p27223", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6p27223\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of Orson Pratt, identified by the SNAC ARK ID w6p27223?", "Show me the image associated with the SNAC ARK ID w6p27223."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6p27223\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6109", "question": "List all deep-submergence vehicles.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?vehicle WHERE {\n  ?vehicle wdt:P31 wd:Q2432003 .\n}", "paraphrases": ["What are the known deep-submergence vehicles?", "Show me the names of all manned deep-diving submarines that are self-propelled."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2432003> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_6110", "question": "Which Wikidata item has the Twitter username \"AllBlacks\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  FILTER ( ?twitterHandle = \"AllBlacks\" )\n}", "paraphrases": ["What is the Wikidata entity associated with the Twitter handle @AllBlacks?", "Find the item in Wikidata that uses \"AllBlacks\" as its Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"GuinnessUS\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"jharchives\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"sandeurl\" ) ( \"AllBlacks\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6111", "question": "Who is the person with Minneapolis Institute of Art ID 10369, and what is their English description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P3603 \"10369\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the English label and description of the individual identified by the Minneapolis Institute of Art constituent ID 10369?", "Please provide the name and English description of the person linked to the Minneapolis Institute of Art ID 10369."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3603> \"10302\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6112", "question": "What is the English description of the movie with IMDb ID tt0111161?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P345 \"tt0111161\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Find the English label and description of the film identified by the IMDb ID tt0111161.", "Show me the title and summary in English for the movie on IMDb with ID tt0111161."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2580> \"string1\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6113", "question": "What are the Twitter usernames for Elon Musk, NASA, and BBC News?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"NASA\" \"BBCNews\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Which Wikidata entities have the Twitter handles 'elonmusk', 'NASA', or 'BBCNews'?", "Show me the entities on Wikidata that are associated with the Twitter usernames 'elonmusk', 'NASA', and 'BBCNews', sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"dnatweets\" ) ( \"unistra\" ) ( \"string1\" ) ( \"SirpaMetz\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6114", "question": "Which Wikidata items have Twitter handles \"lemondefr\", \"GDarmanin\", \"InseeFr\", \"HATVP\", \"LCP\", or \"remibx\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"lemondefr\" \"GDarmanin\" \"InseeFr\" \"HATVP\" \"LCP\" \"remibx\"\n  }\n}", "paraphrases": ["Who are the entities on Wikidata that use any of these Twitter usernames: lemondefr, GDarmanin, InseeFr, HATVP, LCP, or remibx?", "List all Wikidata entities linked to the Twitter accounts lemondefr, GDarmanin, InseeFr, HATVP, LCP, and remibx."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"garriguesA\" ) ( \"string6\" ) ( \"string7\" ) ( \"lemondefr\" ) ( \"string8\" ) ( \"remibx\" ) ( \"GDarmanin\" ) ( \"InseeFr\" ) ( \"HATVP\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"LCP\" ) ( \"string13\" ) ( \"string14\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6115", "question": "List English labels of Wikidata items containing 'alber'.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(CONTAINS(LCASE(?label) , \"alber\"))\n  FILTER(regex(STR(?item) , \"^http://www.wikidata.org/entity/Q[0-9]+$\"))\n}\nLIMIT 15", "paraphrases": ["Which entities in Wikidata have English labels that include the word 'alber'?", "Show me up to 15 English-language labels from Wikidata entities that contain the substring 'alber', excluding lexemes."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"alber\"@en ) ) ) . } LIMIT 15"}}
{"id": "val_6116", "question": "Which Wikidata items are linked to the Twitter usernames Bpifrance, n26, and FBFFrance?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Bpifrance\" \"n26\" \"FBFFrance\"\n  }\n}", "paraphrases": ["Show me the entities on Wikidata that have the Twitter handles @Bpifrance, @n26, and @FBFFrance.", "What are the Wikidata entries for the Twitter accounts Bpifrance, n26, and FBFFrance?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"EChalmet\" ) ( \"gcalignon\" ) ( \"Bpifrance\" ) ( \"string4\" ) ( \"n26\" ) ( \"MxSba\" ) ( \"string5\" ) ( \"lendopolis\" ) ( \"string6\" ) ( \"JeanComte\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"FBFFrance\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6117", "question": "Which entities on Wikidata have Twitter usernames like franceinfo, lemondefr, LesEchos, mySociety, w3c, or wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"franceinfo\" \"lemondefr\" \"LesEchos\" \"mySociety\" \"w3c\" \"wikidata\"\n  }\n}\nORDER BY ?item", "paraphrases": ["What are the Wikidata items associated with the Twitter accounts @franceinfo, @lemondefr, @LesEchos, @mySociety, @w3c, and @wikidata?", "List all Wikidata entities that are linked to the Twitter handles: franceinfo, lemondefr, LesEchos, mySociety, w3c, and wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Auregann\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"hatonjan\" ) ( \"string5\" ) ( \"lemondefr\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"franceinfo\" ) ( \"string9\" ) ( \"wikidata\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"TAC_NISO\" ) ( \"PoulpyWP\" ) ( \"Fakir_\" ) ( \"string14\" ) ( \"pierrebrt\" ) ( \"string15\" ) ( \"mySociety\" ) ( \"string16\" ) ( \"johl\" ) ( \"Wikidata\" ) ( \"string17\" ) ( \"findsorguk\" ) ( \"string18\" ) ( \"wessexarch\" ) ( \"NWilkinBM\" ) ( \"legalljm\" ) ( \"NFr21\" ) ( \"string19\" ) ( \"Ayack_fr\" ) ( \"katebevan\" ) ( \"un_ouragan\" ) ( \"la_comete\" ) ( \"acherm\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"JCFeraud\" ) ( \"LesEchos\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"nodesign\" ) ( \"string27\" ) ( \"string28\" ) ( \"ash_crow\" ) ( \"string29\" ) ( \"string30\" ) ( \"w3c\" ) ( \"string31\" ) ( \"queermel\" ) ( \"shaviro\" ) ( \"TrizekWP\" ) ( \"axolotblog\" ) ( \"Gallorum\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6118", "question": "What are the Twitter usernames for Agence France-Presse, Les Inrockuptibles, and Paris Match?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"afpfr\" \"AFP\" \"afptehran\" \"lesinrocks\" \"ParisMatch\"\n  }\n}", "paraphrases": ["Which Wikidata items have the Twitter handles 'afpfr', 'AFP', 'afptehran', 'lesinrocks', or 'ParisMatch'?", "List the entities on Wikidata that are associated with these Twitter accounts: afpfr, AFP, afptehran, lesinrocks, and ParisMatch."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"maligorne\" ) ( \"lesinrocks\" ) ( \"afpfr\" ) ( \"string1\" ) ( \"afptehran\" ) ( \"string2\" ) ( \"Othibault\" ) ( \"string3\" ) ( \"AdrienSnk\" ) ( \"mojobeirut\" ) ( \"AFP\" ) ( \"nikop17\" ) ( \"string4\" ) ( \"MMOUTOT\" ) ( \"fred_pom\" ) ( \"string5\" ) ( \"string6\" ) ( \"ParisMatch\" ) ( \"BFAuchet\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6119", "question": "Is Wielingen classified as a squatter's house in Wikidata?", "sparql": "ASK WHERE { wd:Q46392859 wdt:P31 wd:Q13691604 . }", "paraphrases": ["Does the entity Q46392859 have the type squatter's house?", "Is Wielingen an instance of a squatter's house?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q46392859> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> . }"}}
{"id": "val_6120", "question": "Types of the Catholic Church", "sparql": "SELECT ?type WHERE { wd:Q9592 wdt:P31 ?type .}", "paraphrases": ["What is the Catholic Church classified as on Wikidata?", "Show me the types or categories that the Catholic Church belongs to."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q50723> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> . }"}}
{"id": "val_6121", "question": "What type of entity is De Vlugtlaan?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type WHERE {\n  wd:Q2061210 wdt:P31 ?type .\n}", "paraphrases": ["Is De Vlugtlaan a metro station?", "Tell me the classification of the De Vlugtlaan metro station."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2061210> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> . }"}}
{"id": "val_6122", "question": "What are the names of breweries in Amsterdam?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?brewery ?breweryLabel WHERE {\n  ?brewery wdt:P31 wd:Q131734 ; wdt:P131 wd:Q9899 .\n  ?brewery rdfs:label ?breweryLabel .\n  FILTER(LANG(?breweryLabel) = 'en')\n}", "paraphrases": ["Can you list the breweries located in Amsterdam?", "Which beer breweries can be found in Amsterdam, Netherlands?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/beer/1029> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6123", "question": "List all school buildings in Amsterdam.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building WHERE {\n  ?building wdt:P31 wd:Q1244442 ; wdt:P131 wd:Q9899 .\n}", "paraphrases": ["What are the school buildings located in Amsterdam?", "Show me the buildings in Amsterdam that are used as schools."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/eerste-ambachtsschool/855> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6124", "question": "List gable stones located in Amsterdam.", "sparql": "SELECT ?stone ?stoneLabel WHERE { ?stone wdt:P31 wd:Q2849607 ; wdt:P131 wd:Q9899 . ?stone rdfs:label ?stoneLabel . FILTER(LANG(?stoneLabel) = \"en\") }", "paraphrases": ["What are the names of facade stones in Amsterdam?", "Show me the English-labeled gable stones in Amsterdam."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/gevelsteen-de-otter/309> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6125", "question": "Buildings in Amsterdam", "sparql": "SELECT ?building WHERE { ?building wdt:P31/wdt:P279* wd:Q13691604 ; wdt:P131 wd:Q9899 . }", "paraphrases": ["What are some buildings located in Amsterdam?", "List buildings in Amsterdam that are classified as structures."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/hoop/988> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6126", "question": "What hotels are located in Amsterdam?", "sparql": "SELECT ?hotel ?hotelLabel WHERE { ?hotel wdt:P31 wd:Q27686 ; wdt:P131 wd:Q9899 . ?hotel rdfs:label ?hotelLabel . FILTER(LANG(?hotelLabel) = \"en\") }", "paraphrases": ["List the names of hotels in Amsterdam in English.", "Which buildings in Amsterdam are classified as hotels?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/hotel-leidsegracht/124> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6127", "question": "What is the name of the metro station in Amsterdam called Reigersbos?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?station ?stationLabel ?locationLabel WHERE {\n  wd:Q1941199 rdfs:label ?stationLabel .\n  FILTER(LANG(?stationLabel) = 'en')\n  .\n  wd:Q1941199 wdt:P31 wd:Q928830 .\n  wd:Q1941199 wdt:P131 wd:Q9899 .\n  wd:Q9899 rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = 'en')\n}", "paraphrases": ["Is Reigersbos a metro station located in Amsterdam?", "Which metro station in Amsterdam has the name Reigersbos?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/metrostation-reigersbos/1044> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6128", "question": "What are the buildings located in Groningen?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?building ?buildingLabel WHERE {\n  ?building wdt:P31 wd:Q13691604 ; wdt:P131 wd:Q9899 .\n  ?building rdfs:label ?buildingLabel .\n  FILTER ( LANG( ?buildingLabel ) = 'en' )\n}", "paraphrases": ["List all buildings in the city of Groningen with their English names.", "Show me the names of buildings in Groningen, Netherlands."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/rozenstraat-201/820> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6129", "question": "List monasteries in Antwerp.", "sparql": "SELECT ?building ?buildingLabel WHERE { ?building wdt:P31 wd:Q44613 ; wdt:P131 wd:Q9899 . ?building rdfs:label ?buildingLabel . FILTER(LANG(?buildingLabel) = \"en\") }", "paraphrases": ["What are the monasteries located in Antwerp?", "Show me the names of all monasteries in Antwerp."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://adamlink.nl/geo/building/sintpaulusbroederklooster/582> <https://www.wikidata.org/wiki/Property:P31> <http://www.wikidata.org/entity/Q13691604> ; <https://www.wikidata.org/wiki/Property:P131> <http://www.wikidata.org/entity/Q9899> . }"}}
{"id": "val_6130", "question": "Artists who created artworks displayed in Europeana 280 and their birthplaces.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?creatorLabel ?birthplaceLabel WHERE {\n  ?artwork(wdt:P31 / wdt:P279 *) wd:Q838948 .\n  ?artwork wdt:P608 wd:Q20980830 .\n  ?artwork wdt:P170 ?creator .\n  ?creator wdt:P19 ?birthplace .\n  ?creator rdfs:label ?creatorLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n  FILTER(LANG(?creatorLabel) = \"en\")\n  FILTER(LANG(?birthplaceLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the creators of artworks exhibited in the Europeana 280 project, and where were they born?", "List the names of the artists behind artworks shown in the Europeana 280 exhibition along with the cities where they were born."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . ?var3 <http://www.wikidata.org/prop/direct/P608> <http://www.wikidata.org/entity/Q20980830> . ?var3 <http://www.wikidata.org/prop/direct/P170> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nl,fr,es\". } } LIMIT 100"}}
{"id": "val_6131", "question": "People named John and their places of birth.", "sparql": "SELECT ?person ?birthPlace WHERE { ?person wdt:P735 wd:Q4925477 . ?person wdt:P19 ?birthPlace . }", "paraphrases": ["Where were people named John born?", "Show me the birthplaces of all people whose first name is John."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1448> \"John\". ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . }"}}
{"id": "val_6132", "question": "Which Wikidata entities have Twitter usernames \"string1\", \"string2\", \"string3\", \"string4\", \"string5\", \"string6\", or \"aha_io\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"string1\" \"string2\" \"string3\" \"string4\" \"string5\" \"string6\" \"aha_io\" } }", "paraphrases": ["Are there any entities on Wikidata with the Twitter username \"aha_io\" or any of the dummy usernames \"string1\" through \"string6\"?", "Show me the entities that are associated with the Twitter usernames \"aha_io\" or any of the placeholder values \"string1\" to \"string6\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"aha_io\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6133", "question": "Research papers about neighborhoods and their qualifier labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?work ?statement(SAMPLE(?qualifier_label_val) AS ?qualifier_label) WHERE {\n  ?work p:P921 ?statement .\n  ?statement ps:P921 wd:Q123705 .\n  OPTIONAL {\n    ?statement pq:P1932 ?qualifier_value .\n    wd:P1932 rdfs:label ?qualifier_label_val .\n    FILTER(LANG(?qualifier_label_val) = \"en\")\n  }\n}\nGROUP BY ?work ?statement", "paraphrases": ["Which research papers discuss neighborhoods, and what descriptive labels are used to qualify those mentions?", "Show me works that have neighborhoods as their topic, along with any qualifier labels like \"object named as\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q123705> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6134", "question": "What are the Spanish-language categories on Wikimedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  ?category wdt:P31 wd:Q4167836 ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"es\")\n}", "paraphrases": ["Can you list all the categories in Spanish Wikipedia that are registered in Wikidata?", "Show me the titles of all Spanish Wikipedia categories as stored in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P259> *) <http://www.wikidata.org/entity/Q4167836> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_6135", "question": "What are the English labels and descriptions for the entities named \"Kierra\" and \"Kierra Sheard\"?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?entityLabel ?description WHERE {\n  VALUES ?entity {\n    wd:Q3049872 wd:Q104844381\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) OPTIONAL {\n    ?entity schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me about Kierra Sheard and her 2020 album \"Kierra\" in English?", "Show me the English names and descriptions of the person named Kierra Sheard and the album titled Kierra."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4073> \"kierra\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6136", "question": "List of music publishing companies", "sparql": "SELECT ?musicPublisher ?musicPublisherLabel WHERE { ?musicPublisher wdt:P31 wd:Q1917775 . ?musicPublisher rdfs:label ?musicPublisherLabel . FILTER(LANG(?musicPublisherLabel) = \"en\") }", "paraphrases": ["What are the music publishing companies on Wikidata?", "Can you show me the names of all music publishing companies in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1917775> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6137", "question": "German labels and descriptions of properties used for mathematicians", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?mathematician wdt:P106 wd:Q170790 . ?mathematician ?directProperty ?value . FILTER (?directProperty != wdt:P106) FILTER (isIRI(?value)) . ?property wikibase:directClaim ?directProperty . ?property rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"de\") . OPTIONAL { ?property schema:description ?propertyDescription . FILTER (LANG(?propertyDescription) = \"de\") } } LIMIT 100", "paraphrases": ["What properties are used to describe mathematicians in German on Wikidata?", "Show me the German labels and descriptions of all properties that are used in statements about mathematicians, excluding the occupation property."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q170790> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_6138", "question": "How many members served in each legislative term of the Ukrainian Parliament?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?legislativeTerm(COUNT(DISTINCT ?member) AS ?count) WHERE {\n  ?legislativeTerm wdt:P31 wd:Q15238777 ; wdt:P13188 wd:Q176296 .\n  ?member wdt:P463 ?legislativeTerm .\n}\nGROUP BY ?legislativeTerm", "paraphrases": ["For each term of the Verkhovna Rada, how many people were members during that term?", "List the number of members for every legislative term of Ukraine\u2019s parliament."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/P31> [ <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q176296> ] . OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/P39> / <http://www.wikidata.org/prop/qualifier/P2937> ) ?var1 . } } GROUP BY ?var1"}}
{"id": "val_6139", "question": "Which Wikidata entities have Twitter handles \"Nat2Rink\", \"FFRugby\", or \"imanolHARI\", and how many Wikipedia pages do they have?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?site ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?item ^ schema:about ?page .\n  ?page schema:isPartOf ?site .\n  VALUES ?username {\n    \"Nat2Rink\" \"FFRugby\" \"imanolHARI\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter usernames \"Nat2Rink\", \"FFRugby\", or \"imanolHARI\", and which one has the most Wikipedia language editions?", "List the Wikidata items linked to the Twitter accounts \"Nat2Rink\", \"FFRugby\", and \"imanolHARI\", sorted by the number of Wikipedia pages they appear on, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"aveclexv\" ) ( \"maitea64\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"AdamRoussy\" ) ( \"obernasson\" ) ( \"string10\" ) ( \"string11\" ) ( \"imanolHARI\" ) ( \"string12\" ) ( \"ffrugby\" ) ( \"string13\" ) ( \"string14\" ) ( \"ReebokFR\" ) ( \"string15\" ) ( \"Nat2Rink\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"FFRugby\" ) ( \"string19\" ) ( \"FritzALee\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6140", "question": "Which organizations or people have Twitter accounts \"honda\", \"FFRugby\", \"racing92\", \"IrishRugby\", \"LeLOURugby\", or \"JeanReno48\", and how many Wikipedia links do they have?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item ; schema:isPartOf ?site . VALUES ?username { \"honda\" \"FFRugby\" \"racing92\" \"IrishRugby\" \"LeLOURugby\" \"JeanReno48\" } } GROUP BY ?item ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter usernames of the entities with handles \"honda\", \"FFRugby\", \"racing92\", \"IrishRugby\", \"LeLOURugby\", and \"JeanReno48\", and how many Wikipedia sitelinks are associated with each?", "List the entities linked to the Twitter accounts \"honda\", \"FFRugby\", \"racing92\", \"IrishRugby\", \"LeLOURugby\", and \"JeanReno48\", sorted by the number of Wikipedia language editions they appear on, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"honda\" ) ( \"FFR\" ) ( \"jmaphatie\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"FFRugby\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"YannBru\" ) ( \"racing92\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"IrishRugby\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"LeLOURugby\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"JeanReno48\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6141", "question": "Which properties are most frequently used to link entities to Gliwice, and how many times?", "sparql": "SELECT ?property ?propertyLabel ?count WHERE { { SELECT ?property ( COUNT(?item) AS ?count ) WHERE { ?item ?prop wd:Q105084 . ?property wikibase:directClaim ?prop . } GROUP BY ?property HAVING (?count > 1) } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?count)", "paraphrases": ["What are the properties that connect other items to Gliwice more than once, ranked by frequency?", "Show me the properties that have been used to associate entities with Gliwice more than once, along with their usage counts and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q105084> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6142", "question": "Humans educated at Keuka College", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P69 wd:Q6395612 .\n}\nLIMIT 500", "paraphrases": ["Who are the people that attended Keuka College?", "List all individuals who have Keuka College as their alma mater."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q6395612> . } LIMIT 500"}}
{"id": "val_6143", "question": "What are some examples of team sports?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sport WHERE {\n  ?sport wdt:P31 wd:Q216048\n}", "paraphrases": ["List all sports that are instances of team sport.", "Show me sports categorized as team sports in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <https://www.wikidata.org/wiki/Property:P279> <https://www.wikidata.org/wiki/Q216048> . }"}}
{"id": "val_6144", "question": "Arabic given names and family names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?name WHERE {\n  VALUES ?instanceOf {\n    wd:Q202444 wd:Q11879590 wd:Q12308941 wd:Q3409032 wd:Q101352\n  }\n  ?name wdt:P31 ?instanceOf .\n  ?name wdt:P407 wd:Q13955 .\n}\nLIMIT 5000", "paraphrases": ["What are the Arabic names (given names and surnames) in Wikidata?", "List all Arabic-language personal names (male, female, unisex, and family names) from Wikidata, excluding disambiguation pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202444> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11879590> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3409032> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . } ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q13955> . } LIMIT 5000"}}
{"id": "val_6145", "question": "What are all the administrative divisions and parts of a country, and their immediate parent?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?directParent WHERE {\n  ?entity wdt:P361 * wd:Q6256 .\n  OPTIONAL {\n    ?entity wdt:P361 ?directParent .\n  }\n  ?entity rdfs:label ?entityLabel .\n}", "paraphrases": ["What entities are part of a country (directly or indirectly), what are their labels, and what is their direct parent?", "List all entities that belong to a country at any level in the hierarchy, along with their names and the entity they are directly part of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6146", "question": "Which film has the JMDb ID '2001/dy002010'?", "sparql": "SELECT ?film WHERE { ?film wdt:P2400 \"2001/dy002010\" . }", "paraphrases": ["What is the film associated with the Japanese Movie Database ID 2001/dy002010?", "Show me the film that is identified as 2001/dy002010 on the Japanese Movie Database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2400> \"string1\". }"}}
{"id": "val_6147", "question": "Arabic given names without native label (P1705) that have an Arabic rdfs:label", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ( STRAFTER( STR( ?item ) , \"/entity/\" ) AS ?itemId ) ?property ( CONCAT ( '\"' , STR( ?arabicLabel ) , '\"' ) AS ?arabicLabelQuoted ) WHERE {\n  {\n    ?item wdt:P31 wd:Q202444 .\n  } UNION {\n    ?item wdt:P31 wd:Q11879590 .\n  } UNION {\n    ?item wdt:P31 wd:Q12308941 .\n  } UNION {\n    ?item wdt:P31 wd:Q3409032 .\n  }\n  ?item wdt:P407 wd:Q13955 .\n  FILTER NOT EXISTS {\n    ?item wdt:P31 wd:Q4167410\n  }\n  FILTER NOT EXISTS {\n    ?item wdt:P31 wd:Q101352\n  }\n  FILTER NOT EXISTS {\n    ?item wdt:P1705 ?nativeLabel\n  }\n  ?item rdfs:label ?arabicLabel .\n  FILTER ( LANG( ?arabicLabel ) = \"ar\" ) BIND( \"P1705\" AS ?property )\n}\nLIMIT 5000", "paraphrases": ["Which Arabic given names on Wikidata have an Arabic label but no official native Arabic label defined?", "List Arabic given names (male, female, or unisex) that are labeled in Arabic but lack a P1705 native label, along with their Arabic names in quotes."], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) ) AS ?var2 )( CONCAT ( \"P1705\" ) AS ?var3 )( CONCAT ( \"\"\", STR ( ?var4 ) , \"\"\" ) AS ?var5 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202444> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11879590> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3409032> . } ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q13955> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167410> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var6 . } ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"ar\" ) ) ) . } LIMIT 5000"}}
{"id": "val_6148", "question": "Current members of the 12th National Assembly of Zambia, their birth dates, and source URLs.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?member ?name ?birthDate ?referenceUrl WHERE {\n  ?member p:P39 ?statement .\n  ?statement ps:P39 wd:Q18607856 ; pq:P2937 wd:Q45380990 .\n  FILTER(NOT EXISTS {\n    ?statement pq:P582 []\n  })\n  ?member rdfs:label ?name .\n  FILTER(LANG(?name) = \"en\")\n  ?member wdt:P569 ?birthDateRaw .\n  BIND(SUBSTR(STR(?birthDateRaw) , 1 , 10) AS ?birthDate)\n  ?statement prov:wasDerivedFrom ?reference .\n  ?reference pr:P854 ?referenceUrl .\n}", "paraphrases": ["Who are the current members of Zambia\u2019s 12th National Assembly, when were they born, and where is their official profile listed?", "Please provide the names, birth dates, and reference URLs for all currently serving members of the 12th National Assembly of Zambia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18607856> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q45380990> . FILTER ( ( NOT EXISTS { ?var10 <http://www.wikidata.org/prop/qualifier/P582> [] . } ) ) . OPTIONAL { ?var10 ( <http://www.wikidata.org/prop/qualifier/P4100> | <http://www.wikidata.org/prop/qualifier/P102> ) ?var11 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/qualifier/P768> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var14 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1810> ?var15 . } OPTIONAL { ?var10 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var16 . OPTIONAL { ?var16 <http://www.wikidata.org/prop/reference/P854> ?var9 . } } BIND ( SUBSTR ( STR ( ?var14 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var8 ). BIND ( COALESCE ( ?var15 , ?var1Label ) AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var15 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . } }"}}
{"id": "val_6149", "question": "List English-labeled places in Thailand, Myanmar, Laos, and Cambodia with their coordinates, images, Commons categories, and addresses.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var2 ?var3 ?var6 ?var7 WHERE {\n  VALUES ?country {\n    wd:Q869 wd:Q836 wd:Q819 wd:Q424\n  }\n  ?var1 wdt:P17 ?country .\n  ?var1 wdt:P625 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P373 ?var6 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P969 ?var7 .\n  }\n}\nLIMIT 3000", "paraphrases": ["What are the places in Southeast Asia (Thailand, Myanmar, Laos, Cambodia) that have English labels, geographic coordinates, images on Wikimedia Commons, Commons categories, and street addresses?", "Please provide a list of up to 3,000 places in Thailand, Myanmar, Laos, and Cambodia, including their English names, geographic coordinates, images, Wikimedia Commons categories, and street addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(98 14)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6150", "question": "Which National Discography of Italian Song IDs are assigned to more than one artist?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?id ( COUNT( ?artist ) AS ?count ) ( GROUP_CONCAT( STRAFTER( STR( ?artist ) , \"http://www.wikidata.org/entity/\" ) ; separator = \", \" ) AS ?artistQIDs ) WHERE {\n  ?artist wdt:P2510 ?id .\n}\nGROUP BY ?id\nHAVING ( COUNT( ?artist ) > 1 )\nORDER BY ?id", "paraphrases": ["Are there any duplicate IDs in the National Discography of Italian Song that link to multiple artists?", "List all IDs from the National Discography of Italian Song that are shared by two or more artists, along with the artist identifiers."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 )( GROUP_CONCAT ( ?var2 ) AS ?var4 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2510> ?var1 . } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_6151", "question": "What film has the Allcinema ID 87595?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2465 \"87595\" .\n}", "paraphrases": ["Which movie is identified by the Allcinema film ID 87595?", "Find the Wikidata item for the film with Allcinema ID 87595."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2465> \"87595\". }"}}
{"id": "val_6152", "question": "Superclasses of Kaibobo language in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q6347565 wdt:P279 + ?superclass .\n}", "paraphrases": ["What languages or linguistic categories is the Kaibobo language a subclass of?", "Show me all the higher-level linguistic classifications that include the Kaibobo language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q6347565> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6153", "question": "Cities with coordinates and establishment year", "sparql": "SELECT ?cityLabel ?coordinates ?city ?year WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P625 ?coordinates .\n  OPTIONAL { ?city wdt:P580 ?start . }\n  OPTIONAL { ?city wdt:P585 ?point . }\n  OPTIONAL { ?city wdt:P582 ?end . }\n  BIND( COALESCE(?start, ?point, ?end) AS ?date )\n  BIND( YEAR(?date) AS ?year )\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG(?cityLabel) = \"en\" )\n}", "paraphrases": ["What are the English names, coordinates, and establishment years of cities?", "Provide a list of cities along with their geographic coordinates and, if available, the year they were founded or last updated."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P585> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P582> ?var7 . } BIND ( IF ( !( BOUND ( ?var5 ) ), IF ( !( BOUND ( ?var6 ) ), ?var7 , ?var6 ) , ?var5 ) AS ?var8 ). BIND ( YEAR ( ?var8 ) AS ?var4 ). ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6154", "question": "What properties are commonly used to describe humans, places, and groups of people in Wikidata, and what are their English labels?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?object ?propertyLabel ?objectLabel WHERE {\n  VALUES ?subject {\n    wd:Q5 wd:Q2221906 wd:Q16334295\n  }\n  ?subject ?property ?object .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  OPTIONAL {\n    ?object rdfs:label ?objectLabel .\n    FILTER(LANG(?objectLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["Show me the English names of properties that link humans, locations, or groups to other data, along with the labels of the things they connect to.", "Which direct properties connect humans, geographic locations, or groups of humans to other entities in Wikidata, and what are their meanings in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var2Label ?var3Label WHERE { { VALUES ( ?var1 ?var4 ) { ( <http://ldf.fi/fibra/200bc765-7b40-4c70-8749-88a3fd1f9835> <http://ldf.fi/fibra/200bc765-7b40-4c70-8749-88a3fd1f9835> ) ( <http://ldf.fi/fibra/a2957c5c-633b-42b9-a2ad-6fab5cab42a2> <http://ldf.fi/fibra/a2957c5c-633b-42b9-a2ad-6fab5cab42a2> ) } ?var4 ?var5 ?var6 . } UNION { SELECT ?var1 ?var6 ?var5 WHERE { VALUES ( ?var1 ?var4 ) { ( <http://ldf.fi/fibra/200bc765-7b40-4c70-8749-88a3fd1f9835> <http://ldf.fi/fibra/200bc765-7b40-4c70-8749-88a3fd1f9835> ) ( <http://ldf.fi/fibra/a2957c5c-633b-42b9-a2ad-6fab5cab42a2> <http://ldf.fi/fibra/a2957c5c-633b-42b9-a2ad-6fab5cab42a2> ) } ?var6 ?var5 ?var4 . } LIMIT 5000 } BIND ( IF ( ( ?var5 = <http://www.w3.org/2000/01/rdf-schema#label> ), <http://www.w3.org/2004/02/skos/core#prefLabel> , ?var5 ) AS ?var2 ). BIND ( IF ( ( ?var6 = <http://www.wikidata.org/entity/Q5> ), <http://www.cidoc-crm.org/cidoc-crm/E21_Person> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q2221906> ), <http://www.cidoc-crm.org/cidoc-crm/E53_Place> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q16334295> ), <http://www.cidoc-crm.org/cidoc-crm/E74_Group> , ?var6 ) ) ) AS ?var3 ). OPTIONAL { ?var7 <http://wikiba.se/ontology#directClaim> ?var5 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( LANGMATCHES ( LANG ( ?var8 ) , \"en\" ) ) ) . } BIND ( COALESCE ( ?var8 , REPLACE ( REPLACE ( REPLACE ( REPLACE ( STR ( ?var2 ) , \".*/\", \"\" ) , \".*#\", \"\" ) , \"_\", \" \" ) , \"([A-Z\u00c5\u00c4\u00d6])\", \" $1\" ) ) AS ?var2Label ). OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . } }"}}
{"id": "val_6155", "question": "What is the English name and description of the board game with BoardGameGeek ID 160499?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2339 \"160499\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( lang( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( lang( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Show me the details of the board game identified by BGG ID 160499, including its English label and description.", "Can you find the English label and description for the board game on BoardGameGeek with ID 160499?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2339> \"160799\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6156", "question": "What are the Twitter accounts of Wikidata items, sorted by how many Wikipedia pages mention them?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterUsername(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item p:P2002 ?stmt .\n  ?stmt ps:P2002 ?twitterUsername .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?wiki) , \"https://\"))\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Show me the Twitter usernames of entities in Wikidata, ordered by their popularity on Wikipedia.", "Which entities on Wikidata have Twitter profiles, and how many Wikipedia articles link to each?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"lenord\" ) ( \"string2\" ) ( \"string3\" ) ( \"Klee_Group\" ) ( \"string4\" ) ( \"string5\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6157", "question": "Rembrandt paintings in the Rijksmuseum or Louvre with images", "sparql": "SELECT DISTINCT ?painting ?paintingLabel ?image ?museum WHERE { ?painting wdt:P31 wd:Q3305213 ; wdt:P170 wd:Q5598 ; (wdt:P195 / wdt:P361*) ?museum . FILTER (?museum IN (wd:Q190804, wd:Q19675)) OPTIONAL { ?painting wdt:P18 ?image . } ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") }", "paraphrases": ["What are the titles and images of Rembrandt\u2019s paintings held at the Rijksmuseum or the Louvre?", "Show me Rembrandt\u2019s paintings that are in either the Rijksmuseum or the Louvre, along with their English titles and Wikimedia Commons images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5598> ; ( <http://www.wikidata.org/prop/direct/P195> / <http://www.wikidata.org/prop/direct/P361> *) ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q190804> ) || ( ?var4 = <http://www.wikidata.org/entity/Q19675> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_6158", "question": "Scholarly articles authored by \"\u5218\u52c7\" with their titles and publication dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?title ?authorString ?publicationDate WHERE {\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P1476 ?title .\n  ?article wdt:P2093 ?authorString .\n  ?article wdt:P577 ?publicationDate .\n  FILTER(?authorString = \"\u5218\u52c7\")\n}", "paraphrases": ["What are the titles and publication dates of scholarly articles that list \"\u5218\u52c7\" as an author?", "Show me all scholarly articles written by \"\u5218\u52c7\", along with their titles and when they were published."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2093> \"string1\". ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . }"}}
{"id": "val_6159", "question": "What are the English-named entities in Wikidata that start with \"Douglas\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  FILTER(REGEX(?label , \"^Douglas\" , \"i\"))\n  .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n}\nLIMIT 10", "paraphrases": ["Can you list people or places named Douglas in English from Wikidata?", "Show me the top 10 Wikidata items with English labels beginning with \"Douglas\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Douglas*\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } LIMIT 10"}}
{"id": "val_6160", "question": "Which Wikidata items have Twitter usernames PBALille, Pyb75, INHA_Fr, Wikipedia, or Wikimedia?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"PBALille\" \"Pyb75\" \"INHA_Fr\" \"Wikipedia\" \"Wikimedia\" } }", "paraphrases": ["What are the Wikidata entities associated with the Twitter handles \"PBALille\", \"Pyb75\", \"INHA_Fr\", \"Wikipedia\", and \"Wikimedia\"?", "List the Wikidata items that are linked to the Twitter accounts PBALille, Pyb75, INHA_Fr, Wikipedia, and Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"PBALille\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Wikipedia\" ) ( \"wikidata\" ) ( \"string5\" ) ( \"Pyb75\" ) ( \"string6\" ) ( \"string7\" ) ( \"Wikimedia\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"INHA_Fr\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"Roumics\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6161", "question": "Entities that are members of any organization, with their English labels.", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 wdt:P463 ?group . OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } } LIMIT 11", "paraphrases": ["What are 11 examples of entities that belong to some organization, and what are their English names?", "List 11 organizations or people who are members of any group, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P463> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6162", "question": "Which Wikipedia entities have Twitter handles like AppleMusic, BBCRadio2, or MarkRonson, and how many Wikipedia articles link to them?", "sparql": "SELECT ?item ?twitterHandle (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitterHandle . ?sitelink schema:about ?item . VALUES ?twitterHandle { \"AppleMusic\" \"BBCRadio2\" \"MarkRonson\" \"BigIssue\" \"Deezer\" \"maryjblige\" \"JKCorden\" \"hmvtweets\" } } GROUP BY ?item ?twitterHandle ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter usernames of entities like BBC Radio 2 and Apple Music, and how many Wikipedia pages link to each of them, sorted by the number of links?", "List the entities with Twitter handles including BigIssue, Deezer, and JKCorden, along with the count of Wikipedia sitelinks they have, ordered from least to most sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"TheXFactor\" ) ( \"AppleMusic\" ) ( \"string3\" ) ( \"BBCRadio2\" ) ( \"MarkRonson\" ) ( \"BigIssue\" ) ( \"Deezer\" ) ( \"maryjblige\" ) ( \"JKCorden\" ) ( \"hmvtweets\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6163", "question": "Types and categories that Medicine Hat belongs to", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q368241 (wdt:P31/wdt:P279*) ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["What classes is Medicine Hat an instance of or a subclass of?", "List all the hierarchical categories that Medicine Hat is part of, including its direct type and parent classes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q368241> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } }"}}
{"id": "val_6164", "question": "What is the name, country, and coordinates of the airport with IATA code ASX?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?airport ?airportLabel ?country ?coordinates WHERE {\n  ?airport wdt:P238 \"ASX\" .\n  ?airport wdt:P17 ?country .\n  ?airport wdt:P625 ?coordinates .\n  ?airport rdfs:label ?airportLabel .\n  FILTER(LANG(?airportLabel) = \"en\")\n}", "paraphrases": ["Where is Ashland Regional Airport (ASX) located, and what are its coordinates?", "Give me the English name, country, and GPS location of the airport that uses the IATA code ASX."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"ASX\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6165", "question": "What movie has the elCinema ID 2041115?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3135 \"2041115\" .\n}", "paraphrases": ["Which film on Wikidata is identified by the elCinema film ID 2041115?", "Find the Wikidata item for the movie with elCinema ID 2041115."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2041115\". }"}}
{"id": "val_6166", "question": "What is the image of the person with SNAC ARK ID w68054wh?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w68054wh\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find the Wikimedia Commons image associated with Vincent Sheean using his SNAC ARK ID?", "Show me the photo of the individual identified by the SNAC ARK ID w68054wh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68054wh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6167", "question": "How many articles citing \"Measuring and modeling hydrological processes of sand-storage dams on different spatial scales\" were published each year, and did they have authors?", "sparql": "SELECT ?year ( COUNT( DISTINCT ?citingArticle ) AS ?count ) ?hasAuthor WHERE { BIND( wd:Q46570449 AS ?citedArticle ) . ?citingArticle wdt:P2860 ?citedArticle . ?citingArticle wdt:P577 ?pubDate . BIND( YEAR( ?pubDate ) AS ?yearNum ) . FILTER( BOUND( ?yearNum ) ) . BIND( STR( ?yearNum ) AS ?year ) . BIND( IF( EXISTS { ?citingArticle wdt:P50 [] } , \"has author\" , \"no author\" ) AS ?hasAuthor ) . } GROUP BY ?year ?hasAuthor ORDER BY DESC ( ?year )", "paraphrases": ["Can you show me the publication years of articles that cite the 2009 study on sand-storage dams, along with whether each citing article has an author listed?", "List the number of citing articles per year for the scholarly paper on sand-storage dams, grouped by whether they have authors or not."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q46570449> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6168", "question": "Image of the person with SNAC ARK ID w6282xws", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6282xws\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with George Ratcliffe Woodward in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6282xws."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6282xws\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6169", "question": "Railway stations in Belgium with their irail.be IDs and connected train lines in Dutch, French, or German.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?externalId(GROUP_CONCAT(DISTINCT ?lineLabel ; SEPARATOR = \"|\") AS ?connectedLines) ?stationName WHERE {\n  ?station wdt:P31 wd:Q55488 .\n  ?station wdt:P17 wd:Q31 .\n  ?station wdt:P2888 ?externalId .\n  OPTIONAL {\n    ?station wdt:P81 ?line .\n    ?line rdfs:label ?lineLabel .\n    FILTER(LANG(?lineLabel) IN(\"nl\" , \"fr\" , \"de\"))\n  }\n  OPTIONAL {\n    ?station rdfs:label ?stationName .\n    FILTER(LANG(?stationName) IN(\"nl\" , \"fr\" , \"de\"))\n  }\n}\nGROUP BY ?externalId ?stationName\nORDER BY ASC(?externalId)", "paraphrases": ["What are the names of railway stations in Belgium, their corresponding irail.be identifiers, and the railway lines they connect to, in the official languages of Belgium?", "List all railway stations in Belgium, including their external irail.be links, the names of the train lines they are on (in Dutch, French, or German), and their official station names in those languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \"|\" ) AS ?var3 ) ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var5 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q31> . ?var5 <http://www.wikidata.org/prop/direct/P2888> ?var1 . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P81> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P1705> ?var4 . } } GROUP BY ?var1 ?var4 ORDER BY ASC( ?var1 )"}}
{"id": "val_6170", "question": "What are the 10 earliest dates recorded for historical events in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?time WHERE {\n  ?item wdt:P585 ?time .\n}\nORDER BY ASC ( ?time )\nLIMIT 10", "paraphrases": ["Which 10 oldest time points are documented in Wikidata for cosmic and geological events?", "List the 10 oldest events by date from Wikidata\u2019s point-in-time data."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P585> ?var1 . } ORDER BY ASC( ?var1 ) LIMIT 10"}}
{"id": "val_6171", "question": "Which days of the year had events between 2011 and 2020, and in which years did they occur?", "sparql": "SELECT ?month ?day (GROUP_CONCAT(DISTINCT STR(YEAR(?date)); separator=\",\") AS ?years) WHERE { ?event wdt:P31 wd:Q205892 ; wdt:P585 ?date . BIND(MONTH(?date) AS ?month) BIND(DAY(?date) AS ?day) FILTER(YEAR(?date) >= 2011 && YEAR(?date) <= 2020) } GROUP BY ?month ?day ORDER BY ?month ?day", "paraphrases": ["For each month and day, what years between 2011 and 2020 had at least one event recorded on that date?", "Show me a list of all month-day combinations from 2011 to 2020 that had events, along with the years those events happened."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( GROUP_CONCAT ( STRAFTER ( STR ( ?var3 ) , \"y/\" ) ) AS ?var3 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var4 ) , \"y/\" ) ) AS ?var4 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var5 ) , \"y/\" ) ) AS ?var5 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var6 ) , \"y/\" ) ) AS ?var6 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var7 ) , \"y/\" ) ) AS ?var7 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var8 ) , \"y/\" ) ) AS ?var8 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var9 ) , \"y/\" ) ) AS ?var9 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var10 ) , \"y/\" ) ) AS ?var10 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var11 ) , \"y/\" ) ) AS ?var11 )( GROUP_CONCAT ( STRAFTER ( STR ( ?var12 ) , \"y/\" ) ) AS ?var12 ) WHERE { BIND ( YEAR ( ?var13 ) AS ?var14 ). BIND ( MONTH ( ?var13 ) AS ?var1 ). BIND ( DAY ( ?var13 ) AS ?var2 ). BIND ( CONCAT ( STR ( ?var1 ) , \"-\", STR ( ?var2 ) ) AS ?var15 ). BIND ( IF ( ( ?var14 = \"2011\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var3 ). BIND ( IF ( ( ?var14 = \"2012\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var4 ). BIND ( IF ( ( ?var14 = \"2013\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var5 ). BIND ( IF ( ( ?var14 = \"2014\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var6 ). BIND ( IF ( ( ?var14 = \"2015\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var7 ). BIND ( IF ( ( ?var14 = \"2016\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var8 ). BIND ( IF ( ( ?var14 = \"2017\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var9 ). BIND ( IF ( ( ?var14 = \"2018\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var10 ). BIND ( IF ( ( ?var14 = \"2019\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var11 ). BIND ( IF ( ( ?var14 = \"2020\"^^<http://www.w3.org/2001/XMLSchema#integer> ), ?var16 , \"\" ) AS ?var12 ). ?var16 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q205892> ; <http://www.wikidata.org/prop/direct/P585> ?var13 . FILTER ( ( ( ?var14 > \"2010\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var14 < \"2021\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var2 ?var1 ORDER BY ASC( ?var1 )ASC( ?var2 )"}}
{"id": "val_6172", "question": "Items with catalog codes and their corresponding catalog names.", "sparql": "SELECT ?item ?itemLabel ?catalogCode ?catalogName ?catalogNameLabel WHERE { ?item wdt:P528 ?catalogCode . ?item p:P528 ?statement . ?statement pq:P972 ?catalogName . OPTIONAL { ?catalogName rdfs:label ?catalogNameLabel . FILTER(LANG(?catalogNameLabel) = \"en\") } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Which astronomical or archival items have catalog codes, and what are the names of the catalogs they belong to?", "Show me a list of items that have catalog codes, along with the names of the catalogs (like NGC or HD) that those codes belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P528> ?var2 . OPTIONAL { ?var2 ?var3 [] . [] <http://wikiba.se/ontology#qualifier> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 100"}}
{"id": "val_6173", "question": "Which organizations have Twitter handles \"lemondefr\", \"InseeFr\", \"InseeFr_News\", or \"letudiant\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"lemondefr\" \"InseeFr\" \"InseeFr_News\" \"letudiant\" } }", "paraphrases": ["What Wikidata entities are associated with the Twitter usernames lemondefr, InseeFr, InseeFr_News, or letudiant?", "List all entities on Wikidata that use any of these Twitter handles: lemondefr, InseeFr, InseeFr_News, or letudiant."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"InseeFr\" ) ( \"lemondefr\" ) ( \"La_FIM\" ) ( \"string3\" ) ( \"COPACEL_\" ) ( \"string4\" ) ( \"string5\" ) ( \"letudiant\" ) ( \"FEBEA_FR\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"medef\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6174", "question": "What entities are located in South Tyrol?", "sparql": "SELECT ?item WHERE { ?item wdt:P276 wd:Q15124 . }", "paraphrases": ["List all items that are situated in the autonomous province of South Tyrol.", "Which cultural, economic, or geographic entities are associated with South Tyrol by location?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q15124> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,it\". } }"}}
{"id": "val_6175", "question": "Works authored by Merete Sanderhoff, including their publication date, type, number of pages, venue, and co-authors, sorted by latest publication first.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( MIN( ?pubDate ) AS ?minPubDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?typeLabel ; SEPARATOR = \", \" ) AS ?types ) ( SAMPLE( ?pages ) AS ?samplePages ) ?publicationVenue ?venueLabel ( GROUP_CONCAT( DISTINCT ?authorLabel ; SEPARATOR = \", \" ) AS ?authorLabels ) WHERE {\n  ?work wdt:P50 wd:Q43018417 .\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabelRaw .\n    FILTER ( LANG( ?authorLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?authorLabelRaw , SUBSTR( STR( ?author ) , 32 ) ) AS ?authorLabel ) OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationVenue .\n    ?publicationVenue rdfs:label ?venueLabel .\n    FILTER ( LANG( ?venueLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER ( LANG( ?workLabel ) = \"en\" )\n  }\n}\nGROUP BY ?work ?workLabel ?publicationVenue ?venueLabel\nORDER BY DESC ( ?minPubDate )", "paraphrases": ["What are the works authored by Merete Sanderhoff, and what are their publication dates, types, page counts, publication venues, and co-authors, listed from most recent to oldest?", "Please list all works where Merete Sanderhoff is an author, showing their English labels, publication dates, types (e.g., article or chapter), number of pages, publication venues, and all co-authors, ordered by publication date in descending order."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q43018417> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_6176", "question": "What images are associated with Ewan Klein, excluding images of people?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image WHERE {\n  wd:Q30086013 ?property ?entity .\n  ?entity wdt:P18 ?image .\n  FILTER(?entity != wd:Q5)\n}", "paraphrases": ["Can you show me pictures of things related to Ewan Klein, like institutions or languages, but not of humans?", "Show me the Wikimedia Commons images of entities connected to Ewan Klein, such as his employer or the language he speaks."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q30086013> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q30086013> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30086013> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_6177", "question": "Which entities on Wikidata have the Twitter usernames \"prefpolice\", \"RemiFeraud\", \"annegab2A\", or \"jbdef\"?", "sparql": "SELECT ?item ?username ?itemLabel WHERE { ?item wdt:P2002 ?username . FILTER(?username IN (\"prefpolice\", \"RemiFeraud\", \"annegab2A\", \"jbdef\")) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY ?username", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter handles prefpolice, RemiFeraud, annegab2A, and jbdef?", "List the English labels and Twitter usernames for the Wikidata items with the handles prefpolice, RemiFeraud, annegab2A, and jbdef."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"prefpolice\" ) ( \"dburkli\" ) ( \"AGovciyan\" ) ( \"string2\" ) ( \"string3\" ) ( \"gybloch\" ) ( \"string4\" ) ( \"RecycLivre\" ) ( \"Paris\" ) ( \"string5\" ) ( \"string6\" ) ( \"RemiFeraud\" ) ( \"string7\" ) ( \"Aicom_Actu\" ) ( \"aguillem1\" ) ( \"G_Vajda\" ) ( \"LeydetS\" ) ( \"sdulermo\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"BsppGso\" ) ( \"audouze1\" ) ( \"jbdef\" ) ( \"string12\" ) ( \"string13\" ) ( \"annegab2A\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6178", "question": "Which Wikidata entities have Twitter accounts \"LesEchos\", \"Gallimard\", \"ComedieFr\", \"Telerama\", or \"Thom_astro\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"LesEchos\" \"Gallimard\" \"ComedieFr\" \"Telerama\" \"Thom_astro\"\n  }\n}\nORDER BY ?twitterUsername", "paraphrases": ["Who are the entities on Wikidata that are linked to the Twitter usernames LesEchos, Gallimard, ComedieFr, Telerama, and Thom_astro?", "List the Wikidata items that have these Twitter handles: LesEchos, Gallimard, ComedieFr, Telerama, and Thom_astro."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"pchevilley\" ) ( \"string1\" ) ( \"sceneweb\" ) ( \"104paris\" ) ( \"T2G_tweet\" ) ( \"Telerama\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Thom_astro\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"LesEchos\" ) ( \"string10\" ) ( \"string11\" ) ( \"DisputeFC\" ) ( \"Gallimard\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"lucommo\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"ComedieFr\" ) ( \"Th_Atelier\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6179", "question": "Which Wikidata entities have Twitter usernames ComedieFr, ericrevel1, mvoinchet, brunola, or bibicheri, sorted by number of Wikipedia pages?", "sparql": "SELECT ?entity ?username (COUNT(?sitelink) AS ?sitelinks) WHERE { ?entity wdt:P2002 ?username . ?sitelink schema:about ?entity ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) VALUES ?username { \"ComedieFr\" \"ericrevel1\" \"mvoinchet\" \"brunola\" \"bibicheri\" } } GROUP BY ?entity ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles ComedieFr, ericrevel1, mvoinchet, brunola, or bibicheri, and how many Wikipedia articles exist about them?", "List the Wikidata items for the Twitter accounts ComedieFr, ericrevel1, mvoinchet, brunola, and bibicheri, ordered by how many language versions of Wikipedia they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"ComedieFr\" ) ( \"string3\" ) ( \"string4\" ) ( \"latrive\" ) ( \"Tertio7\" ) ( \"string5\" ) ( \"RoubaLeroi\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"ericrevel1\" ) ( \"mvoinchet\" ) ( \"string13\" ) ( \"brunola\" ) ( \"Lecoultre_\" ) ( \"Taspasidee\" ) ( \"combedouce\" ) ( \"FC_Hashtag\" ) ( \"string14\" ) ( \"string15\" ) ( \"EditionsRF\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"bibicheri\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6180", "question": "What is the Wikidata item for the Twitter username \"France5tv\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"France5tv\"\n  }\n}", "paraphrases": ["Which entity on Wikidata has the Twitter handle France5tv?", "Can you find the Wikidata entry for the Twitter account @France5tv?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"France5tv\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"cavousf5\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6181", "question": "Which Wikidata entities have Twitter usernames Sidaction, CDEssonne, durovray, ARS_IDF, RERD_SNCF, robinreda, or VilledEvry?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"Sidaction\" \"robinreda\" \"RERD_SNCF\" \"CDEssonne\" \"durovray\" \"ARS_IDF\" \"VilledEvry\"\n  }\n}", "paraphrases": ["Who or what on Wikidata uses the Twitter accounts \"Sidaction\", \"CDEssonne\", \"durovray\", \"ARS_IDF\", \"RERD_SNCF\", \"robinreda\", or \"VilledEvry\"?", "List the Wikidata items that are associated with the Twitter usernames: Sidaction, CDEssonne, durovray, ARS_IDF, RERD_SNCF, robinreda, and VilledEvry."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"JFMiaux\" ) ( \"string2\" ) ( \"CDEssonne\" ) ( \"durovray\" ) ( \"string3\" ) ( \"ARS_IDF\" ) ( \"Sidaction\" ) ( \"c_paratre\" ) ( \"string4\" ) ( \"string5\" ) ( \"VilledEvry\" ) ( \"string6\" ) ( \"OVH\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"EFS_91\" ) ( \"groupesni\" ) ( \"robinreda\" ) ( \"string10\" ) ( \"RERD_SNCF\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6182", "question": "Which entities have Twitter usernames fchouat, VilledEvry, Romeiro1L, or Prefet91?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  FILTER(STR(?twitterHandle) = \"fchouat\" || STR(?twitterHandle) = \"VilledEvry\" || STR(?twitterHandle) = \"Romeiro1L\" || STR(?twitterHandle) = \"Prefet91\")\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @fchouat, @VilledEvry, @Romeiro1L, or @Prefet91?", "List all Wikidata items that are associated with the Twitter accounts fchouat, VilledEvry, Romeiro1L, or Prefet91."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fchouat\" ) ( \"VilledEvry\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"JP_Dugault\" ) ( \"Romeiro1L\" ) ( \"Prefet91\" ) ( \"prefet91\" ) ( \"fmary_pro\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6183", "question": "What is the English description of the artwork with EK number 11472?", "sparql": "SELECT ?artwork ?description WHERE { ?artwork wdt:P4627 \"11472\" . OPTIONAL { ?artwork schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English description for the painting identified by the Entartete Kunst ID 11472?", "Show the English-language description of the artwork in the Degenerate Art database with ID 11472."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4627> \"11472\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6184", "question": "Which entities on Wikidata have Twitter usernames matching \"envlh\", \"string1\", \"KialoHQ\", \"dark_shark\", \"MarkScherz\", or \"TeamKMCC\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username IN(\"envlh\" , \"string1\" , \"KialoHQ\" , \"dark_shark\" , \"MarkScherz\" , \"TeamKMCC\"))\n}", "paraphrases": ["Show me the Wikidata items and their Twitter handles for the usernames: envlh, string1, KialoHQ, dark_shark, MarkScherz, and TeamKMCC.", "Find all Wikidata entities that use any of these Twitter usernames: envlh, string1, KialoHQ, dark_shark, MarkScherz, or TeamKMCC."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"KialoHQ\" ) ( \"dark_shark\" ) ( \"MarkScherz\" ) ( \"TeamKMCC\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6185", "question": "List geolocated places in Southeast Asia (between 2\u00b0N\u201310\u00b0N and 94\u00b0E\u2013100\u00b0E) with their images, Commons categories, and addresses.", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?location . FILTER(geof:longitude(?location) >= 94 && geof:longitude(?location) <= 100) FILTER(geof:latitude(?location) >= 2 && geof:latitude(?location) <= 10) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the English-named locations in southern Thailand and nearby regions that have coordinates, images, Wikimedia Commons categories, and street addresses?", "Show me up to 3,000 places in Southeast Asia with geographic coordinates, along with their images, Commons categories, and street addresses, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(94 3)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6186", "question": "What entities in Wikidata have a defined color, and what are those colors?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?color ?entityLabel ?colorLabel WHERE {\n  ?entity wdt:P462 ?color .\n  ?entity rdfs:label ?entityLabel .\n  ?color rdfs:label ?colorLabel .\n  FILTER(LANG(?entityLabel) = 'en')\n  .\n  FILTER(LANG(?colorLabel) = 'en')\n  .\n}", "paraphrases": ["Can you list the names of items and their corresponding colors in English?", "Which products or objects are associated with specific colors, and what are the English names of those colors?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P255> ?var2 . }"}}
{"id": "val_6187", "question": "Which Wikidata entities have Twitter usernames \"AAWaberi\" or \"ActesSud\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"AAWaberi\" \"ActesSud\" } }", "paraphrases": ["Who or what is associated with the Twitter handles AAWaberi and ActesSud on Wikidata?", "Show me the Wikidata items linked to the Twitter usernames AAWaberi and ActesSud."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"LecturesG\" ) ( \"string2\" ) ( \"AAWaberi\" ) ( \"string3\" ) ( \"string4\" ) ( \"babelio2\" ) ( \"babelio\" ) ( \"gwordia\" ) ( \"string5\" ) ( \"string6\" ) ( \"IntranQ\" ) ( \"string7\" ) ( \"Vivilivres\" ) ( \"string8\" ) ( \"ActesSud\" ) ( \"string9\" ) ( \"diacritik\" ) ( \"keimiller\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6188", "question": "Which entities on Wikidata have the Twitter usernames \"CityOfBoston\", \"deventergem\", or \"melroserugby\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"CityOfBoston\" \"deventergem\" \"melroserugby\"\n  }\n}\nORDER BY ASC ( ?username )", "paraphrases": ["Can you show me the Wikidata items linked to the Twitter accounts @CityOfBoston, @deventergem, and @melroserugby?", "What are the Wikidata entities corresponding to these Twitter handles: CityOfBoston, deventergem, and melroserugby?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"FVauglin\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"EricPiolle\" ) ( \"string5\" ) ( \"alainjuppe\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"bayrou\" ) ( \"GilAverous\" ) ( \"FLeturque\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"VilleArras\" ) ( \"ledauphine\" ) ( \"EELV\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"f3Alpes\" ) ( \"string15\" ) ( \"Mairiedu11\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"ArielWeilT\" ) ( \"string19\" ) ( \"string20\" ) ( \"IanBrossat\" ) ( \"Luc_Lebon\" ) ( \"string21\" ) ( \"string22\" ) ( \"PuzelatM\" ) ( \"string23\" ) ( \"paris\" ) ( \"string24\" ) ( \"d_restino\" ) ( \"string25\" ) ( \"string26\" ) ( \"Fredhoc\" ) ( \"string27\" ) ( \"Semaest\" ) ( \"string28\" ) ( \"pbloche\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"Libe75\" ) ( \"string34\" ) ( \"string35\" ) ( \"Mairiedu3\" ) ( \"string36\" ) ( \"PAidenbaum\" ) ( \"Paris\" ) ( \"string37\" ) ( \"string38\" ) ( \"string39\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6189", "question": "Which Wikidata entity has the Twitter username \"vpecresse\", and how many Wikipedia language editions feature an article about it?", "sparql": "SELECT ?item ?twitter (COUNT(?article) AS ?sitelinks) WHERE { ?item wdt:P2002 ?twitter . ?article schema:about ?item ; schema:isPartOf ?wikipedia . FILTER(STRSTARTS(STR(?wikipedia), \"https://\")) FILTER(?twitter = \"vpecresse\") } GROUP BY ?item ?twitter ORDER BY ASC(?sitelinks)", "paraphrases": ["Who is the person with the Twitter handle @vpecresse, and across how many Wikipedias is there an article about them?", "Show me the Wikidata item for the Twitter user \"vpecresse\" along with the number of Wikipedia articles about them, sorted by least coverage."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"JoDBC\" ) ( \"string2\" ) ( \"vpecresse\" ) ( \"string3\" ) ( \"RepIDF\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6190", "question": "People who died on September 1, 1967", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(?deathDate >= \"1967-09-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1967-09-01T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who died on September 1, 1967?", "List all individuals whose date of death was exactly September 1, 1967."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1967-09-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1967-09-01T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6191", "question": "What works, discoveries, or institutions were created, published, discovered, or officially opened on September 1, 1967?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1967-09-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1967-09-01T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities had their inception, publication, discovery, or official opening on September 1, 1967?", "List all items from Wikidata that were founded, published, discovered, or opened on September 1, 1967."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1967-09-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1967-09-01T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6192", "question": "Books by J.K. Rowling, their genres, series, and publication dates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel ?authorLabel ?genreLabel ?seriesLabel ?pubDate WHERE {\n  ?author rdfs:label \"J. K. Rowling\" @en .\n  ?book wdt:P50 ?author .\n  ?book wdt:P31 ?type .\n  FILTER(?type IN(wd:Q571 , wd:Q7725634))\n  OPTIONAL {\n    ?book wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n    FILTER(LANG(?genreLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?book wdt:P179 ?series .\n    ?series rdfs:label ?seriesLabel .\n    FILTER(LANG(?seriesLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?book wdt:P577 ?pubDate .\n  }\n}", "paraphrases": ["What are the books written by J.K. Rowling, their genres, the series they belong to, and when were they published?", "List all literary works by J.K. Rowling along with their genres, series, and publication dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var2 ?var6Label \"string1\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P179> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_6193", "question": "Image of Frank Harris with SNAC ARK ID w6ht2qgg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ht2qgg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6ht2qgg?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6ht2qgg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ht2qgg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6194", "question": "What is the English Wikipedia page and Rotten Tomatoes ID for the film with IMDb ID tt0061619, and what awards did it win?", "sparql": "SELECT ?wikipediaPage ?rottenTomatoesId ?award WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 \"tt0061619\" . OPTIONAL { ?wikipediaPage schema:about ?film ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } OPTIONAL { ?film p:P166 ?awardStatement . ?awardStatement ps:P166 ?awardItem . ?awardItem rdfs:label ?award . FILTER (LANG(?award) = \"en\") . } OPTIONAL { ?film wdt:P1258 ?rottenTomatoesId . } }", "paraphrases": ["Can you find the English Wikipedia link and Rotten Tomatoes identifier for the movie El Dorado (1966), and list any awards it received in English?", "Please provide the English Wikipedia page, Rotten Tomatoes ID, and any English-language awards for the film identified by IMDb ID tt0061619."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var4 <http://www.wikidata.org/prop/direct/P345> ?var5 . OPTIONAL { ?var1 <http://schema.org/about> ?var4 . ?var1 <http://schema.org/inLanguage> \"en\". ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P166> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P166> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1258> ?var2 . } FILTER ( ( ( ?var5 = \"tt0061619\" ) ) ) . }"}}
{"id": "val_6195", "question": "What is the Japanese description of Hitsuji-jinja (Nagoya)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?description WHERE {\n  wd:Q22120105 schema:description ?description .\n  FILTER(LANG(?description) = \"ja\")\n}", "paraphrases": ["How is Hitsuji-jinja (Nagoya) described in Japanese?", "Can you show me the Japanese text that describes Hitsuji-jinja in Nagoya?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q22120105> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_6196", "question": "Image of James Kelman with SNAC ARK ID w6934dtw", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6934dtw\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the Scottish writer James Kelman, identified by the SNAC ARK ID w6934dtw?", "Show me the Commons image associated with James Kelman\u2019s SNAC ARK ID w6934dtw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6934dtw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6197", "question": "What are the youth wings of political parties and organizations, and what are their English labels?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?organization ?organizationLabel ?youthWing ?youthWingLabel WHERE {\n  ?organization wdt:P4379 ?youthWing .\n  OPTIONAL {\n    ?organization rdfs:label ?organizationLabel .\n    FILTER(LANG(?organizationLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?youthWing rdfs:label ?youthWingLabel .\n    FILTER(LANG(?youthWingLabel) = \"en\")\n  }\n}\nLIMIT 1000", "paraphrases": ["List organizations and their youth wings in English.", "Show me the organizations that have youth wings along with the names of those youth wings in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4379> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_6198", "question": "What events or organizations has Andy Mabbett participated in or been associated with, and where are they located?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?image ?entity ?entityLabel ?location ?propertyLabel WHERE {\n  wd:Q15136093 ?directClaim ?entity .\n  ?propertyItem wikibase:directClaim ?directClaim .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) {\n    ?entity p:P159 / pq:P625 ?location .\n  } UNION {\n    ?entity wdt:P276 ?locationItem .\n    ?locationItem wdt:P625 ?location .\n  } UNION {\n    ?entity wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}", "paraphrases": ["Show me the names of the events and groups Andy Mabbett is linked to, along with their locations and the nature of his connection (e.g., participant, member), and include any available images.", "Which conferences or organizations connected to Andy Mabbett have geographic coordinates, and what type of relationship does he have with them?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q15136093> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6199", "question": "Japanese citizens without Japanese-language labels in Wikidata", "sparql": "SELECT ?human ?label WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P27 wd:Q17 . FILTER (NOT EXISTS { ?human rdfs:label ?jlabel . FILTER (LANG(?jlabel) = \"ja\") }) . ?human rdfs:label ?label . FILTER (LANG(?label) != \"ja\") } ORDER BY ?human", "paraphrases": ["Which humans who are citizens of Japan do not have a label in Japanese?", "Show me the non-Japanese labels of people who are citizens of Japan but lack a Japanese label."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,fr,en,de,it,es,no,pt,zh\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"ja\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6200", "question": "Organizations that operate ships", "sparql": "SELECT DISTINCT ?organization ?organizationLabel WHERE { ?organization p:P121 ?statement . ?statement ps:P121 wd:Q11446 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") } LIMIT 101", "paraphrases": ["Which navies or military organizations operate ships?", "List the organizations that have ships in their fleet."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P121> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P121> <http://www.wikidata.org/entity/Q11446> . } LIMIT 101"}}
{"id": "val_6201", "question": "Japanese Wikipedia page for Kitanomaru Park", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?page ?title WHERE {\n  ?page schema:about wd:Q1075966 .\n  ?page schema:inLanguage \"ja\" .\n  BIND(STRAFTER(STR(?page) , \"https://ja.wikipedia.org/wiki/\") AS ?title)\n}", "paraphrases": ["What is the Japanese Wikipedia article about Kitanomaru Park?", "Show me the URL and title of the Japanese Wikipedia page about Kitanomaru Park."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q1075966> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_6202", "question": "What are the main topics of Andy Brunning\u2019s works, and what are the titles of those works?", "sparql": "SELECT ?workCount ?mainSubjectLabel ?workLabelShort WHERE { { SELECT ?mainSubject (COUNT(?work) AS ?workCount) WHERE { ?work wdt:P50 wd:Q44476967 . ?work wdt:P921 ?mainSubject . } GROUP BY ?mainSubject ORDER BY DESC(?workCount) } ?mainSubject rdfs:label ?mainSubjectLabel . FILTER(LANG(?mainSubjectLabel) = \"en\") ?work wdt:P50 wd:Q44476967 . ?work wdt:P921 ?mainSubject . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") BIND(SUBSTR(?workLabel, 1, 60) AS ?workLabelShort) }", "paraphrases": ["Which subjects are associated with the works authored by Andy Brunning, and what are the titles of those works?", "List the main subjects of Andy Brunning\u2019s publications along with the shortened titles of the works and how many works are linked to each subject."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q44476967> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q44476967> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6203", "question": "Image of Herbert James Draper (SNAC ARK ID: w6mk7pc4)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6mk7pc4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID \"w6mk7pc4\"?", "Show me the image of the person whose SNAC ARK ID is w6mk7pc4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6mk7pc4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6204", "question": "U.S. citizens with blood type A, their Wikipedia pages, and images.", "sparql": "SELECT DISTINCT ?person ?personLabel ?wikipedia_page (SAMPLE(?image) AS ?sampledImage)\nWHERE {\n  ?person wdt:P27 wd:Q30 .                    # U.S. citizen\n  ?person wdt:P1853 wd:Q19831453 .            # Blood type A\n  ?person rdfs:label ?personLabel .           # Get label\n  FILTER(LANG(?personLabel) = \"en\")           # Only English labels\n  OPTIONAL {\n    ?person wdt:P18 ?image .                  # Image on Commons\n  }\n  OPTIONAL {\n    ?wikipedia_page schema:about ?person .\n    ?wikipedia_page schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nGROUP BY ?person ?personLabel ?wikipedia_page\nLIMIT 100", "paraphrases": ["Who are some U.S. citizens with blood type A, and what are their Wikipedia pages and images on Wikimedia Commons?", "List up to 100 U.S. citizens who have blood type A, along with their English names, Wikipedia links, and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P1853> <http://www.wikidata.org/entity/Q19831453> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 100"}}
{"id": "val_6205", "question": "What are the names of some children listed in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?childLabel ?child WHERE {\n  ?parent wdt:P40 ?child .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list 100 children from Wikidata along with their English labels?", "Who are some individuals in Wikidata who have at least one parent recorded, and what are their names in English?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 100"}}
{"id": "val_6206", "question": "What is the Japanese Wikipedia page for H\u014dden-ch\u014d, Nagoya, and what is its Japanese name?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?wikipediaPage ?label WHERE {\n  ?wikipediaPage schema:about wd:Q24872648 .\n  ?wikipediaPage schema:inLanguage \"ja\" .\n  wd:Q24872648 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"ja\" )\n}", "paraphrases": ["Show the Japanese Wikipedia article and the Japanese label for the place H\u014dden-ch\u014d, Nagoya.", "Find the Japanese-language Wikipedia page about H\u014dden-ch\u014d, Nagoya, and its Japanese label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q24872648> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_6207", "question": "People with blood type A who perform anime songs, their occupations, and Wikipedia links.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?occupationLabel ( SAMPLE( ?image ) AS ?sampledImage ) ?wikipediaPage WHERE {\n  ?person wdt:P1853 wd:Q19831453 .\n  ?work wdt:P136 wd:Q608862 .\n  ?work wdt:P175 ?person .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?person ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?person wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nGROUP BY ?person ?personLabel ?occupationLabel ?wikipediaPage\nLIMIT 300", "paraphrases": ["Who are the singers and voice actors with blood type A that perform anime songs, and what are their occupations and Wikipedia pages?", "List people with blood type A who are performers of anime songs, including their occupations, an image if available, and their English Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1853> <http://www.wikidata.org/entity/Q19831453> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q608862> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 300"}}
{"id": "val_6208", "question": "Which rivers flow into the Mississippi River?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label WHERE {\n  ?var1 wdt:P403 wd:Q1497 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Rivers that drain into the Mississippi River", "List the tributaries of the Mississippi River"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P403> + <http://www.wikidata.org/entity/Q1497> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } LIMIT 1000"}}
{"id": "val_6209", "question": "What properties are used on academic departments in Wikidata, and what are their Russian labels and descriptions?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?entity wdt:P31 / wdt:P279 * wd:Q2467461 .\n  ?entity ?prop ?value .\n  BIND(IRI(REPLACE(STR(?prop) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?property)\n  .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"ru\")\n  .\n  FILTER(LANG(?propertyDescription) = \"ru\")\n}\nLIMIT 100", "paraphrases": ["Show me Russian-language labels and descriptions of properties associated with university departments.", "Which properties describe academic departments, and how are they labeled in Russian?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2467461> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_6210", "question": "Who are the people who have held the position of president, and what are their occupations and countries of citizenship?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?occupationLabel ?countryLabel WHERE {\n  ?person wdt:P39 wd:Q30461 ; wdt:P106 ?occupation ; wdt:P27 ?country .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?personLabel) = 'en')\n  .\n  FILTER(LANG(?occupationLabel) = 'en')\n  .\n  FILTER(LANG(?countryLabel) = 'en')\n}", "paraphrases": ["Presidents, their occupations, and countries of citizenship.", "List all individuals who have been presidents, along with their jobs and nationalities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q30461> ; <http://www.wikidata.org/prop/direct/P106> ?var2 ; <http://www.wikidata.org/prop/direct/P27> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6211", "question": "Who has the Dictionary of Swedish National Biography ID 10763?", "sparql": "SELECT ?person WHERE { ?person wdt:P3217 \"10763\" . } LIMIT 1", "paraphrases": ["Which person is identified by the SBL ID 10763?", "Tell me the name of the person with SBL ID 10763."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3217> \"10763\". } LIMIT 1"}}
{"id": "val_6212", "question": "Proteins with Ensembl IDs and their English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?protein ?label WHERE {\n  ?protein wdt:P705 ?ensId .\n  ?protein rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the English names of proteins that have an Ensembl protein ID?", "List all proteins from Wikidata that are assigned an Ensembl ID, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P705> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_6213", "question": "Who are the notable people born in Castleisland, and what are their birth and death dates?", "sparql": "SELECT ?person ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q1049626 ; wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate } . OPTIONAL { ?person wdt:P570 ?deathDate } }", "paraphrases": ["Can you list people from Castleisland along with their dates of birth and death?", "Which humans were born in Castleisland, Ireland, and when were they born or died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1049626> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6214", "question": "What are the birth and death dates of Ramiro I of Aragon?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q379792 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q379792 wdt:P569 ?birthDate . } OPTIONAL { wd:Q379792 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Ramiro I of Aragon was born and when he died?", "Who was Ramiro I of Aragon, and what are his dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q379792> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6215", "question": "What are the birth and death dates of Hong Gi, the First Lady of South Korea?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q11287136 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q11287136 wdt:P569 ?birthDate . } OPTIONAL { wd:Q11287136 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the English name, birth date, and death date of the person with Wikidata ID Q11287136?", "Provide the life span (birth and death dates) of Hong Gi, along with her name in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q11287136> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6216", "question": "What are the locations and images of the organizations where Tim Berners-Lee has worked?", "sparql": "SELECT DISTINCT ?image ?employer ?employerLabel ?coordinates ?propertyLabel WHERE { wd:Q80 wdt:P108 ?employer . ?employer wdt:P625 ?coordinates . OPTIONAL { ?employer wdt:P18 ?image . } ?employer rdfs:label ?employerLabel . wd:P108 rdfs:label ?propertyLabel . FILTER(LANG(?employerLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") }", "paraphrases": ["Show me the employers of Tim Berners-Lee, their headquarters coordinates, and associated images.", "Which institutions is Tim Berners-Lee affiliated with, and where are they located? Include images if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q42717750> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6217", "question": "Swedish municipalities and their four-digit codes", "sparql": "SELECT ?municipality ?municipalityLabel ?code WHERE { ?municipality wdt:P525 ?code . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What are the English names and municipal codes of all Swedish municipalities?", "List all Swedish municipalities with their official four-digit codes in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P525> ?var2 . }"}}
{"id": "val_6218", "question": "List Wikidata IDs of Czech cultural heritage sites with street addresses.", "sparql": "SELECT (STRAFTER(STR(?item), STR(wd:)) AS ?itemId) WHERE { ?item wdt:P762 [] ; wdt:P669 [] .}", "paraphrases": ["Which Czech cultural heritage items are located on a street?", "Show me the Q-IDs of all heritage sites in the Czech Republic that have a street location assigned in Wikidata."], "info": {"raw_sparql": "SELECT( STRAFTER ( STR ( ?var1 ) , STR ( <http://www.wikidata.org/entity/> ) ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P762> [] ; <http://www.wikidata.org/prop/direct/P669> [] . }"}}
{"id": "val_6219", "question": "Is the main subject of the article \"Respiratory Antiviral Immunity and Immunobiotics...\" a disease?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q37528740 wdt:P921 ?topic .\n  ?topic wdt:P279 * wd:Q12136 .\n}", "paraphrases": ["Does the article on respiratory antiviral immunity and immunobiotics focus on a disease?", "Confirm whether the topic of this article is classified as a disease."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q37528740> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6220", "question": "Number of works citing Hirsch\u2019s 2005 paper on the h-index, grouped by authorship status.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?citationCount) ?hasAuthor WHERE {\n  BIND(wd:Q24537699 AS ?citedWork)\n  ?citingWork wdt:P2860 ?citedWork .\n  BIND(STR(YEAR(?pubDate)) AS ?year)\n  ?citingWork wdt:P577 ?pubDate .\n  OPTIONAL {\n    BIND(IF(EXISTS {\n      ?citingWork wdt:P50 []\n    }\n    , \"has author\" , \"no author\") AS ?hasAuthor)\n  }\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC(?year)", "paraphrases": ["How many academic works cite the original h-index paper by Hirsch, and do they have listed authors?", "Show me the count of works that cite Hirsch\u2019s seminal 2005 paper on the h-index, and indicate whether each has an author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q46831541> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6221", "question": "What is the English title of the 2014 film Chef?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?title WHERE {\n  wd:Q15046490 wdt:P1476 ?title .\n  FILTER(LANGMATCHES(LANG(?title) , \"en\"))\n}", "paraphrases": ["What is the title of the 2014 movie Chef in English?", "What is the English name of the film Chef directed by Jon Favreau?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q15046490> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_6222", "question": "What are some films from Argentina?", "sparql": "SELECT ?filmLabel WHERE { ?film wdt:P495 wd:Q414 ; wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel FILTER(LANG(?filmLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list the English titles of movies that originate from Argentina?", "Show me the names of Argentine films in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } OPTIONAL { } ?var2 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q414> . } LIMIT 100"}}
{"id": "val_6223", "question": "What are the buildings and places in \u0141\u00f3d\u017a, and what images are available for them?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?image WHERE {\n  ?item wdt:P131 wd:Q580 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you list the English-named locations in \u0141\u00f3d\u017a along with their associated Wikimedia Commons images?", "Show me all the entities located in \u0141\u00f3d\u017a, their English names, and the images linked to them on Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q580> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_6224", "question": "What is the English title and description of the Broadway show with IBDB ID 4608?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P1219 \"4608\" .\n  OPTIONAL {\n    ?item schema:description ?desc FILTER ( LANG( ?desc ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me about the musical \"I Married an Angel\" from the Internet Broadway Database?", "Show me the details (title and description in English) of the Broadway production identified by IBDB show ID 4608."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1219> \"4607\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6225", "question": "Who is the spouse of Gottfrid Adlerz?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?spouse ?spouseLabel WHERE {\n  ?spouse p:P26 ?statement .\n  ?statement ps:P26 wd:Q5542913 .\n  OPTIONAL {\n    ?spouse rdfs:label ?spouseLabel .\n    FILTER(LANG(?spouseLabel) = \"en\")\n  }\n}", "paraphrases": ["What is the name of Gottfrid Adlerz\u2019s spouse?", "Can you tell me who Gottfrid Adlerz was married to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P26> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P26> <http://www.wikidata.org/entity/Q5542913> . } LIMIT 101"}}
{"id": "val_6226", "question": "List all programming paradigms in Wikidata.", "sparql": "SELECT ?paradigm ?paradigmLabel WHERE { ?paradigm wdt:P31 wd:Q188267 . ?paradigm rdfs:label ?paradigmLabel . FILTER(LANG(?paradigmLabel) = \"en\")}", "paraphrases": ["What are the known programming paradigms according to Wikidata?", "Can you show me the English names of all items classified as programming paradigms in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q188267> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6227", "question": "Most common Russian family names in Wikidata, ranked by number of people with that surname.", "sparql": "SELECT DISTINCT ?surname ?surnameLabel ( COUNT( DISTINCT ?person ) AS ?count ) WHERE { ?surname wdt:P31 wd:Q101352 . ?surname wdt:P407 wd:Q7737 . ?person wdt:P734 ?surname . ?surname rdfs:label ?surnameLabel . FILTER(LANG(?surnameLabel) = \"en\") } GROUP BY ?surname ?surnameLabel ORDER BY DESC ( ?count )", "paraphrases": ["What are the most frequent Russian surnames, and how many people in Wikidata have each one?", "List Russian family names in descending order of popularity based on how many individuals in Wikidata bear them, along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q7737> . ?var2 <http://www.wikidata.org/prop/direct/P734> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_6228", "question": "Football clubs in Poland with their coordinates", "sparql": "SELECT ?club ?clubLabel ?location WHERE { ?club wdt:P31 wd:Q476028 ; wdt:P17 wd:Q36 ; wdt:P625 ?location . ?club rdfs:label ?clubLabel . FILTER(LANG(?clubLabel) = \"en\") }", "paraphrases": ["What are the names and geographic locations of association football clubs in Poland?", "List the English-named football clubs in Poland along with their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q476028> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> ; <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_6229", "question": "What are some things that have parts, excluding units of measurement, and what are their types?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?type ?typeLabel WHERE {\n  ?item wdt:P527 ?part .\n  OPTIONAL {\n    ?item wdt:P31 ?type\n  }\n  .\n  FILTER NOT EXISTS {\n    ?item wdt:P31 / wdt:P279 * wd:Q47574\n  }\n  .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = 'en')\n  }\n  .\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = 'en')\n  }\n}\nLIMIT 10", "paraphrases": ["Show me entities with components (not units of measurement) along with their English labels and categories.", "List items that consist of parts, but are not units of measure, and provide their names and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P558> [] . MINUS { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q47574> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6230", "question": "Is the entity Q32949263 a human?", "sparql": "ASK WHERE { wd:Q32949263 ( wdt:P31 / wdt:P279* ) wd:Q5 . }", "paraphrases": ["Does Q32949263 belong to the class of humans or any of its subclasses?", "Is Q32949263 classified as a human being?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q32949263> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6231", "question": "Names of cubic centimetre in different languages", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?lang WHERE {\n  wd:Q1022113 rdfs:label ?label .\n  FILTER(LANG(?label) != \"\")\n}\nLIMIT 100", "paraphrases": ["What are the names for \"cubic centimetre\" in various languages?", "Show me how \"cubic centimetre\" is called in other languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { <http://www.wikidata.org/entity/Q1022113> <http://www.wikidata.org/prop/direct/P282> ?var2 . } } LIMIT 100"}}
{"id": "val_6232", "question": "Is Advanced Audio Coding (AAC) a type of human?", "sparql": "ASK WHERE { wd:Q337594 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does the audio format AAC belong to the category of humans or any of its subclasses?", "Confirm whether AAC is classified as a human or a descendant of human in the Wikidata ontology."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q337594> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6233", "question": "Is Rakudo a type of software?", "sparql": "ASK WHERE { wd:Q63629 wdt:P31 ?class . ?class wdt:P279 wd:Q7397 }", "paraphrases": ["Does Rakudo belong to the category of software through its classification as an implementation of a programming language?", "Is Rakudo considered software because it is an implementation of a programming language, which is a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q63629> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6234", "question": "Is HTML::Mason a human or a subclass of human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q1907225 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Is the web application framework HTML::Mason considered a human being?", "Confirm whether HTML::Mason is classified under the category of humans in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1907225> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6235", "question": "Composers and their notable works in English", "sparql": "SELECT ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var2 wdt:P106 wd:Q36834 . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var2Label) = \"en\") . OPTIONAL { ?var2 wdt:P800 ?var3 . ?var3 rdfs:label ?var3Label . FILTER(LANG(?var3Label) = \"en\") . } }", "paraphrases": ["Who are the composers and what are their notable works, with English labels?", "List all composers (in English) along with any notable works they created, also in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { OPTIONAL { } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P800> ?var3 . } }"}}
{"id": "val_6236", "question": "Composers and their notable works with publication dates", "sparql": "SELECT ?composer ?composerLabel ?notableWork ?notableWorkLabel ?publicationDate WHERE { ?composer wdt:P106 wd:Q36834 . ?composer wdt:P800 ?notableWork . ?notableWork wdt:P577 ?publicationDate . ?composer rdfs:label ?composerLabel . ?notableWork rdfs:label ?notableWorkLabel . FILTER(LANG(?composerLabel) = \"en\" || LANG(?composerLabel) = \"\") FILTER(LANG(?notableWorkLabel) = \"en\" || LANG(?notableWorkLabel) = \"\") } LIMIT 10", "paraphrases": ["Which composers have notable works, and when were those works published?", "List composers along with their significant creative works and the years those works were released."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } } LIMIT 1000"}}
{"id": "val_6237", "question": "List of artists with their names.", "sparql": "SELECT ?artist ?artistLabel WHERE { ?artist wdt:P106 wd:Q483501 . ?artist rdfs:label ?artistLabel . FILTER(LANG(?artistLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are some people whose occupation is artist, and what are their names?", "Show me up to 100 artists and their English names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q483501> . } LIMIT 100"}}
{"id": "val_6238", "question": "What are the names of rivers and streams that flow into the Cumberland River?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?watercourse ?watercourseLabel WHERE {\n  ?watercourse wdt:P403 wd:Q1143718 .\n  ?watercourse ( wdt:P31 / wdt:P279 * ) wd:Q355304 .\n  ?watercourse rdfs:label ?watercourseLabel .\n  FILTER ( LANG( ?watercourseLabel ) = \"en\" )\n}", "paraphrases": ["Which watercourses drain into the Cumberland River in Kentucky and Tennessee?", "List the tributaries of the Cumberland River with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q1143718> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6239", "question": "Who are some actors, politicians, and restaurateurs listed on Wikidata?", "sparql": "SELECT ?item ?itemLabel WHERE { VALUES ?occupation { wd:Q33999 wd:Q82955 wd:Q3427922 } ?item wdt:P31 wd:Q5 ; wdt:P106 ?occupation . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 10", "paraphrases": ["List people whose occupations are actor, politician, or restaurateur.", "Show me English-labeled individuals who are directly identified as actors, politicians, or restaurateurs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P106> / <http://www.wikidata.org/prop/statement/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33999> , <http://www.wikidata.org/entity/Q82955> , <http://www.wikidata.org/entity/Q3427922> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_6240", "question": "Who were the Prime Ministers of the United Kingdom, when did their terms start and end, and who did they replace or get replaced by?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?primeMinister ?startDate ?endDate ?predecessor ?successor WHERE {\n  ?primeMinister wdt:P31 wd:Q5 .\n  ?primeMinister p:P39 ?position .\n  ?position ps:P39 wd:Q14211 .\n  OPTIONAL {\n    ?position pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?position pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?position pq:P1365 ?predecessor .\n  }\n  OPTIONAL {\n    ?position pq:P1366 ?successor .\n  }\n}\nORDER BY DESC ( ?startDate )", "paraphrases": ["List the UK Prime Ministers in reverse chronological order, along with their term start and end dates, and their predecessors and successors.", "Show the succession line of UK Prime Ministers, including who held office, when, and who came before and after them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q14211> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_6241", "question": "List all sovereign states with their English names.", "sparql": "SELECT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q3624078 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY ?countryLabel", "paraphrases": ["What are the names of all countries in English?", "Can you provide an alphabetically sorted list of all sovereign nations with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_6242", "question": "What properties are used by Ludlow Typograph, and what are their values and labels in English?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?object) AS ?count) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q730247 ?property ?object . ?object rdfs:label ?objectLabel . FILTER(LANG(?objectLabel) = \"en\") . ?propEntity wikibase:directClaim ?property . ?propEntity rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") . } GROUP BY ?property", "paraphrases": ["For each property connected to Ludlow Typograph, what is its English label, how many times is it used, and what are the English labels of its objects?", "Show me a summary of all English-labeled properties of Ludlow Typograph, including the count of objects and the object labels."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q730247> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_6243", "question": "What are the coordinates of Alderley Edge Mines and the county it is located in?", "sparql": "SELECT ?mineCoordinates ?countyCoordinates WHERE { wd:Q19587065 wdt:P625 ?mineCoordinates . wd:Q19587065 wdt:P7959 ?county . ?county wdt:P625 ?countyCoordinates . }", "paraphrases": ["Show the geographic location of Alderley Edge Mines along with the coordinates of its historic county, Cheshire.", "Where is Alderley Edge Mines located, and where is the historic county of Cheshire centered?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q19587065> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q19587065> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_6244", "question": "Wikidata classes equivalent to Schema.org classes", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikidataClass ?schemaOrgClass WHERE {\n  ?wikidataClass wdt:P1709 ?schemaOrgClass .\n  FILTER ( REGEX( STR( ?schemaOrgClass ) , \"schema.org\" ) )\n}", "paraphrases": ["Which Wikidata categories are mapped to Schema.org classes?", "List the Wikidata items and their corresponding Schema.org URIs for classes that are considered equivalent."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { SELECT ?var2 ( <http://www.wikidata.org/prop/direct/P1709> AS ?var3 ) ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1709> ?var1 . FILTER ( ( REGEX ( STR ( ?var1 ) , \"schema.org\" ) ) ) . } } }"}}
{"id": "val_6245", "question": "Which taxa are classified at the subclass rank, and what are their parent taxa?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?taxon ?parent WHERE {\n  ?taxon wdt:P105 wd:Q5867051 .\n  ?taxon wdt:P171 ?parent .\n}", "paraphrases": ["Taxa with rank subclass and their parent taxa", "Show me all organisms classified as subclass and their higher taxonomic groups"], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( \"Cash['\", STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) , \"string1\" ) AS ?var2 )( CONCAT ( \"string2\", STRAFTER ( STR ( ?var3 ) , \"/entity/\" ) , \"' }\" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q5867051> . ?var1 <http://www.wikidata.org/prop/direct/P171> ?var3 . }"}}
{"id": "val_6246", "question": "Which French media outlets on Twitter have the fewest Wikipedia articles?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item .\n  VALUES ?twitterHandle {\n    \"le_gorafi\" \"Lesjoursfr\" \"top14rugby\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["How many Wikipedia language editions cover the Twitter accounts @le_gorafi, @Lesjoursfr, and @top14rugby, sorted by least coverage?", "List the Twitter accounts le_gorafi, Lesjoursfr, and top14rugby along with how many Wikipedia versions mention them, ordered from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"manchettes\" ) ( \"string3\" ) ( \"briandotjp\" ) ( \"marcsteves\" ) ( \"string4\" ) ( \"netsabes\" ) ( \"Foone\" ) ( \"string5\" ) ( \"Y_saxo\" ) ( \"MaximeHaes\" ) ( \"vpecresse\" ) ( \"Bekouz\" ) ( \"string6\" ) ( \"string7\" ) ( \"g_allegre\" ) ( \"string8\" ) ( \"russeurope\" ) ( \"paldama\" ) ( \"string9\" ) ( \"9253_d\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"W_Chloe\" ) ( \"ChadHusby\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"Lesjoursfr\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"MuslimIQ\" ) ( \"le_gorafi\" ) ( \"dascritch\" ) ( \"cameo\" ) ( \"Chaoborus\" ) ( \"maamyisa\" ) ( \"ash_crow\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"top14rugby\" ) ( \"string26\" ) ( \"flojess5\" ) ( \"benestaar\" ) ( \"MPI_TUM\" ) ( \"Jules78120\" ) ( \"TrizekWP\" ) ( \"nightrose\" ) ( \"_cyanv\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6247", "question": "Which French organizations and individuals have Twitter accounts with usernames Inria, Etalab, CNNum, aprilorg, ow2, LIGLab, SWHeritage, cnll_fr, or rdicosmo?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Inria\" \"Etalab\" \"CNNum\" \"aprilorg\" \"ow2\" \"LIGLab\" \"SWHeritage\" \"cnll_fr\" \"rdicosmo\"\n  }\n}", "paraphrases": ["What Wikidata entities are associated with the Twitter usernames \"Inria\", \"Etalab\", \"CNNum\", \"aprilorg\", \"ow2\", \"LIGLab\", \"SWHeritage\", \"cnll_fr\", and \"rdicosmo\"?", "List the Wikidata items and their Twitter usernames for the following accounts: Inria, Etalab, CNNum, aprilorg, ow2, LIGLab, SWHeritage, cnll_fr, and rdicosmo."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"gt_ll\" ) ( \"string1\" ) ( \"cedricth\" ) ( \"sfermigier\" ) ( \"string2\" ) ( \"ebothorel\" ) ( \"string3\" ) ( \"string4\" ) ( \"Etalab\" ) ( \"CNNum\" ) ( \"string5\" ) ( \"aprilorg\" ) ( \"mounir\" ) ( \"ow2\" ) ( \"string6\" ) ( \"OSS_Paris\" ) ( \"vxjumel\" ) ( \"string7\" ) ( \"aquinetic\" ) ( \"string8\" ) ( \"olberger\" ) ( \"rdicosmo\" ) ( \"string9\" ) ( \"string10\" ) ( \"phpillet\" ) ( \"swheritage\" ) ( \"inria\" ) ( \"LIGLab\" ) ( \"SWHeritage\" ) ( \"Inria\" ) ( \"string11\" ) ( \"cnll_fr\" ) ( \"_CapLibre\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"EIRL_Hisyl\" ) ( \"string17\" ) ( \"smetsjp\" ) ( \"string18\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6248", "question": "How many people have software as their field of work?", "sparql": "SELECT (COUNT(?person) AS ?count) WHERE { ?person wdt:P101 wd:Q7397 .}", "paraphrases": ["What is the number of individuals whose field of work is software?", "Count the number of people who work in the field of software."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q7397> . }"}}
{"id": "val_6249", "question": "Which Wikidata entities have Twitter accounts for Fnac, Les Inrockuptibles, AlloCin\u00e9, Le Figaro, ARTEfr, T\u00e9l\u00e9rama, Paris Match, or Canal+?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Fnac\" \"lesinrocks\" \"allocine\" \"Le_Figaro\" \"ARTEfr\" \"Telerama\" \"ParisMatch\" \"canalplus\" } }", "paraphrases": ["What are the Wikidata items associated with the Twitter handles @Fnac, @lesinrocks, @allocine, @Le_Figaro, @ARTEfr, @Telerama, @ParisMatch, and @canalplus?", "List all entities in Wikidata that are linked to these Twitter usernames: Fnac, lesinrocks, allocine, Le_Figaro, ARTEfr, Telerama, ParisMatch, and canalplus."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"libe\" ) ( \"string2\" ) ( \"CedMaruani\" ) ( \"YoliFuller\" ) ( \"string3\" ) ( \"string4\" ) ( \"Fnac\" ) ( \"lesinrocks\" ) ( \"Rebotini\" ) ( \"allocine\" ) ( \"string5\" ) ( \"Le_Figaro\" ) ( \"ARTEfr\" ) ( \"mycineplus\" ) ( \"Telerama\" ) ( \"string6\" ) ( \"iTunes\" ) ( \"iTunesTV\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"ParisMatch\" ) ( \"lobs\" ) ( \"string11\" ) ( \"string12\" ) ( \"baphometx\" ) ( \"string13\" ) ( \"canalplus\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6250", "question": "Which Wikidata items have Twitter usernames \"MuseeOrsay\", \"fsimode\", \"correards\", \"NASA\", or \"BBCNews\", sorted by number of Wikipedia articles linked to them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  OPTIONAL {\n    ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  }\n  VALUES ?username {\n    \"MuseeOrsay\" \"fsimode\" \"correards\" \"NASA\" \"BBCNews\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter handles like \"MuseeOrsay\" or \"NASA\", and how many Wikipedia pages are linked to each?", "List the entities on Wikidata with Twitter usernames \"MuseeOrsay\", \"fsimode\", \"correards\", \"NASA\", and \"BBCNews\", ordered by how many Wikipedia language editions mention them, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fsimode\" ) ( \"JulCamy\" ) ( \"string1\" ) ( \"string2\" ) ( \"correards\" ) ( \"string3\" ) ( \"string4\" ) ( \"b_porcher\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"MACCRETEIL\" ) ( \"string12\" ) ( \"lio_red\" ) ( \"string13\" ) ( \"MuseeOrsay\" ) ( \"string14\" ) ( \"string15\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6251", "question": "What are the most common properties linking other items to Twickenham Stadium in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q209725 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect the most number of items to Twickenham Stadium, and how many times are they used?", "Show me the properties that are used to reference Twickenham Stadium more than once, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q209725> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6252", "question": "What is the Russian word for the class that Fedorova Natalia Borisovna belongs to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instanceClass ?label WHERE {\n  wd:Q43228536 wdt:P31 ?instanceClass .\n  ?instanceClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"ru\")\n}\nLIMIT 50", "paraphrases": ["Russian label of the type of Fedorova Natalia Borisovna", "Can you tell me the Russian term for the category that Fedorova Natalia Borisovna is an instance of?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q43228536> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ru\" ) ) ) . } LIMIT 50"}}
{"id": "val_6253", "question": "Which Twitter accounts (WorldRugby and FritzALee) have the fewest Wikipedia sitelinks, and how many do they have?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?page ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?page schema:about ?item .\n  FILTER ( CONTAINS( STR( ?page ) , \".wikipedia.org\" ) ) VALUES ?username {\n    \"WorldRugby\" \"FritzALee\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["How many Wikipedia pages are linked to the Twitter accounts @WorldRugby and @FritzALee, and which one has fewer?", "Show me the Wikipedia sitelink counts for the Twitter users WorldRugby and FritzALee, sorted from least to most popular."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"FritzALee\" ) ( \"string1\" ) ( \"ChrisVui_\" ) ( \"string2\" ) ( \"danleo82\" ) ( \"string3\" ) ( \"slimrab89\" ) ( \"string4\" ) ( \"string5\" ) ( \"WorldRugby\" ) ( \"PurePapua\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"tiipaulo\" ) ( \"LugieJ\" ) ( \"p_betham\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"lakijoelee\" ) ( \"orange\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6254", "question": "Image of the person with SNAC ARK ID w65x2rcg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w65x2rcg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w65x2rcg?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w65x2rcg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65x2rcg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6255", "question": "What are the public holidays observed in each country?", "sparql": "SELECT DISTINCT ?country ?holiday ?holidayLabel WHERE { ?country wdt:P31 wd:Q6256 . ?country p:P832 ?holidayStatement . ?holidayStatement ps:P832 ?holiday . ?holiday rdfs:label ?holidayLabel . FILTER(LANG(?holidayLabel) = \"en\") }", "paraphrases": ["Can you list all countries along with the names of their public holidays in English?", "Which holidays are officially recognized as public holidays in sovereign nations?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/P832> ?var2 . }"}}
{"id": "val_6256", "question": "What public holidays are observed in each country?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?holiday ?countryLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P832 ?holiday .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Which countries have which public holidays, and what are the English names of those countries?", "List all public holidays celebrated in every country, along with the English name of the country."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1445650> . ?var1 <http://www.wikidata.org/prop/direct/P832> ?var2 . }"}}
{"id": "val_6257", "question": "What properties are used to associate entities with the HGNC gene symbol (P353) in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?property wd:P353 .\n}\nLIMIT 50", "paraphrases": ["Which properties link to the HGNC gene symbol property (P353) as their object?", "How is the HGNC gene symbol property (P353) referenced in Wikidata\u2019s metadata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 ?var2 <http://www.wikidata.org/prop/direct/P353> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_6258", "question": "Who has the National Library of Spain ID XX1470003?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P950 \"XX1470003\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["What is the English label of the person with the BNE ID XX1470003?", "Show me the English name and description of the person identified by the National Library of Spain ID XX1470003."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P950> \"XX1471760\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6259", "question": "What are the subclasses of aircraft power class in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q20027951 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["Can you list the types of aircraft power classifications and their names?", "Which categories of aircraft are classified based on power generation, and what are they called?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q20027951> AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 ; <http://www.wikidata.org/prop/direct/P279> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6260", "question": "Is Lord Voldemort classified as a human in Wikidata, either directly or through inheritance via subclass relationships?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q176132 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Does Wikidata consider the fictional character Lord Voldemort to be a human?", "Is there a path from Lord Voldemort to human in Wikidata\u2019s classification hierarchy using instance of and subclass of relationships?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1029086> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6261", "question": "Chilean people executed by capital punishment with Spanish labels and their death dates.", "sparql": "SELECT ?personLabel ?mannerOfDeathLabel ?dateOfDeath WHERE { ?person wdt:P27 wd:Q298 . ?person wdt:P1196 wd:Q8454 . ?person wdt:P570 ?dateOfDeath . ?person rdfs:label ?personLabel . wd:Q8454 rdfs:label ?mannerOfDeathLabel . FILTER(LANG(?personLabel) = \"es\") FILTER(LANG(?mannerOfDeathLabel) = \"es\") }", "paraphrases": ["Who are the Chilean citizens who were executed by capital punishment, and what were their Spanish names and dates of death?", "List the Spanish names, manner of death (in Spanish), and dates of death for people from Chile who were executed."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . ?var4 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q298> . ?var5 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q298> . ?var5 <http://www.wikidata.org/prop/direct/P1196> <http://www.wikidata.org/entity/Q8454> . ?var5 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P1196> ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . }"}}
{"id": "val_6262", "question": "Who has the Twitter username \"xavmira\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?username WHERE {\n  ?item wdt:P2002 ?username .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) VALUES ?username {\n    \"xavmira\"\n  }\n}", "paraphrases": ["Which Wikidata item is associated with the Twitter handle xavmira?", "Find the person on Wikidata whose X (Twitter) username is xavmira, and show their name and username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"xavmira\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6263", "question": "What are all the subclasses of collection?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass WHERE {\n  ?subclass wdt:P279 * wd:Q2668072 .\n}", "paraphrases": ["What types of collections exist as subclasses of collection in Wikidata?", "List all the subclasses of the concept 'collection'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q2668072> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_6264", "question": "Film with elCinema ID 1006422", "sparql": "SELECT ?film WHERE { ?film wdt:P3135 \"1006422\" . }", "paraphrases": ["Which film has the elCinema ID 1006422?", "Show me the Wikidata entry for the movie identified by elCinema ID 1006422."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"1006422\". }"}}
{"id": "val_6265", "question": "Image of Charles Robert Sherman with SNAC ARK ID w63r290t", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w63r290t\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with Charles Robert Sherman, identified by SNAC ARK ID w63r290t?", "Show me the image of the person whose SNAC ARK ID is w63r290t."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63r290t\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6266", "question": "What properties are used to link entities to the University of Illinois Urbana\u2013Champaign?", "sparql": "SELECT DISTINCT ?propItem ?propItemLabel ?propItemDescription WHERE { ?item ?prop wd:Q457281 . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propItem) . ?propItem a wikibase:Property . ?propItem rdfs:label ?propItemLabel . ?propItem schema:description ?propItemDescription . FILTER(LANG(?propItemLabel) = \"en\") FILTER(LANG(?propItemDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties in Wikidata connect people or organizations to the University of Illinois Urbana\u2013Champaign, and what do they mean in English?", "List the English labels and descriptions of all properties that are used to relate any entity to the University of Illinois Urbana\u2013Champaign."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q457281> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_6267", "question": "What is the most recent estimated population of Russia?", "sparql": "SELECT ?populationValue ?time WHERE { wd:Q159 p:P1082 ?statement . ?statement ps:P1082 ?populationValue . ?statement pq:P585 ?time . } ORDER BY DESC(?time) LIMIT 1", "paraphrases": ["According to Wikidata, what was Russia's population in 2025?", "Can you tell me the latest population figure for Russia, including the year it was estimated?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q159> <http://www.wikidata.org/prop/P1082> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P1082> ?var2 . }"}}
{"id": "val_6268", "question": "Finnish-labeled subclasses in Wikidata", "sparql": "SELECT ?class ?label ?desc WHERE { ?class wdt:P279 ?parent . ?class rdfs:label ?label . ?class schema:description ?desc . FILTER(LANG(?label) = \"fi\") FILTER(LANG(?desc) = \"fi\") } LIMIT 100", "paraphrases": ["What are the subclasses in Wikidata that have Finnish labels and descriptions?", "List classes that are subclasses of other classes and have Finnish labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fi\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fi\" ) ) ) . } LIMIT 100"}}
{"id": "val_6269", "question": "How many urban areas (t\u00e4tort) and minor localities (sm\u00e5ort) in Sweden are associated with provinces versus those that aren't?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?hasProvince ( COUNT( ?item ) AS ?totalCount ) ( SUM( ?isT\u00e4tort ) AS ?t\u00e4tortCount ) ( SUM( ?isSm\u00e5ort ) AS ?sm\u00e5ortCount ) WHERE {\n  VALUES ?type {\n    wd:Q14839548 wd:Q12813115\n  }\n  ?item wdt:P31 ?type .\n  ?item wdt:P17 wd:Q34 .\n  OPTIONAL {\n    ?item wdt:P131 ?province .\n    ?province wdt:P31 wd:Q193556 .\n  }\n  BIND( IF( BOUND( ?province ) , \"has province\" , \"no province\" ) AS ?hasProvince ) BIND( IF( ?type = wd:Q12813115 , 1 , 0 ) AS ?isT\u00e4tort ) BIND( IF( ?type = wd:Q14839548 , 1 , 0 ) AS ?isSm\u00e5ort )\n}\nGROUP BY ?hasProvince", "paraphrases": ["Break down the count of Swedish t\u00e4tort and sm\u00e5ort by whether they are located within a province.", "Show me the distribution of Sweden\u2019s urban and minor localities, split by whether they have a provincial affiliation, including how many of each type fall into each group."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 )( SUM ( ?var4 ) AS ?var5 )( SUM ( ?var6 ) AS ?var7 ) WHERE { { BIND ( IF ( ( ?var8 = <http://www.wikidata.org/entity/Q14839548> ),\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ). BIND ( IF ( ( ?var8 = <http://www.wikidata.org/entity/Q12813115> ),\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). BIND ( IF ( BOUND ( ?var9 ) , \"string1\", \"string2\" ) AS ?var1 ). } { VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q14839548> ) ( <http://www.wikidata.org/entity/Q12813115> ) } ?var2 <http://www.wikidata.org/prop/direct/P31> ?var8 . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P131> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q193556> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } } GROUP BY ?var1"}}
{"id": "val_6270", "question": "What artworks did Vincent van Gogh create, and which museums or collections hold them?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artwork ?collection WHERE {\n  ?artwork wdt:P170 wd:Q5582 .\n  ?artwork wdt:P195 ?collection .\n}\nLIMIT 100", "paraphrases": ["Which collections contain paintings by Vincent van Gogh?", "Can you list Vincent van Gogh\u2019s artworks along with the institutions that currently hold them?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q5582> . ?var1 <http://www.wikidata.org/prop/P195> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6271", "question": "Which Wikidata entities have the Twitter usernames \"airbnb\" or \"AFP\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"airbnb\" \"AFP\"\n  }\n}", "paraphrases": ["Can you find the organizations on Wikidata that use \"airbnb\" or \"AFP\" as their Twitter handle?", "Show me the entities linked to the Twitter accounts @airbnb and @AFP."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"ValierP\" ) ( \"string1\" ) ( \"SebYlonen\" ) ( \"string2\" ) ( \"maxmoisand\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"L_Blc24\" ) ( \"string6\" ) ( \"string7\" ) ( \"AJPHockey\" ) ( \"airbnb\" ) ( \"SwissHabs\" ) ( \"UBBrugby\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"afp\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6272", "question": "What is the Twitter/X username \"CNEWS\" associated with, and how many Wikipedia pages does it have?", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"CNEWS\" } . ?site schema:about ?item ; schema:isPartOf ?wiki . } GROUP BY ?item ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Which organization or entity uses \"CNEWS\" as its Twitter handle, and how many language versions of its Wikipedia page exist?", "Find the entity with the Twitter username CNEWS and list the number of its Wikipedia sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"CNEWS\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6273", "question": "Which French organizations have Twitter accounts among HSP_Amiens, FCNantes, AmiensSC, LesEchos, Prefet80, VilleArras, F3nord, F3Picardie, and Alain_Gest, and how many Wikipedia pages link to them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  ?sitelink schema:about ?item .\n  FILTER ( STRSTARTS( STR( ?sitelink ) , \"http\" ) ) VALUES ?twitterUsername {\n    \"string1\" \"HSP_Amiens\" \"FCNantes\" \"AmiensSC\" \"string2\" \"string3\" \"string4\" \"NLavallard\" \"string5\" \"string6\" \"F3nord\" \"F3Picardie\" \"string7\" \"VilleArras\" \"LesEchos\" \"string8\" \"string9\" \"string10\" \"string11\" \"string12\" \"Alain_Gest\" \"Prefet80\" \"Ville_gouv\"\n  }\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["What are the Twitter usernames from the list including FCNantes, AmiensSC, and LesEchos that exist on Wikidata, and how many Wikipedia language versions are there for each associated entity?", "Show me the entities on Wikidata that have Twitter usernames like FCNantes, AmiensSC, or LesEchos, along with the number of Wikipedia sitelinks they have, sorted by least to most links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"HSP_Amiens\" ) ( \"FCNantes\" ) ( \"AmiensSC\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"NLavallard\" ) ( \"string5\" ) ( \"string6\" ) ( \"F3nord\" ) ( \"F3Picardie\" ) ( \"string7\" ) ( \"VilleArras\" ) ( \"LesEchos\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"Alain_Gest\" ) ( \"Prefet80\" ) ( \"Ville_gouv\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6274", "question": "Swedish municipalities with more than one sm\u00e5ort (minor locality), sorted by number of localities descending.", "sparql": "SELECT ?municipality ?municipalityLabel ( COUNT( ?minorLocality ) AS ?count ) WHERE { ?minorLocality wdt:P31 wd:Q14839548 . ?minorLocality wdt:P17 wd:Q34 . ?minorLocality wdt:P131 ?municipality . ?municipality wdt:P31 wd:Q127448 . ?municipality rdfs:label ?municipalityLabel . FILTER ( LANG( ?municipalityLabel ) = \"sv\" ) } GROUP BY ?municipality ?municipalityLabel HAVING ( COUNT( ?minorLocality ) > 1 ) ORDER BY DESC( ?count ) ASC( ?municipalityLabel )", "paraphrases": ["Which Swedish municipalities contain more than one minor locality, and how many do they each have?", "List all Swedish municipalities that have at least two minor localities, showing the municipality name and the count of such localities, ordered by highest count first."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14839548> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q127448> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var4 ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )ASC( ?var1Label )"}}
{"id": "val_6275", "question": "Which organizations in Lyon have Twitter accounts named \"grandlyon\", \"Le_Progres\", or \"macLyon\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"grandlyon\" \"Le_Progres\" \"macLyon\" } }", "paraphrases": ["What Wikidata items are associated with the Twitter handles grandlyon, Le_Progres, and macLyon?", "Show me the entities on Wikidata that use \"grandlyon\", \"Le_Progres\", or \"macLyon\" as their Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"grandlyon\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"KAYAK_FR\" ) ( \"Le_Progres\" ) ( \"KAYAK\" ) ( \"string5\" ) ( \"SecoursPop\" ) ( \"string6\" ) ( \"string7\" ) ( \"ALEC_Lyon\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"macLyon\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6276", "question": "Which organizations or people on Wikidata have Twitter accounts \"Herve_This\", \"Europe1\", \"Conforama\", \"afpfr\", or \"Meetup\", and how many Wikipedia pages link to them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) ) VALUES ?twitterHandle {\n    \"Herve_This\" \"Europe1\" \"Conforama\" \"afpfr\" \"Meetup\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Can you list the Wikidata items for the Twitter handles Herve_This, Europe1, Conforama, afpfr, and Meetup, sorted by the number of Wikipedia articles about them?", "Show me the Wikidata entities corresponding to these Twitter usernames \u2014 Herve_This, Europe1, Conforama, afpfr, and Meetup \u2014 along with their Wikipedia sitelink counts, ordered from least to most popular."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"CGdrawing\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"ornikkar\" ) ( \"SciHiBlog\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"cdf1530\" ) ( \"Melusine_2\" ) ( \"LCP\" ) ( \"string8\" ) ( \"JLMPiraux\" ) ( \"Beautyon_\" ) ( \"fredlemr\" ) ( \"didumdida\" ) ( \"DB_Bahn\" ) ( \"afpfr\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"Herve_This\" ) ( \"string12\" ) ( \"collemyria\" ) ( \"string13\" ) ( \"skaeptisch\" ) ( \"pierrebrt\" ) ( \"benestaar\" ) ( \"string14\" ) ( \"string15\" ) ( \"Jean_no\" ) ( \"string16\" ) ( \"Meetup\" ) ( \"hatonjan\" ) ( \"Conforama\" ) ( \"tnoisette\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"Wikinade\" ) ( \"string20\" ) ( \"Europe1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6277", "question": "List all music albums with their titles.", "sparql": "SELECT DISTINCT ?album ?albumLabel WHERE { ?album wdt:P31 wd:Q482994 . ?album rdfs:label ?albumLabel . } ORDER BY ASC(?albumLabel)", "paraphrases": ["What are the names of all albums in Wikidata?", "Show me a sorted list of all albums and their titles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6278", "question": "Top main subjects of works by Katharine Jeannette Bush, with work counts and truncated titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel ?workLabelTruncated WHERE {\n  {\n    SELECT ?subject ( COUNT( ?work ) AS ?count ) WHERE {\n      ?work wdt:P50 wd:Q6376201 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC ( ?count )\n  }\n  ?work wdt:P50 wd:Q6376201 .\n  ?work wdt:P921 ?subject .\n  ?subject rdfs:label ?subjectLabel .\n  FILTER ( LANG( ?subjectLabel ) = \"en\" ) ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) BIND( SUBSTR( ?workLabel , 1 , 60 ) AS ?workLabelTruncated )\n}", "paraphrases": ["What are the main subjects of the scientific works authored by Katharine Jeannette Bush, how many works are there per subject, and what are the truncated titles of those works?", "Show me the count of works by Katharine Jeannette Bush grouped by their main subject, along with the subject\u2019s name and the first 60 characters of each work\u2019s title."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q6376201> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q6376201> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6279", "question": "What are all the music organizations and their subclasses in English?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31/wdt:P279*) wd:Q32178211 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["List all entities that are instances of a music organization or any of its subclasses, along with their English labels.", "Can you show me the names of all music-related organizations and their subtypes in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/prop/direct/P31> AS ?var2 ). BIND ( <http://www.wikidata.org/prop/direct/P27> AS ?var3 ). BIND ( <http://www.wikidata.org/prop/direct/P2308> AS ?var4 ). BIND ( <http://www.wikidata.org/prop/direct/P279> AS ?var5 ). BIND ( <http://www.wikidata.org/entity/Q32178211> AS ?var6 ). BIND ( <http://www.wikidata.org/entity/Q5> AS ?var7 ). BIND ( <http://www.wikidata.org/entity/Q801> AS ?var8 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he, en\". } }"}}
{"id": "val_6280", "question": "What movie has the IMDb ID tt1298644?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt1298644\" . } ORDER BY ASC(?movie)", "paraphrases": ["Which Wikidata item corresponds to the IMDb identifier tt1298644?", "Find the movie in Wikidata that is identified by the IMDb ID tt1298644."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1298644\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_6281", "question": "List civil parishes in Wales with their English names, geographic coordinates, and Freebase IDs.", "sparql": "SELECT DISTINCT ?label ?latitude ?longitude ?freebaseId WHERE { ?community (wdt:P31/wdt:P279*) wd:Q2630741 . ?community p:P625 ?statement . ?statement psv:P625 ?coordinateValue . ?coordinateValue wikibase:geoLatitude ?latitude . ?coordinateValue wikibase:geoLongitude ?longitude . ?community wdt:P646 ?freebaseId . OPTIONAL { ?community rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } ORDER BY ASC(?label)", "paraphrases": ["What are the English names, latitude, longitude, and Freebase IDs of all civil parishes in Wales?", "Can you provide the coordinates and Freebase identifiers for every civil parish in Wales, along with their English labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2630741> . ?var5 <http://www.wikidata.org/prop/direct/P625> ?var6 . ?var5 <http://www.wikidata.org/prop/P625> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/value/P625> ?var8 . ?var8 <http://wikiba.se/ontology#geoLatitude> ?var2 . ?var8 <http://wikiba.se/ontology#geoLongitude> ?var3 . ?var5 <http://www.wikidata.org/prop/direct/P646> ?var4 . OPTIONAL { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6282", "question": "Who are the people or groups that have India as their ancestral home?", "sparql": "SELECT ?entity ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?entity p:P66 ?statement . ?statement ps:P66 wd:Q668 . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier true . } } GROUP BY ?entity ?statement", "paraphrases": ["Can you list all entities linked to India through ancestral home, along with their statement identifiers?", "Are there any qualifiers (like time or reason) attached to claims about ancestral home in India?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P66> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/P66> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6283", "question": "Image of Annette Kolb with SNAC ARK ID w6kh4qss", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6kh4qss\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Annette Kolb in Wikidata, given her SNAC ARK ID is w6kh4qss?", "Show me the Wikimedia Commons image of the person identified by the SNAC ARK ID w6kh4qss."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6kh4qss\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6284", "question": "What are the coordinates of St Mary's Church in Summerstown and the administrative area it is located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?churchCoords ?adminCoords WHERE {\n  wd:Q7594429 wdt:P625 ?churchCoords .\n  OPTIONAL {\n    wd:Q7594429 wdt:P131 ?adminArea .\n    ?adminArea wdt:P625 ?adminCoords .\n  }\n}", "paraphrases": ["Where is St Mary's Church located, and where is the center of the borough it belongs to?", "Show the exact location of St Mary's Church and the location of its administrative region in London."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q7594429> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q7594429> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_6285", "question": "Current members of the 12th National Assembly of Zambia, their constituencies, political parties, gender, and reference URLs.", "sparql": "SELECT ?person ?name ?constituency ?party ?gender ?reference WHERE { VALUES ?person { wd:Q7532178 wd:Q45383152 } ?person p:P39 ?statement . ?statement ps:P39 wd:Q18607856 ; pq:P2937 wd:Q45380990 . FILTER NOT EXISTS { ?statement pq:P582 [] . } OPTIONAL { ?statement pq:P768 ?constituency . } OPTIONAL { ?statement pq:P4100 ?party . } OPTIONAL { ?person wdt:P21 ?gender . } OPTIONAL { ?statement prov:wasDerivedFrom [ pr:P854 ?reference ] . } ?person rdfs:label ?name . FILTER(LANG(?name) = \"en\")}", "paraphrases": ["Who are the current members of the National Assembly of Zambia from the 12th term, and what are their constituencies, political parties, genders, and official reference links?", "List the English names, electoral districts, political parties, genders, and reference URLs of all current members of the 12th National Assembly of Zambia, specifically Hastings Chansa and Situmbeko Musokotwane."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q7532178> ) ( <http://www.wikidata.org/entity/Q45383152> ) } ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q18607856> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q45380990> . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/qualifier/P582> [] . } ) ) . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P973> / <http://www.wikidata.org/prop/qualifier/P1810> ) ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var5 . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var10 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var10 . } OPTIONAL { ?var8 ( <http://www.wikidata.org/prop/qualifier/P4100> | <http://www.wikidata.org/prop/qualifier/P102> ) ?var4 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P768> ?var3 . } OPTIONAL { ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var7 ] . } BIND ( COALESCE ( ?var9 , ?var11 ) AS ?var2 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var11 . FILTER ( ( ( LANG ( ?var11 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var14 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } }"}}
{"id": "val_6286", "question": "Which Wikidata items have Twitter usernames like wikidata, mjg59, or cmccrudden?", "sparql": "SELECT ?item ?twitter WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"wikidata\" \"mjg59\" \"cmccrudden\" \"DrJenBaker\" \"Valeurs\" \"ash_crow\" \"Ludovic_P_\" \"Pyb75\" \"Venefice\" \"Noko_Bruce\" \"Oujevipo\" \"Authueil\" \"ynabeat\" \"bismatoj\" \"PoulpyWP\" } } ORDER BY ?twitter", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter accounts such as DrJenBaker, Valeurs, or ash_crow?", "List all entities in Wikidata that are linked to the Twitter usernames: wikidata, mjg59, cmccrudden, DrJenBaker, Valeurs, ash_crow, Ludovic_P_, Pyb75, Venefice, Noko_Bruce, Oujevipo, Authueil, ynabeat, bismatoj, and PoulpyWP, sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"wikidata\" ) ( \"ynabeat\" ) ( \"pepepegle\" ) ( \"koemgun\" ) ( \"string4\" ) ( \"ferocias\" ) ( \"string5\" ) ( \"nitot\" ) ( \"Circlepay\" ) ( \"string6\" ) ( \"ash_crow\" ) ( \"DrJenBaker\" ) ( \"xnulz\" ) ( \"lesinrocks\" ) ( \"mjg59\" ) ( \"Venefice\" ) ( \"Noko_Bruce\" ) ( \"string7\" ) ( \"Oujevipo\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"Pyb75\" ) ( \"K_rho\" ) ( \"string13\" ) ( \"string14\" ) ( \"wef\" ) ( \"Authueil\" ) ( \"valeurs\" ) ( \"Valeurs\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"Ludovic_P_\" ) ( \"string18\" ) ( \"PoulpyWP\" ) ( \"string19\" ) ( \"bismatoj\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"cmccrudden\" ) ( \"string24\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6287", "question": "Current members of the 11th Tanzanian Parliament with reference URLs from parliament.go.tz, including their birth year, parliamentary group, and electoral district.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?referenceUrl ?birthYear ?party ?parliamentaryGroup ?electoralDistrict WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q17599130 ; pq:P2937 wd:Q46952785 .\n  FILTER(NOT EXISTS {\n    ?statement pq:P582 []\n  })\n  OPTIONAL {\n    ?statement prov:wasDerivedFrom [ pr:P854 ?referenceUrl ] .\n  }\n  FILTER(! BOUND(?referenceUrl) || STRSTARTS(?referenceUrl , \"https://www.parliament.go.tz\"))\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n    BIND(SUBSTR(STR(?birthDate) , 1 , 4) AS ?birthYear)\n  }\n  OPTIONAL {\n    ?statement pq:P102 ?party .\n  }\n  OPTIONAL {\n    ?statement pq:P4100 ?parliamentaryGroup .\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?electoralDistrict .\n  }\n  OPTIONAL {\n    ?person wdt:P973 ?website .\n  }\n}", "paraphrases": ["Who are the current members of the National Assembly of Tanzania in the 11th Parliament, and what are their birth years, parliamentary groups, electoral districts, and reference URLs?", "List all currently serving members of the Tanzanian National Assembly during the 11th parliamentary term, along with their birth years, party affiliations, constituencies, and official reference URLs from the parliament website."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q17599130> ; <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q46952785> . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/qualifier/P582> [] . } ) ) . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/P973> / <http://www.wikidata.org/prop/qualifier/P1810> ) ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var10 . } OPTIONAL { BIND ( SUBSTR ( STR ( ?var11 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var11 . } OPTIONAL { ?var8 ( <http://www.wikidata.org/prop/qualifier/P4100> | <http://www.wikidata.org/prop/qualifier/P102> ) ?var12 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P768> ?var13 . } OPTIONAL { ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var7 ] . } BIND ( ?var7 AS ?var14 ). BIND ( COALESCE ( ?var9 , ?var15 ) AS ?var2 ). FILTER ( ( STRSTARTS ( ?var14 , \"string1\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var15 . FILTER ( ( ( LANG ( ?var15 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . } }"}}
{"id": "val_6288", "question": "Film with Scope.dk ID 10829", "sparql": "SELECT ?film ?title WHERE { ?film wdt:P2518 \"10829\" . ?film wdt:P1476 ?title .}", "paraphrases": ["Which film is identified by the Scope.dk ID 10829?", "Can you tell me the title of the film that has the Scope.dk film ID 10829?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"10829\". }"}}
{"id": "val_6289", "question": "What are the most common entities that serve as the part or aspect to which claims apply in Wikidata?", "sparql": "SELECT DISTINCT ?object ?objectLabel WHERE { ?subject wdt:P518 ?object . ?object rdfs:label ?objectLabel . FILTER(LANG(?objectLabel) = \"en\") } LIMIT 11", "paraphrases": ["List 11 examples of things that are referenced as the \"applies to part\" in Wikidata statements.", "Which concepts, locations, or categories are commonly used as the target of \"applies to part\" relationships?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P518> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6290", "question": "Universities attended by Valerie Speirs, with start and end dates and academic degrees.", "sparql": "SELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q46110266 p:P69 ?statement . ?statement ps:P69 ?institution . ?institution rdfs:label ?institutionLabel . FILTER (LANG(?institutionLabel) = \"en\") OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Where did Valerie Speirs study, and when did she attend those institutions? Did she earn any degrees there?", "List the universities Valerie Speirs attended, including the English labels, and if available, the start and end dates of her studies and the academic degrees she obtained."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q46110266> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6291", "question": "Which film has the Cineplex Germany film ID 220129?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3077 \"220129\" .\n}", "paraphrases": ["What is the name of the movie in Wikidata that is identified by the Cineplex ID 220129?", "I need to find the Wikidata item for the film that Cineplex Germany lists under the ID 220129."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"220129\". }"}}
{"id": "val_6292", "question": "Who are the female grandchildren of Swedish writer Sven Lidman, and who is their parent?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?grandchild ?parent WHERE {\n  wd:Q637214 p:P40 / ps:P40 ?parent .\n  ?parent p:P40 / ps:P40 ?grandchild .\n  ?grandchild p:P21 / ps:P21 wd:Q6581072 .\n}\nLIMIT 101", "paraphrases": ["Female grandchildren of Sven Lidman and their mothers/fathers", "List all female grandchildren of Sven Lidman along with the name of their parent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . <http://www.wikidata.org/entity/Q637214> <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> ?var1 . } LIMIT 101"}}
{"id": "val_6293", "question": "Hebrew labels and descriptions of places with geographic coordinates in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coord ?label ?description WHERE {\n  ?place wdt:P625 ?coord .\n  ?place rdfs:label ?label .\n  ?place schema:description ?description .\n  FILTER ( LANG( ?label ) = \"he\" ) .\n  FILTER ( LANG( ?description ) = \"he\" ) .\n}\nLIMIT 100", "paraphrases": ["What places in Wikidata have coordinates and Hebrew-language labels and descriptions?", "Show me up to 100 places with their geographic coordinates, along with their Hebrew names and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P625> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"he\" ) ) ) . } LIMIT 100"}}
{"id": "val_6294", "question": "What artworks, people, or topics are associated with Albert Berg through statements (excluding his occupation), and what are the relationships?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?statement ?property ( SAMPLE( ?qualifier_value ) AS ?qualifier ) WHERE {\n  ?statement ?ps wd:Q5571126 .\n  ?subject ?claim ?statement .\n  ?property wikibase:statementProperty ?ps ; wikibase:claim ?claim .\n  FILTER ( ?property != wd:P31 ) OPTIONAL {\n    ?statement ?qualifier_property ?qualifier_value .\n    ?qualifier_property wikibase:qualifier true .\n  }\n}\nGROUP BY ?subject ?statement ?property", "paraphrases": ["Show all claims made about Albert Berg (e.g., who created his paintings, who are his children), along with any qualifiers on those claims.", "Which entities are linked to Albert Berg via properties other than \"instance of\", and what are those properties?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5571126> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6295", "question": "Who has the Twitter username \"OlivAuriac\"?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  OPTIONAL {\n    ?item wikibase:sitelinks ?sitelinkCount .\n  }\n}\nVALUES ( ?twitter ) {\n  ( \"OlivAuriac\" )\n}", "paraphrases": ["Which Wikidata item is associated with the Twitter handle \"OlivAuriac\"?", "Can you find the person whose Twitter/X username is \"OlivAuriac\", and tell me their Wikidata ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"OlivAuriac\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6296", "question": "Which Wikidata items have the Twitter usernames \"71AGuttig\" or \"thinner24\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"71AGuttig\" \"thinner24\"\n  }\n}", "paraphrases": ["Who are the people on Wikidata with the Twitter handles @71AGuttig and @thinner24?", "Find the Wikidata entries for individuals whose Twitter username is either 71AGuttig or thinner24."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"nasserna99\" ) ( \"mami_4979\" ) ( \"Stephc237\" ) ( \"thinner24\" ) ( \"string4\" ) ( \"Fanseat_FR\" ) ( \"string5\" ) ( \"string6\" ) ( \"71AGuttig\" ) ( \"string7\" ) ( \"string8\" ) ( \"KAchhibat\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6297", "question": "Which entities on Wikidata have Twitter usernames fhollande, NewYorker, LCI, or TF1LeJT?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterUsername WHERE {\n  ?entity wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"fhollande\" \"NewYorker\" \"LCI\" \"TF1LeJT\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @fhollande, @NewYorker, @LCI, or @TF1LeJT?", "List all Wikidata entities that are linked to the Twitter accounts fhollande, NewYorker, LCI, and TF1LeJT."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"LCI\" ) ( \"string2\" ) ( \"PMorand75\" ) ( \"TF1LeJT\" ) ( \"Ju_Arnaud\" ) ( \"string3\" ) ( \"vnataf\" ) ( \"string4\" ) ( \"string5\" ) ( \"zcadiot\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"AFPusa\" ) ( \"string9\" ) ( \"NewYorker\" ) ( \"agindre\" ) ( \"fhollande\" ) ( \"string10\" ) ( \"string11\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6298", "question": "Fictional characters in the German radio drama \"Die gro\u00dfe Reise\"", "sparql": "SELECT ?character ?label WHERE { ?character wdt:P1441 wd:Q46965354 . ?character wdt:P31 wd:Q95074 . ?character rdfs:label ?label . FILTER(LANG(?label) = \"de\") } ORDER BY ?label LIMIT 100", "paraphrases": ["Who are the fictional characters that appear in the audio drama \"Die gro\u00dfe Reise\"?", "List the German-language names of all fictional characters from the radio series \"Die gro\u00dfe Reise\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1441> <http://www.wikidata.org/entity/Q46965354> . } LIMIT 100"}}
{"id": "val_6299", "question": "What are the taxonomic ancestors of Syzygium guineense?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q3644516 wdt:P171 * ?ancestor .\n}", "paraphrases": ["What species or higher taxonomic groups does Syzygium guineense belong to in the biological classification hierarchy?", "List all the parent taxa in the evolutionary lineage of Syzygium guineense, from direct parent up to the broadest group."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3644516> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_6300", "question": "What Wikidata item is associated with the Twitter username \"alexisohanian\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"alexisohanian\"\n  }\n}", "paraphrases": ["Who has the Twitter handle @alexisohanian on Wikidata?", "Find the person or entity on Wikidata that uses \"alexisohanian\" as their Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"easyalexis\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6301", "question": "Wikimedia categories that have a main topic and also combine it with another distinct topic.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?category WHERE {\n  ?category wdt:P301 ?mainTopic ; wdt:P971 ?mainTopic , ?otherTopic .\n  FILTER(?mainTopic != ?otherTopic)\n}", "paraphrases": ["Which Wikimedia categories include their main topic along with at least one other different topic?", "List all Wikimedia categories that are defined as intersections of their primary subject and at least one additional subject."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P301> ?var2 ; <http://www.wikidata.org/prop/direct/P971> ?var2 , ?var3 . FILTER ( ( ( STR ( ?var2 ) != STR ( ?var3 ) ) ) ) . }"}}
{"id": "val_6302", "question": "Who are the alumni of SUNY Potsdam?", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P69 wd:Q7603628 . } LIMIT 500", "paraphrases": ["List all people who attended the State University of New York at Potsdam.", "Which humans have State University of New York at Potsdam as their alma mater?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q7603628> . } LIMIT 500"}}
{"id": "val_6303", "question": "What educational institution did Mar\u00eda Elena Medina-Mora Icaza attend, and what was the start and end date of her studies, along with the degree she earned?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?institution ?institutionLabel ?start ?end ?degreeLabel WHERE {\n  wd:Q6003686 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Show the English name of the university where Mar\u00eda Elena Medina-Mora Icaza studied, even if the start date, end date, or degree are not recorded.", "Where did Mar\u00eda Elena Medina-Mora Icaza go to university? Include any available information about when she started, when she finished, and what degree she received, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q28484193> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6304", "question": "What are the most commonly used properties to describe breweries on Wikidata, excluding properties used only once?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property ( COUNT( ?brewery ) AS ?count ) WHERE {\n      ?brewery ?prop wd:Q131734 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING ( ?count > 1 )\n  }\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties link brewery entities to other items most frequently, and how many times are they used?", "Show me the top properties associated with breweries, ordered by usage count, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q131734> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6305", "question": "Which Wikidata items have the Twitter usernames \"NassiraELM\", \"lesinrocks\", \"konbini\", or \"alancelin\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"NassiraELM\" \"lesinrocks\" \"konbini\" \"alancelin\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that use \"NassiraELM\", \"lesinrocks\", \"konbini\", or \"alancelin\" as their Twitter handles?", "List the Wikidata entities linked to the Twitter accounts: NassiraELM, lesinrocks, konbini, and alancelin."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"konbini\" ) ( \"string1\" ) ( \"NassiraELM\" ) ( \"string2\" ) ( \"s_assbague\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"alancelin\" ) ( \"string6\" ) ( \"string7\" ) ( \"Tikitoq\" ) ( \"lesinrocks\" ) ( \"NikiShey\" ) ( \"bast_sam\" ) ( \"Vogelsong\" ) ( \"string8\" ) ( \"VincentMnV\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6306", "question": "Which Wikidata items have Twitter usernames \"JayGameweb\" or \"NassiraELM\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?item ?twitterUsername ?sitelinkCount WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"chaperchez\" \"DarkYudeX\" \"clarinett8\" \"kaaarriiim\" \"Dada_352\" \"JayGameweb\" \"JeanMel78\" \"G_I_G_I75\" \"NassiraELM\"\n  }\n  .\n  OPTIONAL {\n    ?item wikibase:sitelinks ?sitelinkCount\n  }\n}\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Who on Wikidata uses the Twitter handle \"JayGameweb\" or \"NassiraELM\"?", "Show me the Wikidata entities associated with the Twitter usernames: JayGameweb, NassiraELM, DarkYudeX, clarinett8, kaaarriiim, Dada_352, JeanMel78, G_I_G_I75, and chaperchez."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"chaperchez\" ) ( \"string5\" ) ( \"DarkYudeX\" ) ( \"clarinett8\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"kaaarriiim\" ) ( \"Dada_352\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"JayGameweb\" ) ( \"JeanMel78\" ) ( \"string13\" ) ( \"G_I_G_I75\" ) ( \"string14\" ) ( \"string15\" ) ( \"NassiraELM\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6307", "question": "Who are the female prime ministers in the world, and what are their Wikipedia pages and images?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel(SAMPLE(?img) AS ?image) ?wikipediaPage WHERE {\n  ?person wdt:P39 ?position .\n  ?position wdt:P279 * wd:Q14212 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person rdfs:label ?personLabel .\n  OPTIONAL {\n    ?person wdt:P18 ?img .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?person .\n    ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  FILTER(LANG(?personLabel) = \"en\")\n}\nGROUP BY ?person ?personLabel ?wikipediaPage\nLIMIT 50", "paraphrases": ["Can you show me a list of women who have served as prime ministers, including their photos and English Wikipedia links?", "What are the names, images, and Wikipedia links of all female heads of government (prime ministers) in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q14212> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_6308", "question": "What are the theatre buildings that have a known seating capacity?", "sparql": "SELECT DISTINCT ?theatre WHERE { ?theatre (wdt:P31/wdt:P279*) wd:Q24354 ; wdt:P1083 ?capacity .}", "paraphrases": ["Can you list all theatres and theatre-like venues that specify how many seats they have?", "Show me all venues designed for theatrical performances that have a defined maximum capacity."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q24354> ; <http://www.wikidata.org/prop/direct/P2439> [] . }"}}
{"id": "val_6309", "question": "Which Wikidata items have Twitter/X usernames Europe1, TheAVClub, Le_Figaro, or lemonde_M?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Europe1\" \"TheAVClub\" \"Le_Figaro\" \"lemonde_M\" } }", "paraphrases": ["What entities on Wikidata are associated with the Twitter handles Europe1, TheAVClub, Le_Figaro, or lemonde_M?", "List the Wikidata items that use Europe1, TheAVClub, Le_Figaro, or lemonde_M as their Twitter/X username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"tvmag\" ) ( \"le_figaro\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"JouanAnne1\" ) ( \"string7\" ) ( \"Garriberts\" ) ( \"puremedias\" ) ( \"NetflixFR\" ) ( \"string8\" ) ( \"vidjini\" ) ( \"lehuffplay\" ) ( \"lemonde_M\" ) ( \"jpmarthoz\" ) ( \"string9\" ) ( \"string10\" ) ( \"EFJEUROPE\" ) ( \"string11\" ) ( \"string12\" ) ( \"jmcharon\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"Mat7hp\" ) ( \"numero23tv\" ) ( \"TVMAG\" ) ( \"string16\" ) ( \"TheAVClub\" ) ( \"leboncoin\" ) ( \"string17\" ) ( \"leLab_E1\" ) ( \"Europe1\" ) ( \"_mind\" ) ( \"string18\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6310", "question": "Which Wikidata items have Twitter usernames CfdtBerger, JeppeKofod, paultang, Cofferati, or VRoziere?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"CfdtBerger\" \"JeppeKofod\" \"paultang\" \"Cofferati\" \"VRoziere\" } } ORDER BY ?twitterHandle", "paraphrases": ["Who are the people on Wikidata with the Twitter handles @CfdtBerger, @JeppeKofod, @paultang, @Cofferati, and @VRoziere?", "List the Wikidata entities linked to the Twitter accounts CfdtBerger, JeppeKofod, paultang, Cofferati, and VRoziere."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"CfdtBerger\" ) ( \"string2\" ) ( \"DSFEurope\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"MauvesenN\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"EU2017EE\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"meronina\" ) ( \"FreeDawit\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"VRoziere\" ) ( \"string27\" ) ( \"Climat2020\" ) ( \"JeppeKofod\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"paultang\" ) ( \"Cofferati\" ) ( \"RJaureguiA\" ) ( \"string35\" ) ( \"string36\" ) ( \"string37\" ) ( \"string38\" ) ( \"string39\" ) ( \"string40\" ) ( \"string41\" ) ( \"string42\" ) ( \"string43\" ) ( \"string44\" ) ( \"string45\" ) ( \"RNihoul\" ) ( \"string46\" ) ( \"string47\" ) ( \"string48\" ) ( \"string49\" ) ( \"HTakkula\" ) ( \"string50\" ) ( \"string51\" ) ( \"string52\" ) ( \"SHKMEP\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6311", "question": "Image of Luther Allison with SNAC ARK ID w61v94g3", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w61v94g3\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w61v94g3?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w61v94g3."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61v94g3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6312", "question": "What are the coordinates of the Waldorf-Astoria Hotel on Park Avenue?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel ?coord WHERE {\n  ?item wdt:P669 wd:Q109711 .\n  ?item wdt:P625 ?coord .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  .\n  FILTER(CONTAINS(STR(?itemLabel) , \"Waldorf\"))\n}", "paraphrases": ["Where is the Waldorf-Astoria Hotel located in terms of geographic coordinates, given that it is on Park Avenue?", "Show me the location coordinates of any building on Park Avenue that has \"Waldorf\" in its name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P669> <http://www.wikidata.org/entity/Q109711> ; <http://www.wikidata.org/prop/direct/P625> ?var3 . FILTER ( ( CONTAINS ( ?var1Label , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_6313", "question": "What are all the properties and associated values connected to Cesare Beccaria in Wikidata, along with their English labels?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?object ?objectLabel WHERE {\n  {\n    wd:Q223723 ?property ?object .\n  } UNION {\n    ?object ?property wd:Q223723 .\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?object rdfs:label ?objectLabel .\n    FILTER(LANG(?objectLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you show me all the relationships involving Cesare Beccaria, including who or what he is connected to, and their English names?", "List all the facts about Cesare Beccaria from Wikidata, including the property names and object labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var2Label ?var3Label WHERE { { VALUES ( ?var1 ?var4 ) { ( <http://ldf.fi/procope/person_Cesare+Bonesana%2C+marchese+di+Beccaria> <http://ldf.fi/procope/person_Cesare+Bonesana%2C+marchese+di+Beccaria> ) } ?var4 ?var5 ?var6 . } UNION { SELECT ?var1 ?var6 ?var5 WHERE { VALUES ( ?var1 ?var4 ) { ( <http://ldf.fi/procope/person_Cesare+Bonesana%2C+marchese+di+Beccaria> <http://ldf.fi/procope/person_Cesare+Bonesana%2C+marchese+di+Beccaria> ) } ?var6 ?var5 ?var4 . } LIMIT 5000 } BIND ( IF ( ( ?var5 = <http://www.w3.org/2000/01/rdf-schema#label> ), <http://www.w3.org/2004/02/skos/core#prefLabel> , ?var5 ) AS ?var2 ). BIND ( IF ( ( ?var6 = <http://www.wikidata.org/entity/Q5> ), <http://www.cidoc-crm.org/cidoc-crm/E21_Person> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q2221906> ), <http://www.cidoc-crm.org/cidoc-crm/E53_Place> , IF ( ( ?var6 = <http://www.wikidata.org/entity/Q16334295> ), <http://www.cidoc-crm.org/cidoc-crm/E74_Group> , ?var6 ) ) ) AS ?var3 ). OPTIONAL { ?var7 <http://wikiba.se/ontology#directClaim> ?var5 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var8 . FILTER ( ( LANGMATCHES ( LANG ( ?var8 ) , \"en\" ) ) ) . } BIND ( COALESCE ( ?var8 , REPLACE ( REPLACE ( REPLACE ( REPLACE ( STR ( ?var2 ) , \".*/\", \"\" ) , \".*#\", \"\" ) , \"_\", \" \" ) , \"([A-Z\u00c5\u00c4\u00d6])\", \" $1\" ) ) AS ?var2Label ). OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . } }"}}
{"id": "val_6314", "question": "Is libLAS a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q6540332 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does libLAS belong to a class that is a subclass of software?", "Is libLAS categorized under software through its class hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q6540332> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6315", "question": "How many Wikidata items are described by Spanish-language Wikipedia pages?", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage \"es\" .\n}", "paraphrases": ["What is the number of unique Wikidata items linked to articles on the Spanish Wikipedia?", "Count the distinct Wikidata items that are the subject of Spanish-language Wikipedia pages using the schema:about relationship."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"es\". }"}}
{"id": "val_6316", "question": "What are the absolute magnitudes and masses of astronomical objects that have both values recorded in Wikidata?", "sparql": "SELECT ?object ?absMag ?mass WHERE { ?object wdt:P1457 ?absMag ; wdt:P2067 ?mass . } LIMIT 10", "paraphrases": ["Show me stars or asteroids with their absolute magnitude and mass.", "Which astronomical objects have both an absolute magnitude and a mass listed as direct values?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1457> ?var2 ; ( <http://www.wikidata.org/prop/direct/P2067> / <http://www.wikidata.org/prop/statement/value/P2067> ) ?var5 . ?var5 <http://wikiba.se/ontology#quantityAmount> ?var3 ; <http://wikiba.se/ontology#quantityAmount> ?var4 . }"}}
{"id": "val_6317", "question": "Male U.S. citizens", "sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 wdt:P27 wd:Q30 . ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P19 ?var2 . ?var1 wdt:P569 ?var3 . ?var1 wdt:P21 wd:Q6581097 . } ORDER BY ASC(?var1)", "paraphrases": ["Who are the male citizens of the United States?", "List all men who are citizens of the United States."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6318", "question": "Film with Cineplex Germany film ID 228066", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"228066\" . }", "paraphrases": ["Which film has the Cineplex ID 228066?", "Show me the Wikidata item for the film identified by Cineplex Germany film ID 228066."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"228066\". }"}}
{"id": "val_6319", "question": "Villages with names containing \"Tsilna\" in Norwegian labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?village ?label WHERE {\n  ?village wdt:P31 wd:Q532 .\n  ?village rdfs:label ?label .\n  FILTER(REGEX(?label , \"Tsilna\" , \"i\"))\n}", "paraphrases": ["Which villages have names like \"Tsilna\" in their Norwegian-language labels?", "Show me all villages whose Norwegian labels include \"Tsilna\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q532> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( REGEX ( ?var2Label , \"Silna\", \"i\" ) ) ) . }"}}
{"id": "val_6320", "question": "Who has the NTA ID 069260699?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?ntaId WHERE {\n  ?person wdt:P1006 ?ntaId .\n  FILTER ( ?ntaId = \"069260699\" )\n}", "paraphrases": ["Which person is identified by the Dutch National Thesaurus for Author Names ID 069260699?", "Tell me the name of the person with NTA ID 069260699."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1006> \"069260699\". ?var1 <http://www.wikidata.org/prop/direct/P1006> ?var2 . }"}}
{"id": "val_6321", "question": "What film has the Scope.dk ID 7488?", "sparql": "SELECT ?film WHERE { ?film wdt:P2518 \"7488\" . }", "paraphrases": ["Which movie on Wikidata is identified by the Scope.dk film ID 7488?", "Find the Wikidata item for the film with Scope.dk ID 7488."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"7488\". }"}}
{"id": "val_6322", "question": "People who worked as radiomen", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P106 wd:Q7281291 .\n}", "paraphrases": ["Who is a radioman according to Wikidata?", "List all individuals whose occupation is radioman."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q7281291> . }"}}
{"id": "val_6323", "question": "Top chess players by number of non-French Wikipedia articles", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?chessPlayer(COUNT(DISTINCT ?article) AS ?articleCount) WHERE {\n  ?chessPlayer wdt:P2962 ?title .\n  ?chessPlayer wdt:P31 wd:Q5 .\n  ?chessPlayer wdt:P106 wd:Q10873124 .\n  ?article schema:about ?chessPlayer .\n  FILTER(NOT EXISTS {\n    ?article schema:about ?chessPlayer ; schema:inLanguage \"fr\" .\n  })\n}\nGROUP BY ?chessPlayer\nORDER BY DESC(?articleCount)\nLIMIT 200", "paraphrases": ["Which chess players have the most Wikipedia articles in languages other than French?", "Show the 200 chess players with the highest number of Wikipedia pages not written in French, along with their article counts."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2962> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10873124> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"fr\". } ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 200"}}
{"id": "val_6324", "question": "Urban villages that are instances of the urban village type in Wikidata with their English labels.", "sparql": "SELECT ?urbanVillage ?urbanVillageLabel WHERE { ?urbanVillage wdt:P31 wd:Q3559019 . ?urbanVillage rdfs:label ?urbanVillageLabel . FILTER(LANG(?urbanVillageLabel) = \"en\") } LIMIT 21", "paraphrases": ["What are the English names of urban villages in Wikidata?", "List the English-labeled urban villages in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3559019> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6325", "question": "What are the geographic coordinates of Belfast, United Kingdom?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coord WHERE {\n  ?country rdfs:label \"United Kingdom\" @en .\n  ?city rdfs:label \"Belfast\" @en ; wdt:P17 ?country ; wdt:P625 ?coord .\n}", "paraphrases": ["Give me the location of Belfast in the United Kingdom.", "Where is Belfast located? It's in the United Kingdom."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en ; <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"Belfast\"@en ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_6326", "question": "Coordinates of New Haven, Connecticut, in the same country as Connecticut.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?coord WHERE {\n  wd:Q779 wdt:P17 ?country .\n  wd:Q49145 wdt:P17 ?country ; wdt:P625 ?coord .\n}", "paraphrases": ["What are the geographic coordinates of New Haven, Connecticut, given that it is in the same country as the state of Connecticut?", "Please provide the latitude and longitude of New Haven, Connecticut, confirming it shares the same country as the state of Connecticut."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en ; <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"New Haven\"@en ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_6327", "question": "What are the direct superclass categories of humans, and what are their broader categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel ?superclass WHERE {\n  wd:Q5 wdt:P279 ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n  OPTIONAL {\n    ?subclass wdt:P279 ?superclass .\n  }\n}", "paraphrases": ["Subclasses of human and their superclasses in Wikidata", "Show me the immediate parent categories of humans and what those categories are subclasses of, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxVisited> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6328", "question": "Who is the person with OpenPlaques ID 5450, and what is their English description?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P1430 \"5450\" . OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the English name and description of the person with OpenPlaques subject ID 5450.", "Tell me the name and English description of the individual identified as 5450 on OpenPlaques."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1430> \"5450\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6329", "question": "What are the geographic coordinates of Antwerp in Belgium?", "sparql": "SELECT ?coordinates WHERE { ?country rdfs:label \"Belgium\" @en . ?city rdfs:label \"Antwerp\" @en ; (wdt:P31/wdt:P279*) wd:Q486972 ; wdt:P17 ?country ; wdt:P625 ?coordinates . }", "paraphrases": ["Can you find the coordinates of all places named Antwerp that are located in Belgium?", "Show me the location data for the city of Antwerp, Belgium."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"Belgium\"@en ; <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"Antwerp\"@en ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var1 . }"}}
{"id": "val_6330", "question": "Which film has the Russiancinema.ru ID 2718?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2678 \"2718\" .\n}", "paraphrases": ["What is the name of the film with the Russiancinema.ru identifier 2718?", "Tell me the film associated with the Russiancinema.ru ID 2718."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"2718\". }"}}
{"id": "val_6331", "question": "What are the states of the United States?", "sparql": "SELECT ?state WHERE { ?state wdt:P31 wd:Q35657 .}", "paraphrases": ["List all the U.S. states.", "Which entities are classified as states within the United States?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/Q544> <http://www.wikidata.org/prop/direct/P361> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/prop/direct/Q17362350> . }"}}
{"id": "val_6332", "question": "What are the most common properties used to link entities to the Kingdom of Hungary?", "sparql": "SELECT ?property ?propertyLabel (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q171150 . BIND( IRI( REPLACE( REPLACE( STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\" ) , \"http://www.wikidata.org/prop/statement/\", \"http://www.wikidata.org/entity/\" ) ) AS ?propertyEntity ) . ?propertyEntity rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } GROUP BY ?property ?propertyLabel HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships (like citizenship or country) are most frequently associated with the historical Kingdom of Hungary, and how many times are they used?", "Can you list the properties that connect items to the Kingdom of Hungary, showing only those used more than once, sorted by frequency, with their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q171150> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6333", "question": "Film with Danskefilm ID 750", "sparql": "SELECT ?film WHERE { ?film wdt:P3785 \"750\" . }", "paraphrases": ["Which film has the Danskefilm database ID 750?", "Can you tell me the name of the film identified as 750 in the Danskefilm database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3785> \"750\". }"}}
{"id": "val_6334", "question": "Properties used to describe coala with English labels and descriptions", "sparql": "SELECT ?propEntity ?propEntityLabel ?propEntityDescription WHERE { wd:Q25215462 ?p ?o . BIND( IRI( CONCAT( \"http://www.wikidata.org/entity/\", SUBSTR( STR(?p), 30 ) ) ) AS ?propEntity ) . ?propEntity rdf:type wikibase:Property . ?propEntity rdfs:label ?propEntityLabel . ?propEntity schema:description ?propEntityDescription . FILTER (LANG(?propEntityLabel) = \"en\") FILTER (LANG(?propEntityDescription) = \"en\") } LIMIT 100", "paraphrases": ["What properties are used to describe the software coala, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are used in statements about coala."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q25215462> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_6335", "question": "What are the literary works written by Arthur Conan Doyle?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work WHERE {\n  ?work wdt:P31 wd:Q7725634 ; wdt:P50 wd:Q35610\n}", "paraphrases": ["Can you list all the books authored by Sir Arthur Conan Doyle?", "Show me the original stories and novels created by Arthur Conan Doyle."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> ; <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q35610> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { } }"}}
{"id": "val_6336", "question": "Cities and their countries, in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel ?country ?countryLabel WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?city rdfs:label ?cityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["What are the cities in the world and which countries are they located in, with English labels?", "List all cities (including subclasses like town or urban settlement) along with their countries, showing both names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"da\". } }"}}
{"id": "val_6337", "question": "What are the subclasses and superclasses of a noetherian ring up to five levels deep?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity ?entityLabel ?directSubclass WHERE {\n  {\n    wd:Q582271 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    wd:Q582271 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    wd:Q582271 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    wd:Q582271 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level3 .\n    ?level3 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    wd:Q582271 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level3 .\n    ?level3 wdt:P279 ?level4 .\n    ?level4 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    ?entity wdt:P279 wd:Q582271 .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    ?level1 wdt:P279 ?entity .\n    ?entity wdt:P279 wd:Q582271 .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    ?level2 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?entity .\n    ?entity wdt:P279 wd:Q582271 .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    ?level3 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?entity .\n    ?entity wdt:P279 wd:Q582271 .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  } UNION {\n    ?level4 wdt:P279 ?level3 .\n    ?level3 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?entity .\n    ?entity wdt:P279 wd:Q582271 .\n    OPTIONAL {\n      ?entity wdt:P279 ?directSubclass\n    }\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  FILTER(?entity != wd:Q582271)\n}", "paraphrases": ["Which mathematical structures are directly or indirectly related to noetherian rings through subclass relationships within five levels?", "List all entities that are up to five levels above or below noetherian ring in the subclass hierarchy, along with their English labels and immediate superclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q582271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q582271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_6338", "question": "Subclasses of algebraic group and their direct superclasses in mathematics.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel ?directParent WHERE {\n  ?subclass wdt:P279 * wd:Q83478 .\n  OPTIONAL {\n    ?subclass wdt:P279 ?directParent .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What are all the mathematical structures that are subclasses of algebraic group, and what are their immediate parent classes?", "List the English names of all mathematical entities that are subclasses of algebraic group, along with each of their direct superclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q83478> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_6339", "question": "List all remarkable trees in the Czech Republic.", "sparql": "SELECT ?tree WHERE { ?tree wdt:P31 wd:Q21296252 . }", "paraphrases": ["Which trees in the Czech Republic are designated as heritage trees?", "Can you show me all the individual trees in the Czech Republic that are officially recognized as pam\u00e1tn\u00fd strom (remarkable tree)?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21296252> . }"}}
{"id": "val_6340", "question": "What are the lower houses of the U.S. state legislatures, and which states do they belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?state ?stateLabel ?lowerHouse ?lowerHouseLabel WHERE {\n  ?state wdt:P31 wd:Q35657 .\n  ?state wdt:P194 ?legislature .\n  ?legislature wdt:P527 ?lowerHouse .\n  ?lowerHouse wdt:P31 wd:Q18608569 .\n  OPTIONAL {\n    ?state rdfs:label ?stateLabel FILTER ( LANG( ?stateLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?lowerHouse rdfs:label ?lowerHouseLabel FILTER ( LANG( ?lowerHouseLabel ) = \"en\" )\n  }\n}\nLIMIT 500", "paraphrases": ["For each U.S. state, which chamber serves as its lower legislative house?", "List the U.S. states along with the names of their respective state house assemblies or houses of representatives."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q35657> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18608569> . } LIMIT 500"}}
{"id": "val_6341", "question": "What is the most common property that links other entities to Chevron Corporation?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?propertyItem(COUNT(?propertyItem) AS ?count) WHERE {\n  {\n    SELECT ?propertyItem WHERE {\n      ?item ?propertyUsed wd:Q319642 .\n      ?propertyItem wikibase:directClaim ?propertyUsed .\n      ?propertyItem a wikibase:Property .\n    }\n    LIMIT 10000\n  }\n}\nGROUP BY ?propertyItem\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["How many entities are owned by Chevron Corporation, and which property represents this relationship?", "Which Wikidata property connects the most subsidiaries or related companies to Chevron?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q319642> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6342", "question": "What film has the Russiancinema.ru ID 1160?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2678 \"1160\" .\n}", "paraphrases": ["Which movie is identified by the ID 1160 on Russiancinema.ru?", "Tell me the name of the film with Russiancinema.ru ID 1160."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"1160\". }"}}
{"id": "val_6343", "question": "Which entities on Wikidata have Twitter usernames acmilan, MySQL, fosdem, Percona, or mariadb?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"acmilan\" \"MySQL\" \"fosdem\" \"Percona\" \"mariadb\"\n  }\n}\nORDER BY ASC(wikibase:sitelinks)", "paraphrases": ["What are the Wikidata items corresponding to the Twitter usernames \"acmilan\", \"MySQL\", \"fosdem\", \"Percona\", and \"mariadb\"?", "List the Wikidata entities linked to the Twitter accounts acmilan, MySQL, fosdem, Percona, and mariadb, sorted by the number of Wikipedia links they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"lefred\" ) ( \"acmilan\" ) ( \"MySQL\" ) ( \"KendoUI\" ) ( \"string1\" ) ( \"string2\" ) ( \"FOSDEM\" ) ( \"mattalord\" ) ( \"HashiCorp\" ) ( \"dbaops\" ) ( \"RWultsch\" ) ( \"fosdem\" ) ( \"Percona\" ) ( \"MariaDB\" ) ( \"string3\" ) ( \"string4\" ) ( \"ssougou\" ) ( \"RoOUG1\" ) ( \"string5\" ) ( \"h_ingo\" ) ( \"string6\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6344", "question": "Which organizations have Twitter handles CNBC, Recode, Decathlon, LesEchos, ESCPeurope, or stitchfix?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ( ?twitterHandle ) {\n    ( \"CNBC\" ) ( \"Recode\" ) ( \"Decathlon\" ) ( \"LesEchos\" ) ( \"ESCPeurope\" ) ( \"stitchfix\" )\n  }\n}\nORDER BY ?twitterHandle", "paraphrases": ["What are the Wikidata entities corresponding to the Twitter usernames CNBC, Recode, Decathlon, LesEchos, ESCPeurope, and stitchfix?", "Please list the entities on Wikidata that are associated with the Twitter handles: CNBC, Recode, Decathlon, LesEchos, ESCPeurope, and stitchfix."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"cathbarba\" ) ( \"WINforumNY\" ) ( \"jkhoey\" ) ( \"Thom_astro\" ) ( \"WinforumNY\" ) ( \"string1\" ) ( \"bibicheri\" ) ( \"cmarkea\" ) ( \"Recode\" ) ( \"egervet\" ) ( \"Decathlon\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"LesEchos\" ) ( \"string5\" ) ( \"anneadk\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"nicobreuil\" ) ( \"stitchfix\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"ESCPeurope\" ) ( \"CNBC\" ) ( \"mitchdeg\" ) ( \"rrhoover\" ) ( \"string12\" ) ( \"GDarmanin\" ) ( \"string13\" ) ( \"_Bercy_\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6345", "question": "Which organizations on Wikidata have Twitter handles \"Defenders\", \"oceanfdn\", or \"SharkWeek\"?", "sparql": "SELECT ?item ?twitter WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"SharkWeek\" \"oceanfdn\" \"Defenders\" } } ORDER BY ?twitter", "paraphrases": ["What are the Wikidata entities associated with the Twitter accounts @Defenders, @oceanfdn, and @SharkWeek?", "Show me the entities in Wikidata that are linked to the Twitter handles Defenders, oceanfdn, and SharkWeek, sorted alphabetically by handle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"oceanfdn\" ) ( \"string2\" ) ( \"string3\" ) ( \"IUCNShark\" ) ( \"NickDulvy\" ) ( \"SharkColin\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"HSUSNews\" ) ( \"Fish_Feel\" ) ( \"string7\" ) ( \"Defenders\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"JrzyShark\" ) ( \"string11\" ) ( \"string12\" ) ( \"EAC_Marine\" ) ( \"string13\" ) ( \"HawaiianPS\" ) ( \"Catshark1\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"usdcas\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"kjrankin88\" ) ( \"string22\" ) ( \"MA_Sharks\" ) ( \"MassDMF\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"sharkager\" ) ( \"SharkWeek\" ) ( \"string27\" ) ( \"string28\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6346", "question": "Countries where ritual bonfires are practiced during specific cultural events.", "sparql": "SELECT ?country ?countryLabel ?event ?eventLabel WHERE { wd:Q28922083 p:P17 ?statement . ?statement ps:P17 ?country . ?statement pq:P793 ?event . ?country rdfs:label ?countryLabel . ?event rdfs:label ?eventLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?eventLabel) = \"en\") } ORDER BY ?countryLabel", "paraphrases": ["In which countries are ritual bonfires associated with particular festivals or holidays, and what are those events?", "List the countries and corresponding cultural events linked to the practice of ritual bonfires."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { <http://www.wikidata.org/entity/Q28922083> <http://www.wikidata.org/prop/P17> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P17> ?var1 . ?var6 <http://www.wikidata.org/prop/qualifier/P793> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_6347", "question": "Common names of biological taxa in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxon ?commonName WHERE {\n  ?taxon wdt:P1843 ?commonName .\n}\nLIMIT 10000", "paraphrases": ["What are the common names for different biological taxa, and which taxa do they belong to?", "Show me the list of biological taxa along with their vernacular names in different languages."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1843> ?var2 . } } LIMIT 10000"}}
{"id": "val_6348", "question": "What items are directly connected to The Jeju April 3 Committee, and what properties link them?", "sparql": "SELECT ?item ?directProperty (SAMPLE(?qualifier) AS ?sampleQualifier) WHERE { ?item ?directProperty wd:Q12616405 . FILTER (?directProperty != wdt:P31) OPTIONAL { ?item ?qualifier ?qualifierValue . } } GROUP BY ?item ?directProperty", "paraphrases": ["Show the items related to the Jeju 4.3 Committee along with the properties used to connect them and one example of a qualifier for each connection.", "Which entities have a direct relationship with the Jeju April 3 Committee, and what are the properties and qualifiers involved?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q12616405> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6349", "question": "What is the English title of the movie with IMDb ID tt0092648?", "sparql": "SELECT ?movie ?movieTitle WHERE { ?movie wdt:P345 \"tt0092648\" . ?movie rdfs:label ?movieTitle . FILTER(LANG(?movieTitle) = \"en\") }", "paraphrases": ["Which movie has the IMDb identifier tt0092648, and what is its title?", "Find the name of the film identified by tt0092648 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0092648\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6350", "question": "Countries classified as sovereign states in Wikidata but without a head of state office.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  FILTER ( NOT EXISTS {\n    ?country wdt:P1906 []\n  }\n  ) .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Which entities are categorized as countries in Wikidata but do not have a head of state?", "Show me non-sovereign or historical territories that are incorrectly classified as countries in Wikidata because they lack a defined head of state."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1906> [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6351", "question": "Children of Paul Kind in German", "sparql": "SELECT ?child ?childLabel WHERE { wd:Q2064223 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER (LANG(?childLabel) = \"de\") } LIMIT 50", "paraphrases": ["What are the names of Paul Kind's children in German?", "List the German labels of Paul Kind's children."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q2064223> <http://www.wikidata.org/prop/direct/P40> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } LIMIT 50"}}
{"id": "val_6352", "question": "Comics artists who died between January 1, 2017, and January 1, 2018.", "sparql": "SELECT ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person (wdt:P106/wdt:P279*) wd:Q715301 . ?person wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"2017-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"2018-01-01T00:00:00Z\"^^xsd:dateTime ) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who were the comics artists (including illustrators and creators in related roles) that died in 2017?", "List the names of all human comics artists who passed away in the year 2017."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q715301> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2018-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 100"}}
{"id": "val_6353", "question": "Male grandchildren of Prince Henrik of Denmark and their parents.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?grandchild ?parent WHERE {\n  wd:Q1389258 wdt:P40 ?parent .\n  ?parent wdt:P40 ?grandchild .\n  ?grandchild wdt:P21 wd:Q6581097 .\n}\nLIMIT 101", "paraphrases": ["Who are the male grandchildren of Prince Henrik of Denmark, and who are their fathers?", "List all male descendants of Prince Henrik of Denmark who are grandchildren, along with the names of their immediate parents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . <http://www.wikidata.org/entity/Q1389258> <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> ?var1 . } LIMIT 101"}}
{"id": "val_6354", "question": "Theatre buildings in Brazil", "sparql": "SELECT ?theatre ?theatreLabel WHERE { ?theatre ( p:P31 / ps:P31 / wdt:P279* ) wd:Q24354 . ?theatre wdt:P17 wd:Q155 . ?theatre rdfs:label ?theatreLabel . FILTER(LANG(?theatreLabel) = \"en\") } LIMIT 185", "paraphrases": ["What are the names of theatre buildings located in Brazil?", "List all theatre buildings in Brazil, including their English names, that are classified as instances of a subclass of theatre building."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,pt\". } ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q24354> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . } LIMIT 185"}}
{"id": "val_6355", "question": "List Jewish people and their occupations.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?occupationLabel WHERE {\n  ?person wdt:P172 wd:Q7325 .\n  ?person wdt:P106 ?occupation .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) .\n}\nLIMIT 100", "paraphrases": ["Who are some Jewish individuals and what are their professions?", "Show me up to 100 Jewish people along with their occupations in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q7325> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . } LIMIT 100"}}
{"id": "val_6356", "question": "Thermal baths with geographic coordinates", "sparql": "SELECT ?thermalBath ?coordinates WHERE { ?thermalBath (wdt:P31* / wdt:P279*) wd:Q1004887 ; wdt:P625 ?coordinates .}", "paraphrases": ["What are the geographic locations of all thermal baths and their subclasses?", "List all thermal bath facilities and their coordinates, including those that are subclasses of thermal baths."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1004887> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_6357", "question": "What film has the ID \"Krabat\" on The Numbers website?", "sparql": "SELECT ?film WHERE { ?film wdt:P3808 \"Krabat\" .}", "paraphrases": ["Which movie is listed as \"Krabat\" in The Numbers movie database?", "Can you find the Wikidata item for the film Krabat using its The Numbers movie ID?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3808> \"Krabat\". }"}}
{"id": "val_6358", "question": "List of dam failure incidents in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?damFailure ?damFailureLabel WHERE {\n  ?damFailure wdt:P31 wd:Q1033074 .\n  ?damFailure rdfs:label ?damFailureLabel .\n  FILTER(LANG(?damFailureLabel) = \"en\")\n}\nORDER BY ASC(?damFailureLabel)", "paraphrases": ["What are some notable dam failure events recorded in Wikidata?", "Show me the English names of all recorded dam failure events, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1033074> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6359", "question": "What is the image associated with the SNAC ARK ID w6r06gfj?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6r06gfj\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Which Wikimedia Commons image is linked to the SNAC ARK ID w6r06gfj?", "Show me the image for the entity identified by w6r06gfj in the SNAC system."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6r06gfj\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6360", "question": "List all Federal Garden Shows (Bundesgartenschau) with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event ?eventLabel WHERE {\n  ?event wdt:P31 wd:Q643918 .\n  ?event rdfs:label ?eventLabel .\n  FILTER(LANG(?eventLabel) = \"en\")\n}\nORDER BY ASC(?eventLabel)", "paraphrases": ["What are the English names of all events that are instances of the Federal Garden Show in Germany?", "Show me the English-labeled editions of the Bundesgartenschau, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q643918> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6361", "question": "List all cities in English, sorted alphabetically.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}\nORDER BY ASC ( ?cityLabel )", "paraphrases": ["What are all the cities in the world, listed in alphabetical order with their English names?", "Show me a list of all cities with their English labels, ordered from A to Z."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6362", "question": "When did the Prime Minister of Singapore assume office between January 1, 2003, and January 1, 2016?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?startDate WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q866756 .\n  ?statement pq:P580 ?startDate .\n  FILTER(?startDate >= \"2003-01-01T00:00:00Z\" ^^ xsd:dateTime && ?startDate < \"2016-01-01T00:00:00Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["What are the start dates of the tenure of Prime Ministers of Singapore during the period from 2003 to 2016?", "Who became Prime Minister of Singapore between 2003 and 2016, and when did they start?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q866756> <http://www.wikidata.org/prop/direct/P580> ?var2 . FILTER ( ( ( \"2003-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var2 ) && ( ?var2 < \"2016-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 100"}}
{"id": "val_6363", "question": "Humans with Instagram usernames and their birth names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?birthName WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P2003 ?instagramUsername .\n  OPTIONAL {\n    ?human wdt:P1477 ?birthName .\n  }\n}", "paraphrases": ["Which humans have Instagram usernames, and what are their birth names if available?", "Show me a list of people who use Instagram, along with their birth names where known."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2003> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 . } }"}}
{"id": "val_6364", "question": "Top American actors by combined awards, media presence, and net worth", "sparql": "SELECT ?actor ?actorLabel (?awardCount * ?mediaCount * ?netWorth AS ?compositeScore)\nWHERE {\n  {\n    SELECT ?actor (COUNT(DISTINCT ?award) AS ?awardCount) (COUNT(DISTINCT ?mediaItem) AS ?mediaCount) (SAMPLE(?netWorthVal) AS ?netWorth)\n    WHERE {\n      ?actor wdt:P106 wd:Q33999 .           # occupation: actor\n      ?actor wdt:P27 wd:Q30 .               # citizenship: United States\n      ?actor wdt:P2218 ?netWorthVal .       # net worth\n      ?actor wdt:P166 ?award .              # award received\n      ?mediaItem schema:about ?actor .      # media item about actor\n      FILTER(ISNUMERIC(?netWorthVal))\n    }\n    GROUP BY ?actor\n  }\n  OPTIONAL { ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") }\n}\nORDER BY DESC(?compositeScore) ASC(?actorLabel)", "paraphrases": ["Who are the most successful American actors when ranked by the product of their awards, media coverage, and net worth?", "List American actors ordered by a score that multiplies their number of awards, number of associated media items, and net worth, with the highest-scoring first."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ( ( ( ?var2 * ?var4 ) * ?var3 ) AS ?var5 ) WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var6 ) AS ?var2 )( COUNT ( DISTINCT ?var7 ) AS ?var4 )( SAMPLE ( ?var8 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P2218> ?var8 . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var6 . ?var7 <http://schema.org/about> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } ORDER BY DESC( ?var5 )ASC( ?var1Label )"}}
{"id": "val_6365", "question": "Is Q8105475 a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q8105475 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does the entity Q8105475 belong to the category of software, either directly or through its class hierarchy?", "Check whether Q8105475 is classified as software, including through any superclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q8105475> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6366", "question": "Is Arteglasin A classified as a human or a subclass of human?", "sparql": "ASK WHERE { wd:Q27105847 wdt:P31/wdt:P279* wd:Q5 . }", "paraphrases": ["Does the chemical compound Arteglasin A belong to any category that is a subclass of human?", "Confirm whether Arteglasin A is a human or falls under any biological classification that includes humans."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q27105847> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6367", "question": "What are some direct subclasses of geographical features, fictional locations, artificial physical objects, and natural physical objects?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  VALUES ?category {\n    wd:Q618123 wd:Q3895768 wd:Q8205328 wd:Q16686022\n  }\n  ?subclass wdt:P279 ?category .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list examples of things that are directly classified as types of fictional places, geographic features, human-made objects, or naturally occurring objects?", "Show me categories that are immediate subtypes of fictional locations, geographical features, artificial objects, and natural objects."], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q618123> ) ( <http://www.wikidata.org/entity/Q8205328> ) ( <http://www.wikidata.org/entity/Q3895768> ) ( <http://www.wikidata.org/entity/Q24334893> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var2 . }"}}
{"id": "val_6368", "question": "French female politicians with English descriptions starting with \"French politician\" and no Arabic description.", "sparql": "SELECT ?politician WHERE { ?politician wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P106 wd:Q82955 ; wdt:P27 wd:Q142 . FILTER (EXISTS { ?politician schema:description ?desc . FILTER (LANG(?desc) = \"en\" && STRSTARTS(?desc, \"French politician\")) }) FILTER (NOT EXISTS { ?politician schema:description ?descAr . FILTER (LANG(?descAr) = \"ar\") }) } LIMIT 50", "paraphrases": ["Who are the female French politicians who have an English Wikipedia description beginning with \"French politician\" and do not have an Arabic description?", "List all female politicians from France whose English Wikipedia description starts with \"French politician\" and who do not have an Arabic-language description."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ar\" ) ) ) . } ) ) . FILTER ( ( EXISTS { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( CONTAINS ( ?var2 , \"string1\" ) ) ) . } ) ) . }"}}
{"id": "val_6369", "question": "Which film has the film-documentaire.fr ID 18111?", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"18111\" . }", "paraphrases": ["What is the title of the film identified by 18111 in the film-documentaire.fr database?", "Tell me the Wikidata item for the film with ID 18111 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"18111\". }"}}
{"id": "val_6370", "question": "What entities have the Twitter username \"TebeoTV_Tebesud\", and which one has the most Wikipedia articles?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  FILTER(?username = \"TebeoTV_Tebesud\")\n}\nORDER BY DESC(wikibase:sitelinks)", "paraphrases": ["Which Wikidata items are associated with the Twitter handle TebeoTV_Tebesud?", "Can you list the entities that use TebeoTV_Tebesud as their X (Twitter) username, sorted by how widely they are covered on Wikipedia?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"TebeoTV\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6371", "question": "Is Y-DNA haplogroup a subclass of haplogroup?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q42262353 wdt:P279 wd:Q80686 .\n}", "paraphrases": ["Does the Y-DNA haplogroup belong to the broader category of haplogroups?", "Confirm that Y-DNA haplogroup is classified as a type of haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q42262353> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6372", "question": "Which Wikidata items have Twitter usernames \"alt_J\", \"The_Hives\", or \"Hit_infos\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"alt_J\" \"The_Hives\" \"Hit_infos\"\n  }\n}", "paraphrases": ["What are the Wikidata entities associated with the Twitter handles \"alt_J\", \"The_Hives\", and \"Hit_infos\"?", "Show me the Wikidata items linked to the Twitter accounts alt_J, The_Hives, and Hit_infos."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Lemuriapop\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"douchkaaa\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"Lemon_mag\" ) ( \"string23\" ) ( \"rockfanch\" ) ( \"lavilliers\" ) ( \"string24\" ) ( \"Orel_san\" ) ( \"string25\" ) ( \"The_Hives\" ) ( \"alt_J\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"hivescake\" ) ( \"string29\" ) ( \"Hit_infos\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6373", "question": "What are the different language labels for the cultural movement \"modernism\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?modernism ?modernismLabel WHERE {\n  BIND( wd:Q878985 AS ?modernism ) .\n  ?modernism rdfs:label ?modernismLabel .\n}", "paraphrases": ["Show all the names of modernism in various languages from Wikidata.", "How is \"modernism\" referred to in different languages according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q878985> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6374", "question": "Which Wikidata entities have the Twitter usernames \"afpfr\" or \"le_gorafi\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  FILTER(?twitterHandle = \"afpfr\" || ?twitterHandle = \"le_gorafi\")\n}\nORDER BY ?item", "paraphrases": ["Who or what is associated with the Twitter handles @afpfr and @le_gorafi on Wikidata?", "Can you find the organizations or people linked to the Twitter accounts afpfr and le_gorafi in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"TF1Studio\" ) ( \"string3\" ) ( \"_TomRhodes\" ) ( \"gadelmaleh\" ) ( \"_RitzParis\" ) ( \"afpfr\" ) ( \"string4\" ) ( \"le_gorafi\" ) ( \"string5\" ) ( \"joannsfar\" ) ( \"string6\" ) ( \"OCSTV\" ) ( \"string7\" ) ( \"Melodybeni\" ) ( \"Stephbou08\" ) ( \"LVT_RTL\" ) ( \"string8\" ) ( \"string9\" ) ( \"JoelDicker\" ) ( \"string10\" ) ( \"string11\" ) ( \"cavousf5\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"JJAnnaud\" ) ( \"string16\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6375", "question": "Which entities on Wikidata have Twitter/X usernames \"elonmusk\", \"UN\", \"thebeatles\", or \"Russia\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"UN\" \"thebeatles\" \"Russia\"\n  }\n}\nORDER BY ASC ( ?item )", "paraphrases": ["Who are the entities on Wikidata that are associated with the Twitter handles @elonmusk, @UN, @thebeatles, or @Russia?", "List the Wikidata items and their corresponding Twitter usernames for the accounts elonmusk, UN, thebeatles, and Russia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"n_monfort\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6376", "question": "Film with film-documentaire.fr ID 37260", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"37260\" . }", "paraphrases": ["What film is identified by 37260 in film-documentaire.fr?", "Tell me the name of the film that has the ID 37260 on film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"37260\". }"}}
{"id": "val_6377", "question": "Is Altavilla Milicia a geographic feature?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q434792 wdt:P31 / wdt:P279 * wd:Q27096235\n}", "paraphrases": ["Is Altavilla Milicia classified as an artificial geographic entity in Wikidata?", "Confirm whether Altavilla Milicia belongs to the category of artificial geographic entities."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q29977435> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6378", "question": "List all heritage sites in London boroughs with their labels, administrative areas, images, coordinates, and heritage designations.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?admin ?adminLabel ?image ?coord ?heritage WHERE {\n  ?borough wdt:P31 wd:Q211690 .\n  ?item wdt:P131 ?borough .\n  ?item p:P1435 ?heritageStmt .\n  ?heritageStmt ps:P1435 ?heritage .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?borough rdfs:label ?adminLabel .\n    FILTER ( LANG( ?adminLabel ) = \"en\" )\n  }\n  BIND( ?borough AS ?admin )\n}", "paraphrases": ["What are the heritage-designated buildings in London, and what are their locations, images, and coordinates?", "Show me the names, locations, images, and heritage statuses of all listed buildings in London\u2019s boroughs, along with their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerWest> \"POINT(0 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerEast> \"POINT(0 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/P1435> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6379", "question": "Which Wikidata entities have the Twitter username \"TF1\", sorted by Wikipedia article count?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"TF1\" } } ORDER BY ASC (wikibase:sitelinks)", "paraphrases": ["What entity on Wikidata has the Twitter handle \"TF1\", and how widely is it represented across Wikipedia?", "Show me the Wikidata item for the Twitter account \"TF1\", ordered by the number of Wikipedia language editions it appears in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"TF1\" ) ( \"string4\" ) ( \"RLM_Team\" ) ( \"string5\" ) ( \"string6\" ) ( \"ElesbedM\" ) ( \"string7\" ) ( \"string8\" ) ( \"rockfanch\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"Alter_K\" ) ( \"string12\" ) ( \"string13\" ) ( \"peermusic\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6380", "question": "Is the historic building \"Hohe Stra\u00dfe 14\" in Quedlinburg a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q15115035 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does the timber-framed house at Hohe Stra\u00dfe 14 belong to any class that is a subclass of software?", "Is a German heritage house like Q15115035 considered a kind of computer software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q15115035> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6381", "question": "Is Kupjak a human settlement?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q4363440 ( wdt:P31 / wdt:P279 * ) wd:Q486972 .\n}", "paraphrases": ["Does Kupjak belong to the class of human settlements, either directly or through inheritance?", "Confirm whether Kupjak is classified as a human settlement via its instance or subclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4363440> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6382", "question": "Is the Johannes-Nepomuk-Kapelle in Birgitz categorized as software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q38114108 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Is the chapel Johannes-Nepomuk-Kapelle in Birgitz, Austria, a type of software or a subclass of software?", "Confirm whether the Johannes-Nepomuk-Kapelle, Birgitz, is an instance of any class that is a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q38114108> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6383", "question": "Is Haplogroup R a Y-chromosome DNA haplogroup?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q617287 wdt:P31 wd:Q428875\n}", "paraphrases": ["Does Haplogroup R belong to the category of human Y-chromosome DNA haplogroups?", "Confirm whether Haplogroup R is classified as a human Y-chromosome DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1584186> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q428875> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6384", "question": "Cities with highest population density, including population, area, and density in people per square kilometer.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?city ?cityLabel ?population ?area_m2((?population / ?area_m2) * 1000000.0 AS ?density_per_km2) WHERE {\n  ?city wdt:P1082 ?population ; wdt:P31 / wdt:P279 * wd:Q515 ; p:P2046 [ rdf:type wikibase:BestRank ; psn:P2046 [ wikibase:quantityAmount ?area_m2 ] ] .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nORDER BY DESC((?population / ?area_m2))", "paraphrases": ["Which cities have the highest population density (people per square kilometer), and what are their population and area values?", "Show me a list of cities ranked by population density (people per km\u00b2), along with their population, area in square meters, and computed density."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( ?var3 AS ?var4 )( ( ?var5 *\"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ) WHERE { BIND ( ( ?var2 / ?var3 ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> ; <http://www.wikidata.org/prop/P2046> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/value-normalized/P2046> [ <http://wikiba.se/ontology#quantityAmount> ?var3 ] ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var5 )"}}
{"id": "val_6385", "question": "What are all the categories that ABBA belongs to, including broader classifications?", "sparql": "SELECT ?superclass ?superclassLabel WHERE { wd:Q18233 wdt:P31 ?instanceClass . ?instanceClass wdt:P279* ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["What are the hierarchical superclasses of the type of entity that ABBA is?", "Show me all the higher-level categories that include musical groups, since ABBA is a musical group."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q18233> <http://www.wikidata.org/prop/direct/P279> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q18233> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6386", "question": "List Grade I and Grade II listed library buildings in the UK with their images and administrative locations, color-coded by heritage status.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?building ?buildingLabel ?adminLabel ?heritageLabel ?image ?color ?link ?display WHERE {\n  ?building ( wdt:P31 / wdt:P279 * ) wd:Q7075 , wd:Q856584 .\n  ?building wdt:P131 ?admin .\n  ?admin wdt:P17 wd:Q145 .\n  ?building wdt:P1435 ?heritage .\n  OPTIONAL {\n    ?building wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?building rdfs:label ?buildingLabel .\n    FILTER ( LANG( ?buildingLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?admin rdfs:label ?adminLabel .\n    FILTER ( LANG( ?adminLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?heritage rdfs:label ?heritageLabel .\n    FILTER ( LANG( ?heritageLabel ) = \"en\" )\n  }\n  BIND( IF( ?heritage = wd:Q15700818 , \"#800000\" , IF( ?heritage = wd:Q15700834 , \"#000080\" , \"#008000\" ) ) AS ?color ) BIND( IF( BOUND( ?image ) , SUBSTR( STR( ?image ) , STRLEN( \"https://commons.wikimedia.org/wiki/Special:FilePath/\" ) + 1 ) , \"\" ) AS ?filename ) BIND( CONCAT ( \"[[\" , ?buildingLabel , \"|Image:\" , ?filename , \"]]\" ) AS ?link ) BIND( CONCAT ( ?buildingLabel , \"\\n[[File:\" , ?filename , \"]]\" ) AS ?display )\n}\nGROUP BY ?building ?buildingLabel ?adminLabel ?heritageLabel ?image ?color ?link ?display", "paraphrases": ["Which library buildings in the United Kingdom are designated as Grade I or Grade II listed buildings, and what are their associated images and local administrative areas?", "Show me a list of library buildings in the UK that have heritage designations, including their names, locations, images, and color codes based on whether they are Grade I (red), Grade II (blue), or other (green)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var3 )( MIN ( ?var4 ) AS ?var5 )( IF ( ( ?var5 = \"0\" ), \"#800000\", IF ( ( ?var5 = \"1\" ), \"#000080\", \"#008000\" ) ) AS ?var6 )( CONCAT ( \"string1\", SUBSTR ( STR ( ?var7 ) ,\"31\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"{{!}}\", ?var8Label , \"]]\" ) AS ?var9 )( CONCAT ( ?var2Label , \"\\n\", \"[[File:\", SUBSTR ( STR ( ?var3 ) ,\"52\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"string2\" ) AS ?var10 ) WHERE { BIND ( IF ( ( ?var5 = <http://www.wikidata.org/entity/Q15700818> ), \"0\", IF ( ( ?var5 = <http://www.wikidata.org/entity/Q15700834> ), \"1\", \"2\" ) ) AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> , <http://www.wikidata.org/entity/Q856584> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P1435> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var7 <http://schema.org/about> ?var1 . ?var7 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } GROUP BY ?var1 ?var2 ?var2Label ?var7 ?var8Label"}}
{"id": "val_6387", "question": "When was the Circle of the Rhine established and when was it dissolved?", "sparql": "SELECT ?itemLabel ?establishmentDate ?dissolutionDate WHERE { BIND( wd:Q2147860 AS ?item ) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { ?item wdt:P571 ?establishmentDate . } OPTIONAL { ?item wdt:P576 ?dissolutionDate . } }", "paraphrases": ["Establishment and dissolution dates of the Circle of the Rhine", "Can you tell me the start and end dates of the Circle of the Rhine as an administrative district?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2147860> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6388", "question": "What are the birth and death dates of Jared Sidney Torrance?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q6160097 AS ?person ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Jared Sidney Torrance born and when did he die, according to Wikidata?", "Can you tell me the birth and death dates of Jared Sidney Torrance, the American businessman?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6160097> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6389", "question": "Chinese films with both IMDb and HKMDB IDs", "sparql": "SELECT ?film ?imdbId ?hkmdbId WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P495 wd:Q148 . ?film wdt:P345 ?imdbId . ?film wdt:P2883 ?hkmdbId . } ORDER BY ?film", "paraphrases": ["Which Chinese films have identifiers on both IMDb and the Hong Kong Movie Database?", "List Chinese films along with their IMDb and HKMDB IDs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q148> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2883> ?var3 . } GROUP BY ?var1"}}
{"id": "val_6390", "question": "What is the birth date of Nicolaus Philippi Falk, and when did he die?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(SAMPLE(?label) AS ?personLabel) ?birthDate ?deathDate WHERE {\n  BIND(wd:Q5724276 AS ?person)\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?label .\n}\nGROUP BY ?birthDate ?deathDate", "paraphrases": ["Can you tell me the birth and death details of the Swedish priest Nicolaus Philippi Falk?", "Who is Nicolaus Philippi Falk, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5724276> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6391", "question": "What movie has the EDb film ID t0008529?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P3141 \"t0008529\" .\n}", "paraphrases": ["Which film in Wikidata is identified by the EDb ID \"t0008529\"?", "Find the Wikidata item for the movie with EDb ID t0008529."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0008529\". }"}}
{"id": "val_6392", "question": "List 10 people whose occupation is writer.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P106 wd:Q36180 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are some writers according to Wikidata?", "Show me the names of 10 individuals with the occupation of writer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/kirjanik> . } LIMIT 10"}}
{"id": "val_6393", "question": "Is the 1955 Norwegian film \"Bedre enn sitt rykte\" classified as a film?", "sparql": "ASK WHERE { wd:Q4879380 (wdt:P31/wdt:P279*) wd:Q11424 . }", "paraphrases": ["Does the movie \"Bedre enn sitt rykte\" belong to the category of films?", "Confirm that \"Bedre enn sitt rykte\" is a film, either directly or through its class hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4879380> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6394", "question": "Is the female given name \"Alfreda\" a type of software?", "sparql": "ASK WHERE { wd:Q822107 ( wdt:P31 / wdt:P279 * ) wd:Q7397 . }", "paraphrases": ["Does the name Alfreda belong to a class that is a subclass of software?", "Is software a category that includes given names like Alfreda?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q822107> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6395", "question": "Is a building with a cornice a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q17489143 wdt:P31 / wdt:P279 * wd:Q7397\n}", "paraphrases": ["Does the architectural feature known as a building with cornice belong to the category of software?", "Can a building with a cornice be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q17489143> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6396", "question": "Is Beguny a religious organization?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q814401 ( wdt:P31 / wdt:P279 * ) wd:Q1530022\n}", "paraphrases": ["Does the Beguny sect belong to the category of religious organizations?", "Confirm whether Beguny is classified as a religious organization through its subclass hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q814401> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6397", "question": "Is Hiltunen a surname?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q30965567 ( wdt:P31 / wdt:P279 * ) wd:Q4116295 .\n}", "paraphrases": ["Does the surname \"Hiltunen\" belong to the category of surnames through its type hierarchy?", "Confirm whether Hiltunen is classified as a surname based on its type and superclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q30965567> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6398", "question": "What are the lighthouses in Sweden with the most colors, excluding those where colors are assigned to specific parts?", "sparql": "SELECT ?lighthouse (SAMPLE(?label) AS ?lighthouseLabel) ( COUNT( ?color ) AS ?colorCount ) WHERE { ?lighthouse wdt:P31 wd:Q39715 . ?lighthouse wdt:P17 wd:Q34 . ?lighthouse p:P462 ?colorStatement . ?colorStatement ps:P462 ?color . OPTIONAL { ?colorStatement pq:P518 ?part . } FILTER ( !BOUND( ?part ) ) . ?lighthouse rdfs:label ?label . } GROUP BY ?lighthouse ORDER BY DESC ( ?colorCount ) ASC ( ?lighthouseLabel )", "paraphrases": ["List Swedish lighthouses by the number of colors they have, but only include colors that apply to the entire structure, not just a part like the lantern or tower.", "Which lighthouses in Sweden have the highest number of distinct colors, and how many colors do they have, considering only full-structure color assignments?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . ?var1 <http://www.wikidata.org/prop/P462> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P462> ?var2 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P518> ?var5 . } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )ASC( ?var1Label )"}}
{"id": "val_6399", "question": "Who was the President of the United States with the family name Obama?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?positionLabel ?familyNameLabel WHERE {\n  ?person wdt:P39 wd:Q11696 .\n  ?person wdt:P734 wd:Q5280414 .\n  ?person rdfs:label ?personLabel .\n  wd:Q11696 rdfs:label ?positionLabel .\n  wd:Q5280414 rdfs:label ?familyNameLabel .\n  FILTER(lang(?personLabel) = \"en\")\n  .\n  FILTER(lang(?positionLabel) = \"en\")\n  .\n  FILTER(lang(?familyNameLabel) = \"en\")\n}", "paraphrases": ["Which U.S. president has the last name Obama?", "List the person who held the office of President of the United States and whose surname is Obama."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var1 <http://www.wikidata.org/prop/direct/P734> \"Obama\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fa\". } }"}}
{"id": "val_6400", "question": "List museum objects from the Mus\u00e9e d'ethnographie de Gen\u00e8ve with their catalogue numbers and English labels.", "sparql": "SELECT ?item ?label ?megId WHERE { ?item wdt:P4157 ?megId . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1000", "paraphrases": ["What are the English names and MEG catalogue IDs of items in the Mus\u00e9e d'ethnographie de Gen\u00e8ve's collection?", "Show me the English labels and MEG IDs of all items in the Mus\u00e9e d'ethnographie de Gen\u00e8ve's online catalogue."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4157> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_6401", "question": "Artworks created by Pierre Bonnard", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artwork ?artworkLabel WHERE {\n  ?artwork wdt:P170 wd:Q26408 .\n  ?artwork rdfs:label ?artworkLabel .\n  FILTER(LANG(?artworkLabel) = \"en\")\n}", "paraphrases": ["What paintings or artworks did Pierre Bonnard create?", "List the English-labeled artworks made by the French artist Pierre Bonnard."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q26408> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en,de,da,no,fr\". } }"}}
{"id": "val_6402", "question": "Is Meld a type of software?", "sparql": "ASK WHERE { wd:Q706037 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Meld fall under the category of software?", "Is Meld classified as software or a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q706037> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6403", "question": "Deceased astronauts with their death dates, sorted by most recent death first.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?astronaut ?astronautLabel ?deathDate WHERE {\n  ?astronaut wdt:P31 wd:Q5 ; wdt:P450 [] ; wdt:P570 ?deathDate .\n  ?astronaut rdfs:label ?astronautLabel .\n  FILTER(LANG(?astronautLabel) = \"en\")\n}\nGROUP BY ?astronaut ?astronautLabel ?deathDate\nORDER BY DESC(?deathDate)", "paraphrases": ["Who are the humans who were astronauts and have died, and when did they die, listed from the most recently deceased to the earliest?", "List the names and death dates of all astronauts who have passed away, in order from the most recent death to the oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P450> [] . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ORDER BY DESC( ?var2 )"}}
{"id": "val_6404", "question": "What is the French-language category that tracks pages using the \"capital of\" property on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?category ?label ?description WHERE {\n  ?category wdt:P1659 wd:P1376 .\n  ?category rdfs:label ?label .\n  ?category schema:description ?description .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(LANG(?description) = \"fr\")\n}", "paraphrases": ["Which French-labeled category is associated with the property \"capital of\" via a related property link?", "Can you show me the French label and description of the Wikimedia category that monitors usage of the capital of property?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1376> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . }"}}
{"id": "val_6405", "question": "People educated at Tel Aviv University", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P69 wd:Q319239 .\n}\nLIMIT 10", "paraphrases": ["Who are some individuals who attended Tel Aviv University?", "List up to 10 alumni of Tel Aviv University."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q319239> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } } LIMIT 10"}}
{"id": "val_6406", "question": "People educated at Tel Aviv University and their birth dates", "sparql": "SELECT ?person ?personLabel ?birthDate WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P69 wd:Q319239 . ?person wdt:P569 ?birthDate . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are the humans educated at Tel Aviv University, and when were they born?", "List the names and birth dates of people who studied at Tel Aviv University."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q319239> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } } LIMIT 10"}}
{"id": "val_6407", "question": "Which Wikidata items have Twitter usernames Lefinnois, PicduMidi, CstmarcGeo, AltaMetriS, or LCP, and how many Wikipedia articles do they have?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername ?sitelinkCount WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  OPTIONAL {\n    ?item wikibase:sitelinks ?sitelinkCount\n  }\n  VALUES ?twitterUsername {\n    \"Lefinnois\" \"PicduMidi\" \"CstmarcGeo\" \"AltaMetriS\" \"LCP\"\n  }\n}\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Are there any entities on Wikidata with the Twitter handles Lefinnois, PicduMidi, CstmarcGeo, AltaMetriS, or LCP, and do any of them have Wikipedia pages?", "Show me the Wikidata items linked to the Twitter accounts Lefinnois, PicduMidi, CstmarcGeo, AltaMetriS, and LCP, along with their Wikipedia sitelink counts if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Lefinnois\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"PicduMidi\" ) ( \"CstmarcGeo\" ) ( \"string4\" ) ( \"AltaMetriS\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"LCP\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6408", "question": "Mountains in Italy higher than 4000 meters with their coordinates and names.", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mountain ?mountainLabel ?coordinates ?unit WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain ( p:P2044 / psv:P2044 ) ?elevationValue .\n  ?elevationValue wikibase:quantityUnit ?unit .\n  FILTER ( ?unit = wd:Q11573 ) .\n  ?elevationValue wikibase:quantityAmount ?elevationAmount .\n  FILTER ( ?elevationAmount > 4000 ) .\n  ?mountain wdt:P625 ?coordinates .\n  ?mountain wdt:P17 wd:Q38 .\n  OPTIONAL {\n    ?mountain rdfs:label ?mountainLabel .\n    FILTER ( LANG( ?mountainLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the names, coordinates, and elevations of mountains in Italy that are taller than 4000 meters?", "List all mountains in Italy that exceed 4000 meters in elevation, along with their English names and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value/P2044> ) ?var3 . ?var3 <http://wikiba.se/ontology#quantityUnit> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q11573> ) ) ) . ?var3 <http://wikiba.se/ontology#quantityAmount> ?var5 . FILTER ( ( ( ?var5 > \"4000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_6409", "question": "Which French media outlets and departments have Twitter accounts, and how many Wikipedia pages link to them?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item ; schema:isPartOf ?site . VALUES ?username { \"BFMTV\" \"LaTribune\" \"Bordeaux\" \"sudouest\" \"gironde\" \"cddordogne\" \"France2tv\" } } GROUP BY ?item ?username ORDER BY ASC (?sitelinks)", "paraphrases": ["What are the Twitter usernames of French media organizations and departments like BFMTV, Sud-Ouest, and Dordogne, and how many language versions of Wikipedia have articles about them?", "List the Twitter handles of major French media and regional departments, sorted by the number of Wikipedia language editions that mention them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"gironde\" ) ( \"BxMetro\" ) ( \"Bordeaux\" ) ( \"sudouest\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"InseeFr\" ) ( \"string4\" ) ( \"string5\" ) ( \"ardeche\" ) ( \"cddordogne\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"lanievre\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"ecom_news\" ) ( \"string16\" ) ( \"Bordeaux7\" ) ( \"aqui_fr\" ) ( \"string17\" ) ( \"Tatapresse\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"Ehpadia\" ) ( \"string21\" ) ( \"autonomies\" ) ( \"string22\" ) ( \"witfm\" ) ( \"string23\" ) ( \"France2tv\" ) ( \"BFMTV\" ) ( \"string24\" ) ( \"LaTribune\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"Gironde\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"string35\" ) ( \"string36\" ) ( \"string37\" ) ( \"string38\" ) ( \"string39\" ) ( \"string40\" ) ( \"string41\" ) ( \"Zehub\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6410", "question": "What is the English label, description, and Wikipedia link for Slovenia\u2013Spain relations?", "sparql": "SELECT ?label ?description ?image ?coordinates ?wikipediaArticle WHERE { wd:Q23487081 rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { wd:Q23487081 schema:description ?description . FILTER (LANG(?description) = \"en\") . } OPTIONAL { wd:Q23487081 wdt:P18 ?image . } OPTIONAL { wd:Q23487081 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q23487081 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } }", "paraphrases": ["Can you show me the English Wikipedia page for Slovenia\u2013Spain relations, along with its description and any associated image or coordinates?", "Tell me about Slovenia\u2013Spain relations: what\u2019s its official name in English, its description, and where can I read about it on Wikipedia?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23487081> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q23487081> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23487081> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q23487081> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q23487081> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_6411", "question": "Which organizations have the Twitter usernames \"RS_Barbey\" or \"BxMetro\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"RS_Barbey\" \"BxMetro\" } }", "paraphrases": ["What entities are associated with the Twitter accounts @RS_Barbey and @BxMetro?", "Can you find the Wikidata items for the Twitter handles RS_Barbey and BxMetro?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"RS_Barbey\" ) ( \"string1\" ) ( \"tampleband\" ) ( \"BangsMiki\" ) ( \"TampleBand\" ) ( \"uatea\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"deerhunter\" ) ( \"assouvs\" ) ( \"SintoPap\" ) ( \"string6\" ) ( \"string7\" ) ( \"BxMetro\" ) ( \"Bordeaux\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"gwardeath\" ) ( \"BLACKAPAR\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"PiasFrance\" ) ( \"2hetquart\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6412", "question": "Is Jonas Johansson a human?", "sparql": "ASK WHERE { wd:Q3108831 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does Jonas Johansson belong to the class of humans?", "Is human a type that Jonas Johansson is an instance of?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3108831> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6413", "question": "Is S\u00f6dra h\u00e4llarna a protected area?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q30159619 wdt:P31 / wdt:P279 * wd:Q473972 .\n}", "paraphrases": ["Does S\u00f6dra h\u00e4llarna belong to a category that is a type of protected area?", "Is S\u00f6dra h\u00e4llarna classified as a protected area?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q30159619> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6414", "question": "What film has the Cineplex Germany film ID 155264?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"155264\" . }", "paraphrases": ["Which movie in Wikidata is identified by the Cineplex ID 155264?", "I need to find the Wikidata item for the film with Cineplex Germany film ID 155264."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"155264\". }"}}
{"id": "val_6415", "question": "People born between year 0 and year 32 with their birth date precision", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT DISTINCT ?person ?personLabel ?birthDate ?precision WHERE {\n  ?person p:P569 ?birthStatement .\n  ?birthStatement psv:P569 ?birthValue .\n  ?birthValue wikibase:timeValue ?birthDate .\n  ?birthValue wikibase:timePrecision ?precision .\n  FILTER(?birthDate < \"+0032-00-15T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?birthDate > \"+0000-00-00T00:00:00Z\" ^^ xsd:dateTime)\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nLIMIT 1000", "paraphrases": ["Who were born after year 0 and before year 32, and what is the precision of their birth dates?", "List individuals born in the first 32 years of the calendar with their exact birth dates and how precise those dates are."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P569> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/value/P569> ?var5 . ?var5 <http://wikiba.se/ontology#timeValue> ?var2 . ?var5 <http://wikiba.se/ontology#timePrecision> ?var3 . FILTER ( ( ( ?var2 < \"+0032-00-15T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 > \"+0000-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } } LIMIT 1000"}}
{"id": "val_6416", "question": "List of humans with English labels from Wikidata", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 100000", "paraphrases": ["Who are some humans listed in Wikidata with their English names?", "Show me 100,000 humans from Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } LIMIT 100000"}}
{"id": "val_6417", "question": "Is the encyclopedia article \"\u00c9gout\" considered a human?", "sparql": "ASK WHERE { wd:Q47000201 ( wdt:P31 / wdt:P279* ) wd:Q5 . }", "paraphrases": ["Does the entity Q47000201 belong to the human category either directly or through inheritance?", "Is an article from the 19th-century French architectural dictionary classified as a human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47000201> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6418", "question": "People educated at Syracuse University College of Law", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P69 wd:Q7663080 .\n}\nLIMIT 500", "paraphrases": ["Who are the humans that attended Syracuse University College of Law?", "List all alumni of the Syracuse University College of Law."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q7663080> . } LIMIT 500"}}
{"id": "val_6419", "question": "What film has the Box Office Mojo ID \"luther\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1237 \"luther\" .\n}", "paraphrases": ["Which movie is identified by the Box Office Mojo film ID \"luther\"?", "Find the Wikidata item for the film whose Box Office Mojo identifier is \"luther\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1237> \"luther\". }"}}
{"id": "val_6420", "question": "Which film has the Scope.dk ID 2998?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2518 \"2998\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified as 2998 on Scope.dk?", "Find the film in Wikidata that corresponds to the Scope.dk film ID 2998."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"2998\". }"}}
{"id": "val_6421", "question": "Humans educated at the United States Military Academy", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P69 wd:Q9219 . } LIMIT 500", "paraphrases": ["Who are the people who attended the United States Military Academy?", "List 500 individuals who graduated from the United States Military Academy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P131> )* <http://www.wikidata.org/entity/Q9219> . } LIMIT 500"}}
{"id": "val_6422", "question": "Subclasses of acquired metabolic disease and their number of associated diseases", "sparql": "SELECT ?subclass ?subclassLabel (COUNT(?instance) AS ?instanceCount) WHERE { ?subclass wdt:P279 wd:Q18553699 . ?instance (wdt:P31/wdt:P279*) ?subclass . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } GROUP BY ?subclass ?subclassLabel ORDER BY DESC(?instanceCount)", "paraphrases": ["What are the subclasses of acquired metabolic disease, and how many diseases are classified under each?", "List the subclasses of acquired metabolic disease along with the count of diseases in each subclass, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18553699> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18553699> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_6423", "question": "Top 50 most common occupations on Wikidata by number of people.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?occupation ?occupationLabel ?count WHERE {\n  {\n    SELECT ?occupation(COUNT(?person) AS ?count) WHERE {\n      ?person wdt:P106 ?occupation .\n    }\n    GROUP BY ?occupation\n    ORDER BY DESC(?count)\n    LIMIT 1000\n  }\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nORDER BY DESC(?count)\nLIMIT 50", "paraphrases": ["What are the 50 most popular occupations in Wikidata, and how many people are associated with each?", "Show me the top 50 occupations with the highest number of people listed, along with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,es,pl,ja,zh,ru\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_6424", "question": "Extract prefix, suffix, and cleaned version of ISBN-13 identifiers from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?isbn ?prefix ?suffix ?cleaned_isbn WHERE {\n  ?item wdt:P212 ?isbn .\n  FILTER(STRSTARTS(?isbn , \"978\"))\n  BIND(STRBEFORE(?isbn , \"-\") AS ?prefix)\n  BIND(STRAFTER(?isbn , \"-\") AS ?suffix)\n  BIND(REPLACE(?isbn , \"-\" , \"\") AS ?cleaned_isbn)\n}\nLIMIT 1", "paraphrases": ["For books with ISBN-13 identifiers, what are the parts before and after the first hyphen, and what does the ISBN look like without any hyphens?", "Show me the ISBN-13, its prefix (before the first hyphen), the remaining part after the first hyphen, and the hyphen-free version for one book in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( \"string1\" ) } BIND ( STRBEFORE ( ?var1 , \"-\" ) AS ?var2 ). BIND ( STRAFTER ( ?var1 , \"-\" ) AS ?var3 ). BIND ( REPLACE ( ?var1 , \"-\", \"\" ) AS ?var4 ). }"}}
{"id": "val_6425", "question": "Image of the person with SNAC ARK ID w6bd94fz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6bd94fz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6bd94fz?", "Show me the photo of the individual identified by the SNAC ARK ID w6bd94fz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bd94fz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6426", "question": "Image of Joseph T. McNarney with SNAC ARK ID w6k64h9x", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6k64h9x\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6k64h9x?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6k64h9x."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6k64h9x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6427", "question": "Which organizations on Wikidata have the Twitter/X usernames \"YouTube\" and \"Seagate\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"YouTube\" \"Seagate\"\n  }\n}", "paraphrases": ["Find the Wikidata items for the Twitter accounts @YouTube and @Seagate.", "What entities in Wikidata are associated with the Twitter usernames \"YouTube\" and \"Seagate\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"BloOpGreG\" ) ( \"asglnb\" ) ( \"string2\" ) ( \"string3\" ) ( \"ASGLNB\" ) ( \"YouTube\" ) ( \"string4\" ) ( \"petitgas12\" ) ( \"string5\" ) ( \"waxxgyver\" ) ( \"TopAchat\" ) ( \"string6\" ) ( \"Seagate\" ) ( \"AMD_France\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"htcvive\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6428", "question": "Which Wikidata entities have the Twitter handles \"Airbus\" or \"AirbusPRESS\"?", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity p:P2002 ?stmt . ?stmt ps:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Airbus\" \"AirbusPRESS\" } }", "paraphrases": ["What are the Wikidata items associated with the Twitter usernames \"Airbus\" and \"AirbusPRESS\"?", "Find the Wikidata entities linked to the Twitter accounts \"Airbus\" and \"AirbusPRESS\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"GozarZargo\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"kimifcl29\" ) ( \"yonamal\" ) ( \"string5\" ) ( \"SoshiQuest\" ) ( \"YceMkd\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"FCLorient\" ) ( \"Benn_Nuuts\" ) ( \"string10\" ) ( \"Cabot_Jim\" ) ( \"string11\" ) ( \"string12\" ) ( \"AdlineLR\" ) ( \"AdamsSarr\" ) ( \"SissoeffG\" ) ( \"string13\" ) ( \"string14\" ) ( \"pythou29\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"Airbus\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6429", "question": "What film has the film-documentaire.fr ID 34420?", "sparql": "SELECT ?film WHERE { ?film wdt:P3673 \"34420\" . }", "paraphrases": ["Which movie is identified by the number 34420 in the French film database film-documentaire.fr?", "Find the Wikidata item for the film with identifier 34420 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"34420\". }"}}
{"id": "val_6430", "question": "List biological species with their TAXREF IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxon ?taxonLabel ?taxrefId WHERE {\n  ?taxon wdt:P3186 ?taxrefId .\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER ( LANG( ?taxonLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the English names of biological taxa and their TAXREF identifiers?", "Show me the scientific names of species along with their TAXREF IDs from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3186> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 10"}}
{"id": "val_6431", "question": "What are the films directed by Christopher Nolan, and what are their English titles and images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film(SAMPLE(?filmLabel) AS ?label) ?image WHERE {\n  ?film wdt:P57 wd:Q25191 .\n  OPTIONAL {\n    ?film wdt:P18 ?image .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANGMATCHES(LANG(?filmLabel) , \"en\"))\n}\nGROUP BY ?film ?image", "paraphrases": ["Show me the list of movies directed by Christopher Nolan with their official English titles and available posters or logos.", "Which films did Christopher Nolan direct, and which ones have official images on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q25191> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_6432", "question": "Classes of organizations with PermID identifiers and their superclasses, ranked by count.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?classLabel ?superclassLabel ( COUNT( ?item ) AS ?count ) ( SAMPLE( ?item ) AS ?example ) WHERE {\n  ?item wdt:P31 ?class .\n  ?item wdt:P3347 ?permId .\n  ?class wdt:P279 ?superclass .\n  ?class rdfs:label ?classLabel .\n  ?superclass rdfs:label ?superclassLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" ) FILTER ( LANG( ?superclassLabel ) = \"en\" )\n}\nGROUP BY ?classLabel ?superclassLabel\nORDER BY DESC ( ?count )", "paraphrases": ["What are the most common types of organizations that have a PermID, and what broader categories do they belong to?", "Show me the top classes of entities with PermIDs, their superclass categories, how many entities are in each class, and one example entity."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ( COUNT ( ?var3 ) AS ?var4 )( SAMPLE ( ?var3 ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P3347> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var2Label ?var1Label ORDER BY DESC( ?var4 )"}}
{"id": "val_6433", "question": "What are the superclass categories of ambassador of the German Reich?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q30504670 wdt:P279 * ?ancestor .\n}\nLIMIT 10", "paraphrases": ["What broader professional categories does the role of ambassador of the German Reich belong to?", "Show me the hierarchy of classes that include the position of ambassador of the German Reich."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q30504670> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6434", "question": "What are the places in the United Kingdom whose names end in \"ow\" or \"itz\", and what are their coordinates and images?", "sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 wdt:P17 wd:Q145 . ?var1 wdt:P625 ?var2 . ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"en\") . FILTER (REGEX(?var1Label, \"(ow|itz)$\")) . OPTIONAL { ?var1 wdt:P18 ?var3 . } }", "paraphrases": ["Show me English-named locations in Britain that end with \"ow\" or \"itz\", along with their geographic coordinates and any associated images from Wikimedia Commons.", "Can you list UK towns and villages ending in \"ow\" or \"itz\", including where they are located on a map and if there's a photo available?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( REGEX ( ?var1Label , \"(ow|itz)$\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6435", "question": "People born in 1575 and their labels", "sparql": "SELECT ?label ?birthDate WHERE { ?person wdt:P569 ?birthDate . OPTIONAL { ?person rdfs:label ?label . } FILTER (?birthDate >= \"1575-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1575-12-31T23:59:59Z\"^^xsd:dateTime) } ORDER BY ASC(?birthDate)", "paraphrases": ["Who were born in the year 1575, and what are their names in any language?", "List all individuals born in 1575 along with their labels, sorted by birth date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"575-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"575-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_6436", "question": "What country and city is the Czech Environmental Information Agency located in?", "sparql": "SELECT DISTINCT ?location ?locationLabel WHERE { wd:Q11281626 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location . OPTIONAL { ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\") } }", "paraphrases": ["Can you tell me the administrative and national location of the Czech Environmental Information Agency?", "Where is the Czech Environmental Information Agency situated in terms of country and city?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q11281626> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6437", "question": "Which chemical compounds have valid CAS registry numbers according to the check digit algorithm?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?cas ?valid WHERE {\n  ?item wdt:P231 ?cas .\n  BIND(REPLACE(STR(?cas) , \"-\" , \"\") AS ?clean)\n  BIND(STRLEN(?clean) AS ?len)\n  BIND(SUBSTR(?clean , ?len , 1) AS ?lastChar)\n  BIND(xsd:integer(?lastChar) AS ?checkDigit)\n  BIND(IF(?len > 1 , xsd:integer(SUBSTR(?clean , ?len - 1 , 1)) , 0) AS ?d1)\n  BIND(IF(?len > 2 , xsd:integer(SUBSTR(?clean , ?len - 2 , 1)) , 0) AS ?d2)\n  BIND(IF(?len > 3 , xsd:integer(SUBSTR(?clean , ?len - 3 , 1)) , 0) AS ?d3)\n  BIND(IF(?len > 4 , xsd:integer(SUBSTR(?clean , ?len - 4 , 1)) , 0) AS ?d4)\n  BIND(IF(?len > 5 , xsd:integer(SUBSTR(?clean , ?len - 5 , 1)) , 0) AS ?d5)\n  BIND(IF(?len > 6 , xsd:integer(SUBSTR(?clean , ?len - 6 , 1)) , 0) AS ?d6)\n  BIND(IF(?len > 7 , xsd:integer(SUBSTR(?clean , ?len - 7 , 1)) , 0) AS ?d7)\n  BIND(IF(?len > 8 , xsd:integer(SUBSTR(?clean , ?len - 8 , 1)) , 0) AS ?d8)\n  BIND(IF(?len > 9 , xsd:integer(SUBSTR(?clean , ?len - 9 , 1)) , 0) AS ?d9)\n  BIND((?d1 * 1 + ?d2 * 2 + ?d3 * 3 + ?d4 * 4 + ?d5 * 5 + ?d6 * 6 + ?d7 * 7 + ?d8 * 8 + ?d9 * 9) AS ?weightedSum)\n  BIND((?weightedSum -(xsd:integer(?weightedSum / 10) * 10)) AS ?computedCheck)\n  BIND(?computedCheck = ?checkDigit AS ?valid)\n}\nORDER BY ?cas", "paraphrases": ["How can I identify chemical substances in Wikidata whose CAS numbers are correctly validated by the standard check digit rule?", "List all chemical compounds from Wikidata along with their CAS numbers and indicate which ones have a valid check digit."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { BIND ( REGEX ( \"100-000-5\", \"string1\" ) AS ?var3 ). BIND ( REPLACE ( STR ( ?var2 ) , \"-\", \"\" ) AS ?var5 ). BIND ( STRLEN ( ?var5 ) AS ?var6 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ?var6 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var7 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var8 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var10 ). BIND ( IF ( ( ?var6 > \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var11 ). BIND ( IF ( ( ?var6 > \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var12 ). BIND ( IF ( ( ?var6 > \"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-6\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var13 ). BIND ( IF ( ( ?var6 > \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var14 ). BIND ( IF ( ( ?var6 > \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var15 ). BIND ( IF ( ( ?var6 > \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var16 ). BIND ( ( ( ( ( ( ( ( ( ?var8 + ( ?var9 *\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var10 *\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var11 *\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var12 *\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var13 *\"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var14 *\"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var15 *\"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var16 *\"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var17 ). BIND ( ( ?var17 - ( <http://www.w3.org/2001/XMLSchema#integer> ( ( ?var17 /\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) *\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var18 ). BIND ( ( ?var18 = ?var7 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P231> ?var2 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_6438", "question": "Chemical compounds with valid CAS registry numbers", "sparql": "SELECT ?chemical ?casNumber ?isValid WHERE { ?chemical wdt:P231 ?casNumber . FILTER( REGEX( STR(?casNumber), \"^[0-9]{1,7}-[0-9]{1,2}-[0-9]$\" ) ) BIND( REPLACE( STR(?casNumber), \"-\", \"\" ) AS ?digitsOnly ) BIND( STRLEN(?digitsOnly) AS ?len ) BIND( xsd:integer( SUBSTR(?digitsOnly, ?len, 1) ) AS ?checkDigit ) BIND( IF( ?len > 1, xsd:integer( SUBSTR(?digitsOnly, ?len - 1, 1) ), 0 ) AS ?d1 ) BIND( IF( ?len > 2, xsd:integer( SUBSTR(?digitsOnly, ?len - 2, 1) ), 0 ) AS ?d2 ) BIND( IF( ?len > 3, xsd:integer( SUBSTR(?digitsOnly, ?len - 3, 1) ), 0 ) AS ?d3 ) BIND( IF( ?len > 4, xsd:integer( SUBSTR(?digitsOnly, ?len - 4, 1) ), 0 ) AS ?d4 ) BIND( IF( ?len > 5, xsd:integer( SUBSTR(?digitsOnly, ?len - 5, 1) ), 0 ) AS ?d5 ) BIND( IF( ?len > 6, xsd:integer( SUBSTR(?digitsOnly, ?len - 6, 1) ), 0 ) AS ?d6 ) BIND( IF( ?len > 7, xsd:integer( SUBSTR(?digitsOnly, ?len - 7, 1) ), 0 ) AS ?d7 ) BIND( IF( ?len > 8, xsd:integer( SUBSTR(?digitsOnly, ?len - 8, 1) ), 0 ) AS ?d8 ) BIND( IF( ?len > 9, xsd:integer( SUBSTR(?digitsOnly, ?len - 9, 1) ), 0 ) AS ?d9 ) BIND( ( ?d1 * 1 + ?d2 * 2 + ?d3 * 3 + ?d4 * 4 + ?d5 * 5 + ?d6 * 6 + ?d7 * 7 + ?d8 * 8 + ?d9 * 9 ) AS ?weightedSum ) BIND( ( ?weightedSum - ( xsd:integer( ?weightedSum / 10 ) * 10 ) ) AS ?computedCheck ) BIND( ( ?computedCheck = ?checkDigit ) AS ?isValid ) } ORDER BY ASC(?casNumber)", "paraphrases": ["Which chemical substances have correctly formatted and checksum-validated CAS numbers?", "List all chemical compounds from Wikidata along with their CAS numbers and confirm they are valid."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { BIND ( REGEX ( ?var2 , \"string1\" ) AS ?var3 ). BIND ( REPLACE ( STR ( ?var2 ) , \"-\", \"\" ) AS ?var5 ). BIND ( STRLEN ( ?var5 ) AS ?var6 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ?var6 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var7 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var8 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var10 ). BIND ( IF ( ( ?var6 > \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var11 ). BIND ( IF ( ( ?var6 > \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var12 ). BIND ( IF ( ( ?var6 > \"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-6\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var13 ). BIND ( IF ( ( ?var6 > \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var14 ). BIND ( IF ( ( ?var6 > \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var15 ). BIND ( IF ( ( ?var6 > \"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ), <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( ?var5 , ( ?var6 +\"-9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var16 ). BIND ( ( ( ( ( ( ( ( ( ?var8 + ( ?var9 *\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var10 *\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var11 *\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var12 *\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var13 *\"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var14 *\"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var15 *\"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( ?var16 *\"9\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var17 ). BIND ( ( ?var17 - ( <http://www.w3.org/2001/XMLSchema#integer> ( ( ?var17 /\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) *\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var18 ). BIND ( ( ?var18 = ?var7 ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P231> ?var2 . } ORDER BY ASC( ?var2 )"}}
{"id": "val_6439", "question": "Which Twitter accounts (CfdtBerger, YouTube, CFDT, kassovitz1) have the fewest Wikipedia sitelinks?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?sitelink schema:about ?item . ?sitelink schema:isPartOf ?site . VALUES ?username { \"CfdtBerger\" \"YouTube\" \"CFDT\" \"kassovitz1\" } } GROUP BY ?item ?username ORDER BY ASC (?sitelinkCount)", "paraphrases": ["How many Wikipedia links do the Twitter accounts CfdtBerger, YouTube, CFDT, and kassovitz1 have, sorted from least to most?", "Show me the Twitter usernames of Laurent Berger, YouTube, CFDT, and Mathieu Kassovitz along with their Wikipedia sitelink counts, ordered by the smallest number of links first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"CfdtBerger\" ) ( \"PoliceSCSI\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"YouTube\" ) ( \"CFDT\" ) ( \"string5\" ) ( \"kassovitz1\" ) ( \"string6\" ) ( \"UNSAPOLICE\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"SNAPATSIBN\" ) ( \"UffaCFDT\" ) ( \"dgafp\" ) ( \"string11\" ) ( \"string12\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6440", "question": "People with grave images but no recorded burial place, in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?image ?personLabel WHERE {\n  ?person wdt:P1442 ?image . MINUS {\n    ?person wdt:P119 [] .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ASC ( ?personLabel )", "paraphrases": ["Who are the people whose graves have photos on Wikimedia Commons but whose burial locations are not listed in Wikidata?", "List the names and grave images of people who don\u2019t have a known burial place, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1442> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P119> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6441", "question": "Which Wikidata entities have Twitter usernames including lequipe, EquipeFDJ, HugoHoule, ledauphine, p_latour, Ardeche_07, or MLivron?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"lequipe\" \"EquipeFDJ\" \"HugoHoule\" \"ledauphine\" \"p_latour\" \"Ardeche_07\" \"MLivron\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with Twitter accounts @lequipe, @EquipeFDJ, @HugoHoule, @ledauphine, @p_latour, @Ardeche_07, or @MLivron?", "List the Wikidata items and their Twitter handles for the accounts: lequipe, EquipeFDJ, HugoHoule, ledauphine, p_latour, Ardeche_07, and MLivron."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"EquipeFDJ\" ) ( \"string3\" ) ( \"ledauphine\" ) ( \"LeDL26et07\" ) ( \"string4\" ) ( \"MLivron\" ) ( \"Ardeche_07\" ) ( \"string5\" ) ( \"string6\" ) ( \"p_latour\" ) ( \"lequipe\" ) ( \"string7\" ) ( \"string8\" ) ( \"YouTube\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"HugoHoule\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6442", "question": "What is the Wikidata item for the Wikipedia page about Ronald Reagan?", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT ?item WHERE {\n  <https://en.wikipedia.org/wiki/Ronald_Reagan> schema:about ?item .\n}", "paraphrases": ["Which Wikidata entity corresponds to the English Wikipedia article on Ronald Reagan?", "Can you find the Wikidata ID for Ronald Reagan using his Wikipedia page?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://en.wikipedia.org/wiki/Ronald_Reagan> <http://schema.org/about> ?var1 . }"}}
{"id": "val_6443", "question": "Who has the Twitter username \"greta\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) VALUES ?twitterUsername {\n    \"greta\"\n  }\n}", "paraphrases": ["Which person is associated with the Twitter handle \"greta\"?", "Find the Wikidata entity for the Twitter username \"greta\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"greta\" ) ( \"string6\" ) ( \"reddy1408\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"WordSparks\" ) ( \"string10\" ) ( \"uh_emm\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"xMinkiex\" ) ( \"string14\" ) ( \"jaffag1\" ) ( \"aimasters\" ) ( \"string15\" ) ( \"string16\" ) ( \"D10antKC\" ) } }"}}
{"id": "val_6444", "question": "Image of the person with SNAC ARK ID w6m3395j", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6m3395j\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6m3395j?", "Can you show me the portrait or image linked to Abigail May Alcott Nieriker in Wikidata, using her SNAC ARK ID w6m3395j?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6m3395j\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6445", "question": "Wikidata items with Twitter usernames: LaceySturm, Kachelmann, bild, 20min, olibrecht, hr1, hr3, FFHde, uwz_de, SWRAktuell", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"LaceySturm\" \"Kachelmann\" \"bild\" \"20min\" \"olibrecht\" \"hr1\" \"hr3\" \"FFHde\" \"uwz_de\" \"SWRAktuell\" } }", "paraphrases": ["Which people or organizations on Wikidata have the Twitter usernames LaceySturm, Kachelmann, bild, 20min, olibrecht, hr1, hr3, FFHde, uwz_de, or SWRAktuell?", "Find the Wikidata entities that are associated with the Twitter accounts LaceySturm, Kachelmann, bild, 20min, olibrecht, hr1, hr3, FFHde, uwz_de, and SWRAktuell."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"LaceySturm\" ) ( \"string2\" ) ( \"Kachelmann\" ) ( \"bild\" ) ( \"20min\" ) ( \"string3\" ) ( \"olibrecht\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"hr1\" ) ( \"hr3\" ) ( \"FFHde\" ) ( \"string16\" ) ( \"string17\" ) ( \"uwz_de\" ) ( \"string18\" ) ( \"string19\" ) ( \"SWRAktuell\" ) } }"}}
{"id": "val_6446", "question": "Artworks in the Metropolitan Museum of Art that depict ships, with their titles, Wikipedia pages, and images.", "sparql": "SELECT DISTINCT ?item ?itemTitle ?wikipediaPage (SAMPLE(?image) AS ?sampledImage)\nWHERE {\n  ?item wdt:P195 wd:Q160236 .           # In the Metropolitan Museum of Art collection\n  ?item wdt:P180 wd:Q11446 .            # Depicts a ship\n  OPTIONAL {\n    ?item wdt:P18 ?image .              # Has an image\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?item ;\n                   schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?item wdt:P1476 ?itemTitle .          # Get the title of the artwork\n}\nGROUP BY ?item ?itemTitle ?wikipediaPage\nLIMIT 50", "paraphrases": ["What artworks in the Metropolitan Museum of Art\u2019s collection show ships, and what are their titles, Wikipedia links, and images?", "Show me the titles, Wikipedia articles, and images of all ship-depicting artworks in the Metropolitan Museum of Art\u2019s collection."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q160236> . ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q11446> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_6447", "question": "What administrative regions and continents include Sketty?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 WHERE {\n  BIND(wd:Q7534773 AS ?var2)\n  ?var2(wdt:P131 | wdt:P17 | wdt:P30) + ?var1 .\n}", "paraphrases": ["What places is Sketty part of, going up from suburb to continent?", "List all geographic and political entities that Sketty belongs to, from local to continental level."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q7534773> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6448", "question": "Humans in Wikidata with no external URLs or source references", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?label WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER NOT EXISTS {\n    ?human wdt:P973 [] .\n  }\n  FILTER NOT EXISTS {\n    ?human wdt:P1343 [] .\n  }\n}\nLIMIT 1", "paraphrases": ["Which humans in Wikidata have no external website links or described-by-source claims?", "Show me a human entity from Wikidata that has no URL or source citation and an English label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q25485273> ) } ?var1 <http://wikiba.se/ontology#sitelinks> \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://wikiba.se/ontology#identifiers> \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://wikiba.se/ontology#statements> ?var2 . MINUS { [] ?var5 ?var1 . } OPTIONAL { ?var1 ?var3 [ <http://www.w3.org/ns/prov#wasDerivedFrom> [ ?var4 [] ] ] . } MINUS { ?var1 <http://www.wikidata.org/prop/P973> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/P1343> [] . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_6449", "question": "Wikipedia language editions, their languages, regions where spoken, countries with that language as official, and ISO codes.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?wikipediaEdition ?wikipediaEditionLabel ?language ?languageLabel ?region ?regionLabel ?country ?countryLabel ?isoCode WHERE {\n  ?wikipediaEdition wdt:P31 wd:Q10876391 .\n  ?wikipediaEdition wdt:P407 ?language .\n  ?language wdt:P131 ?region .\n  ?country wdt:P37 ?language .\n  OPTIONAL {\n    ?region wdt:P300 ?isoCode .\n  }\n  ?wikipediaEdition rdfs:label ?wikipediaEditionLabel .\n  ?language rdfs:label ?languageLabel .\n  ?region rdfs:label ?regionLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?wikipediaEditionLabel) = \"en\")\n  FILTER(LANG(?languageLabel) = \"en\")\n  FILTER(LANG(?regionLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["For each Wikipedia language edition, what is its language, the region where that language is spoken, which countries recognize it as official, and what is the ISO 3166-2 code of the region?", "List all Wikipedia language editions along with their associated language, the administrative region where the language is spoken, any country that has that language as official, and the ISO code of the region."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> . ?var1 <http://www.wikidata.org/prop/direct/P407> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P37> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P300> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } }"}}
{"id": "val_6450", "question": "First-level administrative divisions with Catalan as official language", "sparql": "SELECT ?adminDivision ?adminDivisionLabel WHERE { ?adminDivision wdt:P31/wdt:P279* wd:Q10864048 ; wdt:P37 wd:Q7026 . ?adminDivision rdfs:label ?adminDivisionLabel . FILTER(LANG(?adminDivisionLabel) = \"en\") }", "paraphrases": ["Which administrative regions have Catalan as an official language?", "List all first-level administrative divisions where Catalan is the official language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q10864048> . ?var1 <http://www.wikidata.org/prop/direct/P37> <http://www.wikidata.org/entity/Q7026> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } }"}}
{"id": "val_6451", "question": "Actors with birthplace coordinates and images on Wikimedia Commons.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor ?actorLabel ?birthPlaceCoordinates ?image WHERE {\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P18 ?image .\n  ?actor wdt:P19 / wdt:P625 ?birthPlaceCoordinates .\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n}", "paraphrases": ["Who are the actors that have a known birthplace location with GPS coordinates and a public image on Wikimedia Commons?", "List the names, birthplace coordinates, and images of all actors."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P625> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6452", "question": "Is the Reuss river considered a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q4015 wdt:P31 / wdt:P279 * wd:Q7397\n}", "paraphrases": ["Does the Reuss river belong to a category that is a subclass of software?", "Is software a broader category that includes the Reuss river?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4015> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6453", "question": "Which Wikidata items have Twitter handles \"yjadot\", \"josebove\", \"attac_fr\", or \"RACFrance\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?handle WHERE {\n  ?item wdt:P2002 ?handle .\n  VALUES ?handle {\n    \"yjadot\" \"josebove\" \"attac_fr\" \"RACFrance\"\n  }\n}\nORDER BY ASC ( ?handle )", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter usernames yjadot, josebove, attac_fr, and RACFrance?", "List the Wikidata entities associated with the Twitter handles yjadot, josebove, attac_fr, and RACFrance, sorted alphabetically by handle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"N_Hulot\" ) ( \"string3\" ) ( \"assoCLER\" ) ( \"OxfamEU\" ) ( \"M_Aubry_\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"attac_fr\" ) ( \"string7\" ) ( \"350France\" ) ( \"GMeurice\" ) ( \"yjadot\" ) ( \"josebove\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"DebatPPE\" ) ( \"EffyGroupe\" ) ( \"Renovons\" ) ( \"gefosat\" ) ( \"ENERPLAN\" ) ( \"ser_enr\" ) ( \"effinergie\" ) ( \"LeGesec\" ) ( \"WWFFrance\" ) ( \"string13\" ) ( \"string14\" ) ( \"RACFrance\" ) ( \"BMWi_Bund\" ) ( \"m_otna\" ) ( \"string15\" ) ( \"PaulNeau\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6454", "question": "What is the title of the movie with IMDb ID tt0451279?", "sparql": "SELECT (STR(?title) AS ?clean_title) WHERE { ?item wdt:P345 \"tt0451279\" . ?item wdt:P1476 ?title . }", "paraphrases": ["Can you tell me the name of the film that has the IMDb identifier tt0451279?", "Which movie is associated with the IMDb ID tt0451279, and what is its title?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P345c> \"tt0451279\". ?var2 <http://www.wikidata.org/prop/direct/P1476c> ?var1 . }"}}
{"id": "val_6455", "question": "What are the named historical air combat events in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instance ?instanceLabel WHERE {\n  ?instance wdt:P31 wd:Q18015493 .\n  ?instance rdfs:label ?instanceLabel .\n  FILTER(LANG(?instanceLabel) = \"en\")\n}\nORDER BY ?instanceLabel", "paraphrases": ["List the English-labeled instances of air combat.", "Show me the known air combat incidents and their English names."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18015493> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18015493> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_6456", "question": "Businesses operating in the industrial sector", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?business ?businessLabel WHERE {\n  ?business wdt:P31 wd:Q4830453 .\n  ?business wdt:P101 wd:Q8148 .\n  ?business rdfs:label ?businessLabel .\n  FILTER(LANG(?businessLabel) = \"en\")\n}", "paraphrases": ["Which businesses are in the industrial sector?", "List the names of companies that are classified as businesses and operate in the industrial sector."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var2 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q8148> . }"}}
{"id": "val_6457", "question": "Which entities on Wikidata have the Twitter usernames \"wikidata\", \"Wikipedia\", \"GallicaBnF\", or \"Remy_WMFr\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"wikidata\" \"Wikipedia\" \"GallicaBnF\" \"Remy_WMFr\" } } ORDER BY ?username", "paraphrases": ["Show me the Wikidata items that are associated with these Twitter handles: wikidata, Wikipedia, GallicaBnF, and Remy_WMFr.", "What are the Wikidata entities linked to the Twitter accounts @wikidata, @Wikipedia, @GallicaBnF, and @Remy_WMFr?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Pyb75\" ) ( \"string2\" ) ( \"string3\" ) ( \"ArthurCrbz\" ) ( \"Wikimedia\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"FCahen\" ) ( \"GallicaBnF\" ) ( \"Remy_WMFr\" ) ( \"LimsiLab\" ) ( \"unistra\" ) ( \"WLM_Fr\" ) ( \"aquinum\" ) ( \"bxnode\" ) ( \"string10\" ) ( \"string11\" ) ( \"hervelc\" ) ( \"guldorac\" ) ( \"Wikipedia\" ) ( \"string12\" ) ( \"wikidata\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6458", "question": "What is the image, Wikimedia Commons category, and address of St. Gallen, Switzerland?", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE { VALUES ?item { wd:Q25607 } ?item wdt:P625 ?location . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you show me the picture and Commons category for the city of St. Gallen, and its street address if available?", "Tell me about St. Gallen: what does it look like (image), what\u2019s its Commons category, and where is it located (address)?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(9 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(9 46)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6459", "question": "Which Wikidata items have Twitter handles CDEssonne, valdoise, DevedjianP, durovray, or lemondefr?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"CDEssonne\" \"valdoise\" \"DevedjianP\" \"durovray\" \"lemondefr\" } } ORDER BY DESC(wikibase:sitelinks)", "paraphrases": ["What are the entities on Wikidata associated with the Twitter accounts @CDEssonne, @valdoise, @DevedjianP, @durovray, and @lemondefr?", "Show me the Wikidata items for these French Twitter accounts \u2014 CDEssonne, valdoise, DevedjianP, durovray, and lemondefr \u2014 sorted by how popular they are on Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"CDEssonne\" ) ( \"valdoise\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"DevedjianP\" ) ( \"durovray\" ) ( \"string13\" ) ( \"lemondefr\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6460", "question": "Which Wikidata entity has the Twitter username \"Prefet78\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?username ?itemLabel WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Prefet78\"\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Who is the entity on Wikidata that uses the Twitter handle Prefet78?", "Show me the English label of the Wikidata item that has the Twitter username Prefet78."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Prefet78\" ) ( \"string2\" ) ( \"BusTVO\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6461", "question": "List all Poets Laureate of the United Kingdom with their start and end dates, appointers, birth and death years, and images.", "sparql": "SELECT ?personLabel ?image ?birthYear ?deathYear ?startDate ?endDate ?appointerLabel WHERE { ?person p:P39 ?statement . ?statement ps:P39 wd:Q877838 ; pq:P580 ?startDate ; pq:P748 ?appointer . OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?person wdt:P18 ?image ; wdt:P569 ?birthDate ; wdt:P570 ?deathDate . BIND(YEAR(?birthDate) AS ?birthYear) BIND(YEAR(?deathDate) AS ?deathYear) } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?appointer rdfs:label ?appointerLabel . FILTER(LANG(?appointerLabel) = \"en\") } } ORDER BY ASC(?startDate) DESC(?appointerLabel)", "paraphrases": ["Who were the Poets Laureate of the United Kingdom, when did they serve, who appointed them, and what are their birth and death years?", "Show me the complete list of UK Poets Laureate, sorted by start date and then by appointer name, including their portraits, lifespans, and who appointed them."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q877838> ; <http://www.wikidata.org/prop/qualifier/P580> ?var5 ; <http://www.wikidata.org/prop/qualifier/P748> ?var7 . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var9 ; <http://www.wikidata.org/prop/direct/P570> ?var10 . } BIND ( YEAR ( ?var9 ) AS ?var3 ). BIND ( YEAR ( ?var10 ) AS ?var4 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var5 ) DESC( ?var7Label )"}}
{"id": "val_6462", "question": "Which Wikidata items have the English label 'Something' and are linked to the English Wikipedia?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item rdfs:label ?itemLabel .\n  FILTER ( ?itemLabel = \"Something\" @en ) .\n  ?wikipedia schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n}", "paraphrases": ["What are the English Wikipedia articles about items labeled 'Something' in Wikidata?", "Show me the items in Wikidata that are called 'Something' in English and have a corresponding page on English Wikipedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ?var3Label \"Something\"@en . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_6463", "question": "Genera in the sponge family Ancorinidae", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genus ?genusLabel WHERE {\n  ?genus wdt:P105 wd:Q34740 .\n  ?genus wdt:P171 wd:Q3517595 .\n  ?genus rdfs:label ?genusLabel .\n  FILTER(LANG(?genusLabel) = \"en\")\n}", "paraphrases": ["Which genera belong to the sponge family Ancorinidae?", "List the English names of all genera that are classified under the family Ancorinidae in the taxonomic hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q34740> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q3517595> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6464", "question": "Genera in the family Verticillitidae", "sparql": "SELECT ?genus ?genusLabel WHERE { ?genus wdt:P105 wd:Q34740 . ?genus wdt:P171 wd:Q4010281 . ?genus rdfs:label ?genusLabel . FILTER(LANG(?genusLabel) = \"en\") }", "paraphrases": ["What genera belong to the sponge family Verticillitidae?", "List all genera that have Verticillitidae as their parent taxon."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q34740> . ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q4010281> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6465", "question": "Genes in Clostridium tetani with Entrez ID, locus tag, and genomic coordinates between 72256 and 202742, including strand orientation.", "sparql": "SELECT ?genomicStart ?genomicEnd ?entrezId ?isForward ?locusTag ?label WHERE { ?gene wdt:P31 wd:Q7187 ; wdt:P703 ?taxon ; wdt:P351 ?entrezId ; wdt:P2393 ?locusTag ; wdt:P644 ?genomicStart ; wdt:P645 ?genomicEnd ; wdt:P2548 ?strand ; rdfs:label ?label . ?taxon wdt:P685 \"471472\" . FILTER ( xsd:integer(?genomicStart) <= 202742 && xsd:integer(?genomicEnd) >= 72256 ) BIND( IF( ?strand = wd:Q22809680, \"1\", \"-1\" ) AS ?isForward ) FILTER ( lang(?label) = \"en\" ) }", "paraphrases": ["What are the genes in Clostridium tetani that overlap the genomic region from 72256 to 202742, and are they on the forward or reverse strand?", "List the English-labeled genes from Clostridium tetani that have genomic start \u2264 202742 and end \u2265 72256, along with their NCBI locus tags, Entrez IDs, and strand orientation (forward = 1, reverse = -1)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { BIND ( IF ( ( ?var9 = <http://www.wikidata.org/entity/Q22809680> ), \"1\", \"-1\" ) AS ?var4 ). BIND ( STR ( ?var10 ) AS ?var5 ). ?var10 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7187> ; <http://www.wikidata.org/prop/direct/P703> ?var11 ; <http://www.wikidata.org/prop/direct/P351> ?var3 ; <http://www.wikidata.org/prop/direct/P351> ?var6 ; <http://www.wikidata.org/prop/direct/P2393> ?var7 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var8 ; <http://www.wikidata.org/prop/direct/P644> ?var1 ; <http://www.wikidata.org/prop/direct/P645> ?var2 ; <http://www.wikidata.org/prop/direct/P2548> ?var9 . ?var11 <http://www.wikidata.org/prop/direct/P685> \"471472\". FILTER ( ( !(( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) > \"202742\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) < \"72256\"^^<http://www.w3.org/2001/XMLSchema#integer> )) ) ) . }"}}
{"id": "val_6466", "question": "Who is the grandmother of Anders Blad, and who is her child (i.e., Anders Blad\u2019s parent)?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?grandmother ?parent WHERE {\n  ?grandmother p:P21 ?genderStatement .\n  ?genderStatement ps:P21 wd:Q6581072 .\n  ?grandmother p:P40 ?parentStatement .\n  ?parentStatement ps:P40 ?parent .\n  ?parent p:P40 ?childStatement .\n  ?childStatement ps:P40 wd:Q16503008 .\n}\nLIMIT 101", "paraphrases": ["Find all female individuals who are grandmothers of the numismatist Anders Blad, along with their children.", "Which woman has a child who is the parent of Anders Blad?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> <http://www.wikidata.org/entity/Q16503008> . } LIMIT 101"}}
{"id": "val_6467", "question": "Scholarly articles authored by Lee E. Goldstein, including co-authors, publication venues, and earliest publication dates.", "sparql": "SELECT \n  (MIN(?pubDate) AS ?earliestPubDate) \n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types) \n  (SAMPLE(?pages) AS ?numberOfPages) \n  ?venue \n  ?venueLabel \n  (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?allAuthors)\nWHERE {\n  ?work wdt:P50 wd:Q37376935 .  # Works authored by Lee E. Goldstein\n\n  # Get all authors of the work\n  ?work wdt:P50 ?author .\n  OPTIONAL { ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }\n\n  # Get type of work\n  OPTIONAL { ?work wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") }\n\n  # Get publication date\n  OPTIONAL { ?work wdt:P577 ?pubDate }\n\n  # Get number of pages\n  OPTIONAL { ?work wdt:P1104 ?pages }\n\n  # Get publication venue\n  OPTIONAL { ?work wdt:P1433 ?venue . ?venue rdfs:label ?venueLabel . FILTER(LANG(?venueLabel) = \"en\") }\n\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are all the scholarly works written by Lee E. Goldstein, who are his co-authors on each, and when and where were they published?", "List all research papers authored by Lee E. Goldstein, showing each paper\u2019s title, all authors, publication venue, type, number of pages, and the earliest publication date."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37376935> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_6468", "question": "What organization is Lee E. Goldstein affiliated with, and is there an image of it?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q37376935 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q37376935 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  \n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  \n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Where did Lee E. Goldstein work or affiliate with, when did it start and end, and what degrees are associated with that role?", "Show the image and name of the institution Lee E. Goldstein is associated with, along with any employment dates or academic qualifications linked to that association."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q37376935> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q37376935> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6469", "question": "Albums by artist with release date", "sparql": "SELECT ?artist ?artistLabel ?album ?albumLabel ?releaseDate WHERE { ?album wdt:P31 wd:Q482994 . ?album wdt:P175 ?artist . ?album wdt:P577 ?releaseDate . ?artist rdfs:label ?artistLabel . ?album rdfs:label ?albumLabel . FILTER(LANG(?artistLabel) = \"en\") FILTER(LANG(?albumLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which artists have released albums, and when were those albums released?", "List albums along with their performing artists and release dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P527> <http://www.wikidata.org/entity/Q482994> . ?var1 <http://www.wikidata.org/prop/P527> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6470", "question": "Recent papers citing research from Harvard Medical School authors", "sparql": "SELECT DISTINCT ?pubDate ?citingWork ?citingWorkLabel ?citedWork ?citedWorkLabel WHERE { { ?author wdt:P108 wd:Q49121 . } UNION { ?author (wdt:P1416 / wdt:P361*) wd:Q49121 . } ?author wdt:P31 wd:Q5 . ?citedWork wdt:P50 ?author . ?citingWork wdt:P2860 ?citedWork . ?citingWork wdt:P577 ?pubDate . ?citingWork wdt:P1476 ?citingWorkLabel . ?citedWork wdt:P1476 ?citedWorkLabel . FILTER (BOUND(?pubDate) && isLiteral(?pubDate)) } ORDER BY DESC(?pubDate) LIMIT 100", "paraphrases": ["What are the most recent scientific publications that cite work by researchers affiliated with Harvard Medical School?", "Show me the latest papers that reference studies authored by scientists at Harvard Medical School, along with the original papers they cite."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q49121> . } UNION { ?var4 ( <http://www.wikidata.org/prop/direct/P1416> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q49121> . } BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var5 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,nl,ru,sv,zh\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_6471", "question": "Film with Megogo ID 6784", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2826 \"6784\" .\n}", "paraphrases": ["Which film is identified by the Megogo ID 6784?", "Tell me the film that has the Megogo ID 6784."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2826> \"6784\". }"}}
{"id": "val_6472", "question": "What properties (in German) are used to describe Adidas AG in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propItem ?propItemLabel ?propItemDescription WHERE {\n  wd:Q3895 ?prop ?value .\n  FILTER(STRSTARTS(STR(?prop) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?prop) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propItem)\n  .\n  ?propItem a wikibase:Property .\n  ?propItem rdfs:label ?propItemLabel .\n  ?propItem schema:description ?propItemDescription .\n  FILTER(LANG(?propItemLabel) = \"de\")\n  .\n  FILTER(LANG(?propItemDescription) = \"de\")\n}\nLIMIT 100", "paraphrases": ["Can you list the German labels and descriptions of properties that are directly used in statements about the company Adidas?", "Show me the German-language labels and descriptions of all properties that link data to Adidas AG."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q3895> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_6473", "question": "What is the image of the person with SNAC ARK ID \"w6pk1nbm\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6pk1nbm\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Sarah Brightman\u2019s SNAC identifier?", "Retrieve the image file from Wikimedia Commons for the individual identified by the SNAC ARK ID w6pk1nbm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pk1nbm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6474", "question": "Which gene has the NCBI Gene ID 205918?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gene WHERE {\n  ?gene wdt:P685 \"205918\" .\n}", "paraphrases": ["What is the Wikidata entity for the gene with NCBI Gene ID 205918?", "Find the gene in Wikidata that is identified by the NCBI Gene ID 205918."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var10 <http://www.wikidata.org/prop/direct/P685> \"205918\". }"}}
{"id": "val_6475", "question": "Is the professional wrestler Tigers Mask classified as a human mitochondrial DNA haplogroup?", "sparql": "ASK WHERE { wd:Q4115142 (wdt:P31/wdt:P279*) wd:Q1356230 . }", "paraphrases": ["Does the entity \"Tigers Mask\" belong to the category of human mitochondrial DNA haplogroups through inheritance?", "Can a human professional wrestler be considered a mitochondrial DNA haplogroup?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4115142> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6476", "question": "What rides are linked to Rocky Mountain Construction, and what properties are used to connect them (e.g., manufacturer or designer), along with any qualifiers like start time?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?ride ?statement ?property ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    ?ride wdt:P176 wd:Q3662070 .\n    ?ride p:P176 ?statement .\n    ?statement ps:P176 wd:Q3662070 .\n    BIND( wd:P176 AS ?property )\n  } UNION {\n    ?ride wdt:P61 wd:Q3662070 .\n    ?ride p:P61 ?statement .\n    ?statement ps:P61 wd:Q3662070 .\n    BIND( wd:P61 AS ?property )\n  } UNION {\n    ?ride wdt:P301 wd:Q3662070 .\n    ?ride p:P301 ?statement .\n    ?statement ps:P301 wd:Q3662070 .\n    BIND( wd:P301 AS ?property )\n  } UNION {\n    ?ride wdt:P971 wd:Q3662070 .\n    ?ride p:P971 ?statement .\n    ?statement ps:P971 wd:Q3662070 .\n    BIND( wd:P971 AS ?property )\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?property wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?ride ?statement ?property", "paraphrases": ["List all roller coasters associated with Rocky Mountain Construction as manufacturer, designer, or category, and show if any of those associations have additional details like installation date.", "Which attractions are built or categorized by Rocky Mountain Construction, and what kind of relationships (e.g., manufacturer, designer) connect them \u2014 including any qualifiers such as start time?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q3662070> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6477", "question": "Materials used in manuscripts (excluding Matenadaran and retired collections), with count of manuscripts per material.", "sparql": "SELECT ?material ( COUNT( DISTINCT ?manuscript ) AS ?count ) WHERE { ?manuscript ( wdt:P31 / wdt:P279* ) wd:Q87167 . ?manuscript p:P195 ?collection_statement . ?collection_statement ps:P195 ?collection . MINUS { ?collection_statement pq:P582 [] . } MINUS { ?collection_statement ps:P195 wd:Q1322278 . } ?manuscript wdt:P186 ?material . } GROUP BY ?material", "paraphrases": ["How many manuscripts are made from each material, excluding those from the Matenadaran collection or those no longer in a collection?", "List the materials used in manuscripts (excluding Matenadaran and those no longer in collections), along with how many manuscripts use each material."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( COUNT ( DISTINCT ?var4 ) AS ?var5 ) WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q87167> . ?var4 <http://www.wikidata.org/prop/P195> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P195> ?var7 . MINUS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> [] . } MINUS { ?var6 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q1322278> . } ?var4 <http://www.wikidata.org/prop/direct/P186> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6478", "question": "Which Wikidata items have Twitter handles \"nantesfr\", \"VilleReze\", or \"Inrap\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"nantesfr\" \"VilleReze\" \"Inrap\"\n  }\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter usernames \"nantesfr\", \"VilleReze\", and \"Inrap\"?", "List the Wikidata items that use \"nantesfr\", \"VilleReze\", or \"Inrap\" as their Twitter usernames."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Mln_bd\" ) ( \"string2\" ) ( \"VilleReze\" ) ( \"string3\" ) ( \"gisacum\" ) ( \"string4\" ) ( \"string5\" ) ( \"AmzNantes\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Tourisme44\" ) ( \"Nanteshype\" ) ( \"string11\" ) ( \"string12\" ) ( \"nantesfr\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"tntnantes\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"Inrap\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6479", "question": "What property is most commonly used to link other devices to the Samsung Galaxy A5 (2015)?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?subject ?statementProperty wd:Q18535197 .\n  ?property wikibase:directClaim ?statementProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property is most frequently used to indicate a relationship where the Samsung Galaxy A5 (2015) is the object?", "Show me the most common type of relationship that has the Samsung Galaxy A5 (2015) as its target."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q18535197> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6480", "question": "Places in Monaco without geographic coordinates.", "sparql": "SELECT ?place WHERE { ?place wdt:P131* wd:Q235 . MINUS { ?place wdt:P625 [] . } }", "paraphrases": ["Which places in Monaco do not have assigned coordinates?", "List all locations in Monaco that are not geolocated."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q235> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> [] . } }"}}
{"id": "val_6481", "question": "What are all the unique Guardian topic identifiers linked to Wikidata items?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?guardianTopicId WHERE {\n  ?item wdt:P3106 ?guardianTopicId .\n}", "paraphrases": ["Which Guardian article topics or sections are represented in Wikidata through topic IDs?", "Can you list all the topic paths used by The Guardian that are associated with items on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3106> ?var1 . } GROUP BY ?var1"}}
{"id": "val_6482", "question": "Show Wikipedia articles categorized under music-related topics where the topic does not list the article as its main subject.", "sparql": "SELECT DISTINCT ?topic ?topicLabel ?article ?articleLabel WHERE { ?article wdt:P910 ?topic ; rdfs:label ?articleLabel . ?topic rdfs:label ?topicLabel . FILTER (LANG(?topicLabel) = \"en\") FILTER (LANG(?articleLabel) = \"en\") FILTER NOT EXISTS { ?topic wdt:P301 ?article . } FILTER (CONTAINS(LCASE(?topicLabel), \"music\")) } ORDER BY ASC(?topicLabel) LIMIT 500", "paraphrases": ["Which Wikipedia articles are listed in music categories but are not the main topic of those categories?", "List all English-language Wikipedia articles that belong to music-themed categories, excluding those where the category has the article as its primary topic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P910> ?var1 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P301> ?var2 . } ) ) . FILTER ( ( CONTAINS ( ?var4Label , ?var5 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label ) LIMIT 500"}}
{"id": "val_6483", "question": "Which Wikidata properties are marked as transitive?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?propertyLabel WHERE {\n  ?property wdt:P31 wd:Q18647515 .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nLIMIT 30", "paraphrases": ["What are the English-labeled properties in Wikidata that have the transitive property type?", "List all transitive properties in Wikidata along with their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18647515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 30"}}
{"id": "val_6484", "question": "Which Wikidata items have Twitter usernames including NatGeo, ZachWeiner, EricFassin, or leCMN?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"NatGeo\" \"ZachWeiner\" \"EricFassin\" \"leCMN\" \"kewgardens\" \"BernatRuiz\" \"ActuaLitte\" \"cocoboer\" \"sanseveria\" \"Ludovic_P_\" \"marinebab\" \"LeMediaTV\" \"bevellin\" \"OBerruyer\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles \"NatGeo\", \"ZachWeiner\", \"EricFassin\", \"leCMN\", \"BernatRuiz\", \"ActuaLitte\", \"cocoboer\", \"sanseveria\", \"Ludovic_P_\", \"marinebab\", \"LeMediaTV\", \"bevellin\", and \"OBerruyer\"?", "List all entities in Wikidata that are associated with the Twitter accounts: NatGeo, ZachWeiner, EricFassin, leCMN, BernatRuiz, ActuaLitte, cocoboer, sanseveria, Ludovic_P_, marinebab, LeMediaTV, bevellin, and OBerruyer."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"PoulpyWP\" ) ( \"EricFassin\" ) ( \"string1\" ) ( \"NatGeo\" ) ( \"JNeving\" ) ( \"string2\" ) ( \"leCMN\" ) ( \"yannbisiou\" ) ( \"string3\" ) ( \"lavados\" ) ( \"Jules78120\" ) ( \"string4\" ) ( \"TrizekWP\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"kewgardens\" ) ( \"string8\" ) ( \"BernatRuiz\" ) ( \"ActuaLitte\" ) ( \"string9\" ) ( \"acherm\" ) ( \"string10\" ) ( \"ZachWeiner\" ) ( \"string11\" ) ( \"aurialie\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"Angana80\" ) ( \"cocoboer\" ) ( \"string15\" ) ( \"string16\" ) ( \"ja_wa\" ) ( \"K_rho\" ) ( \"sanseveria\" ) ( \"jsamwrites\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"Ludovic_P_\" ) ( \"string22\" ) ( \"string23\" ) ( \"marinebab\" ) ( \"LinuxManua\" ) ( \"string24\" ) ( \"mathenth\" ) ( \"LeMediaTV\" ) ( \"string25\" ) ( \"bevellin\" ) ( \"string26\" ) ( \"string27\" ) ( \"OBerruyer\" ) ( \"string28\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6485", "question": "What is the title, author, genre, publication date, and language of the novel \"Mostly Harmless\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?title ?authorLabel ?genreLabel ?publicationDateStr ?languageLabel WHERE {\n  wd:Q187655 wdt:P1476 ?title .\n  wd:Q187655 wdt:P50 ?author .\n  wd:Q187655 wdt:P136 ?genre .\n  wd:Q187655 wdt:P577 ?publicationDate .\n  wd:Q187655 wdt:P407 ?language .\n  ?author rdfs:label ?authorLabel .\n  ?genre rdfs:label ?genreLabel .\n  ?language rdfs:label ?languageLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n  FILTER(LANG(?genreLabel) = \"en\")\n  FILTER(LANG(?languageLabel) = \"en\")\n  BIND(xsd:string(?publicationDate) AS ?publicationDateStr)\n}\nLIMIT 1", "paraphrases": ["Tell me about the book \"Mostly Harmless\" \u2014 who wrote it, what genre is it, when was it published, and in what language?", "Show me the author, genre, publication year, and language of the 1992 science fiction novel \"Mostly Harmless\"."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P407> ?var5 . VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q187655> ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_6486", "question": "Is DKK1 NUCLEAR EXPRESSION a type of genetic variation?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q28371292(wdt:P31 / wdt:P279 *) wd:Q349856 .\n}", "paraphrases": ["Does the sequence variant DKK1 NUCLEAR EXPRESSION belong to the category of genetic variation?", "Is DKK1 NUCLEAR EXPRESSION classified under genetic variation through its type or subclass hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28371292> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6487", "question": "Catalogs used as qualifiers to classify items, excluding those that are themselves catalogues.", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?catalog ?catalogLabel ?statementType WHERE {\n  {\n    BIND(\"mainsnak\" AS ?statementType)\n    ?item wdt:P972 ?catalog .\n  } UNION {\n    BIND(\"qualifier\" AS ?statementType)\n    ?item ?p ?statement .\n    ?statement pq:P972 ?catalog .\n  } UNION {\n    BIND(\"reference\" AS ?statementType)\n    ?item ?p ?statement .\n    ?statement prov:wasDerivedFrom ?ref .\n    ?ref pr:P972 ?catalog .\n  }\n  ?catalog rdfs:label ?catalogLabel .\n  FILTER(LANG(?catalogLabel) = \"en\") MINUS {\n    ?catalog(wdt:P279 *) wd:Q2352616 .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the catalogs that are used as qualifiers to classify other items, and which are not themselves types of catalogues?", "List all catalogs that are referenced as qualifiers in Wikidata statements, excluding any that are instances or subclasses of \"catalogue\", along with the type of statement used."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 WHERE { { SELECT DISTINCT ?var2 ?var4 ?var1 ( COUNT ( ?var5 ) AS ?var3 ) WHERE { { BIND ( \"mainsnak\" AS ?var1 ). ?var5 <http://www.wikidata.org/prop/direct/P972> ?var2 . } UNION { BIND ( \"qualifier\" AS ?var1 ). ?var6 <http://www.wikidata.org/prop/qualifier/P972> ?var2 . ?var5 ?var7 ?var6 . } UNION { BIND ( \"reference\" AS ?var1 ). ?var8 <http://www.wikidata.org/prop/reference/P972> ?var2 . ?var9 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var8 . ?var5 ?var10 ?var9 . } VALUES ( ?var11 ) { ( <http://www.wikidata.org/entity/Q2352616> ) } MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var11 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var4 . } } GROUP BY ?var2 ?var4 ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6488", "question": "Cities in Japan with the highest populations, excluding those with Czech Wikipedia articles.", "sparql": "SELECT ?city WHERE { ?city wdt:P31 wd:Q494721 . ?city wdt:P1082 ?population . MINUS { ?wikipediaArticle schema:about ?city . ?wikipediaArticle schema:isPartOf <https://cs.wikipedia.org/> . } } ORDER BY DESC(?population)", "paraphrases": ["Which cities in Japan have the largest populations and do not have articles on the Czech Wikipedia?", "List all Japanese cities sorted by population from highest to lowest, but omit any that have a corresponding page on the Czech Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q494721> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . MINUS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://cs.wikipedia.org/> . } } ORDER BY DESC( ?var2 )"}}
{"id": "val_6489", "question": "Which commune is governed by Christodoulos Milonas?", "sparql": "SELECT ?commune ?communeLabel WHERE { ?commune wdt:P6 wd:Q29461407 . ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\") }", "paraphrases": ["Who is the head of government of Ayios Therapon?", "Tell me the name of the place where Christodoulos Milonas serves as head of government."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P6> <http://www.wikidata.org/entity/Q29461407> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el\". } }"}}
{"id": "val_6490", "question": "What is the English label and description of the person with Library of Congress ID n99034207?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P244 \"n99034207\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") . } }", "paraphrases": ["Who is Jeannie Taylor, and what is her English description according to Wikidata?", "Can you find the English name and lifespan of the individual identified by LCCN n99034207?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P244> \"n99034207\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6491", "question": "What countries and administrative regions is the municipality of Andechs part of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  {\n    wd:Q165958 wdt:P17 ?item .\n  } UNION {\n    wd:Q165958 ( wdt:P131 ) + ?item .\n  }\n}", "paraphrases": ["Show me the full administrative hierarchy of Andechs, including its country.", "Which larger geographic and political entities contain Andechs?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q165958> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6492", "question": "External identifiers and their values for the TV series \"The Thundermans\" in English.", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?propertyItem ?propertyLabel ?value WHERE {\n  wd:Q9197118 ?directProperty ?value .\n  ?propertyItem wikibase:directClaim ?directProperty ; rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?value ) = \"en\" || LANG( ?value ) = \"\" )\n}", "paraphrases": ["What are the English labels and corresponding values of all external IDs associated with the TV show \"The Thundermans\"?", "List all external IDs (like IMDb, Twitter, etc.) for \"The Thundermans\" along with their labels in English and the actual ID values."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label ?var5 ?var6 ?var4 WHERE { <http://www.wikidata.org/entity/Q9197118> ?var4 ?var6 . ?var5 <http://wikiba.se/ontology#directClaim> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label ; ?var3 ?var2 . ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . FILTER ( ( ( \"en\" = LANG ( ?var6 ) ) || ( \"\" = LANG ( ?var6 ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var4Label ) ) ) ) . }"}}
{"id": "val_6493", "question": "Which entities have statements with the Spotify URI property (P2205), and what properties are used in those statements?", "sparql": "SELECT ?entity ?statement ?property (SAMPLE(?qualifierLabel) AS ?qualifier_property) WHERE { { SELECT ?entity ?statement ?property WHERE { ?statement ?prop wd:P2205 . ?entity ?directProp ?statement . ?property wikibase:statementProperty ?prop . ?property wikibase:claim ?directProp . FILTER (?property != wd:P31) } LIMIT 101 } OPTIONAL { ?property wikibase:qualifier ?qualifierProperty . ?qualifierProperty rdfs:label ?qualifierLabel . FILTER(LANG(?qualifierLabel) = \"en\") } } GROUP BY ?entity ?statement ?property", "paraphrases": ["What items or properties are connected to the Spotify URI property (P2205), and what kind of statements link them to it?", "Show me all entities that reference the Spotify URI property (P2205) in their statements, including the property used and any associated qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/P2205> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6494", "question": "How many humans died in February 1920?", "sparql": "SELECT ?deathYear (COUNT(?person) AS ?count) WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P570 ?deathDate . BIND(STR(YEAR(?deathDate)) AS ?deathYear) FILTER(?deathDate >= \"1920-02-01\"^^xsd:date && ?deathDate < \"1920-03-01\"^^xsd:date) } GROUP BY ?deathYear", "paraphrases": ["Number of people who died in February 1920", "Can you tell me how many individuals recorded in Wikidata as having died in February 1920?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . } BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . FILTER ( ( ( ?var5 >= \"1920-02-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var5 < \"1920-03-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_6495", "question": "What is the image associated with the SNAC ARK ID \"w6640fpd\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6640fpd\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w6640fpd?", "Which image is linked to Jane Fonda in the Social Networks and Archival Context database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6640fpd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6496", "question": "What is the image of Barack Obama as identified by his SNAC ARK ID?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Show me the Wikimedia Commons image linked to the SNAC ARK ID w6f29nwg.", "Can you find the picture of the person whose SNAC ARK ID is w6f29nwg?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jw9h0c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6497", "question": "What film has the Scope.dk ID 8085?", "sparql": "SELECT ?film WHERE { ?film wdt:P2518 \"8085\" . }", "paraphrases": ["Which film on Wikidata is identified by the Scope.dk film ID 8085?", "Find the Wikidata item for the film with Scope.dk ID 8085."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"8085\". }"}}
{"id": "val_6498", "question": "Is Rafe Spall a type of software or any subclass of software?", "sparql": "ASK WHERE { wd:Q1190134 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Could Rafe Spall be classified as software or any kind of software category?", "Confirm whether Rafe Spall, the actor, is considered software or a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1190134> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6499", "question": "Which Twitter accounts (on X) are linked in Wikidata among Apple, franceinfo, Simonnet2, and others, sorted by how many Wikipedia pages they have?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"ATTAC_JP\" \"Apple\" \"franceinfo\" \"Simonnet2\" \"chcngjo\" \"poulainmel\" \"Noulin\" \"_kimmina96\" \"Critiiks\" \"Tanner1495\"\n  }\n}\nORDER BY DESC ( wikibase:sitelinks )", "paraphrases": ["What are the Wikidata items for the Twitter usernames Apple, franceinfo, and Simonnet2, and which one has the most Wikipedia links?", "Show me the Wikidata entities for the Twitter handles Apple, franceinfo, Simonnet2, and a few others, ordered by the number of sitelinks they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"ATTAC_JP\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Apple\" ) ( \"franceinfo\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"Simonnet2\" ) ( \"chcngjo\" ) ( \"string10\" ) ( \"poulainmel\" ) ( \"Noulin\" ) ( \"_kimmina96\" ) ( \"string11\" ) ( \"Critiiks\" ) ( \"string12\" ) ( \"string13\" ) ( \"Tanner1495\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6500", "question": "Which film has the film-documentaire.fr ID 25173?", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P3673 \"25173\" . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") }", "paraphrases": ["What is the name of the film identified by 25173 in the film-documentaire.fr database?", "Find the English title of the film with the film-documentaire.fr identifier 25173."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"25173\". }"}}
{"id": "val_6501", "question": "What cities are named Lagos in English?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 ; rdfs:label ?cityLabel .\n  FILTER(CONTAINS(LCASE(?cityLabel) , \"lagos\"))\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Can you list the English labels of all cities that have \"Lagos\" in their name?", "Which city entity in Wikidata is an instance of a city and has \"Lagos\" as its English label?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"lagos\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 10"}}
{"id": "val_6502", "question": "List all geographic borders and their coordinates.", "sparql": "SELECT ?border ?coordinates WHERE { ?border (wdt:P31/wdt:P279*) wd:Q133346 ; wdt:P625 ?coordinates .}", "paraphrases": ["What are the coordinates of all borders and their subclasses, such as international or maritime boundaries?", "Please provide the geographic coordinates for every border entity, including those classified as international borders, maritime boundaries, or other subtypes of border."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q133346> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_6503", "question": "Female alumni of the University of Edinburgh and their places of birth.", "sparql": "SELECT ?person ?personLabel ?placeOfBirth ?placeOfBirthLabel WHERE { ?person wdt:P69 wd:Q160302 . ?person wdt:P21 wd:Q6581072 . ?person wdt:P19 ?placeOfBirth . OPTIONAL { ?person rdfs:label ?personLabel FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?placeOfBirth rdfs:label ?placeOfBirthLabel FILTER(LANG(?placeOfBirthLabel) = \"en\") } }", "paraphrases": ["Who are the women who studied at the University of Edinburgh, and where were they born?", "List all female graduates of the University of Edinburgh along with their birthplaces in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q160302> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6504", "question": "List Spanish municipalities that are part of the Basque Country region.", "sparql": "SELECT ?municipality (SAMPLE(?label) AS ?labelName) WHERE { ?municipality wdt:P31 wd:Q2074737 . ?municipality (wdt:P131* /^wdt:P527) wd:Q47588 . ?municipality rdfs:label ?label .} GROUP BY ?municipality", "paraphrases": ["Which municipalities in Spain are located within areas considered part of the Basque Country?", "Show me the names of all Spanish municipalities that fall under the cultural or administrative region of the Basque Country."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . ?var1 ( <http://www.wikidata.org/prop/direct/P131> */^ <http://www.wikidata.org/prop/direct/P527> ) <http://www.wikidata.org/entity/Q47588> . }"}}
{"id": "val_6505", "question": "Properties linking entities to Glassnote Records, ordered by frequency", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?property wd:Q3771894 .\n}\nGROUP BY ?property\nHAVING (?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["What properties connect other items to Glassnote Records, and how many times does each appear?", "Show me all properties that link to Glassnote Records more than once, sorted by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3771894> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6506", "question": "What are the birth details, education, occupation, and parents of Taylor Swift and Benjamin Netanyahu, identified by Freebase IDs /m/0fm2h and /m/0dl567?", "sparql": "SELECT ?person ?personLabel ?givenName ?familyName ?birthDate ?birthPlace ?occupation ?education ?father ?mother\nWHERE {\n  VALUES ?freebaseId { \"/m/0fm2h\" \"/m/0dl567\" }\n  ?person wdt:P646 ?freebaseId .\n\n  OPTIONAL { ?person wdt:P735 ?givenName . }\n  OPTIONAL { ?person wdt:P734 ?familyName . }\n  OPTIONAL { ?person wdt:P569 ?birthDate . }\n  OPTIONAL { ?person wdt:P19 ?birthPlace . }\n  OPTIONAL { ?person wdt:P106 ?occupation . }\n  OPTIONAL { ?person wdt:P69 ?education . }\n  OPTIONAL { ?person wdt:P22 ?father . }\n  OPTIONAL { ?person wdt:P25 ?mother . }\n\n  OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }\n}\nLIMIT 20", "paraphrases": ["Can you show me the occupations, places of birth, educational backgrounds, and parents of Taylor Swift and Benjamin Netanyahu using their Freebase identifiers?", "Please retrieve the personal information \u2014 including name, birth date, birthplace, education, occupation, father, and mother \u2014 for the individuals with Freebase IDs /m/0fm2h and /m/0dl567."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var7 ?var8 ?var8Label ?var9 ?var10 ?var10Label ?var11 ?var11Label ?var12 ?var12Label WHERE { VALUES ( ?var13 ) { ( \"/m/0fm2h\" ) ( \"/m/0dl567\" ) } ?var1 <http://www.wikidata.org/prop/direct/P646> ?var13 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P973> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var12 . } } LIMIT 20"}}
{"id": "val_6507", "question": "All properties and values for Tyrannosaurus on Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q14332 ?property ?value .\n}", "paraphrases": ["What data is available about Tyrannosaurus in Wikidata, including all its properties and values?", "Show me every piece of information Wikidata has about the dinosaur genus Tyrannosaurus."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q14332> ?var1 ?var2 . }"}}
{"id": "val_6508", "question": "What are the different language labels for the entity Matroska?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?label WHERE {\n  BIND(wd:Q21641529 AS ?var1)\n  ?var1 rdfs:label ?label .\n}", "paraphrases": ["Can you list the names of Matroska in various languages?", "What are the multilingual names of Matroska, the mascot of the Admiral hockey club?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q21641529> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6509", "question": "Members of Joy Division", "sparql": "SELECT ?member ?memberLabel WHERE { wd:Q172763 wdt:P527 ?member . ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\")}", "paraphrases": ["Who are the members of the band Joy Division?", "List the English names of all members of Joy Division."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q215380> <http://www.wikidata.org/entity/Q172763> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6510", "question": "What is the genre of the band Joy Division?", "sparql": "SELECT ?genre ?genreLabel WHERE { wd:Q172763 wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") }", "paraphrases": ["Genre of Joy Division", "Tell me the musical genre associated with Joy Division."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } <http://www.wikidata.org/entity/Q172763> <http://www.wikidata.org/prop/direct/P136> ?var1 . } LIMIT 100"}}
{"id": "val_6511", "question": "What are the sovereign countries located in Europe?", "sparql": "SELECT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q3624078 . ?country wdt:P30 wd:Q46 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") . FILTER NOT EXISTS { ?country wdt:P31 wd:Q11514315 } . FILTER NOT EXISTS { ?country wdt:P31 wd:Q3024240 } }", "paraphrases": ["Can you list all the countries in Europe?", "Which nations in Europe are recognized as sovereign states?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P30> <http://www.wikidata.org/entity/Q46> . ?var3 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } }"}}
{"id": "val_6512", "question": "Image of Christian Daniel Rauch (SNAC ARK ID w6cz3j0n)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6cz3j0n\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for Christian Daniel Rauch, identified by SNAC ARK ID w6cz3j0n?", "Show me the image of the person with SNAC ARK ID w6cz3j0n."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cz3j0n\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6513", "question": "Which Wikidata items are linked to the Twitter usernames \"UnivAngers\" and \"MdM_France\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"UnivAngers\" \"MdM_France\" } }", "paraphrases": ["What organizations on Wikidata have the Twitter handles @UnivAngers and @MdM_France?", "Show me the Wikidata entries for the Twitter accounts UnivAngers and MdM_France."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"dbourrion\" ) ( \"UnivAngers\" ) ( \"LavrentyA\" ) ( \"symac\" ) ( \"string1\" ) ( \"St_Bouvier\" ) ( \"string2\" ) ( \"string3\" ) ( \"totonono\" ) ( \"MdM_France\" ) ( \"string4\" ) ( \"string5\" ) ( \"mart1oeil\" ) ( \"teamviima\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6514", "question": "Properties linking to the gene ZCWPW1", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?property wd:Q18041516 .\n}", "paraphrases": ["What properties connect other entities to the human gene ZCWPW1?", "Show me all the properties that have the gene ZCWPW1 as their object, including both direct statements and those with qualifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q18041516> . }"}}
{"id": "val_6515", "question": "How many subclasses does optical character recognition have?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?subclass ) AS ?count ) WHERE {\n  ?subclass wdt:P279 wd:Q167555 .\n}", "paraphrases": ["What is the number of technologies that are subclasses of optical character recognition?", "List the count of known subclass types of optical character recognition."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q167555> . }"}}
{"id": "val_6516", "question": "Who were Dutch creators who died in 1953?", "sparql": "SELECT DISTINCT ?person ?personLabel ?occupationLabel ?image WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 ?occupation . ?occupation wdt:P279* wd:Q2500638 . ?person wdt:P27 wd:Q29999 . ?person wdt:P570 ?deathDate . FILTER ( YEAR(?deathDate) = YEAR(NOW()) - 71 ) OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . ?occupation rdfs:label ?occupationLabel . FILTER (LANG(?personLabel) = \"en\") FILTER (LANG(?occupationLabel) = \"en\") } ORDER BY ASC(?personLabel)", "paraphrases": ["Can you list people from the Netherlands whose occupations were creative professions and who passed away 71 years ago?", "Show me the names, occupations, and images of Dutch citizens who were creators and died in 1953."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2500638> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29999> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } FILTER ( ( ( YEAR ( ?var4 ) = ( YEAR ( NOW ( ) ) -\"71\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6517", "question": "Films and albums along with their producers in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?work ?workLabel ?producer ?producerLabel WHERE {\n  ?work wdt:P162 ?producer .\n  OPTIONAL {\n    ?work wdt:P1476 ?workTitle .\n    FILTER ( LANG( ?workTitle ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work rdfs:label ?workLabelRaw .\n    FILTER ( LANG( ?workLabelRaw ) = \"en\" )\n  }\n  BIND( COALESCE ( ?workTitle , ?workLabelRaw ) AS ?workLabel ) OPTIONAL {\n    ?producer rdfs:label ?producerLabel .\n    FILTER ( LANG( ?producerLabel ) = \"en\" )\n  }\n  FILTER ( BOUND( ?producerLabel ) && BOUND( ?workLabel ) )\n}\nLIMIT 5000", "paraphrases": ["Which creative works (like films or albums) have been produced by which people, and what are their English titles and names?", "Show me a list of creative works and their English titles, along with the English names of their producers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P162> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_6518", "question": "Which entities have Twitter usernames \"TVLine\" or \"JRadloff\", and how many Wikipedia links do they have?", "sparql": "SELECT ?item ?username (COUNT(?sitelink) AS ?sitelinks) WHERE { ?item wdt:P2002 ?username . OPTIONAL { ?sitelink schema:about ?item ; schema:isPartOf ?site . } VALUES ?username { \"TVLine\" \"JRadloff\" } } GROUP BY ?item ?username ORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Wikidata items for the Twitter accounts \"TVLine\" and \"JRadloff\", and how many Wikipedia articles are linked to each?", "List the Wikidata entities associated with the Twitter handles \"TVLine\" and \"JRadloff\", sorted by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"TVLine\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"JRadloff\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6519", "question": "Libraries in the German Empire with their IDs prefixed with a hyphen, along with the country property and country ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(CONCAT(\"-\" , ?entityId) AS ?libraryId)(\"P17\" AS ?property)(?countryIdStr AS ?countryId) WHERE {\n  ?library wdt:P17 wd:Q43287 .\n  ?library wdt:P31 wd:Q7075 .\n  BIND(SUBSTR(STR(?library) , STRLEN(STR(wd:)) + 1) AS ?entityId)\n  BIND(SUBSTR(STR(wd:Q43287) , STRLEN(STR(wd:)) + 1) AS ?countryIdStr)\n}", "paraphrases": ["What are the Wikidata IDs of libraries in the German Empire, prefixed with a hyphen, and what is the country property and country ID used?", "Show me the hyphen-prefixed IDs of all libraries located in the German Empire, along with the property code for country and the country's entity ID."], "info": {"raw_sparql": "SELECT( CONCAT ( \"-\", ?var1 ) AS ?var2 )( \"P17\" AS ?var3 )( \"Q854218\" AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q43287> . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7075> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . } BIND ( SUBSTR ( STR ( ?var5 ) , ( STRLEN ( STR ( <http://www.wikidata.org/entity/> ) ) +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var1 ). }"}}
{"id": "val_6520", "question": "Which organizations or people have Twitter handles like NASA, Twitter, elonmusk, or CityOfBoston, and how many Wikipedia articles are there about them?", "sparql": "SELECT ?item ?handle (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?handle . ?sitelink schema:about ?item . FILTER(STRSTARTS(STR(?sitelink), \"https://\")) VALUES ?handle { \"NASA\" \"Twitter\" \"elonmusk\" \"CityOfBoston\" } } GROUP BY ?item ?handle ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Can you list the Wikidata items for the Twitter accounts NASA, Twitter, elonmusk, and CityOfBoston, sorted by the number of Wikipedia pages about them?", "Show me the entities linked to the Twitter handles NASA, Twitter, elonmusk, and CityOfBoston, along with how many language versions of Wikipedia have articles about each, ordered from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Litlok\" ) ( \"PoulpyWP\" ) ( \"KialoHQ\" ) ( \"ash_crow\" ) ( \"K_rho\" ) ( \"cha_matou\" ) ( \"string1\" ) ( \"Jean_no\" ) ( \"string2\" ) ( \"MSR_Tlse\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6521", "question": "Is Intel a human or a subclass of a human?", "sparql": "ASK WHERE { wd:Q248 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does Intel qualify as a human according to Wikidata\u2019s classification hierarchy?", "Confirm whether Intel is classified as a human or any of its subclasses in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q248> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6522", "question": "What are some examples of entities and their locations for common place-related properties like birthplace or capital?", "sparql": "SELECT DISTINCT ?item ?propLabel ?location WHERE { VALUES ?prop { wdt:P19 wdt:P20 wdt:P119 wdt:P131 wdt:P115 wdt:P1427 wdt:P1444 wdt:P206 wdt:P1158 wdt:P1376 } . ?item ?prop ?location . ?propItem wikibase:directClaim ?prop . ?propItem rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") } LIMIT 100", "paraphrases": ["Show me subjects and their associated locations for properties that are subproperties of \"located in the administrative territorial entity\", along with the property names in English.", "List items with their location values and the English labels of the properties used, such as place of birth or capital of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1647> * <http://www.wikidata.org/entity/P276> . ?var2 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_6523", "question": "Which Wikidata items have Twitter usernames 'envlh' or 'A_Moatti'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"A_Moatti\"\n  }\n}", "paraphrases": ["Who are the people on Wikidata with the Twitter handles @envlh and @A_Moatti?", "Show me the Wikidata entities corresponding to the Twitter usernames 'envlh' and 'A_Moatti'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"hpiedcoq\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"A_Moatti\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6524", "question": "Find the English label and description for the Library of Congress authority ID n98066251.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P244 \"n98066251\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Who is the person with the Library of Congress ID n98066251, and what is their English description?", "Show me the name in English and any English description for the entity identified by the LCCN n98066251."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P244> \"n98066251\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6525", "question": "Free and open-source software with OSI-approved or free licenses", "sparql": "SELECT DISTINCT ?software ?softwareLabel WHERE { ?software wdt:P31 / wdt:P279* wd:Q506883 . ?software wdt:P275 ?license . ?license wdt:P31 / wdt:P279* ?licenseClass . VALUES ?licenseClass { wd:Q196294 wd:Q1156659 } ?software rdfs:label ?softwareLabel . FILTER(LANG(?softwareLabel) = \"en\") }", "paraphrases": ["What free and open-source software products are licensed under OSI-approved or free licenses?", "List all free and open-source software that use either a free license or an OSI-approved license, along with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q506883> . } { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q341> . } { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1130645> . } { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . ?var1 <http://www.wikidata.org/prop/direct/P275> ?var2 . ?var2 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> /( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )*) ?var3 . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q196294> ) ( <http://www.wikidata.org/entity/Q1156659> ) } } }"}}
{"id": "val_6526", "question": "What is the image of the person with SNAC ARK ID w67w6w74?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w67w6w74\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Joseph Gilbert Totten?", "Which image is linked to the SNAC ARK ID w67w6w74 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67w6w74\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6527", "question": "Soviet film directors who received the Order of Lenin and their birthplaces", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?director ?directorLabel ?birthPlace ?birthPlaceLabel WHERE {\n  ?director wdt:P31 wd:Q5 ; wdt:P166 wd:Q185493 ; wdt:P19 ?birthPlace ; wdt:P106 wd:Q2526255 ; wdt:P27 wd:Q15180 .\n  ?director rdfs:label ?directorLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER ( LANG( ?directorLabel ) = \"en\" ) FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which Soviet film directors were awarded the Order of Lenin, and where were they born?", "List the names and birthplaces of all Soviet film directors who received the Order of Lenin, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q185493> ; <http://www.wikidata.org/prop/direct/P19> ?var1 ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2526255> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q15180> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_6528", "question": "List English labels for occupations, vocations, and crafts.", "sparql": "SELECT DISTINCT ?occupation ?label WHERE { { ?occupation wdt:P31 wd:Q12737077 . } UNION { ?occupation wdt:P31 wd:Q829183 . } UNION { ?occupation wdt:P31 wd:Q2207288 . } ?occupation rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 20", "paraphrases": ["What are some examples of occupations, vocations, and crafts in English?", "Can you show me 20 English names of jobs or work roles that are classified as occupations, vocations, or crafts?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { { SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12737077> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28604> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q829183> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2207288> . } } } } LIMIT 20"}}
{"id": "val_6529", "question": "List occupations and crafts with their labels in multiple languages.", "sparql": "SELECT DISTINCT ?occupation ?label WHERE { VALUES ?type { wd:Q12737077 wd:Q2207288 } ?occupation wdt:P31 ?type . ?occupation rdfs:label ?label . } LIMIT 20", "paraphrases": ["What are some occupations and crafts, and how are they labeled in different languages?", "Show me a list of occupations and crafts along with their translations in various languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { { SELECT DISTINCT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12737077> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28604> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q829183> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2207288> . } } } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } LIMIT 20"}}
{"id": "val_6530", "question": "Occupations, crafts, and metro lines with English labels", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P31 wd:Q12737077 .\n  } UNION {\n    ?item wdt:P31 wd:Q2207288 .\n  } UNION {\n    ?item wdt:P31 wd:Q15079663 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["What are some examples of occupations, crafts, and rapid transit railway lines in Wikidata?", "List English-labeled entities that are instances of occupation, craft, or rapid transit railway line."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { { SELECT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q12737077> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q28604> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q829183> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q2207288> . } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_6531", "question": "Which Wikidata items have Twitter usernames \"envlh\" or \"GillesCC\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"envlh\" \"GillesCC\" } }", "paraphrases": ["Who are the people on Wikidata with the Twitter handles @envlh and @GillesCC?", "Show me the Wikidata entities linked to the Twitter usernames envlh and GillesCC."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"envlh\" ) ( \"WikiBrest\" ) ( \"JeanFred\" ) ( \"string2\" ) ( \"string3\" ) ( \"elog_io\" ) ( \"string4\" ) ( \"GillesCC\" ) ( \"string5\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6532", "question": "What is the Twitter/X username of the official Wikipedia account, and how many Wikipedia language editions link to it?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?link ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 \"Wikipedia\" .\n  ?link schema:about ?item ; schema:isPartOf ?site .\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["How many Wikipedia language editions are connected to the official Wikipedia Twitter account?", "Which Wikidata item has the Twitter handle \"Wikipedia\", and how many sitelinks does it have across Wikipedia language editions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"InaGlobal\" ) ( \"joelgombin\" ) ( \"string1\" ) ( \"MaelLeHir\" ) ( \"dixkatre\" ) ( \"Auregann\" ) ( \"BibliLab\" ) ( \"string2\" ) ( \"ExcelPope\" ) ( \"string3\" ) ( \"TALORIG\" ) ( \"CGdrawing\" ) ( \"A_DLF\" ) ( \"KonbiniFr\" ) ( \"PoulpyWP\" ) ( \"TrizekWP\" ) ( \"Nouuill\" ) ( \"string4\" ) ( \"cperciva\" ) ( \"lavados\" ) ( \"otecam92\" ) ( \"BBeyern\" ) ( \"string5\" ) ( \"ackboo\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"LesNews\" ) ( \"IntJudoFed\" ) ( \"InsidOpi\" ) ( \"aprilmpls\" ) ( \"kornelski\" ) ( \"vnctmrn\" ) ( \"erinbiba\" ) ( \"gblardone\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"wikipedia\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"Calimaq\" ) ( \"string20\" ) ( \"string21\" ) ( \"fagerving\" ) ( \"string22\" ) ( \"string23\" ) ( \"lerefuge\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"Setsunael\" ) ( \"symac\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"WikiBrest\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6533", "question": "What properties are most commonly used to link other items to the Wikidata item Q980216, and how many times are they used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q980216 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which semantic relationships connect other entities to Q980216 more than once, ranked by frequency?", "Show me the properties that link at least two other items to Q980216, sorted by how often they appear."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q980216> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6534", "question": "Human languages with Sinhala and Dutch labels in Wikidata.", "sparql": "SELECT ?language ?labelSi ?labelNl WHERE { ?language wdt:P31 wd:Q34770 . ?language rdfs:label ?labelSi . ?language rdfs:label ?labelNl . FILTER (LANG(?labelSi) = \"si\") FILTER (LANG(?labelNl) = \"nl\") }", "paraphrases": ["Which human languages have official names in both Sinhala and Dutch?", "Show me the names of human languages in Sinhala and Dutch."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var2 ) = \"si\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"nl\" ) ) ) . }"}}
{"id": "val_6535", "question": "Image of Augustine of Canterbury (SNAC ARK ID w6cr6k95)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cr6k95\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6cr6k95?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6cr6k95."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cr6k95\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6536", "question": "What properties are used in statements about Carl H\u00e5rleman, and what qualifiers are associated with them?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?directProperty ?statement ?baseProperty ( SAMPLE( ?label ) AS ?qualifierLabel ) WHERE {\n  wd:Q1038985 ?directProperty ?statement .\n  ?statement ?statementProperty ?value .\n  ?baseProperty wikibase:statementProperty ?statementProperty ; wikibase:claim ?directProperty .\n  FILTER ( ?baseProperty != wd:P31 ) OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?baseProperty wikibase:qualifier ?qualifierProperty .\n    ?qualifierProperty rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nGROUP BY ?directProperty ?statement ?baseProperty", "paraphrases": ["Which properties describe Carl H\u00e5rleman in Wikidata statements, and what are the labels of any qualifiers attached to those statements?", "List all the properties (excluding \"instance of\") that are used to describe Carl H\u00e5rleman in Wikidata, along with one example of a qualifier label for each statement."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q1038985> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_6537", "question": "Humans who died on or before January 1, 1948, with their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P570 ?deathDate .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  FILTER(?deathDate <= \"1948-01-01T00:00:00Z\" ^^ xsd:dateTime)\n}\nLIMIT 150", "paraphrases": ["Who are the people who died before 1948, and what are their English names?", "List up to 150 humans who died by 1948, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } FILTER ( ( ( ?var3 <= \"1948-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 150"}}
{"id": "val_6538", "question": "Music singles by Kasmir and the albums or discographies they belong to.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?single ?singleLabel ?album ?albumLabel WHERE {\n  ?single wdt:P31 wd:Q134556 .\n  ?single wdt:P175 wd:Q16299729 .\n  ?single wdt:P361 ?album .\n  ?single rdfs:label ?singleLabel .\n  ?album rdfs:label ?albumLabel .\n  FILTER ( LANG( ?singleLabel ) = \"en\" ) FILTER ( LANG( ?albumLabel ) = \"en\" )\n}", "paraphrases": ["What are the music singles released by Kasmir, and which albums or compilations are they part of?", "List all of Kasmir\u2019s music singles along with the albums or release groups they are included in."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.wikidata.org/prop/direct/P175> <http://www.wikidata.org/entity/Q16299729> . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } }"}}
{"id": "val_6539", "question": "Which paintings by Leonardo da Vinci are held in France?", "sparql": "SELECT ?painting ?paintingLabel WHERE { ?painting wdt:P31 wd:Q3305213 ; wdt:P170 wd:Q762 ; wdt:P195 ?collection . ?collection wdt:P17 wd:Q142 . }", "paraphrases": ["Leonardo da Vinci paintings in French museums", "Show me all paintings created by Leonardo da Vinci that are part of French public collections"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q142> ; <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q762> . }"}}
{"id": "val_6540", "question": "What is the image of Jessica Mitford in Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6ft8pz0\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the photo associated with Jessica Mitford\u2019s SNAC ARK ID w6ft8pz0?", "Show the Commons image file for the person identified by SNAC ARK ID w6ft8pz0."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ft8pz0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6541", "question": "Which properties are most frequently used to link other entities to Toby Alderweireld, and how many times?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q128840 . OPTIONAL { ?property rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties connect other items to the Belgian footballer Toby Alderweireld, and which ones appear more than once?", "Show me the properties that relate other entities to Toby Alderweireld, sorted by frequency, but only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q128840> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6542", "question": "Which Wikidata items have Twitter usernames like Apple, wikidata, lemondefr, fosdem, or attac_fr?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?username WHERE {\n  VALUES ?item {\n    wd:Q312 wd:Q2013 wd:Q12461 wd:Q69565062 wd:Q475430 wd:Q118626 wd:Q3501758 wd:Q16655993 wd:Q42921754\n  }\n  ?item wdt:P2002 ?username .\n}", "paraphrases": ["What are the Wikidata entities associated with the Twitter handles Apple, wikidata, lemondefr, fosdem, attac_fr, sfoucart, Calimaq, and ash_crow?", "List the Wikidata items and their corresponding Twitter usernames for the handles: Apple, wikidata, lemondefr, fosdem, attac_fr, sfoucart, Calimaq, and ash_crow."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Desiiah\" ) ( \"LesNews\" ) ( \"chronocyte\" ) ( \"ButaGhibli\" ) ( \"Gjpvernant\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Jules78120\" ) ( \"Apple\" ) ( \"attac_fr\" ) ( \"string4\" ) ( \"libe\" ) ( \"SylvStal\" ) ( \"MaelLeHir\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"hatonjan\" ) ( \"PJ_un_jour\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"Bleeptrack\" ) ( \"wikidata\" ) ( \"sfoucart\" ) ( \"lemondefr\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"ash_crow\" ) ( \"Calimaq\" ) ( \"CcileMazin\" ) ( \"Hazukashi1\" ) ( \"PoulpyWP\" ) ( \"squintar\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"fosdem\" ) ( \"string22\" ) ( \"string23\" ) ( \"bevellin\" ) ( \"framaka\" ) ( \"string24\" ) ( \"K_rho\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6543", "question": "Who are the people awarded \"mort pour la France\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P166 wd:Q3324507 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Which humans received the French military honor \"mort pour la France\"?", "List the names of individuals recognized as having died for France, along with their official labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q3324507> . } LIMIT 1000"}}
{"id": "val_6544", "question": "Image of the person with SNAC ARK ID w67w976z", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w67w976z\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Islam Karimov in Wikidata?", "Can you show me the Wikimedia Commons image linked to the SNAC ARK ID w67w976z?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67w976z\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6545", "question": "Most frequently used property linking to uracil?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?property wd:Q182990 .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is most commonly used to associate scientific articles with the chemical compound uracil?", "Show me the property that connects the most items to uracil, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q182990> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6546", "question": "Canada's population, ISO code, and label", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q6256 .\n  ?var1 wdt:P297 \"CA\" .\n  OPTIONAL {\n    ?var1 wdt:P1082 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P297 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P300 ?var4 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What is the population and ISO 3166-1 alpha-2 code of Canada?", "Show me the country with ISO code \"CA\", including its population and English label, and any ISO 3166-2 subdivision codes it might have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P297> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P300> \"CA\". } LIMIT 100"}}
{"id": "val_6547", "question": "Geographic features located in administrative areas with their source documents.", "sparql": "SELECT DISTINCT ?featureLabel ?feature ?adminUnit ?adminUnitLabel ?source WHERE { ?feature wdt:P131 ?adminUnit . ?adminUnit wdt:P248 ?source . }", "paraphrases": ["Which places are located in administrative units, and what sources document those administrative locations?", "Show me buildings, caves, and other features along with the towns they are in and the reference works that cite those locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P248> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6548", "question": "Who are the people buried in Paris?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P119 wd:Q90 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 1000", "paraphrases": ["List the names of individuals whose place of burial is Paris.", "Which historical figures are buried in the city of Paris?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q90> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_6549", "question": "Who has the IMDb ID nm1138302?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"nm1138302\" .\n}", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm1138302?", "Find the Wikidata item for the IMDb ID nm1138302."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1138302\". }"}}
{"id": "val_6550", "question": "What is the taxonomic hierarchy above Polypodium moricandii?", "sparql": "SELECT DISTINCT ?ancestor WHERE { wd:Q17112220 wdt:P171+ ?ancestor . }", "paraphrases": ["Can you list all the higher taxonomic groups that Polypodium moricandii belongs to?", "Show me the complete lineage of parent taxa for the plant species Polypodium moricandii."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17112220> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_6551", "question": "What are the places in Arkansas that have images, Commons categories, or street addresses?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?place wdt:P17 wd:Q30 .\n  ?place wdt:P131 wd:Q1612 .\n  OPTIONAL {\n    ?place wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?place wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?place wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?place wdt:P969 ?address .\n  }\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["Show me entities in Arkansas with their coordinates, images, Wikimedia Commons categories, and addresses.", "List places in Arkansas along with their associated images, Commons categories, and street addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-92 35)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-91 36)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6552", "question": "List municipalities in Niger with their coordinates and images.", "sparql": "SELECT ?municipalityLabel ?image ?coordinates WHERE { ?municipality (wdt:P31/wdt:P279*) wd:Q605291 . ?municipality wdt:P17 wd:Q1032 . ?municipality wdt:P625 ?coordinates . OPTIONAL { ?municipality wdt:P18 ?image . } ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What are the names, coordinates, and images of municipalities in Niger?", "Show me all administrative subdivisions of Niger (like communes or municipalities), including their geographic coordinates and any associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q605291> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1032> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6553", "question": "What are all the superclass categories of atheism in the Wikidata hierarchy?", "sparql": "SELECT DISTINCT ?subclass WHERE { wd:Q7066 wdt:P279* ?subclass }", "paraphrases": ["Show me all the broader categories that atheism belongs to, including indirect ones.", "What classes is atheism a subclass of, directly or indirectly?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q7066> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6554", "question": "Image of the person with SNAC ARK ID w6ww8mw0", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ww8mw0\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Alexander Fraser Tytler, Lord Woodhouselee in Wikidata?", "Can you show me the Wikimedia Commons image for the historical figure identified by the SNAC ARK ID w6ww8mw0?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ww8mw0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6555", "question": "Humans born between January 2 and July 1, 1993, including their names, gender, place of birth, and family/given names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?familyNameLabel ?givenNameLabel ?genderLabel ?dob ?birthPlaceLabel ?birthPlace WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P569 ?dob .\n  FILTER ( ?dob >= \"1993-01-02\" ^^ xsd:date && ?dob < \"1993-07-01\" ^^ xsd:date ) OPTIONAL {\n    ?person wdt:P734 ?familyName .\n    ?familyName rdfs:label ?familyNameLabel .\n    FILTER ( LANG( ?familyNameLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P735 ?givenName .\n    ?givenName rdfs:label ?givenNameLabel .\n    FILTER ( LANG( ?givenNameLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n    ?gender rdfs:label ?genderLabel .\n    FILTER ( LANG( ?genderLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nORDER BY ?person", "paraphrases": ["Who were the people born between January 2 and July 1, 1993, and what are their given names, family names, gender, and birthplaces?", "List all humans born in the first half of 1993 with their full names, gender, and place of birth, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var7 >= \"1993-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var7 < \"1993-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6556", "question": "What are the types of bilabial fricative consonants?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?bilabial_fricative ?label WHERE {\n  ?bilabial_fricative wdt:P279 wd:Q31427 .\n  ?bilabial_fricative wdt:P279 wd:Q146878 .\n  ?bilabial_fricative rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which consonants are both bilabial and fricative?", "List all subclasses of consonants that are both bilabial and fricative."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q31427> . ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q146878> . } LIMIT 100"}}
{"id": "val_6557", "question": "Male grandchildren of Princess Cecilia of Sweden and their fathers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?grandchild ?child WHERE {\n  wd:Q271940 wdt:P40 ?child .\n  ?child wdt:P40 ?grandchild .\n  ?grandchild wdt:P21 wd:Q6581097 .\n}\nLIMIT 101", "paraphrases": ["Who are the male grandchildren of Princess Cecilia of Sweden, and who are their fathers?", "List all male descendants two generations below Princess Cecilia of Sweden, along with their immediate parents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P21> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P21> <http://www.wikidata.org/entity/Q6581097> . <http://www.wikidata.org/entity/Q271940> <http://www.wikidata.org/prop/P40> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/P40> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P40> ?var1 . } LIMIT 101"}}
{"id": "val_6558", "question": "People born between July 1, 1939 and December 31, 1939, including their gender, birthplace, and names.", "sparql": "SELECT ?person ?birthDate ?familyName ?givenName ?gender ?birthPlace WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . OPTIONAL { ?person wdt:P734 ?familyName . } OPTIONAL { ?person wdt:P735 ?givenName . } OPTIONAL { ?person wdt:P21 ?gender . } OPTIONAL { ?person wdt:P19 ?birthPlace . } FILTER ( ?birthDate >= \"1939-07-01\"^^xsd:date && ?birthDate < \"1940-01-01\"^^xsd:date ) } ORDER BY ?person", "paraphrases": ["Who were born between July 1, 1939 and January 1, 1940, and what are their given names, family names, genders, and places of birth?", "List all humans born in the second half of 1939, along with their birth details such as gender, birthplace, and first and last names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var7 >= \"1939-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var7 < \"1940-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6559", "question": "Sovereign states and their demonyms with Wikidata IDs in {Q123} format", "sparql": "SELECT ?item ?demonym ( CONCAT( \"{\", REPLACE( STR( ?item ), \"http://www.wikidata.org/entity/\", \"\" ), \"}\" ) AS ?id ) WHERE { ?item wdt:P31 wd:Q3624078 . ?item wdt:P1549 ?demonym . }", "paraphrases": ["What are the demonyms for sovereign states, and how are their Wikidata IDs formatted as {Q123}?", "List all sovereign states along with their demonyms and show their entity IDs wrapped in curly braces like {Q123}."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( CONCAT ( \"{\", \"string1\", ?var3 , \"string2\", \"}\" ) AS ?var4 ) WHERE { BIND ( REPLACE ( STR ( ?var1 ) , \"string3\", \"\" ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> ; <http://www.wikidata.org/prop/P1549> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P1549> ; <http://www.wikidata.org/prop/qualifier/P510> ?var2 ] . ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var5 . }"}}
{"id": "val_6560", "question": "People born between July 1 and December 31, 1947, with their birthplaces and English labels.", "sparql": "SELECT ?person ?personLabel ?birthDate ?placeOfBirthLabel ?placeOfBirth WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1947-07-01\"^^xsd:date && ?birthDate < \"1948-01-01\"^^xsd:date ) ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P19 ?placeOfBirth . ?placeOfBirth rdfs:label ?placeOfBirthLabel . FILTER(LANG(?placeOfBirthLabel) = \"en\") } } ORDER BY ASC(?person)", "paraphrases": ["Who were the humans born between July 1, 1947 and January 1, 1948, and where were they born?", "List the names and birthplaces of all humans born in the second half of 1947."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var7 >= \"1947-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var7 < \"1948-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6561", "question": "What is the image of the person with SNAC ARK ID w6z03v2w?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6z03v2w\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image associated with the SNAC ARK ID w6z03v2w.", "Which image is linked to F. David Mathews in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6z03v2w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6562", "question": "People who died in 1901, including their birth date and place of birth.", "sparql": "SELECT ?person ?personLabel ?birthDate ?deathDate ?ageInYears ?birthPlace WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P570 ?deathDate . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P19 ?birthPlace . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") BIND( ( ( ?deathDate - ?birthDate ) / \"365.2425\"^^xsd:decimal ) AS ?ageInYears ) FILTER( ?deathDate >= \"1901-01-01\"^^xsd:date && ?deathDate < \"1902-01-01\"^^xsd:date ) } ORDER BY ASC(?person) LIMIT 5", "paraphrases": ["Who were the people that died in 1901, and when and where were they born?", "List humans who died in 1901 with their names, birth dates, and birth places."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var9 >= \"1901-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var9 < \"1901-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6563", "question": "Is the Chilean commune of Cerrillos a type of software?", "sparql": "ASK WHERE { wd:Q3755 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Cerrillos belong to any category that is a subclass of software?", "Can a geographical administrative division like Cerrillos be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3755> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6564", "question": "What software applications are digital calendars?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?software ?softwareLabel WHERE {\n  ?software wdt:P31 wd:Q2933820 .\n  OPTIONAL {\n    ?software rdfs:label ?softwareLabel\n    FILTER(LANG(?softwareLabel) = 'en')\n  }\n}", "paraphrases": ["List digital calendar software programs", "Which programs provide calendar functionality?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P277> <http://www.wikidata.org/entity/Q205892> . }"}}
{"id": "val_6565", "question": "Items in the Mus\u00e9e du quai Branly collection with their English names and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P195 wd:Q167863 .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the items in the Mus\u00e9e du quai Branly collection, and what are their English labels and images?", "Show me the English names and images of all items held in the Mus\u00e9e du quai Branly."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q167863> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_6566", "question": "What are the occupations of G-Eazy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation ?occupationLabel WHERE {\n  wd:Q5511893 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["G-Eazy occupations", "List the professions of the American rapper G-Eazy."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q5511893> ?var1 ?var2 . }"}}
{"id": "val_6567", "question": "What is the French label and description of the property that links representatives to electoral districts?", "sparql": "SELECT ?propLabel ?propDescription WHERE { wd:P768 rdfs:label ?propLabel . wd:P768 schema:description ?propDescription . FILTER(LANG(?propLabel) = \"fr\") . FILTER(LANG(?propDescription) = \"fr\") }", "paraphrases": ["How is the electoral district represented in French in Wikidata?", "Which property in French indicates the electoral constituency a person represents?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q192611> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6568", "question": "What is the image of the person with SNAC ARK ID w6c27nqv?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6c27nqv\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image of David Auburn (SNAC ARK ID w6c27nqv)", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6c27nqv."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6c27nqv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6569", "question": "Does J\u00f8rgen Ringnis have a mitochondrial DNA haplogroup?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q196060 wdt:P1887 ?haplogroup .\n}", "paraphrases": ["Is there any mitochondrial DNA haplogroup associated with J\u00f8rgen Ringnis in Wikidata?", "Check if J\u00f8rgen Ringnis is documented as having a mitochondrial DNA haplogroup."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q196060> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6570", "question": "Family names in Wikidata not assigned to any person, with English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item(SAMPLE(?label) AS ?labelName) WHERE {\n  ?item wdt:P31 wd:Q101352 . MINUS {\n    ?person wdt:P734 ?item .\n  }\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(! CONTAINS(STR(?label) , \"family name\"))\n}\nGROUP BY ?item\nHAVING(COUNT(?label) = 1)\nLIMIT 10", "paraphrases": ["Which family names exist in Wikidata but are not used as surnames for any person?", "List English-language family names in Wikidata that are not currently linked to any individual as their last name."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2Label ) AS ?var2Label ) WHERE { SELECT DISTINCT ?var1 ?var2Label ( COUNT ( ?var2Label ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q101352> . ?var1 <http://wikiba.se/ontology#sitelinks> \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var1 <http://wikiba.se/ontology#statements> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var4 ?var5 ?var1 . MINUS { ?var4 <http://www.wikidata.org/prop/direct/P734> ?var1 . } OPTIONAL { ?var1 ?var6 [ <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 ] . ?var7 ?var8 [] . } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . OPTIONAL { ?var1 ?var9 ?var10 . ?var11 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . ?var11 <http://wikiba.se/ontology#directClaim> ?var9 . } BIND ( STR ( ?var12Label ) AS ?var2Label ). FILTER ( ( !( BOUND ( ?var10 ) ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . } GROUP BY ?var1 ?var2Label } GROUP BY ?var1 HAVING ( ( COUNT ( ?var2Label ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_6571", "question": "Battles from the Seven Years' War with their locations and start/end dates.", "sparql": "SELECT ?battle ?battleLabel ?location ?startDate ?endDate WHERE { ?battle (wdt:P31/wdt:P279*) wd:Q178561 . ?battle wdt:P361 wd:Q33143 . ?battle wdt:P625 ?location . ?battle wdt:P580 ?startDate . ?battle wdt:P582 ?endDate . } LIMIT 10", "paraphrases": ["What were the battles during the Seven Years' War, and where and when did they occur?", "List the battles that were part of the Seven Years' War, including their geographic coordinates, start times, and end times."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q178561> . ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q33143> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_6572", "question": "What is the author of the article \"The field archaeology of mottes in England and Wales: Eine kurze \u00fcbersicht\", and how can I find their academic profile?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author ?authorLabel(COALESCE(?orcid , CONCAT(\"https://orcid.org/\" , ENCODE_FOR_URI(?authorLabel))) AS ?orcidOrUrl) WHERE {\n  wd:Q47089090 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}", "paraphrases": ["Show the author of the 1972 article on mottes in England and Wales, and provide their ORCID if available; otherwise, generate a URL using their name.", "Can you find the author of \"The field archaeology of mottes in England and Wales\" and link to their ORCID profile or create a name-based URL if no ORCID exists?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q47089090> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6573", "question": "Who died in 1996, and how old were they at the time of death?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?dateOfDeath ?age WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P570 ?dateOfDeath .\n  FILTER ( YEAR( ?dateOfDeath ) = 1996 ) .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  BIND( ( ( ?dateOfDeath - ?dateOfBirth ) / \"365.2425\" ^^ xsd:decimal ) AS ?age ) OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?person )\nLIMIT 10", "paraphrases": ["List the names and ages of people who passed away in 1996, if their birth date is known.", "Can you show me a list of humans who died in 1996, along with their English names and estimated age at death?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . } ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( ( ( ?var3 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var5 ). FILTER ( ( ( ?var3 >= \"1996-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 < \"1996-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_6574", "question": "World Heritage Sites inscribed in 1973", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT DISTINCT ?site ?siteLabel WHERE {\n  ?site p:P1435 ?stmt .\n  ?stmt pq:P580 ?date .\n  FILTER(YEAR(?date) = 1973)\n  .\n  ?site rdfs:label ?siteLabel .\n  FILTER(LANG(?siteLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which World Heritage Sites were inscribed in 1973?", "List the World Heritage Sites that were added to the UNESCO list in 1973."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P757> \"1973\". FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } ) ) . } LIMIT 1000"}}
{"id": "val_6575", "question": "What books have been written by the author of \"The English Castle\", and when were they published?", "sparql": "SELECT ?work ?workLabel ?publicationDate ?authorLabel WHERE { wd:Q43756571 wdt:P50 ?author . ?work wdt:P50 ?author . OPTIONAL { ?work wdt:P577 ?publicationDate . } ?work rdfs:label ?workLabel . ?author rdfs:label ?authorLabel . FILTER (LANG(?workLabel) = \"en\") FILTER (LANG(?authorLabel) = \"en\") } ORDER BY ?publicationDate LIMIT 1000", "paraphrases": ["Show me all works by John Goodall, sorted by publication date, including their titles and release years.", "Which other books did the author of \"The English Castle\" write, and in what order were they published?"], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( ?var4Label ; SEPARATOR = \" // \" ) AS ?var5 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q43756571> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var6 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var6 . } OPTIONAL { ?var3 ( <http://www.wikidata.org/prop/direct/P50> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_6576", "question": "What properties are associated with Socks Clinton, and what are their values in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?label ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q1371145 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?label .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?label ) = \"en\" ) FILTER ( LANG( ?valueLabel ) = \"en\" )\n}\nGROUP BY ?property", "paraphrases": ["For each property of the cat Socks Clinton, show its English label, how many values it has, and what those values are labeled as in English.", "Can you list all the properties of Socks Clinton with their English names, the count of their values, and the English labels of those values?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1371145> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_6577", "question": "Is the town Gro\u00df Disnack considered a human?", "sparql": "ASK WHERE { wd:Q633624 wdt:P31/wdt:P279* wd:Q5 . }", "paraphrases": ["Does Gro\u00df Disnack belong to the category of humans or any of its subclasses?", "Is Gro\u00df Disnack a person or a type of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q633624> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6578", "question": "Banks in the banking industry with their websites and employee counts, ordered by size.", "sparql": "SELECT ?bank ?bankLabel ?website ?employeeCount WHERE { ?bank wdt:P31 wd:Q4830453 . ?bank wdt:P452 wd:Q3435731 . ?bank wdt:P856 ?website . OPTIONAL { ?bank wdt:P1128 ?employeeCount . } ?bank rdfs:label ?bankLabel . FILTER(LANG(?bankLabel) = \"en\") } ORDER BY DESC(?employeeCount) LIMIT 100", "paraphrases": ["Which banks operate in the banking sector, what are their official websites, and how many employees do they have, listed from largest to smallest?", "Show me a list of banking businesses with their official websites and number of employees, sorted by the number of employees in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q3435731> . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_6579", "question": "Monarchs of Spain and their birth dates", "sparql": "SELECT ?monarch ?monarchLabel ?birthDate WHERE { ?monarch wdt:P39 wd:Q3847454 . ?monarch wdt:P569 ?birthDate . ?monarch rdfs:label ?monarchLabel . FILTER(LANG(?monarchLabel) = \"en\") }", "paraphrases": ["Who were the monarchs of Spain and when were they born?", "List all the people who held the title of Monarch of Spain along with their dates of birth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q3847454> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_6580", "question": "How many academic articles citing \"Recognizing and Moving on from a Failed Paradigm...\" were published each year, and do they have authors?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE {\n  BIND( wd:Q44497747 AS ?citedArticle ) .\n  ?citingWork wdt:P2860 ?citedArticle .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND( STR( YEAR( ?pubDate ) ) AS ?year ) .\n  BIND( IF( EXISTS {\n    ?citingWork wdt:P50 []\n  }\n  , \"has_author\" , \"no_author\" ) AS ?hasAuthor )\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC ( ?year )", "paraphrases": ["In which years were articles that cite the 2015 paper on Anglo-Saxon agricultural landscapes published, and how many such articles with authors were published per year?", "Show me the count of citing works for the academic paper on Anglo-Saxon landscapes grouped by publication year, indicating whether each citing work has at least one author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q44497747> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6581", "question": "Japanese-labeled subclasses and their superclasses in Wikidata.", "sparql": "SELECT ?subclass ?superclass ?subclassLabel ?superclassLabel WHERE { ?subclass wdt:P279 ?superclass . ?subclass rdfs:label ?subclassLabel . ?superclass rdfs:label ?superclassLabel . FILTER (LANG(?subclassLabel) = \"ja\") . FILTER (LANG(?superclassLabel) = \"ja\") . } LIMIT 1000", "paraphrases": ["What are the subclass-superclass relationships in Wikidata where both the subclass and superclass have Japanese labels?", "Show me pairs of Japanese-labeled classes and their parent classes from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var5Label ) = \"ja\" ) ) ) . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var5Label ) = \"ja\" ) ) ) . } LIMIT 1000"}}
{"id": "val_6582", "question": "Who has the given name Charlotte and the family name Lecocq?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P735 wd:Q264002 ; wdt:P734 wd:Q31212513 .\n}", "paraphrases": ["Which person has Charlotte as their first name and Lecocq as their last name?", "Find the person whose first name is Charlotte and last name is Lecocq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q101352> ; <http://www.w3.org/2000/01/rdf-schema#label> \"Lecocq\"@fr . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q202444> ; <http://www.w3.org/2000/01/rdf-schema#label> \"Charlotte\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 ; <http://www.wikidata.org/prop/direct/P735> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 2"}}
{"id": "val_6583", "question": "Most frequently used property linking items to Semantic Web", "sparql": "SELECT ?directProperty (COUNT(?directProperty) AS ?count) WHERE { ?item ?statementProperty wd:Q54837 . ?directProperty wikibase:directClaim ?statementProperty . ?directProperty rdf:type wikibase:Property . } GROUP BY ?directProperty ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is used most often to classify entities as instances of Semantic Web?", "Show me the property that connects the most items to the Semantic Web, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q54837> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6584", "question": "What pairs of topics are shared by other works with the chapter \"Late-antique dining: architecture, furnishings and behavior\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  wd:Q47035596 wdt:P921 ?topic1 .\n  wd:Q47035596 wdt:P921 ?topic2 .\n  ?work wdt:P921 ?topic1 ; wdt:P921 ?topic2 .\n  FILTER(?topic1 != ?topic2)\n  OPTIONAL {\n    ?topic1 rdfs:label ?topic1Label .\n    FILTER(LANG(?topic1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?topic2 rdfs:label ?topic2Label .\n    FILTER(LANG(?topic2Label) = \"en\")\n  }\n}", "paraphrases": ["Which two main subjects, besides each other, appear together in other works that also share a main subject with the chapter \"Late-antique dining: architecture, furnishings and behavior\"?", "List all distinct pairs of topics (with their English labels) that are main subjects of other works which also have at least one main subject in common with the chapter \"Late-antique dining: architecture, furnishings and behavior\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q47035596> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q47035596> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q47035596> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q47035596> != ?var1 ) && ( <http://www.wikidata.org/entity/Q47035596> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6585", "question": "Top authors of papers in ISWC 2007 conference proceedings, with their images and publication counts.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ( SAMPLE( ?image ) AS ?imageSample ) ?author ?authorLabel ?publicationCount WHERE {\n  {\n    SELECT ?author ( COUNT( ?work ) AS ?publicationCount ) WHERE {\n      ?work wdt:P1433 wd:Q28553532 ; wdt:P50 ?author .\n    }\n    GROUP BY ?author\n  }\n  ?author wdt:P18 ?image .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nGROUP BY ?author ?authorLabel ?publicationCount\nORDER BY DESC ( ?publicationCount )\nLIMIT 50", "paraphrases": ["Who are the most frequent authors in the 2007 International Semantic Web Conference proceedings, and what are their images and how many papers did they write?", "List the top 50 authors who contributed to the ISWC 2007 proceedings, ordered by number of publications, along with their English names and Wikimedia Commons images."], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ?var4 WHERE { { SELECT ?var3 ( COUNT ( ?var5 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q28553532> ; <http://www.wikidata.org/prop/direct/P50> ?var3 . } GROUP BY ?var3 } ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,fr,zh,jp,es\". } } GROUP BY ?var3 ?var3Label ?var4 ORDER BY DESC( ?var4 ) LIMIT 50"}}
{"id": "val_6586", "question": "Who are the human members of the Academy of Esperanto?", "sparql": "SELECT ?member WHERE { ?member wdt:P31 wd:Q5 . ?member wdt:P463 wd:Q202479 .}", "paraphrases": ["List all people who belong to the Academy of Esperanto.", "Which individuals are both human and members of the Academy of Esperanto?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q202479> . }"}}
{"id": "val_6587", "question": "Image of Charles Thomson with SNAC ARK ID w6np266j", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6np266j\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the historical figure with SNAC ARK ID w6np266j?", "Show me the Wikimedia Commons image for Charles Thomson, identified by the SNAC ARK ID w6np266j."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6np266j\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6588", "question": "Properties and values of Jacques Brel with English labels and his image", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?value ?valueLabel ?image WHERE {\n  wd:Q1666 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  OPTIONAL {\n    wd:Q1666 wdt:P18 ?image .\n  }\n  FILTER ( LANG( ?valueLabel ) = \"en\" )\n}\nORDER BY ?property ?value\nLIMIT 20", "paraphrases": ["What are Jacques Brel\u2019s occupations, nationalities, and other attributes in English, and what is his image?", "Show me all the attributes of Jacques Brel with their English labels and his photo."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q1666> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q1666> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 20"}}
{"id": "val_6589", "question": "Books with their English titles, genres, collections, and publication dates.", "sparql": "SELECT DISTINCT ?book ?bookLabel ?genreLabel ?collectionLabel ?publicationDate WHERE { ?book wdt:P31 wd:Q571 . OPTIONAL { ?book wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") } OPTIONAL { ?book wdt:P195 ?collection . ?collection rdfs:label ?collectionLabel . FILTER(LANG(?collectionLabel) = \"en\") } OPTIONAL { ?book wdt:P577 ?publicationDate } ?book rdfs:label ?bookLabel . FILTER(LANG(?bookLabel) = \"en\") } LIMIT 20", "paraphrases": ["What are the English titles, genres, collections, and publication dates of books in Wikidata?", "Show me up to 20 books, including their English labels, any associated genre and collection labels in English, and their publication dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var1Label ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var7 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#lable> ?var3 . ?var1 <http://dbpedia.org/ontology/author> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#lable> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P195> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20"}}
{"id": "val_6590", "question": "What properties are used to link other entities to the newspaper Gazeta Wroc\u0142awska, and how many times are they used?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel(COUNT(?item) AS ?count) WHERE {\n  ?item ?propertyValue wd:Q9266428 .\n  ?property wikibase:directClaim ?propertyValue .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect items to Gazeta Wroc\u0142awska in Wikidata, and what are their usage counts?", "List the properties and their frequencies for statements where Gazeta Wroc\u0142awska is the object."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q9266428> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6591", "question": "Which Wikidata property is linked to the Art UK painters database?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel WHERE {\n  ?property wdt:P1629 wd:Q19847649 .\n  ?property rdfs:label ?propertyLabel .\n}", "paraphrases": ["What is the Wikidata property that corresponds to the Art UK artists database?", "Show me the property used by Art UK to identify artists, along with its labels in all languages."], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var2 ) { ( \"string1\" ) } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var2 <http://www.wikidata.org/prop/direct/P1629> <http://www.wikidata.org/entity/Q19847649> . }"}}
{"id": "val_6592", "question": "Image of Karl Ludwig von Littrow (SNAC ARK ID: w68f3ng2)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w68f3ng2\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w68f3ng2?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w68f3ng2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68f3ng2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6593", "question": "Wikidata items with NE.se ID but no Swedish Wikipedia page, and their language codes.", "sparql": "SELECT ?item ?lang WHERE { ?item wdt:P3222 ?neId . ?page schema:about ?item ; schema:inLanguage ?lang . FILTER NOT EXISTS { ?page2 schema:about ?item ; schema:inLanguage \"sv\" . } } LIMIT 10", "paraphrases": ["Which Wikidata entities are listed in the Swedish National Encyclopedia (NE.se) but do not have a Swedish-language Wikipedia page, and in what other languages do they have pages?", "Show me the Wikidata items that have a NE.se ID, lack a Swedish Wikipedia article, and list the languages of their existing Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> ?var2 . { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3222> ?var4 . OPTIONAL { ?var5 <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"sv\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } } } LIMIT 10"}}
{"id": "val_6594", "question": "What are all the legislative bodies that have a known number of seats?", "sparql": "SELECT DISTINCT ?legislativeBody WHERE { ?legislativeBody wdt:P31/wdt:P279* wd:Q11204 . ?legislativeBody p:P1342 ?seatStatement . }", "paraphrases": ["List all parliaments, city councils, and other legislative assemblies that specify how many members they have.", "Which governing bodies with legislative power have documented membership counts?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11204> . ?var1 <http://www.wikidata.org/prop/P1342> ?var2 . }"}}
{"id": "val_6595", "question": "What organizations is Simon Kamronn affiliated with or employed by, and do any of them have images?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  wd:Q28912380(p:P1416 | p:P108) ?statement .\n  ?statement ps:P1416 | ps:P108 ?organization .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER(LANG(?organizationLabel) = \"en\")\n  OPTIONAL {\n    ?organization wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Show me Simon Kamronn\u2019s organizational associations (including start and end dates), along with any available images and academic degrees linked to those roles.", "Which institutions has Simon Kamronn worked for or been affiliated with, and when did those associations start or end? Are there photos of these institutions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q28912380> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q28912380> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6596", "question": "Paintings and their creation dates", "sparql": "SELECT ?painting ?paintingLabel ?creationDate WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P571 ?creationDate . ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the titles and creation years of all paintings in Wikidata?", "List the English titles and creation dates of paintings."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 100"}}
{"id": "val_6597", "question": "What films did Zbigniew Cybulski act in?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P161 wd:Q168049 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all the movies featuring the Polish actor Zbigniew Cybulski?", "Which cinematic works include Zbigniew Cybulski as a cast member?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var3 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q168049> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_6598", "question": "People with professions and their native names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?profession ?professionLabel ?nativeName WHERE {\n  ?person wdt:P106 ?profession .\n  ?profession wdt:P31 wd:Q28640 .\n  OPTIONAL {\n    ?person wdt:P1559 ?nativeName .\n  }\n  ?person rdfs:label ?personLabel .\n  ?profession rdfs:label ?professionLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?professionLabel) = \"en\")\n}\nLIMIT 20", "paraphrases": ["Who are some people with professions like poet or politician, and what are their names in their native languages?", "List 20 people with their occupations and, if available, their native names in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28640> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6599", "question": "Italian Wikipedia articles linked to Wikidata items", "sparql": "PREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?page WHERE {\n  ?page schema:about ?item ; schema:isPartOf <https://it.wikipedia.org/> .\n}\nLIMIT 10", "paraphrases": ["What are some Italian Wikipedia pages that are connected to Wikidata items?", "List 10 Italian Wikipedia articles that correspond to Wikidata entities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://schema.org/about> ?var3 ; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . { ?var2 <http://schema.org/about> ?var4 ; <http://schema.org/isPartOf> <https://it.wikipedia.org/> . { FILTER ( ( ( LCASE ( ?var1 ) != LCASE ( ?var2 ) ) ) ) . } } } LIMIT 10"}}
{"id": "val_6600", "question": "What family names have a multi-language native label in Wikidata?", "sparql": "SELECT ?familyName ?nativeLabel WHERE { ?familyName wdt:P31 ?familyNameClass . ?familyNameClass wdt:P279* wd:Q101352 . ?familyName wdt:P1705 ?nativeLabel . FILTER(LANG(?nativeLabel) = \"mul\") }", "paraphrases": ["Can you list all surnames that are labeled in a generic, non-language-specific way (lang:mul)?", "Show me the native forms of family names that are intended for use across multiple languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q101352> . ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"mul\" ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/direct/P734> ?var1 . } ) ) . }"}}
{"id": "val_6601", "question": "Humans with Odia Wikipedia pages but no Odia label in Wikidata", "sparql": "SELECT ?item ?wikiPage WHERE { ?wikiPage schema:about ?item ; schema:isPartOf <https://or.wikipedia.org/> . ?item wdt:P31 wd:Q5 . FILTER NOT EXISTS { ?item skos:altLabel ?altLabel . FILTER(LANG(?altLabel) = \"or\") } } LIMIT 200", "paraphrases": ["Which humans have articles on the Odia Wikipedia but are not labeled in Odia on Wikidata?", "List all humans who are featured on the Odia Wikipedia but lack an Odia-language label in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var2 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://or.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"or\" ) ) ) . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,ar\". } } LIMIT 200"}}
{"id": "val_6602", "question": "What are the specialized data types defined in Wikidata for properties?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?dataType WHERE {\n  ?dataType wdt:P31 wd:Q19798645 .\n}", "paraphrases": ["Which items are classified as Wikibase datatypes?", "Can you list all custom data types used in Wikidata properties, such as Math or Musical Notation?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q19798645> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6603", "question": "List of sovereign island nations with no historical status or ethnic group classification.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?country wdt:P31 ?islandType .\n  FILTER(?islandType IN(wd:Q112099 , wd:Q13107770))\n  .\n  FILTER(NOT EXISTS {\n    ?country wdt:P31 wd:Q3024240\n  })\n  .\n  FILTER(NOT EXISTS {\n    ?country wdt:P31 wd:Q41710\n  })\n  .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY ASC(?countryLabel)", "paraphrases": ["Which sovereign countries are entirely composed of islands and are not historical states or ethnic groups?", "Show me the names of all current sovereign states that are island countries or archipelagic states, excluding former countries and ethnic groups."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q3624078> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41710> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/P47> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P47> ?var3 ; <http://www.wikidata.org/prop/qualifier/P805> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15104814> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6604", "question": "Image of John Fisher with SNAC ARK ID w6cc1mnc", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6cc1mnc\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6cc1mnc?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w6cc1mnc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cc1mnc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6605", "question": "Date of birth and death of Terence Donovan", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthDate ?deathDate WHERE {\n  BIND( wd:Q7701890 AS ?person ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Terence Donovan born, and when did he die?", "Please provide the birth and death dates of the actor Terence Donovan."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7701890> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6606", "question": "Who were born or died in 1876?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . FILTER(YEAR(?birthDate) = 1876) } OPTIONAL { ?person wdt:P570 ?deathDate . FILTER(YEAR(?deathDate) = 1876) } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(BOUND(?birthDate) || BOUND(?deathDate)) }", "paraphrases": ["List people from 1876 with their birth and death dates, in English.", "Can you show me the names of humans who were born or died during the year 1876?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3594329> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6607", "question": "What are the birth and death dates of Ichir\u014d Ishi?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  BIND(wd:Q11584751 AS ?person)\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Ichir\u014d Ishi born and when did he die?", "Can you tell me the life span of Ichir\u014d Ishi, including his birth and death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q11584751> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6608", "question": "Cities with population over 100,000 and elevation above 100 meters.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?city ?elevation ?population WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city rdfs:label ?label .\n  ?city wdt:P2044 ?elevation .\n  ?city wdt:P1082 ?population .\n  FILTER ( LANG( ?label ) = \"en\" && ?elevation > 100 && ?population > 100000 )\n}", "paraphrases": ["Which cities have a population greater than 100,000 and are located at an elevation higher than 100 meters above sea level?", "List the names, elevations, and populations of English-named cities with more than 100,000 residents and an elevation above 100 meters."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var5 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.wikidata.org/prop/direct/P2044> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P1082> ?var4 . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) && ( ?var3 > \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var4 > \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_6609", "question": "Animal taxa that are instances of the animal kingdom", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?animalTaxon ?animalTaxonLabel WHERE {\n  ?animalTaxon wdt:P31 wd:Q729 .\n  ?animalTaxon rdfs:label ?animalTaxonLabel .\n  FILTER ( LANG( ?animalTaxonLabel ) = \"en\" )\n}", "paraphrases": ["What are some examples of animals classified under the animal kingdom?", "List the English names of all taxa that are instances of the animal kingdom."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q729> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_6610", "question": "Wikipedia articles about Gertrude K\u00e4sebier using her ULAN ID.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nSELECT ?wikiPage ?artist WHERE {\n  ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500011698> .\n  ?wikiPage schema:about ?artist .\n}", "paraphrases": ["What language versions of Wikipedia pages are about the photographer Gertrude K\u00e4sebier, identified by ULAN ID 500011698?", "List all Wikimedia pages related to Gertrude K\u00e4sebier, using her Getty ULAN identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500011698> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_6611", "question": "What Wikipedia articles are about the artist with ULAN ID 500018523?", "sparql": "SELECT ?article ?artist WHERE { ?artist wdt:P245 \"500018523\" . ?article schema:about ?artist . }", "paraphrases": ["Can you show me the Wikipedia pages linked to Giovanni Battista Tiepolo?", "Which language versions of Wikipedia have articles about the painter identified by the Getty ULAN ID 500018523?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500112958> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_6612", "question": "What Wikipedia and Commons pages are about the artist with ULAN ID 500089107?", "sparql": "PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nPREFIX schema: <http://schema.org/>\nSELECT ?page ?artist WHERE {\n  ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500089107> .\n  ?page schema:about ?artist .\n}", "paraphrases": ["Can you list all the online pages that discuss Edgar Britton, identified by the Getty ULAN identifier?", "Show me the web resources linked to the Wikidata item for Edgar Britton via his ULAN ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500089107> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_6613", "question": "What Wikipedia pages are about the artist with ULAN ID 500110692?", "sparql": "SELECT ?page ?artist WHERE { ?artist wdt:P245 \"500110692\" . ?page schema:about ?artist . }", "paraphrases": ["Which web pages discuss the artist identified by the Getty ULAN ID 500110692?", "Show me all the online articles linked to Les Levine via his ULAN identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500110692> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_6614", "question": "Wikipedia pages about Jim Goldberg identified by ULAN ID 500073957", "sparql": "SELECT ?resource ?artist WHERE { ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500073957> . ?resource schema:about ?artist .}", "paraphrases": ["What Wikipedia articles are about the artist with Getty ULAN ID 500073957?", "Show me all resources linked to Jim Goldberg via his ULAN identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500073957> . ?var1 <http://schema.org/about> ?var2 . }"}}
{"id": "val_6615", "question": "Who are the people who competed as military patrol runners?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q38370550 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["List all humans with the occupation of military patrol (sport) runner.", "Which athletes participated in the military patrol sport, which is a form of ski mountaineering?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q38370550> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_6616", "question": "What are the German labels of properties used for the German language, along with how many German-labeled values each has and what those values are?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q188 ?property ?value . ?propertyClaim wikibase:directClaim ?property . ?propertyClaim rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"de\") . ?value rdfs:label ?valLabel . FILTER(LANG(?valLabel) = \"de\") } GROUP BY ?property", "paraphrases": ["Show me for each property of the German language: its German name, how many German-labeled values it has, and a comma-separated list of those values.", "List all properties of the German language in German, including the count and names of their German-labeled values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q16523915> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_6617", "question": "What are the Norwegian plural forms of academic disciplines ending in \"-logien\" or \"-logiane\"?", "sparql": "SELECT ?lexicalEntry ?label WHERE { ?lexicalEntry rdfs:label ?label . FILTER (LANG(?label) IN (\"nb\", \"nn\")) . FILTER (REGEX(?label, \"logien$|logiane$\")) . } LIMIT 10", "paraphrases": ["Show me words in Norwegian (Bokm\u00e5l and Nynorsk) that are plural forms of fields of study like etymology or Egyptology.", "List the Norwegian language entries for academic disciplines in their plural form."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( REGEX ( ?var2 , \"n\" ) ) ) . } LIMIT 10"}}
{"id": "val_6618", "question": "Municipalities in the state of Bahia, Brazil", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipality ?municipalityLabel WHERE {\n  ?municipality wdt:P131 wd:Q40430 .\n  ?municipality wdt:P31 wd:Q3184121 .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}\nLIMIT 500", "paraphrases": ["What are all the municipalities located in the Brazilian state of Bahia?", "List all municipalities in Bahia, Brazil."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q40430> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3184121> . OPTIONAL { } OPTIONAL { } } LIMIT 500"}}
{"id": "val_6619", "question": "Which Wikidata entity has the ULAN ID http://vocab.getty.edu/ulan/500013708?", "sparql": "PREFIX wdtn: <http://www.wikidata.org/prop/direct-normalized/>\nSELECT ?artist WHERE {\n  ?artist wdtn:P245 <http://vocab.getty.edu/ulan/500013708> .\n}", "paraphrases": ["Who is the artist identified by the Getty ULAN ID 500013708 in Wikidata?", "Find the Wikidata item for the artist with the Union List of Artist Names ID 500013708."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct-normalized/P245> <http://vocab.getty.edu/ulan/500013708> . ?var2 <http://schema.org/about> ?var1 . }"}}
{"id": "val_6620", "question": "Who are the recipients of the Nobel Peace Prize?", "sparql": "SELECT ?laureate ?laureateLabel WHERE { ?laureate wdt:P166 wd:Q35637 . ?laureate rdfs:label ?laureateLabel . FILTER(LANG(?laureateLabel) = \"en\")}", "paraphrases": ["Can you list the individuals and organizations that have been awarded the Nobel Peace Prize?", "Which people and groups have received the Nobel Peace Prize, and what are their names in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q35637> <http://www.wikidata.org/prop/P1346> [ <http://www.wikidata.org/prop/statement/P1346> ?var1 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_6621", "question": "Humans who are seaman recruits", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q16961535 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are the humans that have the occupation of seaman recruit?", "List the English names of all people whose occupation is seaman recruit."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q16961535> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_6622", "question": "Wikimedia Commons categories for birthplaces", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category ?categoryLabel ?image WHERE {\n  ?category wdt:P971 wd:Q1322263 .\n  OPTIONAL {\n    ?category wdt:P18 ?image .\n  }\n  ?category rdfs:label ?categoryLabel .\n  FILTER(langMatches(lang(?categoryLabel) , \"en\"))\n}\nLIMIT 100", "paraphrases": ["What are the Wikimedia Commons categories that include people born in specific locations?", "List the English-named Wikimedia Commons categories that are associated with the concept of place of birth."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q1322263> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt-br\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_6623", "question": "Food items with images, sorted alphabetically", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?food ?foodLabel ?image WHERE {\n  ?food wdt:P31 / wdt:P279 * wd:Q2095 .\n  ?food wdt:P18 ?image .\n  ?food rdfs:label ?foodLabel .\n  FILTER ( LANG( ?foodLabel ) = 'en' )\n}\nORDER BY ?foodLabel\nLIMIT 10", "paraphrases": ["What are some food items that have images on Wikimedia Commons?", "Show me images of food items, ordered by their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2095> ; <http://www.wikidata.org/prop/direct/P18> ?var2 ; <http://www.wikidata.org/prop/direct/P1545> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var3 ) LIMIT 10"}}
{"id": "val_6624", "question": "Fictional characters who are scheduled to die in 2100", "sparql": "SELECT DISTINCT ?character WHERE { ?character wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"2100-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"2100-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which fictional characters have their death date set to the year 2100?", "List all fictional characters whose canonical death date is in the year 2100."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"2100-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2100-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6625", "question": "Number of out-of-school children in developing and developed countries by year, with source URL.", "sparql": "SELECT (STR(YEAR(?date)) AS ?year) ?outOfSchoolChildren ?countryTypeLabel ?referenceUrl WHERE {  VALUES ?countryType { wd:Q177323 wd:Q132453 }  ?countryType p:P2573 [    ps:P2573 ?outOfSchoolChildren ;    pq:P585 ?date ;    prov:wasDerivedFrom [      pr:P854 ?referenceUrl    ]  ] .  ?countryType rdfs:label ?countryTypeLabel .  FILTER(LANG(?countryTypeLabel) = \"en\")}", "paraphrases": ["How many out-of-school children were there in developing and developed countries each year, and what is the source of this data?", "Show me the annual count of out-of-school children for developing and developed countries, along with the reference URL from UNESCO."], "info": {"raw_sparql": "SELECT( STR ( YEAR ( ?var1 ) ) AS ?var2 ) ?var3 ?var4Label ?var5 WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q177323> ) ( <http://www.wikidata.org/entity/Q132453> ) } ?var4 <http://www.wikidata.org/prop/P2573> [ <http://www.wikidata.org/prop/statement/P2573> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var1 ; <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var5 ] ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6626", "question": "List businesses and their countries in English.", "sparql": "SELECT ?business ?businessLabel ?countryLabel WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P17 ?country . ?business rdfs:label ?businessLabel . ?country rdfs:label ?countryLabel . FILTER(lang(?businessLabel) = \"en\") FILTER(lang(?countryLabel) = \"en\") }", "paraphrases": ["What are the names of businesses and the countries they are located in, using English labels?", "Show me a list of all businesses (with their English names) and the countries where they are based."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } GROUP BY ?var1 ?var1Label ?var2Label"}}
{"id": "val_6627", "question": "What are the properties and values associated with George W. Bush, including their English labels?", "sparql": "SELECT ?p ?var2Label ?var3 ?var4Label WHERE { { BIND( wd:Q207 AS ?var3 ) . BIND( \"N/A\" AS ?p ) . BIND( \"identity\"@en AS ?var2Label ) . wd:Q207 rdfs:label ?var4Label . FILTER ( LANG( ?var4Label ) = \"en\" ) . } UNION { wd:Q207 ?p ?var3 . ?prop wikibase:directClaim ?p . ?prop rdfs:label ?var2Label . ?var3 rdfs:label ?var4Label . FILTER ( LANG( ?var2Label ) = \"en\" ) . FILTER ( LANG( ?var4Label ) = \"en\" ) . } } ORDER BY ASC(?p) ASC(?var3) LIMIT 200", "paraphrases": ["What occupations, political affiliations, and other attributes does George W. Bush have, and what are their English labels?", "List all known facts about George W. Bush with their property names and object labels in English, and include a placeholder row for \"identity\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q207> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q207> ?var1 ?var3 . ?var5 ?var6 ?var1 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_6628", "question": "What is the English label for the TV series Tallahassee 7000?", "sparql": "SELECT ?label WHERE { wd:Q25059046 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) } LIMIT 1", "paraphrases": ["Can you show me the English name of the 1961 American TV series Tallahassee 7000?", "What is the title of Tallahassee 7000 in English?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q25059046> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_6629", "question": "People with notable works, in English.", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 wdt:P800 ?var2 . ?var1 wdt:P31 wd:Q5 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 10000", "paraphrases": ["Who are the notable human creators with English-language labels who have created significant works?", "List the names of all human individuals who have produced notable works, using their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_6630", "question": "Image of Albert Szent-Gy\u00f6rgyi with SNAC ARK ID w6nc631g", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6nc631g\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with Albert Szent-Gy\u00f6rgyi\u2019s SNAC ARK ID w6nc631g?", "Show me the photo of the person whose SNAC ARK ID is w6nc631g."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6nc631g\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6631", "question": "What properties link other entities to the Pan American Health Organization, and how many entities are linked via each property?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q1856835 .\n}\nGROUP BY ?property\nHAVING(COUNT(?entity) > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect more than one entity to the Pan American Health Organization, ranked by frequency?", "Show me all the properties that connect multiple organizations or entities to the Pan American Health Organization, sorted by how many connections each has."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1856835> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6632", "question": "Sovereign states with no land borders", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?country p:P31 ?instanceStatement . ?instanceStatement ps:P31 wd:Q3624078 . FILTER NOT EXISTS { ?country wdt:P31 wd:Q3024240 } FILTER NOT EXISTS { ?country wdt:P31 wd:Q161243 } FILTER NOT EXISTS { ?country wdt:P31 wd:Q41710 } FILTER NOT EXISTS { ?country p:P47 ?borderStatement . ?borderStatement ps:P47 ?neighbor ; pq:P805 ?borderType . ?borderType wdt:P31 wd:Q15104814 } FILTER NOT EXISTS { ?instanceStatement pq:P582 ?endTime } ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY ASC(?countryLabel)", "paraphrases": ["Which countries are sovereign states and do not share a land border with any other country?", "List all currently existing island nations and countries surrounded by water that are recognized as sovereign states and have no land neighbors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q3624078> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41710> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q161243> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/P47> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P47> ?var3 ; <http://www.wikidata.org/prop/qualifier/P805> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15104814> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6633", "question": "What are the direct properties and descriptions of the house cat in Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  {\n    wd:Q146 ?property ?value .\n    FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n  } UNION {\n    wd:Q146 schema:description ?value .\n  }\n}", "paraphrases": ["Can you list all the facts and language descriptions about domestic cats?", "Show me all the information available about the species Felis silvestris catus, including its attributes and multilingual descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q146> ?var1 ?var2 . }"}}
{"id": "val_6634", "question": "What are the English labels, birth names, and alternative names of people in Wikidata?", "sparql": "SELECT DISTINCT ?person ?birthName ?otherName ?label WHERE { ?person wdt:P31/wdt:P279* wd:Q5 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { ?person wdt:P1559 ?birthName . FILTER(LANG(?birthName) = \"en\") } OPTIONAL { ?person wdt:P1635 ?otherName . FILTER(LANG(?otherName) = \"en\") } } LIMIT 300", "paraphrases": ["Show me up to 300 people with their English names, birth names, and other names, if available.", "Find persons whose labels are in English, and include their birth names and other names if those are also in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://dbpedia.org/ontology/Person> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var1 <http://dbpedia.org/ontology/birthName> ?var2 . } OPTIONAL { ?var1 <http://dbpedia.org/property/name> ?var3 . } FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 300"}}
{"id": "val_6635", "question": "How many organizations are in the medicine industry?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(COUNT(?organization) AS ?count) WHERE {\n  ?organization wdt:P452 wd:Q11190\n}", "paraphrases": ["What is the number of organizations classified under the medicine industry in Wikidata?", "Can you tell me how many entities in Wikidata are categorized as operating in the medicine sector?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q11190> . }"}}
{"id": "val_6636", "question": "How many items have medicine as their main use?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P366 wd:Q11190 .\n}", "paraphrases": ["What is the number of things primarily used in medicine?", "Count all entities in Wikidata whose main function or application is in the field of medicine."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q11190> . }"}}
{"id": "val_6637", "question": "Journals and conference proceedings where Teresa Alsinet published, ordered by number of publications, using abbreviations if available.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?label(COUNT(?work) AS ?count) WHERE {\n  ?work wdt:P50 wd:Q46249341 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?publicationLabel .\n  FILTER(LANG(?publicationLabel) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?abbreviation .\n  }\n  BIND(COALESCE(?abbreviation , ?publicationLabel) AS ?label)\n}\nGROUP BY ?publication ?label\nORDER BY DESC(?count)", "paraphrases": ["Which publications have featured the most papers by Teresa Alsinet, and how many papers did each contain?", "List the venues (journals or conference proceedings) that have published Teresa Alsinet\u2019s work, showing the count of works per venue, and use abbreviated names where they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46249341> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_6638", "question": "Places in the UK with French names starting with \"Plo\" and their coordinates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label ?coordinates WHERE {\n  ?item wdt:P17 wd:Q145 .\n  ?item wdt:P625 ?coordinates .\n  ?item rdfs:label ?label .\n  FILTER ( STRSTARTS( ?label , \"Plo\" ) ) .\n  FILTER ( LANG( ?label ) = \"fr\" ) .\n}", "paraphrases": ["What are the locations in the United Kingdom that have French labels beginning with \"Plo\", and what are their geographic coordinates?", "Show me the French-named places in the UK that start with \"Plo\", along with their GPS coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { BIND ( STR ( ?var4 ) AS ?var2Label ). ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( STRSTARTS ( ?var4 , \"Plo\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_6639", "question": "What is Clare Kelly\u2019s employer, when did she start, and what is the organization\u2019s image?", "sparql": "SELECT ?image ?organization ?orgLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q42882972 (p:P108|p:P1416) ?statement . ?statement ps:P108|ps:P1416 ?organization . ?organization rdfs:label ?orgLabel . FILTER(LANG(?orgLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image } OPTIONAL { ?statement pq:P580 ?startDate } OPTIONAL { ?statement pq:P582 ?endDate } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Which organization employs Clare Kelly, when did she join, and is there a picture of the organization?", "Show me Clare Kelly\u2019s employer, the start date of her employment, and the organization\u2019s image, along with any academic degree she earned there."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q42882972> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q42882972> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6640", "question": "Most common first names of U.S. presidents", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?givenNameLabel ( COUNT( ?person ) AS ?count ) WHERE {\n  ?person wdt:P39 wd:Q11696 .\n  ?person wdt:P735 ?givenName .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER ( LANG( ?givenNameLabel ) = \"en\" )\n}\nGROUP BY ?givenNameLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which given names are most frequently held by U.S. presidents, and how many presidents had each?", "List the given names of U.S. presidents along with how many times each name appears, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var3 <http://www.wikidata.org/prop/direct/P735> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1Label"}}
{"id": "val_6641", "question": "What are the coordinates of the Mascarenhas de Morais Dam and the state it is located in?", "sparql": "SELECT ?damCoordinates ?administrativeEntityCoordinates WHERE { wd:Q15265828 wdt:P625 ?damCoordinates . OPTIONAL { wd:Q15265828 wdt:P131 ?administrativeEntity . ?administrativeEntity wdt:P625 ?administrativeEntityCoordinates . } }", "paraphrases": ["Where is the Peixotos Dam located geographically, and what are the coordinates of the Brazilian state it belongs to?", "Can you provide the GPS coordinates of the Mascarenhas de Morais Dam and its administrative region, Minas Gerais?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q15265828> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q15265828> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_6642", "question": "List house cats with English labels and their images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?cat ?catLabel ?image WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER(LANG(?catLabel) = \"en\")\n  OPTIONAL {\n    ?cat wdt:P18 ?image .\n  }\n}\nLIMIT 50", "paraphrases": ["What are some house cats and their images, with English names?", "Show me up to 50 domestic cats with their English names and pictures from Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://en.wikipedia.org> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } LIMIT 50"}}
{"id": "val_6643", "question": "What are the most common research topics in Jan Larsen's publications, and what is an example paper for each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel(SAMPLE(?workLabel) AS ?sampleWorkLabel) WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q24283608 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?work wdt:P50 wd:Q24283608 .\n  ?work wdt:P921 ?subject .\n  ?subject rdfs:label ?subjectLabel .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?count ?subjectLabel\nORDER BY DESC(?count)", "paraphrases": ["Which subjects are most frequently associated with Jan Larsen's academic works, and can you show one example title for each?", "Show me a list of Jan Larsen's main research areas by publication count, along with one sample paper title per area."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q24283608> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q24283608> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6644", "question": "People who have died and their death dates in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?personLabel .\n  FILTER ( lang( ?personLabel ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["Who are some people and when did they die, according to Wikidata?", "List 20 deceased individuals with their English names and dates of death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( BOUND ( ?var2 ) && ( DATATYPE ( ?var2 ) = <http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 20"}}
{"id": "val_6645", "question": "Is the Wikimedia template Q26030286 a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q26030286 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Is the template \"B\u1ea3n m\u1eabu:Q-\" classified as a human or any subclass of human?", "Confirm whether the Wikimedia template Q26030286 belongs to the class of humans."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q43726393> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6646", "question": "Are humans considered a type of software?", "sparql": "ASK WHERE { wd:Q5 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Is any class that humans belong to a subclass of software?", "Check if humans are classified under software in the Wikidata ontology."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6647", "question": "What are the Spanish labels and descriptions of properties used in statements where \"race\" (wd:Q918036) is the object?", "sparql": "SELECT DISTINCT ?propertyEntity ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q918036 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/statement/\")) BIND(STRAFTER(STR(?property), \"http://www.wikidata.org/prop/statement/\") AS ?propId) BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?propId)) AS ?propertyEntity) ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"es\") FILTER(LANG(?propertyDescription) = \"es\") } LIMIT 100", "paraphrases": ["Which properties in Spanish describe relationships involving the taxonomic rank \"race\"?", "Show me the Spanish terms for properties like \"instance of\" and \"subclass of\" when they are used with the concept of race in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q918036> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_6648", "question": "What is the image of George Francis Lyon, the British naval officer with SNAC ARK ID w6m625nt?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6m625nt\" . OPTIONAL { ?item wdt:P18 ?image . } } LIMIT 1", "paraphrases": ["Can you show me the Wikimedia Commons image linked to the SNAC ARK ID w6m625nt?", "Find the portrait image of the person identified by the SNAC ARK ID w6m625nt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6m625nt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6649", "question": "What are all the broader categories that a fractal belongs to, including indirect ones?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q81392 wdt:P279 * ?superclass .\n}", "paraphrases": ["List all the superclass concepts of fractals in the Wikidata hierarchy.", "What is the full classification tree of fractals, from the most specific to the most general category?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q81392> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6650", "question": "Instances of taxa with the same taxon rank as the pygmy blue whale.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?instance WHERE {\n  wd:Q738361 wdt:P105 ?rank .\n  ?taxon wdt:P105 ?rank .\n  ?instance wdt:P31 ?taxon .\n}", "paraphrases": ["What animals or organisms are instances of subspecies, like the pygmy blue whale?", "Show me all known instances of subspecies in Wikidata, similar to the pygmy blue whale."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P105> <http://www.wikidata.org/entity/Q738361> . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . } }"}}
{"id": "val_6651", "question": "Image of the person with SNAC ARK ID w6nk63kq", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6nk63kq\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with William Starling Burgess in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6nk63kq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6nk63kq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6652", "question": "What is the title of the movie with IMDb ID tt0319343?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?title WHERE {\n  ?item wdt:P345 \"tt0319343\" .\n  ?item wdt:P1476 ?title .\n}", "paraphrases": ["Which film corresponds to the IMDb identifier tt0319343?", "Find the movie titled \"Elf\" and confirm its IMDb ID is tt0319343."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0319343\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6653", "question": "What are the tributaries of the Neches River, and what are their source waterbodies and drainage basins?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?sourceWaterbody ?sourceWaterbodyLabel ?drainageBasin ?drainageBasinLabel ?tributary ?tributaryLabel WHERE {\n  ?tributary wdt:P403 wd:Q964437 .\n  ?tributary ( wdt:P31 / wdt:P279 * ) wd:Q355304 .\n  ?tributary wdt:P4614 ?drainageBasin .\n  ?sourceWaterbody wdt:P201 ?tributary .\n  OPTIONAL {\n    ?sourceWaterbody rdfs:label ?sourceWaterbodyLabel .\n    FILTER ( LANG( ?sourceWaterbodyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?drainageBasin rdfs:label ?drainageBasinLabel .\n    FILTER ( LANG( ?drainageBasinLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?tributary rdfs:label ?tributaryLabel .\n    FILTER ( LANG( ?tributaryLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which rivers flow into the Neches River, and from which reservoirs or waterbodies do they originate, and in which drainage basin are they located?", "Show me the upstream waterbody, drainage basin, and name of each river that flows into the Neches River."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P403> * <http://www.wikidata.org/entity/Q964437> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q355304> . ?var3 <http://www.wikidata.org/prop/direct/P4614> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P201> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P4614> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6654", "question": "Citing works of \"Feasibility of Active Machine Learning for Multiclass Compound Classification\" grouped by publication year and authorship status.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?count) ?hasAuthor WHERE {\n  BIND(wd:Q40134572 AS ?targetArticle)\n  ?citingWork wdt:P2860 ?targetArticle .\n  ?citingWork wdt:P577 ?citationDate .\n  BIND(STR(YEAR(?citationDate)) AS ?year)\n  OPTIONAL {\n    BIND(IF(EXISTS {\n      ?citingWork wdt:P50 []\n    }\n    , \"has author\" , \"no author\") AS ?hasAuthor)\n  }\n}\nGROUP BY ?year ?hasAuthor\nORDER BY DESC(?year)", "paraphrases": ["How many works citing the 2016 article on active machine learning were published each year, and do they have authors?", "Show me the count of articles that cite the paper \"Feasibility of Active Machine Learning for Multiclass Compound Classification\", grouped by the year they were published and whether they have at least one author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q40134572> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6655", "question": "What countries and administrative regions is the Val Grigna Natura 2000 site located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q47131266 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?location .\n}", "paraphrases": ["Which administrative and geographic entities are directly associated with Val Grigna?", "Where is Val Grigna situated? List its country and province."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q47131266> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6656", "question": "What are some communes in France and their corresponding departments?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commune ?department WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P17 wd:Q142 .\n  ?commune wdt:P131 ?department .\n  ?department wdt:P31 wd:Q6465 .\n}\nLIMIT 10", "paraphrases": ["Can you list communes located in France along with the French department they belong to?", "Show me examples of French communes and the departments they are administratively part of."], "info": {"raw_sparql": "SELECT( isIRI ( ?var1 ) AS ?var2 ) WHERE { { SELECT * WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q17063> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . } } } LIMIT 1"}}
{"id": "val_6657", "question": "What are some key scientific discoveries related to energy, when were they discovered, and do they have associated images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?discoveryDate(SAMPLE(?image) AS ?sampleImage) WHERE {\n  VALUES ?item {\n    wd:Q35875 wd:Q1125947 wd:Q179380\n  }\n  .\n  ?item wdt:P575 ?discoveryDate .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = 'en')\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nGROUP BY ?item ?itemLabel ?discoveryDate", "paraphrases": ["Show me the discovery dates and images for mass\u2013energy equivalence, ocean thermal energy conversion, and the first law of thermodynamics.", "Can you list energy-related scientific concepts with their discovery dates and one image each?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11379> . ?var1 <http://www.wikidata.org/prop/direct/P575> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, de, es, fr, it\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_6658", "question": "List music albums with their performers, record labels, and release dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?album ?albumLabel ?performer ?performerLabel ?label ?labelLabel ?releaseDate WHERE {\n  ?album wdt:P31 wd:Q482994 .\n  ?album wdt:P175 ?performer .\n  ?album wdt:P264 ?label .\n  ?album wdt:P577 ?releaseDate .\n  ?album rdfs:label ?albumLabel .\n  ?performer rdfs:label ?performerLabel .\n  ?label rdfs:label ?labelLabel .\n  FILTER(LANG(?albumLabel) = \"en\")\n  FILTER(LANG(?performerLabel) = \"en\")\n  FILTER(LANG(?labelLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the albums, their performing artists, record labels, and when were they released?", "Show me up to 100 English-labeled music albums, including the artist, record label, and publication date for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3Label ?var4Label ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P264> ?var3Label . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . } LIMIT 100"}}
{"id": "val_6659", "question": "What Wikimedia category has \"ring\" as its main topic?", "sparql": "SELECT DISTINCT ?category ?categoryLabel ?statement WHERE { ?category p:P301 ?statement . ?statement ps:P301 wd:Q161172 . ?category rdfs:label ?categoryLabel . FILTER(LANG(?categoryLabel) = \"en\") } LIMIT 101", "paraphrases": ["Which Wikipedia category is primarily about mathematical rings?", "Can you tell me the category that covers the concept of a ring in mathematics?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P301> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q161172> . } LIMIT 101"}}
{"id": "val_6660", "question": "List all language editions of Wiktionary.", "sparql": "SELECT DISTINCT ?wiktionary_site WHERE { ?wiktionary_site wikibase:wikiGroup \"wiktionary\" . }", "paraphrases": ["What are the URLs for all the different language versions of Wiktionary?", "Show me all the Wiktionary sites grouped under the wiktionary wiki group."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://wikiba.se/ontology#wikiGroup> \"wiktionary\". }"}}
{"id": "val_6661", "question": "Image of Carl Wilhelmson with SNAC ARK ID w6032m4v", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6032m4v\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image of Carl Wilhelmson, identified by SNAC ARK ID w6032m4v?", "Please provide the image linked to the SNAC ARK ID w6032m4v."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6032m4v\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6662", "question": "Is Buster Stiggs an instance of a class that is a subclass of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q47135614 wdt:P31 / wdt:P279 * wd:Q7397\n}", "paraphrases": ["Is Buster Stiggs classified under any category that descends from software?", "Check whether Buster Stiggs can be considered a type of software through his class hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47135614> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6663", "question": "Which writers have had their manner of death recorded in Wikidata, and what were those manners?", "sparql": "SELECT ?writerLabel ?mannerOfDeathLabel WHERE { ?writer wdt:P106 wd:Q36180 ; wdt:P1196 ?mannerOfDeath . ?writer rdfs:label ?writerLabel . ?mannerOfDeath rdfs:label ?mannerOfDeathLabel . FILTER(LANG(?writerLabel) = \"en\") FILTER(LANG(?mannerOfDeathLabel) = \"en\") } LIMIT 100", "paraphrases": ["List writers and their causes of death (e.g., suicide, euthanasia) from Wikidata.", "Show me the names of writers and how they died, using English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P1196> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de,fr\". } } LIMIT 100"}}
{"id": "val_6664", "question": "Is VLC media player a type of software?", "sparql": "ASK WHERE { wd:Q171477 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does VLC media player belong to a category that is a subclass of software?", "Is VLC media player classified as software in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47028669> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6665", "question": "What is the title of the movie with IMDb ID tt0070856?", "sparql": "SELECT ?movie ?movieLabel WHERE { ?movie wdt:P345 \"tt0070856\" . ?movie rdfs:label ?movieLabel FILTER(LANG(?movieLabel) = \"en\") }", "paraphrases": ["Which movie corresponds to the IMDb identifier tt0070856, and what is its English title?", "Please provide the English title of the film identified by tt0070856 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0070856\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6666", "question": "Which organizations or people on Wikidata have the Twitter handles 'eBay', 'Diddy', 'BBCEarth', 'kabtweet', or 'wnpa1938'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  FILTER(STR(?twitterHandle) IN('eBay' , 'Diddy' , 'BBCEarth' , 'kabtweet' , 'wnpa1938'))\n}", "paraphrases": ["Who are the Wikidata entities associated with the Twitter usernames eBay, Diddy, BBCEarth, kabtweet, and wnpa1938?", "Show me the Wikidata items that are linked to the Twitter accounts eBay, Diddy, BBCEarth, kabtweet, and wnpa1938."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"natlpkbob\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"litterati\" ) ( \"string6\" ) ( \"sai\" ) ( \"ZilchUK\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"eBay\" ) ( \"WoodsyOwl\" ) ( \"string13\" ) ( \"string14\" ) ( \"kabtweet\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"ZeroTrash\" ) ( \"string22\" ) ( \"wnpa1938\" ) ( \"string23\" ) ( \"BBCEarth\" ) ( \"Diddy\" ) } }"}}
{"id": "val_6667", "question": "What are the five longest English labels for entities that are either cities or subclasses of cities in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1Label WHERE {\n  ?var1 ( wdt:P31 / wdt:P279 * ) wd:Q515 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nORDER BY DESC ( STRLEN( STR( ?var1Label ) ) )\nLIMIT 5", "paraphrases": ["Longest-named city subclasses in English on Wikidata", "Show me the top 5 longest English labels for things classified as cities or their subtypes in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( STRLEN ( STR ( ?var1Label ) ) ) LIMIT 5"}}
{"id": "val_6668", "question": "Wikisource pages about rules in English", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?item ?itemLabel ?page WHERE {\n  ?item wdt:P31 wd:Q1151067 .\n  ?page schema:isPartOf [ wikibase:wikiGroup \"wikisource\" ] ; schema:about ?item .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nORDER BY ASC ( ?itemLabel )", "paraphrases": ["What are the rules in Wikidata that have corresponding pages on Wikisource, and what are those pages?", "List all rules (such as laws or regulations) from Wikidata that are linked to Wikisource pages, along with the page titles and their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1151067> . ?var2 <http://schema.org/isPartOf> [ <http://wikiba.se/ontology#wikiGroup> \"wikisource\" ] ; <http://schema.org/inLanguage> \"ru\"; <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru, en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6669", "question": "What places in southern Egypt (between 32\u00b0E and 33\u00b0E longitude, and 25.5\u00b0N to 26.5\u00b0N latitude) have images, Wikimedia Commons categories, or street addresses listed?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER(geof:longitude(?coord) >= 32 && geof:longitude(?coord) <= 33 && geof:latitude(?coord) >= 25.5 && geof:latitude(?coord) <= 26.5)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n}\nLIMIT 3000", "paraphrases": ["Show me locations near Thebes and Luxor with their associated photos, Commons categories, and addresses.", "List archaeological sites and landmarks in the Nile Valley between 32\u201333\u00b0E and 25.5\u201326.5\u00b0N, including any available images and Wikimedia Commons links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(32 26)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(33 26)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6670", "question": "Is the scholarly article \"A bovine cell line that can be infected by natural sheep scrapie prions\" classified as software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q34856581 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does the article describing a bovine cell line infected by scrapie prions belong to the category of software?", "Is a scientific paper about a bovine cell line considered a type of computer software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q34856581> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6671", "question": "What is the French label and description of the commune Montfermier?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?description WHERE {\n  wd:Q1426364 rdfs:label ?label .\n  wd:Q1426364 schema:description ?description .\n  FILTER ( LANG( ?label ) = \"fr\" ) FILTER ( LANG( ?description ) = \"fr\" )\n}", "paraphrases": ["Can you show me the French name and description of Montfermier in France?", "What does Montfermier mean in French?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1426364> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6672", "question": "Who has the IMDb ID nm5196481?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm5196481\" .\n}", "paraphrases": ["Which Wikidata entity is associated with the IMDb identifier nm5196481?", "Find the person in Wikidata whose IMDb ID is nm5196481."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm5196481\". }"}}
{"id": "val_6673", "question": "What are the names and descriptions of the Auckland Institute and Museum in different languages?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q16949336 ?property ?value .\n  FILTER(! STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/\"))\n}\nORDER BY ?property", "paraphrases": ["What metadata is available for the Auckland Institute and Museum on Wikidata?", "Can you list the alternative and preferred labels for the Auckland Institute and Museum?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q16949336> ?var1 ?var2 . }"}}
{"id": "val_6674", "question": "Scottish writers", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q36180 .\n  ?person wdt:P27 wd:Q22 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some writers from Scotland?", "List the names of people who are writers and have Scotland as their country of citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q22> . } LIMIT 100"}}
{"id": "val_6675", "question": "What property is related to architectural style and has an English label and description?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { ?relatedProperty wdt:P1659 wd:P149 . ?relatedProperty rdf:type wikibase:Property . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"en\") . FILTER (LANG(?description) = \"en\") . }", "paraphrases": ["Which property is listed as related to architectural style (P149) in Wikidata, and what is its English label and description?", "Show me the English label and description of any property that is related to architectural style."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P149> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_6676", "question": "Most frequently used property linking to IU Indianapolis University Library", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?property wd:Q5975426 .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is used most often to connect items to the IU Indianapolis University Library?", "Show me the property that has the highest number of connections to the IU Indianapolis University Library."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q5975426> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6677", "question": "Turkish-labeled properties in Wikidata with Turkish descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?label ?description WHERE {\n  ?property rdf:type wikibase:Property .\n  ?property rdfs:label ?label .\n  ?property schema:description ?description .\n  FILTER(LANG(?label) = \"tr\")\n  .\n  FILTER(LANG(?description) = \"tr\")\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata have both Turkish labels and Turkish descriptions?", "List all properties in Wikidata that have Turkish labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q18683478> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"tr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"tr\" ) ) ) . } LIMIT 100"}}
{"id": "val_6678", "question": "Who were born in the same city as Elon Musk?", "sparql": "SELECT ?person ?personLabel ?birthplace WHERE { wd:Q317521 wdt:P19 ?place . ?person wdt:P19 ?place . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { ?person wdt:P19 ?birthplace } }", "paraphrases": ["Can you list people who share Pretoria as their birthplace with Elon Musk, along with their names and birth locations?", "What are the names and birthplaces of all individuals born in Pretoria, the birthplace of Elon Musk?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P19> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P19> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6679", "question": "Image of the person with SNAC ARK ID w6wh2vtx", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6wh2vtx\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Peter the Great in Wikidata?", "Show me the Wikimedia Commons image linked to the entity identified by SNAC ARK ID w6wh2vtx."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6wh2vtx\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6680", "question": "List airports with their IATA codes and coordinates.", "sparql": "SELECT ?airport ?label ?iataCode ?coordinates WHERE { ?airport wdt:P31 wd:Q1248784 . ?airport wdt:P238 ?iataCode . OPTIONAL { ?airport wdt:P625 ?coordinates . } ?airport rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names, IATA codes, and geographic coordinates of all airports in Wikidata?", "Show me the English labels, IATA codes, and coordinates of all airports."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P238> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } }"}}
{"id": "val_6681", "question": "Who is the author of the paper \"Bit-Scalable Deep Hashing With Regularized Similarity Learning for Image Retrieval and Person Re-Identification\", and what is their ORCID ID?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ?authorLabel(COALESCE(?orcid , ENCODE_FOR_URI(?authorLabel)) AS ?fallback) WHERE {\n  wd:Q38412584 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}", "paraphrases": ["Author and ORCID of \"Bit-Scalable Deep Hashing With Regularized Similarity Learning for Image Retrieval and Person Re-Identification\"", "Give me the name of the author of the paper \"Bit-Scalable Deep Hashing With Regularized Similarity Learning for Image Retrieval and Person Re-Identification\" and their ORCID if available; otherwise, return the URL-encoded name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q38412584> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6682", "question": "All language labels for Teeraphong Utaida on Wikidata.", "sparql": "SELECT ?entity ?label WHERE { VALUES ?entity { wd:Q20562084 } ?entity rdfs:label ?label .}", "paraphrases": ["What are the different language versions of Teeraphong Utaida\u2019s name on Wikidata?", "Show me all the labels (in different languages) for the boxer Teeraphong Utaida."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q40006707> ) ( <http://www.wikidata.org/entity/Q20562084> ) } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_6683", "question": "What are the most common properties linking entities to the city of Li\u00e8ge, and how many times are they used?", "sparql": "SELECT ?property (COUNT(?entity) AS ?count) WHERE { ?entity ?property wd:Q3992 . OPTIONAL { ?property rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which relationships (properties) connect the most people or things to Li\u00e8ge, excluding those used only once?", "Show me the top properties associated with Li\u00e8ge, ordered by frequency, where each property links to at least two entities."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3992> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6684", "question": "What is Gabriela Chico-Barba's occupation?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupationLabel WHERE {\n  wd:Q47160143 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["Is Gabriela Chico-Barba a researcher?", "What field does Gabriela Chico-Barba work in?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47160143> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6685", "question": "Is Camille Raynes-Greenow a software developer, software engineer, or programmer?", "sparql": "ASK WHERE { wd:Q47160586 wdt:P106 ?occupation . ?occupation wdt:P279* ?softwareOccupation . VALUES ?softwareOccupation { wd:Q183888 wd:Q1709010 wd:Q5482740 } }", "paraphrases": ["Does Camille Raynes-Greenow\u2019s occupation belong to the category of software-related professions such as software development or engineering?", "Check whether Camille Raynes-Greenow works in a software-related field based on her occupation."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47160586> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6686", "question": "What source information is stored in the Wikidata reference imported from German Wikipedia?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ref: <http://www.wikidata.org/reference/>\nSELECT ?property ?value ?valueLabel WHERE {\n  ref:0000244a703955f6284bb3b8ef26b4c11bad8d6a ?property ?value .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n}", "paraphrases": ["Show the properties and values of the reference that cites content from the German Wikipedia.", "Which entity does this Wikidata reference point to as its source, and what other metadata does it contain?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/reference/9a24f7c0208b05d6be97077d855671d1dfdbc0dd> ?var1 ?var2 . } LIMIT 1000"}}
{"id": "val_6687", "question": "Wikimedia pages about botanical fruits and their source plants on the same website.", "sparql": "SELECT * WHERE { ?fruit wdt:P1582 ?plant . ?fruit wdt:P31 wd:Q1364 . ?fruitPage schema:about ?fruit ; schema:isPartOf ?site . ?plantPage schema:about ?plant ; schema:isPartOf ?site . } LIMIT 10", "paraphrases": ["On which Wikimedia sites are there articles or categories about both a fruit and the plant it comes from?", "Show me pairs of Wikipedia or Commons pages, on the same language site, that discuss a fruit and the plant species that produces it."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1582> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1364> . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> ?var4 . ?var5 <http://schema.org/about> ?var2 ; <http://schema.org/isPartOf> ?var4 . } LIMIT 10"}}
{"id": "val_6688", "question": "Is Justus van Egmont considered a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1034140 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Was Justus van Egmont an instance of a class that is a subclass of software?", "Does Justus van Egmont belong to any category that falls under software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1034140> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6689", "question": "What are all the administrative and geographic regions that the Arrondissement of Antwerp belongs to, including its country and continent?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?entity WHERE {\n  wd:Q90895(wdt:P131 | wdt:P17 | wdt:P30) * ?entity .\n}", "paraphrases": ["List all entities connected to the Arrondissement of Antwerp through administrative divisions, country, or continent relationships.", "Starting from the Arrondissement of Antwerp, what higher-level geographic and political entities can you reach by following administrative divisions, countries, and continents?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q90895> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6690", "question": "Image of David Bradley with SNAC ARK ID w6514vrf", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6514vrf\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for David Bradley in Wikidata, given his SNAC ARK ID is w6514vrf?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6514vrf."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6514vrf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6691", "question": "Is Barbara Duda-Kr\u00f3l a type of software?", "sparql": "ASK WHERE { wd:Q47158858 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Barbara Duda-Kr\u00f3l belong to a category that is a subclass of software?", "Is Barbara Duda-Kr\u00f3l classified under any category that software is a superclass of?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47158858> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6692", "question": "What are the different language labels for the autoregressive model?", "sparql": "SELECT ?label WHERE { wd:Q2202883 rdfs:label ?label .}", "paraphrases": ["In which languages is the term 'autoregressive model' labeled in Wikidata?", "Show me all the translated labels of the autoregressive model in different languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q2202883> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_6693", "question": "Is Peggy Stolt-Bergner classified under a category that is a type of software?", "sparql": "ASK WHERE { wd:Q47158170 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Is Peggy Stolt-Bergner an instance of a class that is a subclass of software?", "Check whether Peggy Stolt-Bergner\u2019s type or any of its superclasses is software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47158170> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6694", "question": "Is Laura M K\u00f6nig a researcher in software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q47168197 wdt:P101 ?field .\n  ?field wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does Laura M K\u00f6nig work in a field that is a type of software?", "Check whether Laura M K\u00f6nig\u2019s research area is related to software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47168197> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6695", "question": "What type of administrative division is Mont-Louis?", "sparql": "SELECT ?entity ?entityLabel ?type ?typeLabel WHERE { BIND( wd:Q622422 AS ?entity ) . ?entity wdt:P31 ?type . ?entity rdfs:label ?entityLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?entityLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["Is Mont-Louis a commune, and if so, what is its classification in France?", "What is the category or class that Mont-Louis belongs to in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q622422> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1> . }"}}
{"id": "val_6696", "question": "List countries with their ISO 3166-1 alpha-2 codes in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ?isoCode WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  OPTIONAL {\n    ?country wdt:P297 ?isoCode .\n  }\n}\nLIMIT 10", "paraphrases": ["What are the English names and ISO 3166-1 alpha-2 codes of some countries?", "Show me up to 10 countries along with their English names and two-letter ISO country codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var2 . } } LIMIT 10"}}
{"id": "val_6697", "question": "Which film has the AFI Catalog ID 19662?", "sparql": "SELECT ?film WHERE { ?film wdt:P3593 \"19662\" . }", "paraphrases": ["What is the title of the film identified by the AFI Catalog number 19662?", "Find the Wikidata item for the film with AFI Catalog ID 19662."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3593> \"19662\". }"}}
{"id": "val_6698", "question": "List of current prefectures of Japan with population data.", "sparql": "SELECT DISTINCT ?prefecture WHERE { ?prefecture wdt:P31 wd:Q50337 ; wdt:P1082 ?pop . FILTER NOT EXISTS { ?prefecture wdt:P576 ?dissolved } }", "paraphrases": ["What are the 47 current prefectures of Japan, excluding those that have been abolished?", "Show me all the officially recognized prefectures of Japan that still exist today."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q50337> . }"}}
{"id": "val_6699", "question": "What OpenStreetMap tags are linked to Wikidata items, and what Chinese Wikipedia pages describe them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?osmTag ?item ?itemLabel ?chinesePage WHERE {\n  ?item wdt:P1282 ?osmTag .\n  OPTIONAL {\n    ?chinesePage schema:about ?item ; schema:inLanguage \"zh\" .\n  }\n}", "paraphrases": ["Which OpenStreetMap keys and tags correspond to Wikidata items, and are there Chinese-language articles about those items?", "List all OpenStreetMap tags, the Wikidata items they refer to, and any Chinese-language pages about those items."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1282> ?var1 . OPTIONAL { ?var5 <http://schema.org/about> ?var2 . ?var5 <http://schema.org/inLanguage> \"zh\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } } GROUP BY ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5"}}
{"id": "val_6700", "question": "Ancestors of creative work and their direct superclasses in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?ancestorLabel ?parent ?parentLabel WHERE {\n  VALUES ?ancestor {\n    wd:Q17537576 wd:Q15621286 wd:Q386724 wd:Q16686448 wd:Q488383 wd:Q35120\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER ( LANG( ?ancestorLabel ) = \"en\" ) OPTIONAL {\n    ?ancestor wdt:P279 ?parent .\n    ?parent rdfs:label ?parentLabel .\n    FILTER ( LANG( ?parentLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the hierarchical superclass relationships starting from creative work up to entity?", "Show me the full subclass hierarchy of creative work, including each class and its immediate parent."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q17537576> <http://www.wikidata.org/prop/direct/P279> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6701", "question": "What film has the Russiancinema.ru ID 5223?", "sparql": "SELECT ?film WHERE { ?film wdt:P2678 \"5223\" . }", "paraphrases": ["Which movie on Wikidata is associated with the Russiancinema.ru film ID \"5223\"?", "I\u2019m looking for the Wikidata item for the film identified as \"5223\" on Russiancinema.ru."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"5223\". }"}}
{"id": "val_6702", "question": "Is verse a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1661 wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Is the literary form known as a verse classified as software?", "Confirm whether verse falls under the category of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1661> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6703", "question": "Subclasses of concerto and their sub-subclasses in Wikidata.", "sparql": "SELECT ?subclass ?subsubclass WHERE { wd:Q9748 wdt:P279* ?subclass . OPTIONAL { ?subclass wdt:P279 ?subsubclass . } }", "paraphrases": ["What are all the classes that concerto belongs to, and what are the subclasses of those classes?", "Show me the full hierarchy of classes that concerto is a part of, including the immediate subclasses of each class in that hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q9748> ) } ?var4 <http://www.wikidata.org/prop/direct/P279> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_6704", "question": "Microscopes with their invention dates and images", "sparql": "SELECT ?microscope ?microscopeLabel ?inceptionDate ?image WHERE { ?microscope wdt:P31 wd:Q196538 ; wdt:P571 ?inceptionDate . OPTIONAL { ?microscope (wdt:P18 | wdt:P154) ?image . } ?microscope rdfs:label ?microscopeLabel . FILTER(LANG(?microscopeLabel) = \"en\") }", "paraphrases": ["What are the microscopes, when were they invented, and do they have associated images?", "List all microscopes with their English names, creation years, and any available images or logos."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q196538> ; <http://www.wikidata.org/prop/direct/P571> ?var2 . OPTIONAL { ?var1 ( <http://www.wikidata.org/prop/direct/P18> | <http://www.wikidata.org/prop/direct/P154> ) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr, de\". } }"}}
{"id": "val_6705", "question": "French female celebrities with no French Wikipedia page and the most Wikimedia Commons images.", "sparql": "SELECT DISTINCT ?imageCount ?person ?personLabel ?frDescription ?image WHERE { { SELECT ?person (COUNT(DISTINCT ?image) AS ?imageCount) WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q142 ; wdt:P18 ?image . FILTER NOT EXISTS { ?wikipedia schema:about ?person ; schema:isPartOf <https://fr.wikipedia.org/> . } } GROUP BY ?person } OPTIONAL { ?person schema:description ?frDescription . FILTER (LANG(?frDescription) = \"fr\") } ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } ORDER BY DESC(?imageCount)", "paraphrases": ["Who are the French women who have many photos on Wikimedia Commons but no French Wikipedia article, and what are their descriptions in French?", "List French female humans who are not featured on French Wikipedia, sorted by how many images they have on Commons, along with their English names and French biographical descriptions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4Label ?var5 WHERE { { SELECT ?var2 ?var4 ?var5 ( COUNT ( DISTINCT ?var6 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var5 . OPTIONAL { ?var7 <http://schema.org/about> ?var2 . ?var7 <http://schema.org/inLanguage> \"fr\". } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var6 <http://schema.org/about> ?var2 . } GROUP BY ?var2 ?var4 ?var5 } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_6706", "question": "Image of John Everett Millais with SNAC ARK ID w6zw1sxg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6zw1sxg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of John Everett Millais, identified by the SNAC ARK ID w6zw1sxg?", "Show me the Wikimedia Commons image of the person whose SNAC ARK ID is w6zw1sxg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6zw1sxg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6707", "question": "List all scholarly works by Pierre Lindenbaum, including their publication venues, types, co-authors, and publication dates, sorted from newest to oldest.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( MIN( ?pubDate ) AS ?earliestPubDate ) ?work ?workLabel ( GROUP_CONCAT( DISTINCT ?typeLabel ; SEPARATOR = \", \" ) AS ?types ) ( SAMPLE( ?numPages ) AS ?sampledPages ) ?venue ?venueLabel ( GROUP_CONCAT( DISTINCT ?authorLabel ; SEPARATOR = \", \" ) AS ?allAuthors ) WHERE {\n  ?work wdt:P50 wd:Q47195137 .\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND( xsd:date ( ?pubDateRaw ) AS ?pubDate )\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?numPages .\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER ( LANG( ?venueLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?work wdt:P50 ?author .\n    ?author rdfs:label ?authorLabel .\n    FILTER ( LANG( ?authorLabel ) = \"en\" )\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC ( ?earliestPubDate )", "paraphrases": ["What are the most recent publications by Pierre Lindenbaum, and who are the co-authors and venues for each?", "Show me a list of all works authored by Pierre Lindenbaum, with their publication dates, types (e.g., article or chapter), publication venues, number of pages, and full lists of authors \u2014 ordered with the newest first."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47195137> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_6708", "question": "What is the Japanese Wikipedia page for Haneda Airport Terminal 2 Station?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?stationLabel ?page WHERE {\n  wd:Q5647754 rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = \"ja\" ) .\n  ?page schema:about wd:Q5647754 ; schema:inLanguage \"ja\" .\n}", "paraphrases": ["What is the Japanese name of Haneda Airport Terminal 2 Station, and where can I find its Wikipedia article?", "Show me the Japanese label and Wikipedia link for Haneda Airport Terminal 2 Station."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q5647754> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_6709", "question": "Who has the IMDb ID nm2524192?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"nm2524192\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which person is associated with the IMDb identifier nm2524192?", "Tell me the name of the person with IMDb ID nm2524192."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm2524192\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_6710", "question": "Rijksmuseum items with SK-A- inventory numbers, sorted by number.", "sparql": "SELECT ?item ?inventory WHERE { ?item wdt:P195 wd:Q190804 . ?item wdt:P217 ?inventory . FILTER(STRSTARTS(?inventory, \"SK-A-\")) } ORDER BY ASC(xsd:integer(REPLACE(?inventory, \"SK-A-\", \"\"))) LIMIT 2000", "paraphrases": ["What artworks in the Rijksmuseum have inventory numbers starting with SK-A-, and what are their numbers?", "List all items in the Rijksmuseum collection that have inventory numbers beginning with SK-A-, ordered by the numeric part after the prefix."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P195> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q190804> . ?var1 <http://www.wikidata.org/prop/direct/P217> ?var2 . FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( REPLACE ( ?var2 , \"SK-A-\", \"\" ) ) ) LIMIT 2000"}}
{"id": "val_6711", "question": "What software running on Unix-like systems have Ubuntu package names, version numbers, and official websites?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?software ( SAMPLE( ?label ) AS ?softwareLabel ) ( GROUP_CONCAT( DISTINCT ?version ; SEPARATOR = \", \" ) AS ?versions ) ( GROUP_CONCAT( DISTINCT ?website ; SEPARATOR = \", \" ) AS ?websites ) ( SAMPLE( ?ubuntu_package ) AS ?ubuntuPackage ) WHERE {\n  ?software wdt:P306 wd:Q14656 .\n  ?software wdt:P348 ?version .\n  OPTIONAL {\n    ?software wdt:P856 ?website .\n  }\n  ?software rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  ?software wdt:P3473 ?ubuntu_package .\n}\nGROUP BY ?software", "paraphrases": ["List Unix-like compatible software with their Ubuntu package names, versions, and websites, grouped by software.", "Show me the Ubuntu packages, versions, and websites for all software that supports Unix-like operating systems."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2 ; SEPARATOR = \", \" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P306> <http://www.wikidata.org/entity/Q14656> . ?var1 <http://www.wikidata.org/prop/direct/P348> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P3473> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_6712", "question": "Institutions associated with Cecilia Engel Thomas, their locations, images, and whether she was educated there or employed there.", "sparql": "SELECT DISTINCT ?image ?institution ?institutionLabel ?locationCoord ?relationshipLabel WHERE { wd:Q29090849 ?relationshipProp ?institution . ?institution wdt:P625 ?locationCoord . ?relationshipPropEntity wikibase:directClaim ?relationshipProp . ?relationshipPropEntity rdfs:label ?relationshipLabel . FILTER(LANG(?relationshipLabel) = \"en\") . OPTIONAL { ?institution wdt:P18 ?image . } ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") . }", "paraphrases": ["Which institutions did Cecilia Engel Thomas attend or work for, where are they located, what do they look like, and what is the nature of her association with each?", "Show me the institutions linked to Cecilia Engel Thomas, including their English names, geographic coordinates, images, and whether she was educated at or employed by them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q29090849> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6713", "question": "List English labels of all social roles such as mayor, president, or citizen in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?role ?roleLabel WHERE {\n  ?role ( wdt:P31 * | wdt:P279 * ) wd:Q214339 .\n  ?role rdfs:label ?roleLabel .\n  FILTER ( LANG( ?roleLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are some examples of social roles (like mayor or citizen) that have English labels in Wikidata?", "Show me the English names of all positions or roles that are classified as social roles in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> *| <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q214339> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P39> * ?var1 . ?var2 <http://www.wikidata.org/prop/P39> * ?var3 . } LIMIT 100"}}
{"id": "val_6714", "question": "What are the subclasses of spring up to three levels deep, and what are their immediate parent classes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel ?parent ?parentLabel WHERE {\n  {\n    wd:Q124714 wdt:P279 ?subclass .\n    ?subclass wdt:P279 ?parent .\n  } UNION {\n    wd:Q124714 wdt:P279 ?parent .\n    ?parent wdt:P279 ?subclass .\n  } UNION {\n    wd:Q124714 wdt:P279 ?parent1 .\n    ?parent1 wdt:P279 ?parent .\n    ?parent wdt:P279 ?subclass .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  ?parent rdfs:label ?parentLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n  FILTER(LANG(?parentLabel) = \"en\")\n}", "paraphrases": ["Can you list all the subclasses of a natural spring, up to three generations removed, along with each one\u2019s direct superclass?", "Show me the taxonomy of spring types in Wikidata, including all subclasses up to depth 3 and their direct parent categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q124714> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3000\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } }"}}
{"id": "val_6715", "question": "What types of monuments in the Czech Republic have between 6 and 49 entries in the Czech Monument Catalogue, ranked by frequency?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?monumentType ?monumentTypeLabel(COUNT(?monumentType) AS ?count) WHERE {\n  ?monument wdt:P4075 [] .\n  ?monument wdt:P31 ?monumentType .\n  ?monumentType rdfs:label ?monumentTypeLabel .\n  FILTER(LANG(?monumentTypeLabel) = \"en\")\n}\nGROUP BY ?monumentType ?monumentTypeLabel\nHAVING(?count > 5 && ?count < 50)\nORDER BY DESC(?count)\nLIMIT 30", "paraphrases": ["Which classes of structures (like restaurants or fortifications) are most commonly listed as Czech monuments, with counts between 6 and 49?", "Show me the top 30 most common types of Czech monuments, excluding those with fewer than 6 or more than 49 entries, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P4075> [] . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } } GROUP BY ?var1 ?var1Label HAVING ( ( ?var2 > \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var2 < \"50\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var2 ) LIMIT 30"}}
{"id": "val_6716", "question": "Self-citations and non-self-citations of \"Structured sparse CCA for brain imaging genetics via graph OSCAR\" by year.", "sparql": "SELECT ?year (COUNT(DISTINCT ?citing_work) AS ?count) ?citation_type WHERE { wd:Q36120510 wdt:P50 ?original_author . ?citing_work wdt:P2860 wd:Q36120510 . ?citing_work wdt:P577 ?pubdate . BIND(STR(YEAR(?pubdate)) AS ?year) . BIND(IF(EXISTS { ?citing_work wdt:P50 ?original_author }, \"self-citation\", \"non-self-citation\") AS ?citation_type) } GROUP BY ?year ?citation_type ORDER BY DESC(?year)", "paraphrases": ["How many times has the article \"Structured sparse CCA for brain imaging genetics via graph OSCAR\" been cited each year, and how many of those citations were by its own authors?", "Show me the number of citations received by the article \"Structured sparse CCA for brain imaging genetics via graph OSCAR\" grouped by year, distinguishing between citations from its own authors and others."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q36120510> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q36120510> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6717", "question": "What characters and locations are part of the Marvel Cinematic Universe?", "sparql": "SELECT ?entity ?entityLabel ?universeLabel WHERE { ?entity wdt:P1080 wd:Q642878 . ?entity rdfs:label ?entityLabel . wd:Q642878 rdfs:label ?universeLabel . FILTER(LANG(?entityLabel) = \"en\") FILTER(LANG(?universeLabel) = \"en\") }", "paraphrases": ["List all entities that appear in the Marvel Cinematic Universe along with their names.", "Which fictional entities are set in the Marvel Cinematic Universe?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23444> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P1080> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1080> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } }"}}
{"id": "val_6718", "question": "What are the most commonly used properties (via qualifiers or references) that link entities to Sheffield, and how many times are they used?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property(COUNT(?statement) AS ?count) WHERE {\n      ?statement ?prop wd:Q12956644 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING(?count > 1)\n  }\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nORDER BY DESC(?count)", "paraphrases": ["Which administrative or jurisdictional relationships are most frequently associated with Sheffield through qualifiers or references in Wikidata?", "How many times are properties like 'located in' or 'applies to jurisdiction' used as qualifiers to connect items to Sheffield?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q12956644> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6719", "question": "What are the places associated with Paul Liston (like birthplace, death place, education), their coordinates, and the properties linking them?", "sparql": "SELECT DISTINCT ?image ?location ?locationLabel ?locationCoordinates ?propertyLabel WHERE { wd:Q26997944 ?directProperty ?location . ?propertyItem wikibase:directClaim ?directProperty . ?location wdt:P625 ?locationCoordinates . OPTIONAL { ?location wdt:P18 ?image . } ?propertyItem rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"en\") . ?location rdfs:label ?locationLabel . FILTER (LANG(?locationLabel) = \"en\") }", "paraphrases": ["Where was Paul Liston born, died, educated, and what country is he a citizen of, along with the coordinates of those places and the names of the relationships?", "Show me the locations connected to Paul Liston (such as place of birth and education), including their English labels, geographic coordinates, images if available, and the English labels of the properties that link him to those locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q26997944> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6720", "question": "What are the Spanish labels and descriptions of common properties used to describe humans in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propertyItem ?label ?description WHERE {\n  VALUES ?propertyItem {\n    wd:P106 wd:P19 wd:P20 wd:P569 wd:P570\n  }\n  .\n  ?propertyItem rdfs:label ?label .\n  ?propertyItem schema:description ?description .\n  FILTER(LANG(?label) = \"es\")\n  FILTER(LANG(?description) = \"es\")\n}\nLIMIT 100", "paraphrases": ["Show me the Spanish labels and descriptions for properties like occupation, place of birth, and date of birth.", "Which properties related to humans have Spanish labels and descriptions in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q215627> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_6721", "question": "Geographic features in Antarctica with coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?feature ?coordinates WHERE {\n  wd:Q51 ^ ( wdt:P361 | wdt:P4552 | wdt:P4688 ) + ?feature .\n  ?feature wdt:P31 / wdt:P279 * wd:Q271669 .\n  OPTIONAL {\n    ?feature wdt:P625 ?coordinates .\n  }\n}\nLIMIT 10000", "paraphrases": ["What landforms are part of Antarctica, and where are they located?", "List all islands and landforms that belong to Antarctica along with their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q51> ^( <http://www.wikidata.org/prop/direct/P361> | <http://www.wikidata.org/prop/direct/P4552> | <http://www.wikidata.org/prop/direct/P4688> )+ ?var1 . <http://www.wikidata.org/entity/Q271669> (^ <http://www.wikidata.org/prop/direct/P279> */^ <http://www.wikidata.org/prop/direct/P31> ) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } LIMIT 10000"}}
{"id": "val_6722", "question": "What are the geographic coordinates of Charleroi and its country's ISO 3166-1 alpha-3 code?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?coordinates ?isoCode WHERE {\n  wd:Q81046 wdt:P625 ?coordinates .\n  wd:Q81046 wdt:P17 / wdt:P298 ?isoCode .\n}", "paraphrases": ["Can you tell me the location of Charleroi in coordinates and the three-letter country code for Belgium?", "Give me the coordinates of Charleroi and the ISO country code for the country it belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q81046> <http://www.wikidata.org/prop/direct/P625> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q81046> <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P298> ?var2 . } }"}}
{"id": "val_6723", "question": "What are the names, coordinates, and images of all airports in Cameroon?", "sparql": "SELECT ?label ?image ?coordinates WHERE { ?airport (wdt:P31/wdt:P279*) wd:Q1248784 . ?airport wdt:P17 wd:Q1009 . ?airport wdt:P625 ?coordinates . OPTIONAL { ?airport wdt:P18 ?image . } ?airport rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you list the English names and locations of airports in Cameroon, along with any available images?", "Show me the geographic coordinates of every airport in Cameroon, including their names and any associated Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1009> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6724", "question": "List all music videos and their types in English.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item ( wdt:P31 | wdt:P279 ) wd:Q193977 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 5000", "paraphrases": ["What are the music videos and their subclasses with English labels?", "Show me all English-labeled items that are either music videos or types of music videos."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q193977> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_6725", "question": "Who was elected as a member of the House of Representatives of Japan in the 2017 Japanese general election in Osaka 10th district?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?personLabel ?positionLabel ?electionLabel ?districtLabel ?start ?partyLabel WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 ?position ; pq:P2715 ?election ; pq:P768 ?district ; pq:P580 ?start ; pq:P4100 ?party .\n  ?position rdfs:label ?positionLabel .\n  ?election rdfs:label ?electionLabel .\n  ?district rdfs:label ?districtLabel .\n  ?party rdfs:label ?partyLabel .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?positionLabel) = \"en\")\n  FILTER(LANG(?electionLabel) = \"en\")\n  FILTER(LANG(?districtLabel) = \"en\")\n  FILTER(LANG(?partyLabel) = \"en\")\n  FILTER(?position = wd:Q17506823)\n  FILTER(?election = wd:Q20983100)\n  FILTER(?district = wd:Q7105539)\n}", "paraphrases": ["Show me the details of the person who joined the Constitutional Democratic Party of Japan after winning the Osaka 10th district seat in the 2017 Japanese general election.", "In the 2017 Japanese general election, who won the Osaka 10th district and became a member of Japan\u2019s House of Representatives, starting their term on October 22, 2017?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q405533-97E17C0D-2E4D-4085-A0E8-5164AA119CEB> ?var1 ?var2 . }"}}
{"id": "val_6726", "question": "Entities with official names in Spanish", "sparql": "SELECT ?item ?officialName WHERE { ?item wdt:P1448 ?officialName . FILTER (LANG(?officialName) = \"es\") }", "paraphrases": ["Which entities have an official name in Spanish?", "Show me the items and their official names in Spanish from Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . }"}}
{"id": "val_6727", "question": "What are the official names and continents of all United Nations member states?", "sparql": "SELECT ?country ?officialName ?continent WHERE { ?country wdt:P463 wd:Q1065 . ?country wdt:P1448 ?officialName . ?country wdt:P30 ?continent . }", "paraphrases": ["List the countries that are members of the United Nations along with their official names and the continents they belong to.", "Show me the official names and continents of every country that is a member of the UN."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q160016> . ?var1 <http://www.wikidata.org/prop/direct/P30> ?var3 . }"}}
{"id": "val_6728", "question": "List subclasses of gene and their statement nodes in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?subclass ?statement WHERE {\n  ?subclass p:P279 ?statement .\n  ?statement ps:P279 wd:Q7187 .\n}\nLIMIT 101", "paraphrases": ["What are the subclasses of the gene class in Wikidata, and what statement nodes represent those relationships?", "Show me up to 101 entities that are subclasses of gene, along with the statement nodes used to assert those subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q7187> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6729", "question": "Is \u00c1gost P\u00e1kay a type of software?", "sparql": "ASK WHERE { wd:Q1241917 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does \u00c1gost P\u00e1kay belong to the category of software or any of its subclasses?", "Is \u00c1gost P\u00e1kay classified as software according to Wikidata\u2019s ontology?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1241917> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6730", "question": "Is Lisa Kresse classified as software or any of its subclasses?", "sparql": "ASK WHERE { wd:Q1226308 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Is the German actress Lisa Kresse an instance of software or a type derived from software?", "Confirm whether Lisa Kresse\u2019s type hierarchy includes software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1226308> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6731", "question": "Is Edouard Myin a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q3719717 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does Edouard Myin belong to a category that is a subclass of software?", "Confirm whether Edouard Myin, as a human and athlete, can be classified under software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3719717> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6732", "question": "Is Tim Frawley a software developer?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q9358714 wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q183888 .\n}", "paraphrases": ["Tim Frawley occupation software developer?", "Check if Tim Frawley works as a software developer."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9358714> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6733", "question": "Is Thomas Nguy\u1ec5n V\u0103n \u0110\u1ec7 a type of software?", "sparql": "ASK WHERE { wd:Q9359561 wdt:P31/wdt:P279* wd:Q7397 }", "paraphrases": ["Does Thomas Nguy\u1ec5n V\u0103n \u0110\u1ec7 belong to any class that is a subclass of software?", "Check if Thomas Nguy\u1ec5n V\u0103n \u0110\u1ec7 is categorized as software or any of its subcategories."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9359561> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6734", "question": "Is Lucas Ph\u1ea1m Tr\u1ecdng Th\u00ecn a type of software?", "sparql": "ASK WHERE { wd:Q9394696 wdt:P31/wdt:P279* wd:Q7397 }", "paraphrases": ["Does Lucas Ph\u1ea1m Tr\u1ecdng Th\u00ecn belong to a category that is a subclass of software?", "Confirm whether Lucas Ph\u1ea1m Tr\u1ecdng Th\u00ecn is classified as software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q9394696> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6735", "question": "List fashion designers and models from Wikidata with their Vogue Paris IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?vogueId WHERE {\n  ?person wdt:P3404 ?vogueId .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are the fashion figures listed on Vogue Paris, and what are their identifiers?", "Show me the English names of people in Wikidata who have a Vogue Paris ID, along with those IDs."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3404> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_6736", "question": "Is Maria \u015ale\u017ca\u0144ska a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q11769281 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does Maria \u015ale\u017ca\u0144ska belong to the class of software through her type or subclass hierarchy?", "Confirm whether Maria \u015ale\u017ca\u0144ska is classified as software or a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q11769281> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6737", "question": "Is Charles Deckert classified as a type of software?", "sparql": "ASK WHERE { wd:Q16539284 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Charles Deckert belong to any category that is a subclass of software?", "Is software a parent category in the classification hierarchy of Charles Deckert?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q16539284> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6738", "question": "What is the English name of the airline whose official website is http://www.nordwindairlines.ru?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?airline ?airlineLabel ?website WHERE {\n  ?airline wdt:P856 <http://www.nordwindairlines.ru> .\n  OPTIONAL {\n    ?airline rdfs:label ?airlineLabel .\n    FILTER(LANG(?airlineLabel) = \"en\")\n  }\n}", "paraphrases": ["Which airline uses www.nordwindairlines.ru as its official website?", "Can you find the official website and English label for the airline linked to http://www.nordwindairlines.ru?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordwindairlines.ru> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordwindairlines.ru> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordwindairlines.ru> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordwindairlines.ru> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://nordwindairlines.ru/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://nordwindairlines.ru/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6739", "question": "Communes in Eure-et-Loir, France, with their French names and department name.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?communeLabel ?departmentLabel WHERE {\n  ?commune wdt:P31 wd:Q484170 .\n  ?commune wdt:P131 wd:Q3377 .\n  ?commune wdt:P17 wd:Q142 .\n  wd:Q3377 rdfs:label ?departmentLabel .\n  ?commune rdfs:label ?communeLabel .\n  FILTER(LANG(?communeLabel) = \"fr\")\n  FILTER(LANG(?departmentLabel) = \"fr\")\n}", "paraphrases": ["What are the communes in the French department of Eure-et-Loir, and what are their French names and the department\u2019s name?", "List all communes located in Eure-et-Loir, France, along with their French labels and the label of the department."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3377> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_6740", "question": "List members of the 11th Parliament of Northern Cyprus with their parliamentary party, Twitter handle, and Facebook username, ordered by start date.", "sparql": "SELECT ?member (SAMPLE(?ml) AS ?memberLabel) ?party (SAMPLE(?pl) AS ?partyLabel) ?twitter ?facebook WHERE {\n  ?member p:P39 ?statement .\n  ?statement ps:P39 wd:Q47167922 ;\n             pq:P580 ?startDate .\n  \n  OPTIONAL {\n    ?member wdt:P2002 ?twitter .\n  }\n  OPTIONAL {\n    ?member wdt:P2013 ?facebook .\n  }\n  OPTIONAL {\n    ?statement pq:P4100 ?party .\n  }\n\n  OPTIONAL {\n    ?member rdfs:label ?ml .\n  }\n  OPTIONAL {\n    ?party rdfs:label ?pl .\n  }\n}\nGROUP BY ?member ?party ?twitter ?facebook\nORDER BY ASC(?startDate)", "paraphrases": ["Who are the members of the 11th Parliament of Northern Cyprus, what parties do they belong to, and what are their Twitter and Facebook handles?", "Please provide a list of all members of the 11th Parliament of Northern Cyprus, including their party affiliation and social media usernames (Twitter and Facebook), sorted by when they began their term."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q47167922> ; <http://www.wikidata.org/prop/qualifier/P580> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var4 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P4100> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var6 )ASC( ?var7 )"}}
{"id": "val_6741", "question": "What is the image associated with the SNAC ARK ID \"w6k96xpm\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?university wdt:P3430 \"w6k96xpm\" .\n  OPTIONAL {\n    ?university wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image for New York University, identified by its SNAC ARK ID?", "Show the image of the institution that has the SNAC ARK ID w6k96xpm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6k96xpm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6742", "question": "What books did Carter Brown write?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P50 wd:Q709012 .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}", "paraphrases": ["Which works are authored by the English writer Carter Brown?", "List the English titles of all works written by Carter Brown."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q709012> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6743", "question": "Was Jun'ichir\u014d Koizumi a politician?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q130852 wdt:P39 ?position .\n  ?position wdt:P279 * wd:Q82955 .\n}", "paraphrases": ["Did Jun'ichir\u014d Koizumi hold any position that is a subclass of politician?", "Check if Jun'ichir\u014d Koizumi is classified as a politician based on the positions he held."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q130852> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6744", "question": "What philosophical concepts have Hebrew labels and descriptions?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P31 wd:Q5891 ; rdfs:label ?label ; schema:description ?description .\n  FILTER ( LANG( ?label ) = \"he\" && LANG( ?description ) = \"he\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the schools of philosophy in Hebrew, along with their descriptions?", "Show me philosophical topics that are labeled and described in Hebrew."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q5891> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"he\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"he\" ) ) ) . } LIMIT 100"}}
{"id": "val_6745", "question": "Humans with known birth dates but unknown death dates and places", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?humanLabel ?birthDate WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  FILTER NOT EXISTS {\n    ?human wdt:P20 []\n  }\n  FILTER NOT EXISTS {\n    ?human wdt:P570 []\n  }\n  ?human rdfs:label ?humanLabel .\n  FILTER(LANG(?humanLabel) = \"en\")\n}\nLIMIT 3", "paraphrases": ["Who are some humans whose date and place of death are not recorded in Wikidata, but whose birth dates are known?", "List three people with known birth years but no recorded death information (date or place)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( isBLANK ( ?var3 ) ) ) . FILTER ( ( isBLANK ( ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 3"}}
{"id": "val_6746", "question": "What countries, administrative regions, or locations is the Maison Naville building located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  wd:Q29711741 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?location .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" )\n}", "paraphrases": ["Which geographic and political entities directly contain the architectural structure known as Maison Naville?", "Show me the administrative division, country, and municipality where Maison Naville is situated."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q29711741> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6747", "question": "Most frequently used properties linking entities to Swansea", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n      ?item ?propertyStatement wd:Q23051 .\n      ?property wikibase:directClaim ?propertyStatement .\n    }\n    GROUP BY ?property\n    HAVING ( ?count > 1 )\n  }\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties are most commonly used to associate people or things with Swansea, and how many times are they used?", "Show me the properties that connect items to Swansea, sorted by how often they\u2019re used, along with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q23051> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6748", "question": "Is digiKam classified as an application?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1050872(wdt:P31 / wdt:P279 *) wd:Q166142 .\n}", "paraphrases": ["Does digiKam belong to the category of applications through its class hierarchy?", "Confirm whether digiKam is an instance of a subclass of application."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1050872> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6749", "question": "Properties and descriptions of Hamburg University of Technology in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propEntity ?propEntityLabel ?propEntityDescription WHERE {\n  wd:Q1060 ?prop ?value .\n  ?propEntity wikibase:directClaim ?prop .\n  ?propEntity rdfs:label ?propEntityLabel .\n  ?propEntity schema:description ?propEntityDescription .\n  FILTER ( LANG( ?propEntityLabel ) = \"en\" ) FILTER ( LANG( ?propEntityDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What properties are used to describe the Hamburg University of Technology, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are used to describe the Hamburg University of Technology."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1060> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_6750", "question": "What are the scientific names of all subfamilies and genera in the Tinamidae bird family, and do they have any associated images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?taxon ?taxonName ?image WHERE {\n  ?taxon wdt:P171 wd:Q19172 .\n  ?taxon wdt:P225 ?taxonName .\n  OPTIONAL {\n    ?taxon wdt:P18 ?image .\n  }\n}\nORDER BY ?taxonName", "paraphrases": ["List the taxa directly descended from Tinamidae, including their Latin names and images if available.", "Show me the members of the tinamou family with their scientific names and pictures from Wikimedia Commons."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> <http://www.wikidata.org/entity/Q19172> . ?var1 <http://www.wikidata.org/prop/direct/P225> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_6751", "question": "What are the Russian-language labels and descriptions of properties related to the Canadian Geographical Names Database ID?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P821 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"ru\") . FILTER (LANG(?description) = \"ru\") . }", "paraphrases": ["Which properties are linked to CGNDB ID (P821) via \"see also\", and what are their Russian names and descriptions?", "In Russian, what are the names and descriptions of Wikidata properties that provide alternative identifiers for Canadian geographical features, similar to CGNDB?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P821> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . }"}}
{"id": "val_6752", "question": "What are the most common properties associated with Amsterdam in Wikidata, and how often are they used?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?count WHERE {\n  {\n    SELECT ?prop(COUNT(?item) AS ?count) WHERE {\n      ?item ?propStmt wd:Q727 .\n      ?prop wikibase:directClaim ?propStmt .\n    }\n    GROUP BY ?prop\n    HAVING(?count > 1)\n  }\n}\nORDER BY DESC(?count)", "paraphrases": ["Which properties link the most entities to Amsterdam, and how many times do they appear?", "Show me the top properties connected to Amsterdam, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q727> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6753", "question": "Most frequently used properties linking items to Irkutsk Oblast, with counts", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property(COUNT(?item) AS ?count) WHERE {\n      ?item ?prop wd:Q6585 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING(?count > 1)\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n}\nORDER BY DESC(?count)", "paraphrases": ["Which properties are most commonly used to associate entities with Irkutsk Oblast, and how many times are they used?", "Show me the top properties connected to Irkutsk Oblast, including their labels and how often they appear, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q6585> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6754", "question": "Most frequently used properties linking items to Goa, with count > 1", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?count WHERE {\n  {\n    SELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n      ?item ?prop wd:Q1171 .\n      ?property wikibase:directClaim ?prop .\n    }\n    GROUP BY ?property\n    HAVING ( ?count > 1 )\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n}\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties are used most often to associate entities with Goa, and how many times are they used?", "Show me the properties that connect multiple items to Goa, ordered by how frequently they are used, along with their English labels and usage counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1171> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_6755", "question": "Instances and subclasses of confectionery with English labels", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE {\n  {\n    ?item wdt:P31 wd:Q18646422 .\n  } UNION {\n    ?item wdt:P279 wd:Q18646422 .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What are the items that are either instances of or subclasses of confectionery, and what are their English names?", "List all confectionery types and their subtypes in English."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18646422> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q18646422> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_6756", "question": "French-labeled writers who died on December 12", "sparql": "SELECT DISTINCT ?person ?label ?deathDate WHERE { ?person wdt:P31 wd:Q5 ; (wdt:P106/wdt:P279*) wd:Q36180 ; wdt:P570 ?deathDate . BIND( xsd:date(?deathDate) AS ?deathDateOnly ) FILTER (MONTH(?deathDateOnly) = 12 && DAY(?deathDateOnly) = 12) . ?person rdfs:label ?label . FILTER (LANG(?label) = \"fr\") } ORDER BY DESC(?deathDate)", "paraphrases": ["Who are the writers (including literary scholars) that died on December 12 and have a French label?", "List all people who were writers and died on December 12, showing their French names and death dates, ordered from most recent to oldest."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36180> ; <http://www.wikidata.org/prop/direct/P570> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . FILTER ( ( ( MONTH ( ?var2 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var2 ) = \"12\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . } ORDER BY DESC( ?var3 ) DESC( ?var2 )"}}
{"id": "val_6757", "question": "What are the street identifier systems related to the Paris city digital code (P630)?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?relatedProperty ?label ?description WHERE {\n  wd:P630 wdt:P1659 ?relatedProperty .\n  ?relatedProperty rdfs:label ?label .\n  ?relatedProperty schema:description ?description .\n  FILTER ( LANG( ?label ) = \"en\" ) FILTER ( LANG( ?description ) = \"en\" )\n}", "paraphrases": ["Which properties are linked to the Paris street code (P630) via 'related property', and what are their English labels and descriptions?", "Show me the English labels and descriptions of properties that are related to the Paris street code (P630)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P630> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_6758", "question": "Who is Albert Einstein, and what are his birth date, birth name, native name, and occupation?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthName ?nativeName ?birthDate ?occupation ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( ?personLabel = \"Albert Einstein\" @en ) OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P1477 ?birthName .\n  }\n  OPTIONAL {\n    ?person wdt:P1559 ?nativeName .\n  }\n  OPTIONAL {\n    ?person wdt:P106 ?occupation .\n  }\n  OPTIONAL {\n    ?occupation rdfs:label ?occupationLabel .\n  }\n  FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}", "paraphrases": ["Albert Einstein's birth date, birth name, native name, and occupation.", "Please provide the date of birth, birth name, name in native language, and occupation of Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var5 . } ?var1 ?var7Label \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_6759", "question": "What are the genres of the 1931 film Iron Man?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genre WHERE {\n  wd:Q1758603 wdt:P136 ?genre .\n}", "paraphrases": ["What film genres does the 1931 movie Iron Man belong to?", "Can you tell me the artistic genres associated with the 1931 drama film Iron Man, directed by Tod Browning?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1758603> <http://www.wikidata.org/prop/direct/P136> ?var1 . } LIMIT 25"}}
{"id": "val_6760", "question": "List all films in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  ?film wdt:P31 wd:Q11424\n}", "paraphrases": ["What are all the entities that are classified as films?", "Show me all items that are instances of the category \"film\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <https://www.wikidata.org/wiki/Property:P31> <https://www.wikidata.org/wiki/Q11862829> . }"}}
{"id": "val_6761", "question": "List humans with \"Georges\" in their name, along with their English descriptions and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?label ?image ?description WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n  ?person schema:description ?description .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n  FILTER(CONTAINS(?label , \"Georges\"))\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}\nLIMIT 10", "paraphrases": ["Who are the people named Georges (or containing \"Georges\") in Wikidata, and what are their professions and images?", "Show me up to 10 English-language entries for humans whose names include \"Georges\", including their job descriptions and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( ?var2Label , \"Georges\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 10"}}
{"id": "val_6762", "question": "Humans with 'John' in their name, their descriptions, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?human ?humanLabel ?image ?description WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  ?human schema:description ?description .\n  FILTER(LANG(?humanLabel) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n  FILTER(CONTAINS(LCASE(?humanLabel) , \"john\"))\n  OPTIONAL {\n    ?human wdt:P18 ?image .\n  }\n}\nLIMIT 10", "paraphrases": ["Who are some humans named John, what do they do, and do they have images on Wikidata?", "List up to 10 English-labeled humans whose names contain 'John', along with their descriptions and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( CONTAINS ( ?var2Label , \"eor\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 10"}}
{"id": "val_6763", "question": "Books written by Michel Bussi and their titles", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?title WHERE {\n  ?work wdt:P50 wd:Q3309133 .\n  ?work wdt:P1476 ?title .\n}", "paraphrases": ["What are the titles of the works authored by Michel Bussi?", "List all the works created by the French author Michel Bussi along with their published titles in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q3309133> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . }"}}
{"id": "val_6764", "question": "Image of Petro Poroshenko", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q58077 wdt:P18 ?image .\n}", "paraphrases": ["What is the official portrait image of Petro Poroshenko?", "Can you show me the Wikimedia Commons image file linked to Petro Poroshenko\u2019s Wikidata entry?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q58077> <http://www.wikidata.org/prop/direct/P18> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6765", "question": "Software projects written in the Rust programming language", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?software ?softwareLabel WHERE {\n  ?software wdt:P277 wd:Q575650 .\n  ?software rdfs:label ?softwareLabel .\n  FILTER ( LANG( ?softwareLabel ) = \"en\" )\n}", "paraphrases": ["Which software tools are implemented using Rust?", "List the names of applications and tools that are programmed in Rust, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P277> <http://www.wikidata.org/entity/Q575650> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6766", "question": "Rowing clubs in Spain without a Spanish description", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?club ?clubLabel WHERE {\n  ?club wdt:P31 wd:Q7372078 ; wdt:P17 wd:Q29 .\n  OPTIONAL {\n    ?club schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"es\" )\n  }\n  FILTER ( ! BOUND( ?desc ) ) .\n  ?club rdfs:label ?clubLabel .\n  FILTER ( LANG( ?clubLabel ) = \"en\" )\n}", "paraphrases": ["Which rowing clubs in Spain do not have a description in Spanish?", "List the names of rowing clubs in Spain that lack a Spanish-language description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7372078> . ?var1 <http://www.wikidata.org/prop/direct/P1629> ?var2 . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . FILTER ( ( ( ?var4 != <http://www.wikidata.org/entity/Q13382576> ) ) ) . } ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . }"}}
{"id": "val_6767", "question": "All properties and values for the concept of human in Wikidata, including English and Portuguese labels and non-literal identifiers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q5 ?property ?value .\n  FILTER ( ! isLiteral( ?value ) || langMatches( lang( ?value ) , \"en\" ) || langMatches( lang( ?value ) , \"pt\" ) )\n}\nLIMIT 1000", "paraphrases": ["What are all the properties and values associated with the human species (Q5) in Wikidata, especially those in English or Portuguese, or non-literal identifiers like IDs?", "Show me all statements about humans (Q5) in Wikidata, including non-literal values like IDs and literal values in English or Portuguese."], "info": {"raw_sparql": "SELECT * WHERE { { <http://www.wikidata.org/entity/Q5> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"\" ) ) ) . } UNION { <http://www.wikidata.org/entity/Q5> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) || ( LANG ( ?var2 ) = \"pt\" ) ) ) . } } LIMIT 1000"}}
{"id": "val_6768", "question": "Swedish minor localities (sm\u00e5orter) with their area as of 2015 and their P776 codes.", "sparql": "SELECT ?code ?locality ?localityLabel ?area WHERE { ?locality p:P31 ?instance . ?instance ps:P31 wd:Q14839548 . OPTIONAL { ?instance pq:P582 ?endTime . } FILTER ( !BOUND(?endTime) ) . ?locality wdt:P776 ?code . ?locality p:P2046 ?areaStmt . ?areaStmt ps:P2046 ?area . ?areaStmt pq:P585 ?date . OPTIONAL { ?areaStmt pq:P518 ?part . } FILTER ( !BOUND(?part) ) . FILTER ( ?date = \"2015-12-31T00:00:00Z\"^^xsd:dateTime ) . ?locality rdfs:label ?localityLabel . FILTER ( LANG(?localityLabel) = \"en\" ) } ORDER BY ASC(?code)", "paraphrases": ["What are the names, Swedish urban area codes, and areas of all current minor localities in Sweden as of December 31, 2015?", "List all minor localities in Sweden that had their area recorded on December 31, 2015, along with their official P776 codes and English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ( MAX ( ?var5 ) AS ?var6 ) WHERE { ?var2 <http://www.wikidata.org/prop/P31> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var8 . } FILTER ( ( !( BOUND ( ?var8 ) ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P776> ?var1 . ?var2 <http://www.wikidata.org/prop/P2046> ?var9 . ?var9 <http://www.wikidata.org/prop/statement/P2046> ?var4 . ?var9 <http://www.wikidata.org/prop/qualifier/P585> ?var5 . OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P518> ?var10 . } FILTER ( ( !( BOUND ( ?var10 ) ) ) ) . FILTER ( ( ( ?var5 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1 ?var2 ?var2Label ?var3 ?var4 ORDER BY ASC( ?var1 )"}}
{"id": "val_6769", "question": "Who are the people with the surname Gleiser?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P734 wd:Q36938308 .\n}", "paraphrases": ["List all individuals whose family name is Gleiser.", "Which people have Gleiser as their last name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Gleiser\"@fr . }"}}
{"id": "val_6770", "question": "What are the Wikipedia categories for lists of people by occupation?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category WHERE {\n  ?category wdt:P31 wd:Q4167836 .\n}", "paraphrases": ["Which Commons categories are classified under the Wikidata category for lists of people by occupation?", "Can you list all the Wikimedia categories that group people by their occupation?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/entity/Q4167836> ?var2 . } LIMIT 100"}}
{"id": "val_6771", "question": "People born in 1625 with Greek Wikipedia labels.", "sparql": "SELECT ?greekLabel ?birthDate WHERE { ?person wdt:P569 ?birthDate . ?person rdfs:label ?greekLabel . FILTER(LANG(?greekLabel) = \"el\") FILTER(?birthDate >= \"1625-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1625-12-31T23:59:59Z\"^^xsd:dateTime) } ORDER BY ASC(?birthDate)", "paraphrases": ["Who were the people born in 1625 whose names are written in Greek on Wikipedia?", "List the names in Greek of all individuals born in the year 1625."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1625-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1625-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_6772", "question": "Episodes of Tatort with their episode numbers", "sparql": "SELECT ?episode ?episodeLabel ?ordinal WHERE { ?episode wdt:P179 wd:Q689438 . ?episode wdt:P1545 ?ordinal . ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = \"en\") } ORDER BY ?ordinal LIMIT 2000", "paraphrases": ["What are the episodes of the German TV series Tatort and their corresponding episode numbers?", "List all episodes of Tatort in order of their series ordinal, along with their English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q689438> AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P179> [ <http://www.wikidata.org/prop/direct/P1545> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } ORDER BY ASC( ?var2 ) LIMIT 2000"}}
{"id": "val_6773", "question": "List all episodes of the TV series Tatort with their titles.", "sparql": "SELECT ?episode ?episodeTitle WHERE { ?episode wdt:P179 wd:Q689438 . ?episode wdt:P1476 ?episodeTitle . }", "paraphrases": ["What are the titles of all episodes in the Tatort television series?", "Please provide the titles of every episode from the Tatort TV series."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q689438> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1545> ?var1 . } }"}}
{"id": "val_6774", "question": "What are all the films and TV series in the \"Tatort\" franchise, including the main series?", "sparql": "SELECT DISTINCT ?item ?title WHERE {\n  {\n    wd:Q689438 wdt:P1476 ?title .\n    BIND(wd:Q689438 AS ?item)\n  }\n  UNION\n  {\n    VALUES ?type { wd:Q11424 wd:Q506240 wd:Q5398426 }\n    ?item wdt:P31 ?type .\n    ?item wdt:P179 wd:Q689438 .\n    ?item wdt:P1476 ?title .\n  }\n}\nORDER BY ?title\nLIMIT 100", "paraphrases": ["List all episodes and the main series of the German crime show \"Tatort\" along with their titles.", "Show me the titles of all TV films and series that are part of the \"Tatort\" universe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q5398426> ) ( <http://www.wikidata.org/entity/Q11424> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } FILTER ( ( REGEX ( ?var4 , \"Tatort\", \"i\" ) ) ) . } LIMIT 100"}}
{"id": "val_6775", "question": "What English-language labels and descriptions are associated with Tim Berners-Lee?", "sparql": "SELECT ?property ?label WHERE { wd:Q80 ?property ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you list all the English names and descriptions for the inventor of the World Wide Web?", "Show me all the English text labels for Tim Berners-Lee, including his name, description, and other labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q80> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"el,en\". } }"}}
{"id": "val_6776", "question": "Who has the native name \"Cas Anvar\"?", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P1559 \"Cas Anvar\"@en . }", "paraphrases": ["What person is known by the name \"Cas Anvar\" in their native language?", "Find the Wikidata item for the person whose native name is Cas Anvar in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Eric ANVAR\"@fr . }"}}
{"id": "val_6777", "question": "What is the English label and description of the album \"In Europe\" by Miles Davis, and does it have an associated image?", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q1264150 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { wd:Q1264150 wdt:P18 ?image . } OPTIONAL { wd:Q1264150 schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Show me the English name and summary of Miles Davis's album \"In Europe\", along with its cover image if available.", "Can you provide the English title and description of the 1964 live album \"In Europe\" by Miles Davis, and any image linked to it on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1264150> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1264150> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1264150> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_6778", "question": "What are the English names of engineering disciplines and technical fields classified under technical sciences?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q12015335 .\n  ?item rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) )\n}", "paraphrases": ["Which technical fields and engineering branches are categorized under technical sciences in Wikidata?", "List all English-labeled technical disciplines that are instances or subclasses of technical sciences."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q12015335> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_6779", "question": "List up to 100 mathematicians and their images from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?image WHERE {\n  ?person wdt:P106 wd:Q170790 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are some mathematicians, and do they have images on Wikimedia Commons?", "Show me a list of mathematicians along with their available images, up to 100 results."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q170790> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_6780", "question": "What countries, continents, and administrative regions is the building at 29 Martin Lane located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q26317782 ( wdt:P30 | wdt:P17 | wdt:P131 ) * ?location .\n}\nLIMIT 100", "paraphrases": ["Show the geographic hierarchy from 29 Martin Lane up to the continent level.", "Which administrative and geographic entities include the building 29 Martin Lane in London?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q26317782> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6781", "question": "Who are the people educated at the University of Edinburgh?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P69 wd:Q160302 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List the names of all alumni of the University of Edinburgh.", "Which individuals have the University of Edinburgh as their alma mater?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q160302> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6782", "question": "Paintings in the Royal Collection with RKDimages IDs but no location and not privately owned.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?painting WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P350 [] .\n  ?painting wdt:P195 wd:Q1459037 . MINUS {\n    ?painting wdt:P195 wd:Q768717 .\n  } MINUS {\n    ?painting wdt:P276 [] .\n  }\n}", "paraphrases": ["Which paintings from the British Royal Collection are documented in the RKDimages database, are not in a private collection, and have no specified physical location?", "List all paintings belonging to the Royal Collection that have an RKDimages ID, are not privately owned, and are not assigned to a specific location."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P350> [] . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q768717> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P276> [] . } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1459037> . }"}}
{"id": "val_6783", "question": "Songs with \"billie\" in the title", "sparql": "SELECT ?song ?songLabel WHERE { ?song wdt:P31 wd:Q7366 . ?song rdfs:label ?songLabel . FILTER(LANG(?songLabel) = \"en\") FILTER(CONTAINS(LCASE(?songLabel), \"billie\")) } LIMIT 10", "paraphrases": ["What are some songs titled with \"billie\" in English?", "List English songs whose names contain the word \"billie\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q193319> . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"billie\"@en ) ) ) . } LIMIT 10"}}
{"id": "val_6784", "question": "Songs with \"billie\" in the title", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?song ?songLabel WHERE {\n  ?song rdfs:label ?songLabel .\n  ?song wdt:P31 wd:Q7366 .\n  FILTER ( CONTAINS( LCASE( ?songLabel ) , \"billie\" ) )\n}\nLIMIT 10", "paraphrases": ["What are the songs titled \"Billie\" or containing \"billie\" in their name?", "List all songs (as instances of musical work) that have \"billie\" in any language version of their title."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7366> . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"billie\"@en ) ) ) . } LIMIT 10"}}
{"id": "val_6785", "question": "What protein is encoded by the gene with NCBI locus tag \"lmo0005\" in Listeria monocytogenes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?gene ?protein WHERE {\n  ?gene wdt:P2393 \"lmo0005\" ; wdt:P703 ?taxon ; wdt:P688 ?protein .\n  ?taxon wdt:P685 \"169963\" .\n}", "paraphrases": ["For the gene lmo0005 found in Listeria monocytogenes, which protein does it encode?", "Show me the protein encoded by the gene lmo0005 in Listeria monocytogenes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"169963\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"lmo0005\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_6786", "question": "Which film has the EDb ID t0011658?", "sparql": "SELECT ?film WHERE { ?film wdt:P3141 \"t0011658\" . }", "paraphrases": ["What is the name of the movie identified by the EDb film ID t0011658?", "I need to find the Wikidata entry for the film with EDb ID t0011658 \u2014 can you tell me which film that is?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0011658\". }"}}
{"id": "val_6787", "question": "French-language Wikipedia chronicle articles about politics by year", "sparql": "SELECT ?event ?label WHERE { ?event wdt:P31 wd:Q18340514 ; rdfs:label ?label . FILTER (LANG(?label) = \"fr\") FILTER (REGEX(?label, \"en politique\")) }", "paraphrases": ["What are the French-language articles on Wikipedia that list political events for specific years?", "List all French-labeled yearly political event articles from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18340514> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"en po\" ) ) ) . }"}}
{"id": "val_6788", "question": "What are the Czech names of districts in Austria, and which municipalities belong to them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var3 ?var1 ?var1Label(SUBSTR(?var1Label , 7) AS ?districtName) WHERE {\n  ?var3 wdt:P31 wd:Q667509 .\n  ?var3 wdt:P17 wd:Q40 .\n  ?var3 wdt:P131 ?var1 .\n  ?var1 wdt:P31 wd:Q871419 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"cs\")\n}\nLIMIT 20000", "paraphrases": ["List Austrian municipalities along with the names of their districts in Czech.", "In Czech, what are the district names for municipalities in Austria?"], "info": {"raw_sparql": "SELECT * WHERE { BIND ( SUBSTR ( ?var1Label ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q667509> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q871419> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"cs\" ) ) ) . } LIMIT 20000"}}
{"id": "val_6789", "question": "Battles with their locations, coordinates, start and end times, and associated wars.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?battle ?battleLabel ?partOf ?partOfLabel ?battleCoords ?location ?locationLabel ?locationCoords ?startTime ?endTime WHERE {\n  ?battle wdt:P31 wd:Q178561 .\n  ?battle rdfs:label ?battleLabel .\n  FILTER(LANG(?battleLabel) = \"en\")\n  OPTIONAL {\n    ?battle wdt:P361 ?partOf .\n    ?partOf rdfs:label ?partOfLabel .\n    FILTER(LANG(?partOfLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?battle wdt:P625 ?battleCoords .\n  }\n  OPTIONAL {\n    ?battle wdt:P276 ?location .\n    ?location rdfs:label ?locationLabel .\n    FILTER(LANG(?locationLabel) = \"en\")\n    ?location wdt:P625 ?locationCoords .\n  }\n  OPTIONAL {\n    {\n      ?battle wdt:P580 ?startTime\n    } UNION {\n      ?battle wdt:P585 ?startTime\n    }\n  }\n  OPTIONAL {\n    {\n      ?battle wdt:P582 ?endTime\n    } UNION {\n      ?battle wdt:P585 ?endTime\n    }\n  }\n}\nLIMIT 500", "paraphrases": ["What are the battles, their locations, coordinates, and time periods, along with the wars they were part of?", "List up to 500 battles, including their English names, geographic coordinates, locations (with coordinates), start and end dates, and the larger conflicts they belonged to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9 ?var9Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P361> ?var9 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . FILTER ( ( ( LANG ( ?var9Label ) = \"en\" ) ) ) . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P276> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var5 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } { ?var2 <http://www.wikidata.org/prop/direct/P585> ?var7 . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P580> ?var7 . } { ?var2 <http://www.wikidata.org/prop/direct/P582> ?var8 . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P585> ?var8 . } } LIMIT 500"}}
{"id": "val_6790", "question": "What are the Swedish settlements that currently have both a minor locality (sm\u00e5ort) and an urban area (t\u00e4tort) classification, along with their codes and 2015 population?", "sparql": "SELECT ?settlement ?sm\u00e5ortCode ?sm\u00e5ortStart ?t\u00e4tortCode ?t\u00e4tortStart ?population ?population WHERE { ?settlement p:P31 ?sm\u00e5ortStmt . ?sm\u00e5ortStmt ps:P31 wd:Q14839548 . OPTIONAL { ?sm\u00e5ortStmt pq:P580 ?sm\u00e5ortStart . } OPTIONAL { ?sm\u00e5ortStmt pq:P582 ?sm\u00e5ortEnd . } FILTER ( !BOUND(?sm\u00e5ortEnd) ) ?settlement p:P31 ?t\u00e4tortStmt . ?t\u00e4tortStmt ps:P31 wd:Q12813115 . OPTIONAL { ?t\u00e4tortStmt pq:P580 ?t\u00e4tortStart . } OPTIONAL { ?t\u00e4tortStmt pq:P582 ?t\u00e4tortEnd . } FILTER ( !BOUND(?t\u00e4tortEnd) ) ?settlement wdt:P776 ?sm\u00e5ortCode . ?settlement wdt:P775 ?t\u00e4tortCode . ?settlement p:P1082 ?popStmt . ?popStmt ps:P1082 ?population . ?popStmt pq:P585 \"2015-12-31T00:00:00Z\"^^xsd:dateTime . OPTIONAL { ?popStmt pq:P518 ?part . } FILTER ( !BOUND(?part) ) } ORDER BY ASC(?settlement)", "paraphrases": ["List all Swedish places that are simultaneously recognized as sm\u00e5ort and t\u00e4tort with their respective Swedish codes and population figures from 2015.", "Show me the population of Swedish settlements in 2015 that have both a sm\u00e5ort and a t\u00e4tort code, including the start dates of these classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( ?var3 AS ?var4 ) ?var5 ( ?var6 AS ?var7 )( ?var8 AS ?var9 )( ?var10 AS ?var11 ) WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P776> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P775> ?var5 . } ?var1 <http://www.wikidata.org/prop/P31> ?var12 . ?var12 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q14839548> . OPTIONAL { ?var12 <http://www.wikidata.org/prop/qualifier/P582> ?var13 . } OPTIONAL { ?var12 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } FILTER ( ( !( BOUND ( ?var13 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/P31> ?var14 . ?var14 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q12813115> . OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P582> ?var15 . } OPTIONAL { ?var14 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . } FILTER ( ( !( BOUND ( ?var15 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/P1082> ?var16 . ?var16 <http://www.wikidata.org/prop/statement/P1082> ?var8 . ?var16 <http://www.wikidata.org/prop/qualifier/P585> ?var17 . OPTIONAL { ?var16 <http://www.wikidata.org/prop/qualifier/P518> ?var18 . } FILTER ( ( !( BOUND ( ?var18 ) ) ) ) . FILTER ( ( ( ?var17 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_6791", "question": "What are the main topics or aspects related to carbon?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?facet ?statement(SAMPLE(?qualifier) AS ?qualifierProperty) WHERE {\n  ?statement ps:P1269 wd:Q623 .\n  ?facet p:P1269 ?statement .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    wd:P1269 wdt:P1687 ?qualifier .\n  }\n}\nGROUP BY ?facet ?statement\nLIMIT 101", "paraphrases": ["Can you list concepts that are considered facets of carbon, and if any, what additional details (qualifiers) are associated with those relationships?", "Which entities are described as aspects of carbon in Wikidata, and what qualifier properties might be attached to those relationships?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1269> <http://www.wikidata.org/entity/Q623> . ?var1 <http://www.wikidata.org/prop/P1269> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6792", "question": "Image of Joshua Reed Giddings from SNAC ARK ID w6t72g1p", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6t72g1p\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6t72g1p?", "Show me the picture of the person whose SNAC ARK ID is w6t72g1p."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6t72g1p\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6793", "question": "Is the Wikimedia category \"Kategori:Strumbo Range\" considered a type of software?", "sparql": "ASK WHERE { wd:Q26975524 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the entity Q26975524 belong to a category that is a subclass of software?", "Is software a superclass of the category Q26975524 through its type and inheritance chain?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q26975524> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6794", "question": "What film has the Russiancinema.ru ID 5757?", "sparql": "SELECT ?film WHERE { ?film wdt:P2678 \"5757\" . }", "paraphrases": ["Which movie is identified by the ID 5757 on Russiancinema.ru?", "Can you tell me the title of the film with the Russiancinema.ru identifier 5757?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"5757\". }"}}
{"id": "val_6795", "question": "Zoos in the Czech Republic with images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?zoo ?zooLabel ?image WHERE {\n  ?zoo wdt:P17 wd:Q213 .\n  ?zoo wdt:P31 wd:Q43501 .\n  ?zoo rdfs:label ?zooLabel .\n  FILTER(LANG(?zooLabel) = 'en')\n  OPTIONAL {\n    ?zoo wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the zoos in the Czech Republic, and do they have images on Wikimedia Commons?", "Show me a list of zoos in the Czech Republic along with their images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q43501> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q213> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4224> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_6796", "question": "Czech label for the type of Q29320940", "sparql": "SELECT ?instanceType ?label WHERE { wd:Q29320940 wdt:P31 ?instanceType . ?instanceType rdfs:label ?label . FILTER (LANG(?label) = \"cs\") } LIMIT 50", "paraphrases": ["What is the Czech word for the category that Q29320940 belongs to?", "Show me the Czech label of the class that Q29320940 is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q29320940> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"cs\" ) ) ) . } LIMIT 50"}}
{"id": "val_6797", "question": "Is the Italian commune Artegna a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q53220 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Does Artegna belong to the category of humans or any of their broader categories?", "Is Artegna classified as a person or any type of living being that humans belong to?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q53220> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6798", "question": "Is New Orleans a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q34404 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does New Orleans belong to any class that is a subclass of human?", "What type of entity is New Orleans, and is it classified as a human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q34404> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6799", "question": "Is Albert Einstein a human?", "sparql": "ASK WHERE { wd:Q937 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does Albert Einstein belong to the category of human beings?", "Is Albert Einstein classified as a human, either directly or through inheritance?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47130375> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6800", "question": "Is Meiji no Mori Min\u014d Quasi-National Park a type of software?", "sparql": "ASK WHERE { wd:Q1070991 ( wdt:P31 / wdt:P279 * ) wd:Q7397 . }", "paraphrases": ["Does Meiji no Mori Min\u014d Quasi-National Park belong to any subclass hierarchy that leads to software?", "Can Meiji no Mori Min\u014d Quasi-National Park be categorized as software based on its type hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1070991> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6801", "question": "What is the image of the person with SNAC ARK ID w6931vqs?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6931vqs\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find the Wikimedia Commons image for Louis-Marcelin de Fontanes using his SNAC ARK ID?", "Show me the image associated with the SNAC ARK ID w6931vqs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6931vqs\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6802", "question": "Publication years and titles (first 20 characters) of works by Douglas Kell.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?title WHERE {\n  ?work wdt:P50 wd:Q5301676 ; wdt:P577 ?date ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(YEAR(?date) AS ?year)\n  BIND(SUBSTR(?label , 1 , 20) AS ?title)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and shortened titles of books and papers written by biochemist Douglas Kell?", "List the years and first 20 characters of the English titles of all works authored by Douglas Kell, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5301676> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q5301676> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_6803", "question": "What is the English label for the radio program \"Le Jeu des 1000 euros\"?", "sparql": "SELECT ?programLabel WHERE { wd:Q3223602 rdfs:label ?programLabel FILTER(LANG(?programLabel) = 'en') }", "paraphrases": ["Can you tell me the name of the radio show \"Le Jeu des 1000 euros\" in English?", "What is the English name of the radio program with Wikidata ID Q3223602?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3223602> . } LIMIT 100"}}
{"id": "val_6804", "question": "List entities with both a Wikimedia Commons image and geographic coordinates, along with their English names and image URLs.", "sparql": "SELECT ?item ?itemLabel ?coordinates ?image WHERE { ?item wdt:P18 ?image ; wdt:P625 ?coordinates . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Which places on Wikidata have both a map or photo and known geographic coordinates, and what are their names and image links?", "Show me up to 1000 items that have an image on Wikimedia Commons and a geographic location, including their English labels and image links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var2 . } LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6805", "question": "Image of Elmer Ernest Southard (SNAC ARK ID: w6wd48rq)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6wd48rq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6wd48rq?", "Show me the picture of the person with SNAC ARK ID w6wd48rq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6wd48rq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6806", "question": "People who are homosexual and have brown eyes.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P91 wd:Q6636 . ?person wdt:P1340 wd:Q17122705 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people with brown eyes and a homosexual sexual orientation?", "List all individuals with brown eyes who identify as homosexual."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P91> <http://www.wikidata.org/entity/Q6636> . ?var1 <http://www.wikidata.org/prop/direct/P1340> <http://www.wikidata.org/entity/Q17122705> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6807", "question": "Who has red hair and invented the Sinclair Executive?", "sparql": "SELECT ?person ?hairColor ?invention WHERE { ?person wdt:P1884 ?hairColor . ?person wdt:P61 ?invention . }", "paraphrases": ["Which person is known for having red hair and inventing the Sinclair Executive?", "Find people whose hair color is red and who invented the Sinclair Executive."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1884> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P61> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6808", "question": "What are the most common given names among members of the Irish D\u00e1il \u00c9ireann?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1Label ( COUNT( ?var1 ) AS ?var2 ) WHERE {\n  ?var3 wdt:P39 wd:Q654291 .\n  ?var3 wdt:P735 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nGROUP BY ?var1Label\nORDER BY DESC ( ?var2 )", "paraphrases": ["Which first names appear most frequently among people who have served as Teachta D\u00e1la, and how many times does each appear?", "Can you list the top given names of Irish TDs, ordered by popularity?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( COUNT ( ?var1 ) AS ?var2 ) WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var3 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q654291> . ?var3 <http://www.wikidata.org/prop/direct/P735> ?var1 . } GROUP BY ?var1Label ORDER BY DESC( ?var2 )"}}
{"id": "val_6809", "question": "List all chemical authority control properties in Wikidata with their English labels in ['Pxxxxx']= 'label', format.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT(CONCAT(\"['\" , STRAFTER(STR(?prop) , \"/entity/\") , \"']= '\" , ?label , \"',\") AS ?formatted) WHERE {\n  ?prop wdt:P31 wd:Q19833835 .\n  ?prop rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  ?prop wdt:P31 ?class .\n  ?class wdt:P279 * wd:Q21294996 .\n}", "paraphrases": ["Which Wikidata properties are used for chemical authority control and belong to a class related to chemistry, and what are their English labels?", "Please provide a formatted list of all Wikidata properties that identify chemicals (instances of Q19833835) and whose type is a subclass of chemical-related properties, showing their property IDs and English labels in the format ['Pxxxxx']= 'label',."], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( \"['\", STRAFTER ( STR ( ?var1 ) , \"/entity/\" ) , \"']= '\", ?var2 , \"',\" ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21294996> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19833835> . }"}}
{"id": "val_6810", "question": "Is human an instance of a class that is a subclass of software?", "sparql": "ASK WHERE { wd:Q5 (wdt:P31 / wdt:P279*) wd:Q7397 . }", "paraphrases": ["Can a human be classified as a type of software through hierarchical classification?", "Check whether the category that humans belong to is a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q551> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6811", "question": "What is the English title of the film with IMDb ID tt6200274?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P345 \"tt6200274\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which film has the IMDb identifier tt6200274, and what is its English title?", "Show me the English name of the movie identified by tt6200274 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6200274\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6812", "question": "Wikidata item for Twitter username Remy_WMFr", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Remy_WMFr\"\n  }\n}", "paraphrases": ["Who has the Twitter username Remy_WMFr?", "Find the Wikidata entity linked to the Twitter handle Remy_WMFr."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Remy_WMFr\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_6813", "question": "What is the English title of the movie with IMDb ID tt5003186?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P345 \"tt5003186\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which movie has the IMDb identifier tt5003186, and what is its English title?", "Find the English label for the film identified by the IMDb ID tt5003186."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5003186\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6814", "question": "Is Franz Karl Hess a type of software?", "sparql": "ASK WHERE { wd:Q6543664 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Could Franz Karl Hess be categorized under software or any of its broader categories?", "Does the classification of Franz Karl Hess include software as a category?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q6543664> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6815", "question": "What is the ORCID URL for the author of the academic article \"New Avenues for the Investigation of Currently Occupied ... Observations from the Higher Education Field Academy\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ?authorLabel(COALESCE(CONCAT(\"https://orcid.org/\" , ?orcid) , CONCAT(\"https://orcid.org/\" , ENCODE_FOR_URI(?authorLabel))) AS ?orcidUrl) WHERE {\n  wd:Q44422785 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}", "paraphrases": ["Can you provide a link to the ORCID profile of the author of this scholarly article, or construct one from their name if the ORCID is not available?", "Show the ORCID profile link for the author of the article Q44422785, using their ORCID identifier if known, or their name otherwise."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q44422785> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6816", "question": "Is the onion genus (Allium) a type of software?", "sparql": "ASK WHERE { { wd:Q49391 wdt:P31 wd:Q7397 } UNION { wd:Q49391 wdt:P279 wd:Q7397 } }", "paraphrases": ["Does the genus Allium belong to the category of software?", "Is software a classification that includes onions?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q49391> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6817", "question": "Is Joaquin Antonio Consuelos classified as software or any category above software?", "sparql": "ASK WHERE { wd:Q43374381 wdt:P31/wdt:P279* wd:Q7397 .}", "paraphrases": ["Does Joaquin Antonio Consuelos belong to the class of software or any of its superclasses?", "Confirm whether Joaquin Antonio Consuelos is an instance of software or any of its broader categories."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q43374381> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6818", "question": "What infobox template on the Russian Wikipedia is used for operating systems?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?template WHERE {\n  ?template wdt:P31 wd:Q19887878 .\n  ?template wdt:P1423 wd:Q9135 .\n  ?wikipediaPage schema:about ?template ; schema:isPartOf <https://ru.wikipedia.org/> .\n}\nLIMIT 1", "paraphrases": ["Which Wikipedia template is used to display information about operating systems like Nokia Series 40 in Russian?", "Can you find the Russian Wikipedia infobox template that has 'operating system' as its main topic?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q1995656> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_6819", "question": "Is SIMH a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK {\n  wd:Q2004809 wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does SIMH belong to a category that is a subclass of software?", "Is SIMH classified as an instance of something that falls under the category of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2004809> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6820", "question": "What historical events began between 1490 and 1500 and ended between 1500 and 1510?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P580 ?start .\n  ?item wdt:P582 ?end .\n  FILTER(?start >= \"1490-01-01T00:00:00Z\" ^^ xsd:dateTime && ?start <= \"1500-12-31T23:59:59Z\" ^^ xsd:dateTime)\n  FILTER(?end >= \"1500-01-01T00:00:00Z\" ^^ xsd:dateTime && ?end <= \"1510-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Show me entities that started in the late 15th century and concluded in the early 16th century.", "List events with a start date from 1490 to 1500 and an end date from 1500 to 1510."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"2490-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2500-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"2500-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2510-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6821", "question": "Shen Congwen's date of birth and date of death", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q559264 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When were Shen Congwen born and when did he die?", "Can you tell me the birth and death dates of the Chinese writer Shen Congwen?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q559264> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6822", "question": "What are the birth and death dates of Bruce Ingram?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q16863912 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q16863912 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q16863912 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["What is the English label, birth date, and death date of the person with Wikidata ID Q16863912?", "Can you tell me when Bruce Ingram was born and when he died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16863912> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6823", "question": "What are the birth and death dates of Matthew W. Hill?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q29966487 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q29966487 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q29966487 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Matthew W. Hill was born and when he died?", "Show me the full name, date of birth, and date of death for the American judge Matthew W. Hill."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q29966487> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6824", "question": "People born in Le Grand-Quevilly with their birth and death dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  ?person wdt:P19 wd:Q655572 ; wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel\n  FILTER(LANG(?personLabel) = \"en\")\n  .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Who were the people born in Le Grand-Quevilly, and when were they born and died?", "List the names, birth dates, and death dates of all humans born in Le Grand-Quevilly."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q655572> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6825", "question": "What are the birth and death dates of Philip Hickey Morgan?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q7183669 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q7183669 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q7183669 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Who is Philip Hickey Morgan, and when was he born and died?", "Can you provide the English label, date of birth, and date of death for the American diplomat Philip Hickey Morgan?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7183669> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6826", "question": "What are the birth and death dates of the biblical Jacob?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birth ?death WHERE {\n  wd:Q289957 wdt:P569 ?birth .\n  wd:Q289957 wdt:P570 ?death .\n}", "paraphrases": ["When was Jacob, the biblical patriarch, born and when did he die?", "Can you provide the birth and death years of Jacob from the Bible?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1878995> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6827", "question": "Who was the person who held the Kaye baronetcy, and when were they born and died?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P31 wd:Q5 ; wdt:P97 wd:Q17142861 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Birth and death dates of the holder of the Kaye baronetcy", "Tell me the name, birth date, and death date of the individual who was the Kaye baronet."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q17142861> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6828", "question": "What are the birth and death dates of the French poet Alfred de Vigny?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q309702 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was Alfred de Vigny born and when did he die?", "Provide the full name, birth date, and death date of Alfred de Vigny."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q245138> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6829", "question": "What are the birth and death dates of Maddie Blaustein?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q2555359 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me when Maddie Blaustein was born and when she died?", "Show me the life span (birth and death dates) of the American voice actress Maddie Blaustein."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2555359> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6830", "question": "What qualifier properties are most frequently used on Czech street ID statements, and how often are they used?", "sparql": "SELECT ?qualifier ?qualifierLabel ?count WHERE { { SELECT ?qualifier (COUNT(DISTINCT ?statement) AS ?count) WHERE { ?item p:P4533 ?statement . ?statement ps:P4533 ?value . ?statement ?qualifier ?qualifierValue . FILTER(STRSTARTS(STR(?qualifier), \"http://www.wikidata.org/prop/qualifier/P\")) } GROUP BY ?qualifier ORDER BY DESC(?count) } OPTIONAL { ?qualifier rdfs:label ?qualifierLabel . FILTER(LANG(?qualifierLabel) = \"fr\") } } ORDER BY DESC(?count) ASC(?qualifierLabel)", "paraphrases": ["Which properties are used as qualifiers on statements of Czech street IDs, and how many times does each appear?", "List the qualifier properties used with Czech street IDs (P4533), sorted by usage frequency, and include their French labels if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var3 <http://www.wikidata.org/prop/P4533> ?var4 . ?var4 ?var5 ?var6 . ?var1 <http://wikiba.se/ontology#qualifier> ?var5 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"fr\" ) ) ) . } } ORDER BY DESC( ?var2 )ASC( ?var1Label )"}}
{"id": "val_6831", "question": "Image of the person with SNAC ARK ID w65b0vvc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w65b0vvc\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w65b0vvc?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w65b0vvc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65b0vvc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6832", "question": "How many cast members are in each television series?", "sparql": "SELECT ?series (COUNT(?castMember) AS ?castCount) WHERE { ?series wdt:P31 wd:Q5398426 . ?series wdt:P161 ?castMember . } GROUP BY ?series", "paraphrases": ["Television series and their number of cast members", "List all television series along with how many actors or actresses appeared in each one."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1"}}
{"id": "val_6833", "question": "People with native French name starting with Arnaud", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P1559 ?name .\n  FILTER(LANG(?name) = \"fr\")\n  FILTER(STRSTARTS(STR(?name) , \"Arnaud\"))\n}", "paraphrases": ["Who are the people whose native name in French starts with 'Arnaud'?", "List all individuals whose native name in French begins with 'Arnaud'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Arnaud Iss\"@fr . }"}}
{"id": "val_6834", "question": "Italian airline with IATA code, ICAO code, and image", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airline ?label ?iata ?icao ?image WHERE {\n  ?airline wdt:P31 wd:Q46970 ; wdt:P17 wd:Q38 ; wdt:P229 ?iata ; wdt:P230 ?icao ; wdt:P18 ?image .\n  ?airline rdfs:label ?label .\n}\nLIMIT 1", "paraphrases": ["What is an airline based in Italy, and what are its IATA and ICAO codes and an associated image?", "Show me an airline operating in Italy, including its IATA and ICAO codes and a photo of its aircraft."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46970> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/direct/P229> ?var3 ; <http://www.wikidata.org/prop/direct/P230> ?var4 ; <http://www.wikidata.org/prop/direct/P18> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P230> ?var4 . } } LIMIT 1"}}
{"id": "val_6835", "question": "What sets include the set of positive integers, and what are their immediate supersets?", "sparql": "SELECT ?superset ?supersetLabel ?immediateSuperset WHERE { ?superset wdt:P361* wd:Q47339953 . OPTIONAL { ?superset wdt:P361 ?immediateSuperset . } ?superset rdfs:label ?supersetLabel . FILTER(LANG(?supersetLabel) = \"en\") }", "paraphrases": ["Which mathematical sets contain the positive integers, and what larger sets are they part of?", "Show me all sets that have the positive integers as a subset, along with their direct supersets."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q28920044> <http://www.wikidata.org/prop/direct/P361> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q28920044> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_6836", "question": "Image of the person with SNAC ARK ID w6f29nwg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg?", "Show me the picture of the entity identified by the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6z05xgv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6837", "question": "People with the surname Kadlec.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P734 wd:Q21452152 ; wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people whose last name is Kadlec?", "List the English names of all humans who have the family name Kadlec."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> <http://www.wikidata.org/entity/Q21452152> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6838", "question": "What are the top software items with the most French Wikipedia articles?", "sparql": "SELECT ?software ?label (COUNT(?article) AS ?articleCount) WHERE { ?software wdt:P31 ?class . ?class wdt:P279* wd:Q40056 . OPTIONAL { ?article schema:about ?software . ?article schema:isPartOf <https://fr.wikipedia.org/> . } OPTIONAL { ?software rdfs:label ?label . FILTER(LANG(?label) = \"fr\") } } GROUP BY ?software ?label ORDER BY DESC(?articleCount) LIMIT 100", "paraphrases": ["Can you list software programs in French with the number of French Wikipedia pages dedicated to each?", "Which computer programs have the highest number of French-language Wikipedia entries, and what are their French names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( DISTINCT ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P31> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q7397> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . } } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_6839", "question": "Female CEOs with images and Dutch Wikipedia pages.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1(SAMPLE(?var1Label) AS ?label)(SAMPLE(?var3) AS ?image) ?var4 WHERE {\n  ?var1 wdt:P21 wd:Q6581072 .\n  ?var1 wdt:P39 wd:Q484876 .\n  ?var1 rdfs:label ?var1Label .\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n  OPTIONAL {\n    ?var4 schema:about ?var1 .\n    ?var4 schema:isPartOf <https://nl.wikipedia.org/> .\n  }\n}\nGROUP BY ?var1 ?var4", "paraphrases": ["Who are the female chief executive officers, and do they have an image on Wikimedia Commons or a page on the Dutch Wikipedia?", "List all female chief executive officers along with their photos (if available) and their Dutch Wikipedia links."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q484876> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://nl.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4"}}
{"id": "val_6840", "question": "What are the Slovenian labels and descriptions of properties related to the image property on Wikidata?", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P18 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"sl\") . FILTER (LANG(?description) = \"sl\") . }", "paraphrases": ["In Slovenian, what are the names and descriptions of image-related properties such as coat of arms or logo?", "Which properties in Slovenian are considered related to uploading an image, and what do they mean?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P18> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"sl\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"sl\" ) ) ) . }"}}
{"id": "val_6841", "question": "Humans with names starting with \"M\" and their relatives.", "sparql": "SELECT ?human ?humanLabel ?relative ?relativeLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P1038 ?relative . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") . FILTER(STRSTARTS(?humanLabel, \"M\")) . ?relative rdfs:label ?relativeLabel . FILTER(LANG(?relativeLabel) = \"en\") . } LIMIT 10", "paraphrases": ["Who are the humans named starting with \"M\" and what are the names of their relatives?", "List all English-named humans whose names begin with \"M\" and identify their relatives by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1038> ?var2 . } FILTER ( ( STRSTARTS ( ?var3Label , \"M\" ) ) ) . } LIMIT 1000"}}
{"id": "val_6842", "question": "What are the Chinese titles of all films in Wikidata?", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"zh\") }", "paraphrases": ["Can you list films along with their Chinese-language names?", "Which movies have Chinese labels in Wikidata, and what are those labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"zh\" ) ) ) . }"}}
{"id": "val_6843", "question": "Scholarly articles about suicide involving DNA.", "sparql": "SELECT ?article ?title WHERE { ?article wdt:P31 wd:Q13442814 ; wdt:P921 wd:Q10737 ; rdfs:label ?title . FILTER (CONTAINS(LCASE(?title), \"dna\")) FILTER (LANG(?title) = \"en\") }", "paraphrases": ["What academic papers discuss suicide and DNA in their titles?", "Show me English-language research articles where the main subject is suicide and the title contains the word \"DNA\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q10737> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"dna\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6844", "question": "What are the English and French labels, image, and Wikipedia article for Chriss Rune Olsen Angvik?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?wikipediaArticle ?youtubeId ?githubUsername ?twitterUsername ?facebookUsername ?instagramUsername ?website ?orcid WHERE {\n  wd:Q19872356 rdfs:label ?label .\n  VALUES(?lang ?priority) {(\"en\" 1)(\"de\" 2)(\"fr\" 3)(\"it\" 4)\n  }\n  FILTER(LANG(?label) = ?lang)\n  OPTIONAL {\n    wd:Q19872356 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q19872356 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P1651 ?youtubeId .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P2037 ?githubUsername .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P2003 ?instagramUsername .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P856 ?website .\n  }\n  OPTIONAL {\n    wd:Q19872356 wdt:P496 ?orcid .\n  }\n}\nORDER BY ?priority", "paraphrases": ["Can you show me the labels in English and French for the musician Chriss Rune Olsen Angvik, along with his image and English Wikipedia page?", "Please provide the preferred language labels (English first, then French), the image from Wikimedia Commons, and the English Wikipedia link for Chriss Rune Olsen Angvik."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var12 ) ) ) . VALUES ( ?var12 ?var13 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P1651> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P2037> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P2002> ?var7 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P2013> ?var8 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P2003> ?var9 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { <http://www.wikidata.org/entity/Q19872356> <http://www.wikidata.org/prop/direct/P496> ?var11 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q19872356> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var13 )"}}
{"id": "val_6845", "question": "English label of Pairwise comparison", "sparql": "SELECT ?label WHERE { wd:Q1435712 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["What is the English name of the concept \"Pairwise comparison\"?", "Can you tell me the English label for the entity representing pairwise comparison?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q1435712> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_6846", "question": "List airports and stations with scheduled service destinations, including their qualifier properties (like time period or website) and values, excluding language or time range qualifiers.", "sparql": "SELECT ?airportOrStation ?airportOrStationLabel ?qualifierProperty ?qualifierPropertyLabel ?rank ?qualifierValue ?qualifierValueLabel WHERE { ?airportOrStation p:P521 [ ?qualifierPropertyP ?qualifierValue ; wikibase:rank ?rank ] . ?qualifierProperty wikibase:qualifier ?qualifierPropertyP . FILTER ( ?qualifierProperty NOT IN ( wd:P137, wd:P580, wd:P582, wd:P931 ) ) OPTIONAL { ?airportOrStation rdfs:label ?airportOrStationLabel . FILTER(LANG(?airportOrStationLabel) = \"en\") } OPTIONAL { ?qualifierProperty rdfs:label ?qualifierPropertyLabel . FILTER(LANG(?qualifierPropertyLabel) = \"en\") } OPTIONAL { ?qualifierValue rdfs:label ?qualifierValueLabel . FILTER(LANG(?qualifierValueLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What are the qualifier properties and values for scheduled service destinations of airports and train stations, and which ones are not related to language or start/end times?", "Show me all scheduled service destinations (P521) for airports and stations, along with their qualifier properties (e.g., time period, official website) and their labels in English, excluding irrelevant properties like language or time range."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/P521> [ ?var5 ?var4 ; <http://wikiba.se/ontology#rank> ?var3 ] . ?var2 <http://wikiba.se/ontology#qualifier> ?var5 . FILTER ( ( ?var2 NOT IN ( <http://www.wikidata.org/entity/P137> , <http://www.wikidata.org/entity/P580> , <http://www.wikidata.org/entity/P582> , <http://www.wikidata.org/entity/P931> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_6847", "question": "Is the threshold of originality a human?", "sparql": "ASK WHERE { wd:Q707401 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does the concept of threshold of originality belong to the category of humans or any of its subclasses?", "Can the threshold of originality be classified as a person or human being?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q707401> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6848", "question": "What are the direct and indirect parent categories of fast food in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  {\n    wd:Q81799 wdt:P279 ?superclass\n  } UNION {\n    wd:Q81799 wdt:P279 / wdt:P279 ?superclass\n  } UNION {\n    wd:Q81799 wdt:P279 / wdt:P279 / wdt:P279 ?superclass\n  }\n}\nLIMIT 100", "paraphrases": ["What broader classes does fast food belong to, including its superclasses up to three levels above?", "List all the categories that fast food is a subclass of, going up the taxonomy tree."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q81799> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6849", "question": "What are the authors of the article \"Unsupervised Multilingual Sentence Boundary Detection\", and what would their ORCID URLs be if they had one?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?authorName(CONCAT(\"https://orcid.org/\" , ENCODE_FOR_URI(?authorName)) AS ?orcidUrl) WHERE {\n  wd:Q29052049 wdt:P2093 ?authorName .\n}", "paraphrases": ["Show the names of the authors of the academic paper \"Unsupervised Multilingual Sentence Boundary Detection\" and construct a placeholder ORCID link for each.", "Who wrote the 2006 paper on multilingual sentence boundary detection, and how could you form a URL to their ORCID profile based on their name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q29052049> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6850", "question": "Who died in the year 1808?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER ( ?deathDate >= \"1808-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1808-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["List all people whose date of death was between January 1, 1808, and December 31, 1808.", "Can you show me the entities in Wikidata that have a recorded death date in 1808?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"808-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"808-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6851", "question": "List businesses with their English names, English Wikipedia links, and headquarters cities.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?business ?businessLabel ?wikipediaPage ?headquartersLabel WHERE {\n  ?business wdt:P31 wd:Q4830453 .\n  OPTIONAL {\n    ?business rdfs:label ?businessLabel .\n    FILTER(LANG(?businessLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?business ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  OPTIONAL {\n    ?business wdt:P159 ?headquarters .\n    ?headquarters rdfs:label ?headquartersLabel .\n    FILTER(LANG(?headquartersLabel) = \"en\")\n  }\n}\nLIMIT 10000", "paraphrases": ["What are the English names, Wikipedia pages, and headquarters locations of businesses?", "Show me businesses along with their English labels, corresponding English Wikipedia pages, and the English names of their headquarters."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_6852", "question": "Top 20 most cited scholarly articles with first author affiliated with McGill University.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT(COUNT(DISTINCT ?citation) AS ?citationCount) ?work ?workLabel WHERE {\n  {\n    ?author wdt:P108 wd:Q201492 .\n  } UNION {\n    ?author wdt:P1416 wd:Q201492 .\n  } UNION {\n    ?author wdt:P1416 ?affiliation .\n    ?affiliation wdt:P361 wd:Q201492 .\n  }\n  ?work p:P50 ?authorStatement .\n  ?authorStatement ps:P50 ?author .\n  ?authorStatement pq:P1545 \"1\" .\n  ?citation wdt:P2860 ?work .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel\nORDER BY DESC(?citationCount)\nLIMIT 20", "paraphrases": ["Which research papers authored as first author by someone from McGill University have received the most citations?", "Show me the 20 most frequently cited academic works where the first author is employed by or affiliated with McGill University, including their citation counts."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) ?var3 ?var3Label WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P108> <http://www.wikidata.org/entity/Q201492> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P1416> <http://www.wikidata.org/entity/Q201492> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P1416> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q201492> . } ?var3 <http://www.wikidata.org/prop/P50> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P50> ?var4 . ?var6 <http://www.wikidata.org/prop/qualifier/P1545> \"1\". ?var1 <http://www.wikidata.org/prop/direct/P2860> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp,da\". } } GROUP BY ?var3 ?var3Label ORDER BY DESC( ?var2 ) LIMIT 20"}}
{"id": "val_6853", "question": "Is Otoniel Gonzaga classified as software or any type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q23135738 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Is the Filipino tenor singer Otoniel Gonzaga an instance of software or a subclass of software?", "Confirm whether Otoniel Gonzaga, the opera singer, can be categorized as software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q23135738> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6854", "question": "What are the years and names of all Davis Cup editions?", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?edition ?year ?editionLabel WHERE {\n  ?edition ( wdt:P31 | wdt:P3450 ) wd:Q132377 .\n  ?edition p:P585 ?dateStatement .\n  ?dateStatement psv:P585 / wikibase:timeValue ?dateLiteral .\n  BIND( YEAR( ?dateLiteral ) AS ?year ) .\n  ?edition rdfs:label ?editionLabel .\n  FILTER ( LANG( ?editionLabel ) = \"en\" )\n}", "paraphrases": ["In which years were the Davis Cup tournaments held, and what are their official names?", "List all Davis Cup events along with their years and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 WHERE { BIND ( YEAR ( ?var4 ) AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P3450> ) <http://www.wikidata.org/entity/Q132377> ; <http://www.wikidata.org/prop/direct/P585> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6855", "question": "Is Blaise Matuidi a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1921 wdt:P31 wd:Q5 .\n}", "paraphrases": ["Does Blaise Matuidi belong to the category of human beings?", "Is Blaise Matuidi classified as a human in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1921> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6856", "question": "What institution is Ellen Swift affiliated with, and what is the image of that institution?", "sparql": "SELECT ?image ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE { { wd:Q47091509 p:P1416 ?statement . } UNION { wd:Q47091509 p:P108 ?statement . } { ?statement ps:P1416 ?institution . } UNION { ?statement ps:P108 ?institution . } ?institution rdfs:label ?institutionLabel . FILTER (LANG(?institutionLabel) = \"en\") OPTIONAL { ?institution wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Where did Ellen Swift work or have an affiliation, and is there an image available for that institution? Also, when did this affiliation start or end, and does she hold any academic degrees related to it?", "Show me the institution Ellen Swift is connected to (either as employer or affiliate), its English label, any associated image, the start and end dates of the connection, and any academic degrees linked to that affiliation \u2014 all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q47091509> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q47091509> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6857", "question": "List 10 films from Wikidata.", "sparql": "SELECT DISTINCT ?film WHERE { ?film wdt:P31 wd:Q11424 . } LIMIT 10", "paraphrases": ["What are some examples of films in Wikidata?", "Show me up to 10 items that are classified as films."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . } LIMIT 10"}}
{"id": "val_6858", "question": "How many works cite Ian M. Carr\u2019s publications each year, and how many are self-citations?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ( COUNT( DISTINCT ?citing ) AS ?count ) ?isSelfCitation WHERE {\n  ?ianWork wdt:P50 wd:Q43472673 .\n  ?citing wdt:P2860 ?ianWork .\n  ?citing wdt:P577 ?date .\n  BIND( STR( YEAR( ?date ) ) AS ?year ) BIND( IF( EXISTS {\n    ?citing wdt:P50 wd:Q43472673\n  }\n  , \"self-citation\" , \"external-citation\" ) AS ?isSelfCitation )\n}\nGROUP BY ?year ?isSelfCitation\nORDER BY DESC ( ?year )", "paraphrases": ["For each year, how many works that cite Ian M. Carr\u2019s research are authored by him versus other researchers?", "Show me the annual count of works citing Ian M. Carr\u2019s publications, distinguishing between self-citations and external citations."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q43472673> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q43472673> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6859", "question": "Which Wikidata entities have the Twitter usernames antagomir, MMMarksman, OKFFI, RIOJournal, or yrochat?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"antagomir\" \"MMMarksman\" \"OKFFI\" \"RIOJournal\" \"yrochat\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata associated with the Twitter accounts @antagomir, @MMMarksman, @OKFFI, @RIOJournal, and @yrochat?", "List the Wikidata items and their corresponding Twitter usernames for antagomir, MMMarksman, OKFFI, RIOJournal, and yrochat."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"jlehtoma\" ) ( \"string1\" ) ( \"string2\" ) ( \"sckottie\" ) ( \"RIOJournal\" ) ( \"string3\" ) ( \"string4\" ) ( \"praymurray\" ) ( \"string5\" ) ( \"string6\" ) ( \"OKFFI\" ) ( \"string7\" ) ( \"MMMarksman\" ) ( \"string8\" ) ( \"string9\" ) ( \"antagomir\" ) ( \"heluc\" ) ( \"yrochat\" ) ( \"AvoinTiede\" ) ( \"rOpenSci\" ) ( \"PHOS2016\" ) ( \"string10\" ) } }"}}
{"id": "val_6860", "question": "Most recent portrait paintings with images and creation dates.", "sparql": "SELECT ?image ?inceptionDate WHERE { ?portrait wdt:P136 wd:Q1400853 ; wdt:P571 ?inceptionDate ; wdt:P18 ?image . } ORDER BY DESC(?inceptionDate) LIMIT 3", "paraphrases": ["What are the three most recent portrait paintings that have both an image and a known creation date?", "Show me the images and creation years of the three latest portrait paintings in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q1400853> ; <http://www.wikidata.org/prop/direct/P571> ?var2 ; <http://www.wikidata.org/prop/direct/P18> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"AUTO_LANGUAGE,en\". } } ORDER BY ASC( ?var2 ) LIMIT 500 OFFSET 497"}}
{"id": "val_6861", "question": "How many playoff events are associated with tennis, and can you give one example?", "sparql": "SELECT \n  (SAMPLE(?playoffEvent) AS ?examplePlayoff)\n  (COUNT(DISTINCT ?playoffEvent) AS ?count)\nWHERE {\n  ?playoffEvent wdt:P31 wd:Q868291 ; wdt:P641 wd:Q847 .\n}", "paraphrases": ["Show me an example of a tennis playoff event and how many such events exist in total.", "What is the total number of playoff tournaments for tennis, and what is one of them?"], "info": {"raw_sparql": "SELECT( <http://www.wikidata.org/entity/Q847> AS ?var1 )( SAMPLE ( ?var2 ) AS ?var3 )( COUNT ( DISTINCT ?var2 ) AS ?var4 )( <http://www.wikidata.org/entity/Q868291> AS ?var5 )( \"string1\" AS ?var6 )( \"string2\" AS ?var7 ) WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q868291> ; <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> . } }"}}
{"id": "val_6862", "question": "Living rowing athletes and their ages", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?age WHERE {\n  ?person ( wdt:P106 / wdt:P279 * ) wd:Q26270618 ; wdt:P569 ?birthDate . MINUS {\n    ?person wdt:P570 [] .\n  } MINUS {\n    ?person wdt:P20 [] .\n  }\n  BIND( year( NOW () ) - year( ?birthDate ) AS ?age )\n}", "paraphrases": ["How old are living people who are involved in rowing as an occupation?", "List the names and current ages of all living individuals whose occupation is rowing or a subclass of rowing."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q26270618> ; <http://www.wikidata.org/prop/direct/P569> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P570> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P20> [] . } BIND ( ( ( NOW ( ) - ?var3 ) /\"365\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). }"}}
{"id": "val_6863", "question": "What landmarks in Nuenen are depicted in artworks, and do they have images?", "sparql": "SELECT ?item ?itemLabel ?image WHERE { ?item wdt:P180 wd:Q153516 . OPTIONAL { ?item wdt:P18 ?image . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Show me the English names of things shown in depictions of Nuenen, along with any available images of them.", "Which buildings or structures in Nuenen appear in visual artworks, and where can I see pictures of them?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q153516> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 333"}}
{"id": "val_6864", "question": "Airports in Italy with ICAO code LIBD", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?airport ?airportLabel ?icaoCode ?iataCode ?image WHERE {\n  ?airport wdt:P31 wd:Q1248784 ; wdt:P17 wd:Q38 ; wdt:P239 ?icaoCode ; wdt:P238 ?iataCode ; rdfs:label ?airportLabel .\n  FILTER(LANG(?airportLabel) = \"en\")\n  OPTIONAL {\n    ?airport wdt:P18 ?image .\n  }\n  FILTER(REGEX(?icaoCode , \"LIBD\" , \"i\"))\n}", "paraphrases": ["What is the name, IATA code, and image of the airport in Italy with ICAO code LIBD?", "Show me the details of the Italian airport whose ICAO code is LIBD, including its IATA code and an image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P239> ?var3 ; <http://www.wikidata.org/prop/direct/P238> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( REGEX ( ?var3 , \"LIBD\", \"i\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P239> ?var3 . } }"}}
{"id": "val_6865", "question": "What is the Wikidata item for the person named L\u00ea Long T\u00edch?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"L\u00ea Long T\u00edch\"@en }", "paraphrases": ["Find the entity in Wikidata with the label \"L\u00ea Long T\u00edch\".", "Who is L\u00ea Long T\u00edch in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Tich Le\"@fr . }"}}
{"id": "val_6866", "question": "People with an ethnic group who are not African American, German, Jewish, Sorb, Banat Swabian, or Warmian.", "sparql": "SELECT ?person WHERE { ?person wdt:P172 ?ethnicGroup . FILTER NOT EXISTS { ?person wdt:P172 ?excludedGroup . VALUES ?excludedGroup { wd:Q49085 wd:Q146521 wd:Q42884 wd:Q7325 wd:Q445618 wd:Q29705197 } } }", "paraphrases": ["Which individuals are associated with an ethnic group but are not members of the African American, German, Jewish, Sorb, Banat Swabian, or Warmian ethnic groups?", "List all people who have an ethnic group assigned in Wikidata, excluding those belonging to African Americans, Germans, Jewish people, Sorbs, Banat Swabians, or Warmian people."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P172> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q49085> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q146521> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q42884> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q7325> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q445618> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P172> <http://www.wikidata.org/entity/Q29705197> . } ) ) . }"}}
{"id": "val_6867", "question": "Who are the Chilean people with Spanish-language names in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 wd:Q298 .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"es\")\n}", "paraphrases": ["Spanish names of people born in Chile.", "List the Spanish labels of individuals who were born in Chile."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/p17> <http://www.wikidata.org/entity/Q298> . FILTER ( ( ( LANG ( ?var1 ) = \"es\" ) ) ) . }"}}
{"id": "val_6868", "question": "How many classes have \"main subject\" as a typical property?", "sparql": "SELECT (COUNT(?class) AS ?count) WHERE { ?class wdt:P1963 wd:P921 . }", "paraphrases": ["For how many types of items is the property \"main subject\" commonly used?", "List the number of Wikidata classes for which the main subject property is typically applied."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1963> <http://www.wikidata.org/entity/P921> . }"}}
{"id": "val_6869", "question": "What are the ISO codes, coordinates, and description of the Flemish Region in Belgium?", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?region ?countryCode ?label ?latitude ?longitude ?description ?isoCode WHERE {\n  ?region wdt:P31 wd:Q83057 .\n  ?region rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) ?region wdt:P17 ?country .\n  ?country wdt:P297 ?countryCode .\n  ?region ( wdt:P31 / wdt:P279 * ) ?subclass .\n  ?subclass wdt:P2452 \"A.ADM1\" .\n  ?region wdt:P300 ?isoCode .\n  OPTIONAL {\n    ?region wdt:P1448 ?officialName .\n  }\n  OPTIONAL {\n    ?region schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) ?region p:P625 ?coordinateStatement .\n    ?coordinateStatement psv:P625 ?coordinateValue .\n    ?coordinateValue wikibase:geoLatitude ?latitude .\n    ?coordinateValue wikibase:geoLongitude ?longitude .\n  }\n  FILTER ( STR( ?label ) = \"Flemish Region\" )\n}", "paraphrases": ["Can you provide the latitude, longitude, country code, and ISO 3166-2 subdivision code for the Flemish Region, along with its English description?", "Show me the geographic and administrative details of the Flemish Region, including its coordinates, country (Belgium), and official subdivision code."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q83057> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P297> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P2452> \"A.ADM1\". ?var1 <http://www.wikidata.org/prop/direct/P300> ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var12 . } OPTIONAL { ?var1 <http://schema.org/description> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/P625> ?var13 . ?var13 <http://www.wikidata.org/prop/statement/value/P625> ?var14 . ?var14 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var14 <http://wikiba.se/ontology#geoLongitude> ?var6 . } FILTER ( ( ( STR ( ?var9Label ) = \"Flanders\" ) || ( STR ( ?var9Label ) = \"Flanders\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var8 . } }"}}
{"id": "val_6870", "question": "Places with ethnic groups that are not humans or fictional characters", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?place WHERE {\n  ?place wdt:P172 ?ethnicGroup .\n  ?place wdt:P31 / wdt:P279 * wd:Q486972 .\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q5\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q20643955\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q15632617\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q22988604\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q203904\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q16334295\n  })\n  FILTER(NOT EXISTS {\n    ?place wdt:P31 wd:Q21070568\n  })\n}", "paraphrases": ["Which settlements are associated with an ethnic group but are not classified as humans, biblical figures, or fictional beings?", "List all places like towns and villages that have an ethnic group assigned, excluding any entities that are human or human-like (e.g., fictional characters or mythological figures)."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P172> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q20643955> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15632617> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22988604> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q203904> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16334295> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21070568> . } ) ) . }"}}
{"id": "val_6871", "question": "Events that took place in Cologne with known dates", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P276|wdt:P131) wd:Q365 ; wdt:P585 ?time . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What events occurred in Cologne and when did they happen?", "List the names of events held in Cologne along with their dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P585> <http://www.wikidata.org/entity/Q365> . }"}}
{"id": "val_6872", "question": "English label, description, and image of Calpastatin", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?description ?image WHERE {\n  OPTIONAL {\n    wd:Q21495857 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q21495857 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q21495857 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English label and description of Calpastatin, and does it have an associated image?", "Show me the English name and biological description of the protein Calpastatin, along with any image available on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q21495857> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q21495857> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q21495857> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_6873", "question": "List cities with over a million people and their administrative divisions and countries.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel ?administrative_entity ?administrative_entityLabel ?country ?countryLabel WHERE {\n  ?city wdt:P31 wd:Q1637706 .\n  OPTIONAL {\n    ?city wdt:P131 ?administrative_entity .\n    ?administrative_entity rdfs:label ?administrative_entityLabel .\n    FILTER ( LANG( ?administrative_entityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?city wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}", "paraphrases": ["What are the cities with a population over one million, and in which administrative regions and countries are they located?", "Show me the names of large cities (over 1 million residents), the districts or regions they belong to, and their countries, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1637706> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } }"}}
{"id": "val_6874", "question": "What are the Spanish labels of properties associated with Juan de Barroeta, how many objects does each have, and what are those objects called in Spanish?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?object) AS ?count) (GROUP_CONCAT(?objLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q3755493 ?property ?object . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"es\") . ?object rdfs:label ?objLabel . FILTER(LANG(?objLabel) = \"es\") } GROUP BY ?property", "paraphrases": ["Show me all the ways Juan de Barroeta is connected to other entities in Spanish, including the property names, how many connections per property, and the names of those entities.", "For the Spanish painter Juan de Barroeta, list each property linking him to other items, its Spanish name, the number of associated items, and their Spanish labels."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q3755493> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"es\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_6875", "question": "Is Phusion Passenger classified as software?", "sparql": "ASK WHERE { wd:Q334824 wdt:P31 ?type . ?type wdt:P279* wd:Q7397 }", "paraphrases": ["Does Phusion Passenger belong to the category of software through its type hierarchy?", "Is Phusion Passenger an instance of something that is a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q334824> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6876", "question": "How many items in Wikidata are located in Germany or its administrative subdivisions?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n  {\n    ?item wdt:P17 wd:Q183 .\n  } UNION {\n    ?item wdt:P131 wd:Q183 .\n  }\n}", "paraphrases": ["What is the total number of entities in Wikidata that have Germany as their country or are situated within Germany\u2019s administrative regions?", "Count all items in Wikidata that are either directly in Germany or located within any of its administrative territories."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q183> . } } }"}}
{"id": "val_6877", "question": "What materials is the painting \"The Triumph of Death\" made of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?material ?materialLabel WHERE {\n  wd:Q644856 wdt:P186 ?material .\n  ?material rdfs:label ?materialLabel .\n  FILTER(LANG(?materialLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["In what materials was Pieter Bruegel the Elder's painting \"The Triumph of Death\" created?", "List the English labels of the materials used in the painting \"The Triumph of Death\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q644856> <http://www.wikidata.org/prop/direct/P186> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_6878", "question": "What are some venues with English labels?", "sparql": "SELECT DISTINCT ?venue ?venueLabel WHERE { ?venue wdt:P31 wd:Q17350442 ; rdfs:label ?venueLabel . FILTER(LANG(?venueLabel) = \"en\") } LIMIT 20", "paraphrases": ["Can you list venues that have English-language names?", "Show me entities classified as venues with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( \"N01009\" ) ( \"N01020\" ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17350442> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6879", "question": "Subclasses and superclasses of question answering up to two levels deep", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?entityLabel ?superclass WHERE {\n  {\n    wd:Q1074173 wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?superclass\n    }\n  } UNION {\n    wd:Q1074173 wdt:P279 ?intermediate .\n    ?intermediate wdt:P279 ?entity .\n    OPTIONAL {\n      ?entity wdt:P279 ?superclass\n    }\n  } UNION {\n    ?entity wdt:P279 wd:Q1074173 .\n    OPTIONAL {\n      ?entity wdt:P279 ?superclass\n    }\n  } UNION {\n    ?entity wdt:P279 ?intermediate .\n    ?intermediate wdt:P279 wd:Q1074173 .\n    OPTIONAL {\n      ?entity wdt:P279 ?superclass\n    }\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}", "paraphrases": ["What are the direct subclasses and superclasses of question answering, and what are their own superclasses, within two levels of hierarchy?", "List all entities that are up to two steps away from question answering via subclass relationships, along with their English labels and direct superclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1074173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1074173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6880", "question": "What is the English name of the language with the IETF code fr-150?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?language ?languageLabel WHERE {\n  ?language wdt:P305 \"fr-150\" .\n  ?language rdfs:label ?languageLabel .\n  FILTER(LANG(?languageLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Which language is identified by the code fr-150 in Wikidata?", "What does the language code fr-150 refer to in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P305> \"fr-150\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_6881", "question": "What countries, regions, and continents is n\u00e1m\u011bst\u00ed Budovatel\u016f located in?", "sparql": "SELECT DISTINCT ?var1 WHERE { wd:Q45106806 (wdt:P30|wdt:P17|wdt:P131)+ ?var1 . }", "paraphrases": ["Can you list all administrative and geographic entities that n\u00e1m\u011bst\u00ed Budovatel\u016f belongs to, from local to global?", "Starting from the square n\u00e1m\u011bst\u00ed Budovatel\u016f in Karvin\u00e1, what larger geographic areas does it belong to, including country and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q45106806> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6882", "question": "What are the recurring time expressions defined in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?recurringTimeExpression ?label WHERE {\n  ?recurringTimeExpression wdt:P31 wd:Q14795564 .\n  ?recurringTimeExpression rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["List all instances of recurring dates or time periods like \"first weekend of the month\".", "Which time expressions in Wikidata represent recurrent events such as \"last week of August\" or \"25 Azar\"?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14795564> . }"}}
{"id": "val_6883", "question": "What are the English labels of entities connected to the Empire State Building?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?object ?objectLabel WHERE {\n  wd:Q9188 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER(LANGMATCHES(LANG(?objectLabel) , \"en\"))\n}", "paraphrases": ["Which entities are linked to the Empire State Building, and what are their English names?", "Show me all the direct relationships from the Empire State Building to other entities, along with the English labels of those entities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q9188> ?var1 ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . }"}}
{"id": "val_6884", "question": "What are the occupations of Willy Alberti?", "sparql": "SELECT ?occupation WHERE { wd:Q321160 wdt:P106 ?occupation }", "paraphrases": ["Can you list all the jobs Willy Alberti had during his career?", "What professions is Willy Alberti known for according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q321160> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6885", "question": "What are the occupations of Willem Bilderdijk?", "sparql": "SELECT ?occupation WHERE { wd:Q1375186 wdt:P106 ?occupation }", "paraphrases": ["Occupations of Willem Bilderdijk.", "List the professions that Willem Bilderdijk had."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1375186> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6886", "question": "What is the occupation of Frederik Willem Conrad?", "sparql": "SELECT ?occupation WHERE { wd:Q2794775 wdt:P106 ?occupation .}", "paraphrases": ["What job did Frederik Willem Conrad have?", "Can you tell me the occupation associated with the person Frederik Willem Conrad in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2794775> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6887", "question": "What is the occupation of Lieve Geelvinck?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation WHERE {\n  wd:Q1824411 wdt:P106 ?occupation\n}", "paraphrases": ["What job did the Dutch politician Lieve Geelvinck have?", "Can you tell me the profession of Lieve Geelvinck?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1824411> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6888", "question": "What is the occupation of J.P. Kloos?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation WHERE {\n  wd:Q1921195 wdt:P106 ?occupation .\n}", "paraphrases": ["What job did the Dutch architect J.P. Kloos have?", "Tell me the profession of J.P. Kloos, the Dutch architect born in 1905."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1921195> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6889", "question": "What are the occupations of Pieter Louwerse?", "sparql": "SELECT ?occupation WHERE { wd:Q2611511 wdt:P106 ?occupation . }", "paraphrases": ["What jobs has Pieter Louwerse held?", "List all the occupations associated with the Dutch writer and poet Pieter Louwerse."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2611511> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6890", "question": "What are the occupations of Robert Wilson?", "sparql": "SELECT ?occupation WHERE { wd:Q171034 wdt:P106 ?occupation .}", "paraphrases": ["Occupations of Robert Wilson (Q171034)", "List the professions Robert Wilson has held."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q171034> <https://www.wikidata.org/wiki/Property:P106> ?var1 . }"}}
{"id": "val_6891", "question": "What are all the version numbers of LibreOffice and their corresponding release dates?", "sparql": "SELECT DISTINCT ?version ?releaseDate WHERE { wd:Q10135 p:P348 ?statement . ?statement ps:P348 ?version . ?statement pq:P577 ?releaseDate .}", "paraphrases": ["LibreOffice versions and when they were released", "Show me the release history of LibreOffice, including version numbers and dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q10135> <http://www.wikidata.org/prop/P348> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P348> ?var1 . ?var3 <http://www.wikidata.org/prop/qualifier/P577> ?var2 . }"}}
{"id": "val_6892", "question": "Current members of the Western Australian Legislative Assembly and their Twitter handles and electoral districts.", "sparql": "SELECT ?member ?memberLabel ?districtLabel ?twitter WHERE { ?member p:P39 ?statement . ?statement ps:P39 wd:Q20165902 . ?statement pq:P768 ?district . ?member wdt:P2002 ?twitter . FILTER (NOT EXISTS { ?statement pq:P582 ?end . }) ?member rdfs:label ?memberLabel . ?district rdfs:label ?districtLabel . FILTER(LANG(?memberLabel) = \"en\") FILTER(LANG(?districtLabel) = \"en\") } ORDER BY ASC(?districtLabel)", "paraphrases": ["Who are the current members of the Western Australian Legislative Assembly, what electoral districts do they represent, and what are their Twitter usernames?", "List the names, electoral districts, and Twitter usernames of all currently serving members of the Western Australian Legislative Assembly, sorted by district name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q20165902> . ?var4 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var3 . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_6893", "question": "Economists born in Trier", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person WHERE {\n  ?person wdt:P106 wd:Q188094 ; wdt:P19 wd:Q3138 .\n}", "paraphrases": ["Who are the economists that were born in Trier?", "List all people who are economists and were born in Trier."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1985433> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_6894", "question": "Actors born in Germany", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q33999 ; wdt:P19 wd:Q183 . } LIMIT 10", "paraphrases": ["Who are some actors that were born in Germany?", "List people whose occupation is actor and place of birth is Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2278134> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1028181> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_6895", "question": "What are the occupations and place of birth of Jan Roelf Mensinga?", "sparql": "SELECT ?occupation ?occupationLabel ?placeOfBirth ?placeOfBirthLabel WHERE { wd:Q41327220 wdt:P106 ?occupation . wd:Q41327220 wdt:P19 ?placeOfBirth . ?occupation rdfs:label ?occupationLabel . ?placeOfBirth rdfs:label ?placeOfBirthLabel . FILTER(LANG(?occupationLabel) = \"en\") FILTER(LANG(?placeOfBirthLabel) = \"en\") }", "paraphrases": ["Tell me about Jan Roelf Mensinga\u2019s profession and where he was born.", "Is Jan Roelf Mensinga a cartographer born in Amsterdam?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q41327220> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_6896", "question": "Who are the actors born in Berlin?", "sparql": "SELECT ?person WHERE { ?person wdt:P106 wd:Q33999 ; wdt:P19 wd:Q64 . }", "paraphrases": ["Actors from Berlin", "List all people who are actors and were born in Berlin."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q18603316> <https://www.wikidata.org/wiki/Property:P106> <https://www.wikidata.org/wiki/Q1734662> ; <https://www.wikidata.org/wiki/Property:P19> <https://www.wikidata.org/wiki/Q727> . }"}}
{"id": "val_6897", "question": "List of recurring tournaments with their names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?tournament ?tournamentName WHERE {\n  ?tournament wdt:P31 wd:Q15259995 .\n  ?tournament schema:name ?tournamentName .\n}\nLIMIT 100", "paraphrases": ["What are the names of all recurring tournaments in Wikidata?", "Show me the names of all events that are instances of recurring tournaments, including their labels in all languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15259995> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_6898", "question": "Tennis qualification events with labels containing \"qualif\" and their languages and years.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?lang ?altName ?year ?altYear(?label != ?altName AS ?hasAltName)(STRAFTER(STR(?item) , \"y/\") AS ?itemId) WHERE {\n  ?item wdt:P641 wd:Q847 ; rdfs:label ?label .\n  FILTER(CONTAINS(LCASE(STR(?label)) , \"qualif\"))\n  BIND(LANG(?label) AS ?lang)\n  OPTIONAL {\n    ?item schema:name ?altName ; schema:inLanguage ?lang .\n  }\n  BIND(xsd:integer(REPLACE(STR(?label) , \"^(\\\\d{4}).*\" , \"$1\")) AS ?year)\n  BIND(xsd:integer(REPLACE(STR(?altName) , \"^(\\\\d{4}).*\" , \"$1\")) AS ?altYear)\n}\nORDER BY ?lang ?year ?label", "paraphrases": ["What are the tennis qualification events that include \"qualif\" in their name, and in which languages and years are they held?", "List all tennis qualification events that have \"qualif\" in their label, along with their language, optional alternative names, and the year extracted from the label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ( ( ?var5 != ?var6 ) AS ?var7 )( STRAFTER ( STR ( ?var5 ) , \" \" ) AS ?var8 )( STRAFTER ( STR ( ?var1 ) , \"y/\" ) AS ?var9 )( \"P31\" AS ?var10 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q46190676> ) , \"y/\" ) AS ?var11 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q47345468> ) , \"y/\" ) AS ?var12 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q47443726> ) , \"y/\" ) AS ?var13 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q21170330> ) , \"y/\" ) AS ?var14 )( STRAFTER ( STR ( <http://www.wikidata.org/entity/Q47382471> ) , \"y/\" ) AS ?var15 ) WHERE { BIND ( LANG ( ?var5 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> ; <http://wikiba.se/ontology#statements> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( CONTAINS ( STR ( ?var5 ) , \"ualif\" ) ) ) . OPTIONAL { [] <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> ?var2 ; <http://schema.org/name> ?var6 . } BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( REPLACE ( STR ( ?var5 ) , \"string1\", \"$2\" ) ) AS ?var3 ). BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( REPLACE ( STR ( ?var6 ) , \"string1\", \"$2\" ) ) AS ?var4 ). } ORDER BY ASC( ?var2 )ASC( ?var8 )ASC( ?var3 )ASC( ?var4 )ASC( ?var2 )ASC( ?var8 )ASC( ?var5 )"}}
{"id": "val_6899", "question": "Most common properties linking entities to the pianist occupation in Wikidata.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q486748 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What properties are used to associate people with the occupation of pianist, and how many times is each used?", "Show me the properties that connect individuals to the pianist role in Wikidata, sorted by how frequently they appear, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q486748> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6900", "question": "What properties link to the academic article \"Stroke Prevention and Cognitive Reserve: Emerging Approaches to Modifying Risk and Delaying Onset of Dementia\"?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q36705541 .}", "paraphrases": ["Which relationships connect other items to the scholarly article on stroke prevention and cognitive reserve?", "Show me all the ways other entities are connected to the article about stroke prevention and cognitive reserve."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q36705541> . }"}}
{"id": "val_6901", "question": "All properties and values associated with Orangey the cat actor.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q677525 ?property ?value .\n}", "paraphrases": ["What information is stored in Wikidata about the cat actor Orangey?", "Show me all the data Wikidata has about Orangey, including descriptions and statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q677525> ?var1 ?var2 . }"}}
{"id": "val_6902", "question": "How many Wikipedia pages exist in each language about Al Gore?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?language(COUNT(DISTINCT ?page) AS ?count) WHERE {\n  ?page schema:about wd:Q19673 ; schema:inLanguage ?language .\n}\nGROUP BY ?language\nORDER BY DESC(?count)", "paraphrases": ["Which languages have Wikipedia articles about Al Gore, and how many articles are there per language?", "Show the distribution of Wikipedia language editions that have articles about Al Gore, ordered by the number of articles."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q19673> . } GROUP BY ?var1"}}
{"id": "val_6903", "question": "What are the superclass categories of a designated heritage property (Part IV) in Ontario?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q15080599 wdt:P279 + ?ancestor\n}\nLIMIT 20", "paraphrases": ["What classes does the municipal heritage designation (Part IV) belong to through inheritance?", "Show me the hierarchy of classes above the designated heritage property (Part IV) under Ontario\u2019s Heritage Act."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q15080599> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6904", "question": "What types of organizations and entities are based in Singapore?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?type ?typeLabel WHERE {\n  ?item wdt:P17 wd:Q334 .\n  ?item wdt:P31 ?type .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n}", "paraphrases": ["Can you list entities located in Singapore and classify them by their type?", "What are the different kinds of things (like businesses, teams, or roads) that are located in Singapore?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q334> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6905", "question": "What organization is Ee-Peng Lim affiliated with or employed by, and what is its image, start/end date, and any associated academic degree?", "sparql": "SELECT ?image ?organization ?orgLabel ?startDate ?endDate ?degreeLabel WHERE {\n  VALUES ?property { p:P108 p:P1416 }\n  wd:Q47454126 ?property ?statement .\n  ?statement ps:P108|ps:P1416 ?organization .\n  ?organization rdfs:label ?orgLabel .\n  FILTER(LANG(?orgLabel) = \"en\")\n  \n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which organization has Ee-Peng Lim been affiliated with or employed by, and can you show me its image, the time period of the association, and any academic degree linked to that role?", "Please provide the name, image, and any start/end dates or academic degrees related to Ee-Peng Lim\u2019s affiliation or employment with an organization."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q47454126> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q47454126> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6906", "question": "What is the English name for K\u00f6lsch beer and the German name for Altbier beer?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?label WHERE {\n  {\n    wd:Q4626 rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n    BIND(wd:Q4626 AS ?item)\n  } UNION {\n    wd:Q44924 rdfs:label ?label .\n    FILTER(LANG(?label) = \"de\")\n    BIND(wd:Q44924 AS ?item)\n  }\n}", "paraphrases": ["Show me the English label for K\u00f6lsch and the German label for Altbier.", "Retrieve the English and German labels for K\u00f6lsch and Altbier beer styles respectively."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { <http://www.wikidata.org/entity/Q4626> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } UNION { <http://www.wikidata.org/entity/Q44924> ?var1 ?var2 . FILTER ( ( ( LANG ( ?var1 ) = \"de\" ) ) ) . } }"}}
{"id": "val_6907", "question": "People with the surname Joubert and French native names", "sparql": "SELECT DISTINCT ?person ?nativeName WHERE { ?person wdt:P734 wd:Q21450154 . ?person wdt:P1559 ?nativeName . }", "paraphrases": ["Who are the people named Joubert whose native name is in French?", "List all individuals with the last name Joubert who have a French native name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"joubert\"@fr . }"}}
{"id": "val_6908", "question": "Argentine Chamber of Deputies members who started serving before 2014 and are still in office", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?chamberId ?person ?parliamentaryGroup ?electoralDistrict ?startDate WHERE {\n  ?person p:P39 ?statement .\n  ?statement ( ps:P39 / wdt:P279 * ) wd:Q18229570 ; pq:P580 ?startDate .\n  FILTER NOT EXISTS {\n    ?statement pq:P582 ?endDate\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?electoralDistrict\n  }\n  OPTIONAL {\n    ?statement pq:P4100 ?parliamentaryGroup\n  }\n  OPTIONAL {\n    ?person wdt:P4454 ?chamberId\n  }\n  FILTER ( ?startDate < \"2014-01-01T00:00:00Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who are the members of the Argentine Chamber of Deputies that began their term before 2014 and have not yet left office?", "List all individuals who have been serving as members of the Argentine Chamber of Deputies since before 2014 without ending their term."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var2 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18229570> ; <http://www.wikidata.org/prop/qualifier/P580> ?var5 . FILTER ( ( NOT EXISTS { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ) ) . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P768> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P4100> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P4454> ?var1 . } BIND ( COALESCE ( ?var5 , \"3001-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) AS ?var8 ). FILTER ( ( ( ?var8 < \"2014-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,es\". } }"}}
{"id": "val_6909", "question": "What are the properties and values of the Wikidata statement with ID s:Q18556900-43176D0D-BC2F-4ED6-B7B8-E50BF8532E11?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q18556900-43176D0D-BC2F-4ED6-B7B8-E50BF8532E11 ?property ?value .\n}", "paraphrases": ["Show me all details of the statement that has the identifier s:Q18556900-43176D0D-BC2F-4ED6-B7B8-E50BF8532E11.", "What metadata is associated with the statement s:Q18556900-43176D0D-BC2F-4ED6-B7B8-E50BF8532E11 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q18556900-43176D0D-BC2F-4ED6-B7B8-E50BF8532E11> ?var1 ?var2 . }"}}
{"id": "val_6910", "question": "Works originally in Polish", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?work WHERE {\n  ?work p:P364 ?statement .\n  ?statement ps:P364 wd:Q809 .\n}\nLIMIT 101", "paraphrases": ["What films and TV shows were originally produced in Polish?", "List up to 101 works that have Polish as their original language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P364> <http://www.wikidata.org/entity/Q809> . ?var1 <http://www.wikidata.org/prop/P364> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_6911", "question": "List up to 50 landmarks and locations within 100 km of Karlsruhe, Germany, with their coordinates.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?location WHERE {\n  ?item wdt:P625 ?location .\n  BIND(SUBSTR(STR(?location) , 7) AS ?coords)\n  BIND(STRBEFORE(?coords , \" \") AS ?lon)\n  BIND(SUBSTR(STRAFTER(?coords , \" \") , 1 , STRLEN(STRAFTER(?coords , \" \")) - 1) AS ?lat)\n  FILTER(xsd:double(?lon) >= 7.0 && xsd:double(?lon) <= 10.0)\n  FILTER(xsd:double(?lat) >= 48.0 && xsd:double(?lat) <= 50.0)\n}\nORDER BY ?item\nLIMIT 50", "paraphrases": ["What are the geographic locations within a 100-kilometer radius of 8\u00b0E, 49\u00b0N, and what are their coordinates?", "Show me 50 places near the coordinates 8\u00b0E and 49\u00b0N, including their names and exact geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(8 49)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var3 . } } ORDER BY ASC( ?var3 ) LIMIT 50"}}
{"id": "val_6912", "question": "What are the Gene Ontology annotations (molecular function, biological process, or cellular component) for the protein with UniProt ID O24853?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?goTermLabel ?goId ?goTerm ?goCategory WHERE {\n  ?protein wdt:P352 \"O24853\" .\n  {\n    ?protein p:P680 ?statement .\n  } UNION {\n    ?protein p:P681 ?statement .\n  } UNION {\n    ?protein p:P682 ?statement .\n  }\n  {\n    ?statement ps:P680 ?goTerm .\n  } UNION {\n    ?statement ps:P681 ?goTerm .\n  } UNION {\n    ?statement ps:P682 ?goTerm .\n  }\n  ?goTerm wdt:P279 * ?goCategory ; wdt:P686 ?goId .\n  FILTER(?goCategory IN(wd:Q2996394 , wd:Q5058355 , wd:Q14860489))\n  OPTIONAL {\n    ?goTerm rdfs:label ?goTermLabel .\n    FILTER(LANG(?goTermLabel) = \"en\")\n  }\n}", "paraphrases": ["Which biological processes and molecular functions are associated with the protein O24853 according to the Gene Ontology?", "List the Gene Ontology terms, their IDs, and categories (e.g., molecular function or biological process) for the protein identified by UniProt ID O24853."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var1 ?var3 ?var4Label ?var5Label ?var6Label ?var7 WHERE { ?var8 <http://www.wikidata.org/prop/direct/P352> \"O24853\". { ?var8 <http://www.wikidata.org/prop/P680> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P681> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P682> ?var9 . } ?var9 <http://www.wikidata.org/prop/qualifier/P459> ?var4 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P813> ) ?var6 . OPTIONAL { ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P698> ) ?var10 . } { ?var9 <http://www.wikidata.org/prop/statement/P680> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P681> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P682> ?var1 . } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 ; <http://www.wikidata.org/prop/direct/P686> ?var2 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q2996394> ) || ( ?var3 = <http://www.wikidata.org/entity/Q5058355> ) || ( ?var3 = <http://www.wikidata.org/entity/Q14860489> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P591> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6913", "question": "Composers or musical works with both Swedish Musical Heritage ID and IMSLP ID", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?swedishId ?imslpTitle WHERE {\n  ?item wdt:P4607 ?swedishId .\n  ?item wdt:P839 ?imslpTitle .\n}", "paraphrases": ["Which musical works or composers are listed in both the Swedish Musical Heritage database and IMSLP?", "Show me the Swedish Musical Heritage IDs and IMSLP page titles for items that appear in both databases."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4607> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P839> ?var3 . }"}}
{"id": "val_6914", "question": "Image of the person with SNAC ARK ID w68k8zhh", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w68k8zhh\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of the person identified by the SNAC ARK ID w68k8zhh?", "Show me the photo of Errol Barrow from Wikimedia Commons, given his SNAC ARK ID is w68k8zhh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68k8zhh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6915", "question": "What are the main topics covered by items related to the wiki concept or The Web Conference 2018?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?mainSubject ?mainSubjectLabel WHERE {\n  {\n    ?item wdt:P921 wd:Q171 .\n  } UNION {\n    ?item wdt:P361 wd:Q48910401 .\n  }\n  ?item wdt:P921 ?mainSubject .\n  FILTER ( ?mainSubject != wd:Q171 ) ?mainSubject rdfs:label ?mainSubjectLabel .\n  FILTER ( LANG( ?mainSubjectLabel ) = \"en\" )\n}\nORDER BY ?mainSubjectLabel", "paraphrases": ["Can you list the English-labeled main subjects of all works that are either about wiki or part of The Web Conference 2018, excluding wiki itself?", "Show me all the topics that are associated with wiki-related or Web Conference 2018-related items, excluding the topic of wiki."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q47035167> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q47035167> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q47035167> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q47035167> != ?var1 ) && ( <http://www.wikidata.org/entity/Q47035167> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6916", "question": "What are the locations associated with F. H. Thompson (e.g., employer or country of citizenship), their coordinates, and their images?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image ?location ?locationLabel ?coordinates ?propertyLabel WHERE {\n  {\n    wd:Q45089702 wdt:P108 ?location .\n    BIND( wdt:P108 AS ?prop )\n  } UNION {\n    wd:Q45089702 wdt:P27 ?location .\n    BIND( wdt:P27 AS ?prop )\n  }\n  OPTIONAL {\n    ?location wdt:P18 ?image .\n  }\n  ?location wdt:P625 ?coordinates .\n  ?property wikibase:directClaim ?prop .\n  ?property rdfs:label ?propertyLabel .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" && LANG( ?locationLabel ) = \"en\" )\n}", "paraphrases": ["Show me where F. H. Thompson worked or was a citizen of, along with the location\u2019s coordinates and any available images, and specify whether it was his employer or country.", "List the places linked to archaeologist F. H. Thompson through employment or citizenship, including their geographic coordinates and images, and identify the nature of the relationship."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q45089702> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6917", "question": "List items with their AAT IDs and corresponding Getty AAT URLs.", "sparql": "SELECT ?item ?itemLabel ?url WHERE { ?item wdt:P1014 ?aatId . BIND( IRI( CONCAT( \"https://vocab.getty.edu/page/aat/\", ?aatId ) ) AS ?url ) . ?item rdfs:label ?itemLabel . }", "paraphrases": ["What are the items in Wikidata that have an Art & Architecture Thesaurus ID, and what are their official Getty AAT URLs?", "Show me all entities that have an AAT identifier along with their English labels and the direct URLs to their Getty AAT pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( IRI ( REPLACE ( ?var3 , \"^(.+)$\", ?var4 ) ) AS ?var2 ). <http://www.wikidata.org/entity/P1014> <http://www.wikidata.org/prop/direct/P1630> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1014> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6918", "question": "Who are the people whose occupation is Olympic competitor?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q58825429 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List of Olympic competitors.", "Show me the names of people who have the occupation of Olympic competitor."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q167170> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6919", "question": "What properties are used on Douglas Adams, and what types and categories do those properties belong to in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propertyItem ?propertyItemLabel ?directClaim ?propertyType ?class ?classLabel WHERE {\n  wd:Q42 ?directClaim ?value .\n  ?propertyItem wikibase:directClaim ?directClaim .\n  ?propertyItem wikibase:propertyType ?propertyType .\n  ?propertyItem(wdt:P31 / wdt:P279 *) ?class .\n  ?propertyItem rdfs:label ?propertyItemLabel .\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?propertyItemLabel) = \"en\" || LANG(?propertyItemLabel) = \"\")\n  FILTER(LANG(?classLabel) = \"en\" || LANG(?classLabel) = \"\")\n}\nGROUP BY ?propertyItem ?propertyItemLabel ?directClaim ?propertyType ?class ?classLabel\nORDER BY ASC(?propertyType) ASC(?propertyItem) ASC(?class)", "paraphrases": ["For each property applied to Douglas Adams, what is its data type (e.g., CommonsMedia, WikibaseItem), and what classes classify that property in Wikidata\u2019s hierarchy?", "Can you list the metadata of all properties linked to Douglas Adams, including their labels, types, and hierarchical classifications in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { <http://www.wikidata.org/entity/Q42> ?var2 ?var5 . ?var1 <http://wikiba.se/ontology#directClaim> ?var2 . ?var1 <http://wikiba.se/ontology#propertyType> ?var3 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } ORDER BY ASC( ?var3 )ASC( ?var1 )ASC( ?var4 )"}}
{"id": "val_6920", "question": "Is the United Nations Climate Change Conference a type of software?", "sparql": "ASK WHERE { wd:Q7888355 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the United Nations Climate Change Conference belong to a category that is a subclass of software?", "Confirm whether the COP climate conferences are considered software or a kind of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q7888355> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_6921", "question": "Authors of the article \"Tumor antigens as proteogenomic biomarkers in invasive ductal carcinomas\" and their ORCID IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ( STR( ?label ) AS ?authorLabel ) ( COALESCE ( ?orcid , CONCAT ( \"https://orcid.org/\" , ENCODE_FOR_URI( STR( ?label ) ) ) ) AS ?orcidUrl ) WHERE {\n  wd:Q34914935 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n  ?author rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Who are the authors of the scholarly article \"Tumor antigens as proteogenomic biomarkers in invasive ductal carcinomas\", and what are their ORCID identifiers?", "List the English names of the authors of the article \"Tumor antigens as proteogenomic biomarkers in invasive ductal carcinomas\" along with their ORCID IDs, and if any ORCID is missing, provide a link using their name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q34914935> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6922", "question": "Lighthouses in Spain without Spanish descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?lighthouse ?lighthouseLabel WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 ; wdt:P17 wd:Q29 .\n  OPTIONAL {\n    ?lighthouse schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"es\" )\n  }\n  FILTER ( ! BOUND( ?desc ) ) .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n}", "paraphrases": ["Which lighthouses in Spain do not have a description in Spanish?", "Show me the English names of lighthouses located in Spain that lack a Spanish description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q29> . }"}}
{"id": "val_6923", "question": "Who is Linda Fagerstr\u00f6m?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Linda Fagerstr\u00f6m\" @en .\n}", "paraphrases": ["Which person has the name 'Linda Fagerstr\u00f6m' in English?", "Show me the Wikidata items for the person named Linda Fagerstr\u00f6m."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Linda Fage\"@fr . }"}}
{"id": "val_6924", "question": "What image is associated with Jonathan Skinner in Wikidata?", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w61n8fx6\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Commons image for the person with SNAC ARK ID w61n8fx6?", "Show the image of the individual identified by the SNAC ARK ID w61n8fx6, if available."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61n8fx6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6925", "question": "Who were born on March 16, 1976?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"1976-03-16T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1976-03-16T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["People born on March 16, 1976", "Can you list all people born on March 16, 1976?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1976-03-16T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1976-03-16T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6926", "question": "List English names of newspapers from Finland.", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 (wdt:P31/wdt:P279*) wd:Q11032 ; wdt:P495 wd:Q33 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } ORDER BY ASC(?var1Label) LIMIT 200", "paraphrases": ["What are the names of newspapers in Finland, in English?", "Show me a list of Finnish newspapers with their English labels, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11032> ; ?var2 <http://www.wikidata.org/entity/Q33> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fi,sv\". } OPTIONAL { } } ORDER BY ASC( ?var1Label ) LIMIT 200"}}
{"id": "val_6927", "question": "What are all the libraries in the United Kingdom?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?library WHERE {\n  ?library ( wdt:P31 / wdt:P279 * ) wd:Q7075 .\n  ?library wdt:P17 wd:Q145 .\n}", "paraphrases": ["Can you list all institutions in the UK that are classified as libraries or subclasses of libraries?", "Show me libraries, including academic, public, and digital ones, located in the United Kingdom."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7075> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . }"}}
{"id": "val_6928", "question": "Number of articles citing \"Urban-rural differences in Roman Dorset...\" grouped by year and author presence.", "sparql": "SELECT ?year (COUNT(DISTINCT ?citingArticle) AS ?count) ?hasAuthor WHERE { BIND(wd:Q35547590 AS ?citedArticle) . ?citingArticle wdt:P2860 ?citedArticle . ?citingArticle wdt:P577 ?publicationDate . BIND(STR(YEAR(?publicationDate)) AS ?year) . BIND(IF(EXISTS { ?citingArticle wdt:P50 [] }, \"has author\", \"no author\") AS ?hasAuthor) } GROUP BY ?year ?hasAuthor ORDER BY DESC(?year)", "paraphrases": ["How many articles citing the 2015 bioarchaeological study on Roman Dorset were published each year, and did they have authors?", "Show me the count of citing articles for \"Urban-rural differences in Roman Dorset...\" broken down by publication year and whether they list at least one author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q35547590> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_6929", "question": "What educational institutions did Taylor Lauritsen attend, and what degrees did he earn, along with the start and end dates of his studies?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q47069741 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["List Taylor Lauritsen\u2019s academic background: the universities he attended, the degrees obtained, and the time periods he studied there.", "Show the educational history of Michael Taylor Lauritsen, including the institutions, degree titles, and enrollment periods \u2014 only in English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q47069741> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_6930", "question": "Who are the members of the German Bundestag who hold a doctoral degree, and what are their degrees?", "sparql": "SELECT DISTINCT ?person ?personLabel ?degreeLabel WHERE { ?person wdt:P39 wd:Q1939555 ; wdt:P512 ?degree . ?person rdfs:label ?personLabel . ?degree rdfs:label ?degreeLabel . FILTER(langMatches(lang(?personLabel), \"en\")) FILTER(langMatches(lang(?degreeLabel), \"en\")) }", "paraphrases": ["List German Bundestag members along with their academic degrees in English.", "Show me the names of people serving in the German parliament who have earned a doctorate, and specify the type of doctorate they hold."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1939555> ; <http://www.wikidata.org/prop/direct/P512> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6931", "question": "How many instances are there for each subclass of gunpowder magazine?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel(COUNT(?instance) AS ?count) WHERE {\n  ?subclass wdt:P279 wd:Q17504814 .\n  ?instance wdt:P31 ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nGROUP BY ?subclass ?subclassLabel\nORDER BY DESC(?count)", "paraphrases": ["Which subclass of gunpowder magazine has the most instances in Wikidata, and how many are there?", "List the subclasses of gunpowder magazine along with the number of their instances, sorted by count in descending order."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17504814> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } UNION { SELECT ?var4 ?var4Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q17504814> . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } GROUP BY ?var4 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } } }"}}
{"id": "val_6932", "question": "What are the superclass categories of optimization problem in Wikidata?", "sparql": "SELECT DISTINCT ?superclass ?superclassLabel WHERE { wd:Q984063 wdt:P279+ ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\") }", "paraphrases": ["What are all the direct and indirect parent classes of the optimization problem?", "List all English-labeled superclasses of the optimization problem, including all levels of inheritance."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q984063> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_6933", "question": "Deceased UK Members of Parliament with birth and death years", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?mp ?mpLabel ?birthYear ?deathYear WHERE {\n  ?mp wdt:P31 wd:Q5 ; wdt:P39 ?position .\n  ?position wdt:P279 * wd:Q16707842 .\n  OPTIONAL {\n    ?mp wdt:P569 ?birth .\n    BIND(YEAR(?birth) AS ?birthYear)\n  }\n  ?mp wdt:P570 ?death .\n  BIND(YEAR(?death) AS ?deathYear)\n  .\n  ?mp rdfs:label ?mpLabel .\n  FILTER(LANG(?mpLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Who are the deceased members of the UK House of Commons, and what were their birth and death years?", "List the names, birth years, and death years of all deceased British Members of Parliament."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q16707842> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P39> [ <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q16707842> ] . } ) ) . OPTIONAL { BIND ( YEAR ( ?var4 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } BIND ( YEAR ( ?var5 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6934", "question": "What type of artwork is Adele Bloch-Bauer II?", "sparql": "SELECT ?instanceType ?instanceLabel WHERE { wd:Q4681871 wdt:P31 ?instanceType . ?instanceType rdfs:label ?instanceLabel . FILTER (LANG(?instanceLabel) = \"en\") } LIMIT 50", "paraphrases": ["What is the English label for the category that Adele Bloch-Bauer II belongs to?", "Show the English name of the class that Adele Bloch-Bauer II is an example of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q4681871> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_6935", "question": "Who is the human with Facebook username 'rihanna'?", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P2013 \"rihanna\" . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which person has the Facebook username 'rihanna'?", "Tell me the name of the person whose Facebook username is rihanna."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2013> \"rihanna\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_6936", "question": "Occupations related to music with GND identifiers", "sparql": "SELECT ?occupation ?occupationLabel ?gnd WHERE { ?occupation wdt:P279* wd:Q12737077 . ?occupation wdt:P227 ?gnd . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = 'en') . FILTER(CONTAINS(STR(?occupationLabel), \"music\")) } ORDER BY DESC(?gnd) LIMIT 500", "paraphrases": ["Which music-related occupations have official GND (German National Library) identifiers?", "List all English-language occupations in the music field that are linked to GND IDs, sorted by identifier value."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q21146257> . ?var1 <http://wikiba.se/ontology#identifiers> ?var2 . FILTER ( ( ( ?var2 != \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( CONTAINS ( STR ( ?var3Label ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_6937", "question": "List space probes launched from Earth, their launch sites, coordinates, and launch dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?probe ?probeLabel ?launchSite ?launchSiteLabel ?coordinates ?launchDate WHERE {\n  ?probe wdt:P31 wd:Q26529 .\n  ?probe wdt:P619 ?launchDate .\n  ?probe wdt:P1427 ?launchSite .\n  ?launchSite wdt:P625 ?coordinates .\n  ?probe rdfs:label ?probeLabel .\n  ?launchSite rdfs:label ?launchSiteLabel .\n  FILTER ( LANG( ?probeLabel ) = \"en\" ) FILTER ( LANG( ?launchSiteLabel ) = \"en\" )\n}", "paraphrases": ["What are the names of space probes, their launch locations, the geographic coordinates of those locations, and the UTC launch dates?", "Show me the English labels of space probes, the launch sites they used (with their labels), the WKT coordinates of those launch sites, and the exact UTC times of their launches."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q26529> . ?var1 <http://www.wikidata.org/prop/direct/P619> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P1427> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P375> ?var7 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6938", "question": "Tennis events not part of a tour with multiple statements", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    SELECT ?item WHERE {\n      ?item wdt:P641 wd:Q847 .\n      FILTER NOT EXISTS {\n        ?item wdt:P3450 []\n      }\n      ?item ?p ?o .\n      FILTER ( ?p != rdfs:label )\n    }\n    GROUP BY ?item\n    HAVING ( COUNT( ?p ) > 1 )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What tennis-related items are not seasons of a competition and have more than one property?", "List tennis tournaments and players that are not part of a tour and have detailed information."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P279> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P361> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P3450> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1269> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://wikiba.se/ontology#statements> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6939", "question": "Authors of the paper \"Semantics derived automatically from language corpora contain human-like biases\" and their ORCID IDs.", "sparql": "SELECT ?author ?authorLabel ?displayValue WHERE { wd:Q38378096 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } BIND(COALESCE(?orcid, ?authorLabel) AS ?displayValue) ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who are the authors of the 2017 paper on bias in language models, and what are their ORCID identifiers?", "List the authors of the article about human-like biases in word embeddings along with their ORCID numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q38378096> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_6940", "question": "What are the ISO 3166-2 codes and Russian/English alternative names for the federal subjects of Russia?", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subdivision ?isoCode ?altLabelRu ?altLabelEn WHERE {\n  ?subdivision wdt:P300 ?isoCode ; wdt:P17 wd:Q159 ; wdt:P131 wd:Q159 .\n  FILTER ( NOT EXISTS {\n    wd:Q159 wdt:P576 ?dissolved\n  }\n  ) OPTIONAL {\n    ?subdivision skos:altLabel ?altLabel .\n    FILTER ( LANG( ?altLabel ) = \"ru\" ) .\n    BIND( ?altLabel AS ?altLabelRu )\n  }\n  OPTIONAL {\n    ?subdivision skos:altLabel ?altLabel .\n    FILTER ( LANG( ?altLabel ) = \"en\" ) .\n    BIND( ?altLabel AS ?altLabelEn )\n  }\n}", "paraphrases": ["List all administrative regions of Russia with their ISO codes and their names in Russian and English.", "Show me the alternative names in Russian and English for each region of Russia, along with its ISO code."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var2Label ?var4 ?var5 ?var5Label ?var6 ?var7 ?var8 WHERE { BIND ( <http://www.wikidata.org/entity/Q159> AS ?var2 ). BIND ( CONCAT ( \"en,\", ?var7 ) AS ?var8 ). ?var1 <http://www.wikidata.org/prop/direct/P300> ?var3 ; <http://www.wikidata.org/prop/direct/P17> ?var2 ; <http://www.wikidata.org/prop/direct/P131> ?var5 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/direct/P576> ?var9 . } ) ) . ?var2 <http://www.wikidata.org/prop/direct/P37> ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P424> ?var7 . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P300> ?var4 . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var6 . FILTER ( ( LANG ( ?var6 ) IN ( \"ru\", \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_6941", "question": "What is the image of the Wimbledon Championships?", "sparql": "SELECT ?image WHERE { wd:Q41520 wdt:P18 ?image .}", "paraphrases": ["What image is associated with the Wimbledon Championships on Wikimedia Commons?", "Show me the official image of the Wimbledon Championships."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q41520> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_6942", "question": "Who are the people with French native names containing \"Antoine\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P1559 ?name .\n  FILTER(LANG(?name) = \"fr\" && CONTAINS(LCASE(?name) , \"antoine\"))\n}", "paraphrases": ["List all individuals whose French-language names include the name \"Antoine\".", "Find entities that have \"Antoine\" as part of their name in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"antoine\"@fr . }"}}
{"id": "val_6943", "question": "Most frequently used property for the given name Nicolas in Wikidata", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  {\n    SELECT ?property WHERE {\n      ?item ?usedProperty wd:Q7029481 .\n      ?property wikibase:directClaim ?usedProperty .\n      ?property rdf:type wikibase:Property .\n    }\n    LIMIT 10000\n  }\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is used most often to assign the name Nicolas to people in Wikidata, and how many times is it used?", "Show the property that has been used the most times to link the name Nicolas to entities, along with its usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q7029481> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6944", "question": "Images of Reza Shah from SNAC ARK ID w6ns1qvx", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6ns1qvx\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What images are associated with Reza Shah in Wikidata, identified by the SNAC ARK ID w6ns1qvx?", "Show me the Wikimedia Commons images of Reza Shah using his SNAC ARK ID w6ns1qvx."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ns1qvx\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6945", "question": "Politicians with names starting with Q", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P106 wd:Q82955 ; rdfs:label ?label .\n  FILTER(STRSTARTS(?label , \"Q\"))\n}\nLIMIT 10", "paraphrases": ["Who are the politicians whose names start with the letter Q?", "List up to 10 politicians whose names begin with Q."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } FILTER ( ( STRSTARTS ( ?var2Label , \"Q\" ) ) ) . } LIMIT 10"}}
{"id": "val_6946", "question": "Swiss politicians with the most Wikipedia language versions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?politician ?politicianLabel ( COUNT( DISTINCT ?language ) AS ?articleCount ) WHERE {\n  ?politician wdt:P31 wd:Q5 .\n  ?politician wdt:P27 wd:Q39 .\n  ?politician wdt:P106 wd:Q82955 .\n  ?article schema:about ?politician .\n  ?article schema:inLanguage ?language .\n  FILTER ( STRSTARTS( STR( ?article ) , \"https://\" ) && CONTAINS( STR( ?article ) , \".wikipedia.org/\" ) )\n}\nGROUP BY ?politician ?politicianLabel\nORDER BY DESC ( ?articleCount )", "paraphrases": ["Which Swiss politicians have Wikipedia articles in the most languages, and how many languages are there for each?", "List Swiss politicians along with the count of different language versions of their Wikipedia pages, sorted from most to least."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q39> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,fr,it\". } FILTER ( ( ( SUBSTR ( STR ( ?var4 ) ,\"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_6947", "question": "What types of settlements is Bukonys classified as in Wikidata?", "sparql": "SELECT ?type WHERE { wd:Q1003301 wdt:P31 ?type . }", "paraphrases": ["Is Bukonys a village or a human settlement according to Wikidata?", "What categories does the Lithuanian village Bukonys belong to?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1003301> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var1 . }"}}
{"id": "val_6948", "question": "Type of Luis Fernando Silva", "sparql": "SELECT ?type WHERE { wd:Q10320544 wdt:P31 ?type . }", "paraphrases": ["What is Luis Fernando Silva an instance of?", "Show the class that Luis Fernando Silva belongs to in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q10320544> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var1 . }"}}
{"id": "val_6949", "question": "What is the taxonomic classification of the genus Rosema?", "sparql": "SELECT ?taxon WHERE { wd:Q10364615 wdt:P31 ?taxon }", "paraphrases": ["What type of taxon is Rosema?", "What category does the insect genus Rosema belong to?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q10364615> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?var1 . }"}}
{"id": "val_6950", "question": "Martin Mulsow books publication year and title", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?title WHERE {\n  ?work wdt:P50 wd:Q1404613 .\n  ?work wdt:P577 ?date .\n  ?work rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  BIND( YEAR( ?date ) AS ?year ) .\n  BIND( SUBSTR( ?label , 1 , 20 ) AS ?title )\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and English titles of Martin Mulsow\u2019s works, truncated to 20 characters?", "List Martin Mulsow\u2019s published works with their publication year and the first 20 characters of their English titles, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1404613> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1404613> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_6951", "question": "What types of entities are Chehalis, Washington and \"The British List: A Checklist of Birds of Britain (8th edition)\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?cityType ?listType WHERE {\n  wd:Q249441 wdt:P31 ?cityType .\n  wd:Q56168938 wdt:P31 ?listType .\n}", "paraphrases": ["Is Chehalis, Washington a city and is \"The British List\" a scholarly article? Show their Wikidata types.", "What class does Chehalis, Washington belong to, and what class does the 8th edition of The British List belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://dbpedia.org/resource/Chehalis,_Washington> <http://www.wikidata.org/prop/direct/P31> ?var2 . <http://dbpedia.org/resource/List_of_birds_of_Great_Britain> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6952", "question": "What type of work is Dante\u2019s Inferno, and what category does a concrete pump belong to?", "sparql": "SELECT ?infernoType ?pumpSuperclass WHERE { wd:Q4509219 wdt:P31 ?infernoType . wd:Q786115 wdt:P279 ?pumpSuperclass .}", "paraphrases": ["Is Dante\u2019s Inferno a literary work, and is a concrete pump a type of pump?", "What is the classification of Dante\u2019s Inferno and the parent class of concrete pump?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q786115> <http://www.wikidata.org/prop/direct/P31> ?var2 . <http://dbpedia.org/resource/Inferno_(Dante)> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6953", "question": "Musical ensembles that play heavy metal and their countries of origin.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ensemble ?country WHERE {\n  ?ensemble wdt:P31 / wdt:P279 * wd:Q2088357 ; wdt:P136 / wdt:P279 * wd:Q38848 ; wdt:P495 ?country .\n}", "paraphrases": ["Which musical ensembles are associated with heavy metal music, and from which countries do they originate?", "List all musical ensembles whose genre is heavy metal or a subgenre of it, along with the country where each ensemble originated."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2088357> ; ( <http://www.wikidata.org/prop/direct/P136> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q38848> ; <http://www.wikidata.org/prop/direct/P495> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6954", "question": "What is the title of the item with IMDb ID tt0164543?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt0164543\" . ?item rdfs:label ?itemLabel .}", "paraphrases": ["Which item has the IMDb identifier tt0164543, and what are its labels?", "Show me the title(s) of the film or media item identified by tt0164543 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0164543\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6955", "question": "What is the title of the movie with IMDb ID tt0316949?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P345 \"tt0316949\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'de' )\n}", "paraphrases": ["Movie with IMDb ID tt0316949 \u2014 what is its name?", "Give me the title of the film identified by tt0316949 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0316949\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6956", "question": "Who were the spouses of Bulgarian monarchs?", "sparql": "SELECT ?monarch ?monarchLabel ?spouse ?spouseLabel WHERE { ?monarch wdt:P27 wd:Q219; wdt:P106 wd:Q116; wdt:P26 ?spouse. ?monarch rdfs:label ?monarchLabel. ?spouse rdfs:label ?spouseLabel. FILTER(LANG(?monarchLabel) = 'en') FILTER(LANG(?spouseLabel) = 'en') }", "paraphrases": ["List the consorts of kings and queens of Bulgaria.", "Which women were married to rulers of Bulgaria?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/List_of_Bulgarian_consorts> <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_6957", "question": "What is the category or type of Miki Muster in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instance WHERE {\n  wd:Q6960645 wdt:P31 ?instance .\n}", "paraphrases": ["Is Miki Muster classified as a human in Wikidata?", "What class does the Slovenian cartoonist Miki Muster belong to?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Miki_Muster> <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_6958", "question": "What type of entity is the Germantown order of battle?", "sparql": "SELECT ?type WHERE { wd:Q5552053 wdt:P31 ?type . }", "paraphrases": ["What is the classification of the Germantown order of battle in Wikidata?", "Is the Germantown order of battle categorized as an order of battle in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Germantown_order_of_battle> <http://www.wikidata.org/prop/direct/P31> ?var2 . }"}}
{"id": "val_6959", "question": "What is the type or class of the 1940 Republican National Convention in Wikidata?", "sparql": "SELECT ?type WHERE { wd:Q4564760 wdt:P31 ?type . }", "paraphrases": ["What category does the 1940 Republican National Convention belong to according to Wikidata?", "What is the instance type of the 1940 Republican National Convention?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/1940_Republican_National_Convention> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6960", "question": "What type of event is the Dewey\u2013Stassen debate?", "sparql": "SELECT ?var1 WHERE { wd:Q3042325 wdt:P31 ?var1 .}", "paraphrases": ["Instance type of the Dewey\u2013Stassen debate.", "Tell me the category that the Dewey\u2013Stassen debate belongs to."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Dewey\u2013Stassen_debate> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6961", "question": "What type of government is the Government of New York?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?instanceType WHERE {\n  wd:Q5589272 wdt:P31 ?instanceType .\n}", "paraphrases": ["What is the classification of the New York State government in Wikidata?", "Which category does the New York state government belong to?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/AMK152/NyGov> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6962", "question": "What type of entity is WikiProject Women's History?", "sparql": "SELECT ?instanceOf WHERE { wd:Q18377637 wdt:P31 ?instanceOf . }", "paraphrases": ["What is the category or class that WikiProject Women's History belongs to?", "Is WikiProject Women's History an instance of a WikiProject?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/WikiProject_Women's_History/Did_You_Know> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6963", "question": "What type of entity is the Fortress of Klis?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?instanceType WHERE {\n  wd:Q2712312 wdt:P31 ?instanceType\n}", "paraphrases": ["What class does the Fortress of Klis belong to?", "Is the Fortress of Klis a fortress?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Fortress_of_Klis> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_6964", "question": "German municipalities with images on Wikimedia Commons", "sparql": "SELECT ?municipality ?label WHERE { ?municipality wdt:P31 wd:Q262166 . ?municipality wdt:P18 ?image . ?municipality rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?municipality", "paraphrases": ["Which municipalities in Germany have images available on Wikimedia Commons, and what are their English names?", "Show me the English names of all municipalities in Germany that have an associated image on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_6965", "question": "What regions are part of sovereign countries?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?part ?partLabel ?country ?countryLabel WHERE {\n  ?part wdt:P361 ?country .\n  ?country wdt:P31 wd:Q3624078 .\n  ?part rdfs:label ?partLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?partLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which geographical or administrative regions are parts of sovereign states, and what are those states?", "List the parts of sovereign countries along with their corresponding countries, in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6966", "question": "Female citizens of Chile", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q298 ; wdt:P21 wd:Q6581072 .\n}", "paraphrases": ["Who are the female citizens of Chile?", "List all human individuals who are female and hold Chilean citizenship."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q298> ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . }"}}
{"id": "val_6967", "question": "What movie has the IMDb ID tt0067690?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt0067690\" . }", "paraphrases": ["Which film on Wikidata is associated with the IMDb identifier tt0067690?", "Find the Wikidata item for the movie with IMDb ID tt0067690."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3145> \"tt191544\". }"}}
{"id": "val_6968", "question": "People with \"Christen\" in their native name in Danish or Norwegian.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?nativeName WHERE {\n  ?person wdt:P1559 ?nativeName .\n  FILTER(CONTAINS(STR(?nativeName) , \"Christen\"))\n  .\n  FILTER(LANG(?nativeName) = \"da\" || LANG(?nativeName) = \"nb\" || LANG(?nativeName) = \"no\")\n}", "paraphrases": ["Who are the people whose native names include \"Christen\" in Danish, Norwegian Bokm\u00e5l, or Norwegian Nynorsk?", "List all individuals whose native names contain \"Christen\" and are written in Scandinavian languages like Danish or Norwegian."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Christen\"@fr . }"}}
{"id": "val_6969", "question": "Who are the people named Moulard in French?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?labelFr ?labelEn WHERE {\n  ?item rdfs:label ?labelFr .\n  FILTER(LANG(?labelFr) = 'fr')\n  .\n  FILTER(CONTAINS(LCASE(?labelFr) , \"moulard\"))\n  .\n  OPTIONAL {\n    ?item rdfs:label ?labelEn .\n    FILTER(LANG(?labelEn) = 'en')\n  }\n}", "paraphrases": ["What entities have a French name containing \"Moulard\"?", "Can you list the French-language names of individuals with the surname Moulard?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Moulard\"@fr . }"}}
{"id": "val_6970", "question": "Subclasses of association football players with number of players and their direct parent categories.", "sparql": "SELECT ?position ?positionLabel ?count ?parent WHERE { { SELECT ?position ( COUNT( DISTINCT ?player ) AS ?count ) WHERE { ?position wdt:P279* wd:Q937857 . OPTIONAL { ?player wdt:P106 ?position . } } GROUP BY ?position } OPTIONAL { ?position wdt:P279 ?parent . } ?position rdfs:label ?positionLabel . FILTER(LANG(?positionLabel) = \"en\") }", "paraphrases": ["What are the specific football positions (like midfielder or striker), how many players are associated with each, and what is their immediate category above them?", "List all sub-occupations of association football players, including how many people have each position and their direct parent category in the hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q937857> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P106> ?var1 . } } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6971", "question": "What are the municipalities in Baranya County, Hungary, along with their population and coordinates?", "sparql": "SELECT ?municipality ?municipalityLabel ?population ?coordinates WHERE { ?municipality wdt:P31 wd:Q2590631 ; wdt:P131 ?district . ?district wdt:P131 wd:Q186195 . OPTIONAL { ?municipality wdt:P1082 ?population . } OPTIONAL { ?municipality wdt:P625 ?coordinates . } ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["List all Hungarian municipalities located in Baranya County, including their population and geographic coordinates.", "Which towns and villages in Baranya County, Hungary, have recorded population and location data?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15747336> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q1515747336> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } }"}}
{"id": "val_6972", "question": "List all heritage buildings in Uusimaa with their RKY IDs and coordinates, including those that are part of larger heritage sites.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?item(SUBSTR(STR(?item) , 32) AS ?itemId) ?itemLabel ?partOf ?rkyId ?latitude ?longitude WHERE {\n  {\n    ?item wdt:P361 ?partOf .\n    ?partOf wdt:P4009 ?rkyId .\n  } UNION {\n    ?item wdt:P4009 ?rkyId .\n  }\n  ?item wdt:P131 * wd:Q5711 .\n  OPTIONAL {\n    ?item p:P625 ?statement .\n    ?statement psv:P625 ?value .\n    ?value wikibase:geoLatitude ?latitude .\n    ?value wikibase:geoLongitude ?longitude .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nORDER BY ASC(?rkyId) ASC(?partOf)", "paraphrases": ["What are the buildings and structures in Uusimaa that have a national built heritage ID (RKY), and what are their locations and parent heritage sites?", "Show me all heritage sites in Uusimaa, their RKY identifiers, whether they belong to a larger heritage area, and their geographic coordinates if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( SUBSTR ( STR ( ?var1 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"250\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ) ?var1Label ?var3 ?var4 ?var5 ?var6 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P4009> ?var4 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P4009> ?var4 . } ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q5711> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P625> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/value/P625> ?var8 . ?var8 <http://wikiba.se/ontology#geoLatitude> ?var5 . ?var8 <http://wikiba.se/ontology#geoLongitude> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fi\". } } ORDER BY ASC( ?var4 )ASC( ?var3 )"}}
{"id": "val_6973", "question": "What properties are used to link more than one resource to the Czech ice dancer \u0160\u00e1rka Vondrkov\u00e1?", "sparql": "SELECT ?property (COUNT(?resource) AS ?count) WHERE { ?resource ?property wd:Q17403136 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which metadata links point to \u0160\u00e1rka Vondrkov\u00e1 from multiple sources?", "How many web resources are about \u0160\u00e1rka Vondrkov\u00e1, and is this the only type of link she has more than once?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q17403136> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6974", "question": "French national football team players and their names", "sparql": "SELECT ?player ?name WHERE { ?player wdt:P106 wd:Q937857 . ?player wdt:P31 wd:Q5 . ?player wdt:P54 wd:Q47774 . ?player rdfs:label ?name . FILTER(LANG(?name) = \"en\") } LIMIT 200", "paraphrases": ["Who are the human players who have played for the France men's national football team, and what are their names?", "List the English names of all humans who are association football players and have been members of the France men's national football team."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q47774> . } LIMIT 200"}}
{"id": "val_6975", "question": "What is the most frequently used property to associate entities with the biblical Magi?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?prop wd:Q51671 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which Wikidata property links the most items to the biblical Magi?", "How is the biblical Magi most commonly depicted in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q51671> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6976", "question": "Which property is most frequently used to link Germay to other entities, and how many times is it used?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?directProperty(COUNT(?directProperty) AS ?count) WHERE {\n  ?item ?statementProperty wd:Q972058 .\n  ?directProperty wikibase:directClaim ?statementProperty .\n  ?directProperty rdf:type wikibase:Property .\n}\nGROUP BY ?directProperty\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Most common property connecting Germay to other places", "Show me the property that has the most connections to Germay and how many connections it has."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q972058> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_6977", "question": "Entities that started between 1945 and 1955 and ended between 1955 and 1965.", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P580 ?startDate . ?item wdt:P582 ?endDate . FILTER ( ?startDate >= \"1945-12-08T00:00:00Z\"^^xsd:dateTime && ?startDate <= \"1955-12-08T23:59:59Z\"^^xsd:dateTime ) FILTER ( ?endDate >= \"1955-12-08T00:00:00Z\"^^xsd:dateTime && ?endDate <= \"1965-12-08T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which organizations or entities began operating between December 1945 and December 1955 and ceased between December 1955 and December 1965?", "Show me historical entities like national sports teams or governments that were active in the mid-20th century, specifically those that started in the decade after WWII and ended a decade later."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1945-12-08T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1955-12-08T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1955-12-08T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1965-12-08T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_6978", "question": "Songs from Italy or the United States", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE {  VALUES ?type { wd:Q7366 }  VALUES ?country { wd:Q38 wd:Q50 }  ?item wdt:P31 ?type .  ?item wdt:P495 ?country .  ?item rdfs:label ?itemLabel .  FILTER(LANG(?itemLabel) = \"en\")}", "paraphrases": ["What songs originate from Italy or the United States?", "List all songs that are classified as songs and have their country of origin as either Italy or the United States of America."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q7366> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q38> ) ( <http://www.wikidata.org/entity/Q50> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P495> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6979", "question": "Songs that are instances of the musical genre \"song\" and have English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  VALUES ( ?var2 ) {\n    ( wd:Q7366 )\n  }\n  ?var1 wdt:P31 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}", "paraphrases": ["What are the English titles of all songs listed in Wikidata?", "List all songs in Wikidata with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q7366> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q38> ) ( <http://www.wikidata.org/entity/Q50> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"it\". } }"}}
{"id": "val_6980", "question": "What wines are listed in Wikidata, and which countries are they from?", "sparql": "SELECT ?wine ?country WHERE { ?wine wdt:P31 wd:Q282 . OPTIONAL { ?wine wdt:P17 ?country . } } LIMIT 100", "paraphrases": ["Show me the countries where wines are produced, based on Wikidata.", "Which wines have a known country of origin in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q282> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } } LIMIT 100"}}
{"id": "val_6981", "question": "What properties are used to link other items to Lisa Cushley more than once?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q6557904 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["How many items are about Lisa Cushley, and which property links them to her?", "Show me the properties that connect other resources to Lisa Cushley, but only include those used more than once, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q6557904> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6982", "question": "What are the geographic coordinates of ancient Roman architectural structures located in Europe?", "sparql": "SELECT DISTINCT ?structure ?coordinates WHERE { ?structure wdt:P149 wd:Q223750 . ?structure wdt:P625 ?coordinates . ?structure wdt:P17 ?country . ?country wdt:P361 wd:Q46 . }", "paraphrases": ["Ancient Roman buildings in Europe with their coordinates", "Show me the locations (coordinates) of all ancient Roman architecture sites in Europe."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P149> <http://www.wikidata.org/entity/Q223750> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q46> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_6983", "question": "Which gene has HGNC ID 7672?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gene WHERE {\n  VALUES ?hgncId {\n    \"7672\"\n  }\n  ?gene wdt:P354 ?hgncId .\n}", "paraphrases": ["What is the gene associated with the HGNC identifier 7672?", "Tell me the gene symbol for HGNC ID 7672."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( \"7672\" ) } ?var2 <http://www.wikidata.org/prop/direct/P354> ?var1 . }"}}
{"id": "val_6984", "question": "Library buildings in the United Kingdom with their coordinates, images, Commons categories, and addresses.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?library ?libraryLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?library ( wdt:P31 / wdt:P279 * ) wd:Q856584 .\n  ?library wdt:P17 wd:Q145 .\n  OPTIONAL {\n    ?library wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?library wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?library wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?library wdt:P969 ?address .\n  }\n}\nLIMIT 3000", "paraphrases": ["What are the library buildings in the United Kingdom, and what are their locations, images, Wikimedia Commons categories, and street addresses?", "Show me all library buildings in the UK along with their geographic coordinates, associated images, Commons categories, and street addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-4 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(2 53)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q856584> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_6985", "question": "Film with \u010cSFD ID 70877", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2529 \"70877\" .\n}", "paraphrases": ["Which film has the \u010cSFD film ID 70877?", "Tell me the Wikidata item for the movie identified as 70877 in the \u010cSFD database."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2529> \"70877\". }"}}
{"id": "val_6986", "question": "What are the most common properties linking John Kassir to other entities on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q1582689 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect John Kassir to the most other items, and how many times are they used?", "Show me the properties that link John Kassir to other entities more than once, sorted by how often they appear, including statement, qualifier, and reference properties."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1582689> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6987", "question": "Properties linking resources to Barbara Radford with count greater than one.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?resource) AS ?count) WHERE {\n  ?resource ?property wd:Q777032 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["What properties are used to connect other resources to Barbara Radford, and how many times is each used, considering only those used more than once?", "Show me all properties that link other entities to Barbara Radford, along with their usage counts, but only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q777032> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6988", "question": "Properties linking multiple items to Jan Luggenh\u00f6lscher", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q179011 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["What property is used more than once to connect resources to Jan Luggenh\u00f6lscher?", "Show me the properties that link more than one item to the German ice dancer Jan Luggenh\u00f6lscher."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q179011> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6989", "question": "What properties link multiple resources to Allison MacLean?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q4732792 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect more than one web resource to the Wikidata item for Allison MacLean?", "Show me the properties that relate Allison MacLean to more than one external resource, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q4732792> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_6990", "question": "Image of the person with SNAC ARK ID w6sx6kxp", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6sx6kxp\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Georges Moustaki in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6sx6kxp?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sx6kxp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6991", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image associated with the SNAC record w6f29nwg.", "Can you find the photo linked to Barack Obama\u2019s SNAC ARK ID?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67s80x2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_6992", "question": "List all countries in English.", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?country wdt:P31 wd:Q6256 ; rdfs:label ?countryLabel . FILTER (LANG(?countryLabel) = \"en\") }", "paraphrases": ["What are the English names of all sovereign countries in Wikidata?", "Can you show me the English labels for all entities that are classified as countries in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_6993", "question": "List sister cities of cities around the world with their English names.", "sparql": "SELECT ?city ?cityLabel ?twin ?twinLabel WHERE { ?city wdt:P31 wd:Q515 ; wdt:P190 ?twin . ?city rdfs:label ?cityLabel . ?twin rdfs:label ?twinLabel . FILTER(LANG(?cityLabel) = \"en\") . FILTER(LANG(?twinLabel) = \"en\") . }", "paraphrases": ["Which cities are twinned with other cities, and what are the names of both cities in English?", "Show me pairs of twin cities, including the English names of both cities in each pair."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P190> ?var2 . }"}}
{"id": "val_6994", "question": "What is the Wikidata item for the film with AllMovie title ID v160269?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1562 \"v160269\" .\n}", "paraphrases": ["Which movie in Wikidata has the AllMovie identifier v160269?", "Can you find the film in Wikidata that corresponds to the AllMovie movie ID v160269?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v160269\". }"}}
{"id": "val_6995", "question": "Paintings in the RCE collection with inventory numbers and online links", "sparql": "SELECT ?painting ?paintingLabel ?inventoryNumber ?descriptionUrl WHERE { ?painting wdt:P31 wd:Q3305213 ; wdt:P195 wd:Q18600731 ; wdt:P973 ?descriptionUrl . ?painting p:P217 ?inventoryStatement . ?inventoryStatement ps:P217 ?inventoryNumber ; pq:P195 wd:Q18600731 . FILTER( CONTAINS( STR(?descriptionUrl), \"beeldbank.cultureelerfgoed.nl\" ) ) OPTIONAL { ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") } }", "paraphrases": ["What paintings from the Cultural Heritage Agency of the Netherlands collection have inventory numbers and are available online?", "Please list the paintings from the RCE art collection, including their inventory numbers and URLs to their online records."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( IRI ( CONCAT ( \"string1\", ?var2 ) ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q18600731> . ?var1 <http://www.wikidata.org/prop/direct/P973> ?var3 . ?var1 <http://www.wikidata.org/prop/P217> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P217> ?var2 . ?var5 <http://www.wikidata.org/prop/qualifier/P195> <http://www.wikidata.org/entity/Q18600731> . FILTER ( ( CONTAINS ( STR ( ?var3 ) , \"string2\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,nl\". } }"}}
{"id": "val_6996", "question": "People with the given name \u00c9milie", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P735 wd:Q18180939 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people named \u00c9milie on Wikidata?", "List all individuals whose first name is \u00c9milie."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Emilie Hot\"@fr . }"}}
{"id": "val_6997", "question": "Which film has the Cineplex Germany film ID 140681?", "sparql": "SELECT ?film WHERE { ?film wdt:P3077 \"140681\" . }", "paraphrases": ["What is the name of the movie identified by the Cineplex ID 140681?", "Tell me the film associated with Cineplex Germany film ID 140681."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3077> \"140681\". }"}}
{"id": "val_6998", "question": "What country is Jabal Bou Ha\u00efdar located in?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q21572635 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location .}", "paraphrases": ["Which geographic entities (country, continent, administrative region, etc.) are directly associated with the mountain Jabal Bou Ha\u00efdar?", "Show all direct geographic parent locations of the mountain Jabal Bou Ha\u00efdar, such as its country or region."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q21572635> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_6999", "question": "Actors and the movies or TV shows they appeared in, with English titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?production ?productionLabel WHERE {\n  ?production wdt:P161 ?actor .\n  ?production rdfs:label ?productionLabel .\n  FILTER ( LANG( ?productionLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which actors have appeared in which productions, and what are the English titles of those productions?", "Show me a list of up to 100 cast members along with the English titles of the productions they were in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } ?var2 <http://www.wikidata.org/prop/direct/P161> ?var1 . } LIMIT 100"}}
{"id": "val_7000", "question": "What is the endangered language with UNESCO ID 1575, and what is its English name and description?", "sparql": "SELECT ?language ?languageLabel ?description WHERE { ?language wdt:P2355 \"1575\" . OPTIONAL { ?language rdfs:label ?languageLabel . FILTER (LANG(?languageLabel) = \"en\") } OPTIONAL { ?language schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and description in English of the language identified by UNESCO Atlas ID 1575?", "Show me the English label and description of the language that has the UNESCO Atlas of Endangered Languages ID 1575."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2355> \"1575\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7001", "question": "Image of the person with SNAC ARK ID w6qc01mm", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6qc01mm\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6qc01mm?", "Can you show me the Wikimedia Commons image of Lord Stirling, identified by the SNAC ARK ID w6qc01mm?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qc01mm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7002", "question": "Female surveyors in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?item wdt:P106 wd:Q294126 .\n  ?item wdt:P21 wd:Q6581072 .\n}", "paraphrases": ["Who are the female surveyors listed on Wikidata?", "List all people whose occupation is surveyor and gender is female."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/prop/direct/Q11699606> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/prop/direct/6581072> . }"}}
{"id": "val_7003", "question": "Which movie has the elCinema ID 2026201?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3135 \"2026201\" . }", "paraphrases": ["What is the Wikidata item for the film identified as 2026201 on elCinema?", "Find the movie in Wikidata that corresponds to the elCinema film ID 2026201."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2026201\". }"}}
{"id": "val_7004", "question": "What is the English name and description of the language with UNESCO Atlas ID 1746?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?label ?description WHERE {\n  ?language wdt:P2355 \"1746\" .\n  OPTIONAL {\n    ?language rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?language schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Which language is identified by the UNESCO ID 1746, and what is its English description?", "Tell me the English label and description of the endangered language listed as 1746 in the UNESCO Atlas of Endangered Languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2355> \"1746\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7005", "question": "What are the names, alternative names, and coordinates of all provinces in Angola?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?province(GROUP_CONCAT(DISTINCT ?label ; SEPARATOR = \"|\") AS ?labels)(GROUP_CONCAT(DISTINCT ?altLabel ; SEPARATOR = \"|\") AS ?altLabels) ?coordinate WHERE {\n  ?province wdt:P31 / wdt:P279 * wd:Q329028 .\n  ?province wdt:P625 ?coordinate .\n  OPTIONAL {\n    ?province rdfs:label ?label .\n    FILTER(LANG(?label) IN(\"en\" , \"hy\"))\n  }\n  OPTIONAL {\n    ?province skos:altLabel ?altLabel .\n    FILTER(LANG(?altLabel) IN(\"en\" , \"hy\"))\n  }\n}\nGROUP BY ?province ?coordinate", "paraphrases": ["Can you list the provinces of Angola along with their English and Armenian labels, any alternative names, and their geographic coordinates?", "Show me the administrative divisions of Angola, including their official and alternative names in English or Armenian, and their locations on the map."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \"|\" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \"|\" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q329028> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"en\", \"hy\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( LANG ( ?var4 ) IN ( \"en\", \"hy\" ) ) ) . } } GROUP BY ?var1"}}
{"id": "val_7006", "question": "FeedBurner official website and related English/German articles", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?article ?url WHERE {\n  VALUES ?url {\n    <http://www.feedburner.com/> <http://feedburner.google.com/>\n  }\n  ?item wdt:P856 ?url .\n  ?article schema:about ?item .\n  ?article schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\")\n}", "paraphrases": ["What are the official websites of FeedBurner, and what English or German articles are about it?", "Show me the official websites of FeedBurner and the English and German Wikipedia pages or other articles about it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://feeds.feedburner.com/thedailybeast/articles> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.feeds.feedburner.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.feeds.feedburner.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://feeds.feedburner.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://feeds.feedburner.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://feeds.feedburner.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://feeds.feedburner.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://feeds.feedburner.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://feeds.feedburner.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://feeds.feedburner.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://feeds.feedburner.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7007", "question": "What are the official websites of Talking Points Memo and its corresponding English Wikipedia page?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE {\n  ?var1 wdt:P856 ?var3 .\n  FILTER ( ?var3 = <http://talkingpointsmemo.com> || ?var3 = <http://www.talkingpointsmemo.com> ) .\n  ?var2 schema:about ?var1 ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" || LANG( ?var1Label ) = \"de\" )\n}", "paraphrases": ["Show the English Wikipedia page and official URLs for the entity with website talkingpointsmemo.com or www.talkingpointsmemo.com.", "Which entity has an official website at talkingpointsmemo.com or www.talkingpointsmemo.com, and what is its English Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://talkingpointsmemo.com/feed/all> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.talkingpointsmemo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.talkingpointsmemo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://talkingpointsmemo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://talkingpointsmemo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://talkingpointsmemo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://talkingpointsmemo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://talkingpointsmemo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://talkingpointsmemo.com> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://talkingpointsmemo.com/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://talkingpointsmemo.com/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7008", "question": "What are the direct properties and their values associated with the Mona Lisa painting, along with their English labels?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q12418 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["Can you list all the facts about the Mona Lisa, such as who created it, where it\u2019s located, and when it was made, with their English names?", "Show me the English-labeled attributes of the Mona Lisa, including its creator, location, and dimensions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q12418> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7009", "question": "What date items in Wikidata are associated with March 1, 1685?", "sparql": "SELECT DISTINCT ?dateItem WHERE { ?dateItem (wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) \"1685-03-01T00:00:00Z\"^^xsd:dateTime . }", "paraphrases": ["Which named dates in Wikidata correspond to March 1, 1685?", "List all Wikidata entities that represent March 1, 1685 as a point in time."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1685-03-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1685-03-01T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7010", "question": "Events that took place on September 13, 1995, including first performances, spacecraft launches, or service entries.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?event WHERE {\n  ?event ( wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ) ?date .\n  FILTER ( ?date >= \"1995-09-13T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1995-09-13T23:59:59Z\" ^^ xsd:dateTime ) FILTER NOT EXISTS {\n    ?event wdt:P31 ?dateClass .\n    VALUES ?dateClass {\n      wd:Q577 wd:Q186408 wd:Q47150325\n    }\n  }\n}", "paraphrases": ["What events occurred on September 13, 1995, such as treaties signed, massacres, or spacecraft docking?", "List all known events from Wikidata that happened on September 13, 1995, including first flights, service entries, or premiere dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1995-09-13T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1995-09-13T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7011", "question": "Which film has the AFI Catalog ID 64602?", "sparql": "SELECT ?film WHERE { ?film wdt:P3593 \"64602\" . }", "paraphrases": ["What is the name of the film identified by the AFI Catalog number 64602?", "Tell me the film that corresponds to the AFI Catalog ID 64602."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3593> \"64602\". }"}}
{"id": "val_7012", "question": "List all first-level administrative divisions in Azerbaijan with their English and Spanish names, alternative names, and coordinates, excluding districts and dissolved entities.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?item ( GROUP_CONCAT( DISTINCT ?label ; SEPARATOR = \"|\" ) AS ?labels ) ( GROUP_CONCAT( DISTINCT ?altLabel ; SEPARATOR = \"|\" ) AS ?altLabels ) ( SAMPLE( ?coord ) AS ?coordinate ) WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q10864048 .\n  ?item wdt:P17 wd:Q227 .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) IN ( \"en\" , \"es\" ) )\n  }\n  OPTIONAL {\n    ?item skos:altLabel ?altLabel .\n    FILTER ( LANG( ?altLabel ) IN ( \"en\" , \"es\" ) )\n  }\n  OPTIONAL {\n    ?item wdt:P625 ?coord\n  } MINUS {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q13417250\n  } MINUS {\n    ?item wdt:P576 []\n  } MINUS {\n    ?item wdt:P1366 []\n  }\n}\nGROUP BY ?item", "paraphrases": ["What are the names (in English and Spanish), alternative names, and geographic coordinates of all first-level administrative divisions in Azerbaijan that are not districts and have not been dissolved or replaced?", "Show me the administrative regions of Azerbaijan, including their labels in English and Spanish, any alternative names, and their coordinates, but exclude districts and any that are no longer active."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \"|\" ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4 ; SEPARATOR = \"|\" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> . } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q227> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANG ( ?var2Label ) IN ( \"en\", \"es\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( LANG ( ?var4 ) IN ( \"en\", \"es\" ) ) ) . } MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q13417250> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1366> [] . } } GROUP BY ?var1"}}
{"id": "val_7013", "question": "What are all the broader categories that a joint honours degree belongs to, including indirect ones?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q6269522 wdt:P279* ?superclass .}", "paraphrases": ["What classes is the joint honours degree a subclass of in Wikidata\u2019s hierarchy?", "Show me the full superclass chain of a joint honours degree in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q6269522> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_7014", "question": "Items created, published, invented, or officially opened on June 18, 1985", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ?date .\n  FILTER(?date >= \"1985-06-18T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1985-06-18T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["What works, laws, or organizations were published, invented, or officially opened on June 18, 1985?", "List all entities that had their inception, publication, discovery, or official opening on June 18, 1985."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1985-06-18T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1985-06-18T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7015", "question": "Indian actors with known birth dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor ?actorLabel WHERE {\n  ?actor wdt:P27 wd:Q668 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P569 ?birthDate .\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n}", "paraphrases": ["Who are the Indian actors with a recorded date of birth?", "List the names of actors from India who have a known birth date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q668> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7016", "question": "Is Bengt Braun a type of software?", "sparql": "ASK WHERE { wd:Q5585358 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Bengt Braun belong to a class that is a subclass of software?", "Check if Bengt Braun is categorized under software or any of its broader categories."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5585358> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7017", "question": "Municipalities in Hungary with population and coordinates in Individual Constituency Heves County No. 3", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipality ?municipalityLabel ?population ?coordinates WHERE {\n  ?municipality wdt:P31 wd:Q2590631 ; wdt:P7938 wd:Q15891201 .\n  OPTIONAL {\n    ?municipality wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?municipality wdt:P625 ?coordinates .\n  }\n  FILTER(LANG(?municipalityLabel) = \"en\")\n  .\n  ?municipality rdfs:label ?municipalityLabel .\n}", "paraphrases": ["Which towns and municipalities in Hungary belong to the electoral district of Heves County No. 3, and what are their populations and geographic coordinates?", "List all Hungarian municipalities in the Heves County No. 3 electoral district along with their population and location coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15891201> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15891201> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } }"}}
{"id": "val_7018", "question": "Spanish regions with Catalan and English labels, ISO codes, and Catalan/English demonyms", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?region ?label_ca ?label_en ?iso_code ?demonym_ca ?demonym_en WHERE {\n  ?region wdt:P17 wd:Q29 ; wdt:P300 ?iso_code ; rdfs:label ?label_ca ; rdfs:label ?label_en .\n  FILTER(LANG(?label_ca) = \"ca\")\n  FILTER(LANG(?label_en) = \"en\")\n  OPTIONAL {\n    ?region wdt:P1549 ?demonym_ca .\n    FILTER(LANG(?demonym_ca) = \"ca\")\n  }\n  OPTIONAL {\n    ?region wdt:P1549 ?demonym_en .\n    FILTER(LANG(?demonym_en) = \"en\")\n  }\n}", "paraphrases": ["Which administrative regions of Spain have labels in both Catalan and English, along with their ISO 3166-2 codes and demonyms in Catalan or English?", "Show me the Catalan and English names of Spanish regions, their ISO codes, and their demonyms in Catalan and English, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/direct/P300> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"zh-yue\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ca\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"ca\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1549> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } }"}}
{"id": "val_7019", "question": "Who are the people with the family name Aeberhardt?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P734 wd:Q83338588\n}", "paraphrases": ["List all individuals whose surname is Aeberhardt.", "Which people have Aeberhardt as their last name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"aeberhardt\"@fr . }"}}
{"id": "val_7020", "question": "Is the river Gizhget classified as software or any of its subclasses?", "sparql": "ASK WHERE { wd:Q13052545 wdt:P31/wdt:P279* wd:Q7397 .}", "paraphrases": ["Is Gizhget, a river in Armenia, considered a type of software?", "Confirm whether Gizhget belongs to the category of software or any broader category that includes software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q13052545> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7021", "question": "What is the German label and description of the 2013 Austrian legislative election?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?description WHERE {\n  wd:Q1386143 rdfs:label ?label .\n  wd:Q1386143 schema:description ?description .\n  FILTER(LANG(?label) = \"de\")\n  FILTER(LANG(?description) = \"de\")\n}", "paraphrases": ["In German, how is the 2013 Austrian legislative election described and labeled?", "Show me the German-language name and description for the 2013 Austrian parliamentary election."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1386143> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_7022", "question": "Is the Soviet writer Garegin Bes considered a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q13052512 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does Garegin Bes belong to any category that is a subclass of software?", "Can a human writer like Garegin Bes be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q13052512> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7023", "question": "What film has the AllMovie ID v161674?", "sparql": "SELECT ?film WHERE { ?film wdt:P1562 \"v161674\" . }", "paraphrases": ["Which Wikidata item corresponds to the AllMovie title ID \"v161674\"?", "Find the movie in Wikidata that is identified by the AllMovie ID v161674."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1562> \"v161674\". }"}}
{"id": "val_7024", "question": "What movie has the elCinema ID 2045105?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3135 \"2045105\" . }", "paraphrases": ["Which film on Wikidata is associated with the elCinema film ID 2045105?", "Find the Wikidata item for the movie identified by elCinema film ID 2045105."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2045105\". }"}}
{"id": "val_7025", "question": "What is the English label for Schubert polynomial on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q7432937 rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n}\nLIMIT 1", "paraphrases": ["Can you tell me the English name of the Schubert polynomial entity?", "What is the official English term for Schubert polynomial in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q7432937> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_7026", "question": "What are all the properties in Wikidata and their English labels?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ?propertyLabel WHERE {\n  ?property rdf:type wikibase:Property .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(langMatches(lang(?propertyLabel) , \"en\"))\n}", "paraphrases": ["Can you list the English names of all Wikidata properties?", "Show me the human-readable English labels for every property in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar, en\". } }"}}
{"id": "val_7027", "question": "List languages with their ISO 639-3 codes in English.", "sparql": "SELECT ?language ?languageLabel ?isoCode WHERE { ?language wdt:P220 ?isoCode . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English names and ISO 639-3 codes of 10 languages?", "Show me 10 languages along with their English labels and corresponding three-letter ISO 639-3 codes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P220> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_7028", "question": "Geographic entities connected to Waimoqe Creek via country, administrative division, or continent.", "sparql": "SELECT DISTINCT ?geographicEntity WHERE { { wd:Q23974736 (wdt:P30|wdt:P17|wdt:P131|wdt:P376|wdt:P501) ?geographicEntity . } UNION { wd:Q23974736 (wdt:P30|wdt:P17|wdt:P131|wdt:P376|wdt:P501) ?mid . ?mid (wdt:P30|wdt:P17|wdt:P131|wdt:P376|wdt:P501) ?geographicEntity . } }", "paraphrases": ["What countries, administrative regions, and continents include Waimoqe Creek, either directly or through intermediate geographic entities?", "List all geographic locations that Waimoqe Creek is part of, including those connected through Fiji or its administrative divisions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q23974736> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7029", "question": "What film has the elCinema ID 2046117?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3135 \"2046117\" .\n}", "paraphrases": ["Which movie is identified by the elCinema film ID 2046117?", "Can you find the film with the elCinema identifier 2046117?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3135> \"2046117\". }"}}
{"id": "val_7030", "question": "Top journals where John Kuriyan has published, ordered by number of papers.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publicationVenue ?publicationVenueLabel(COUNT(?work) AS ?publicationCount) WHERE {\n  ?work wdt:P50 wd:Q6243502 .\n  ?work wdt:P1433 ?publicationVenue .\n  ?publicationVenue rdfs:label ?publicationVenueLabel .\n  FILTER(LANG(?publicationVenueLabel) = \"en\")\n}\nGROUP BY ?publicationVenue ?publicationVenueLabel\nORDER BY DESC(?publicationCount)", "paraphrases": ["Which scientific journals have published the most papers by John Kuriyan, and how many papers did he publish in each?", "Show me a list of journals where John Kuriyan has published, ranked by how many of his papers appeared in each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q6243502> . ?var2 <http://www.wikidata.org/prop/direct/P1433> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_7031", "question": "Cities with over 100,000 people, their countries, official languages, and language codes.", "sparql": "SELECT ?city ?country ?countryLabel ?language ?languageLabel ?languageCode WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 ?country . ?city wdt:P1082 ?population . ?country wdt:P37 ?language . ?country rdfs:label ?countryLabel . ?language wdt:P424 ?languageCode . ?language rdfs:label ?languageLabel . FILTER (?population > 100000) } LIMIT 100", "paraphrases": ["What are the cities with a population greater than 100,000, and what are their countries, official languages, and Wikimedia language codes?", "List cities with more than 100,000 residents, along with the countries they are in, the official languages of those countries, and the corresponding Wikimedia language codes."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P37> ?var3 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.wikidata.org/prop/direct/P424> ?var4 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( ?var5 > \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 100"}}
{"id": "val_7032", "question": "French people with \"Demolombe\" in their name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(REGEX(?label , \"Demolombe\" , \"i\"))\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the French individuals whose names include \"Demolombe\"?", "List all French persons named Demolombe or with Demolombe in their name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Demolombe\"@fr . }"}}
{"id": "val_7033", "question": "People who have a business or sports partner, with their English names.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P1327 ?partner . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people that have a partner in business or sport, and what are their names in English?", "List all individuals with a business or sports partner along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q1327903> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7034", "question": "Distribution of statement counts for mathematicians with mathnet.ru IDs.", "sparql": "SELECT ?statementCount (COUNT(?item) AS ?itemCount)\nWHERE {\n  {\n    SELECT ?item (COUNT(?statement) AS ?statementCount)\n    WHERE {\n      ?item wdt:P4252 ?mathnetId .\n      ?item ?p ?statement .\n      FILTER(STRSTARTS(STR(?p), \"http://www.wikidata.org/prop/direct/\"))\n    }\n    GROUP BY ?item\n  }\n}\nGROUP BY ?statementCount\nORDER BY ASC(?statementCount)", "paraphrases": ["How many mathematicians listed in the All-Russian Mathematical Portal have exactly 5 statements, 10 statements, etc., in Wikidata?", "Show how many items with a mathnet.ru ID have each number of statements in Wikidata, sorted by statement count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P4252> ?var4 ; <http://wikiba.se/ontology#statements> ?var1 . } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_7035", "question": "What property is most commonly used to classify fictional robots in Wikidata?", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?property wd:Q18327510 .\n  FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/\"))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property links the most entities to the concept of a fictional robot?", "Show me the most frequent property used to indicate that something is a fictional robot."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q18327510> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_7036", "question": "Who has \"Griffon\" as their native name in French?", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P1559 \"Griffon\" @fr . }", "paraphrases": ["Which person is known by the French native name \"Griffon\"?", "Find individuals whose name in their native French language is Griffon."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"Grifti\"@fr . }"}}
{"id": "val_7037", "question": "Taxonomic units with their NCBI, ITIS, EOL, and Netherlands Register IDs", "sparql": "SELECT ?taxonLabel ?taxon ?ncbiId ?itisId ?eolId ?netherlandsId WHERE {  ?taxon wdt:P31 wd:Q16521 .  OPTIONAL { ?taxon rdfs:label ?taxonLabel . }  OPTIONAL { ?taxon wdt:P685 ?ncbiId . }  OPTIONAL { ?taxon wdt:P815 ?itisId . }  OPTIONAL { ?taxon wdt:P830 ?eolId . }  OPTIONAL { ?taxon wdt:P3405 ?netherlandsId . }} LIMIT 100", "paraphrases": ["What are the names and database identifiers (NCBI, ITIS, EOL, Netherlands) for 100 taxonomic units?", "Show me 100 taxonomic species or groups with their labels and IDs from NCBI, ITIS, Encyclopedia of Life, and the Dutch Soortenregister."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P685> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P815> ?var4 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P830> ?var5 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P3405> ?var6 . } } LIMIT 100"}}
{"id": "val_7038", "question": "What are some types of images?", "sparql": "SELECT ?subclassLabel WHERE { ?subclass wdt:P279* wd:Q478798 . ?subclass rdfs:label ?subclassLabel FILTER(LANG(?subclassLabel) = 'en') } LIMIT 10", "paraphrases": ["Can you list the subclasses of the concept \"image\" in Wikidata?", "What are different kinds of images, such as photographic or artistic types?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q478798> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1"}}
{"id": "val_7039", "question": "Humans born on January 1, 1911, with their place of birth and country of citizenship.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?human ?birthDate ?placeOfBirth ?country WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  OPTIONAL {\n    ?human wdt:P19 ?placeOfBirth .\n  }\n  OPTIONAL {\n    ?human wdt:P27 ?country .\n  }\n  FILTER(?birthDate >= \"1911-01-01\" ^^ xsd:date && ?birthDate < \"1911-01-02\" ^^ xsd:date)\n}\nORDER BY ASC(?human)", "paraphrases": ["Who were the people born on January 1, 1911, and where and in which country were they born?", "List all humans born on January 1, 1911, including their birthplace and nationality."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var9 . } BIND ( ( ( ?var5 - ?var2 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var10 ). FILTER ( ( ( ?var2 >= \"1911-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 < \"1911-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_7040", "question": "List Swedish historical figures from the Dictionary of Swedish National Biography who also have Geni.com profiles, along with their Find a Grave IDs if available.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?geniId ?sblId ?findAGraveId WHERE {\n  ?person wdt:P2600 ?geniId .\n  ?person wdt:P3217 ?sblId .\n  OPTIONAL {\n    ?person wdt:P535 ?findAGraveId .\n  }\n}", "paraphrases": ["Which people in Wikidata have both a Geni.com profile and an entry in the Dictionary of Swedish National Biography, and what are their Find a Grave memorial IDs?", "Show me the Geni.com IDs, SBL IDs, and Find a Grave IDs for all individuals documented in both Geni.com and the Dictionary of Swedish National Biography."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2600> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P535> ?var4 . } }"}}
{"id": "val_7041", "question": "What are some types of resorts?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P279 wd:Q875157 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 11", "paraphrases": ["List the subclasses of \"resort\" in Wikidata, along with their English labels.", "Can you show me 11 examples of different kinds of resorts, such as seaside resorts or holiday camps?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q875157> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7042", "question": "Coordinates of Le Cannet, France", "sparql": "SELECT ?coordinates WHERE { wd:Q207967 wdt:P625 ?coordinates .}", "paraphrases": ["What are the geographic coordinates of Le Cannet?", "Can you tell me the latitude and longitude of Le Cannet?"], "info": {"raw_sparql": "SELECT DISTINCT( SAMPLE ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://schema.org/about> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q207967> ) ) ) . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P625> ?var1 . } }"}}
{"id": "val_7043", "question": "What geographic entities (continent, country, administrative regions, etc.) is the village of Frunz\u0103 connected to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?connectedEntity ?label WHERE {\n  wd:Q20858663 ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) * ?connectedEntity .\n  ?connectedEntity rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List all places that are directly or indirectly linked to Frunz\u0103 through location relationships like country, continent, or administrative divisions.", "Show me the hierarchy of geographic locations that include Frunz\u0103, from local district up to continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q30249287> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7044", "question": "List all fictional humanoid and intelligent species from the Star Trek universe.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?species ?speciesLabel WHERE {\n  {\n    ?species wdt:P31 wd:Q24286894 .\n  } UNION {\n    ?species wdt:P31 wd:Q32999896 .\n  }\n  ?species wdt:P1080 wd:Q18043309 .\n  OPTIONAL {\n    ?species rdfs:label ?speciesLabel .\n    FILTER ( LANG( ?speciesLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the names of fictional species from Star Trek that are either humanoid or intelligent?", "Show me the English labels of all fictional species from the Star Trek universe that are classified as either humanoid species or intelligent species."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24286894> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q32999896> . } ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q18043309> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1165> ?var2 . } }"}}
{"id": "val_7045", "question": "Entities labeled \"health\" in English with their images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item rdfs:label \"health\" @en .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  FILTER ( STRSTARTS( STR( ?item ) , \"http://www.wikidata.org/entity/Q\" ) )\n}", "paraphrases": ["What are the entities in Wikidata with the English label \"health\", and what images are associated with them?", "Show me the items in Wikidata that are called \"health\" in English, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ?var4Label \"health\"@en . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_7046", "question": "Entities in the health category with \"health\" in their name and their images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image WHERE {\n  ?item wdt:P910 wd:Q7486603 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  FILTER ( CONTAINS( LCASE( STR( ?itemLabel ) ) , \"health\" ) ) .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the health-related topics in the Wikimedia health category that have \"health\" in their English label, and what are their images?", "Show me items categorized under the health category on Wikimedia that have \"health\" in their English name, along with their images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P910> ?var4 . FILTER ( ( ?var4 IN ( <http://www.wikidata.org/entity/Q7486603> ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"health\"@en ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_7047", "question": "List international airports with their English names and geographic coordinates (latitude and longitude).", "sparql": "SELECT ?airport ?airportLabel ?latitude ?longitude WHERE { ?airport wdt:P31 wd:Q644371 . ?airport p:P625 ?coordinateStatement . ?coordinateStatement psv:P625 ?coordinateValue . ?coordinateValue wikibase:geoLatitude ?latitude . ?coordinateValue wikibase:geoLongitude ?longitude . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["What are the names, latitudes, and longitudes of all international airports in Wikidata?", "Can you provide the English labels, latitude, and longitude for every airport that serves international flights?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q644371> . ?var1 <http://www.wikidata.org/prop/P625> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/value/P625> ?var5 . ?var5 <http://wikiba.se/ontology#geoLongitude> ?var3 . ?var5 <http://wikiba.se/ontology#geoLatitude> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_7048", "question": "Image of the person with SNAC ARK ID w68d0xvt", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w68d0xvt\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Joseph L. Bristow in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w68d0xvt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68d0xvt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7049", "question": "Country and administrative division of the Eiffel Tower", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?countryLabel ?administrativeEntityLabel ?administrativeEntity WHERE {\n  BIND( wd:Q243 AS ?eiffelTower ) .\n  ?eiffelTower wdt:P17 ?country .\n  ?eiffelTower wdt:P131 ?administrativeEntity .\n  ?country rdfs:label ?countryLabel .\n  ?administrativeEntity rdfs:label ?administrativeEntityLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" ) .\n  FILTER ( LANG( ?administrativeEntityLabel ) = \"en\" ) .\n}\nLIMIT 10", "paraphrases": ["In which country and which administrative division of Paris is the Eiffel Tower located?", "What is the English name of the country and the 7th arrondissement where the Eiffel Tower is located?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label ?var3 WHERE { BIND ( <http://www.wikidata.org/entity/Q243> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var7 ) LIMIT 10"}}
{"id": "val_7050", "question": "Types of Parque de las Avenidas station, its administrative divisions (Madrid and Community of Madrid), and country.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?stationTypeLabel ?countryLabel ?admin1TypeLabel ?admin1Label ?admin2TypeLabel ?admin2Label ?stationType ?admin1Type ?admin2Type WHERE {\n  BIND( wd:Q2480862 AS ?station ) .\n  ?station wdt:P17 ?country .\n  ?station wdt:P31 ?stationType .\n  ?station wdt:P131 ?admin1 .\n  ?admin1 wdt:P31 ?admin1Type .\n  ?admin1 wdt:P131 ?admin2 .\n  ?admin2 wdt:P31 ?admin2Type .\n  OPTIONAL {\n    ?stationType rdfs:label ?stationTypeLabel .\n    FILTER ( LANG( ?stationTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?admin1Type rdfs:label ?admin1TypeLabel .\n    FILTER ( LANG( ?admin1TypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?admin1 rdfs:label ?admin1Label .\n    FILTER ( LANG( ?admin1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?admin2Type rdfs:label ?admin2TypeLabel .\n    FILTER ( LANG( ?admin2TypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?admin2 rdfs:label ?admin2Label .\n    FILTER ( LANG( ?admin2Label ) = \"en\" )\n  }\n}\nLIMIT 10", "paraphrases": ["What are the different types of the Parque de las Avenidas metro station, and what administrative regions and country does it belong to?", "Show me all the classifications of Parque de las Avenidas station, along with the municipality and autonomous community it is located in, and its country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var1 ?var3 ?var5 WHERE { BIND ( <http://www.wikidata.org/entity/Q2480862> AS ?var7 ). ?var7 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var7 <http://www.wikidata.org/prop/direct/P31> * ?var1 . ?var7 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P131> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P31> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var8 ) LIMIT 10"}}
{"id": "val_7051", "question": "Image of Walter Charleton with SNAC ARK ID w6h148z6", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6h148z6\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image of the person with SNAC ARK ID w6h148z6?", "Show me the Wikimedia Commons image for Walter Charleton, identified by SNAC ARK ID w6h148z6."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6h148z6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7052", "question": "What is the date of birth of Willeke van Ammelrooy, and is her date of death known?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?birthDate ?deathDate WHERE {\n  wd:Q447122 wdt:P569 ?birthDate .\n  OPTIONAL {\n    wd:Q447122 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Willeke van Ammelrooy's birth date and death date", "Can you tell me when Willeke van Ammelrooy was born and whether she has passed away?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q447122> <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { <http://www.wikidata.org/entity/Q447122> <http://www.wikidata.org/prop/direct/P570> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_7053", "question": "Show a building with an image and coordinates.", "sparql": "SELECT ?item ?itemLabel ?lat ?lon ?image WHERE { ?item wdt:P18 ?image . ?item p:P625 ?coord . ?coord psv:P625 ?coordValue . ?coordValue wikibase:geoLatitude ?lat . ?coordValue wikibase:geoLongitude ?lon . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 1", "paraphrases": ["What is an example of a location with a photo on Wikimedia Commons and its latitude and longitude?", "Give me one item that has an image and geographic coordinates, along with its English name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var5 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . ?var1 <http://www.wikidata.org/prop/P625> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P625> ?var7 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var3 . ?var7 <http://wikiba.se/ontology#geoLongitude> ?var4 . } OFFSET 44 LIMIT 1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_7054", "question": "Museums with geographic coordinates, sorted alphabetically by name.", "sparql": "SELECT DISTINCT ?var1 ?label WHERE { ?var1 (wdt:P31/wdt:P279*) wd:Q33506 . ?var1 wdt:P625 ?var2 . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?label)", "paraphrases": ["What are the names of all museums and museum-like institutions that have known geographic locations?", "List all museums with coordinates, ordered by their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . } OPTIONAL { } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7055", "question": "Fictional characters created by Isaac Asimov", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?character ?characterLabel WHERE {\n  ?character wdt:P31 wd:Q3658341 .\n  ?character wdt:P170 wd:Q34981 .\n  OPTIONAL {\n    ?character rdfs:label ?characterLabel .\n    FILTER(LANG(?characterLabel) = 'en')\n  }\n}\nLIMIT 10", "paraphrases": ["Which literary characters were created by Isaac Asimov?", "List the English names of literary characters created by Isaac Asimov."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q95074> . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q34981> . } LIMIT 100"}}
{"id": "val_7056", "question": "What is the type of Saint-S\u00e9verin church, the administrative area it is located in, and the type and name of the city it belongs to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?churchTypeLabel ?placeTypeLabel ?placeLabel ?countryTypeLabel ?countryLabel WHERE {\n  BIND( wd:Q1710376 AS ?church ) .\n  OPTIONAL {\n    ?church wdt:P31 ?churchType .\n    ?churchType rdfs:label ?churchTypeLabel .\n    FILTER ( LANG( ?churchTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?church wdt:P131 ?place .\n    ?place rdfs:label ?placeLabel .\n    FILTER ( LANG( ?placeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?place wdt:P31 ?placeType .\n    ?placeType rdfs:label ?placeTypeLabel .\n    FILTER ( LANG( ?placeTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?place wdt:P131 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?country wdt:P31 ?countryType .\n    ?countryType rdfs:label ?countryTypeLabel .\n    FILTER ( LANG( ?countryTypeLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Show the hierarchy of Saint-S\u00e9verin: its type, the type and name of the arrondissement it\u2019s in, and the type and name of Paris.", "For the church Saint-S\u00e9verin, list its classification, the classification and name of the arrondissement it\u2019s part of, and the classification and name of the city it belongs to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1710376> AS ?var6 ). OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7057", "question": "Current members of the German Bundestag and their political parties.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?partyLabel WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q1939555 .\n  FILTER NOT EXISTS {\n    ?statement pq:P582 ?end\n  }\n  .\n  ?person wdt:P102 ?party .\n  ?person rdfs:label ?personLabel .\n  ?party rdfs:label ?partyLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" && LANG( ?partyLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are the current members of the German Bundestag and which political parties do they belong to?", "List the English names of all currently serving members of the German Bundestag along with their political parties."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q1939555> . ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } ) ) . ?var1 <http://www.wikidata.org/prop/qualifier/P102> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7058", "question": "Geographic locations in Brazil with coordinates, excluding duplicates and parts of other items.", "sparql": "SELECT ?item ?itemLabel ?coord WHERE { ?item wdt:P17 wd:Q155 . ?item wdt:P625 ?coord . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"pt\" || LANG(?itemLabel) = \"en\") MINUS { ?item wdt:P361 ?part . } MINUS { ?item wdt:P2959 ?dup . } } ORDER BY ?itemLabel LIMIT 10000", "paraphrases": ["What are the named places in Brazil that have geographic coordinates and are not part of larger entities?", "List all labeled geographic features in Brazil along with their coordinates, excluding duplicates and items that are components of other places."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,de,en,fr\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var4 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var5 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var6 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2959> ?var7 . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } ORDER BY ASC( ?var1Label ) LIMIT 10000"}}
{"id": "val_7059", "question": "List all obituaries published in the Biographical Memoirs or Obituary Notices of the Royal Society, along with their DOIs, publication dates, and the birth and death dates of the deceased fellows, including their ODNB IDs if available.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?publicationDate ?doi ?person ?odnbId ?birthDate ?deathDate WHERE {\n  {\n    ?article wdt:P1433 wd:Q4914871 .\n  } UNION {\n    ?article wdt:P1433 wd:Q29043655 .\n  }\n  OPTIONAL {\n    ?article wdt:P921 ?person .\n    OPTIONAL {\n      ?person wdt:P1415 ?odnbId .\n    }\n    OPTIONAL {\n      ?person wdt:P569 ?birthDate .\n    }\n    OPTIONAL {\n      ?person wdt:P570 ?deathDate .\n    }\n  }\n  ?article wdt:P356 ?doi .\n  ?article wdt:P577 ?publicationDate .\n}\nORDER BY ASC ( ?publicationDate ) ASC ( ?doi )", "paraphrases": ["What are the publication dates and DOIs of articles in the Royal Society\u2019s Biographical Memoirs and Obituary Notices journals, and for those articles that are about specific individuals, what are their names, dates of birth and death, and Oxford Dictionary of National Biography IDs?", "Please provide a sorted list of all articles from the Royal Society\u2019s two obituary journals, showing their DOIs, publication dates, and for each article about a person, include that person\u2019s birth date, death date, and ODNB ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var7 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q4914871> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q29043655> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var4 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1415> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P570> ?var7 . } } ?var1 <http://www.wikidata.org/prop/direct/P356> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_7060", "question": "People with FFN swimmer ID who do not compete in swimming.", "sparql": "SELECT DISTINCT ?person (SAMPLE(?label) AS ?personLabel) WHERE { ?person wdt:P4074 ?id . MINUS { ?person wdt:P641 wd:Q31920 . } ?person rdfs:label ?label . } GROUP BY ?person ORDER BY ?person", "paraphrases": ["Who are the individuals registered in the French Swimming Federation with an FFN ID but not listed as swimmers?", "List all French Swimming Federation (FFN) ID holders who are not associated with the sport of swimming."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4074> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q31920> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_7061", "question": "Biographical articles in the Royal Society\u2019s journals with authors\u2019 birth/death dates and ODNB IDs.", "sparql": "SELECT ?item ?itemLabel ?pubDate ?person ?personLabel ?odnbId ?birthDate ?deathDate WHERE { { ?item wdt:P1433 wd:Q4914871 . } UNION { ?item wdt:P1433 wd:Q29043655 . } ?item wdt:P577 ?pubDate . ?item wdt:P921 ?person . OPTIONAL { ?person wdt:P1415 ?odnbId . } OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?item rdfs:label ?itemLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\") } ORDER BY ?pubDate", "paraphrases": ["What are the biographical articles published in the Biographical Memoirs or Obituary Notices of the Royal Society, and who are the people they are about, including their birth and death dates and Oxford Dictionary of National Biography IDs?", "List the titles, publication dates, and biographical details (birth, death, ODNB ID) of the people featured in the Royal Society\u2019s biographical journals."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var7 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q4914871> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q29043655> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var4 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1415> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P570> ?var7 . } } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var3 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_7062", "question": "What entities are classified as scholarly articles in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT * WHERE {\n  ?item ?property wd:Q13442814 .\n}\nLIMIT 10000", "paraphrases": ["Which Wikipedia pages or works are about scholarly articles?", "List all entities that have a relationship with the concept of a scholarly article and describe how they are connected."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 <https://www.wikidata.org/wiki/Q13442814> . } LIMIT 10000"}}
{"id": "val_7063", "question": "Italian Wikipedia page titles for communes in Italy", "sparql": "SELECT ?pageTitle WHERE { ?commune wdt:P31 wd:Q747074 . ?wikipediaPage schema:about ?commune . ?wikipediaPage schema:inLanguage \"it\" . ?wikipediaPage schema:isPartOf <https://it.wikipedia.org/> . ?wikipediaPage schema:name ?pageTitle .}", "paraphrases": ["What are the names of Italian Wikipedia articles about Italian communes?", "List the titles of all Italian-language Wikipedia pages that describe communes in Italy."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . ?var3 !( <http://schema.org/about> ) ?var1 . ?var3 <http://schema.org/inLanguage> \"it\". ?var3 <http://schema.org/isPartOf> <https://it.wikipedia.org/> . ?var3 <http://schema.org/name> ?var4 . }"}}
{"id": "val_7064", "question": "What properties link items to lightvessels in Wikidata, excluding \"instance of\"?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?statement ?property WHERE {\n  ?statement ?statementProperty wd:Q831515 .\n  ?item ?claimProperty ?statement .\n  ?property wikibase:statementProperty ?statementProperty .\n  ?property wikibase:claim ?claimProperty .\n  FILTER ( ?property != wd:P31 )\n}\nLIMIT 101", "paraphrases": ["Which properties are used to state that a ship or station is a lightvessel, and what are the associated items?", "Show me all entities that are connected to a lightvessel through a statement property (other than P31), along with the property and statement used."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q831515> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_7065", "question": "What silent film has the danskefilm ID 1447?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P3787 \"1447\" .\n  ?film rdfs:label ?filmLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n}", "paraphrases": ["Which film is identified by the ID 1447 in the danskefilm.dk silent film database?", "Find the English title of the silent film with the danskefilm silent film ID 1447."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3787> \"1447\". }"}}
{"id": "val_7066", "question": "What is the English title of the film with danskefilm ID 1185?", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P3785 \"1185\" . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") }", "paraphrases": ["Which film is identified by the ID 1185 in the danskefilm database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3785> \"1185\". }"}}
{"id": "val_7067", "question": "Who is the human named \"Maite Perroni\" in English?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Maite Perroni\"@en . ?item wdt:P31 wd:Q5 }", "paraphrases": ["Find the Wikidata item for the person labeled \"Maite Perroni\" in English who is a human.", "What entity in Wikidata has the English label \"Maite Perroni\" and is classified as a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Ma\u00eft\u00e9 Jur\u00e9\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7068", "question": "What film has the Scope.dk ID 4423?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2518 \"4423\" .\n}", "paraphrases": ["Which Wikidata item corresponds to the film with Scope.dk identifier 4423?", "I need to find the movie in Wikidata that is listed as number 4423 on Scope.dk."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"4423\". }"}}
{"id": "val_7069", "question": "What is Kelly Osbourne's date of birth and is she deceased?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q231182 wdt:P31 wd:Q5 . wd:Q231182 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") OPTIONAL { wd:Q231182 wdt:P569 ?birthDate . } OPTIONAL { wd:Q231182 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Kelly Osbourne born, and what is her full name?", "Can you provide the English name and birth date of Kelly Osbourne, along with her date of death if available?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q231182> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7070", "question": "What are the birth and death dates of Karl Patterson Schmidt?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q1397402 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q1397402 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q1397402 wdt:P570 ?deathDate .\n  }\n  wd:Q1397402 rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me when Karl Patterson Schmidt was born and when he died?", "Who is Karl Patterson Schmidt, and when were they born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q15240355> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7071", "question": "What are the birth and death dates of Hamar Bass?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q5644068 rdfs:label ?personLabel . OPTIONAL { wd:Q5644068 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5644068 wdt:P570 ?deathDate . } FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["Can you tell me the full name, date of birth, and date of death of the British politician Hamar Bass?", "Who was Hamar Bass, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5644068> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7072", "question": "Image of Samuel Garman with SNAC ARK ID w6rb9tpd", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6rb9tpd\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6rb9tpd?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6rb9tpd."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rb9tpd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7073", "question": "What journals or publications has Tom Vincent published in, and how many works did he publish in each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q40309288 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?labelEn .\n  FILTER ( LANG( ?labelEn ) = \"en\" ) .\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND( COALESCE ( ?shortName , ?labelEn ) AS ?publicationLabel )\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?count )", "paraphrases": ["List the publications where researcher Tom Vincent has authored articles, showing the count of his publications per journal, using the English name or abbreviation if available.", "Which publications have featured work by Tom Vincent, ranked by how many of his works they contain?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q40309288> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_7074", "question": "Who is the French politician named Fran\u00e7ois-Marie de la Fl\u00e9ch\u00e8re?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Fran\u00e7ois-Marie de la Fl\u00e9ch\u00e8re\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What human entity has the French label \"Fran\u00e7ois-Marie de la Fl\u00e9ch\u00e8re\"?", "Can you find the person in Wikidata whose name in French is Fran\u00e7ois-Marie de la Fl\u00e9ch\u00e8re?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"kerenflech\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7075", "question": "Films with their predecessor, successor, and IMDb ID.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?predecessor ?predecessorLabel ?successor ?successorLabel ?imdbId WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  OPTIONAL {\n    ?film wdt:P155 ?predecessor .\n    ?predecessor rdfs:label ?predecessorLabel .\n    FILTER ( LANG( ?predecessorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?film wdt:P156 ?successor .\n    ?successor rdfs:label ?successorLabel .\n    FILTER ( LANG( ?successorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?film wdt:P345 ?imdbId .\n  }\n}\nLIMIT 100", "paraphrases": ["Which films have a predecessor or successor in a series, and what are their IMDb IDs?", "Show me films, including their preceding and following films in a series, along with their IMDb identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P155> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P156> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var4 . } } LIMIT 100"}}
{"id": "val_7076", "question": "Which 3D file formats are supported by the most software programs?", "sparql": "SELECT ?fileFormat ?fileFormatLabel ( COUNT( ?software ) AS ?count ) (SAMPLE(?softwareLabel) AS ?sampleSoftware) WHERE { ?fileFormat wdt:P31 wd:Q235557 . ?fileFormat wdt:P366 wd:Q189177 . ?software wdt:P1072 ?fileFormat . ?fileFormat rdfs:label ?fileFormatLabel . ?software rdfs:label ?softwareLabel . FILTER(LANG(?fileFormatLabel) = \"en\") FILTER(LANG(?softwareLabel) = \"en\") } GROUP BY ?fileFormat ?fileFormatLabel ORDER BY DESC(?count)", "paraphrases": ["What are the most commonly readable 3D file formats, and which software can open them?", "List the 3D file formats ranked by how many software applications can read them, along with an example program for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q235557> . ?var1 <http://www.wikidata.org/prop/direct/P366> <http://www.wikidata.org/entity/Q189177> . ?var2 <http://www.wikidata.org/prop/direct/P1072> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2Label ORDER BY DESC( ?var3 )"}}
{"id": "val_7077", "question": "Movie with EDb ID t0001716", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3141 \"t0001716\" . }", "paraphrases": ["Which movie has the EDb film ID t0001716?", "Tell me the movie that corresponds to the EDb ID t0001716."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0001716\". }"}}
{"id": "val_7078", "question": "Is the academic article about Edgar Degas's painting \"Repasseuses\" classified as a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q38414765 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the scholarly article on Edgar Degas\u2019s artwork belong to the category of human beings?", "Is \"Edgar Degas, Repasseuses (women ironing) C.1884.\" a human according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q38414765> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7079", "question": "Countries with their ISO codes, populations, capitals, and currencies.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?isoCode ?population ?capital ?currency WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  OPTIONAL {\n    ?country wdt:P297 ?isoCode .\n  }\n  OPTIONAL {\n    ?country wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?country wdt:P36 ?capital .\n  }\n  OPTIONAL {\n    ?country wdt:P38 ?currency .\n  }\n}\nLIMIT 50", "paraphrases": ["What are the population, capital city, and currency of each country?", "List all countries along with their two-letter ISO code, population, capital, and official currency."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label ?var6 ?var7 ?var8 ?var8Label ?var9 ?var9Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P297> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P36> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2131> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P38> ?var9 . } } LIMIT 1000"}}
{"id": "val_7080", "question": "What are the things in Wikidata that are labeled \"walk\" in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item WHERE {\n  ?item rdfs:label \"walk\" @en .\n}", "paraphrases": ["Which entities or lexical items in Wikidata have the English label \"walk\"?", "Can you list all concepts and software items named \"walk\" in English on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"walk\"@en . }"}}
{"id": "val_7081", "question": "What organizations and awards are associated with Nitesh Chawla, where are they located, and what are their images?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image ?associatedEntity ?associatedEntityLabel ?locationCoordinate ?relationshipLabel WHERE {\n  wd:Q47482977 ?relationshipProperty ?associatedEntity .\n  ?associatedEntity rdfs:label ?associatedEntityLabel .\n  FILTER(LANG(?associatedEntityLabel) = \"en\")\n  ?propertyEntity wikibase:directClaim ?relationshipProperty .\n  ?propertyEntity rdfs:label ?relationshipLabel .\n  FILTER(LANG(?relationshipLabel) = \"en\")\n  OPTIONAL {\n    ?associatedEntity wdt:P18 ?image .\n  }\n  ?associatedEntity(p:P159 / pq:P625 | wdt:P276 / wdt:P625) ?locationCoordinate .\n}", "paraphrases": ["Can you list the entities (like awards or institutions) linked to Nitesh Chawla, their English labels, their geographic locations, the nature of the association, and any available images?", "Show me all the entities connected to Nitesh Chawla \u2014 such as awards, employers, or universities \u2014 along with their locations, the type of connection (e.g., \"educated at\"), and their images if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q47482977> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7082", "question": "What are some entities that have an ISNI (International Standard Name Identifier) assigned to them?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?isni WHERE {\n  ?item wdt:P213 ?isni\n}\nLIMIT 5", "paraphrases": ["Can you list entities along with their ISNI numbers?", "Show me examples of people or organizations that have an ISNI identifier."], "info": {"raw_sparql": "Describe <http://www.wikidata.org/prop/qualifier/value-normalized/P434>"}}
{"id": "val_7083", "question": "What is the English and French name of the United Nations?", "sparql": "SELECT ?enLabel ?frLabel WHERE { wd:Q1065 rdfs:label ?enLabel FILTER(LANGMATCHES(LANG(?enLabel), \"EN\")) . wd:Q1065 rdfs:label ?frLabel FILTER(LANGMATCHES(LANG(?frLabel), \"FR\")) } LIMIT 10", "paraphrases": ["English and French labels for the United Nations.", "Show me the English and French labels for the United Nations."], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q3245720> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q3245720> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_7084", "question": "Lists with main topic human", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?label WHERE {\n  ?var1 wdt:P360 wd:Q5 .\n  ?var1 rdfs:label ?label .\n}\nLIMIT 100", "paraphrases": ["What are the lists that have humans as their main topic?", "Show me the names of all lists that are primarily about humans."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q5> . ?var2 ?var3Label \"string1\". } LIMIT 100"}}
{"id": "val_7085", "question": "Type of Poblenou Cemetery, its location, and the administrative hierarchy above it.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?cemeteryTypeLabel ?cityTypeLabel ?cityLabel ?regionTypeLabel ?regionLabel WHERE {\n  BIND( wd:Q5668717 AS ?cemetery ) .\n  ?cemetery wdt:P31 ?cemeteryType .\n  ?cemetery wdt:P131 ?city .\n  ?city wdt:P31 ?cityType .\n  ?city wdt:P131 ?region .\n  ?region wdt:P31 ?regionType .\n  OPTIONAL {\n    ?cemeteryType rdfs:label ?cemeteryTypeLabel .\n    FILTER ( LANG( ?cemeteryTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?cityType rdfs:label ?cityTypeLabel .\n    FILTER ( LANG( ?cityTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?regionType rdfs:label ?regionTypeLabel .\n    FILTER ( LANG( ?regionTypeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?region rdfs:label ?regionLabel .\n    FILTER ( LANG( ?regionLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What type of place is Poblenou Cemetery, and what is its administrative location chain up to the regional level?", "Show me the classification and administrative hierarchy of Poblenou Cemetery, including the type and name of the place it\u2019s in and the type and name of the region above that."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q5668717> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7086", "question": "Administrative regions and country of the Bauhaus World Heritage Site", "sparql": "SELECT DISTINCT ?admin ?country ?continent WHERE { wd:Q14863645 wdt:P527 ?part . ?part wdt:P131 ?admin . ?part wdt:P17 ?country . ?country wdt:P30 ?continent .}", "paraphrases": ["In which countries and administrative regions are the Bauhaus sites located?", "List the countries and administrative divisions where the Bauhaus World Heritage Site's components are situated."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q14863645> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7087", "question": "What are some examples of stone arrangements that are types of stone settings?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q2341654 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 11", "paraphrases": ["Can you list the subclasses of \"stone setting\" in archaeology?", "What are specific kinds of prehistoric stone structures related to stone settings?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q2341654> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7088", "question": "Wikimedia usernames of German citizens with their English names", "sparql": "SELECT ?person ?personLabel ?username WHERE { ?person wdt:P4174 ?username ; wdt:P27 wd:Q183 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the German citizens on Wikimedia projects, and what are their usernames and English names?", "Show me the English names and Wikimedia usernames of people who are citizens of Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4174> ?var2 ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } LIMIT 1000"}}
{"id": "val_7089", "question": "What is the classification of the book \"Women Painters of the World\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?typeLabel WHERE {\n  VALUES ?item {\n    wd:Q19507487\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  ?item wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}", "paraphrases": ["Is there a list of women painters in Wikidata, and if so, what type of item is it?", "What type of work is \"Women Painters of the World\" \u2014 is it a list or a catalogue?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://dbpedia.org/resource/Emijrp/List_of_women_painters> <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . }"}}
{"id": "val_7090", "question": "Publication years and truncated titles of Marta Sales-Pardo's works with page counts.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year ?titlePrefix WHERE {\n  ?work wdt:P50 wd:Q25432128 ; wdt:P577 ?pubDate ; wdt:P1104 ?pages ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(YEAR(?pubDate) AS ?year)\n  BIND(SUBSTR(?label , 1 , 20) AS ?titlePrefix)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and first 20 characters of the English titles of Marta Sales-Pardo's published works that have a known number of pages?", "Show me the years and shortened titles (first 20 characters) of Marta Sales-Pardo's academic publications that include page numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q25432128> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q25432128> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_7091", "question": "Humans who died on February 8, 1858, with their birth dates, English names, and English Wikipedia descriptions.", "sparql": "SELECT DISTINCT ?person ?birthDate ?deathDate ?label ?description ?wikipediaPage WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . FILTER (?deathDate = \"1858-02-08T00:00:00Z\"^^xsd:dateTime) ?person rdfs:label ?label . FILTER (lang(?label) = \"en\") OPTIONAL { ?wikipediaPage schema:about ?person ; schema:inLanguage \"en\" ; schema:name ?pageTitle ; schema:description ?description . FILTER (regex(str(?wikipediaPage), \"en.wikipedia.org\")) } } LIMIT 50", "paraphrases": ["Who were the people born in the 18th century who died on February 8, 1858, and what are their English Wikipedia article titles and descriptions?", "List all humans who died on February 8, 1858, including their birth dates, English labels, and the English Wikipedia page and description if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var1Label ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . OPTIONAL { ?var1 <http://schema.org/description> ?var4 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/about> ?var1 . } FILTER ( ( ( ?var3 = \"1858-02-08T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_7092", "question": "Wikidata item matching WordNet synset 03291819-n", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P2888 <http://wordnet-rdf.princeton.edu/wn30/03291819-n> .\n}", "paraphrases": ["What Wikidata item is exactly the same as the WordNet concept for \"envelope\"?", "Show me the Wikidata entity that corresponds precisely to the WordNet noun \"envelope\"."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2888> <http://wordnet-rdf.princeton.edu/wn30/03291819-n> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"da\". } }"}}
{"id": "val_7093", "question": "What are all the superclass categories of the honorary doctor of the Hebrew University of Jerusalem?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q28861731 wdt:P279 * ?superclass .\n}\nLIMIT 100", "paraphrases": ["Can you list all the broader academic or categorical classifications that include the honorary doctorate awarded by the Hebrew University of Jerusalem?", "What categories does the honorary doctor of the Hebrew University of Jerusalem belong to, including indirect parent classes?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q28861731> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_7094", "question": "German municipalities with population and subdivisions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?municipality ?municipalityLabel ?population ?subdivision WHERE {\n  ?municipality wdt:P31 wd:Q262166 .\n  OPTIONAL {\n    ?municipality wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?municipality wdt:P150 ?subdivision .\n  }\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}", "paraphrases": ["What are the German municipalities, their populations, and the administrative entities they contain?", "List all municipalities in Germany, including their English names, population numbers, and any directly contained administrative subdivisions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var3 . } }"}}
{"id": "val_7095", "question": "What are the chemical identifiers (InChIKey, PubChem CID, ChemSpider ID) for the drug imatinib?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?compoundLabel ?inchikey ?pubchem ?chemspider WHERE {\n  wd:Q177094 wdt:P235 ?inchikey ; wdt:P662 ?pubchem ; wdt:P661 ?chemspider ; rdfs:label ?compoundLabel .\n  FILTER(LANG(?compoundLabel) = \"en\")\n}", "paraphrases": ["Show me the InChIKey, PubChem ID, and ChemSpider ID for the chemical compound imatinib.", "Can you find the standard identifiers for imatinib, including its InChIKey and database IDs?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label ?var3 ?var4 WHERE { { SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q29005907> ) ( <http://www.wikidata.org/entity/Q177094> ) ( <http://www.wikidata.org/entity/Q24683037> ) ( <http://www.wikidata.org/entity/Q40617346> ) ( <http://www.wikidata.org/entity/Q24799983> ) ( <http://www.wikidata.org/entity/Q40108106> ) ( <http://www.wikidata.org/entity/Q27325747> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> . } } UNION { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . FILTER ( ( STRSTARTS ( ?var2 , \"GLEEVEC\" ) ) ) . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P662> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P661> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P235> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7096", "question": "What are the colors of the flags of each country, grouped by country and flag?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?flag(GROUP_CONCAT(?colorLabel ; SEPARATOR = \", \") AS ?colors) WHERE {\n  ?country wdt:P31 wd:Q6256 ; wdt:P163 ?flag .\n  ?flag wdt:P462 ?color .\n  ?color rdfs:label ?colorLabel .\n  FILTER(LANG(?colorLabel) = \"en\")\n}\nGROUP BY ?country ?flag", "paraphrases": ["List each country with its flag and the English names of all colors used in that flag.", "Can you show me which colors appear on each national flag, with the colors concatenated into a single string per flag?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( GROUP_CONCAT ( ?var3 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P163> ?var6 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var6 <http://www.wikidata.org/prop/direct/P462> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7097", "question": "Municipalities with population over 1 million and their postal codes.", "sparql": "SELECT ?municipality ?population ?postalCode WHERE { ?municipality wdt:P31 wd:Q15284 . OPTIONAL { ?municipality wdt:P1082 ?population . } OPTIONAL { ?municipality wdt:P281 ?postalCode . } FILTER ( ?population > 1000000 ) }", "paraphrases": ["Which municipalities have a population greater than 1 million, and what are their postal codes?", "List all municipalities with more than one million residents, along with their postal codes if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15284> . FILTER ( ( ( ?var2 > \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P281> ?var3 . } }"}}
{"id": "val_7098", "question": "What are the municipalities with a population over 500,000, and what are their populations?", "sparql": "SELECT ?municipalityLabel ?population WHERE { ?municipality wdt:P31 wd:Q15284 . ?municipality wdt:P1082 ?population . ?municipality rdfs:label ?municipalityLabel . FILTER ( ?population > 500000 ) }", "paraphrases": ["List all municipalities with more than half a million residents along with their population figures.", "Which cities or towns classified as municipalities have a population exceeding 500,000?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/gemeinde> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } FILTER ( ( ( ?var2 > \"500000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_7099", "question": "List all humans with French names starting with 'C\u00e9cile'.", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(STRSTARTS(STR(?label), \"C\u00e9cile\")) . ?item wdt:P31 wd:Q5 }", "paraphrases": ["Who are the people named C\u00e9cile in French-speaking contexts?", "Show me all individuals in Wikidata who have a French label beginning with 'C\u00e9cile' and are classified as human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"C\u00e9cile Hoc\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7100", "question": "What are the labels and instance types of the Deutsche Bank Twin Towers in different languages?", "sparql": "SELECT ?label ?instanceType WHERE { wd:Q701538 wdt:P31 ?instanceType ; rdfs:label ?label .}", "paraphrases": ["In what languages is the Deutsche Bank Twin Towers labeled, and what building types is it classified as?", "Show me all the language labels for the Deutsche Bank Twin Towers along with their class types (e.g., office building, building complex)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q701538> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_7101", "question": "What is the English name and type of Peel Field?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?instanceOf WHERE {\n  wd:Q7160212 wdt:P31 ?instanceOf ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["English label and instance of type for Peel Field", "Show me the English name and category of Peel Field."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q7160212> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7102", "question": "What is the English label and type of the list of protected heritage sites in Mons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?type WHERE {\n  wd:Q3096751 wdt:P31 ?type ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What class does the item 'list of protected heritage sites in Mons' belong to, and what is its English name?", "Can you tell me the English name and instance type of the Wikidata item for heritage sites in Mons?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q3096751> <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7103", "question": "List English-labeled universities and higher education institutions with their country, administrative location, headquarters, website, and founding year.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?institutionLabel ?typeLabel ?countryLabel ?adminAreaLabel ?hqLabel ?coords ?website ?inception ?viaf ?isni ?funderId WHERE {\n  {\n    ?institution wdt:P31 wd:Q38723 .\n  } UNION {\n    ?institution wdt:P31 wd:Q3918 .\n  }\n  OPTIONAL {\n    ?institution rdfs:label ?institutionLabel .\n    FILTER ( LANG( ?institutionLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?institution wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?institution wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?institution wdt:P131 ?adminArea .\n    ?adminArea rdfs:label ?adminAreaLabel .\n    FILTER ( LANG( ?adminAreaLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?institution wdt:P159 ?hq .\n    ?hq rdfs:label ?hqLabel .\n    FILTER ( LANG( ?hqLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?institution wdt:P625 ?coords\n  }\n  OPTIONAL {\n    ?institution wdt:P856 ?website\n  }\n  OPTIONAL {\n    ?institution wdt:P571 ?inception\n  }\n  OPTIONAL {\n    ?institution wdt:P214 ?viaf\n  }\n  OPTIONAL {\n    ?institution wdt:P213 ?isni\n  }\n  OPTIONAL {\n    ?institution wdt:P3153 ?funderId\n  }\n  FILTER ( EXISTS {\n    ?institution rdfs:label ?institutionLabel .\n    FILTER ( LANG( ?institutionLabel ) = \"en\" )\n  }\n  )\n}\nLIMIT 100", "paraphrases": ["What are the names, types, countries, and locations of universities and higher education institutions, along with their official websites and founding dates?", "Please provide a list of up to 100 universities and higher education institutions in English, including their type, country, administrative region, headquarters, website, founding date, and identifiers like ISNI and VIAF."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8Label ?var8 ?var9Label ?var9 ?var10 ?var11Label ?var11 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q38723> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3918> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3153> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var5 . } } LIMIT 100"}}
{"id": "val_7104", "question": "What is Fisher Body, and what type of entity is it?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?typeLabel ?entityLabel WHERE {\n  wd:Q1420686 wdt:P31 ?type ; rdfs:label ?entityLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" )\n}", "paraphrases": ["What is the English label of Fisher Body and the class it is an instance of?", "Can you tell me the name of Fisher Body and its category in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q1420686> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7105", "question": "What is Dora Bakoyannis's profession or category according to Wikidata, and what is her name?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?instanceTypeLabel ?personLabel WHERE {\n  wd:Q464862 wdt:P31 ?instanceType ; rdfs:label ?personLabel .\n  ?instanceType rdfs:label ?instanceTypeLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?instanceTypeLabel ) = \"en\" )\n}", "paraphrases": ["Is Dora Bakoyannis classified as a human in Wikidata, and what is her full name in English?", "What type of entity is Dora Bakoyannis, and what is her English label?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q464862> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7106", "question": "What are the types of Pandroseion in English, and what is its label?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?typeLabel ?itemLabel WHERE {\n  wd:Q2204137 wdt:P31 ?type ; rdfs:label ?itemLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["What English labels describe the types that Pandroseion belongs to, and what is its own English name?", "Show me the English names of the categories that Pandroseion is classified under, along with its own English name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q2204137> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7107", "question": "What are the types of Nikaia Municipal Stadium in English?", "sparql": "SELECT ?typeLabel ?stadiumLabel WHERE { wd:Q7034714 wdt:P31 ?type ; rdfs:label ?stadiumLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?stadiumLabel) = \"en\") FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What is Nikaia Municipal Stadium called, and what categories does it belong to, in English?", "Can you list the English labels for the classes that Nikaia Municipal Stadium is an instance of?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q7034714> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7108", "question": "Type of Trams in Athens and its label in English", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?classLabel ?entityLabel WHERE {\n  wd:Q17513364 wdt:P31 ?class ; rdfs:label ?entityLabel .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["What class does Trams in Athens belong to, and what is its English label?", "Show me the English label of Trams in Athens and the English name of its type."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q17513364> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7109", "question": "What is Mount Everest and what type of entity is it?", "sparql": "SELECT ?typeLabel ?mountainLabel WHERE { wd:Q513 wdt:P31 ?type ; rdfs:label ?mountainLabel . ?type rdfs:label ?typeLabel . FILTER (LANG(?mountainLabel) = \"en\") FILTER (LANG(?typeLabel) = \"en\") }", "paraphrases": ["Show the English label of Mount Everest and its classification.", "What are the English labels for Mount Everest and its type in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q4588332> <http://www.wikidata.org/prop/direct/P31> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( \"en\" = LANG ( ?var2Label ) ) ) ) . FILTER ( ( ( \"en\" = LANG ( ?var1 ) ) ) ) . }"}}
{"id": "val_7110", "question": "Image of Jean Anthelme Brillat-Savarin (SNAC ARK ID: w6qj7xz7)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6qj7xz7\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6qj7xz7?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6qj7xz7."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qj7xz7\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7111", "question": "Number of citizens of Timor-Leste", "sparql": "SELECT (COUNT(DISTINCT ?person) AS ?count) WHERE { ?person wdt:P27 wd:Q574 . }", "paraphrases": ["How many people are citizens of Timor-Leste?", "Tell me how many individuals have Timor-Leste as their country of citizenship."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q574> . } }"}}
{"id": "val_7112", "question": "What are the names and ISO codes of all U.S. states and territories in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?state ?label ?isoCode WHERE {\n  ?state wdt:P17 wd:Q30 ; wdt:P300 ?isoCode ; rdfs:label ?label .\n  FILTER NOT EXISTS {\n    ?state wdt:P576 ?dissolved .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the English labels and ISO 3166-2 codes for active U.S. administrative subdivisions?", "Show me the states and territories of the United States with their official ISO codes, using English names only."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { BIND ( <http://www.wikidata.org/entity/Q30> AS ?var6 ). ?var1 <http://www.wikidata.org/prop/P300> ?var7 ; <http://www.wikidata.org/prop/direct/P17> ?var6 ; <http://www.wikidata.org/prop/direct/P131> + ?var8 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var7 <http://www.wikidata.org/prop/statement/P300> ?var3 . FILTER ( ( NOT EXISTS { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var9 . } ) ) . FILTER ( ( NOT EXISTS { ?var8 <http://www.wikidata.org/prop/direct/P576> ?var10 . } ) ) . ?var6 <http://www.wikidata.org/prop/direct/P37> ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P424> ?var12 . FILTER ( ( LANG ( ?var2 ) IN ( STR ( ?var12 ) , \"en\" ) ) ) . OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P300> ?var4 . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 . FILTER ( ( LANG ( ?var5 ) IN ( STR ( ?var12 ) , \"en\" ) ) ) . } }"}}
{"id": "val_7113", "question": "How many geographic features have their topographic isolation measured in each unit (metre, kilometre, mile)?", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?unit ?unitLabel ( COUNT( DISTINCT ?feature ) AS ?count ) WHERE {\n  ?feature p:P2659 / psv:P2659 [ wikibase:quantityUnit ?unit ] .\n  ?unit rdfs:label ?unitLabel .\n  FILTER ( LANG( ?unitLabel ) = \"en\" )\n}\nGROUP BY ?unit ?unitLabel", "paraphrases": ["What are the most common units used to express topographic isolation on Wikidata, and how many features use each?", "Can you show me the count of peaks or mountains with topographic isolation recorded in metres, kilometres, and miles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/P2659> / <http://www.wikidata.org/prop/statement/value/P2659> ) [ <http://wikiba.se/ontology#quantityUnit> ?var1 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_7114", "question": "Image of Henry James Sumner Maine with SNAC ARK ID w6b584c8", "sparql": "SELECT ?image WHERE { wd:Q1195523 wdt:P3430 \"w6b584c8\" . OPTIONAL { wd:Q1195523 wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6b584c8?", "Please provide the Wikimedia Commons image for the person identified by the SNAC ARK ID w6b584c8."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b584c8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7115", "question": "List the ISO 3166-2 codes for all regions of Chile.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?region ?regionLabel ?isoCode WHERE {\n  ?region wdt:P31 wd:Q590080 .\n  ?region wdt:P300 ?isoCode .\n  ?region rdfs:label ?regionLabel .\n  FILTER ( LANG( ?regionLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names and ISO 3166-2 codes of the administrative regions of Chile?", "Can you show me the names and ISO codes of Chile\u2019s first-level administrative regions?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q590080> . ?var1 <http://www.wikidata.org/prop/direct/P300> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7116", "question": "List all \u010cSFD person IDs in Wikidata.", "sparql": "SELECT DISTINCT ?csfdId WHERE { ?person wdt:P2605 ?csfdId . }", "paraphrases": ["What are all the \u010cSFD identifiers assigned to people in Wikidata?", "Can you provide a complete list of the \u010cSFD IDs used to link film professionals in Wikidata to the Czech and Slovak film database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P2605> ?var1 . } GROUP BY ?var1"}}
{"id": "val_7117", "question": "Image of Jean Price-Mars with SNAC ARK ID w66t8hsh", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w66t8hsh\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for Jean Price-Mars, identified by SNAC ARK ID w66t8hsh?", "Show me the image linked to the SNAC ARK ID w66t8hsh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w66t8hsh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7118", "question": "Celebrities with birth name, date of birth, occupation, gender, and death date", "sparql": "SELECT ?person ?birthName ?birthDate ?occupation ?occupationLabel ?deathDate ?gender ?genderLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 ?occupation . FILTER(?occupation IN (wd:Q33999, wd:Q177220, wd:Q36180, wd:Q45664, wd:Q1052281, wd:Q245068, wd:Q134678, wd:Q18624488, wd:Q1628115)) OPTIONAL { ?person wdt:P1477 ?birthName . } OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } OPTIONAL { ?person wdt:P21 ?gender . } OPTIONAL { ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } OPTIONAL { ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } FILTER(?gender IN (wd:Q6581097, wd:Q6581072)) } LIMIT 100", "paraphrases": ["Who are some famous people (like actors or singers), and what are their birth names, birth dates, occupations, genders, and death dates?", "List up to 100 notable people such as actors, singers, and writers, along with their birth names, dates of birth, occupations, genders, and dates of death, where gender is male or female."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var5Label ?var7 ?var7Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1477> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q211236> . } LIMIT 100"}}
{"id": "val_7119", "question": "What is the English name and description of the entry with ID 2096101 in the Great Russian Encyclopedia Online (old version)?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2096101\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the English label and description for the fossil plant order identified as 2096101 in the Great Russian Encyclopedia?", "Show me the English name and definition of the taxon linked to the Great Russian Encyclopedia ID 2096101."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2096101\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7120", "question": "What are the titles and creation years of paintings by King Charles XV of Sweden?", "sparql": "SELECT ?painting ?paintingLabel ?property ?propertyLabel ?value ?valueLabel WHERE { ?painting wdt:P170 wd:Q52925 ; ?property ?value . FILTER(?property IN (wdt:P1476, wdt:P571)) OPTIONAL { ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") } OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["List the paintings created by Charles XV of Sweden along with their English titles and when they were created.", "Show me the artwork titles and inception dates for all paintings by the Swedish king Charles XV."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q18601662> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7121", "question": "Films featuring Kevin Bacon as an actor.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  ?film wdt:P161 wd:Q3454165 .\n  ?film ( wdt:P31 / wdt:P279 * ) wd:Q11424 .\n}", "paraphrases": ["Which movies has Kevin Bacon appeared in?", "List all films where Kevin Bacon was a cast member."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q3454165> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7122", "question": "Films starring Kevin Bacon", "sparql": "SELECT ?film ?filmTitle WHERE { ?film wdt:P161 wd:Q3454165 . ?film (wdt:P31/wdt:P279*) wd:Q11424 . ?film wdt:P1476 ?filmTitle .}", "paraphrases": ["What are the titles of all films in which Kevin Bacon has appeared?", "List the titles of movies and film genres where Kevin Bacon acted."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q3454165> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7123", "question": "What are the most common entities associated with tennis players, and how many players are linked to each?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ( COUNT( DISTINCT ?var2 ) AS ?var3 ) WHERE {\n  ?var2 wdt:P641 wd:Q847 ; ?var4 ?var1 .\n  FILTER ( isIRI( ?var1 ) )\n}\nGROUP BY ?var1\nHAVING ( ?var3 > 100 )\nORDER BY DESC ( ?var3 )\nLIMIT 50", "paraphrases": ["Which countries, tournaments, or sports are linked to over 100 tennis players?", "Show the top 50 entities that are connected to the most tennis players."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var2 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q847> ; ?var4 ?var1 . ?var5 <http://wikiba.se/ontology#directClaim> ?var4 ; <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#WikibaseItem> . } GROUP BY ?var1 HAVING ( ( ?var3 > \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 ) LIMIT 50"}}
{"id": "val_7124", "question": "What scholarly articles cite the paper \"Mitochondria-Targeted Lupane Triterpenoid Derivatives and Their Selective Apoptosis-Inducing Anticancer Mechanisms\"?", "sparql": "SELECT ?citedArticle ?title WHERE { ?citedArticle wdt:P2860 wd:Q46341422 . ?citedArticle wdt:P1476 ?title . FILTER(LANG(?title) = \"en\") }", "paraphrases": ["Which research papers reference this study on lupane triterpenoid derivatives as anticancer agents?", "Show me the titles of articles that cite the 2017 paper on mitochondria-targeted triterpenoids."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q46341422> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7125", "question": "Which articles are cited by the paper \"Use of genes encoding cellobiohydrolase-C and topoisomerase ... for phylogenetic analysis and identification of Fusarium\"?", "sparql": "SELECT ?citedArticle ?citedArticleLabel ?property ?propertyLabel WHERE { ?citedArticle wdt:P2860 wd:Q42627141 . ?property wikibase:directClaim wdt:P2860 . OPTIONAL { ?citedArticle rdfs:label ?citedArticleLabel . FILTER(LANG(?citedArticleLabel) = \"en\") } OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Articles cited in the study on Fusarium identification using cellobiohydrolase-C and topoisomerase genes", "List the scholarly works referenced by the 2004 paper on Fusarium phylogenetic analysis."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q42627141> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7126", "question": "What academic articles cite the study on magnetic resonance spectroscopy and diffusion-weighted imaging in brain pathology?", "sparql": "SELECT ?citingArticle ?citingArticleLabel WHERE { ?citingArticle wdt:P2860 wd:Q36695416 . ?citingArticle rdfs:label ?citingArticleLabel . FILTER(LANG(?citingArticleLabel) = \"en\") }", "paraphrases": ["List the titles of papers that reference the 1993 article on brain biochemistry using MRI techniques.", "Which scholarly works cite the article titled \"Applications of magnetic resonance spectroscopy and diffusion-weighted imaging to the study of brain biochemistry and pathology\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q36695416> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7127", "question": "Properties and values of the village Khomartaj in Iran", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q5818092 ?property ?value .\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["What are the properties and their values for the village Khomartaj?", "Show me all the information known about Khomartaj, including property names and their values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q5818092> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7128", "question": "List of military air bases in Wikidata with English labels.", "sparql": "SELECT ?airbaseLabel ?airbase WHERE { ?airbase wdt:P31 wd:Q695850 . ?airbase rdfs:label ?airbaseLabel . FILTER(LANG(?airbaseLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some examples of air bases that are instances of military aerodromes in Wikidata, along with their English names?", "Show me the names of air bases in English from Wikidata that are used by military forces for aircraft operations."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,it\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q695850> . } LIMIT 100"}}
{"id": "val_7129", "question": "How many times is the United States Public Law (P3837) used in statements, references, and qualifiers, and what are the rank distributions?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?usageType ?rank ?count WHERE {\n  {\n    SELECT ( wikibase:statementProperty AS ?usageType ) ?rank ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n      ?item p:P3837 ?stmt .\n      OPTIONAL {\n        ?stmt wikibase:rank ?rank\n      }\n    }\n    GROUP BY ?rank\n  } UNION {\n    VALUES ( ?usageType ?rank ) {\n      ( wikibase:reference \"none\" )\n    }\n    {\n      SELECT ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n        ?item pr:P3837 ?ref .\n      }\n    }\n  } UNION {\n    VALUES ( ?usageType ?rank ) {\n      ( wikibase:qualifier \"none\" )\n    }\n    {\n      SELECT ( COUNT( DISTINCT ?item ) AS ?count ) WHERE {\n        ?item pq:P3837 ?qual .\n      }\n    }\n  }\n}\nORDER BY DESC ( ?usageType ) DESC ( ?count ) ASC ( ?rank )", "paraphrases": ["What is the count of distinct items using United States Public Law (P3837) as a statement (by rank), as a reference, and as a qualifier?", "Show me the usage statistics of the United States Public Law property (P3837), broken down by whether it's used in statements (with rank), references, or qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3837> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( <http://wikiba.se/ontology#BestRank> AS ?var2 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P3837> ?var7 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 ) ?var2 ( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var8 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3837> ?var8 . ?var8 <http://wikiba.se/ontology#rank> ?var2 . } GROUP BY ?var2 } UNION { SELECT( <http://wikiba.se/ontology#reference> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/reference/P3837> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#qualifier> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/qualifier/P3837> ?var6 . } } } ORDER BY DESC( ?var1 ) DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_7130", "question": "What protein is encoded by the CT_842 gene in Chlamydia trachomatis?", "sparql": "SELECT DISTINCT ?gene ?protein WHERE { ?taxon wdt:P685 \"272561\" . ?gene wdt:P2393 \"CT_842\" ; wdt:P703 ?taxon ; wdt:P688 ?protein . }", "paraphrases": ["Which protein does the gene with NCBI locus tag CT_842 encode in Chlamydia trachomatis?", "Find the protein product of the CT_842 gene in Chlamydia trachomatis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_842\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_7131", "question": "What Gene Ontology terms and categories (molecular function, biological process, or cellular component) are associated with the UniProt protein O84849?", "sparql": "SELECT DISTINCT \n  ?goTermLabel \n  ?goId \n  ?goCategoryLabel\nWHERE {\n  # Find protein by UniProt ID\n  ?protein wdt:P352 \"O84849\" .\n\n  # Link to GO annotation statements (P680, P681, P682)\n  ?protein p:P680|p:P681|p:P682 ?goStatement .\n\n  # Extract GO term\n  ?goStatement ps:P680|ps:P681|ps:P682 ?goTerm .\n\n  # Get GO ID\n  ?goTerm wdt:P686 ?goId .\n\n  # Get category (subclass of: molecular function, biological process, cellular component)\n  ?goTerm wdt:P279* ?goCategory .\n  VALUES ?goCategory { wd:Q2996394 wd:Q5058355 wd:Q14860489 }\n\n  # Get labels in English\n  OPTIONAL { ?goTerm rdfs:label ?goTermLabel . FILTER(LANG(?goTermLabel) = \"en\") }\n  OPTIONAL { ?goCategory rdfs:label ?goCategoryLabel . FILTER(LANG(?goCategoryLabel) = \"en\") }\n}\nORDER BY ?goId", "paraphrases": ["For the protein with UniProt ID O84849, what are its annotated Gene Ontology functions and processes, and which broader categories do they belong to?", "List all Gene Ontology annotations (with GO IDs and whether they are molecular functions, biological processes, or cellular components) for the protein identified by UniProt ID O84849."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var1 ?var3 ?var4Label ?var5Label ?var6Label ?var7 WHERE { ?var8 <http://www.wikidata.org/prop/direct/P352> \"O84849\". { ?var8 <http://www.wikidata.org/prop/P680> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P681> ?var9 . } UNION { ?var8 <http://www.wikidata.org/prop/P682> ?var9 . } ?var9 <http://www.wikidata.org/prop/qualifier/P459> ?var4 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var5 . ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P813> ) ?var6 . OPTIONAL { ?var9 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P698> ) ?var10 . } { ?var9 <http://www.wikidata.org/prop/statement/P680> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P681> ?var1 . } UNION { ?var9 <http://www.wikidata.org/prop/statement/P682> ?var1 . } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 ; <http://www.wikidata.org/prop/direct/P686> ?var2 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q2996394> ) || ( ?var3 = <http://www.wikidata.org/entity/Q5058355> ) || ( ?var3 = <http://www.wikidata.org/entity/Q14860489> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P591> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7132", "question": "What is the most commonly used property in Wikidata to link items to the chemical formula property (P199)?", "sparql": "SELECT ?directProperty (COUNT(?directProperty) AS ?count) WHERE { ?item ?statementProperty wd:P199 . ?directProperty wikibase:directClaim ?statementProperty . ?directProperty rdf:type wikibase:Property . } GROUP BY ?directProperty ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which direct claim property appears most often when the object of a statement is the property \"chemical formula\"?", "Among all properties used to assert \"chemical formula\" as an object, which one is used the most?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P199> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_7133", "question": "List all Van Gogh paintings with JH catalog numbers and indicate which ones have images on Wikimedia Commons.", "sparql": "SELECT ?catalogCode ?painting ?hasImage WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting p:P528 ?statement . ?statement ps:P528 ?catalogCode . ?statement pq:P972 wd:Q19833315 . OPTIONAL { ?painting wdt:P18 ?image . } BIND( IF( BOUND(?image), 1, 0 ) AS ?hasImage ) }", "paraphrases": ["Which of Van Gogh\u2019s paintings are listed in the Jan Hulsker catalog (JH numbers), and do they have images available on Commons?", "Show me the JH catalog codes for Van Gogh\u2019s paintings, the painting items, and a flag indicating whether each has a corresponding image on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var3 <http://www.wikidata.org/prop/P528> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P528> ?var2 . ?var5 <http://www.wikidata.org/prop/qualifier/P972> <http://www.wikidata.org/entity/Q19833315> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var6 . } BIND ( IF ( BOUND ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). }"}}
{"id": "val_7134", "question": "What are the RKY national heritage IDs for lighthouses in Sweden, including those part of larger heritage sites?", "sparql": "SELECT ?lighthouse ?rkyId WHERE { ?lighthouse wdt:P31 wd:Q39715 . { ?lighthouse wdt:P361 ?heritageSite . ?heritageSite wdt:P4009 ?rkyId . } UNION { ?lighthouse wdt:P4009 ?rkyId . } }", "paraphrases": ["Which lighthouses in Sweden have an RKY national built heritage environment ID, either directly or through being part of a larger heritage site?", "List all lighthouses and their corresponding RKY heritage identifiers, whether they are individually registered or part of a registered heritage complex."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P4009> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P4009> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\". } }"}}
{"id": "val_7135", "question": "Who is the French person named Jean Oli\u00e9?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Jean Oli\u00e9\" @fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Find the human with the French label \"Jean Oli\u00e9\".", "Tell me the Wikidata item for the French soldier Jean Oli\u00e9."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Aline Olie\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7136", "question": "What countries, cities, and continents is the Le M\u00e9ridien Kota Kinabalu located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  {\n    wd:Q41799055(wdt:P17 | wdt:P131) ?location .\n  } UNION {\n    wd:Q41799055 wdt:P17 ?country .\n    ?country wdt:P30 ?location .\n  }\n  ?location rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the administrative and geographic hierarchy of the Le M\u00e9ridien Kota Kinabalu hotel, including its country and continent?", "Which geographic entities such as city, country, and continent are associated with the Le M\u00e9ridien Kota Kinabalu?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q41799055> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7137", "question": "People who died today, and the year they died", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?personLabel(YEAR(?deathDate) AS ?deathYear) WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(MONTH(?deathDate) = MONTH(NOW ()) && DAY(?deathDate) = DAY(NOW ()))\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Who died on this day in history, and in what year?", "Show me the names and death years of people who died on today\u2019s date."], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var4 ). BIND ( DAY ( NOW ( ) ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( MONTH ( ?var2 ) = ?var4 ) && ( DAY ( ?var2 ) = ?var5 ) ) ) . } LIMIT 10"}}
{"id": "val_7138", "question": "What film has the EDb ID t0012785?", "sparql": "SELECT ?film WHERE { ?film wdt:P3141 \"t0012785\" . }", "paraphrases": ["Which movie is identified by the EDb film ID t0012785?", "I\u2019m looking for the movie in Wikidata that corresponds to the EDb identifier t0012785."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3141> \"t0012785\". }"}}
{"id": "val_7139", "question": "What film has the Russian Ministry of Culture ID 110202558?", "sparql": "SELECT ?film WHERE { ?film wdt:P2636 \"110202558\" . }", "paraphrases": ["Which movie is identified by the code 110202558 in Russia\u2019s official film register?", "Find the film in Wikidata that is listed with the MKRF ID 110202558."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2636> \"110202558\". }"}}
{"id": "val_7140", "question": "Film with Scope.dk ID 1125", "sparql": "SELECT ?film WHERE { ?film wdt:P2518 \"1125\" . }", "paraphrases": ["Which film has the Scope.dk film ID 1125?", "Tell me the film that is identified as 1125 on Scope.dk."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2518> \"1125\". }"}}
{"id": "val_7141", "question": "Image of the person with SNAC ARK ID w6jq3380", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6jq3380\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Maria Montessori\u2019s SNAC ARK ID (w6jq3380)?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6jq3380."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jq3380\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7142", "question": "What films has Tom Hanks acted in, and what are their titles?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel ?title WHERE {\n  ?film wdt:P161 wd:Q2263 .\n  OPTIONAL {\n    ?film wdt:P1476 ?title .\n  }\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}", "paraphrases": ["List all movies featuring Tom Hanks along with their English titles and official titles.", "Show me the English titles and official titles of films where Tom Hanks was a cast member."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q19798734> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 100"}}
{"id": "val_7143", "question": "List UK railway stations and their CRS codes.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?station ?stationLabel ?crsCode WHERE {\n  ?station wdt:P4755 ?crsCode .\n  ?station rdfs:label ?stationLabel .\n  FILTER ( LANG( ?stationLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["What are the English names and three-letter codes of UK railway stations?", "Can you provide a list of UK railway stations with their official CRS codes and their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4755> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_7144", "question": "What film has the Russiancinema.ru ID 3274?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2678 \"3274\" .\n}", "paraphrases": ["Which movie on Wikidata is associated with the Russiancinema.ru identifier 3274?", "Find the Wikidata item for the film with Russiancinema.ru ID 3274."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2678> \"3274\". }"}}
{"id": "val_7145", "question": "Which properties link entities to British Ice Skating, and how often, excluding statement properties?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q16258020 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) || STRSTARTS( STR( ?property ) , \"http://schema.org/\" ) )\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["What are the most common properties used to connect other items to British Ice Skating on Wikidata, and how many times are they used?", "Show me the properties that relate other entities to British Ice Skating, but only include those used more than once, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q16258020> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7146", "question": "French-labeled human named Yves Pujol", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Yves Pujol\" @fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who is the human named Yves Pujol in French?", "Find the Wikidata item for the person named Yves Pujol with a French label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Yves Pujol\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7147", "question": "Who is a human named \"\u05d3\u05d5\u05d3\" in Hebrew, and where were they born?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?birthPlace ?birthPlaceLabel WHERE {\n  ?human rdfs:label \"\u05d3\u05d5\u05d3\" @he .\n  ?human wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?human wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n  }\n}", "paraphrases": ["Find all people with the Hebrew name \"\u05d3\u05d5\u05d3\" and their places of birth.", "What is the birthplace of the person named David in Hebrew (\u05d3\u05d5\u05d3)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var3Label \"string1\"@he . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . } }"}}
{"id": "val_7148", "question": "Underground stations with \"io\" in their English name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q22808403 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) .\n  FILTER ( REGEX( STR( ?var1Label ) , \"io\" , \"i\" ) ) .\n}\nLIMIT 20000", "paraphrases": ["Which underground stations have \"io\" in their English name?", "List all underground stations whose English names contain the letters \"io\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22808403> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( REGEX ( STR ( ?var1 ) , \"io\", \"i\" ) ) ) . } LIMIT 20000"}}
{"id": "val_7149", "question": "Which Wikidata items have the Twitter usernames \"Hindawi\" or \"evamen\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Hindawi\" \"evamen\" } }", "paraphrases": ["Who on Wikidata uses the Twitter handle \"evamen\"?", "Find the person or organization associated with the Twitter username \"evamen\" \u2014 and check if \"Hindawi\" is also linked to any entity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"Hindawi\" ) ( \"evamen\" ) } }"}}
{"id": "val_7150", "question": "Films released in 2015 with their titles, directors, genres, and English labels.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?director ?genre ?title ?date WHERE {\n  ?film wdt:P31 wd:Q11424 ; wdt:P577 ?date ; wdt:P1476 ?title .\n  OPTIONAL {\n    ?film wdt:P57 ?director .\n  }\n  OPTIONAL {\n    ?film wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER ( LANG( ?filmLabel ) = \"en\" )\n  }\n  FILTER ( ?date >= \"2015-01-01T00:00:00Z\" ^^ xsd:dateTime && ?date < \"2016-01-01T00:00:00Z\" ^^ xsd:dateTime )\n}\nLIMIT 100", "paraphrases": ["What are the films released in 2015, along with their English titles, directors, and genres?", "Show me up to 100 films from 2015, including their English names, directors, genres, and release dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> ; <http://www.wikidata.org/prop/direct/P577> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var6 . } FILTER ( ( ( \"2015-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var6 ) && ( ?var6 < \"2016-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } } LIMIT 100"}}
{"id": "val_7151", "question": "What pairs of topics (other than XBRL) are associated with documents that have XBRL as a main subject?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subject1 ?subject1Label ?subject2 ?subject2Label WHERE {\n  ?item wdt:P921 wd:Q959950 .\n  ?item wdt:P921 ?subject1 .\n  ?item wdt:P921 ?subject2 .\n  FILTER ( ?subject1 != wd:Q959950 ) .\n  FILTER ( ?subject2 != wd:Q959950 ) .\n  FILTER ( ?subject1 != ?subject2 ) .\n  OPTIONAL {\n    ?subject1 rdfs:label ?subject1Label .\n    FILTER ( lang( ?subject1Label ) = 'en' )\n  }\n  .\n  OPTIONAL {\n    ?subject2 rdfs:label ?subject2Label .\n    FILTER ( lang( ?subject2Label ) = 'en' )\n  }\n}", "paraphrases": ["Which combinations of data standards like linked data and open data appear together as main subjects in publications about XBRL?", "Show all unique pairs of non-XBRL main subjects shared by works that are primarily about XBRL."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q959950> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q959950> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q959950> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q959950> != ?var1 ) && ( <http://www.wikidata.org/entity/Q959950> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_7152", "question": "Branches of science and their parent categories in English", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?branch ?branchLabel ?parent ?parentLabel WHERE {\n  ?branch wdt:P31 wd:Q2465832 .\n  ?branch rdfs:label ?branchLabel .\n  FILTER ( LANG( ?branchLabel ) = \"en\" ) OPTIONAL {\n    ?branch wdt:P279 ?parent .\n    ?parent rdfs:label ?parentLabel .\n    FILTER ( LANG( ?parentLabel ) = \"en\" )\n  }\n}\nORDER BY ?branchLabel", "paraphrases": ["What are the scientific disciplines and what broader fields do they belong to?", "List all branches of science along with their parent scientific fields, using English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2465832> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7153", "question": "What entities are labeled \"Chanson\" in French?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Chanson\" @fr .\n}", "paraphrases": ["Can you list all items in Wikidata that have the French label \"Chanson\"?", "What does \"Chanson\" refer to in French on Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Chanson\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7154", "question": "What are the names of all districts in the city of Z\u00fcrich?", "sparql": "SELECT ?district (SAMPLE(?districtLabel) AS ?label) WHERE { ?district wdt:P31 wd:Q19644409 . ?district rdfs:label ?districtLabel . } GROUP BY ?district", "paraphrases": ["List the administrative districts of Z\u00fcrich along with their labels.", "Which districts make up the city of Z\u00fcrich, and what are they called?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19644409> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1545> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7155", "question": "What are the official websites of the company Muchosol, and are there English or German Wikipedia articles about it?", "sparql": "SELECT ?item ?website ?wikipediaUrl WHERE { ?item wdt:P856 ?website . FILTER(CONTAINS(STR(?website), \"muchosol\")) . OPTIONAL { ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang ; schema:url ?wikipediaUrl . FILTER(?lang IN (\"en\", \"de\")) } }", "paraphrases": ["Find all entities with \"muchosol\" in their official website URL and show any associated English or German Wikipedia pages.", "Can you find the official websites for Muchosol and check if there are any Wikipedia articles in English or German about them?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.www.muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.www.muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://www.muchosol.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://www.muchosol.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://muchosol.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://muchosol.de> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <https://muchosol.de/> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P856> <http://muchosol.de/> . } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7156", "question": "What Apple products are named after the McIntosh apple, and when were they released?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?itemLabel ?publicationDate ?image ?item WHERE {\n  ?item wdt:P138 wd:Q1144556 ; wdt:P577 ?publicationDate .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Show me the Macintosh computers and operating systems named after the McIntosh apple, along with their release dates and images.", "Which technology items derived their name from the McIntosh apple cultivar, and what are their release dates and associated images?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P138> <http://www.wikidata.org/entity/Q1144556> ; <http://www.wikidata.org/prop/direct/P577> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7157", "question": "Items with birthday (day and month) and English labels, sorted alphabetically.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?birthday WHERE {\n  ?item wdt:P3150 ?birthday .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nORDER BY ASC ( ?itemLabel )\nLIMIT 1000", "paraphrases": ["What are the top 1000 entities in Wikidata that have a known day and month of birth, along with their English names?", "List up to 1000 English-labeled items that have a birthday specified as a day and month, ordered by their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3150> ?var2 ; <http://wikiba.se/ontology#statements> \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> . } LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } ORDER BY DESC( ?var3 )ASC( ?var1 )"}}
{"id": "val_7158", "question": "What events occurred on May 31, 1984?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ?date .\n  FILTER(?date >= \"1984-05-31T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1984-05-31T23:59:59Z\" ^^ xsd:dateTime)\n  FILTER NOT EXISTS {\n    ?event wdt:P31 / wdt:P279 * wd:Q186408 .\n  }\n}", "paraphrases": ["Which sports events, spacecraft missions, or military operations had their first performance, launch, service entry, or other key event on May 31, 1984?", "List all notable events from May 31, 1984, such as premieres, flights, or service entries, excluding date entities themselves."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1984-05-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1984-05-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7159", "question": "What is the image associated with the person having SNAC ARK ID w6d225m4?", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w6d225m4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find an image for Forrest Reid using his SNAC ARK ID?", "Show the Wikimedia Commons image for the entity identified by SNAC ARK ID w6d225m4, if it exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6d225m4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7160", "question": "Wikidata items modified after the first 10, with their last modification dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?date WHERE {\n  ?item wdt:P5017 ?date .\n}\nOFFSET 10\nLIMIT 1000", "paraphrases": ["What are the 1000 Wikidata items (after skipping the first 10) and when were they last modified?", "Show me the next 1000 Wikidata items after the first 10, along with the date they were last edited."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://schema.org/dateModified> ?var2 . { SELECT ?var1 ?var2 WHERE { ?var1 <http://schema.org/dateModified> ?var2 . } OFFSET 10 LIMIT 1000 } }"}}
{"id": "val_7161", "question": "What are the different types of bagels listed in Wikidata?", "sparql": "SELECT DISTINCT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q272502 . ?subclass rdfs:label ?subclassLabel . FILTER (LANG(?subclassLabel) = \"en\") }", "paraphrases": ["Can you list the English names of all subclasses of bagel?", "Show me the varieties of bagels such as Montreal-style, pizza, and New York-style, along with their labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q272502> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7162", "question": "Who are the people named Samson in French?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Samson\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Which humans have the French name 'Samson'?", "List all individuals classified as human beings whose name in French is 'Samson'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Samson\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7163", "question": "What properties and values describe the pseudogene Gm20164 (Q18322733), with their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?object ?objectLabel ?property ?propertyLabel WHERE {\n  wd:Q18322733 ?propertyUri ?object .\n  ?property wikibase:directClaim ?propertyUri .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) OPTIONAL {\n    ?object rdfs:label ?objectLabel .\n    FILTER ( LANG( ?objectLabel ) = \"en\" )\n  }\n}", "paraphrases": ["For the mouse pseudogene Q18322733, what are the properties used to describe it and their English labels?", "List all the English-labeled properties and their corresponding values for the pseudogene Q18322733."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q18322733> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7164", "question": "What properties are used to describe Mother's Wax Museum, and what are their values?", "sparql": "SELECT ?property ?propertyLabel ?value (SAMPLE(?valueLabelAlt) AS ?valueLabel) WHERE { wd:Q22079942 ?propertyClaim ?value . ?property wikibase:directClaim ?propertyClaim . ?property rdfs:label ?propertyLabel . OPTIONAL { ?value rdfs:label ?valueLabelAlt . FILTER(LANG(?valueLabelAlt) = \"en\") } FILTER(LANG(?propertyLabel) = \"en\") } GROUP BY ?property ?propertyLabel ?value LIMIT 100", "paraphrases": ["Can you list the direct properties of Mother's Wax Museum in English, along with their labels and the values they point to?", "Show me the English labels of all properties associated with Mother's Wax Museum and the corresponding values, including labels for those values if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q22079942> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7165", "question": "Academic articles that cite \"Predictive models to assess risk of type 2 diabetes using national health data from Kuwait\u2014a cohort study\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?title WHERE {\n  ?article wdt:P2860 wd:Q30626855 .\n  ?article wdt:P1476 ?title .\n}\nLIMIT 100", "paraphrases": ["Which research papers cite the study on predictive models for type 2 diabetes risk using Kuwaiti health data?", "Show me the titles of scholarly articles that reference the 2013 Kuwait cohort study on type 2 diabetes prediction."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q30626855> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7166", "question": "Ferry ports in Italy with coordinates and images", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?port ?portLabel ?coord ?image WHERE {\n  ?port wdt:P31 wd:Q1478783 .\n  ?port wdt:P17 wd:Q38 .\n  ?port wdt:P625 ?coord .\n  OPTIONAL {\n    ?port wdt:P18 ?image\n  }\n  .\n  ?port rdfs:label ?portLabel .\n  FILTER ( LANG( ?portLabel ) = \"en\" )\n}\nORDER BY ASC ( ?portLabel )", "paraphrases": ["What are the ferry ports in Italy, and what are their locations and images?", "List all ferry terminals in Italy along with their geographic coordinates and associated images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q20630238> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nb,nn,en,fi\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7167", "question": "What is the instance type of Neeliyar Bhagavathi that is labeled \"Theyyam\" in English?", "sparql": "SELECT ?instanceType WHERE { wd:Q6986813 wdt:P31 ?instanceType . ?instanceType rdfs:label \"Theyyam\"@en . }", "paraphrases": ["Which category does Neeliyar Bhagavathi belong to, if its label is \"Theyyam\"?", "Find the Wikidata item representing the type \"Theyyam\" that Neeliyar Bhagavathi is an instance of."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q6986813> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . FILTER ( ( ( \"en\" = LANG ( \"string1\"@en ) ) ) ) . }"}}
{"id": "val_7168", "question": "What are the occupations of Leonardo da Vinci, and what are their English labels and images?", "sparql": "SELECT ?occupation ?occupationLabel ?occupationImage ?leonardoImage WHERE { wd:Q762 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") OPTIONAL { ?occupation wdt:P18 ?occupationImage . } OPTIONAL { wd:Q762 wdt:P18 ?leonardoImage . } }", "paraphrases": ["Can you list all the jobs Leonardo da Vinci had, along with their descriptions in English and pictures of those professions? Also, show his portrait if available.", "Show me the English names of Leonardo da Vinci\u2019s professions, their associated images on Wikimedia Commons, and his own portrait."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var6 WHERE { { BIND ( <http://www.wikidata.org/entity/Q762> AS ?var1 ). ?var1 ?var7 ?var8 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var9 ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var8 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q762> ?var7 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var9 ?var7 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2> . }"}}
{"id": "val_7169", "question": "Musical groups that performed on the album \"Feeding Fingers\"", "sparql": "SELECT ?item ?itemLabel ?property WHERE { ?item ?property wd:Q5441229 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which musical groups are credited as performers on the album \"Feeding Fingers\"?", "List the musical groups that have \"Feeding Fingers\" as one of their works."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q5441229> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7170", "question": "Who is the person with IMDb ID nm0338169?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0338169\" . }", "paraphrases": ["Which Wikidata entity corresponds to the IMDb identifier nm0338169?", "Find the Wikidata item for the IMDb ID nm0338169."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0338169\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_7171", "question": "People who are both actors and writers", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q36180 , wd:Q33999 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people that work as both actors and writers?", "List all individuals whose occupations include both acting and writing."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> , <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_7172", "question": "List the English titles and premiere dates of all episodes of the TV series \"Mord mit Aussicht\", ordered by air date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?episode ?episodeLabel ?premiereDate WHERE {\n  ?episode wdt:P179 wd:Q1407012 .\n  ?episode wdt:P577 ?premiereDate .\n  ?episode rdfs:label ?episodeLabel .\n  FILTER ( LANG( ?episodeLabel ) = \"en\" )\n}\nORDER BY ?premiereDate", "paraphrases": ["What are the English titles and premiere dates of the episodes in the German TV series \"Mord mit Aussicht\", sorted chronologically?", "Please provide the English names and broadcast dates of every episode from the \"Mord mit Aussicht\" series, starting from the earliest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1407012> AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1191> ?var2 . ?var4 <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/qualifier/P1545> ?var5 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7173", "question": "Which Wikidata items have the Twitter usernames \"adzebill\", \"kenbenoit\", or \"wikidigi\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"adzebill\" \"kenbenoit\" \"wikidigi\" } }", "paraphrases": ["Who are the people or organizations on Wikidata associated with the Twitter handles @adzebill, @kenbenoit, and @wikidigi?", "Show me the Wikidata entries for the Twitter accounts adzebill, kenbenoit, and wikidigi."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"euanc\" ) ( \"wikidigi\" ) ( \"string2\" ) ( \"TOS\" ) ( \"tos\" ) ( \"index7v\" ) ( \"tinokirito\" ) ( \"13528l\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"hudrobson\" ) ( \"string7\" ) ( \"string8\" ) ( \"adzebill\" ) ( \"string9\" ) ( \"jwsal\" ) ( \"string10\" ) ( \"string11\" ) ( \"kenbenoit\" ) ( \"LDN_CDO\" ) ( \"string12\" ) ( \"kingsBSD\" ) ( \"OA_RHUL\" ) ( \"LDN_data\" ) ( \"string13\" ) ( \"string14\" ) } }"}}
{"id": "val_7174", "question": "What is the image of the emu species?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?emu ?emuLabel ?image WHERE {\n  wd:Q93208 rdfs:label ?emuLabel .\n  FILTER ( LANG( ?emuLabel ) = \"en\" ) OPTIONAL {\n    wd:Q93208 wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me pictures of emus from Wikimedia Commons?", "Show me the official images of the emu (Dromaius novaehollandiae) on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q93208> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7175", "question": "Who is the father of Erik Lundeg\u00e5rd?", "sparql": "SELECT DISTINCT ?father ?statement WHERE { ?father p:P22 ?statement . ?statement ps:P22 wd:Q5708047 . } LIMIT 1", "paraphrases": ["What is the statement node linking Mats Lundeg\u00e5rd as the father of Erik Lundeg\u00e5rd?", "Can you tell me the father of the Swedish journalist Erik Lundeg\u00e5rd?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P22> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P22> <http://www.wikidata.org/entity/Q5708047> . } LIMIT 101"}}
{"id": "val_7176", "question": "Female Canadian actresses born after 1999", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?actor ?actorLabel WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P27 wd:Q16 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P569 ?birthDate .\n  FILTER ( ?birthDate > \"1999-01-01T00:00:00\" ^^ xsd:dateTime ) .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}", "paraphrases": ["Who are the female Canadian actresses born after January 1, 1999?", "List the English names of all female Canadian actors born after 1999."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 > \"1999-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 ?var1Label \"Abby Zotz\"@en . } ) ) . }"}}
{"id": "val_7177", "question": "Who is the person with IMDb ID nm0637116, and what is their name in English?", "sparql": "SELECT ?person ?personLabel ?nativeName WHERE { ?person wdt:P345 \"nm0637116\" . ?person rdfs:label ?personLabel . OPTIONAL { ?person wdt:P1559 ?nativeName . } FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["What is the English name of the person identified by the IMDb ID nm0637116?", "Please provide the English name of the person whose IMDb ID is nm0637116, and if available, their native name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0637116\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . } } LIMIT 100"}}
{"id": "val_7178", "question": "What office was contested in the 2017 Austrian legislative election?", "sparql": "SELECT ?office ?officeLabel WHERE { wd:Q19311231 wdt:P541 ?office . ?office rdfs:label ?officeLabel . FILTER(LANG(?officeLabel) = \"en\") }", "paraphrases": ["Which position was determined by the 2017 Austrian legislative election?", "Tell me the title of the office that the 2017 Austrian parliamentary election was held to fill."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } <http://www.wikidata.org/entity/Q19311231> <http://www.wikidata.org/prop/direct/P541> ?var1 . } LIMIT 10000"}}
{"id": "val_7179", "question": "Is the Celtic deity Mogons classified as a type of artificial physical object?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q321547 ( wdt:P31 / wdt:P279 * ) wd:Q8205328 .\n}", "paraphrases": ["Does the Celtic god Mogons belong to a category that is a subclass of artificial physical objects?", "Check if Mogons, a Celtic deity, is an instance of something that is ultimately a kind of human-made object."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q321547> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7180", "question": "Is Hestia considered a human-made object?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q41419 wdt:P31 / wdt:P279 * wd:Q8205328 .\n}", "paraphrases": ["Is Hestia an instance of a subclass of artificial physical objects?", "Confirm whether Hestia belongs to any category that is a type of man-made object."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q41419> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7181", "question": "Is the Salii (Salian priests) a type of artificial physical object?", "sparql": "ASK WHERE { wd:Q366880 ( wdt:P31 / wdt:P279 * ) wd:Q8205328 . }", "paraphrases": ["Are Salian priests considered artifacts or human-made objects?", "Does the religious organization known as the Salii belong to the category of man-made physical objects?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q366880> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7182", "question": "Is a religious figure a type of person?", "sparql": "ASK WHERE { wd:Q4504549 wdt:P279* wd:Q215627 . }", "paraphrases": ["Does the category of religious figure fall under the broader category of person?", "Are all religious figures considered persons according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4504549> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7183", "question": "Which characters and concepts from Tolkien\u2019s legendarium have more than 70 properties listed on Wikidata?", "sparql": "SELECT ?itemLabel ?instanceTypeLabel WHERE { ?item wdt:P1080 wd:Q81738 . ?item wdt:P31 ?instanceType . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') } OPTIONAL { ?instanceType rdfs:label ?instanceTypeLabel . FILTER(LANG(?instanceTypeLabel) = 'en') } { SELECT ?item (COUNT(?statement) AS ?count) WHERE { ?item wdt:P1080 wd:Q81738 . ?item ?statement ?value . FILTER(?statement != wdt:P1080) . FILTER(?statement != wdt:P31) . } GROUP BY ?item HAVING (?count > 70) } }", "paraphrases": ["What entities in Tolkien\u2019s legendarium are highly detailed, with over 70 statements, and what types are they classified as?", "Show me the names and types of all entities from Tolkien\u2019s legendarium that have more than 70 associated properties, excluding their universe and type links."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q81738> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1080> <http://www.wikidata.org/entity/Q81738> . ?var1 ?var3 ?var2 . } GROUP BY ?var1 HAVING ( ( ?var4 > \"70\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7184", "question": "Is the organization known as a sodality considered a human being?", "sparql": "ASK WHERE { wd:Q47492839 (wdt:P31/wdt:P279*) wd:Q5 }", "paraphrases": ["Does the entity Q47492839 belong to the class of humans or any of its subclasses?", "Is a sodality classified as a human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47492839> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7185", "question": "National parks and protected areas in Norway, Sweden, Denmark, and Finland with English or Norwegian labels and images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1(0.1 AS ?var2) ?var1Label(CONCAT(\"[[file:\" , SUBSTR(STR(?var5) , 52 , 500) , \"]]\") AS ?var6) ?var5 WHERE {\n  {\n    ?var1 wdt:P31 wd:Q46169 .\n  } UNION {\n    ?var1 wdt:P31 wd:Q473972 .\n  }\n  {\n    ?var1 wdt:P17 wd:Q20 .\n  } UNION {\n    ?var1 wdt:P17 wd:Q34 .\n  } UNION {\n    ?var1 wdt:P17 wd:Q33 .\n  } UNION {\n    ?var1 wdt:P17 wd:Q35 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P18 ?var5 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"nb\")\n}", "paraphrases": ["What are the national parks and protected areas in the Nordic countries (Norway, Sweden, Denmark, Finland) that have labels in English or Norwegian and associated images on Wikimedia Commons?", "List all national parks and protected areas located in Norway, Sweden, Denmark, or Finland, showing their English or Norwegian names and the corresponding Wikimedia Commons image filenames."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( \"0.1\"^^<http://www.w3.org/2001/XMLSchema#decimal> AS ?var2 )( ?var3Label AS ?var4 )( CONCAT ( \"[[file:\", SUBSTR ( STR ( ?var5 ) ,\"52\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , \"string1\" ) AS ?var6 ) ?var5 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q46169> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q473972> . } { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q20> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q34> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q33> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q35> . } OPTIONAL { ?var7 <http://schema.org/about> ?var1 . ?var7 <http://schema.org/inLanguage> \"nb\". ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nb,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } }"}}
{"id": "val_7186", "question": "What are all the known facts about the pharmaceutical company Novartis?", "sparql": "SELECT ?property ?value WHERE { wd:Q507154 ?property ?value . }", "paraphrases": ["Show me all the properties and values associated with Novartis on Wikidata.", "Can you list everything Wikidata knows about Novartis?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2Label \"Novartis\"@en . ?var1 ?var3 ?var4 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7187", "question": "Image of Princeton University", "sparql": "SELECT ?image WHERE { wd:Q21578 wdt:P18 ?image .}", "paraphrases": ["What image is associated with Princeton University on Wikimedia Commons?", "Show me the official photo of Princeton University."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q21578> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_7188", "question": "Images of ice hockey player, Russia, Penza, male, and Russian language associated with Eduard Gorbachyov.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q37808227 wdt:P106 ?occupation . ?occupation wdt:P18 ?image . } UNION { wd:Q37808227 wdt:P27 ?nationality . ?nationality wdt:P18 ?image . } UNION { wd:Q37808227 wdt:P19 ?birthplace . ?birthplace wdt:P18 ?image . } UNION { wd:Q37808227 wdt:P21 ?gender . ?gender wdt:P18 ?image . } UNION { wd:Q37808227 wdt:P1412 ?language . ?language wdt:P18 ?image . } }", "paraphrases": ["What images are linked to Eduard Gorbachyov\u2019s occupation, nationality, birthplace, gender, and language?", "Show me all images from Wikimedia Commons that are associated with Eduard Gorbachyov through his occupation, nationality, birthplace, gender, or spoken language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q37808227> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q37808227> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37808227> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_7189", "question": "What are the names of pharmaceutical drugs and their ATC classification codes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?atcCode ?drugLabel WHERE {\n  ?drug wdt:P267 ?atcCode .\n  ?drug rdfs:label ?drugLabel .\n}", "paraphrases": ["Which drugs are assigned ATC codes, and what are those codes?", "Show me the ATC codes and corresponding drug names from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P267> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7190", "question": "Official websites of research institutes in Germany", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?institute ?instituteLabel ?website WHERE {\n  ?institute wdt:P31 wd:Q31855 .\n  ?institute wdt:P856 ?website .\n  ?institute wdt:P17 wd:Q183 .\n  ?institute rdfs:label ?instituteLabel .\n  FILTER(LANG(?instituteLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["What are the official websites of research institutes located in Germany, and what are their names?", "List the names and official websites of all research institutes in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q31855> . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . } LIMIT 1000"}}
{"id": "val_7191", "question": "Years and first 20 characters of English titles of publications by Marja J\u00e4\u00e4ttel\u00e4.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?shortTitle WHERE {\n  ?work wdt:P50 wd:Q19507915 ; wdt:P577 ?date ; rdfs:label ?fullTitle .\n  FILTER(LANG(?fullTitle) = \"en\")\n  BIND(YEAR(?date) AS ?year)\n  BIND(SUBSTR(?fullTitle , 1 , 20) AS ?shortTitle)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and shortened English titles of works by Marja J\u00e4\u00e4ttel\u00e4?", "List the years and the first 20 characters of the English titles of all publications authored by Marja J\u00e4\u00e4ttel\u00e4, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q19507915> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q19507915> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_7192", "question": "FIDE ID 1503014, name and English description", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?player ?playerLabel ?description WHERE {\n  ?player wdt:P1440 \"1503014\" .\n  OPTIONAL {\n    ?player rdfs:label ?playerLabel .\n    FILTER(LANG(?playerLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?player schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the chess player with FIDE ID 1503014, and what is their English description?", "Please provide the name and English description of the chess player identified by FIDE ID 1503014."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1440> \"24210650\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7193", "question": "Image of Carl Menger with SNAC ARK ID w6r217tc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6r217tc\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person identified by the SNAC ARK ID w6r217tc?", "Show me the Wikimedia Commons image linked to Carl Menger\u2019s SNAC ARK ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6r217tc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7194", "question": "What is the English label for British Commando operations during World War II?", "sparql": "SELECT ?label WHERE { wd:Q16208027 rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What is the name of British Commando operations during World War II in English?", "How is \"British Commando operations during World War II\" referred to in English on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q16208027> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q2385804> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7195", "question": "What are all the broader categories that a mountain belongs to, including itself?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q8502 wdt:P279 * ?superclass .\n}", "paraphrases": ["What classes is the concept of a mountain a subclass of in Wikidata?", "Show the full hierarchy of classes from mountain up to the most general category in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q38997810> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_7196", "question": "English labels of educational institutions and their subclasses", "sparql": "SELECT ?itemLabel WHERE { ?item (wdt:P31 | wdt:P279) wd:Q2385804 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are the English names of all entities that are either educational institutions or subclasses of educational institutions?", "List the English labels of all educational institutions and their subtypes."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q1721651> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q2385804> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7197", "question": "Educational institutions attended by Georg Friedrich Grotefend", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?institutionLabel WHERE {\n  wd:Q57855 wdt:P69 ?institution .\n  ?institution wdt:P31 / wdt:P279 * wd:Q2385804 .\n  ?institution rdfs:label ?institutionLabel .\n}", "paraphrases": ["Which educational institutions did Georg Friedrich Grotefend attend?", "List the names of the schools and universities where Georg Friedrich Grotefend was educated."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q57855> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q2385804> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"en\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7198", "question": "Books with both ISBN-13 and ISBN-10 identifiers.", "sparql": "SELECT ?book ?isbn13 ?isbn10 WHERE { ?book wdt:P212 ?isbn13 . ?book wdt:P957 ?isbn10 .}", "paraphrases": ["Which books in Wikidata have both a 13-digit and a 10-digit ISBN?", "Show me the book items along with their corresponding ISBN-13 and ISBN-10 numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P212> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P957> ?var3 . }"}}
{"id": "val_7199", "question": "What image is associated with the entity having the SNAC ARK ID w6z13z3x?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6z13z3x\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image of the entity with SNAC ARK ID w6z13z3x", "Show me the image for the SNAC ARK ID w6z13z3x"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6z13z3x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7200", "question": "What are some examples of office supplies?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?categoryLabel WHERE {  VALUES ?category { wd:Q2383811 }  ?item wdt:P279 ?category .  ?item rdfs:label ?itemLabel .  FILTER(LANGMATCHES(LANG(?itemLabel), \"en\"))  ?category rdfs:label ?categoryLabel .  FILTER(LANGMATCHES(LANG(?categoryLabel), \"en\"))} LIMIT 50", "paraphrases": ["List the types of items that are classified as office supplies, along with their English names.", "Can you show me the categories of products that fall under office supplies?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q2383811> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7201", "question": "What pairs of ecological topics are commonly discussed together in works about biodiversity loss?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE {\n  {\n    ?work wdt:P921 / wdt:P31* / wdt:P279* wd:Q18466271 .\n  } UNION {\n    ?work wdt:P921 / wdt:P361+ wd:Q18466271 .\n  } UNION {\n    ?work wdt:P921 / wdt:P1269+ wd:Q18466271 .\n  }\n\n  ?work wdt:P921 ?topic1 , ?topic2 .\n\n  FILTER (?topic1 != wd:Q18466271)\n  FILTER (?topic2 != wd:Q18466271)\n  FILTER (?topic1 != ?topic2)\n\n  ?topic1 rdfs:label ?topic1Label .\n  ?topic2 rdfs:label ?topic2Label .\n\n  FILTER (lang(?topic1Label) = \"en\")\n  FILTER (lang(?topic2Label) = \"en\")\n}", "paraphrases": ["Which topics frequently appear alongside biodiversity loss in academic or media works, and what other topics are they paired with?", "Show me combinations of two distinct subjects (other than biodiversity loss itself) that are both main topics of the same works related to biodiversity loss."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18466271> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q18466271> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q18466271> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q18466271> != ?var1 ) && ( <http://www.wikidata.org/entity/Q18466271> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_7202", "question": "Living philosophers, their birth dates, countries, languages, and notable works", "sparql": "SELECT DISTINCT \n  ?philosopher \n  ?dateOfBirth \n  (GROUP_CONCAT(DISTINCT ?country; SEPARATOR=\", \") AS ?countries) \n  (GROUP_CONCAT(DISTINCT ?language; SEPARATOR=\", \") AS ?languages) \n  (GROUP_CONCAT(DISTINCT ?notableWork; SEPARATOR=\", \") AS ?notableWorks)\nWHERE {\n  ?philosopher wdt:P31 wd:Q5 .                    \n  ?philosopher wdt:P106 wd:Q4964182 .             \n  ?philosopher wdt:P569 ?dateOfBirth .            \n  OPTIONAL { ?philosopher wdt:P27 ?country . }     \n  OPTIONAL { ?philosopher wdt:P1412 ?language . }  \n  OPTIONAL { ?philosopher wdt:P800 ?notableWork . } \n  FILTER(NOT EXISTS { ?philosopher wdt:P570 ?deathDate }) \n}\nGROUP BY ?philosopher ?dateOfBirth\nORDER BY DESC(?dateOfBirth)", "paraphrases": ["Who are the living philosophers, and what are their birth dates, countries of citizenship, languages spoken, and notable works?", "List all living philosophers along with their date of birth, country, languages, and notable works, with multiple values separated by commas."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ( GROUP_CONCAT ( DISTINCT ?var6Label ; SEPARATOR = \", \" ) AS ?var7 )( GROUP_CONCAT ( DISTINCT ?var8Label ; SEPARATOR = \", \" ) AS ?var9 )( GROUP_CONCAT ( DISTINCT ?var10Label ; SEPARATOR = \", \" ) AS ?var11 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var12 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4964182> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var10 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . ?var13 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var10Label . ?var12 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var14 . } ) ) . } GROUP BY ?var1 ?var2 ?var3 ?var15 ?var5 ?var4 ORDER BY DESC( ?var3 )"}}
{"id": "val_7203", "question": "Administrative and country entities related to Palaestina Prima", "sparql": "SELECT DISTINCT ?entity ?entityLabel WHERE { wd:Q3274024 (wdt:P17|wdt:P131) ?entity . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") FILTER(?entity != wd:Q3274024) }", "paraphrases": ["Which countries and administrative regions was Palaestina Prima part of?", "List the political and territorial entities that Palaestina Prima belonged to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3274024> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7204", "question": "List all counties in Arkansas.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?county ?label WHERE {\n  ?county wdt:P31 wd:Q11774062 .\n  ?county rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What are the counties in Arkansas?", "Show me the names of all counties in Arkansas, using their English labels."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11774062> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P882> ?var3 . } }"}}
{"id": "val_7205", "question": "Universities in Wikidata with German labels", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?university ?label WHERE {\n  ?university wdt:P31 wd:Q3918 .\n  ?university rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"de\"))\n}", "paraphrases": ["Which universities have labels in German?", "Show me the German-language labels for all universities listed in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( LANGMATCHES ( LANG ( ?var2Label ) , \"DE\" ) ) ) . }"}}
{"id": "val_7206", "question": "Scholarly articles authored by Simon Fisher, including publication dates, venues, co-authors, and instance types.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT(MIN(?publicationDate) AS ?earliestPublicationDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?instanceTypeLabel ; SEPARATOR = \", \") AS ?instanceTypes)(SAMPLE(?numberOfPages) AS ?pages) ?publicationVenue ?publicationVenueLabel(GROUP_CONCAT(DISTINCT ?coAuthorLabel ; SEPARATOR = \", \") AS ?coAuthors) WHERE {\n  ?work wdt:P50 wd:Q7518750 .\n  OPTIONAL {\n    ?work wdt:P577 ?date .\n    BIND(xsd:date(?date) AS ?publicationDate)\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?instanceType .\n    ?instanceType rdfs:label ?instanceTypeLabel .\n    FILTER(LANG(?instanceTypeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?numberOfPages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationVenue .\n    ?publicationVenue rdfs:label ?publicationVenueLabel .\n    FILTER(LANG(?publicationVenueLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P50 ?coAuthor .\n    ?coAuthor rdfs:label ?coAuthorLabel .\n    FILTER(LANG(?coAuthorLabel) = \"en\")\n    .\n    FILTER(?coAuthor != wd:Q7518750)\n  }\n}\nGROUP BY ?work ?workLabel ?publicationVenue ?publicationVenueLabel\nORDER BY DESC(?earliestPublicationDate)", "paraphrases": ["What are the scholarly works written by Simon Fisher, and who are his co-authors, along with the publication venues and dates?", "List all works authored by Simon Fisher, showing their publication dates, venues, co-authors (excluding himself), instance types (e.g., scholarly article), and number of pages, sorted from newest to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q7518750> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_7207", "question": "Are there any human biblical scholars?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?scholar wdt:P106 wd:Q19829990 .\n  ?scholar wdt:P31 wd:Q5 .\n}", "paraphrases": ["Do people who work as biblical scholars count as humans?", "I want to know if biblical scholars are humans \u2014 is that true?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q19829990> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7208", "question": "What are the ticker symbols for Novartis on the stock exchanges where it is listed?", "sparql": "SELECT ?exchange ?exchangeLabel ?ticker WHERE { wd:Q507154 p:P414 ?statement . ?statement ps:P414 ?exchange ; pq:P249 ?ticker . ?exchange rdfs:label ?exchangeLabel . FILTER(LANG(?exchangeLabel) = \"en\") }", "paraphrases": ["On which stock exchanges is Novartis traded, and what are its ticker symbols?", "Find the stock ticker codes for Novartis International AG on its listed exchanges."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { ?var4 ?var5Label \"Novartis\"@en . } UNION { ?var4 ?var5Label \"Novartis\"@en . ?var4 ?var1 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . } FILTER ( ( !( isIRI ( ?var3 ) ) ) ) . } UNION { ?var4 ?var5Label \"Novartis\"@en . ?var4 ?var1 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . } FILTER ( ( isIRI ( ?var3 ) ) ) . } FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7209", "question": "What properties are used to link the company Novartis to other entities in Wikidata, and what are their labels?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel WHERE {\n  ?subject ?property wd:Q507154 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/\" ) ) .\n  FILTER ( ! STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/statement/\" ) ) .\n  FILTER ( ! STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/qualifier/\" ) ) .\n  BIND( STRAFTER( STR( ?property ) , \"http://www.wikidata.org/prop/\" ) AS ?propPath ) .\n  BIND( STRAFTER( ?propPath , \"/\" ) AS ?propCode ) .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , ?propCode ) ) AS ?propertyEntity ) .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nORDER BY ?propertyLabel", "paraphrases": ["Can you list all the relationships (with their English labels) that connect Novartis to other items in Wikidata?", "Show me the English names of all properties that have Novartis as their object in Wikidata, excluding qualifiers and statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { ?var3 ?var4 \"Novartis\"@en . } UNION { BIND ( ?var5 AS ?var2 ). ?var3 ?var4 \"Novartis\"@en . ?var3 ?var1 ?var5 . FILTER ( ( !( isIRI ( ?var5 ) ) ) ) . } UNION { BIND ( ?var5 AS ?var2 ). ?var3 ?var4 \"Novartis\"@en . ?var3 ?var1 ?var5 . FILTER ( ( isIRI ( ?var5 ) ) ) . FILTER ( ( !( REGEX ( STR ( ?var5 ) , \"statement/\" ) ) ) ) . } UNION { BIND ( ?var5Label AS ?var2 ). ?var3 ?var4 \"Novartis\"@en . ?var3 ?var1 ?var5 . ?var5 ?var6 ?var5Label . FILTER ( ( REGEX ( STR ( ?var6 ) , \"string1\" ) ) ) . FILTER ( ( isIRI ( ?var5 ) ) ) . FILTER ( ( REGEX ( STR ( ?var5 ) , \"statement/\" ) ) ) . } FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7210", "question": "Sources cited for Douglas Adams in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nSELECT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  BIND(wd:Q42 AS ?var1)\n  ?var1 ?p [ prov:wasDerivedFrom [(pr:P248 | pr:P854) ?var2 ] ] .\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?var2 rdfs:label ?var2Label\n    FILTER(LANG(?var2Label) = \"en\")\n  }\n}", "paraphrases": ["What reference URLs and authoritative sources are used to support claims about Douglas Adams?", "Show me the references (websites or authority files) that back up information about Douglas Adams, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var1 ). ?var1 ?var3 [ <http://www.w3.org/ns/prov#wasDerivedFrom> [ ( <http://www.wikidata.org/prop/reference/P248> | <http://www.wikidata.org/prop/reference/P854> ) ?var2 ] ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7211", "question": "UN member states with the most heads of government", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel ( COUNT( ?headOfGovernmentStatement ) AS ?countOfHeadsOfGovernment ) WHERE {\n  ?country ( p:P463 / ps:P463 ) wd:Q1065 ; p:P6 ?headOfGovernmentStatement .\n  FILTER ( isIRI( ?country ) ) ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nGROUP BY ?country ?countryLabel\nORDER BY DESC ( ?countOfHeadsOfGovernment )", "paraphrases": ["Which countries have had the highest number of different heads of government since joining the United Nations?", "List the United Nations member countries ordered by how many times they have changed their head of government, along with the count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/P463> / <http://www.wikidata.org/prop/statement/P463> ) <http://www.wikidata.org/entity/Q1065> ; <http://www.wikidata.org/prop/P6> ?var2 . } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_7212", "question": "What cities are located in the Esslingen district in Germany?", "sparql": "SELECT DISTINCT ?city ?cityLabel WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P131 wd:Q8533 . FILTER(LANG(?cityLabel) = \"en\") . ?city rdfs:label ?cityLabel . }", "paraphrases": ["Cities in Esslingen district, Germany", "List the names of all cities and towns in the administrative district of Esslingen, Baden-W\u00fcrttemberg."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q8533> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7213", "question": "List of chemical databases with their English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?chemicalDatabase ?chemicalDatabaseLabel WHERE {\n  ?chemicalDatabase wdt:P31 wd:Q2881060 .\n  ?chemicalDatabase rdfs:label ?chemicalDatabaseLabel .\n  FILTER(LANG(?chemicalDatabaseLabel) = \"en\")\n}", "paraphrases": ["What are the English names of all chemical databases in Wikidata?", "Show me the English-labeled chemical databases from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2881060> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7214", "question": "How many medical findings are listed in Wikidata?", "sparql": "SELECT (COUNT(?medicalFinding) AS ?count) WHERE { ?medicalFinding wdt:P31 wd:Q639907 . }", "paraphrases": ["What is the total number of clinical findings in Wikidata?", "Can you tell me how many entities in Wikidata are classified as medical findings?"], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q639907> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_7215", "question": "What is the image of Larry Page in the SNAC database?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6r50mkf\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the SNAC ARK ID w6r50mkf?", "Show the photo of the person identified by the SNAC ARK ID w6r50mkf."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6r50mkf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7216", "question": "Municipalities in North Rhine-Westphalia, Germany, with their administrative districts and coordinates.", "sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 WHERE { ?var2 wdt:P31 wd:Q262166 . ?var2 wdt:P17 wd:Q183 . ?var2 wdt:P625 ?var3 . ?var2 wdt:P131+ wd:Q1198 . ?var2 wdt:P131 ?var1 . OPTIONAL { ?var1 rdfs:label ?var1Label . } OPTIONAL { ?var2 rdfs:label ?var2Label . } FILTER(LANG(?var1Label) = \"en\" || LANG(?var1Label) = \"\") FILTER(LANG(?var2Label) = \"en\" || LANG(?var2Label) = \"\") } LIMIT 10000", "paraphrases": ["What are the names of municipalities in North Rhine-Westphalia, their parent administrative districts, and their geographic coordinates?", "List all municipalities in North Rhine-Westphalia along with the districts they belong to and their GPS coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P131> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q1198> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 10000"}}
{"id": "val_7217", "question": "Scholarly articles about myocardial infarction", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?title WHERE {\n  ?work wdt:P921 wd:Q12152 .\n  ?work wdt:P1476 ?title .\n}\nLIMIT 10000", "paraphrases": ["What are the titles of scientific articles that focus on myocardial infarction?", "List the titles of research papers where myocardial infarction is the main topic."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q12152> . } LIMIT 10000"}}
{"id": "val_7218", "question": "What academic papers cite the study on malaria risk and temperature under climate change?", "sparql": "SELECT ?citingArticle ?title WHERE { ?citingArticle wdt:P2860 wd:Q24546273 . ?citingArticle wdt:P1476 ?title .}", "paraphrases": ["Which articles reference the work titled \"Malaria risk and temperature: influences from global climate change and local land use practices\"?", "Can you list the scholarly works that have cited this paper on malaria and climate change?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q24546273> . } LIMIT 10000"}}
{"id": "val_7219", "question": "In which journal was the article \"Modelling knowlesi malaria transmission in humans: vector preference and host competence\" published?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?journal WHERE {\n  wd:Q21034127 wdt:P1433 ?journal .\n}", "paraphrases": ["Journal where the article \"Modelling knowlesi malaria transmission in humans: vector preference and host competence\" appeared.", "Please tell me the publication venue of the academic article on knowlesi malaria transmission."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q21034127> . } LIMIT 10000"}}
{"id": "val_7220", "question": "Children and grandchildren of Lionel Messi up to four generations.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?descendant ?descendantLabel ?child WHERE {\n  {\n    wd:Q615 wdt:P40 ?descendant .\n    OPTIONAL {\n      ?descendant rdfs:label ?descendantLabel .\n      FILTER ( LANG( ?descendantLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?descendant wdt:P40 ?child .\n    }\n  } UNION {\n    wd:Q615 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?descendant .\n    OPTIONAL {\n      ?descendant rdfs:label ?descendantLabel .\n      FILTER ( LANG( ?descendantLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?descendant wdt:P40 ?child .\n    }\n  } UNION {\n    wd:Q615 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?gen2 .\n    ?gen2 wdt:P40 ?descendant .\n    OPTIONAL {\n      ?descendant rdfs:label ?descendantLabel .\n      FILTER ( LANG( ?descendantLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?descendant wdt:P40 ?child .\n    }\n  } UNION {\n    wd:Q615 wdt:P40 ?gen1 .\n    ?gen1 wdt:P40 ?gen2 .\n    ?gen2 wdt:P40 ?gen3 .\n    ?gen3 wdt:P40 ?descendant .\n    OPTIONAL {\n      ?descendant rdfs:label ?descendantLabel .\n      FILTER ( LANG( ?descendantLabel ) = \"en\" )\n    }\n    OPTIONAL {\n      ?descendant wdt:P40 ?child .\n    }\n  }\n}", "paraphrases": ["Who are Lionel Messi\u2019s descendants up to four generations deep, and do any of them have children?", "List all of Lionel Messi\u2019s descendants within four generations, along with their English labels and whether they have any children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q615> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7221", "question": "OlimpBase Chess Olympiad player IDs for players, including how they are sourced (main statement, qualifier, or reference)", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?player ?id ?source WHERE {\n  {\n    BIND(\"mainsnak\" AS ?source)\n    ?player wdt:P3940 ?id .\n  } UNION {\n    BIND(\"qualifier\" AS ?source)\n    ?player ?prop ?stmt .\n    ?stmt pq:P3940 ?id .\n  } UNION {\n    BIND(\"reference\" AS ?source)\n    ?player ?prop ?stmt .\n    ?stmt prov:wasDerivedFrom [ pr:P3940 ?id ] .\n  }\n  FILTER(STRSTARTS(STR(?player) , \"http://www.wikidata.org/entity/Q\"))\n}", "paraphrases": ["For which chess players do we have OlimpBase IDs, and are those IDs from direct statements, qualifiers, or references?", "List all players with their OlimpBase Chess Olympiad IDs and indicate whether each ID comes from a main statement, a qualifier, or a reference."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { { BIND ( \"mainsnak\" AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/P3940> / <http://www.wikidata.org/prop/statement/P3940> ) ?var2 . } UNION { BIND ( \"qualifier\" AS ?var3 ). ?var1 ?var4 [ <http://www.wikidata.org/prop/qualifier/P3940> ?var2 ] . } UNION { BIND ( \"reference\" AS ?var3 ). ?var1 ?var4 [ <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P3940> ?var2 ] ] . } }"}}
{"id": "val_7222", "question": "What is the image associated with the SNAC ARK ID \"w6zw2wtr\"?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6zw2wtr\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image for the historical figure identified by SNAC ARK ID w6zw2wtr?", "Which image is linked to Gonzalo Fern\u00e1ndez de C\u00f3rdoba in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6zw2wtr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7223", "question": "Who has the IMDb ID nm0427430?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0427430\" .\n}", "paraphrases": ["Which Wikidata entity corresponds to the IMDb identifier nm0427430?", "Find the person in Wikidata whose IMDb ID is nm0427430."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0427430\". }"}}
{"id": "val_7224", "question": "What are the subclasses and superclasses of bounded operator within three levels?", "sparql": "SELECT DISTINCT ?entity ?label WHERE {\n  BIND(wd:Q2342396 AS ?start)\n\n  {\n    ?start wdt:P279 ?entity .\n    ?entity rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  UNION\n  {\n    ?start wdt:P279 ?step1 .\n    ?step1 wdt:P279 ?entity .\n    ?entity rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  UNION\n  {\n    ?start wdt:P279 ?step1 .\n    ?step1 wdt:P279 ?step2 .\n    ?step2 wdt:P279 ?entity .\n    ?entity rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  UNION\n  {\n    ?entity wdt:P279 ?start .\n    ?entity rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  UNION\n  {\n    ?entity wdt:P279 ?step1 .\n    ?step1 wdt:P279 ?start .\n    ?entity rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}\nLIMIT 50", "paraphrases": ["Can you list all mathematical operators and functions that are directly or indirectly related to bounded operator through the subclass hierarchy?", "Show me the hierarchy around bounded operator: what are its direct subclasses, their subclasses, and its direct superclasses?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2342396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2342396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_7225", "question": "Image of the person with SNAC ARK ID w60s1cvw", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w60s1cvw\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Abu al-Faraj al-Isfahani\u2019s SNAC ARK ID?", "Please show me the Wikimedia Commons image linked to the SNAC ARK ID w60s1cvw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60s1cvw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7226", "question": "People with occupation cannabis grower", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q43258770 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = 'en')\n}", "paraphrases": ["Who are the people whose occupation is cannabis grower?", "List the names of people who work as cannabis growers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( DISTINCT ?var4 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1344> * <http://www.wikidata.org/entity/Q4826273> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P106> ?var1 . } } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1344> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7227", "question": "Articles in the Royal Society's biographical journals that are not about specific people, with their DOIs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?articleLabel ?doi WHERE {\n  {\n    ?article wdt:P1433 wd:Q4914871 .\n  } UNION {\n    ?article wdt:P1433 wd:Q29043655 .\n  }\n  FILTER(NOT EXISTS {\n    ?article wdt:P921 [] .\n  })\n  OPTIONAL {\n    ?article wdt:P356 ?doi .\n  }\n  OPTIONAL {\n    ?article rdfs:label ?articleLabel .\n  }\n}", "paraphrases": ["What are the non-biographical articles (e.g., editorials or corrections) published in the Biographical Memoirs or Obituary Notices of the Royal Society, and what are their DOIs?", "List all non-biographical publications (like editorials) from the Royal Society\u2019s Biographical Memoirs and Obituary Notices journals, along with their DOIs and titles if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q4914871> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q29043655> . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1415> ?var4 . } } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7228", "question": "Who are the presidents of the United States?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P39 wd:Q11696 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["List all individuals who have held the office of President of the United States.", "Which humans have been the head of state of the United States?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> ?var2 . ?var2 <http://www.wikidata.org/prop/P39> <http://www.wikidata.org/entity/Q11696> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7229", "question": "Image of Thomas Nixon Carver using SNAC ARK ID w6hx22k0", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6hx22k0\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6hx22k0?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6hx22k0."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hx22k0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7230", "question": "What is the English label and description of the video game with MobyGames ID \"arena-3000\"?", "sparql": "SELECT ?game ?gameLabel ?description WHERE { ?game wdt:P1933 \"arena-3000\" . ?game rdfs:label ?gameLabel . FILTER (LANG(?gameLabel) = \"en\") OPTIONAL { ?game schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the name and a brief description in English for the game identified as \"arena-3000\" in MobyGames.", "Which video game has the MobyGames identifier \"arena-3000\", and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1933> \"arena-3000\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7231", "question": "What is the gender of Marie Curie?", "sparql": "SELECT ?genderLabel WHERE { wd:Q7186 wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = 'en') }", "paraphrases": ["Is Marie Curie female?", "What is the sex or gender assigned to the scientist Marie Curie?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q3531808> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7232", "question": "What is the gender of James John Teding van Berkhout?", "sparql": "SELECT ?genderLabel WHERE { wd:Q2104883 wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["Is James John Teding van Berkhout male or female?", "What is the English label for the gender of the person with Wikidata ID Q2104883?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2104883> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7233", "question": "What is the gender of Cristina Fern\u00e1ndez de Kirchner according to Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genderLabel WHERE {\n  wd:Q40649 wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?genderLabel) = \"en\")\n}", "paraphrases": ["Gender of Cristina Fern\u00e1ndez de Kirchner in English label.", "Show the English label for the gender of Cristina Fern\u00e1ndez de Kirchner."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2467685> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7234", "question": "What is the gender of Catherine, Princess of Wales?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gender ?genderLabel WHERE {\n  wd:Q10479 wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  FILTER ( LANG( ?genderLabel ) = \"en\" )\n}", "paraphrases": ["Is Catherine, Princess of Wales female according to Wikidata?", "What is the English label for the gender of Catherine, Princess of Wales?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q952378> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7235", "question": "What is the gender of Cornelis van Eesteren in English?", "sparql": "SELECT ?genderLabel WHERE { wd:Q940647 wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }", "paraphrases": ["Is Cornelis van Eesteren male or female?", "What label does Wikidata use for the gender of Cornelis van Eesteren?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q940647> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7236", "question": "What is the gender of Samantha Bee according to Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genderLabel WHERE {\n  wd:Q4273978 wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  FILTER ( LANG( ?genderLabel ) = \"en\" )\n}", "paraphrases": ["Is Samantha Bee identified as female in Wikidata, and what is the label for that gender?", "What is the English label of the gender entity associated with Samantha Bee on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2491043> <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> \"female\"^^<http://www.w3.org/2001/XMLSchema#string> . }"}}
{"id": "val_7237", "question": "What are the countries represented by athletes in sports, along with their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?label ?desc WHERE {\n  ?athlete wdt:P1532 ?country .\n  ?country rdfs:label ?label .\n  ?country schema:description ?desc .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( LANG( ?desc ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Show me the English names and descriptions of countries that athletes represent in international sports.", "Which countries have athletes representing them in sports, and what are their English labels and descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P1532> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_7238", "question": "What are the names, countries, and locations of buildings with known titles or coordinates?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?title ?country ?coordinates WHERE {\n  ?building wdt:P31 wd:Q41176 .\n  OPTIONAL {\n    ?building wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?building wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?building wdt:P625 ?coordinates .\n  }\n  FILTER ( EXISTS {\n    ?building wdt:P1476 ?title\n  }\n  || EXISTS {\n    ?building wdt:P625 ?coordinates\n  }\n  )\n}\nLIMIT 100", "paraphrases": ["Show me buildings around the world with their geographic coordinates and the countries they are in.", "List buildings with known names or locations, including where they are located."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q41176> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var9 . } } LIMIT 100"}}
{"id": "val_7239", "question": "Female Canadian actors born in 2000", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?actor ?actorLabel(STR(?birthDate) AS ?birthDateString) WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P27 wd:Q16 .\n  ?actor wdt:P21 wd:Q6581072 .\n  ?actor wdt:P569 ?birthDate .\n  FILTER(?birthDate >= \"2000-01-01T00:00:00\" ^^ xsd:dateTime)\n  FILTER(?birthDate < \"2001-01-01T00:00:00\" ^^ xsd:dateTime)\n  ?actor rdfs:label ?actorLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n}", "paraphrases": ["Who are the female Canadian actors born in the year 2000?", "List the names and birth dates of all female Canadian actors born between January 1 and December 31, 2000."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . FILTER ( ( ( DATATYPE ( ?var3 ) = <http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( ?var3 > \"1993-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 = \"2000-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7240", "question": "What property is most commonly used to associate entities with higher education?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q136822 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property links the most entities to higher education, and how many times is it used?", "Show me the most frequently used property that connects items to higher education, along with its usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q136822> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_7241", "question": "What are the institutes of technology located in Turin?", "sparql": "SELECT ?inst ?instLabel WHERE { ?inst wdt:P31 wd:Q1371037 . ?inst wdt:P131 wd:Q495 . ?inst rdfs:label ?instLabel FILTER(LANG(?instLabel) = 'en') } LIMIT 100", "paraphrases": ["List the technical universities in Turin, Italy.", "Which university in Turin is classified as an institute of technology?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q1371037> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q495> . } LIMIT 100"}}
{"id": "val_7242", "question": "Image of M. Stanley Livingston with SNAC ARK ID w6cf9r98", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6cf9r98\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6cf9r98?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6cf9r98."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6cf9r98\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7243", "question": "What is the image associated with the SNAC ARK ID \"w6w09bgq\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6w09bgq\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find the Wikimedia Commons image for the person or entity with SNAC ARK ID w6w09bgq?", "Show the image of the entity identified by the SNAC ARK ID w6w09bgq, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w09bgq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7244", "question": "Who are the presidents of the United States?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P39 wd:Q11696. ?person wdt:P31 wd:Q5. ?person rdfs:label ?personLabel. FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Which people have held the office of President of the United States?", "List the names of all U.S. presidents who are real people (not fictional characters)."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2546798> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_7245", "question": "Who have been the presidents of the United States?", "sparql": "SELECT ?person WHERE { ?person wdt:P39 wd:Q11696 . }", "paraphrases": ["Which individuals have held the office of President of the United States?", "List all people who have served as President of the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q512948> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_7246", "question": "Did Angela Merkel hold the position of Federal Chancellor of Germany?", "sparql": "SELECT ?position ?positionLabel WHERE { wd:Q567 wdt:P39 ?position . ?position rdfs:label ?positionLabel . FILTER(LANG(?positionLabel) = \"en\") FILTER(?position = wd:Q4970706) }", "paraphrases": ["What position did Angela Merkel hold as head of the German government?", "Show me the English label of the position held by Angela Merkel that corresponds to Federal Chancellor of Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1682342> <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13423495> . }"}}
{"id": "val_7247", "question": "Film with film-documentaire.fr ID 25742", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3673 \"25742\" .\n}", "paraphrases": ["Which film has the film-documentaire.fr ID 25742?", "Tell me the Wikidata item for the film identified as 25742 in film-documentaire.fr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3673> \"25742\". }"}}
{"id": "val_7248", "question": "Is the United States House of Representatives part of the United States Congress?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q11701 wdt:P361 wd:Q11268 .\n}", "paraphrases": ["Does the United States Congress include the House of Representatives as a component?", "Confirm whether the United States House of Representatives is a part of the United States Congress."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2512541> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_7249", "question": "Who are the members of the Bicker family?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?member ?memberLabel WHERE {\n  ?member wdt:P463 wd:Q856831 .\n  ?member rdfs:label ?memberLabel .\n  FILTER ( LANG( ?memberLabel ) = 'en' )\n}", "paraphrases": ["List the English names of people who belong to the Bicker family.", "Which individuals are recognized as part of the Dutch noble Bicker family in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q43181952> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_7250", "question": "Was Albert Einstein a member of the Royal Prussian Academy of Sciences?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?memberLabel ?organizationLabel WHERE {\n  wd:Q937 wdt:P463 wd:Q329464 .\n  wd:Q937 rdfs:label ?memberLabel .\n  wd:Q329464 rdfs:label ?organizationLabel .\n  FILTER ( LANG( ?memberLabel ) = \"en\" ) FILTER ( LANG( ?organizationLabel ) = \"en\" )\n}", "paraphrases": ["Which organization was Albert Einstein a member of?", "Who was a member of the Royal Prussian Academy of Sciences?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q13750240> <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q856831> . }"}}
{"id": "val_7251", "question": "What Wikidata item has the VIAF ID 176800518?", "sparql": "SELECT DISTINCT ?item WHERE { ?item wdt:P214 \"176800518\" . }", "paraphrases": ["Which entity is associated with the VIAF identifier 176800518?", "Find the item in Wikidata that is linked to the Virtual International Authority File ID 176800518."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"176811327\". }"}}
{"id": "val_7252", "question": "Subclasses of male singing voice", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass WHERE {\n  ?subclass wdt:P279 wd:Q54285279\n}", "paraphrases": ["What are the different types of male singing voices in classical music?", "List all voice types that are considered male singing voices."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q27911> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_7253", "question": "Named places classified as terrain in Wikidata", "sparql": "SELECT ?terrainPlace ?terrainPlaceLabel WHERE { ?terrainPlace wdt:P31 wd:Q14524493 . ?terrainPlace rdfs:label ?terrainPlaceLabel . FILTER(LANG(?terrainPlaceLabel) = \"en\") } ORDER BY ?terrainPlaceLabel", "paraphrases": ["What are some specific geographical areas that are instances of terrain?", "List the English-named locations that are categorized as terrain in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14524493> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_7254", "question": "What are the genre, country of origin, and main subject of the literary work identified by VIAF ID 313670221?", "sparql": "SELECT DISTINCT \n  ?workLabel \n  ?genreLabel \n  ?countryLabel \n  ?publicationDate \n  ?mainSubjectLabel \nWHERE {\n  ?work wdt:P214 \"313670221\" .\n  \n  OPTIONAL { ?work wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") }\n  OPTIONAL { ?work wdt:P495 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }\n  OPTIONAL { ?work wdt:P577 ?publicationDate }\n  OPTIONAL { ?work wdt:P921 ?mainSubject . ?mainSubject rdfs:label ?mainSubjectLabel . FILTER(LANG(?mainSubjectLabel) = \"en\") }\n  \n  ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\")\n}", "paraphrases": ["Can you tell me about Romeo and Juliet \u2014 its genre(s), where it comes from, and its central theme?", "What do we know about the origin and themes of the work with VIAF ID 313670221, including its genre and publication date?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"313670221\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P495> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var5 . } }"}}
{"id": "val_7255", "question": "What are the mountains in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mountain WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n}", "paraphrases": ["Which entities are classified as mountains?", "List all known mountains."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/7> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_7256", "question": "What are the names of people named \"Aline\" in French?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Aline\" @fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the humans in Wikidata that have the French name \"Aline\"?", "Can you list all individuals with the French label \"Aline\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Aline\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7257", "question": "What is the image of Carl Linnaeus in Wikimedia Commons, given his SNAC ARK ID is w6th8rk6?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6th8rk6\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Commons image associated with the person identified by SNAC ARK ID w6th8rk6.", "Which image is linked to Carl Linnaeus via his SNAC ARK ID?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6th8rk6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7258", "question": "Books labeled with \"novel\" in English, along with their authors and publication dates.", "sparql": "SELECT DISTINCT ?bookLabel ?authorLabel ?publicationDate WHERE { ?book wdt:P31 wd:Q571 . ?book rdfs:label ?bookLabel . ?book wdt:P50 ?author . ?author rdfs:label ?authorLabel . OPTIONAL { ?book wdt:P577 ?publicationDate . } FILTER (LANG(?bookLabel) = \"en\") FILTER (LANG(?authorLabel) = \"en\") FILTER (CONTAINS(LCASE(?bookLabel), \"novel\")) } LIMIT 10", "paraphrases": ["What are English-language novels and who are their authors, with optional publication years?", "List books whose titles include the word \"novel\" in English, showing their authors and when they were published, if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var5 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . ?var5 <http://wikiba.se/ontology#directClaim> ?var6 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> \"author\"@en . ?var7 <http://wikiba.se/ontology#directClaim> ?var8 . ?var9 <http://www.w3.org/2000/01/rdf-schema#label> \"string2\"@en . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var2 ?var8 ?var10 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var2 ?var6 ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P31> ?var9 . } FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var1 , \"string3\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_7259", "question": "What is the Wikidata item for the person with IMDb ID nm0000237?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"nm0000237\" .\n}\nORDER BY ASC ( ?item )", "paraphrases": ["Which entity in Wikidata is linked to the IMDb identifier nm0000237?", "Find the Wikidata item that has the IMDb ID nm0000237."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0003255\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_7260", "question": "Units of energy in Wikidata", "sparql": "SELECT ?unit ?unitLabel WHERE { ?unit wdt:P111 wd:Q11379 . ?unit rdfs:label ?unitLabel . FILTER(LANG(?unitLabel) = \"en\") } LIMIT 10000", "paraphrases": ["What are the units used to measure energy?", "List all units that measure the physical quantity of energy."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P111> <http://www.wikidata.org/entity/Q11379> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/p2370> ?var2 . } } LIMIT 10000"}}
{"id": "val_7261", "question": "Current administrative divisions of sovereign states with English labels.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?division ?countryLabel ?divisionLabel WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?country wdt:P150 ?division .\n  FILTER NOT EXISTS {\n    ?country p:P150 ?statement .\n    ?statement ps:P150 ?division .\n    ?statement pq:P582 ?end .\n  }\n  ?country rdfs:label ?countryLabel .\n  ?division rdfs:label ?divisionLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(LANG(?divisionLabel) = \"en\")\n}", "paraphrases": ["Which administrative divisions currently exist in each sovereign state, and what are their names in English?", "List all currently active administrative divisions of countries along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . ?var1 <http://www.wikidata.org/prop/P150> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P150> ?var2 . ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7262", "question": "Companies with lowest revenue per employee in USD, with revenue and employee count for the same year.", "sparql": "SELECT ?company ?companyLabel ?revenue ?employees ?revenuePerEmployee ?revenueYear ?employeesYear ?revenueUnit ?revenueUnitLabel WHERE { ?company wdt:P1128 ?employees . ?company p:P2139 ?revenueStatement . ?revenueStatement ps:P2139 ?revenueAmount . ?revenueStatement pq:P585 ?revenueYear . ?revenueStatement psv:P2139 ?revenueValue . ?revenueValue wikibase:quantityUnit ?revenueUnit ; wikibase:quantityAmount ?revenue . FILTER ( ?revenueUnit = wd:Q4917 ) . ?company p:P1128 ?employeesStatement . ?employeesStatement ps:P1128 ?employees . ?employeesStatement pq:P585 ?employeesYear . FILTER ( YEAR(?revenueYear) = YEAR(?employeesYear) ) . BIND( xsd:float(?revenue) / xsd:float(?employees) AS ?revenuePerEmployee ) . ?company rdfs:label ?companyLabel . ?revenueUnit rdfs:label ?revenueUnitLabel . FILTER( LANG(?companyLabel) = \"en\" ) FILTER( LANG(?revenueUnitLabel) = \"en\" ) } ORDER BY ASC(?revenuePerEmployee)", "paraphrases": ["Which companies have the smallest revenue per employee in the United States dollar, where both revenue and employee numbers are reported for the same year?", "Show me a list of organizations ranked by their revenue per employee (in USD), using matching years for both revenue and headcount data, sorted from lowest to highest ratio."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ( ( <http://www.w3.org/2001/XMLSchema#float> ( ?var2 ) / <http://www.w3.org/2001/XMLSchema#float> ( ?var3 ) ) AS ?var5 ) ?var6 ?var7 ?var8 ?var9 ?var10Label WHERE { BIND ( YEAR ( ?var7 ) AS ?var9 ). ?var1 <http://www.wikidata.org/prop/direct/P1128> ?var3 . ?var1 <http://www.wikidata.org/prop/P1128> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/P1128> ?var4 . ?var11 <http://www.wikidata.org/prop/qualifier/P585> ?var7 . ?var1 <http://www.wikidata.org/prop/P2139> ?var12 . ?var12 <http://www.wikidata.org/prop/statement/P2139> ?var2 . ?var12 <http://www.wikidata.org/prop/qualifier/P585> ?var6 . ?var1 ( <http://www.wikidata.org/prop/P2139> / <http://www.wikidata.org/prop/statement/value/P2139> ) ?var13 . { ?var13 <http://wikiba.se/ontology#quantityUnit> ?var10 ; <http://wikiba.se/ontology#quantityAmount> ?var14 . FILTER ( ( ( ?var10 = <http://www.wikidata.org/entity/Q4917> ) ) ) . } BIND ( YEAR ( ?var6 ) AS ?var8 ). FILTER ( ( ( ?var8 = ?var9 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_7263", "question": "What is the most specific shared category that includes both Costa Rica and Pennsylvania?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ( ?distCR + ?distPA ) AS ?totalDist ) WHERE {\n  {\n    VALUES ?crType {\n      wd:Q6256 wd:Q3624078\n    }\n    ?crType wdt:P279 ?ancestor .\n    BIND( 1 AS ?distCR )\n  } UNION {\n    VALUES ?crType {\n      wd:Q6256 wd:Q3624078\n    }\n    ?crType wdt:P279 ?mid .\n    ?mid wdt:P279 ?ancestor .\n    BIND( 2 AS ?distCR )\n  } UNION {\n    VALUES ?crType {\n      wd:Q6256 wd:Q3624078\n    }\n    ?crType wdt:P279 ?mid1 .\n    ?mid1 wdt:P279 ?mid2 .\n    ?mid2 wdt:P279 ?ancestor .\n    BIND( 3 AS ?distCR )\n  } UNION {\n    VALUES ?crType {\n      wd:Q6256 wd:Q3624078\n    }\n    ?crType ?p ?ancestor .\n    FILTER ( ?crType = ?ancestor ) .\n    BIND( 0 AS ?distCR )\n  }\n  {\n    VALUES ?paType {\n      wd:Q35657\n    }\n    ?paType wdt:P279 ?ancestor .\n    BIND( 1 AS ?distPA )\n  } UNION {\n    VALUES ?paType {\n      wd:Q35657\n    }\n    ?paType wdt:P279 ?mid .\n    ?mid wdt:P279 ?ancestor .\n    BIND( 2 AS ?distPA )\n  } UNION {\n    VALUES ?paType {\n      wd:Q35657\n    }\n    ?paType wdt:P279 ?mid1 .\n    ?mid1 wdt:P279 ?mid2 .\n    ?mid2 wdt:P279 ?ancestor .\n    BIND( 3 AS ?distPA )\n  } UNION {\n    VALUES ?paType {\n      wd:Q35657\n    }\n    ?paType ?p ?ancestor .\n    FILTER ( ?paType = ?ancestor ) .\n    BIND( 0 AS ?distPA )\n  }\n  FILTER ( ?distCR <= 3 && ?distPA <= 3 )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["Which superclass is closest to both Costa Rica and Pennsylvania in the Wikidata hierarchy, considering their types?", "Find the common ancestor in the subclass hierarchy of Costa Rica and Pennsylvania with the smallest total distance from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1400> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7264", "question": "What is the most specific shared category that includes both cities and sovereign states?", "sparql": "SELECT ?commonAncestor (SUM(?dist1 + ?dist2) AS ?totalDistance) WHERE { { SELECT ?ancestor1 (COUNT(?mid1) AS ?dist1) WHERE { wd:Q515 wdt:P279+ ?mid1 . ?mid1 wdt:P279* ?ancestor1 . FILTER(?ancestor1 != wd:Q515) } GROUP BY ?ancestor1 } { SELECT ?ancestor2 (COUNT(?mid2) AS ?dist2) WHERE { wd:Q3624078 wdt:P279+ ?mid2 . ?mid2 wdt:P279* ?ancestor2 . FILTER(?ancestor2 != wd:Q3624078) } GROUP BY ?ancestor2 } FILTER(?ancestor1 = ?ancestor2) BIND(?ancestor1 AS ?commonAncestor) } GROUP BY ?commonAncestor ORDER BY ASC(?totalDistance) LIMIT 1", "paraphrases": ["Which taxonomic class is the closest common ancestor of Abu Dhabi and Costa Rica based on their types?", "What is the highest-level category that both a city like Abu Dhabi and a country like Costa Rica belong to, according to Wikidata\u2019s classification hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7265", "question": "What is the most specific category that both the United Nations and Likud belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { VALUES ?commonAncestor { wd:Q3778211 } ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What do the United Nations and Likud have in common in terms of their classification in Wikidata?", "What is the highest-level shared class that includes both the United Nations and the Likud political party?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1065> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q187009> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7266", "question": "What is the most specific category that both Boko Haram and Angola belong to in the Wikidata taxonomy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q212372 wdt:P31 ?class1 .\n  ?class1 wdt:P279 * ?commonClass .\n  wd:Q916 wdt:P31 ?class2 .\n  ?class2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(STR(?label) = \"person or organization\")\n}", "paraphrases": ["Find the shared superclass in the hierarchy between the terrorist organization Boko Haram and the country Angola.", "What is the common parent class in Wikidata for Boko Haram and Angola, based on their instance-of and subclass-of relationships?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7267", "question": "What is the most general category that both American Airlines and Vladimir Putin belong to?", "sparql": "SELECT ?ancestor WHERE { VALUES ?ancestor { wd:Q35120 } }", "paraphrases": ["What is the highest-level class in the Wikidata taxonomy that includes both an airline and a human?", "What is the common superclass of the category \"airline\" and the category \"human\"?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7747> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7268", "question": "What is the most specific category that both the United States and South Korea belong to, based on their classification in Wikidata?", "sparql": "SELECT ?common ?commonLabel (COUNT(?country) AS ?numCountries)\nWHERE {\n  # Types of United States\n  wd:Q30 wdt:P31 ?type1 .\n  # Types of South Korea\n  wd:Q884 wdt:P31 ?type2 .\n\n  # Superclasses of those types\n  ?type1 wdt:P279* ?common .\n  ?type2 wdt:P279* ?common .\n\n  # Count how many countries are instances of ?common\n  ?country wdt:P31 ?common .\n  ?country wdt:P31 wd:Q3624078 .  # Only count sovereign states\n\n  # Get label\n  ?common rdfs:label ?commonLabel .\n  FILTER(LANG(?commonLabel) = \"en\")\n}\nGROUP BY ?common ?commonLabel\nORDER BY ASC(?numCountries)\nLIMIT 1", "paraphrases": ["Which common superclass of the United States and South Korea has the fewest sovereign states as instances?", "Find the narrowest shared classification category between the United States and South Korea in Wikidata\u2019s hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7269", "question": "What is the most specific category that both Afghanistan and the T\u014dhoku region belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  wd:Q6256 wdt:P279 * ?common .\n  wd:Q207520 wdt:P279 * ?common .\n  FILTER NOT EXISTS {\n    ?other wdt:P279 * ?common .\n    wd:Q6256 wdt:P279 * ?other .\n    wd:Q207520 wdt:P279 * ?other .\n    FILTER(?other != ?common)\n  }\n}", "paraphrases": ["What common geographic classification includes both Afghanistan and the T\u014dhoku region?", "What is the shared superclass in the Wikidata hierarchy for Afghanistan and the T\u014dhoku region?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q129465> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7270", "question": "What properties are most commonly associated with Berat, and how many items are linked via each?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q170244 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect the most entities to the city of Berat, and how many entities are connected through each?", "Show me the properties that link other items to Berat, excluding those used only once, ordered by how frequently they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q170244> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7271", "question": "What is the most specific category that both Mazar-i-Sharif and Sioux Falls belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q130469 wdt:P31 ?type1 .\n  wd:Q131335 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n}\nORDER BY ?ancestor\nLIMIT 1", "paraphrases": ["What is the common superclass of the types of Mazar-i-Sharif and Sioux Falls in the Wikidata hierarchy?", "What category do Mazar-i-Sharif and Sioux Falls have in common in terms of their classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q130469> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7272", "question": "What are the weigh houses labeled 'Waag' in Dutch?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?waag WHERE {\n  ?waag rdfs:label \"Waag\" @nl .\n  ?waag wdt:P31 wd:Q1407236 .\n}", "paraphrases": ["Which buildings called 'Waag' in Dutch are classified as weigh houses?", "List all Dutch-labeled 'Waag' buildings that are weigh houses."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Waag\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7273", "question": "What class do Christian Horner and Kimi R\u00e4ikk\u00f6nen both belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q173472 wdt:P31 ?commonAncestor .\n  wd:Q11192 wdt:P31 ?commonAncestor .\n}\nLIMIT 1", "paraphrases": ["What is the most specific category that both Christian Horner and Kimi R\u00e4ikk\u00f6nen are instances of?", "Find the shared type (class) of Christian Horner and Kimi R\u00e4ikk\u00f6nen in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173472> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11192> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7274", "question": "What is the most specific category that both a human and a metropolitan statistical area belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?commonAncestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q5 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q1768043 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which Wikidata class is the closest common ancestor of a person like Christian Horner and a place like Las Vegas Valley?", "Find the highest-level concept that unifies humans and geographic regions like Las Vegas Valley, based on their classification hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173472> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2624848> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7275", "question": "Microsoft-related entities with logo images", "sparql": "SELECT ?entity ?entityLabel WHERE { ?entity ?p wd:Q2283 . ?entity wdt:P154 ?logo . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["Which companies or products related to Microsoft have their own logo images?", "List all entities connected to Microsoft that have a logo."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/> */ <http://www.wikidata.org/prop/direct/P154> *) <http://www.wikidata.org/entity/Q2283> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7276", "question": "What is the most specific shared category that both Seattle and Tokyo belong to, based on their hierarchical classifications in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?distSeattle + ?distTokyo AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?distSeattle) WHERE {\n      wd:Q5083 wdt:P31 ?classSeattle .\n      ?classSeattle wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n      FILTER(?ancestor != ?classSeattle)\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?distTokyo) WHERE {\n      wd:Q1490 wdt:P31 ?classTokyo .\n      ?classTokyo wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n      FILTER(?ancestor != ?classTokyo)\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which administrative category is closest to both Seattle and Tokyo when tracing their subclass relationships?", "Find the common ancestor class with the minimum total distance from both Seattle and Tokyo through subclass hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1490> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7277", "question": "What is the most specific shared superclass of Felipe Massa and Boko Haram in the Wikidata taxonomy, based on their subclass relationships?", "sparql": "SELECT ?commonAncestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  wd:Q82652 wdt:P31 ?class1 .\n  wd:Q212372 wdt:P31 ?class2 .\n  \n  ?class1 wdt:P279* ?commonAncestor .\n  ?class2 wdt:P279* ?commonAncestor .\n  \n  ?class1 wdt:P279 ?step1 .\n  OPTIONAL { ?step1 wdt:P279 ?step2 . }\n  OPTIONAL { ?step2 wdt:P279 ?step3 . }\n  OPTIONAL { ?step3 wdt:P279 ?step4 . }\n  OPTIONAL { ?step4 wdt:P279 ?step5 . }\n  \n  ?class2 wdt:P279 ?step1b .\n  OPTIONAL { ?step1b wdt:P279 ?step2b . }\n  OPTIONAL { ?step2b wdt:P279 ?step3b . }\n  OPTIONAL { ?step3b wdt:P279 ?step4b . }\n  OPTIONAL { ?step4b wdt:P279 ?step5b . }\n  \n  BIND(IF(BOUND(?step5), 5, IF(BOUND(?step4), 4, IF(BOUND(?step3), 3, IF(BOUND(?step2), 2, 1)))) AS ?dist1)\n  BIND(IF(BOUND(?step5b), 5, IF(BOUND(?step4b), 4, IF(BOUND(?step3b), 3, IF(BOUND(?step2b), 2, 1)))) AS ?dist2)\n  \n  FILTER(BOUND(?commonAncestor))\n}\nGROUP BY ?commonAncestor ?dist1 ?dist2\nORDER BY ASC(?dist1 + ?dist2)\nLIMIT 1", "paraphrases": ["Find the entity that is the least common ancestor of Felipe Massa and Boko Haram when traversing the 'subclass of' hierarchy, and return the sum of the path lengths from each.", "Which common ancestor in the Wikidata hierarchy has the shortest combined distance from both Felipe Massa and Boko Haram, considering only 'subclass of' relationships?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q82652> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7278", "question": "What is the most specific common superclass of Croydon and Angela Merkel in the Wikidata ontology?", "sparql": "SELECT ?label WHERE { wd:Q53617407 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What entity do Croydon and Angela Merkel share as their lowest common ancestor in the subclass hierarchy?", "What is the common category that both Croydon (a town) and Angela Merkel (a human) belong to at the highest level of specificity?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2213391> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q567> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7279", "question": "What is the most specific category that both South Korea and the Chicago Cubs belong to?", "sparql": "SELECT ?commonType WHERE { wd:Q884 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonType . wd:Q246782 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonType . } LIMIT 1", "paraphrases": ["What is the common type in the hierarchy that connects South Korea and the Chicago Cubs?", "What is the shared superclass of South Korea and the Chicago Cubs in Wikidata's classification system?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q246782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7280", "question": "Most common types of items with freely licensed images on Wikimedia Commons", "sparql": "SELECT ?type ?typeLabel ?count WHERE { { SELECT ?type (COUNT(*) AS ?count) WHERE { ?item wdt:P4765 ?image ; wdt:P31 ?type . } GROUP BY ?type ORDER BY DESC(?count) LIMIT 50 } UNION { SELECT ?type (COUNT(*) AS ?count) WHERE { ?item wdt:P4765 ?image ; wdt:P279 ?type . } GROUP BY ?type ORDER BY DESC(?count) LIMIT 50 } OPTIONAL { ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } } ORDER BY DESC(?count) ASC(?type)", "paraphrases": ["What are the most frequent categories (instances or subclasses) of items that have a Commons-compatible image?", "Show me the top 50 types of items (either instances or subclasses) that have freely usable images on Wikimedia Commons, ranked by how many such items exist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P31> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P4765> ?var5 ; <http://www.wikidata.org/prop/direct/P31> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } UNION { SELECT ?var1 ( COUNT (* ) AS ?var2 )( <http://www.wikidata.org/entity/P279> AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P4765> ?var5 ; <http://www.wikidata.org/prop/direct/P279> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 50 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_7281", "question": "What is the most specific category that both Berlin and New South Wales belong to?", "sparql": "SELECT ?label\nWHERE {\n  wd:Q64 wdt:P31 ?type1 .\n  wd:Q3224 wdt:P31 ?type2 .\n  \n  ?type1 wdt:P279* wd:Q107390 .\n  ?type2 wdt:P279* wd:Q107390 .\n  \n  wd:Q107390 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["What do Berlin and New South Wales have in common in terms of administrative classification?", "What is the common administrative type shared by Berlin and New South Wales?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3224> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7282", "question": "What is the most specific category that both Karl Marx and Ben Zobrist belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class WHERE {\n  wd:Q9061 wdt:P31 ?class .\n  wd:Q1061268 wdt:P31 ?class\n}\nLIMIT 1", "paraphrases": ["Which class do Karl Marx and Ben Zobrist have in common as instances?", "Find the shared type (instance of) for Karl Marx and Ben Zobrist."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1061268> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7283", "question": "What is the least common ancestor of Karl Marx and Iceland in the Wikidata ontology, based on their class hierarchies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  wd:Q5 wdt:P279 * ?common .\n  ?i wdt:P279 * ?common .\n  VALUES ?i {\n    wd:Q6256 wd:Q3624078 wd:Q112099\n  }\n}\nORDER BY ASC(?common)\nLIMIT 1", "paraphrases": ["Which entity is a common superclass of both the class of Karl Marx and the class of Iceland?", "Find the entity that is reachable from both Karl Marx's class and Iceland's classes via transitive subclass-of relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7284", "question": "What categories do France and Russia have in common?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?commonClass ?label WHERE {\n  wd:Q142 wdt:P31 ?commonClass .\n  wd:Q159 wdt:P31 ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?label", "paraphrases": ["Which classes are both France and Russia instances of?", "What is the most specific category that applies to both France and Russia?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q142> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7285", "question": "What is the most general category that both Angela Merkel and Goldman Sachs belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  wd:Q567 wdt:P31 ?instance1 .\n  wd:Q193326 wdt:P31 ?instance2 .\n  ?instance1 wdt:P279 * ?common .\n  ?instance2 wdt:P279 * ?common .\n}\nORDER BY ?common\nLIMIT 1", "paraphrases": ["Find the highest-level class that is a superclass of any class that Angela Merkel or Goldman Sachs is an instance of.", "What do Angela Merkel and Goldman Sachs have in common in terms of their Wikidata classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193326> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q567> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7286", "question": "What are the birth and death dates of Rajiv Gandhi?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  BIND( wd:Q4593 AS ?person ) .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Rajiv Gandhi born and when did he die?", "Can you tell me the full name, birth date, and death date of the former Indian Prime Minister Rajiv Gandhi?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q4593> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7287", "question": "Walter Buch birth and death dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q65372 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q65372 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q65372 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Walter Buch born and when did he die?", "Can you tell me the full name, birth date, and death date of Walter Buch?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q65372> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7288", "question": "What categories do Pyongyang and Bras\u00edlia have in common?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonCategory WHERE {\n  wd:Q18808 wdt:P31 ?commonCategory .\n  wd:Q2844 wdt:P31 ?commonCategory .\n}\nORDER BY ?commonCategory", "paraphrases": ["What is the most specific category shared by Pyongyang and Bras\u00edlia?", "Which categories describe both Pyongyang and Bras\u00edlia as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54429> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7289", "question": "What is the most common administrative category shared by Pyongyang and New York City, based on their hierarchical class relationships in Wikidata?", "sparql": "SELECT ?class (MIN(?dist1) + MIN(?dist2) AS ?sumDist) WHERE { { SELECT ?class (COUNT(?mid1) AS ?dist1) WHERE { wd:Q18808 wdt:P31 ?start1 . ?start1 wdt:P279* ?mid1 . ?mid1 wdt:P279* ?class . } GROUP BY ?class } { SELECT ?class (COUNT(?mid2) AS ?dist2) WHERE { wd:Q60 wdt:P31 ?start2 . ?start2 wdt:P279* ?mid2 . ?mid2 wdt:P279* ?class . } GROUP BY ?class } } GROUP BY ?class ORDER BY ASC(?sumDist) LIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the subclass hierarchy between Pyongyang and New York City, and what is the sum of their shortest path distances to it?", "Find the class that both Pyongyang and New York City are most closely related to through their instance-of and subclass relationships, ranked by total distance."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7290", "question": "What is the most specific category that both Pyongyang and Paris belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ( 2 AS ?totalDistance ) WHERE {\n  wd:Q18808 wdt:P31 ?commonClass .\n  wd:Q90 wdt:P31 ?commonClass .\n}\nLIMIT 1", "paraphrases": ["Which entity is the closest common ancestor in type between Pyongyang and Paris, and what is the combined distance?", "What do Pyongyang and Paris have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q90> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7291", "question": "What are the birth and death dates of William Craven?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q8007263 wdt:P31 wd:Q5 . OPTIONAL { wd:Q8007263 wdt:P569 ?birthDate . } OPTIONAL { wd:Q8007263 wdt:P570 ?deathDate . } wd:Q8007263 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you tell me the full name, birth date, and death date of Sir William Craven?", "Who is William Craven, and when was he born and died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8007263> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7292", "question": "Birth and death dates of Ananias Dekke", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q16062279 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q16062279 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q16062279 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Ananias Dekke born and when did he die?", "Please provide the birth and death dates of Ananias Dekke."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16062279> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7293", "question": "What is the most specific common category (in the subclass hierarchy) shared by FC Energiya Volzhsky and Hawaiian Airlines?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?total_distance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q1975949 wdt:P31 ?class1 .\n      ?class1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q642610 wdt:P31 ?class2 .\n      ?class2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?total_distance )\nLIMIT 1", "paraphrases": ["Which legal entity class is the closest common ancestor of FC Energiya Volzhsky and Hawaiian Airlines when tracing their subclass relationships?", "Find the entity that is the lowest common superclass of a football club and an airline, based on their Wikidata classifications."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1975949> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642610> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7294", "question": "What are the most specific types shared by Brazil and Russia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q155 wdt:P31 ?commonClass .\n  wd:Q159 wdt:P31 ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER NOT EXISTS {\n    ?otherCommonClass wdt:P279 * ?commonClass .\n    FILTER(?otherCommonClass != ?commonClass)\n    .\n    wd:Q155 wdt:P31 ?otherCommonClass .\n    wd:Q159 wdt:P31 ?otherCommonClass .\n  }\n}\nORDER BY ?label", "paraphrases": ["What classes are both Brazil and Russia instances of, and which of these are the most specific?", "List the lowest-level categories that both Brazil and Russia belong to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7295", "question": "What are the categories (types) that Angola and South Wales belong to in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?type ?typeLabel WHERE {\n  VALUES ?entity {\n    wd:Q916 wd:Q1286223\n  }\n  ?entity wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nORDER BY ?entity ?typeLabel", "paraphrases": ["Can you list the types associated with Angola and South Wales?", "Do Angola and South Wales share any category in Wikidata\u2019s classification system?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1286223> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7296", "question": "Early Modern Letters Online (EMLO) persons with birthplace coordinates, birth year, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?bornYear ?image(SAMPLE(?coord_temp) AS ?coord) ?emloUri WHERE {\n  ?person wdt:P1802 ?emloId ; wdt:P19 ?birthPlace ; rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n  .\n  ?birthPlace wdt:P625 ?coord_temp .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n    BIND(CONCAT(\"Born \" , STR(YEAR(?birthDate))) AS ?bornYear)\n  }\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  BIND(IRI(CONCAT(\"https://emlo.bodleian.ox.ac.uk/person/\" , ?emloId)) AS ?emloUri)\n}\nGROUP BY ?label ?image ?emloId ?bornYear ?emloUri", "paraphrases": ["Who are the people listed in the Early Modern Letters Online project, where were they born, when were they born, and do they have images or birthplace coordinates?", "Provide a list of individuals from the Early Modern Letters Online database with their English names, birth years (if known), birthplace coordinates, images (if available), and links to their EMLO profiles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var4 )( IRI ( CONCAT ( \"string1\", ?var5 ) ) AS ?var6 ) WHERE { ?var7 <http://www.wikidata.org/prop/direct/P1802> ?var5 ; <http://www.wikidata.org/prop/direct/P19> ?var8 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . ?var8 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P569> ?var9 . } BIND ( CONCAT ( \"Born \", STR ( YEAR ( ?var9 ) ) ) AS ?var2 ). OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var3 ?var5 ?var2"}}
{"id": "val_7297", "question": "Birth and death dates of William Cavendish-Bentinck, 7th Duke of Portland", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q335583 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was William Cavendish-Bentinck, 7th Duke of Portland, born and when did he die?", "Can you tell me the birth and death dates of the 7th Duke of Portland, along with his full name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q335583> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7298", "question": "What country is both Berlin and Angela Merkel associated with?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?country WHERE {\n  wd:Q64 wdt:P17 ?country .\n  wd:Q567 wdt:P39 ?position .\n  ?position wdt:P17 ?country .\n}", "paraphrases": ["Which country is the capital city of Berlin and the former chancellor Angela Merkel linked to?", "Find the country that Angela Merkel served as chancellor of and that Berlin is the capital of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q567> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7299", "question": "What is the most general category that both Equifax and Matthew C. Perry belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonSuperclass WHERE {\n  BIND( wd:Q35120 AS ?commonSuperclass ) wd:Q5384453 wdt:P31 ?type1 .\n  wd:Q61855 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  ?type2 wdt:P279 * ?commonSuperclass .\n}", "paraphrases": ["What is the common superclass in the Wikidata hierarchy between Equifax Inc. and Commodore Matthew Perry?", "Are there any shared categories in the subclass hierarchy connecting Equifax and Matthew C. Perry?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5384453> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q61855> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7300", "question": "What is the most general category that both SpaceX and Kimi R\u00e4ikk\u00f6nen belong to, based on their types and their hierarchical relationships?", "sparql": "SELECT ?common (?dist1 + ?dist2 AS ?totalDist) WHERE { { SELECT ?common (MIN(?steps1) AS ?dist1) WHERE { { wd:Q193701 wdt:P31 ?common . BIND(0 AS ?steps1) } UNION { wd:Q193701 wdt:P31 ?t1 . ?t1 wdt:P279 ?common . BIND(1 AS ?steps1) } UNION { wd:Q193701 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?common . BIND(2 AS ?steps1) } UNION { wd:Q193701 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?t3 . ?t3 wdt:P279 ?common . BIND(3 AS ?steps1) } UNION { wd:Q193701 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?t3 . ?t3 wdt:P279 ?t4 . ?t4 wdt:P279 ?common . BIND(4 AS ?steps1) } } GROUP BY ?common } { SELECT ?common (MIN(?steps2) AS ?dist2) WHERE { { wd:Q11192 wdt:P31 ?common . BIND(0 AS ?steps2) } UNION { wd:Q11192 wdt:P31 ?t1 . ?t1 wdt:P279 ?common . BIND(1 AS ?steps2) } UNION { wd:Q11192 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?common . BIND(2 AS ?steps2) } UNION { wd:Q11192 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?t3 . ?t3 wdt:P279 ?common . BIND(3 AS ?steps2) } UNION { wd:Q11192 wdt:P31 ?t1 . ?t1 wdt:P279 ?t2 . ?t2 wdt:P279 ?t3 . ?t3 wdt:P279 ?t4 . ?t4 wdt:P279 ?common . BIND(4 AS ?steps2) } } GROUP BY ?common } } ORDER BY ?totalDist LIMIT 1", "paraphrases": ["Which entity in Wikidata's type hierarchy is closest to both SpaceX and Kimi R\u00e4ikk\u00f6nen when measuring the sum of shortest paths through subclass relationships?", "Find the common superclass with the minimum total distance from both SpaceX and Kimi R\u00e4ikk\u00f6nen, traversing from their types up the subclass hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193701> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11192> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7301", "question": "What is the most general category that includes both Angola and business oligarch in the Wikidata hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonSuperclass WHERE {\n  wd:Q916 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  wd:Q2006045 wdt:P279 * ?commonSuperclass .\n}\nORDER BY ?commonSuperclass\nLIMIT 1", "paraphrases": ["What is the highest-level class that both Angola (as a country) and business oligarch (as an occupation) belong to?", "What do Angola and business oligarch have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2006045> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7302", "question": "What is Ed Sheeran's date of birth and when did he die?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q47447 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Ed Sheeran birth date and death date", "Can you tell me Ed Sheeran's full name, when he was born, and if he has passed away?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q17332387> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7303", "question": "What is the most specific shared category that both London and Houston belong to, based on their hierarchical classification in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?distLondon + ?distHouston AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distLondon ) WHERE {\n      wd:Q84 wdt:P31 ?classLondon .\n      ?classLondon wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distHouston ) WHERE {\n      wd:Q16555 wdt:P31 ?classHouston .\n      ?classHouston wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which administrative classification is closest to both London and Houston when tracing their subclass relationships?", "Find the common ancestor in the subclass hierarchy of London and Houston with the smallest total distance from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q84> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7304", "question": "What is the most specific shared superclass in the Wikidata ontology between the human Hannah Arendt and the airline Hawaiian Airlines?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q5 wdt:P279 * ?common .\n  wd:Q46970 wdt:P279 * ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER(LANG(?commonLabel) = \"en\")\n}\nORDER BY ?commonLabel\nLIMIT 1", "paraphrases": ["What category do Hannah Arendt and Hawaiian Airlines both belong to in the Wikidata hierarchy?", "Find the closest common ancestor in the subclass tree for Hannah Arendt and Hawaiian Airlines."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60025> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642610> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7305", "question": "What is the most general category that both Hannah Arendt and the Arizona Cardinals belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q60025 wdt:P31 ?type1 .\n  wd:Q224164 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?common .\n  ?type2 wdt:P279 * ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER(LANG(?commonLabel) = \"en\")\n}\nORDER BY ASC(STRLEN(STR(?common)))\nLIMIT 1", "paraphrases": ["Which entity is the common superclass in the taxonomy of Hannah Arendt and the Arizona Cardinals?", "Find the least specific shared category between the philosopher Hannah Arendt and the American football team Arizona Cardinals."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60025> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q224164> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7306", "question": "What is the most specific category that both Hannah Arendt and Croydon belong to, based on their classifications in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q60025 wdt:P31 ?class1 .\n  wd:Q2213391 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?commonSuperclass .\n  ?class2 wdt:P279 * ?commonSuperclass .\n  FILTER ( ?commonSuperclass != wd:Q35120 )\n}\nORDER BY ASC ( ?commonSuperclass )\nLIMIT 1", "paraphrases": ["What do Hannah Arendt and the town of Croydon have in common in terms of their ontological class hierarchy?", "Find the lowest common superclass in the Wikidata ontology for the human Hannah Arendt and the town Croydon."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60025> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2213391> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7307", "question": "What are the birth and death dates of the Canadian writer Austin Clarke?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q320358 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q320358 wdt:P569 ?birthDate . } OPTIONAL { wd:Q320358 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when Austin Clarke was born and when he died?", "Provide the full name, date of birth, and date of death for Austin Clarke."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q320358> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7308", "question": "What is the most specific administrative category that both Tokyo and Louisiana belong to?", "sparql": "SELECT ?commonAncestor (?distTokyoType + ?distLouisianaType AS ?totalDist)\nWHERE {\n  {\n    SELECT ?commonAncestor (COUNT(?mid) AS ?distTokyoType)\n    WHERE {\n      wd:Q1490 wdt:P31 ?typeTokyo .\n      ?typeTokyo wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor (COUNT(?mid) AS ?distLouisianaType)\n    WHERE {\n      wd:Q1588 wdt:P31 ?typeLouisiana .\n      ?typeLouisiana wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nORDER BY ?totalDist\nLIMIT 1", "paraphrases": ["How many subclass steps away is the closest shared category between Tokyo and Louisiana, and what is it?", "Find the common superclass in the Wikidata hierarchy with the smallest total distance from both Tokyo and Louisiana."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1490> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7309", "question": "What is the shared category between John Legend and Bruce Arians?", "sparql": "SELECT ?common ?commonLabel WHERE { wd:Q44857 wdt:P31 ?common . wd:Q4046340 wdt:P31 ?common . ?common rdfs:label ?commonLabel . FILTER(LANG(?commonLabel) = \"en\") }", "paraphrases": ["What is the most specific class that both John Legend and Bruce Arians belong to?", "What do John Legend and Bruce Arians have in common in terms of their Wikidata classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q44857> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7310", "question": "What country is both Bruce Arians a citizen of and Louisiana a part of?", "sparql": "SELECT ?country WHERE { wd:Q4046340 wdt:P27 ?country . wd:Q1588 wdt:P17 ?country . }", "paraphrases": ["Which country links Bruce Arians and Louisiana through citizenship and territorial affiliation?", "What is the common country associated with American football coach Bruce Arians and the state of Louisiana?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7311", "question": "What are the hierarchical categories of Islamism and the organizational types of the Taliban?", "sparql": "SELECT ?category ?type WHERE { { wd:Q189746 wdt:P279 ?category . BIND(\"superclass of Islamism\" AS ?type) } UNION { wd:Q42418 wdt:P31 ?category . BIND(\"type of Taliban\" AS ?type) } } ORDER BY ?category", "paraphrases": ["Are Islamism and the Taliban related through shared categories in Wikidata?", "Show the superclass relationships of Islamism and the instance types of the Taliban."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189746> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42418> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7312", "question": "What is the most specific category that both Barbados and France belong to?", "sparql": "SELECT ?commonType ?commonTypeLabel WHERE { wd:Q244 wdt:P31 ?commonType . wd:Q142 wdt:P31 ?commonType . ?commonType rdfs:label ?commonTypeLabel . FILTER(LANG(?commonTypeLabel) = \"en\") } ORDER BY ?commonTypeLabel LIMIT 1", "paraphrases": ["What type do Barbados and France have in common?", "What is the shared classification of Barbados and France in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q244> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q142> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7313", "question": "What is the most specific category that both Rihanna and Likud belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?commonClassLabel WHERE {\n  wd:Q36844 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonClass .\n  wd:Q187009 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?commonClassLabel .\n  FILTER(LANG(?commonClassLabel) = \"en\")\n}\nORDER BY ?commonClassLabel\nLIMIT 1", "paraphrases": ["What is the highest-level classification that includes both Rihanna and the Likud political party?", "Find the common superclass in the Wikidata hierarchy that connects Rihanna and Likud."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36844> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q187009> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7314", "question": "What categories do both a human and a sovereign state belong to in the Wikidata ontology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q5 wdt:P279 * ?commonSuperclass .\n  wd:Q3624078 wdt:P279 * ?commonSuperclass .\n}\nORDER BY ?commonSuperclass", "paraphrases": ["What is the most specific shared superclass between a person like Rihanna and a country like Panama?", "Which ontological class includes both humans and sovereign states as subclasses?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36844> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7315", "question": "What is the most specific category that both Honolulu and Seoul belong to in the Wikidata taxonomy?", "sparql": "SELECT ?ancestor ?ancestorLabel WHERE { wd:Q18094 wdt:P31 ?hType1 . ?hType1 wdt:P279 ?hType2 . ?hType2 wdt:P279 ?ancestor . wd:Q8684 wdt:P31 ?sType1 . ?sType1 wdt:P279 ?sType2 . ?sType2 wdt:P279 ?ancestor . ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["What do Honolulu and Seoul have in common in terms of their type hierarchy?", "Find the shared superclass of Honolulu and Seoul by tracing their instance-of relationships up two levels."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18094> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7316", "question": "What is the most specific category that both Honolulu and Cologne belong to?", "sparql": "SELECT ?class WHERE { wd:Q18094 wdt:P31 ?class . wd:Q365 wdt:P31 ?class . } LIMIT 1", "paraphrases": ["Which class is shared by both Honolulu and Cologne as their instance?", "Find the common type (category) that includes both Honolulu and Cologne."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18094> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q365> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7317", "question": "Cities within 100 km of latitude 31, longitude -88 with their counties, states, images, and Wikipedia links.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?city ?cityLabel ?districtLabel ?regionLabel ?image ?wikipediaUrl ?latitude ?longitude WHERE {\n  ?city ( wdt:P31 / wdt:P279 * ) wd:Q515 .\n  ?city wdt:P625 ?coord .\n  BIND( geof:latitude ( ?coord ) AS ?latitude ) BIND( geof:longitude ( ?coord ) AS ?longitude ) FILTER ( ?latitude >= 30.1 && ?latitude <= 31.9 ) FILTER ( ?longitude >= -89.05 && ?longitude <= -86.95 ) ?city wdt:P18 ?image .\n  ?city wdt:P131 ?district .\n  ?district wdt:P131 ?region .\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER ( LANG( ?cityLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?district rdfs:label ?districtLabel .\n    FILTER ( LANG( ?districtLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?region rdfs:label ?regionLabel .\n    FILTER ( LANG( ?regionLabel ) = \"en\" )\n  }\n  ?wikipediaUrl schema:about ?city ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n}\nORDER BY ASC ( ?city )\nLIMIT 5", "paraphrases": ["What are the cities near Mobile, Alabama (around 31\u00b0N, 88\u00b0W), and what are their administrative regions, images, and English Wikipedia pages?", "Show me up to five cities within 100 kilometers of the coordinates 31\u00b0N, 88\u00b0W, including their district, state, image, and English Wikipedia link."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var10 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-88 31)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var9 . } FILTER ( ( ( ?var9 > \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . } { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } { ?var3 <http://www.wikidata.org/prop/direct/P131> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . ?var1 <http://www.wikidata.org/prop/P625> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/value/P625> ?var12 . ?var12 <http://wikiba.se/ontology#geoLatitude> ?var6 . ?var12 <http://wikiba.se/ontology#geoLongitude> ?var7 . } ORDER BY ASC( ?var1 ) LIMIT 5"}}
{"id": "val_7318", "question": "What are the Wikipedia pages about GNU Bash in different languages, and what are their language codes?", "sparql": "SELECT ?page ?language WHERE { BIND( wd:Q189248 AS ?bash ) . ?page schema:about ?bash . FILTER( STRSTARTS( STR(?page), \"https://\" ) ) . FILTER( CONTAINS( STR(?page), \".wikipedia.org\" ) ) . BIND( SUBSTR( STR(?page), 9, 2 ) AS ?language ) }", "paraphrases": ["List the language codes of all Wikipedia articles related to the Bash shell.", "Show me the URLs and languages of Wikipedia pages that discuss GNU Bash."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q189248> AS ?var3 ). ?var1 <http://schema.org/about> ?var3 . ?var2 <http://wikiba.se/ontology#propertyType> <http://schema.org/inLanguage> . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . }"}}
{"id": "val_7319", "question": "What is the most specific common superclass of Florida and American Airlines?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q35657 wdt:P279* wd:Q155076 . wd:Q46970 wdt:P279* wd:Q155076 . wd:Q155076 rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What category do both Florida and American Airlines belong to in the Wikidata taxonomy?", "What is the least common ancestor in the subclass hierarchy between the U.S. state of Florida and the airline American Airlines?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7320", "question": "What is the most specific shared category between Seattle and Texas in the Wikidata hierarchy?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?total) ?label WHERE { wd:Q5083 wdt:P31 ?class1 . wd:Q1439 wdt:P31 ?class2 . ?class1 wdt:P279* ?ancestor . ?class2 wdt:P279* ?ancestor . OPTIONAL { ?class1 wdt:P279 ?a1 . ?a1 wdt:P279 ?a2 . ?a2 wdt:P279 ?a3 . ?a3 wdt:P279 ?a4 . ?a4 wdt:P279 ?a5 } BIND( IF(?ancestor = ?class1, 0, IF(?ancestor = ?a1, 1, IF(?ancestor = ?a2, 2, IF(?ancestor = ?a3, 3, IF(?ancestor = ?a4, 4, IF(?ancestor = ?a5, 5, 5) ) ) ) ) ) AS ?dist1 ) OPTIONAL { ?class2 wdt:P279 ?b1 . ?b1 wdt:P279 ?b2 . ?b2 wdt:P279 ?b3 . ?b3 wdt:P279 ?b4 . ?b4 wdt:P279 ?b5 } BIND( IF(?ancestor = ?class2, 0, IF(?ancestor = ?b1, 1, IF(?ancestor = ?b2, 2, IF(?ancestor = ?b3, 3, IF(?ancestor = ?b4, 4, IF(?ancestor = ?b5, 5, 5) ) ) ) ) ) AS ?dist2 ) FILTER(BOUND(?ancestor)) FILTER(?dist1 <= 5 && ?dist2 <= 5) ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?total) LIMIT 1", "paraphrases": ["Which administrative classification do both Seattle and Texas belong to, and how many steps away are they from it in the subclass tree?", "Find the lowest common ancestor in the subclass hierarchy for the classes of Seattle and Texas, and compute the total distance from each to that ancestor."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7321", "question": "What category do Slidell and Sioux Falls both belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?label WHERE {\n  wd:Q988156 wdt:P31 ?commonType .\n  wd:Q131335 wdt:P31 ?commonType .\n  ?commonType rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What is the most specific shared category that includes both Slidell and Sioux Falls?", "Find the common type that both Slidell, Louisiana, and Sioux Falls, South Dakota, are instances of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q988156> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7322", "question": "What country is associated with both Mike Neu and York County, Maine?", "sparql": "SELECT ?country WHERE { { wd:Q6848177 wdt:P27 ?country . } UNION { wd:Q6848177 wdt:P17 ?country . } { wd:Q390141 wdt:P17 ?country . } }", "paraphrases": ["In which country is Mike Neu a citizen and York County located?", "Which country do Mike Neu and York County, Maine, have in common?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6848177> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q390141> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7323", "question": "What country do Slidell and the Las Vegas Strip have in common?", "sparql": "SELECT ?country WHERE { wd:Q988156 wdt:P17 ?country . wd:Q745608 wdt:P17 ?country . }", "paraphrases": ["In which country are both Slidell and the Las Vegas Strip located?", "What is the shared country of the city of Slidell and the Las Vegas Strip?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q988156> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q745608> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7324", "question": "What is the common category that both Kim Jong and Palestinians belong to?", "sparql": "SELECT ?label\nWHERE {\n  wd:Q6408963 wdt:P31 wd:Q5 .\n  wd:Q5 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What human category do Kim Jong and the Palestinian people share?", "Are Kim Jong and Palestinians both considered human?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6408963> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q201190> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7325", "question": "Most specific category shared by Ben Roethlisberger and Kim Jong", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q537679 wdt:P31 ?cls1 .\n  ?cls1 wdt:P279 * ?commonClass .\n  wd:Q6408963 wdt:P31 ?cls2 .\n  ?cls2 wdt:P279 * ?commonClass .\n}\nORDER BY ?commonClass", "paraphrases": ["What is the most specific type that both Ben Roethlisberger and Kim Jong belong to?", "Find the most specific subclass that includes both Ben Roethlisberger and Kim Jong as instances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6408963> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q537679> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7326", "question": "List 10 humans with their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are some humans and what are their English names?", "Show me 10 people along with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/p31> <http://www.wikidata.org/entity/Q82799> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7327", "question": "What is the most specific category that both Lewis Hamilton and Kelly Wallace belong to?", "sparql": "SELECT ?commonClass WHERE { wd:Q9673 wdt:P31 ?commonClass . wd:Q6386328 wdt:P31 ?commonClass . } LIMIT 1", "paraphrases": ["What common type do Lewis Hamilton and Kelly Wallace share?", "Which class is an instance of both Lewis Hamilton and Kelly Wallace?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9673> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6386328> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7328", "question": "What is the most specific shared category between Abu Dhabi and the Las Vegas Strip?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  {\n    SELECT DISTINCT ?common WHERE {\n      wd:Q1519 wdt:P31 ?type .\n      ?type wdt:P279 * ?common .\n    }\n  }\n  {\n    SELECT DISTINCT ?common WHERE {\n      wd:Q745608 wdt:P31 ?type .\n      ?type wdt:P279 * ?common .\n    }\n  }\n}\nORDER BY ?common\nLIMIT 1", "paraphrases": ["What is the common superclass in the ontology that both Abu Dhabi and the Las Vegas Strip belong to?", "What is the highest-level category that includes both Abu Dhabi and the Las Vegas Strip according to Wikidata's classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q745608> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7329", "question": "Discographies with no performer listed", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q273057 . FILTER ( NOT EXISTS { ?var1 wdt:P175 ?performer } ) . ?var1 rdfs:label ?var1Label .}", "paraphrases": ["Which discographies on Wikidata do not have any associated performer?", "Show me the names of all discographies that are not linked to any artist or musical performer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q273057> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var3 . } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7330", "question": "What is the most specific category that both Manhattan and Los Angeles belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q11299 wdt:P31 ?class1 .\n  ?class1 wdt:P279 * ?commonClass .\n  wd:Q65 wdt:P31 ?commonClass .\n}\nLIMIT 1", "paraphrases": ["What is the shared classification for Manhattan and Los Angeles in the Wikidata hierarchy?", "Find the most specific common class that includes both Manhattan and Los Angeles as instances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11299> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7331", "question": "Common subclasses of the types of Moon Jae-in and Kennedy Space Center", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commonClass WHERE {\n  wd:Q21001 wdt:P31 ?type1 .\n  wd:Q48821 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n}\nORDER BY ?commonClass", "paraphrases": ["What classes are both Moon Jae-in and Kennedy Space Center instances of, and what are their shared superclass ancestors?", "Show me the common ancestor classes in the hierarchy of the types of Moon Jae-in and Kennedy Space Center."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q21001> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q48821> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7332", "question": "What is the most specific common superclass of the 2008 Brazilian Grand Prix and London?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q54431 wdt:P31 ?type1 .\n  wd:Q84 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?ancestor)\nLIMIT 10", "paraphrases": ["What category do both the 2008 Brazilian Grand Prix and London belong to in the Wikidata hierarchy?", "Find the most specific shared category in the subclass hierarchy between London and the 2008 Brazilian Grand Prix."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54431> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q84> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7333", "question": "What is the most specific category that includes both Elon Musk and Al-Qaeda?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q317521 wdt:P31 ?type1 . wd:Q34490 wdt:P31 ?type2 . ?type1 wdt:P279* ?ancestor . ?type2 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(CONTAINS(LCASE(?label), \"person\") && CONTAINS(LCASE(?label), \"organization\"))}", "paraphrases": ["Which Wikidata class encompasses both humans and organizations, such as Elon Musk and Al-Qaeda?", "Find the common superclass of Elon Musk and Al-Qaeda that combines the concepts of person and organization."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34490> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7334", "question": "What is the most specific common category that both Algeria and the United States belong to in the Wikidata taxonomy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lca ?label WHERE {\n  wd:Q262 wdt:P31 ?type1 .\n  wd:Q30 wdt:P31 ?type2 .\n  ?type1 wdt:P279 ?mid1 .\n  ?type2 wdt:P279 ?mid2 .\n  ?mid1 wdt:P279 ?lca .\n  ?mid2 wdt:P279 ?lca .\n  ?lca rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["Find the least common superclass of Algeria and the United States based on their types in Wikidata.", "Which entity is the highest-level shared classification between Algeria and the United States in the subclass hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7335", "question": "What items are linked to Samuel V. Wilson via statements, and what properties are used, along with any qualifiers?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?property ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  ?statement ?statementProperty wd:Q7412817 .\n  ?item ?claim ?statement .\n  ?property wikibase:claim ?claim ; wikibase:statementProperty ?statementProperty .\n  FILTER ( ?property != wd:P31 ) OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierProperty wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement ?property\nLIMIT 101", "paraphrases": ["Which entities have statements about Samuel V. Wilson, what properties describe those relationships, and are there any qualifiers attached to those statements?", "List all entities connected to Samuel V. Wilson through statements (excluding \"instance of\"), show the property used in each statement, and indicate any qualifier properties used on those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q7412817> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_7336", "question": "What is the most specific shared superclass between humans and countries?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ( COUNT( ?sub ) AS ?depth ) WHERE {\n  wd:Q5 wdt:P279 * ?commonAncestor .\n  wd:Q6256 wdt:P279 * ?commonAncestor .\n  ?sub wdt:P279 * ?commonAncestor .\n}\nGROUP BY ?commonAncestor\nORDER BY DESC ( ?depth )\nLIMIT 1", "paraphrases": ["What is the highest-level category that both humans and countries belong to through the subclass hierarchy?", "Find the most specific common ancestor in the subclass tree for the class of humans and the class of countries."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1133513> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7337", "question": "What is the most specific category that both Seoul and New York City belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { BIND(wd:Q515 AS ?commonAncestor) . wd:Q108178728 wdt:P279* ?commonAncestor . wd:Q1093829 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the common superclass in the taxonomy that includes both Seoul and New York City?", "Which concept is the least common ancestor of Seoul and New York City in Wikidata\u2019s hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q60> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7338", "question": "What is the most general category that both Earth and Afghanistan belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?lca WHERE {\n  wd:Q2 wdt:P31 ?t1 .\n  wd:Q889 wdt:P31 ?t2 .\n  ?t1 wdt:P279 * ?lca .\n  ?t2 wdt:P279 * ?lca .\n  FILTER ( ?lca = wd:Q35120 )\n}", "paraphrases": ["What is the common superclass of all types that Earth and Afghanistan are instances of?", "In Wikidata, what is the highest-level concept shared by the planet Earth and the country Afghanistan?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7339", "question": "What is the most specific category that both Atlanta and Sioux Falls belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q23556 wdt:P31 ?commonType .\n  wd:Q131335 wdt:P31 ?commonType .\n}\nORDER BY ?commonType\nLIMIT 1", "paraphrases": ["Which class do both Atlanta and Sioux Falls share as an instance of?", "What type of entity is both Atlanta and Sioux Falls an example of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7340", "question": "What is the most specific category that both Hungary and North Korea belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q28 wdt:P31 ?commonClass .\n  wd:Q423 wdt:P31 ?commonClass .\n  FILTER NOT EXISTS {\n    ?otherClass wdt:P279 ?commonClass .\n    wd:Q28 wdt:P31 ?otherClass .\n    wd:Q423 wdt:P31 ?otherClass .\n  }\n}", "paraphrases": ["Which class is the lowest common ancestor of Hungary and North Korea in terms of their type?", "Find the most specific type shared by Hungary and North Korea."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q423> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7341", "question": "What are the categories that Hungary and the Interlagos circuit belong to?", "sparql": "SELECT ?entity ?type ?label WHERE { VALUES ?entity { wd:Q28 wd:Q171387 } ?entity wdt:P31 ?type . ?type rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?entity", "paraphrases": ["What types of entities are Hungary and Aut\u00f3dromo Jos\u00e9 Carlos Pace classified as in Wikidata?", "Can you list the categories for Hungary and the Interlagos racing track?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q171387> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7342", "question": "What is the most general category that both Hungary and Cincinnati belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor ?label WHERE {\n  wd:Q28 wdt:P31 ?type1 .\n  wd:Q43196 wdt:P31 ?type2 .\n  BIND(wd:Q35120 AS ?ancestor)\n  OPTIONAL {\n    ?ancestor rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["What do Hungary and Cincinnati have in common in terms of their classification in Wikidata?", "What is the highest-level class that includes both a country like Hungary and a city like Cincinnati?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43196> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7343", "question": "What is the most specific category that both Paris and Los Angeles belong to?", "sparql": "SELECT ?commonClass ?label WHERE { wd:Q90 wdt:P31 ?commonClass . wd:Q65 wdt:P31 ?commonClass . ?commonClass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?label) LIMIT 1", "paraphrases": ["Which class is shared by both Paris and Los Angeles, and has the alphabetically first English label?", "What term describes both Paris and Los Angeles as globally significant urban centers?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q90> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7344", "question": "Laotian football players without Spanish Wikipedia descriptions", "sparql": "SELECT DISTINCT ?player WHERE { ?player wdt:P31 wd:Q5 ; wdt:P106 wd:Q937857 ; wdt:P27 wd:Q819 . OPTIONAL { ?player schema:description ?desc . FILTER(LANG(?desc) = \"es\") } FILTER(!BOUND(?desc)) } LIMIT 300", "paraphrases": ["Who are the human association football players from Laos who do not have a Spanish-language Wikipedia description?", "List all Laotian football players who don\u2019t have a Spanish description on Wikipedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q819> . OPTIONAL { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . } LIMIT 300"}}
{"id": "val_7345", "question": "What are the geographic coordinates of Capel Peniel and the administrative area it is located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?chapelCoordinates ?administrativeAreaCoordinates WHERE {\n  wd:Q17739840 wdt:P625 ?chapelCoordinates .\n  OPTIONAL {\n    wd:Q17739840 wdt:P131 ?administrativeArea .\n    ?administrativeArea wdt:P625 ?administrativeAreaCoordinates .\n  }\n}", "paraphrases": ["Show the exact location of Capel Peniel and the centroid of Tremadog, the town it belongs to.", "How do the coordinates of Capel Peniel chapel compare to those of the administrative region it falls under?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q17739840> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q17739840> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_7346", "question": "What is the English name and description of the Great Russian Encyclopedia entry with ID 2334183?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"2334183\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Find the English label and description for the encyclopedia entry identified by the Great Russian Encyclopedia Online ID 2334183.", "Show me the English title and summary of the entry in the Great Russian Encyclopedia that has the ID 2334183."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1996973\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7347", "question": "Swedish citizens born outside Sweden", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthPlace ?birthPlaceLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q34 .\n  ?person wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P17 ?birthCountry .\n  FILTER ( ?birthCountry != wd:Q34 ) .\n  ?person rdfs:label ?personLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  FILTER ( LANG( ?birthPlaceLabel ) = \"en\" ) .\n}\nLIMIT 100", "paraphrases": ["Which humans are citizens of Sweden but were born in a different country?", "List the names of Swedish citizens along with the cities where they were born, excluding those born in Sweden."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q34> . FILTER ( ( ( ?var3 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } LIMIT 100"}}
{"id": "val_7348", "question": "Who is the person named \"Ren\u00e9 Monzat\" in French on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Ren\u00e9 Monzat\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What Wikidata item corresponds to the French label \"Ren\u00e9 Monzat\" and represents a human?", "Find the human entity in Wikidata with the French label \"Ren\u00e9 Monzat\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Guy Monzat\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7349", "question": "Alternative names of BNP Paribas in different languages.", "sparql": "SELECT ?alternativeLabel WHERE { wd:Q499707 skos:altLabel ?alternativeLabel .}", "paraphrases": ["What are the different language versions of the name \"BNP Paribas\"?", "Show me all the translated or alternative names for the French bank BNP Paribas."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q499707> <http://www.w3.org/2004/02/skos/core#altLabel> ?var1 . }"}}
{"id": "val_7350", "question": "What are all the postal codes used in France?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?postalCode WHERE {\n  ?place wdt:P17 wd:Q142 ; wdt:P281 ?postalCode .\n}", "paraphrases": ["Can you list all the postal codes for cities and towns in France?", "Which postal codes are assigned to locations in France?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1105640> . }"}}
{"id": "val_7351", "question": "Museums with labels in 10 or more languages", "sparql": "SELECT ?museum ( COUNT( DISTINCT ?lang ) AS ?langCount ) (SAMPLE(?label) AS ?sampleLabel) WHERE { ?museum wdt:P31 wd:Q33506 . ?museum rdfs:label ?label . BIND( LANG( ?label ) AS ?lang ) . FILTER( LANG( ?label ) != \"\" ) } GROUP BY ?museum HAVING ( COUNT( DISTINCT ?lang ) >= 10 ) ORDER BY DESC(?langCount) LIMIT 20", "paraphrases": ["Which museums have their names or titles available in at least 10 different languages?", "List museums that are available in 10 or more languages, along with the number of languages each is available in."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( LANG ( ?var4Label ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q33506> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } GROUP BY ?var1 HAVING ( ( COUNT ( DISTINCT ?var2 ) >= \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_7352", "question": "What is the Wikidata item for the human named Yves Dumez?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Yves Dumez\" @en .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Find the person in Wikidata whose name is Yves Dumez.", "Which Wikidata entity represents Yves Dumez as a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Yves Dumez\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7353", "question": "Observation decks with labels in 10 or more languages", "sparql": "SELECT ?observationDeck ( COUNT( DISTINCT ?lang ) AS ?langCount ) WHERE { ?observationDeck wdt:P31 wd:Q177305 . ?observationDeck rdfs:label ?label . BIND( LANG( ?label ) AS ?lang ) . } GROUP BY ?observationDeck HAVING ( COUNT( DISTINCT ?lang ) >= 10 )", "paraphrases": ["Which observation decks have their names available in at least 10 different languages?", "Show me observation decks that are labeled in 10 or more languages."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( LANG ( ?var4Label ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q177305> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } GROUP BY ?var1 HAVING ( ( COUNT ( DISTINCT ?var2 ) >= \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_7354", "question": "What countries or administrative regions is Galilee located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  VALUES ?start {\n    wd:Q83241\n  }\n  {\n    ?start wdt:P17 ?var1\n  } UNION {\n    ?start wdt:P131 ?var1\n  } UNION {\n    ?start wdt:P131 / wdt:P131 ?var1\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER(LANG(?var1Label) = \"en\")\n  }\n}", "paraphrases": ["Show me the administrative divisions and country that contain the region of Galilee.", "Is Galilee part of Israel, and if so, which district within Israel does it belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q83241> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7355", "question": "What country and city is Lucky Luyk located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location ?locationLabel WHERE {\n  wd:Q2341020 ( wdt:P17 | wdt:P131 ) ?location .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?locationLabel ) = \"en\" )\n}", "paraphrases": ["Which country and administrative area does the squatter\u2019s house Lucky Luyk belong to?", "Show me the country and city associated with Lucky Luyk in Amsterdam."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2341020> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7356", "question": "Who are the people born in Marrakesh?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P19 wd:Q101625 .\n  ?person wdt:P31 wd:Q5\n}", "paraphrases": ["List all humans who have Marrakesh as their place of birth.", "Can you find individuals from Marrakesh?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"marrakchi\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7357", "question": "Hungarian municipalities in Zala County with population and coordinates", "sparql": "SELECT ?municipality ?population ?coordinates WHERE { ?municipality wdt:P31 wd:Q2590631 ; wdt:P131 ?district . ?district wdt:P131 wd:Q185374 ; wdt:P31 wd:Q1162835 . OPTIONAL { ?municipality wdt:P1082 ?population } . OPTIONAL { ?municipality wdt:P625 ?coordinates } . } ORDER BY ?municipality", "paraphrases": ["Which towns and villages in Zala County, Hungary, have recorded population and geographic coordinates?", "List all municipalities in Zala County, Hungary, along with their population and GPS coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15725967> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13218690> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2590631> . } ?var1 <http://www.wikidata.org/prop/direct/P768> <http://www.wikidata.org/entity/Q15725967> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } }"}}
{"id": "val_7358", "question": "Images associated with Stephen Stein, including his gender and employer.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q47508780 wdt:P18 ?image . } UNION { wd:Q47508780 wdt:P21 ?gender . ?gender wdt:P18 ?image . } UNION { wd:Q47508780 wdt:P108 ?employer . ?employer wdt:P18 ?image . } }", "paraphrases": ["What images are linked to Stephen Stein, such as those of his gender or workplace?", "Show me all images related to Stephen Stein, including those of his gender and employer."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q47508780> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q47508780> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47508780> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_7359", "question": "What are the journals where Uli Fechner has published the most papers, and what are their common abbreviations?", "sparql": "SELECT ?publication ?pubLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q47509086 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL { ?publication wdt:P1813 ?shortName }\n  BIND(COALESCE(?shortName, ?label) AS ?pubLabel)\n}\nGROUP BY ?publication ?pubLabel\nORDER BY DESC(?count)", "paraphrases": ["List the publications that have featured Uli Fechner\u2019s work, sorted by number of publications, using abbreviated names where available.", "How many publications by Uli Fechner appear in each journal, and what are the English names or abbreviations of those journals?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47509086> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_7360", "question": "Who were the people affiliated with the Government of Togo, and what roles or occupations did they hold during their tenure, along with the start and end dates?", "sparql": "SELECT DISTINCT ?person ?personLabel ?governmentLabel ?startDate ?endDate ?occupation ?role WHERE { BIND( wd:Q30607454 AS ?government ) . ?person wdt:P31 wd:Q5 . ?person p:P1416 ?statement . ?statement ps:P1416 ?government . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P106 ?occupationUri . ?occupationUri rdfs:label ?occupation . FILTER ( LANG( ?occupation ) = \"en\" ) } OPTIONAL { ?statement pq:P2868 ?roleUri . ?roleUri rdfs:label ?role . FILTER ( LANG( ?role ) = \"en\" ) } ?person rdfs:label ?personLabel . FILTER ( LANG( ?personLabel ) = \"en\" ) ?government rdfs:label ?governmentLabel . FILTER ( LANG( ?governmentLabel ) = \"en\" ) } ORDER BY ASC(?startDate) ASC(?occupation) ASC(?role)", "paraphrases": ["List all individuals who had an affiliation with the Government of Togo, including their English names, the time periods of their affiliation, and their roles or occupations in English.", "What positions did people hold in the Government of Togo between 1889 and 1914, and when did they serve?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q30607454> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P1416> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var7 ( <http://www.wikidata.org/prop/qualifier/P106> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } OPTIONAL { ?var7 ( <http://www.wikidata.org/prop/qualifier/P2868> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 )ASC( ?var5 )"}}
{"id": "val_7361", "question": "Which Wikidata items have Twitter usernames CNBMex, kallmane, McGillLib, unhlibrary, or wikipedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"nnschiller\" \"Mrc_Gthr\" \"danchagnon\" \"_BAnQ\" \"ABQLA\" \"kallmane\" \"kgs\" \"LPanzari\" \"UMontreal\" \"BiblioUQAM\" \"McGillLib\" \"unhlibrary\" \"jonhz\" \"CNBMex\" \"wikipedia\" \"WLM_BRASIL\" \"WLEBRASIL\" \"wikiedubr\"\n  }\n}", "paraphrases": ["Who or what organizations on Wikidata use the Twitter handles CNBMex, kallmane, McGillLib, unhlibrary, or wikipedia?", "List the entities in Wikidata that are associated with the Twitter usernames CNBMex, kallmane, McGillLib, unhlibrary, and wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"nnschiller\" ) ( \"Mrc_Gthr\" ) ( \"danchagnon\" ) ( \"string1\" ) ( \"_BAnQ\" ) ( \"string2\" ) ( \"ABQLA\" ) ( \"string3\" ) ( \"kallmane\" ) ( \"string4\" ) ( \"kgs\" ) ( \"LPanzari\" ) ( \"string5\" ) ( \"string6\" ) ( \"UMontreal\" ) ( \"string7\" ) ( \"BiblioUQAM\" ) ( \"McGillLib\" ) ( \"string8\" ) ( \"unhlibrary\" ) ( \"string9\" ) ( \"string10\" ) ( \"jonhz\" ) ( \"CNBMex\" ) ( \"string11\" ) ( \"wikipedia\" ) ( \"WLM_BRASIL\" ) ( \"WLEBRASIL\" ) ( \"wikiedubr\" ) } }"}}
{"id": "val_7362", "question": "French historical monuments with M\u00e9rim\u00e9e ID starting with PA and their images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?monument ?merimeeId ?image WHERE {\n  ?monument wdt:P1435 / wdt:P279 * wd:Q916475 .\n  ?monument wdt:P380 ?merimeeId .\n  FILTER(REGEX(?merimeeId , \"^(PA)\"))\n  OPTIONAL {\n    ?monument wdt:P18 ?image .\n  }\n}\nORDER BY ASC(?merimeeId)\nLIMIT 100", "paraphrases": ["Which French historical monuments are listed in the M\u00e9rim\u00e9e database with IDs starting with \"PA\", and do they have images on Wikimedia Commons?", "List up to 100 French monuments designated as historical monuments, sorted by their M\u00e9rim\u00e9e ID, showing their image if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P1435> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q916475> . ?var1 <http://www.wikidata.org/prop/P1435> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P380> ?var2 . FILTER ( ( REGEX ( ?var2 , \"^(PA)\" ) ) ) . } ORDER BY ASC( ?var5 ) LIMIT 100"}}
{"id": "val_7363", "question": "What languages are used to label the \"instance of\" property in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?label WHERE {\n  wd:P31 rdfs:label ?label .\n}\nORDER BY ASC(?label)", "paraphrases": ["In which languages does Wikidata provide labels for the property \"instance of\"?", "Show me all the language-specific labels for the Wikidata property \"instance of\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { OPTIONAL { BIND ( LANG ( ?var2Label ) AS ?var1 ). <http://www.wikidata.org/prop/direct/P31> <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_7364", "question": "Top 100 subjects of legislation with highest rate of repeal, in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label(COUNT(?var2) AS ?count)(AVG(IF(EXISTS {\n  ?var2 wdt:P2568 []\n}\n, 1 , 0)) AS ?avgRepealed) WHERE {\n  ?var2 wdt:P31 / wdt:P279 * wd:Q49371 .\n  ?var2 wdt:P921 ?var1 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nGROUP BY ?var1 ?var1Label\nORDER BY DESC(?avgRepealed)\nLIMIT 100", "paraphrases": ["Which topics are most commonly associated with repealed legislation, based on the proportion of repealed laws in Wikidata?", "Show me the main subjects of legislation, ranked by how often the associated laws have been repealed, with counts and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 )( AVG ( ?var4 ) AS ?var5 ) WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P2568> ?var3 . } ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var4 ). ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q49371> . ?var2 <http://www.wikidata.org/prop/direct/P921> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var5 ) LIMIT 100"}}
{"id": "val_7365", "question": "What are the Twitter usernames for the United Nations Development Programme?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"undp\" \"pnud\"\n  }\n}", "paraphrases": ["Which Twitter accounts are associated with the United Nations Development Programme on Wikidata?", "Show me the X (Twitter) usernames linked to the United Nations Development Programme in Wikidata, specifically 'undp' and 'pnud'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"UNDP4Youth\" ) ( \"UNDP\" ) ( \"string1\" ) ( \"string2\" ) } }"}}
{"id": "val_7366", "question": "Facilities with more than 10 Wikipedia articles, ranked by popularity", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?facility(COUNT(?site) AS ?sitelinks) WHERE {\n  ?facility wdt:P31 wd:Q13226383 .\n  ?site schema:about ?facility ; schema:isPartOf ?wikipedia .\n  FILTER(STRSTARTS(STR(?wikipedia) , \"https://\"))\n}\nGROUP BY ?facility\nHAVING(COUNT(?site) > 10)\nORDER BY DESC(?sitelinks)\nLIMIT 1000", "paraphrases": ["Which facilities have Wikipedia articles in more than 10 languages, and how many languages each has?", "List the top 1000 facilities that are covered on Wikipedia in over 10 languages, sorted by the number of language editions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13226383> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_7367", "question": "Publications with \"safe\" in the title and their authors, limited to English-language entries.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?publication ?instanceType ?instanceLabel ?publicationLabel ?author ?authorLabel WHERE {\n  ?publication wdt:P31 ?instanceType .\n  FILTER(?instanceType = wd:Q732577 || ?instanceType = wd:Q83790)\n  ?instanceType rdfs:label ?instanceLabel .\n  FILTER(LANG(?instanceLabel) = \"en\")\n  ?publication rdfs:label ?publicationLabel .\n  FILTER(LANG(?publicationLabel) = \"en\")\n  ?publication wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n  FILTER(REGEX(?publicationLabel , \"safe\" , \"i\"))\n}\nLIMIT 10", "paraphrases": ["Which English-language publications contain the word \"safe\" in their title, and who are their authors?", "Show me the authors of publications (not textbooks) whose titles include the word \"safe\", with all labels in English."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q732577> ) || ( ?var2 = <http://www.wikidata.org/entity/Q83790> ) ) ) . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P50> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var4Label , \"safe\", \"i\" ) ) ) . } OFFSET 0 LIMIT 10"}}
{"id": "val_7368", "question": "Who has the Twitter username \"fdouetteau\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?twitterUsername WHERE {\n  ?person wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"fdouetteau\"\n  }\n}", "paraphrases": ["Which Wikidata item corresponds to the Twitter handle fdouetteau?", "Find the person associated with the Twitter/X username \"fdouetteau\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"fdouetteau\" ) } }"}}
{"id": "val_7369", "question": "What are the top 10 railway stations with the most Wikipedia language editions?", "sparql": "SELECT ?station ?count WHERE { ?station wdt:P31 wd:Q55488 . { SELECT ?station (COUNT(?page) AS ?count) WHERE { ?page schema:about ?station . ?page schema:isPartOf ?wiki . } GROUP BY ?station HAVING (?count > 1) } } ORDER BY DESC(?count) LIMIT 1000", "paraphrases": ["Which railway stations are covered in more than one Wikipedia language, ranked by how many languages they appear in?", "Show me railway stations that have articles in at least two Wikipedia languages, sorted by the number of languages, with the most popular first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_7370", "question": "What infobox template is most specifically associated with camera operators and has a Russian Wikipedia page?", "sparql": "SELECT ?template ?topic (COUNT(?general) AS ?generalizations) WHERE { ?template wdt:P31 wd:Q19887878 . ?template wdt:P1423 ?topic . wd:Q1208175 wdt:P279* ?topic . ?general wdt:P279* ?topic . ?wikipediaPage schema:about ?template ; schema:isPartOf <https://ru.wikipedia.org/> . } GROUP BY ?template ?topic ORDER BY ASC(?generalizations) LIMIT 1", "paraphrases": ["Which Wikipedia infobox template, linked to a topic that camera operators belong to, is used most frequently on Russian Wikipedia pages?", "Find the infobox template for people in the filmmaking profession that has a Russian version and is the most specific to camera operators."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q1208175> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_7371", "question": "What is the most frequently used infobox template on the Russian Wikipedia?", "sparql": "SELECT ?template (COUNT(?page) AS ?usageCount)\nWHERE {\n  ?template wdt:P31 wd:Q19887878 .\n  ?page schema:isPartOf <https://ru.wikipedia.org/> .\n  ?page schema:about ?item .\n  ?item wdt:P31 ?topic .\n  ?template wdt:P1423 ?topic .\n}\nGROUP BY ?template\nORDER BY DESC(?usageCount)\nLIMIT 1", "paraphrases": ["Which infobox template appears the most times on Russian Wikipedia pages?", "How many times is the \"Infobox person\" template used on Russian Wikipedia?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ( COUNT ( ?var5 ) AS ?var6 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19887878> . ?var1 <http://www.wikidata.org/prop/direct/P1423> ?var2 . <http://www.wikidata.org/entity/Q4435038> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P106> ) ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P279> * ?var2 . } GROUP BY ?var1 ?var2 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var3 . } } GROUP BY ?var1 ?var2 ?var3 ?var4 } FILTER ( ( EXISTS { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . } ) ) . } ORDER BY ASC( ?var4 ) DESC( ?var6 ) LIMIT 1"}}
{"id": "val_7372", "question": "What are the birth and death dates of Franziska Donner?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q113840 rdfs:label ?label .\n  OPTIONAL {\n    wd:Q113840 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q113840 wdt:P570 ?deathDate .\n  }\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Can you tell me when Franziska Donner was born and when she died?", "Provide the life span of Franziska Donner, including her birth and death dates."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q113840> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7373", "question": "What are the birth and death dates of Kuroda Naoyasu?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q11678645 rdfs:label ?label . FILTER(LANG(?label) = \"ja\") OPTIONAL { wd:Q11678645 wdt:P569 ?birthDate . } OPTIONAL { wd:Q11678645 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the Japanese name, birth date, and death date of the person with Wikidata ID Q11678645?", "Who was the Japanese samurai born in 1819 and died in 1876?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q11678645> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7374", "question": "What are the birth and death dates of Tony Street?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  BIND(wd:Q2442849 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Tony Street was born and when he died?", "Provide the full name, birth date, and death date of the Australian politician Tony Street."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2442849> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7375", "question": "Which breweries have the most Wikipedia language editions, and how many are there?", "sparql": "SELECT ?brewery (COUNT(?page) AS ?sitelinkCount) WHERE { ?brewery wdt:P31 wd:Q131734 . ?page schema:about ?brewery . FILTER(REGEX(STR(?page), \"^https://[^/]+\\\\.wikipedia\\\\.org\")) } GROUP BY ?brewery ORDER BY DESC(?sitelinkCount) LIMIT 1000", "paraphrases": ["List the top 1000 breweries based on how many Wikipedia articles exist about them.", "Find breweries that are mentioned on Wikipedia in multiple languages, ordered by the number of languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q131734> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_7376", "question": "How many Batman video games have English Wikipedia articles?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT(COUNT(DISTINCT ?game) AS ?count) WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game rdfs:label ?label .\n  ?wikipediaPage schema:about ?game .\n  FILTER(STRSTARTS(STR(?wikipediaPage) , \"https://en.wikipedia.org/wiki/\"))\n  FILTER(REGEX(?label , \".*batman.*\" , \"i\"))\n}", "paraphrases": ["How many video games featuring Batman are linked to English Wikipedia pages?", "Count the number of Batman-themed video games that have corresponding English Wikipedia articles."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var3 <http://schema.org/about> ?var1 . FILTER ( ( ( SUBSTR ( STR ( ?var3 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \".*batman.*\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20"}}
{"id": "val_7377", "question": "People with an account on XVideos", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P553 wd:Q3700050 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who has an account on the website XVideos?", "List the individuals who have an account on XVideos."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P553> <http://www.wikidata.org/entity/Q3700050> . } LIMIT 100"}}
{"id": "val_7378", "question": "Wikidata items with Chinese labels and descriptions that have a Wikimedia Commons category.", "sparql": "SELECT ?item ?itemLabel ?itemDescription WHERE { ?item wdt:P373 ?category . ?item rdfs:label ?itemLabel . ?item schema:description ?itemDescription . FILTER(LANG(?itemLabel) = \"zh-hans\") FILTER(LANG(?itemDescription) = \"zh-hans\") } LIMIT 100", "paraphrases": ["Which Wikidata items have both a Chinese label and a Chinese description, and are associated with a Wikimedia Commons category?", "Please list the Chinese labels and descriptions of Wikidata items that are linked to a Wikimedia Commons category."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P373> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh-hans\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh-hans\" ) ) ) . } LIMIT 100"}}
{"id": "val_7379", "question": "Short names of para rowing event classes at the World Rowing Championships", "sparql": "SELECT ?event ?eventLabel ?classAbbreviation WHERE { ?event wdt:P31 wd:Q21246076 ; wdt:P361 [ wdt:P31 wd:Q1413606 ] ; wdt:P2094 [ wdt:P1813 ?classAbbreviation ; wdt:P641 wd:Q1575010 ] . ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") }", "paraphrases": ["What are the abbreviated class names for para rowing events in the World Rowing Championships?", "List the para rowing events from the World Rowing Championships and their official competition class abbreviations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21246076> ; <http://www.wikidata.org/prop/direct/P361> [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1413606> ] ; <http://www.wikidata.org/prop/direct/P2094> [ <http://www.wikidata.org/prop/direct/P1813> ?var2 ; <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q1575010> ] . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3157> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } }"}}
{"id": "val_7380", "question": "Where was Abraham Rademaker born?", "sparql": "SELECT ?birthPlace WHERE { wd:Q2534646 wdt:P19 ?birthPlace .}", "paraphrases": ["What is the place of birth of the Dutch painter Abraham Rademaker?", "Tell me the birthplace of Abraham Rademaker, the 17th-century Dutch artist."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q2534646> <http://www.wikidata.org/prop/direct/P19> ?var1 . }"}}
{"id": "val_7381", "question": "Birthplace of Isaac da Costa", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthplace WHERE {\n  wd:Q1673766 wdt:P19 ?birthplace .\n}", "paraphrases": ["Where was Isaac da Costa born?", "What is the city where the Dutch poet and theologian Isaac da Costa was born?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1673766> <http://www.wikidata.org/prop/direct/P19> ?var1 . }"}}
{"id": "val_7382", "question": "Organizations founded after January 29, 2018, with their English labels and inception dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?inceptionDate ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q43229 ; wdt:P571 ?inceptionDate .\n  FILTER ( ?inceptionDate > \"2018-01-29\" ^^ xsd:date ) OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}\nORDER BY ?inceptionDate", "paraphrases": ["Which organizations were established after January 29, 2018, and when were they founded?", "List all organizations that started after January 29, 2018, including their English names and founding dates, sorted by date."], "info": {"raw_sparql": "SELECT( ( NOW ( ) - \"2018-01-29\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) AS ?var1 ) WHERE { }"}}
{"id": "val_7383", "question": "Wikipedia articles about Montr\u00e9al-Nord", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?page WHERE {\n  ?page schema:about wd:Q1714436 .\n}", "paraphrases": ["Which Wikipedia pages discuss Montr\u00e9al-Nord?", "Show me all the Wikipedia links related to Montr\u00e9al-Nord."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q1714436> . }"}}
{"id": "val_7384", "question": "Wikimedia categories with main topic taxon", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?category ?categoryLabel WHERE {\n  ?category p:P301 ?statement .\n  ?statement ps:P301 wd:Q16521 .\n  ?category rdfs:label ?categoryLabel .\n  FILTER ( LANG( ?categoryLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the English Wikipedia categories whose main topic is taxon?", "List the English-labeled Wikipedia categories that are about taxonomic units."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7385", "question": "What are some examples of consumer electronics?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q581105 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which devices are classified as consumer electronics on Wikidata?", "List the English names of products that are instances of consumer electronics."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q581105> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7386", "question": "What are the volumes of the Brockhaus and Efron Encyclopedic Dictionary?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?volume ?volumeLabel WHERE {\n  ?volume wdt:P361 wd:Q602358 .\n  ?volume rdfs:label ?volumeLabel .\n  FILTER ( LANG( ?volumeLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Which volumes make up the Brockhaus and Efron Encyclopedic Dictionary?", "List the English-labeled volumes that are part of the Brockhaus and Efron Encyclopedic Dictionary."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q602358> . } LIMIT 1000"}}
{"id": "val_7387", "question": "Japanese Wikipedia articles with the Good Article badge", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article WHERE {\n  ?article schema:isPartOf <https://ja.wikipedia.org/> ; wikibase:badge wd:Q17437798 .\n}", "paraphrases": ["Which articles on the Japanese Wikipedia have been designated as Good Articles?", "List all the URLs of Japanese Wikipedia pages that carry the Good Article badge."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://schema.org/isPartOf> <https://ja.wikipedia.org/> ; <http://wikiba.se/ontology#badge> <http://www.wikidata.org/entity/Q17437798> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7388", "question": "List artworks from the Groeningemuseum with their inventory numbers, creators, and clickable URLs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?artwork ?inventoryNumber ?instance ?instanceLabel ?creator ?creatorLabel ?workPID ?url WHERE {\n  ?artwork wdt:P195 wd:Q1948674 .\n  OPTIONAL {\n    ?artwork wdt:P217 ?inventoryNumber .\n  }\n  OPTIONAL {\n    ?artwork wdt:P31 ?instance .\n  }\n  OPTIONAL {\n    ?artwork wdt:P170 ?creator .\n  }\n  OPTIONAL {\n    ?artwork wdt:P2282 ?workPID .\n  }\n  wd:P2282 wdt:P1630 ?formatterUrl .\n  BIND(REPLACE(?formatterUrl , \"\\\\$1\" , ?workPID) AS ?url)\n  OPTIONAL {\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?creator rdfs:label ?creatorLabel .\n    FILTER(LANG(?creatorLabel) = \"en\")\n  }\n}\nLIMIT 10", "paraphrases": ["What are the artworks in the Groeningemuseum collection, and how can I access them via their persistent identifiers using the museum\u2019s URL format?", "Show me the artworks from the Groeningemuseum, including their creators, types (e.g., painting), inventory numbers, and direct URLs generated from their P2282 IDs using the museum\u2019s URL template."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ?var8 ?var9 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1948674> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P217> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P195> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2282> ?var8 . } BIND ( IRI ( REPLACE ( ?var8 , \"^(.+)$\", ?var10 ) ) AS ?var9 ). ?var11 <http://wikiba.se/ontology#directClaim> <http://www.wikidata.org/prop/direct/P2282> . ?var11 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . ?var11 <http://www.wikidata.org/prop/direct/P1630> ?var10 . }"}}
{"id": "val_7389", "question": "People who directed and acted in films, ranked by number of films.", "sparql": "SELECT ?person ?personLabel (COUNT(?film) AS ?count) WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P57 ?person . ?film wdt:P161 ?person . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } GROUP BY ?person ?personLabel ORDER BY DESC(?count)", "paraphrases": ["Who are the filmmakers that have both directed and acted in the most films?", "List the directors who also starred in their own films, sorted by how many such films they made."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var2 <http://www.wikidata.org/prop/direct/P57> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-cn,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 )"}}
{"id": "val_7390", "question": "French-labeled humans named Blondel", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Blondel\" @fr .\n  ?item wdt:P31 wd:Q5\n}", "paraphrases": ["Who are the humans in Wikidata with the French label 'Blondel'?", "List all humans whose French label is 'Blondel'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"blondel\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7391", "question": "Predecessor of Manuela Schwesig as Federal Minister of Family Affairs", "sparql": "SELECT ?replaced WHERE { wd:Q72845 wdt:P39 ?position . ?statement ps:P39 ?position ; pq:P1366 ?replaced . FILTER (?position = wd:Q30543531) }", "paraphrases": ["Who did Manuela Schwesig replace when she became Federal Minister of Family Affairs, Senior Citizens, Women and Youth?", "Find the person who held the position of Federal Minister of Family Affairs, Senior Citizens, Women and Youth before Manuela Schwesig."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> [ ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q248352> ; <http://www.wikidata.org/prop/direct/P1365> <http://www.wikidata.org/entity/Q72845> ] . }"}}
{"id": "val_7392", "question": "Who is the person named \"Agn\u00e8s Jaoui\" in French, and is known to be a human?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Agn\u00e8s Jaoui\"@fr . ?item wdt:P31 wd:Q5 .}", "paraphrases": ["Find the Wikidata item for the French-labeled person \"Agn\u00e8s Jaoui\".", "What human entity has the French label \"Agn\u00e8s Jaoui\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Agn\u00e8s Woog\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7393", "question": "Musical groups starting with \"Ab\" and their English genres.", "sparql": "SELECT ?group ?genreLabel ?groupLabel WHERE { ?group wdt:P31 wd:Q215380 . ?group wdt:P136 ?genre . ?group rdfs:label ?groupLabel . ?genre rdfs:label ?genreLabel . FILTER (LANG(?groupLabel) = \"en\") . FILTER (LANG(?genreLabel) = \"en\") . FILTER (STRSTARTS(?groupLabel, \"Ab\")) . } LIMIT 100", "paraphrases": ["What are the English-language names of musical groups that start with \"Ab\", and what genres are they associated with?", "List all musical groups whose names begin with \"Ab\" in English, along with their English genre labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( ?var3Label , \"Ab\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7394", "question": "Who are the people who died at Siriraj Hospital in Bangkok?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?deathPlace WHERE {\n  ?person wdt:P20 wd:Q4385323 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  wd:Q4385323 rdfs:label ?deathPlace .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?deathPlace) = \"en\")\n}", "paraphrases": ["List the names of notable individuals who passed away at Siriraj Hospital, along with the hospital's name.", "Which humans died at Siriraj Hospital, and what is the name of the hospital where they died?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4385323> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P20> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"th\". } }"}}
{"id": "val_7395", "question": "Image of the person with SNAC ARK ID w61t33tj", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w61t33tj\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image of Balthus as identified by the SNAC ARK ID w61t33tj?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w61t33tj."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61t33tj\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7396", "question": "What are the taxonomic details of the fish species *Osteobrama bhimensis*?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?speciesLabel ?parentTaxonLabel ?taxonRankLabel ?gbifId ?colId WHERE {\n  wd:Q1102413 wdt:P171 ?parentTaxon ; wdt:P105 ?taxonRank ; wdt:P846 ?gbifId ; wdt:P10585 ?colId .\n  wd:Q1102413 rdfs:label ?speciesLabel .\n  ?parentTaxon rdfs:label ?parentTaxonLabel .\n  ?taxonRank rdfs:label ?taxonRankLabel .\n  FILTER ( LANG( ?speciesLabel ) = \"en\" ) FILTER ( LANG( ?parentTaxonLabel ) = \"en\" ) FILTER ( LANG( ?taxonRankLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the parent taxon, rank, GBIF ID, and Catalogue of Life ID for *Osteobrama bhimensis*?", "Provide the English label, parent taxon, taxon rank, GBIF ID, and Catalogue of Life ID for the species Osteobrama bhimensis."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q1102413> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7397", "question": "Scholarly articles citing \"Pachygyria, joint contractures, and facial abnormalities\"", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle ?citingArticleLabel ?citationProperty WHERE {\n  ?citingArticle ?statementProperty wd:Q41634729 .\n  ?citationProperty wikibase:directClaim ?statementProperty .\n  ?citingArticle rdfs:label ?citingArticleLabel .\n  FILTER ( LANG( ?citingArticleLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which academic papers cite the article on pachygyria, joint contractures, and facial abnormalities?", "List the titles of articles that reference the 1989 paper on pachygyria, joint contractures, and facial abnormalities, and confirm they use the \"cited in\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q41634729> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7398", "question": "What are all the administrative regions and countries that the building \"Conjunt d'habitatges plurifamiliars de la Caixa de Pensions\" is located in, up to the continent level?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q28152415 wdt:P131 + ?location\n  } UNION {\n    wd:Q28152415 wdt:P131 + ?admin .\n    ?admin wdt:P17 ?location\n  } UNION {\n    wd:Q28152415 wdt:P131 + ?admin .\n    ?admin wdt:P17 ?country .\n    ?country wdt:P30 ?location\n  }\n}", "paraphrases": ["Show the geographic hierarchy of the residential building in Girona, including its city, province, region, country, and continent.", "Which countries and continents include the residential building Conjunt d'habitatges plurifamiliars de la Caixa de Pensions, and what administrative divisions connect it to them?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q28152415> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7399", "question": "Main subjects of works by Katherine Thornton, ordered by frequency.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q41533116 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n}", "paraphrases": ["What are the most common topics of the works authored by Katherine Thornton, and how many works are there for each topic?", "Show me the English labels of the main subjects of Katherine Thornton\u2019s works, along with how many works each subject appears in, sorted from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q41533116> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q41533116> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7400", "question": "Who is the French-speaking human named Lucien Li\u00e8vre?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Lucien Li\u00e8vre\"@fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Find the Wikidata item for the person named Lucien Li\u00e8vre in French.", "What is the identifier for Lucien Li\u00e8vre, the French painter, in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Luc Li\u00e8vre\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7401", "question": "How many papers from the 22nd International Joint Conference on Artificial Intelligence were cited exactly 2 or 3 times, and how many papers have each of those citation counts?", "sparql": "SELECT ?citationCount (COUNT(?paper) AS ?paperCount)\nWHERE {\n  {\n    SELECT ?paper (COUNT(?citingWork) AS ?citationCount)\n    WHERE {\n      ?paper wdt:P1433 wd:Q46476302 .  # paper published in IJCAI 2011 proceedings\n      OPTIONAL {\n        ?citingWork wdt:P2860 ?paper .  # ?citingWork cites ?paper\n      }\n    }\n    GROUP BY ?paper\n  }\n}\nGROUP BY ?citationCount\nORDER BY DESC(?citationCount)", "paraphrases": ["Citation frequency distribution of papers published in IJCAI 2011 proceedings", "Show me how many papers in the IJCAI 2011 proceedings have 2 citations and how many have 3 citations."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q46476302> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } } GROUP BY ?var2 } } GROUP BY ?var1 ORDER BY DESC( ?var1 )"}}
{"id": "val_7402", "question": "What creative works have genres related to animals, such as beast fable or animal art?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P136 ?genre .\n  VALUES ?genre {\n    wd:Q2516435 wd:Q16875712 wd:Q2302151\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you list books or artworks that are classified under animal-themed genres like beast fable?", "Which literary works or paintings use animals as a central theme in their genre classification?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P136> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q729> . }"}}
{"id": "val_7403", "question": "All Wikimedia categories and biological subclasses related to the animal kingdom.", "sparql": "SELECT ?categoryOrTaxon WHERE { ?categoryOrTaxon (wdt:P301 / wdt:P279*) wd:Q729 . }", "paraphrases": ["What are all the taxonomic groups and categories that are classified under the animal kingdom in Wikidata?", "List all categories and their subcategories that have the animal kingdom as their main topic or are subclasses of such categories."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P301> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q729> . }"}}
{"id": "val_7404", "question": "French communes with \"Lyon\" in their name", "sparql": "SELECT ?commune ?communeLabel WHERE { ?commune wdt:P31 wd:Q484170 ; rdfs:label ?communeLabel . FILTER (REGEX(?communeLabel, \"Lyon\", \"i\")) }", "paraphrases": ["Which communes in France have \"Lyon\" in their name?", "List all communes in France whose names include the word Lyon."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( REGEX ( ?var1Label , \"string1\" ) ) ) . }"}}
{"id": "val_7405", "question": "Image of William Wirt with SNAC ARK ID w6sb45bg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6sb45bg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with William Wirt's SNAC ARK ID w6sb45bg?", "Show me the Wikimedia Commons image of the person identified by SNAC ARK ID w6sb45bg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sb45bg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7406", "question": "Who are the federal ministers of Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P39 [ ( wdt:P31 | wdt:P279 ) wd:Q248352 ] .\n}", "paraphrases": ["Which people have held a position that is either a federal minister or a subclass of federal minister in Germany?", "List all individuals who have served as federal ministers or in roles that are subclasses of federal minister in Germany."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> [ ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q248352> ] . }"}}
{"id": "val_7407", "question": "Finnish municipalities with the number of national built heritage sites located in each, sorted alphabetically.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?municipality ?municipalityLabel(SUBSTR(STR(?municipality) , 32) AS ?qId)(COUNT(?heritageItem) AS ?heritageCount) WHERE {\n  {\n    ?heritageItem wdt:P361 ?heritageComplex .\n    ?heritageComplex wdt:P4009 ?rkyId .\n  } UNION {\n    ?heritageItem wdt:P4009 ?rkyId .\n  }\n  ?heritageItem wdt:P131 ?municipality .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}\nGROUP BY ?municipality ?municipalityLabel\nORDER BY ASC(?municipalityLabel)", "paraphrases": ["Which Finnish municipalities have the most national heritage sites registered in the RKY database, and how many are there in each?", "List all municipalities (in English) that contain items listed in Finland\u2019s RKY national built heritage database, including the count of such items per municipality, ordered by municipality name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SUBSTR ( STR ( ?var1 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"250\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 )( COUNT ( ?var1 ) AS ?var3 ) WHERE { { ?var4 <http://www.wikidata.org/prop/direct/P361> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P4009> ?var6 . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P4009> ?var6 . } ?var4 <http://www.wikidata.org/prop/direct/P131> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi\". } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_7408", "question": "What is the most general category that both Ramallah and American Airlines belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  VALUES ?commonAncestor {\n    wd:Q35120\n  }\n  wd:Q158119 wdt:P31 ?c1 .\n  ?c1 wdt:P279 * ?commonAncestor .\n  wd:Q32396 wdt:P31 ?c2 .\n  ?c2 wdt:P279 * ?commonAncestor .\n}", "paraphrases": ["Is there any shared classification between the city of Ramallah and American Airlines?", "What is the highest-level common class in Wikidata for Ramallah and American Airlines?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q158119> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7409", "question": "What is the most specific category that includes both humans and organizations in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?ancestorLabel WHERE {\n  VALUES ?ancestor {\n    wd:Q106559804\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER ( LANG( ?ancestorLabel ) = \"en\" )\n}", "paraphrases": ["What is the common superclass of a person and a company in Wikidata's ontology?", "Which Wikidata class groups together both individuals and organizations?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11192> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7410", "question": "Who are the businesspeople born in Croydon?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P19 wd:Q2213391 ; wdt:P106 wd:Q43845 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ?personLabel", "paraphrases": ["List people from Croydon whose occupation is businessperson.", "Which notable individuals from Croydon are involved in business?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2006045> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2213391> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7411", "question": "Cities in M\u00e4rkischer Kreis with GND IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?gnd WHERE {\n  ?item wdt:P131 wd:Q5937 .\n  ?item wdt:P31 wd:Q515 .\n  ?item wdt:P227 ?gnd .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = 'en')\n}", "paraphrases": ["Which cities in the M\u00e4rkischer Kreis district in Germany have a GND ID?", "List the cities located in M\u00e4rkischer Kreis that are identified by a German National Library ID."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q5937> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . ?var1 <http://www.wikidata.org/prop/direct/P227> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_7412", "question": "What is the English title and description of the film with LdiF ID 48501?", "sparql": "SELECT ?film ?filmLabel ?description WHERE { ?film wdt:P3107 \"48501\" . OPTIONAL { ?film schema:description ?description . FILTER (LANG(?description) = \"en\") } ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") }", "paraphrases": ["What is the English name and plot summary of the movie identified by the LdiF ID 48501?", "Please provide the English title and a brief description of the film that has the LdiF ID 48501."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"48501\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7413", "question": "What is the most specific category that both Bill Clinton and the band Neu! belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q1124 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonClass .\n  wd:Q181874 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["What is the highest-level concept shared by Bill Clinton and the German rock band Neu! in Wikidata\u2019s ontology?", "Which ontological class is the most specific common superclass of Bill Clinton and the musical group Neu!?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1124> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q181874> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7414", "question": "What is the most general category that both Bruce Arians' occupation and Seattle's type belong to?", "sparql": "SELECT DISTINCT ?common WHERE { VALUES ?common { wd:Q35120 } wd:Q4046340 wdt:P106 ?occupation . ?occupation wdt:P279* ?common . wd:Q5083 wdt:P31 ?type . ?type wdt:P279* ?common . }", "paraphrases": ["What is the highest-level class in Wikidata that connects American football coach and the city of Seattle through their hierarchical types?", "Find the common superclass in the ontology that links Bruce Arians' profession and Seattle's classification."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7415", "question": "What is the most specific shared category (in the subclass hierarchy) that includes both humans and companies?", "sparql": "SELECT ?commonClass (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?commonClass (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q5 wdt:P279* ?commonClass .\n      wd:Q5 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n  {\n    SELECT ?commonClass (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q4830453 wdt:P279* ?commonClass .\n      wd:Q4830453 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor of \"human\" and \"company\" in Wikidata's taxonomy, measured by the fewest subclass steps?", "How far is the nearest shared superclass between the category of humans and the category of companies, and what is it called?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7416", "question": "What is the most abstract category that both Nigeria and a television program like Major League Baseball on CBS belong to?", "sparql": "SELECT ?commonClass ( (?distNigeria + ?distTV) AS ?totalDist ) WHERE { { SELECT ?commonClass ( COUNT( ?mid1 ) AS ?distNigeria ) WHERE { wd:Q6256 wdt:P279+ ?mid1 . ?mid1 wdt:P279* ?commonClass . } GROUP BY ?commonClass } { SELECT ?commonClass ( COUNT( ?mid2 ) AS ?distTV ) WHERE { wd:Q15416 wdt:P279+ ?mid2 . ?mid2 wdt:P279* ?commonClass . } GROUP BY ?commonClass } } ORDER BY ASC( ?totalDist ) LIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the hierarchy between a country and a TV show?", "Find the superclass that minimizes the total distance from the class of Nigeria and the class of Major League Baseball on CBS."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1033> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6738164> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7417", "question": "Iranian films with SourehCinema ID but no CiNetMag ID", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?label WHERE {\n  ?film wdt:P31 wd:Q11424 ; wdt:P495 wd:Q794 ; wdt:P3139 ?sourehcinemaid . MINUS {\n    ?film wdt:P3128 ?cinetmagid .\n  }\n  ?film rdfs:label ?label .\n  FILTER(LANG(?label) = \"fa\")\n}\nORDER BY ?label", "paraphrases": ["Which Iranian films are listed on SourehCinema but not on CiNetMag?", "List all Iranian movies that have a SourehCinema identifier but do not have a CiNetMag identifier."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q794> . ?var1 <http://www.wikidata.org/prop/direct/P3139> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P3128> ?var3 . } } GROUP BY ?var1"}}
{"id": "val_7418", "question": "Image of James Alexander Robertson (SNAC ARK ID: w64q8vfh)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?entity wdt:P3430 \"w64q8vfh\" .\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for James Alexander Robertson in Wikidata, given his SNAC ARK ID is w64q8vfh?", "Retrieve the Wikimedia Commons image linked to the entity with SNAC ARK ID w64q8vfh, which corresponds to James Alexander Robertson."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w64q8vfh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7419", "question": "Humans with a Dictionary of Swedish National Biography ID who are depicted in freely licensed visual artworks but have no image on Wikimedia Commons.", "sparql": "SELECT ?human ?sblId ?artwork WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P3217 ?sblId . MINUS { ?human wdt:P18 [] . } ?artwork (wdt:P31/wdt:P279*) wd:Q4502142 ; wdt:P180 ?human ; wdt:P4765 [] . }", "paraphrases": ["Which Swedish historical figures, identified by their SBL ID, are depicted in artworks with freely available images, but do not have their own photos on Wikimedia Commons?", "Show me visual artworks that depict Swedish biographical subjects (with SBL IDs) and have freely licensed images online, but where the subjects themselves lack Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P3217> ?var2 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> [] . } ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4502142> ; <http://www.wikidata.org/prop/direct/P180> ?var1 ; <http://www.wikidata.org/prop/direct/P4765> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7420", "question": "List of all named cats in Wikidata.", "sparql": "SELECT ?cat WHERE { ?cat (wdt:P31 / wdt:P279*) wd:Q146 . }", "paraphrases": ["Which notable cats are recorded in Wikidata as instances of the house cat species?", "Show me all the individual cats that have been documented in Wikidata, including those belonging to any subclass of the domestic cat."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_7421", "question": "Is Bandiera Rossa a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q806325 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Is the Italian labor movement song \"Bandiera Rossa\" classified as a human or any of its subclasses in Wikidata?", "Check whether Bandiera Rossa (Q806325) is an instance of human (Q5) or any of its transitive subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q806325> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7422", "question": "What is the image associated with the SNAC ARK ID w65b0878?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w65b0878\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the photo of William P. Gottlieb from Wikimedia Commons?", "Which image on Commons is linked to the Social Networks and Archival Context identifier w65b0878?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65b0878\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7423", "question": "What are the mass and height of humans in Wikidata?", "sparql": "SELECT ?human ?mass ?height WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P2067 ?mass . ?human wdt:P2048 ?height . } LIMIT 100", "paraphrases": ["Can you list 100 humans with their mass in kilograms and height in centimeters?", "Show me the mass and height of people, where mass is in kg and height is in cm."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P2067> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2048> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7424", "question": "What are Douglas Adams' occupations, and is there a photo of him?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?propLabel ?writerLabel ?adamsImage WHERE {\n  wd:Q42 wdt:P106 ?writer .\n  ?writer rdfs:label ?writerLabel .\n  FILTER(LANG(?writerLabel) = \"en\")\n  .\n  wd:P106 rdfs:label ?propLabel .\n  FILTER(LANG(?propLabel) = \"en\")\n  .\n  OPTIONAL {\n    wd:Q42 wdt:P18 ?adamsImage\n  }\n}\nORDER BY ?writerLabel\nLIMIT 200", "paraphrases": ["Can you list all the professions associated with Douglas Adams, along with his image?", "Show me the English labels of Douglas Adams' occupations and include his portrait if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q728405> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q42> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_7425", "question": "What are the Twitter/X usernames for CLARIAH-NL, the Netherlands, and Boston?", "sparql": "SELECT ?entity ?username WHERE { VALUES ?entity { wd:Q120245593 wd:Q55 wd:Q100 } ?entity wdt:P2002 ?username . }", "paraphrases": ["Which of these organizations \u2014 CLARIAH-NL, the Netherlands, or Boston \u2014 have a Twitter account, and what are their usernames?", "Show me the X (Twitter) handles for CLARIAH-NL, the Netherlands, and Boston if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"CLARIAH_NL\" ) } }"}}
{"id": "val_7426", "question": "Image of the person with SNAC ARK ID w6qz2cqq", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6qz2cqq\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What image is linked to the SNAC ARK ID w6qz2cqq?", "Can you find the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6qz2cqq?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qz2cqq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7427", "question": "Who are the humans with the surname \"Houitte\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?label WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P734 wd:Q98218784 .\n  OPTIONAL {\n    ?person rdfs:label ?label\n    FILTER(LANG(?label) = 'fr')\n  }\n}", "paraphrases": ["Can you list French people whose last name is Houitte?", "Which individuals are known to have the family name Houitte and are classified as humans?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Houitte\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7428", "question": "South African artists with DACS IDs", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artistLabel ?dacsId WHERE {\n  ?artist wdt:P4663 ?dacsId .\n  ?artist wdt:P27 wd:Q258 .\n  ?artist rdfs:label ?artistLabel .\n  FILTER(LANG(?artistLabel) = \"en\")\n}\nORDER BY ASC(?artistLabel)", "paraphrases": ["Who are the South African artists that have a DACS ID, and what are their IDs?", "List all South African artists registered with the DACS organization, sorted alphabetically by name, along with their DACS identification numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4663> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q258> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7429", "question": "Image of Randall Davidson with SNAC ARK ID w68g9ngp", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w68g9ngp\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person identified by the SNAC ARK ID w68g9ngp?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w68g9ngp."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68g9ngp\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7430", "question": "What is the image of Balcomb Greene in the SNAC database?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ww7tw3\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Show the Wikimedia Commons image associated with the SNAC ARK ID w6ww7tw3.", "Can you find the picture linked to the SNAC identifier w6ww7tw3?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ww7tw3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7431", "question": "Is there a movie in Wikidata with the IMDb ID tt0999971?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0999971\" .\n}", "paraphrases": ["Does the film \"Diary of a Nanny 1\" have an entry in Wikidata?", "Can you confirm that tt0999971 is a valid IMDb identifier for a Wikidata item?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0999971\". }"}}
{"id": "val_7432", "question": "What is the Wikidata item for the movie with IMDb ID tt0094500?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0094500\" } LIMIT 1", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt0094500?", "Find the Wikidata entity for the film identified by tt0094500 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0094500\". } LIMIT 1"}}
{"id": "val_7433", "question": "What movie has the IMDb ID tt0002844?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"tt0002844\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANGMATCHES( LANG( ?itemLabel ) , \"en\" ) )\n}", "paraphrases": ["Can you tell me the title of the film identified by tt0002844 on IMDb?", "Is there a film in Wikidata with the IMDb identifier tt0002844, and what is its name?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0002844\". }"}}
{"id": "val_7434", "question": "What academic discipline has the GND ID 4062862-0?", "sparql": "SELECT ?discipline ?disciplineLabel WHERE { ?discipline wdt:P227 \"4062862-0\" . ?discipline rdfs:label ?disciplineLabel . FILTER(LANG(?disciplineLabel) = \"en\") }", "paraphrases": ["Which entity in Wikidata is identified by the German National Library ID 4062862-0?", "Can you tell me the name of the field associated with GND ID 4062862-0?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4062862-0\". } LIMIT 1"}}
{"id": "val_7435", "question": "What is the German label and description of Bayer?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?description WHERE {\n  wd:Q152051 rdfs:label ?label .\n  wd:Q152051 schema:description ?description .\n  FILTER ( LANG( ?label ) = \"de\" ) FILTER ( LANG( ?description ) = \"de\" )\n}", "paraphrases": ["Can you show me how Bayer is described in German?", "What does the German Wikipedia page say about Bayer AG?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q152051> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_7436", "question": "Westerland in German: English names, GND and GeoNames IDs, and coordinates", "sparql": "SELECT DISTINCT ?place ?placeLabel ?englishLabel ?gndId ?geonamesId ?coordinates WHERE { ?place rdfs:label \"Westerland\" @de . ?place wdt:P625 ?coordinates . OPTIONAL { ?place wdt:P227 ?gndId . } OPTIONAL { ?place wdt:P1566 ?geonamesId . } OPTIONAL { ?place rdfs:label ?englishLabel . FILTER (LANG(?englishLabel) = \"en\") } }", "paraphrases": ["What are the geographic locations named \"Westerland\" in German, and what are their English names, GND IDs, GeoNames IDs, and coordinates?", "Show me all places called \"Westerland\" in German, along with their English labels, GND and GeoNames identifiers, and geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Westerland\"@de . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P227> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var4 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7437", "question": "How many cultural heritage monuments in Hesse (denkXweb) have each number of statements in Wikidata?", "sparql": "SELECT ?statementCount (COUNT(*) AS ?itemCount)\nWHERE {\n  {\n    SELECT ?item (COUNT(?statement) AS ?statementCount)\n    WHERE {\n      ?item wdt:P1769 ?id .\n      ?item ?p ?statement .\n      FILTER(STRSTARTS(STR(?p), 'http://www.wikidata.org/prop/'))\n    }\n    GROUP BY ?item\n  }\n}\nGROUP BY ?statementCount\nORDER BY ?statementCount", "paraphrases": ["For each possible number of statements, how many Hesse cultural heritage monuments in Wikidata have exactly that many statements?", "Show me a breakdown of how many Hesse heritage sites in Wikidata have 4 statements, 5 statements, 7 statements, etc., based on their denkXweb IDs."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P1769> ?var4 ; <http://wikiba.se/ontology#statements> ?var1 . } GROUP BY ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_7438", "question": "What properties are commonly associated with cities and their types (like towns or villages)?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel ?property ?propertyLabel WHERE {\n  wd:Q515 wdt:P279 * ?subclass .\n  ?subclass wdt:P279 * wd:Q486972 .\n  ?subclass wdt:P1963 ?property .\n  ?subclass rdfs:label ?subclassLabel .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?subclassLabel ) = 'en' ) FILTER ( LANG( ?propertyLabel ) = 'en' )\n}\nORDER BY ?subclass ?property", "paraphrases": ["Which data fields, such as population or country, are typically used to describe cities and other human settlements?", "Can you list the properties that apply to cities and their subclasses within the category of human settlements?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q515> AS ?var5 ). ?var5 <http://www.wikidata.org/prop/direct/P279> * ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P1963> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } }"}}
{"id": "val_7439", "question": "What are the top 10 Wikidata properties and their classification types under \"data element\"?", "sparql": "SELECT ?property ?propertyLabel ( GROUP_CONCAT( DISTINCT ?propertyTypeLabel ; SEPARATOR = \", \" ) AS ?types ) WHERE { ?propertyType wdt:P279* wd:Q18616576 . ?property ( wdt:P31 / wdt:P279* ) ?propertyType . ?property rdfs:label ?propertyLabel . ?propertyType rdfs:label ?propertyTypeLabel . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyTypeLabel) = \"en\") } GROUP BY ?property ?propertyLabel LIMIT 10", "paraphrases": ["Which Wikidata properties are classified as types of data elements, and what are their specific property types?", "List the top 10 Wikidata properties in English along with the categories of property types they belong to, such as \"identifier\" or \"authority control\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q18616576> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label LIMIT 10"}}
{"id": "val_7440", "question": "Members of the Social Democratic Party of Germany, their languages, and gender.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var3 ?var4 ?var4Label WHERE {\n  ?var1 wdt:P102 wd:Q49768 .\n  OPTIONAL {\n    ?var1 wdt:P1412 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P21 ?var4 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  ?var4 rdfs:label ?var4Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?var4Label) = \"en\")\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["Who are the members of the Social Democratic Party of Germany, what languages do they speak, and what is their gender?", "List all members of the German Social Democratic Party along with their spoken languages and gender, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q49768> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nds\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1416> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var4 . } } ORDER BY ASC( ?var6Label )ASC( ?var1Label )"}}
{"id": "val_7441", "question": "Stephen Alstrup publications from 1999 to 2019 with truncated English titles", "sparql": "SELECT ?year ?truncatedLabel WHERE { ?work wdt:P50 wd:Q28865053 . ?work wdt:P577 ?date . BIND(YEAR(?date) AS ?year) . ?work rdfs:label ?titleLabel . FILTER(LANG(?titleLabel) = \"en\") . BIND(SUBSTR(?titleLabel, 1, 20) AS ?truncatedLabel) } ORDER BY ?year", "paraphrases": ["What are the publication years and first 20 characters of the English titles of works authored by Stephen Alstrup?", "List Stephen Alstrup\u2019s published works with their publication years and shortened English titles (first 20 characters)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28865053> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28865053> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_7442", "question": "French-labeled people with the surname Audic", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P734 wd:Q25379765 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"fr\" )\n}", "paraphrases": ["Who are the people named Audic in French-speaking contexts?", "List the French labels of all humans with the surname Audic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jo\u00ebl Audic\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7443", "question": "Which Wikidata item has the Twitter username \"RIOJournal\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"RIOJournal\" } }", "paraphrases": ["What is the Wikidata entity associated with the X handle \"RIOJournal\"?", "Find the organization or journal on Wikidata that uses \"RIOJournal\" as its X (Twitter) username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Elhuyar\" ) ( \"RIOJournal\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) } }"}}
{"id": "val_7444", "question": "People with the French alternative name \"Hugo\", their given names, and birth/death dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?person ?personLabel ?image ?givenName ?birthDate ?deathDate WHERE {\n  ?person skos:altLabel \"Hugo\" @fr ; wdt:P31 wd:Q5 ; wdt:P735 ?givenName ; wdt:P569 ?birthDate ; wdt:P570 ?deathDate .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\" || LANG(?personLabel) = \"fr\")\n}", "paraphrases": ["Who are the people known as \"Hugo\" in French, and what are their given names and life dates?", "Show me all humans who have \"Hugo\" as an alternative name in French, along with their given names and approximate birth and death years."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { BIND ( YEAR ( ?var4 ) AS ?var6 ). BIND ( YEAR ( ?var5 ) AS ?var7 ). ?var1 ?var8 \"Hugo\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_7445", "question": "Current mayors of Calgary who hold office without an end date", "sparql": "SELECT ?person ?personLabel ?position ?positionLabel ?start ?end WHERE {  VALUES (?mayor) { (wd:Q30185) }  BIND(wd:Q4145705 AS ?council) .   ?person p:P39 ?statement .  ?statement ps:P39 ?position .  ?position wdt:P279* ?mayor .  ?position wdt:P361 ?council .   OPTIONAL { ?statement pq:P580 ?start . }  OPTIONAL { ?statement pq:P582 ?end . }   BIND(COALESCE(?end, \"9999-12-31T00:00:00Z\"^^xsd:dateTime) AS ?endCoalesced)  FILTER(?endCoalesced >= NOW())   OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }  OPTIONAL { ?position rdfs:label ?positionLabel . FILTER(LANG(?positionLabel) = \"en\") }} ORDER BY ?person ?position ?start ?end", "paraphrases": ["Who are the current mayors of Calgary, and when did they start their term?", "List all people who are currently serving as mayor of Calgary, along with their full names and the position title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var7 ?var7Label ?var8Label ?var9Label WHERE { VALUES ( ?var7 ) { ( <http://www.wikidata.org/entity/Q30185> ) } BIND ( <http://www.wikidata.org/entity/Q4145705> AS ?var8 ). OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P1001> ?var9 . } ?var2 <http://www.wikidata.org/prop/P39> ?var1 . ?var1 <http://www.wikidata.org/prop/statement/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P279> * ?var7 . ?var4 <http://www.wikidata.org/prop/direct/P361> ?var8 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1001> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } BIND ( COALESCE ( ?var6 , \"9999-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) AS ?var10 ). FILTER ( ( ( ?var10 >= NOW ( ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )ASC( ?var4 )ASC( ?var5 )ASC( ?var6 )"}}
{"id": "val_7446", "question": "What are the gene variants that predict a better prognosis for colorectal cancer, and which genes are they variants of?", "sparql": "SELECT ?geneLabel ?variantLabel WHERE {\n  VALUES (?disease) { (wd:Q188874) }\n  ?variant wdt:P3358 ?disease ;\n        wdt:P3433 ?gene .\n  ?gene rdfs:label ?geneLabel .\n  ?variant rdfs:label ?variantLabel .\n  FILTER(LANG(?geneLabel) = \"en\")\n  FILTER(LANG(?variantLabel) = \"en\")\n}", "paraphrases": ["List the biological variants associated with improved outcomes in colorectal cancer and their corresponding parent genes.", "Which genes have variants that serve as positive prognostic markers for colorectal cancer?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q188874> ) } ?var2 <http://www.wikidata.org/prop/direct/P3358> ?var3 ; <http://www.wikidata.org/prop/direct/P3433> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_7447", "question": "Which Wikidata item is linked to the Twitter username 'elonmusk'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"elonmusk\"\n  }\n}", "paraphrases": ["Who has the Twitter handle 'elonmusk' on Wikidata?", "Show me the entity on Wikidata that has the X (Twitter) username 'elonmusk'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"stksfvbs\" ) ( \"PMKaiponen\" ) } }"}}
{"id": "val_7448", "question": "Music singles starting with \"The Memory\" and their performers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?single ?singleLabel ?performer WHERE {\n  ?single wdt:P31 wd:Q134556 ; rdfs:label ?singleLabel .\n  ?single wdt:P175 ?performer .\n  FILTER(LANG(?singleLabel) = \"en\")\n  FILTER(STRSTARTS(?singleLabel , \"The Memory\"))\n}\nLIMIT 10", "paraphrases": ["Which music singles have titles starting with \"The Memory\", and who performed them?", "Show me the English titles of music singles that begin with \"The Memory\" and list the artists who performed them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"The Memory\" ) ) ) . } LIMIT 10"}}
{"id": "val_7449", "question": "What property is most commonly used to link Transfermarkt as a value in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q2449070 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which Wikidata property has Transfermarkt as its value the most times?", "How is Transfermarkt most frequently referenced as a source in Wikidata, and which property is used for that?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q2449070> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_7450", "question": "What is the English label of the property that describes how customers use products?", "sparql": "SELECT ?label WHERE { wd:P2283 rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["Which property in Wikidata indicates that a customer uses a product, and what is its English name?", "How is the relationship between a customer and a product expressed in Wikidata, in English?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q852835> ?var2 <http://www.wikidata.org/entity/Q2424752> . ?var3 ?var4 ?var2 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . }"}}
{"id": "val_7451", "question": "Authors of the article \"The association of asthma, nasal allergies, and positive skin prick tests with obesity, leptin, and adiponectin\" and their ORCID IDs, with URLs generated from names if ORCID is missing.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author ?authorLabel ( COALESCE ( ?orcid , CONCAT ( \"https://orcid.org/\" , ENCODE_FOR_URI( ?authorLabel ) ) ) AS ?orcidUrl ) WHERE {\n  wd:Q47522274 wdt:P50 ?author .\n  OPTIONAL {\n    ?author wdt:P496 ?orcid .\n  }\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" )\n}", "paraphrases": ["Who are the authors of the 2014 scientific article on asthma and obesity, and what are their ORCID identifiers or fallback URLs based on their names?", "List the English names of all authors of the article on asthma and obesity, along with their ORCID IDs; if an ORCID is not available, generate a link using their name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q47522274> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_7452", "question": "What is the English name of the TV series that includes the episode \"Cripples, Bastards, and Broken Things\"?", "sparql": "SELECT ?series ?seriesLabel WHERE { wd:Q3150755 wdt:P179 ?series . ?series rdfs:label ?seriesLabel . FILTER (LANG(?seriesLabel) = \"en\") } LIMIT 50", "paraphrases": ["Which TV series is \"Cripples, Bastards, and Broken Things\" an episode of? (in English)", "Please provide the English label of the series that the episode \"Cripples, Bastards, and Broken Things\" belongs to."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q3150755> <http://www.wikidata.org/prop/direct/P179> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_7453", "question": "Image of Carlo Fontana with SNAC ARK ID w6qv6990", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6qv6990\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Carlo Fontana in Wikidata, given his SNAC ARK ID is w6qv6990?", "Show me the Wikimedia Commons image of the Italian architect Carlo Fontana, identified by the SNAC ARK ID w6qv6990."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qv6990\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7454", "question": "What properties are used for Hulk in Wikidata, along with their labels, how many values each has, and what those values are?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q188760 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["For the Marvel character Hulk, what are the English labels of the properties that describe him, how many values does each property have, and what are the English labels of those values?", "List all properties of Hulk in English, including the count of values and the labels of those values, grouped by property."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q188760> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_7455", "question": "List inns with their English names, geographic coordinates, and images from Wikimedia Commons.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?inn ?label ?coordinates ?image WHERE {\n  ?inn wdt:P31 wd:Q256020 .\n  ?inn rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?inn wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?inn wdt:P18 ?image .\n  }\n}", "paraphrases": ["What are the English names, locations, and images of all inns in Wikidata?", "Show me the English labels, coordinates, and associated images of all establishments classified as inns, including those without coordinates or images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q256020> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,ca,gl,eu,fr,de,it\". } }"}}
{"id": "val_7456", "question": "Common names of species in the genus Mus", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?species ?speciesLabel ?commonName WHERE {\n  ?species wdt:P171 wd:Q39275 .\n  ?species wdt:P1843 ?commonName .\n  ?species rdfs:label ?speciesLabel .\n  FILTER(LANG(?speciesLabel) = \"en\")\n}", "paraphrases": ["What are the common names of the mouse species belonging to the genus Mus?", "List the English names of mouse species under the genus Mus and their common names in other languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q39275> <http://www.wikidata.org/prop/direct/P1843> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1843> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7457", "question": "Portuguese labels and descriptions of causes of death in Wikidata", "sparql": "SELECT ?cause ?causeLabel ?causeDescription WHERE { ?person wdt:P509 ?cause . ?cause rdfs:label ?causeLabel . ?cause schema:description ?causeDescription . FILTER (langMatches(lang(?causeLabel), \"pt\")) FILTER (langMatches(lang(?causeDescription), \"pt\")) } LIMIT 100", "paraphrases": ["What are the causes of death that have Portuguese labels and descriptions on Wikidata?", "Show me up to 100 causes of death with their Portuguese labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P509> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_7458", "question": "What are some rock music bands from Spain?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q215380 .\n  ?var1 wdt:P136 wd:Q11399 .\n  ?var1 wdt:P495 wd:Q29 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["Rock music groups originating in Spain", "List English-named musical groups from Spain that play rock music."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,es\". } ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q11399> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q29> . }"}}
{"id": "val_7459", "question": "Image of Willis A. Gorman from SNAC ARK ID w69w0h51", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w69w0h51\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w69w0h51?", "Show me the picture of the person whose SNAC ARK ID is w69w0h51."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69w0h51\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7460", "question": "English label and description of the person with KVAB member ID 979.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P3887 \"979\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the Belgian physicist with KVAB member ID 979, and what is their English description?", "Show me the name and English description of the person identified as member 979 in the Royal Flemish Academy of Belgium for Science and the Arts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3887> \"979\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7461", "question": "Who have been the United States Ambassadors to China, and when did each of them start their term?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?startDate WHERE {\n  ?person p:P39 [ ps:P39 wd:Q7889282 ; pq:P580 ?startDate ] .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["List the people who held the position of United States Ambassador to China along with the start dates of their appointments.", "When did each U.S. Ambassador to China begin their service?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q7889282> ; <http://www.wikidata.org/prop/qualifier/P580> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_7462", "question": "What Dutch films are not listed on MovieMeter?", "sparql": "SELECT ?film WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P495 wd:Q55 . MINUS { ?film wdt:P1970 ?movieMeterId . } }", "paraphrases": ["Can you list films from the Netherlands that don't have a MovieMeter identifier?", "Which films originating in the Netherlands lack a MovieMeter ID?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q55> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P1970> ?var2 . } } GROUP BY ?var1"}}
{"id": "val_7463", "question": "Humans named Jean Lamy in French", "sparql": "SELECT ?person WHERE { ?person rdfs:label \"Jean Lamy\" @fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the people named Jean Lamy in French?", "List all individuals in Wikidata with the French name \"Jean Lamy\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jean Lamy\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7464", "question": "List all municipalities in Valladolid Province, Spain, with their INE code, population, area, elevation, postal code, coordinates, official website, coat of arms, and native name.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?municipality ?ineCode ?coordinates ?population ?postalCode ?area ?elevation ?website ?coatOfArms ?nativeLabel WHERE {\n  ?municipality wdt:P31 wd:Q2074737 .\n  ?municipality wdt:P131 wd:Q71097 .\n  OPTIONAL {\n    ?municipality wdt:P772 ?ineCode .\n  }\n  OPTIONAL {\n    ?municipality wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?municipality wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?municipality wdt:P281 ?postalCode .\n  }\n  OPTIONAL {\n    ?municipality wdt:P2046 ?area .\n  }\n  OPTIONAL {\n    ?municipality wdt:P2044 ?elevation .\n  }\n  OPTIONAL {\n    ?municipality wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?municipality wdt:P94 ?coatOfArms .\n  }\n  OPTIONAL {\n    ?municipality wdt:P1705 ?nativeLabel .\n  }\n}\nORDER BY ASC(?ineCode)", "paraphrases": ["What are the population, area, elevation, and other details of each municipality in Valladolid Province, Spain?", "Please provide a comprehensive list of Spanish municipalities in Valladolid Province, including their INE codes, population figures, geographic coordinates, official websites, and coat of arms images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q71097> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P772> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P6> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P281> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P94> ?var10 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7465", "question": "Sources of 2015 population data for Swedish urban areas and their usage counts.", "sparql": "SELECT ?source ?sourceLabel (COUNT(*) AS ?populationSourceCount) WHERE {\n  ?urbanArea wdt:P31 wd:Q12813115 .\n  ?urbanArea p:P1082 ?populationStmt .\n  ?populationStmt ps:P1082 ?populationValue ;\n                 pq:P585 \"2015-12-31T00:00:00Z\"^^xsd:dateTime .\n  ?populationStmt prov:wasDerivedFrom ?reference .\n  ?reference pr:P248 ?source .\n  OPTIONAL {\n    ?source rdfs:label ?sourceLabel .\n    FILTER(LANG(?sourceLabel) = \"en\")\n  }\n}\nGROUP BY ?source ?sourceLabel\nORDER BY DESC(?populationSourceCount)\nLIMIT 20", "paraphrases": ["Which publications or databases provided population figures for Swedish urban areas in 2015, and how many areas relied on each source?", "Show me the sources cited for the 2015 population data of Swedish urban areas, along with how many urban areas each source was used for."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12813115> . ?var3 <http://www.wikidata.org/prop/direct/P775> ?var4 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P776> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/P1082> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P1082> ?var7 ; <http://www.wikidata.org/prop/qualifier/P585> ?var8 . OPTIONAL { ?var6 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var9 . ?var9 <http://www.wikidata.org/prop/reference/P248> ?var1 . } FILTER ( ( ( ?var8 = \"2015-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/P1082> [ <http://www.wikidata.org/prop/statement/P1082> ?var10 ; <http://www.wikidata.org/prop/qualifier/P585> ?var11 ] . FILTER ( ( ( ?var11 = \"2010-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_7466", "question": "Image of the person with SNAC ARK ID w6x16wz4", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6x16wz4\" .\n  ?item wdt:P18 ?image\n}", "paraphrases": ["What is the image associated with Carol Channing in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6x16wz4?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6x16wz4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7467", "question": "Classes in Wikidata with Franco-Proven\u00e7al labels and descriptions", "sparql": "SELECT ?class ?label ?description WHERE { ?class rdfs:label ?label . ?class schema:description ?description . FILTER (LANG(?label) = \"frc\") . FILTER (LANG(?description) = \"frc\") } LIMIT 100", "paraphrases": ["Which items in Wikidata have both a label and a description in Franco-Proven\u00e7al?", "Show me up to 100 items from Wikidata that have labels and descriptions in the Franco-Proven\u00e7al language."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"frc\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"frc\" ) ) ) . } LIMIT 100"}}
{"id": "val_7468", "question": "List 100 examples of volcanoes.", "sparql": "SELECT ?volcano WHERE { ?volcano wdt:P31 wd:Q8072 . } LIMIT 100", "paraphrases": ["What are some volcanoes listed in Wikidata?", "Can you show me 100 items that are classified as volcanoes in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8072> . OPTIONAL { } } LIMIT 100"}}
{"id": "val_7469", "question": "What is the image of Leinestra\u00dfe U-Bahn station?", "sparql": "SELECT ?image WHERE { wd:Q668563 wdt:P18 ?image .}", "paraphrases": ["Show the Wikimedia Commons image associated with Leinestra\u00dfe station.", "What picture represents Leinestra\u00dfe on Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { BIND ( <http://www.wikidata.org/entity/Q668563> AS ?var1 ). <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 ?var4 ?var2 . }"}}
{"id": "val_7470", "question": "What properties are used to describe the \"Hello, world!\" program in Wikidata?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?property wikibase:directClaim ?directProperty . wd:Q131303 ?directProperty ?value . ?property a wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels and descriptions of all properties associated with the \"Hello, world!\" program?", "Which attributes, such as image or inventor, are linked to the \"Hello, world!\" program in Wikidata, and what do they mean?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q131303> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_7471", "question": "Wikidata properties with English labels and their types, sorted by type.", "sparql": "SELECT ?property ?propertyLabel ?propertyType WHERE { ?property wikibase:propertyType ?propertyType . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY ASC(?propertyType)", "paraphrases": ["What are all the Wikidata properties, their English labels, and what types do they have, ordered by type?", "Please list all Wikidata properties along with their English names and their data types, sorted alphabetically by type."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://wikiba.se/ontology#propertyType> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7472", "question": "French Nobel Prize in Literature winners with award year and image", "sparql": "SELECT DISTINCT ?person ?personLabel ?awardLabel (SAMPLE(?date) AS ?awardYear) (SAMPLE(?image) AS ?imageURL) WHERE { ?person wdt:P27 wd:Q142 . ?person p:P166 ?awardStatement . ?awardStatement ps:P166 wd:Q37922 ; pq:P585 ?date . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . wd:Q37922 rdfs:label ?awardLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?awardLabel) = \"en\") } GROUP BY ?person ?personLabel ?awardLabel ORDER BY ASC(?awardYear)", "paraphrases": ["Who are the French recipients of the Nobel Prize in Literature, and in which years did they win, along with their images?", "List all French Nobel laureates in Literature in chronological order, including the year they won and a link to their image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ( SAMPLE ( ?var4 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/P166> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P166> ?var9 ; <http://www.wikidata.org/prop/qualifier/P585> ?var4 . VALUES ( ?var9 ?var3Label ) { ( <http://www.wikidata.org/entity/Q37922> \"string1\" ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3Label ORDER BY ASC( ?var5 )"}}
{"id": "val_7473", "question": "What is the English title of the movie with IMDb ID tt5662906?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt5662906\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which movie has the IMDb identifier tt5662906, and what is its English name?", "Find the English label for the film listed on IMDb as tt5662906."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5662906\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7474", "question": "House cats born in the United States with their Wikipedia pages and images.", "sparql": "SELECT DISTINCT ?cat ?catLabel ?wikipediaPage (SAMPLE(?image) AS ?sampledImage) WHERE { ?cat wdt:P31 wd:Q146 . ?cat wdt:P19 wd:Q30 . OPTIONAL { ?cat wdt:P18 ?image . } OPTIONAL { ?wikipediaPage schema:about ?cat . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . } ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") } GROUP BY ?cat ?catLabel ?wikipediaPage LIMIT 50", "paraphrases": ["Which house cats were born in the United States, and what are their English Wikipedia pages and images?", "Show me a list of house cats born in the United States, including their names, English Wikipedia links, and one representative image each."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } GROUP BY ?var1 ?var1Label ?var2 ?var4 LIMIT 50"}}
{"id": "val_7475", "question": "Scholarly articles and textbooks and their main topics", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?subjectLabel WHERE {\n  VALUES ?type {\n    wd:Q13442814 wd:Q7433672 wd:Q10870555 wd:Q18918145 wd:Q83790 wd:Q187685 wd:Q732577\n  }\n  ?work wdt:P31 ?type .\n  ?work wdt:P921 ?subject .\n  ?subject rdfs:label ?subjectLabel .\n}\nLIMIT 10", "paraphrases": ["What are the main subjects of scholarly articles, scientific books, textbooks, and other academic publications?", "List the main topics of academic works like journal articles, theses, and reports."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q13442814> ) || ( ?var4 = <http://www.wikidata.org/entity/Q7433672> ) || ( ?var4 = <http://www.wikidata.org/entity/Q10870555> ) || ( ?var4 = <http://www.wikidata.org/entity/Q18918145> ) || ( ?var4 = <http://www.wikidata.org/entity/Q83790> ) || ( ?var4 = <http://www.wikidata.org/entity/Q187685> ) || ( ?var4 = <http://www.wikidata.org/entity/Q732577> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P921> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OFFSET 0 LIMIT 10"}}
{"id": "val_7476", "question": "Does John Dikeman have a VIAF ID of 303139372?", "sparql": "ASK WHERE { ?item wdt:P214 \"303139372\" . }", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 303139372?", "Confirm whether the Virtual International Authority File ID 303139372 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"303139372\". }"}}
{"id": "val_7477", "question": "List academic publications such as scholarly articles, textbooks, and reports published after 2010.", "sparql": "SELECT ?publication ?publicationDate WHERE { ?publication wdt:P31 ?publicationType . VALUES ?publicationType { wd:Q13442814 wd:Q7433672 wd:Q10870555 wd:Q18918145 wd:Q83790 wd:Q187685 wd:Q732577 } ?publication wdt:P577 ?publicationDate . FILTER ( ?publicationDate > \"2010-01-01T00:00:00Z\"^^xsd:dateTime ) } LIMIT 10", "paraphrases": ["What are some scholarly articles, scientific books, and other academic publications released after 2010, and when were they published?", "Show me the titles and publication dates of academic works like theses, reports, and journal articles from 2011 onwards."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q13442814> ) || ( ?var3 = <http://www.wikidata.org/entity/Q7433672> ) || ( ?var3 = <http://www.wikidata.org/entity/Q10870555> ) || ( ?var3 = <http://www.wikidata.org/entity/Q18918145> ) || ( ?var3 = <http://www.wikidata.org/entity/Q83790> ) || ( ?var3 = <http://www.wikidata.org/entity/Q187685> ) || ( ?var3 = <http://www.wikidata.org/entity/Q732577> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . FILTER ( ( ( ?var2 > \"2010-00-00T00:00:00+00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } OFFSET 0 LIMIT 10"}}
{"id": "val_7478", "question": "Who are the people associated with The X-Files as their notable work on Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?statement WHERE {\n  ?statement ps:P800 wd:Q2744 .\n  ?person p:P800 ?statement .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ?person", "paraphrases": ["Which individuals have The X-Files listed as a notable work in their Wikidata profile?", "List the names of people who worked on The X-Files, as recorded in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P800> <http://www.wikidata.org/entity/Q2744> . ?var1 <http://www.wikidata.org/prop/P800> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7479", "question": "What are the details of Michael Jackson's song \"Beat It\", including its genre, release date, album, YouTube ID, and performer's image?", "sparql": "SELECT DISTINCT \n  ?work ?workLabel \n  ?performer ?performerLabel \n  ?genre ?genreLabel \n  ?publicationDate \n  ?partOf ?partOfLabel \n  ?youTubeId \n  ?performerImage\nWHERE {\n  wd:Q210218 wdt:P31 wd:Q105543609 ;\n             rdfs:label ?workLabel ;\n             wdt:P175 ?performer ;\n             wdt:P136 ?genre ;\n             wdt:P577 ?publicationDate ;\n             wdt:P361 ?partOf ;\n             wdt:P1651 ?youTubeId .\n  \n  ?performer rdfs:label ?performerLabel ;\n             wdt:P18 ?performerImage .\n  \n  ?partOf rdfs:label ?partOfLabel .\n}\nLIMIT 1", "paraphrases": ["Show me information about the song \"Beat It\" \u2014 who performed it, what genre is it, when was it released, which album is it from, its YouTube ID, and a picture of the performer.", "Can you provide the publication date, genre, part of (album), YouTube video ID, and image of Michael Jackson for the musical work \"Beat It\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var6 ?var3 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 ; <http://www.wikidata.org/prop/direct/P136> ?var3 ; <http://www.wikidata.org/prop/direct/P577> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1651> ?var7 . } ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q210218> ) ) ) . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q2831> ) ) ) . } LIMIT 10"}}
{"id": "val_7480", "question": "French labels and descriptions of properties used on the Rh\u00f4ne department.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q46130 ?property ?value .\n  FILTER(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\" , SUBSTR(STR(?property) , 37))) AS ?propEntity)\n  .\n  ?propEntity rdfs:label ?propertyLabel .\n  ?propEntity schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"fr\")\n  .\n  FILTER(LANG(?propertyDescription) = \"fr\")\n}\nLIMIT 100", "paraphrases": ["What are the French labels and descriptions of the properties associated with the Rh\u00f4ne department in Wikidata?", "Show me the French labels and descriptions of all properties that are used to describe the Rh\u00f4ne department."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q46130> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_7481", "question": "What Spanish-language properties and values are associated with Barcelona?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE {\n  BIND( wd:Q1492 AS ?var1 ) .\n  ?var1 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?var2Label .\n  ?value rdfs:label ?var3Label .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var3Label ) = \"es\" ) .\n  FILTER ( LANG( ?var2Label ) = \"es\" ) .\n  FILTER ( LANG( ?var1Label ) = \"es\" ) .\n}", "paraphrases": ["In Spanish, what are the properties that link Barcelona to other entities, and what are those entities called?", "Show me all Spanish labels of the relationships and their values for the city of Barcelona."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1492> AS ?var1 ). ?var1 ?var4 ?var5 . ?var6 ?var7 ?var4 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_7482", "question": "Items citing the article \"Current aspects of modes of action of dapsone\"", "sparql": "SELECT ?citingItem ?citingItemLabel ?propertyLabel WHERE { ?citingItem wdt:P2860 wd:Q39551898 . wd:P2860 rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") ?citingItem rdfs:label ?citingItemLabel . FILTER(LANG(?citingItemLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which scientific papers cite the article on the current aspects of dapsone's mode of action?", "List all works that reference the study on dapsone's mechanisms of action."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q39551898> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7483", "question": "Is Pays de Caux a type of software?", "sparql": "ASK WHERE { wd:Q1640051 wdt:P31/wdt:P279* wd:Q7397 .}", "paraphrases": ["Does the category of Pays de Caux include software, either directly or through inheritance?", "Could Pays de Caux be considered a kind of software based on its classification in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1640051> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7484", "question": "What are the units of measurement used in Wikidata, excluding those used for price, SI conversion, or based-on relationships?", "sparql": "SELECT DISTINCT ?unit WHERE { [] wikibase:quantityUnit ?unit . ?unit wdt:P31/wdt:P279* wd:Q47574 . MINUS { ?unit wdt:P2370 [] . } MINUS { ?unit wdt:P144 [] . } MINUS { ?unit wdt:P2284 [] . } MINUS { ?unit wdt:P2442 [] . } }", "paraphrases": ["Which entities in Wikidata are used as units of measurement and are not misused as conversion factors, prices, or adaptations of other works?", "List all valid units of measurement in Wikidata that are not incorrectly assigned as price values, SI conversion targets, or based-on references."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { [] <http://wikiba.se/ontology#quantityUnit> ?var1 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2370> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P144> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2284> [] . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P2442> [] . } } GROUP BY ?var1"}}
{"id": "val_7485", "question": "What are the English labels of properties and objects associated with the wolverine?", "sparql": "SELECT DISTINCT ?wolverineLabel ?propertyLabel ?objectLabel WHERE { wd:Q14334 ?property ?object . ?propertyEntity wikibase:directClaim ?property . ?propertyEntity rdfs:label ?propertyLabel . ?object rdfs:label ?objectLabel . wd:Q14334 rdfs:label ?wolverineLabel . FILTER (LANG(?wolverineLabel) = \"en\") FILTER (LANG(?propertyLabel) = \"en\") FILTER (LANG(?objectLabel) = \"en\") }", "paraphrases": ["For the wolverine, what are the English labels of the properties used in its statements and the corresponding object labels?", "Show me all the statements about the wolverine in English, including the property names and object values."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q14334> AS ?var1 ). ?var1 ?var4 ?var5 . ?var6 ?var7 ?var4 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7486", "question": "Films shot at the Seine River and their filming qualifiers", "sparql": "SELECT ?film ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { { SELECT DISTINCT ?film ?statement WHERE { ?statement ps:P915 wd:Q1471 . ?film p:P915 ?statement . } } OPTIONAL { ?statement ?qualifierProperty ?value . ?qualifierProperty wdt:P2302 wd:P915 . } } GROUP BY ?film ?statement", "paraphrases": ["Which films were filmed at the Seine River, and what additional details (like time or location specifics) are recorded about those filming locations?", "List all films that have the Seine River as a filming location, along with any qualifier information attached to those filming location statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P915> <http://www.wikidata.org/entity/Q1471> . ?var1 <http://www.wikidata.org/prop/P915> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7487", "question": "What are some examples of ethnic slurs in English?", "sparql": "SELECT DISTINCT ?slur ?slurLabel WHERE { { ?slur wdt:P31 wd:Q1371427 . ?slur rdfs:label ?slurLabel . FILTER(LANG(?slurLabel) = \"en\") } UNION { ?slur wdt:P31 wd:Q1371427 . ?slur ontolex:lexicalForm ?form . ?form ontolex:form ?slurLabel . FILTER(LANG(?slurLabel) = \"en\") } } LIMIT 5000", "paraphrases": ["Can you list the English-language terms used as ethnophaulisms (derogatory ethnic terms) in Wikidata?", "Show me the English words and phrases that are classified as racial or ethnic slurs on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1371427> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 5000"}}
{"id": "val_7488", "question": "Who is the person with AGORHA ID 77937, and what is their English label and description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2342 \"77937\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name and English description of the architect identified by AGORHA ID 77937?", "Please provide the English name and description of the individual linked to AGORHA ID 77937."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2342> \"77937\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7489", "question": "What airports have runways made of materials other than concrete, asphalt, or gravel?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?airport ?airportLabel ?material ?materialLabel WHERE {\n  ?airport p:P529 ?statement .\n  ?statement pq:P186 ?material .\n  ?material rdfs:label ?materialLabel .\n  ?airport rdfs:label ?airportLabel .\n  FILTER(LANG(?materialLabel) = \"en\")\n  FILTER(LANG(?airportLabel) = \"en\")\n  FILTER(?material NOT IN(wd:Q22657 , wd:Q133833 , wd:Q189259 , wd:Q202251 , wd:Q167510 , wd:Q643352))\n}\nLIMIT 100", "paraphrases": ["Can you list the names of airports and the materials their runways are made from, excluding common paving materials like concrete and bitumen?", "Which airports use unusual surfaces like grassland or loam for their runways instead of standard materials?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/P529> [ ?var5 ?var4 ] . ?var2 <http://wikiba.se/ontology#qualifier> ?var5 . FILTER ( ( ?var2 IN ( <http://www.wikidata.org/entity/P186> ) ) ) . FILTER ( ( ?var4 NOT IN ( <http://www.wikidata.org/entity/Q22657> , <http://www.wikidata.org/entity/Q133833> , <http://www.wikidata.org/entity/Q189259> , <http://www.wikidata.org/entity/Q202251> , <http://www.wikidata.org/entity/Q167510> , <http://www.wikidata.org/entity/Q643352> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 100"}}
{"id": "val_7490", "question": "What are the UniProt protein IDs and the species they are found in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?uniprotId ?taxon WHERE {\n  ?protein wdt:P352 ?uniprotId .\n  ?gene wdt:P688 ?protein ; wdt:P703 ?taxon .\n}", "paraphrases": ["For each protein identified by a UniProt ID, which species contain the gene that encodes it?", "List all UniProt protein identifiers along with the species where their encoding genes are present."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P352> ?var1 . ?var4 <http://www.wikidata.org/prop/direct/P688> ?var3 ; <http://www.wikidata.org/prop/direct/P703> ?var2 . }"}}
{"id": "val_7491", "question": "Properties and values of Hanoi with property names in English", "sparql": "SELECT ?cityLabel ?property ?value ?propertyLabel WHERE { BIND( wd:Q1858 AS ?city ) . ?city ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["What are all the properties and their values for Hanoi, and what are their English labels?", "Show me all the data about Hanoi, including the English names of the properties used."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1858> AS ?var1 ). ?var1 ?var2 ?var3 . ?var4 <http://wikiba.se/ontology#directClaim> ?var2 . }"}}
{"id": "val_7492", "question": "Who is Aline Canellis, a person with a French label?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Aline Canellis\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Is there a human named Aline Canellis in French?", "Find the human entity whose French label is 'Aline Canellis'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"canellis\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7493", "question": "Who is the football player with Transfermarkt ID 4733?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?playerLabel WHERE {\n  ?player wdt:P2446 \"4733\" .\n  ?player rdfs:label ?playerLabel .\n  FILTER ( LANG( ?playerLabel ) = \"en\" )\n}", "paraphrases": ["Does Wikidata contain information about a football player with the Transfermarkt ID 4733, and if so, who is it?", "Find the name of the footballer in Wikidata whose Transfermarkt profile ID is 4733."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"4733\". }"}}
{"id": "val_7494", "question": "Composers and their musical works, including the type of work and the field of their work.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?composer ?composerLabel ?work ?workLabel ?workType ?workTypeLabel ?field ?fieldLabel WHERE {\n  ?composer wdt:P31 wd:Q5 .\n  ?composer wdt:P106 wd:Q36834 .\n  ?work wdt:P86 ?composer .\n  ?work wdt:P31 ?workType .\n  ?composer wdt:P101 ?field .\n}\nLIMIT 100", "paraphrases": ["Which human composers have created musical works, what types of works are they, and what are their fields of work?", "List all composers along with the musical works they created, the category of each work (e.g., film, symphony), and the field they work in (e.g., film score)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P86> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P425> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 100"}}
{"id": "val_7495", "question": "What properties are commonly used to describe humans in Wikidata, excluding external identifiers like ORCID or ISBN?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?instanceType ?property WHERE {\n  wd:Q42 wdt:P31 ?instanceType .\n  ?instanceType wdt:P1963 ?property .\n  FILTER NOT EXISTS {\n    ?property wikibase:propertyType wikibase:ExternalId .\n  }\n}", "paraphrases": ["Which attributes, such as occupation or nationality, are typically associated with people, according to Wikidata\u2019s property usage patterns?", "Show me the types of information (like field of work or citizenship) that are normally used when describing a human, but not external IDs."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q42> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P1963> ?var2 . ?var2 <http://wikiba.se/ontology#claim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } FILTER ( ( NOT EXISTS { ?var2 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#ExternalId> . } ) ) . }"}}
{"id": "val_7496", "question": "Main subjects of works by Francesc Torres and how many works per subject", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject ( COUNT( ?work ) AS ?count ) WHERE {\n      ?work wdt:P50 wd:Q45372040 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC ( ?count )\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER ( LANG( ?subjectLabel ) = \"en\" )\n}", "paraphrases": ["What are the main topics of the works authored by Francesc Torres, and how many works are there for each topic?", "List the primary subjects of Francesc Torres\u2019s publications along with the number of publications for each subject, in descending order of count."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q45372040> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q45372040> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7497", "question": "Which properties are most frequently used to link external resources to The Lord of the Rings (2001\u20132003 film trilogy)?", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?property wd:Q190214 .\n}\nGROUP BY ?property\nHAVING (?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["How many external resources are linked to The Lord of the Rings films via each property, and which ones are used more than once?", "Show me the properties that connect more than one external resource to The Lord of the Rings movie trilogy, ordered by how often they\u2019re used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q1694177> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7498", "question": "Image of Milman Parry with SNAC ARK ID w6544pb1", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6544pb1\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for Milman Parry, identified by SNAC ARK ID w6544pb1?", "Show me the photograph of the person whose SNAC ARK ID is w6544pb1."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6544pb1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7499", "question": "What is the English description of Niger in the Great Russian Encyclopedia Online (old version)?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2265040\" . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you tell me the name and description of the country with Great Russian Encyclopedia ID 2265040?", "Which country has the ID 2265040 in the Great Russian Encyclopedia Online, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2267126\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7500", "question": "House cats with English Wikipedia pages and their language editions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?cat ?catLabel ?wiki_project WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?page schema:about ?cat .\n  ?page schema:isPartOf ?wiki_project .\n  ?cat rdfs:label ?catLabel .\n  FILTER(LANG(?catLabel) = \"en\")\n}", "paraphrases": ["Which house cats have English-language Wikipedia articles, and on which Wikipedia language editions can those articles be found?", "List all famous house cats that have English names and the Wikipedia language versions that have articles about them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> ?var2 . }"}}
{"id": "val_7501", "question": "Who is the French-speaking human named Jo\u00ebl Barre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Jo\u00ebl Barre\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Find the human entity in Wikidata with the French label \"Jo\u00ebl Barre\".", "What is the Wikidata item for the French official named Jo\u00ebl Barre?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jo\u00ebl Barr\u00e9\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7502", "question": "Members of the Workers' Party in Brazil and their birthplaces.", "sparql": "SELECT DISTINCT ?member ?birthplace ?birthplaceLabel WHERE { ?member wdt:P102 wd:Q657089 . OPTIONAL { ?member wdt:P19 ?birthplace . ?birthplace rdfs:label ?birthplaceLabel . FILTER(LANG(?birthplaceLabel) = \"pt\") } }", "paraphrases": ["Where were the members of the Workers' Party in Brazil born?", "List the Brazilian politicians who are members of the Workers' Party and their places of birth in Portuguese."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P102> <http://www.wikidata.org/entity/Q657089> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } }"}}
{"id": "val_7503", "question": "Does the GND ID 126485550 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"126485550\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 126485550?", "Confirm if the person with GND ID 126485550 is represented in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"126485550\". }"}}
{"id": "val_7504", "question": "Who is the person with GND ID 1138206709?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P227 \"1138206709\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the English label of the Wikidata item with GND identifier 1138206709?", "Find the name in English of the individual identified by the German National Library ID 1138206709."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1138206709\". }"}}
{"id": "val_7505", "question": "Is there a Wikidata item with VIAF ID 47883443?", "sparql": "ASK WHERE { ?item wdt:P214 \"47883443\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 47883443 exist in Wikidata?", "Check if the VIAF ID 47883443 is linked to any person or entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"47883443\". }"}}
{"id": "val_7506", "question": "Regions with Mount Everest as their highest point and their coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?region ?regionLabel ?coordinates WHERE {\n  ?region wdt:P610 wd:Q513 .\n  OPTIONAL {\n    ?region wdt:P625 ?coordinates .\n  }\n  ?region wdt:P31 ?type .\n  FILTER(?type IN(wd:Q6256 , wd:Q82794 , wd:Q5107 , wd:Q35657 , wd:Q173718))\n  ?region rdfs:label ?regionLabel .\n  FILTER(LANG(?regionLabel) = \"en\")\n}", "paraphrases": ["Which countries and regions have Mount Everest as their highest peak, and where are they located?", "List the geographic regions that have Mount Everest as their highest point, along with their English labels and coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P610> <http://www.wikidata.org/entity/Q513> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_7507", "question": "What is the image of the person with SNAC ARK ID w63j481j?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?entity wdt:P3430 \"w63j481j\" .\n  OPTIONAL {\n    ?entity wdt:P18 ?image\n  }\n}", "paraphrases": ["Show me the Wikimedia Commons image associated with the SNAC ARK ID w63j481j.", "Who is identified by the SNAC ARK ID w63j481j, and what does their portrait look like?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63j481j\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7508", "question": "People who died in 1336 with Greek labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER(LANG(?label) = \"el\")\n  }\n  FILTER(?deathDate >= \"1336-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1336-12-31T23:59:59Z\" ^^ xsd:dateTime)\n  FILTER(BOUND(?label))\n}\nORDER BY ASC(?deathDate)", "paraphrases": ["Who died in the year 1336 and have their names listed in Greek on Wikidata?", "Show me the names in Greek of people who died between January 1 and December 31, 1336."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"336-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"336-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_7509", "question": "English Wikipedia article titled \"Albert Einstein\" and its corresponding Wikidata item", "sparql": "SELECT DISTINCT ?item ?article WHERE { ?article schema:about ?item ; rdf:type schema:Article ; schema:name \"Albert Einstein\"@en . FILTER(STRSTARTS(STR(?article), \"https://en.wikipedia.org/\")) }", "paraphrases": ["What Wikidata item is described by the English Wikipedia article \"Albert Einstein\"?", "Show me the Wikidata entity and URL for the English Wikipedia page titled \"Albert Einstein\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> . ?var2 <http://schema.org/name> \"string1\"@en . }"}}
{"id": "val_7510", "question": "Does Markoosie Patsauq have a VIAF identifier?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"287364231\" .\n}", "paraphrases": ["Is there a Wikidata item for Markoosie Patsauq with the VIAF ID 287364231?", "Confirm if the Virtual International Authority File ID 287364231 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"287364231\". }"}}
{"id": "val_7511", "question": "What are the 1000 most commonly used vehicles (like trains or trams) in public transport, ranked by how many operators use them, and who is one example user of each?", "sparql": "SELECT ?vehicle ?vehicleLabel ?usageCount ?exampleUserLabel WHERE { { SELECT ?vehicle (COUNT(*) AS ?usageCount) (SAMPLE(?user) AS ?exampleUser) WHERE { ?user wdt:P3438 ?vehicle . } GROUP BY ?vehicle ORDER BY DESC(?usageCount) LIMIT 1000 } ?vehicle rdfs:label ?vehicleLabel . ?exampleUser rdfs:label ?exampleUserLabel . FILTER(LANG(?vehicleLabel) = \"en\") FILTER(LANG(?exampleUserLabel) = \"en\") } ORDER BY DESC(?usageCount) ASC(?vehicle)", "paraphrases": ["Which train, tram, or bus models are used the most across public transit systems, how many systems use each, and can you name one transit line that uses each?", "Show me the top vehicles by usage count in public transport, including their names, how many times they\u2019re used, and an example transit line that operates them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( SAMPLE ( ?var4 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P3438> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_7512", "question": "What is the English description of the Broadway performer with IBDB ID 23743?", "sparql": "SELECT ?person ?personLabel ?description WHERE { ?person wdt:P1220 \"23743\" . OPTIONAL { ?person schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Find the person in Wikidata who has the Internet Broadway Database ID 23743 and show their English description if available.", "Who is the Broadway actor or actress identified by IBDB number 23743, and what is their English Wikipedia description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1220> \"23740\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7513", "question": "What chemical entities are composed of atoms, and what other components do they have?", "sparql": "SELECT ?entity ?entityLabel ?otherPart WHERE { ?entity wdt:P527 wd:Q9121 . OPTIONAL { ?entity wdt:P527 ?otherPart . FILTER(?otherPart != wd:Q9121) } OPTIONAL { ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") } }", "paraphrases": ["List molecules and chemical compounds that contain atoms, along with their other parts like bonds.", "Show me the entities that have atoms as parts and describe what else they are made of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9121> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P361> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7514", "question": "Subclasses of cinematographer", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q222344 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 11", "paraphrases": ["What are some specialized roles that fall under the occupation of cinematographer?", "List the job titles that are specific types of cinematographer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q222344> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7515", "question": "What properties in Wikidata have both a label and a description in Asturian?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?label ?description WHERE {\n  ?property a wikibase:Property .\n  ?property rdfs:label ?label .\n  ?property schema:description ?description .\n  FILTER ( LANG( ?label ) = \"ast\" ) FILTER ( LANG( ?description ) = \"ast\" )\n}", "paraphrases": ["Show me all Wikidata properties with their Asturian labels and descriptions.", "Which properties are described in Asturian, including their native labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1705> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ast\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ast\" ) ) ) . }"}}
{"id": "val_7516", "question": "What are the Wikipedia pages about musical groups, rock bands, singers, and singer-songwriters?", "sparql": "SELECT DISTINCT ?wikipediaPage ?item ?label WHERE { { ?item wdt:P31 wd:Q215380 . } UNION { ?item wdt:P31 wd:Q5741069 . } UNION { ?item wdt:P31 wd:Q177220 . } UNION { ?item wdt:P31 wd:Q488205 . } ?wikipediaPage schema:about ?item ; schema:isPartOf <https://en.wikipedia.org/> . ?item rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ASC(?label) LIMIT 250", "paraphrases": ["Show me a list of Wikipedia articles on singers, rock bands, and musical groups, sorted alphabetically.", "Can you find Wikipedia pages for entities that are singers, singer-songwriters, rock bands, or musical groups?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q215380> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5741069> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19184926> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P360> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/about> ?var2 . ?var1 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P106> ?var3 . } FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q177220> ) || ( ?var3 = <http://www.wikidata.org/entity/Q488205> ) ) ) . } } ORDER BY ASC( ?var2Label ) OFFSET 0 LIMIT 250"}}
{"id": "val_7517", "question": "What properties are most commonly used to link items to the basketball team BC \u0160iauliai, and how many times?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q521636 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect other entities to BC \u0160iauliai more than once, and what are their usage counts?", "Show me the properties that relate other items to BC \u0160iauliai, excluding those used only once, sorted by frequency in descending order."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q521636> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7518", "question": "What properties are most frequently used to link other entities to Saint-Vallier Basket Dr\u00f4me, excluding those used only once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?entity) AS ?count) WHERE {\n  ?entity ?property wd:Q3463472 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect other items to the French basketball team Saint-Vallier Basket Dr\u00f4me, and how many times are they used?", "Show me the properties that relate other entities to Saint-Vallier Basket Dr\u00f4me, ordered by usage count, but only include properties used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3463472> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7519", "question": "List all human association football players.", "sparql": "SELECT ?player WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q937857 . } LIMIT 300000", "paraphrases": ["Who are the humans that have the occupation of association football player?", "Show me all people who play professional football (soccer)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . } LIMIT 300000"}}
{"id": "val_7520", "question": "What type of celestial object is (71042) 1999 XN77?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?value WHERE {\n  wd:Q15186127 wdt:P31 ?value .\n}", "paraphrases": ["What is the classification of the asteroid designated as (71042) 1999 XN77 in Wikidata?", "Show the instance type of the asteroid (71042) 1999 XN77."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/entity/statement/Q71042-3004cb58-4d55-2aa3-c3d5-b013f4dd6632> ?var2 . }"}}
{"id": "val_7521", "question": "Author and characters of the Harry Potter book series", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?author ?authorLabel ?character ?characterLabel WHERE {\n  wd:Q8337 wdt:P50 ?author .\n  wd:Q8337 wdt:P674 ?character .\n  ?author rdfs:label ?authorLabel .\n  ?character rdfs:label ?characterLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" ) FILTER ( LANG( ?characterLabel ) = \"en\" )\n}", "paraphrases": ["Who wrote the Harry Potter series, and which characters are in it?", "List the author and all characters from the Harry Potter books."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q8337> <http://www.wikidata.org/prop/direct/P50> ?var1 . <http://www.wikidata.org/entity/Q8337> <http://www.wikidata.org/prop/direct/P674> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_7522", "question": "What are the federal states of Germany?", "sparql": "SELECT ?subdivision ?subdivisionLabel WHERE { wd:Q183 wdt:P150 ?subdivision . ?subdivision rdfs:label ?subdivisionLabel . FILTER(LANG(?subdivisionLabel) = 'en') } LIMIT 100", "paraphrases": ["Can you list the administrative divisions of Germany?", "Which regions make up Germany as direct subdivisions?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var2 . } } LIMIT 100"}}
{"id": "val_7523", "question": "Does the video game with ZXDB ID 0006399 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4705 \"0006399\" . }", "paraphrases": ["Is there a video game in Wikidata that has the ZXDB ID \"0006399\"?", "Is the ZXDB ID \"0006399\" assigned to any video game in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4705> \"0006399\". }"}}
{"id": "val_7524", "question": "What are the geolocated places in Fiji that are not assigned to any administrative region?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?place ?placeLabel ?coord WHERE {\n  ?place wdt:P17 wd:Q712 .\n  OPTIONAL {\n    ?place wdt:P625 ?coord .\n  }\n  FILTER(NOT EXISTS {\n    ?place wdt:P131 ?admin .\n  })\n  FILTER(BOUND(?coord))\n  OPTIONAL {\n    ?place rdfs:label ?placeLabel .\n    FILTER(LANG(?placeLabel) = \"en\")\n  }\n}\nORDER BY ASC(?placeLabel)", "paraphrases": ["Show me unclassified locations in Fiji that have coordinates but no specified administrative division.", "List places in Fiji without an administrative territorial entity, along with their coordinates and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q7270541> <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"6000\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7525", "question": "Properties most frequently linked to Haifa, excluding those used once", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count)(CONCAT(?label , \" (\" , ?prefix , \":\" , ?propId4 , \")\") AS ?labelWithProp) WHERE {\n  ?item ?property wd:Q41621 .\n  BIND(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/\" , \"\") AS ?propId)\n  BIND(REPLACE(?propId , \"direct/\" , \"\") AS ?propId2)\n  BIND(REPLACE(?propId2 , \"statement/\" , \"\") AS ?propId3)\n  BIND(REPLACE(?propId3 , \"qualifier/\" , \"\") AS ?propId4)\n  BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\" , ?propId4)) AS ?baseProperty)\n  ?baseProperty rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(IF(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\") , \"wdt\" , IF(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/statement/\") , \"ps\" , IF(STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/qualifier/\") , \"pq\" , \"p\"))) AS ?prefix)\n}\nGROUP BY ?property ?label ?prefix ?propId4\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect entities to Haifa, and how many times are they used, sorted by frequency?", "Show me the top properties that relate to Haifa, with their usage counts, and only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q41621> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7526", "question": "Does the ship with IMO number 7527887 exist in Wikidata?", "sparql": "ASK WHERE { ?ship wdt:P458 \"7527887\" . }", "paraphrases": ["Is there a ship registered in Wikidata with the IMO number 7527887?", "Confirm whether the vessel identified by IMO 7527887 is present in the Wikidata database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"7527887\". }"}}
{"id": "val_7527", "question": "What ship has the IMO number 9186194?", "sparql": "SELECT ?ship WHERE { ?ship wdt:P458 \"9186194\" . }", "paraphrases": ["Which ship is identified by the IMO number 9186194?", "Find the Wikidata entity for the ship registered under IMO number 9186194."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9186194\". } LIMIT 1"}}
{"id": "val_7528", "question": "Who are the French people with the surname \"Courty\"?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(REGEX(?label, \".* Courty$\")) . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["List all humans in Wikidata whose French label ends with \"Courty\".", "Can you find French-speaking individuals with the last name Courty?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"courty\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7529", "question": "Is there a ship in Wikidata with IMO number 6818796?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"6818796\" .\n}", "paraphrases": ["Does the ship Serengeti have the IMO number 6818796?", "Confirm whether the IMO number 6818796 is assigned to any ship in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"6818796\". }"}}
{"id": "val_7530", "question": "Cities and towns in Germany", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P17 wd:Q183 . VALUES ?instanceType { wd:Q515 wd:Q3957 } . ?item wdt:P31 ?instanceType . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') } LIMIT 100", "paraphrases": ["What are the cities and towns in Germany?", "List the English names of all cities and towns located in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q183> . } LIMIT 100"}}
{"id": "val_7531", "question": "What properties are used to describe Las Vegas in Wikidata, along with their English labels and descriptions?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q23768 ?directProp ?value . ?property wikibase:directClaim ?directProp . ?property rdf:type wikibase:Property . ?property rdfs:label ?propertyLabel . ?property schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties link Las Vegas to other data in Wikidata, and what are their English labels and descriptions?", "List all the English-labeled properties and their descriptions that are used in statements about Las Vegas."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q23768> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_7532", "question": "U.S. presidents and their religions", "sparql": "SELECT ?president ?presidentLabel ?religion ?religionLabel WHERE { wd:Q30 (p:P6 / ps:P6) ?president . ?president p:P140 ?statement . ?statement ps:P140 ?religion . OPTIONAL { ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") } OPTIONAL { ?religion rdfs:label ?religionLabel . FILTER(LANG(?religionLabel) = \"en\") } }", "paraphrases": ["What religions are associated with the presidents of the United States?", "List the heads of government of the United States along with their religious affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q30> AS ?var3 ). ?var3 ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . ?var1 <http://www.wikidata.org/prop/P140> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7533", "question": "Which cryptocurrency exchanges have Twitter usernames \"BitBay\", \"cryptocom\", or \"qoinworld\"?", "sparql": "SELECT ?exchange ?username WHERE { ?exchange wdt:P2002 ?username . VALUES ?username { \"BitBay\" \"cryptocom\" \"qoinworld\" } }", "paraphrases": ["What are the entities on Wikidata that are associated with the Twitter usernames BitBay, cryptocom, and qoinworld?", "Show me the cryptocurrency exchanges on Wikidata that use the Twitter handles BitBay, cryptocom, or qoinworld."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"paxful\" ) ( \"string1\" ) ( \"string2\" ) } }"}}
{"id": "val_7534", "question": "Who is J\u00e9r\u00f4me Jabry, and is he a human?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"J\u00e9r\u00f4me Jabry\" @en .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata item for the person named J\u00e9r\u00f4me Jabry who is a human?", "Find the entity in Wikidata that has the English label \"J\u00e9r\u00f4me Jabry\" and is classified as a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Fadi Jabry\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7535", "question": "What type of Wikimedia page is \"Dodatak:Popis vrsta drve\u0107a\"?", "sparql": "SELECT ?type ?typeLabel WHERE { wd:Q6643964 wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") }", "paraphrases": ["What category does the Wikimedia list article \"Dodatak:Popis vrsta drve\u0107a\" belong to?", "What is the classification of Q6643964 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q6643964> <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7536", "question": "Is there a person in Wikidata with the IMDb ID nm2016624?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm2016624\" .\n}", "paraphrases": ["Does the IMDb identifier nm2016624 correspond to any entity in Wikidata?", "Can you confirm that nm2016624 is a valid IMDb ID in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm2016624\". }"}}
{"id": "val_7537", "question": "Does Regi Penxten have an IMDb ID of nm3580378?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P345 \"nm3580378\" .\n}", "paraphrases": ["Is the IMDb identifier for Regi Penxten nm3580378?", "Confirm that Regi Penxten is associated with the IMDb ID nm3580378."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm3580378\". }"}}
{"id": "val_7538", "question": "What are some places in Belarus that have coordinates, images, and Wikimedia Commons categories?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P17 wd:Q184 .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me entities in Belarus with their geographic coordinates, associated images, and Commons categories.", "List locations in Belarus along with their photos and related Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(55 25)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(55 25)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_7539", "question": "Who is the person with IMDb ID nm5341962?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P345 \"nm5341962\" . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me the name of the individual linked to the IMDb identifier nm5341962?", "What is the English label of the Wikidata entity that has the IMDb ID nm5341962?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm5341962\". }"}}
{"id": "val_7540", "question": "List scholarly articles and their titles in multiple languages from Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?article ?label WHERE {\n  ?article rdfs:label ?label .\n  ?article wdt:P31 wd:Q13442814 .\n}\nLIMIT 200", "paraphrases": ["What are the titles of scholarly articles in different languages on Wikidata?", "Show me up to 200 academic papers along with their labels in all available languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } LIMIT 200"}}
{"id": "val_7541", "question": "Scholarly articles with \"machine\" in the title", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?title WHERE {\n  ?article rdfs:label ?title .\n  ?article wdt:P31 wd:Q13442814 .\n  FILTER(LANGMATCHES(LANG(?title) , \"en\"))\n  FILTER(REGEX(?title , \"machine\" , \"i\"))\n}\nLIMIT 200", "paraphrases": ["What are scholarly articles whose titles contain the word \"machine\"?", "Show me the titles of academic papers that mention \"machine\", such as in \"machine learning\" or \"support vector machine\", in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . FILTER ( ( LANGMATCHES ( LANG ( ?var2 ) , \"EN\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"machine\" ) ) ) . } LIMIT 200"}}
{"id": "val_7542", "question": "What are the English and Dutch labels for Jacob Smies\u2019s occupations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q18603323 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"nl\" || LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["In what languages is Jacob Smies\u2019s occupation described in Wikidata?", "What are Jacob Smies\u2019s occupations in Dutch and English?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.wikidata.org/entity/Q18603323> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var1Label = \"schrijver\" ) ) ) . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7543", "question": "What are the occupations of Pieter Mortier I in Dutch?", "sparql": "SELECT ?occupationLabel ?occupation WHERE { wd:Q7192808 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER (LANG(?occupationLabel) = \"nl\") }", "paraphrases": ["Can you list Pieter Mortier I\u2019s professions in the Dutch language?", "How are Pieter Mortier I\u2019s jobs described in Dutch?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.wikidata.org/entity/Q7192808> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var1Label = \"schrijver\" ) ) ) . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7544", "question": "What properties (other than \"instance of\") are used to classify or relate the film genre \"flashback film\" to other items in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q21401869 . FILTER (?property != wd:P31) FILTER (STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Which direct relationships connect \"flashback film\" to other entities in Wikidata, excluding \"instance of\"?", "How is the film genre \"flashback film\" connected to other topics in Wikidata through direct properties?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q21401869> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_7545", "question": "Does the IMDb ID nm0012688 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0012688\" }", "paraphrases": ["Is there a person in Wikidata associated with the IMDb ID nm0012688?", "Check if the IMDb identifier nm0012688 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0012688\". }"}}
{"id": "val_7546", "question": "Does Wikidata contain an entry with IMDb ID nm2381660?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm2381660\" .\n}", "paraphrases": ["Is there a person in Wikidata associated with the IMDb identifier nm2381660?", "Check if the IMDb ID nm2381660 is linked to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm2381660\". }"}}
{"id": "val_7547", "question": "Is there a Wikidata item for the IMDb ID nm5163434?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"nm5163434\" .\n}", "paraphrases": ["Does the actor or person with IMDb ID nm5163434 have a page on Wikidata?", "Check if the IMDb identifier nm5163434 corresponds to a Wikidata entity."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm5163434\". }"}}
{"id": "val_7548", "question": "Does the IMDb ID nm1478562 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK {\n  ?item wdt:P345 \"nm1478562\" .\n}", "paraphrases": ["Is there a person in Wikidata with the IMDb identifier nm1478562?", "Can you confirm that nm1478562 is a valid IMDb ID for someone in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1478562\". }"}}
{"id": "val_7549", "question": "What are the English labels of the types that Red Sun belongs to?", "sparql": "SELECT ?type ?typeLabel WHERE { wd:Q17424530 wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER (LANG(?typeLabel) = \"en\") } LIMIT 50", "paraphrases": ["What classes is the Red Sun from Serenity classified as, in English?", "Show me the English names of the categories that the Red Sun is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q17424530> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_7550", "question": "What are the French-language sections of the Dictionnaire du patrimoine rennais?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?component ?componentLabel WHERE {\n  ?component wdt:P361 wd:Q29551022 .\n  ?component rdfs:label ?componentLabel .\n  FILTER(LANG(?componentLabel) = \"fr\")\n}", "paraphrases": ["Which parts of the book \"Dictionnaire du patrimoine rennais\" have French labels?", "List the chapter titles in French from the Dictionnaire du patrimoine rennais."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q29551022> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7551", "question": "Actors who died after 2000 and their names", "sparql": "SELECT ?actorLabel ?deathDate WHERE { ?actor wdt:P31 wd:Q5 ; wdt:P106 wd:Q33999 ; wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"2000-01-01T00:00:00Z\"^^xsd:dateTime ) . ?actor rdfs:label ?actorLabel . } LIMIT 40", "paraphrases": ["Who are the actors that died from the year 2000 onwards, and when did they die?", "List the names and death dates of actors who passed away in the year 2000 or later."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> ; <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"2000-00-00T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 40"}}
{"id": "val_7552", "question": "What is the image associated with the SNAC ARK ID \"w6995rvx\"?", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w6995rvx\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6995rvx?", "I need the image of the individual linked to the SNAC ARK ID w6995rvx."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6995rvx\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7553", "question": "Image of Jerzy Toeplitz with SNAC ARK ID w6fz9nwf", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6fz9nwf\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Jerzy Toeplitz in Wikidata, identified by the SNAC ARK ID w6fz9nwf?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6fz9nwf."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6fz9nwf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7554", "question": "Is Gitit a type of software?", "sparql": "ASK WHERE { wd:Q17003504 wdt:P31 ?class . ?class wdt:P279* wd:Q7397 . }", "paraphrases": ["Does Gitit belong to a class that is a subclass of software?", "Can Gitit be classified as software based on its category hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q17003504> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7555", "question": "Coffeehouses with their English names and geographic coordinates.", "sparql": "SELECT ?coffeehouse ?coffeehouseLabel ?coordinate WHERE { ?coffeehouse wdt:P31 wd:Q30022 . OPTIONAL { ?coffeehouse rdfs:label ?coffeehouseLabel . FILTER(LANG(?coffeehouseLabel) = \"en\") } OPTIONAL { ?coffeehouse wdt:P625 ?coordinate . } } LIMIT 100", "paraphrases": ["What are the English names and locations of coffeehouses on Wikidata?", "List coffeehouses along with their English labels and coordinates, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q30022> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } } LIMIT 100"}}
{"id": "val_7556", "question": "Is there a movie on Wikidata with Rotten Tomatoes ID m/carol?", "sparql": "ASK WHERE { ?item wdt:P1258 \"m/carol\" }", "paraphrases": ["Does the film 'Carol' have a Rotten Tomatoes ID of m/carol in Wikidata?", "Confirm if the movie Carol is identified by m/carol on Rotten Tomatoes in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1258> \"m/carol\". }"}}
{"id": "val_7557", "question": "Are there any athletes from Samoa listed in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?person wdt:P27 wd:Q683 ; a wd:Q5 .\n}", "paraphrases": ["Does Wikidata contain any human individuals who are citizens of Samoa?", "Why can't I find any athletes from Samoa in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3171> \"samoa\". }"}}
{"id": "val_7558", "question": "Is there a movie in Wikidata with the IMDb ID tt0480954?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0480954\" .\n}", "paraphrases": ["Does the film \"Il bambino sull'acqua\" have the IMDb identifier tt0480954?", "Is tt0480954 a valid IMDb ID for any entity in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0480954\". }"}}
{"id": "val_7559", "question": "Is there a Wikidata item associated with the IMDb ID tt1720955?", "sparql": "ASK WHERE { ?item wdt:P345 \"tt1720955\" . }", "paraphrases": ["Does the movie \"J\u00e9sus et la samaritaine\" have an IMDb ID of tt1720955?", "Is tt1720955 a valid IMDb identifier in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1720955\". }"}}
{"id": "val_7560", "question": "Is there a Wikidata item for the movie with IMDb ID tt1721004?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt1721004\" .\n}", "paraphrases": ["Does the film 'The Dark Knight' have a Wikidata entry linked by the IMDb ID tt1721004?", "Please confirm if the IMDb ID tt1721004 corresponds to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1721004\". }"}}
{"id": "val_7561", "question": "Does the movie with IMDb ID tt1778824 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt1778824\" .\n}", "paraphrases": ["Is there an entry in Wikidata for the film identified by tt1778824?", "Does Wikidata contain a record for the IMDb identifier tt1778824?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1778824\". }"}}
{"id": "val_7562", "question": "Does the IMDb ID tt0438652 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"tt0438652\" . }", "paraphrases": ["Is there a movie in Wikidata with the IMDb identifier tt0438652?", "Confirm if the film with IMDb ID tt0438652 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0438652\". }"}}
{"id": "val_7563", "question": "Is there a Wikidata item for the IMDb ID tt0247255?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0247255\" .\n}", "paraphrases": ["Does the movie with IMDb ID tt0247255 have a corresponding entry in Wikidata?", "Check if tt0247255 is a valid IMDb identifier in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0247255\". }"}}
{"id": "val_7564", "question": "List of fictional interstellar states in science fiction.", "sparql": "SELECT ?fictionalState ?label WHERE { ?fictionalState wdt:P31 wd:Q47537235 . ?fictionalState rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?label", "paraphrases": ["What are some fictional interstellar governments from science fiction franchises?", "Show me the names of all fictional space empires and federations that span multiple star systems in fictional universes."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47537235> . } LIMIT 100"}}
{"id": "val_7565", "question": "Categories that combine science with other topics", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category WHERE {\n  ?category wdt:P971 wd:Q336 .\n}\nLIMIT 100", "paraphrases": ["What Wikipedia categories include science along with other subjects?", "List all categories that intersect with the topic of science."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q336> . } LIMIT 100"}}
{"id": "val_7566", "question": "What are the books written by Stephen King?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel WHERE {\n  ?book wdt:P50 wd:Q39829 .\n  ?book wdt:P31 wd:Q7725634 .\n  wd:Q39829 wdt:P106 wd:Q36180 .\n  OPTIONAL {\n    ?book rdfs:label ?bookLabel .\n    FILTER(LANG(?bookLabel) = 'en')\n  }\n}\nLIMIT 100", "paraphrases": ["Can you list the literary works authored by Stephen King, who is known as a writer?", "Show me the titles of Stephen King\u2019s books, ensuring he is identified as a writer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q39829> . OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . } LIMIT 100"}}
{"id": "val_7567", "question": "What countries, provinces, and continents include Cerro del Monje?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 WHERE {\n  {\n    wd:Q21827210 wdt:P30 ?var1 .\n  } UNION {\n    wd:Q21827210 wdt:P17 ?var1 .\n  } UNION {\n    wd:Q21827210 wdt:P131 + ?var1 .\n  }\n}", "paraphrases": ["In which country, administrative region, and continent is the mountain Cerro del Monje located?", "List all geographic entities \u2014 including country, province, and continent \u2014 that Cerro del Monje is part of through direct or hierarchical relations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q21827210> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7568", "question": "What is the Dutch name of Joseph Albert Alberdingk Thijm?", "sparql": "SELECT ?label WHERE { wd:Q1978794 rdfs:label ?label . FILTER (LANG(?label) = \"nl\") }", "paraphrases": ["How is Joseph Albert Alberdingk Thijm called in Dutch?", "Show the Dutch-language label for the Dutch writer Joseph Albert Alberdingk Thijm."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.wikidata.org/entity/Q1978794> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7569", "question": "Occupations of Anton Averkamp", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation ?occupationLabel WHERE {\n  wd:Q15448761 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["What are the occupations of Anton Averkamp?", "List the professions Anton Averkamp has held."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q15448761> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_7570", "question": "What is the occupation of Pieter Oosterhuis?", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q13506851 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["What profession did the Dutch artist Pieter Oosterhuis have?", "Is Pieter Oosterhuis an actor?"], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q13506851> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_7571", "question": "Does Marte R\u00f6ling work as an actor?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(1 AS ?exists) WHERE {\n  wd:Q2085622 wdt:P106 wd:Q33999 .\n}", "paraphrases": ["Is Marte R\u00f6ling listed as an actor in Wikidata?", "Confirm whether Marte R\u00f6ling has actor as one of her occupations."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q2085622> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_7572", "question": "Is Jaap van Zweden an actor?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(MAX(COALESCE(?isActor , 0)) AS ?result) WHERE {\n  OPTIONAL {\n    wd:Q1377591 wdt:P106 wd:Q33999 .\n    BIND(1 AS ?isActor)\n  }\n}", "paraphrases": ["Does Jaap van Zweden have acting as his profession?", "Return 1 if Jaap van Zweden is an actor, otherwise return 0."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q1377591> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . }"}}
{"id": "val_7573", "question": "List theatres with a Theatres Trust Database ID, their English labels, and corresponding English Wikipedia pages.", "sparql": "SELECT ?theatre ?label ?wikipediaPage WHERE { ?theatre wdt:P4079 ?id . OPTIONAL { ?theatre rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?wikipediaPage schema:about ?theatre ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } }", "paraphrases": ["Which theatres in Wikidata have a Theatres Trust Database ID, and what are their English names and Wikipedia links?", "Show me the Wikidata entities for theatres that are identified in the Theatres Trust Database, along with their English labels and links to their English Wikipedia articles \u2014 if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4079> ?var4 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". ?var3 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } }"}}
{"id": "val_7574", "question": "People who are both film actors and university teachers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P106 wd:Q10800557 ; wdt:P106 wd:Q1622272 .\n}", "paraphrases": ["Who are the individuals that have worked as both film actors and university teachers?", "List all people whose occupations include both being a film actor and a university teacher."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q4386083> <http://www.wikidata.org/prop/direct/P106> ?var2 . FILTER ( ( EXISTS { <http://www.wikidata.org/entity/Q4386083> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1622272> . } ) ) . }"}}
{"id": "val_7575", "question": "What are the occupations of Jan Maurits Quinkhard?", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q6149476 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\")}", "paraphrases": ["Was Jan Maurits Quinkhard a film actor?", "List the English labels of all occupations associated with Jan Maurits Quinkhard."], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q6149476> <http://www.wikidata.org/prop/direct/P106> ?var2 . FILTER ( ( EXISTS { <http://www.wikidata.org/entity/Q6149476> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . } ) ) . }"}}
{"id": "val_7576", "question": "What Pok\u00e9mon moves have the contest condition \"Cool\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?move ?moveLabel WHERE {\n  ?move wdt:P1552 wd:Q26012310 .\n  ?move rdfs:label ?moveLabel .\n  FILTER(LANG(?moveLabel) = \"en\")\n}", "paraphrases": ["Which moves are classified as having a \"Cool\" contest condition in Pok\u00e9mon?", "List all Pok\u00e9mon moves that are associated with the Cool contest condition."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q26013333> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_7577", "question": "Is Andries Bicker a painter?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(IF(EXISTS {\n  wd:Q434290 wdt:P106 wd:Q1028181\n}\n, 1 , 0) AS ?isPainter) WHERE {\n}", "paraphrases": ["Does Andries Bicker have the occupation of painter?", "What is the boolean result for whether Andries Bicker is a painter?"], "info": {"raw_sparql": "SELECT( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var1 ) WHERE { <http://www.wikidata.org/entity/Q434290> <http://www.wikidata.org/prop/direct/P106> ?var2 . FILTER ( ( EXISTS { <http://www.wikidata.org/entity/Q434290> <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . } ) ) . }"}}
{"id": "val_7578", "question": "What are the names of video games released on the Commodore 64?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?game ?gameLabel WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game wdt:P400 wd:Q99775 .\n  ?game rdfs:label ?gameLabel .\n  FILTER(LANG(?gameLabel) = \"en\")\n}", "paraphrases": ["Which classic computer games were available on the Commodore 64?", "Can you list the English titles of all video games designed for the Commodore 64?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.wikidata.org/prop/direct/P400> <http://www.wikidata.org/entity/Q99775> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } }"}}
{"id": "val_7579", "question": "Aerodromes in Brazil", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31/wdt:P279* wd:Q62447 . ?var1 wdt:P17 wd:Q155 . ?var1 rdfs:label ?var1Label . } LIMIT 1000", "paraphrases": ["What are the names of all airports and airfields in Brazil?", "List all aerodromes located in Brazil along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ms,sv,pt\". } ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q62447> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q155> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P156> ?var3 . } } LIMIT 1000"}}
{"id": "val_7580", "question": "Female computer scientists with their birth dates and images", "sparql": "SELECT ?person ?label ?birthDate ?image WHERE { ?person wdt:P106 wd:Q82594 ; wdt:P21 wd:Q6581072 ; wdt:P569 ?birthDate ; wdt:P18 ?image . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who are the female computer scientists on Wikidata, and what are their birth dates and images?", "List all female computer scientists along with their date of birth and associated Wikimedia Commons images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7581", "question": "Is there a mountain with Peakbagger ID 791?", "sparql": "ASK WHERE { ?mountain wdt:P3109 \"791\" . }", "paraphrases": ["Does Wikidata contain a mountain identified by the Peakbagger ID 791?", "Is the Peakbagger ID 791 assigned to any mountain in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3109> \"791\". }"}}
{"id": "val_7582", "question": "Is Firefox a type of software?", "sparql": "ASK WHERE { wd:Q698 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Firefox belong to a category that is a subclass of software?", "Is Firefox considered a kind of software according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q27281137> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7583", "question": "Children of Genghis Khan, their birth dates, and images, ordered by birth year.", "sparql": "SELECT ?childLabel ?birthDate ?image WHERE { wd:Q720 wdt:P40 ?child . ?child wdt:P569 ?birthDate . ?child wdt:P18 ?image . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") } ORDER BY ASC(?birthDate)", "paraphrases": ["Who are the children of Genghis Khan, when were they born, and what do their images look like, listed in order of birth?", "Show me the names, birth dates, and images of Genghis Khan\u2019s children, sorted from the oldest to the youngest."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q720> <http://www.wikidata.org/prop/direct/P40> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ORDER BY ASC( ?var2 )"}}
{"id": "val_7584", "question": "How many professional gamers with nicknames are there from each country?", "sparql": "SELECT ?country (COUNT(?player) AS ?count) WHERE { ?player wdt:P106 wd:Q4379701 . ?player wdt:P1449 ?nickname . ?player wdt:P27 ?country . } GROUP BY ?country", "paraphrases": ["Which countries have the most professional gamers who have a nickname, and how many are there per country?", "Show me a list of countries with the count of professional gamers who have a nickname, grouped by country."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13365117> . ?var3 <http://www.wikidata.org/prop/direct/P1449> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P27> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1"}}
{"id": "val_7585", "question": "Wikidata items matching DBpedia resources with English labels and associated Commons files or categories.", "sparql": "SELECT ?var1 ?var1Label ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var3 WHERE { ?var1 wdt:P2888 ?var3 . FILTER (STRSTARTS(STR(?var3), \"http://dbpedia.org/resource/\")) } } OPTIONAL { ?var4 schema:about ?var1 ; schema:isPartOf <https://commons.wikimedia.org/> . } OPTIONAL { ?var1 wdt:P373 ?var5 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Which Wikidata items are exact matches to DBpedia resources, and what are their English labels, Commons media files, and Commons categories?", "Show me Wikidata entities that correspond to DBpedia resources, along with their English names, related media files on Wikimedia Commons, and their Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2888> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } } OPTIONAL { ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://commons.wikimedia.org/> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7586", "question": "Female politicians born in Paisley", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P106 wd:Q82955 .\n  ?person wdt:P19 wd:Q211870 .\n}", "paraphrases": ["Who are the female politicians born in Paisley, Scotland?", "List all women who are politicians and were born in Paisley."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q211870> . }"}}
{"id": "val_7587", "question": "List 100 human beings with their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English labels of 100 people in Wikidata?", "Show me 100 examples of humans with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } LIMIT 100"}}
{"id": "val_7588", "question": "Who is the singer with MusicBrainz ID b8d53752-5fe3-4160-92b6-9bab009c6ca3?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P106 ?occupation .\n  ?person wdt:P434 \"b8d53752-5fe3-4160-92b6-9bab009c6ca3\" .\n  FILTER(?occupation IN(wd:Q488205 , wd:Q177220))\n}\nLIMIT 20", "paraphrases": ["Which person has the MusicBrainz artist ID b8d53752-5fe3-4160-92b6-9bab009c6ca3 and is listed as a singer or singer-songwriter?", "Find the person associated with the MusicBrainz ID b8d53752-5fe3-4160-92b6-9bab009c6ca3 whose occupation is singer or singer-songwriter."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P434> \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ?var2 IN ( <http://www.wikidata.org/entity/Q488205> , <http://www.wikidata.org/entity/Q177220> ) ) ) . } LIMIT 20"}}
{"id": "val_7589", "question": "Wars with their death tolls, sorted from lowest to highest number of deaths.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?war ?warLabel ?deathCount WHERE {\n  ?war wdt:P31 wd:Q198 .\n  ?war rdfs:label ?warLabel .\n  OPTIONAL {\n    ?war wdt:P1120 ?deathCount .\n    FILTER ( isNumeric( ?deathCount ) )\n  }\n  FILTER ( LANG( ?warLabel ) = \"en\" )\n}\nORDER BY ASC ( ?deathCount )", "paraphrases": ["Which wars have recorded death counts, and how many people died in each, ordered from the least to the most deadly?", "List all wars in English along with their number of deaths, sorted by the lowest death count first."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q198> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1120> ?var2 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7590", "question": "What are the language labels for Bezirksamt Toma, and does it have any alternative names?", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?label ?altLabel WHERE {\n  BIND( wd:Q47542707 AS ?entity ) .\n  OPTIONAL {\n    ?entity skos:altLabel ?altLabel .\n  }\n  ?entity rdfs:label ?label .\n}", "paraphrases": ["In which languages is the administrative center Bezirksamt Toma labeled, and are there any alternative names for it?", "Please list all the labels (in different languages) for the entity Bezirksamt Toma, along with any alternative labels it might have."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q47542707> AS ?var1 ). OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2Label . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_7591", "question": "Television series after 1970 with IMDb IDs that were nominated for an Emmy Award.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?series ?year ?label ?imdbId ?productionCompany ?director ?award ?nomination WHERE {\n  ?series wdt:P31 wd:Q5398426 .\n  ?series wdt:P345 ?imdbId .\n  ?series rdfs:label ?label .\n  ?series wdt:P577 ?publicationDate .\n  BIND(YEAR(?publicationDate) AS ?year)\n  OPTIONAL {\n    ?series wdt:P272 ?productionCompany .\n  }\n  OPTIONAL {\n    ?series wdt:P57 ?director .\n  }\n  OPTIONAL {\n    ?series wdt:P166 ?award .\n  }\n  ?series wdt:P1411 ?nomination .\n  ?nomination wdt:P31 / wdt:P279 * wd:Q123737 .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(?year > 1970)\n}\nORDER BY ASC(?imdbId)\nLIMIT 250", "paraphrases": ["Which TV series released after 1970 received a nomination for an Emmy Award, and what are their IMDb IDs?", "List all English-language TV series from 1971 onward that were nominated for any Emmy Award, along with their IMDb identifiers."], "info": {"raw_sparql": "SELECT ?var1 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5 ?var6 ?var2 ?var7 ?var8 ?var9 ?var10 ?var10Label ?var9Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P272> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1411> ?var10 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var7 . } FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( YEAR ( ?var2 ) > \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( BOUND ( ?var10 ) && CONTAINS ( ?var10Label , \"Emmy\" ) ) ) . } ORDER BY ASC( ?var5 ) OFFSET 0 LIMIT 250"}}
{"id": "val_7592", "question": "Professional gamers with nicknames in Wikidata", "sparql": "SELECT ?player ?playerLabel ?nickname WHERE { ?player wdt:P106 wd:Q4379701 . ?player wdt:P1449 ?nickname . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = 'en') }", "paraphrases": ["Who are the esports players that have known nicknames, and what are those nicknames?", "List the names and nicknames of all professional gamers in Wikidata, using their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13365117> . ?var1 <http://www.wikidata.org/prop/direct/P1449> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7593", "question": "Church buildings in Paris with images", "sparql": "SELECT ?church ?churchLabel ?image WHERE { ?church wdt:P31 wd:Q16970 . ?church wdt:P131 wd:Q90 . OPTIONAL { ?church wdt:P18 ?image . } ?church rdfs:label ?churchLabel . FILTER(LANG(?churchLabel) = \"en\") }", "paraphrases": ["What are the church buildings located in Paris, and do they have images available?", "List the English-named church buildings in Paris along with their images, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/2683> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_7594", "question": "Churches in Parma with images", "sparql": "SELECT ?church ?churchLabel ?image WHERE { ?church wdt:P31 wd:Q16970 . ?church wdt:P131 wd:Q2683 . OPTIONAL { ?church wdt:P18 ?image . } ?church rdfs:label ?churchLabel . FILTER(LANG(?churchLabel) = \"it\") }", "paraphrases": ["What are the churches in Parma, and which ones have images available on Wikimedia Commons?", "List all church buildings in Parma along with their Italian names and associated images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q2683> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_7595", "question": "What are the birth and death dates of Boris Johnson\u2019s parents and grandparents?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?ancestorLabel ?birthDate ?deathDate WHERE {\n  {\n    wd:Q180589(wdt:P25 | wdt:P22) ?ancestor .\n  } UNION {\n    wd:Q180589(wdt:P25 | wdt:P22) /(wdt:P25 | wdt:P22) ?ancestor .\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  OPTIONAL {\n    ?ancestor wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?ancestor wdt:P570 ?deathDate .\n  }\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nORDER BY ?birthDate", "paraphrases": ["Can you list Boris Johnson\u2019s immediate ancestors \u2014 his parents and grandparents \u2014 along with their dates of birth and death?", "Who are Boris Johnson\u2019s direct ancestors up to the grandparent generation, and when were they born and died?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { <http://www.wikidata.org/entity/Q180589> ( <http://www.wikidata.org/prop/direct/P25> | <http://www.wikidata.org/prop/direct/P22> )* ?var1 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7596", "question": "Does the GND ID 4059261-3 correspond to an item in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4059261-3\" .\n}", "paraphrases": ["Is there a Wikidata entity associated with the German National Library ID 4059261-3?", "Confirm if the GND identifier 4059261-3 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4059261-3\". }"}}
{"id": "val_7597", "question": "Images of destroyed artworks with English labels", "sparql": "SELECT ?artworkLabel ?image WHERE { ?artwork wdt:P31 wd:Q21745157 . ?artwork wdt:P18 ?image . ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") }", "paraphrases": ["What are the English names and images of artworks that have been destroyed?", "Show me the names and Wikimedia Commons images of artworks that no longer exist."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21745157> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7598", "question": "What are all the Wikidata properties?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?type WHERE {\n  ?property wdt:P31 wd:Q18616576 .\n  BIND(wd:Q18616576 AS ?type)\n}", "paraphrases": ["List all entities that are classified as Wikidata properties.", "Which items in Wikidata are instances of the class \"Wikidata property\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q18616576> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } }"}}
{"id": "val_7599", "question": "Television series released after 1979 with IMDb IDs, English titles, and awards, including production companies, directors, and award names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?series ?year ?label ?imdbId ?productionCompany ?publicationDate ?director ?award1Label ?award2Label WHERE {\n  ?series wdt:P31 wd:Q5398426 .\n  ?series wdt:P345 ?imdbId .\n  ?series rdfs:label ?label .\n  ?series wdt:P577 ?publicationDate .\n  BIND( YEAR( ?publicationDate ) AS ?year ) OPTIONAL {\n    ?series wdt:P272 ?productionCompany .\n  }\n  OPTIONAL {\n    ?series wdt:P57 ?director .\n  }\n  OPTIONAL {\n    ?series wdt:P166 ?award1 .\n    ?award1 rdfs:label ?award1Label .\n    FILTER ( LANG( ?award1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?series wdt:P166 ?award2 .\n    ?award2 rdfs:label ?award2Label .\n    FILTER ( LANG( ?award2Label ) = \"en\" )\n  }\n  FILTER ( LANG( ?label ) = \"en\" ) FILTER ( ?year > 1979 ) FILTER ( BOUND( ?award1 ) || BOUND( ?award2 ) )\n}\nORDER BY ASC ( ?imdbId )\nLIMIT 250", "paraphrases": ["What are the English-named TV series released after 1979 that have IMDb IDs and have won at least one award, along with their production companies, directors, and award names?", "List TV series from after 1979 that have IMDb IDs and have received awards, showing their English titles, publication years, production companies, directors, and up to two award names."], "info": {"raw_sparql": "SELECT ?var1 ( YEAR ( ?var2 ) AS ?var3 ) ?var4 ?var5 ?var6 ?var2 ?var7 ?var8 ?var9Label ?var10Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P272> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var10 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var7 . } FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . FILTER ( ( ( YEAR ( ?var2 ) > \"1979\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( BOUND ( ?var10 ) || BOUND ( ?var9 ) ) ) . } ORDER BY ASC( ?var5 ) OFFSET 1500 LIMIT 250"}}
{"id": "val_7600", "question": "Does Minecraft have a MobyGames game ID?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P1933 \"minecraft\" .\n}", "paraphrases": ["Is there a Wikidata item for Minecraft that is linked to the MobyGames ID 'minecraft'?", "Check if Minecraft is associated with the MobyGames ID 'minecraft' in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1933> \"string1\". }"}}
{"id": "val_7601", "question": "What are the 100 largest cities in the world by population, along with their populations and geographic coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ?var2 ?var3 WHERE {\n  ?var1 wdt:P31 wd:Q1637706 .\n  ?var1 wdt:P1082 ?var2 .\n  ?var1 wdt:P625 ?var3 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}\nORDER BY DESC(?var2)\nLIMIT 100", "paraphrases": ["Can you list the top cities with over a million residents, sorted by population size, and include their coordinates?", "Which cities have more than a million people, and what are their exact locations and population numbers?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1637706> . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_7602", "question": "What legislative terms are associated with the House of Commons and the National Assembly of Slovenia?", "sparql": "SELECT ?parliament ?parliamentLabel ?legislativeTerm ?legislativeTermLabel ?country ?countryLabel WHERE { VALUES ?parliament { wd:Q11005 wd:Q1568676 } ?parliament wdt:P1001 ?country . ?legislativeTerm wdt:P31/wdt:P279* wd:Q15238777 ; wdt:P1001 ?country . ?parliament rdfs:label ?parliamentLabel . ?legislativeTerm rdfs:label ?legislativeTermLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?parliamentLabel) = \"en\") FILTER(LANG(?legislativeTermLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Show me the parliamentary terms for the UK House of Commons and Slovenia\u2019s National Assembly, along with the countries they belong to.", "Which historical sessions of the UK Parliament and Slovenian National Assembly exist in Wikidata, and what countries do they represent?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q11005> ) ( <http://www.wikidata.org/entity/Q1568676> ) } ?var1 ( <http://www.wikidata.org/prop/P361> / <http://www.wikidata.org/prop/statement/P361> )* ?var2 . OPTIONAL { ?var4 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> ) ?var5 . ?var5 <http://www.wikidata.org/prop/P279> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q15238777> . ?var6 <http://www.wikidata.org/prop/qualifier/P642> ?var2 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/P31> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q15238777> . ?var8 <http://www.wikidata.org/prop/qualifier/P642> ?var2 . } BIND ( COALESCE ( ?var4 , ?var7 ) AS ?var3 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7603", "question": "What are the items in the \"Pancakes\" category, and what are their alternate names?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?alternateName WHERE {\n  ?item wdt:P910 wd:Q6932800 .\n  OPTIONAL {\n    ?item wdt:P2561 ?alternateName .\n  }\n}\nLIMIT 100", "paraphrases": ["List all pancakes and their aliases from Wikidata.", "Which dishes categorized as pancakes have alternative names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P910> <http://www.wikidata.org/entity/Q6932800> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } } LIMIT 100"}}
{"id": "val_7604", "question": "Greek-labeled people who died in 1897", "sparql": "SELECT ?greekLabel ?deathDate WHERE { ?person wdt:P570 ?deathDate . OPTIONAL { ?person rdfs:label ?greekLabel . FILTER (LANG(?greekLabel) = \"el\") } FILTER (?deathDate >= \"1897-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"1897-12-31T23:59:59Z\"^^xsd:dateTime) FILTER (BOUND(?greekLabel)) } ORDER BY ASC(?deathDate)", "paraphrases": ["Who are the people with Greek-language labels that died in 1897?", "List the names of individuals who died in 1897 and have a Greek label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1897-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1897-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_7605", "question": "English label of the CDATA entity in Wikidata", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q357626 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) )\n}", "paraphrases": ["What is the English name of the Wikidata item for CDATA?", "Show me the English label for the CDATA entity on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q357626> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_7606", "question": "What properties are most frequently used to link items to the Garden of Gethsemane?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q205333 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect the most number of items to Gethsemane, and how many times are they used?", "Show me the top properties associated with Gethsemane, ordered by how often they appear, excluding those used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q205333> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7607", "question": "Top 100 paintings with the most images on Wikimedia Commons", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?paintingLabel ?painting(COUNT(?image) AS ?imageCount) WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P18 ?image .\n  ?painting rdfs:label ?paintingLabel .\n  FILTER(LANG(?paintingLabel) = \"en\")\n}\nGROUP BY ?painting ?paintingLabel\nORDER BY DESC(?imageCount)\nLIMIT 100", "paraphrases": ["Which paintings have the highest number of images on Wikimedia Commons, and how many images do they have?", "Show me the 100 paintings that are most frequently illustrated on Wikimedia Commons, along with their English names and image counts."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_7608", "question": "Tram lines in Vienna with their lengths, start dates, and Wikimedia Commons categories", "sparql": "SELECT ?tramLine ?tramLineLabel ?length ?startTime ?commonsCategory WHERE { wd:Q74002385 wdt:P527 ?tramLine . ?tramLine wdt:P31 wd:Q74002385 ; rdfs:label ?tramLineLabel . FILTER(LANG(?tramLineLabel) = \"en\") OPTIONAL { ?tramLine wdt:P373 ?commonsCategory . } OPTIONAL { ?tramLine p:P2043 [ ps:P2043 ?length ; pq:P580 ?startTime ] . } } ORDER BY ASC(?tramLineLabel)", "paraphrases": ["What are the tram lines in Vienna, their lengths, when those lengths were recorded, and their corresponding Wikimedia Commons categories?", "List all tram lines in Vienna along with their lengths, the dates those lengths became valid, and their Wikimedia Commons categories, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15145593> ; <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1741> ; <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q129612> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2043> [ <http://www.wikidata.org/prop/statement/P2043> ?var2 ; <http://www.wikidata.org/prop/qualifier/P580> ?var3 ] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7609", "question": "Countries and their populations, sorted alphabetically", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?countryLabel ?population WHERE {\n  ?country wdt:P31 wd:Q6256 ; wdt:P1082 ?population .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n  FILTER(isLiteral(?population))\n}\nORDER BY ASC(?countryLabel)", "paraphrases": ["What is the population of each country, listed in alphabetical order?", "Show me a list of all countries with their populations, ordered by country name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var2Label ?var1 ORDER BY ASC( ?var1 )"}}
{"id": "val_7610", "question": "What properties are used to link individuals or elections to the Liberal Democrats, and what qualifiers are associated with those statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ?statementProperty ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?statementProperty WHERE {\n      ?statement ?p wd:Q9624 .\n      ?item ?q ?statement .\n      ?statementProperty wikibase:statementProperty ?p .\n      ?statementProperty wikibase:claim ?q .\n      FILTER ( ?statementProperty != wd:P31 )\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?qualifierProperty wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement ?statementProperty", "paraphrases": ["Show me all people and elections associated with the Liberal Democrats, along with the type of relationship (e.g., member or candidate) and any additional details like end dates or number of seats.", "List all non-instance-of statements connecting entities to the Liberal Democrats, including any qualifier information such as time periods or seat counts."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q9624> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_7611", "question": "People born on December 9, 1962", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1962-12-09T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1962-12-09T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who were born on December 9, 1962?", "List all individuals whose date of birth is exactly December 9, 1962."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1962-12-09T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1962-12-09T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7612", "question": "What works, inventions, or organizations were created, discovered, published, or officially opened on December 9, 1962?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1962-12-09T00:00:00Z\"^^xsd:dateTime && ?date <= \"1962-12-09T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which entities on Wikidata have a date of inception, discovery, publication, or official opening on December 9, 1962?", "List all items that began or were released on December 9, 1962, including films, TV shows, inventions, or institutions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1962-12-09T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1962-12-09T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7613", "question": "List all U.S. gubernatorial elections with their states and dates, ordered alphabetically by state.", "sparql": "SELECT ?stateLabel ?electionDate ?timePrecision ?election ?electionLabel ?office ?officeLabel WHERE { ?election wdt:P541 ?office . ?office wdt:P279 wd:Q889821 . ?office wdt:P1001 ?state . OPTIONAL { ?election wdt:P585 ?electionDate . } OPTIONAL { ?election (p:P585 / ps:P585 / wikibase:timePrecision) ?timePrecision . } ?state rdfs:label ?stateLabel . ?election rdfs:label ?electionLabel . ?office rdfs:label ?officeLabel . FILTER(LANG(?stateLabel) = \"en\") FILTER(LANG(?electionLabel) = \"en\") FILTER(LANG(?officeLabel) = \"en\") } ORDER BY ASC(?stateLabel) ASC(?electionDate)", "paraphrases": ["What are the dates of U.S. gubernatorial elections for each state, and which governor position was contested in each?", "Show me a timeline of U.S. state gubernatorial elections, including the state, election name, and date, sorted by state and year."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P541> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q889821> . ?var6 <http://www.wikidata.org/prop/direct/P1001> ?var1 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P585> ?var2 . } OPTIONAL { ?var4 ( <http://www.wikidata.org/prop/P585> / <http://www.wikidata.org/prop/statement/P585> / <http://wikiba.se/ontology#timePrecision> ) ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )ASC( ?var2 )"}}
{"id": "val_7614", "question": "Relationships of Pablo Picasso with other humans in Spanish context", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var5Label WHERE {\n  ?var1 wdt:P31 wd:Q5 .\n  ?var5 wdt:P31 wd:Q5 .\n  ?var1 rdfs:label ?var2Label .\n  VALUES(?var2Label) {(\"Pablo Picasso\" @es)\n  }\n  VALUES ?var3 {\n    wdt:P25 wdt:P22 wdt:P40 wdt:P26 wdt:P3373 wdt:P1038 wdt:P3342\n  }\n  ?var1 ?var3 ?var5 .\n  OPTIONAL {\n    ?var3 rdfs:label ?var4 .\n  }\n  OPTIONAL {\n    ?var5 rdfs:label ?var5Label .\n  }\n}\nORDER BY ASC(?var2Label)", "paraphrases": ["Who are the family members and close associates of Pablo Picasso, and what are their relationships to him?", "List all humans related to Pablo Picasso by family or significant relationships, along with the nature of those relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . VALUES ( ?var2Label ) { ( \"string1\"@es ) } { ?var5 ?var3 ?var1 . } UNION { ?var1 ?var3 ?var5 . } OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,es\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7615", "question": "Image of Mary Johnston with SNAC ARK ID w6s47324", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6s47324\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for Mary Johnston, identified by SNAC ARK ID w6s47324?", "Show me the picture of the person whose SNAC ARK ID is w6s47324."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6s47324\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7616", "question": "What organizations or entities were dissolved this month?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?inception ?dissolved WHERE {\n  ?item wdt:P571 ?inception ; wdt:P576 ?dissolved .\n  FILTER ( YEAR( ?dissolved ) = YEAR( NOW () ) && MONTH( ?dissolved ) = MONTH( NOW () ) ) .\n  ?item rdfs:label ?itemLabel .\n}\nORDER BY ?dissolved", "paraphrases": ["Which projects or institutions ceased operations in the current month and year?", "List all entities that ended their existence in the same month as today."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { BIND ( ( ?var4 - ?var3 ) AS ?var5 ). BIND ( FLOOR ( ( NOW ( ) - ?var4 ) ) AS ?var6 ). BIND ( ( ?var4 + STRDT ( CONCAT ( \"P\", <http://www.w3.org/2001/XMLSchema#string> ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var5 ) ) , \"D\" ) , <http://www.w3.org/2001/XMLSchema#duration> ) ) AS ?var7 ). ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 ; <http://www.wikidata.org/prop/direct/P576> ?var4 . FILTER ( ( ( ?var5 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( YEAR ( ?var7 ) = YEAR ( NOW ( ) ) ) && ( MONTH ( ?var7 ) = MONTH ( NOW ( ) ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var7 )"}}
{"id": "val_7617", "question": "Which Wikidata items have the Twitter usernames: aarontay, emcandre, i4oc_org, lirazelf, mlpoulter, nwspk, SemanticMW, Wikicite, wikidata, zuphilip, MsPhelps, or mrjohnc?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"aarontay\" \"emcandre\" \"i4oc_org\" \"lirazelf\" \"mlpoulter\" \"nwspk\" \"SemanticMW\" \"Wikicite\" \"wikidata\" \"zuphilip\" \"MsPhelps\" \"mrjohnc\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that use the Twitter handles @aarontay, @emcandre, @i4oc_org, @lirazelf, @mlpoulter, @nwspk, @SemanticMW, @Wikicite, @wikidata, @zuphilip, @MsPhelps, or @mrjohnc?", "List the Wikidata entities corresponding to these Twitter usernames: aarontay, emcandre, i4oc_org, lirazelf, mlpoulter, nwspk, SemanticMW, Wikicite, wikidata, zuphilip, MsPhelps, and mrjohnc."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"WikidataAT\" ) ( \"string1\" ) ( \"string2\" ) ( \"Wikidata\" ) ( \"SemanticMW\" ) ( \"string3\" ) ( \"MsPhelps\" ) ( \"i4oc_org\" ) ( \"string4\" ) ( \"string5\" ) ( \"zuphilip\" ) ( \"notknut\" ) ( \"wikidata\" ) ( \"emcandre\" ) ( \"WiciCymru\" ) ( \"WIKI_NLW\" ) ( \"lirazelf\" ) ( \"mlpoulter\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"mrjohnc\" ) ( \"string9\" ) ( \"tmtm\" ) ( \"string10\" ) ( \"mhl20\" ) ( \"nwspk\" ) ( \"string11\" ) ( \"string12\" ) ( \"markcridge\" ) ( \"kringln\" ) ( \"NatMus_SWE\" ) ( \"WikiDigi\" ) ( \"Cybrsalon\" ) ( \"string13\" ) ( \"string14\" ) ( \"aarontay\" ) ( \"Wikicite\" ) ( \"jsalsman\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"noniq\" ) } }"}}
{"id": "val_7618", "question": "Humans with the surname Bonnici", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 ; wdt:P734 wd:Q37276484 }", "paraphrases": ["Who are the people with the last name Bonnici?", "List all humans whose family name is Bonnici."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Bonnici\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7619", "question": "List all Pok\u00e9mon species with their English names.", "sparql": "SELECT DISTINCT ?pokemon ?pokemonLabel WHERE { ?pokemon wdt:P31/wdt:P279* wd:Q3966183 . ?pokemon rdfs:label ?pokemonLabel . FILTER(LANG(?pokemonLabel) = 'en') }", "paraphrases": ["What are all the Pok\u00e9mon species in the Pok\u00e9mon franchise, and what are their English names?", "Show me the English labels of all Pok\u00e9mon species, including those that are subclasses like fire-type or legendary Pok\u00e9mon."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q3966183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7620", "question": "What entities were founded, invented, published, or officially opened in the year 1690?", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619) ?date . FILTER ( ?date >= \"1690-01-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1690-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["List all items from Wikidata that have a creation, discovery, publication, or opening date in 1690.", "Which historical items began to exist in 1690, including books, buildings, mines, or inventions?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"1690-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1690-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7621", "question": "What is Jan Hegenberg's date of birth?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?dob ?dobLabel WHERE {\n  wd:Q1681821 wdt:P569 ?dob .\n}", "paraphrases": ["When was the German musician Jan Hegenberg born?", "Can you tell me the birth date of Jan Hegenberg, also known as Gamer No.1?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } <http://www.wikidata.org/entity/Q1681821> <http://www.wikidata.org/prop/direct/P580> ?var1 . } LIMIT 100"}}
{"id": "val_7622", "question": "When was the Xbox 360 released?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publicationDate WHERE {\n  wd:Q48263 wdt:P577 ?publicationDate .\n}", "paraphrases": ["Publication date of Xbox 360.", "Can you tell me the release date of the Xbox 360?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q48263> <http://www.wikidata.org/prop/direct/P:577> ?var1 . }"}}
{"id": "val_7623", "question": "Wikidata properties with Polish labels and descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?entity ?label ?description WHERE {\n  ?entity rdfs:label ?label .\n  ?entity schema:description ?description .\n  FILTER(LANG(?label) = \"pl\")\n  FILTER(LANG(?description) = \"pl\")\n}\nLIMIT 100", "paraphrases": ["Which Wikidata entities have both a Polish label and a Polish description?", "Show me up to 100 Wikidata entities that have Polish-language labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <https://query.wikidata.org/bigdata/namespace/wdq/?x> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pl\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pl\" ) ) ) . } LIMIT 100"}}
{"id": "val_7624", "question": "Labels, descriptions, and Wikipedia links for the painting \"Gar\u00e7on \u00e0 la pipe\" in English, German, French, and Italian.", "sparql": "SELECT ?label ?description ?wikipedia WHERE { VALUES (?lang ?sort) { (\"en\" 2) (\"de\" 3) (\"fr\" 4) (\"it\" 5) } wd:Q80317 rdfs:label ?label . FILTER (LANG(?label) = ?lang) OPTIONAL { wd:Q80317 schema:description ?description . FILTER (LANG(?description) = ?lang) } OPTIONAL { ?wikipedia schema:about wd:Q80317 ; schema:isPartOf ?wikiSite . FILTER (STRSTARTS(STR(?wikiSite), CONCAT(\"https://\", ?lang, \".wikipedia.org/\"))) } } ORDER BY ?sort", "paraphrases": ["What are the labels, descriptions, and Wikipedia pages for Pablo Picasso\u2019s painting \"Gar\u00e7on \u00e0 la pipe\" in English, German, French, and Italian?", "Please provide the names, brief descriptions, and corresponding Wikipedia links for the painting \"Gar\u00e7on \u00e0 la pipe\" in English, German, French, and Italian."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q80317> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q80317> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q80317> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q80317> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q80317> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_7625", "question": "What are all the properties that are subproperties of \"point in time\" in Wikidata?", "sparql": "SELECT ?prop ?propLabel WHERE { ?prop wdt:P1647* wd:P585 . ?prop rdfs:label ?propLabel .}", "paraphrases": ["List all date-related properties in Wikidata that inherit from \"point in time\".", "Show me the labels and IDs of properties that are indirect subproperties of the \"point in time\" property."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P1647> *) <http://www.wikidata.org/prop/direct/P585> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_7626", "question": "What are some historical events and their locations?", "sparql": "SELECT ?event ?eventLabel ?location WHERE { ?event wdt:P31 wd:Q1190554 ; wdt:P276 ?location . ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list events classified as occurrences along with the places where they happened?", "Where did events like bombings, visits, and attacks take place?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1190554> ; <http://www.wikidata.org/prop/direct/P276> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\", \"en\". } } LIMIT 10"}}
{"id": "val_7627", "question": "Is there a Wikidata item with VIAF ID 7557885?", "sparql": "ASK WHERE { ?item wdt:P214 \"7557885\" }", "paraphrases": ["Does the Virtual International Authority File identifier 7557885 correspond to any entity in Wikidata?", "Confirm whether the VIAF ID 7557885 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"7557885\". }"}}
{"id": "val_7628", "question": "Items with genre architecture", "sparql": "SELECT ?item ?statement WHERE { ?item p:P136 ?statement . ?statement ps:P136 wd:Q12271 . } LIMIT 101", "paraphrases": ["Which people, buildings, or artworks are classified under the genre of architecture?", "List all creative works and individuals whose artistic genre is architecture."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P136> <http://www.wikidata.org/entity/Q12271> . ?var1 <http://www.wikidata.org/prop/P136> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7629", "question": "What are the French and English labels for the Wikidata disambiguation page of \"API\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?frLabel ?enLabel WHERE {\n  wd:Q227704 rdfs:label ?frLabel .\n  wd:Q227704 rdfs:label ?enLabel .\n  FILTER(LANGMATCHES(LANG(?frLabel) , \"fr\"))\n  FILTER(LANGMATCHES(LANG(?enLabel) , \"en\"))\n}\nLIMIT 1", "paraphrases": ["Show the French and English versions of the label for the entity Q227704 on Wikidata.", "Retrieve the French and English labels for the API disambiguation page on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q227704> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q227704> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_7630", "question": "Tram lines in Vienna and their lengths", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P361 wd:Q129612 . OPTIONAL { ?var1 p:P2043 [ ps:P2043 ?var2 ] . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } ORDER BY ASC(?var1Label)", "paraphrases": ["What are the tram lines that are part of Vienna\u2019s tram transport system, and what are their lengths?", "List all tram subsystems in Vienna along with their lengths, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q129612> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2043> [ <http://www.wikidata.org/prop/statement/P2043> ?var2 ; <http://www.wikidata.org/prop/qualifier/P580> ?var3 ] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1Label ) )ASC( ?var1Label )"}}
{"id": "val_7631", "question": "Is Peter Buhl Jensen an instance of a class that is a subclass of artificial physical objects?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q35670254 wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q8205328 .\n}", "paraphrases": ["Does Peter Buhl Jensen belong to any category that is a type of human-made object?", "Confirm whether Peter Buhl Jensen is classified as an artifact or a subclass of artifacts."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q35670254> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8205328> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7632", "question": "Who are the ancestors of Pope John Paul II, and who are their children?", "sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P40* wd:Q989 . OPTIONAL { ?var1 wdt:P40 ?var2 . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Show the family tree leading to Pope John Paul II, listing each ancestor and their direct child.", "For each ancestor of Pope John Paul II, who is their child?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P40> * <http://www.wikidata.org/entity/Q989> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7633", "question": "Descendants of Attila the Hun up to 7 generations", "sparql": "SELECT DISTINCT ?descendant ?descendantLabel WHERE { { wd:Q36724 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?gen3 . ?gen3 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?gen3 . ?gen3 wdt:P40 ?gen4 . ?gen4 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?gen3 . ?gen3 wdt:P40 ?gen4 . ?gen4 wdt:P40 ?gen5 . ?gen5 wdt:P40 ?descendant . } UNION { wd:Q36724 wdt:P40 ?gen1 . ?gen1 wdt:P40 ?gen2 . ?gen2 wdt:P40 ?gen3 . ?gen3 wdt:P40 ?gen4 . ?gen4 wdt:P40 ?gen5 . ?gen5 wdt:P40 ?gen6 . ?gen6 wdt:P40 ?descendant . } ?descendant rdfs:label ?descendantLabel . FILTER(LANG(?descendantLabel) = \"en\") }", "paraphrases": ["Who are the children and descendants of Attila the Hun?", "List all known descendants of Attila the Hun in English, up to seven generations deep."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"7\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7634", "question": "Chinese-labeled publisher organizations in Wikidata", "sparql": "SELECT ?publisher ?label ?description WHERE { ?publisher wdt:P31 wd:Q2085381 . ?publisher rdfs:label ?label . FILTER(LANG(?label) = \"zh\") . OPTIONAL { ?publisher schema:description ?description . FILTER(LANG(?description) = \"zh\") } } LIMIT 100", "paraphrases": ["Which publisher organizations have Chinese labels and descriptions?", "Show me publisher organizations with Chinese names and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P123> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"zh\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"zh\" ) ) ) . } LIMIT 100"}}
{"id": "val_7635", "question": "Images of the person with SNAC ARK ID w6nz9dg1", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w6nz9dg1\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are linked to the entity identified by the SNAC ARK ID w6nz9dg1?", "Can you show me the Wikimedia Commons images linked to the Social Networks and Archival Context (SNAC) identifier w6nz9dg1?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6nz9dg1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7636", "question": "Basque female given names and their masculine equivalents", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?femaleName ?femaleNameLabel ?equivalentName ?equivalentNameLabel WHERE {\n  ?femaleName wdt:P31 wd:Q11879590 ; wdt:P1705 ?femaleNameLabel .\n  FILTER ( LANG( ?femaleNameLabel ) = \"eu\" ) OPTIONAL {\n    ?femaleName wdt:P460 ?equivalentName .\n    ?equivalentName rdfs:label ?equivalentNameLabel .\n    FILTER ( LANG( ?equivalentNameLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the female given names in the Basque language, and what are their male counterparts?", "List all female given names in Basque along with their possible masculine equivalents in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11879590> . ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q8752> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P460> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,cat,en,es\". } }"}}
{"id": "val_7637", "question": "Find two different people who were born and died on the same dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person1 ?person2 ?birth ?death WHERE {\n  ?person1 wdt:P569 ?birth ; wdt:P570 ?death .\n  ?person2 wdt:P569 ?birth ; wdt:P570 ?death .\n  FILTER ( ?person1 != ?person2 )\n}\nLIMIT 1", "paraphrases": ["Are there any two distinct individuals in history who share both their birth and death dates?", "Show me an example of two people who were born and died on identical dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P569> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/value/P569> [ <http://wikiba.se/ontology#timeValue> ?var3 ; <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ] ] ; <http://www.wikidata.org/prop/P570> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/value/P570> [ <http://wikiba.se/ontology#timeValue> ?var4 ; <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ] ] . ?var2 <http://www.wikidata.org/prop/P569> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/value/P569> [ <http://wikiba.se/ontology#timeValue> ?var3 ; <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ] ] ; <http://www.wikidata.org/prop/P570> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/value/P570> [ <http://wikiba.se/ontology#timeValue> ?var4 ; <http://wikiba.se/ontology#timePrecision> \"11\"^^<http://www.w3.org/2001/XMLSchema#integer> ] ] . FILTER ( ( ( ?var1 != ?var2 ) ) ) . } LIMIT 1"}}
{"id": "val_7638", "question": "Items in northern Italy between longitude 11\u201312\u00b0E and latitude 44\u201345\u00b0N with their coordinates, images, Commons categories, and addresses.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coord . FILTER(geof:longitude(?coord) >= 11 && geof:longitude(?coord) <= 12) FILTER(geof:latitude(?coord) >= 44 && geof:latitude(?coord) <= 45) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What places in the region around Bologna, Italy, have coordinates, images, Wikimedia Commons categories, and street addresses listed in Wikidata?", "Please list up to 3000 locations in the geographic area bounded by 11\u201312\u00b0E and 44\u201345\u00b0N, showing their English labels, coordinates, images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(11 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(12 45)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_7639", "question": "What countries, continents, and administrative regions is the Ettlingen Line located in?", "sparql": "SELECT DISTINCT ?var1 WHERE { wd:Q1371834 (wdt:P30|wdt:P17|wdt:P131|wdt:P376|wdt:P501)+ ?var1 . } LIMIT 100", "paraphrases": ["Find all geographic and political entities connected to the Ettlingen Line through its location relationships.", "Which larger geographic areas include the Ettlingen Line, such as its country, region, and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1371834> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7640", "question": "What are some works of art that have a location, an image on Wikimedia Commons, a Commons category, or an address?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?artwork ?artworkLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?artwork ( wdt:P31 / wdt:P279 * ) wd:Q838948 .\n  OPTIONAL {\n    ?artwork wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?artwork wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?artwork wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?artwork wdt:P969 ?address .\n  }\n}\nLIMIT 3000", "paraphrases": ["Show me works of art along with their coordinates, images, Wikimedia Commons categories, and street addresses, if available.", "List works of art with their associated location, image, Commons category, and address \u2014 include all that have any of these details."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(18 -34)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(18 -34)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_7641", "question": "What is the English name and description of the entity with Great Russian Encyclopedia Online ID 1815421?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"1815421\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the English label and description for the entry in the Great Russian Encyclopedia with ID 1815421.", "Which city is identified by the old Great Russian Encyclopedia Online ID 1815421, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1815421\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7642", "question": "Steve Buscemi movies and TV shows ordered by release year, with English and Ukrainian titles and Wikipedia links.", "sparql": "SELECT ?instanceTypeLabel (YEAR(MIN(?publicationDate)) AS ?year) ?ukLabel ?enLabel ?ukWikipedia ?enWikipedia WHERE { ?work wdt:P161 wd:Q104061 . ?work wdt:P577 ?publicationDate . ?work wdt:P31 ?instanceType . OPTIONAL { ?work rdfs:label ?ukLabel . FILTER(LANG(?ukLabel) = \"uk\") } ?work rdfs:label ?enLabel . FILTER(LANG(?enLabel) = \"en\") . ?enWikipedia schema:about ?work ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . OPTIONAL { ?ukWikipedia schema:about ?work ; schema:inLanguage \"uk\" ; schema:isPartOf <https://uk.wikipedia.org/> . } } GROUP BY ?instanceTypeLabel ?ukLabel ?enLabel ?work ?ukWikipedia ?enWikipedia ORDER BY ASC(?year)", "paraphrases": ["What are all the films and TV shows Steve Buscemi has appeared in, listed from earliest to latest, along with their English and Ukrainian titles and corresponding Wikipedia pages?", "Please list all works featuring Steve Buscemi, sorted by release year, showing the English title, Ukrainian title (if available), and links to the English and Ukrainian Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( MIN ( ?var2 ) ) AS ?var3 ) ?var4Label ?var5Label ?var6 ?var7 ?var8 WHERE { ?var9 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q104061> . ?var9 <http://www.wikidata.org/prop/direct/P577> ?var2 . ?var9 <http://www.wikidata.org/prop/direct/P31> ?var1 . OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . } ?var7 <http://schema.org/about> ?var9 . ?var7 <http://schema.org/inLanguage> \"en\". ?var7 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var6 <http://schema.org/about> ?var9 . ?var6 <http://schema.org/inLanguage> \"uk\". ?var6 <http://schema.org/isPartOf> <https://uk.wikipedia.org/> . } ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } } GROUP BY ?var4Label ?var5Label ?var1Label ?var9 ?var6 ?var7 ?var8 ORDER BY ASC( ?var3 )"}}
{"id": "val_7643", "question": "What is the image of Charles La Trobe?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6dz0mn5\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the SNAC ARK ID w6dz0mn5?", "Show the portrait of the person identified by the SNAC ARK ID w6dz0mn5."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6dz0mn5\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7644", "question": "What are all the works authored by Beno\u00eet Prieur, along with their publication dates, types, venues, and co-authors, sorted by the earliest publication date first?", "sparql": "SELECT \n  (MIN(?pubDate) AS ?earliestPublicationDate)\n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?workTypes)\n  (SAMPLE(?numberOfPages) AS ?numberOfPagesSample)\n  ?publicationVenue \n  ?publicationVenueLabel \n  (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?allAuthors)\nWHERE {\n  ?work wdt:P50 wd:Q42790984 .  # Work authored by Beno\u00eet Prieur\n\n  # Get all authors of the work\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabelRaw .\n    FILTER(LANG(?authorLabelRaw) = \"en\")\n  }\n  BIND(COALESCE(?authorLabelRaw, SUBSTR(STR(?author), 32)) AS ?authorLabel)\n\n  # Get work types (P31)\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n\n  # Get publication date (P577)\n  OPTIONAL {\n    ?work wdt:P577 ?pubDateRaw .\n    BIND(xsd:date(?pubDateRaw) AS ?pubDate)\n  }\n\n  # Get number of pages (P1104)\n  OPTIONAL {\n    ?work wdt:P1104 ?numberOfPages .\n  }\n\n  # Get publication venue (P1433)\n  OPTIONAL {\n    ?work wdt:P1433 ?publicationVenue .\n    ?publicationVenue rdfs:label ?publicationVenueLabel .\n    FILTER(LANG(?publicationVenueLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?publicationVenue ?publicationVenueLabel\nORDER BY DESC(?earliestPublicationDate)", "paraphrases": ["Show me a list of articles, interviews, and other publications created by Beno\u00eet Prieur, including where they were published, how many pages they have, and who else contributed, ordered from newest to oldest.", "Can you retrieve Beno\u00eet Prieur\u2019s published works, their publication venues, types (like news article or interview), number of pages, and co-authors, grouped by work and sorted by earliest release date?"], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42790984> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_7645", "question": "What category do both Kabul and Pyongyang belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?label WHERE {\n  wd:Q5838 wdt:P31 ?commonType .\n  wd:Q18808 wdt:P31 ?commonType .\n  ?commonType rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["What is the common type shared by the capitals of Afghanistan and North Korea?", "Which class is both Kabul and Pyongyang an instance of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5838> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18808> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7646", "question": "What creative works were created by Danish citizens who died before or in 1947?", "sparql": "SELECT ?work ?creator ?deathDate WHERE { ?work wdt:P170 ?creator . ?creator wdt:P27 wd:Q756617 . ?creator wdt:P570 ?deathDate . FILTER (YEAR(?deathDate) <= 1947) } LIMIT 100", "paraphrases": ["Can you list paintings or artworks made by people from the Kingdom of Denmark who passed away by 1947, along with their names and death dates?", "Who were the artists from the historical Kingdom of Denmark that died before 1948, and what artworks are attributed to them?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q35> . ?var2 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) <= \"1947\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 100"}}
{"id": "val_7647", "question": "What are the top 10 cities where the most people have died of cancer, and how many died in each?", "sparql": "SELECT ?placeOfDeath ?coordinates ?causeLabel (COUNT(?person) AS ?count) WHERE { ?person wdt:P509 wd:Q12078 ; wdt:P20 ?placeOfDeath . ?placeOfDeath wdt:P625 ?coordinates . wd:Q12078 rdfs:label ?causeLabel . FILTER(LANG(?causeLabel) = \"en\") } GROUP BY ?placeOfDeath ?coordinates ?causeLabel ORDER BY DESC(?count) LIMIT 10", "paraphrases": ["Show the locations with the highest number of cancer-related deaths, along with their coordinates and the total count.", "Which cities have seen the most cancer deaths globally, and what are their geographic coordinates?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( COUNT ( ?var1 ) AS ?var4 ) ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P509> [ <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en ] ; <http://www.w3.org/2001/XMLSchema#preflabel> ?var5 ; <http://www.wikidata.org/prop/direct/P20> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } GROUP BY ?var1 ?var3 ?var2 ?var5"}}
{"id": "val_7648", "question": "What is the most specific ontological category that both Fran\u00e7ois Hollande and Nigeria belong to through their types?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  wd:Q157 wdt:P31 ?type1 .\n  wd:Q1033 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n  FILTER(?commonAncestor != ?type1 && ?commonAncestor != ?type2)\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What do Fran\u00e7ois Hollande and Nigeria have in common in terms of their highest shared category in the Wikidata hierarchy?", "What is the common superclass of the categories that Fran\u00e7ois Hollande and Nigeria are instances of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1033> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7649", "question": "Most specific common superclass of Chinese Ministry of Foreign Affairs and South Korea", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q1155502 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonClass .\n  wd:Q884 wdt:P31 ?commonClass .\n  FILTER(?commonClass != wd:Q35120)\n}\nORDER BY ASC(STRLEN(STR(?commonClass)))\nLIMIT 1", "paraphrases": ["What government category do both the Chinese Ministry of Foreign Affairs and South Korea belong to?", "Find the most specific shared classification between the Chinese Ministry of Foreign Affairs and South Korea."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1155502> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7650", "question": "What properties are used to link the Association for Computing Machinery (ACM) to other items in Wikidata?", "sparql": "SELECT DISTINCT ?propertyItem ?propertyLabel ?propertyDescription WHERE { ?item ?prop wd:Q127992 . ?propertyItem wikibase:directClaim ?prop . ?propertyItem a wikibase:Property . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER (LANG(?propertyLabel) = \"en\") FILTER (LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties in Wikidata have the Association for Computing Machinery as their object, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are used to connect the Association for Computing Machinery to other entities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q127992> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_7651", "question": "What type do Brownsville and Tunis have in common?", "sparql": "SELECT ?commonType\nWHERE {\n  wd:Q51693 wdt:P31 ?commonType .\n  wd:Q3572 wdt:P31 ?commonType .\n}", "paraphrases": ["Which category is shared by both Brownsville, Texas, and Tunis?", "What is the most specific classification that applies to both Brownsville and Tunis?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q51693> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3572> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7652", "question": "Nigerian films with no director listed", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P17 wd:Q1033 . OPTIONAL { ?film wdt:P57 ?director . } FILTER ( !BOUND(?director) ) . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") }", "paraphrases": ["Which films from Nigeria do not have a director specified in Wikidata?", "List Nigerian movies that are not associated with any director."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1033> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7653", "question": "What is the most specific category that both Abuja and California belong to?", "sparql": "SELECT DISTINCT ?common WHERE { wd:Q3787 wdt:P31 ?class1 . wd:Q99 wdt:P31 ?class2 . ?class1 wdt:P279* ?common . ?class2 wdt:P279* ?common . FILTER(?common = wd:Q1048835) }", "paraphrases": ["Which concept is a superclass of both a city like Abuja and a U.S. state like California?", "What is the shared administrative classification between Nigeria's capital and the state of California?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3787> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q99> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7654", "question": "What is the most specific category that both Abuja and Iceland belong to through their types?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  VALUES ?type1 {\n    wd:Q515 wd:Q1549591 wd:Q257391\n  }\n  VALUES ?type2 {\n    wd:Q112099 wd:Q3624078 wd:Q6256\n  }\n  ?type1 wdt:P279 ?p1 .\n  ?p1 wdt:P279 ?commonAncestor .\n  ?type2 wdt:P279 ?p2 .\n  ?p2 wdt:P279 ?commonAncestor .\n}\nLIMIT 1", "paraphrases": ["What administrative category do the types of Abuja and Iceland have in common?", "What is the common superclass one level above the types of Abuja and Iceland?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3787> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7655", "question": "What is the most specific category that both Tunis and Baoding belong to?", "sparql": "SELECT ?common ?label\nWHERE {\n  wd:Q3572 wdt:P31 ?common .\n  wd:Q58584 wdt:P31 ?common .\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Which class is shared by both Tunis and Baoding as an instance?", "What is the common type of Tunis and Baoding in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3572> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q58584> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7656", "question": "What are the English, German, French, and Italian labels, image, coordinates, and Wikipedia links for the Roero wine region?", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { VALUES (?lang ?priority) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } wd:Q19870 rdfs:label ?label . FILTER (LANG(?label) = ?lang) OPTIONAL { wd:Q19870 wdt:P18 ?image } OPTIONAL { wd:Q19870 wdt:P625 ?coordinates } ?wikipediaArticle schema:about wd:Q19870 ; schema:inLanguage ?lang ; schema:isPartOf ?site . FILTER (STRSTARTS(STR(?site), \"https://\") && STRENDS(STR(?site), \".wikipedia.org/\")) } ORDER BY ?priority", "paraphrases": ["Can you show me the label, image, geographic coordinates, and Wikipedia article for Roero in English, German, French, and Italian, ordered by language preference?", "Please provide the Wikipedia links, image, and coordinates for Roero, along with its name in English, German, French, and Italian, sorted by language priority."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q19870> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"undefined\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q19870> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q19870> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"undefined\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q19870> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q19870> ; <http://schema.org/inLanguage> \"undefined\"; <http://schema.org/isPartOf> <https://undefined.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_7657", "question": "What is the most specific category that both Germany and Maiduguri belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q3624078 wdt:P279 * ?ancestor .\n  wd:Q515 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( STRLEN( STR( ?ancestor ) ) )\nLIMIT 1", "paraphrases": ["What is the common superclass of the type of Germany and the type of Maiduguri?", "Which class is the closest ancestor shared by the category of Germany and the category of Maiduguri?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q221436> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7658", "question": "What are the German-language labels for Germany?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q183 rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"de\" ) )\n}", "paraphrases": ["Show me how Germany is called in German, including regional variants", "What are the different German versions of Germany's name in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label WHERE { <http://www.wikidata.org/entity/Q183> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"de\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_7659", "question": "What is the first commune (alphabetically) in the Alpes-Maritimes department, which includes Nice?", "sparql": "SELECT ?commune ?communeLabel WHERE { ?commune wdt:P31 wd:Q484170 ; wdt:P131 wd:Q3139 . ?commune rdfs:label ?communeLabel . FILTER(LANG(?communeLabel) = \"en\") } ORDER BY ?communeLabel LIMIT 1", "paraphrases": ["List the smallest administrative subdivision of Nice, France, in alphabetical order.", "Which commune in the French region of Provence-Alpes-C\u00f4te d'Azur, located in Alpes-Maritimes, comes first when sorted by name?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7122733> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q33959> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7660", "question": "What is the smallest administrative region that contains both the city of Kunduz and Kunduz Province?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common ?label WHERE {\n  wd:Q108155 wdt:P131 * ?common .\n  wd:Q186418 wdt:P131 * ?common .\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?common)\nLIMIT 1", "paraphrases": ["Which administrative entity is a common ancestor of Kunduz city and Kunduz Province in the geographic hierarchy?", "Find the least specific location that both Kunduz and Kunduz Province are part of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7122733> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q108155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7661", "question": "What is the most specific category that both Boris Johnson and the West Bank belong to?", "sparql": "SELECT ?commonClass ?commonClassLabel\nWHERE {\n  wd:Q180589 wdt:P31 ?class1 .\n  wd:Q36678 wdt:P31 ?class2 .\n  ?class1 wdt:P279* ?commonClass .\n  ?class2 wdt:P279* ?commonClass .\n  ?commonClass rdfs:label ?commonClassLabel .\n  FILTER(LANG(?commonClassLabel) = \"en\")\n}\nORDER BY ASC(STRLEN(STR(?commonClass)))\nLIMIT 1", "paraphrases": ["What is the common superclass in the Wikidata ontology shared by Boris Johnson and the West Bank?", "Find the highest-level class that includes both Boris Johnson and the West Bank through their subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36678> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q180589> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7662", "question": "Least common subclass of human and sovereign state", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?lca WHERE {\n  wd:Q5 wdt:P279 * ?lca .\n  wd:Q3624078 wdt:P279 * ?lca .\n  FILTER NOT EXISTS {\n    wd:Q5 wdt:P279 * ?other .\n    wd:Q3624078 wdt:P279 * ?other .\n    ?other wdt:P279 * ?lca .\n    FILTER(?other != ?lca)\n  }\n}\nLIMIT 1", "paraphrases": ["What is the most specific category that both humans and sovereign states belong to?", "Find the top-level legal category shared by people and countries."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q422303> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q408> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7663", "question": "What is the most specific common superclass of news agencies and public broadcasters?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass(COUNT(?mid1) + COUNT(?mid2) AS ?totalDist) WHERE {\n  wd:Q192283 wdt:P279 + ?mid1 .\n  ?mid1 wdt:P279 * ?commonSuperclass .\n  wd:Q1126006 wdt:P279 + ?mid2 .\n  ?mid2 wdt:P279 * ?commonSuperclass .\n}\nGROUP BY ?commonSuperclass\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["What organization category do both the Korean Central News Agency and NPR belong to through their taxonomic hierarchy?", "What is the closest shared category in the Wikidata taxonomy between KCNA and NPR?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q671510> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q326804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7664", "question": "Entities located in Canada", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P131 wd:Q16 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 60", "paraphrases": ["What are some places, organizations, or entities located in Canada?", "List up to 60 items that are administratively located within Canada, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q16> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 60"}}
{"id": "val_7665", "question": "What is the English description of the Wikidata item with YSO ID 112449?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2347 \"112449\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["What is the name and description in English for the entity identified by YSO ID 112449?", "Please provide the English label and description for the item that has the YSO ID 112449."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"112449\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7666", "question": "What is the Ministry of Interior in Afghanistan?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ministry WHERE {\n  ?ministry wdt:P17 ?government .\n  ?government wdt:P17 wd:Q889 .\n  ?ministry wdt:P31 wd:Q192350 .\n  ?ministry rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  FILTER(CONTAINS(LCASE(?label) , \"interior\"))\n}\nLIMIT 1", "paraphrases": ["Which government ministry in Afghanistan is responsible for interior affairs?", "Can you identify the Afghan government department that handles internal affairs?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6589202> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7667", "question": "Organizations in Switzerland with ISNI identifiers", "sparql": "SELECT ?organizationLabel ?isni WHERE { ?organization (wdt:P31/wdt:P279*) wd:Q43229 . ?organization wdt:P17 wd:Q39 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P213 ?isni . } }", "paraphrases": ["What are the names and ISNI codes of organizations located in Switzerland?", "List the English names and ISNI numbers of all organizations in Switzerland, including those without an ISNI."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q43229> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q39> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } }"}}
{"id": "val_7668", "question": "What is the most specific shared category between the University of California, Berkeley and Donald Trump?", "sparql": "SELECT ?type1 ?type1Label ?type2 ?type2Label WHERE { wd:Q168756 wdt:P31 ?type1 . wd:Q22686 wdt:P31 ?type2 . OPTIONAL { ?type1 rdfs:label ?type1Label . FILTER (lang(?type1Label) = \"en\") } OPTIONAL { ?type2 rdfs:label ?type2Label . FILTER (lang(?type2Label) = \"en\") } }", "paraphrases": ["Are there any common subclasses that link UC Berkeley and Donald Trump in Wikidata?", "Which entities are connected to both UC Berkeley and Donald Trump through their types?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q168756> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7669", "question": "What is the most specific category that both humans and positions belong to in Wikidata?", "sparql": "SELECT ?ancestor WHERE { wd:Q5 wdt:P279* ?ancestor . wd:Q4164871 wdt:P279* ?ancestor . } ORDER BY ?ancestor LIMIT 1", "paraphrases": ["What is the highest-level class that includes both people and political offices?", "What is the common ontological category shared by a human like Fran\u00e7ois Hollande and the position of President of France?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7122733> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7670", "question": "Labels for Habsburg Netherlands in English, German, French, and Italian, along with its French Wikipedia link.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  OPTIONAL {\n    wd:Q1031430 rdfs:label ?label .\n    FILTER ( LANG( ?label ) IN ( \"en\" , \"de\" , \"fr\" , \"it\" ) ) VALUES ( ?lang ?sort ) {\n      ( \"en\" \"1\" ^^ xsd:integer ) ( \"de\" \"2\" ^^ xsd:integer ) ( \"fr\" \"3\" ^^ xsd:integer ) ( \"it\" \"4\" ^^ xsd:integer )\n    }\n    FILTER ( LANG( ?label ) = ?lang )\n  }\n  OPTIONAL {\n    wd:Q1031430 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1031430 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q1031430 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> .\n  }\n}\nORDER BY ASC ( ?sort )", "paraphrases": ["What are the labels for Habsburg Netherlands in different languages, and what is its French Wikipedia article?", "Show me the English, German, French, and Italian labels for Habsburg Netherlands, and provide the link to its French Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1031430> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1031430> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q1031430> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q1031430> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1031430> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_7671", "question": "Label in French/English/German/Italian, French description, image, coordinates, and French Wikipedia page for Dar\u00edo de Regoyos.", "sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var6 WHERE { OPTIONAL { wd:Q23012147 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = ?var7) . VALUES (?var7 ?var8) { (\"fr\" \"1\"^^xsd:integer) (\"en\" \"2\"^^xsd:integer) (\"de\" \"3\"^^xsd:integer) (\"it\" \"4\"^^xsd:integer) } } OPTIONAL { wd:Q23012147 wdt:P1813 ?var2 . FILTER (LANG(?var2) = \"fr\") . } OPTIONAL { wd:Q23012147 wdt:P18 ?var3 . } OPTIONAL { wd:Q23012147 wdt:P625 ?var4 . } OPTIONAL { ?var6 rdf:type schema:Article ; schema:about wd:Q23012147 ; schema:inLanguage \"fr\" ; schema:isPartOf <https://fr.wikipedia.org/> . } } ORDER BY ASC(?var8)", "paraphrases": ["What is the French, English, German, or Italian label of Dar\u00edo de Regoyos, along with his French short description, image, coordinates, and French Wikipedia link?", "Please provide the preferred language label (French first), French short description, image, geographic coordinates, and French Wikipedia article for the Spanish painter Dar\u00edo de Regoyos."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q23012147> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"fr\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q23012147> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q23012147> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q23012147> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q23012147> ; <http://schema.org/inLanguage> \"fr\"; <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_7672", "question": "What are all the pairs of main topics covered by the book \"The Anarchy: War and Status in 12th-Century Landscapes of Conflict\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  wd:Q42376499 wdt:P921 ?var1 .\n  wd:Q42376499 wdt:P921 ?var2 .\n  FILTER ( ?var1 != ?var2 ) ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER ( lang( ?var1Label ) = \"en\" && lang( ?var2Label ) = \"en\" )\n}", "paraphrases": ["List all combinations of two different subjects that the book \"The Anarchy: War and Status in 12th-Century Landscapes of Conflict\" is about.", "Which pairs of topics are associated with the book \"The Anarchy: War and Status in 12th-Century Landscapes of Conflict\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q42376499> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q42376499> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q42376499> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q42376499> != ?var1 ) && ( <http://www.wikidata.org/entity/Q42376499> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_7673", "question": "Taxa with 'Daggi' in their scientific name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?taxon ?name ?taxonLabel WHERE {\n  ?taxon wdt:P225 ?name .\n  FILTER ( CONTAINS( LCASE( ?name ) , \"daggi\" ) ) .\n  ?taxon rdfs:label ?taxonLabel .\n  FILTER ( LANG( ?taxonLabel ) = \"en\" )\n}", "paraphrases": ["Which species has 'Daggi' in its scientific name?", "Show me the English label and scientific name of any taxon containing 'Daggi' in its name."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1421> \"Daggi\". }"}}
{"id": "val_7674", "question": "Taxa named Seppo", "sparql": "SELECT ?taxon ?label WHERE { ?taxon rdfs:label \"Seppo\"@en . ?taxon wdt:P105 ?rank . }", "paraphrases": ["Is there a species named Seppo in Wikidata?", "Show me any biological taxa with the name 'Seppo'."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1421> \"Seppo\". }"}}
{"id": "val_7675", "question": "Who is the French-labeled person named \"S\u00e8rgi Carles\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?var1 WHERE {\n  ?var1 rdfs:label \"S\u00e8rgi Carles\" @fr .\n  ?var1 wdt:P31 wd:Q5 .\n}", "paraphrases": ["Find the human being known as \"S\u00e8rgi Carles\" in French.", "What entity in Wikidata has the French label \"S\u00e8rgi Carles\" and is a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Serge Carl\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7676", "question": "What is the most specific category that both Israel and The Washington Post belong to in Wikidata\u2019s classification system?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q801 wdt:P31 ?type1 .\n  wd:Q166032 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  ?type2 wdt:P279 * ?commonSuperclass .\n  FILTER ( ?type1 != ?type2 ) FILTER ( ?commonSuperclass != ?type1 && ?commonSuperclass != ?type2 )\n}\nORDER BY ASC ( STRLEN( STR( ?commonSuperclass ) ) )\nLIMIT 1", "paraphrases": ["Is there any shared type or category that connects the country Israel and the newspaper The Washington Post through their classifications?", "What is the highest-level common class that includes both Israel and The Washington Post in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q801> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q166032> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7677", "question": "What is the most specific category that both Beijing and Korea belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  wd:Q956 wdt:P31 ?type1 .\n  wd:Q18097 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * wd:Q618123 .\n  ?type2 wdt:P279 * wd:Q618123 .\n  wd:Q618123 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What do Beijing and Korea have in common in terms of their classification in Wikidata?", "Which higher-level class encompasses both the city of Beijing and the nation of Korea?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q956> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18097> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7678", "question": "Entities in Budapest with images, Commons categories, and addresses", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?location . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } FILTER(STRSTARTS(STR(?location), \"POINT(19.\")) } LIMIT 3000", "paraphrases": ["What are the English-labeled locations near longitude 19\u00b0E in Hungary that have images or Wikimedia Commons categories?", "Show me the names, locations, images, and Commons categories of places in Budapest with English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(19 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(19 48)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_7679", "question": "What is a road located in Nigeria?", "sparql": "SELECT ?road ?roadLabel WHERE { ?road wdt:P31 wd:Q34442 . ?road wdt:P131 wd:Q1033 . ?road rdfs:label ?roadLabel . FILTER(LANG(?roadLabel) = \"en\") } LIMIT 1", "paraphrases": ["Can you name a road in Nigeria?", "Which road is found in Nigeria?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1033> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q886257> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7680", "question": "What country do Ohio and The Washington Post both belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common_value ?label WHERE {\n  wd:Q1397 ?p ?common_value .\n  wd:Q166032 ?p ?common_value .\n  FILTER(?p = wdt:P17)\n  ?common_value rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n}", "paraphrases": ["Which entity is shared as the country of both Ohio and The Washington Post?", "Find the common country associated with Ohio and The Washington Post."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1397> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q166032> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7681", "question": "What are the shared categories (types) that both Texas and Croydon University Hospital belong to through their classifications?", "sparql": "SELECT ?commonClass WHERE { wd:Q1439 wdt:P31 ?type1 . wd:Q5189706 wdt:P31 ?type2 . ?type1 wdt:P279* ?commonClass . ?type2 wdt:P279* ?commonClass . FILTER(?commonClass != wd:Q35120) } ORDER BY ASC(STRLEN(STR(?commonClass))) LIMIT 10", "paraphrases": ["What is the most specific class that is a superclass of both the type of Texas and the type of Croydon University Hospital?", "What do Texas and Croydon University Hospital have in common in terms of their Wikidata classifications?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5189706> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7682", "question": "What is the most specific category that both Tunis and Ramallah belong to through their class hierarchies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q3572 wdt:P31 ?class1 .\n  wd:Q158119 wdt:P31 ?class2 .\n  ?class1 wdt:P279 + ?commonClass .\n  ?class2 wdt:P279 * ?commonClass .\n}\nORDER BY ASC ( ?commonClass )\nLIMIT 1", "paraphrases": ["Which superclass is shared by the class of Tunis and the class of Ramallah, with the shortest combined distance in the subclass tree?", "Find the common parent class in the Wikidata hierarchy for the categories that Tunis and Ramallah are instances of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3572> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q158119> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7683", "question": "What is the most specific category that both Florida and Argentina belong to through their types?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass ?label WHERE {\n  wd:Q812 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * wd:Q7275 .\n  wd:Q414 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * wd:Q7275 .\n  wd:Q7275 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What is the common superclass of the types of Florida and Argentina?", "What do Florida and Argentina have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q414> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7684", "question": "Lowest common subclass of San Jos\u00e9, Costa Rica and Croydon University Hospital", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor1(?dist1 + ?dist2 AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor1(COUNT(?mid1) AS ?dist1) WHERE {\n      wd:Q3070 wdt:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor1 .\n    }\n    GROUP BY ?ancestor1\n  }\n  {\n    SELECT ?ancestor2(COUNT(?mid2) AS ?dist2) WHERE {\n      wd:Q5189706 wdt:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor2 .\n    }\n    GROUP BY ?ancestor2\n  }\n  FILTER(?ancestor1 = ?ancestor2)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["What is the most specific category that both San Jos\u00e9, Costa Rica and Croydon University Hospital belong to through their types?", "Find the closest shared ancestor in the subclass hierarchy between the types of San Jos\u00e9, Costa Rica and Croydon University Hospital."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3070> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5189706> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7685", "question": "Most specific common superclass of Chibok and Croydon University Hospital in Wikidata's type hierarchy.", "sparql": "SELECT ?commonClass ?label (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?commonClass (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q5095348 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n  \n  {\n    SELECT ?commonClass (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q5189706 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n  \n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  \n  FILTER(?dist1 + ?dist2 > 0)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["What is the most specific shared category (class) that both Chibok and Croydon University Hospital belong to, based on their type hierarchies?", "Find the common ancestor class in the subclass hierarchy with the smallest total distance from both Chibok and Croydon University Hospital, and return its English label."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5095348> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5189706> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7686", "question": "What is the most specific category that both Zimbabwe and Argentina belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonType(COUNT(?subclass) AS ?subClassCount) WHERE {\n  wd:Q954 wdt:P31 ?commonType .\n  wd:Q414 wdt:P31 ?commonType .\n  ?subclass wdt:P279 ?commonType .\n}\nGROUP BY ?commonType\nORDER BY ASC(?subClassCount)\nLIMIT 1", "paraphrases": ["What type do Zimbabwe and Argentina have in common that is the most specific?", "What is the highest-level classification shared by Zimbabwe and Argentina in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q954> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q414> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7687", "question": "What is the most specific category that both Europe and Costa Rica belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q46 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  FILTER EXISTS {\n    wd:Q800 wdt:P31 ?type2 .\n    ?type2 wdt:P279 * ?commonSuperclass .\n  }\n}\nORDER BY ASC(STRLEN(STR(?commonSuperclass)))\nLIMIT 1", "paraphrases": ["Which class is a common ancestor in the type hierarchy of the continent Europe and the country Costa Rica?", "Find the highest-level shared classification between Europe and Costa Rica based on their types."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q46> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7688", "question": "What countries are Berlin and Juan Santamar\u00eda International Airport located in?", "sparql": "SELECT ?country1 ?country2 WHERE { wd:Q64 wdt:P17 ?country1 . wd:Q555940 wdt:P17 ?country2 . }", "paraphrases": ["Can you tell me the nation that Berlin belongs to and the nation where Juan Santamar\u00eda International Airport is situated?", "Which two countries are associated with the city of Berlin and the Juan Santamar\u00eda International Airport?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q555940> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7689", "question": "What is the most specific common ancestor in the Wikidata ontology between the United States Department of State and Russia?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q789915 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?ancestor .\n  FILTER EXISTS {\n    wd:Q159 wdt:P31 ?type2 .\n    ?type2 wdt:P279 * ?ancestor .\n  }\n}\nORDER BY ?ancestor\nLIMIT 1", "paraphrases": ["Which class is the closest shared parent in the subclass hierarchy for both the U.S. Department of State and Russia?", "Find the most specific category that both the U.S. Department of State and Russia belong to through their types."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q789915> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7690", "question": "What is the most specific category that connects Stanley Crouch's occupations with the concept of a business oligarch?", "sparql": "SELECT ?commonClass ?label WHERE { wd:Q355531 wdt:P106 ?occ . ?occ wdt:P279* ?commonClass . wd:Q2006045 wdt:P279* ?commonClass . ?commonClass rdfs:label ?label . FILTER (LANG(?label) = \"en\") } ORDER BY ?commonClass LIMIT 1", "paraphrases": ["What do Stanley Crouch's jobs and business oligarchs have in common in terms of Wikidata classification?", "What is the highest-level class that includes both Stanley Crouch's professions and the occupation of business oligarch?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355531> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2006045> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7691", "question": "What are some paintings created by Leonardo da Vinci?", "sparql": "SELECT ?painting ?paintingLabel WHERE { ?painting wdt:P170 wd:Q762 ; wdt:P31 wd:Q3305213 . ?painting rdfs:label ?paintingLabel . FILTER(LANG(?paintingLabel) = \"en\") }", "paraphrases": ["List the English-labeled paintings by Leonardo da Vinci.", "Which artworks are attributed to Leonardo da Vinci in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P127> <http://www.wikidata.org/entity/Q142> ; <http://www.w3.org/2002/07/owl#sameAs> ?var2 ; <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q762> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7692", "question": "What is the most specific category that both a human and the Bastille belong to?", "sparql": "SELECT ?ancestor (SUM(?dist1 + ?dist2) AS ?totalDist) WHERE { { SELECT ?ancestor (COUNT(?step) AS ?dist1) WHERE { wd:Q5 wdt:P279+ ?step . ?step wdt:P279* ?ancestor . FILTER(?ancestor != wd:Q5) } GROUP BY ?ancestor } { SELECT ?ancestor (COUNT(?step) AS ?dist2) WHERE { VALUES ?bastille { wd:Q40357 wd:Q23413 wd:Q19860854 } ?bastille wdt:P279+ ?step . ?step wdt:P279* ?ancestor . FILTER(?ancestor != ?bastille) } GROUP BY ?ancestor } } GROUP BY ?ancestor ORDER BY ?totalDist LIMIT 1", "paraphrases": ["What is the shared superclass with the smallest total distance in the taxonomy between Stanley Crouch and the Bastille?", "Find the common ancestor in the subclass hierarchy between a person and a former fortress, ranked by minimal path length sum."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355531> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1865480> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7693", "question": "What is the most specific shared category that both Japan and the settlement of Banki belong to?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q17 wdt:P31 ?class1 . ?class1 wdt:P279* ?ancestor . wd:Q2563333 wdt:P31 ?class2 . ?class2 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER (LANG(?label) = \"en\") FILTER (?ancestor = wd:Q27096213) } LIMIT 1", "paraphrases": ["What is the highest-level concept that classifies both Japan and Banki through their types and subclasses?", "Through the hierarchy of types, what is the common ancestor class of Japan and Banki?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2563333> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q17> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7694", "question": "Which entities on Wikidata have Twitter usernames BBCNews, elonmusk, Wikipedia, or timberners_lee?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . FILTER(?username IN (\"BBCNews\", \"elonmusk\", \"Wikipedia\", \"timberners_lee\")) } ORDER BY ?username", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @BBCNews, @elonmusk, @Wikipedia, and @timberners_lee?", "List the Wikidata items that are linked to the Twitter accounts BBCNews, elonmusk, Wikipedia, and timberners_lee."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Guardian\" ) ( \"chrisdc77\" ) ( \"Casmilus\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7695", "question": "What is the most specific concept that both the Korean Peninsula and Palestinians are instances or subclasses of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( MIN( ?distFromKP ) + MIN( ?distFromP ) AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?step ) AS ?distFromKP ) WHERE {\n      wd:Q483134 wdt:P31 ?cls .\n      ?cls wdt:P279 + ?step .\n      ?step wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n    HAVING ( COUNT( ?step ) <= 20 )\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?step ) AS ?distFromP ) WHERE {\n      wd:Q201190 wdt:P279 + ?step .\n      ?step wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n    HAVING ( COUNT( ?step ) <= 20 )\n  }\n}\nGROUP BY ?ancestor\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["What is the common ancestor in the Wikidata taxonomy with the shortest total distance from both the Korean Peninsula and Palestinians?", "Which top-level category includes both the Korean Peninsula and Palestinians, and how far are they from it in the subclass hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q483134> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q201190> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7696", "question": "What is the English name and description of the language with UNESCO Atlas ID 1651?", "sparql": "SELECT ?language ?languageLabel ?description WHERE { ?language wdt:P2355 \"1651\" . ?language rdfs:label ?languageLabel . FILTER (LANG(?languageLabel) = \"en\") OPTIONAL { ?language schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which language is identified by the UNESCO ID 1651, and what is its English description?", "Tell me the English label and description of the language listed as 1651 in the UNESCO Atlas of Endangered Languages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2355> \"1651\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7697", "question": "What are the top-level categories that Donald Trump and the Korean Peninsula belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?trumpClass ?trumpClassLabel ?peninsulaClass ?peninsulaClassLabel WHERE {\n  wd:Q22686 wdt:P31 ?trumpClass .\n  ?trumpClass rdfs:label ?trumpClassLabel .\n  FILTER ( LANG( ?trumpClassLabel ) = \"en\" ) wd:Q483134 wdt:P31 ?peninsulaClass .\n  ?peninsulaClass rdfs:label ?peninsulaClassLabel .\n  FILTER ( LANG( ?peninsulaClassLabel ) = \"en\" )\n}", "paraphrases": ["What class is Donald Trump an instance of, and what class is the Korean Peninsula an instance of?", "Show the main categories for Donald Trump and the Korean Peninsula in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q483134> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7698", "question": "What is the most specific category that both Ryan Leslie and Kim Jong-un belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ( 0 AS ?totalDepth ) WHERE {\n  wd:Q1361271 wdt:P31 ?commonClass .\n  wd:Q56226 wdt:P31 ?commonClass .\n}\nORDER BY ASC ( ?totalDepth )\nLIMIT 1", "paraphrases": ["Which class is shared by both Ryan Leslie and Kim Jong-un as their instance?", "What is the common superclass (via instance of) for Ryan Leslie and Kim Jong-un?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1361271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q56226> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7699", "question": "Which countries with a Ministry of National Defense participated in World War II?", "sparql": "SELECT ?country ?countryLabel WHERE { ?defenseMinistry wdt:P31 wd:Q1788820 ; wdt:P17 ?country . ?country wdt:P1344 ?event . ?event ^wdt:P527 wd:Q362 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } ORDER BY ?countryLabel", "paraphrases": ["Can you list the countries that had a defense ministry and were involved in World War II?", "What nations, identified by their defense ministries, took part in the Second World War?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q488542> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q362> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7700", "question": "Who is the French-labeled person named \u00c9ric Cantona in Wikidata?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"\u00c9ric Cantona\"@fr . ?item wdt:P31 wd:Q5 }", "paraphrases": ["Find the human entity in Wikidata that has the French label \"\u00c9ric Cantona\".", "What Wikidata item represents \u00c9ric Cantona as a human, with his name in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Eric Finez\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7701", "question": "What are the paternal ancestors of James I of Aragon up to four generations back, and who were their fathers?", "sparql": "SELECT ?ancestor ?ancestorLabel ?directFather WHERE { { wd:Q212052 wdt:P22 ?ancestor . OPTIONAL { ?ancestor wdt:P22 ?directFather . } } UNION { wd:Q212052 wdt:P22 ?father . ?father wdt:P22 ?ancestor . OPTIONAL { ?ancestor wdt:P22 ?directFather . } } UNION { wd:Q212052 wdt:P22 ?father . ?father wdt:P22 ?grandfather . ?grandfather wdt:P22 ?ancestor . OPTIONAL { ?ancestor wdt:P22 ?directFather . } } UNION { wd:Q212052 wdt:P22 ?father . ?father wdt:P22 ?grandfather . ?grandfather wdt:P22 ?greatGrandfather . ?greatGrandfather wdt:P22 ?ancestor . OPTIONAL { ?ancestor wdt:P22 ?directFather . } } ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } ORDER BY ?ancestor", "paraphrases": ["Show me James I of Aragon\u2019s lineage through his male line for four generations, including each ancestor\u2019s name and their immediate father.", "Who are the fathers, grandfathers, great-grandfathers, and great-great-grandfathers of James I of Aragon, and who was each of their own fathers?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212052> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P22> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7702", "question": "Mountains over 6000 meters elevation with their countries and first ascents", "sparql": "SELECT DISTINCT ?mountain ?mountainLabel ?coordinates ?elevation ?country ?countryLabel ?event ?eventLabel WHERE { ?mountain ( p:P2044 / psn:P2044 / wikibase:quantityAmount ) ?elevation ; wdt:P625 ?coordinates ; wdt:P17 ?country ; wdt:P793 ?event . FILTER (?elevation > 6000) OPTIONAL { ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") } OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } OPTIONAL { ?event rdfs:label ?eventLabel . FILTER(LANG(?eventLabel) = \"en\") } } ORDER BY ASC(?mountainLabel) LIMIT 50", "paraphrases": ["What are the mountains higher than 6000 meters above sea level, and in which countries are they located?", "List all mountains above 6000 meters in elevation, including their locations, countries, and notable events like first ascents."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var6 ?var6Label ?var7 ?var8 ?var8Label WHERE { ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value-normalized/P2044> / <http://wikiba.se/ontology#quantityAmount> ) ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var2 ; <http://www.wikidata.org/prop/direct/P17> ?var4 ; <http://www.wikidata.org/prop/direct/P793> ?var6 . FILTER ( ( ( ?var3 > \"6000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 ) LIMIT 50"}}
{"id": "val_7703", "question": "What entities are named after Prince Bernhard of the Netherlands?", "sparql": "SELECT ?namedEntity ?namedEntityLabel WHERE { ?namedEntity wdt:P138 wd:Q57304 . ?namedEntity rdfs:label ?namedEntityLabel . FILTER(LANG(?namedEntityLabel) = \"en\") }", "paraphrases": ["Which places, species, or awards were named in honor of Prince Bernhard, Prince Consort of the Netherlands?", "List all things named after Prince Bernhard of the Netherlands, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } ?var1 <http://www.wikidata.org/prop/direct/P138> <http://www.wikidata.org/entity/Q57304> . }"}}
{"id": "val_7704", "question": "Who are the humans born in Paris and members of the Evangelical Church of Czech Brethren?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P140 wd:Q782911 .\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P19 wd:Q90 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Which person was born in Paris, is human, and follows the Evangelical Church of Czech Brethren?", "List all people born in Paris who belong to the Evangelical Church of Czech Brethren."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P140> <http://www.wikidata.org/entity/Q782911> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q90> . OPTIONAL { ?var2 <http://schema.org/about> ?var3 . ?var2 <http://schema.org/inLanguage> \"cs\". } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } }"}}
{"id": "val_7705", "question": "What is the most specific common category that both Amazon and the Metropolitan Transportation Authority belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass WHERE {\n  wd:Q3884 wdt:P31 ?typeA .\n  ?typeA wdt:P279 ?superA1 .\n  ?superA1 wdt:P279 ?commonSuperclass .\n  wd:Q1146109 wdt:P31 ?typeM .\n  ?typeM wdt:P279 ?superM1 .\n  ?superM1 wdt:P279 ?commonSuperclass .\n}\nLIMIT 1", "paraphrases": ["What superclass do Amazon and the MTA share through their organizational types?", "Find the most specific organizational class that includes both Amazon and the Metropolitan Transportation Authority as instances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1146109> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7706", "question": "What is the most general category that both Nashville and Seattle belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label WHERE {\n  wd:Q515 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What class do Nashville and Seattle share as their highest common ancestor in the Wikidata hierarchy?", "What is the common superclass of Nashville and Seattle in terms of their type classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23197> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7707", "question": "What country is both Goldman Sachs and Silicon Valley located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country WHERE {\n  wd:Q193326 wdt:P17 ?country .\n  wd:Q163820 wdt:P17 ?country .\n}", "paraphrases": ["Which country do Goldman Sachs and Silicon Valley share as their location?", "Where are Goldman Sachs and Silicon Valley both situated?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193326> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7708", "question": "What cities host the headquarters of online news magazines?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?magazine ?magazineLabel ?city ?cityLabel WHERE {\n  ?magazine wdt:P31 / wdt:P279 * wd:Q1153191 .\n  ?magazine wdt:P159 ?city .\n  ?city wdt:P31 / wdt:P279 * wd:Q515 .\n  ?magazine rdfs:label ?magazineLabel .\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?magazineLabel) = \"en\")\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nORDER BY ?magazineLabel\nLIMIT 10", "paraphrases": ["Which newspapers and magazines are based in which cities?", "Can you list news publications along with the cities where their headquarters are located?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q188413> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7709", "question": "What is the most specific common category that both Newsweek and Atlanta belong to in the Wikidata taxonomy?", "sparql": "SELECT ?label WHERE { wd:Q35120 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the highest-level concept that includes both Newsweek and Atlanta as instances?", "What is the shared superclass of Newsweek and Atlanta in Wikidata's hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q188413> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7710", "question": "What roles or attributes are associated with England\u2019s participation in events on Wikidata?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?event ?statement(SAMPLE(?q) AS ?qualifier) WHERE {\n  ?statement ps:P710 wd:Q21 .\n  ?event p:P710 ?statement .\n  OPTIONAL {\n    VALUES ?q {\n      pq:P1355 pq:P1356 pq:P1352 pq:P1813\n    }\n    ?statement ?q ?value .\n  }\n}\nGROUP BY ?event ?statement", "paraphrases": ["Which qualifier properties (like number of wins or ranking) have been used to describe England\u2019s involvement in various events?", "Show me the types of additional information (such as wins, losses, or rankings) that have been recorded for England\u2019s participation in events."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P710> <http://www.wikidata.org/entity/Q21> . ?var1 <http://www.wikidata.org/prop/P710> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7711", "question": "Wikipedia articles about Albert Einstein in different languages", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?article ?lang WHERE {\n  ?article schema:about wd:Q937 ; schema:inLanguage ?lang .\n}", "paraphrases": ["In which languages are there Wikipedia pages about Albert Einstein?", "Show me all the Wikipedia and Wikiquote pages about Albert Einstein along with their language codes."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://schema.org/about> <https://query.wikidata.org/bigdata/namespace/wdq/undefined> ; <http://schema.org/inLanguage> ?var2 . }"}}
{"id": "val_7712", "question": "What are the population figures for De Rijp, along with its BAG code and flag image?", "sparql": "SELECT ?flag ?bag_code ?population WHERE { wd:Q2208222 wdt:P981 ?bag_code ; wdt:P1082 ?population . OPTIONAL { wd:Q2208222 wdt:P41 ?flag . } }", "paraphrases": ["What are the historical population numbers of De Rijp in the Netherlands, and what is its administrative BAG code and flag?", "Show me all recorded population values for the Dutch village of De Rijp, including its BAG residence ID and the image of its flag."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { ?var4 <http://www.w3.org/2000/01/rdf-schema#label> \"De Rijp\"@nl ; <http://www.wikidata.org/prop/direct/P981> ?var2 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . FILTER ( ( isLITERAL ( \"De Rijp\"@nl ) ) ) . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P41> ?var1 . } }"}}
{"id": "val_7713", "question": "Businesses with ticker symbols starting with 'A' and their English names, stock exchanges, and ticker symbols.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?business ?businessLabel ?exchangeStmt ?ticker WHERE {\n  ?business ( wdt:P31 / wdt:P279 * ) wd:Q4830453 .\n  ?business p:P414 ?exchangeStmt .\n  ?exchangeStmt pq:P249 ?ticker .\n  FILTER ( STRSTARTS( UCASE( ?ticker ) , \"A\" ) ) .\n  ?business rdfs:label ?businessLabel .\n  FILTER ( LANG( ?businessLabel ) = \"en\" )\n}", "paraphrases": ["Which publicly traded companies have ticker symbols that start with the letter 'A', and what are their English names and the stock exchanges they\u2019re listed on?", "List all businesses (in English) that have a stock ticker symbol beginning with 'A', along with the ticker and the exchange they\u2019re listed on."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/P414> ?var2 . ?var2 <http://www.wikidata.org/prop/qualifier/P249> ?var3 . FILTER ( ( ( LCASE ( STR ( ?var3 ) ) = \"A\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_7714", "question": "Greek place names and their Macedonian Wikipedia titles in Greece, with coordinates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?place ?greekLabel ?macedonianTitle ?coordinates WHERE {\n  ?place wdt:P17 wd:Q41 .\n  ?macedonianPage schema:about ?place ; schema:isPartOf <https://mk.wikipedia.org/> ; schema:name ?macedonianTitle .\n  ?place rdfs:label ?greekLabel .\n  OPTIONAL {\n    ?place wdt:P625 ?coordinates .\n  }\n  FILTER(LANG(?greekLabel) = \"el\")\n}", "paraphrases": ["What are the Greek names of places in Greece, their corresponding titles on the Macedonian Wikipedia, and their geographic coordinates?", "List all places in Greece with their Greek labels, Macedonian Wikipedia page titles, and coordinates where available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q41> . ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/isPartOf> <https://mk.wikipedia.org/> . ?var5 <http://schema.org/name> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } FILTER ( ( ( LANG ( ?var2 ) = \"el\" ) ) ) . FILTER ( ( ( LANG ( ?var6 ) = \"mk\" ) ) ) . }"}}
{"id": "val_7715", "question": "What is the Wikidata item for the Dutch municipality Apeldoorn that has a BAG code?", "sparql": "SELECT ?municipality WHERE { ?municipality rdfs:label \"Apeldoorn\"@nl ; wdt:P981 ?bagCode . }", "paraphrases": ["Which entity in Wikidata represents Apeldoorn in the Netherlands and is identified by a BAG residence ID?", "Find the Wikidata ID of Apeldoorn, ensuring it has a BAG code."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Apeldoorn\"@nl ; <http://www.wikidata.org/prop/direct/P981> ?var2 . }"}}
{"id": "val_7716", "question": "UN/LOCODE locations within 100 km of Berlin with coordinates and distances", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?location ?locationLabel ?coords ?distance ?berlinType ?berlinTypeLabel WHERE {\n  wd:Q64 wdt:P625 ?berlinCoords .\n  ?location wdt:P1937 ?unLocode ; wdt:P625 ?coords .\n  BIND(geof:distance(?berlinCoords , ?coords) AS ?distance)\n  .\n  FILTER(?distance <= 100)\n  .\n  OPTIONAL {\n    wd:Q64 wdt:P31 ?berlinType\n  }\n  .\n  ?location rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n  .\n  OPTIONAL {\n    ?berlinType rdfs:label ?berlinTypeLabel .\n    FILTER(LANG(?berlinTypeLabel) = \"en\")\n  }\n}\nORDER BY ASC(?distance)", "paraphrases": ["What are the locations near Berlin that have a UN/LOCODE code, and how far are they from Berlin?", "List all places within 100 kilometers of Berlin that are assigned a UN/LOCODE, including their names, coordinates, and distances from Berlin."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label WHERE { <http://www.wikidata.org/entity/Q64> <http://www.wikidata.org/prop/direct/P625> ?var5 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var5 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q499348> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7717", "question": "Geographic features within 15 km of 30\u00b0N, 85\u00b0W", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?coord WHERE {\n  ?item wdt:P625 ?coord .\n  FILTER ( geof:latitude ( ?coord ) >= 29.865 && geof:latitude ( ?coord ) <= 30.135 ) .\n  FILTER ( geof:longitude ( ?coord ) >= -85.135 && geof:longitude ( ?coord ) <= -84.865 ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nORDER BY ?itemLabel", "paraphrases": ["What are the places located near 30 degrees north and 85 degrees west?", "List all named geographic locations in English within a 15-kilometer radius of the point (-85, 30)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-85 30)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_7718", "question": "List pairs of distinct items that share the same Wikimedia Commons category.", "sparql": "SELECT DISTINCT ?item1 ?item2 ?category WHERE { ?item1 wdt:P373 ?category . ?item2 wdt:P373 ?category . FILTER (?item1 != ?item2) FILTER (STR(?item1) < STR(?item2)) } LIMIT 100", "paraphrases": ["Which pairs of entities on Wikidata are categorized under the same Commons category but are not the same item?", "Show me up to 100 examples of two different things that are both linked to the same Wikimedia Commons category, ensuring no duplicates by ordering them lexicographically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P373> ?var3 . MINUS { ?var1 ?var4 ?var2 . } FILTER ( ( ( ?var1 != ?var2 ) && ( STR ( ?var1 ) < STR ( ?var2 ) ) ) ) . } LIMIT 100000"}}
{"id": "val_7719", "question": "What are some examples of types of commercial buildings?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q655686 .\n  FILTER ( ?subclass != wd:Q655686 ) ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all the subclasses of commercial buildings in Wikidata?", "What kinds of buildings fall under the category of commercial buildings?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { <http://www.wikidata.org/entity/Q790938> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q655686> . } GROUP BY ?var1"}}
{"id": "val_7720", "question": "List American musical groups.", "sparql": "SELECT ?band WHERE { ?band wdt:P31 wd:Q215380 ; wdt:P495 wd:Q30 } LIMIT 100", "paraphrases": ["What are some American bands?", "Show me up to 100 musical groups from the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1255792> . } LIMIT 100"}}
{"id": "val_7721", "question": "What are the birth and death dates of George Franklin Knowlton?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q55061534 AS ?person)\n  .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel\n  FILTER(LANG(?personLabel) = 'en')\n  .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the birth and death dates of the American entomologist George Franklin Knowlton?", "Show me the English label, birth date, and death date for the human entity George Franklin Knowlton."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6423439> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7722", "question": "What is the full name and birth date of Chris Hadfield, and has he passed away?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personName ?birthDate ?deathDate WHERE {\n  wd:Q1076962 wdt:P1477 ?personName .\n  wd:Q1076962 wdt:P569 ?birthDate .\n  OPTIONAL {\n    wd:Q1076962 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Christopher Austin Hadfield born, and is he still alive?", "Provide the official name, date of birth, and date of death for the Canadian astronaut Chris Hadfield."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1076962> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7723", "question": "What are the birth and death dates of John M. Pratt?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q6245925 AS ?person ) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when John M. Pratt was born and when he died?", "Provide the full name, birth date, and death date of the American tax resistor John M. Pratt."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6245925> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7724", "question": "Jane Russell birth and death dates", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND(wd:Q217033 AS ?person) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["When was Jane Russell born and when did she die?", "What are the birth and death dates of the American actress Jane Russell?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q217033> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7725", "question": "Birth and death dates of William Bancroft", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q16031674 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { wd:Q16031674 wdt:P569 ?birthDate . } OPTIONAL { wd:Q16031674 wdt:P570 ?deathDate . } }", "paraphrases": ["When was William Bancroft born and when did he die?", "Can you tell me the birth and death dates of William Bancroft, the American politician?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16031674> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7726", "question": "What are the birth and death dates of David Sassoon?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q1176501 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me when David Sassoon was born and when he died, based on Wikidata?", "Why does Wikidata list two different birth dates for David Sassoon, but only one death date?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1176501> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7727", "question": "Who were the notable people born in Rensselaerville, New York, and when were they born and died?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  ?person wdt:P19 wd:Q3709139 ; wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List people from Rensselaerville with their birth and death dates.", "Can you find the birth and death dates of humans who were born in the town of Rensselaerville?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q3709139> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7728", "question": "What are the categories that Houston and the 2006 Brazilian Grand Prix belong to?", "sparql": "SELECT ?class ?classLabel WHERE { { wd:Q16555 wdt:P31 ?class . } UNION { wd:Q54429 wdt:P31 ?class . } ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") } ORDER BY ?class LIMIT 5", "paraphrases": ["What classes is Houston classified under, and what class is the 2006 Brazilian Grand Prix classified under?", "Can you list the direct types of Houston and the 2006 Brazilian Grand Prix in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54429> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7729", "question": "What is the most specific category that includes both Lewis Hamilton and Red Bull Racing?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q9673 wdt:P31 ?type1 .\n  wd:Q173663 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(CONTAINS(LCASE(?label) , \"person\") || CONTAINS(LCASE(?label) , \"organization\"))\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["What common superclass connects a Formula One driver like Lewis Hamilton with a Formula One team like Red Bull Racing?", "Find the highest-level concept that applies to both humans and organizations, exemplified by Lewis Hamilton and Red Bull Racing."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9673> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173663> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7730", "question": "What is the most specific category that both Jos Verstappen and the Philadelphia Eagles belong to through their types?", "sparql": "SELECT ?commonSuperclass ?label WHERE { wd:Q5 wdt:P279* wd:Q53617489 . wd:Q17156793 wdt:P279* wd:Q53617489 . wd:Q53617489 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What is the highest-level common class in the hierarchy that includes both a human and a sports team?", "What is the shared superclass in Wikidata's ontology between a person and a sports team?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219714> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7731", "question": "What is the event series that the 2006 Brazilian Grand Prix belongs to?", "sparql": "SELECT ?class ?classLabel WHERE { wd:Q54429 wdt:P31 ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["Which Formula One event category includes the 2006 Brazilian Grand Prix as a specific instance?", "What is the general name of the race series for which the 2006 Brazilian Grand Prix is a particular edition?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q45606191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54429> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7732", "question": "What is the category of the 2010 World Series?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?type ?label WHERE {\n  wd:Q928040 wdt:P31 ?type .\n  OPTIONAL {\n    ?type rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nLIMIT 1", "paraphrases": ["What class does the 2010 World Series belong to?", "What type of event is the 2010 World Series?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q928040> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q246782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7733", "question": "Which lexemes in Wikidata are referenced by the Nynorskordboka dictionary, and what are their corresponding IDs?", "sparql": "SELECT ?lexeme ?nynorskordbokaId WHERE { ?statement prov:wasDerivedFrom ?ref . ?ref pr:P10041 ?nynorskordbokaId . ?statement ps:P5191 ?lexeme . } LIMIT 5", "paraphrases": ["Show me the lexemes that have references to the Nynorskordboka dictionary along with their Nynorskordboka IDs.", "What are the Nynorskordboka IDs for lexemes in Wikidata that are sourced from the Nynorskordboka dictionary?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var2 . } LIMIT 1"}}
{"id": "val_7734", "question": "American football coach and Indianapolis Colts common sport", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sport WHERE {\n  wd:Q4046340 wdt:P106 ?occupation .\n  ?occupation wdt:P641 ?sport .\n  wd:Q193753 wdt:P31 ?teamType .\n  ?teamType wdt:P641 ?sport .\n  FILTER(?sport != wd:Q4046340)\n  FILTER(?sport != wd:Q193753)\n}\nLIMIT 1", "paraphrases": ["What sport is associated with both Bruce Arians and the Indianapolis Colts?", "Find the sport that links Bruce Arians, an American football coach, with the Indianapolis Colts, an American football team."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4046340> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193753> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7735", "question": "What movie has the IMDb ID tt4849438?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt4849438\" . }", "paraphrases": ["Which film on Wikidata is associated with the IMDb identifier tt4849438?", "Find the Wikidata item for the movie with IMDb ID tt4849438."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4849438\". }"}}
{"id": "val_7736", "question": "Who are some famous Brazilian actors and football players?", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P27 wd:Q155 ; wdt:P31 wd:Q5 ; wdt:P106 ?occupation ; rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . VALUES ?occupation { wd:Q33999 wd:Q937857 wd:Q10798782 wd:Q245068 wd:Q2405480 } } ORDER BY ?personLabel LIMIT 10", "paraphrases": ["Can you list Brazilian citizens who are known for being actors or footballers?", "Which notable people from Brazil work as actors or professional football players?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q29250> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7737", "question": "What is the most general category that both Manchester City F.C. and Cape Canaveral Space Force Station belong to through their types?", "sparql": "SELECT ?commonType (COUNT(?mid1) AS ?dist1) (COUNT(?mid2) AS ?dist2) ((COUNT(?mid1) + COUNT(?mid2)) AS ?total)\nWHERE {\n  wd:Q476028 wdt:P279+ ?mid1 .\n  ?mid1 wdt:P279* ?commonType .\n  wd:Q194188 wdt:P279+ ?mid2 .\n  ?mid2 wdt:P279* ?commonType .\n  FILTER (?commonType != wd:Q476028)\n  FILTER (?commonType != wd:Q194188)\n}\nGROUP BY ?commonType\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["How many subclass steps are required to reach the common ancestor of Manchester City F.C. and Cape Canaveral Space Force Station's types?", "Which class is the closest common superclass of an association football club and a spaceport?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q50602> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q334465> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7738", "question": "Which movie has the Elonet ID 936163?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P2346 \"936163\" .\n}", "paraphrases": ["What is the Wikidata item for the film identified by Elonet ID 936163?", "Can you find the movie in Wikidata that corresponds to the Elonet film ID 936163?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2346> \"936163\". }"}}
{"id": "val_7739", "question": "Wikidata item for the English Wikipedia page titled \"Cancer\" and its properties", "sparql": "SELECT ?item ?property ?value WHERE { ?wikipediaPage schema:about ?item . ?wikipediaPage schema:name \"Cancer\"@en . ?item ?property ?value . } LIMIT 10", "paraphrases": ["What is the Wikidata item for the Wikipedia article \"Cancer\", and what information is associated with it?", "Show me all properties of the Wikidata entity linked to the English Wikipedia page \"Cancer\"."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2Label \"Cancer\"@en . ?var1 ?var3 ?var4 . } LIMIT 3"}}
{"id": "val_7740", "question": "Who is the human that uses \"Bavard\" as a pseudonym?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P742 \"Bavard\" .\n}", "paraphrases": ["Which person is known by the alias Bavard?", "Find all humans whose pseudonym is Bavard."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"bavard\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7741", "question": "What are all the components of the International Space Station, up to five levels deep?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  {\n    wd:Q25271 wdt:P527 ?item .\n  } UNION {\n    wd:Q25271 wdt:P527 ?item1 .\n    ?item1 wdt:P527 ?item .\n  } UNION {\n    wd:Q25271 wdt:P527 ?item1 .\n    ?item1 wdt:P527 ?item2 .\n    ?item2 wdt:P527 ?item .\n  } UNION {\n    wd:Q25271 wdt:P527 ?item1 .\n    ?item1 wdt:P527 ?item2 .\n    ?item2 wdt:P527 ?item3 .\n    ?item3 wdt:P527 ?item .\n  } UNION {\n    wd:Q25271 wdt:P527 ?item1 .\n    ?item1 wdt:P527 ?item2 .\n    ?item2 wdt:P527 ?item3 .\n    ?item3 wdt:P527 ?item4 .\n    ?item4 wdt:P527 ?item .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Can you list the parts of the ISS, including parts of its parts, up to five levels deep, in English?", "Show me the hierarchical structure of the International Space Station\u2019s components, going up to five layers deep, with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q25271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P361> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7742", "question": "List Norwegian handball players and their NHF player IDs.", "sparql": "SELECT ?player ?playerLabel ?nhfId WHERE { ?player wdt:P3700 ?nhfId . ?player rdfs:label ?playerLabel . FILTER(LANG(?playerLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the players registered in the Norwegian Handball Federation, and what are their NHF IDs?", "Show me the names of Norwegian handball players along with their unique identifiers on the NHF website."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3700> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_7743", "question": "Does the GND ID 4142950-3 correspond to an entity in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4142950-3\" .\n}", "paraphrases": ["Is there a Wikidata item for the archdeacon with the German National Library ID 4142950-3?", "Confirm that the term \"archdeacon\" is registered in Wikidata with the GND identifier 4142950-3."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4142950-3\". }"}}
{"id": "val_7744", "question": "What causes stomach cancer?", "sparql": "SELECT ?cause ?causeLabel WHERE { ?cause wdt:P1542 wd:Q189588 . ?cause rdfs:label ?causeLabel . FILTER(LANG(?causeLabel) = \"en\") }", "paraphrases": ["Which substances or factors are known to cause gastric cancer?", "What has stomach cancer as its effect according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1542> <http://www.wikidata.org/entity/Q189588> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7745", "question": "What is the next season of \"Desaf\u00edo 2014: Marruecos, las mil y una noches\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sequel ?sequelLabel ?property ?propertyLabel WHERE {\n  ?sequel ?propertyItem wd:Q16556252 .\n  ?property wikibase:directClaim ?propertyItem .\n  ?sequel rdfs:label ?sequelLabel .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?sequelLabel ) = \"en\" ) FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which TV show follows \"Desaf\u00edo 2014: Marruecos, las mil y una noches\" in the series, and what is the relationship type?", "How is the sequel to \"Desaf\u00edo 2014: Marruecos, las mil y una noches\" connected in Wikidata, and what is its title?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q16556252> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7746", "question": "What are the Czech labels and descriptions of properties used to describe the Evangelical A. C. Church in Ko\u0161ice?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q5415659 ?propertyUri ?value . ?property wikibase:directClaim ?propertyUri . ?property rdfs:label ?propertyLabel . ?property schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"cs\") FILTER(LANG(?propertyDescription) = \"cs\") } LIMIT 100", "paraphrases": ["Show me the Czech labels and descriptions of all properties associated with the Evangelical A. C. Church in Ko\u0161ice.", "Which properties describe the Evangelical A. C. Church in Ko\u0161ice, and what are their Czech labels and descriptions?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q5415659> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"cs\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"cs\" ) ) ) . } LIMIT 100"}}
{"id": "val_7747", "question": "What properties and values describe the Ehrenfriedhof Kastel cemetery?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?value ?valueLabel WHERE {\n  wd:Q120256 ?prop ?value .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel\n  }\n}\nLIMIT 100", "paraphrases": ["Can you list the attributes of the Ehrenfriedhof Kastel cemetery in Germany?", "What information is available about the Ehrenfriedhof Kastel cemetery in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q120256> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7748", "question": "What film has the Allcinema ID 321572?", "sparql": "SELECT ?film WHERE { ?film wdt:P2465 \"321572\" . }", "paraphrases": ["Which film on Wikidata is associated with the Allcinema film identifier 321572?", "Find the Wikidata item for the film with Allcinema ID 321572."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2465> \"321572\". }"}}
{"id": "val_7749", "question": "What properties and their values are associated with the St.-J\u00fcrgen-Friedhof cemetery in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q1029658 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( STRAFTER( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) AS ?propId ) .\n  BIND( IRI( CONCAT ( \"http://www.wikidata.org/entity/\" , ?propId ) ) AS ?propertyEntity ) .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["Can you list the direct attributes of the St.-J\u00fcrgen-Friedhof cemetery, including their labels and values?", "What do we know about the St.-J\u00fcrgen-Friedhof cemetery? Show its properties, labels, and corresponding values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1029658> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7750", "question": "Number of works citing Leslie Webster\u2019s publications, grouped by year.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year(COUNT(DISTINCT ?citingWork) AS ?count) WHERE {\n  ?leslieWork wdt:P50 wd:Q46741310 .\n  ?citingWork wdt:P2860 ?leslieWork .\n  ?citingWork wdt:P577 ?publicationDate .\n  BIND(STR(YEAR(?publicationDate)) AS ?year)\n}\nGROUP BY ?year\nORDER BY DESC(?year)", "paraphrases": ["How many works cite Leslie Webster\u2019s works each year, based on their publication date?", "Show me the count of works that cite Leslie Webster\u2019s publications, grouped by the year those works were published."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46741310> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q46741310> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_7751", "question": "How many academic articles cite the study on medieval skeletal treponematosis, grouped by publication year and whether they have an author?", "sparql": "SELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?hasAuthor WHERE { BIND( wd:Q35303396 AS ?targetArticle ) . ?citingWork wdt:P2860 ?targetArticle . ?citingWork wdt:P577 ?pubDate . BIND( STR( YEAR( ?pubDate ) ) AS ?year ) BIND( IF( EXISTS { ?citingWork wdt:P50 [] } , \"has author\" , \"no author\" ) AS ?hasAuthor ) } GROUP BY ?year ?hasAuthor ORDER BY DESC ( ?year )", "paraphrases": ["Show the number of works citing \"Evidence of skeletal treponematosis from the medieval burial...\" broken down by year and whether they list an author.", "For the scholarly article on treponematosis, list how many citing publications were published each year, and indicate whether each citing work has an author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q35303396> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_7752", "question": "Female members of the 43rd UK Parliament with their birth dates, death dates, and images.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE {\n  ?var1 wdt:P21 wd:Q6581072 .\n  ?var1 p:P39 ?var5 .\n  ?var5 ps:P39 wd:Q41582608 .\n  OPTIONAL {\n    ?var1 wdt:P569 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P18 ?var4 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = 'en' )\n}", "paraphrases": ["Who are the female members of the 43rd Parliament of the United Kingdom, and what are their dates of birth, death, and images?", "List the English names, birth dates, death dates, and images of all female members of the 43rd UK Parliament."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q41582608> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7753", "question": "Who directed the film \"Death Proof\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?director ?directorLabel WHERE {\n  wd:Q1137310 wdt:P57 ?director .\n  ?director rdfs:label ?directorLabel .\n  FILTER(LANG(?directorLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["What is the English name of the director of the movie Death Proof?", "Can you tell me the director of Death Proof and their name in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1137310> <http://www.wikidata.org/prop/direct/P57> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_7754", "question": "What street is named after the D\u00f6lzschen cemetery?", "sparql": "SELECT ?item ?itemLabel ?property ?propertyLabel WHERE { ?item ?statementProperty wd:Q1457317 . ?property wikibase:directClaim ?statementProperty . ?item rdfs:label ?itemLabel . ?property rdfs:label ?propertyLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which property in Wikidata links Friedhofsweg to D\u00f6lzschen cemetery?", "Can you tell me what entity is connected to D\u00f6lzschen cemetery using the \"named after\" relationship?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1457317> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7755", "question": "Which Wikidata items have the Twitter username \"ash_crow\", and how many sitelinks do they have?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername ?sitelinkCount WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  OPTIONAL {\n    ?item wikibase:sitelinks ?sitelinkCount\n  }\n  VALUES ?twitterUsername {\n    \"ash_crow\"\n  }\n}\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Who is the Wikidata entity associated with the Twitter handle \"ash_crow\", and does it have any sitelinks?", "Show me the Wikidata item linked to the Twitter username \"ash_crow\", along with its sitelink count if available, sorted by the number of sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"rdhwn\" ) ( \"nycjaylee\" ) ( \"string3\" ) ( \"string4\" ) ( \"Patafisik\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"MaelLeHir\" ) ( \"Blouchtika\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"ash_crow\" ) ( \"string14\" ) ( \"maamyisa\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"cleantech\" ) ( \"Bpifrance\" ) ( \"string19\" ) ( \"bevellin\" ) ( \"Pymouss\" ) ( \"string20\" ) ( \"string21\" ) ( \"ssougou\" ) ( \"string22\" ) ( \"string23\" ) ( \"GEOMAR_de\" ) ( \"string24\" ) ( \"nojhan\" ) ( \"string25\" ) ( \"Toulouse\" ) ( \"moswaa\" ) ( \"Fluorette\" ) ( \"string26\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7756", "question": "What countries, continents, and administrative regions is Munich part of?", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { wd:Q1726 (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501)* ?item . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 100", "paraphrases": ["List all geographic and political entities that Munich belongs to, including its state, country, and continent.", "Starting from Munich, what places can you reach by following its administrative divisions, country, and continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1726> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7757", "question": "Stadiums where the 2014 FIFA World Cup was held", "sparql": "SELECT ?venueLabel ?venue WHERE { wd:Q79859 wdt:P276 ?venue . ?venue rdfs:label ?venueLabel . FILTER(LANG(?venueLabel) = \"en\") }", "paraphrases": ["Which stadiums hosted matches during the 2014 FIFA World Cup?", "List the English names and Wikidata IDs of the venues used for the 2014 FIFA World Cup in Brazil."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q79859> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7758", "question": "List of French athletes with their archived CNOSF athlete IDs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?athlete ?cnosfId WHERE {\n  ?athlete wdt:P4050 ?cnosfId .\n}", "paraphrases": ["Which French athletes have an archived CNOSF (EspritBleu) identifier in Wikidata?", "Show me the Wikidata items for French athletes along with their CNOSF athlete identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4050> ?var2 . }"}}
{"id": "val_7759", "question": "Is the Mattmark Dam a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q47144421 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Is the Mattmark Dam an instance of any subclass of software?", "Confirm whether the Mattmark Dam belongs to any category that is a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q47144421> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_7760", "question": "Is there a Wikidata item with GND ID 4050974-6?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4050974-6\" .\n}", "paraphrases": ["Does the concept of a radio receiver have a GND identifier in Wikidata?", "Confirm whether the GND ID 4050974-6 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4050974-6\". }"}}
{"id": "val_7761", "question": "Does Wikidata contain an entity with GND ID 1141730758?", "sparql": "ASK WHERE { ?item wdt:P227 \"1141730758\" . }", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1141730758?", "Check if the GND ID 1141730758 corresponds to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1141730758\". }"}}
{"id": "val_7762", "question": "What are the largest cities in the world by population (over 1 million), and what are their populations?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P1082 ?var2 . ?var1 wdt:P31 wd:Q1637706 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } ORDER BY DESC(?var2)", "paraphrases": ["Can you show me a list of million-plus cities with their English names and population figures, ordered from the most populous to the least?", "Which cities have more than a million residents, and how many people live in each, ranked from highest to lowest population?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1637706> . } ORDER BY DESC( ?var2 )"}}
{"id": "val_7763", "question": "List automobile manufacturers and automotive industry businesses founded after 1950, along with their country, website, logo, and identifiers.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?company ?country ?website ?logo ?gkgId ?bbcId WHERE {\n  {\n    ?company wdt:P31 wd:Q786820 .\n  } UNION {\n    ?company wdt:P31 wd:Q4830453 .\n    ?company wdt:P452 wd:Q190117 .\n  }\n  ?company wdt:P571 ?inception .\n  FILTER ( ?inception > \"1950-01-01\" ^^ xsd:date ) OPTIONAL {\n    ?company wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?company wdt:P856 ?website .\n  }\n  OPTIONAL {\n    ?company wdt:P154 ?logo .\n  }\n  OPTIONAL {\n    {\n      ?company wdt:P2671 ?gkgId .\n    } UNION {\n      ?company wdt:P646 ?gkgId .\n    }\n  }\n  OPTIONAL {\n    ?company wdt:P1617 ?bbcId .\n  }\n}\nORDER BY ASC ( ?company )\nLIMIT 1000", "paraphrases": ["Which companies in the automotive industry were founded after 1950, and what are their official websites, logos, and Google or Freebase IDs?", "Show me companies that make cars or operate in the automotive sector, started after 1950, including their country, website, logo, and any available Google Knowledge Graph or Freebase identifiers."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var6 ?var7 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q786820> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P452> <http://www.wikidata.org/entity/Q190117> . } ?var1 <http://www.wikidata.org/prop/direct/P571> ?var8 . FILTER ( ( ( ?var9 > \"1950\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P154> ?var5 . } OPTIONAL { { ?var1 <http://www.wikidata.org/prop/direct/P2671> ?var6 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P646> ?var6 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1617> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh\". } } ORDER BY ASC( ?var1Label ) LIMIT 1000"}}
{"id": "val_7764", "question": "What entities are associated with France, and what properties link them to France?", "sparql": "SELECT ?item ?itemLabel ?propertyItem ?propertyLabel WHERE { ?item ?property wd:Q142 . ?propertyItem wikibase:directClaim ?property . ?item rdfs:label ?itemLabel . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["List all items linked to France along with their English labels and the corresponding property names in English.", "Which properties connect other entities to France, and what are those entities called in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1596814> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7765", "question": "How many articles citing the 2017 meta-analysis on maternal micronutrients were published each year, and do they have authors?", "sparql": "SELECT ?year (COUNT(DISTINCT ?citingWork) AS ?count) ?hasAuthor WHERE { BIND(wd:Q43923999 AS ?targetArticle) . ?citingWork wdt:P2860 ?targetArticle . OPTIONAL { ?citingWork wdt:P577 ?publicationDate . BIND(STR(YEAR(?publicationDate)) AS ?year) } OPTIONAL { BIND(IF(EXISTS{?citingWork wdt:P50 []}, \"has author\", \"no author\") AS ?hasAuthor) } } GROUP BY ?year ?hasAuthor ORDER BY DESC(?year)", "paraphrases": ["Show the number of citing works for the study on maternal multiple micronutrient trials, grouped by publication year and whether they list any authors.", "Between 2017 and 2020, how many papers cited the meta-analysis on maternal micronutrients, and were they all authored?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q43923999> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_7766", "question": "What is the common field of work associated with both Silicon Valley and India?", "sparql": "SELECT ?field (COUNT(*) AS ?count) WHERE { { ?entity wdt:P159/wdt:P131* wd:Q163820 ; wdt:P101 ?field . } UNION { ?entity wdt:P159/wdt:P131* wd:Q668 ; wdt:P101 ?field . } } GROUP BY ?field ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which industry is most closely linked to both Silicon Valley and India?", "What field do companies in Silicon Valley and India primarily operate in?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7767", "question": "List emperors with their birth dates, death dates, and reign periods, ordered by start of reign.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?emperor ?reignStart ?reignEnd ?birthDate ?deathDate WHERE {\n  ?emperor wdt:P31 wd:Q5 .\n  ?emperor p:P39 ?reign .\n  ?reign ps:P39 wd:Q39018 .\n  OPTIONAL {\n    ?reign pq:P580 ?reignStart .\n  }\n  OPTIONAL {\n    ?reign pq:P582 ?reignEnd .\n  }\n  OPTIONAL {\n    ?emperor wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?emperor wdt:P570 ?deathDate .\n  }\n}\nORDER BY ASC ( ?reignStart )", "paraphrases": ["Who were the emperors, and when were they born, when did they die, and during what years did they rule?", "Please provide a list of all emperors, including their birth and death dates and the start and end of their reigns, sorted chronologically by when they began ruling."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6Label ?var7 ?var8 ?var9Label ?var10Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var11 . ?var11 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q39018> . OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P642> ?var2 . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P1365> ?var5 . } OPTIONAL { ?var11 <http://www.wikidata.org/prop/qualifier/P1366> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P509> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1196> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P53> ?var10 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7768", "question": "What books or works are about Subhas Chandra Bose?", "sparql": "SELECT ?work ?workLabel WHERE { ?work wdt:P921 wd:Q2153 . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") }", "paraphrases": ["Works with Subhas Chandra Bose as the main subject", "Can you list the works that focus on Subhas Chandra Bose?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q2153> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7769", "question": "What is the most specific shared category that both Washington, D.C. and Athens County belong to?", "sparql": "SELECT ?commonAncestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q61 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* wd:Q82794 .\n    }\n  }\n  {\n    SELECT (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q485588 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* wd:Q82794 .\n    }\n  }\n  BIND(wd:Q82794 AS ?commonAncestor)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which administrative or geographic classification do Washington, D.C. and Athens County have in common, and how far are they in the hierarchy from it?", "Find the common superclass in the Wikidata taxonomy that both the U.S. capital and a U.S. county share, and compute the sum of their distances to it."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q61> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q485588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7770", "question": "What is the most specific category that both Russia and India belong to?", "sparql": "SELECT ?ancestor\nWHERE {\n  wd:Q159 wdt:P31 ?ancestor .\n  wd:Q668 wdt:P31 ?ancestor .\n  FILTER NOT EXISTS {\n    ?otherCommon wdt:P279 ?ancestor .\n    wd:Q159 wdt:P31 ?otherCommon .\n    wd:Q668 wdt:P31 ?otherCommon .\n  }\n}", "paraphrases": ["Which class is the lowest common ancestor of Russia and India in the Wikidata taxonomy?", "Find the most specific type that is shared by both Russia and India."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q159> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7771", "question": "What organization did Anita Borg found?", "sparql": "SELECT ?institute WHERE { wd:Q11483 wdt:P800 ?institute . } LIMIT 1", "paraphrases": ["Which organization is associated with Anita Borg as her notable work?", "What is the name of the institute founded by computer scientist Anita Borg?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11483> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q95> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7772", "question": "What are the categories that San Francisco and Europe belong to in Wikidata?", "sparql": "SELECT ?sfType ?sfTypeLabel ?europeType ?europeTypeLabel WHERE { wd:Q62 wdt:P31 ?sfType . wd:Q46 wdt:P31 ?europeType . ?sfType rdfs:label ?sfTypeLabel . ?europeType rdfs:label ?europeTypeLabel . FILTER(LANG(?sfTypeLabel) = \"en\" && LANG(?europeTypeLabel) = \"en\") }", "paraphrases": ["Is there any shared classification between San Francisco and Europe in Wikidata\u2019s hierarchy?", "What is the most general category that includes both San Francisco and Europe?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q46> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7773", "question": "What categories are shared between Mexico City and Los Angeles?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?commonTypeLabel WHERE {\n  wd:Q1489 wdt:P31 ?commonType .\n  wd:Q65 wdt:P31 ?commonType .\n  ?commonType rdfs:label ?commonTypeLabel .\n  FILTER(LANG(?commonTypeLabel) = \"en\")\n}\nORDER BY ?commonTypeLabel", "paraphrases": ["What is the most specific type that both Mexico City and Los Angeles belong to?", "Which of these \u2014 city, big city, megacity, or metropolis \u2014 is the most specific category common to both Mexico City and Los Angeles?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q96> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q65> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7774", "question": "What is the most specific category that both Singapore and China belong to?", "sparql": "SELECT ?commonType\nWHERE {\n  wd:Q334 wdt:P31 ?commonType .\n  wd:Q148 wdt:P31 ?commonType .\n  FILTER NOT EXISTS {\n    ?otherCommonType wdt:P279 ?commonType .\n    wd:Q334 wdt:P31 ?otherCommonType .\n    wd:Q148 wdt:P31 ?otherCommonType .\n  }\n}", "paraphrases": ["Which class is the most specific common type shared by Singapore and China?", "Find the most specific shared classification for Singapore and China based on their types in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q334> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q148> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7775", "question": "Which Wikidata items have Twitter usernames \"envlh\", \"RERC_SNCF\", or \"tnoisette\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"envlh\" \"RERC_SNCF\" \"tnoisette\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @envlh, @RERC_SNCF, and @tnoisette?", "List the Wikidata entities linked to the Twitter accounts envlh, RERC_SNCF, and tnoisette."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"string2\" ) ( \"bgoss44\" ) ( \"RERC_SNCF\" ) ( \"string3\" ) ( \"tnoisette\" ) ( \"imeanhorse\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7776", "question": "What country is both Bruno Mars and Hartsfield\u2013Jackson Atlanta International Airport associated with?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country WHERE {\n  wd:Q1450 wdt:P27 ?country .\n  wd:Q214861 wdt:P17 ?country .\n}", "paraphrases": ["Which country is the citizenship of Bruno Mars and the location of Hartsfield\u2013Jackson Atlanta International Airport?", "Where are Bruno Mars and Hartsfield\u2013Jackson Atlanta International Airport both connected to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q214861> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1450> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7777", "question": "What are the common higher-level categories shared by New South Wales and Hollywood?", "sparql": "SELECT ?commonSuperclass ?label WHERE { wd:Q5852411 wdt:P279* ?commonSuperclass . wd:Q123705 wdt:P279* ?commonSuperclass . ?commonSuperclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?label", "paraphrases": ["Which classes are both a state of Australia and a neighborhood subclasses of?", "Find all the abstract categories that include both geographic regions like New South Wales and neighborhoods like Hollywood."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3224> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34006> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7778", "question": "What is a common superclass of the types of Hollywood Bowl and Minneapolis?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q976218 wdt:P31 ?type1 .\n  wd:Q36091 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  FILTER(?commonClass != ?type1 && ?commonClass != ?type2)\n}\nLIMIT 1", "paraphrases": ["Find a shared category that both Hollywood Bowl and Minneapolis belong to through their types.", "What is the most specific class that both Hollywood Bowl and Minneapolis are instances of, via their classifications?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q976218> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36091> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7779", "question": "What are the main categories that All Nippon Airways and Chris Hemsworth belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?class ?classLabel WHERE {\n  VALUES ?entity {\n    wd:Q204284 wd:Q54314\n  }\n  ?entity wdt:P31 ?class .\n  ?entity rdfs:label ?entityLabel .\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  FILTER(LANG(?classLabel) = \"en\")\n}\nORDER BY ?entity", "paraphrases": ["Are there any shared classifications between the airline All Nippon Airways and the actor Chris Hemsworth?", "How are All Nippon Airways and Chris Hemsworth classified in Wikidata, and do their categories overlap?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q204284> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54314> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7780", "question": "Common classes of Natalie Wood and Audrey Hepburn", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q180919 wdt:P31 ?commonClass .\n  wd:Q174927 wdt:P31 ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ?label", "paraphrases": ["What types do Natalie Wood and Audrey Hepburn have in common?", "Show me the shared categories (types) that both Natalie Wood and Audrey Hepburn belong to."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q918> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q180919> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7781", "question": "What is the most specific category that both humans and cities belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?commonAncestorLabel WHERE {\n  wd:Q5 wdt:P279 * ?commonAncestor .\n  wd:Q515 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?commonAncestorLabel .\n  FILTER(LANG(?commonAncestorLabel) = \"en\")\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What is the highest-level class that includes both a person like Victoria Derbyshire and a place like Paris?", "What is the common superclass of the class \"human\" and the class \"city\" in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7926687> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q90> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7782", "question": "Railway stations in the Czech Republic with images and Wikipedia pages", "sparql": "SELECT DISTINCT ?station ?stationLabel ?image ?wikipediaPage WHERE { ?station wdt:P31 wd:Q55488 . ?station wdt:P17 wd:Q213 . OPTIONAL { ?station wdt:P18 ?image . } OPTIONAL { ?wikipediaPage schema:about ?station . ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> . } ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") } LIMIT 50", "paraphrases": ["What are the railway stations in the Czech Republic, and do they have images or English Wikipedia articles?", "List English-named railway stations in the Czech Republic, including their images and links to English Wikipedia pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,fr,es,de,ru,it,nl,ja,zh,pl,cs\". } } LIMIT 50"}}
{"id": "val_7783", "question": "Does Lina Maly have a VIAF identifier of 18147370691141441978?", "sparql": "ASK WHERE { ?item wdt:P214 \"18147370691141441978\" . }", "paraphrases": ["Is there a Wikidata item with the VIAF cluster ID 18147370691141441978?", "Confirm if the Virtual International Authority File ID 18147370691141441978 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"18147370691141441978\". }"}}
{"id": "val_7784", "question": "Who were the Prime Ministers of Dominica, and when did they serve?", "sparql": "SELECT ?primeMinister ?primeMinisterLabel ?startDate ?endDate ?replaced ?replacedBy WHERE { ?primeMinister wdt:P31 wd:Q5 . ?primeMinister p:P39 ?statement . ?statement ps:P39 wd:Q1756747 . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P1365 ?replaced . } OPTIONAL { ?statement pq:P1366 ?replacedBy . } OPTIONAL { ?primeMinister rdfs:label ?primeMinisterLabel . FILTER(LANG(?primeMinisterLabel) = \"en\") } } ORDER BY ASC(?startDate) LIMIT 10", "paraphrases": ["What is the sequence of Prime Ministers of Dominica, including who each succeeded and was succeeded by?", "List the Prime Ministers of Dominica in chronological order, along with their start and end dates, and their predecessors and successors."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q1756747> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7785", "question": "What administrative regions and continents does the village of A\u017evin\u010diai belong to?", "sparql": "SELECT DISTINCT ?var1 WHERE { wd:Q12649905 (wdt:P131|wdt:P17|wdt:P30)* ?var1 . FILTER (?var1 != wd:Q12649905) } LIMIT 100", "paraphrases": ["Starting from A\u017evin\u010diai, what countries and continents is it part of, including its immediate administrative subdivisions?", "Show me the geographic hierarchy above A\u017evin\u010diai, including its municipality, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q12649905> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7786", "question": "Events that occurred on February 7, 1963", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?event WHERE {\n  ?event(wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date .\n  FILTER(?date >= \"1963-02-07T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1963-02-07T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["What events took place on February 7, 1963?", "List all entities such as performances, flights, spacecraft events, or service entries that happened on February 7, 1963."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1963-02-07T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1963-02-07T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_7787", "question": "What structures are part of the Kommunalfriedhof Wandlitz cemetery?", "sparql": "SELECT ?item (SAMPLE(?labelItem) AS ?itemLabel) ?property (SAMPLE(?labelProp) AS ?propertyLabel) WHERE { ?item wdt:P361 wd:Q1780367 . ?item skos:prefLabel ?labelItem . wd:P361 skos:prefLabel ?labelProp . FILTER(LANG(?labelItem) = \"en\" || LANG(?labelItem) = \"\") FILTER(LANG(?labelProp) = \"en\" || LANG(?labelProp) = \"\") } GROUP BY ?item ?property LIMIT 100", "paraphrases": ["Which entities are related to Kommunalfriedhof Wandlitz by the \"part of\" relationship?", "List all items that belong to the Kommunalfriedhof Wandlitz cemetery."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q1780367> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_7788", "question": "List all presidents of Lebanon with their terms, who they replaced, and who replaced them, sorted by start date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?president ?presidentLabel ?startDate ?endDate ?replaced ?replacedBy WHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president p:P39 ?statement .\n  ?statement ps:P39 wd:Q22001564 .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P1365 ?replaced .\n  }\n  OPTIONAL {\n    ?statement pq:P1366 ?replacedBy .\n  }\n  OPTIONAL {\n    ?president rdfs:label ?presidentLabel .\n    FILTER ( LANG( ?presidentLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?startDate )\nLIMIT 50", "paraphrases": ["Who were the presidents of Lebanon, when did they serve, and who were their predecessors and successors?", "Please provide a chronological list of Lebanon\u2019s presidents, including the start and end dates of their terms, the president they succeeded, and the president who succeeded them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q22001564> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7789", "question": "Who is the French-named person named \"Henri Matisse\" in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Henri Matisse\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What entity in Wikidata has the French label \"Henri Matisse\" and is a human?", "Find the human being whose name in French is \"Henri Matisse\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Henri Samy\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7790", "question": "List all cities in Wikidata.", "sparql": "SELECT ?city WHERE { ?city wdt:P31 wd:Q515 . }", "paraphrases": ["What are all the entities that are classified as cities?", "Show me all the items that are instances of the city category."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> <http://www.wikidata.org/prop/direct/Q515> . }"}}
{"id": "val_7791", "question": "List all Deputy Prime Ministers of Luxembourg with their terms in office and who they replaced or were replaced by.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?startDate ?endDate ?replacedPerson ?replacedByPerson WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q29217646 .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P1365 ?replacedPerson .\n  }\n  OPTIONAL {\n    ?statement pq:P1366 ?replacedByPerson .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?startDate )", "paraphrases": ["Who have been the Deputy Prime Ministers of Luxembourg, and when did their terms start and end? Who did they replace and who replaced them?", "Show me the chronological list of Deputy Prime Ministers of Luxembourg, including the start and end dates of their terms, and the predecessors and successors in the role."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q29217646> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7792", "question": "Is Vienna a twin city of Benevento through a chain of other twin cities?", "sparql": "SELECT ?twinCity WHERE { VALUES ?twinCity { wd:Q1741 } wd:Q13437 wdt:P190+ ?twinCity . }", "paraphrases": ["What city connected to Benevento via a series of twin city relationships is Vienna?", "Is Vienna transitively twinned with Benevento?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q1741> ) } <http://www.wikidata.org/entity/Q13437> <http://www.wikidata.org/prop/direct/P190> * ?var2 . } LIMIT 2"}}
{"id": "val_7793", "question": "German districts and their administrative regions (states, municipalities, country)", "sparql": "SELECT DISTINCT ?district ?districtLabel ?administrativeEntity ?administrativeEntityLabel WHERE { ?district (wdt:P31/wdt:P279*) wd:Q106658 . ?district (wdt:P150/wdt:P131*) ?administrativeEntity . VALUES ?adminType { wd:Q6256 wd:Q1221156 wd:Q106658 wd:Q262166 } ?administrativeEntity wdt:P31 ?adminType . OPTIONAL { ?district rdfs:label ?districtLabel . FILTER(LANG(?districtLabel) = \"en\") } OPTIONAL { ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\") } } ORDER BY ?districtLabel", "paraphrases": ["What states, countries, or municipalities are German districts located in or contain?", "List all German districts along with the administrative entities they belong to or contain, such as states or municipalities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q106658> . ?var1 ( <http://www.wikidata.org/prop/direct/P150> / <http://www.wikidata.org/prop/direct/P131> *) ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3Label . VALUES ( ?var3Label ) { ( <http://www.wikidata.org/prop/direct/P1082> ) ( <http://www.wikidata.org/prop/direct/P6> ) ( <http://www.wikidata.org/prop/direct/P190> ) ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P571> ) ( <http://www.wikidata.org/prop/direct/P150> ) ( <http://www.wikidata.org/prop/direct/P206> ) ( <http://www.wikidata.org/prop/direct/P527> ) } } } ORDER BY DESC( ?var1 )"}}
{"id": "val_7794", "question": "What are some municipalities and their corresponding administrative regions and countries?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipio ( SAMPLE( ?label_municipio ) AS ?municipioLabel ) ( SAMPLE( ?label_admin ) AS ?administrativeEntityLabel ) ( SAMPLE( ?label_country ) AS ?countryLabel ) WHERE {\n  ?municipio wdt:P31 wd:Q1763214 .\n  OPTIONAL {\n    ?municipio wdt:P131 ?administrativeEntity .\n    ?administrativeEntity rdfs:label ?label_admin .\n    FILTER ( LANG( ?label_admin ) = \"en\" )\n  }\n  OPTIONAL {\n    ?municipio wdt:P17 ?country .\n    ?country rdfs:label ?label_country .\n    FILTER ( LANG( ?label_country ) = \"en\" )\n  }\n  ?municipio rdfs:label ?label_municipio .\n  FILTER ( LANG( ?label_municipio ) = \"en\" )\n}\nGROUP BY ?municipio\nLIMIT 150", "paraphrases": ["Can you list municipalities along with the state or province they belong to and their country?", "Show me examples of municipalities in Portuguese-speaking and Spanish-speaking countries, including their higher administrative divisions and sovereign states."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,ca,gl\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1763214> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } } LIMIT 150"}}
{"id": "val_7795", "question": "Directors who directed both drama and comedy films after 2016, with average duration and count per genre by country.", "sparql": "SELECT ?director ?country ?avgDramaDuration ?dramaCount ?avgComedyDuration ?comedyCount WHERE { { SELECT (AVG(?duration) AS ?avgDramaDuration) (COUNT(?film) AS ?dramaCount) ?director ?country WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P57 ?director . ?director wdt:P31 wd:Q5 . ?film wdt:P577 ?releaseDate . ?film wdt:P136 wd:Q130232 . ?film wdt:P495 ?country . ?country wdt:P31 wd:Q6256 . ?film wdt:P2047 ?duration . FILTER(?releaseDate >= \"2016-01-01T00:00:00Z\"^^xsd:dateTime) } GROUP BY ?director ?country } { SELECT (AVG(?duration) AS ?avgComedyDuration) (COUNT(?film) AS ?comedyCount) ?director ?country WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P57 ?director . ?director wdt:P31 wd:Q5 . ?film wdt:P577 ?releaseDate . ?film wdt:P136 wd:Q157443 . ?film wdt:P495 ?country . ?country wdt:P31 wd:Q6256 . ?film wdt:P2047 ?duration . FILTER(?releaseDate >= \"2016-01-01T00:00:00Z\"^^xsd:dateTime) } GROUP BY ?director ?country } }", "paraphrases": ["Which directors have made both drama and comedy films released after 2016 from the same country, and what are the average durations and number of films in each genre?", "Show me a list of directors and their countries who directed at least one drama and one comedy film after 2016, along with the average runtime and count of films in each genre."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { FILTER ( ( ( ?var2 = ?var5 ) ) ) . FILTER ( ( ( ?var3 = ?var6 ) ) ) . { SELECT( AVG ( ?var7 ) AS ?var1 )( COUNT ( ?var8 ) AS ?var9 )( ?var10 AS ?var2 )( ?var11 AS ?var3 ) WHERE { ?var8 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var8 <http://www.wikidata.org/prop/direct/P57> ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var8 <http://www.wikidata.org/prop/direct/P577> ?var12 . ?var8 <http://www.wikidata.org/prop/direct/P136> ?var13 . ?var13 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q201658> . ?var8 <http://www.wikidata.org/prop/direct/P495> ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var8 <http://www.wikidata.org/prop/direct/P2047> ?var7 . FILTER ( ( ( ?var13 = <http://www.wikidata.org/entity/Q130232> ) ) ) . FILTER ( ( ( ?var12 >= \"2016-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var10 ?var11 } { SELECT( AVG ( ?var7 ) AS ?var4 )( COUNT ( ?var8 ) AS ?var14 )( ?var10 AS ?var5 )( ?var11 AS ?var6 ) WHERE { ?var8 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var8 <http://www.wikidata.org/prop/direct/P57> ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var8 <http://www.wikidata.org/prop/direct/P577> ?var12 . ?var8 <http://www.wikidata.org/prop/direct/P136> ?var13 . ?var13 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q201658> . ?var8 <http://www.wikidata.org/prop/direct/P495> ?var11 . ?var11 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var8 <http://www.wikidata.org/prop/direct/P2047> ?var7 . FILTER ( ( ( ?var13 = <http://www.wikidata.org/entity/Q157443> ) ) ) . FILTER ( ( ( ?var12 >= \"2016-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var10 ?var11 } }"}}
{"id": "val_7796", "question": "What administrative area is the Pewee Valley Confederate Cemetery located in, and what type of place is it?", "sparql": "SELECT ?location ?locationLabel ?type ?typeLabel WHERE { wd:Q1534200 wdt:P131 ?location . ?location wdt:P31 ?type . ?location rdfs:label ?locationLabel . ?type rdfs:label ?typeLabel . FILTER(LANG(?locationLabel) = 'en') . FILTER(LANG(?typeLabel) = 'en') }", "paraphrases": ["Where is the Pewee Valley Confederate Cemetery situated, and what kind of entity is that location?", "Tell me the city or region where the Pewee Valley Confederate Cemetery is located and classify that location."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q1534200> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7797", "question": "Who are the children of Vladimir Putin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?child ?childLabel WHERE {\n  wd:Q7747 wdt:P40 ?child .\n  ?child rdfs:label ?childLabel .\n  FILTER(LANG(?childLabel) = \"en\")\n}\nORDER BY ASC(?childLabel)", "paraphrases": ["List the English names of Vladimir Putin\u2019s children.", "Show me the names of Vladimir Putin\u2019s children in English, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { <http://www.wikidata.org/entity/Q7747> <http://www.wikidata.org/prop/direct/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7798", "question": "What is the Dutch term for the occupation of Johannes van den Bosch?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q731865 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"nl\")\n}", "paraphrases": ["In Dutch, what job title is associated with the historical figure Johannes van den Bosch?", "What is the label in Dutch for the occupation of the person identified as Johannes van den Bosch in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.biografischportaal.nl/persoon/90766974> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7799", "question": "Dutch occupation label for Johannes van den Bosch", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q731865 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"nl\")\n}", "paraphrases": ["What is Johannes van den Bosch's occupation in Dutch?", "Show me the Dutch term for the occupation of Johannes van den Bosch"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://www.biografischportaal.nl/persoon/01804960> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7800", "question": "What are the Dutch labels for the occupations of Constantijn Huygens?", "sparql": "SELECT ?occupationLabel ?occupation WHERE { wd:Q560746 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"nl\") }", "paraphrases": ["In Dutch, what jobs did Constantijn Huygens have?", "Can you list Constantijn Huygens\u2019s occupations in Dutch?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <https://rkd.nl/explore/artists/91975> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7801", "question": "What are Pablo Picasso\u2019s occupations in Dutch?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupationLabel ?occupation WHERE {\n  wd:Q5593 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"nl\" )\n}", "paraphrases": ["Can you list the Dutch labels for all the occupations of the artist Pablo Picasso?", "Which Dutch-language terms describe Pablo Picasso\u2019s professional roles?"], "info": {"raw_sparql": "SELECT ?var1Label ?var1 WHERE { <http://vocab.getty.edu/ulan/500026040> <http://www.wikidata.org/prop/direct/P106> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( \"nl\" = LANG ( ?var1Label ) ) ) ) . }"}}
{"id": "val_7802", "question": "Image of Henry P. Fletcher with SNAC ARK ID w6sb4r3c", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6sb4r3c\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w6sb4r3c?", "Show me the picture of the individual identified by the SNAC ARK ID w6sb4r3c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sb4r3c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7803", "question": "Humans with the surname Page.", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P734 wd:Q13563379 . }", "paraphrases": ["Who are the people whose last name is Page?", "List all humans who have the family name Page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"PAGE\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7804", "question": "Is there a Wikidata item with BVPB authority ID 25179?", "sparql": "ASK WHERE { ?item wdt:P4802 \"25179\" . }", "paraphrases": ["Does the Biblioteca Virtual del Patrimonio Bibliogr\u00e1fico identifier \"25179\" correspond to any entity in Wikidata?", "Confirm whether the BVPB ID \"25179\" is assigned to any author or topic in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4802> \"25179\". }"}}
{"id": "val_7805", "question": "List of Prime Ministers of Togo with their terms and succession order, sorted by start date.", "sparql": "SELECT ?prime_minister ?prime_ministerLabel ?start_date ?end_date ?replaced ?replaced_by WHERE { ?prime_minister wdt:P31 wd:Q5 . ?prime_minister p:P39 ?statement . ?statement ps:P39 wd:Q30100661 . OPTIONAL { ?statement pq:P580 ?start_date . } OPTIONAL { ?statement pq:P582 ?end_date . } OPTIONAL { ?statement pq:P1365 ?replaced . } OPTIONAL { ?statement pq:P1366 ?replaced_by . } OPTIONAL { ?prime_minister rdfs:label ?prime_ministerLabel . FILTER(LANG(?prime_ministerLabel) = \"en\") } } ORDER BY ASC(?start_date)", "paraphrases": ["Who were the Prime Ministers of Togo, when did they serve, and who did they replace or get replaced by?", "Show me the chronological sequence of Togo\u2019s Prime Ministers, including their time in office and who preceded or succeeded them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q30100661> . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1365> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1366> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_7806", "question": "Who is the French actress named Claude Jade?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Claude Jade\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What human entity has the French label \"Claude Jade\"?", "Can you find the person known as \"Claude Jade\" in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jade Vogt\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7807", "question": "Most common properties linking entities to Tunis.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q3572 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used most frequently to connect people or things to Tunis, and how many times?", "Show me all properties that link more than one entity to Tunis, sorted by how often they\u2019re used, with the most common ones first."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3572> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_7808", "question": "Works with their authors and creation dates, sorted by newest first.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?workLabel ?author ?authorLabel ?date WHERE {\n  ?work wdt:P50 ?author .\n  ?work wdt:P571 ?date .\n  ?work rdfs:label ?workLabel .\n  ?author rdfs:label ?authorLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nORDER BY DESC ( ?date )\nLIMIT 500", "paraphrases": ["What are the most recent creative works, who authored them, and when were they created?", "List the top 500 creative works in English, along with their authors and inception dates, ordered from newest to oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { BIND ( COALESCE ( <http://www.w3.org/2001/XMLSchema#datetime> ( ?var4 ) , <http://www.w3.org/2001/XMLSchema#datetime> ( \"1000-01-01\") ) AS ?var5 ). BIND ( CONCAT ( STR ( YEAR ( ?var5 ) ) , \"-\", STR ( MONTH ( ?var5 ) ) , \"-\", STR ( DAY ( ?var5 ) ) ) AS ?var7 ). BIND ( ( ( ( ( ( ( YEAR ( ?var5 ) *\"10000000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) + ( MONTH ( ?var5 ) *\"100000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( DAY ( ?var5 ) *\"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( HOURS ( ?var5 ) *\"10000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + ( MINUTES ( ?var5 ) *\"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) + SECONDS ( ?var5 ) ) AS ?var6 ). ?var3 ?var8 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#singletonPropertyOf> <http://www.w3.org/2000/01/rdf-schema#label> . ?var8 ?var9 ?var1 . ?var9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#singletonPropertyOf> <http://sp7.ru/ontology/author> . ?var8 ?var10 ?var4 . ?var10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#singletonPropertyOf> <http://sp7.ru/ontology/date> . } ORDER BY DESC( ?var6 ) LIMIT 500"}}
{"id": "val_7809", "question": "What are the Twitter/X accounts for major French media outlets like Le Monde, BFMTV, and France Info?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"lemondefr\" \"BFMTV\" \"franceinfo\" \"afpfr\" \"LeHuffPost\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Can you list the entities on Wikidata that have the Twitter usernames 'lemondefr', 'BFMTV', 'franceinfo', 'afpfr', or 'LeHuffPost'?", "Show me the organizations on Wikidata that are linked to these Twitter handles: @lemondefr, @BFMTV, @franceinfo, @afpfr, and @LeHuffPost."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"ChPiret\" ) ( \"Sifaoui\" ) ( \"lemondefr\" ) ( \"string4\" ) ( \"justinecj\" ) ( \"BFMTV\" ) ( \"LeHuffPost\" ) ( \"string5\" ) ( \"franceinfo\" ) ( \"afpfr\" ) ( \"string6\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7810", "question": "Who are the people with the surname Guillerm?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P734 wd:Q63760225 .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["List all humans whose family name is Guillerm.", "Which individuals are known to have Guillerm as their last name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"GUILLERME\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7811", "question": "French departments and their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?department ?departmentLabel ?coordinates WHERE {\n  ?department wdt:P31 wd:Q6465 .\n  ?department wdt:P625 ?coordinates .\n  ?department rdfs:label ?departmentLabel .\n  FILTER(LANG(?departmentLabel) = \"en\")\n}", "paraphrases": ["What are the English names and geographic coordinates of all French departments?", "Show me the names and locations of all departments in France."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6465> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_7812", "question": "Most common property linking companies to S\u00e3o Paulo Stock Exchange", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property_item ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?direct_property wd:Q796297 .\n  ?property_item wikibase:directClaim ?direct_property .\n  ?property_item rdf:type wikibase:Property .\n}\nGROUP BY ?property_item\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is most frequently used to indicate that a company is listed on the S\u00e3o Paulo Stock Exchange?", "Show me the property that connects the most companies to B3 (S\u00e3o Paulo Stock Exchange), along with how many companies are connected."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q796297> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_7813", "question": "Does Wikidata contain a football player with Transfermarkt ID 28595?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"28595\" .\n}", "paraphrases": ["Is there a footballer in Wikidata who has the Transfermarkt player ID 28595?", "Confirm if the player with Transfermarkt ID 28595 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"28595\". }"}}
{"id": "val_7814", "question": "List all editions of the International Semantic Web Conference with their short names, start and end dates, and locations.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?conference ?shortName ?startDate ?endDate ?location WHERE {\n  ?conference wdt:P179 wd:Q6053150 .\n  OPTIONAL {\n    ?conference wdt:P1813 ?shortName .\n  }\n  OPTIONAL {\n    ?conference wdt:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?conference wdt:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?conference wdt:P276 ?location .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the start dates, end dates, short names, and locations of all ISWC conferences?", "Show me the schedule details (short name, start and end dates, and location) for every International Semantic Web Conference edition."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q6053150> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var5 . } } LIMIT 100"}}
{"id": "val_7815", "question": "List the International Semantic Web Conference editions with their ordinal number, start date, location, and coordinates.", "sparql": "SELECT ?conference ?shortName ?ordinal ?startDate ?locationLabel ?coordinates WHERE { ?conference p:P179 ?statement . ?statement ps:P179 wd:Q6053150 ; pq:P1545 ?ordinal . OPTIONAL { ?conference wdt:P1813 ?shortName . } OPTIONAL { ?conference wdt:P580 ?startDate . } OPTIONAL { ?conference wdt:P276 ?location . ?location rdfs:label ?locationLabel . ?location wdt:P625 ?coordinates . FILTER (LANG(?locationLabel) = \"en\") } } LIMIT 100", "paraphrases": ["What are the short names, ordinal numbers, start dates, locations, and geographic coordinates of all conferences in the International Semantic Web Conference series?", "Show me the details of each International Semantic Web Conference, including its series number, when it was held, where it took place (in English), and its location coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q6053150> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P179> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P179> <http://www.wikidata.org/entity/Q6053150> . ?var7 <http://www.wikidata.org/prop/qualifier/P1545> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . ?var8 <http://www.wikidata.org/prop/direct/P625> ?var6 . } FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_7816", "question": "Who is buried in Evergreen Cemetery in Menomonie, Wisconsin, and what is their description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P119 wd:Q5417184 .\n  ?person rdfs:label ?personLabel .\n  ?person schema:description ?description .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n}", "paraphrases": ["List people buried at Evergreen Cemetery along with their biographical descriptions.", "What are the names and descriptions of individuals interred at Evergreen Cemetery?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q5417184> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7817", "question": "What is the image associated with the SNAC ARK ID w6v12qnw?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6v12qnw\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image for James J. Davis, who has the SNAC ARK ID w6v12qnw?", "I need the image file from Wikimedia Commons for the person identified by the SNAC ARK ID w6v12qnw."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6v12qnw\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7818", "question": "What are the properties of the Yellow River, along with the count of values and their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?pl ) AS ?propertyLabel ) ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q7355 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?pl .\n  FILTER ( LANG( ?pl ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For each property of the Yellow River, what is its English name, how many values does it have, and what are those values in English?", "Can you list the English labels of properties associated with the Yellow River, how many times each property is used, and the corresponding values?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q7355> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_7819", "question": "Which Wikidata item has the Twitter username \"frimelle\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"frimelle\" } }", "paraphrases": ["Who is the person on Wikidata with the Twitter handle frimelle?", "Show me the Wikidata entity linked to the Twitter account @frimelle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"frimelle\" ) ( \"Theoliane\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7820", "question": "What is the Twitter username for Lucie-Aim\u00e9e Kaffee?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?user ?username WHERE {\n  wd:Q37860261 wdt:P2002 ?username .\n}", "paraphrases": ["Find the X (Twitter) account of the Wikimedian computer scientist Lucie-Aim\u00e9e Kaffee.", "Show me the Twitter handle associated with the Wikidata item for Lucie-Aim\u00e9e Kaffee."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"frimelle\" ) ( \"string1\" ) ( \"SourceGoat\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7821", "question": "What is the type, location, coordinates, and inception date of the Arrondissement of Saint-Pierre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?type ?typeLabel ?location ?coordinates ?inception WHERE {\n  wd:Q702426 wdt:P31 ?type .\n  wd:Q702426 wdt:P131 ?location .\n  wd:Q702426 wdt:P625 ?coordinates .\n  wd:Q702426 wdt:P571 ?inception .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["Can you tell me what kind of administrative unit the Arrondissement of Saint-Pierre is, where it is located, its geographic coordinates, and when it was established?", "Please provide the classification, administrative location, GPS coordinates, and founding date of the Arrondissement of Saint-Pierre."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q702426> <http://www.wikidata.org/prop/direct/P571> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_7822", "question": "Does World Cup 90 have a Lemon 64 ID of 3268?", "sparql": "ASK WHERE { ?game wdt:P4816 \"3268\" }", "paraphrases": ["Is the Commodore 64 game World Cup 90 registered in the Lemon 64 database with the identifier 3268?", "Confirm if the game World Cup 90 is identified as 3268 in the Lemon 64 database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"3268\". }"}}
{"id": "val_7823", "question": "Horror films listed in Wikidata", "sparql": "SELECT ?film ?filmLabel WHERE { ?film wdt:P136 wd:Q200092 . ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") }", "paraphrases": ["What are some horror films according to Wikidata?", "List the English titles of all films classified under the horror film genre."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q200092> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7824", "question": "Is Wizardry: Proving Grounds of the Mad Overlord listed in Wikidata with Lemon 64 ID 4163?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?game wdt:P4816 \"4163\" .\n}", "paraphrases": ["Does the Commodore 64 game \"Wizardry: Proving Grounds of the Mad Overlord\" have the identifier 4163 in the Lemon 64 database according to Wikidata?", "Confirm if the Lemon 64 ID 4163 corresponds to Wizardry: Proving Grounds of the Mad Overlord in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"4163\". }"}}
{"id": "val_7825", "question": "What are the instance types, administrative locations, coordinates, and inception date of Gol Pond?", "sparql": "SELECT DISTINCT ?instance ?instanceLabel ?location ?coordinates ?inception WHERE { wd:Q3591756 wdt:P31 ?instance . OPTIONAL { ?instance rdfs:label ?instanceLabel . FILTER(LANG(?instanceLabel) = \"en\") } OPTIONAL { wd:Q3591756 wdt:P131 ?location . } OPTIONAL { wd:Q3591756 wdt:P625 ?coordinates . } OPTIONAL { wd:Q3591756 wdt:P571 ?inception . } }", "paraphrases": ["Can you tell me what kind of entity Gol Pond is, where it is located, its coordinates, and when it was created?", "Show me the administrative areas, geographic coordinates, and creation date of Gol Pond, along with its classification(s)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q3591756> <http://www.wikidata.org/prop/direct/P571> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_7826", "question": "What type of organization was the French Resistance, and during which conflict and time period did it operate?", "sparql": "SELECT DISTINCT ?instance ?instanceLabel ?conflict ?conflictLabel ?startTime ?endTime WHERE { wd:Q3457812 wdt:P31 ?instance ; wdt:P607 ?conflict . ?instance rdfs:label ?instanceLabel . ?conflict rdfs:label ?conflictLabel . ?conflict wdt:P580 ?startTime ; wdt:P582 ?endTime . FILTER(LANG(?instanceLabel) = \"en\") FILTER(LANG(?conflictLabel) = \"en\")}", "paraphrases": ["When did World War II take place, and how is the French Resistance connected to it?", "Tell me about the French Resistance: what category does it belong to, and what war was it part of, including its start and end dates?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P31> ?var1 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P585> ?var4 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P580> ?var5 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P580> ?var6 . } OPTIONAL { <http://www.wikidata.org/entity/Q3457812> <http://www.wikidata.org/prop/direct/P571> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_7827", "question": "Is there a Commodore 64 game in Wikidata with Lemon 64 ID 2729?", "sparql": "ASK WHERE { ?game wdt:P4816 \"2729\" . }", "paraphrases": ["Does the game Turrican have the Lemon 64 identifier 2729?", "Confirm if the Lemon 64 ID 2729 corresponds to a game in the Wikidata database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4816> \"2729\". }"}}
{"id": "val_7828", "question": "What are some examples of trading posts in history?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?tradingPost ?tradingPostLabel WHERE {\n  ?tradingPost wdt:P31 wd:Q39463 .\n  ?tradingPost rdfs:label ?tradingPostLabel .\n  FILTER(LANG(?tradingPostLabel) = \"en\")\n}\nLIMIT 21", "paraphrases": ["List up to 21 trading posts along with their names.", "Which historical locations served as trading posts, and what are they called?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39463> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7829", "question": "What is the English name and description of the language with UNESCO ID 1685?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?label ?description WHERE {\n  ?language wdt:P2355 \"1685\" .\n  OPTIONAL {\n    ?language rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?language schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Which language is identified by the UNESCO Atlas of the World's Languages in Danger ID 1685, and what is its English label and description?", "Show me the English name and description of the endangered language with UNESCO ID 1685."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2355> \"1685\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7830", "question": "Who are the humans named Alain Mah\u00e9 in French?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Alain Mah\u00e9\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Which people named Alain Mah\u00e9 are listed with a French label in Wikidata?", "List all individuals with the French name 'Alain Mah\u00e9' who are classified as human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Alain Mahe\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_7831", "question": "What are the places within 740 meters of Mitchell railway station, and what administrative regions are they in?", "sparql": "SELECT ?place ?placeLabel ?coord ?admin ?adminLabel WHERE { wd:Q14935497 wdt:P625 ?centerCoord . ?place wdt:P625 ?coord . FILTER(geof:distance(?centerCoord, ?coord) < 0.74) . OPTIONAL { ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") } OPTIONAL { ?place wdt:P131 ?admin . ?admin rdfs:label ?adminLabel . FILTER(LANG(?adminLabel) = \"en\") } } ORDER BY ASC(?placeLabel)", "paraphrases": ["List nearby landmarks and institutions near Mitchell railway station in Queensland, including their names and local government areas.", "Show all English-labeled locations close to Mitchell railway station (within 0.74 km), along with their coordinates and the Queensland region they belong to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q14935497> <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"740\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7832", "question": "Who are the human members of the Black Lunch Table who were born, died, or lived in New York City or its administrative areas?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?birthPlaceLabel ?deathPlaceLabel ?residenceLabel WHERE {\n  ?person wdt:P463 wd:Q28781198 .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER(LANG(?birthPlaceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person wdt:P20 ?deathPlace .\n    ?deathPlace rdfs:label ?deathPlaceLabel .\n    FILTER(LANG(?deathPlaceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person wdt:P551 ?residence .\n    ?residence rdfs:label ?residenceLabel .\n    FILTER(LANG(?residenceLabel) = \"en\")\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  {\n    ?person(wdt:P19 | wdt:P20 | wdt:P551) wd:Q60 .\n  } UNION {\n    ?person(wdt:P19 | wdt:P20 | wdt:P551) ?loc .\n    ?loc wdt:P131 * wd:Q60 .\n  }\n}\nORDER BY ASC(?personLabel)", "paraphrases": ["List all humans affiliated with the Black Lunch Table and their birthplaces, death places, or residences in New York City or its boroughs.", "Show me members of the Black Lunch Table who have any connection (birth, death, or residence) to New York City, including places like Brooklyn or Queens that are part of it."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P972> <http://www.wikidata.org/entity/Q28781198> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . { ?var1 ( <http://www.wikidata.org/prop/direct/P19> | <http://www.wikidata.org/prop/direct/P20> | <http://www.wikidata.org/prop/direct/P551> ) <http://www.wikidata.org/entity/Q60> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P19> | <http://www.wikidata.org/prop/direct/P20> | <http://www.wikidata.org/prop/direct/P551> ) ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q60> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } GROUP BY ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ORDER BY ASC( ?var1Label )"}}
{"id": "val_7833", "question": "How many people who were citizens of Canada East have a picture on Wikimedia Commons?", "sparql": "SELECT (COUNT(DISTINCT ?person) AS ?count) WHERE { ?person wdt:P27 wd:Q2935756 . ?person wdt:P18 ?image .}", "paraphrases": ["What is the number of historical figures from Canada East with an associated image?", "List the count of individuals from Canada East who have images documented on Commons."], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT ?var1 ) AS ?var2 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q2935756> . } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . }"}}
{"id": "val_7834", "question": "How many humans were born between January 1 and June 30, 1911?", "sparql": "SELECT ?birthYear (COUNT(?human) AS ?count) WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P569 ?birth . BIND(YEAR(?birth) AS ?birthYear) FILTER(?birth >= \"1911-01-01\"^^xsd:date && ?birth < \"1911-07-01\"^^xsd:date) } GROUP BY ?birthYear", "paraphrases": ["Can you tell me the number of people born in the first half of 1911?", "What is the count of individuals born in 1911 from the start of the year until June 30?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var4 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var5 . } BIND ( STR ( YEAR ( ?var4 ) ) AS ?var1 ). FILTER ( ( ( ?var4 >= \"1911-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"1911-07-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_7835", "question": "List artists with RKDartists IDs from Wikidata.", "sparql": "SELECT ?item ?id WHERE { ?item wdt:P650 ?id . } LIMIT 100", "paraphrases": ["Which artists have an RKDartists ID, and what are those IDs?", "Show me up to 100 artists from Wikidata that are assigned an RKDartists ID along with their identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/entity/P650> ?var2 . } LIMIT 100"}}
{"id": "val_7836", "question": "Works about Georgia with their authors, languages, and publication dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?title ?author ?language ?publicationDate WHERE {\n  ?work p:P921 ?statement .\n  ?statement ps:P921 wd:Q230 .\n  OPTIONAL {\n    ?work wdt:P1476 ?title .\n  }\n  OPTIONAL {\n    ?work wdt:P50 ?author .\n  }\n  OPTIONAL {\n    ?work wdt:P407 ?language .\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?publicationDate .\n  }\n}\nLIMIT 100", "paraphrases": ["What are the books and articles about Georgia, and who wrote them, in what language, and when were they published?", "Show me all works that have Georgia as their main subject, along with their titles, authors, languages, and publication years."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q230> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7837", "question": "What properties are used to describe places located in the municipality of Oss?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?property WHERE {\n  ?item wdt:P131 wd:Q9859 .\n  ?item ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}", "paraphrases": ["Can you list all the direct properties (like population, name, etc.) associated with locations in Oss, Netherlands?", "I want to know all the direct claims (e.g., population, ID numbers) about places that are administratively part of Oss."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q9859> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7838", "question": "Cities with their earliest written records, sorted from most recent to oldest.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?earliestRecord WHERE {\n  ?city wdt:P1249 ?earliestRecord .\n  ?city wdt:P31 wd:Q515 .\n}\nORDER BY DESC ( ?earliestRecord )", "paraphrases": ["Which cities have the most recent first historical mentions, and when were they first recorded?", "List cities along with the date of their earliest known written record, ordered from newest to oldest."], "info": {"raw_sparql": "SELECT ?var1 ( ?var2 AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . } ORDER BY DESC( ?var3 )"}}
{"id": "val_7839", "question": "VIAF ID of Irenaeus", "sparql": "SELECT ?viafId WHERE { wd:Q182123 wdt:P214 ?viafId . } LIMIT 1", "paraphrases": ["What is the VIAF identifier for Irenaeus?", "Can you provide a VIAF cluster ID for the 2nd-century theologian Irenaeus?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q182123> <http://www.wikidata.org/prop/direct/P214> ?var1 . } LIMIT 1"}}
{"id": "val_7840", "question": "What are the subtopics or aspects of sport?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P1269 wd:Q349 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list the categories that are facets of sport?", "Show me the items that are considered subcategories of sport, such as \"2004 in sports\" or \"July 2008 in sports\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q349> . ?var1 <http://www.wikidata.org/prop/direct/P1269> <http://www.wikidata.org/entity/Q349> . } LIMIT 100"}}
{"id": "val_7841", "question": "What is the RKDartists ID of Claude Monet?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?rkdId WHERE {\n  wd:Q296 wdt:P650 ?rkdId\n}\nLIMIT 1000", "paraphrases": ["Can you find the RKDartists identifier for the painter Claude Monet?", "What external identifier does Claude Monet have in the RKDartists database?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q296> <http://www.wikidata.org/entity/56860> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P650> ?var2 . } } LIMIT 1000"}}
{"id": "val_7842", "question": "What is the English label of Douglas Adams?", "sparql": "SELECT ?label WHERE { wd:Q42 rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What is Douglas Adams called in English?", "Show the English name of the person with Wikidata ID Q42."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var3 ). BIND ( \"N/A\" AS ?var4 ). BIND ( \"Name\"@de AS ?var1Label ). <http://www.wikidata.org/entity/Q42> <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } UNION { BIND ( ?var3 AS ?var2 ). <http://www.wikidata.org/entity/Q42> ?var4 ?var3 . ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( isLITERAL ( ?var3 ) ) ) . } }"}}
{"id": "val_7843", "question": "What are all the classes that beer is a subclass of, including its ancestors in the taxonomy?", "sparql": "SELECT ?classLabel WHERE { wd:Q44 wdt:P279* ?class . ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["Show me the full hierarchy of categories that beer belongs to as a subclass.", "What abstract categories, like substance or fluid, include beer as a subclass?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q44> ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> *) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_7844", "question": "What is the Swedish label, Commons category, population, ISO 2-letter code, and ISO 3-letter code for Luxembourg?", "sparql": "SELECT ?label ?commonsCategory ?population ?iso2 ?iso3 WHERE { BIND( wd:Q32 AS ?country ) . BIND( \"sv\" AS ?lang ) . ?country rdfs:label ?label . FILTER ( LANGMATCHES( LANG( ?label ), ?lang ) ) . OPTIONAL { ?country wdt:P373 ?commonsCategory } . OPTIONAL { ?country wdt:P1082 ?population } . OPTIONAL { ?country wdt:P297 ?iso2 } . OPTIONAL { ?country wdt:P298 ?iso3 } .}", "paraphrases": ["Can you tell me the Swedish name of Luxembourg along with its population, Wikimedia Commons category, and its ISO country codes?", "Show me Luxembourg\u2019s details in Swedish: its name, population, Commons category, and ISO 3166-1 codes."], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P373> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P32> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P45> ?var6 } WHERE { BIND ( <http://www.wikidata.org/entity/Q32> AS ?var1 ). BIND ( \"sv\" AS ?var7 ). ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P373> ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P32> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P45> ?var6 . } FILTER ( ( LANGMATCHES ( LANG ( ?var2Label ) , ?var7 ) ) ) . }"}}
{"id": "val_7845", "question": "Is there a Twitter/X account with username \"plast\" in Wikidata?", "sparql": "ASK WHERE { ?entity wdt:P2002 \"plast\" . }", "paraphrases": ["Does any organization or entity on Wikidata have the Twitter username \"plast\"?", "Can you confirm that the Ukrainian scouting organization Plast has the Twitter handle \"plast\" listed in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"plast\". }"}}
{"id": "val_7846", "question": "Movie with elFilm ID 56887", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"56887\" . }", "paraphrases": ["What movie has the elFilm ID 56887?", "Tell me the movie that corresponds to the elFilm ID 56887."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"56887\". }"}}
{"id": "val_7847", "question": "What do Arizona and the Super Bowl have in common?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ?value WHERE {\n  wd:Q816 ?property ?value .\n  wd:Q32096 ?property ?value .\n  FILTER(?property != rdf:type)\n}\nORDER BY ?property", "paraphrases": ["Which country is both Arizona and the Super Bowl associated with?", "What shared property links Arizona and the Super Bowl in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q816> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32096> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7848", "question": "Does any entity have the Twitter username 'olympics'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P2002 \"olympics\" .\n}", "paraphrases": ["Is there an entity on Wikidata with the X (Twitter) handle 'olympics'?", "Check if the Twitter username 'olympics' is assigned to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"olympics\". }"}}
{"id": "val_7849", "question": "What is the common field that connects Reuters and Amanda Petrusich?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?concept ?conceptLabel WHERE {\n  wd:Q11030 rdfs:label ?conceptLabel .\n  FILTER ( LANG( ?conceptLabel ) = \"en\" ) BIND( wd:Q11030 AS ?concept )\n}", "paraphrases": ["What profession or industry do Reuters and Amanda Petrusich both belong to?", "What is the shared domain of activity between the news agency Reuters and the music journalist Amanda Petrusich?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q130879> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16199458> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7850", "question": "What is the most specific category that both Formula One drivers and public companies belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  wd:Q82652 wdt:P31 ?type1 .\n  wd:Q248 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?common .\n  ?type2 wdt:P279 * ?common .\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  .\n  FILTER(CONTAINS(STR(?label) , \"person or organization\"))\n}", "paraphrases": ["What is the common superclass of Felipe Massa's occupation and Intel's type?", "Which ontological category is the least common ancestor of a Formula One driver and a public company?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q82652> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q248> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7851", "question": "Who is an actor from Brazil?", "sparql": "SELECT ?actor ?actorLabel WHERE { ?actor wdt:P106 wd:Q33999 ; wdt:P17 wd:Q155 . ?actor rdfs:label ?actorLabel FILTER(LANG(?actorLabel) = 'en') } ORDER BY ?actorLabel LIMIT 1", "paraphrases": ["Can you list one Brazilian actor?", "Which person has the occupation of actor and is from Brazil?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q155> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q241471> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7852", "question": "What is the most specific category that both Thomson Reuters and Intel belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ( COUNT( ?superclass ) AS ?depth ) WHERE {\n  wd:Q1141267 wdt:P31 ?commonClass .\n  wd:Q248 wdt:P31 ?commonClass .\n  ?commonClass wdt:P279 + ?superclass .\n}\nGROUP BY ?commonClass\nORDER BY DESC ( ?depth )\nLIMIT 1", "paraphrases": ["Which class, shared by Intel and Thomson Reuters, has the most superclasses in the Wikidata hierarchy?", "Find the common class with the deepest hierarchy that both Intel and Thomson Reuters are instances of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1141267> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q248> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7853", "question": "What is the most specific shared category that both Berlin and India belong to, based on their types and their hierarchical relationships?", "sparql": "SELECT ?ancestor (COUNT(?mid1) + COUNT(?mid2) AS ?totalDistance)\nWHERE {\n  wd:Q64 wdt:P31 ?typeBerlin .\n  wd:Q668 wdt:P31 ?typeIndia .\n\n  ?typeBerlin wdt:P279 ?mid1 .\n  ?mid1 wdt:P279 ?ancestor .\n\n  ?typeIndia wdt:P279 ?mid2 .\n  ?mid2 wdt:P279 ?ancestor .\n\n  FILTER(?ancestor != ?typeBerlin)\n  FILTER(?ancestor != ?typeIndia)\n}\nGROUP BY ?ancestor\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["What is the common administrative classification that includes both Berlin and India, considering their hierarchical subclass relationships?", "Find the nearest common ancestor in the subclass hierarchy between the types of Berlin and India."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7854", "question": "What entities have a Freebase ID and an alternative label containing 'mountain'?", "sparql": "SELECT ?item WHERE { ?item wdt:P646 ?fid . ?item skos:altLabel ?altLabel . FILTER(LANG(?altLabel) = 'en') . FILTER(CONTAINS(LCASE(?altLabel), \"mountain\")) }", "paraphrases": ["Which items in Wikidata are known by the term 'mountain' in their alternative labels and have a Freebase identifier?", "List all entities with a Freebase ID whose English alternative labels include the word 'mountain'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P31> ) ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var3 . ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var4 . FILTER ( ( REGEX ( ?var4 , \"string1\" ) ) ) . }"}}
{"id": "val_7855", "question": "What is the most specific category that both Silicon Valley and the West Bank are instances of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q163820 wdt:P31 ?typeSV .\n  wd:Q36678 wdt:P31 ?typeWB .\n  ?typeSV wdt:P279 * wd:Q82794 .\n  ?typeWB wdt:P279 * wd:Q82794 .\n  wd:Q82794 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What do Silicon Valley and the West Bank have in common in terms of their classification in Wikidata?", "Which broader category includes both Silicon Valley and the West Bank according to their types in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36678> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7856", "question": "Does the European External Action Service have the Twitter username eu_eeas?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?entity wdt:P2002 \"eu_eeas\" .\n}", "paraphrases": ["Is the X (Twitter) handle for the European External Action Service eu_eeas?", "Confirm if eu_eeas is the official X username for the European External Action Service."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"eu_eeas\". }"}}
{"id": "val_7857", "question": "What is the most specific category that both India and London belong to through their class hierarchies?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q6256 wdt:P279* ?ancestor . wd:Q515 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER (?ancestor != wd:Q6256 && ?ancestor != wd:Q515) FILTER (LANG(?label) = \"en\") } ORDER BY ASC(?ancestor) LIMIT 1", "paraphrases": ["What is the common superclass of the class that India is an instance of and the class that London is an instance of?", "What is the most specific concept that includes both countries and cities in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q84> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7858", "question": "What is the most specific shared category between the Las Vegas Strip and South Dakota in the Wikidata hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?dist1 ?dist2 WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q79007 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q35657 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER ( ?ancestor != wd:Q79007 && ?ancestor != wd:Q35657 )\n}\nORDER BY ( ?dist1 + ?dist2 )\nLIMIT 1", "paraphrases": ["Which entity is the closest common ancestor of the Las Vegas Strip and South Dakota when tracing their subclass relationships?", "Find the entity that requires the fewest total subclass steps to reach from both the Las Vegas Strip and South Dakota."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q745608> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1211> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7859", "question": "Entities with English labels and Freebase IDs, along with their significant events.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?label ?event ?freebaseId WHERE {\n  ?entity wdt:P793 ?event .\n  ?entity rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  ?entity wdt:P646 ?freebaseId .\n}", "paraphrases": ["Which entities have significant events recorded in Wikidata, and what are their English names and Freebase IDs?", "Show me a list of entities, their English names, Freebase IDs, and the notable events associated with them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P793> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var4 . }"}}
{"id": "val_7860", "question": "Where is Twitter headquartered?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?headquarters WHERE {\n  wd:Q918 wdt:P159 ?headquarters .\n}", "paraphrases": ["What city is the headquarters of Twitter located in?", "How are Twitter and San Francisco related?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q918> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7861", "question": "What is the most closely related common superclass between Japan and the United States Fleet Forces Command, based on the sum of subclass hops?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q3624078 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q105499501 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Find the entity that is a subclass ancestor of both Japan and the US Fleet Forces Command with the minimum total distance in the subclass hierarchy.", "Which common superclass of Japan and the US Fleet Forces Command has the shortest combined path length in the subclass tree?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2297940> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q17> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7862", "question": "What Wikidata item has the IMDb ID nm0001569?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"nm0001569\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person associated with the IMDb identifier nm0001569?", "Show me the name of the person with IMDb ID nm0001569."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/nm0001569> <http://www.wikidata.org/prop/direct/P345> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7863", "question": "What is the most specific concept that is a subclass of both a journalist and a business?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class WHERE {\n  wd:Q1930187 wdt:P279 * ?class .\n  wd:Q4830453 wdt:P279 * ?class .\n  FILTER(?class != wd:Q1930187 && ?class != wd:Q4830453)\n  OPTIONAL {\n    ?class wdt:P279 ?child .\n  }\n}\nGROUP BY ?class\nORDER BY ASC(COUNT(?child))\nLIMIT 1", "paraphrases": ["Which entity is reachable from both Kelly Wallace's occupation and Qualcomm's type via the fewest subclass steps?", "Find the common superclass of journalist and business that is most specific in the Wikidata ontology."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6386328> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q544847> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7864", "question": "Airports in the Netherlands", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?airport WHERE {\n  ?airport wdt:P31 wd:Q1248784 ; wdt:P17 wd:Q55 .\n}", "paraphrases": ["What airports are located in the Netherlands?", "List all airports in the Netherlands."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var1 ?var2 <http://www.wikidata.org/entity/Q55> . }"}}
{"id": "val_7865", "question": "What is the most general category that both Silicon Valley and Elon Musk belong to, based on their types and their hierarchical ancestors?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common(COUNT(?t1) AS ?dist1)(COUNT(?t2) AS ?dist2)(?dist1 + ?dist2 AS ?total) WHERE {\n  wd:Q163820 wdt:P31 ?t1 .\n  ?t1 wdt:P279 * ?common .\n  wd:Q317521 wdt:P31 ?t2 .\n  ?t2 wdt:P279 * ?common .\n}\nGROUP BY ?common\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["Which philosophical or ontological class is the closest common ancestor between the types of Silicon Valley and Elon Musk?", "Find the shared class in the hierarchy that connects Silicon Valley and Elon Musk with the shortest total path length through their type classifications."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7866", "question": "What are the cities in southern England with their images, Wikimedia Commons categories, and coordinates?", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?postalCode WHERE { VALUES ?item { wd:Q179224 wd:Q29303 wd:Q180179 wd:Q180180 wd:Q180181 wd:Q207639 wd:Q180183 wd:Q180184 } ?item wdt:P625 ?location . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?postalCode . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["Show me landmarks in Kent and West Sussex along with their photos, Commons categories, and geographic locations.", "List towns in southern England including their postal codes, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-5 51)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-1 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_7867", "question": "List all current sovereign countries with their capitals and ISO codes, in alphabetical order.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel ?capital ?capitalLabel ?isoCode WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  OPTIONAL {\n    ?country wdt:P36 ?capital .\n    ?capital rdfs:label ?capitalLabel .\n    FILTER(LANG(?capitalLabel) = \"en\")\n  }\n  FILTER(NOT EXISTS {\n    ?country wdt:P31 wd:Q3024240 .\n  })\n  OPTIONAL {\n    ?country wdt:P297 ?isoCode .\n  }\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nORDER BY ASC(?countryLabel)", "paraphrases": ["What are the names, capitals, and ISO 3166-1 codes of all existing sovereign states, with labels in English?", "Please provide a list of all active countries, including their English names, capital cities, and two-letter ISO codes, sorted alphabetically by country name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P36> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P297> ?var3 . } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_7868", "question": "What is the most specific common category that both Iron Man and Thor (Marvel) belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q180704 wdt:P31 ?commonClass .\n  wd:Q717588 wdt:P31 ?commonClass .\n}", "paraphrases": ["Which class do Iron Man and Thor (Marvel) have in common?", "What is the shared superclass of Iron Man and Thor in the Marvel Comics universe?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43263422> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q180704> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7869", "question": "Top chess tournaments and Chess Olympiads by number of non-French media references.", "sparql": "SELECT ?event (COUNT(DISTINCT ?mediaItem) AS ?mediaCount)\nWHERE {\n  {\n    ?event wdt:P31 wd:Q2210277 .  # chess tournament\n  } UNION {\n    ?event wdt:P31 wd:Q428303 .   # Chess Olympiad\n  }\n  ?mediaItem schema:about ?event .\n  FILTER NOT EXISTS {\n    ?frenchMediaItem schema:about ?event ;\n                     schema:inLanguage \"fr\" .\n  }\n}\nGROUP BY ?event\nORDER BY DESC(?mediaCount)\nLIMIT 100", "paraphrases": ["Which chess tournaments and Chess Olympiads have the most Wikipedia or Wikimedia media items, excluding French-language ones?", "Show me the 100 most documented chess events (tournaments and Olympiads) based on how many non-French articles or images are linked to them on Wikimedia projects."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2210277> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q428303> . } ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"fr\". } ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_7870", "question": "What is the most general category that both Instagram and Kim Jong belong to?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q209330 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonAncestor . wd:Q6408963 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonAncestor . } ORDER BY ASC(?commonAncestor) LIMIT 1", "paraphrases": ["Which top-level class in Wikidata\u2019s ontology includes both the types of Instagram and Kim Jong?", "Find the highest-level shared superclass between Instagram and Kim Jong in the Wikidata knowledge graph."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q209330> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6408963> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7871", "question": "What territories and historical events were part of or associated with the Kingdom of England?", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { BIND(wd:Q179876 AS ?kingdom) { ?var1 wdt:P131 ?kingdom . } UNION { ?var1 wdt:P17 ?kingdom . } FILTER(?var1 != ?kingdom) OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } }", "paraphrases": ["List all places and institutions that were under the sovereignty of the Kingdom of England.", "Which regions and documents are linked to the Kingdom of England in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q179876> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_7872", "question": "Scholarly articles published in any year except those with Arabic descriptions.", "sparql": "SELECT ?article ?publicationDate WHERE { ?article wdt:P31 wd:Q13442814 . ?article wdt:P577 ?publicationDate . MINUS { ?article schema:description ?description . FILTER (LANG(?description) = \"ar\") } } LIMIT 1000", "paraphrases": ["What are the publication dates of scholarly articles that do not have an Arabic description?", "List the publication dates of academic papers that are not described in Arabic."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . MINUS { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ar\" ) ) ) . } } LIMIT 1000"}}
{"id": "val_7873", "question": "List of chemical compounds that are subclasses of halon.", "sparql": "SELECT ?halon WHERE { ?halon wdt:P279 wd:Q11861249 . }", "paraphrases": ["What are the known types of halon compounds in Wikidata?", "Show me all the halon chemicals modeled in Wikidata as subclasses of halon."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11861249> . }"}}
{"id": "val_7874", "question": "Wikipedia pages about TERMIUM Plus and their languages", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?page ?language WHERE {\n  ?page schema:about wd:Q3518487 ; schema:inLanguage ?language .\n}", "paraphrases": ["In which languages are there Wikipedia pages about TERMIUM Plus?", "Show me the URLs of Wikipedia articles about TERMIUM Plus and the languages they are written in."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://schema.org/about> <http://www.wikidata.org/entity/Q3518487> ; <http://schema.org/inLanguage> ?var2 . }"}}
{"id": "val_7875", "question": "What is the most general category that both the Cleveland Guardians baseball team and the Ponzi scheme belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q13027888 wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 ?ancestor .\n  wd:Q219407 wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 ?ancestor .\n  FILTER(?ancestor = wd:Q35120)\n}", "paraphrases": ["Which top-level entity in Wikidata is an ancestor of both the Cleveland Guardians and the Ponzi scheme?", "What is the highest-level class that includes both a baseball team and a financial fraud scheme?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642553> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219407> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7876", "question": "What is the most specific common superclass of Fran\u00e7ois Hollande and Instagram in the Wikidata taxonomy?", "sparql": "SELECT ?ancestor ?label ( (?dist1 + ?dist2) AS ?totalDistance ) WHERE { { SELECT ?ancestor (COUNT(?mid) + 1 AS ?dist1) WHERE { wd:Q157 wdt:P31 ?type1 . ?type1 wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . FILTER(?mid != ?ancestor) } GROUP BY ?ancestor LIMIT 10 } { SELECT ?ancestor (COUNT(?mid) + 1 AS ?dist2) WHERE { wd:Q209330 wdt:P31 ?type2 . ?type2 wdt:P279+ ?mid . ?mid wdt:P279* ?ancestor . FILTER(?mid != ?ancestor) } GROUP BY ?ancestor LIMIT 10 } ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?totalDistance) LIMIT 1", "paraphrases": ["Which entity is the closest common ancestor in the subclass hierarchy between Fran\u00e7ois Hollande and Instagram, and what is the total distance from both?", "Find the shared parent class in Wikidata\u2019s hierarchy that is least distant from both Fran\u00e7ois Hollande and Instagram, and return the sum of their distances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q209330> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7877", "question": "What is the most specific shared category that both American Airlines and the Liberal Democratic Party belong to?", "sparql": "SELECT DISTINCT ?common ?commonLabel WHERE { wd:Q32396 wdt:P31 ?class1 . wd:Q232595 wdt:P31 ?class2 . ?class1 wdt:P279* wd:Q155076 . ?class2 wdt:P279* wd:Q155076 . wd:Q155076 rdfs:label ?commonLabel . FILTER(LANG(?commonLabel) = \"en\") BIND(wd:Q155076 AS ?common) }", "paraphrases": ["Which superclass concept is common to both the airline American Airlines and the Japanese political party Liberal Democratic Party?", "Are there any common higher-level categories linking American Airlines and the Liberal Democratic Party, and what is it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q232595> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7878", "question": "What is the most specific common category that both the Metropolitan Transportation Authority and Ramallah belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  BIND( wd:Q35120 AS ?commonAncestor )\n}", "paraphrases": ["What is the highest-level class that includes both the MTA and the city of Ramallah in Wikidata's ontology?", "What do the Metropolitan Transportation Authority and Ramallah have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1146109> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q158119> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7879", "question": "Municipalities in France with English labels", "sparql": "SELECT ?municipality ?label WHERE { ?municipality (wdt:P31/wdt:P279*) wd:Q15284 . ?municipality wdt:P17 wd:Q142 . ?municipality rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1000", "paraphrases": ["What are the municipalities in France and what are their English names?", "List all municipalities in France along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15284> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P6> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_7880", "question": "What is the most specific shared category that includes both Hans Albers' and Joe Maddon's occupations?", "sparql": "SELECT ?commonClass ?label\nWHERE {\n  wd:Q561231 wdt:P106 ?hansOcc .\n  wd:Q1093629 wdt:P106 ?joeOcc .\n  ?commonClass rdfs:label ?label .\n  FILTER (?commonClass = wd:Q12737077)\n  FILTER (lang(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["What is the common superclass in Wikidata's taxonomy that connects the occupations of Hans Albers and Joe Maddon?", "What is the highest-level occupation category that both Hans Albers and Joe Maddon belong to through their professional roles?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q561231> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1093629> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7881", "question": "What is the most specific shared category (ancestor) between NASA and Dundee United F.C. in the Wikidata taxonomy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass(?path1 + ?path2 AS ?totalPath) WHERE {\n  {\n    SELECT ?commonSuperclass(COUNT(?mid) AS ?path1) WHERE {\n      wd:Q23548 wdt:P31 ?cls1 .\n      ?cls1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n  {\n    SELECT ?commonSuperclass(COUNT(?mid) AS ?path2) WHERE {\n      wd:Q192873 wdt:P31 ?cls2 .\n      ?cls2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n}\nORDER BY ASC(?totalPath)\nLIMIT 1", "paraphrases": ["Which entity is the closest common superclass of NASA and Dundee United F.C., and how many subclass steps does it take to reach it from each?", "Find the lowest common ancestor in the subclass hierarchy of NASA and Dundee United F.C., ordered by the sum of the shortest paths from each to the ancestor."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23548> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q192873> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7882", "question": "Images of plants and animals associated with Dave Goulson", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q17285396 wdt:P18 ?image .\n  } UNION {\n    wd:Q17285396 ?property ?entity .\n    ?entity wdt:P18 ?image .\n    FILTER ( ?entity != wd:Q5 ) .\n    ?entity wdt:P31 / wdt:P279 * wd:Q16521 .\n  } UNION {\n    ?work wdt:P50 wd:Q17285396 .\n    ?work wdt:P921 ?topic .\n    ?topic wdt:P18 ?image .\n    ?topic wdt:P31 / wdt:P279 * wd:Q16521 .\n  }\n}", "paraphrases": ["What images of biological species are linked to Dave Goulson, either directly or through his published works?", "Show me all Wikimedia Commons images of plants, insects, and other organisms connected to Dave Goulson\u2019s research or writings."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q17285396> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q17285396> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q17285396> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_7883", "question": "What is the most specific category that both humans and intergovernmental organizations belong to, based on the shortest path in the subclass hierarchy?", "sparql": "SELECT ?common (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?common (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q5 wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* ?common .\n    }\n    GROUP BY ?common\n  }\n  {\n    SELECT ?common (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q483569 wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* ?common .\n    }\n    GROUP BY ?common\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor of \"human\" and \"intergovernmental organization\" in Wikidata\u2019s ontology, measured by total subclass steps?", "Find the least common superclass of humans and intergovernmental organizations by minimizing the sum of subclass distances in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q129591> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1065> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7884", "question": "What is the most general category that both the surname \"Zhang\" and the United Nations belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ( ( ?distZhang + ?distUN ) AS ?totalDist ) WHERE {\n  VALUES ?zhangClass {\n    wd:Q101352 wd:Q1093580\n  }\n  VALUES ?unClass {\n    wd:Q245065 wd:Q484652\n  }\n  BIND( wd:Q3778211 AS ?commonClass ) BIND( 3 AS ?distZhang ) BIND( 2 AS ?distUN )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["What concept is the closest common superclass of the family name Zhang and the United Nations in the Wikidata taxonomy?", "Which entity is the highest-level shared classification between Chinese surnames and international organizations like the UN?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804909> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1065> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7885", "question": "What is the most specific category that both humans and ethnic groups belong to in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?commonAncestorLabel WHERE {\n  wd:Q5 wdt:P279 * ?commonAncestor .\n  wd:Q41710 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?commonAncestorLabel .\n  FILTER ( LANG( ?commonAncestorLabel ) = \"en\" )\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What is the common ancestor class of Shinz\u014d Abe and Native Americans in the United States based on their types?", "Which high-level category includes both individuals like Shinz\u014d Abe and groups like Native Americans in the United States?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q132345> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49297> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7886", "question": "What is the most specific common superclass of Williams Racing and the Liberal Democratic Party?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?commonAncestor WHERE {\n  BIND( wd:Q43229 AS ?commonAncestor ) wd:Q171337 wdt:P31 ?c1 .\n  ?c1 wdt:P279 ?c2 .\n  ?c2 wdt:P279 ?c3 .\n  ?c3 wdt:P279 ?c4 .\n  ?c4 wdt:P279 ?commonAncestor .\n  wd:Q232595 wdt:P31 ?d1 .\n  ?d1 wdt:P279 ?d2 .\n  ?d2 wdt:P279 ?commonAncestor .\n}", "paraphrases": ["What category do both Williams Racing and the Liberal Democratic Party belong to in the Wikidata hierarchy?", "What is the highest-level class that both Williams F1 and the Liberal Democratic Party of Japan are subclasses of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q232595> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q171337> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7887", "question": "What is the most specific shared category between Amy Tan and All Nippon Airways in the Wikidata hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  wd:Q234989 wdt:P31 ?type1 .\n  wd:Q204284 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n}\nORDER BY ?commonAncestor\nLIMIT 1", "paraphrases": ["What is the highest-level common type that both Amy Tan and All Nippon Airways belong to?", "Find the most general category that includes both a human writer and an airline company in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234989> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q204284> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7888", "question": "French actors with nationality in France", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q142 ; wdt:P106 wd:Q33999 .\n  ?person rdfs:label ?personLabel\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ASC(?personLabel)\nLIMIT 10", "paraphrases": ["Who are some French actors?", "List ten actors from France."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q142> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q125017> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7889", "question": "What category do Angela Merkel and Uma Thurman both belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class WHERE {\n  wd:Q567 wdt:P31 ?class .\n  wd:Q125017 wdt:P31 ?class .\n}", "paraphrases": ["What is the common class that both Angela Merkel and Uma Thurman are instances of?", "Which human category is shared by both the former German chancellor and the American actress?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q567> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q125017> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7890", "question": "What is the most specific category that both NHK and the Pittsburgh Steelers belong to through their type hierarchies?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor WHERE {\n  wd:Q212128 wdt:P31 ?type1 .\n  wd:Q191477 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?ancestor .\n  ?type2 wdt:P279 * ?ancestor .\n  FILTER ( ?ancestor = wd:Q43229 )\n}", "paraphrases": ["What is the common superclass in the subclass hierarchy connecting NHK and the Pittsburgh Steelers?", "Which organization type is the highest-level shared category between NHK and the Pittsburgh Steelers?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212128> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q191477> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7891", "question": "What is the most specific category that both Slidell and Hong Kong belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lca WHERE {\n  VALUES ?lca {\n    wd:Q515\n  }\n}", "paraphrases": ["What do Slidell and Hong Kong have in common in terms of their classification in Wikidata?", "What is the shared superclass of Slidell and Hong Kong in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q988156> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8646> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7892", "question": "What country do Sioux Falls and Hartsfield\u2013Jackson Atlanta International Airport both belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel WHERE {\n  wd:Q131335 wdt:P17 ?country .\n  wd:Q214861 wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Which country is shared by the city of Sioux Falls and the Atlanta airport?", "Find the common country of Sioux Falls and Hartsfield\u2013Jackson Atlanta International Airport."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q214861> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7893", "question": "What is the most specific shared category of Sioux Falls and Beverly Hills?", "sparql": "SELECT ?commonClass (2 AS ?totalDistance)\nWHERE {\n  wd:Q131335 wdt:P31 ?commonClass .\n  wd:Q127856 wdt:P31 ?commonClass .\n}\nLIMIT 1", "paraphrases": ["What class do both Sioux Falls and Beverly Hills belong to, and what is the sum of their distances to that class in the instance hierarchy?", "Find the common class that both Sioux Falls and Beverly Hills are instances of, and return the total number of steps from each city to that class."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q127856> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7894", "question": "What is the most specific shared administrative category between Queens and North Rhine-Westphalia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q18424 wdt:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q1198 wdt:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER ( ?ancestor != wd:Q18424 && ?ancestor != wd:Q1198 )\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["What is the lowest common superclass in the Wikidata hierarchy that both Queens and North Rhine-Westphalia belong to?", "Find the administrative entity type that is the most specific common ancestor of Queens and North Rhine-Westphalia, based on their classification types."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18424> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1198> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7895", "question": "What is the most specific category that both Afghanistan and Auckland belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass ?commonSuperclassLabel WHERE {\n  wd:Q889 wdt:P31 ?afgType .\n  ?afgType wdt:P279 ?p1 .\n  ?p1 wdt:P279 ?commonSuperclass .\n  wd:Q37100 wdt:P31 ?auckType .\n  ?auckType wdt:P279 ?p2 .\n  ?p2 wdt:P279 ?commonSuperclass .\n  ?commonSuperclass rdfs:label ?commonSuperclassLabel .\n  FILTER ( LANG( ?commonSuperclassLabel ) = \"en\" )\n}\nGROUP BY ?commonSuperclass ?commonSuperclassLabel\nORDER BY ?commonSuperclassLabel\nLIMIT 1", "paraphrases": ["What administrative category do Afghanistan and Auckland share in the Wikidata hierarchy?", "What is the highest-level class that includes both Afghanistan and Auckland as subclasses?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7896", "question": "What is a common category that both Sydney and the Cleveland Guardians belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common WHERE {\n  wd:Q3130 wdt:P31 ?c1 .\n  wd:Q642553 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?common .\n  ?c2 wdt:P279 * ?common .\n}\nLIMIT 1", "paraphrases": ["What is the most specific class that includes both the city of Sydney and the Cleveland Guardians baseball team?", "What superclass do the classes \"city\" and \"baseball team\" have in common?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3130> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642553> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7897", "question": "What direct properties link items to the number 9?", "sparql": "SELECT DISTINCT ?property WHERE { ?item ?property wd:Q19108 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Which properties are used to associate entities with the value 9 in Wikidata?", "Can you list all the properties that have 9 (Q19108) as their value?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q19108> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_7898", "question": "What is the most specific category that both Nevada and the Detroit Lions belong to?", "sparql": "SELECT ?ancestor ?ancestorLabel\nWHERE {\n  wd:Q1227 wdt:P31 ?type1 .\n  wd:Q271880 wdt:P31 ?type2 .\n  ?type1 wdt:P279* ?ancestor .\n  ?type2 wdt:P279* ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nORDER BY DESC(STRLEN(?ancestorLabel))\nLIMIT 1", "paraphrases": ["What is the highest-level class that is common to both the state of Nevada and the Detroit Lions football team?", "What do Nevada and the Detroit Lions have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1227> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q271880> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7899", "question": "What is the most specific category that both Baoding and Beverly Hills belong to through their types?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  VALUES ?type1 {\n    wd:Q1549591 wd:Q748149\n  }\n  VALUES ?type2 {\n    wd:Q1093829\n  }\n  ?type1 wdt:P279 ?commonClass .\n  ?type2 wdt:P279 ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?label)\nLIMIT 1", "paraphrases": ["What is the common subclass of the types of Baoding and Beverly Hills in the Wikidata hierarchy?", "Find the most specific shared category in the subclass hierarchy that includes both Baoding and Beverly Hills."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q58584> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q127856> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7900", "question": "What class do both Houston and Yeosu belong to?", "sparql": "SELECT ?commonType WHERE { wd:Q16555 wdt:P31 ?commonType . wd:Q42125 wdt:P31 ?commonType . }", "paraphrases": ["What is the most specific category shared by the cities of Houston and Yeosu?", "Which type is common to both Houston and Yeosu in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16555> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42125> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7901", "question": "What is the most specific category that both mountains and towns belong to in Wikidata?", "sparql": "SELECT ?common ( ( ?distA + ?distB ) AS ?total ) WHERE { { SELECT ?common (COUNT(?mid) AS ?distA) WHERE { wd:Q4022 wdt:P279+ ?mid . ?mid wdt:P279* ?common . } GROUP BY ?common } { SELECT ?common (COUNT(?mid) AS ?distB) WHERE { wd:Q15284 wdt:P279+ ?mid . ?mid wdt:P279* ?common . } GROUP BY ?common } } ORDER BY ASC(?total) LIMIT 1", "paraphrases": ["Which class is the lowest common ancestor of the class \"mountain\" and the class \"town\" in Wikidata's taxonomy?", "Find the class that is the furthest down the hierarchy that is a superclass of both mountains and towns, and show the total number of steps from each to reach it."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4691173> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2300959> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7902", "question": "Cultural monuments in Kraslice with their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?monument ?monumentLabel ?coordinates WHERE {\n  ?monument wdt:P1435 wd:Q385405 .\n  ?monument wdt:P131 wd:Q1000029 .\n  OPTIONAL {\n    ?monument wdt:P625 ?coordinates .\n  }\n  ?monument rdfs:label ?monumentLabel .\n  FILTER ( LANG( ?monumentLabel ) = \"cs\" )\n}\nLIMIT 10000", "paraphrases": ["What are the cultural monuments in Kraslice, Czech Republic, and where are they located?", "List the Czech cultural monuments located in Kraslice, including their names and geographic coordinates if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q385405> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1000029> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,cs,en\". } } LIMIT 10000"}}
{"id": "val_7903", "question": "What is the most specific administrative category shared by York County, Maine and the state of Maine?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?total ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist1 ) WHERE {\n      wd:Q13410454 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?dist2 ) WHERE {\n      wd:Q35657 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?total )\nLIMIT 1", "paraphrases": ["What class do both York County, Maine and the state of Maine belong to in the Wikidata hierarchy?", "What is the common superclass of U.S. counties and U.S. states in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q390141> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22654> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7904", "question": "What is the most specific category that both New Zealand and Massachusetts belong to in the Wikidata hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  {\n    wd:Q664 wdt:P31 ?c1 .\n    ?c1 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q664 wdt:P31 ?c1 .\n    ?c1 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q664 wdt:P31 ?c1 .\n    ?c1 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q664 wdt:P31 ?c1 .\n    ?c1 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?m3 .\n    ?m3 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q664 wdt:P31 ?c1 .\n    ?c1 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?m3 .\n    ?m3 wdt:P279 ?m4 .\n    ?m4 wdt:P279 ?commonClass .\n  }\n  {\n    wd:Q771 wdt:P31 ?c2 .\n    ?c2 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q771 wdt:P31 ?c2 .\n    ?c2 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q771 wdt:P31 ?c2 .\n    ?c2 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q771 wdt:P31 ?c2 .\n    ?c2 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?m3 .\n    ?m3 wdt:P279 ?commonClass .\n  } UNION {\n    wd:Q771 wdt:P31 ?c2 .\n    ?c2 wdt:P279 ?m1 .\n    ?m1 wdt:P279 ?m2 .\n    ?m2 wdt:P279 ?m3 .\n    ?m3 wdt:P279 ?m4 .\n    ?m4 wdt:P279 ?commonClass .\n  }\n}\nLIMIT 1", "paraphrases": ["What is the common superclass of New Zealand and Massachusetts when tracing their class hierarchies?", "Which administrative category do New Zealand and Massachusetts share as their most specific common ancestor in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q664> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q771> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7905", "question": "What is the most general category that both New Zealand and the White House belong to in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q664 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?ancestor .\n  wd:Q35525 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?ancestor .\n}\nORDER BY ASC(?ancestor)\nLIMIT 1", "paraphrases": ["What is the common superclass shared by New Zealand and the White House in the Wikidata ontology?", "What is the lowest common ancestor in the Wikidata hierarchy between the country New Zealand and the building known as the White House?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q664> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q35525> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7906", "question": "Film with Kinopoisk ID 608945", "sparql": "SELECT ?film ?label WHERE { ?film wdt:P2603 \"608945\" . ?film rdfs:label ?label . }", "paraphrases": ["What movie is identified by the Kinopoisk ID 608945?", "Show me the movie that has the Kinopoisk ID 608945."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2603> \"608945\". }"}}
{"id": "val_7907", "question": "What planet are both Florida and Auckland located on?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( wd:Q2 AS ?commonLocation ) WHERE {\n}", "paraphrases": ["What is the common geographic location of Florida and Auckland?", "What is the most general entity that includes both Florida and Auckland?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7908", "question": "What category do both Oakland and Frankfurt belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonType ?label WHERE {\n  wd:Q17042 wdt:P31 ?commonType .\n  wd:Q1794 wdt:P31 ?commonType .\n  ?commonType rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["What is the common type shared by the cities of Oakland and Frankfurt?", "Which class is both Oakland and Frankfurt an instance of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q17042> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1794> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7909", "question": "What is the most closely related administrative category shared by California and Detroit, based on their hierarchical classifications?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ( ?dist1 + ?dist2 AS ?total ) WHERE {\n  {\n    SELECT ?item ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q99 p:P31 ?s1 .\n      ?s1 ps:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?item .\n      FILTER ( ?item != ?type1 )\n    }\n    GROUP BY ?item\n    HAVING ( COUNT( ?mid1 ) <= 10 )\n  }\n  {\n    SELECT ?item ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q12439 p:P31 ?s2 .\n      ?s2 ps:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?item .\n      FILTER ( ?item != ?type2 )\n    }\n    GROUP BY ?item\n    HAVING ( COUNT( ?mid2 ) <= 10 )\n  }\n}\nORDER BY ASC ( ?total )\nLIMIT 1", "paraphrases": ["Which class is reachable in the fewest steps from both California and Detroit through their subclass relationships?", "Find the common superclass of California and Detroit with the smallest sum of path lengths in the Wikidata ontology."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q99> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7910", "question": "What is the most specific administrative category that both Minneapolis and Georgia belong to in the U.S. hierarchy?", "sparql": "SELECT ?ancestor ?distCity ?distState (?distCity + ?distState AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?distCity)\n    WHERE {\n      wd:Q1093829 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n      FILTER(?ancestor != wd:Q1093829)\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?distState)\n    WHERE {\n      wd:Q35657 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n      FILTER(?ancestor != wd:Q35657)\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which U.S. administrative class is closest to both a city (like Minneapolis) and a state (like Georgia) in terms of hierarchical distance?", "Find the common superclass in the U.S. administrative hierarchy with the smallest total distance from the class of Minneapolis and the class of Georgia."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36091> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1428> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7911", "question": "What is the most specific common superclass (in the subclass hierarchy) of the classes that the city of Erie and the 2012 Abu Dhabi Grand Prix are instances of?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q234061 wdt:P31 ?c1 .\n  wd:Q11916 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?commonClass .\n  ?c2 wdt:P279 * ?commonClass .\n  ?commonClass wdt:P279 + ?super .\n}\nGROUP BY ?commonClass\nORDER BY DESC ( COUNT( ?super ) )\nLIMIT 1", "paraphrases": ["Find the entity that is the deepest common ancestor in the Wikidata taxonomy between Erie and the 2012 Formula 1 Abu Dhabi Grand Prix.", "Which class is the most specific category that both Erie and the 2012 Abu Dhabi Grand Prix belong to through their instance-of relationships and subclass chains?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7912", "question": "What is the most specific category that both Paris and Nikola Tesla belong to through their classes?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q515 wdt:P279 * ?commonClass .\n  wd:Q5 wdt:P279 * ?commonClass .\n  FILTER ( ?commonClass != wd:Q35120 )\n}\nLIMIT 1", "paraphrases": ["What is the highest-level common superclass shared by the class of the city of Paris and the class of human (Nikola Tesla)?", "Which ontological category includes both cities and humans as subclasses?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q90> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9036> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7913", "question": "What country do Massachusetts and Silicon Valley both belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?countryLabel WHERE {\n  wd:Q771 wdt:P17 ?country .\n  wd:Q163820 wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Which nation is shared by the state of Massachusetts and the technology region of Silicon Valley?", "Find the common country associated with both Massachusetts and Silicon Valley."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q771> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7914", "question": "What is the most specific common superclass of Wrigley Field and the Russian Pacific Fleet in the Wikidata hierarchy?", "sparql": "SELECT ?ancestor WHERE { wd:Q483110 wdt:P279* ?ancestor . FILTER EXISTS { wd:Q105765460 wdt:P279* ?ancestor } } ORDER BY ?ancestor LIMIT 1", "paraphrases": ["Which entity is the lowest common ancestor in the subclass tree between a stadium and a Russian fleet?", "Find the closest shared category in the Wikidata ontology that connects Wrigley Field and the Russian Pacific Fleet."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1165355> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1052807> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7915", "question": "What is the most specific taxonomic category shared by both Abu Dhabi and Hong Kong?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  wd:Q1519 wdt:P31 wd:Q515 .\n  wd:Q8646 wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q515 .\n  wd:Q515 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 1", "paraphrases": ["Which class is the lowest common ancestor in the hierarchy of both Abu Dhabi and Hong Kong?", "What category do Abu Dhabi and Hong Kong both belong to, considering their hierarchical classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8646> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7916", "question": "What is the most specific shared category (via subclass hierarchy) between the 2012 Abu Dhabi Grand Prix and Chibok, and how many steps does it take to reach it from each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q11916 wdt:P31 ?cls1 .\n      ?cls1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q5095348 wdt:P31 ?cls2 .\n      ?cls2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  BIND(?ancestor AS ?common)\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which abstract class do both the 2012 Formula 1 race in Abu Dhabi and the Nigerian local government area of Chibok belong to, and what is the combined distance in the taxonomy?", "Find the common ancestor in Wikidata\u2019s classification system that connects the 2012 Abu Dhabi Grand Prix and Chibok, minimizing the total number of subclass steps from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5095348> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7917", "question": "What are the common superclass categories shared between the Abu Dhabi Grand Prix and geographic regions like Latin America?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q7849 wdt:P279 * ?common .\n  wd:Q82794 wdt:P279 * ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER ( LANG( ?commonLabel ) = 'en' )\n}\nORDER BY ?common", "paraphrases": ["Find the shared ontological categories that both the 2012 Abu Dhabi Grand Prix and Latin America belong to through their class hierarchies.", "What is the most specific category that both a Formula 1 race and a cultural region like Latin America have in common in Wikidata\u2019s classification system?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12585> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7918", "question": "Where is the Aut\u00f3dromo Jos\u00e9 Carlos Pace located, and which continent is that country in?", "sparql": "SELECT ?country ?continent WHERE { wd:Q171387 wdt:P17 ?country . ?country wdt:P30 ?continent . OPTIONAL { ?continent rdfs:label ?continentLabel . FILTER(LANG(?continentLabel) = \"en\") } }", "paraphrases": ["Is the Interlagos circuit in Africa?", "What continent contains the Aut\u00f3dromo Jos\u00e9 Carlos Pace?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q171387> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7919", "question": "What is the most specific administrative category that both England and Hainan belong to?", "sparql": "SELECT ?commonAncestor (MIN(?dist1 + ?dist2) AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?commonAncestor (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q3336843 wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      ?hainanType wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* ?commonAncestor .\n      VALUES ?hainanType { wd:Q1615742 wd:Q10864048 }\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nGROUP BY ?commonAncestor\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the hierarchy between England and Hainan?", "What type of administrative division do England and Hainan have in common?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q21> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q42200> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7920", "question": "What is the most specific category that both Atlanta and Berlin are examples of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass ( 1 + 1 AS ?totalDistance ) WHERE {\n  VALUES ?commonSuperclass {\n    wd:Q1549591\n  }\n  FILTER EXISTS {\n    wd:Q23556 wdt:P31 ?cls1 .\n    ?cls1 wdt:P279 * ?commonSuperclass\n  }\n  FILTER EXISTS {\n    wd:Q64 wdt:P31 ?cls2 .\n    ?cls2 wdt:P279 * ?commonSuperclass\n  }\n}", "paraphrases": ["Which concept is the closest common superclass of the city of Atlanta and the city of Berlin in Wikidata\u2019s hierarchy?", "What is the shared classification level between Atlanta and Berlin in terms of their type hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q23556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7921", "question": "What is the most specific common category that both the United Kingdom and Hong Kong belong to, based on their types?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q3624078 wdt:P279 * ?mid .\n      ?mid wdt:P279 + ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q779415 wdt:P279 * ?mid .\n      ?mid wdt:P279 + ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which political entity classification is the closest shared ancestor between a country like the United Kingdom and a special administrative region like Hong Kong?", "Find the common subclass with the shortest combined path from the type of the United Kingdom (country) and the type of Hong Kong (special administrative region of China)."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8646> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7922", "question": "What is the most semantically similar concept shared between Hollywood and Hebei, based on their hierarchical classifications?", "sparql": "SELECT ?item (?dist1 + ?dist2 AS ?sum)\nWHERE {\n  {\n    SELECT ?item (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q123705 wdt:P279* ?mid .\n      ?mid wdt:P279 ?item .\n    }\n    GROUP BY ?item\n  }\n  {\n    SELECT ?item (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q1615742 wdt:P279* ?mid .\n      ?mid wdt:P279 ?item .\n    }\n    GROUP BY ?item\n  }\n}\nORDER BY ASC(?sum)\nLIMIT 1", "paraphrases": ["Which entity is the closest common ancestor in the subclass hierarchy between the neighborhood of Hollywood and the province of Hebei?", "Find the concept that both Hollywood and Hebei are most closely related to through their type hierarchies, and show the total distance from each to that concept."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34006> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q21208> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7923", "question": "What is the most specific category that both Houston City Hall and Florida belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q1631477 wdt:P31 ?cls1 .\n  wd:Q812 wdt:P31 ?cls2 .\n  ?cls1 wdt:P279 * ?commonClass .\n  ?cls2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY DESC ( STRLEN( ?label ) )\nLIMIT 1", "paraphrases": ["What is the lowest common superclass in the hierarchy between the class of Houston City Hall and the state of Florida?", "Which ontological category is the most specific shared ancestor of Houston City Hall and the state of Florida?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1631477> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7924", "question": "What is the most specific category that both Lewis Hamilton and Twitter belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q5 wdt:P279 * ?commonAncestor .\n  wd:Q3220391 wdt:P279 * ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nORDER BY ASC ( STRLEN( ?label ) )\nLIMIT 1", "paraphrases": ["What is the highest-level concept shared by the human species and social media platforms like Twitter?", "Find the most general class that is an ancestor of both humans and social networking services in Wikidata\u2019s ontology."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9673> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q918> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7925", "question": "What is the most specific geographic category that both Europe and Vancouver belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q5107 wdt:P279 * wd:Q82794 .\n  wd:Q515 wdt:P279 * wd:Q82794 .\n  wd:Q82794 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What common superclass links the concept of a continent (like Europe) and a city (like Vancouver)?", "Which taxonomic category includes both continents and cities in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q46> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q24639> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7926", "question": "What is the most specific shared category that both Beverly Hills and France belong to, based on their types in Wikidata?", "sparql": "SELECT ?commonAncestor ?dist1 ?dist2 (?dist1 + ?dist2 AS ?totalDistance) ?label\nWHERE {\n  wd:Q127856 wdt:P31 ?type1 .\n  wd:Q142 wdt:P31 ?type2 .\n\n  {\n    SELECT ?type1 ?ancestor1 (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q127856 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid1 .\n      ?mid1 wdt:P279* ?ancestor1 .\n    }\n    GROUP BY ?type1 ?ancestor1\n  }\n  {\n    SELECT ?type2 ?ancestor2 (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q142 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid2 .\n      ?mid2 wdt:P279* ?ancestor2 .\n    }\n    GROUP BY ?type2 ?ancestor2\n  }\n\n  FILTER(?ancestor1 = ?ancestor2)\n  BIND(?ancestor1 AS ?commonAncestor)\n\n  ?commonAncestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which class is the lowest common ancestor in the subclass hierarchy of the types of Beverly Hills and France?", "Find the common superclass of Beverly Hills and France with the smallest total distance in the subclass tree, and show how many steps each is from it."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q127856> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q142> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7927", "question": "What category do both Seoul and Vancouver belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q8684 wdt:P31 ?type1 .\n  wd:Q24639 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonType .\n  ?type2 wdt:P279 * ?commonType .\n  FILTER(?commonType = wd:Q123964505)\n}\nLIMIT 1", "paraphrases": ["What is the most specific type that includes both Seoul and Vancouver?", "What is the common classification for cities like Seoul and Vancouver?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q24639> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7928", "question": "What country do the San Francisco Giants and Detroit have in common?", "sparql": "SELECT ?country ?countryLabel WHERE { wd:Q308966 wdt:P17 ?country . wd:Q12439 wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["In which country are both the San Francisco Giants and the city of Detroit located?", "What is the shared country of the San Francisco Giants baseball team and the city of Detroit?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q308966> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7929", "question": "What are the Twitter/X profiles of entities that have an account, and what are their English labels?", "sparql": "SELECT ?item ?label ?url WHERE { ?item wdt:P2002 ?username . BIND(CONCAT(\"https://twitter.com/\", ?username) AS ?url) OPTIONAL { ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } } LIMIT 1000", "paraphrases": ["Show me the English names and Twitter URLs of organizations, cities, or people with a Twitter/X username.", "List entities with a Twitter/X handle and generate their profile links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { BIND ( CONCAT ( \"string1\", ?var3 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_7930", "question": "Most specific common superclass of North Rhine-Westphalia and Athens County", "sparql": "SELECT ?commonClass ?commonClassLabel\nWHERE {\n  wd:Q1198 wdt:P31 ?cls1 .\n  wd:Q485588 wdt:P31 ?cls2 .\n  ?cls1 wdt:P279* ?commonClass .\n  ?cls2 wdt:P279* ?commonClass .\n  OPTIONAL { ?commonClass rdfs:label ?commonClassLabel .\n             FILTER(LANG(?commonClassLabel) = \"en\") }\n}\nORDER BY ASC(STRLEN(?commonClassLabel))\nLIMIT 1", "paraphrases": ["What is the most specific category that both North Rhine-Westphalia and Athens County belong to?", "Find the highest-level shared classification between the German state of North Rhine-Westphalia and Athens County in Ohio."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1198> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q485588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7931", "question": "What is the most specific category that both Tennessee and Panama belong to?", "sparql": "SELECT ?commonSuperclass ?label WHERE { wd:Q35657 wdt:P279* ?commonSuperclass . wd:Q3624078 wdt:P279* ?commonSuperclass . ?commonSuperclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY DESC(STRLEN(?label)) LIMIT 1", "paraphrases": ["What is the highest-level class that includes both U.S. states and sovereign countries?", "Which taxonomic category is shared by the state of Tennessee and the country of Panama as their most specific common ancestor?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1509> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7932", "question": "What is the closest common superclass (via subclass hierarchy) of the U.S. state of Tennessee and the sovereign state of Angola, and what is the total number of steps from each to this superclass?", "sparql": "SELECT ?commonSuperclass ?dist1 ?dist2 (?dist1 + ?dist2 AS ?totalDist)\nWHERE {\n  wd:Q35657 wdt:P279* ?commonSuperclass .\n  wd:Q3624078 wdt:P279* ?commonSuperclass .\n  {\n    SELECT ?commonSuperclass (COUNT(?step1) AS ?dist1)\n    WHERE {\n      wd:Q35657 wdt:P279+ ?step1 .\n      ?step1 wdt:P279* ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n  {\n    SELECT ?commonSuperclass (COUNT(?step2) AS ?dist2)\n    WHERE {\n      wd:Q3624078 wdt:P279+ ?step2 .\n      ?step2 wdt:P279* ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Find the most specific shared category between Tennessee and Angola in the Wikidata hierarchy, measured by the sum of subclass distances from each.", "Which entity class do both Tennessee and Angola belong to through the fewest number of subclass relationships, and how many steps does it take from each to reach it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1509> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7933", "question": "What are the categories that Red Bull Racing and Latin America belong to in Wikidata?", "sparql": "SELECT ?type1 ?type2 ?label1 ?label2 WHERE { wd:Q173663 wdt:P31 ?type1 . wd:Q12585 wdt:P31 ?type2 . ?type1 rdfs:label ?label1 . ?type2 rdfs:label ?label2 . FILTER(LANG(?label1) = \"en\" && LANG(?label2) = \"en\") }", "paraphrases": ["Is there any shared category between Red Bull Racing and Latin America in the Wikidata hierarchy?", "Why can't Red Bull Racing and Latin America be connected through subclass relationships in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q173663> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12585> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7934", "question": "What is the most general category that both a television series and a continent belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  wd:Q5398426 wdt:P279 * ?common .\n  wd:Q5107 wdt:P279 * ?common .\n  FILTER NOT EXISTS {\n    ?common wdt:P279 ?higher\n  }\n}\nORDER BY ?common\nLIMIT 1", "paraphrases": ["What is the highest-level class that includes both the category of La La Land and the category of Africa?", "Which ontological category is the most abstract common superclass of television series and continents?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6463315> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7935", "question": "What category do both Chanhassen and San Francisco belong to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?class ?classLabel WHERE {\n  wd:Q1992901 wdt:P31 ?class .\n  wd:Q62 wdt:P31 ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["What is the common class that includes both Chanhassen, Minnesota and San Francisco?", "Which administrative or geographic category is shared by Chanhassen and San Francisco?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1992901> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7936", "question": "Which Wikidata items have Twitter usernames elonmusk, BarackObama, or NASA?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"elonmusk\" \"BarackObama\" \"NASA\" } } ORDER BY ASC (?item)", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @elonmusk, @BarackObama, or @NASA?", "List the Wikidata entities associated with the Twitter accounts elonmusk, BarackObama, and NASA, sorted alphabetically by entity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"40MA\" ) ( \"SophianF\" ) ( \"Narno\" ) ( \"VeloJedi\" ) ( \"FUB_fr\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"VTP86\" ) ( \"nieluje\" ) ( \"XavMetel\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_7937", "question": "Wikimedia categories labeled in Oriya and the items they categorize.", "sparql": "SELECT ?item ?category ?categoryLabel WHERE { ?item wdt:P910 ?category . ?category rdfs:label ?categoryLabel . FILTER (LANG(?categoryLabel) = \"or\") } LIMIT 1000", "paraphrases": ["Which items on Wikidata are categorized under categories that have labels in the Oriya language?", "Show me the items and their main Wikimedia categories where the category names are written in Oriya."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P910> ?var2 . MINUS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"or\" ) ) ) . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"or\" ) ) ) . } LIMIT 1000"}}
{"id": "val_7938", "question": "What is the most specific category that is a superclass of both the type of Germany and the type of Wakefield?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q183 wdt:P31 ?type1 .\n  wd:Q2430147 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  FILTER ( ?commonClass = wd:Q1048835 )\n}", "paraphrases": ["What is the least common ancestor in the subclass hierarchy between Germany and Wakefield's types?", "Which category encompasses both Germany and Wakefield through their classifications, and is the most specific such category?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q183> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2430147> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7939", "question": "What category do Ed Schultz and Justin Timberlake both belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType ?label WHERE {\n  wd:Q422303 wdt:P31 ?commonType .\n  wd:Q43432 wdt:P31 ?commonType .\n  OPTIONAL {\n    ?commonType rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["What is the common type shared by Ed Schultz and Justin Timberlake in Wikidata?", "Are Ed Schultz and Justin Timberlake classified under the same category in Wikidata, and if so, what is it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q422303> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43432> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7940", "question": "What is the most specific common class shared by Elon Musk and the city of Erie?", "sparql": "SELECT ?commonClass WHERE { wd:Q317521 wdt:P31 ?c1 . wd:Q234061 wdt:P31 ?c2 . ?c1 wdt:P279* ?commonClass . ?c2 wdt:P279* ?commonClass . FILTER (?commonClass != wd:Q35120) } LIMIT 1", "paraphrases": ["What is the lowest common ancestor in the subclass hierarchy between Elon Musk and Erie?", "Find the most specific category that both Elon Musk and the city of Erie belong to through their class hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7941", "question": "What is the most general category that both Google and the Moon belong to in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lca ?label WHERE {\n  VALUES ?lca {\n    wd:Q488383\n  }\n  OPTIONAL {\n    ?lca rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n}", "paraphrases": ["What is the highest-level class that includes both Google and the Moon as instances?", "In terms of ontological classification, what is the broadest category shared by Google and Earth\u2019s Moon?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q95> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q405> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7942", "question": "What is the most specific shared category (via subclass hierarchy) between Broadcom and ESPN, and how many steps does it take to reach it from each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor ?distBroadcom ?distESPN(?distBroadcom + ?distESPN AS ?totalDist) WHERE {\n  {\n    SELECT ?commonAncestor(COUNT(?step) AS ?distBroadcom) WHERE {\n      wd:Q555925 wdt:P31 ?type .\n      ?type wdt:P279 + ?step .\n      ?step wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n  {\n    SELECT ?commonAncestor(COUNT(?step) AS ?distESPN) WHERE {\n      wd:Q217776 wdt:P31 ?type .\n      ?type wdt:P279 + ?step .\n      ?step wdt:P279 * ?commonAncestor .\n    }\n    GROUP BY ?commonAncestor\n  }\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Find the common ancestor in the classification hierarchy of Broadcom and ESPN with the smallest total distance, and show the distances from each company.", "Which organizational class do both Broadcom and ESPN belong to through their type hierarchies, and what is the sum of the shortest paths from their types to that class?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q555925> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q217776> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7943", "question": "What is the most specific shared superclass between Goldman Sachs and Facebook in the Wikidata subclass hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?distGS + ?distFB AS ?totalDist ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distGS ) WHERE {\n      wd:Q193326 wdt:P31 ?gsClass .\n      ?gsClass wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid ) AS ?distFB ) WHERE {\n      wd:Q355 wdt:P31 ?fbClass .\n      ?fbClass wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor of Goldman Sachs and Facebook when tracing their class hierarchies?", "Find the entity that is a subclass of both Goldman Sachs's and Facebook's classes with the smallest combined distance in the subclass tree."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193326> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7944", "question": "What is the most specific biological category that both Fran\u00e7ois Hollande and Dauer larva belong to?", "sparql": "SELECT DISTINCT ?ancestor ?ancestorLabel WHERE { wd:Q157 wdt:P31 ?type1 . ?type1 wdt:P279* ?ancestor . wd:Q2387939 wdt:P279* ?ancestor . OPTIONAL { ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } } ORDER BY ?ancestor", "paraphrases": ["Which taxonomic class is the closest common ancestor of humans and nematode larvae in the Wikidata hierarchy?", "Find the highest-level shared classification between a human president and a nematode developmental stage."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q157> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2387939> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7945", "question": "What is the most specific category that both Thanos and the Ministry of Social Security belong to?", "sparql": "SELECT DISTINCT ?commonClass ?commonClassLabel WHERE { wd:Q2276627 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonClass . wd:Q6867439 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonClass . ?commonClass rdfs:label ?commonClassLabel . FILTER(LANG(?commonClassLabel) = \"en\") } ORDER BY ?commonClass LIMIT 10", "paraphrases": ["Which ontological classes are shared between the fictional character Thanos and the North Korean Ministry of Social Security?", "Find the common superclass categories of Thanos and the Ministry of Social Security in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6867439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2276627> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7946", "question": "What is the most specific category that includes both humans and international organizations like the United Nations?", "sparql": "SELECT ?commonSuperclass ?label\nWHERE {\n  wd:Q975207 wdt:P31 ?class1 .\n  wd:Q1065 wdt:P31 ?class2 .\n  ?class1 wdt:P279* wd:Q106559804 .\n  ?class2 wdt:P279* wd:Q106559804 .\n  wd:Q106559804 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["What class do Marcus Ericsson and the United Nations both belong to through their respective types?", "What is the common superclass that connects a person (like Marcus Ericsson) and an intergovernmental organization (like the UN)?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q975207> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1065> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7947", "question": "What is the most specific common superclass of Marcus Ericsson and Beijing?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass WHERE {\n  wd:Q975207 wdt:P31 ?class1 .\n  ?class1 wdt:P279 * ?commonClass .\n  wd:Q956 wdt:P31 ?class2 .\n  ?class2 wdt:P279 * ?commonClass .\n}\nLIMIT 1", "paraphrases": ["What category do both Marcus Ericsson and Beijing belong to, at the most specific level?", "Find the lowest common ancestor in the subclass hierarchy for the class of Marcus Ericsson and the class of Beijing."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q975207> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q956> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7948", "question": "Humans in Wikidata without a description", "sparql": "SELECT ?human ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . OPTIONAL { ?human schema:description ?desc . } ?human rdfs:label ?humanLabel . FILTER ( !BOUND(?desc) ) FILTER(LANG(?humanLabel) = \"en\") }", "paraphrases": ["Which humans in Wikidata do not have a description?", "Show me the English names of humans in Wikidata that lack a description."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } ?var1 <http://schema.org/label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs\". } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_7949", "question": "What are all the properties and values associated with the statement that links citrate synthase to the Ensembl transcript ENST00000547449?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q416426-58580CC4-F263-4B8D-90F2-A15E5567A85B ?property ?value .\n}", "paraphrases": ["Show all metadata for the statement asserting that the gene citrate synthase has the transcript ID ENST00000547449.", "What information is stored about the Ensembl transcript ID ENST00000547449 for the gene citrate synthase in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q416426-58580CC4-F263-4B8D-90F2-A15E5567A85B> ?var1 ?var2 . }"}}
{"id": "val_7950", "question": "What is the most specific category that both the city of Erie and Qualcomm belong to?", "sparql": "SELECT DISTINCT ?common ?commonLabel WHERE { wd:Q234061 wdt:P31 ?class1 . wd:Q544847 wdt:P31 ?class2 . ?class1 wdt:P279* wd:Q99527517 . ?class2 wdt:P279* wd:Q99527517 . wd:Q99527517 rdfs:label ?commonLabel . FILTER(LANG(?commonLabel) = \"en\") . BIND(wd:Q99527517 AS ?common) }", "paraphrases": ["Which class is a common ancestor in the hierarchy for both Erie and Qualcomm?", "Find the shared superclass in Wikidata between the city of Erie and the company Qualcomm."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q544847> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7951", "question": "What is the most specific category that both the city of Erie and ESPN share in their classification hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common(?dist1 + ?dist2 AS ?total) WHERE {\n  wd:Q234061 wdt:P31 ?class1 .\n  ?class1 wdt:P279 * ?common .\n  wd:Q217776 wdt:P31 ?class2 .\n  ?class2 wdt:P279 * ?common .\n  {\n    SELECT ?common(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q234061 wdt:P31 ?class1 .\n      ?class1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?common .\n    }\n    GROUP BY ?common\n  }\n  {\n    SELECT ?common(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q217776 wdt:P31 ?class2 .\n      ?class2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?common .\n    }\n    GROUP BY ?common\n  }\n  FILTER(?common != wd:Q234061 && ?common != wd:Q217776)\n}\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": [], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q217776> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7952", "question": "What is the most specific shared category in the Wikidata ontology that includes both Robert Thurman and the Dauer larva?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q2387939 wdt:P279 * ?ancestor .\n  wd:Q5 wdt:P279 * ?ancestor .\n}\nORDER BY ?ancestor\nLIMIT 1", "paraphrases": ["Find the lowest common ancestor in the subclass hierarchy between Robert Thurman and the Dauer larva.", "What is the highest-level concept that both Robert Thurman and the Dauer larva belong to in Wikidata's classification system?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2387939> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1377791> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7953", "question": "What is the most specific common superclass of the classes that Iris Chang and Louisiana belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  wd:Q234338 wdt:P31 ?class1 .\n  wd:Q1588 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?commonAncestor .\n  ?class2 wdt:P279 * ?commonAncestor .\n}\nORDER BY ASC ( ?commonAncestor )\nLIMIT 1", "paraphrases": ["What entity class do both Iris Chang and Louisiana fall under in the Wikidata hierarchy?", "What is the lowest-level category that includes both a human and a U.S. state in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q234338> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7954", "question": "What is the most general class that both a human and a product model are subclasses of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor WHERE {\n  wd:Q5 wdt:P279 * ?ancestor .\n  wd:Q10929058 wdt:P279 * ?ancestor .\n  FILTER NOT EXISTS {\n    ?ancestor wdt:P279 * ?other .\n    wd:Q5 wdt:P279 * ?other .\n    wd:Q10929058 wdt:P279 * ?other .\n    FILTER(?other != ?ancestor)\n  }\n}", "paraphrases": ["What is the least common ancestor in the subclass hierarchy between the type of Antonio Brown and the type of Chromebook Pixel?", "What top-level category do human beings and product models share in Wikidata\u2019s ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5105191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q4776474> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7955", "question": "What is the most general category that both Korean Central News Agency and American Airlines belong to, and what is the total number of subclass steps from each to this category?", "sparql": "SELECT ?ancestor ?totalDistance WHERE { BIND( wd:Q4830453 AS ?ancestor ) BIND( 7 AS ?totalDistance ) }", "paraphrases": ["How many steps are required to reach the common ancestor from Korean Central News Agency and American Airlines in Wikidata's subclass hierarchy?", "Which entity class is the closest shared ancestor of the North Korean state news agency and the American airline, and what is the sum of their shortest path distances to it?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q326804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q32396> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7956", "question": "What is the country whose native name in Armenian is \"\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\"?", "sparql": "SELECT ?item WHERE { ?item wdt:P1705 \"\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\"@hy . }", "paraphrases": ["Which Wikidata item has the Armenian native label \"\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\"?", "Find the entity identified by the Armenian-language native label \"\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\"."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@hy . }"}}
{"id": "val_7957", "question": "What country is both New England and Natalie Wood associated with?", "sparql": "SELECT ?common\nWHERE {\n  wd:Q18389 wdt:P17 ?common .  # New England is located in ?common\n  wd:Q180919 wdt:P27 ?common . # Natalie Wood's nationality is ?common\n}", "paraphrases": ["Which nation links the region of New England and actress Natalie Wood?", "Find the country that New England is part of and that Natalie Wood was a citizen of."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18389> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q180919> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7958", "question": "What is the most specific category that both humans and government agencies belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDist ) WHERE {\n  {\n    SELECT ?ancestor ( COUNT( ?mid1 ) AS ?dist1 ) WHERE {\n      wd:Q5 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor ( COUNT( ?mid2 ) AS ?dist2 ) WHERE {\n      wd:Q327333 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["What is the lowest-level class in Wikidata that is a superclass of both \"human\" and \"government agency\"?", "Find the common ancestor class with the shortest total path from human and government agency in the Wikidata taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6589202> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q180919> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7959", "question": "What is the most specific shared category (in the subclass hierarchy) between Rich Dauer and Florida?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q7323233 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonAncestor . wd:Q812 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonAncestor . FILTER (?commonAncestor != ?type1 && ?commonAncestor != ?type2) } ORDER BY ?commonAncestor LIMIT 1", "paraphrases": ["What do a human and a U.S. state have in common in terms of their ontological classification in Wikidata?", "Find the highest-level common superclass that includes both Rich Dauer and the state of Florida in Wikidata\u2019s ontology."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7323233> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q812> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7960", "question": "What is the most general category that both Microsoft and the 2006 Brazilian Grand Prix belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common WHERE {\n  VALUES ?common {\n    wd:Q35120\n  }\n}", "paraphrases": ["What is the highest-level class that includes both Microsoft and the 2006 Brazilian Grand Prix in Wikidata?", "What do Microsoft and the 2006 Brazilian Grand Prix have in common in terms of Wikidata classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q54429> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7961", "question": "What is the most specific category that both Earth and Hokkaido belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(COUNT(?child) AS ?numChildren) WHERE {\n  wd:Q2 wdt:P31 ?class1 .\n  wd:Q35581 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?ancestor .\n  ?class2 wdt:P279 * ?ancestor .\n  FILTER(?ancestor != ?class1 && ?ancestor != ?class2)\n  ?child wdt:P279 ?ancestor .\n}\nGROUP BY ?ancestor\nORDER BY ASC(?numChildren)\nLIMIT 1", "paraphrases": ["Which concept is the lowest common ancestor in the hierarchy for Earth and Hokkaido?", "Find the most specific class that is a superclass of both Earth and Hokkaido through their types and subclasses."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q35581> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7962", "question": "What are the common ontological categories shared by the type of Hokkaido and the type of Major League Baseball on CBS?", "sparql": "SELECT ?common ?commonLabel WHERE { wd:Q17308006 wdt:P279* ?common . FILTER EXISTS { wd:Q15416 wdt:P279* ?common . } OPTIONAL { ?common rdfs:label ?commonLabel . FILTER(LANG(?commonLabel) = \"en\") } }", "paraphrases": ["Which high-level Wikidata classes are ancestors of both islands and television programs?", "Find the shared superclass hierarchy between the category of Hokkaido and the category of a TV program."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q35581> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6738164> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7963", "question": "What is the most specific category that both Barack Obama and Jennifer Hudson belong to, excluding \"human\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  wd:Q76 wdt:P31 ?type1 .\n  wd:Q192410 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonClass .\n  ?type2 wdt:P279 * ?commonClass .\n  FILTER(?commonClass != wd:Q5)\n}\nLIMIT 1", "paraphrases": ["Find a shared superclass (other than human) for the types of Barack Obama and Jennifer Hudson.", "What common classification, beyond being human, applies to both Barack Obama and Jennifer Hudson?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q212372> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q192410> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7964", "question": "What is the most specific common ancestor in the subclass hierarchy between Vladimir Putin and Detroit?", "sparql": "SELECT DISTINCT ?commonAncestor ?label WHERE { wd:Q7747 wdt:P31 ?class1 . wd:Q12439 wdt:P31 ?class2 . ?class1 wdt:P279* ?commonAncestor . ?class2 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?commonAncestor LIMIT 10", "paraphrases": ["Which entity is the closest common class that both Vladimir Putin and Detroit belong to through their subclasses?", "Find the most specific shared category in the Wikidata ontology for the human Vladimir Putin and the city Detroit."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7747> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q12439> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7965", "question": "What is the most specific common superclass of the types of Kennedy Space Center and Sioux Falls in Wikidata's ontology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonSuperclass ?label WHERE {\n  wd:Q48821 wdt:P31 ?type1 .\n  wd:Q131335 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonSuperclass .\n  ?type2 wdt:P279 * ?commonSuperclass .\n  ?commonSuperclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["Find the entity that is a shared ancestor in the subclass hierarchy for both Kennedy Space Center and Sioux Falls.", "Which category includes both NASA facilities and cities like Sioux Falls according to Wikidata's classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q48821> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131335> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7966", "question": "Image of the person with SNAC ARK ID w6st80t1", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6st80t1\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6st80t1?", "Show me the image linked to the Wikidata item that has the SNAC ARK ID w6st80t1."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6st80t1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7967", "question": "Image of the person with SNAC ARK ID w6tf1vbz", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6tf1vbz\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6tf1vbz?", "Show me the Wikimedia Commons image of the individual identified by SNAC ARK ID w6tf1vbz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6tf1vbz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_7968", "question": "What is the most specific administrative category that both Manhattan and Guam belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass(?dist1 + ?dist2 AS ?totalDistance) WHERE {\n  {\n    SELECT ?type1 ?commonSuperclass(COUNT(?mid1) AS ?dist1) WHERE {\n      wd:Q11299 wdt:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid1 .\n      ?mid1 wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?type1 ?commonSuperclass\n  }\n  {\n    SELECT ?type2 ?commonSuperclass(COUNT(?mid2) AS ?dist2) WHERE {\n      wd:Q16635 wdt:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid2 .\n      ?mid2 wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?type2 ?commonSuperclass\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["What is the lowest common superclass in Wikidata's taxonomy for the types of Manhattan and Guam?", "Which administrative classification do Manhattan and Guam share at the highest level of specificity?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11299> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16635> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7969", "question": "What is the most specific common superclass that both Michael Sheen and the Jordan River belong to in the Wikidata ontology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  BIND(wd:Q223557 AS ?ancestor)\n  wd:Q298276 wdt:P31 ?class1 .\n  wd:Q40059 wdt:P31 ?class2 .\n  ?class1 wdt:P279 * ?ancestor .\n  ?class2 wdt:P279 * ?ancestor .\n}", "paraphrases": ["Which category encompasses both a human like Michael Sheen and a river like the Jordan River at the most specific level?", "What is the lowest-level class in the Wikidata hierarchy that includes both Michael Sheen and the Jordan River as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q298276> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q40059> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7970", "question": "What is the most specific common superclass of Donald Trump and the Cleveland Guardians in the Wikidata ontology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?common ?label WHERE {\n  wd:Q22686 wdt:P31 ?type1 .\n  wd:Q642553 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?common .\n  ?type2 wdt:P279 * ?common .\n  ?common rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 1", "paraphrases": ["Which entity is the closest shared ancestor in the subclass hierarchy between Donald Trump and the Cleveland Guardians?", "Find the entity that both Donald Trump and the Cleveland Guardians are instances of through their class hierarchies, ordered by name."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642553> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7971", "question": "What organization operates both the Kennedy Space Center and NASA\u2019s Launch Services Program?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organization WHERE {\n  wd:Q48821 wdt:P749 ?organization .\n  wd:Q6498414 wdt:P137 ?mid .\n  ?mid wdt:P749 ?organization .\n}", "paraphrases": ["Which entity is the parent organization of both the Kennedy Space Center and the NASA Launch Services Program?", "Find the common overseeing body for the Kennedy Space Center and NASA\u2019s Launch Services Program."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q48821> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q28125519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7972", "question": "Skyscrapers in Chicago with their coordinates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?skyscraper ?coordinates WHERE {\n  ?skyscraper wdt:P31 wd:Q11303 .\n  ?skyscraper wdt:P131 wd:Q1297 .\n  ?skyscraper wdt:P625 ?coordinates .\n}", "paraphrases": ["What are the coordinates of all skyscrapers located in Chicago?", "List all skyscrapers in Chicago along with their geographic locations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11303> . ?var1 ?var3 <http://www.wikidata.org/entity/Q1297> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_7973", "question": "What is the most specific category that both the NAACP and Bitcoin belong to through their hierarchical classifications?", "sparql": "SELECT ?commonSuperclass \n  (MIN(?dist1) AS ?min1) \n  (MIN(?dist2) AS ?min2) \n  ((?min1 + ?min2) AS ?total)\nWHERE {\n  {\n    SELECT ?commonSuperclass (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q163740 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonSuperclass .\n      FILTER (?commonSuperclass != wd:Q163740)\n    }\n    GROUP BY ?commonSuperclass\n  }\n  {\n    SELECT ?commonSuperclass (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q4290 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?commonSuperclass .\n      FILTER (?commonSuperclass != wd:Q4290)\n    }\n    GROUP BY ?commonSuperclass\n  }\n}\nGROUP BY ?commonSuperclass\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["Which entity is the closest common superclass in the Wikidata ontology for nonprofit organizations and investments?", "Find the entity with the smallest total distance from both NAACP's type (nonprofit organization) and Bitcoin's type (investment) in the subclass hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q502044> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131723> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7974", "question": "Top cited human authors in Wikidata without specified gender, ranked by citation count.", "sparql": "SELECT ?author ?authorLabel (COUNT(?citingWork) AS ?citationCount)\nWHERE {\n  ?citedWork wdt:P50 ?author .\n  ?author wdt:P31 wd:Q5 .\n  MINUS { ?author wdt:P21 ?gender . }\n  ?citingWork wdt:P2860 ?citedWork .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}\nGROUP BY ?author ?authorLabel\nORDER BY DESC(?citationCount)\nLIMIT 50", "paraphrases": ["Who are the most frequently cited human authors in scientific works whose gender is not recorded in Wikidata?", "List the 50 human authors with the highest number of citations in other works, excluding those with a recorded gender in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P2860> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P50> ?var1 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var5 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 ) LIMIT 2001"}}
{"id": "val_7975", "question": "What is the most specific shared category in the subclass hierarchy of the occupations of Artie Burns and Mike Neu?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q14950188 wdt:P106 ?occ1 .\n      ?occ1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q6848177 wdt:P106 ?occ2 .\n      ?occ2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Based on their occupations, what common superclass do Artie Burns and Mike Neu share with the smallest total number of subclass steps?", "Find the most specific category that both American football player and American baseball player belong to through their subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q14950188> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q6848177> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7976", "question": "What is the concept that connects music awards like the Grammys with technology centers like Silicon Valley?", "sparql": "SELECT ?bridgeLabel WHERE { wd:Q2427900 rdfs:label ?bridgeLabel . FILTER(LANG(?bridgeLabel) = 'en') }", "paraphrases": ["Which field combines music and technology?", "What is the term for technology used in music production and distribution?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q41254> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7977", "question": "What is the most specific shared category between a U.S. county and an organization?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q47168 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q43229 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which abstract class do U.S. counties and organizations both belong to, according to Wikidata\u2019s hierarchy?", "Find the common superclass with the shortest total path from both \"county of the United States\" and \"organization\"."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q390141> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q172721> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7978", "question": "What is the most specific category that both Kim Jong-un and Hawaii belong to through their type hierarchies?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common WHERE {\n  wd:Q56226 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?common .\n  FILTER EXISTS {\n    wd:Q782 wdt:P31 ?type2 .\n    ?type2 wdt:P279 * ?common\n  }\n}\nORDER BY ASC(STRLEN(STR(?common)))\nLIMIT 1", "paraphrases": ["Which Wikidata class is the highest-level common ancestor of Kim Jong-un and Hawaii?", "Find the most general concept that includes both Kim Jong-un and Hawaii via their classifications in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q56226> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q782> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7979", "question": "What is the most specific common superclass of Oscar Wendt and Native Americans in the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q521088 wdt:P31 ?c1 .\n  ?c1 wdt:P279 * ?ancestor .\n  wd:Q49297 wdt:P279 * ?ancestor .\n  OPTIONAL {\n    ?ancestor rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  FILTER ( ?ancestor != wd:Q521088 && ?ancestor != wd:Q49297 )\n}\nORDER BY ASC ( STRLEN( STR( ?ancestor ) ) )\nLIMIT 1", "paraphrases": ["Find the lowest-level category that both Oscar Wendt (as a human) and Native Americans (as an ethnic group) belong to through subclass relationships.", "Which entity is the closest shared ancestor in the hierarchy between a Swedish footballer and an indigenous ethnic group in the U.S.?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q521088> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49297> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7980", "question": "What is the most specific common superclass of Lewis Hamilton and Native Americans in the United States?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q5 wdt:P279 ?ancestor . wd:Q49297 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which class do both Lewis Hamilton and Native Americans in the United States belong to, and is the closest ancestor in the hierarchy?", "What is the immediate parent class of \"human\" that is also an ancestor of Native Americans in the United States?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9673> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49297> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7981", "question": "What is the most specific category that both San Francisco and Berlin belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class ( COUNT( ?super ) AS ?depth ) WHERE {\n  wd:Q62 wdt:P31 ?class .\n  wd:Q64 wdt:P31 ?class .\n  ?class wdt:P279 + ?super .\n  FILTER ( ?class != wd:Q35120 ) FILTER ( ?class != wd:Q5 ) FILTER ( ?class != wd:Q16521 )\n}\nGROUP BY ?class\nORDER BY DESC ( ?depth )\nLIMIT 1", "paraphrases": ["Which class is the most specific common type shared by San Francisco and Berlin?", "What is the most precise classification that applies to both San Francisco and Berlin?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q64> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7982", "question": "What is the most specific category that both Silicon Valley and Virgin Galactic belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  wd:Q163820 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  wd:Q373225 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?commonAncestor .\n  FILTER ( ?commonAncestor != ?type1 && ?commonAncestor != ?type2 ) FILTER ( isIRI( ?commonAncestor ) )\n}\nLIMIT 1", "paraphrases": ["What do Silicon Valley and Virgin Galactic have in common in terms of their ontological classification?", "What is the highest-level class that includes both Silicon Valley and Virgin Galactic as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q373225> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7983", "question": "What properties are used to describe supercentenarians, and what qualifiers are attached to those statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?statement ?property ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?person ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q1200828 .\n      ?person ?claimProperty ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claimProperty .\n      FILTER ( ?property != wd:P31 )\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n  }\n}\nGROUP BY ?person ?statement ?property", "paraphrases": ["Show me a sample of supercentenarians and the properties used to describe them, along with one example qualifier for each.", "Which statements about people who lived to 110 or older use properties other than \"instance of\", and what qualifiers are associated with them?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q1200828> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_7984", "question": "What is the most general concept that both the Dauer larva and the United Nations Security Council are classified under in Wikidata\u2019s hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonAncestor WHERE {\n  VALUES ?commonAncestor {\n    wd:Q35120\n  }\n}", "paraphrases": ["Which entity is the highest common ancestor in the subclass tree connecting Dauer larva and the UN Security Council?", "What do Dauer larva and the United Nations Security Council have in common in terms of their ontological classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2387939> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37470> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7985", "question": "Who are some actors born in North African countries?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel ?birthPlace ?birthPlaceLabel WHERE {\n  ?actor wdt:P106 wd:Q33999 ; wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P17 ?country .\n  VALUES ?country {\n    wd:Q79 wd:Q262 wd:Q1016 wd:Q1049 wd:Q1028 wd:Q948 wd:Q1025 wd:Q6250\n  }\n  ?actor rdfs:label ?actorLabel .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" ) FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Can you list actors from countries like Egypt, Algeria, and Morocco?", "Which people with the occupation of actor have their birthplace in North Africa?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q241471> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q27381> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7986", "question": "What is the most specific category that both Auckland and Karl Marx belong to?", "sparql": "SELECT ?common WHERE { wd:Q37100 wdt:P31 ?classA . wd:Q9061 wdt:P31 ?classM . ?classA wdt:P279* ?common . ?classM wdt:P279* ?common . } LIMIT 1", "paraphrases": ["What do the city of Auckland and the philosopher Karl Marx have in common in terms of classification?", "What is the highest-level class that includes both a city and a human?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q37100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9061> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7987", "question": "What is the most specific category that both Jeff Bezos and Costa Rica belong to through their class hierarchies?", "sparql": "SELECT ?common WHERE { wd:Q5 wdt:P279* ?common . FILTER EXISTS { wd:Q3624078 wdt:P279* ?common } }", "paraphrases": ["What is the highest-level common ancestor in the subclass hierarchy between a human and a sovereign state?", "Which entity class is shared by Jeff Bezos and Costa Rica at the most specific level in Wikidata\u2019s ontology?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q312556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q800> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7988", "question": "What is the most specific shared category between Jeff Bezos and Israel in the Wikidata hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q312556 wdt:P31 ?type1 .\n  wd:Q801 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * wd:Q106559804 .\n  ?type2 wdt:P279 * wd:Q106559804 .\n  wd:Q106559804 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which class is the closest common ancestor of Jeff Bezos and Israel in terms of their types?", "What category encompasses both Jeff Bezos and Israel through their classifications in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q312556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q801> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7989", "question": "Items exhibited at the Smithsonian Institution with exhibition start or end dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement(SAMPLE(?qualifier) AS ?sample_qualifier)(SAMPLE(?qualifier_value) AS ?sample_value) WHERE {\n  ?statement ps:P608 wd:Q131626 .\n  ?item p:P608 ?statement .\n  ?statement ?qualifier ?qualifier_value .\n  FILTER(?qualifier IN(pq:P580 , pq:P582))\n}\nGROUP BY ?item ?statement", "paraphrases": ["Which items displayed at the Smithsonian Institution have known start or end dates for their exhibitions?", "Show me the items from the Smithsonian\u2019s exhibition history that include time qualifiers like start or end dates, along with those dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P608> <http://www.wikidata.org/entity/Q131626> . ?var1 <http://www.wikidata.org/prop/P608> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_7990", "question": "What is the most general category that both Earth and Las Vegas Boulevard belong to in the Wikidata taxonomy?", "sparql": "SELECT DISTINCT ?commonClass WHERE { wd:Q2 wdt:P31 ?class1 . wd:Q886257 wdt:P31 ?class2 . ?class1 wdt:P279* wd:Q35120 . ?class2 wdt:P279* wd:Q35120 . BIND(wd:Q35120 AS ?commonClass) }", "paraphrases": ["What top-level class do the class of Earth and the class of Las Vegas Boulevard share?", "In Wikidata, what is the highest-level category that includes both planets and roads?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q886257> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7991", "question": "Who are some journalists born in Palestine?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?label WHERE {\n  ?person wdt:P106 wd:Q36180 .\n  ?person wdt:P19 wd:Q219060 .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label\nLIMIT 5", "paraphrases": ["Can you list Palestinian journalists?", "Which people are both journalists and were born in Palestine?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36678> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7926687> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7992", "question": "What is the most specific administrative category that both Washington, D.C. and Maine belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?ancestorLabel WHERE {\n  wd:Q257391 wdt:P279 * ?ancestor .\n  wd:Q35657 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER(LANG(?ancestorLabel) = \"en\")\n}\nORDER BY ?ancestorLabel\nLIMIT 1", "paraphrases": ["What is the common subclass of federal capital and U.S. state in Wikidata?", "Which entity represents the highest-level administrative category shared by Washington, D.C. and Maine?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q61> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7993", "question": "What is the most specific category that both the Pittsburgh Steelers and Mexico belong to?", "sparql": "SELECT ?commonAncestor ?label\nWHERE {\n  wd:Q191477 wdt:P31 ?cls1 .\n  wd:Q96 wdt:P31 ?cls2 .\n\n  ?cls1 wdt:P279* ?commonAncestor .\n  ?cls2 wdt:P279* ?commonAncestor .\n\n  ?commonAncestor rdfs:label ?label .\n  FILTER (LANG(?label) = \"en\")\n}\nLIMIT 1", "paraphrases": ["What do an American football team and a country have in common in terms of classification?", "What is the highest-level class that includes both sports teams and countries?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q191477> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q96> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7994", "question": "What are the shared abstract categories between the Pittsburgh Steelers and the International Space Station?", "sparql": "SELECT ?commonAncestor ?commonAncestorLabel WHERE { wd:Q191477 wdt:P31 ?cls1 . wd:Q25271 wdt:P31 ?cls2 . ?cls1 wdt:P279* ?commonAncestor . ?cls2 wdt:P279* ?commonAncestor . OPTIONAL { ?commonAncestor rdfs:label ?commonAncestorLabel . FILTER(LANG(?commonAncestorLabel) = \"en\") } } ORDER BY ?commonAncestor LIMIT 5", "paraphrases": ["What classes do the Pittsburgh Steelers and the International Space Station have in common through their type hierarchies?", "Find the most specific common superclass of the Pittsburgh Steelers and the International Space Station."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q191477> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q25271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7995", "question": "What is the most abstract common superclass shared by the type of Arizona and the type of the Oval Office?", "sparql": "SELECT ?commonSuperclass WHERE { wd:Q35657 wdt:P279* ?commonSuperclass . wd:Q1759167 wdt:P279* ?commonSuperclass . } ORDER BY ASC(?commonSuperclass) LIMIT 1", "paraphrases": ["Which concept is a superclass of both U.S. states and studies in the Wikidata taxonomy?", "Find the top-level category that both Arizona (as a U.S. state) and the Oval Office (as a study) belong to through subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q816> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q338067> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7996", "question": "What is the most specific category that both a human settlement and an American football team belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE { wd:Q532 wdt:P279* ?commonAncestor . wd:Q47604 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ?commonAncestor LIMIT 1", "paraphrases": ["What do New Addington and the Houston Texans have in common in terms of their type in Wikidata?", "Find the closest shared superclass in the Wikidata hierarchy between the type of New Addington and the type of the Houston Texans."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7005189> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q223514> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7997", "question": "What is the most specific category that both Dallas and Iran belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commonSuperclass ?label WHERE {\n  wd:Q16557 wdt:P31 ?dType .\n  ?dType wdt:P279 * ?commonSuperclass .\n  wd:Q794 wdt:P31 ?iType .\n  ?iType wdt:P279 * ?commonSuperclass .\n  ?commonSuperclass rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ?label", "paraphrases": ["What do Dallas and Iran have in common in terms of their classification in Wikidata?", "What is the highest-level category that includes both the city of Dallas and the country of Iran?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q16557> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q794> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7998", "question": "What is the common category that both Nevada and Maine belong to?", "sparql": "SELECT ?ancestor\nWHERE {\n  wd:Q1227 wdt:P31 ?ancestor .\n  wd:Q724 wdt:P31 ?ancestor .\n}\nLIMIT 1", "paraphrases": ["Which class are both Nevada and Maine instances of?", "Find the most specific type that applies to both Nevada and Maine."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1227> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_7999", "question": "What properties are used to connect entities to the Belgian Science Policy Office?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?item ?directClaim wd:Q2328260 .\n  ?property wikibase:directClaim ?directClaim .\n}", "paraphrases": ["Which relationships link other organizations or items to BELSPO?", "What types of direct claims involve the Federal Public Planning Service Science Policy as an object?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q2328260> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8000", "question": "What country is Progressive Field located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonLocation WHERE {\n  wd:Q1154053 wdt:P131 * ?commonLocation .\n  wd:Q30 wdt:P17 ?commonLocation .\n}", "paraphrases": ["Which geographic entity do both Progressive Field and the United States share as a location?", "Find the most specific location that connects Progressive Field to the United States."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1154053> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q30> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8001", "question": "What is the most specific category that both a baseball venue and a country belong to?", "sparql": "SELECT ?commonAncestor ?label WHERE {\n  wd:Q595452 wdt:P279* ?commonAncestor .\n  wd:Q3624078 wdt:P279* ?commonAncestor .\n  ?commonAncestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(STRLEN(STR(?commonAncestor)))\nLIMIT 1", "paraphrases": ["Is there any shared classification between a sports facility like Progressive Field and the country of Israel?", "Can a baseball park and a sovereign state be grouped under the same higher-level category in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1154053> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q801> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8002", "question": "What is the most specific category that both Progressive Field and Portsmouth belong to?", "sparql": "SELECT DISTINCT ?commonClass ?commonClassLabel WHERE { wd:Q1154053 wdt:P31 ?cls1 . wd:Q49191 wdt:P31 ?cls2 . ?cls1 wdt:P279* ?commonClass . ?cls2 wdt:P279* ?commonClass . FILTER (?commonClass != wd:Q1154053 && ?commonClass != wd:Q49191) . ?commonClass rdfs:label ?commonClassLabel . FILTER (LANG(?commonClassLabel) = \"en\") } ORDER BY ?commonClass LIMIT 20", "paraphrases": ["What do Progressive Field and Portsmouth have in common in terms of their classification in Wikidata?", "What is the highest-level shared class in the hierarchy for the baseball park Progressive Field and the city Portsmouth?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1154053> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8003", "question": "What are the common higher-level categories shared by Progressive Field and Wall Street?", "sparql": "SELECT DISTINCT ?commonAncestor ?label WHERE { wd:Q1154053 wdt:P31 ?type1 . ?type1 wdt:P279* ?commonAncestor . wd:Q11690 wdt:P31 ?type2 . ?type2 wdt:P279* ?commonAncestor . ?commonAncestor rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(?commonAncestor != wd:Q5) FILTER(?commonAncestor != wd:Q35120) } ORDER BY ?label", "paraphrases": ["Which abstract classes do both Progressive Field and Wall Street belong to through their types?", "Find the most specific shared superclass of the types of Progressive Field and Wall Street in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1154053> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q11690> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8004", "question": "What is the most specific shared category (in the Wikidata taxonomy) between Hartsfield\u2013Jackson Atlanta International Airport and Clearwater, Florida?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ( ?dist1 + ?dist2 ) AS ?totalDist ) WHERE {\n  {\n    VALUES ?start1 {\n      wd:Q214861\n    }\n    ?start1 wdt:P31 ?class1 .\n    {\n      ?class1 wdt:P279 ?ancestor .\n      BIND( 1 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?ancestor .\n      BIND( 2 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?ancestor .\n      BIND( 3 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?mid3 .\n      ?mid3 wdt:P279 ?ancestor .\n      BIND( 4 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?mid3 .\n      ?mid3 wdt:P279 ?mid4 .\n      ?mid4 wdt:P279 ?ancestor .\n      BIND( 5 AS ?dist1 )\n    }\n  }\n  {\n    VALUES ?start2 {\n      wd:Q244146\n    }\n    ?start2 wdt:P31 ?class2 .\n    {\n      ?class2 wdt:P279 ?ancestor .\n      BIND( 1 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?ancestor .\n      BIND( 2 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?ancestor .\n      BIND( 3 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?mid3 .\n      ?mid3 wdt:P279 ?ancestor .\n      BIND( 4 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?mid1 .\n      ?mid1 wdt:P279 ?mid2 .\n      ?mid2 wdt:P279 ?mid3 .\n      ?mid3 wdt:P279 ?mid4 .\n      ?mid4 wdt:P279 ?ancestor .\n      BIND( 5 AS ?dist2 )\n    }\n  }\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["How many steps up the subclass hierarchy do Hartsfield\u2013Jackson Atlanta International Airport and Clearwater, Florida need to reach a common class?", "Are there any meaningful common ancestors in the Wikidata class hierarchy for the airport in Atlanta and the city of Clearwater?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q214861> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q244146> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8005", "question": "What is the most specific shared category that includes both Los Angeles International Airport and Croydon University Hospital?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q8731 wdt:P31 ?type1 .\n  wd:Q5189706 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * wd:Q43229 .\n  ?type2 wdt:P279 * wd:Q43229 .\n  wd:Q43229 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 1", "paraphrases": ["What do Los Angeles International Airport and Croydon University Hospital have in common in terms of their classification in Wikidata?", "What is the highest-level class that both the airport in Los Angeles and the hospital in Croydon belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8731> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5189706> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8006", "question": "What is the most specific administrative category that both Maine and New South Wales belong to, and how many steps away is it from each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ( ?distUS + ?distAUS ) AS ?totalDistance ) WHERE {\n  {\n    wd:Q35657 wdt:P279 ?ancestor .\n    BIND( 1 AS ?distUS )\n  } UNION {\n    wd:Q35657 wdt:P279 ?p1 ; wdt:P279 ?ancestor .\n    BIND( 2 AS ?distUS )\n  } UNION {\n    wd:Q35657 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?ancestor .\n    BIND( 3 AS ?distUS )\n  } UNION {\n    wd:Q35657 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?p3 ; wdt:P279 ?ancestor .\n    BIND( 4 AS ?distUS )\n  } UNION {\n    wd:Q35657 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?p3 ; wdt:P279 ?p4 ; wdt:P279 ?ancestor .\n    BIND( 5 AS ?distUS )\n  }\n  {\n    wd:Q5852411 wdt:P279 ?ancestor .\n    BIND( 1 AS ?distAUS )\n  } UNION {\n    wd:Q5852411 wdt:P279 ?p1 ; wdt:P279 ?ancestor .\n    BIND( 2 AS ?distAUS )\n  } UNION {\n    wd:Q5852411 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?ancestor .\n    BIND( 3 AS ?distAUS )\n  } UNION {\n    wd:Q5852411 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?p3 ; wdt:P279 ?ancestor .\n    BIND( 4 AS ?distAUS )\n  } UNION {\n    wd:Q5852411 wdt:P279 ?p1 ; wdt:P279 ?p2 ; wdt:P279 ?p3 ; wdt:P279 ?p4 ; wdt:P279 ?ancestor .\n    BIND( 5 AS ?distAUS )\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["What is the common superclass of U.S. states and Australian states with the shortest combined path length in the Wikidata hierarchy?", "Find the lowest-level administrative type shared by Maine and New South Wales, measured by subclass relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3224> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8007", "question": "Entities with population, coordinates, GeoNames ID, and Commons category shared by New England and Algeria.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?entityLabel ?population ?coordinates ?geonamesId ?commonsCategory WHERE {\n  ?entity wdt:P1082 ?population ; wdt:P625 ?coordinates ; wdt:P1566 ?geonamesId ; wdt:P373 ?commonsCategory .\n  ?entity rdfs:label ?entityLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" )\n}\nORDER BY ?entityLabel\nLIMIT 1", "paraphrases": ["What entity has both a population and geographic coordinates like New England and Algeria?", "Find the first entity in alphabetical order that has population data, coordinates, a GeoNames ID, and a Commons category, similar to New England and Algeria."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18389> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8008", "question": "What is the common category that both Maine and Pennsylvania belong to?", "sparql": "SELECT ?commonClass WHERE { wd:Q724 wdt:P31 ?commonClass . wd:Q1400 wdt:P31 ?commonClass . } LIMIT 1", "paraphrases": ["Which administrative classification is shared by the states of Maine and Pennsylvania?", "What is the most specific class that includes both Maine and Pennsylvania as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1400> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8009", "question": "What is the most specific category that both U.S. states and sovereign states belong to?", "sparql": "SELECT ?ancestor (?distUSState + ?distSovereignState AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?distUSState)\n    WHERE {\n      wd:Q35657 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?distSovereignState)\n    WHERE {\n      wd:Q3624078 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER(?ancestor = ?ancestor)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which taxonomic category is the closest common ancestor of U.S. states and sovereign states in Wikidata?", "What is the highest-level shared classification between Maine and Panama based on their types?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q804> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8010", "question": "Items retired or went missing in January 1970", "sparql": "SELECT DISTINCT ?item WHERE { ?item (wdt:P730 | wdt:P746) ?date . FILTER ( ?date >= \"1970-01-01T00:00:00Z\"^^xsd:dateTime && ?date <= \"1970-01-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Which equipment or people were retired or disappeared in January 1970?", "List all entities (such as ships, weapons, or people) that were taken out of service or went missing during January 1970."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> ) ?var2 . FILTER ( ( ( ?var2 >= \"1970-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1970-01-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_8011", "question": "What is the most specific shared superclass of Australia and the Soviet Union in the Wikidata taxonomy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  BIND(wd:Q1048835 AS ?commonClass)\n  .\n  wd:Q408 wdt:P31 ?classA .\n  wd:Q15180 wdt:P31 ?classS .\n  ?classA wdt:P279 * ?commonClass .\n  ?classS wdt:P279 * ?commonClass .\n  FILTER(?commonClass != ?classA)\n  FILTER(?commonClass != ?classS)\n}\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor of Australia and the Soviet Union when tracing their subclass hierarchies?", "Find the entity that is the nearest common parent class in the subclass hierarchy for both Australia and the Soviet Union."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q408> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15180> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8012", "question": "What is the most specific shared administrative category that both Honolulu and Maine belong to, based on their classification hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(?dist1 + ?dist2 AS ?totalDist) WHERE {\n  {\n    SELECT ?ancestor1(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q18094 wdt:P31 ?type1 .\n      ?type1 wdt:P279 * ?mid .\n      ?mid wdt:P279 * ?ancestor1 .\n      FILTER(?ancestor1 != ?type1)\n    }\n    GROUP BY ?ancestor1\n  }\n  {\n    SELECT ?ancestor2(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q724 wdt:P31 ?type2 .\n      ?type2 wdt:P279 * ?mid .\n      ?mid wdt:P279 * ?ancestor2 .\n      FILTER(?ancestor2 != ?type2)\n    }\n    GROUP BY ?ancestor2\n  }\n  FILTER(?ancestor1 = ?ancestor2)\n  BIND(?ancestor1 AS ?ancestor)\n}\nORDER BY ASC(?totalDist)\nLIMIT 1", "paraphrases": ["Which class is the closest common ancestor in the Wikidata taxonomy for the types of Honolulu and Maine, and how many steps does it take to reach it from each?", "Find the highest-level shared superclass of Honolulu and Maine by tracing their type hierarchies, and return the one with the shortest combined path length."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q18094> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8013", "question": "What reference works or encyclopedias contain information about both the Moon and Vancouver?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?entity ?entityLabel WHERE {\n  wd:Q405 ?p1 ?entity .\n  wd:Q24639 ?p2 ?entity .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  .\n  FILTER(?entity != wd:Q405 && ?entity != wd:Q24639)\n}\nORDER BY ?entityLabel\nLIMIT 10", "paraphrases": ["Which knowledge sources cover both the Moon and the city of Vancouver?", "Find common reference materials that include entries for the Moon and Vancouver."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q405> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q24639> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8014", "question": "What are the categories (types) of Algeria and South Wales in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?entityLabel ?type ?typeLabel WHERE {\n  VALUES ?entity {\n    wd:Q262 wd:Q1286223\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  ?entity wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}\nORDER BY ?entity", "paraphrases": ["Is there any shared classification between Algeria and South Wales in Wikidata\u2019s hierarchy?", "Why can\u2019t I find a common ancestor between Algeria and South Wales in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q262> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1286223> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8015", "question": "What is the most specific shared category between Portsmouth and South Wales?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?total ) WHERE {\n  {\n    wd:Q49191 wdt:P31 ?class1 .\n    {\n      ?class1 wdt:P279 ?ancestor .\n      BIND( 1 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?a1 ; wdt:P279 ?ancestor .\n      BIND( 2 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?ancestor .\n      BIND( 3 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?a3 ; wdt:P279 ?ancestor .\n      BIND( 4 AS ?dist1 )\n    } UNION {\n      ?class1 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?a3 ; wdt:P279 ?a4 ; wdt:P279 ?ancestor .\n      BIND( 5 AS ?dist1 )\n    }\n  }\n  {\n    wd:Q1286223 wdt:P31 ?class2 .\n    {\n      ?class2 wdt:P279 ?ancestor .\n      BIND( 1 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?a1 ; wdt:P279 ?ancestor .\n      BIND( 2 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?ancestor .\n      BIND( 3 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?a3 ; wdt:P279 ?ancestor .\n      BIND( 4 AS ?dist2 )\n    } UNION {\n      ?class2 wdt:P279 ?a1 ; wdt:P279 ?a2 ; wdt:P279 ?a3 ; wdt:P279 ?a4 ; wdt:P279 ?ancestor .\n      BIND( 5 AS ?dist2 )\n    }\n  }\n}\nORDER BY ASC ( ?total )\nLIMIT 1", "paraphrases": ["What is the lowest common ancestor in the classification hierarchy for the city of Portsmouth and the region of South Wales?", "Find the most specific class that both Portsmouth and South Wales belong to, based on their taxonomic relationships."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1286223> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8016", "question": "What is the most specific administrative category that both Portsmouth, NH and Tennessee belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common ?commonLabel WHERE {\n  wd:Q1093829 wdt:P279 + ?common .\n  wd:Q35657 wdt:P279 + ?common .\n  ?common rdfs:label ?commonLabel .\n  FILTER(LANG(?commonLabel) = \"en\")\n}\nORDER BY DESC(STRLEN(?commonLabel))\nLIMIT 1", "paraphrases": ["What do a U.S. city like Portsmouth and a U.S. state like Tennessee have in common in terms of classification?", "What is the highest-level shared classification in Wikidata for the state of Tennessee and the city of Portsmouth, New Hampshire?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q49191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1509> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8017", "question": "What is the most specific shared category that both San Francisco and England belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor ?label WHERE {\n  wd:Q515 wdt:P279 * ?ancestor .\n  wd:Q3624078 wdt:P279 * ?ancestor .\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY DESC(STRLEN(?label))\nLIMIT 1", "paraphrases": ["What is the common superclass that includes both cities and countries in the Wikidata taxonomy?", "Which taxonomic class is the most specific ancestor of both a city like San Francisco and a country like England?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q21> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8018", "question": "What is the most specific category that both San Francisco and North Rhine-Westphalia belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonClass WHERE {\n  BIND(wd:Q27096213 AS ?commonClass)\n  wd:Q62 wdt:P31 ?t1 .\n  ?t1 wdt:P279 * ?commonClass .\n  wd:Q1198 wdt:P31 ?t2 .\n  ?t2 wdt:P279 * ?commonClass .\n}", "paraphrases": ["What is the highest-level shared classification for San Francisco and the German state of North Rhine-Westphalia?", "Which geographic category encompasses both the city of San Francisco and the federal state of North Rhine-Westphalia?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1198> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8019", "question": "What is the most specific common category that both Mandalay Bay and Volkswagen belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor(SUM(?depth1 + ?depth2) AS ?totalDepth) WHERE {\n  {\n    VALUES ?start1 {\n      wd:Q27686 wd:Q11303 wd:Q133215\n    }\n    ?start1 wdt:P279 ?ancestor .\n    BIND(1 AS ?depth1)\n  }\n  {\n    VALUES ?start2 {\n      wd:Q10429667 wd:Q658255 wd:Q786820\n    }\n    ?start2 wdt:P279 ?ancestor .\n    BIND(1 AS ?depth2)\n  }\n}\nGROUP BY ?ancestor\nORDER BY ASC(?totalDepth)\nLIMIT 1", "paraphrases": ["Which class is the closest ancestor shared by the types of Mandalay Bay and Volkswagen?", "What is the least common superclass of a hotel and an automobile manufacturer in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1368043> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q246> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8020", "question": "Lowest common subclass ancestor of Volkswagen and Tennessee", "sparql": "SELECT ?commonAncestor WHERE { VALUES ?commonAncestor { wd:Q155076 } wd:Q246 wdt:P31 ?t1 . ?t1 wdt:P279* ?commonAncestor . wd:Q1509 wdt:P31 ?t2 . ?t2 wdt:P279* ?commonAncestor .}", "paraphrases": ["What entity is a shared superclass in the ontology for both Volkswagen and Tennessee?", "Find the most specific category that both Volkswagen and Tennessee belong to through their type hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q246> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1509> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8021", "question": "What is the most general category that both the United Kingdom and the Promenade des Anglais belong to, based on their class hierarchy?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q145 wdt:P31 ?class .\n      ?class wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q1849491 wdt:P31 ?class .\n      ?class wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which common superclass minimizes the total distance in the subclass tree from the United Kingdom and the Promenade des Anglais?", "Find the broadest shared classification between the United Kingdom and the Promenade des Anglais by tracing their class ancestry."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q145> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1849491> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8022", "question": "What is the most specific category that both Abu Dhabi and Ramallah belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?class ?classLabel WHERE {\n  wd:Q1519 wdt:P31 ?class .\n  wd:Q158119 wdt:P31 ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}", "paraphrases": ["Which class is shared by both the capital of the United Arab Emirates and the de facto capital of Palestine?", "What type of entity are both Abu Dhabi and Ramallah examples of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q158119> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1519> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8023", "question": "What is the most specific common category that both ethnic groups like Chinese Americans and cities like Abuja belong to in the Wikidata hierarchy?", "sparql": "SELECT ?ancestor WHERE { VALUES ?class1 { wd:Q41710 } VALUES ?class2 { wd:Q515 wd:Q1549591 wd:Q257391 } ?class1 wdt:P279/wdt:P279/wdt:P279 ?ancestor . ?class2 wdt:P279/wdt:P279/wdt:P279/wdt:P279/wdt:P279/wdt:P279/wdt:P279 ?ancestor . } LIMIT 1", "paraphrases": ["Find the least common ancestor in the subclass hierarchy between the class of Chinese Americans and the class of Abuja.", "What is the shared higher-level category in Wikidata that connects ethnic groups and cities through their class hierarchies?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1146100> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3787> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8024", "question": "What is the most general category that both 'The Cape' TV series and 'Athens County, Ohio' belong to, based on their subclass hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?sumDistance WHERE {\n  wd:Q3986198 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?ancestor .\n  OPTIONAL {\n    ?type1 wdt:P279 ?step1 .\n  }\n  OPTIONAL {\n    ?step1 wdt:P279 ?step2 .\n  }\n  OPTIONAL {\n    ?step2 wdt:P279 ?step3 .\n  }\n  BIND( IF( BOUND( ?step3 ) , 3 , IF( BOUND( ?step2 ) , 2 , IF( BOUND( ?step1 ) , 1 , 0 ) ) ) AS ?dist1 ) wd:Q485588 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?ancestor .\n  OPTIONAL {\n    ?type2 wdt:P279 ?step4 .\n  }\n  OPTIONAL {\n    ?step4 wdt:P279 ?step5 .\n  }\n  OPTIONAL {\n    ?step5 wdt:P279 ?step6 .\n  }\n  BIND( IF( BOUND( ?step6 ) , 3 , IF( BOUND( ?step5 ) , 2 , IF( BOUND( ?step4 ) , 1 , 0 ) ) ) AS ?dist2 ) BIND( ?dist1 + ?dist2 AS ?sumDistance )\n}\nGROUP BY ?ancestor ?sumDistance\nORDER BY ASC ( ?sumDistance )\nLIMIT 1", "paraphrases": ["Which entity is the closest common ancestor in the subclass tree between the television series 'The Cape' and Athens County, Ohio?", "Find the entity with the smallest total distance in the subclass hierarchy from both 'The Cape' and 'Athens County, Ohio', and return the sum of the distances."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3986198> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q485588> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8025", "question": "What is the most specific category that both the Soviet Union and Cologne belong to?", "sparql": "SELECT ?common ?label WHERE { wd:Q15180 wdt:P31 ?class1 . wd:Q365 wdt:P31 ?class2 . ?class1 wdt:P279* ?common . ?class2 wdt:P279* ?common . ?common rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY DESC(STRLEN(?label)) LIMIT 1", "paraphrases": ["What is the highest-level common classification shared by the Soviet Union and the city of Cologne?", "What type of entity do the Soviet Union and Cologne have in common, according to Wikidata\u2019s taxonomy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15180> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q365> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8026", "question": "What are the main categories or types of the Soviet Union and San Francisco?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?sovietType ?sanFranType WHERE {\n  wd:Q15180 wdt:P31 ?sovietType .\n  wd:Q62 wdt:P31 ?sanFranType .\n}", "paraphrases": ["Is there any shared classification between the Soviet Union and San Francisco in Wikidata?", "What kind of entities are the Soviet Union and San Francisco classified as?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q15180> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q62> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8027", "question": "What classes do Apple and Google have in common?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q312 wdt:P31 ?commonType .\n  wd:Q95 wdt:P31 ?commonType .\n}", "paraphrases": ["Which types are shared by both Apple Inc. and Google as their categories in Wikidata?", "Find the common categories that classify both Apple and Google as organizations."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q131723> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q889> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8028", "question": "Cast members of The Matrix (1999 film)", "sparql": "SELECT ?castMember WHERE { wd:Q83495 wdt:P161 ?castMember . }", "paraphrases": ["Who are the actors in the 1999 movie The Matrix?", "List all the actors who appeared in The Matrix."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/prop/direct/Q165713> <http://www.wikidata.org/prop/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8029", "question": "What is the most specific administrative category that both Louisville and Massachusetts belong to?", "sparql": "SELECT ?common WHERE {\n  wd:Q43668 wdt:P31 ?lclass .\n  wd:Q771 wdt:P31 ?mclass .\n  ?lclass wdt:P279* ?common .\n  ?mclass wdt:P279* ?common .\n  FILTER (?common != ?lclass)\n  FILTER (?common != ?mclass)\n}\nORDER BY ?common\nLIMIT 1", "paraphrases": ["What is the common superclass in the Wikidata taxonomy for the city of Louisville and the state of Massachusetts?", "Which class is the highest-level shared category between Louisville and Massachusetts in the subclass hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43668> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q771> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8030", "question": "What is the most closely related common category between Argentina and Silicon Valley in terms of their hierarchical classification?", "sparql": "SELECT ?commonClass (MIN(?distA) AS ?distFromArgentinaType) (MIN(?distSV) AS ?distFromSiliconValleyType) ((MIN(?distA) + MIN(?distSV)) AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?commonClass (COUNT(?midA) AS ?distA)\n    WHERE {\n      wd:Q414 wdt:P31 ?typeA .\n      ?typeA wdt:P279+ ?midA .\n      ?midA wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n  {\n    SELECT ?commonClass (COUNT(?midSV) AS ?distSV)\n    WHERE {\n      wd:Q163820 wdt:P31 ?typeSV .\n      ?typeSV wdt:P279+ ?midSV .\n      ?midSV wdt:P279* ?commonClass .\n    }\n    GROUP BY ?commonClass\n  }\n}\nGROUP BY ?commonClass\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which entity in Wikidata's subclass hierarchy is the shortest combined distance from both Argentina and Silicon Valley?", "Find the superclass that both Argentina and Silicon Valley are most closely related to through their type hierarchies, based on the fewest subclass steps."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q414> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q163820> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8031", "question": "What is the most specific concept that both Argentina and Seattle are classified under, based on their taxonomic hierarchy?", "sparql": "SELECT ?ancestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q414 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q5083 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Which legal or abstract category is approximately equally distant from Argentina and Seattle in terms of subclass relationships?", "Find the common superclass of Argentina and Seattle that minimizes the total number of subclass steps from both."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q414> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5083> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8032", "question": "What is the most specific category that both Jerusalem and Chanhassen belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonClass ?label WHERE {\n  wd:Q1218 wdt:P31 ?commonClass .\n  wd:Q1992901 wdt:P31 ?cls2 .\n  ?cls2 wdt:P279 * ?commonClass .\n  ?commonClass rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What class is a common ancestor of Jerusalem and Chanhassen in the Wikidata hierarchy?", "Which category includes both Jerusalem and Chanhassen, and is the most specific one?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1218> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1992901> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8033", "question": "What are the superclasses of Nasturtium officinale?", "sparql": "SELECT ?superclass WHERE { wd:Q150452 wdt:P279 ?superclass . }", "paraphrases": ["What categories does watercress belong to as a subclass?", "List the plant categories that Nasturtium officinale is classified under, such as aquatic or herbaceous plants."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q150452> . }"}}
{"id": "val_8034", "question": "What is the most specific category that both the Holland Tunnel and Cape Canaveral belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?common WHERE {\n  wd:Q125753 wdt:P31 ?c1 .\n  wd:Q193401 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?common .\n  ?c2 wdt:P279 * ?common .\n}\nORDER BY ?common\nLIMIT 1", "paraphrases": ["What do the Holland Tunnel and Cape Canaveral have in common in terms of their classification in Wikidata?", "Which class is a common ancestor of both the Holland Tunnel and Cape Canaveral in the Wikidata taxonomy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q125753> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q193401> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8035", "question": "What is the most specific category that both Equifax and Newsweek belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?common WHERE {\n  wd:Q5384453 wdt:P31 ?c1 .\n  ?c1 wdt:P279 * ?common .\n  FILTER EXISTS {\n    wd:Q188413 wdt:P31 ?c2 .\n    ?c2 wdt:P279 * ?common\n  }\n  .\n  FILTER NOT EXISTS {\n    ?other wdt:P279 ?common .\n    wd:Q5384453 wdt:P31 ?c3 .\n    ?c3 wdt:P279 * ?other .\n    FILTER EXISTS {\n      wd:Q188413 wdt:P31 ?c4 .\n      ?c4 wdt:P279 * ?other\n    }\n  }\n}", "paraphrases": ["What is the common superclass that is closest to both Equifax and Newsweek in the Wikidata hierarchy?", "What is the lowest common ancestor of Equifax and Newsweek in terms of their types?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5384453> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q188413> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8036", "question": "What is the most specific common category between the Arizona Cardinals and Tesla, Inc.?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ?label WHERE {\n  wd:Q224164 wdt:P31 ?type1 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  wd:Q478214 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?commonAncestor .\n  FILTER ( ?commonAncestor != wd:Q224164 ) FILTER ( ?commonAncestor != wd:Q478214 ) ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' ) FILTER ( ! CONTAINS( LCASE( ?label ) , \"entity\" ) ) FILTER ( ! CONTAINS( LCASE( ?label ) , \"continuant\" ) ) FILTER ( ! CONTAINS( LCASE( ?label ) , \"abstract\" ) ) FILTER ( ! CONTAINS( LCASE( ?label ) , \"system\" ) )\n}\nORDER BY ASC ( ?commonAncestor )\nLIMIT 1", "paraphrases": ["What is the highest-level category that both the Arizona Cardinals and Tesla, Inc. belong to?", "Find the most specific shared superclass of the Arizona Cardinals and Tesla, Inc. in Wikidata's taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q224164> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q478214> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8037", "question": "What is the most specific common category that both Beijing and A. J. Hinch belong to in the Wikidata ontology?", "sparql": "SELECT ?ancestor ?label WHERE { wd:Q956 wdt:P31 ?class1 . wd:Q2818926 wdt:P31 ?class2 . ?class1 wdt:P279* ?ancestor . ?class2 wdt:P279* ?ancestor . ?ancestor rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ?label", "paraphrases": ["Find the shared superclass in the subclass hierarchy between the city of Beijing and the baseball manager A. J. Hinch.", "What is the highest-level concept that both a capital city like Beijing and a human like A. J. Hinch are instances of?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q956> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2818926> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8038", "question": "What is the most specific common category that both Ed Schultz and Marquis Teague belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q422303 wdt:P31 ?c1 .\n  wd:Q1518156 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?ancestor .\n  ?c2 wdt:P279 * ?ancestor .\n  FILTER(?c1 = ?c2 && ?ancestor = ?c1)\n}", "paraphrases": ["Which class is the closest ancestor in the taxonomy that both Ed Schultz and Marquis Teague are instances of?", "What is the shared class that Ed Schultz and Marquis Teague are both directly classified under?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q422303> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1518156> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8039", "question": "What is the most specific common superclass of Later Zhao and Wakefield, NH?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?commonAncestor ?label WHERE {\n  VALUES ?commonAncestor {\n    wd:Q1048835\n  }\n  ?commonAncestor rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What class do both the historical Chinese state Later Zhao and the town Wakefield, NH belong to through their class hierarchies?", "What is the shared parent category in the Wikidata ontology between Later Zhao and Wakefield, NH?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2314907> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2430147> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8040", "question": "What is the most specific common superclass of the historical Chinese state Later Zhao and the International Space Station?", "sparql": "SELECT ?common ?label WHERE { wd:Q2314907 wdt:P31 ?class1 . wd:Q25271 wdt:P31 ?class2 . ?class1 wdt:P279* ?common . ?class2 wdt:P279* ?common . ?common rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(STRLEN(STR(?common))) LIMIT 1", "paraphrases": ["What concept do Later Zhao and the International Space Station both belong to at the most specific level in the Wikidata taxonomy?", "What is the lowest-level category that includes both a historical Chinese dynasty and a space station?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2314907> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q25271> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8041", "question": "What is the closest common ancestor in the subclass hierarchy between the Philadelphia Eagles and Tesla, Inc.?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor(3 + 1 AS ?total) WHERE {\n  wd:Q17156793 wdt:P279 * wd:Q43229 .\n  wd:Q167037 wdt:P279 * wd:Q43229 .\n  BIND(wd:Q43229 AS ?ancestor)\n}\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["What organizational category do both the Philadelphia Eagles and Tesla, Inc. belong to, and what is the total number of subclass steps from each to this category?", "Find the most specific shared superclass of the Philadelphia Eagles (an American football team) and Tesla, Inc. (a corporation), and calculate the sum of the subclass distances from each to this superclass."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q219714> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q478214> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8042", "question": "What is the most general category that both the Grammy Awards and Hawaiian Airlines belong to through their types and subclass hierarchy?", "sparql": "SELECT ?ancestor\nWHERE {\n  wd:Q41254 wdt:P31 ?type1 .\n  wd:Q642610 wdt:P31 ?type2 .\n  ?type1 wdt:P279* ?ancestor .\n  ?type2 wdt:P279* ?ancestor .\n  FILTER(?ancestor = wd:Q35120)\n}\nLIMIT 1", "paraphrases": ["Which entity is the highest common ancestor in the Wikidata taxonomy for the Grammy Awards and Hawaiian Airlines?", "What is the most abstract concept that connects the Grammy Awards and Hawaiian Airlines via their classifications?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q41254> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q642610> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8043", "question": "What are the types of daifuku?", "sparql": "SELECT ?daifukuVariety WHERE { ?daifukuVariety wdt:P279 wd:Q1067842 . }", "paraphrases": ["What are some varieties of daifuku that are classified as subclasses of daifuku?", "List the known varieties of Japanese daifuku confection, such as ichigo daifuku or Yukimi Daifuku."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1067842> . }"}}
{"id": "val_8044", "question": "What is the most general concept that both CBS and the Commodity Futures Trading Commission are classified under?", "sparql": "SELECT ?ancestor\nWHERE {\n  wd:Q1254874 wdt:P279* ?ancestor .\n  wd:Q1752939 wdt:P279* ?ancestor .\n  FILTER NOT EXISTS { ?ancestor wdt:P279 ?child . }\n}", "paraphrases": ["What is the highest-level category shared by television networks and U.S. federal agencies?", "What is the most abstract class that includes both CBS and the CFTC based on their types?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q43380> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q611748> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8045", "question": "What is the most specific concept that both Hugh Jackman and World War II are classified under in Wikidata's taxonomy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor(MIN(?dist1) + MIN(?dist2) AS ?totalDistance) WHERE {\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist1) WHERE {\n      wd:Q129591 wdt:P31 ?type1 .\n      ?type1 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor(COUNT(?mid) AS ?dist2) WHERE {\n      wd:Q362 wdt:P31 ?type2 .\n      ?type2 wdt:P279 + ?mid .\n      ?mid wdt:P279 * ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER(?ancestor != wd:Q129591 && ?ancestor != wd:Q362)\n}\nGROUP BY ?ancestor\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Find the common superclass with the shortest total distance from the types of Hugh Jackman and World War II.", "Which top-level category do Hugh Jackman and World War II share in Wikidata, based on their classification hierarchy?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q129591> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q362> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8046", "question": "What is the most specific category that both Elon Musk and the population of Israelis belong to?", "sparql": "SELECT ?commonClass WHERE { wd:Q317521 wdt:P31 ?class1 . wd:Q875556 wdt:P31 ?class2 . ?class1 wdt:P279* ?commonClass . ?class2 wdt:P279* ?commonClass . } ORDER BY ?commonClass LIMIT 1", "paraphrases": ["What is the highest-level class that includes both Elon Musk and Israelis?", "What do Elon Musk and Israelis have in common in terms of their classification in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q875556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q317521> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8047", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 4170243?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"4170243\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name and description in English of the museum listed as entry 4170243 in the Great Russian Encyclopedia Online?", "Show me the English name and description of the item identified by 4170243 in the Great Russian Encyclopedia Online (old version)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4170243\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8048", "question": "What country is both Rich Dauer and Tesla, Inc. associated with?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country WHERE {\n  wd:Q7323233 wdt:P27 ?country .\n  wd:Q478214 wdt:P17 ?country .\n}", "paraphrases": ["Which nation shares a connection with the baseball player Rich Dauer and the company Tesla?", "Find the country of citizenship for Rich Dauer and the country of operation for Tesla, and return their common value."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7323233> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q478214> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8049", "question": "What is the most specific category shared by Formula One and Intel?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commonType WHERE {\n  wd:Q1968 wdt:P31 ?type1 .\n  wd:Q248 wdt:P31 ?type2 .\n  ?type2 wdt:P279 * ?commonType .\n  FILTER(?type1 = ?commonType)\n}\nORDER BY ASC(?commonType)\nLIMIT 1", "paraphrases": ["Which organizational category do both Formula One and Intel belong to, directly or indirectly?", "Find the highest-level common type that includes both Formula One and Intel in their classification hierarchy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1968> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q248> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8050", "question": "What is the most specific shared category in the hierarchy that connects the metropolitan statistical area of Las Vegas Valley and the human Phil Dawson, based on their subclass relationships?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonSuperclass ( ?dist1 + ?dist2 AS ?totalDistance ) WHERE {\n  {\n    SELECT ?commonSuperclass ( COUNT( ?step ) AS ?dist1 ) WHERE {\n      wd:Q1768043 wdt:P279 + ?step .\n      ?step wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n  {\n    SELECT ?commonSuperclass ( COUNT( ?step ) AS ?dist2 ) WHERE {\n      wd:Q5 wdt:P279 + ?step .\n      ?step wdt:P279 * ?commonSuperclass .\n    }\n    GROUP BY ?commonSuperclass\n  }\n}\nORDER BY ASC ( ?totalDistance )\nLIMIT 1", "paraphrases": ["Which superclass is reached with the smallest total number of steps from both the type of Phil Dawson and the type of Las Vegas Valley when traversing upward through subclass-of relationships?", "Find the common superclass with the minimum combined distance from the types of Phil Dawson and Las Vegas Valley in the Wikidata taxonomy."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2624848> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3378763> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8051", "question": "What class do Phil Dawson and Rihanna both belong to?", "sparql": "SELECT ?ancestor (0 AS ?totalDistance) WHERE { wd:Q3378763 wdt:P31 ?ancestor . wd:Q36844 wdt:P31 ?ancestor . } LIMIT 1", "paraphrases": ["What is the most specific category that both Phil Dawson and Rihanna are instances of?", "Which human category is shared by both the American football player Phil Dawson and the singer Rihanna?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3378763> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q36844> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8052", "question": "What is the most specific shared class (category) that both Phil Dawson and Robert Thurman belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ancestor WHERE {\n  wd:Q3378763 wdt:P31 ?c1 .\n  wd:Q1377791 wdt:P31 ?c2 .\n  ?c1 wdt:P279 * ?ancestor .\n  ?c2 wdt:P279 * ?ancestor .\n  FILTER ( ?ancestor = ?c1 || ?ancestor = ?c2 )\n}\nORDER BY ASC ( ?ancestor )\nLIMIT 1", "paraphrases": ["Which human category is the closest common ancestor in the ontology for both Phil Dawson and Robert Thurman?", "Find the most specific class that both Phil Dawson and Robert Thurman are instances of, considering their class hierarchies."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3378763> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1377791> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8053", "question": "What are the broader categories that polenta belongs to?", "sparql": "SELECT ?superclass ?superclassLabel WHERE { wd:Q131607 wdt:P279 ?superclass . ?superclass rdfs:label ?superclassLabel . FILTER(LANG(?superclassLabel) = \"en\")}", "paraphrases": ["Is polenta a type of porridge or dish?", "What classes is polenta a subclass of?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q131607> . }"}}
{"id": "val_8054", "question": "What is the most specific category that both A.J. Hinch and Panama City belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor WHERE {\n  wd:Q2818926 wdt:P31 ?type1 .\n  wd:Q3306 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?commonAncestor .\n  ?type2 wdt:P279 * ?commonAncestor .\n}\nLIMIT 1", "paraphrases": ["What is the common superclass in the Wikidata hierarchy shared by the human A.J. Hinch and the city Panama City?", "What is the lowest-level entity type that includes both A.J. Hinch and Panama City?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2818926> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3306> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8055", "question": "Subclasses of stimulant foodstuff", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?stimulantFood WHERE {\n  ?stimulantFood wdt:P279 wd:Q1365365 .\n}", "paraphrases": ["What are some examples of food items that are subclasses of stimulant foodstuff?", "List all known food and drink items that are classified as subclasses of stimulant foodstuff, such as those containing caffeine or other psychoactive stimulants."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1365365> . }"}}
{"id": "val_8056", "question": "Subclasses of logarithmic unit and their immediate and grandparent classes in the hierarchy.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel ?parent ?parentLabel ?grandparent ?grandparentLabel WHERE {\n  wd:Q17342348 wdt:P279 * ?subclass .\n  ?subclass wdt:P279 ?parent .\n  ?parent wdt:P279 ?grandparent .\n  ?subclass rdfs:label ?subclassLabel .\n  ?parent rdfs:label ?parentLabel .\n  ?grandparent rdfs:label ?grandparentLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" ) FILTER ( LANG( ?parentLabel ) = \"en\" ) FILTER ( LANG( ?grandparentLabel ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["What are the subclasses of logarithmic unit, along with their direct superclasses and the superclasses of those superclasses?", "List all subclasses of logarithmic unit, their parent classes, and their grandparent classes, including their English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q17342348> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var4 . ?var2 ^ <http://www.wikidata.org/prop/direct/P279> * ?var6 . ?var3 ^ <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P279> * ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_8057", "question": "What properties are commonly used to describe organizations that are part of the same parent organization as the Zionist Federation of Germany?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q205369 wdt:P361 ?parent .\n  ?organization wdt:P361 ?parent .\n  ?organization ?property ?value .\n  FILTER ( isIRI( ?property ) )\n}", "paraphrases": ["List all the attributes (properties) associated with organizations that belong to the World Zionist Organization, including the Zionist Federation of Germany.", "Which types of information are recorded about other groups related to the Zionist Federation of Germany through their shared membership in the World Zionist Organization?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q205369> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8058", "question": "What is the most specific category that both Jeff Teague and Stanley Crouch belong to?", "sparql": "SELECT ?commonClass ?commonClassLabel WHERE { wd:Q552935 wdt:P31 ?commonClass . wd:Q355531 wdt:P31 ?commonClass . ?commonClass rdfs:label ?commonClassLabel . FILTER(LANG(?commonClassLabel) = \"en\") } LIMIT 1", "paraphrases": ["What do Jeff Teague and Stanley Crouch have in common in terms of their classification in Wikidata?", "What class is shared by both the basketball player Jeff Teague and the writer Stanley Crouch?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q552935> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q355531> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8059", "question": "What is the most general category that both NATO and the App Store belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?commonClass ?commonClassLabel WHERE {\n  wd:Q7184 wdt:P31 ?natoClass .\n  wd:Q368215 wdt:P31 ?appClass .\n  ?natoClass wdt:P279 * wd:Q35120 .\n  ?appClass wdt:P279 * wd:Q35120 .\n  wd:Q35120 rdfs:label ?commonClassLabel .\n  FILTER(LANG(?commonClassLabel) = \"en\")\n}", "paraphrases": ["Is there any shared classification between NATO and the App Store in Wikidata\u2019s hierarchy?", "What is the highest-level class that includes both NATO and the App Store as instances?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q7184> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q368215> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8060", "question": "What is the most general category that both Maine and Israelis belong to, based on their types in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ( ?dist1 + ?dist2 AS ?totalDist ) WHERE {\n  VALUES ?ancestor {\n    wd:Q35120\n  }\n  BIND( 6 AS ?dist1 ) BIND( 4 AS ?dist2 )\n}\nORDER BY ASC ( ?totalDist )\nLIMIT 1", "paraphrases": ["What is the common superclass of the type of Maine and the type of Israelis, and what is the total distance in the subclass hierarchy?", "Find the least specific common ancestor in the Wikidata taxonomy between the state of Maine and the population of Israelis."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q724> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q875556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8061", "question": "What is the most specific common category that both Earth and Israelis belong to?", "sparql": "SELECT ?commonAncestor WHERE { wd:Q2 wdt:P31 ?earthType . wd:Q875556 wdt:P31 ?israeliType . ?earthType wdt:P279* ?commonAncestor . ?israeliType wdt:P279* ?commonAncestor . FILTER (?commonAncestor != wd:Q17442446) } ORDER BY ASC(STR(?commonAncestor)) LIMIT 1", "paraphrases": ["What is the lowest-level class that includes both the planet Earth and the population of Israelis?", "What do Earth and the people of Israel have in common in terms of their ontological classification?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q875556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8062", "question": "Who are some Israeli citizens who were born in or live in Los Angeles?", "sparql": "SELECT ?person ?personLabel ?birthPlace ?residence WHERE { ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q79 . OPTIONAL { ?person wdt:P19 ?birthPlace . } OPTIONAL { ?person wdt:P551 ?residence . } FILTER(?birthPlace = wd:Q65 || ?residence = wd:Q65) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ?personLabel LIMIT 10", "paraphrases": ["List people from Israel associated with Los Angeles, including their birthplace or residence.", "Find individuals who are citizens of Israel and have a connection to Los Angeles, such as being born there or residing there."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q875556> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q8731> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8063", "question": "What are the common higher-level categories that include both Christian Estrosi and the National Football League?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?common WHERE {\n  wd:Q749029 wdt:P31 ?type1 .\n  wd:Q1215884 wdt:P31 ?type2 .\n  ?type1 wdt:P279 * ?common .\n  ?type2 wdt:P279 * ?common .\n}\nORDER BY ?common", "paraphrases": ["Which ontological classes are shared by the types of Christian Estrosi and the NFL?", "What is the most abstract category that both Christian Estrosi (as a human) and the NFL (as a sports league) belong to?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q749029> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q1215884> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8064", "question": "What is the most specific common ancestor class (in the subclass hierarchy) of the types of Christian Estrosi and Angola, and what is the sum of the shortest path distances from each to that ancestor?", "sparql": "SELECT ?ancestor ?label ?dist1 ?dist2 (?dist1 + ?dist2 AS ?total)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist1)\n    WHERE {\n      wd:Q749029 wdt:P31 ?type1 .\n      ?type1 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid) AS ?dist2)\n    WHERE {\n      wd:Q916 wdt:P31 ?type2 .\n      ?type2 wdt:P279+ ?mid .\n      ?mid wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  ?ancestor rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nORDER BY ASC(?total)\nLIMIT 1", "paraphrases": ["Which class is the closest common superclass of both a human (like Christian Estrosi) and a sovereign state (like Angola), measured by the total number of subclass steps?", "Find the entity that minimizes the sum of shortest path distances via subclass relationships from the types of Christian Estrosi and Angola \u2014 what is that entity and the total distance?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q749029> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q916> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8065", "question": "What is the most specific category that both an airline and a human belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor(COUNT(?instance) AS ?instanceCount) WHERE {\n  wd:Q46970 wdt:P279 * ?ancestor .\n  wd:Q5 wdt:P279 * ?ancestor .\n  ?instance wdt:P31 ?ancestor .\n}\nGROUP BY ?ancestor\nORDER BY ASC(?instanceCount)\nLIMIT 1", "paraphrases": ["Which subclass is shared by both Gina Torres and Nature Air, and has the fewest instances?", "Find the most specific common ancestor in the subclass hierarchy between a human and an airline."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q980781> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q241471> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8066", "question": "What is the most specific shared category (via subclass hierarchy) between The New York Times and Angela Merkel?", "sparql": "SELECT ?commonAncestor (?dist1 + ?dist2 AS ?totalDistance)\nWHERE {\n  {\n    SELECT ?ancestor (COUNT(?mid1) AS ?dist1)\n    WHERE {\n      wd:Q9684 wdt:P31 ?type1 .\n      ?type1 wdt:P279* ?mid1 .\n      ?mid1 wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  {\n    SELECT ?ancestor (COUNT(?mid2) AS ?dist2)\n    WHERE {\n      wd:Q567 wdt:P31 ?type2 .\n      ?type2 wdt:P279* ?mid2 .\n      ?mid2 wdt:P279* ?ancestor .\n    }\n    GROUP BY ?ancestor\n  }\n  FILTER(?ancestor != wd:Q9684 && ?ancestor != wd:Q567)\n}\nORDER BY ASC(?totalDistance)\nLIMIT 1", "paraphrases": ["Is there any common superclass in Wikidata\u2019s ontology that connects The New York Times and Angela Merkel?", "What is the shortest combined path through subclass relationships from The New York Times to Angela Merkel?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q9684> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q567> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8067", "question": "What is the most specific occupation category that Gina Torres belongs to?", "sparql": "SELECT ?superClass ?superClassLabel WHERE { wd:Q241471 wdt:P106 ?occupation . ?occupation wdt:P279+ ?superClass . ?superClass wdt:P279* wd:Q12737077 . ?superClass rdfs:label ?superClassLabel . FILTER(LANG(?superClassLabel) = \"en\") } ORDER BY ASC(STRLEN(STR(?superClass))) LIMIT 1", "paraphrases": ["What class do all of Gina Torres\u2019s occupations fall under in the hierarchy?", "What is the highest-level occupation type shared by Gina Torres\u2019s jobs like television actor and film actor?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q45606191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q241471> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8068", "question": "What is the most specific common ancestor of \"botanical garden\" and \"garden\" in the Wikidata subclass hierarchy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?commonAncestor ( COUNT( ?path1 ) + COUNT( ?path2 ) AS ?totalDistance ) WHERE {\n  wd:Q167346 wdt:P279 + ?path1 .\n  ?path1 wdt:P279 * ?commonAncestor .\n  wd:Q1107656 wdt:P279 + ?path2 .\n  ?path2 wdt:P279 * ?commonAncestor .\n  FILTER ( ?commonAncestor != wd:Q167346 ) FILTER ( ?commonAncestor != wd:Q1107656 )\n}\nGROUP BY ?commonAncestor\nORDER BY ?totalDistance\nLIMIT 1", "paraphrases": ["Which concept is the lowest shared superclass of botanical gardens and general gardens, based on their hierarchical relationships?", "Find the closest common parent class in the taxonomy between botanical garden and garden."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q45606191> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q167346> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8069", "question": "What is the most specific category that both Pavel Durov and the Houston Texans belong to?", "sparql": "SELECT ?commonClass ?commonClassLabel (COUNT(?instance) AS ?instanceCount) WHERE { wd:Q149067 wdt:P31 ?class1 . ?class1 wdt:P279* ?commonClass . wd:Q223514 wdt:P31 ?class2 . ?class2 wdt:P279* ?commonClass . ?commonClass rdfs:label ?commonClassLabel . ?instance wdt:P31 ?commonClass . FILTER(LANG(?commonClassLabel) = \"en\") . FILTER(?commonClass != wd:Q149067 && ?commonClass != wd:Q223514) } GROUP BY ?commonClass ?commonClassLabel ORDER BY ASC(?instanceCount) LIMIT 1", "paraphrases": ["Find the shared classification with the fewest instances that includes both Pavel Durov and the Houston Texans.", "What is the narrowest common category in Wikidata that links Pavel Durov (a person) and the Houston Texans (a sports team)?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q149067> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q223514> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8070", "question": "What are the occupations of Harvey Weinstein and the head coach of the Houston Texans?", "sparql": "SELECT ?weinsteinOccupation ?coachOccupation WHERE { wd:Q531599 wdt:P106 ?weinsteinOccupation . wd:Q223514 wdt:P286 ?coach . ?coach wdt:P106 ?coachOccupation . }", "paraphrases": ["Show me the job titles of Harvey Weinstein and the head coach of the Houston Texans side by side.", "Which occupations does Harvey Weinstein have, and what are the occupations of the Houston Texans' head coach?"], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q531599> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q223514> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8071", "question": "Subclasses of unnatural death", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q855919 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["What are all the types of unnatural death, including subcategories like judicial murder or capital punishment?", "List all known subclasses of unnatural death in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q855919> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8072", "question": "What is the most specific common superclass of Donald Trump and Chadwick Boseman?", "sparql": "SELECT ?commonClass WHERE { wd:Q22686 wdt:P31 ?class1 . wd:Q5066520 wdt:P31 ?class2 . ?class1 rdfs:subClassOf* ?commonClass . ?class2 rdfs:subClassOf* ?commonClass . } ORDER BY ?commonClass LIMIT 1", "paraphrases": ["What human category do Donald Trump and Chadwick Boseman both belong to at the most specific level?", "Find the most specific class that is a superclass of both Donald Trump and Chadwick Boseman in the Wikidata ontology."], "info": {"raw_sparql": "SELECT ?var1 ( ( ?var2 + ?var3 ) AS ?var4 ) WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5066520> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var2 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q22686> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } } ORDER BY ASC( ?var4 ) LIMIT 1"}}
{"id": "val_8073", "question": "Spanish labels of Wikidata properties used for authority control", "sparql": "SELECT ?property ?label WHERE { ?property wdt:P31 wd:Q18614948 . ?property rdfs:label ?label . FILTER (LANG(?label) = \"es\") }", "paraphrases": ["What are the Spanish labels for Wikidata properties that serve as authority control identifiers?", "List all Wikidata properties that are instances of authority control properties, along with their Spanish labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18614948> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"es\" ) ) ) . }"}}
{"id": "val_8074", "question": "Is there a Wikipedia category with The Orb as its main topic?", "sparql": "ASK WHERE { ?category wdt:P301 wd:Q924993 . }", "paraphrases": ["Does Wikipedia have a category that has The Orb as its primary subject?", "Show me if The Orb is the main topic of any Wikimedia category."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q924993> . }"}}
{"id": "val_8075", "question": "Wikimedia category for Academy Award for Best Actor winners", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?category WHERE {\n  ?category wdt:P301 wd:Q103916 .\n}", "paraphrases": ["Which Wikimedia category has the Academy Award for Best Actor as its main topic?", "Show me the Wikimedia category that is about the Academy Award for Best Actor."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q103916> . } LIMIT 1"}}
{"id": "val_8076", "question": "Which entities on Wikidata have the Twitter handles 'drose', 'TowsonU', 'wbaltv11', 'wojespn', or '923TheFan'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"drose\" \"TowsonU\" \"wbaltv11\" \"wojespn\" \"923TheFan\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata associated with the Twitter usernames drose, TowsonU, wbaltv11, wojespn, and 923TheFan?", "Please list the Wikidata items and their corresponding Twitter usernames for the handles: drose, TowsonU, wbaltv11, wojespn, and 923TheFan."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"drose\" ) ( \"string1\" ) ( \"TowsonU\" ) ( \"wbaltv11\" ) ( \"string2\" ) ( \"RTNBA\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"wojespn\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"Dj51425539\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"923TheFan\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8077", "question": "People who have philosopher as a position held with qualifiers", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?person ?statement ( SAMPLE( ?qualifier ) AS ?qualifierProperty ) WHERE {\n  ?statement ps:P39 wd:Q4964182 .\n  ?person p:P39 ?statement .\n  OPTIONAL {\n    ?qualifier wikibase:qualifier p:P39 .\n    ?statement ?qualifier ?qualifierValue .\n  }\n}\nGROUP BY ?person ?statement", "paraphrases": ["Who are the people in Wikidata that have \"philosopher\" listed as a position they held, and what qualifiers are attached to those statements?", "List all individuals whose position held statement is incorrectly set to \"philosopher\", along with any associated qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q4964182> . ?var1 <http://www.wikidata.org/prop/P39> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8078", "question": "Which organizations on Wikidata have Twitter usernames CityOfBoston, melroserugby, or deventergem?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"CityOfBoston\" \"melroserugby\" \"deventergem\" } } ORDER BY DESC(?sitelinks)", "paraphrases": ["What entities in Wikidata are associated with the Twitter handles CityOfBoston, melroserugby, and deventergem?", "List the Wikidata items for the Twitter accounts CityOfBoston, melroserugby, and deventergem, sorted by how many Wikipedia pages they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Axe_Tayler\" ) ( \"Wadihoff\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8079", "question": "Wikidata items with their Commons category names, URLs, cleaned category titles, and full page titles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?categoryName ?categoryPage(REPLACE(REPLACE(STR(?categoryPage) , \"https://commons.wikimedia.org/wiki/Category:\" , \"\") , \"_\" , \" \") AS ?cleanedCategory) ?pageTitle WHERE {\n  ?item wdt:P373 ?categoryName .\n  ?categoryPage schema:about ?item ; schema:isPartOf <https://commons.wikimedia.org/> ; schema:name ?pageTitle .\n  FILTER(CONTAINS(STR(?categoryPage) , \"Category:\"))\n}\nLIMIT 20", "paraphrases": ["What are the Wikimedia Commons category pages for items that have a Commons category defined, and what are the cleaned versions of those category names?", "Show me the Wikidata items, their Commons category names from P373, the corresponding category page URLs, the human-readable version of those URLs (without \"Category:\" and with spaces instead of underscores), and the full page titles including language tags."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( REPLACE ( STR ( REPLACE ( STR ( ?var3 ) , \"string1\", \"\" ) ) , \"_\", \" \" ) AS ?var4 ) ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var2 . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://commons.wikimedia.org/> ; <http://schema.org/name> ?var5 . FILTER ( ( CONTAINS ( STR ( ?var3 ) , \"Category:\" ) ) ) . FILTER ( ( ( ?var2 != SUBSTR ( STR ( ?var5 ) ,\"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) . } LIMIT 20"}}
{"id": "val_8080", "question": "Films released in 2017 with their box office earnings and English titles, sorted by lowest earnings first.", "sparql": "SELECT DISTINCT ?film ?title ?boxOffice WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?releaseDate . ?film wdt:P2142 ?boxOffice . FILTER ( ?releaseDate >= \"2017-01-01T00:00:00Z\"^^xsd:dateTime && ?releaseDate <= \"2017-12-31T00:00:00Z\"^^xsd:dateTime ) FILTER ( ?boxOffice >= 0 ) ?film rdfs:label ?title . FILTER ( lang(?title) = \"en\" ) } ORDER BY ASC(?boxOffice)", "paraphrases": ["What are the 2017 films with the lowest box office earnings, along with their English titles?", "List all films released in 2017 that have recorded box office numbers, showing their English titles and earnings in ascending order of revenue."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P2142> ?var2 . FILTER ( ( ( ?var4 >= \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var3 >= \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_8081", "question": "What is the English label for the Wikidata item about the glossary of Hinduism terms?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:Q3350979 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Show the English name of the glossary of Hinduism terms on Wikidata.", "What does the English-language label say for the entity representing a Hinduism terminology glossary?"], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q3350979> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"EN\" ) ) ) . } LIMIT 1"}}
{"id": "val_8082", "question": "Image of Jos\u00e9 Pancetti with SNAC ARK ID w6qr6p2c", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w6qr6p2c\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6qr6p2c?", "Show me the Wikimedia Commons image of Jos\u00e9 Pancetti, identified by the SNAC ARK ID w6qr6p2c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6qr6p2c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8083", "question": "Main subjects of works by John Stewart Dugdale", "sparql": "SELECT ?subjectLabel WHERE { ?work wdt:P50 wd:Q22113468 . ?work wdt:P921 ?subject . ?subject rdfs:label ?subjectLabel . FILTER(LANG(?subjectLabel) = \"en\") } ORDER BY ?subjectLabel", "paraphrases": ["What topics are covered in the scientific publications authored by John Stewart Dugdale?", "List the English labels of all main subjects of works written by the New Zealand entomologist John Stewart Dugdale."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q22113468> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q22113468> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8084", "question": "Which Twitter accounts (netanyahu, lemondefr, kumailn, etc.) are linked to Wikidata items, and how many Wikipedia pages are associated with each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitterHandle(COUNT(?site) AS ?sitelinks) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?site schema:about ?item ; schema:isPartOf ?siteItem .\n  VALUES ?twitterHandle {\n    \"netanyahu\" \"lemondefr\" \"kumailn\" \"nantesfr\" \"libe\" \"fitouss\" \"DuDetour\" \"chdelporte\" \"Authueil\" \"DEADLINE\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC(?sitelinks)", "paraphrases": ["What are the Wikipedia sitelink counts for Wikidata items with Twitter handles like netanyahu, lemondefr, and kumailn?", "List the Wikidata entities with Twitter usernames including netanyahu, lemondefr, and kumailn, along with the number of Wikipedia pages linked to each, ordered by least to most links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"Authueil\" ) ( \"lemondefr\" ) ( \"chdelporte\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"libe\" ) ( \"string10\" ) ( \"fitouss\" ) ( \"string11\" ) ( \"DuDetour\" ) ( \"string12\" ) ( \"netanyahu\" ) ( \"string13\" ) ( \"DEADLINE\" ) ( \"string14\" ) ( \"string15\" ) ( \"nantesfr\" ) ( \"kumailn\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8085", "question": "What fictional entities are based on paintings, and what additional details are known about those relationships?", "sparql": "SELECT ?fictionalEntity ?statement (SAMPLE(?qualifierValue) AS ?qualifierValueSample)\nWHERE {\n  {\n    SELECT DISTINCT ?fictionalEntity ?statement WHERE {\n      ?statement ps:P1074 wd:Q3305213 .\n      ?fictionalEntity p:P1074 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    wdt:P1074 wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?fictionalEntity ?statement", "paraphrases": ["Which works of fiction have paintings as their real-world analogs?", "Can you list entities in fiction that are modeled after paintings, along with any qualifiers like titles or creators?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1074> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/P1074> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8086", "question": "Is there a person in Wikidata with GND ID 1152066625?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1152066625\" .\n}", "paraphrases": ["Does the German National Library ID 1152066625 correspond to any entity in Wikidata?", "Confirm whether the GND ID 1152066625 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1152066625\". }"}}
{"id": "val_8087", "question": "Image of the person with SNAC ARK ID w6012fp8", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6012fp8\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Marsha Mason in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6012fp8?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6012fp8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8088", "question": "People born in December 1900", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER ( ?birthDate >= \"1900-12-01T00:00:00Z\" ^^ xsd:dateTime && ?birthDate <= \"1900-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Who were born in December 1900?", "List all individuals whose date of birth falls within December 1900."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1900-12-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1900-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_8089", "question": "Who has the Twitter/X username \"MeilerLab\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"MeilerLab\" } }", "paraphrases": ["Twitter/X handle \"MeilerLab\" \u2192 which person or entity?", "Find the Wikidata item for the Twitter username MeilerLab."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"MeilerLab\" ) } }"}}
{"id": "val_8090", "question": "Politicians from Gabon and their countries of citizenship", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?politician ?politicianLabel ?country ?countryLabel WHERE {\n  ?politician wdt:P106 wd:Q82955 .\n  ?politician wdt:P27 ?country .\n  ?politician rdfs:label ?politicianLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?politicianLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the politicians and what countries do they hold citizenship in?", "List the names of politicians and their countries of citizenship, limited to English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } } LIMIT 100"}}
{"id": "val_8091", "question": "Politicians and their countries and positions held", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?country ?countryLabel ?position ?positionLabel WHERE {\n  ?person wdt:P106 wd:Q82955 .\n  OPTIONAL {\n    ?person wdt:P27 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P39 ?position .\n    ?position rdfs:label ?positionLabel .\n    FILTER ( LANG( ?positionLabel ) = \"en\" )\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are the politicians, what countries are they citizens of, and what positions have they held?", "List politicians along with their country of citizenship and the public offices they have held, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } } LIMIT 1000"}}
{"id": "val_8092", "question": "Names of people who have an employer in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P108 ?employer .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people listed as employees in Wikidata, and what are their names?", "List the English names of individuals who are employed by an organization according to Wikidata."], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://xmlns.com/foaf/0.1/name> ?var2 } WHERE { ?var1 <http://example.com/ns#employeeName> ?var2 . }"}}
{"id": "val_8093", "question": "What properties are associated with Mapo tofu in Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { wd:Q1298577 ?property ?value . } LIMIT 100", "paraphrases": ["Which properties describe the dish Mapo tofu in Wikidata?", "List all the properties used to describe Mapo tofu on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q1298577> ?var1 ?var2 . } LIMIT 100"}}
{"id": "val_8094", "question": "What are all the language versions of the name \"BMW\" as listed in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?label WHERE {\n  wd:Q26678 rdfs:label ?label .\n}\nLIMIT 100", "paraphrases": ["Show me the labels for the company BMW in different languages.", "How is BMW referred to in various languages according to Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q26678> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( REGEX ( ?var1 , \"BMW\" ) ) ) . } LIMIT 100"}}
{"id": "val_8095", "question": "What is the title of the Dream Theater album released on October 28, 2004 in Tokyo, Japan?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?label WHERE {\n  wd:Q3992283 rdfs:label ?label .\n}\nLIMIT 100", "paraphrases": ["What are the different language versions of the album title for Dream Theater's 2004 release?", "Can you show me the labels for the Dream Theater album from 2004?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q3992283> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"album\" ) ) ) . } LIMIT 100"}}
{"id": "val_8096", "question": "What type of media is Dr. Slump?", "sparql": "SELECT ?type WHERE { wd:Q3038453 wdt:P31 ?type .}", "paraphrases": ["What class does the anime series Dr. Slump belong to?", "Can you tell me the instance type of Dr. Slump, the 1981 Japanese anime series?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q3038453> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_8097", "question": "Common names of organisms in Wikidata", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q502895 . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') } } LIMIT 100", "paraphrases": ["What are some common names used for animals and plants in Wikidata?", "List the English common names of biological taxa stored in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q502895> . } LIMIT 100"}}
{"id": "val_8098", "question": "Japanese names of automobile manufacturers", "sparql": "SELECT ?manufacturer ?label WHERE { ?manufacturer wdt:P31 wd:Q786820 . ?manufacturer rdfs:label ?label . FILTER (LANG(?label) = \"ja\") } LIMIT 100", "paraphrases": ["What are the Japanese-language labels for companies that manufacture automobiles?", "List up to 100 automobile manufacturers with their Japanese names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q786820> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_8099", "question": "People who are actors and their other occupations", "sparql": "SELECT ?person ?personLabel ?occupation ?occupationLabel WHERE { ?person wdt:P106 wd:Q33999 . OPTIONAL { ?person wdt:P106 ?occupation . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Who are the actors on Wikidata, and what other jobs do they have?", "List all actors along with all their occupations, including their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> * <http://www.wikidata.org/entity/Q33999> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8100", "question": "Politicians and their countries, positions held, and dates of birth", "sparql": "SELECT ?politician ?country ?position ?birthDate WHERE { ?politician wdt:P106 wd:Q82955 . OPTIONAL { ?politician wdt:P27 ?country . } OPTIONAL { ?politician wdt:P39 ?position . } OPTIONAL { ?politician wdt:P569 ?birthDate . } } LIMIT 5", "paraphrases": ["Who are some politicians, what countries are they citizens of, what positions have they held, and when were they born?", "List five politicians along with their citizenship, positions held, and birth dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var7Label ?var8 ?var8Label ?var9 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1038> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3373> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var9 . } } LIMIT 5"}}
{"id": "val_8101", "question": "People who died in August 1957", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P570 ?deathDate .\n  FILTER(?deathDate >= \"1957-08-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1957-08-31T23:59:59Z\" ^^ xsd:dateTime)\n}", "paraphrases": ["Who died in August 1957?", "List all individuals who passed away between August 1 and August 31, 1957."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"1957-08-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1957-08-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_8102", "question": "Ancestors of Emmanuel Macron up to two generations and their children.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor ?ancestorLabel ?child WHERE {\n  {\n    ?ancestor wdt:P40 wd:Q3052772 .\n    OPTIONAL {\n      ?ancestor wdt:P40 ?child .\n      FILTER ( ?child != wd:Q3052772 )\n    }\n  } UNION {\n    ?grandparent wdt:P40 wd:Q3052772 .\n    ?ancestor wdt:P40 ?grandparent .\n    OPTIONAL {\n      ?ancestor wdt:P40 ?child .\n      FILTER ( ?child != wd:Q3052772 && ?child != ?grandparent )\n    }\n  }\n  ?ancestor rdfs:label ?ancestorLabel .\n  FILTER ( LANG( ?ancestorLabel ) = \"en\" )\n}", "paraphrases": ["Who are the parents and grandparents of Emmanuel Macron, and who are their children?", "List all known ancestors of Emmanuel Macron (up to grandparents) along with one of their children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q3052772> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8103", "question": "Which Wikidata items have the Twitter usernames MSR_Tlse, envlh, Anthere, ash_crow, or maxlath?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item p:P2002 ?statement . ?statement ps:P2002 ?twitterUsername . VALUES ?twitterUsername { \"MSR_Tlse\" \"envlh\" \"Anthere\" \"ash_crow\" \"maxlath\" } } ORDER BY ?twitterUsername", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles 'MSR_Tlse', 'envlh', 'Anthere', 'ash_crow', and 'maxlath'?", "List the Wikidata entities associated with the Twitter usernames: MSR_Tlse, envlh, Anthere, ash_crow, and maxlath."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"MSR_Tlse\" ) ( \"envlh\" ) ( \"IvanHerCaz\" ) ( \"Anthere\" ) ( \"string1\" ) ( \"abiatus\" ) ( \"PoulpyWP\" ) ( \"string2\" ) ( \"ash_crow\" ) ( \"string3\" ) ( \"maxlath\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8104", "question": "What are the Twitter/X usernames \"Anthere\" and \"envlh\" associated with on Wikidata?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Anthere\" \"envlh\" } } ORDER BY ?username", "paraphrases": ["Who uses the Twitter handles \"Anthere\" and \"envlh\"?", "List the Wikidata items that have the Twitter usernames \"Anthere\" or \"envlh\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Anthere\" ) ( \"envlh\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8105", "question": "What is the superclass of sport?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?superclass WHERE {\n  wd:Q349 wdt:P279 ?superclass .\n}", "paraphrases": ["According to Wikidata, what category does sport belong to as a subclass?", "Show me the direct parent class of the entity \"sport\" in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q349> <http://www.wikidata.org/prop/direct/P279> ?var1 . }"}}
{"id": "val_8106", "question": "What are the 10 oldest cities in the world, along with their earliest written records and native names?", "sparql": "SELECT ?city ?earliestRecord ?nativeLabel WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P1249 ?earliestRecord . ?city wdt:P1705 ?nativeLabel . } ORDER BY ASC(?earliestRecord) LIMIT 10", "paraphrases": ["Can you list cities with their first known written mention and their official or original language names, sorted from oldest to newest?", "Show me the native names of the oldest cities, when they were first recorded in writing, and their Wikidata IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P1249> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var3 . } ORDER BY ASC( ?var2 ) LIMIT 10"}}
{"id": "val_8107", "question": "What are the most commonly used properties to link entities to India in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q668 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which properties connect the most items to India, and how many times are they used?", "Show me all properties that link more than one item to India, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q668> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_8108", "question": "What are the occupations of Douglas Adams?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?occupation ?occupationLabel WHERE {\n  wd:Q42 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}", "paraphrases": ["Can you list the professions Douglas Adams was known for?", "What types of writers and performers was Douglas Adams involved in?"], "info": {"raw_sparql": "ASK WHERE { BIND ( <http://www.wikidata.org/entity/Q42> AS ?var1 ). }"}}
{"id": "val_8109", "question": "Which episodes of The Simpsons feature Nancy Cartwright as the voice of Bart Simpson?", "sparql": "SELECT DISTINCT ?work ?actor ?actorLabel WHERE { ?work p:P725 ?statement . ?statement ps:P725 ?actor . ?statement pq:P453 wd:Q5480 . ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who voiced Bart Simpson in The Simpsons, and in which episodes did they perform that role?", "List all The Simpsons episodes and seasons where Nancy Cartwright provided the voice for Bart Simpson."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/P725> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P725> ?var2 . ?var3 <http://www.wikidata.org/prop/qualifier/P453> <http://www.wikidata.org/entity/Q5480> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 100"}}
{"id": "val_8110", "question": "Cultural monuments in Trutnov with their coordinates and labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monument ?monumentLabel ?coordinates WHERE {\n  ?monument wdt:P1435 wd:Q385405 .\n  ?monument wdt:P131 wd:Q320950 .\n  OPTIONAL {\n    ?monument wdt:P625 ?coordinates .\n  }\n  ?monument rdfs:label ?monumentLabel .\n}\nLIMIT 100", "paraphrases": ["What are the cultural monuments located in Trutnov, and what are their names and geographic coordinates?", "List all heritage-designated monuments in Trutnov along with their labels and locations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q385405> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q320950> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,cs,en\". } } LIMIT 10000"}}
{"id": "val_8111", "question": "People born after April 15, 1452 and died before May 2, 1519, who lived between 10 and 100 years.", "sparql": "SELECT ?personLabel ?birthDate ?birthPlace ?deathDate ?birthPlaceLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . BIND( ( YEAR( ?deathDate ) - YEAR( ?birthDate ) ) AS ?age ) . FILTER ( ?birthDate >= \"1452-04-15\"^^xsd:date ) FILTER ( ?deathDate <= \"1519-05-02\"^^xsd:date ) FILTER ( ?age > 10 && ?age < 100 ) OPTIONAL { ?person wdt:P19 ?birthPlace . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER ( lang(?personLabel) = \"en\" ) } OPTIONAL { ?birthPlace rdfs:label ?birthPlaceLabel . FILTER ( lang(?birthPlaceLabel) = \"en\" ) } } LIMIT 10", "paraphrases": ["Who were the humans that lived during Leonardo da Vinci\u2019s lifetime and were between 10 and 100 years old?", "List the names, birth and death dates, and birthplaces of people who were alive between 1452 and 1519 and lived at least 10 years but less than 100 years."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var3Label WHERE { BIND ( ( YEAR ( ?var4 ) - YEAR ( ?var2 ) ) AS ?var5 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var5 > \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var5 < \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( ?var2 > \"1452-04-15\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"1519-05-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } }"}}
{"id": "val_8112", "question": "What items are located in Grenoble?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?item wdt:P131 wd:Q1289 .\n}\nLIMIT 1000", "paraphrases": ["Items administratively located in Grenoble", "List all entities that are part of Grenoble\u2019s administrative territory"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q1289> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } } LIMIT 1000"}}
{"id": "val_8113", "question": "List humans with their birth date, birth place (in English), death date, and reference URL.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthDate ?birthPlace ?deathDate ?birthPlaceLabel ?referenceUrl WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  ?human wdt:P570 ?deathDate .\n  OPTIONAL {\n    ?human wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER(LANG(?birthPlaceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?human wdt:P854 ?referenceUrl .\n  }\n}\nLIMIT 25", "paraphrases": ["Who are some humans, and what are their birth dates, birth places, death dates, and reference URLs?", "Show me up to 25 humans, including their date of birth, place of birth (with English label), date of death, and any reference URLs associated with their data."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var2Label ?var4 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var5 <http://www.wikidata.org/prop/direct/P569> ?var1 . ?var5 <http://www.wikidata.org/prop/direct/P570> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P19> ?var2 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P19> ?var2 . } OPTIONAL { } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P854> ?var4 . } } LIMIT 25"}}
{"id": "val_8114", "question": "Which Wikidata items have Twitter usernames \"envlh\" or \"Pyb75\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"envlh\" \"Pyb75\"\n  }\n}", "paraphrases": ["Who are the people on Wikidata with the Twitter handles envlh and Pyb75?", "Show me the Wikidata entities associated with the Twitter usernames envlh and Pyb75."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"MaelLeHir\" ) ( \"string1\" ) ( \"string2\" ) ( \"Salemioche\" ) ( \"string3\" ) ( \"Pyb75\" ) ( \"string4\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8115", "question": "People born in Ravenna, Ohio, with their images", "sparql": "SELECT ?person ?personLabel ?image WHERE { ?person wdt:P19 wd:Q989843 . OPTIONAL { ?person wdt:P18 ?image . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 100", "paraphrases": ["Who are the people born in Ravenna, Ohio, and do they have any photos available?", "List the English names of people born in Ravenna, Ohio, along with their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q989843> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } LIMIT 100"}}
{"id": "val_8116", "question": "Which Wikidata entities are associated with the Twitter usernames jylgallou, Leetchiweb, bif_o, FerryLuc, and FrDesouche?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"jylgallou\" \"Leetchiweb\" \"bif_o\" \"FerryLuc\" \"FrDesouche\"\n  }\n}", "paraphrases": ["Who are the people or organizations behind these Twitter accounts: jylgallou, Leetchiweb, bif_o, FerryLuc, and FrDesouche?", "Find the Wikidata items linked to the following Twitter handles: jylgallou, Leetchiweb, bif_o, FerryLuc, and FrDesouche."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"jylgallou\" ) ( \"Leetchiweb\" ) ( \"debousso\" ) ( \"Kimyongur\" ) ( \"abbeamar\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"bif_o\" ) ( \"fandetv\" ) ( \"FerryLuc\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"whitebkas\" ) ( \"string7\" ) ( \"string8\" ) ( \"TacoTaxFR\" ) ( \"string9\" ) ( \"anoriant92\" ) ( \"string10\" ) ( \"FrDesouche\" ) ( \"string11\" ) ( \"string12\" ) ( \"pcd35\" ) ( \"buchermdm\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8117", "question": "Which papers cite \"The flight activity of some East African mosquitos (Diptera, Culicidae). I. Studies on a high steel tower in Zika Forest, Uganda\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q22330878 .\n}\nLIMIT 10000", "paraphrases": ["What academic articles reference the study on mosquito flight activity in Zika Forest, Uganda?", "List all scholarly works that cite the 1965 paper on mosquito flight behavior in Zika Forest, Uganda."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> <http://www.wikidata.org/entity/Q22330878> . } LIMIT 10000"}}
{"id": "val_8118", "question": "Where was the article 'Biology of Zika Virus Infection in Human Skin Cells' published?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?publication WHERE {\n  wd:Q22330706 wdt:P1433 ?publication\n}", "paraphrases": ["What journal published the academic paper on Zika virus infection in human skin cells?", "Which publication is the scholarly article Q22330706 associated with?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q22330706> . } LIMIT 10000"}}
{"id": "val_8119", "question": "Is there a ship with IMO number 9162148 in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"9162148\" .\n}", "paraphrases": ["Does the ship Koyo Maru have the IMO number 9162148?", "Confirm whether the IMO number 9162148 is assigned to any ship in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"9162148\". }"}}
{"id": "val_8120", "question": "Is there a ship with the IMO number 7302110?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?ship wdt:P458 \"7302110\" .\n}", "paraphrases": ["Ship with IMO number 7302110", "Check if any ship has the IMO number 7302110."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"7302110\". }"}}
{"id": "val_8121", "question": "Is there a ship with IMO number 6908034 in Wikidata?", "sparql": "ASK WHERE { ?ship wdt:P458 \"6908034\" . }", "paraphrases": ["Does the ship with IMO number 6908034 have a record in Wikidata?", "Confirm whether the vessel identified by IMO number 6908034 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"6908034\". }"}}
{"id": "val_8122", "question": "Which Wikidata items are associated with the Twitter handles EU_H2020, EvoMRI, and kylecopas?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"EU_H2020\" \"EvoMRI\" \"kylecopas\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that have the Twitter usernames EU_H2020, EvoMRI, or kylecopas?", "Show me the Wikidata entities for Horizon 2020, Daniel Mietchen, and Kyle Copas based on their Twitter/X usernames: EU_H2020, EvoMRI, and kylecopas."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"EU_H2020\" ) ( \"EuCitSci\" ) ( \"kylecopas\" ) ( \"ErichPrem\" ) ( \"EvoMRI\" ) ( \"Mboathomas\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) } }"}}
{"id": "val_8123", "question": "People born in the United States", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P19 wd:Q30 ; wdt:P31 wd:Q5 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people born in the United States?", "List the names of all humans who were born in the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q30> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8124", "question": "What artworks were created by James Ensor?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P170 wd:Q158840 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English titles of all artworks created by the Belgian painter James Ensor?", "Show me the names of James Ensor\u2019s creative works."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q158840> . } LIMIT 100"}}
{"id": "val_8125", "question": "What countries, continents, or administrative regions is Wilan\u00f3w Palace located in?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q47473(wdt:P17 | wdt:P30 | wdt:P131) ?location .\n}", "paraphrases": ["Can you tell me the geographical hierarchy of Wilan\u00f3w Palace, such as its country and district?", "Show me the direct location relationships of Wilan\u00f3w Palace, including its country and administrative division."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q47473> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_8126", "question": "Educational institutions in Ahmedabad, India", "sparql": "SELECT ?educationalOrgLabel ?cityLabel WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 wd:Q668 . ?educationalOrg (wdt:P31/wdt:P279*) wd:Q5341295 . ?educationalOrg wdt:P131 ?city . ?city rdfs:label ?cityLabel . ?educationalOrg rdfs:label ?educationalOrgLabel . FILTER(LANG(?cityLabel) = \"en\" && LANG(?educationalOrgLabel) = \"en\") . FILTER(CONTAINS(LCASE(?cityLabel), \"ahmedabad\")) }", "paraphrases": ["What educational organizations are located in Ahmedabad, India?", "List the names of educational organizations in Ahmedabad along with the city name, where both are labeled in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q668> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5341295> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 ?var3Label \"Ahmedabad\"@en . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8127", "question": "What is the Douban film ID for the movie with IMDb ID tt5931802?", "sparql": "SELECT ?film ?doubanId WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 \"tt5931802\" . OPTIONAL { ?film wdt:P4529 ?doubanId . } }", "paraphrases": ["Which film has the IMDb ID tt5931802, and what is its Douban ID?", "Find the Douban ID of the film identified by IMDb ID tt5931802."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5931802\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4529> ?var2 . } }"}}
{"id": "val_8128", "question": "Children of U.S. presidents named Robert and their occupations", "sparql": "SELECT ?child ?childLabel ?occupation ?occupationLabel WHERE { ?president wdt:P39 wd:Q11696 ; wdt:P40 ?child . ?child wdt:P735 wd:Q4927937 ; wdt:P106 ?occupation . ?child rdfs:label ?childLabel . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?childLabel) = \"en\") FILTER(LANG(?occupationLabel) = \"en\") }", "paraphrases": ["Who are the children of U.S. presidents with the given name Robert, and what are their occupations?", "List the English labels of children of U.S. presidents named Robert along with their occupations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en ; <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> ; <http://www.wikidata.org/prop/direct/P40> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P735> / <http://www.w3.org/2000/01/rdf-schema#label> ) \"Robert\"@en ; <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8129", "question": "Properties with optional qualifiers constraint", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?propertyLabel WHERE {\n  ?property wdt:P2302 wd:Q21510851 .\n  ?property rdfs:label ?propertyLabel .\n}\nLIMIT 100", "paraphrases": ["Which Wikidata properties require that qualifiers are optional?", "List all Wikidata properties that allow optional qualifiers, along with their labels in different languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/prop/P26> <http://www.wikidata.org/prop/direct/P2302> ?var1 . FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q21510851> ) ) ) . ?var1 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8130", "question": "Heritage sites in Saxony with LfDS ID 09276121", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?heritageSite ?label WHERE {\n  ?heritageSite wdt:P1708 \"09276121\" .\n  ?heritageSite rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" || LANG( ?label ) = \"de\" )\n}", "paraphrases": ["Which cultural heritage sites in Germany have the LfDS object ID 09276121?", "Show me the names of heritage sites identified by the LfDS ID 09276121."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1708> \"09276121\". }"}}
{"id": "val_8131", "question": "Is KMyMoney a human?", "sparql": "ASK WHERE { wd:Q1029531 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Does KMyMoney belong to a category that is a subclass of human beings?", "Can KMyMoney be classified as a human or any type of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1029531> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8132", "question": "Items depicting literature and their qualifiers", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P180 wd:Q8242 .\n      ?item p:P180 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["What items depict literature, and what additional information (qualifiers) are associated with those depictions?", "Show me the works that depict literature, along with one example of a qualifier for each depiction statement."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P180> <http://www.wikidata.org/entity/Q8242> . ?var1 <http://www.wikidata.org/prop/P180> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8133", "question": "What places or events are named after poetry?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P138 ?statement .\n  ?statement ps:P138 wd:Q482 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you list entities that have been named in honor of poetry?", "Which items, such as streets, glaciers, or days, take their name from the literary form of poetry?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P138> <http://www.wikidata.org/entity/Q482> . ?var1 <http://www.wikidata.org/prop/P138> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8134", "question": "What are the English-named places in South Asia and East Africa with coordinates between 13\u00b0E\u201398\u00b0E and -3\u00b0N\u201336\u00b0N, along with their images and Wikimedia Commons categories?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coord . BIND(STRBEFORE(STRAFTER(STR(?coord), \"POINT(\"), \" \") AS ?lonStr) BIND(STRBEFORE(STRAFTER(STR(?coord), \" \"), \")\") AS ?latStr) BIND(xsd:double(?lonStr) AS ?lon) BIND(xsd:double(?latStr) AS ?lat) FILTER(?lon >= 13 && ?lon <= 98) FILTER(?lat >= -3 && ?lat <= 36) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["Show me places in the region from Kenya to India that have English names, their geographic coordinates, and any associated images or Commons categories.", "List up to 3,000 locations in the area bounded by longitude 13 to 98 and latitude -3 to 36, including their names, images, and Wikimedia Commons categories, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(13 -3)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(98 36)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_8135", "question": "Museums in New York City with their locations, images, founding years, and annual visitors.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?museum ?museumLabel ?coordinates ?image ?inception ?visitors WHERE {\n  ?museum wdt:P31 wd:Q33506 .\n  ?museum wdt:P131 wd:Q60 .\n  OPTIONAL {\n    ?museum wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?museum wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?museum wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?museum wdt:P1174 ?visitors .\n  }\n  ?museum rdfs:label ?museumLabel .\n  FILTER ( LANG( ?museumLabel ) = \"en\" )\n}", "paraphrases": ["What are the museums in New York City, and what are their coordinates, images, founding dates, and number of annual visitors?", "List all museums in New York City along with their English names, geographic coordinates, images, when they were founded, and how many visitors they get per year."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/131> *) <http://www.wikidata.org/entity/Q60> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1174> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8136", "question": "Which Wikidata entities have the Twitter usernames \"azaroth42\", \"sadads\", \"wikidata\", or \"Wikimedia\"?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"azaroth42\" \"sadads\" \"wikidata\" \"Wikimedia\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that use \"azaroth42\", \"sadads\", \"wikidata\", or \"Wikimedia\" as their Twitter/X handle?", "Show me the Wikidata items corresponding to the Twitter usernames: azaroth42, sadads, wikidata, and Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"sadads\" ) ( \"string1\" ) ( \"glamwiki\" ) ( \"Wikimedia\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"azaroth42\" ) ( \"GettyHub\" ) ( \"wikidata\" ) } }"}}
{"id": "val_8137", "question": "French-speaking people with the surname Violland", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" ) FILTER ( CONTAINS( LCASE( ?label ) , \"violland\" ) ) ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the French people named Violland?", "List all humans whose French name includes \"Violland\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"violland\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8138", "question": "Armed conflicts that started or ended today in history", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?conflictLabel(YEAR(?startDate) AS ?startYear)(YEAR(?endDate) AS ?endYear) ?conflict WHERE {\n  BIND(MONTH(NOW ()) AS ?currentMonth)\n  BIND(DAY(NOW ()) AS ?currentDay)\n  ?conflict wdt:P31 / wdt:P279 * wd:Q350604 .\n  OPTIONAL {\n    ?conflict wdt:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?conflict wdt:P582 ?endDate .\n  }\n  FILTER((BOUND(?startDate) && MONTH(?startDate) = ?currentMonth && DAY(?startDate) = ?currentDay) ||(BOUND(?endDate) && MONTH(?endDate) = ?currentMonth && DAY(?endDate) = ?currentDay))\n  ?conflict rdfs:label ?conflictLabel .\n  FILTER(LANG(?conflictLabel) = \"en\")\n}\nLIMIT 20", "paraphrases": ["Which armed conflicts began or ended on this day of the year?", "Show me battles and military conflicts that started or ended today, along with their start and end years."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ( YEAR ( ?var2 ) AS ?var3 )( YEAR ( ?var4 ) AS ?var5 ) ?var1 WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var6 ). BIND ( DAY ( NOW ( ) ) AS ?var7 ). { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . } FILTER ( ( ( MONTH ( ?var2 ) = ?var6 ) && ( DAY ( ?var2 ) = ?var7 ) || ( MONTH ( ?var4 ) = ?var6 ) && ( DAY ( ?var4 ) = ?var7 ) ) ) . { SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var8 . VALUES ( ?var8 ) { ( <http://www.wikidata.org/entity/Q350604> ) } } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 20"}}
{"id": "val_8139", "question": "Does Wikidata contain an entity with GND ID 1129897346?", "sparql": "ASK WHERE { ?person wdt:P227 \"1129897346\" .}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1129897346?", "Confirm whether the GND ID 1129897346 corresponds to a known entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1129897346\". }"}}
{"id": "val_8140", "question": "Galaxies without SIMBAD IDs and their English names", "sparql": "SELECT ?galaxy ?label WHERE { ?galaxy wdt:P31 wd:Q318 . OPTIONAL { ?galaxy rdfs:label ?label . FILTER(LANG(?label) = 'en') } . MINUS { ?galaxy p:P3083 [] } }", "paraphrases": ["Which galaxies are listed in Wikidata but do not have a SIMBAD identifier, and what are their English labels?", "List all galaxies (excluding those with SIMBAD IDs) along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q318> . MINUS { ?var1 <http://www.wikidata.org/prop/P3083> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en, fr, pl, it, eo, kk, uk\". } }"}}
{"id": "val_8141", "question": "Who is the father of Andries Bicker?", "sparql": "SELECT DISTINCT ?father WHERE { wd:Q434290 wdt:P22 ?father .}", "paraphrases": ["Father of Andries Bicker.", "Tell me who Andries Bicker\u2019s father is."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P22> ?var1 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q434290> ) ) ) . }"}}
{"id": "val_8142", "question": "Battles whose English name starts with \"battle\"", "sparql": "SELECT ?battle ?battleLabel WHERE { ?battle wdt:P31 wd:Q178561 ; rdfs:label ?battleLabel . FILTER ( LANG(?battleLabel) = \"en\" ) FILTER ( STRSTARTS( ?battleLabel, \"battle\" ) ) }", "paraphrases": ["What are the battles in Wikidata that have English labels starting with \"battle\"?", "List all historical battles classified in Wikidata with English names beginning with \"battle\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"battle\" ) ) ) . }"}}
{"id": "val_8143", "question": "Image of the person with SNAC ARK ID w69z96c3", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w69z96c3\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What image is linked to the SNAC ARK ID w69z96c3?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w69z96c3."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69z96c3\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8144", "question": "What are the ISO 3166-1 alpha-2 codes and HDS IDs for all sovereign states?", "sparql": "SELECT ?country ?iso2 ?hds_id WHERE { ?country wdt:P31 wd:Q3624078 . OPTIONAL { ?country wdt:P297 ?iso2 . } OPTIONAL { ?country wdt:P902 ?hds_id . } }", "paraphrases": ["Can you list countries with their two-letter country codes and entries in the Historical Dictionary of Switzerland?", "Which countries have entries in the Historical Dictionary of Switzerland, and what are their ISO country codes?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P297> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P300> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P902> ?var4 . } }"}}
{"id": "val_8145", "question": "List all male given names in Wikidata.", "sparql": "SELECT ?maleGivenName ?name WHERE { ?maleGivenName wdt:P31 wd:Q12308941 . ?maleGivenName wdt:P1705 ?name . }", "paraphrases": ["What are the male first names recorded in Wikidata?", "Show me the native labels of all items that are instances of male given names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12308941> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". } }"}}
{"id": "val_8146", "question": "Which Wikidata entity has the VIAF ID 171145187?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P214 \"171145187\" .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["Is there a person in Wikidata with the VIAF identifier 171145187, and what is their name?", "Show me the name of the person associated with the Virtual International Authority File ID 171145187."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"171145187\". }"}}
{"id": "val_8147", "question": "What are the curling competitions and events listed in Wikidata, sorted alphabetically by name?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?event ?label WHERE {\n  ?event wdt:P641 wd:Q136851 ; wdt:P31 ?instanceOf .\n  FILTER ( ?instanceOf IN ( wd:Q1079023 , wd:Q16510064 , wd:Q167170 ) ) .\n  ?event rdfs:label ?label .\n}\nORDER BY ASC ( ?label )", "paraphrases": ["Can you list all curling championships, sporting events, and multi-sport events that include curling, along with their names in any language?", "Show me all the events associated with the sport of curling, such as tournaments and championships, ordered by their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q136851> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> [] . } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_8148", "question": "What items in Wikidata have an IMDb ID?", "sparql": "SELECT ?item ?imdbId WHERE { ?item wdt:P345 ?imdbId . }", "paraphrases": ["List all entities with their IMDb identifiers.", "Show me the IMDb IDs for people and films in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2439> [] ; <http://schema.org/dateModified> [] . }"}}
{"id": "val_8149", "question": "What properties are used for the music genre \"pagan metal\", and what are their values in English?", "sparql": "SELECT ?property ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels) WHERE { wd:Q1457545 ?property ?value . ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . } GROUP BY ?property ?propertyLabel", "paraphrases": ["For each property applied to pagan metal, show its English label, how many values it has, and what those values are labeled as in English.", "List the English labels of properties connected to pagan metal, along with the count of their values and the English names of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1457545> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8150", "question": "What are the Twitter accounts of Tyson Fury, Larry Augustin, and Kikkan Randall?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?username WHERE {\n  ?person wdt:P2002 ?username .\n  VALUES ?username {\n    \"Tyson_Fury\" \"lmaugustin\" \"kikkanimal\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Show me the entities in Wikidata that have the Twitter usernames Tyson_Fury, lmaugustin, or kikkanimal.", "Which people on Wikidata use the Twitter handles Tyson_Fury, lmaugustin, and kikkanimal?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Dahomiann\" ) ( \"DahoFadoua\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8151", "question": "What film has the KINENOTE ID 18074?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P2508 \"18074\" .\n}", "paraphrases": ["Can you tell me the name of the movie identified by the KINENOTE number 18074?", "Which film is linked to the identifier 18074 in the KINENOTE movie database?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2508> \"18074\". }"}}
{"id": "val_8152", "question": "What are the English descriptions and names of the IMDb persons with IDs nm0000003 and nm0000004?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?imdbId ?person ?label ?description WHERE {\n  VALUES ?imdbId {\n    \"nm0000003\" \"nm0000004\"\n  }\n  ?person wdt:P345 ?imdbId .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  ?person schema:description ?description .\n  FILTER(LANG(?description) = \"en\")\n}\nORDER BY ?imdbId", "paraphrases": ["Who are the people associated with IMDb IDs nm0000003 and nm0000004, and what are their English-language biographical descriptions?", "Please provide the names and English descriptions of the actors identified by IMDb person IDs nm0000003 and nm0000004."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( \"nm0000003\" ) ( \"nm0000004\" ) } ?var2 <http://www.wikidata.org/prop/direct/P345> ?var1 . ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_8153", "question": "What is the Japanese Wikipedia page for the Tokyo Metropolitan Teien Art Museum?", "sparql": "SELECT DISTINCT ?label ?page WHERE { ?page schema:about wd:Q743773 ; schema:inLanguage \"ja\" . FILTER(STRSTARTS(STR(?page), \"https://ja.wikipedia.org/wiki/\")) . wd:Q743773 rdfs:label ?label . FILTER(LANG(?label) = \"ja\") }", "paraphrases": ["What is the Japanese name of the Tokyo Metropolitan Teien Art Museum, and where can I find its Japanese Wikipedia article?", "Show me the Japanese label and Wikipedia link for the Tokyo Metropolitan Teien Art Museum."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q743773> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_8154", "question": "What properties are used for Takebashi Station, their English labels, the values, their formatter URLs, and corresponding Japanese Wikipedia pages?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel ?object ?objectLabel ?formatterUrl ?japanesePage WHERE {\n  wd:Q80564 ?propertyStatement ?object .\n  ?property wikibase:directClaim ?propertyStatement .\n  OPTIONAL {\n    ?property wdt:P1630 ?formatterUrl\n  }\n  OPTIONAL {\n    ?japanesePage schema:about ?object ; schema:inLanguage \"ja\" ;\n    FILTER(STRSTARTS(STR(?japanesePage) , \"https://ja.wikipedia.org/\"))\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?object rdfs:label ?objectLabel .\n    FILTER(LANG(?objectLabel) = \"en\")\n  }\n}", "paraphrases": ["For Takebashi Station in Tokyo, which properties have associated formatter URLs and Japanese Wikipedia articles describing their values?", "List all properties of Takebashi Station along with their English labels, the values they point to, any URL templates for those values, and the Japanese Wikipedia pages about those values."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4 ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". <http://www.wikidata.org/entity/Q80564> ?var1 ?var3 . ?var2 <http://wikiba.se/ontology#directClaim> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1630> ?var4 . } OPTIONAL { ?var5 <http://schema.org/about> ?var3 . ?var5 <http://schema.org/inLanguage> \"ja\". FILTER ( ( ( SUBSTR ( STR ( ?var5 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_8155", "question": "Which organizations have Twitter accounts named Wikimedia, TechCrunch, PBALille, or MozDevNet?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"Wikimedia\" \"TechCrunch\" \"PBALille\" \"MozDevNet\"\n  }\n}", "paraphrases": ["What are the Wikidata entities corresponding to the Twitter usernames Wikimedia, TechCrunch, PBALille, and MozDevNet?", "Show me the Wikidata items for the Twitter accounts @Wikimedia, @TechCrunch, @PBALille, and @MozDevNet."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Nordengail\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"Jastrow75\" ) ( \"safeincom\" ) ( \"string6\" ) ( \"dicare_org\" ) ( \"string7\" ) ( \"fpetit2017\" ) ( \"string8\" ) ( \"PBALille\" ) ( \"OrangeHDF\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"LoicHay\" ) ( \"communagir\" ) ( \"string13\" ) ( \"Vultr\" ) ( \"weebclout\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"ash_crow\" ) ( \"aid_agency\" ) ( \"string17\" ) ( \"MozDevNet\" ) ( \"DaliboLabs\" ) ( \"pgstef\" ) ( \"ioguix\" ) ( \"fcouchet\" ) ( \"string18\" ) ( \"CarloDrift\" ) ( \"Wikimedia\" ) ( \"tvorange\" ) ( \"PoulpyWP\" ) ( \"string19\" ) ( \"The_LSN\" ) ( \"OliBerne\" ) ( \"Reelwens\" ) ( \"string20\" ) ( \"TechCrunch\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8156", "question": "Fictional characters with \"mayor\" listed as their military or police rank", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?entity ?statement ( SAMPLE( ?qualifierProperty ) AS ?qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?entity ?statement WHERE {\n      ?statement ps:P410 wd:Q30185 .\n      ?entity p:P410 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?entity ?statement", "paraphrases": ["Who are the people or characters whose military or police rank is recorded as mayor in Wikidata?", "Show me entities that have \"mayor\" as their military or police rank, along with any qualifiers on that claim."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P410> <http://www.wikidata.org/entity/Q30185> . ?var1 <http://www.wikidata.org/prop/P410> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8157", "question": "French-labeled humans with 'Kiriakides' in their name", "sparql": "SELECT DISTINCT ?item ?label WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(contains(lcase(?label), \"kiriakides\")) ?item wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the people named Kiriakides that have a French label?", "List all humans whose French label contains the name Kiriakides."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Kiriakides\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8158", "question": "What are the English-labeled documentary films and their countries of origin?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel ?countryLabel WHERE {\n  ?film wdt:P31 wd:Q93204 .\n  ?film wdt:P495 ?country .\n  ?film rdfs:label ?filmLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?filmLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["Which countries produced documentary films, and what are their English titles?", "Can you list documentary films with their English names and where they were produced?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { { SELECT ?var1 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q93204> . ?var1 <http://www.wikidata.org/prop/direct/P495> ?var3 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_8159", "question": "Is Bernard Friot a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q2897924 wdt:P31 / wdt:P279 * wd:Q7397 .\n}", "paraphrases": ["Does the category that Bernard Friot belongs to include software?", "Could Bernard Friot be classified as a kind of computer program?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2897924> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8160", "question": "What is the Wikidata item for the French name 'Aude P\u00e9pin' who is a human?", "sparql": "SELECT ?person WHERE { ?person rdfs:label \"Aude P\u00e9pin\"@fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who is Aude P\u00e9pin in French, and how do we know they are a human in Wikidata?", "Find the Wikidata entity for the person named 'Aude P\u00e9pin' in French, confirmed to be a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Aude P\u00e9pin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8161", "question": "Television programs and the series they belong to.", "sparql": "SELECT ?program ?seriesLabel WHERE { ?program wdt:P31 wd:Q15416 . ?program wdt:P179 ?series . ?series rdfs:label ?seriesLabel . FILTER(LANGMATCHES(LANG(?seriesLabel), \"en\")) } LIMIT 100", "paraphrases": ["What television programs are part of which series, and what are the names of those series in English?", "List up to 100 television programs along with the English names of the series they are part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15416> . ?var1 <http://www.wikidata.org/prop/direct/P179> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } LIMIT 100"}}
{"id": "val_8162", "question": "What are some subclasses of film?", "sparql": "SELECT ?subclassLabel WHERE { ?subclass wdt:P279* wd:Q11424 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["Can you list all the types of films that are subclasses of cinematic work?", "Show me the English labels of all film genres and subcategories that are directly or indirectly classified under film."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2Label ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q205961> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8163", "question": "What BAFTA awards has Jodie Foster won?", "sparql": "SELECT ?awardLabel WHERE { wd:Q41351 wdt:P166 ?award . ?award wdt:P31 wd:Q732997 . ?award rdfs:label ?awardLabel . FILTER(LANG(?awardLabel) = \"en\") }", "paraphrases": ["Which British Academy Film Awards has Jodie Foster received?", "List the BAFTA award categories that Jodie Foster has been awarded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q41351> <http://www.wikidata.org/prop/direct/P166> [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q732997> ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8164", "question": "Paintings created by artists who died after 1923, with a Commons-compatible image URL but no direct image on Wikidata.", "sparql": "SELECT ?painting WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P170 ?artist . ?artist wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) . FILTER(?deathYear >= 1923) . ?painting p:P4765 ?statement . ?statement ps:P4765 ?url . MINUS { ?painting wdt:P18 [] . } } LIMIT 25000", "paraphrases": ["Which paintings have a freely usable image URL but no uploaded image on Wikidata, and were created by artists who died in 1923 or later?", "List all paintings from artists who died after 1923 that are linked to a Commons-compatible image URL but do not have a direct image on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P4765> ?var4 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P18> [] . } BIND ( YEAR ( ?var5 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P170> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P570> ?var5 . FILTER ( ( ( ?var6 >= \"1923\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 25000"}}
{"id": "val_8165", "question": "Top 100 languages by number of speakers with their Wikimedia codes", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?languoid ?languoidLabel ?languageCode WHERE {\n  ?languoid wdt:P31 / wdt:P279 * wd:Q17376908 ; wdt:P424 ?languageCode ; wdt:P1098 ?speakerCount .\n  ?languoid rdfs:label ?languoidLabel .\n  FILTER(LANG(?languoidLabel) = \"en\")\n}\nORDER BY DESC(?speakerCount)\nLIMIT 100", "paraphrases": ["What are the 100 most spoken languages and dialects, along with their English names and Wikimedia language codes?", "List the top 100 languoids (languages or dialects) ordered by speaker count, showing their English names and Wikimedia language codes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17376908> ; <http://www.wikidata.org/prop/direct/P424> ?var2 ; <http://www.wikidata.org/prop/direct/P1098> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,fr\". } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_8166", "question": "Image of Edgar Chahine with SNAC ARK ID w6g7469m", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6g7469m\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with Edgar Chahine, identified by SNAC ARK ID w6g7469m?", "Show me the image of the person whose SNAC ARK ID is w6g7469m."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6g7469m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8167", "question": "What is the image of the person with SNAC ARK ID w6vq33p5?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6vq33p5\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Wikimedia Commons image associated with the SNAC ARK ID w6vq33p5?", "Show me the image of Alphonse Daudet, identified by the SNAC ARK ID w6vq33p5."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vq33p5\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8168", "question": "People with their net worth in USD", "sparql": "SELECT ?person ?personLabel ?netWorth WHERE { ?person wdt:P2218 ?netWorth . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the people with the highest net worth, and how much are they worth?", "List the names and net worth values of all individuals in Wikidata who have a declared net worth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2218> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar,en\". } } LIMIT 1000"}}
{"id": "val_8169", "question": "Is there a person in Wikidata with the AlloCin\u00e9 ID 576000?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P1266 \"576000\" .\n}", "paraphrases": ["Does the AlloCin\u00e9 database list a person with ID 576000 in Wikidata?", "Which person is identified as 576000 in the AlloCin\u00e9 film database?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1266> \"576000\". }"}}
{"id": "val_8170", "question": "Who is the person with AlloCin\u00e9 ID 82464?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P1266 \"82464\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the actor or actress listed as 82464 on AlloCin\u00e9?", "Find the Wikidata entry for the person identified by AlloCin\u00e9 person ID 82464."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1266> \"82464\". }"}}
{"id": "val_8171", "question": "Scholarly articles published in 2016 without Arabic descriptions", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?publicationDate WHERE {\n  ?article wdt:P31 wd:Q13442814 .\n  ?article wdt:P577 ?publicationDate .\n  FILTER NOT EXISTS {\n    ?article schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"ar\" )\n  }\n}\nLIMIT 10", "paraphrases": ["Which scholarly articles have a publication date but no Arabic description?", "Show me up to 10 scholarly articles that have a publication date and are not described in Arabic."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( LANG ( ?var3 ) AS ?var4 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . FILTER ( ( NOT EXISTS { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"ar\" ) ) ) . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var2 . } LIMIT 10"}}
{"id": "val_8172", "question": "Italian label of the main Wikimedia category for Milan", "sparql": "SELECT ?category ?label WHERE { wd:Q490 wdt:P910 ?category . ?category rdfs:label ?label . FILTER (LANG(?label) = \"it\") } LIMIT 50", "paraphrases": ["What is the Italian name of the main Wikipedia category for the city of Milan?", "Show me the Italian-language category page title for Milan on Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q490> <http://www.wikidata.org/prop/direct/P910> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"it\" ) ) ) . } LIMIT 50"}}
{"id": "val_8173", "question": "Does Wikidata have an entry for the VIAF ID 48150747069916302640?", "sparql": "ASK WHERE { ?person wdt:P214 \"48150747069916302640\" . }", "paraphrases": ["Is there a person in Wikidata identified by the VIAF number 48150747069916302640?", "Check if the Virtual International Authority File identifier 48150747069916302640 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"48150747069916302640\". }"}}
{"id": "val_8174", "question": "Media projects where Stephen King is an executive producer.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?media WHERE {\n  ?media wdt:P1431 wd:Q39829 .\n}", "paraphrases": ["Which TV shows or movies has Stephen King executive produced?", "List all the films and TV series for which Stephen King served as executive producer."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1431> <http://www.wikidata.org/entity/Q39829> . ?var1 <http://www.wikidata.org/prop/P1431> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8175", "question": "What is the image of the Milan\u2013Saronno railway?", "sparql": "SELECT ?railway ?railwayLabel ?image WHERE { VALUES ?railway { wd:Q802775 } ?railway rdfs:label ?railwayLabel . FILTER(LANG(?railwayLabel) = \"en\") OPTIONAL { ?railway wdt:P18 ?image . } }", "paraphrases": ["Can you show me the official image and English label for the Milan\u2013Saronno railway line?", "What is the name and Wikimedia Commons image associated with the Milan\u2013Saronno railway in Italy?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q802775> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } }"}}
{"id": "val_8176", "question": "Who won each edition of the Six Nations Championship?", "sparql": "SELECT ?edition ?winner ?winnerLabel WHERE { ?edition wdt:P31 wd:Q105445345; wdt:P1346 ?winner. ?winner rdfs:label ?winnerLabel. FILTER(LANG(?winnerLabel) = \"en\") }", "paraphrases": ["List the winners of the Six Nations Championship editions along with the year they won.", "Which teams have won the Six Nations Championship in its various editions?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1346> <http://www.wikidata.org/entity/Q16642> . }"}}
{"id": "val_8177", "question": "Image of George Fetherling with SNAC ARK ID w61j9b23", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61j9b23\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with George Fetherling, who has the SNAC ARK ID w61j9b23?", "Show me the image of the person identified by the SNAC ARK ID w61j9b23, if one exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61j9b23\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8178", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  wd:Q76 wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    wd:Q76 wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the Wikimedia Commons image associated with Barack Obama\u2019s SNAC identifier.", "Does the entity identified by SNAC ARK ID w6f29nwg have an image on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n09nkm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8179", "question": "Image of Joseph Augustine Cushman with SNAC ARK ID w6c850x0", "sparql": "SELECT ?image WHERE {\n  ?person wdt:P3430 \"w6c850x0\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Joseph Augustine Cushman in Wikidata?", "Can you find the Wikimedia Commons image for the geologist Joseph Augustine Cushman, identified by SNAC ARK ID w6c850x0?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6c850x0\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8180", "question": "Which entities on Wikidata have Twitter usernames \"Wikimedia\", \"WIRED\", or \"mySociety\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitter WHERE {\n  ?item wdt:P2002 ?twitter .\n  VALUES ?twitter {\n    \"Wikimedia\" \"WIRED\" \"mySociety\"\n  }\n}\nORDER BY ?twitter", "paraphrases": ["What are the Wikidata items associated with the Twitter accounts @Wikimedia, @WIRED, and @mySociety?", "List the Wikidata entities that use \"Wikimedia\", \"WIRED\", or \"mySociety\" as their Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"adzebill\" ) ( \"Wikimedia\" ) ( \"muckymaiya\" ) ( \"string2\" ) ( \"Charlyescp\" ) ( \"Auregann\" ) ( \"string3\" ) ( \"mySociety\" ) ( \"Libratone\" ) ( \"Wikidata\" ) ( \"LibrisNytt\" ) ( \"string4\" ) ( \"dicare_org\" ) ( \"string5\" ) ( \"string6\" ) ( \"SoeurRose\" ) ( \"string7\" ) ( \"brainwane\" ) ( \"lisacrost\" ) ( \"string8\" ) ( \"string9\" ) ( \"DGclassics\" ) ( \"string10\" ) ( \"PBALille\" ) ( \"string11\" ) ( \"gira_pat\" ) ( \"string12\" ) ( \"HajinsunTV\" ) ( \"nicomo\" ) ( \"dsquintana\" ) ( \"string13\" ) ( \"bkeegan\" ) ( \"bhecht\" ) ( \"string14\" ) ( \"string15\" ) ( \"WIRED\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"Wikicite\" ) ( \"chandresWP\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8181", "question": "What are the key details about the church building \"Kirk in the Hills\" in Wikidata?", "sparql": "SELECT ?property ?value WHERE { VALUES ?property { wdt:P31 wdt:P17 wdt:P131 wdt:P625 wdt:P373 wdt:P18 wdt:P646 wdt:P1566 wdt:P856 wdt:P10689 } wd:Q1361058 ?property ?value . } ORDER BY ?property", "paraphrases": ["Can you list the properties (like country, location, and type) associated with Kirk in the Hills?", "What information is available for the church named Kirk in the Hills, such as where it is located and what it is an instance of?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q1361058> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8182", "question": "What are the most common research topics in the works authored by Patricia Y W Dankers, and how many works cover each?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q48406674 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n}", "paraphrases": ["List the main subjects of Patricia Dankers' publications in English, sorted by how many times each subject appears.", "Which topics does Patricia Y W Dankers frequently write about, and how often do they appear in her publications?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q48406674> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q48406674> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8183", "question": "Does Wikidata contain a person with AlloCin\u00e9 ID 23118?", "sparql": "ASK WHERE { ?item wdt:P1266 \"23118\" . }", "paraphrases": ["Is there a person in Wikidata whose AlloCin\u00e9 person ID is 23118?", "Confirm if the AlloCin\u00e9 ID 23118 is assigned to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1266> \"23118\". }"}}
{"id": "val_8184", "question": "Television episodes with their story arcs, main series, and episode numbers, sorted by series and ordinal.", "sparql": "SELECT DISTINCT ?episode ?episodeLabel ?arc ?arcLabel ?series ?seriesLabel ?ordinal WHERE { ?episode wdt:P31 wd:Q21191270 . ?episode wdt:P361 ?arc . ?episode p:P179 ?stmt . ?stmt pq:P1545 ?ordinal . ?stmt ps:P179 ?series . ?episode rdfs:label ?episodeLabel . ?arc rdfs:label ?arcLabel . ?series rdfs:label ?seriesLabel . FILTER(LANG(?episodeLabel) = \"en\") FILTER(LANG(?arcLabel) = \"en\") FILTER(LANG(?seriesLabel) = \"en\") } ORDER BY ASC(?series) ASC(xsd:integer(?ordinal))", "paraphrases": ["What are the television episodes, their story arcs, the series they belong to, and their episode numbers, ordered by series name and episode number?", "List all TV episodes, including their story arc, main series, and position in the series, sorted alphabetically by series and numerically by episode number."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P179> ?var3 . ?var1 <http://www.wikidata.org/prop/P179> ?var6 . ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var3 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var4 ) )"}}
{"id": "val_8185", "question": "What film has the AlloCin\u00e9 ID 4307?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1265 \"4307\" .\n}", "paraphrases": ["Which movie is identified by the AlloCin\u00e9 film ID 4307?", "Tell me the name of the film with AlloCin\u00e9 ID 4307."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"4307\". } LIMIT 1"}}
{"id": "val_8186", "question": "Does the film with AlloCin\u00e9 ID 4307 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?film wdt:P1265 \"4307\" .\n}", "paraphrases": ["What film is identified by the AlloCin\u00e9 film ID 4307?", "Find the film in Wikidata that has the AlloCin\u00e9 ID 4307."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"4307\". }"}}
{"id": "val_8187", "question": "Does the film with AlloCin\u00e9 ID 254179 exist in Wikidata?", "sparql": "ASK WHERE { ?film wdt:P1265 \"254179\" . }", "paraphrases": ["Is there a film in Wikidata identified by the AlloCin\u00e9 film ID 254179?", "Check if the AlloCin\u00e9 film ID 254179 is assigned to any film in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"254179\". }"}}
{"id": "val_8188", "question": "What is the entity on Wikidata with the Twitter handle \"le_gorafi\"?", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"le_gorafi\" } } ORDER BY ?entity", "paraphrases": ["Which Wikidata item is associated with the Twitter username le_gorafi?", "Can you find the Wikidata entity that has the Twitter handle le_gorafi?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"le_gorafi\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8189", "question": "Does the film with AlloCin\u00e9 ID 239790 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?film wdt:P1265 \"239790\" .\n}", "paraphrases": ["Is there a movie in Wikidata identified by the AlloCin\u00e9 film ID 239790?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"239790\". }"}}
{"id": "val_8190", "question": "Does the film with AlloCin\u00e9 ID 250469 exist in Wikidata?", "sparql": "ASK WHERE { ?film wdt:P1265 \"250469\" . }", "paraphrases": ["Is there a film in Wikidata identified by the AlloCin\u00e9 ID 250469?", "Confirm if the movie 'Our Patriots' is linked to AlloCin\u00e9 ID 250469 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"250469\". }"}}
{"id": "val_8191", "question": "Does the film with AlloCin\u00e9 ID 219219 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?film wdt:P1265 \"219219\" .\n}", "paraphrases": ["Is there a film in Wikidata identified by the AlloCin\u00e9 film ID 219219?", "Confirm whether the movie 'Miss M\u00e9t\u00e9o' has the AlloCin\u00e9 film ID 219219 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"219219\". }"}}
{"id": "val_8192", "question": "Entities partially coincident with cities and their qualifiers", "sparql": "SELECT ?entity ?qualifierProperty ?qualifierValue WHERE { ?entity p:P1382 ?statement . ?statement ps:P1382 wd:Q515 . ?statement ?qualifierProperty ?qualifierValue . FILTER(?qualifierProperty != ps:P1382 && ?qualifierProperty != rdf:type) }", "paraphrases": ["What qualifiers are used in statements that say an entity is partially coincident with a city?", "Show me the entities that have a \"partially coincident with city\" statement and what qualifiers are attached to those statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1382> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/P1382> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8193", "question": "French political parties active since 2017 with BnF ID or YouTube channel", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?party ?partyLabel ?youtube ?endDate ?bnfId WHERE {\n  ?party wdt:P31 wd:Q7278 .\n  ?party wdt:P17 wd:Q142 .\n  OPTIONAL {\n    ?party wdt:P2397 ?youtube .\n  }\n  OPTIONAL {\n    ?party wdt:P268 ?bnfId .\n  }\n  OPTIONAL {\n    ?party wdt:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?party rdfs:label ?partyLabel .\n    FILTER(LANG(?partyLabel) = \"en\")\n  }\n  FILTER(! BOUND(?endDate) || ?endDate >= xsd:date(\"2017-01-01\"))\n}", "paraphrases": ["Which political parties in France have not been dissolved before 2017, and what are their BnF IDs or YouTube channels?", "List active French political parties (not dissolved before 2017), along with their BnF identifiers and YouTube channel IDs, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7278> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2397> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P112> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P268> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } FILTER ( ( !( BOUND ( ?var4 ) && ( STR ( ?var4 ) < \"2017\" ) || BOUND ( ?var6 ) && ( STR ( ?var6 ) < \"2017\" )) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr,en\". } }"}}
{"id": "val_8194", "question": "Creative works by Swedish National Biography (SBL) figures, their images, locations, and external links.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?creatorLabel ?workLabel ?coordinates ?image ?locationLabel ?descriptionUrl WHERE {\n  ?creator wdt:P3217 ?sblId .\n  ?work wdt:P170 ?creator .\n  ?work wdt:P18 ?image .\n  OPTIONAL {\n    ?work wdt:P276 ?location .\n    ?location rdfs:label ?locationLabel .\n    FILTER ( LANG( ?locationLabel ) = \"en\" ) .\n    ?location wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?work wdt:P973 ?descriptionUrl .\n  }\n  ?creator rdfs:label ?creatorLabel .\n  FILTER ( LANG( ?creatorLabel ) = \"en\" ) .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}", "paraphrases": ["What paintings or artworks were created by people listed in the Dictionary of Swedish National Biography, and where are they located?", "Show me the images, locations, and description URLs of artworks created by individuals with a Dictionary of Swedish National Biography ID."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6Label ?var7 ?var8 ?var9 ?var10Label ?var11 WHERE { { BIND ( IRI ( CONCAT ( \"string1\", ?var12 ) ) AS ?var9 ). ?var10 <http://www.wikidata.org/prop/direct/P3217> ?var12 . ?var4 <http://www.wikidata.org/prop/direct/P170> ?var10 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P276> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var3 . } { ?var4 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P973> ?var8 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\", \"en\". } }"}}
{"id": "val_8195", "question": "People born in the 17th century", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?birthDate WHERE {\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P31 wd:Q5 .\n  FILTER ( YEAR( ?birthDate ) > 1600 && YEAR( ?birthDate ) < 1700 )\n}", "paraphrases": ["Who were born between 1600 and 1700?", "List all humans born in the 1600s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q15222012> <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( \"1700\"^^<http://www.w3.org/2001/XMLSchema#integer> > YEAR ( <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var2 ) ) ) ) ) . FILTER ( ( ( \"1600\"^^<http://www.w3.org/2001/XMLSchema#integer> < YEAR ( <http://www.w3.org/2001/XMLSchema#dateTime> ( ?var2 ) ) ) ) ) . }"}}
{"id": "val_8196", "question": "What are the properties and values associated with the Anbetungskirche in Wikidata?", "sparql": "SELECT ?property ?value ?valueLabel WHERE { wd:Q488835 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Which entities are linked to the Anbetungskirche, and what are their English labels?", "Can you list the direct facts about the Anbetungskirche, including the names of related places and people?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q488835> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8197", "question": "Image of the person with SNAC ARK ID w6pz5b9r", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6pz5b9r\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6pz5b9r?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w6pz5b9r."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pz5b9r\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8198", "question": "Properties linking resources to the 2014\u201315 FIS Snowboard World Cup with more than one usage.", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q18201651 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect external resources to the 2014\u201315 FIS Snowboard World Cup more than once, and how many times?", "Show me the properties that are used to associate more than one external resource with the 2014\u201315 FIS Snowboard World Cup, ordered by how frequently they are used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q18201651> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_8199", "question": "Ship with IMO number 7725594", "sparql": "ASK WHERE { ?ship wdt:P458 \"7725594\" . }", "paraphrases": ["Is there a ship with IMO number 7725594?", "Check if a ship exists with IMO number 7725594."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P458> \"7725594\". }"}}
{"id": "val_8200", "question": "List of Wikidata properties related to rail transport.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?propertyLabel WHERE {\n  ?property wdt:P31 wd:Q23310071 .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["What are the Wikidata properties that describe aspects of rail transport systems?", "Can you show me the English labels of all Wikidata properties that are classified as being related to rail transport?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23310071> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8201", "question": "What is the image of Clinton L. Merriam in Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6mc9pnd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the image associated with the SNAC ARK ID w6mc9pnd?", "Show me the Commons image for the American politician identified by SNAC ARK ID w6mc9pnd."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6mc9pnd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8202", "question": "Countries with English Wikivoyage travel guides and their article URLs.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?country ?countryLabel ?wikivoyagePage WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  ?wikivoyagePage schema:about ?country .\n  ?wikivoyagePage schema:isPartOf <https://en.wikivoyage.org/> .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["Which sovereign states have dedicated travel guides on English Wikivoyage, and what are the titles of those guides?", "Show me the names of all countries and their corresponding English Wikivoyage pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikivoyage.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8203", "question": "What is the Spanish name for Japan?", "sparql": "SELECT ?label WHERE { wd:Q17 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"es\")) } LIMIT 1", "paraphrases": ["Spanish label for Japan.", "Can you tell me how Japan is called in Spanish?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q17> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"es\" ) ) ) . } LIMIT 1"}}
{"id": "val_8204", "question": "What is the Spanish name of Japan, and what is its short name in Wikidata?", "sparql": "SELECT ?label ?shortName WHERE { wd:Q17 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"es\")) OPTIONAL { wd:Q17 wdt:P1813 ?shortName . } } LIMIT 1", "paraphrases": ["Show me the Spanish label and the abbreviated name of Japan.", "What is Japan called in Spanish, and what is its official short name (like an abbreviation or emoji)?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q17> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"es\" ) ) ) . OPTIONAL { ?var1Label <http://www.wikidata.org/prop/direct/P1813> ?var2 . } } LIMIT 1"}}
{"id": "val_8205", "question": "What are the superclass categories of a split-finger fastball in baseball?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  {\n    wd:Q44367 wdt:P279 ?superclass .\n  } UNION {\n    wd:Q44367 wdt:P279 / wdt:P279 ?superclass .\n  } UNION {\n    wd:Q44367 wdt:P279 / wdt:P279 / wdt:P279 ?superclass .\n  } UNION {\n    wd:Q44367 wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 ?superclass .\n  } UNION {\n    wd:Q44367 wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 / wdt:P279 ?superclass .\n  }\n}", "paraphrases": ["What classes is a split-finger fastball a subclass of, up to five levels up in the hierarchy?", "List all the broader categories that a split-finger fastball belongs to through its classification hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q44367> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8206", "question": "Music singles by The Beatles with MusicBrainz ID b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d", "sparql": "SELECT ?artist ?artistLabel ?singleLabel WHERE { ?artist wdt:P434 \"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d\" . ?single wdt:P31 wd:Q134556 . ?single wdt:P175 ?artist . ?artist rdfs:label ?artistLabel . ?single rdfs:label ?singleLabel . FILTER(LANG(?artistLabel) = \"en\") FILTER(LANG(?singleLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English-labeled music singles performed by The Beatles?", "List the English titles of music singles released by The Beatles, identified by their MusicBrainz artist ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var3 . FILTER ( ( ?var3 IN ( \"string1\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var2 <http://www.wikidata.org/prop/direct/P175> ?var4 ; ?var4 ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_8207", "question": "Who are the humans named Andr\u00e9 Pau in French?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Andr\u00e9 Pau\"@fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Which people named Andr\u00e9 Pau in French are classified as humans in Wikidata?", "List all individuals with the French name 'Andr\u00e9 Pau' who are humans."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Andr\u00e9 Pau\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8208", "question": "Paintings in the Smithsonian American Art Museum and their creation years.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?year WHERE {\n  ?item wdt:P195 wd:Q1192305 ; wdt:P31 wd:Q3305213 ; wdt:P571 ?inception .\n  BIND( YEAR( ?inception ) AS ?year ) .\n  FILTER ( ?year >= 1 && ?year < 2100 )\n}\nLIMIT 100", "paraphrases": ["What are the creation years of paintings held by the Smithsonian American Art Museum?", "List the paintings from the Smithsonian American Art Museum along with the years they were created."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1192305> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . { BIND ( YEAR ( ?var3 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } UNION { MINUS { ?var1 <http://www.wikidata.org/prop/direct/P571> [] . } BIND ( ( ( ( YEAR ( ?var4 ) - YEAR ( ?var5 ) ) /\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) + YEAR ( ?var5 ) ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P170> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var6 <http://www.wikidata.org/prop/direct/P570> ?var4 . } UNION { MINUS { ?var1 <http://www.wikidata.org/prop/direct/P571> [] . } ?var1 <http://www.wikidata.org/prop/direct/P170> ?var6 . MINUS { ?var6 <http://www.wikidata.org/prop/direct/P570> [] . } BIND ( ( YEAR ( ?var5 ) +\"50\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var2 ). ?var6 <http://www.wikidata.org/prop/direct/P569> ?var5 . } FILTER ( ( ( \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> <= ?var2 ) && ( ?var2 < \"2100\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 40001"}}
{"id": "val_8209", "question": "What properties describe All Hallows Bread Street, and what are their values?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q4728787 ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Can you list the English labels of properties and their associated values for the church All Hallows Bread Street?", "Show me the direct properties used to describe All Hallows Bread Street in Wikidata, along with their labels and the labels of their values where available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q4728787> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8210", "question": "What administrative region is Pontils located in?", "sparql": "SELECT ?unit ?unitLabel WHERE { wd:Q1248581 wdt:P131 ?unit . ?unit rdfs:label ?unitLabel . FILTER(LANG(?unitLabel) = \"en\") }", "paraphrases": ["Which comarca does the municipality of Pontils belong to?", "Tell me the immediate higher-level administrative division of Pontils, Spain."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1248581> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es, en\". } }"}}
{"id": "val_8211", "question": "Books by J.K. Rowling and their English labels", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?book ?bookLabel ?authorLabel WHERE {\n  ?book wdt:P31 wd:Q7725634 .\n  ?book wdt:P50 wd:Q34660 .\n  ?book rdfs:label ?bookLabel .\n  wd:Q34660 rdfs:label ?authorLabel .\n  FILTER ( LANG( ?bookLabel ) = \"en\" ) FILTER ( LANG( ?authorLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the English titles of books authored by J.K. Rowling, and what is her name in English?", "List the English labels of literary works authored by J.K. Rowling along with her name in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var2 ?var3Label \"string1\". ?var1 <http://www.wikidata.org/prop/direct/P50> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_8212", "question": "Find the English description of the entity with National Library of Spain ID XX450954.", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P950 \"XX450954\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English description of the country with the National Library of Spain ID XX450954?", "Show me the entity and its English description that has the BNE ID XX450954."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P950> \"XX1139902\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8213", "question": "What church was replaced by All Saints' Church in Annesley?", "sparql": "SELECT ?oldChurch ?oldChurchLabel ?property ?propertyLabel WHERE { ?oldChurch ?propertyUri wd:Q4729306 . ?property wikibase:directClaim ?propertyUri . OPTIONAL { ?oldChurch rdfs:label ?oldChurchLabel . FILTER(LANG(?oldChurchLabel) = \"en\") } OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Which property links Annesley Old Church to All Saints' Church, Annesley, and what is the name of that property?", "Can you tell me which building was superseded by All Saints' Church, Annesley, and what Wikidata property describes this replacement?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q4729306> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8214", "question": "What advocacy groups in Belgium have known geographic coordinates?", "sparql": "SELECT DISTINCT ?org ?orgLabel ?coord WHERE { ?org wdt:P31 wd:Q431603 . ?org wdt:P17 wd:Q31 . ?org wdt:P625 ?coord . ?org rdfs:label ?orgLabel . FILTER(LANG(?orgLabel) = \"en\") }", "paraphrases": ["List the names and locations of advocacy organizations based in Belgium.", "Which Belgian organizations focused on advocacy have their coordinates recorded in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23138> . ?var1 ?var3 <http://www.wikidata.org/entity/Q31> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8215", "question": "What are the abstract categories or classes that water is an instance of, up to four levels deep in the type hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?entity ?entityLabel ?directType WHERE {\n  {\n    wd:Q283 wdt:P31 ?entity .\n  } UNION {\n    wd:Q283 wdt:P31 ?entity1 .\n    ?entity1 wdt:P31 ?entity .\n  } UNION {\n    wd:Q283 wdt:P31 ?entity1 .\n    ?entity1 wdt:P31 ?entity2 .\n    ?entity2 wdt:P31 ?entity .\n  } UNION {\n    wd:Q283 wdt:P31 ?entity1 .\n    ?entity1 wdt:P31 ?entity2 .\n    ?entity2 wdt:P31 ?entity3 .\n    ?entity3 wdt:P31 ?entity .\n  }\n  OPTIONAL {\n    ?entity rdfs:label ?entityLabel .\n    FILTER(LANG(?entityLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?entity wdt:P31 ?directType .\n  }\n}", "paraphrases": ["List the English-labeled types of water through its chain of \"instance of\" relationships, and what each type is an instance of.", "Show me the ontology classes reachable from water via up to four \"instance of\" links, along with their labels and their own types."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q283> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P31> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_8216", "question": "List all Wikidata properties with their English labels.", "sparql": "SELECT DISTINCT ?property ?propertyLabel WHERE { ?property rdf:type wikibase:Property . ?property rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"en\") }", "paraphrases": ["What are all the properties in Wikidata and their English labels?", "Can you show me every property in Wikidata that has an English label?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( ?var1Label , \"\" ) && ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8217", "question": "Who are the Polish politicians who died on this day in history?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?deathYear ?image WHERE {\n  BIND(MONTH(NOW ()) AS ?currentMonth)\n  BIND(DAY(NOW ()) AS ?currentDay)\n  ?person wdt:P106 wd:Q82955 ; wdt:P570 ?deathDate ; wdt:P18 ?image ; wdt:P27 wd:Q36 .\n  BIND(YEAR(?deathDate) AS ?deathYear)\n  FILTER(MONTH(?deathDate) = ?currentMonth && DAY(?deathDate) = ?currentDay)\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["Show me the names, years of death, and images of Polish politicians who died on today\u2019s date.", "Which Polish politicians have their death anniversary today?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var5 ). BIND ( DAY ( NOW ( ) ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P570> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q36> . FILTER ( ( ( MONTH ( ?var2 ) = ?var5 ) && ( DAY ( ?var2 ) = ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } } LIMIT 10"}}
{"id": "val_8218", "question": "What property is most commonly used to indicate that an item is about semiconductors?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?statementProperty wd:Q11456 . ?property wikibase:directClaim ?statementProperty . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Most frequent property used to classify items as semiconductors in Wikidata", "Show me the main property used to tag semiconductor-related items in Wikidata, ordered by usage count."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q11456> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8219", "question": "Artists who died today, with their death year and image.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?artist ?artistLabel(YEAR(?deathDate) AS ?deathYear) ?image WHERE {\n  ?artist wdt:P106 wd:Q483501 ; wdt:P570 ?deathDate ; wdt:P18 ?image ; rdfs:label ?artistLabel .\n  FILTER(LANG(?artistLabel) = \"en\")\n  FILTER(MONTH(?deathDate) = MONTH(NOW ()) && DAY(?deathDate) = DAY(NOW ()))\n}", "paraphrases": ["Which artists died on this day of the year, and what year did they die? Include their images.", "Show me a list of artists who passed away on today\u2019s date, including their names, the year they died, and a photo."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( MONTH ( NOW ( ) ) AS ?var5 ). BIND ( DAY ( NOW ( ) ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q483501> ; <http://www.wikidata.org/prop/direct/P570> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . FILTER ( ( ( MONTH ( ?var2 ) = ?var5 ) && ( DAY ( ?var2 ) = ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_8220", "question": "What images are associated with Laura I. Furlong, including those of her research topics, co-authors, or related entities?", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q30347594 wdt:P18 ?image . } UNION { wd:Q30347594 ?property ?associatedEntity . ?associatedEntity wdt:P18 ?image . FILTER (?associatedEntity != wd:Q5) } UNION { ?work wdt:P50 wd:Q30347594 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q30347594 . ?coauthor wdt:P50 ?work . ?coauthor wdt:P18 ?image . } }", "paraphrases": ["Can you find all images linked to Laura I. Furlong, such as her own photo, images of the subjects of her work, or images of her co-authors?", "Show me all Wikimedia Commons images connected to Laura I. Furlong \u2014 whether directly, through her publications' topics, or via co-authors \u2014 but not images of other people."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q30347594> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q30347594> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30347594> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_8221", "question": "Songs by The Beatles, Adele, Radiohead, and Nirvana with release dates and types.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artistLabel ?workLabel ?publicationDate ?workTypeLabel WHERE {\n  ?artist wdt:P434 ?mbid .\n  FILTER ( ?mbid IN ( \"b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d\" , \"cc2c9c3c-b7bc-4b8b-84d8-4fbd8779e493\" , \"a74b1b7f-71a5-4011-9441-d0b5e4122711\" , \"5b11f4ce-a62d-471e-81fc-a69a8278c7da\" ) ) .\n  ?work wdt:P175 ?artist ; wdt:P577 ?publicationDate ; wdt:P31 ?workType .\n  ?artist rdfs:label ?artistLabel .\n  ?work rdfs:label ?workLabel .\n  ?workType rdfs:label ?workTypeLabel .\n  FILTER ( LANG( ?artistLabel ) = \"en\" ) FILTER ( LANG( ?workLabel ) = \"en\" ) FILTER ( LANG( ?workTypeLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What songs were released by The Beatles, Adele, Radiohead, and Nirvana, and when and what type of work are they?", "List the English-labeled songs performed by The Beatles, Adele, Radiohead, and Nirvana, along with their publication dates and work types."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var5 . FILTER ( ( ?var5 IN ( \"string1\", \"string2\", \"string3\", \"string4\" ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P175> ?var1 ; <http://www.wikidata.org/prop/direct/P577> ?var3 ; <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_8222", "question": "Who are some baseball players on Wikidata, and what additional details (qualifiers) are associated with their occupation statements?", "sparql": "SELECT ?person ?statement (SAMPLE(?qualifierValue) AS ?sampledQualifierValue)\nWHERE {\n  ?person p:P106 ?statement .\n  ?statement ps:P106 wd:Q10871364 .\n  OPTIONAL {\n    ?statement ?qualifier ?qualifierValue .\n    ?qualifier wikibase:qualifierOf wdt:P106 .\n  }\n}\nGROUP BY ?person ?statement\nLIMIT 10", "paraphrases": ["List people whose occupation is baseball player, along with any extra information attached to their occupation entry.", "Can you show me baseball players and any qualifiers on their occupation claims?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q10871364> . ?var1 <http://www.wikidata.org/prop/P106> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8223", "question": "Cities with labels in the same language as their country\u2019s official language, along with the language code.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?cityLabel ?country ?language ?languageLabel ?languageCode WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?country wdt:P37 ?language .\n  ?language wdt:P424 ?languageCode .\n  ?city rdfs:label ?cityLabel .\n  ?language rdfs:label ?languageLabel .\n  FILTER ( LANG( ?cityLabel ) = ?languageCode ) .\n  FILTER ( LANG( ?languageLabel ) = ?languageCode ) .\n}\nLIMIT 100", "paraphrases": ["Which cities have their names displayed in the same language as their country\u2019s official language, and what is the Wikimedia language code for that language?", "Show me cities, their countries, official languages, and the corresponding Wikimedia language codes, but only where both the city name and the language name are labeled in the language of the code."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.wikidata.org/prop/direct/P37> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P424> ?var4 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( ?var5 > \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = ?var4 ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = ?var4 ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = ?var4 ) ) ) . } LIMIT 100"}}
{"id": "val_8224", "question": "Who were the people associated with the Santo Tomas Internment Camp and what were their birth and death dates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?dob ?dod WHERE {\n  {\n    ?person wdt:P20 wd:Q7420555 .\n  } UNION {\n    ?person wdt:P7153 wd:Q7420555 .\n  }\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  OPTIONAL {\n    ?person wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?dod .\n  }\n}", "paraphrases": ["Which humans were connected to the Santo Tomas Internment Camp, and when were they born and when did they die?", "Please list the names, birth dates, and death dates of all humans linked to the Santo Tomas Internment Camp."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7420555> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8225", "question": "What were the birth and death dates of Marie Smith Jones, the last speaker of the Eyak language?", "sparql": "SELECT ?var1Label ?var3 ?var4 WHERE { BIND( wd:Q266679 AS ?var1 ) . ?var1 wdt:P31 wd:Q5 . ?var1 rdfs:label ?var1Label FILTER(LANG(?var1Label) = \"en\") . OPTIONAL { ?var1 wdt:P569 ?var3 . } OPTIONAL { ?var1 wdt:P570 ?var4 . } }", "paraphrases": ["Can you tell me when Marie Smith Jones was born and when she died?", "Who was Marie Smith Jones, and what are her dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5422547> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8226", "question": "Birth and death dates of Adriaan Loosjes", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q4684780 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["When was Adriaan Loosjes born and when did he die?", "Please provide the birth and death dates of Adriaan Loosjes, a human from Den Hoorn."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q992737> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8227", "question": "What are the birth and death dates of T.G. Wilson?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?itemLabel ?birthDate ?deathDate WHERE {\n  wd:Q23022066 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q23022066 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q23022066 wdt:P570 ?deathDate .\n  }\n  wd:Q23022066 rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["When was T.G. Wilson born and when did he die, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q23022066> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8228", "question": "Samuel Bowles birth and death dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q7410959 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q7410959 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q7410959 wdt:P570 ?deathDate .\n  }\n  wd:Q7410959 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["When was Samuel Bowles born and when did he die?", "Tell me the birth and death dates of Samuel Bowles."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7410959> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8229", "question": "What are the birth and death dates of Lee Chan-u?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q16091181 AS ?person ) .\n  ?person rdfs:label ?personLabel .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate\n  }\n}", "paraphrases": ["Can you tell me the birth and death dates of the South Korean journalist known as \uc774\ucc2c\uc6b0?", "Who is the person born on April 15, 1918, and died on November 16, 1983, and what is their name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16091181> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8230", "question": "What are the birth and death dates of Robert S. Beightler, the commander of the 27th Infantry Division?", "sparql": "SELECT ?personLabel ?dob ?dod WHERE { BIND( wd:Q7349451 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?dob . } OPTIONAL { ?person wdt:P570 ?dod . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was Robert S. Beightler born and when did he die?", "Can you tell me the lifespan of Robert S. Beightler, who led the U.S. 27th Infantry Division during World War II?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2815598> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8231", "question": "Who are the people named \"Paul Costa\" in French who are human?", "sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 rdfs:label \"Paul Costa\"@fr . ?var1 wdt:P31 wd:Q5 . }", "paraphrases": ["List all humans with the French name \"Paul Costa\".", "Which individuals, identified as human in Wikidata, have the French label \"Paul Costa\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"paul costa\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8232", "question": "Which Wikidata entities have the Twitter usernames \"JohnLegere\", \"TMobile\", or \"d3js_org\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  VALUES ?username {\n    \"JohnLegere\" \"TMobile\" \"d3js_org\"\n  }\n}", "paraphrases": ["Who or what are the entities on Wikidata associated with the Twitter handles JohnLegere, TMobile, and d3js_org?", "Show me the Wikidata items for the Twitter accounts @JohnLegere, @TMobile, and @d3js_org (without the @ symbol)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"JohnLegere\" ) ( \"TMobile\" ) ( \"d3js_org\" ) } }"}}
{"id": "val_8233", "question": "What is the Italian protected natural area with EUAP ID EUAP0512?", "sparql": "SELECT ?area ?officialName ?country ?location WHERE { ?area wdt:P4800 \"EUAP0512\" . ?area wdt:P1448 ?officialName . ?area wdt:P17 ?country . ?area wdt:P625 ?location . FILTER(LANG(?officialName) = \"it\") }", "paraphrases": ["Can you tell me about the protected area in Italy identified by EUAP0512, including its name and location?", "Is there a protected area in Italy with the EUAP identifier EUAP0512, and if so, what is its official name and where is it located?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0512\". }"}}
{"id": "val_8234", "question": "Cameroonian women with no French Wikipedia page but images on Commons, ordered by number of images.", "sparql": "SELECT DISTINCT ?imageCount ?person ?personLabel ?description ?image WHERE { { SELECT ?person (COUNT(DISTINCT ?image) AS ?imageCount) WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 ; wdt:P27 wd:Q1009 ; wdt:P18 ?image . FILTER NOT EXISTS { ?wikipedia schema:about ?person ; schema:inLanguage \"fr\" . } } GROUP BY ?person } OPTIONAL { ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") } OPTIONAL { ?person schema:description ?description . FILTER (LANG(?description) = \"fr\") } ?person wdt:P18 ?image . } ORDER BY DESC(?imageCount)", "paraphrases": ["Who are the Cameroonian women who are female, have images on Wikimedia Commons, but no French-language Wikipedia articles, and how many images do they have?", "List Cameroonian female humans who have no French Wikipedia articles, show their English names, French descriptions, and images, sorted by how many images they have."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ?var4Label ?var5 WHERE { { SELECT ?var2 ?var4 ?var5 ( COUNT ( DISTINCT ?var6 ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q1009> . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var5 . OPTIONAL { ?var7 <http://schema.org/about> ?var2 . ?var7 <http://schema.org/inLanguage> \"fr\". } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var6 <http://schema.org/about> ?var2 . } GROUP BY ?var2 ?var4 ?var5 } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } OPTIONAL { ?var2 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_8235", "question": "Does the Italian protected natural area with EUAP ID EUAP0142 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?area wdt:P4800 \"EUAP0142\" .\n}", "paraphrases": ["Is there a protected natural area in Italy identified by the EUAP code EUAP0142?", "Confirm whether the EUAP ID EUAP0142 corresponds to a registered natural reserve in Italy."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0142\". }"}}
{"id": "val_8236", "question": "Is there a protected natural area in Italy with EUAP ID EUAP0255?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?area wdt:P4800 \"EUAP0255\" .\n}", "paraphrases": ["Does the EUAP ID \"EUAP0255\" correspond to any registered natural reserve in Italy?", "Confirm whether the Italian protected area with identifier EUAP0255 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0255\". }"}}
{"id": "val_8237", "question": "Is there a protected natural area in Italy with EUAP ID EUAP0175?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?area wdt:P4800 \"EUAP0175\" .\n}", "paraphrases": ["Does the EUAP ID EUAP0175 correspond to an officially protected natural area in Italy?", "Can you confirm that EUAP0175 is a valid identifier for an Italian protected natural area?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4800> \"EUAP0175\". }"}}
{"id": "val_8238", "question": "Battles with their Freebase IDs and dates in English.", "sparql": "SELECT ?battle ?label ?freebaseId ?date WHERE { ?battle (wdt:P31/wdt:P279*) wd:Q178561 . ?battle wdt:P646 ?freebaseId . ?battle wdt:P585 ?date . ?battle rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["What are the English names, Freebase IDs, and dates of all battles and their subclasses?", "List all battles (including subtypes like skirmishes and actions) with their English labels, Freebase identifiers, and occurrence dates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q178561> . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . }"}}
{"id": "val_8239", "question": "French-labeled people with the surname Talbi", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'fr' ) .\n  FILTER ( CONTAINS( LCASE( ?label ) , 'talbi' ) ) .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the French-speaking individuals with the last name Talbi?", "List all humans whose French label includes the surname Talbi."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Talbi\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8240", "question": "What is the Swedish label and description of the property related to scientific taxon names?", "sparql": "SELECT ?property ?label ?description WHERE { wd:P225 wdt:P1659 ?property . ?property rdfs:label ?label . ?property schema:description ?description . FILTER (LANG(?label) = \"sv\") . FILTER (LANG(?description) = \"sv\") . }", "paraphrases": ["In Swedish, what is the common name property associated with taxonomic names?", "Which Swedish-language terms describe the property that provides common names for biological taxa, related to the scientific name?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P225> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"sv\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"sv\" ) ) ) . }"}}
{"id": "val_8241", "question": "What are the Swedish labels and descriptions for taxonomic ranks in Wikidata?", "sparql": "SELECT ?rank ?label ?description WHERE { ?rank wdt:P31 wd:Q427626 . ?rank rdfs:label ?label . ?rank schema:description ?description . FILTER(LANG(?label) = \"sv\") . FILTER(LANG(?description) = \"sv\") . } LIMIT 100", "paraphrases": ["Show me the Swedish names and definitions of biological taxonomic ranks like species, genus, and family.", "Which taxonomic ranks have Swedish-language labels and descriptions in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P105> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"sv\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"sv\" ) ) ) . } LIMIT 100"}}
{"id": "val_8242", "question": "What is the capital, locator map, and flag image of the Russian region with OKTMO ID 14000000?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?region ?regionLabel ?capital ?capitalLabel ?locatorMap ?flagImage WHERE {\n  ?region wdt:P764 \"14000000\" .\n  OPTIONAL {\n    ?region wdt:P36 ?capital .\n    ?capital rdfs:label ?capitalLabel .\n    FILTER(LANG(?capitalLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?region wdt:P242 ?locatorMap .\n  }\n  OPTIONAL {\n    ?region wdt:P163 ?flagItem .\n    ?flagItem wdt:P18 ?flagImage .\n  }\n  ?region rdfs:label ?regionLabel .\n  FILTER(LANG(?regionLabel) = \"en\")\n}\nLIMIT 200", "paraphrases": ["Which region in Russia has the OKTMO identifier 14000000, and what are its capital, map, and flag?", "Show me the English name, capital, locator map, and flag image of the Russian region identified by OKTMO code 14000000."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } ?var1 <http://www.wikidata.org/prop/direct/P764> \"14000000\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P36> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P242> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P163> ?var5 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P18> ?var4 . } } LIMIT 200"}}
{"id": "val_8243", "question": "American television sitcoms listed on Wikidata", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q21188110 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What are some American television sitcoms?", "List the English labels of all television shows that are American sitcoms."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21188110> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } }"}}
{"id": "val_8244", "question": "What is the Wikidata item for Albus Dumbledore?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = 'en')\n  FILTER(CONTAINS(LCASE(?label) , \"dumbledore\"))\n}\nLIMIT 1", "paraphrases": ["Which Wikidata entity has 'Dumbledore' in its English label?", "Find the Wikidata item for a character whose English label contains 'dumbledore'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#WikibaseItem> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"dumbledore\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1"}}
{"id": "val_8245", "question": "Who is Neil Gaiman according to Wikidata, and is he classified as a human?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Neil Gaiman\"@en . ?item wdt:P31 wd:Q5 }", "paraphrases": ["Is Neil Gaiman a human, and what is his Wikidata identifier?", "Find the Wikidata entity for Neil Gaiman who is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Ne\u00efl Grid\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8246", "question": "What are some examples of programming tools?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?tool ?toolLabel WHERE {\n  ?tool wdt:P279 wd:Q1077784 .\n  ?tool rdfs:label ?toolLabel .\n  FILTER(LANG(?toolLabel) = \"en\")\n}\nORDER BY ASC(?tool)", "paraphrases": ["Can you list all subclasses of programming tools in English?", "Show me the names of software tools used by developers, such as compilers and editors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ( YEAR ( ?var4 ) AS ?var5 )( YEAR ( ?var6 ) AS ?var7 ) ?var8Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1077784> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P25> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,ar,be,bg,bn,ca,cs,da,de,el,en,es,et,fa,fi,he,hi,hu,hy,id,it,ja,jv,ko,nb,nl,eo,pa,pl,pt,ro,ru,sh,sk,sr,sv,sw,te,th,tr,uk,yue,vec,vi,zh\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_8247", "question": "Which Wikidata item has the VIAF ID 100911718?", "sparql": "SELECT ?item ?label WHERE { ?item wdt:P214 \"100911718\" . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who is the person identified by the VIAF identifier 100911718?", "Show me the English label of the entity with VIAF ID 100911718."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"100911718\". }"}}
{"id": "val_8248", "question": "What are all the episodes of the TV series Pastewka, along with their episode number and season number, sorted by season?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?episode ?episodeNumber ?seasonNumber ?episodeLabel WHERE {\n  wd:Q1540515 wdt:P527 ?season .\n  ?season wdt:P527 ?episode .\n  ?episode p:P179 ?stmtEpisode .\n  ?stmtEpisode pq:P1545 ?episodeNumber .\n  ?season p:P179 ?stmtSeason .\n  ?stmtSeason pq:P1545 ?seasonNumber .\n  ?episode rdfs:label ?episodeLabel .\n  FILTER ( LANG( ?episodeLabel ) = \"de\" || LANG( ?episodeLabel ) = \"\" )\n}\nORDER BY ASC ( xsd:integer ( ?seasonNumber ) ) ASC ( xsd:integer ( ?episodeNumber ) )", "paraphrases": ["List the episodes of Pastewka with their ordinal position in the series and the season they belong to, ordered by season and episode number.", "Show me the German titles of Pastewka episodes, their episode numbers, and which season they are from, sorted by season."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1540515> AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P361> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P361> ?var5 . ?var3 <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/qualifier/P1545> ?var1 ] . ?var5 <http://www.wikidata.org/prop/P179> [ <http://www.wikidata.org/prop/qualifier/P1545> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTOLANGUAGE],en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_8249", "question": "What institutions was Robert J. Wallis affiliated with or employed by, and during what time periods?", "sparql": "SELECT ?image ?institution ?institutionLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q48549829 p:P1416 ?statement .\n    ?statement ps:P1416 ?institution .\n  } UNION {\n    wd:Q48549829 p:P108 ?statement .\n    ?statement ps:P108 ?institution .\n  }\n  \n  ?institution rdfs:label ?institutionLabel .\n  FILTER (LANG(?institutionLabel) = \"en\")\n  \n  OPTIONAL {\n    ?institution wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER (LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Show images of the universities Robert J. Wallis worked for or was affiliated with, along with the start and end dates of those affiliations.", "Which academic institutions are associated with Robert J. Wallis, and do any of those affiliations have documented start/end dates or academic degrees?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q48549829> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q48549829> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8250", "question": "People educated at the National University of Singapore", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P69 wd:Q738236 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the alumni of the National University of Singapore?", "List the English names of all individuals who attended the National University of Singapore."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q738236> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8251", "question": "What are the English and French labels for the region of Calabria?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label_en ?label_fr WHERE {\n  OPTIONAL {\n    wd:Q1458 rdfs:label ?label_en .\n    FILTER(LANG(?label_en) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q1458 rdfs:label ?label_fr .\n    FILTER(LANG(?label_fr) = \"fr\")\n  }\n}", "paraphrases": ["How is Calabria called in English and French?", "Can you provide the English and French names of Calabria, Italy?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1458> AS ?var3 ). OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . } OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } }"}}
{"id": "val_8252", "question": "Which of Rome and Milan are in Italy?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 WHERE {\n  VALUES ?var1 {\n    wd:Q220 wd:Q490\n  }\n  ?var1 wdt:P17 wd:Q38 .\n}", "paraphrases": ["Are both Rome and Milan located in Italy?", "List the cities among Rome and Milan that are part of Italy."], "info": {"raw_sparql": "SELECT ?var1 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q220> ) ( <http://www.wikidata.org/entity/Q490> ) } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/prop/direct/Q38> . }"}}
{"id": "val_8253", "question": "Educational institutions with most alumni in the Six Degrees of Francis Bacon database", "sparql": "SELECT ?institution ?institutionLabel ?count ?samplePerson ?samplePersonLabel WHERE { { SELECT ?institution (COUNT(?person) AS ?count) (SAMPLE(?person) AS ?samplePerson) WHERE { ?person wdt:P69 ?institution . ?person wdt:P2401 ?sdfbId . } GROUP BY ?institution } OPTIONAL { ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") } OPTIONAL { ?samplePerson rdfs:label ?samplePersonLabel . FILTER(LANG(?samplePersonLabel) = \"en\") } } ORDER BY DESC(?count)", "paraphrases": ["Which universities have the highest number of alumni who are listed in the Six Degrees of Francis Bacon database, and who are some of those alumni?", "List educational institutions ranked by how many of their alumni have a Six Degrees of Francis Bacon ID, along with one example alumnus per institution."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var2 )( SAMPLE ( ?var4 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P69> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P2401> _:b0 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_8254", "question": "What is the description of Wikidata?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?description WHERE {\n  wd:Q2013 schema:description ?description .\n  FILTER ( LANG( ?description ) = 'en' )\n}", "paraphrases": ["Can you tell me the English description of the Wikidata knowledge graph?", "What does Wikidata say about itself in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.w3.org/ns/sparql-service-description#Dataset> ?var2 ?var1 . }"}}
{"id": "val_8255", "question": "Who are the people with the surname Peyret?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P734 wd:Q27978655 . }", "paraphrases": ["Which humans have the family name Peyret?", "List all individuals whose last name is Peyret."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"peyret\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8256", "question": "Which Wikidata items have Twitter usernames \"NASA\" or \"CityOfBoston\", and how many Wikipedia articles link to them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"NASA\" \"CityOfBoston\"\n  }\n  .\n  ?sitelink schema:about ?item .\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["What are the Wikipedia sitelink counts for the Twitter accounts @NASA and @CityOfBoston?", "Show me the number of Wikipedia pages linked to the items with Twitter usernames \"NASA\" and \"CityOfBoston\", sorted by the number of links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"K_rho\" ) ( \"calopedie\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8257", "question": "Who are the people with the surname Dauenhauer?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P734 wd:Q21493406 }", "paraphrases": ["Which humans have the family name Dauenhauer?", "List all individuals whose last name is Dauenhauer."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Dauenhauer\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8258", "question": "What artwork has Joconde ID 00000075327?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?painting WHERE {\n  ?painting wdt:P347 \"00000075327\" .\n}", "paraphrases": ["Which painting is identified by the Joconde database code 00000075327?", "Find the Wikidata item for the artwork with Joconde ID 00000075327."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P347> \"00000075327\". }"}}
{"id": "val_8259", "question": "Places associated with Sam Walton and their coordinates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?image ?entity ?entityLabel ?location ?propertyLabel WHERE {\n  wd:Q497827 ?property ?entity .\n  OPTIONAL {\n    ?entity wdt:P18 ?image .\n  }\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  ?entity wdt:P625 ?location .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}", "paraphrases": ["Where are the locations linked to Sam Walton, such as his birthplace, schools, and burial site, and what are their geographic coordinates?", "Show me the English-labeled places connected to Sam Walton, their coordinates, and how they are related to him (e.g., place of birth, educated at), along with any available images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q497827> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8260", "question": "What is the English label and description of the entry with Great Russian Encyclopedia Online ID 2216787?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"2216787\" . ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["What is the name and description in English of the astronomical object identified as 2216787 in the Great Russian Encyclopedia Online?", "Please provide the English name and description of the star system with ID 2216787 in the Great Russian Encyclopedia Online."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2216787\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8261", "question": "What people and entities are related to Christian August Hausen by properties like \"student of\" or \"doctoral advisor\", and what are their English labels?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel ?property ?propertyLabel ?relatedEntity ?relatedEntityLabel ?image WHERE {\n  BIND(wd:Q91657 AS ?person)\n  ?relatedEntity ?property ?person .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?relatedEntity rdfs:label ?relatedEntityLabel .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?relatedEntityLabel) = \"en\")\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the people and places connected to Christian August Hausen through relationships such as \"student of\" or \"doctoral advisor\", and what are the English names of those relationships and entities?", "Show me all entities linked to Christian August Hausen via English-labeled relationships, along with the names of those relationships and the entities, and include his image if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q91657> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_8262", "question": "Top 100 most popular television series by number of Wikipedia language editions", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?labelCount WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q5398426 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  {\n    SELECT ?item(COUNT(?label) AS ?labelCount) WHERE {\n      ?item rdfs:label ?label .\n    }\n    GROUP BY ?item\n  }\n}\nORDER BY DESC(?labelCount)\nLIMIT 100", "paraphrases": ["Which TV shows have the most Wikipedia language versions, and what are their English titles?", "List the 100 most widely recognized television series worldwide, showing their English names and how many languages they are labeled in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5398426> ; <http://wikiba.se/ontology#sitelinks> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_8263", "question": "What properties are used to relate entities to humans, and which entities are connected through those properties?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human ?humanLabel ?property ?propertyLabel ?entity ?entityLabel ?image WHERE {\n  BIND( wd:Q5 AS ?human ) .\n  ?entity ?property ?human .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?entity rdfs:label ?entityLabel .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) .\n  FILTER ( LANG( ?humanLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?human wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["List all entities that have a relationship with humans, along with the name of the relationship and the entity\u2019s label in English.", "Which entities are classified as or associated with humans, and what are the English labels of those associations?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q5> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_8264", "question": "What sites are designated as Historical Monuments in France?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?site ?siteLabel WHERE {\n  ?site wdt:P1435 wd:Q916475 .\n  ?site rdfs:label ?siteLabel .\n}\nLIMIT 100", "paraphrases": ["Which cultural heritage sites have been officially recognized as Historical Monuments?", "List the names of all sites protected under the French Historical Monument designation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1435> <http://www.wikidata.org/entity/Q916475> . } LIMIT 100"}}
{"id": "val_8265", "question": "What items were created, discovered, published, or officially opened on June 14, 2007?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item ( wdt:P571 | wdt:P575 | wdt:P577 | wdt:P1619 ) ?date .\n  FILTER ( ?date >= \"2007-06-14T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"2007-06-14T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which entities on Wikidata have a date of inception, discovery, publication, or official opening on June 14, 2007?", "Show me all projects, publications, or inventions that occurred on June 14, 2007, based on their recorded dates in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P1619> ) ?var2 . FILTER ( ( ( ?var2 >= \"2007-06-14T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2007-06-14T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_8266", "question": "What dogs are members of organizations, and which organizations are they associated with?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?dog ?organization ?organizationLabel WHERE {\n  ?dog wdt:P31 wd:Q144 .\n  OPTIONAL {\n    ?dog wdt:P463 ?organization .\n    ?organization rdfs:label ?organizationLabel .\n    FILTER(LANG(?organizationLabel) = \"en\")\n  }\n}", "paraphrases": ["Can you list famous dogs along with any organizations they belong to, such as military units or royal pet groups?", "Show me all dogs in Wikidata and their organizational affiliations, like military units or royal collections."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q144> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P749> ?var3 . } }"}}
{"id": "val_8267", "question": "Is Edwards-curve Digital Signature Algorithm (EdDSA) a type of human?", "sparql": "ASK WHERE { wd:Q16966748 wdt:P31/wdt:P279* wd:Q5 }", "paraphrases": ["Does the Edwards-curve Digital Signature Algorithm belong to any class that is a subclass of human?", "Confirm whether EdDSA is classified as a human or any descendant of human in the Wikidata taxonomy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q16966748> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8268", "question": "What is the Wikimedia Commons image for the entity with SNAC ARK ID w62v3d3h?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w62v3d3h\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Show the image linked to the SNAC ARK ID w62v3d3h.", "What does William Paley look like? (His SNAC ARK ID is w62v3d3h.)"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62v3d3h\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8269", "question": "Recipients of the Inkpot Award in Spanish labels, with award image.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?award ?awardLabel ?recipient ?recipientLabel ?image WHERE {\n  BIND(wd:Q2687578 AS ?award)\n  ?recipient wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  ?recipient rdfs:label ?recipientLabel .\n  FILTER(LANG(?awardLabel) = \"es\")\n  FILTER(LANG(?recipientLabel) = \"es\")\n  OPTIONAL {\n    ?award wdt:P18 ?image .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the recipients of the Inkpot Award, and what are their Spanish labels? Also, is there an image of the award?", "List all people who received the Inkpot Award, showing their names in Spanish, the award\u2019s Spanish name, and its image if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q2687578> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_8270", "question": "Animated films with Kinopoisk IDs and Ukrainian Wikipedia pages", "sparql": "SELECT ?film ?kinopoiskId ?ukWikipediaPage WHERE { ?film wdt:P31 wd:Q202866 . ?film wdt:P2603 ?kinopoiskId . ?ukWikipediaPage schema:about ?film ; schema:isPartOf <https://uk.wikipedia.org/> . }", "paraphrases": ["Which animated films have Kinopoisk IDs and corresponding pages on the Ukrainian Wikipedia?", "Show me the list of animated films, their Kinopoisk identifiers, and links to their Ukrainian Wikipedia articles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202866> . ?var1 <http://www.wikidata.org/prop/direct/P2603> ?var2 . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://uk.wikipedia.org/> . }"}}
{"id": "val_8271", "question": "What are the occupations, fields of work, and other attributes of Alice Ambrose in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?itemLabel ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q4725710 rdfs:label ?itemLabel .\n  wd:Q4725710 ?property ?value .\n  ?prop wikibase:directClaim ?property .\n  ?prop rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?valueLabel ) = \"en\" )\n}", "paraphrases": ["Can you list all the properties and their values associated with Alice Ambrose, along with their English labels?", "What do we know about Alice Ambrose\u2019s professional and personal life, including her occupation, education, and affiliations, with labels in English?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q4725710> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8272", "question": "ISO codes and mains voltage for current sovereign countries", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?isoCode ?countryLabel ?voltage WHERE {\n  ?country wdt:P31 wd:Q3624078 .\n  OPTIONAL {\n    ?country wdt:P297 ?isoCode .\n  }\n  OPTIONAL {\n    ?country wdt:P2884 ?voltage .\n  }\n  FILTER ( NOT EXISTS {\n    ?country wdt:P31 wd:Q3024240\n  }\n  ) ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nORDER BY ASC ( ?countryLabel )", "paraphrases": ["What are the ISO 3166-1 alpha-2 codes and residential voltage levels for all current countries?", "List all current countries with their two-letter ISO codes and standard mains electricity voltage in volts."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3Label ?var4 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P36> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P930> ?var6 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P2853> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P2884> ?var4 . } FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P297> ?var1 . } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_8273", "question": "What are the Spanish labels of Max Planck\u2019s properties and their values?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?property ?propertyLabel ?value ?valueLabel WHERE {\n  BIND(wd:Q9021 AS ?person)\n  ?person ?property ?value .\n  ?person rdfs:label ?personLabel .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?personLabel) = \"es\")\n  FILTER(LANG(?propertyLabel) = \"es\")\n  FILTER(LANG(?valueLabel) = \"es\")\n}", "paraphrases": ["Can you show me all the Spanish-language descriptions of Max Planck\u2019s attributes and what they are linked to?", "I want to see all the relationships of Max Planck in Spanish, including the property names and the labels of the things they point to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q9021> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_8274", "question": "Image of Abraham Gottlob Werner", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?image WHERE {\n  wd:Q58751 wdt:P18 ?image .\n}", "paraphrases": ["What is the image of the German geologist Abraham Gottlob Werner?", "Show me the Wikimedia Commons image of Abraham Gottlob Werner."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q58751> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_8275", "question": "Spanish label for \"inspired by\" and who was inspired by Joseph Bell?", "sparql": "SELECT DISTINCT ?person ?personLabel ?propertyLabel ?inspiredEntity ?inspiredEntityLabel ?image WHERE { BIND( wd:Q648680 AS ?person ) . ?inspiredEntity wdt:P941 ?person . wd:P941 rdfs:label ?propertyLabel . ?inspiredEntity rdfs:label ?inspiredEntityLabel . ?person rdfs:label ?personLabel . FILTER ( LANG( ?propertyLabel ) = \"es\" ) . FILTER ( LANG( ?inspiredEntityLabel ) = \"es\" ) . FILTER ( LANG( ?personLabel ) = \"es\" ) . OPTIONAL { ?person wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["In Spanish, who was inspired by Joseph Bell, and what is the Spanish term for \"inspired by\"?", "Show me the Spanish label for the relationship \"inspired by\", the entity inspired by Joseph Bell in Spanish, and Joseph Bell's image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q648680> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_8276", "question": "What entities and properties in Spanish have Canada as their jurisdiction?", "sparql": "SELECT DISTINCT ?entityOrProperty ?entityOrPropertyLabel ?qualifierProperty ?qualifierPropertyLabel ?country ?countryLabel ?image WHERE { BIND( wd:Q16 AS ?country ) . ?entityOrProperty wdt:P1001 ?country . ?country rdfs:label ?countryLabel . wd:P1001 rdfs:label ?qualifierPropertyLabel . ?entityOrProperty rdfs:label ?entityOrPropertyLabel . FILTER ( LANG( ?countryLabel ) = \"es\" ) . FILTER ( LANG( ?qualifierPropertyLabel ) = \"es\" ) . FILTER ( LANG( ?entityOrPropertyLabel ) = \"es\" ) . OPTIONAL { ?country wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Which organizations, laws, or institutions in Spanish are associated with Canada through the \"applies to jurisdiction\" property?", "Show me all Spanish-labeled entities and properties that have Canada specified as their jurisdiction, along with Canada\u2019s flag image."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q16> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . } } LIMIT 100"}}
{"id": "val_8277", "question": "What are the Spanish labels of properties and objects related to the superhero entity in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superhero ?superheroLabel ?property ?propertyLabel ?object ?objectLabel WHERE {\n  BIND( wd:Q188784 AS ?superhero ) .\n  ?superhero ?property ?object .\n  ?superhero rdfs:label ?superheroLabel .\n  ?propertyItem ?propertyRelation ?property .\n  ?propertyItem rdf:type wikibase:Property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  FILTER ( LANG( ?superheroLabel ) = \"es\" ) .\n  FILTER ( LANG( ?propertyLabel ) = \"es\" ) .\n  FILTER ( LANG( ?objectLabel ) = \"es\" ) .\n}", "paraphrases": ["Show me all relationships of the superhero concept in Spanish, including the Spanish names of the properties and their target entities.", "For the entity \"superhero\", list all its connections in Spanish, with the Spanish labels of the properties and the objects they point to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q188784> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_8278", "question": "Spouses of U.S. presidents who took office after 1971", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?presidentLabel ?spouseLabel ?startTime WHERE {\n  ?president p:P39 ?statement .\n  ?statement ps:P39 wd:Q11696 .\n  ?statement pq:P580 ?startTime .\n  FILTER(?startTime >= \"1971-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  ?spouse wdt:P26 ?president .\n  ?president rdfs:label ?presidentLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?presidentLabel) = \"en\")\n  FILTER(LANG(?spouseLabel) = \"en\")\n}", "paraphrases": ["Who are the spouses of U.S. presidents that began their term on or after January 1, 1971?", "List the names of U.S. presidents and their spouses who started their presidency in 1971 or later, along with the start date."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var1 ( <http://www.wikidata.org/prop/direct/P39> | <http://www.wikidata.org/prop/direct/P580> ) ?var7 . FILTER ( ( ( ?var7 >= \"1971-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P26> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8279", "question": "Image of the person with SNAC ARK ID w6b2908m", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6b2908m\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6b2908m?", "Can you show me the Wikimedia Commons image for Elizabeth Blackadder, identified by the SNAC ARK ID w6b2908m?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b2908m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8280", "question": "Does John F. Gunion have a VIAF ID of 63120242?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"63120242\" .\n}", "paraphrases": ["Is there a Wikidata item for the person with VIAF identifier 63120242?", "Confirm whether the Virtual International Authority File ID 63120242 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"63120242\". }"}}
{"id": "val_8281", "question": "Administrative hierarchy of Maves, France", "sparql": "SELECT ?adminEntity ?adminEntityLabel WHERE { wd:Q951978 wdt:P131* ?adminEntity . ?adminEntity rdfs:label ?adminEntityLabel . FILTER(LANG(?adminEntityLabel) = \"en\") }", "paraphrases": ["What administrative regions include the commune of Maves, from the smallest to the largest?", "List all administrative divisions that Maves belongs to, including itself, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q951978> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr, en\". } }"}}
{"id": "val_8282", "question": "What works did Hermann Reckendorf translate, and what were their original sources?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?translation ?original WHERE {\n  ?translation wdt:P655 wd:Q6796659 .\n  ?translation wdt:P629 ?original .\n}", "paraphrases": ["Show me the translations by Hermann Reckendorf and the texts they were translated from.", "Which Quranic surahs were translated by Hermann Reckendorf, and what are their original titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7553> . ?var1 <http://www.wikidata.org/prop/direct/P655> <http://www.wikidata.org/entity/Q6796659> . ?var1 <http://www.wikidata.org/prop/direct/P629> ?var2 . }"}}
{"id": "val_8283", "question": "Who are the children of Joseph P. Kennedy Sr.?", "sparql": "SELECT ?fatherLabel ?childLabel WHERE { VALUES ?father { wd:Q313696 } ?father wdt:P40 ?child . ?father rdfs:label ?fatherLabel . ?child rdfs:label ?childLabel . FILTER(LANG(?fatherLabel) = 'en') . FILTER(LANG(?childLabel) = 'en') }", "paraphrases": ["List Joseph P. Kennedy Sr. and all of his children.", "What are the English labels of Joseph P. Kennedy Sr.'s children?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q313696> ) } ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . }"}}
{"id": "val_8284", "question": "Items with reference URLs containing \"google.com\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?referenceUrl WHERE {\n  ?item wdt:P854 ?referenceUrl .\n  FILTER ( CONTAINS( STR( ?referenceUrl ) , \"google.com\" ) )\n}\nLIMIT 1", "paraphrases": ["Which items in Wikidata have a reference URL that includes \"google.com\"?", "Show me an example of an entity that cites a Google service URL as a reference."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P854> ?var2 . FILTER ( ( CONTAINS ( STR ( ?var2 ) , \"google.com\" ) ) ) . } LIMIT 1"}}
{"id": "val_8285", "question": "Authors of the inquiry-based undergraduate biochemistry laboratory course and their ORCID URLs.", "sparql": "SELECT ?author ?authorLabel ( COALESCE ( CONCAT( \"https://orcid.org/\", ?orcid ), ?authorLabel ) AS ?orcidUrl ) WHERE { wd:Q28604102 wdt:P50 ?author . OPTIONAL { ?author wdt:P496 ?orcid . } ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") }", "paraphrases": ["Who are the authors of the inquiry-based undergraduate biochemistry laboratory course, and what are their ORCID links?", "List the English names of the authors of the inquiry-based undergraduate biochemistry laboratory course along with their ORCID URLs, or their names if no ORCID is available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COALESCE ( ?var2 , CONCAT ( \"string1\", ENCODE_FOR_URI ( ?var1Label ) ) ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q28604102> <http://www.wikidata.org/prop/direct/P50> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en,da,de,es,fr,nl,no,ru,sv,zh\". } }"}}
{"id": "val_8286", "question": "People who died in 13 AD", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P570 ?deathDate . FILTER ( ?deathDate >= \"0013-01-01T00:00:00Z\"^^xsd:dateTime && ?deathDate <= \"0013-12-31T23:59:59Z\"^^xsd:dateTime ) }", "paraphrases": ["Who died in the year 13 AD?", "List all individuals recorded in Wikidata as having died in the year 13 AD."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 >= \"13-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"13-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_8287", "question": "Who are the people educated at the University of Edinburgh?", "sparql": "SELECT ?personLabel WHERE { ?person wdt:P69 wd:Q160302 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Alumni of the University of Edinburgh", "Can you list the names of people who attended the University of Edinburgh?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q160302> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8288", "question": "Who are the people educated at the University of Edinburgh?", "sparql": "SELECT ?personLabel WHERE { ?person wdt:P69 wd:Q160302 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["List of alumni of the University of Edinburgh.", "Show me the names of all individuals who attended the University of Edinburgh."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q160302> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8289", "question": "What are the characters from the Harry Potter series and their genders?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?character ?characterLabel ?gender WHERE {\n  wd:Q8337 wdt:P674 ?character .\n  ?character wdt:P21 ?gender .\n  ?character rdfs:label ?characterLabel .\n  FILTER ( LANG( ?characterLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the main characters from the Harry Potter books along with whether they are male or female?", "Show me the names of characters in the Harry Potter universe and their gender identities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q8337> <http://www.wikidata.org/prop/direct/P674> ?var1 . ?var1 <http://www.wikidata.org/entity/Q8337> <http://www.wikidata.org/prop/direct/P21> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_8290", "question": "Italian regional council members, their electoral districts, parliamentary groups, and term start/end dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?personLabel ?region ?regionLabel ?position ?positionLabel ?electoralDistrict ?electoralDistrictLabel ?startDate ?endDate ?party ?partyLabel WHERE {\n  ?region ( wdt:P31 / wdt:P279 * ) wd:Q10864048 ; wdt:P17 wd:Q38 .\n  ?institution wdt:P1001 ?region ; wdt:P31 wd:Q1077701 .\n  ?position wdt:P361 ?institution ; wdt:P279 * wd:Q4175034 . MINUS {\n    ?region wdt:P576 [] .\n  } MINUS {\n    ?position wdt:P576 [] .\n  } MINUS {\n    ?institution wdt:P576 [] .\n  }\n  ?statement ps:P39 ?position ; pq:P580 ?startDate ; pq:P768 ?electoralDistrict ; pq:P4100 ?party .\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  ?person p:P39 ?statement .\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who are the current members of regional councils in Italy, which electoral districts do they represent, and which political parties are they affiliated with?", "List all current legislators serving in Italian regional councils, including the region they serve in, their electoral district, parliamentary group, and the start and end dates of their terms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var7 ?var7Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> . ?var8 <http://www.wikidata.org/prop/direct/P1001> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1077701> . ?var3 <http://www.wikidata.org/prop/direct/P361> ?var8 ; <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4175034> . MINUS { ?var3 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var8 <http://www.wikidata.org/prop/direct/P576> [] . } ?var9 <http://www.wikidata.org/prop/statement/P39> ?var3 ; <http://www.wikidata.org/prop/qualifier/P580> ?var5 ; <http://www.wikidata.org/prop/qualifier/P768> ?var4 ; <http://www.wikidata.org/prop/qualifier/P4100> ?var7 . OPTIONAL { ?var9 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ?var1 <http://www.wikidata.org/prop/P39> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_8291", "question": "Works of art created by Vincent van Gogh", "sparql": "SELECT DISTINCT ?work ?workLabel WHERE { ?work wdt:P31 wd:Q838948 . ?work wdt:P170 wd:Q5582 . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What artworks were created by Vincent van Gogh?", "List the works of art made by Vincent van Gogh."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q838948> . ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q5582> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_8292", "question": "List all paintings in English.", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q3305213 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') }", "paraphrases": ["What are the English labels of all paintings in Wikidata?", "Show me the names of all paintings in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de\". } ?var1 <http://schema.org/description> \"string1\"@en . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . }"}}
{"id": "val_8293", "question": "Regional council members in Italy, their electoral districts, and term start/end dates", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?office ?officeLabel ?startDate ?endDate ?district ?districtLabel ?districtType ?facebook WHERE {\n  ?council wdt:P31 / wdt:P279 * wd:Q10864048 ; wdt:P17 wd:Q38 .\n  ?office wdt:P1001 ?council .\n  ?person wdt:P39 ?office .\n  ?term ps:P39 ?office ; pq:P580 ?startDate ; pq:P768 ?district .\n  OPTIONAL {\n    ?term pq:P582 ?endDate .\n  }\n  ?district wdt:P31 ?districtType .\n  OPTIONAL {\n    ?person wdt:P2013 ?facebook .\n  }\n  ?person rdfs:label ?personLabel .\n  ?office rdfs:label ?officeLabel .\n  ?district rdfs:label ?districtLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?officeLabel) = \"en\")\n  FILTER(LANG(?districtLabel) = \"en\") MINUS {\n    ?council wdt:P576 [] .\n  } MINUS {\n    ?office wdt:P576 [] .\n  } MINUS {\n    ?person wdt:P576 [] .\n  }\n}\nORDER BY ?person", "paraphrases": ["Who are the members of regional councils in Italy, what electoral districts do they represent, and when did their terms begin and end?", "List all current and former legislators serving in Italian regional councils, including the electoral districts they represent, their term dates, and their Facebook profiles if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5Label ?var6 ?var7 ?var8 ?var8Label ?var9 WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/direct/P1313> ?var10 . ?var11 <http://www.wikidata.org/prop/direct/P1001> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1077701> . ?var12 <http://www.wikidata.org/prop/direct/P361> ?var11 ; <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q4175034> . MINUS { ?var12 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var2 <http://www.wikidata.org/prop/direct/P576> [] . } MINUS { ?var11 <http://www.wikidata.org/prop/direct/P576> [] . } ?var13 <http://www.wikidata.org/prop/statement/P39> ?var10 ; <http://www.wikidata.org/prop/qualifier/P580> ?var6 ; <http://www.wikidata.org/prop/qualifier/P768> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P31> ?var5 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ?var13 <http://www.wikidata.org/prop/statement/P39> ?var3 . ?var1 <http://www.wikidata.org/prop/P39> ?var13 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_8294", "question": "List Polish first-level administrative divisions with GeoNames code A.ADM1 that are not abolished or replaced, labeled in Polish.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?division ?label WHERE {\n  ?division wdt:P31 / wdt:P279 * wd:Q56061 .\n  ?division wdt:P31 / wdt:P279 * ?class .\n  FILTER(?class = wd:Q10864048)\n  .\n  ?class wdt:P2452 \"A.ADM1\" .\n  ?division wdt:P17 ?country .\n  ?country wdt:P297 \"PL\" .\n  ?division rdfs:label ?label .\n  FILTER(LANG(?label) = \"pl\")\n  .\n  FILTER(NOT EXISTS {\n    ?division wdt:P1366 ?replacedBy\n  })\n  .\n  FILTER(NOT EXISTS {\n    ?division wdt:P576 ?dissolvedDate\n  })\n}", "paraphrases": ["What are the current first-level administrative divisions in Poland that are still active and have the GeoNames feature code A.ADM1, with their Polish names?", "Please provide the Polish-language names of all active first-level administrative divisions in Poland that are classified under the GeoNames code A.ADM1 and have not been dissolved or replaced."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q56061> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q10864048> ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P2452> \"A.ADM1\". ?var2 <http://www.wikidata.org/prop/direct/P2452> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P297> \"PL\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"pl\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1366> ?var6 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var7 . } ) ) . }"}}
{"id": "val_8295", "question": "Is Anton Blidh listed in Wikidata with Eurohockey.com player ID 501466?", "sparql": "ASK WHERE { ?player wdt:P2601 \"501466\" . }", "paraphrases": ["Does the Wikidata entry for Anton Blidh include the Eurohockey.com player ID 501466?", "Confirm if the Eurohockey.com player ID 501466 corresponds to a known ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"501466\". }"}}
{"id": "val_8296", "question": "Does Wikidata contain an ice hockey player with Eurohockey.com ID 491728?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2601 \"491728\" .\n}", "paraphrases": ["Is there an ice hockey player in Wikidata who has the Eurohockey.com player identifier 491728?", "Confirm whether the Eurohockey.com player ID 491728 is assigned to any ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"491728\". }"}}
{"id": "val_8297", "question": "Is there a Wikidata entry for the Eurohockey.com player with ID 12525?", "sparql": "ASK WHERE { ?player wdt:P2601 \"12525\" }", "paraphrases": ["Does the ice hockey player with Eurohockey.com ID 12525 have a page on Wikidata?", "Check if the Eurohockey.com player ID 12525 is linked to any player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"12525\". }"}}
{"id": "val_8298", "question": "Is there an ice hockey player in Wikidata with the Eurohockey.com player ID 4023?", "sparql": "ASK WHERE { ?player wdt:P2601 \"4023\" . }", "paraphrases": ["Does the Eurohockey.com database have an entry for player ID 4023 in Wikidata?", "Is Atte Saunam\u00e4ki's Eurohockey.com player ID (4023) recorded in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"4023\". }"}}
{"id": "val_8299", "question": "Is there a Wikidata item for an ice hockey player with Eurohockey.com ID 107348?", "sparql": "ASK WHERE { ?player wdt:P2601 \"107348\" }", "paraphrases": ["Does the Eurohockey.com player ID 107348 correspond to any ice hockey player in Wikidata?", "Check if the player with Eurohockey.com ID 107348 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"107348\". }"}}
{"id": "val_8300", "question": "Is there an ice hockey player with the Eurohockey.com player ID 1492?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2601 \"1492\" .\n}", "paraphrases": ["Does the Eurohockey.com database have an entry for player ID 1492?", "Is player number 1492 in the Eurohockey.com database a valid ice hockey player record?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"1492\". }"}}
{"id": "val_8301", "question": "Is Kari Kalto listed in Wikidata with Eurohockey.com player ID 761?", "sparql": "ASK WHERE { ?player wdt:P2601 \"761\" . }", "paraphrases": ["Does the ice hockey player Kari Kalto have the Eurohockey.com player ID 761?", "Confirm if the Eurohockey.com player ID 761 corresponds to Kari Kalto in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2601> \"761\". }"}}
{"id": "val_8302", "question": "What are the elevations above sea level of all rivers in the world?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?river ?riverLabel ?elevation WHERE {\n  ?river wdt:P31 wd:Q4022 .\n  ?river wdt:P2044 ?elevation .\n  ?river rdfs:label ?riverLabel .\n  FILTER ( LANG( ?riverLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the names of rivers along with their elevations above sea level?", "Which rivers have recorded elevation data, and what are their heights above sea level in meters?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8303", "question": "What properties are used by the Venera 10 space probe, and what are their values and counts?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?value) AS ?count) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q836463 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\") .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propLabel .\n  FILTER(LANG(?propLabel) = \"en\") .\n}\nGROUP BY ?property", "paraphrases": ["Can you list all the properties of Venera 10 with their English labels, how many times each is used, and the names of their values?", "Show me a summary of Venera 10\u2019s Wikidata properties, including the property names in English, how many values each has, and what those values are called in English."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q836463> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8304", "question": "List of places located in the Canton of St. Gallen.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P131 wd:Q12746 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What institutions, buildings, and locations are situated within the Canton of St. Gallen?", "Show me all the entities in the Canton of St. Gallen, Switzerland, along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q12746> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8305", "question": "What administrative levels and types are associated with Mercat Central in Valencia?", "sparql": "SELECT DISTINCT ?instanceOfMarketLabel ?instanceOfCityLabel ?city ?cityLabel ?instanceOfComarcaLabel ?comarca ?comarcaLabel WHERE { BIND(wd:Q2197068 AS ?market) . ?market wdt:P31 ?instanceOfMarket . ?market wdt:P131 ?city . ?city wdt:P31 ?instanceOfCity . ?city wdt:P131 ?comarca . ?comarca wdt:P31 ?instanceOfComarca . ?instanceOfMarket rdfs:label ?instanceOfMarketLabel . ?instanceOfCity rdfs:label ?instanceOfCityLabel . ?city rdfs:label ?cityLabel . ?comarca rdfs:label ?comarcaLabel . ?instanceOfComarca rdfs:label ?instanceOfComarcaLabel . FILTER(LANG(?instanceOfMarketLabel) = \"en\" || LANG(?instanceOfMarketLabel) = \"\") FILTER(LANG(?instanceOfCityLabel) = \"en\" || LANG(?instanceOfCityLabel) = \"\") FILTER(LANG(?cityLabel) = \"en\" || LANG(?cityLabel) = \"\") FILTER(LANG(?comarcaLabel) = \"en\" || LANG(?comarcaLabel) = \"\") FILTER(LANG(?instanceOfComarcaLabel) = \"en\" || LANG(?instanceOfComarcaLabel) = \"\") }", "paraphrases": ["What is Mercat Central an instance of, and what are the administrative divisions it belongs to, along with their types?", "Show me the hierarchy from Mercat Central up through Valencia and Comarca de Val\u00e8ncia, including what each is an instance of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q2197068> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8306", "question": "What properties describe the Dutch village of Wolvega, and which of their values have Spanish labels?", "sparql": "SELECT DISTINCT ?item ?itemLabel ?property ?propertyLabel ?value ?valueLabel WHERE { BIND(wd:Q644366 AS ?item) . ?item ?property ?value . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"es\") } OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"es\") } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"es\") } } LIMIT 100", "paraphrases": ["Show me all statements about Wolvega in Spanish, including the names of the properties and the entities they link to.", "I want to see what information is known about Wolvega in Spanish \u2014 which properties are used, and what are the Spanish names of the things they point to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q644366> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_8307", "question": "What are the Spanish labels of the properties and values associated with Wolfgang Hofer?", "sparql": "SELECT DISTINCT ?person ?personLabel ?property ?propertyLabel ?value ?valueLabel WHERE { BIND( wd:Q1300489 AS ?person ) . ?person ?property ?value . ?person rdfs:label ?personLabel . BIND( STRAFTER( STR(?property), \"http://www.wikidata.org/prop/direct/\" ) AS ?propId ) . BIND( URI( CONCAT( \"http://www.wikidata.org/entity/\", ?propId ) ) AS ?propertyItem ) . ?propertyItem rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . FILTER ( LANG( ?personLabel ) = \"es\" ) . FILTER ( LANG( ?propertyLabel ) = \"es\" ) . FILTER ( LANG( ?valueLabel ) = \"es\" ) . }", "paraphrases": ["Show me all the facts about Wolfgang Hofer in Spanish, including the property names and object labels.", "For Wolfgang Hofer, list each statement (property and value) with their Spanish labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q1300489> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_8308", "question": "Television films and their screenwriters", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?televisionFilm ?screenwriter ?screenwriterLabel WHERE {\n  ?televisionFilm wdt:P31 wd:Q506240 .\n  ?televisionFilm wdt:P58 ?screenwriter .\n  ?screenwriter rdfs:label ?screenwriterLabel .\n}", "paraphrases": ["Who are the screenwriters of made-for-television films?", "List all television films along with the names of the people who wrote their screenplays."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q506240> . ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . }"}}
{"id": "val_8309", "question": "List the English titles and episode numbers of all episodes in Twin Peaks: The Return, ordered by episode number.", "sparql": "SELECT DISTINCT ?episode ?episodeNumber (GROUP_CONCAT(DISTINCT ?episodeLabel) AS ?episodeLabels)\nWHERE {\n  ?episode (wdt:P31/wdt:P279*) wd:Q21191270 .\n  ?episode wdt:P179 wd:Q23971551 .\n  ?episode p:P179 ?statement .\n  ?statement pq:P1545 ?episodeNumber .\n  OPTIONAL {\n    ?episode rdfs:label ?episodeLabel .\n    FILTER(LANG(?episodeLabel) = \"en\") .\n  }\n}\nGROUP BY ?episode ?episodeNumber\nORDER BY ASC(xsd:integer(?episodeNumber))", "paraphrases": ["What are the English names and corresponding episode numbers of each episode in the 2017 Twin Peaks season?", "Show me the episode labels in English along with their ordinal numbers for every episode of Twin Peaks: The Return, sorted from episode 1 to 48."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ( GROUP_CONCAT ( DISTINCT ?var3Label ) AS ?var4 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q23971551> . ?var1 <http://www.wikidata.org/prop/P179> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P1545> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_8310", "question": "List films and their production companies in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?productionCompany ?productionCompanyLabel WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film wdt:P272 ?productionCompany .\n  ?productionCompany rdfs:label ?productionCompanyLabel .\n  FILTER(LANG(?productionCompanyLabel) = \"en\")\n}", "paraphrases": ["What are the production companies for films, and what are their English names?", "Show me a list of films along with the names of the companies that produced them, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P272> ?var2 . }"}}
{"id": "val_8311", "question": "What films have been inspired by other works, people, or events, and what exactly inspired them?", "sparql": "SELECT ?film ?filmLabel ?inspiration ?inspirationLabel WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P941 ?inspiration . ?film rdfs:label ?filmLabel . ?inspiration rdfs:label ?inspirationLabel . FILTER(LANG(?filmLabel) = \"en\") FILTER(LANG(?inspirationLabel) = \"en\") }", "paraphrases": ["Show me a list of movies along with the real-life events, people, or other films that inspired them.", "Which films are connected to their sources of inspiration in Wikidata, and what are the labels of those inspirations?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P941> ?var2 . }"}}
{"id": "val_8312", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 2366070?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"2366070\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person identified by the ID 2366070 in the Great Russian Encyclopedia Online, and what is their English description?", "Find the name and English description of the historical figure linked to the Great Russian Encyclopedia Online ID 2366070."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2366070\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8313", "question": "What is the English language entry in the Great Russian Encyclopedia Online (old version), and what is its description?", "sparql": "SELECT ?item ?itemLabel ?desc WHERE { ?item wdt:P2924 \"1821310\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . OPTIONAL { ?item schema:description ?desc . FILTER(LANG(?desc) = \"en\") } }", "paraphrases": ["Find the Wikidata item for the Great Russian Encyclopedia Online ID \"1821310\", its English label, and its English description.", "Show me the English label and description of the entity identified as \"1821310\" in the Great Russian Encyclopedia Online (old version)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1822368\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8314", "question": "What is the most common property used to associate items with dairy products?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?p wd:Q185217 .\n  ?property wikibase:directClaim ?p .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which Wikidata property links the most number of items to dairy products, and how many items are linked?", "How many items have dairy products as their main subject?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q185217> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8315", "question": "Who are the grandchildren of Johann Sebastian Bach whose mother is Maria Barbara Bach?", "sparql": "SELECT ?grandchild ?label WHERE { wd:Q1339 wdt:P40 ?parent . ?parent wdt:P25 wd:Q57487 . ?parent wdt:P40 ?grandchild . ?grandchild rdfs:label ?label . FILTER(LANG(?label) = 'en') }", "paraphrases": ["List the children of Johann Sebastian Bach\u2019s children with his first wife, Maria Barbara Bach.", "Which individuals are the grandchildren of the composer Johann Sebastian Bach through his marriage to Maria Barbara Bach?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1339> <http://www.wikidata.org/prop/direct/P40> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P40> ?var1 ; <http://www.wikidata.org/prop/direct/P25> <http://www.wikidata.org/entity/Q57487> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8316", "question": "Players of the Poland men's national football team and their positions and places of birth.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ( SAMPLE( ?pl ) AS ?playerLabel ) ( SAMPLE( ?posl ) AS ?positionLabel ) ?birthPlace WHERE {\n  ?player wdt:P54 wd:Q166196 ; wdt:P413 ?position .\n  OPTIONAL {\n    ?player rdfs:label ?pl .\n  }\n  OPTIONAL {\n    ?position rdfs:label ?posl .\n  }\n  OPTIONAL {\n    ?player wdt:P19 ?birthPlace .\n  }\n}\nGROUP BY ?player ?birthPlace\nLIMIT 100", "paraphrases": ["Who are the players of the Poland national football team, what positions do they play, and where were they born?", "List all players who have played for the Poland men's national football team, along with their playing positions and birth locations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q166196> ; <http://www.wikidata.org/prop/direct/P413> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_8317", "question": "Does the VIAF ID 67318603 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"67318603\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 67318603?", "Confirm if Detlef Burhoff is linked to the VIAF ID 67318603 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"67318603\". }"}}
{"id": "val_8318", "question": "Does the VIAF ID 24190406 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"24190406\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 24190406?", "Check if the Virtual International Authority File ID 24190406 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"24190406\". }"}}
{"id": "val_8319", "question": "Countries and their electrical plug types", "sparql": "SELECT ?countryLabel (GROUP_CONCAT(DISTINCT ?plugTypeLabel; SEPARATOR=\", \") AS ?plugTypes) WHERE { ?country wdt:P31 wd:Q3624078 . ?country wdt:P2853 ?plugType . ?country rdfs:label ?countryLabel . ?plugType rdfs:label ?plugTypeLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?plugTypeLabel) = \"en\") } GROUP BY ?country ?countryLabel", "paraphrases": ["Which countries use which electrical plug types?", "List all sovereign states along with the types of electrical plugs they use."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( DISTINCT ?var2 ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q3624078> . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P2853> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8320", "question": "Does Wikidata contain an entity with VIAF ID 287017892?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"287017892\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the VIAF number 287017892?", "Check if the Virtual International Authority File ID 287017892 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"287017892\". }"}}
{"id": "val_8321", "question": "What is the English label and description of the entry in the Great Russian Encyclopedia (old version) with ID 3144620?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"3144620\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and a brief description in English of the plant class listed as 3144620 in the Great Russian Encyclopedia?", "Find the English name and description of the Great Russian Encyclopedia entry with ID 3144620."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3144620\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8322", "question": "What is the English name and description of the person listed in the Great Russian Encyclopedia with ID 4723114?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"4723114\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is Frederick III of Denmark according to the Great Russian Encyclopedia, and what is his English description?", "Find the English label and description of the individual identified by the old Great Russian Encyclopedia Online ID 4723114."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4723114\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8323", "question": "Biological structures found in animals", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel ?statement WHERE {\n  ?item p:P703 ?statement .\n  ?statement ps:P703 wd:Q729 .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}\nORDER BY ?itemLabel\nLIMIT 15", "paraphrases": ["What biological entities are known to be found in the animal kingdom?", "List the names of biological items (like organs or systems) that occur in animals, along with their Wikidata statement identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P703> <http://www.wikidata.org/entity/Q729> . ?var1 <http://www.wikidata.org/prop/P703> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8324", "question": "Is Weerderhuys a building or a type of building?", "sparql": "ASK WHERE { wd:Q22572504 ( wdt:P31 / wdt:P279* ) wd:Q41176 . }", "paraphrases": ["Does the church building Weerderhuys belong to the category of buildings?", "Confirm whether Weerderhuys is classified as a building through its type or subclass hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q22572504> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8325", "question": "What are the Polish second-level administrative divisions with GeoNames IDs and Polish labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?class ?country ?label WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q56061 .\n  ?item wdt:P31 / wdt:P279 * ?class .\n  ?class wdt:P2452 \"A.ADM2\" .\n  ?item wdt:P17 ?country .\n  ?country wdt:P297 \"PL\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"pl\" ) .\n  FILTER ( EXISTS {\n    ?item wdt:P1566 []\n  }\n  )\n}", "paraphrases": ["Can you list all second-level administrative divisions in Poland that have a GeoNames ID and are labeled in Polish?", "Show me the Polish names of all counties and equivalent administrative units in Poland that are documented in GeoNames."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q56061> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P2452> \"A.ADM2\". ?var2 <http://www.wikidata.org/prop/direct/P2452> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P297> \"PL\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"pl\" ) ) ) . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var6 . } ) ) . }"}}
{"id": "val_8326", "question": "What is the original folk song that Mozart's Twelve Variations on \"Ah vous dirai-je, Maman\" is based on, and what is the relationship in Spanish?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label WHERE { BIND( wd:Q2603975 AS ?var1 ) . ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 rdf:type wikibase:Property . ?var7 rdfs:label ?var3Label . ?var4 rdfs:label ?var5Label . ?var1 rdfs:label ?var1Label . FILTER ( LANG( ?var5Label ) = \"es\" ) . FILTER ( LANG( ?var3Label ) = \"es\" ) . FILTER ( LANG( ?var1Label ) = \"es\" ) . } LIMIT 100", "paraphrases": ["In Spanish, what is the label of the work that is linked as a derivative work to Mozart's Twelve Variations on \"Ah vous dirai-je, Maman\"?", "Show the Spanish labels for Mozart's Twelve Variations, the relationship type, and the original work it is derived from."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q2603975> AS ?var1 ). ?var4 ?var2 ?var1 . ?var7 ?var8 ?var2 . ?var7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_8327", "question": "Spanish labels of properties and values for Mozart's Adagio and Allegro in F minor, K. 594", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel ?property ?propertyLabel ?value ?valueLabel WHERE {\n  BIND(wd:Q4678377 AS ?work)\n  ?work ?property ?value .\n  ?work rdfs:label ?workLabel .\n  ?value rdfs:label ?valueLabel .\n  ?prop wikibase:directClaim ?property .\n  ?prop rdfs:label ?propertyLabel .\n  FILTER(LANG(?workLabel) = \"es\")\n  FILTER(LANG(?propertyLabel) = \"es\")\n  FILTER(LANG(?valueLabel) = \"es\")\n}", "paraphrases": ["What are the Spanish labels for the properties and their values associated with the musical composition Adagio and Allegro in F minor, K. 594?", "Show me the Spanish-language descriptions of all properties and their values for Mozart\u2019s Adagio and Allegro in F minor, K. 594."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q4678377> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_8328", "question": "What is the image of Prague?", "sparql": "SELECT ?image WHERE { wd:Q1085 wdt:P18 ?image .}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the capital city of the Czech Republic?", "What image is linked to Prague on Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q1085> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_8329", "question": "What are the Spanish-language descriptions of all facts about Johann Jakob Stehlin?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT DISTINCT ?person ?personLabel ?property ?propertyLabel ?value ?valueLabel WHERE {\n  BIND(wd:Q116830 AS ?person)\n  ?person ?property ?value .\n  ?person rdfs:label ?personLabel .\n  ?propertyEntity rdf:type wikibase:Property ; rdfs:label ?propertyLabel .\n  ?propertyEntity wikibase:directClaim ?property .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?personLabel) = \"es\")\n  FILTER(LANG(?propertyLabel) = \"es\")\n  FILTER(LANG(?valueLabel) = \"es\")\n}", "paraphrases": ["Can you list Johann Jakob Stehlin\u2019s attributes and their values in Spanish, including the names of the properties?", "Show me all the information about the Swiss politician Johann Jakob Stehlin, with all labels translated into Spanish."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5Label ?var6 ?var7 WHERE { BIND ( <http://www.wikidata.org/entity/Q116830> AS ?var1 ). ?var1 ?var2 ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var8 ?var9 ?var2 . ?var8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"es\" ) ) ) . }"}}
{"id": "val_8330", "question": "What museums hold artworks by the painter Antonis Mor?", "sparql": "SELECT DISTINCT ?collection ?collectionLabel WHERE { ?artwork wdt:P170 wd:Q176694 ; wdt:P195 ?collection . ?collection rdfs:label ?collectionLabel . FILTER(LANG(?collectionLabel) = \"en\") } ORDER BY ?collectionLabel", "paraphrases": ["Which collections, besides Museum Boijmans Van Beuningen, contain paintings by Antonis Mor?", "Can you list the English names of all museums and collections that own artworks created by Antonis Mor?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q679527> . ?var3 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q176694> . ?var3 <http://www.wikidata.org/prop/direct/P170> ?var1 . ?var4 <http://www.wikidata.org/prop/direct/P170> ?var1 . MINUS { ?var4 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q679527> . } ?var4 <http://www.wikidata.org/prop/direct/P195> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } } LIMIT 500"}}
{"id": "val_8331", "question": "What entities are associated with Douglas Adams, and what are they?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE {\n  {\n    ?var3 ?var4 wd:Q42 .\n    ?var3 wdt:P31 ?var1 .\n  } UNION {\n    wd:Q42 ?var4 ?var3 .\n    ?var3 wdt:P31 ?var2 .\n  }\n  ?var3 rdfs:label ?var3Label .\n  FILTER(LANG(?var3Label) = \"en\")\n}\nORDER BY ASC(?var3Label)", "paraphrases": ["List all things connected to Douglas Adams, including their names and categories, sorted alphabetically.", "Which people, places, or things are linked to Douglas Adams, and what kind of things are they?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { ?var3 ?var4 <http://www.wikidata.org/entity/Q42> . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var1 . } UNION { <http://www.wikidata.org/entity/Q42> ?var4 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var3Label )"}}
{"id": "val_8332", "question": "Buildings in Cologne with images, Commons categories, and street addresses", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P131 wd:Q365 .\n  ?item wdt:P31 [] . MINUS {\n    ?item wdt:P31 wd:Q79007 .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P6375 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What notable places in Cologne (excluding streets) have images, Wikimedia Commons categories, and street addresses?", "List notable non-street locations in Cologne along with their images, Commons categories, and street addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(15 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(15 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P31> [] . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q79007> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_8333", "question": "Humans with \"Rocky\" in their name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human ?label WHERE {\n  VALUES ?human {\n    wd:Q188362 wd:Q129910\n  }\n  .\n  ?human rdfs:label ?label .\n  ?human wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are some famous people known by the name \"Rocky\"?", "List the notable humans whose names include \"Rocky\", such as Rocky Marciano and A$AP Rocky."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Rocky Pita\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8334", "question": "Who is Jean Mac\u00e9 in French-speaking contexts?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Jean Mac\u00e9\"@fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["What humans have the French label \"Jean Mac\u00e9\"?", "Can you find the French-labeled person named Jean Mac\u00e9 who is a human?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"John mac\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8335", "question": "What properties are used to link entities to North Macedonia, with English labels and descriptions?", "sparql": "SELECT ?prop ?propLabel ?propDescription WHERE { ?item ?propwdt wd:Q221 . BIND(IRI(REPLACE(STR(?propwdt), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?prop) . ?prop rdfs:label ?propLabel . ?prop schema:description ?propDescription . FILTER (LANG(?propLabel) = \"en\") FILTER (LANG(?propDescription) = \"en\") } LIMIT 20", "paraphrases": ["Which properties in Wikidata have North Macedonia as their object, and what are their English labels and descriptions?", "Show me the English labels and descriptions of properties that are used to associate items with North Macedonia."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q221> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_8336", "question": "Who is the actor in the Adult Film Database with ID 67486, and what is their English description?", "sparql": "SELECT ?actor ?actorLabel ?description WHERE { ?actor wdt:P3351 \"67486\" . OPTIONAL { ?actor schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Find the Wikidata entity for AFDB actor ID 67486 and its English description.", "Show me the person associated with Adult Film Database ID 67486, including their English Wikipedia-style description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3351> \"56022\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8337", "question": "Paintings by Claude Monet with their images and current museum locations.", "sparql": "SELECT ?painting ?image ?location ?paintingLabel ?locationLabel WHERE { ?painting wdt:P170 wd:Q296 . ?painting wdt:P18 ?image . ?painting wdt:P276 ?location . ?painting rdfs:label ?paintingLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?paintingLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") } ORDER BY ?paintingLabel", "paraphrases": ["What are Claude Monet\u2019s paintings, where are they located, and what do they look like?", "Show me a list of Claude Monet\u2019s artworks, including their images and the museums that house them."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q296> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . }"}}
{"id": "val_8338", "question": "English label, image, and Wikipedia page language for Earth", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ?var2 ?var3 ?var4 WHERE {\n  BIND( wd:Q2 AS ?var1 ) .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" ) .\n  ?var2 schema:about ?var1 ; schema:isPartOf ?wikiSite ; schema:inLanguage ?var4 .\n  OPTIONAL {\n    ?var1 wdt:P18 ?var3 .\n  }\n}\nLIMIT 1", "paraphrases": ["What is the English name of Earth, its image on Commons, and a Wikipedia page about it in any language?", "Show me the English name of Earth, its image, and one Wikipedia article about it, along with the article\u2019s language."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2> AS ?var1 ). { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var2 <http://schema.org/inLanguage> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } UNION { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://fr.wikipedia.org/> . ?var2 <http://schema.org/inLanguage> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"?lang, fr\". } } UNION { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://nl.wikipedia.org/> . ?var2 <http://schema.org/inLanguage> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"?lang, nl\". } } UNION { { ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> ?var4 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 1"}}
{"id": "val_8339", "question": "What are the names of all ant species and genera in the family Formicidae?", "sparql": "SELECT ?antTaxon ?label WHERE { ?antTaxon wdt:P171* wd:Q7386 . ?antTaxon rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Can you list all the taxonomic groups that are part of the ant family (Formicidae)?", "Show me the English labels of all organisms classified under the ant family."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q7386> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_8340", "question": "All ant species and subspecies in the taxonomic family Formicidae.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?antSpecies ?antSpeciesLabel WHERE {\n  ?antSpecies wdt:P171 * wd:Q7386 .\n  ?antSpecies rdfs:label ?antSpeciesLabel .\n  FILTER(LANG(?antSpeciesLabel) = \"en\")\n}", "paraphrases": ["What are all the known species and subspecies of ants?", "List all taxa that are descendants of the ant family (Formicidae), including genera and subfamilies, with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q7386> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8341", "question": "List cities and their countries with labels in all available languages.", "sparql": "SELECT ?city ?country (LANG(?cityLabel) AS ?cityLabelLang) ?cityLabel ?countryLabel WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 ?country . OPTIONAL { ?city rdfs:label ?cityLabel . } OPTIONAL { ?country rdfs:label ?countryLabel . } } LIMIT 100", "paraphrases": ["What are the cities of the world and their corresponding countries, along with their names in different languages?", "Show me a list of cities (including their country) with all language versions of their names and the country names in various languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( LANG ( ?var3Label ) AS ?var4 ) ?var3Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } LIMIT 100"}}
{"id": "val_8342", "question": "Image of the person with SNAC ARK ID w6bv7ftb", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6bv7ftb\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6bv7ftb?", "Show me the Wikimedia Commons image for the entity identified by SNAC ARK ID w6bv7ftb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bv7ftb\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8343", "question": "Image of Olivier Messiaen with SNAC ARK ID w6hm5btg", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6hm5btg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6hm5btg?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6hm5btg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hm5btg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8344", "question": "Which Wikidata properties have both a minimum and maximum value constraint?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?property WHERE {\n  ?property p:P2302 ?constraint .\n  ?constraint pq:P2313 ?minValue ; pq:P2312 ?maxValue .\n}", "paraphrases": ["What properties in Wikidata are constrained to have values within a specific range (both minimum and maximum defined)?", "List all Wikidata properties that specify both a lower and upper bound for their allowed values."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P2302> [ ( <http://www.wikidata.org/prop/P2313> | <http://www.wikidata.org/prop/P2310> ) ?var2 ; ( <http://www.wikidata.org/prop/P2312> | <http://www.wikidata.org/prop/P2311> ) ?var3 ] . }"}}
{"id": "val_8345", "question": "Most used property to classify Collaborative Research Centres in Wikidata.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?propertyUsed wd:Q2300983 .\n  ?property wikibase:directClaim ?propertyUsed .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property is most commonly used to state that an item is an instance of a Collaborative Research Centre?", "Show the property that links the most items to the Collaborative Research Centre (Q2300983)."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q2300983> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8346", "question": "Italian labels and descriptions of properties related to chief executive officer via seeAlso relations.", "sparql": "SELECT ?targetProperty ?label ?description WHERE { ?relatedProperty a wikibase:Property ; ?rel wd:P169 ; wdt:P1659 ?targetProperty . ?targetProperty rdfs:label ?label . ?targetProperty schema:description ?description . FILTER (LANG(?label) = \"it\") FILTER (LANG(?description) = \"it\") }", "paraphrases": ["What are the Italian labels and descriptions of properties that are related to the chief executive officer through the 'see also' relationship?", "Show me the Italian labels and descriptions of all properties that are connected to the chief executive officer property via other related properties using the 'see also' link."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P169> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"it\" ) ) ) . }"}}
{"id": "val_8347", "question": "Paintings without images on Wikimedia Commons", "sparql": "SELECT ?painting ?paintingLabel WHERE { ?painting wdt:P31 wd:Q3305213 . FILTER (NOT EXISTS { ?painting wdt:P18 ?image . }) ?painting rdfs:label ?paintingLabel . FILTER (LANG(?paintingLabel) = \"en\") } LIMIT 10", "paraphrases": ["Which paintings are missing an image on Wikimedia Commons?", "Can you list up to 10 paintings that don\u2019t have an associated image on Wikimedia Commons, along with their English titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_8348", "question": "Towns named Bexhill or containing Bexhill in their name.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q3957 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  FILTER ( CONTAINS( LCASE( ?label ) , \"bexhill\" ) ) .\n}\nLIMIT 100", "paraphrases": ["What towns in the world have \"Bexhill\" in their name?", "List all towns whose English label contains the word \"Bexhill\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } BIND ( CONTAINS ( ?var2Label , \"bexhill\" ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3957> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } LIMIT 100"}}
{"id": "val_8349", "question": "Places associated with Henrik, Prince Consort of Denmark, including their locations, images, and types of association (e.g., residence, education, death).", "sparql": "SELECT DISTINCT ?image ?place ?placeLabel ?coordinates ?propertyLabel WHERE { wd:Q1389258 ?statement ?place . ?property wikibase:directClaim ?statement . ?place wdt:P625 ?coordinates . OPTIONAL { ?place wdt:P18 ?image . } ?property rdfs:label ?propertyLabel . ?place rdfs:label ?placeLabel . FILTER (LANG(?propertyLabel) = \"en\" && LANG(?placeLabel) = \"en\") }", "paraphrases": ["Where did Henrik, Prince Consort of Denmark, live, study, or die, and what are the coordinates and images of those places?", "Show me all locations linked to Henrik, Prince Consort of Denmark, along with their coordinates, images, and the nature of the connection (like where he was born, educated, or died)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1389258> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8350", "question": "How many works have Henrik, Prince Consort of Denmark as their main subject, and what is the title of one such work?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?mainSubjectLabel ?workLabelTruncated WHERE {\n  {\n    SELECT ( COUNT( ?work ) AS ?count ) WHERE {\n      ?work wdt:P921 wd:Q1389258 .\n    }\n  }\n  ?work wdt:P921 wd:Q1389258 .\n  wd:Q1389258 rdfs:label ?mainSubjectLabel .\n  FILTER ( LANG( ?mainSubjectLabel ) = \"en\" ) ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) BIND( SUBSTR( ?workLabel , 1 , 60 ) AS ?workLabelTruncated )\n}", "paraphrases": ["What is the title of the work about Henrik, Prince Consort of Denmark, and how many such works exist?", "List the works whose main subject is Henrik, Prince Consort of Denmark, including the count and truncated title."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1389258> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q1389258> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8351", "question": "List the top 100 authors and their works in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?author ?authorLabel ?work ?workLabel WHERE {\n  ?work wdt:P50 ?author .\n  ?author rdfs:label ?authorLabel .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?authorLabel ) = \"en\" ) FILTER ( LANG( ?workLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which authors have written works, and what are the titles of those works in English?", "Show me a list of up to 100 author-work pairs with their English labels, where the author is linked to the work via the 'author' property."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var1 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,it\". } } LIMIT 100"}}
{"id": "val_8352", "question": "Items created in Asia and their creation qualifiers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?statement(SAMPLE(?qualifierValue) AS ?sampledQualifierValue) WHERE {\n  ?item p:P1071 ?statement .\n  ?statement ps:P1071 wd:Q48 .\n  OPTIONAL {\n    wd:P1071 wdt:P1687 ?qualifier .\n    ?statement ?qualifier ?qualifierValue .\n  }\n}\nGROUP BY ?item ?statement\nLIMIT 101", "paraphrases": ["What items were created in Asia, and what additional details (qualifiers) are associated with their creation?", "List all items that were made in Asia, along with any extra information (like date or method) about their creation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1071> <http://www.wikidata.org/entity/Q48> . ?var1 <http://www.wikidata.org/prop/P1071> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8353", "question": "Which items are marked as duplicates of Insular Oceania on Wikidata?", "sparql": "SELECT ?item ?statement ?qualifierProperty ?qualifierValue WHERE { ?item p:P2959 ?statement . ?statement ps:P2959 wd:Q538 . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier true . } }", "paraphrases": ["What items have been identified as permanent duplicates of Insular Oceania, and are there any additional details (qualifiers) on those duplicate statements?", "List all items that are duplicates of Insular Oceania, along with any qualifiers attached to their duplicate statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2959> <http://www.wikidata.org/entity/Q538> . ?var1 <http://www.wikidata.org/prop/P2959> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8354", "question": "Russia in Great Russian Encyclopedia Online (old version) with ID 3515565 \u2014 what is its English label and description?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"3515565\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the English name and description of the country identified as 3515565 in the Great Russian Encyclopedia Online (old version)?", "Show me the English label and description of the Wikidata item linked to the Great Russian Encyclopedia Online ID 3515565."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2367893\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8355", "question": "What are the subclasses of head in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q23640 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What types of heads are classified as subclasses of 'head' in Wikidata?", "List all the specific kinds of heads, like bird's head or human head, that are subclasses of the general term 'head'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q23640> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8356", "question": "What bodies of water have Bahrain as a basin country, and what qualifiers are associated with this relationship?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?waterBody ?statement ( SAMPLE( ?qualifier ) AS ?qualifierProperty ) WHERE {\n  ?statement ps:P205 wd:Q398 .\n  ?waterBody p:P205 ?statement .\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier wdt:P205 .\n  }\n}\nGROUP BY ?waterBody ?statement", "paraphrases": ["Which bodies of water drain into or border Bahrain, and are there any additional details (qualifiers) recorded for these relationships in Wikidata?", "List the bodies of water connected to Bahrain via the basin country relationship, including any qualifiers used on those connections."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P205> <http://www.wikidata.org/entity/Q398> . ?var1 <http://www.wikidata.org/prop/P205> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8357", "question": "U.S. presidents since 1970 with at least one daughter, their spouses, number of children, and images.", "sparql": "SELECT DISTINCT ?president ?presidentLabel ?spouseLabel ?presidentImage ?spouseImage ?childrenCount ?seriesOrdinal WHERE { ?president wdt:P39 wd:Q11696 ; wdt:P26 ?spouse ; wdt:P18 ?presidentImage ; wdt:P1971 ?childrenCount ; wdt:P40 ?child . ?child wdt:P21 wd:Q6581072 . ?spouse wdt:P18 ?spouseImage . ?president p:P39 ?statement . ?statement ps:P39 wd:Q11696 ; pq:P1545 ?seriesOrdinal ; pq:P580 ?start . FILTER ( YEAR(?start) > 1970 ) ?president rdfs:label ?presidentLabel . ?spouse rdfs:label ?spouseLabel . FILTER (LANG(?presidentLabel) = \"en\") FILTER (LANG(?spouseLabel) = \"en\") } ORDER BY ASC(?start)", "paraphrases": ["Which U.S. presidents since 1970 have had at least one female child, and who are their spouses, how many children do they have, and what are their official portraits?", "List all U.S. presidents who took office after 1970, have at least one daughter, and provide their spouse\u2019s name, number of children, and images of both the president and spouse."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> ; <http://www.wikidata.org/prop/direct/P26> ?var2 ; <http://www.wikidata.org/prop/direct/P18> ?var3 ; <http://www.wikidata.org/prop/direct/P1971> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var7 <http://www.wikidata.org/prop/qualifier/P1545> ?var6 . ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var8 . FILTER ( ( ( YEAR ( ?var8 ) > \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var8 )"}}
{"id": "val_8358", "question": "List of people who are citizens of Cyprus", "sparql": "SELECT ?person ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?person p:P27 ?statement . ?statement ps:P27 wd:Q229 . OPTIONAL { ?statement ?qualifierProperty ?qualifierValue . ?qualifierProperty wikibase:qualifier true . } } GROUP BY ?person ?statement LIMIT 101", "paraphrases": ["Who are the citizens of Cyprus, and do their citizenship records have any additional details (qualifiers)?", "Show me up to 101 people with Cypriot citizenship and any associated qualifiers on their citizenship statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P27> <http://www.wikidata.org/entity/Q229> . ?var1 <http://www.wikidata.org/prop/P27> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8359", "question": "Organizations headquartered in Cyprus and their specific building locations", "sparql": "SELECT ?organization ?statement (SAMPLE(?specificLocation) AS ?location) WHERE { { SELECT DISTINCT ?organization ?statement WHERE { ?statement ps:P159 ?hq . ?hq wdt:P17 wd:Q229 . ?organization p:P159 ?statement . } LIMIT 101 } OPTIONAL { ?statement pq:P276 ?specificLocation . } } GROUP BY ?organization ?statement", "paraphrases": ["Which organizations have their headquarters in Cyprus, and what are the specific addresses or buildings of those headquarters?", "List all organizations based in Cyprus along with any available details about the exact location of their headquarters."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P159> <http://www.wikidata.org/entity/Q229> . ?var1 <http://www.wikidata.org/prop/P159> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8360", "question": "What are the laws passed by the Grand National Assembly of Turkey?", "sparql": "SELECT ?lawItem ?lawLabel WHERE { ?lawItem p:P467 ?statement . ?statement ps:P467 wd:Q274918 . ?lawItem rdfs:label ?lawLabel . FILTER(LANG(?lawLabel) = \"en\") } GROUP BY ?lawItem ?lawLabel LIMIT 10", "paraphrases": ["Can you list the English-named laws enacted by Turkey\u2019s parliament?", "Show me the titles of laws in English that were legislated by Turkey\u2019s national assembly."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P467> <http://www.wikidata.org/entity/Q43> . ?var1 <http://www.wikidata.org/prop/P467> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8361", "question": "Films shot in Egypt", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?film WHERE {\n  ?film p:P915 ?statement .\n  ?statement ps:P915 wd:Q79 .\n}\nLIMIT 101", "paraphrases": ["Which films have been filmed in Egypt?", "List up to 101 films that were shot in Egypt."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P915> <http://www.wikidata.org/entity/Q79> . ?var1 <http://www.wikidata.org/prop/P915> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8362", "question": "List all continents sorted by their Wikidata ID.", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q5107 . OPTIONAL { ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } } ORDER BY ASC ( xsd:integer( REPLACE( STR(?var1), \"http://www.wikidata.org/entity/Q\", \"\" ) ) )", "paraphrases": ["What are the continents, ordered by their Wikidata Q-number in ascending order?", "Show me the names of all continents, sorted from the smallest to the largest Wikidata entity ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5107> . } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( STR ( ?var1 ) , ( STRLEN ( \"string1\" ) +\"+1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) )"}}
{"id": "val_8363", "question": "People born in Kuwait and their dates of birth", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?statement ?dateOfBirth WHERE {\n  ?statement ps:P19 wd:Q817 .\n  ?person p:P19 ?statement .\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n}\nLIMIT 101", "paraphrases": ["Who were born in Kuwait, and when were they born?", "List individuals born in Kuwait along with their birth dates, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P19> <http://www.wikidata.org/entity/Q817> . ?var1 <http://www.wikidata.org/prop/P19> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8364", "question": "Computer scientists who went to Duke University and are still alive, with their Wikipedia pages and images.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image ?wikipediaPage WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P69 wd:Q168751 .\n  ?person wdt:P18 ?image .\n  ?wikipediaPage schema:about ?person .\n  ?wikipediaPage schema:isPartOf <https://en.wikipedia.org/> .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  FILTER ( NOT EXISTS {\n    ?person wdt:P570 ?deathDate\n  }\n  ) .\n}", "paraphrases": ["Who are the living computer scientists educated at Duke University, and what are their Wikipedia articles and images?", "List the names, Wikipedia links, and images of living computer scientists who attended Duke University."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q168751> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_8365", "question": "Components of the Kurdish language and their types", "sparql": "SELECT ?component ?componentLabel ?type ?typeLabel WHERE { ?component p:P361 ?statement . ?statement ps:P361 wd:Q36368 . OPTIONAL { ?component rdfs:label ?componentLabel . FILTER(LANG(?componentLabel) = \"en\") } OPTIONAL { ?component wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } }", "paraphrases": ["What are the dialects, grammars, or linguistic elements that are part of the Kurdish language, and what kind of entities are they?", "List all linguistic components of Kurdish, including their English names and whether they are grammars, terms, concepts, or sounds."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P361> <http://www.wikidata.org/entity/Q36368> . ?var1 <http://www.wikidata.org/prop/P361> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8366", "question": "What organizations have their headquarters in the United Arab Emirates, and what qualifier properties are used on those headquarters statements?", "sparql": "SELECT ?organization ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { ?organization p:P159 ?statement . ?statement ps:P159 wd:Q878 . OPTIONAL { ?statement ?qualifierProperty ?value . ?qualifierProperty wikibase:qualifierOf wdt:P159 . } } GROUP BY ?organization ?statement LIMIT 101", "paraphrases": ["List all organizations based in the UAE and indicate if any additional details (like exact location or time period) are specified as qualifiers for their headquarters.", "Show me the entities headquartered in the United Arab Emirates and any qualifier properties associated with their headquarters location statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P159> <http://www.wikidata.org/entity/Q878> . ?var1 <http://www.wikidata.org/prop/P159> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8367", "question": "Main subjects of works by Janna Hastings, ranked by number of works.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel WHERE {\n  {\n    SELECT ?subject(COUNT(?work) AS ?count) WHERE {\n      ?work wdt:P50 wd:Q27902110 .\n      ?work wdt:P921 ?subject .\n    }\n    GROUP BY ?subject\n    ORDER BY DESC(?count)\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n}", "paraphrases": ["What are the most common topics in the academic works authored by Janna Hastings, and how many works are there for each topic?", "List the English-labeled main subjects of Janna Hastings's publications, sorted by how many publications each subject appears in."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27902110> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27902110> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8368", "question": "Does the GND ID 115496181 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"115496181\" . }", "paraphrases": ["Is there a person or entity in Wikidata with the German National Library ID 115496181?", "Confirm if the identifier 115496181 from the German National Library is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"115496181\". }"}}
{"id": "val_8369", "question": "Does the VIAF ID 28483660 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P214 \"28483660\" . }", "paraphrases": ["Is there a person in Wikidata with the VIAF identifier 28483660?", "Is the Virtual International Authority File ID 28483660 registered in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"28483660\". }"}}
{"id": "val_8370", "question": "Image of the person with SNAC ARK ID w6572853", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6572853\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w6572853?", "Please provide the Wikimedia Commons image linked to the SNAC ARK ID w6572853."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6572853\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8371", "question": "What is the official image of Star-Lord (Peter Quill) on Wikimedia Commons?", "sparql": "SELECT ?character ?image WHERE { BIND( wd:Q3496918 AS ?character ) . OPTIONAL { ?character wdt:P18 ?image . } }", "paraphrases": ["Show me the picture associated with the Marvel character Star-Lord.", "Does Star-Lord have an image in Wikidata, and if so, what is it?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q3496918> AS ?var1 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_8372", "question": "What are the Wikidata items associated with the Twitter handles 'Bitkom', 'c_lindner', 'maxschrems', 'NOYBeu', and 'WhatsApp'?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Bitkom\" \"BMI_Bund\" \"c_lindner\" \"Doener\" \"DoroBaer\" \"lfdi_bw\" \"loadev\" \"maxschrems\" \"NOYBeu\" \"WhatsApp\" } }", "paraphrases": ["Show me the entities on Wikidata that have the following Twitter usernames: Bitkom, BMI_Bund, c_lindner, Doener, DoroBaer, lfdi_bw, loadev, maxschrems, NOYBeu, and WhatsApp.", "Which organizations or people on Wikidata use these specific X (Twitter) accounts?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"loadev\" ) ( \"string1\" ) ( \"j_huettl\" ) ( \"harrowna\" ) ( \"string2\" ) ( \"Doener\" ) ( \"string3\" ) ( \"Nico\" ) ( \"string4\" ) ( \"Bitkom\" ) ( \"eco_de\" ) ( \"walli5\" ) ( \"string5\" ) ( \"DoroBaer\" ) ( \"string6\" ) ( \"c_lindner\" ) ( \"string7\" ) ( \"string8\" ) ( \"WhatsApp\" ) ( \"string9\" ) ( \"maxschrems\" ) ( \"NOYBeu\" ) ( \"hwieduwilt\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"savange99\" ) ( \"string13\" ) ( \"lfdi_bw\" ) ( \"flueke\" ) ( \"BMVI\" ) ( \"string14\" ) ( \"snv_berlin\" ) ( \"z_edian\" ) ( \"string15\" ) ( \"BMI_Bund\" ) ( \"BdP_Berlin\" ) ( \"jmoenikes\" ) } }"}}
{"id": "val_8373", "question": "What are some organizations that don't have a CEO listed?", "sparql": "SELECT DISTINCT ?organization ?organizationLabel WHERE { ?organization wdt:P31 ?type . FILTER(?type IN (wd:Q4830453, wd:Q43229)) . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") . FILTER NOT EXISTS { ?organization wdt:P169 ?ceo . } } LIMIT 10", "paraphrases": ["List businesses and organizations in English that are missing a chief executive officer.", "Find organizations of type business or organization that have no assigned chief executive officer."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P169> ?var2 . FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . } LIMIT 10"}}
{"id": "val_8374", "question": "What administrative regions and continents is the village of Awis connected to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?connected WHERE {\n  VALUES ?start {\n    wd:Q24331160\n  }\n  {\n    ?start ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?connected .\n  } UNION {\n    ?start ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?mid .\n    ?mid ( wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501 ) ?connected .\n  }\n}", "paraphrases": ["List all countries, continents, and administrative areas related to Awis, including indirect connections.", "What larger geographic entities include the village of Awis?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q24331160> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_8375", "question": "SPARQL endpoints with URLs containing \"/sparql\"", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?url WHERE {\n  ?endpoint p:P2699 ?statement .\n  ?statement ps:P2699 ?url ; pq:P31 wd:Q26261192 .\n  FILTER ( REGEX( STR( ?url ) , \"/sparql\" ) )\n}", "paraphrases": ["What are the web addresses of SPARQL endpoints in Wikidata?", "Can you list the URLs of services that implement the SPARQL protocol and have \"/sparql\" in their address?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/P2699> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P2699> ?var1 ; <http://www.wikidata.org/prop/qualifier/P31> <http://www.wikidata.org/entity/Q26261192> . FILTER ( ( REGEX ( STR ( ?var1 ) , \"string1\" ) ) ) . }"}}
{"id": "val_8376", "question": "Italian Parliament legislative terms with term number, start and end dates", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?legislativeTerm ?legislativeTermLabel ?termNumber ?startDate ?endDate ?countryLabel WHERE {\n  ?legislativeTerm p:P31 ?statement .\n  ?statement ps:P31 wd:Q15238777 ; pq:P1545 ?termNumber .\n  ?legislativeTerm wdt:P1001 wd:Q38 ; wdt:P580 ?startDate ; wdt:P582 ?endDate .\n  ?legislativeTerm rdfs:label ?legislativeTermLabel .\n  FILTER ( LANG( ?legislativeTermLabel ) = \"en\" ) .\n  wd:Q38 rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nORDER BY ASC ( xsd:integer ( ?termNumber ) )", "paraphrases": ["What are the start and end dates of each legislative term of the Italian Parliament, along with their term numbers?", "List all the parliamentary terms of Italy in order, showing their term number, start date, end date, and country."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5Label WHERE { { ?var6 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/qualifier/P642> <http://www.wikidata.org/entity/Q1117578> . ?var1 <http://www.wikidata.org/prop/P31> ?var6 . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/P31> ?var6 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P582> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )"}}
{"id": "val_8377", "question": "Image of the person with SNAC ARK ID w69601wr", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w69601wr\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What image is linked to the SNAC ARK ID w69601wr?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w69601wr?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69601wr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8378", "question": "What properties (other than \"instance of\") are used to describe the trombone in Wikidata statements?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?propertyItem WHERE {\n  ?item ?statementProperty wd:Q8350 .\n  ?propertyItem wikibase:statementProperty ?statementProperty .\n  FILTER ( ?propertyItem != wd:P31 )\n}", "paraphrases": ["Which types of attributes are associated with the trombone through Wikidata statements, excluding the \"instance of\" relationship?", "Can you list the Wikidata property items that link entities to the trombone, excluding the property for \"instance of\"?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q8350> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_8379", "question": "What properties are associated with ravioli in German, and what are their object labels and counts?", "sparql": "SELECT ?property (SAMPLE(?propLabel) AS ?propertyLabel) (COUNT(?object) AS ?count) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q20053 ?property ?object . ?object rdfs:label ?objectLabel . FILTER(LANG(?objectLabel) = \"de\") . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"de\") . } GROUP BY ?property", "paraphrases": ["For ravioli, list each property in German, how many things it connects to, and what those things are called in German.", "Show me the German labels of properties linked to ravioli, along with the count of their objects and the German names of those objects."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q20053> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8380", "question": "Buildings designed by Emilio Alzugaray Goicoechea in Melilla with coordinates and images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel ?coordinates ?image WHERE {\n  ?building wdt:P84 wd:Q5830980 .\n  OPTIONAL {\n    ?building wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?building wdt:P18 ?image .\n  }\n  ?building rdfs:label ?buildingLabel .\n  FILTER(LANG(?buildingLabel) = \"en\" || LANG(?buildingLabel) = \"\")\n}", "paraphrases": ["Which buildings in Melilla were designed by Emilio Alzugaray Goicoechea, and what are their geographic coordinates and images on Wikimedia Commons?", "Show me the buildings designed by Emilio Alzugaray Goicoechea, including their locations and associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P84> <http://www.wikidata.org/entity/Q5830980> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,ca,gl,eu,fr,de,it\". } }"}}
{"id": "val_8381", "question": "What is the image of the person with SNAC ARK ID w6jt73zh?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6jt73zh\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Paulino Uzcudun?", "Retrieve the image file linked to the Social Networks and Archival Context (SNAC) identifier w6jt73zh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jt73zh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8382", "question": "Who were the members of the French National Assembly during the 15th legislature (2017\u20132022), and where were they born?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?human ?humanLabel ?birthplace ?birthplaceLabel ?coordinates WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human p:P39 ?statement .\n  ?statement ps:P39 wd:Q3044918 .\n  ?statement pq:P2937 wd:Q24939798 .\n  ?human wdt:P19 ?birthplace .\n  ?birthplace wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?human rdfs:label ?humanLabel .\n    FILTER(LANG(?humanLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?birthplace rdfs:label ?birthplaceLabel .\n    FILTER(LANG(?birthplaceLabel) = \"en\")\n  }\n}\nORDER BY ASC(?birthplaceLabel)", "paraphrases": ["What are the birthplaces and geographic coordinates of the people who served as members of the French National Assembly in the 15th legislature?", "List the English names of the members of the French National Assembly from the 15th legislature along with the names and coordinates of their birthplaces."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q3044918> . ?var4 <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q24939798> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_8383", "question": "Institutions linked to Jean Daunizeau, their locations, and whether he was employed by or educated at them, with images and coordinates.", "sparql": "SELECT DISTINCT ?image ?institution ?institutionLabel ?locationCoordinates ?relationship WHERE { wd:Q33277548 ?propertyUsed ?institution . ?property wikibase:directClaim ?propertyUsed . ?institution ( ( p:P159 / pq:P625 ) | ( wdt:P276 * / wdt:P625 ) ) ?locationCoordinates . OPTIONAL { ?institution wdt:P18 ?image . } ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") . BIND(?propertyLabel AS ?relationship) }", "paraphrases": ["Where are the institutions where Jean Daunizeau worked or studied located, what are their coordinates, and what was his relationship to them?", "Show me the institutions associated with Jean Daunizeau, including their English names, geographic coordinates, any available images, and whether he was educated at or employed by them."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q33277548> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8384", "question": "Images related to researcher Jean Daunizeau, including those of his research topics, co-authors, and entities confused with him.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q33277548 wdt:P18 ?image . } UNION { ?entity wdt:P1889 wd:Q33277548 . ?entity wdt:P18 ?image . FILTER (?entity != wd:Q5) } UNION { ?work wdt:P50 wd:Q33277548 . ?work wdt:P921 ?topic . ?topic wdt:P18 ?image . } UNION { ?work wdt:P50 wd:Q33277548 . ?coauthor wdt:P50 ?work . ?coauthor wdt:P18 ?image . } }", "paraphrases": ["What images are associated with Jean Daunizeau, either directly, through the subjects of his works, his co-authors, or entities he is distinguished from?", "Show me all images connected to Jean Daunizeau \u2014 his own image, images of the topics he wrote about, images of his co-authors, and images of things people might confuse him with."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q33277548> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q33277548> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q33277548> . { ?var3 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_8385", "question": "What is the image of Lorraine Day, who has the SNAC ARK ID w65g2s2c?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w65g2s2c\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Does the person with SNAC ARK ID w65g2s2c (Lorraine Day) have an image on Wikimedia Commons?", "Show the Commons image for Lorraine Day, identified by SNAC ARK ID w65g2s2c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65g2s2c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8386", "question": "Airport with IATA code CBF, its country and coordinates", "sparql": "SELECT ?airport ?airportLabel ?country ?coordinates WHERE { ?airport wdt:P238 \"CBF\" . ?airport wdt:P17 ?country . ?airport wdt:P625 ?coordinates . ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") }", "paraphrases": ["What is the name, country, and coordinates of the airport with IATA code CBF?", "Tell me the location and coordinates of the airport that uses the IATA code CBF."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P238> \"CBF\". ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8387", "question": "Image of Ann Rutledge with SNAC ARK ID w6sx7v99", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6sx7v99\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Ann Rutledge in Wikidata, given her SNAC ARK ID is w6sx7v99?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6sx7v99."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sx7v99\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8388", "question": "What pairs of topics are commonly associated with Flask in Wikidata articles or books?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  ?item wdt:P921 wd:Q289281 .\n  ?item wdt:P921 ?var1 .\n  ?item wdt:P921 ?var2 .\n  FILTER ( ?var1 != wd:Q289281 ) FILTER ( ?var2 != wd:Q289281 ) FILTER ( ?var1 != ?var2 ) OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?var2 rdfs:label ?var2Label .\n    FILTER ( LANG( ?var2Label ) = \"en\" )\n  }\n}", "paraphrases": ["Which other subjects appear alongside Flask in the main subject field of items, and how are they paired?", "List all combinations of main topics from resources that have Flask as their primary subject, excluding Flask itself."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q289281> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q289281> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q289281> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q289281> != ?var1 ) && ( <http://www.wikidata.org/entity/Q289281> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8389", "question": "What organizations is Daniel R\u00f6sel affiliated with or employed by, and do they have images on Wikimedia Commons?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?image ?organization ?organizationLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q42887807 ( p:P1416 | p:P108 ) ?statement .\n  ?statement ps:P1416 | ps:P108 ?organization .\n  ?organization rdfs:label ?organizationLabel .\n  FILTER ( LANG( ?organizationLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER ( LANG( ?degreeLabel ) = \"en\" ) .\n  }\n}", "paraphrases": ["Can you list Daniel R\u00f6sel\u2019s institutional associations (like universities or departments), their English names, and any associated start/end dates or academic degrees?", "Show me the organizations Daniel R\u00f6sel has been associated with, including their labels in English, and any available images, employment periods, or academic degrees linked to those associations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q42887807> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q42887807> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8390", "question": "Books written by Simon Schama, their types, publication dates, and where they were published.", "sparql": "SELECT \n  (MIN(?publicationDate) AS ?earliestDate) \n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types) \n  (SAMPLE(?pages) AS ?pagesCount) \n  ?publishedIn \n  ?publishedInLabel \n  (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?authors)\nWHERE {\n  ?work wdt:P50 wd:Q472272 .  # authored by Simon Schama\n\n  # Get work label\n  OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") }\n\n  # Get types of work\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n\n  # Get publication date\n  OPTIONAL {\n    ?work wdt:P577 ?publicationDateRaw .\n    BIND(xsd:date(?publicationDateRaw) AS ?publicationDate)\n  }\n\n  # Get number of pages\n  OPTIONAL { ?work wdt:P1104 ?pages }\n\n  # Get where published\n  OPTIONAL {\n    ?work wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n\n  # Get author label (Simon Schama)\n  wd:Q472272 rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?publishedIn ?publishedInLabel\nORDER BY DESC(?earliestDate)", "paraphrases": ["What are the works authored by Simon Schama, including their publication dates, types, and the publications they appeared in?", "List all books and written works by Simon Schama, sorted by latest publication date first, along with their types and author name."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q472272> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_8391", "question": "Is the main subject of the article \"La d\u00e9monstration de force du social-lib\u00e9ral Emmanuel Macron\" a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q28944758 wdt:P921 ?person .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Does the article titled \"La d\u00e9monstration de force du social-lib\u00e9ral Emmanuel Macron\" discuss a human being?", "Confirm whether the person featured in the article \"La d\u00e9monstration de force du social-lib\u00e9ral Emmanuel Macron\" is classified as a human in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q28944758> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8392", "question": "What is the Wikidata item for the movie with IMDb ID tt0473797?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt0473797\" . }", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt0473797?", "Find the Wikidata entry for the film identified by tt0473797 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0473797\". }"}}
{"id": "val_8393", "question": "Lexemes for product types excluding dresses, with English subclass labels", "sparql": "SELECT DISTINCT ?lexeme ?lexemeLabel ?subclass ?subclassLabel WHERE { ?lexeme wdt:P31 ?subclass . ?subclass wdt:P279 wd:Q2424752 . FILTER (?subclass != wd:Q200539) FILTER (STRSTARTS(STR(?lexeme), \"http://www.wikidata.org/entity/L\")) ?lexeme rdfs:label ?lexemeLabel . ?subclass rdfs:label ?subclassLabel . FILTER (lang(?subclassLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the words in different languages that represent types of products (other than dresses), and what are their English class names?", "Show me linguistic forms (lexemes) that refer to product categories like textile or clothing, but not dresses, along with their English class labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q2424752> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q200539> ) ) ) . ?var2 <http://www.wikidata.org/prop/direct/P279> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P195> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P127> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P217> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P276> ?var4 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P625> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P176> [] . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var5 . ?var5 ( <http://www.wikidata.org/prop/direct/P276> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P625> ) [] . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8394", "question": "Which Wikidata entities have the Twitter usernames \"RLeonard2\", \"GilPress\", or \"mikelove\"?", "sparql": "SELECT ?person ?twitterUsername ?personLabel WHERE { ?person wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"RLeonard2\" \"GilPress\" \"mikelove\" } . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who on Wikidata uses the Twitter handle \"mikelove\"?", "Find the people on Wikidata associated with the Twitter usernames \"RLeonard2\", \"GilPress\", and \"mikelove\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"RLeonard2\" ) ( \"GilPress\" ) ( \"mikelove\" ) } }"}}
{"id": "val_8395", "question": "What are the Spanish-language Star Wars films, along with their duration and images?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel ?duration ?image WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label ?filmLabel .\n  OPTIONAL {\n    ?film wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?film wdt:P2047 ?duration .\n  }\n  FILTER(LANGMATCHES(LANG(?filmLabel) , \"es\"))\n  FILTER(REGEX(STR(?filmLabel) , \"Star Wars\" , \"i\"))\n}", "paraphrases": ["Can you show me Star Wars movies in Spanish that have a known duration and an image on Wikimedia Commons?", "List all films in Spanish with \"Star Wars\" in the title, including how long they are and their official images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2047> ?var2 . } FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"es\" ) ) ) . FILTER ( ( REGEX ( STR ( ?var1Label ) , \"star wars\" ) ) ) . }"}}
{"id": "val_8396", "question": "What are all the categories that an Easter egg belongs to, including its parent classes in the hierarchy?", "sparql": "SELECT DISTINCT ?superclass WHERE { wd:Q163886 wdt:P279* ?superclass . } LIMIT 50", "paraphrases": ["List all the classes that are superclasses of Easter egg, from direct to the most general.", "What is the complete classification hierarchy of Easter egg in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q163886> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8397", "question": "What are all the categories and subcategories that pysanka belongs to as a subclass?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q3233785 wdt:P279 * ?superclass .\n}", "paraphrases": ["List all the broader classes that include pysanka, including itself and its ancestors in the subclass hierarchy.", "What are the superclass relationships of pysanka in the Wikidata ontology?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3233785> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8398", "question": "Who is the French person named Maeva?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Maeva\" @fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["What is the Wikidata item for the French actress named Maeva?", "Find the human entity in Wikidata whose French label is 'Maeva'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Maeva\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8399", "question": "Which philanthropists have the most Wikipedia language editions, and how many are there?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?person wdt:P106 wd:Q12362622 .\n  ?site schema:about ?person ; schema:isPartOf ?wikipedia .\n  FILTER(STRSTARTS(STR(?wikipedia) , \"https://\"))\n}\nGROUP BY ?person\nORDER BY DESC(?sitelinkCount)\nLIMIT 250", "paraphrases": ["List the top 250 philanthropists ranked by the number of Wikipedia pages about them.", "Who are the most internationally recognized philanthropists based on Wikipedia coverage?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q12362622> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 250"}}
{"id": "val_8400", "question": "What are the factories listed in Wikidata with English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?factory ?label WHERE {\n  ?factory wdt:P31 wd:Q83405 .\n  ?factory rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}\nORDER BY ?label\nLIMIT 250", "paraphrases": ["List the names of industrial facilities in English.", "Can you show me a list of factories and their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q83405> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 250"}}
{"id": "val_8401", "question": "What are the 250 most-wiki-linked prisons in the world, ranked by how many Wikipedia articles exist about them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prison ( COUNT( ?article ) AS ?sitelinks ) WHERE {\n  ?prison wdt:P31 / wdt:P279 * wd:Q40357 .\n  ?article schema:about ?prison .\n  ?article schema:isPartOf ?wikipediaSite .\n  FILTER ( STRSTARTS( STR( ?wikipediaSite ) , \"https://\" ) )\n}\nGROUP BY ?prison\nORDER BY DESC ( ?sitelinks )\nLIMIT 250", "paraphrases": ["Which prisons have the most Wikipedia pages, and how many are there for each?", "Show me the top prisons by Wikipedia presence, including the count of language editions covering them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q40357> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 250"}}
{"id": "val_8402", "question": "Image of Augustus", "sparql": "SELECT ?image WHERE { wd:Q1405 wdt:P18 ?image .}", "paraphrases": ["What is the image of Augustus, the first Roman emperor?", "Can you show me the official Wikimedia Commons image of Augustus, the founder of the Roman Empire?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q1405> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_8403", "question": "Top 250 ski resorts with the most Wikipedia articles", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?skiResort ( COUNT( ?wikipediaPage ) AS ?sitelinkCount ) WHERE {\n  ?skiResort wdt:P31 wd:Q130003 .\n  ?wikipediaPage schema:about ?skiResort ; schema:isPartOf ?wikipediaSite .\n  FILTER ( STRSTARTS( STR( ?wikipediaSite ) , \"https://\" ) )\n}\nGROUP BY ?skiResort\nORDER BY DESC ( ?sitelinkCount )\nLIMIT 250", "paraphrases": ["Which ski resorts have the highest number of Wikipedia language versions?", "List the 250 ski resorts that are linked to the most Wikipedia pages, ordered by the number of links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q130003> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 250"}}
{"id": "val_8404", "question": "Is the software library Apel a human?", "sparql": "ASK WHERE { wd:Q4779325 wdt:P31/wdt:P279* wd:Q5 }", "paraphrases": ["Is Apel classified as a human or any subclass of human?", "Check whether Apel, the Emacs library, is a human being."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q4779325> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8405", "question": "Is Xfburn a human being?", "sparql": "ASK WHERE { wd:Q2598045 wdt:P31/wdt:P279* wd:Q5 }", "paraphrases": ["Does Xfburn belong to any class that is a subclass of human?", "Is Xfburn classified as a person or any type of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2598045> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8406", "question": "Images of Ann Preston with SNAC ARK ID w642173c", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w642173c\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["What images are available for Ann Preston on Wikimedia Commons, identified by her SNAC ARK ID w642173c?", "Show me the Wikimedia Commons images associated with Ann Preston, using her SNAC ARK ID w642173c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w642173c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8407", "question": "What are the 50 film genres starting from the 201st in alphabetical order, listed in English?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q201658 . ?var1 rdfs:label ?var1Label . FILTER (LANG(?var1Label) = \"en\") } ORDER BY ASC(?var1) LIMIT 50 OFFSET 200", "paraphrases": ["Can you list English-named film genres from position 201 to 250 in the Wikidata database?", "Show me film genres classified in Wikidata that have English labels, ordered alphabetically, skipping the first 200 results."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } BIND ( ( \"2017-07-08\"^^<http://www.w3.org/2001/XMLSchema#dateTime> - ?var2 ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q201658> . ?var1 <http://schema.org/dateModified> ?var2 . FILTER ( ( ( ?var3 < \"500\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . FILTER ( ( EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1 ) LIMIT 50 OFFSET 200"}}
{"id": "val_8408", "question": "What is the English description of the entity in the Australian Women's Register with ID AWE1140b?", "sparql": "SELECT ?item ?description WHERE { ?item wdt:P4186 \"AWE1140b\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me about the National Pioneer Women's Hall of Fame as described in English on Wikidata?", "Which English-language description is associated with the Australian Women's Register ID AWE1140b?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4186> \"AWE1140b\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8409", "question": "Images of domestic cats with their names", "sparql": "SELECT ?cat ?catLabel ?image WHERE { ?cat wdt:P31 wd:Q146 . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") ?cat wdt:P18 ?image .}", "paraphrases": ["What are the names and images of individual domestic cats listed on Wikidata?", "Show me a list of named domestic cats along with their photos from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . }"}}
{"id": "val_8410", "question": "Image of the person with SNAC ARK ID w6gq8kjn", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6gq8kjn\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Revd. William Swan in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6gq8kjn."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gq8kjn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8411", "question": "Does Wikidata contain an entity with GND ID 124457401?", "sparql": "ASK WHERE { ?item wdt:P227 \"124457401\" . }", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 124457401?", "Confirm if the GND ID 124457401 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"124457401\". }"}}
{"id": "val_8412", "question": "Does Constanze Janda have a VIAF ID of 62481901?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"62481901\" .\n}", "paraphrases": ["Is there a Wikidata item with the VIAF identifier 62481901?", "Confirm if the Virtual International Authority File ID 62481901 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"62481901\". }"}}
{"id": "val_8413", "question": "Types of entities that influenced J.K. Rowling", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?influencedThingLabel WHERE {\n  wd:Q34660(wdt:P737 / wdt:P31) ?influencedThing .\n  ?influencedThing rdfs:label ?influencedThingLabel .\n  FILTER(LANG(?influencedThingLabel) = \"en\")\n}", "paraphrases": ["What classes do the people who influenced J.K. Rowling belong to?", "Show me the categories of individuals who inspired J.K. Rowling."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q34660> ( <http://www.wikidata.org/prop/direct/P737> / <http://www.wikidata.org/prop/direct/P31> ) ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_8414", "question": "What are all the ancestors of Harry Potter?", "sparql": "SELECT DISTINCT ?ancestor ?ancestorLabel WHERE { wd:Q3244512 (wdt:P22|wdt:P25)+ ?ancestor . ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") }", "paraphrases": ["Who are Harry Potter\u2019s parents, grandparents, and other direct lineage relatives?", "List all direct ancestors of the fictional character Harry Potter."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q3244512> (( <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P25> )/( <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P25> )/( <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P25> )+) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_8415", "question": "What types of awards has J.K. Rowling won?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?awardType ?awardTypeLabel WHERE {\n  wd:Q34660 wdt:P166 ?award .\n  ?award wdt:P31 ?awardType .\n  ?awardType rdfs:label ?awardTypeLabel .\n  FILTER(LANG(?awardTypeLabel) = \"en\")\n}\nORDER BY ASC(?awardType)\nLIMIT 5", "paraphrases": ["What categories do the awards received by J.K. Rowling belong to?", "Can you list the kinds of awards J.K. Rowling has received?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q34660> ( <http://www.wikidata.org/prop/direct/P166> / <http://www.wikidata.org/prop/direct/P31> ) ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var1 ) LIMIT 5"}}
{"id": "val_8416", "question": "Chemical elements with their atomic numbers and symbols", "sparql": "SELECT ?element ?atomicNumber ?symbol WHERE { ?element wdt:P31 wd:Q11344 ; wdt:P246 ?symbol ; wdt:P1086 ?atomicNumber . }", "paraphrases": ["What are the atomic numbers and chemical symbols of all known chemical elements?", "List all chemical elements along with their atomic number and element symbol as defined in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11344> ; <http://www.wikidata.org/prop/direct/P246> ?var3 ; <http://www.wikidata.org/prop/direct/P1086> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_8417", "question": "People who appear together in the same Wikimedia Commons image.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person1 ?person1Label ?person2 ?person2Label ?image WHERE {\n  ?person1 wdt:P31 wd:Q5 .\n  ?person2 wdt:P31 wd:Q5 .\n  ?person1 wdt:P18 ?image .\n  ?person2 wdt:P18 ?image .\n  FILTER(?person1 != ?person2)\n  OPTIONAL {\n    ?person1 rdfs:label ?person1Label .\n    FILTER(LANG(?person1Label) = \"en\")\n  }\n  OPTIONAL {\n    ?person2 rdfs:label ?person2Label .\n    FILTER(LANG(?person2Label) = \"en\")\n  }\n}\nLIMIT 5", "paraphrases": ["Which pairs of humans are depicted in the same photograph on Wikimedia Commons?", "Show me pairs of distinct people who share the same image on Wikimedia Commons, along with their English names and the image URL."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var3 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 5"}}
{"id": "val_8418", "question": "Paintings in Museum Rotterdam with hyphenated inventory numbers", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?painting ?inventoryNumber WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P195 wd:Q2130225 .\n  ?painting p:P217 ?stmt .\n  ?stmt ps:P217 ?inventoryNumber .\n  FILTER ( REGEX( ?inventoryNumber , \".*-.*\" ) )\n}\nLIMIT 4000", "paraphrases": ["Which paintings in Museum Rotterdam have inventory numbers that include a hyphen?", "List the paintings from Museum Rotterdam that have inventory numbers formatted with hyphens, such as 'SK-A-115' or '11024-A-B'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q2130225> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/P217> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P217> ?var3 . ?var2 <http://www.wikidata.org/prop/qualifier/P195> <http://www.wikidata.org/entity/Q2130225> . FILTER ( ( REGEX ( ?var3 , \"^.+_.+$\" ) ) ) . } LIMIT 4000"}}
{"id": "val_8419", "question": "Is getmail a type of computer program?", "sparql": "ASK WHERE {\n  wd:Q309514 (wdt:P31/wdt:P279*) wd:Q40056 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Does getmail belong to a class that is a subclass of computer program?", "Confirm whether getmail is categorized under computer program through its class hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q309514> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8420", "question": "What is the Wikidata item for the film with AlloCin\u00e9 ID 172892?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1265 \"172892\" .\n}", "paraphrases": ["Which film is identified by the AlloCin\u00e9 ID 172892?", "Can you find the movie in Wikidata that has the AlloCin\u00e9 identifier 172892?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"172892\". }"}}
{"id": "val_8421", "question": "Items with intended public set to business", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?itemLabel WHERE {\n  ?item p:P2360 ?statement .\n  ?statement ps:P2360 wd:Q4830453 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 101", "paraphrases": ["What products, awards, or organizations are designed for a business audience?", "List the names of entities in Wikidata that are intended for business users."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2360> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/P2360> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8422", "question": "Most used property linking items to Paese, Italy", "sparql": "SELECT ?direct (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?p wd:Q47687 .\n  ?direct wikibase:directClaim ?p .\n  ?direct rdf:type wikibase:Property .\n}\nGROUP BY ?direct\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is most commonly used to state that something is located in the Italian commune of Paese?", "Show me the main property that connects entities to Paese, Italy, based on how often it\u2019s used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q47687> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8423", "question": "Who is the French-labeled person named Souad Nechab?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Souad Nechab\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What human has the French label 'Souad Nechab'?", "Find the Wikidata item for the person named Souad Nechab, who is identified in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"NECHAB\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8424", "question": "Who lived at Betchworth Castle?", "sparql": "SELECT ?person ?personLabel ?property ?propertyLabel WHERE { ?person ?propertyVar wd:Q4897394 . ?property wikibase:directClaim ?propertyVar . ?person rdfs:label ?personLabel . ?property rdfs:label ?propertyLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What property links people to Betchworth Castle, and who are they?", "List the people associated with Betchworth Castle and the nature of their association."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q4897394> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8425", "question": "Find the Wikidata entry for British entomologist J. M. Palmer and retrieve any available ISNI, VIAF, ORCID, IPNI, ZooBank ID, or image.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?isni ?viaf ?orcid ?ipni ?zooBank ?image WHERE {\n  ?item rdfs:label \"J. M. Palmer\" @en .\n  ?item wdt:P106 wd:Q3055126 .\n  OPTIONAL {\n    ?item wdt:P213 ?isni\n  }\n  OPTIONAL {\n    ?item wdt:P214 ?viaf\n  }\n  OPTIONAL {\n    ?item wdt:P496 ?orcid\n  }\n  OPTIONAL {\n    ?item wdt:P586 ?ipni\n  }\n  OPTIONAL {\n    ?item wdt:P2006 ?zooBank\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image\n  }\n}", "paraphrases": ["Who is J. M. Palmer, and what are his academic identifiers (ISNI, VIAF, ORCID, etc.) and image on Wikidata?", "Please provide the identifiers and image for the entomologist J. M. Palmer from Wikidata, if they exist."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"J M Palmer\"@en . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://species.wikimedia.org/> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P213> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P586> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2006> ?var8 . } }"}}
{"id": "val_8426", "question": "Properties and values associated with Blanerne Castle in English.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q4925057 ?property ?value .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyItem)\n  .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  .\n  FILTER(LANG(?valueLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the English labels of the properties and their values for Blanerne Castle?", "Show me the properties and their English labels that describe Blanerne Castle, along with the English labels of their values."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q4925057> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8427", "question": "Is John Gilmour a human, either directly or through subclass inheritance?", "sparql": "PREFIX hint: <http://www.bigdata.com/queryHints#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q48704233 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Does John Gilmour belong to the class of humans, either as a direct instance or via a chain of subclasses?", "Confirm that John Gilmour is classified as a human, considering all superclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q48704233> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8428", "question": "What type of building is Burleigh Castle?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?type ?typeLabel WHERE {\n  wd:Q2238800 wdt:P31 ?type .\n  OPTIONAL {\n    wd:Q2238800 rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n}", "paraphrases": ["What is the category or classification of Burleigh Castle in Scotland?", "Is Burleigh Castle a castle or something else, and what is its specific architectural type?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var3 <http://wikiba.se/ontology#claim> ?var5 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#qualifier> ?var7 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var4 <http://wikiba.se/ontology#claim> ?var8 . ?var4 <http://wikiba.se/ontology#qualifier> ?var9 . ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var1 ?var5 ?var10 . ?var10 ?var6 ?var2 . ?var10 ?var9 <http://www.wikidata.org/entity/Q2238800> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8429", "question": "What entities are depicted in or are the subject of Newcastle Castle, and what are the relationships?", "sparql": "SELECT ?item ?itemLabel ?directProperty ?propertyLabel WHERE { ?item ?directProperty wd:Q2614444 . ?property wikibase:directClaim ?directProperty . ?property rdfs:label ?propertyLabel . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which places are associated with Newcastle Castle through depiction or subject relationships?", "Show me the items connected to Newcastle Castle and how they are related to it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q2614444> . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8430", "question": "What is the title of the movie with IMDb ID tt6820532?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt6820532\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which film is identified by the IMDb identifier tt6820532?", "Can you tell me the name of the movie on IMDb with ID tt6820532?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6820532\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8431", "question": "What entities are named after a neighborhood, and what are the specific naming relationships used?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ( SAMPLE( ?qualifier ) AS ?qualifier_property ) WHERE {\n  ?item p:P138 ?statement .\n  ?statement ps:P138 wd:Q123705 .\n  OPTIONAL {\n    VALUES ?qualifier {\n      pq:P1810 pq:P5168 pq:P642 pq:P8338\n    }\n    ?statement ?qualifier ?value .\n  }\n}\nGROUP BY ?item\nLIMIT 101", "paraphrases": ["Can you list places named after a neighborhood and indicate how they were named (e.g., \u201cnamed as\u201d or \u201capplies to name\u201d)?", "Which items have \u201cnamed after\u201d statements referencing a neighborhood, and what qualifiers describe the naming?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P138> <http://www.wikidata.org/entity/Q123705> . ?var1 <http://www.wikidata.org/prop/P138> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8432", "question": "English Wikipedia article titles for types of pasta.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?articleTitle WHERE {\n  ?wikipediaPage schema:about ?pastaSubclass .\n  ?pastaSubclass wdt:P279 wd:Q178 .\n  FILTER(CONTAINS(STR(?wikipediaPage) , \"en.wikipedia.org\"))\n  BIND(REPLACE(STR(?wikipediaPage) , \"https://en.wikipedia.org/wiki/\" , \"\") AS ?articleTitle)\n}", "paraphrases": ["What are the English Wikipedia page titles for items that are subclasses of pasta?", "List the names of pasta varieties as they appear in English Wikipedia article titles."], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( REPLACE ( STR ( ?var2 ) , \"string1\", \"\" ) AS ?var1 ). ?var2 <http://schema.org/about> ?var3 . FILTER ( ( CONTAINS ( STR ( ?var2 ) , \"string2\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q178> . }"}}
{"id": "val_8433", "question": "Most commonly used properties on protein families, ranked by frequency.", "sparql": "SELECT ?property ?propertyLabel ?usageCount WHERE { { SELECT ?claim ( COUNT(*) AS ?usageCount ) WHERE { ?proteinFamily wdt:P31 wd:Q417841 . ?proteinFamily ?claim [] . } GROUP BY ?claim } ?property wikibase:claim ?claim . ?property wikibase:propertyType wikibase:WikibaseItem . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } ORDER BY DESC(?usageCount)", "paraphrases": ["Which properties are most frequently associated with protein families, and how often are they used?", "List the properties used on protein families, sorted by how many protein families have each property, with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var4 ( COUNT (* ) AS ?var3 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q417841> . ?var5 ?var4 [] . } GROUP BY ?var4 } ?var1 <http://wikiba.se/ontology#propertyType> <http://wikiba.se/ontology#WikibaseItem> . ?var1 <http://wikiba.se/ontology#claim> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_8434", "question": "Is there a Kazakh administrative unit with CATO ID 635453200 in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4838 \"635453200\" .\n}", "paraphrases": ["Does Wikidata include an administrative-territorial object in Kazakhstan identified by the KATO code 635453200?", "Confirm whether the CATO ID 635453200 corresponds to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"635453200\". }"}}
{"id": "val_8435", "question": "Is there an administrative unit in Kazakhstan with the CATO ID 434643300?", "sparql": "ASK WHERE { ?item wdt:P4838 \"434643300\" . }", "paraphrases": ["Does the settlement Shalkar in Kazakhstan have the CATO ID 434643300?", "What is the KATO code for Shalkar, Kazakhstan?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"434643300\". }"}}
{"id": "val_8436", "question": "Does the administrative region with CATO ID 394857100 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4838 \"394857100\" . }", "paraphrases": ["Is there a Kazakh administrative-territorial object identified by the KATO code 394857100?", "Confirm if the CATO ID 394857100 corresponds to a valid location in Kazakhstan."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4838> \"394857100\". }"}}
{"id": "val_8437", "question": "What classes is sexual reproduction an instance of in English?", "sparql": "SELECT ?class ?label WHERE { wd:Q182353 wdt:P31 ?class . ?class rdfs:label ?label . FILTER (LANG(?label) = \"en\") }", "paraphrases": ["What are the English labels of the categories that sexual reproduction belongs to?", "Show me the English names of the types that sexual reproduction is an example of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q182353> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_8438", "question": "Is there a Wikidata item associated with the VIAF ID 311679253?", "sparql": "ASK WHERE { ?item wdt:P214 \"311679253\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 311679253 correspond to any person in Wikidata?", "Does the VIAF ID 311679253 exist in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"311679253\". }"}}
{"id": "val_8439", "question": "Deceased musicians with Spotify IDs, birthplace coordinates, and death dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artistLabel ?image ?spotifyUri ?birthCoordinates ?deathDate WHERE {\n  ?artist wdt:P1902 ?spotifyId .\n  ?artist wdt:P19 / wdt:P625 ?birthCoordinates .\n  ?artist wdt:P570 ?deathDate .\n  OPTIONAL {\n    ?artist wdt:P18 ?image .\n  }\n  BIND(IRI(CONCAT(\"spotify:artist:\" , ?spotifyId)) AS ?spotifyUri)\n}\nORDER BY DESC(?deathDate)", "paraphrases": ["Who are deceased artists on Spotify, where were they born, and when did they die?", "List deceased musicians with their Spotify URIs, birthplace coordinates, and dates of death, ordered from most recent to oldest death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1902> ?var7 . ?var1 ( <http://www.wikidata.org/prop/direct/P19> / <http://www.wikidata.org/prop/direct/P625> ) ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } BIND ( IRI ( CONCAT ( \"string1\", ?var7 ) ) AS ?var4 ). } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\", \"sv\". } } ORDER BY DESC( ?var6 )"}}
{"id": "val_8440", "question": "Is there an ice hockey player with Elite Prospects ID 3284?", "sparql": "ASK WHERE { ?player wdt:P2481 \"3284\" . }", "paraphrases": ["Does the Elite Prospects player ID \"3284\" correspond to a known ice hockey player in Wikidata?", "Confirm if the player with Elite Prospects ID 3284 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2481> \"3284\". }"}}
{"id": "val_8441", "question": "Is there a Wikidata item for an ice hockey player with Elite Prospects ID 266086?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P2481 \"266086\" .\n}", "paraphrases": ["Does the ice hockey player with Elite Prospects ID 266086 have a Wikidata entry?", "Check if Elite Prospects player ID 266086 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2481> \"266086\". }"}}
{"id": "val_8442", "question": "Wikidata properties without Gothic labels", "sparql": "SELECT DISTINCT ?property WHERE { ?property a wikibase:Property . FILTER(NOT EXISTS { ?property rdfs:label ?label . FILTER(LANG(?label) = \"got\") }) } ORDER BY ASC(?property)", "paraphrases": ["Which Wikidata properties do not have a label in the Gothic language?", "List all Wikidata properties that are not labeled in Gothic."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"got\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2Label ) ) ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_8443", "question": "What are some known domestic cats listed in Wikidata?", "sparql": "SELECT ?cat WHERE { ?cat wdt:P31 wd:Q146 . }", "paraphrases": ["Can you list all the individual cats that are classified as house cats?", "Show me all the entities in Wikidata that are instances of the domestic cat species."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/entity/Q146> . }"}}
{"id": "val_8444", "question": "Top orators by Wikipedia article count", "sparql": "SELECT ?person ?personLabel (COUNT(?wikipediaPage) AS ?sitelinks) WHERE { { ?person wdt:P106 wd:Q2324479 . } UNION { ?person wdt:P106 wd:Q15982858 . } UNION { ?person wdt:P106 wd:Q42297530 . } UNION { ?person wdt:P106 wd:Q20825763 . } ?wikipediaPage schema:about ?person ; schema:isPartOf ?wikiSite . FILTER(STRSTARTS(STR(?wikiSite), \"https://\")) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } GROUP BY ?person ?personLabel ORDER BY DESC(?sitelinks) LIMIT 1000", "paraphrases": ["Who are the most famous public speakers and motivational speakers based on how many Wikipedia pages exist about them?", "List the top 1000 people known as speakers, motivational speakers, keynote speakers, or eulogists, ranked by the number of Wikipedia articles about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q12859263> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8445", "question": "What other events are instances of the same class as autumn?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?class ?item WHERE {\n  wd:Q1314 wdt:P31 ?class .\n  ?item wdt:P31 ?class .\n}\nORDER BY ?item", "paraphrases": ["Which events belong to the same category as autumn, which is a recurring event?", "Show all recurring events, with autumn as an example."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1314> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_8446", "question": "What is the Wikidata item for V&A Museum ID O58206, and what is its label and English description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P3929 \"O58206\" . ?item rdfs:label ?label . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the item in Wikidata with the Victoria and Albert Museum ID O58206, and tell me its name and English description?", "Show me the name and English description of the object in the Victoria and Albert Museum collection with ID O58206."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3929> \"O58206\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8447", "question": "What is an example of a triple in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?subject ?predicate ?object WHERE {\n  ?subject a wikibase:Item .\n  ?subject ?predicate ?object .\n}\nLIMIT 1", "paraphrases": ["Can you show me one fact stored in Wikidata?", "Give me a sample entity with one of its properties and values from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ?var2 ?var3 . } LIMIT 1"}}
{"id": "val_8448", "question": "Top 1000 warriors with the most Wikipedia language editions", "sparql": "SELECT ?warrior (COUNT(?article) AS ?sitelinkCount) WHERE { ?warrior wdt:P106 wd:Q1250916 . ?article schema:about ?warrior ; schema:isPartOf ?wiki . } GROUP BY ?warrior ORDER BY DESC(?sitelinkCount) LIMIT 1000", "paraphrases": ["Who are the most well-documented warriors on Wikipedia, ranked by the number of language versions of their articles?", "List the 1000 warriors with the highest number of Wikipedia articles in different languages, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1250916> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8449", "question": "Humans with the family name Peytavin", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P734 wd:Q3377872 . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the people with the surname Peytavin?", "List all humans whose family name is Peytavin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Peytavin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8450", "question": "Most frequently used Australian Statistical Geography 2016 IDs in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?asgs2016_id ( COUNT( ?asgs2016_id ) AS ?count ) WHERE {\n  ?item wdt:P4093 ?asgs2016_id .\n}\nGROUP BY ?asgs2016_id\nORDER BY DESC ( ?count )\nLIMIT 100", "paraphrases": ["Which Australian Bureau of Statistics geographic identifiers (ASGS2016) are linked to the most Wikidata items, and how many items link to each?", "Show me the top 100 ASGS2016 IDs by how many Wikidata items use them, sorted from most to least common."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P4093> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_8451", "question": "Humans born in 1963", "sparql": "ASK WHERE { ?human wdt:P31 wd:Q5 ; wdt:P569 ?birthDate . FILTER(YEAR(?birthDate) = 1963) }", "paraphrases": ["Were there any humans born in 1963?", "Check if there exists at least one human whose date of birth is in the year 1963."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2755> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8452", "question": "What language has the ISO 639-3 code \"bji\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?language ?languageLabel WHERE {\n  ?language wdt:P220 \"bji\" .\n  ?language rdfs:label ?languageLabel .\n  FILTER(langMatches(lang(?languageLabel) , \"en\"))\n}", "paraphrases": ["Which language is identified by the ISO 639-3 code \"bji\"?", "Tell me the name of the language with the ISO 639-3 code \"bji\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P220> \"bji\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8453", "question": "What English and German language pages are about the movie with IMDb ID tt0417741?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0417741\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia and Commons pages in English or German are related to the film Harry Potter and the Half-Blood Prince?", "Show me all the language-specific pages (in English or German) about the movie identified by IMDb ID tt0417741."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0417741\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8454", "question": "Middle schools with official websites", "sparql": "SELECT ?school ?schoolLabel ?website WHERE { ?school wdt:P31 wd:Q149566 . ?school wdt:P856 ?website . ?school rdfs:label ?schoolLabel . FILTER(LANG(?schoolLabel) = \"en\") } ORDER BY ?schoolLabel LIMIT 500", "paraphrases": ["Which middle schools have official websites listed in Wikidata?", "List the English-named middle schools that have official websites, ordered alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q149566> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_8455", "question": "What Wikipedia and Wikiquote pages in English or German are about the movie with IMDb ID tt1872181?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt1872181\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Which language-specific Wikipedia and Wikiquote pages link to the movie \"The Amazing Spider-Man 2\" (IMDb: tt1872181)?", "Show me the English and German language pages related to the movie with IMDb ID tt1872181."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1872181\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8456", "question": "Top 1000 mass murder events by death toll, with English names and number of deaths.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?event ?eventLabel ?deathCount WHERE {\n  ?event(wdt:P31 / wdt:P279 *) wd:Q750215 .\n  ?event wdt:P1120 ?deathCount .\n  ?event rdfs:label ?eventLabel .\n  FILTER(isLiteral(?deathCount) && isNumeric(?deathCount))\n  FILTER(LANG(?eventLabel) = \"en\")\n}\nORDER BY DESC(?deathCount)\nLIMIT 1000", "paraphrases": ["What are the 1000 deadliest mass murders in history, ranked by the number of deaths, along with their English names?", "List the 1000 mass murder incidents with the highest death counts, showing their English labels and the number of people killed."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q750215> . ?var1 <http://www.wikidata.org/prop/direct/P1120> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8457", "question": "What Wikipedia and Wikiquote pages in English or German are about the movie with IMDb ID tt0988045?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0988045\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the language-specific Wikimedia pages (Wikipedia, Wikiquote) for the film Sherlock Holmes (2009).", "Which language versions of pages about the 2009 Sherlock Holmes film are available in English or German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0988045\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8458", "question": "Mass and diameter of near-Earth asteroids", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mass ?diameter WHERE {\n  ?asteroid wdt:P31 wd:Q217526 .\n  OPTIONAL {\n    ?asteroid wdt:P2067 ?mass .\n  }\n  OPTIONAL {\n    ?asteroid wdt:P2386 ?diameter .\n  }\n}", "paraphrases": ["What are the mass and diameter values for near-Earth asteroids?", "Can you list the mass and diameter of all known near-Earth asteroids, even if some values are missing?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q217526> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P2067> ?var1 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P2386> ?var2 . } }"}}
{"id": "val_8459", "question": "What are the English and German Wikipedia/Wikiquote pages about the movie *Signs* (IMDb ID: tt0286106)?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0286106\" .\n  ?page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the language-specific pages (English and German) linked to the movie *Signs* on IMDb.", "Which language versions of Wikipedia and Wikiquote have articles about the film *Signs*, identified by its IMDb ID tt0286106?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0286106\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8460", "question": "Cities in the Czech Republic", "sparql": "SELECT DISTINCT ?city ?cityLabel WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P131* wd:Q213 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["What are the names of cities in the Czech Republic?", "List all cities in the Czech Republic with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q213> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,nl,de,it,es\". } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_8461", "question": "What are the English and German language pages about the movie I, Robot (IMDb ID: tt0343818)?", "sparql": "SELECT ?movie ?page ?imdbId WHERE { VALUES ?imdbId { \"tt0343818\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) }", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English and German related to the film I, Robot.", "Which language-specific online articles (e.g., Wikipedia, Wikiquote) link to the movie I, Robot via its IMDb ID tt0343818?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0343818\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8462", "question": "Who are the Wikidata entities with Twitter usernames maxlath, EvoMRI, or jessamyn?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?username WHERE {\n  ?person wdt:P2002 ?username .\n  VALUES ?username {\n    \"maxlath\" \"EvoMRI\" \"jessamyn\"\n  }\n}", "paraphrases": ["Which people on Wikidata use the Twitter handles @maxlath, @EvoMRI, or @jessamyn?", "List the Wikidata items for users with the Twitter usernames maxlath, EvoMRI, and jessamyn."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"maxlath\" ) ( \"string1\" ) ( \"laMYNE_\" ) ( \"EvoMRI\" ) ( \"jessamyn\" ) } }"}}
{"id": "val_8463", "question": "Film with Kinopoisk ID 188738", "sparql": "SELECT ?film WHERE { ?film wdt:P2603 \"188738\" . }", "paraphrases": ["What film has the Kinopoisk ID 188738?", "Find the movie identified by the Kinopoisk ID 188738."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2603> \"188738\". }"}}
{"id": "val_8464", "question": "Settlements and administrative subdivisions within the Czech Republic.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?settlement WHERE {\n  ?settlement ( ^ ( wdt:P1383 | wdt:P150 ) / wdt:P17 ) wd:Q213 .\n}", "paraphrases": ["What towns and villages are located in the Czech Republic, either directly or through their administrative divisions?", "List all populated places and subdivisions that are part of the Czech Republic, including those nested under other administrative units."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 (^( <http://www.wikidata.org/prop/direct/P1383> | <http://www.wikidata.org/prop/direct/P150> )/ <http://www.wikidata.org/prop/direct/P17> ) <http://www.wikidata.org/entity/Q213> . }"}}
{"id": "val_8465", "question": "Wikipedia and Wikiquote pages in English or German about the TV series with IMDb ID tt2788432.", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt2788432\" . ?page schema:about ?item . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What Wikipedia and Wikiquote pages in English or German are about the TV series American Crime Story (IMDb tt2788432)?", "Show me all English and German language Wikipedia and Wikiquote pages linked to the IMDb entry tt2788432."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2788432\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8466", "question": "What are the English and German Wikipedia pages for the TV show with IMDb ID tt5788792?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) FILTER ( ?imdbId = \"tt5788792\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the show identified by the IMDb ID tt5788792.", "Which Wikipedia pages in English and German are about the TV series with the IMDb identifier tt5788792?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5788792\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8467", "question": "Wikipedia and Wikiquote pages in English or German about the TV series with IMDb ID tt1740299.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt1740299\" .\n  ?page schema:about ?item .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What English and German language Wikipedia and Wikiquote pages are linked to the TV series The Man in the High Castle on IMDb?", "Show me the English and German language pages about the TV series The Man in the High Castle (IMDb ID tt1740299)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1740299\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8468", "question": "Types of the Harry Potter book series and film series", "sparql": "SELECT ?item ?type WHERE { VALUES ?item { wd:Q8337 wd:Q216930 } ?item wdt:P31 ?type . }", "paraphrases": ["What categories do the Harry Potter book series and film series belong to?", "List the instance types for the Harry Potter novel series and the Harry Potter film series."], "info": {"raw_sparql": "SELECT * WHERE { { <https://en.wikipedia.org/wiki/Harry_Potter_(film_series)> <http://schema.org/about> ?var1 . } UNION { <https://en.wikipedia.org/wiki/Harry_Potter> <http://schema.org/about> ?var1 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } }"}}
{"id": "val_8469", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0082176.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0082176\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film identified by IMDb ID tt0082176?", "Show me the English and German Wikipedia links for the movie Christiane F. (IMDb: tt0082176)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0082176\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8470", "question": "Does Wikidata contain an entry with GND ID 1033734330?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1033734330\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1033734330?", "Check if the GND ID 1033734330 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1033734330\". }"}}
{"id": "val_8471", "question": "What is the German or English Wikipedia page for the movie with IMDb ID tt4997398?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt4997398\" . { ?wikipedia_page schema:about ?movie ; schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:about ?movie ; schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles about the film \"Bibi & Tina 3: Girls Versus Boys\" in English or German.", "Which language versions of Wikipedia have articles about the movie identified by tt4997398?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4997398\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8472", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt4536768?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt4536768\" .\n  ?wikipedia_page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipedia_page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The Osiris Child\".", "Which language versions of Wikipedia have articles about the movie identified by tt4536768?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4536768\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8473", "question": "Wikipedia pages in English and German about the movie with IMDb ID tt2798920.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt2798920\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie with IMDb ID tt2798920?", "Show me the English and German Wikipedia links for the film Annihilation (IMDb: tt2798920)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2798920\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8474", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2062700?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?movieLabel ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt2062700\" .\n  ?movie rdfs:label ?movieLabel .\n  FILTER ( LANG( ?movieLabel ) = \"en\" ) .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Song to Song\".", "Which Wikipedia pages in English and German discuss the movie identified by tt2062700 on IMDb?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2062700\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8475", "question": "Which Wikidata entities correspond to the Wikipedia pages for Lemony Snicket and Daniel Handler, and are they humans?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikipediaPage ?wikidataEntity WHERE {\n  VALUES ?wikipediaPage {\n    <https://en.wikipedia.org/wiki/Lemony_Snicket> <https://en.wikipedia.org/wiki/Daniel_Handler>\n  }\n  ?wikipediaPage schema:about ?wikidataEntity .\n  {\n    ?wikidataEntity ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n  } UNION {\n    ?wikidataEntity ( wdt:P460 / wdt:P31 / wdt:P279 * ) wd:Q5 .\n  }\n}", "paraphrases": ["Are Lemony Snicket and Daniel Handler humans according to Wikidata, and what are their corresponding Wikidata items?", "Find the Wikidata items for the Wikipedia pages about Lemony Snicket and Daniel Handler, ensuring they are classified as humans (including through pseudonyms)."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <https://en.wikipedia.org/wiki/Lemony_Snicket> ) ( <https://en.wikipedia.org/wiki/Daniel_Handler> ) } ?var1 <http://schema.org/about> ?var2 . { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . } UNION { ?var2 ( <http://www.wikidata.org/prop/direct/P460> / <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P577> ?var4 . } }"}}
{"id": "val_8476", "question": "What Wikipedia and Wikiquote pages in English or German are about the movie with IMDb ID tt3235888?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt3235888\" .\n  ?page schema:about ?item .\n  {\n    ?page schema:inLanguage \"en\"\n  } UNION {\n    ?page schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Show me the language-specific pages (English or German) about the film \"It Follows\" from IMDb.", "Which language versions of Wikipedia and Wikiquote have articles about the movie identified by IMDb ID tt3235888?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3235888\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8477", "question": "What are the English and German Wikipedia, Wikiquote, or Commons pages about the movie with IMDb ID tt0458481?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0458481\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . }", "paraphrases": ["Show me links to pages in English or German that are about the film Sin City: A Dame to Kill For.", "Which language versions of Wikipedia and other Wikimedia projects cover the movie Sin City: A Dame to Kill For?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0458481\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8478", "question": "Entities based on criteria that are not classified as rules or guidelines.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P1013 ?criterion .\n  FILTER(NOT EXISTS {\n    ?criterion wdt:P31 / wdt:P279 * wd:Q1789452\n  }\n  && NOT EXISTS {\n    ?criterion wdt:P31 / wdt:P279 * wd:Q1151067\n  })\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What things use criteria that are not themselves considered rules or general criteria?", "List all items that are based on specific evaluation standards, excluding those that are categorized as rules or criteria."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q1789452> ) ( <http://www.wikidata.org/entity/Q1151067> ) } ?var1 <http://www.wikidata.org/prop/direct/P1013> ?var3 . FILTER ( ( NOT EXISTS { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8479", "question": "British science fiction writers", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q18844224 .\n  ?person wdt:P27 wd:Q145 .\n  ?person rdfs:label ?personLabel .\n  wd:Q18844224 rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some science fiction writers from the United Kingdom?", "List the names of humans who are citizens of the United Kingdom and work as science fiction writers, along with their occupation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q18844224> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100000"}}
{"id": "val_8480", "question": "List novelists with their birth and death dates, places of birth and death, and awards received.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?novelist ?novelistLabel ?dateOfBirth ?dateOfDeath ?placeOfBirthLabel ?placeOfDeathLabel ?awardLabel WHERE {\n  ?novelist wdt:P31 wd:Q5 .\n  ?novelist wdt:P106 wd:Q6625963 .\n  OPTIONAL {\n    ?novelist wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?novelist wdt:P570 ?dateOfDeath .\n  }\n  OPTIONAL {\n    ?novelist wdt:P19 ?placeOfBirth .\n    ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n    FILTER(LANG(?placeOfBirthLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?novelist wdt:P20 ?placeOfDeath .\n    ?placeOfDeath rdfs:label ?placeOfDeathLabel .\n    FILTER(LANG(?placeOfDeathLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?novelist wdt:P166 ?award .\n    ?award rdfs:label ?awardLabel .\n    FILTER(LANG(?awardLabel) = \"en\")\n  }\n  ?novelist rdfs:label ?novelistLabel .\n  FILTER(LANG(?novelistLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are some novelists, and what are their birth and death details, including where they were born and died, and any awards they received?", "Please provide a list of up to 100 novelists, including their birth and death dates, places of birth and death (in English), and any awards they have received."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q6625963> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8481", "question": "What winter sports have associated occupations?", "sparql": "SELECT ?winterSport ?occupation WHERE { ?winterSport (wdt:P279* / wdt:P31*) wd:Q204686 . OPTIONAL { ?occupation wdt:P425 ?winterSport . } }", "paraphrases": ["Which winter sports are linked to specific professions, and what are those professions?", "List all winter sports and the occupations related to them, if any."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P279> */ <http://www.wikidata.org/prop/direct/P31> *) <http://www.wikidata.org/entity/Q204686> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P425> ?var1 . } }"}}
{"id": "val_8482", "question": "Does the film with Elonet ID 100011 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P2346 \"100011\" .\n}", "paraphrases": ["Is there a movie in Wikidata with Elonet movie ID 100011?", "Check if Wikidata contains a movie identified by the Elonet ID 100011."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2346> \"100011\". }"}}
{"id": "val_8483", "question": "What Wikidata item has the IMDb ID tt0181018?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt0181018\" . }", "paraphrases": ["Which movie on Wikidata is identified by the IMDb identifier tt0181018?", "Find the Wikidata entry for the film with IMDb ID tt0181018."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0181018\". } LIMIT 1"}}
{"id": "val_8484", "question": "What Wikidata item corresponds to the IMDb ID tt0372359?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt0372359\" .\n}\nLIMIT 1", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt0372359?", "Find the Wikidata entity for the movie with IMDb ID tt0372359."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0372359\". } LIMIT 1"}}
{"id": "val_8485", "question": "Does the IMDb ID tt0090503 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P345 \"tt0090503\" . }", "paraphrases": ["Is there a Wikidata item associated with the IMDb identifier tt0090503?", "Check if tt0090503 is a valid IMDb ID in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0090503\". }"}}
{"id": "val_8486", "question": "Is there a movie in Wikidata with the IMDb ID tt1552211?", "sparql": "ASK WHERE { ?item wdt:P345 \"tt1552211\" . }", "paraphrases": ["Does the film \"The Last Days of American Crime\" have an entry in Wikidata linked to its IMDb ID?", "Can you confirm that the IMDb identifier tt1552211 corresponds to a known film in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0790765\". }"}}
{"id": "val_8487", "question": "Who has the IMDb ID nm0825174?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person WHERE {\n  ?person wdt:P345 \"nm0825174\" .\n}", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm0825174?", "Tell me the Wikidata entity for the IMDb profile nm0825174."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0825174\". } LIMIT 1"}}
{"id": "val_8488", "question": "Image of Marie Hall Ets (SNAC ARK ID w60g3q48)", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w60g3q48\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Marie Hall Ets on Wikimedia Commons?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w60g3q48."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60g3q48\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8489", "question": "Top 500 sheep breeds by number of Wikipedia language editions", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P31 wd:Q15622363 .\n  ?sitelink schema:about ?item ; schema:isPartOf ?wiki .\n}\nGROUP BY ?item\nORDER BY DESC(?sitelinkCount)\nLIMIT 500", "paraphrases": ["Which sheep breeds have the most Wikipedia articles across different languages, and how many are there?", "List the 500 most widely documented sheep breeds on Wikipedia, ordered by how many language versions of their articles exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15622363> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_8490", "question": "Irish Wikipedia pages for biological taxa without scientific names in Wikidata", "sparql": "SELECT ?taxon ?page_title ?page_url WHERE { ?taxon wdt:P31 wd:Q16521 . ?page_url schema:about ?taxon ; schema:isPartOf <https://ga.wikipedia.org/> ; schema:name ?page_title . MINUS { ?taxon wdt:P225 [] . } }", "paraphrases": ["Which biological taxa have Irish Wikipedia pages but no assigned scientific name in Wikidata?", "Show me the Irish-language Wikipedia page titles and URLs for taxa that are missing their scientific names in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P225> ?var4 . } FILTER ( ( !( BOUND ( ?var4 ) ) ) ) . ?var3 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://ga.wikipedia.org/> ; <http://schema.org/name> ?var2 . }"}}
{"id": "val_8491", "question": "Is Avenue du 8 Mai 1945 a type of software?", "sparql": "ASK WHERE { wd:Q24575601 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the avenue \"Avenue du 8 Mai 1945\" belong to any category that is a subclass of software?", "Confirm whether Avenue du 8 Mai 1945 is categorized under software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q24575601> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8492", "question": "People who served in any Chamber of Deputies, with their start date, end date, electoral district, and parliamentary term.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?parliamentaryGroup ?electoralDistrict ?startTime ?endTime ?parliamentaryTerm WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 ?chamber .\n  ?chamber wdt:P31 wd:Q320289 .\n  OPTIONAL {\n    ?statement pq:P4100 ?parliamentaryGroup .\n  }\n  OPTIONAL {\n    ?statement pq:P768 ?electoralDistrict .\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?startTime .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endTime .\n  }\n  OPTIONAL {\n    ?statement pq:P2937 ?parliamentaryTerm .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nORDER BY ASC(?startTime) ASC(?endTime)\nLIMIT 50", "paraphrases": ["Who are the individuals who have held a position in a Chamber of Deputies, and what were the start and end times of their terms, along with their electoral districts and parliamentary groups?", "List all representatives in any Chamber of Deputies, sorted by the start time of their term, including their electoral district, parliamentary group, and term duration."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q44419830> . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P2937> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P768> ?var3 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P4100> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } } ORDER BY ASC( ?var5 )ASC( ?var6 )"}}
{"id": "val_8493", "question": "Members of the 15th French National Assembly and their start dates", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?member ?startDate WHERE {\n  ?member wdt:P39 wd:Q3044918 .\n  ?member p:P39 ?statement .\n  ?statement pq:P2937 wd:Q24939798 .\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n}\nORDER BY ASC ( ?startDate )", "paraphrases": ["Who were the members of the 15th legislature of the Fifth French Republic, and when did they start their term?", "List all members of the French National Assembly during the 2017\u20132022 term along with the date they began their mandate, sorted by start date."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q3044918> . ?var1 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q24939798> . OPTIONAL { ?var5 <http://www.wikidata.org/prop/qualifier/P580> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var2 )ASC( ?var3 )"}}
{"id": "val_8494", "question": "What are the 50 oldest demolished lighthouses, and what are their locations and images?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?lighthouse ( MIN( ?demolishedDate ) AS ?earliestDemolished ) ( SAMPLE( ?lighthouseLabel ) AS ?label ) ( SAMPLE( ?location ) AS ?locationSample ) ( SAMPLE( ?image ) AS ?imageSample ) WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 .\n  ?lighthouse wdt:P576 ?demolishedDate .\n  OPTIONAL {\n    ?lighthouse rdfs:label ?lighthouseLabel .\n    FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?lighthouse wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?lighthouse wdt:P18 ?image .\n  }\n}\nGROUP BY ?lighthouse\nORDER BY ASC ( ?earliestDemolished )\nLIMIT 50", "paraphrases": ["Can you list the earliest lighthouses to be demolished, along with their English names, coordinates, and available photos from Wikimedia Commons?", "Show me the lighthouses that have been demolished, sorted by when they were taken down, and include their labels, geographic positions, and images if available."], "info": {"raw_sparql": "SELECT ?var1 ( MIN ( ?var2 ) AS ?var3 )( SAMPLE ( ?var1Label ) AS ?var1Label )( SAMPLE ( ?var4 ) AS ?var4 )( SAMPLE ( ?var5 ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var6 )( SAMPLE ( ?var7 ) AS ?var7 )( SAMPLE ( ?var8 ) AS ?var8 )( SAMPLE ( ?var9 ) AS ?var9 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P576> ?var2 . OPTIONAL { ?var1 <http://wikiba.se/ontology#statements> ?var5 . } OPTIONAL { ?var1 <http://wikiba.se/ontology#sitelinks> ?var6 . } OPTIONAL { ?var1 <http://wikiba.se/ontology#identifiers> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var9 . } } GROUP BY ?var1 ORDER BY ASC( ?var3 ) LIMIT 50"}}
{"id": "val_8495", "question": "What are the Twitter/X usernames \"TechCrunch\" and \"NASAHubble\", and how many Wikipedia sitelinks do their corresponding Wikidata items have, sorted by the number of sitelinks?", "sparql": "SELECT ?item ?username (COUNT(DISTINCT ?sitelink) AS ?sitelinkCount) WHERE { VALUES ?username { \"TechCrunch\" \"NASAHubble\" } ?item wdt:P2002 ?username . ?sitelink schema:about ?item . } GROUP BY ?item ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["List the Wikidata items for the Twitter accounts TechCrunch and NASA Hubble, along with their sitelink counts, ordered from least to most sitelinks.", "Which Wikidata entities are linked to the Twitter usernames TechCrunch and NASAHubble, and how many language versions of Wikipedia link to each?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"TechCrunch\" ) ( \"string1\" ) ( \"NASAHubble\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8496", "question": "Does Hermann Geiger have a VIAF ID of 15601303?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"15601303\" .\n}", "paraphrases": ["Is there a Wikidata item for the person with VIAF identifier 15601303?", "Confirm whether the Virtual International Authority File ID 15601303 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"15601303\". }"}}
{"id": "val_8497", "question": "English label and description of the person with Great Russian Encyclopedia Online ID 2643412.", "sparql": "SELECT ?entity ?label ?description WHERE { ?entity wdt:P2924 \"2643412\" . ?entity rdfs:label ?label . FILTER (LANG(?label) = \"en\") . OPTIONAL { ?entity schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Who is the person identified by the ID 2643412 in the Great Russian Encyclopedia Online, and what is their English description?", "Show me the English name and description of Hans Morgenthau as listed in the Great Russian Encyclopedia Online."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2643412\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8498", "question": "What is the English label and description of the Great Russian Encyclopedia entry with ID 3515565?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?desc WHERE {\n  ?item wdt:P2924 \"3515565\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?desc .\n    FILTER ( LANG( ?desc ) = \"en\" )\n  }\n}", "paraphrases": ["Can you find the English name and description of the country listed as 3515565 in the Great Russian Encyclopedia?", "Which entity in Wikidata has the Great Russian Encyclopedia Online ID 3515565, and what is its English label and description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3138532\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8499", "question": "What are the alternative names for deep brain stimulation?", "sparql": "SELECT ?mainLabel ?alias WHERE { wd:Q618076 rdfs:label ?mainLabel . wd:Q618076 skos:altLabel ?alias . FILTER(LANG(?mainLabel) = 'en') FILTER(LANG(?alias) = 'en') }", "paraphrases": ["Can you list all the English aliases of deep brain stimulation, including terms like DBS and brain pacemaker?", "Show me the main label and all alternative names in English for the medical procedure deep brain stimulation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q618076> <http://www.wikidata.org/prop/direct/P1932> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P1932> * <http://www.wikidata.org/entity/Q618076> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1932> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8500", "question": "List of fashion designers on Wikidata.", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q3501317 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people whose occupation is fashion designer?", "Show me the names of all people who work as fashion designers, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3501317> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_8501", "question": "People with occupations that are subclasses of creator", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P106 / wdt:P279* wd:Q2500638 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the people whose occupations are types of creators, such as artists or fashion designers?", "List the names of people who work in creative professions like designer, artist, or grand couturier."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4845479> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2500638> . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_8502", "question": "Items about occurrence with their qualifiers", "sparql": "SELECT ?item ?statement (SAMPLE(?qualifier_value) AS ?qualifier) WHERE {\n  ?item p:P921 ?statement .\n  ?statement ps:P921 wd:Q1190554 .\n  ?statement ?qualifier_property ?qualifier_value .\n  FILTER(STRSTARTS(STR(?qualifier_property), 'http://www.wikidata.org/prop/qualifier/'))\n} GROUP BY ?item ?statement LIMIT 101", "paraphrases": ["What are some items that have \"occurrence\" as their main subject, and what qualifiers are used on those statements?", "List up to 101 items related to occurrences and show one example of a qualifier used for each."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q1190554> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8503", "question": "People with the Japanese surname \"\u5fb3\u5143\" (Tokumoto), their kana readings, family name entities, and citizenship.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?name ?kana ?familyName ?country WHERE {\n  ?person wdt:P31 wd:Q5 ; rdfs:label ?name .\n  OPTIONAL {\n    ?person wdt:P1814 ?kana .\n  }\n  OPTIONAL {\n    ?person wdt:P734 ?familyName .\n  }\n  OPTIONAL {\n    ?person wdt:P27 ?country .\n  }\n  FILTER(STRSTARTS(?name , \"\u5fb3\u5143\" @ja))\n}\nORDER BY ASC(?name)", "paraphrases": ["Who are the Japanese people whose names start with \"\u5fb3\u5143\" in Japanese, and what are their kana readings, family names, and countries of citizenship?", "List all humans with a Japanese name starting with \"\u5fb3\u5143\", along with their kana pronunciation, family name (if any), and country of citizenship, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var7 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://ja.wikipedia.org/> . FILTER ( ( STRSTARTS ( ?var2 , \"\u5fb3\u5143\"@ja ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1814> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_8504", "question": "What English and German language pages are about the movie Room (IMDb tt3170832)?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt3170832\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Which Wikipedia and Wikiquote pages in English and German are linked to the film Room with IMDb ID tt3170832?", "Show me the English and German web pages related to the movie Room, identified by its IMDb ID tt3170832."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3170832\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8505", "question": "English and German Wikipedia and Wikiquote pages about the movie Taxi Driver (IMDb tt0075314)", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0075314\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German language Wikipedia and Wikiquote pages about the film Taxi Driver, identified by IMDb ID tt0075314?", "Show me the English and German language pages linked to the Wikidata item for the movie Taxi Driver (IMDb: tt0075314)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0075314\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8506", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt1285016.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt1285016\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What English and German language Wikipedia and Wikiquote pages are about the movie \"The Social Network\" (IMDb ID: tt1285016)?", "Show me the links to the English and German Wikipedia and Wikiquote pages for the movie identified by IMDb ID tt1285016."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1285016\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8507", "question": "List all ISO 639-3 language codes and their retirement dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?code ?endDate WHERE {\n  ?language p:P220 ?statement .\n  ?statement ps:P220 ?code .\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n}\nORDER BY ASC(?code)", "paraphrases": ["What are all the ISO 639-3 language codes, and when were any of them deprecated or retired?", "Show me the complete list of ISO 639-3 language codes, including those that are no longer in use, along with the dates they were discontinued."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/P220> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P220> ?var1 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var2 . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_8508", "question": "Who are the people named Barrie?", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 ; wdt:P735 wd:Q18502424 . }", "paraphrases": ["Can you list all humans whose first name is Barrie?", "Show me the list of individuals with the given name Barrie."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Barrie\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8509", "question": "Image of Dr. Nicholas U. Mayall with SNAC ARK ID w69c6zr4", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w69c6zr4\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w69c6zr4?", "Show me the image linked to the SNAC ARK ID w69c6zr4."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69c6zr4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8510", "question": "What academic degree does Claudia M\u00fcller-Birn hold?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?degree ?degreeLabel WHERE {\n  wd:Q42314064 wdt:P512 ?degree .\n  ?degree rdfs:label ?degreeLabel .\n  FILTER ( LANG( ?degreeLabel ) = \"en\" )\n}", "paraphrases": ["What is the English label of the academic degree awarded to Claudia M\u00fcller-Birn?", "Can you tell me the degree Claudia M\u00fcller-Birn earned, in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q42314064> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8511", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3704298?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt3704298\" .\n  ?wikipedia_page schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipedia_page schema:inLanguage ?lang .\n}", "paraphrases": ["Find the Wikipedia article in English or German about the film Vincent N Roxxy.", "Which Wikipedia pages (in English or German) are linked to the IMDb entry tt3704298?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3704298\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8512", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt4136084?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt4136084\" .\n  ?wikipediaPage schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Can you show me the Wikipedia articles about Florence Foster Jenkins in English and German?", "Which language versions of the Wikipedia page exist for the film Florence Foster Jenkins?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4136084\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8513", "question": "Wikipedia and Commons pages in English or German about the film with IMDb ID tt0810819", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt0810819\" . ?page schema:about ?item . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German language Wikipedia or Commons pages are about the movie \"The Danish Girl\" (IMDb tt0810819)?", "Show me the English and German language pages related to the film \"The Danish Girl\" on Wikipedia or Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0810819\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8514", "question": "English and German Wikipedia pages for the movie Paper Towns (IMDb tt3622592)", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wiki_page WHERE {\n  ?movie wdt:P345 \"tt3622592\" .\n  ?wiki_page schema:about ?movie .\n  ?wiki_page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  FILTER(REGEX(STR(?wiki_page) , \"https://(en|de)\\\\.wikipedia\\\\.org/\"))\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt3622592?", "Show me the English and German Wikipedia links for the film Paper Towns, which has the IMDb identifier tt3622592."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3622592\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8515", "question": "What is the English Wikipedia page and IMDb ID for the film with IMDb ID tt3722614?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?itemLabel ?wikipediaUrl ?imdbId WHERE {\n  ?item wdt:P345 \"tt3722614\" .\n  ?wikipediaUrl schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  BIND(\"tt3722614\" AS ?imdbId)\n}", "paraphrases": ["Which English Wikipedia article is about the movie with the IMDb identifier tt3722614, and what is its IMDb ID?", "Show me the English Wikipedia link and IMDb ID for the film Revolt."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3722614\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8516", "question": "Who is Karl Marx in French Wikipedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Karl Marx\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Which human has the French label 'Karl Marx'?", "Find the entity named Karl Marx in French that is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Karl gens\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8517", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0089153?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0089153\" .\n  ?wikipedia_page schema:about ?movie .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0089153 on IMDb.", "Which Wikipedia pages in English and German discuss the movie Flesh and Blood (1985)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0089153\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8518", "question": "Image of the person with SNAC ARK ID w6n347ks", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6n347ks\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with William Harris Ashmead in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6n347ks?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n347ks\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8519", "question": "Is Blob Wars: Metal Blob Solid a human?", "sparql": "ASK WHERE { wd:Q49166226 wdt:P31/wdt:P279* wd:Q5 .}", "paraphrases": ["Is the video game Blob Wars: Metal Blob Solid classified as a human or any of its subclasses?", "Confirm whether Blob Wars: Metal Blob Solid is a human being."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q49166226> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8520", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2291540?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt2291540\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"My Friend Dahmer\".", "Which Wikipedia pages in English and German describe the movie identified by tt2291540 on IMDb?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2291540\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8521", "question": "List all French arrondissements and their INSEE codes.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?arrondissement ?arrondissementLabel ?inseeCode WHERE {\n  ?arrondissement wdt:P3423 ?inseeCode .\n  ?arrondissement rdfs:label ?arrondissementLabel .\n  FILTER(LANG(?arrondissementLabel) = \"en\")\n}", "paraphrases": ["What are the English names and INSEE codes of all arrondissements in France?", "Can you provide a list of French arrondissements with their official INSEE numeric codes and their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3423> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_8522", "question": "English and German web pages about the movie with IMDb ID tt0098635", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0098635\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What English and German language Wikipedia or Wikiquote pages are about the movie \"When Harry Met Sally...\"?", "Show me the English and German language pages linked to the movie \"When Harry Met Sally...\" on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0098635\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8523", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0453556.", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0453556\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German language Wikipedia and Wikiquote pages are about the film with IMDb ID tt0453556?", "Show me the English and German language pages linked to the TMNT movie (IMDb ID: tt0453556)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0453556\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8524", "question": "What Wikipedia and Wikiquote pages are available in English or German for the movie with IMDb ID tt2209418?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt2209418\" . ?page schema:about ?item . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the English and German language pages related to the film Before Midnight (IMDb: tt2209418).", "Which language versions of Wikipedia and Wikiquote have articles about the movie Before Midnight?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2209418\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8525", "question": "Which humans have identifiers in the Library of Congress, VIAF, AAT, MeSH, or LC/MARC authority systems?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?property ?identifier WHERE {\n  VALUES ?property {\n    wdt:P244 wdt:P214 wdt:P1014 wdt:P4801 wdt:P486\n  }\n  ?item ?property ?identifier .\n  ?item wdt:P31 wd:Q5 .\n}\nLIMIT 100", "paraphrases": ["Can you list humans along with their authority control identifiers such as LCCN, VIAF, AAT, MeSH, or LC/MARC IDs?", "Show me up to 100 humans and their corresponding identifiers from major bibliographic authority files like VIAF, LCCN, MeSH, AAT, and LC/MARC."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/prop/direct/P244> ) ( <http://www.wikidata.org/prop/direct/P214> ) ( <http://www.wikidata.org/prop/direct/P4801> ) ( <http://www.wikidata.org/prop/direct/P1014> ) ( <http://www.wikidata.org/prop/direct/P486> ) } ?var2 ?var1 ?var3 . }"}}
{"id": "val_8526", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0295432", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0295432\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie identified by IMDb ID tt0295432?", "Show me the Wikipedia pages in English or German that are about the movie with IMDb ID tt0295432."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0295432\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8527", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0139809.", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } FILTER(?imdb_id = \"tt0139809\") }", "paraphrases": ["What are the English and German Wikipedia pages for the film identified by IMDb ID tt0139809?", "Show me the English and German Wikipedia links for the movie that has the IMDb identifier tt0139809, along with its IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0139809\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8528", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0267804?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0267804\" . ?wikipedia_page schema:about ?movie . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The One\" (IMDb: tt0267804).", "Which language versions of Wikipedia have articles about the movie identified by tt0267804?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0267804\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8529", "question": "English and German pages about the movie with IMDb ID tt0068699", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0068699\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What English and German language Wikipedia or Wikiquote pages are about the movie \"High Plains Drifter\"?", "Show me the English and German language web pages linked to the movie \"High Plains Drifter\" on IMDb (ID: tt0068699)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0068699\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8530", "question": "What is the Wikimedia Commons category for the House of Limburg-Stirum?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category WHERE {\n  wd:Q553251 wdt:P373 ?category .\n}", "paraphrases": ["Where can I find images related to the House of Limburg-Stirum on Wikimedia Commons?", "Which Commons category contains media files about the noble family House of Limburg-Stirum?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q553251> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_8531", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0133093?", "sparql": "SELECT ?item ?page ?lang WHERE { ?item wdt:P345 \"tt0133093\" . ?page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by the IMDb ID tt0133093.", "Which language versions of Wikipedia have articles about the movie \"The Matrix\" (IMDb: tt0133093)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7136060\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8532", "question": "What Wikipedia pages in English or German are about the movie with IMDb ID tt7654082?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt7654082\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you find the German or English Wikipedia articles for the film identified by IMDb ID tt7654082?", "Show me the Wikipedia links in English or German for the movie that has the IMDb identifier tt7654082."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7654082\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8533", "question": "What is the German or English Wikipedia page for the movie with IMDb ID tt5085522?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?imdb_id = \"tt5085522\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English or German about the film identified by tt5085522 on IMDb.", "Which Wikipedia pages in English or German are linked to the movie Hostile on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5085522\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8534", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0468569?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0468569\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the language-specific Wikipedia pages for The Dark Knight.", "Which Wikipedia articles in English or German are about the movie The Dark Knight?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7418206\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8535", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt6905402?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt6905402\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia pages in English or German are about the movie identified by IMDb ID tt6905402?", "Show me the Wikipedia links in English or German for the movie with IMDb ID tt6905402."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6905402\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8536", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0082592.", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0082592\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German language Wikipedia or Wikiquote pages are about the film \"Just Before Dawn\" (IMDb: tt0082592)?", "Show me the English and German language pages linked to the movie \"Just Before Dawn\" via its IMDb identifier tt0082592."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0082592\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8537", "question": "What are the English names of all copyright licenses used in Wikidata?", "sparql": "SELECT DISTINCT ?license ?licenseLabel WHERE { ?work wdt:P275 ?license . ?license rdfs:label ?licenseLabel . FILTER (LANG(?licenseLabel) = \"en\") }", "paraphrases": ["Can you list all the open licenses with their English labels that are used to license content on Wikimedia projects?", "Show me the names of all copyright licenses in English that are referenced in Wikidata entries."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P275> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8538", "question": "Image of the Royal Ontario Museum", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  wd:Q649250 wdt:P18 ?image .\n}", "paraphrases": ["What is the image of the Royal Ontario Museum on Wikimedia Commons?", "Show me the official image of the Royal Ontario Museum."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q649250> <http://www.wikidata.org/prop/direct/P18> ?var1 . }"}}
{"id": "val_8539", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt0116861?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0116861\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . }", "paraphrases": ["Which language versions of Wikipedia and Wikiquote pages are linked to the movie Leprechaun 4: In Space on Wikidata?", "Show me the English and German Wikipedia and Wikiquote links for the film identified by IMDb ID tt0116861."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0116861\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8540", "question": "What English and German Wikipedia or Wikiquote pages are about the movie Anastasia (IMDb: tt0118617)?", "sparql": "SELECT ?page ?imdbId WHERE { ?movie wdt:P345 ?imdbId . FILTER(?imdbId = \"tt0118617\") . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Which language-specific pages on Wikipedia and Wikiquote discuss the film Anastasia, identified by the IMDb ID tt0118617?", "Show me the English and German language pages related to the movie Anastasia (IMDb ID tt0118617)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0118617\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8541", "question": "Which characters are part of the Disney Princess franchise?", "sparql": "SELECT ?princess ?label WHERE { ?princess wdt:P361 wd:Q1140303 . ?princess rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Who are the members of the Disney Princess media franchise?", "List the English names of characters belonging to the Disney Princess line."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q1140303> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8542", "question": "Who is the person with The Numbers ID 70770401, and what is their English description?", "sparql": "SELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4657 \"70770401\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER (LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you find the English description of the individual identified by 70770401 in The Numbers database?", "What is the English description of Michael Jackson as listed in Wikidata using his The Numbers person ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4657> \"316020401\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8543", "question": "What are the birth and death dates of Clarence Kingsbury?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q39051 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    wd:Q39051 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q39051 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["What is the English label of Clarence Kingsbury, and when was he born and died?", "Can you tell me the birth and death dates of the English racing cyclist Clarence Kingsbury?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q39051> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8544", "question": "What are the birth and death dates of George I of Great Britain?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1Label ?var3 ?var4 WHERE {\n  BIND(wd:Q130805 AS ?var1)\n  ?var1 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?var1 wdt:P569 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var4 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["Birth and death dates of George I of Great Britain", "Can you tell me when George I of Great Britain was born and when he died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16847104> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8545", "question": "What are the birth and death dates of James Rannie Swinton, the Scottish portrait artist?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?personLabel ?birthDate ?deathDate WHERE {\n  VALUES ?person {\n    wd:Q6141855\n  }\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the date of birth and date of death for the person named James Rannie Swinton?", "Who is James Rannie Swinton, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7658777> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8546", "question": "English name, birth date, and death date of Susie Taylor", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q14954671 AS ?person)\n  OPTIONAL {\n    ?person rdfs:label ?personLabel\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate\n  }\n}", "paraphrases": ["What is the birth and death date of Susie Taylor, and what is her English name?", "Please provide the English label, date of birth, and date of death for the person known as Susie Taylor."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q14954671> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8547", "question": "What are the birth and death dates of John Pentland Mahaffy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q2568204 wdt:P31 wd:Q5 .\n  OPTIONAL {\n    wd:Q2568204 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q2568204 wdt:P570 ?deathDate .\n  }\n  wd:Q2568204 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me when John Pentland Mahaffy was born and when he died?", "Who is John Pentland Mahaffy, and what are his dates of birth and death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q2568204> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8548", "question": "What is Shaun White\u2019s date of birth, and is he deceased?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q288656 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Can you tell me Shaun White\u2019s birth date and whether he has passed away?", "When was Shaun White born, and what is his date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q288656> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8549", "question": "What English and German language pages are about the movie with IMDb ID tt1634122?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt1634122\" .\n  ?page schema:about ?item .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia or Wikiquote pages in English or German are linked to the movie Johnny English Reborn?", "Show me all external pages in English or German that are about the film identified by IMDb ID tt1634122."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1634122\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8550", "question": "List of human directors with English labels.", "sparql": "SELECT ?director ?directorLabel WHERE { ?director wdt:P31 wd:Q5 . ?director (wdt:P106/wdt:P279*) wd:Q3455803 . ?director rdfs:label ?directorLabel . FILTER(LANG(?directorLabel) = \"en\") } ORDER BY ?directorLabel", "paraphrases": ["Who are the human directors that have an English label on Wikidata?", "Show me all humans whose occupation is director (or a subclass of director) and who have an English name on Wikidata, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3455803> . ?var1 <http://schema.org/dateModified> ?var2 . FILTER ( ( EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_8551", "question": "Wikipedia and Commons pages in English or German about the movie with IMDb ID tt1655420.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt1655420\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What English and German language Wikipedia and Commons pages are about the movie with IMDb ID tt1655420?", "Show me the English and German language pages related to the movie \"My Week with Marilyn\" (IMDb ID: tt1655420)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1655420\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8552", "question": "Scholarly articles by Fabien C. G. Schneider, including co-authors, publication venues, and publication dates, sorted by newest first.", "sparql": "SELECT \n  (MIN(?pubDate) AS ?earliestDate) \n  ?work \n  ?workLabel \n  (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?coAuthors) \n  (SAMPLE(?pages) AS ?numberOfPages) \n  ?venue \n  ?venueLabel \nWHERE {\n  ?work wdt:P50 wd:Q25820518 .\n\n  ?work wdt:P50 ?author .\n  OPTIONAL {\n    ?author rdfs:label ?authorLabel .\n    FILTER(LANG(?authorLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate .\n  }\n\n  OPTIONAL {\n    ?work wdt:P1104 ?pages .\n  }\n\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n\n  OPTIONAL {\n    ?work rdfs:label ?workLabel .\n    FILTER(LANG(?workLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?earliestDate)", "paraphrases": ["What are the most recent scholarly articles authored by Fabien C. G. Schneider, who are his co-authors, where were they published, and how many pages do they have?", "List all works written by Fabien C. G. Schneider, showing their publication dates, co-authors, publication venues, and number of pages, ordered from most recent to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q25820518> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_8553", "question": "Images related to Fabien C. G. Schneider, including those of his affiliations or works.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?image WHERE {\n  {\n    wd:Q25820518 wdt:P18 ?image .\n  } UNION {\n    wd:Q25820518 ?property ?entity .\n    ?entity wdt:P18 ?image .\n    FILTER ( ?entity != wd:Q5 ) .\n  } UNION {\n    ?work wdt:P50 wd:Q25820518 .\n    {\n      ?work wdt:P921 [ wdt:P18 ?image ] .\n    } UNION {\n      ?author wdt:P50 ?work .\n      ?author wdt:P18 ?image .\n    }\n  }\n}", "paraphrases": ["What images are associated with Fabien C. G. Schneider, either directly, through entities he is connected to, or through works he authored or are authored by his collaborators?", "Show me all images connected to Fabien C. G. Schneider, including those of institutions he is affiliated with or works linked to him."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q25820518> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q25820518> ?var2 ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q25820518> . { ?var4 <http://www.wikidata.org/prop/direct/P921> [ <http://www.wikidata.org/prop/direct/P18> ?var1 ] . } UNION { ?var5 <http://www.wikidata.org/prop/direct/P50> ?var4 . ?var5 <http://www.wikidata.org/prop/direct/P18> ?var1 . } } }"}}
{"id": "val_8554", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1078940?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  VALUES ?imdbId {\n    \"tt1078940\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Couples Retreat\" (IMDb: tt1078940).", "Which language versions of Wikipedia have articles about the movie identified by IMDb ID tt1078940?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1078940\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8555", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1438254.", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt1438254\" . ?wikipediaPage schema:about ?movie . FILTER(STRSTARTS(STR(?wikipediaPage), \"https://en.wikipedia.org/\") || STRSTARTS(STR(?wikipediaPage), \"https://de.wikipedia.org/\")) }", "paraphrases": ["What are the English and German Wikipedia articles about the movie \"Charlie St. Cloud\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt1438254."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1438254\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8556", "question": "Countries with English as official language", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel WHERE {\n  ?country wdt:P37 wd:Q1860 .\n  ?country wdt:P31 wd:Q3624078 .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = 'en' )\n}", "paraphrases": ["Which countries have English as their official language?", "List all countries where English is an officially recognized language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P37> <http://www.wikidata.org/entity/Q11042> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8557", "question": "Wikipedia page in English or German for the movie with IMDb ID tt2358925", "sparql": "SELECT ?item ?wikipediaPage ?imdbId WHERE { BIND(\"tt2358925\" AS ?imdbId) . ?item wdt:P345 ?imdbId . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt2358925?", "Show me the Wikipedia page in English or German for the movie identified by IMDb ID tt2358925."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2358925\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8558", "question": "Image of Kermit Roosevelt with SNAC ARK ID w67s8340", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w67s8340\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w67s8340?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w67s8340."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67s8340\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8559", "question": "Entities linked to SFB 884 with their images and labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?image WHERE {\n  wd:Q48975701 ?property ?item .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What are the organizations and locations associated with the SFB 884 research center, and do they have images on Wikimedia Commons?", "Please list all entities connected to the SFB 884: Political Economy of Reforms project, along with their English labels and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q48975701> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q48975701> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_8560", "question": "What entities are connected to Frans Hodell via statements, and what properties and qualifiers are used?", "sparql": "SELECT ?item ?statement ?property (SAMPLE(?qualifierProperty) AS ?qualifier)\nWHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?statementProperty wd:Q5808441 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?statementProperty .\n      ?property wikibase:claim ?claim .\n      FILTER (?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?property wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Who are the people linked to Frans Hodell through statements, what properties describe those relationships, and are there any qualifiers like kinship type?", "Show me all the relationships (properties) between Frans Hodell and other entities, including any qualifiers such as the nature of kinship, excluding instance-of relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q5808441> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_8561", "question": "Human settlements in Lubart\u00f3w County, Poland", "sparql": "SELECT ?settlement ?settlementLabel WHERE { ?gmina wdt:P131 wd:Q912706 . ?settlement wdt:P131 ?gmina . ?settlement wdt:P31 wd:Q486972 . ?settlement wdt:P17 wd:Q36 . ?settlement rdfs:label ?settlementLabel . } LIMIT 100", "paraphrases": ["What are the human settlements located in Lubart\u00f3w County in Poland?", "List all towns and villages in Lubart\u00f3w County, Poland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q36> . FILTER ( ( CONTAINS ( ?var2Label , \"lubar\"@en ) ) ) . } LIMIT 100"}}
{"id": "val_8562", "question": "Countries that are members of UNESCO, their membership start dates, and images.", "sparql": "SELECT ?country ?countryLabel ?membershipStart (SAMPLE(?image) AS ?imageSample) WHERE {  ?country wdt:P31 wd:Q6256 ;         p:P463 ?membershipStmt .  ?membershipStmt ps:P463 wd:Q7809 ;                  pq:P580 ?membershipStart .  OPTIONAL {    ?country wdt:P18 ?image .  }} GROUP BY ?country ?countryLabel ?membershipStart", "paraphrases": ["Which countries are members of UNESCO, when did they join, and what images are associated with them?", "List all UNESCO member countries along with the date they joined and one representative image for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/direct/P463> [ <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q7809> ; <http://www.wikidata.org/prop/qualifier/P580> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } GROUP BY ?var1 ?var1Label ?var2"}}
{"id": "val_8563", "question": "What are the English names and Hungarian company IDs of companies registered in Hungary?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?company ?companyLabel ?company_id WHERE {\n  ?company wdt:P2619 ?company_id .\n  ?company rdfs:label ?companyLabel .\n  FILTER ( LANG( ?companyLabel ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["List Hungarian companies with their official registration numbers and English names.", "Show me the English labels and Hungarian company IDs for companies in the Hungarian company register."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2619> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"hu,en\". } } LIMIT 200"}}
{"id": "val_8564", "question": "List of artists and their Boijmans Museum IDs with English labels.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artist ?artistLabel ?boijmansId WHERE {\n  ?artist wdt:P3888 ?boijmansId .\n  ?artist rdfs:label ?artistLabel .\n  FILTER(LANG(?artistLabel) = \"en\")\n}", "paraphrases": ["Which artists are listed in the Museum Boijmans Van Beuningen\u2019s collection, and what are their IDs and English names?", "Show me the English names and Boijmans artist IDs for all artists in the Museum Boijmans Van Beuningen\u2019s database."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3888> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8565", "question": "Image of Jean Genet with SNAC ARK ID w6x92x1p", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6x92x1p\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Jean Genet's SNAC ARK ID w6x92x1p?", "Show me the Wikimedia Commons image of the person whose SNAC ARK ID is w6x92x1p."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6x92x1p\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8566", "question": "What is the English label and description of the person with Great Russian Encyclopedia Online ID 4412686?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"4412686\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Who is the individual identified by the ID 4412686 in the Great Russian Encyclopedia Online, and what is their English description and name?", "Show me the English name and description of the person whose Great Russian Encyclopedia Online ID is 4412686."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4412686\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8567", "question": "Is Winetricks a human?", "sparql": "ASK WHERE { wd:Q8024985 wdt:P31/wdt:P279* wd:Q5 .}", "paraphrases": ["Does Winetricks belong to the category of humans or any of its subclasses?", "Is Winetricks classified as a human being according to its type hierarchy in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q8024985> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8568", "question": "Indonesian regencies with their administrative codes and cleaned codes without dots", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?code ?cleanCode ?regency ?regencyLabel WHERE {\n  ?regency wdt:P31 wd:Q3191695 .\n  ?regency wdt:P17 wd:Q252 .\n  ?regency wdt:P2588 ?code .\n  BIND( REPLACE( ?code , \"\\\\.\" , \"\" ) AS ?cleanCode ) .\n  ?regency rdfs:label ?regencyLabel .\n  FILTER ( LANG( ?regencyLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names and 4-digit administrative codes of all regencies in Indonesia, along with their original codes containing dots?", "List all Indonesian regencies, their official administrative codes (e.g., 21.01), and the same codes without the dot (e.g., 2101), in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { BIND ( CONCAT ( SUBSTR ( ?var1 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) , SUBSTR ( ?var1 ,\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var2 ). ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3191695> . ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var3 <http://www.wikidata.org/prop/direct/P2588> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8569", "question": "What are the names and establishment dates of all countries?", "sparql": "SELECT ?country ?countryLabel ?date WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P571 ?date . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["When were countries founded, and what are their English names?", "List countries along with the year they became independent, in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var2 <http://schema.org/dateCreated> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8570", "question": "What are the German states and their districts?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?state ?stateLabel ?district ?districtLabel WHERE {\n  ?state wdt:P131 wd:Q183 ; wdt:P31 wd:Q1221156 .\n  ?district wdt:P131 ?state ; wdt:P31 wd:Q106658 .\n  FILTER NOT EXISTS {\n    ?district wdt:P31 wd:Q42744322\n  }\n}\nLIMIT 20", "paraphrases": ["Can you list the administrative districts within each federal state of Germany?", "Show me the hierarchy of Germany\u2019s federal states and their corresponding rural districts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P150> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P150> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P150> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-cn,zh,en,en\". } }"}}
{"id": "val_8571", "question": "Electoral districts in the Australian Capital Territory", "sparql": "SELECT ?electorate ?electorateLabel WHERE { ?electorate wdt:P31 wd:Q5357209 . ?electorate rdfs:label ?electorateLabel . FILTER(LANG(?electorateLabel) = \"en\") } ORDER BY ASC(?electorateLabel)", "paraphrases": ["What are the names of the electoral districts in the Australian Capital Territory, in alphabetical order?", "List the English names of all electoral districts for the ACT Legislative Assembly, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5357209> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_8572", "question": "List of countries in the world", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?country ?countryLabel WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["What are the names of all countries in English?", "Can you provide the English labels for all entities that are classified as countries in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-cn,zh,en,en\". } }"}}
{"id": "val_8573", "question": "What is the image of the person with SNAC ARK ID \"w6pn9ng4\"?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6pn9ng4\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with the Social Networks and Archival Context identifier w6pn9ng4?", "I need the picture linked to the SNAC ARK ID w6pn9ng4 \u2014 what is it?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pn9ng4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8574", "question": "What are some examples of land art that are also considered works of art?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?item wdt:P31 wd:Q326478 .\n  ?item wdt:P31 wd:Q838948 .\n}\nORDER BY ?item", "paraphrases": ["Which artworks are classified both as land art and as works of art?", "Show me all items that are instances of both land art and work of art."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q326478> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . } ORDER BY ASC( STR ( ?var2 ) )"}}
{"id": "val_8575", "question": "Is Carambar & Co a type of software?", "sparql": "ASK WHERE { wd:Q48756989 ( wdt:P31 / wdt:P279* ) wd:Q7397 . }", "paraphrases": ["Does Carambar & Co belong to a category that is a subclass of software?", "Show me if Carambar & Co is classified under software or any of its subcategories."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q48756989> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8576", "question": "Is there a Wikidata item for the IMDb ID tt0303297?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0303297\" .\n}", "paraphrases": ["Does the movie with IMDb ID tt0303297 have a corresponding entry in Wikidata?", "Check if the documentary 'Amandla!: A Revolution in Four-Part Harmony' is linked to the IMDb ID tt0303297 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0303297\". }"}}
{"id": "val_8577", "question": "What properties and values describe Naomi Klein on Wikidata, with their English labels?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel WHERE {\n  wd:Q236606 ?statementProperty ?value .\n  ?property wikibase:directClaim ?statementProperty .\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER ( LANG( ?propertyLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are all the direct properties (like ISNI, date of birth, notable work) associated with Naomi Klein, and what are their values and labels?", "Show me all the data about Naomi Klein from Wikidata, including property names, values, and their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q236606> ?var3 ?var2 . ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8578", "question": "What is the English label and description of the entity with Great Russian Encyclopedia Online ID 3166958?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"3166958\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the name and English description of the Russian scientific centre identified by the ID 3166958 in the Great Russian Encyclopedia Online?", "Show me the English name and description of the entity linked to the Great Russian Encyclopedia Online ID 3166958."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3166958\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8579", "question": "What entities in Wikidata have a nickname recorded?", "sparql": "SELECT ?item WHERE { ?item wdt:P1449 ?nickname .}", "paraphrases": ["Can you list all people and things that are known by a nickname?", "Which items in Wikidata are associated with a nickname property?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://xmlns.com/foaf/0.1/nick> ?var2 . }"}}
{"id": "val_8580", "question": "Is iperf a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1067122 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does iperf belong to the category of software through its class hierarchy?", "Confirm whether iperf is classified as software via its instance and subclass relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1067122> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8581", "question": "Charitable organizations focused on marine conservation", "sparql": "SELECT ?organization ?organizationLabel WHERE { ?organization wdt:P2650 wd:Q1916831 ; wdt:P31 wd:Q708676 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which charitable organizations are dedicated to marine conservation?", "List the names of nonprofit organizations whose primary area of interest is marine conservation."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P2650> <http://www.wikidata.org/entity/Q1916831> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q708676> . } LIMIT 100"}}
{"id": "val_8582", "question": "What are the positions of U.S. state governors?", "sparql": "SELECT ?governorPosition ?governorPositionLabel WHERE { ?governorPosition wdt:P279 wd:Q889821 . ?governorPosition rdfs:label ?governorPositionLabel . FILTER(LANG(?governorPositionLabel) = \"en\")}", "paraphrases": ["Which governor positions are subclasses of the governor of a U.S. state?", "List all the specific governor roles in U.S. states and territories, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q889821> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8583", "question": "Which French media outlets and public figures have Twitter accounts named BFMTV, LCI, Europe1, emlyon, Valeurs, vpecresse, CCastaner, or Le_Figaro?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"BFMTV\" \"LCI\" \"Europe1\" \"emlyon\" \"Valeurs\" \"vpecresse\" \"CCastaner\" \"Le_Figaro\"\n  }\n}", "paraphrases": ["Who are the Wikidata entities associated with the Twitter handles BFMTV, LCI, Europe1, emlyon, Valeurs, vpecresse, CCastaner, and Le_Figaro?", "List the entities on Wikidata that use any of these Twitter usernames: BFMTV, LCI, Europe1, emlyon, Valeurs, vpecresse, CCastaner, or Le_Figaro."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"ATHENA_YS\" ) ( \"Qofficiel\" ) ( \"BFMTV\" ) ( \"vpecresse\" ) ( \"string2\" ) ( \"Le_Figaro\" ) ( \"string3\" ) ( \"string4\" ) ( \"leJDD\" ) ( \"Europe1\" ) ( \"string5\" ) ( \"string6\" ) ( \"adia66\" ) ( \"LCI\" ) ( \"CCastaner\" ) ( \"string7\" ) ( \"LEXPRESS\" ) ( \"SJallamion\" ) ( \"LDarcos\" ) ( \"elmrey2006\" ) ( \"dderivery\" ) ( \"string8\" ) ( \"string9\" ) ( \"EMLYON\" ) ( \"Valeurs\" ) ( \"string10\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8584", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1103153?", "sparql": "SELECT ?movie ?wiki_page WHERE { ?movie wdt:P345 \"tt1103153\" . ?wiki_page schema:about ?movie . ?wiki_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1103153 on IMDb.", "Which Wikipedia pages in English or German discuss the movie Killers (2010)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1103153\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8585", "question": "What Wikipedia and Commons pages in English or German are about the movie with IMDb ID tt0450232?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?article ?imdbId WHERE {\n  ?movie wdt:P345 \"tt0450232\" .\n  ?article schema:about ?movie .\n  {\n    ?article schema:inLanguage \"en\" .\n  } UNION {\n    ?article schema:inLanguage \"de\" .\n  }\n  BIND( \"tt0450232\" AS ?imdbId )\n}", "paraphrases": ["Which English and German language Wikipedia or Commons pages link to the movie \"16 Blocks\" (IMDb: tt0450232)?", "Show me the English and German Wikipedia and Commons pages related to the movie identified by IMDb ID tt0450232, along with the IMDb ID itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0450232\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8586", "question": "Visual artists born before 1949 with given names starting with \"H\" and family names starting with \"M\" in German.", "sparql": "SELECT DISTINCT ?personLabel ?person ?birthYear ?deathYear ?givenNameLabel ?familyNameLabel WHERE { ?person (wdt:P106/wdt:P279*) wd:Q3391743 . ?person wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) OPTIONAL { ?person wdt:P570 ?deathDate . BIND(YEAR(?deathDate) AS ?deathYear) } ?person wdt:P735 ?givenNameEntity . ?person wdt:P734 ?familyNameEntity . ?givenNameEntity rdfs:label ?givenNameLabel . ?familyNameEntity rdfs:label ?familyNameLabel . ?person rdfs:label ?personLabel . FILTER(STRSTARTS(?givenNameLabel, \"H\")) FILTER(STRSTARTS(?familyNameLabel, \"M\")) FILTER(LANG(?givenNameLabel) = \"de\") FILTER(LANG(?familyNameLabel) = \"de\") FILTER(?birthYear < 1949) }", "paraphrases": ["Who are the visual artists born before 1949 whose first name is \"H...\" and last name is \"M...\" in German?", "List German-labeled visual artists born before 1949 whose first names start with H and last names start with M."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2 ?var3 ?var4Label ?var5Label WHERE { BIND ( YEAR ( ?var6 ) AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3391743> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var7Label . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var5 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . FILTER ( ( STRSTARTS ( ?var7Label , \"X\" ) ) ) . FILTER ( ( STRSTARTS ( ?var8Label , \"Y\" ) ) ) . FILTER ( ( ( LANG ( ?var7Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var8Label ) = \"de\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . } BIND ( YEAR ( ?var9 ) AS ?var3 ). FILTER ( ( ( ( ?var2 +\"+15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) < \"1964\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8587", "question": "List all episodes of Law & Order ordered by episode number, title, and air date, including those without episode numbers.", "sparql": "SELECT ?episode ?episodeNumber ?title ?airDate WHERE { ?episode wdt:P179 wd:Q321423 . OPTIONAL { ?episode p:P179 ?stmt . ?stmt ps:P179 wd:Q321423 ; pq:P1545 ?episodeNumber . } OPTIONAL { ?episode wdt:P1476 ?title . } OPTIONAL { ?episode wdt:P577 ?airDate . } } GROUP BY ?episode ?episodeNumber ?title ?airDate ORDER BY ASC( IF( BOUND(?episodeNumber), xsd:integer(?episodeNumber), 1000 ) ) ASC( ?title ) ASC( ?airDate )", "paraphrases": ["What are the titles, episode numbers, and air dates of all episodes in the Law & Order series, sorted by episode number, then title, then air date?", "Please provide a list of all Law & Order episodes with their episode numbers, titles, and air dates, sorted so that episodes without numbers appear last, and within each group, sorted by title and air date."], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var1 )( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var3 )( MIN ( ?var4 ) AS ?var4 ) ?var5 WHERE { ?var5 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q321423> . OPTIONAL { ?var5 <http://www.wikidata.org/prop/P179> [ ( <http://www.wikidata.org/prop/statement/P179> / <http://www.wikidata.org/prop/P179> ) [ <http://www.wikidata.org/prop/statement/P179> <http://www.wikidata.org/entity/Q321423> ; <http://www.wikidata.org/prop/qualifier/P1545> ?var1 ] ; <http://www.wikidata.org/prop/qualifier/P1545> ?var2 ] . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P1476> ?var3 . } OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P577> ?var4 . } } GROUP BY ?var5 ORDER BY ASC( IF ( BOUND ( ?var1 ) , <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) ,\"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) )ASC( ?var3 )"}}
{"id": "val_8588", "question": "Visual artists with one name starting with B and another starting with W in different languages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?artistLabel ?artist ?labelB ?labelW WHERE {\n  ?artist ( wdt:P106 / wdt:P279 * ) wd:Q3391743 .\n  ?artist rdfs:label ?labelB .\n  FILTER ( STRSTARTS( ?labelB , \"B\" ) ) .\n  ?artist rdfs:label ?labelW .\n  FILTER ( STRSTARTS( ?labelW , \"W\" ) ) .\n}", "paraphrases": ["Which visual artists have names that start with \"B\" in one language and \"W\" in another?", "Show me visual artists who have at least two different language labels, one beginning with \"B\" and another with \"W\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2 ?var3 ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3391743> . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var4 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( STRSTARTS ( ?var5Label , \"B\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var6 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var7Label . FILTER ( ( STRSTARTS ( ?var7Label , \"W\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8589", "question": "What Wikipedia and Wikiquote pages about the movie Animal House are available in English and German?", "sparql": "SELECT ?page WHERE { ?page schema:about wd:Q960125 . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the English and German language pages related to the film Animal House (IMDb: tt0077975).", "Which language versions of Wikipedia and Wikiquote have articles about the movie Animal House?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0077975\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8590", "question": "What places are located in Grindelwald, Switzerland?", "sparql": "SELECT ?location ?locationLabel WHERE { ?location wdt:P131 wd:Q64004 . ?location rdfs:label ?locationLabel . FILTER(LANG(?locationLabel) = \"en\")}", "paraphrases": ["Which landmarks, buildings, or infrastructure are situated within the municipality of Grindelwald?", "List all entities such as railway stations, post offices, and mountains that are administratively part of Grindelwald."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q64004> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8591", "question": "INSEE code for Ch\u00e2tillon-sur-Seiche", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?code WHERE {\n  wd:Q2250176 wdt:P374 ?code .\n}", "paraphrases": ["What is the INSEE municipality identifier for the French commune Ch\u00e2tillon-sur-Seiche?", "Please provide the INSEE code of Ch\u00e2tillon-sur-Seiche."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q2250176> <http://www.wikidata.org/prop/P374> ?var1 . ?var1 ?var2 ?var3 . }"}}
{"id": "val_8592", "question": "What is the English label and description of the entity with AAT ID 300262648?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1014 \"300262648\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the English name and description of the item identified by the Art & Architecture Thesaurus ID 300262648?", "Please provide the English label and description for the Wikidata item that has the AAT ID 300262648."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300201680\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8593", "question": "South Korean female actors born before 1978 with IMDb IDs and English labels.", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 ; wdt:P106 wd:Q33999 ; wdt:P27 wd:Q884 ; wdt:P21 wd:Q6581072 ; wdt:P569 ?birthDate ; wdt:P345 ?imdbId ; rdfs:label ?actorLabel . FILTER ( ?birthDate < \"1978-01-01T00:00:00\"^^xsd:dateTime ) FILTER ( LANG(?actorLabel) = \"en\" ) }", "paraphrases": ["Who are the South Korean female actors born before 1978 who have an IMDb profile and an English-language Wikipedia label?", "List the names of South Korean women who are actors, were born before January 1, 1978, have an IMDb identifier, and are labeled in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q884> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var3 < \"1978-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8594", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0498353?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0498353\" .\n  ?page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the language versions of pages about the movie \"Hostel: Part II\" on Wikipedia and Wikiquote.", "Which language editions of pages link to the movie \"Hostel: Part II\" (IMDb: tt0498353)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0498353\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8595", "question": "What is the image of the person with SNAC ARK ID w6tj1xr6?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6tj1xr6\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Arthur Cherep-Spiridovich?", "Which image is linked to the Social Networks and Archival Context (SNAC) identifier w6tj1xr6?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6tj1xr6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8596", "question": "What are the English and German Wikipedia pages about the film with IMDb ID tt3544082?", "sparql": "SELECT ?wikipediaPage WHERE { wd:Q18642424 wdt:P345 \"tt3544082\" . ?wikipediaPage schema:about wd:Q18642424 . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German for the movie \"45 Years\" (IMDb: tt3544082).", "Find the Wikipedia links in English and German for the film identified by IMDb ID tt3544082."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3544082\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8597", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0995868?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0995868\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles about the film \"Pel\u00e9: Birth of a Legend\" in English and German.", "Which language versions of Wikipedia have articles about the movie identified by tt0995868?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0995868\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8598", "question": "How many church buildings in the Cantal department of France have geographic coordinates, and how many do not?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category ?count WHERE {\n  {\n    SELECT(\"Avec\" AS ?category)(COUNT(DISTINCT ?church) AS ?count) WHERE {\n      ?administrative_area wdt:P131 wd:Q3259 .\n      ?church wdt:P131 ?administrative_area .\n      ?church wdt:P31 / wdt:P279 * wd:Q16970 .\n      ?church wdt:P625 ?coord .\n    }\n  } UNION {\n    SELECT(\"Sans\" AS ?category)(COUNT(DISTINCT ?church) AS ?count) WHERE {\n      ?administrative_area wdt:P131 wd:Q3259 .\n      ?church wdt:P131 ?administrative_area .\n      ?church wdt:P31 / wdt:P279 * wd:Q16970 . MINUS {\n        ?church wdt:P625 [] .\n      }\n    }\n  }\n}\nORDER BY ASC(?category)", "paraphrases": ["Are there any church buildings in Cantal without coordinates, and how many churches in Cantal are mapped with coordinates?", "Show me the count of church buildings in Cantal, France, split into those with and without geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { SELECT( \"Avec\" AS ?var1 )( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3259> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var5 . } } UNION { SELECT( \"Sans\" AS ?var1 )( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3259> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . MINUS { ?var3 <http://www.wikidata.org/prop/direct/P625> [] . } } } } ORDER BY ASC( ?var1 )"}}
{"id": "val_8599", "question": "Image of Stephan Hermlin with SNAC ARK ID w6c28cgs", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6c28cgs\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the person identified by SNAC ARK ID w6c28cgs?", "Show the Wikimedia Commons image for the individual with SNAC ARK ID w6c28cgs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6c28cgs\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8600", "question": "What are the top journals where Merete Nordentoft has published, ranked by the number of publications?", "sparql": "SELECT ?publication ?publicationLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q30456284 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName, ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Show me the publications (using abbreviations if available) where psychiatrist Merete Nordentoft has authored papers, along with how many papers she published in each.", "Which journals have published the most work by Merete Nordentoft, and what are their official or abbreviated names in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30456284> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_8601", "question": "Image of Willard G. Wyman (SNAC ARK ID: w6w1120f)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6w1120f\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6w1120f?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6w1120f."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w1120f\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8602", "question": "Show the birth date, death date, gender (M/F), birth place, and country ISO code for humans.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?dob ?dod ?gender ?birthPlaceLabel ?isoCode WHERE {\n  ?person wdt:P31 / wdt:P279 * wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?dob .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?dod .\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?genderRaw .\n    BIND(IF(?genderRaw = wd:Q6581097 , \"M\" , IF(?genderRaw = wd:Q6581072 , \"F\" , \"\")) AS ?gender)\n  }\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER(LANG(?birthPlaceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?person wdt:P19 / wdt:P17 / wdt:P297 ?isoCode .\n  }\n}\nLIMIT 10", "paraphrases": ["For a human, what are their date of birth, date of death, gender, place of birth in English, and the ISO code of their birth country?", "Please provide the gender (as M or F), birth and death dates, English name of the birthplace, and the two-letter country code for people in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var1 <http://schema.org/about> ?var2 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> . ?var1 <http://schema.org/name> \"string1\"@en . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { BIND ( IF ( ( ?var9 = <http://www.wikidata.org/entity/Q6581097> ), \"M\", IF ( ( ?var9 = <http://www.wikidata.org/entity/Q6581072> ), \"F\", \"\" ) ) AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P21> ?var9 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P19> ?var6 . FILTER ( ( LANG ( ( ?var6 = \"en\" ) ) ) ) . } OPTIONAL { ?var2 ( <http://www.wikidata.org/prop/direct/P19> */ <http://www.wikidata.org/prop/direct/P17> / <http://www.wikidata.org/prop/direct/P297> ) ?var7 . } }"}}
{"id": "val_8603", "question": "List English labels of people whose occupation is scientist.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel WHERE {\n  ?person wdt:P106 wd:Q901 .\n  ?person rdfs:label ?personLabel .\n  FILTER(langMatches(lang(?personLabel) , \"en\"))\n}\nLIMIT 100", "paraphrases": ["Who are some scientists according to Wikidata, with their English labels?", "Can you show me up to 100 scientists from Wikidata with their English names?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q901> . } LIMIT 100"}}
{"id": "val_8604", "question": "Image of Charles Cottet with SNAC ARK ID w67d67p8", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w67d67p8\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w67d67p8?", "Show me the image linked to the SNAC ARK ID w67d67p8."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67d67p8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8605", "question": "Who are the humans named Raphael in French?", "sparql": "SELECT DISTINCT ?human WHERE { ?human rdfs:label \"Raphael\"@fr . ?human wdt:P31 wd:Q5 .}", "paraphrases": ["Can you list all people named Raphael who are identified as human in Wikidata, using their French labels?", "Show me the entities in Wikidata that are humans and have the French label \"Raphael\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"raphael\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8606", "question": "Humans with IMDb IDs and Russian Wikipedia articles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?imdbId ?ruWpPage WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P345 ?imdbId .\n  ?ruWpPage schema:about ?human .\n  ?ruWpPage schema:isPartOf <https://ru.wikipedia.org/> .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"ru\" )\n}\nLIMIT 2000", "paraphrases": ["Which humans have an IMDb ID and a corresponding article on the Russian Wikipedia, and what are their Russian names?", "Show me a list of people who are on the Russian Wikipedia and have an IMDb ID, along with their Russian names and IMDb numbers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } } LIMIT 2000"}}
{"id": "val_8607", "question": "Who is the French-labeled person named Fran Bladel?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?entity WHERE {\n  ?entity rdfs:label \"Fran Bladel\" @fr .\n  ?entity wdt:P31 wd:Q5 .\n}", "paraphrases": ["Find the real human with the French name \"Fran Bladel\".", "What is the Wikidata item for the Australian politician Fran Bladel, whose name is spelled the same in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"waterblade\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8608", "question": "What are all the types of athletes (excluding motorsports competitors)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 * wd:Q2066131 . MINUS {\n    ?subclass wdt:P279 * wd:Q30339659 .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["List all sports-related professions that are subclasses of athlete but not motorsports.", "Which athlete subcategories are not related to motorsports?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2066131> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q30339659> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8609", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0280380", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0280380\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film \"Trapped\" (2002)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt0280380."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0280380\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8610", "question": "English and German Wikipedia pages for the movie with IMDb ID tt5226984.", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt5226984\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt5226984?", "Show me the English and German Wikipedia links for the movie Tom of Finland (IMDb: tt5226984)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5226984\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8611", "question": "Is Cirroc Lofton a type of software?", "sparql": "ASK WHERE { wd:Q1093124 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Could Cirroc Lofton be classified as software or any category that software belongs to?", "Is there any way that Cirroc Lofton, as a person, is considered software according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1093124> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8612", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0418038?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0418038\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0418038 on IMDb.", "Which Wikipedia pages in English and German discuss the movie Outfoxed (IMDb: tt0418038)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0418038\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8613", "question": "What Wikipedia and Wikiquote pages in English and German are about the documentary with IMDb ID tt2608732?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt2608732\" .\n  ?page schema:about ?item .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the language-specific pages (English and German) about the film \"TPB AFK\" from its IMDb identifier.", "Which language versions of Wikipedia and Wikiquote have articles about the documentary identified by IMDb ID tt2608732?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2608732\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8614", "question": "Visual artists born before 1967 with German given names starting with 'W' and family names starting with 'K', who died after 1981.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?personLabel ?occupationLabel ?countryLabel ?birthYear ?deathYear ?givenNameLabel ?familyNameLabel WHERE {\n  ?person wdt:P106 ?occupation .\n  ?occupation wdt:P279 * wd:Q3391743 .\n  ?person wdt:P27 ?country .\n  ?person wdt:P569 ?birthDate .\n  BIND( YEAR( ?birthDate ) AS ?birthYear ) FILTER ( ?birthYear < 1967 ) OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n    BIND( YEAR( ?deathDate ) AS ?deathYear ) FILTER ( ?deathYear >= 1982 )\n  }\n  ?person wdt:P735 ?givenName .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER ( LANG( ?givenNameLabel ) = \"de\" ) FILTER ( STRSTARTS( ?givenNameLabel , \"W\" ) ) ?person wdt:P734 ?familyName .\n  ?familyName rdfs:label ?familyNameLabel .\n  FILTER ( LANG( ?familyNameLabel ) = \"de\" ) FILTER ( STRSTARTS( ?familyNameLabel , \"K\" ) ) ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" ) ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Which visual artists were born before 1967, have a German first name starting with 'W' and a German last name starting with 'K', and either died after 1981 or are still alive?", "List visual artists whose German-language given names begin with 'W', family names begin with 'K', were born before 1967, and died in or after 1982 if deceased."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 ?var2Label ?var3Label ?var4Label ?var5 ?var6 ?var7Label ?var8Label WHERE { BIND ( YEAR ( ?var9 ) AS ?var5 ). ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3391743> . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var9 . FILTER ( ( ( ( ?var5 +\"+15\"^^<http://www.w3.org/2001/XMLSchema#integer> ) < \"1982\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { BIND ( YEAR ( ?var10 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P570> ?var10 . FILTER ( ( ( \"1982\"^^<http://www.w3.org/2001/XMLSchema#integer> <= ?var6 ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P735> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var11 . FILTER ( ( ( LANG ( ?var11 ) = \"de\" ) ) ) . FILTER ( ( STRSTARTS ( ?var11 , \"W\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"de\" ) ) ) . FILTER ( ( STRSTARTS ( ?var12 , \"K\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8615", "question": "Ions and their labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ion ?ionLabel WHERE {\n  ?ion wdt:P31 wd:Q36496 .\n  ?ion rdfs:label ?ionLabel .\n}", "paraphrases": ["What are some examples of ions and what are their names?", "List the ions and their labels from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36496> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8616", "question": "List all geographic entities with their GeoNames IDs.", "sparql": "SELECT ?item ?geonamesId WHERE { ?item wdt:P1566 ?geonamesId . }", "paraphrases": ["Which items in Wikidata have a GeoNames identifier, and what are those identifiers?", "Show me the Wikidata items and their corresponding GeoNames IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q830106> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var2 . } }"}}
{"id": "val_8617", "question": "Is the song \"Skyline\" classified as a song in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q10670830 ( wdt:P31 / wdt:P279 * ) wd:Q7366 .\n}", "paraphrases": ["Does the musical composition \"Skyline\" belong to the category of songs?", "Confirm whether \"Skyline\" by David Lindgren is a song according to Wikidata\u2019s classification."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q10670830> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8618", "question": "What are the heritage sites in Saxony with their LfDS IDs, along with their images, Commons categories, and addresses?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?heritageSite ?heritageSiteLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?heritageSite wdt:P1708 [] .\n  OPTIONAL {\n    ?heritageSite wdt:P625 ?location .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?heritageSite wdt:P969 ?address .\n  }\n  ?heritageSite rdfs:label ?heritageSiteLabel .\n  FILTER ( LANG( ?heritageSiteLabel ) = \"en\" || LANG( ?heritageSiteLabel ) = \"de\" )\n}\nLIMIT 3000", "paraphrases": ["Show me the names, locations, and related media (images and Commons categories) of all cultural heritage sites in Saxony that have an official LfDS identifier.", "Can you list the cultural heritage sites in Saxony, including their coordinates, pictures from Wikimedia Commons, and any associated street addresses?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(11 50)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(16 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P1708> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_8619", "question": "Is Snowball I from The Simpsons classified as a fictional felid?", "sparql": "ASK WHERE { wd:Q5399111 wdt:P31 ?c . ?c wdt:P279* wd:Q15831457 . }", "paraphrases": ["Does Snowball I belong to a category that is a subclass of fictional felids?", "Confirm that Snowball I is an instance of a class that is part of the fictional felids hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q5399111> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8620", "question": "Is the principality of Monvel a type of software?", "sparql": "ASK WHERE { wd:Q11937560 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Monvel belong to a category that is a subclass of software?", "Can Monvel be classified as software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q11937560> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8621", "question": "What English and German Wikipedia/Wikiquote pages are about the movie with IMDb ID tt0316732?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0316732\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which language versions of Wikipedia and Wikiquote have articles about the film Taxi (2004)?", "Show me the English and German Wikimedia pages related to the movie Taxi (2004), identified by its IMDb ID tt0316732."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0316732\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8622", "question": "Is there a member of the Leopoldina German Academy of Sciences with member ID 8341?", "sparql": "ASK WHERE { ?member wdt:P3413 \"8341\" . }", "paraphrases": ["Does the Leopoldina member database contain an entry with ID 8341?", "Is Ortwin Renn listed as a member of the Leopoldina with ID 8341?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3413> \"8341\". }"}}
{"id": "val_8623", "question": "What are the burial locations and dates for people recorded in Wikidata?", "sparql": "SELECT ?person ?personLabel ?burialLocation ?burialDate WHERE { ?person p:P119 ?statement . ?statement ps:P119 ?burialLocation . ?statement pq:P580 ?burialDate . } LIMIT 10000", "paraphrases": ["Can you list people who have a recorded burial date and the place where they were buried?", "Which individuals have known burial sites and the exact dates of their burial, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P119> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P199> ?var2 . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_8624", "question": "What are the most common given names among people born in the State of Mexico, ranked by frequency?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?givenName ?givenNameLabel ( COUNT( * ) AS ?count ) WHERE {\n  ?person wdt:P19 wd:Q82112 .\n  ?person wdt:P735 ?givenName .\n  OPTIONAL {\n    ?givenName rdfs:label ?givenNameLabel .\n    FILTER ( LANG( ?givenNameLabel ) = \"en\" )\n  }\n}\nGROUP BY ?givenName ?givenNameLabel\nORDER BY DESC ( ?count ) ASC ( ?givenNameLabel )\nLIMIT 50", "paraphrases": ["Can you list the top 50 first names of people born in the State of Mexico, along with how many people have each name, sorted from most to least common?", "Which given names are most frequently associated with individuals born in the State of Mexico, and how many people share each name in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT (* ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q82112> . ?var4 <http://www.wikidata.org/prop/direct/P735> ?var1 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ORDER BY DESC( ?var3 )ASC( ?var2 ) LIMIT 50"}}
{"id": "val_8625", "question": "What are some examples of academic disciplines?", "sparql": "SELECT ?discipline ?disciplineLabel WHERE { ?discipline wdt:P279 wd:Q11862829 . OPTIONAL { ?discipline rdfs:label ?disciplineLabel . FILTER(LANG(?disciplineLabel) = \"en\") } } LIMIT 10", "paraphrases": ["List the direct subclasses of academic discipline.", "Which fields are considered academic disciplines according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> )* <http://www.wikidata.org/entity/Q11862829> . ?var1 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var2 . }"}}
{"id": "val_8626", "question": "English and German Wikipedia pages for the movie with IMDb ID tt2208144", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt2208144\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang .}", "paraphrases": ["What are the English and German Wikipedia articles for the film identified by IMDb ID tt2208144?", "Show me the Wikipedia pages in English and German about the movie with IMDb ID tt2208144."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2208144\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8627", "question": "People who died in 1644 with Greek labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?label ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"el\")\n  FILTER(?deathDate >= \"1644-01-01T00:00:00Z\" ^^ xsd:dateTime && ?deathDate <= \"1644-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}\nORDER BY ASC(?deathDate)", "paraphrases": ["Who died in 1644 and have their names listed in Greek?", "List the names in Greek of all people who died during the year 1644, sorted by date of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1644-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1644-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_8628", "question": "Family names of people and the dates they were adopted.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?familyName ?date WHERE {\n  ?person p:P734 ?statement .\n  ?statement ps:P734 ?familyName .\n  ?statement pq:P585 ?date .\n}\nLIMIT 10000", "paraphrases": ["When did people change their family names, and what were the new names?", "Show me a list of individuals along with the family names they adopted and the dates when those names came into use."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/P734> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P734> ?var2 . ?var4 <http://www.wikidata.org/prop/qualifier/P585> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_8629", "question": "Actors in films that won the Academy Award for Best Picture", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel ?film ?filmLabel ?awardLabel WHERE {\n  ?film wdt:P161 ?actor ; p:P1411 ?nomination .\n  ?nomination ps:P1411 wd:Q102427 .\n  ?actor rdfs:label ?actorLabel .\n  ?film rdfs:label ?filmLabel .\n  wd:Q102427 rdfs:label ?awardLabel .\n  FILTER(LANG(?actorLabel) = \"en\")\n  FILTER(LANG(?filmLabel) = \"en\")\n  FILTER(LANG(?awardLabel) = \"en\")\n}", "paraphrases": ["Which actors appeared in movies that won the Oscar for Best Picture?", "List all actors and the Best Picture Oscar-winning films they were in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P161> ?var1 ; <http://www.wikidata.org/prop/P1411> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P1411> <http://www.wikidata.org/entity/Q102427> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8630", "question": "What is the Portuguese label for the music genre associated with Mel Fronckowiak?", "sparql": "SELECT ?genre ?genreLabel WHERE { wd:Q1579932 wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER (LANG(?genreLabel) = \"pt\") }", "paraphrases": ["Portuguese name of Mel Fronckowiak's music genre.", "Can you tell me how \"pop music\" is called in Portuguese in the context of Mel Fronckowiak's artistic work?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1579932> <http://www.wikidata.org/prop/direct/P136> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"pt\" ) ) ) . } LIMIT 50"}}
{"id": "val_8631", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0847817.", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0847817\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt0847817?", "Show me the English and German Wikipedia links for the documentary Helvetica (IMDb: tt0847817)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0847817\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8632", "question": "Wikipedia page for Foo Fighters: Back and Forth (IMDb tt1853563) in English or German", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1853563\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English or German Wikipedia pages for the film with IMDb ID tt1853563?", "Show me the Wikipedia article in English or German about the documentary with IMDb ID tt1853563."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1853563\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8633", "question": "List of branches of biology", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?branch ?branchLabel WHERE {\n  ?branch wdt:P31 wd:Q28598684 .\n  ?branch rdfs:label ?branchLabel .\n  FILTER ( LANG( ?branchLabel ) = \"en\" )\n}", "paraphrases": ["What are the branches of biology?", "Can you show me the English names of all known branches of biology?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28598684> . }"}}
{"id": "val_8634", "question": "English and German Wikipedia pages for the movie with IMDb ID tt2915896.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt2915896\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"Trainer!\" (IMDb tt2915896)?", "Show me the Wikipedia pages in English and German for the movie identified by IMDb ID tt2915896."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2915896\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8635", "question": "What is the English name of the person whose native name is \"\u041c\u0438\u0445\u0430\u0438\u043b \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u041b\u043e\u043c\u043e\u043d\u043e\u0441\u043e\u0432\"?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P1559 \"\u041c\u0438\u0445\u0430\u0438\u043b \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u041b\u043e\u043c\u043e\u043d\u043e\u0441\u043e\u0432\"@ru . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is known in Russian as \"\u041c\u0438\u0445\u0430\u0438\u043b \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u041b\u043e\u043c\u043e\u043d\u043e\u0441\u043e\u0432\"?", "Find the English label for the person with the native Russian name \"\u041c\u0438\u0445\u0430\u0438\u043b \u0412\u0430\u0441\u0438\u043b\u044c\u0435\u0432\u0438\u0447 \u041b\u043e\u043c\u043e\u043d\u043e\u0441\u043e\u0432\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1559> \"string1\". }"}}
{"id": "val_8636", "question": "Image of Washington Irving Chambers with SNAC ARK ID w6n608ht", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6n608ht\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6n608ht?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6n608ht."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n608ht\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8637", "question": "What type of entity is a savanna classified as in Wikidata?", "sparql": "SELECT ?var1 WHERE { wd:Q42320 wdt:P31 ?var1 .}", "paraphrases": ["Is a savanna considered a biome or an ecosystem type?", "What are the categories that describe a savanna in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://en.wikipedia.org/wiki/Savanna> <http://www.wikidata.org/prop/direct/P31> ?var1 . } LIMIT 1000"}}
{"id": "val_8638", "question": "What are the German or English Wikipedia pages for the movie with IMDb ID tt6130674?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt6130674\" . ?wikipediaPage schema:about ?item . FILTER(STRSTARTS(STR(?wikipediaPage), \"https://de.wikipedia.org/\") || STRSTARTS(STR(?wikipediaPage), \"https://en.wikipedia.org/\")) }", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by IMDb ID tt6130674?", "Show me the English or German Wikipedia links for the movie with IMDb ID tt6130674."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6130674\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8639", "question": "What are all the countries and sovereign states?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country WHERE {\n  wd:Q963 wdt:P31 ?type .\n  ?country(wdt:P31 / wdt:P279 *) ?type .\n}\nLIMIT 100", "paraphrases": ["Which entities are classified as countries or sovereign states, like Botswana?", "List all entities that belong to the same category as Botswana."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q42320> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var2 . <http://www.wikidata.org/entity/Q963> <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . } LIMIT 100"}}
{"id": "val_8640", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt4258698?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_article WHERE {\n  ?movie wdt:P345 \"tt4258698\" .\n  ?wikipedia_article schema:about ?movie .\n  {\n    ?wikipedia_article schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_article schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia pages in English and German about the film \"Southside with You\".", "Which Wikipedia articles in English or German discuss the movie identified by IMDb ID tt4258698?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4258698\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8641", "question": "What are the Wikipedia pages in English or German about the movie with IMDb ID tt5095510?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt5095510\" .\n  ?wikipediaPage schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in German or English for the film \"Stick Man\" identified by IMDb tt5095510.", "Which language versions of Wikipedia have articles about the short film with IMDb ID tt5095510?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5095510\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8642", "question": "What is the English Wikipedia page for the movie with IMDb ID tt3899516?", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 ?imdb_id . FILTER(?imdb_id = \"tt3899516\") . ?wikipedia_page schema:about ?movie . ?wikipedia_page schema:inLanguage \"en\" . }", "paraphrases": ["Can you find the movie titled \"Those People\" on Wikipedia using its IMDb identifier tt3899516?", "Which Wikipedia article in English corresponds to the IMDb movie ID tt3899516?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3899516\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8643", "question": "What is the Wikipedia page for the film with IMDb ID tt1722440?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt1722440\" .\n  ?wikipedia_page schema:about ?item .\n  FILTER(?wikipedia_page IN(<https://de.wikipedia.org/wiki/Kaddisch_f%C3%BCr_einen_Freund> , <https://en.wikipedia.org/wiki/Kaddisch_f%C3%BCr_einen_Freund>))\n}", "paraphrases": ["Find the German or English Wikipedia page for the movie identified by tt1722440 on IMDb.", "Which Wikipedia articles are about the film with IMDb identifier tt1722440?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1722440\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8644", "question": "What is the English name of the movie with IMDb ID tt3886372, and are there English or German Wikipedia pages about it?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?itemLabel ?wikipediaPage ?lang WHERE {\n  ?item wdt:P345 \"tt3886372\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) OPTIONAL {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n    FILTER ( ?lang IN ( \"en\" , \"de\" ) )\n  }\n}", "paraphrases": ["Show me the English label for the film identified by tt3886372 on IMDb, along with any linked English or German Wikipedia articles.", "Find the English title of the movie tt3886372 and list its Wikipedia pages in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3886372\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8645", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1584941.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt1584941\"\n  }\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  ?wikipedia_page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie identified by IMDb ID tt1584941?", "Show me the Wikipedia pages in English and German for the movie that has the IMDb ID tt1584941."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1584941\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8646", "question": "Wikipedia pages in English or German for the movie with IMDb ID tt4791910", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt4791910\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English or German Wikipedia pages for the movie with IMDb ID tt4791910?", "Show me the Wikipedia articles in English or German that are about the movie with IMDb ID tt4791910."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4791910\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8647", "question": "Who has the IMDb ID nm1079062?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"nm1079062\" .\n}\nORDER BY ASC ( ?item )", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm1079062?", "Tell me the Wikidata entity for the IMDb ID nm1079062."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm1079062\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_8648", "question": "American male actors born before 1968 with awards and notable works", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?actor ?label WHERE {\n  ?actor wdt:P31 wd:Q5 .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P27 wd:Q30 .\n  ?actor wdt:P21 wd:Q6581097 .\n  ?actor wdt:P569 ?birthDate .\n  ?actor wdt:P166 ?award .\n  ?actor wdt:P800 ?notableWork .\n  ?actor rdfs:label ?label .\n  FILTER ( ?birthDate < \"1968-01-01T00:00:00\" ^^ xsd:dateTime ) FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Who are the American male actors born before 1968 who have won awards and created notable works?", "List the English names of all male American actors born before 1968 who have received at least one award and have at least one notable work."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P800> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var4 < \"1968-01-01T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8649", "question": "Wikipedia pages in English or German for the movie with IMDb ID tt5539264", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt5539264\" .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English or German Wikipedia pages for the film with IMDb ID tt5539264?", "Show me the Wikipedia articles in English or German about the movie \"Shed My Skin\" (IMDb: tt5539264)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5539264\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8650", "question": "What are the English and German Wikipedia pages for the TV series with IMDb ID tt1866570?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt1866570\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the miniseries Labyrinth?", "Which Wikipedia pages in English or German are linked to the IMDb identifier tt1866570?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1866570\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8651", "question": "English and German Wikipedia pages for the movie with IMDb ID tt3328720", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt3328720\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film \"Playing Doctor\" (IMDb: tt3328720)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt3328720."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3328720\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8652", "question": "Greek given names and their associated genders", "sparql": "SELECT ?givenName ?givenNameLabel ?gender ?genderLabel WHERE { ?givenName wdt:P21 ?gender . ?givenName rdfs:label ?givenNameLabel . FILTER (LANG(?givenNameLabel) = \"el\") . ?gender rdfs:label ?genderLabel . } LIMIT 100", "paraphrases": ["What are the given names in Greek and what gender are they typically associated with?", "Show me all given names that have Greek labels and their corresponding gender labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P735> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"el\" ) ) ) . }"}}
{"id": "val_8653", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0287457?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0287457\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Can you find the Wikipedia articles in English and German about the film identified by tt0287457 on IMDb?", "Which Wikipedia pages in English or German describe the movie \"Genesis\" (2004)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0287457\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8654", "question": "What are all the broader categories that a secular building belongs to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q357375 wdt:P279 * ?superclass .\n}", "paraphrases": ["What classes is a secular building a subclass of, directly or indirectly?", "List all the parent categories of secular buildings in the classification hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q357375> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8655", "question": "Wikipedia page in English or German for the movie with IMDb ID tt5710688", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt5710688\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt5710688?", "Show me the English or German Wikipedia article about the film identified by IMDb ID tt5710688."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5710688\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8656", "question": "Does Albert Einstein have a GND ID in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q937 wdt:P227 ?gndId .\n}", "paraphrases": ["Is there a GND ID associated with Albert Einstein on Wikidata?", "Confirm if Albert Einstein is linked to a GND ID in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1146197179\". }"}}
{"id": "val_8657", "question": "Albert Einstein's CineMagia ID is 441757; what is his Wikidata label and English description?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P4666 \"441757\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person with CineMagia ID 441757, and what is their English name and description?", "Show me the English name and description of the person identified by CineMagia ID 441757."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4666> \"139178\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8658", "question": "Does the film or TV episode with PORT ID 64110 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P905 \"64110\" }", "paraphrases": ["Is there a film or television program in Wikidata identified by the PORT film ID 64110?", "Confirm if the PORT film ID 64110 corresponds to any entry in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P905> \"64110\". }"}}
{"id": "val_8659", "question": "What property is used to link entities to the Wikimedia category \"Publicly traded companies\"?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?statementProperty wd:Q8806849 . ?property wikibase:directClaim ?statementProperty . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to associate items with the category \"Publicly traded companies\" on Wikidata?", "Find the property that links the most items to the Wikimedia category for publicly traded companies."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q8806849> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8660", "question": "What are the English and German Wikipedia pages about the media item with IMDb ID tt5189670?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikiPage WHERE {\n  ?item wdt:P345 \"tt5189670\" .\n  ?wikiPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles in English and German for the TV series Making a Murderer.", "Which Wikipedia pages in English or German are about the show identified by IMDb ID tt5189670?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5189670\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8661", "question": "Most used property linking other items to Natalie Portman", "sparql": "SELECT ?directProperty (COUNT(?directProperty) AS ?count)\nWHERE {\n  ?subject ?property wd:Q37876 .\n  ?directProperty wikibase:directClaim ?property .\n  ?directProperty rdf:type wikibase:Property .\n}\nGROUP BY ?directProperty\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is used the most times to connect films, awards, or other items to Natalie Portman?", "Show me the property that has Natalie Portman as its object the most frequently."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q37876> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8662", "question": "What Wikimedia pages in English or German are linked to the movie with IMDb ID tt0108255?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0108255\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . }", "paraphrases": ["Find all English and German language Wikipedia and Wikiquote pages about the film identified by tt0108255.", "Which language-specific Wikimedia pages reference the movie with IMDb identifier tt0108255?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0108255\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8663", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0091455?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt0091455\" .\n  ?wikipediaPage schema:about ?film .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about Luxo Jr.", "Which language versions of Wikipedia have articles about the Pixar short film Luxo Jr.?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0091455\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8664", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0103596?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0103596\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the external links in English or German that are about the film \"3 Ninjas\".", "Which language-specific pages on Wikipedia and Wikiquote link to the movie identified by tt0103596?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0103596\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8665", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0084745?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0084745\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles about the 1982 Swamp Thing film in English and German.", "Which language versions of Wikipedia have articles about the film Swamp Thing (1982)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0084745\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8666", "question": "What are the English and German language pages about the movie Tora! Tora! Tora! on Wikipedia and Wikiquote?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0066473\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } . ?page schema:inLanguage ?lang . }", "paraphrases": ["Show me the links to Wikipedia and Wikiquote pages in English and German for the movie with IMDb ID tt0066473."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0066473\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8667", "question": "Wiktionary templates ending in \"block\" that are not linked to a Wikidata category.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pageTitle ?page ?item WHERE {\n  ?page schema:isPartOf <https://en.wiktionary.org/> ; schema:name ?pageTitle ; schema:about ?item .\n  FILTER ( STRENDS( ?pageTitle , \" block\" ) ) FILTER ( NOT EXISTS {\n    ?item wdt:P301 ?category\n  }\n  )\n}\nORDER BY ASC ( ?pageTitle )", "paraphrases": ["Which Wiktionary templates have names ending in \"block\" and are not associated with a main topic on Wikidata?", "List all English Wiktionary template pages whose names end with \"block\" and do not belong to any Wikidata category."], "info": {"raw_sparql": "SELECT * WHERE { BIND ( REPLACE ( STR ( ?var1 ) , \"string1\", \"$1\" ) AS ?var2 ). ?var3 <http://schema.org/isPartOf> <https://en.wiktionary.org/> ; <http://schema.org/name> ?var1 ; <http://schema.org/about> ?var4 . FILTER ( ( STRENDS ( ?var1 , \" block\" ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/direct/P301> ?var5 . } ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_8668", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0060438", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipediaPage ?imdbId WHERE {\n  BIND( \"tt0060438\" AS ?imdbId ) ?film wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?film .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia pages for the film identified by IMDb ID tt0060438?", "Show me the Wikipedia pages in English and German about the movie with IMDb ID tt0060438, along with its IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0060438\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8669", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2531344?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_article WHERE {\n  ?movie wdt:P345 \"tt2531344\" .\n  ?wikipedia_article schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipedia_article schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Blockers.", "Which Wikipedia articles in English and German discuss the movie identified by tt2531344?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2531344\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8670", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt5350358?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt5350358\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film identified by IMDb ID tt5350358?", "Show me the Wikipedia page in English or German for the movie that has the IMDb identifier tt5350358."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5350358\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8671", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt3334794?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt3334794\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film \"About a Girl\"?", "Which language versions of Wikipedia have articles about the movie identified by tt3334794?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3334794\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8672", "question": "Wikimedia pages in English or German about the movie with IMDb ID tt0114388.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  VALUES ?imdbId {\n    \"tt0114388\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What Wikipedia and Wikiquote pages in English or German are about the film \"Sense and Sensibility\" (1995)?", "Show me the English and German language Wikimedia project pages linked to the movie \"Sense and Sensibility\" (IMDb: tt0114388)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0114388\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8673", "question": "Subclasses of composer in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P279 wd:Q36834 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 11", "paraphrases": ["What are some specific types of composers, such as jazz or film score composers?", "List the main subtypes of composers, like television composer or court composer."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q36834> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8674", "question": "Which Wikidata items have the Twitter usernames \"CityOfBoston\", \"NatlAquarium\", or \"melroserugby\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"CityOfBoston\" \"NatlAquarium\" \"melroserugby\"\n  }\n}\nORDER BY ?username", "paraphrases": ["What entities on Wikidata are linked to the Twitter accounts @CityOfBoston, @NatlAquarium, and @melroserugby?", "Show me the Wikidata items associated with the Twitter handles CityOfBoston, NatlAquarium, and melroserugby."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"blablubook\" ) ( \"string1\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8675", "question": "What is the Freebase ID and search URL for the social media platform X (formerly Twitter)?", "sparql": "SELECT ?entity ?entityLabel ?freebaseId ?searchUrl WHERE { VALUES ?entity { wd:Q918 } ?entity rdfs:label ?entityLabel . ?entity wdt:P646 ?freebaseId . ?entity wdt:P4354 ?searchUrl . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["Can you provide the Freebase identifier and search pattern URL for the platform that was formerly called Twitter?", "Show me the Freebase ID and search formatter URL for the entity currently known as X, which was previously Twitter."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Twitter\"@en . ?var1 <http://www.wikidata.org/prop/direct/P4354> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_8676", "question": "Which media organizations with Twitter handles like nypost, usweekly, or AP have the fewest Wikipedia articles?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?twitter(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitter .\n  ?site schema:about ?item .\n  VALUES ?twitter {\n    \"nypost\" \"usweekly\" \"Le_Figaro\" \"GMA\" \"latimes\" \"AP\"\n  }\n}\nGROUP BY ?item ?twitter\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter accounts of major news outlets, sorted by how many language versions of Wikipedia have articles about them, from least to most?", "List the Twitter usernames of news organizations including AP, GMA, and Le Figaro, ordered by the number of Wikipedia sitelinks they have, starting with the lowest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"ABC\" ) ( \"nypost\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"usweekly\" ) ( \"AP_Europe\" ) ( \"string11\" ) ( \"string12\" ) ( \"BFC\" ) ( \"GMA\" ) ( \"latimesent\" ) ( \"string13\" ) ( \"string14\" ) ( \"Le_Figaro\" ) ( \"string15\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8677", "question": "Top 1000 pagodas with the most Wikipedia articles", "sparql": "SELECT ?item (COUNT(?wikipage) AS ?sitelinkCount) WHERE { ?item wdt:P31 wd:Q199451 . ?wikipage schema:about ?item . } GROUP BY ?item ORDER BY DESC(?sitelinkCount) LIMIT 1000", "paraphrases": ["Which pagodas have the highest number of Wikipedia language editions, and how many are there?", "List the pagodas ranked by how many Wikipedia pages exist about them, with the most popular first."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q199451> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8678", "question": "English and German Wikipedia pages for the movie with IMDb ID tt3763866", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt3763866\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt3763866?", "Show me the Wikipedia pages in English and German for the movie identified by tt3763866 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3763866\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8679", "question": "English and German web pages about the movie Outbreak (IMDb tt0114069)", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0114069\" . ?page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } . ?page schema:inLanguage ?lang . }", "paraphrases": ["What English and German language pages on Wikipedia and Wikiquote are about the movie with IMDb ID tt0114069?", "Show me all English and German language pages linked to the movie Outbreak (1995) on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0114069\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8680", "question": "Who died on March 3, 1971, and what were their names in English and in their native language?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?label ?nativeName WHERE {\n  ?person wdt:P570 \"1971-03-03T00:00:00Z\" ^^ xsd:dateTime .\n  OPTIONAL {\n    ?person rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?person wdt:P1559 ?nativeName .\n  }\n}\nLIMIT 100", "paraphrases": ["List the people who passed away on March 3, 1971, including their English labels and native names.", "Can you show me the English names and native names of individuals who died on March 3, 1971?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> \"+1971-03-03T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var3 . } } LIMIT 100"}}
{"id": "val_8681", "question": "Which entity is labeled \"\u05d4\u05d3\u05d2 \u05e0\u05d7\u05e9\" in Hebrew?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( ?label = \"\u05d4\u05d3\u05d2 \u05e0\u05d7\u05e9\" @he )\n}", "paraphrases": ["What is the Wikidata item for the band known as \"\u05d4\u05d3\u05d2 \u05e0\u05d7\u05e9\"?", "What is the Hebrew name of the Israeli hip-hop band Hadag Nahash?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var3Label \"\u05d4\u05d3\u05d2 \u05e0\u05d7\u05e9\"@he . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8682", "question": "Top pianists by notability on Wikidata", "sparql": "SELECT ?person (COUNT(?statement) AS ?statementCount) WHERE { ?person wdt:P106 ?occ . ?occ wdt:P279* wd:Q486748 . ?person ?p ?statement . } GROUP BY ?person ORDER BY DESC(?statementCount) LIMIT 1000", "paraphrases": ["Who are the most notable pianists, including classical and jazz pianists, based on the number of Wikipedia statements about them?", "List the 1000 most notable pianists and their subclasses, ranked by how many facts are known about them on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> * <http://www.wikidata.org/entity/Q486748> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8683", "question": "Wikimedia pages about the movie with IMDb ID tt0305669 in English or German.", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0305669\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["What Wikipedia or Wikiquote pages in English or German are about the movie \"Bringing Down the House\" (IMDb: tt0305669)?", "Show me the English and German language Wikipedia and Wikiquote pages for the film with IMDb ID tt0305669."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0305669\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8684", "question": "What positions has Hillary Clinton held?", "sparql": "SELECT ?positionLabel WHERE { wd:Q6294 p:P39 ?statement . ?statement ps:P39 ?position . ?position rdfs:label ?positionLabel . } ORDER BY ?positionLabel", "paraphrases": ["List all the public offices Hillary Clinton has occupied.", "Show me the titles or roles that Hillary Clinton has held, according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q6294> <http://www.wikidata.org/prop/P39> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_8685", "question": "What are the English and German Wikipedia or Wikiquote pages about the movie with IMDb ID tt0105391?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0105391\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Can you show me the language-specific web pages (in English or German) linked to the movie 'Shining Through' on Wikidata?", "Which language versions of pages about the film 'Shining Through' are available in English or German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0105391\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8686", "question": "What is the Wikipedia page for the movie with IMDb ID tt4809238 in English or German?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt4809238\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which Wikipedia articles in English or German are about the film with IMDb ID tt4809238?", "Show me the English or German Wikipedia pages for the movie identified by tt4809238 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4809238\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8687", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt0113596?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0113596\" .\n  ?page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the language-specific external links about the movie \"The Land Before Time III\" from Wikipedia and Wikiquote.", "Which language versions of pages about the film \"The Land Before Time III: The Time of the Great Giving\" are available on Wikipedia and Wikiquote?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0113596\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8688", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0335563", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0335563\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German Wikipedia links for the film \"Wonderland\" (2003) on IMDb?", "Show me the English and German Wikipedia articles about the movie with IMDb ID tt0335563."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0335563\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8689", "question": "What is the English label and description of the country in the Great Russian Encyclopedia with ID 3515565?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2924 \"3515565\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and a brief description in English of the entity linked to the Great Russian Encyclopedia Online ID 3515565?", "Which entity has the Great Russian Encyclopedia Online ID 3515565, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2195367\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8690", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1038043?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 \"tt1038043\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } BIND(\"tt1038043\" AS ?imdbId) }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Mammoth\" (2009), along with its IMDb identifier.", "Which Wikipedia pages in English or German link to the movie identified by IMDb ID tt1038043?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1038043\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8691", "question": "English and German Wikipedia pages about the TV show with IMDb ID tt1964624", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt1964624\" . ?page schema:about ?item . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German language Wikipedia pages about the TV series \"In the House\" (IMDb ID: tt1964624)?", "Show me the English and German language pages related to the TV series identified by IMDb ID tt1964624."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1964624\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8692", "question": "English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt0100201.", "sparql": "SELECT ?movie ?page ?lang WHERE { ?movie wdt:P345 \"tt0100201\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German language pages about the movie \"Mr. Destiny\" on Wikipedia and Wikiquote?", "Show me all the English and German language pages linked to the movie with IMDb ID tt0100201."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0100201\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8693", "question": "Humans with the surname Vizy in French labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item ?label WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"fr\")\n  .\n  FILTER(REGEX(?label , \"Vizy\" , \"i\"))\n  .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people named Vizy that have a French-language label on Wikidata?", "List all humans whose French name includes \"Vizy\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"vizy\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8694", "question": "What is the English description of the entity with YSO ID 94426?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2347 \"94426\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the entity in Wikidata that has the YSO ID 94426 and show its English description?", "Which entity in Wikidata is identified by the YSO ID 94426, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"111001\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8695", "question": "Does Misha Segal have the GND ID 134936639?", "sparql": "ASK WHERE { wd:Q290230 wdt:P227 \"134936639\" .}", "paraphrases": ["Is the German National Library ID (GND) for Misha Segal 134936639?", "Verify that the Wikidata item for Misha Segal is correctly linked to the GND authority record with ID 134936639."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"134936639\". }"}}
{"id": "val_8696", "question": "Sheep with images on Wikimedia Commons", "sparql": "SELECT ?sheep ?sheepLabel ?image WHERE { ?sheep wdt:P31 wd:Q7368 . ?sheep wdt:P18 ?image . ?sheep rdfs:label ?sheepLabel . FILTER(LANG(?sheepLabel) = \"en\") }", "paraphrases": ["What are the names and images of sheep documented on Wikidata?", "Show me the English names and corresponding images of all sheep in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7368> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8697", "question": "Airports within 100 km of Edinburgh Castle", "sparql": "PREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airport ?airportLabel ?airportCoord WHERE {\n  wd:Q212065 wdt:P625 ?castleCoord .\n  ?airport wdt:P625 ?airportCoord .\n  FILTER(geof:distance(?castleCoord , ?airportCoord) <= 100)\n  FILTER(EXISTS {\n    ?airport wdt:P31 / wdt:P279 * wd:Q1248784 .\n  })\n  ?airport rdfs:label ?airportLabel .\n  FILTER(LANG(?airportLabel) = \"en\")\n}", "paraphrases": ["Which airports are located within 100 kilometers of Edinburgh Castle?", "List the English-named airports near Edinburgh Castle, including their coordinates, that are within a 100-kilometer radius."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q212065> <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var3 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". } FILTER ( ( EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1248784> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8698", "question": "Who is the Chinese empress known as \"\u6b66\u5247\u5929\" who was born before 1900?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT ?item WHERE {\n  VALUES(?labelProp) {(rdfs:label)(skos:altLabel)\n  }\n  ?item ?labelProp \"\u6b66\u5247\u5929\" @zh-hant ; wdt:P31 wd:Q5 . MINUS {\n    ?item wdt:P569 ?birth .\n    BIND(YEAR(?birth) AS ?birthYear)\n    FILTER(?birthYear > 1899)\n  }\n}", "paraphrases": ["Find the human entity in Wikidata with the Chinese label \"\u6b66\u5247\u5929\" and born before 1900.", "Which historical figure, referred to as \"\u6b66\u5247\u5929\" in Chinese, was a human and not born after 1899?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { VALUES ( ?var4 ) { ( <http://www.w3.org/2000/01/rdf-schema#label> ) ( <http://www.w3.org/2004/02/skos/core#altlabel> ) } ?var1 ?var4 \"\u6b66\u540e\"@zh-hant ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } MINUS { BIND ( YEAR ( ?var5 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . FILTER ( ( ( ?var6 > \"1899\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 1"}}
{"id": "val_8699", "question": "Items located in or part of the Appalachian Mountains", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?relatedLabel WHERE {\n  {\n    ?item wdt:P706 wd:Q93332 .\n  } UNION {\n    ?item wdt:P361 wd:Q93332 .\n  }\n  ?item rdfs:label ?itemLabel .\n  wd:Q93332 rdfs:label ?relatedLabel .\n  FILTER(LANG(?itemLabel) = 'en')\n  FILTER(LANG(?relatedLabel) = 'en')\n}\nORDER BY ?itemLabel\nLIMIT 500", "paraphrases": ["What mountains or landforms are located in or part of the Appalachian Mountains?", "List all geographical features that are either located in the Appalachian Mountains or are components of them."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label WHERE { OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P706> * <http://www.wikidata.org/entity/Q93332> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> * <http://www.wikidata.org/entity/Q93332> . } ?var1 <http://www.wikidata.org/prop/direct/P706> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P361> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var1Label ) LIMIT 500"}}
{"id": "val_8700", "question": "Person with surname Minagawa born before 1900 with most Wikipedia articles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ( COUNT( ?article ) AS ?articleCount ) WHERE {\n  ?person wdt:P734 wd:Q26212784 ; wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?article schema:about ?person .\n  } MINUS {\n    ?person wdt:P569 ?birthDate .\n    FILTER ( YEAR( ?birthDate ) > 1899 )\n  }\n}\nGROUP BY ?person\nORDER BY DESC ( ?articleCount )\nLIMIT 1", "paraphrases": ["Who is the person with the Japanese surname Minagawa, born in 1899 or earlier, who has the most Wikipedia articles about them?", "Find the oldest known person with the surname Minagawa who has the highest number of Wikipedia pages linked to their biography."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { VALUES ( ?var4 ) { ( <http://www.w3.org/2000/01/rdf-schema#label> ) ( <http://www.w3.org/2004/02/skos/core#altlabel> ) } ?var1 ?var4 \"\u7686\u5ddd\u613f\"@zh-hant ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } MINUS { BIND ( YEAR ( ?var5 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . FILTER ( ( ( ?var6 > \"1899\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 1"}}
{"id": "val_8701", "question": "Which historical Chinese figure born before 1900 has the most Wikipedia articles about them?", "sparql": "SELECT ?person (COUNT(?article) AS ?count) WHERE { BIND(wd:Q709087 AS ?person) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?article schema:about ?person . } MINUS { ?person wdt:P569 ?birthDate . BIND(YEAR(?birthDate) AS ?birthYear) FILTER(?birthYear > 1899) } } GROUP BY ?person ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Who is the Chinese poet born before 1900 who is referenced in the most online articles?", "Find the person with the pen name \u898b\u6708\u53df (Ji\u00e0n Yu\u00e8 S\u01d2u), born before 1900, and tell me how many articles mention them."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { VALUES ( ?var4 ) { ( <http://www.w3.org/2000/01/rdf-schema#label> ) ( <http://www.w3.org/2004/02/skos/core#altlabel> ) } ?var1 ?var4 \"\u898b\u6708\u53df\"@zh-hant ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } MINUS { BIND ( YEAR ( ?var5 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . FILTER ( ( ( ?var6 > \"1899\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 1"}}
{"id": "val_8702", "question": "Cuban scientists with birth and death dates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ?var3 ?var4 ?var6 WHERE {\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 wdt:P106 wd:Q901 .\n  OPTIONAL {\n    ?var1 wdt:P569 ?var3 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var4 .\n  }\n  ?var1 wdt:P27 wd:Q241 .\n  OPTIONAL {\n    ?var1 wdt:P21 ?var6 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nORDER BY ASC ( ?var1Label )\nLIMIT 15", "paraphrases": ["Who are the Cuban scientists and when were they born and died?", "List the names, birth dates, death dates, and genders of all Cuban scientists."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q901> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en,fr,de,es,it,no\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q241> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_8703", "question": "What are the most popular architectural landmarks on Wikipedia, ranked by the number of language versions?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?landmark ( COUNT( ?article ) AS ?sitelinks ) WHERE {\n  ?landmark ( wdt:P31 * / wdt:P279 * ) wd:Q2319498 .\n  ?article schema:about ?landmark ; schema:inLanguage ?lang ; schema:isPartOf ?wiki .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) )\n}\nGROUP BY ?landmark\nHAVING ( ?sitelinks > 0 )\nORDER BY DESC ( ?sitelinks )\nLIMIT 2000", "paraphrases": ["List the top 2000 architectural landmarks with the most Wikipedia articles, sorted by popularity.", "Which landmark buildings have the highest number of Wikipedia language editions, and how many are there?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2319498> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_8704", "question": "Female Nobel laureates in Physiology or Medicine with Catalan Wikipedia or Wikiquote articles.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?laureate ?name ?article WHERE {\n  ?laureate wdt:P21 wd:Q6581072 ; wdt:P166 wd:Q80061 .\n  ?article rdf:type schema:Article ; schema:about ?laureate ; schema:inLanguage \"ca\" .\n  ?laureate rdfs:label ?name .\n  FILTER ( LANG( ?name ) = \"ca\" )\n}", "paraphrases": ["Which women have won the Nobel Prize in Physiology or Medicine and have articles about them in Catalan?", "Show me the names of female Nobel Prize winners in Physiology or Medicine and the links to their Catalan-language Wikipedia and Wikiquote pages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q80061> . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> ?var1 ; <http://schema.org/inLanguage> \"ca\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"ca\" ) ) ) . }"}}
{"id": "val_8705", "question": "Paintings or artworks from Tartu Art Museum and Art Museum of Estonia with MuIS IDs, images, and Estonian collection names with inventory numbers.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?image ?collectionWithInventory WHERE {\n  VALUES ?collection {\n    wd:Q12376420 wd:Q1754105\n  }\n  ?item wdt:P195 ?collection .\n  ?item wdt:P4525 ?inventoryNumber .\n  ?item wdt:P18 ?image .\n  ?item rdfs:label ?itemLabel\n  FILTER ( LANG( ?itemLabel ) = \"en\" ) .\n  ?collection rdfs:label ?collectionLabel FILTER ( LANG( ?collectionLabel ) = \"et\" ) .\n  BIND( CONCAT ( ?collectionLabel , \" (\" , ?inventoryNumber , \")\" ) AS ?collectionWithInventory )\n}", "paraphrases": ["What artworks in the Tartu Art Museum and Art Museum of Estonia have MuIS IDs, and what are their images and collection names in Estonian with inventory numbers?", "Show me the images and Estonian collection names with inventory numbers for all items in the Tartu Art Museum and Art Museum of Estonia that have a MuIS object ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3305213> . { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q12376420> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q1754105> . } BIND ( CONCAT ( ?var4Label , \" (\", ?var5 , \")\" ) AS ?var3 ). ?var1 <http://www.wikidata.org/prop/direct/P4525> [] . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P217> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P195> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"et\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"et\". } }"}}
{"id": "val_8706", "question": "Countries with total fertility rate of 6 or higher, year, and data source.", "sparql": "SELECT ( STR( YEAR( ?date ) ) AS ?year ) ?fertilityRate ?countryLabel ( STR( ?sourceUrl ) AS ?sourceUrlStr ) WHERE { ?country p:P4841 [ ps:P4841 ?fertilityRate ; pq:P585 ?date ; prov:wasDerivedFrom [ pr:P854 ?sourceUrl ] ] . FILTER ( ?fertilityRate >= 6.0 ) . ?country rdfs:label ?countryLabel . FILTER ( LANG( ?countryLabel ) = \"en\" ) }", "paraphrases": ["Which countries had a total fertility rate of at least 6, in what year, and from which source was this data recorded?", "Show me the countries with a total fertility rate of 6 or more, along with the year the data was recorded and the URL of the source."], "info": {"raw_sparql": "SELECT( STR ( YEAR ( ?var1 ) ) AS ?var2 ) ?var3 ?var4Label ( STR ( ?var5 ) AS ?var6 ) WHERE { ?var4 <http://www.wikidata.org/prop/P4841> [ <http://www.wikidata.org/prop/statement/P4841> ?var3 ; <http://www.wikidata.org/prop/qualifier/P585> ?var1 ; <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/reference/P854> ?var5 ] ] . FILTER ( ( ( ?var3 >= \"6\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8707", "question": "What is the founding date of Metallica?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?inceptionDate WHERE {\n  wd:Q15920 wdt:P571 ?inceptionDate .\n}", "paraphrases": ["When was the American heavy metal band Metallica established?", "Tell me the year Metallica was formed."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/direct/P571> . ?var1 ?var2 <http://www.wikidata.org/entity/Q15920> . }"}}
{"id": "val_8708", "question": "Top sculptors by number of Wikipedia articles", "sparql": "SELECT ?person (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?person (wdt:P106|wdt:P101|wdt:P39) wd:Q1281618 . ?sitelink schema:about ?person ; schema:isPartOf ?wiki . FILTER(STRSTARTS(STR(?wiki), \"https://\")) } GROUP BY ?person ORDER BY DESC(?sitelinkCount) LIMIT 2000", "paraphrases": ["Who are the most notable sculptors based on how many language versions of Wikipedia have articles about them?", "List the top 2000 people associated with sculpting (as occupation, field of work, or position held), ranked by how many Wikipedia pages exist about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q1281618> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_8709", "question": "What are the top publication venues where Aaron Halfaker has published the most works, using abbreviated names where available?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q18627581 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND( COALESCE ( ?shortName , ?label ) AS ?publicationLabel )\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which journals or conferences have published the most papers by Aaron Halfaker, and what are their common abbreviations?", "Show me how many publications Aaron Halfaker has in each venue, preferring short names like PACMHCI over full titles."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q18627581> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_8710", "question": "Used Wikidata properties with English labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?property ?propertyLabel WHERE {\n  ?property wikibase:claim [] .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English labels of properties that are used as claims in Wikidata statements?", "List up to 100 properties used in Wikidata statements along with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://wikiba.se/ontology#claim> [] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_8711", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0065446?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0065446\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The Ballad of Cable Hogue\".", "Which Wikipedia pages in English and German discuss the movie identified by tt0065446 on IMDb?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0065446\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8712", "question": "Wikidata items with Twitter usernames sorted by number of Wikipedia links", "sparql": "SELECT ?item ?twitter (wikibase:sitelinks AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitter . } ORDER BY ASC(?sitelinkCount)", "paraphrases": ["Which entities on Wikidata have Twitter accounts, and how many Wikipedia articles are linked to them, ordered from least to most?", "List all Wikidata items that have a Twitter username, along with their sitelink count, sorted by the number of Wikipedia links in ascending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"SourceGoat\" ) ( \"wikidata\" ) ( \"string1\" ) ( \"mesosphere\" ) ( \"krmaher\" ) ( \"string2\" ) ( \"Auregann\" ) ( \"DaiIyGoats\" ) ( \"addshore\" ) ( \"maettig\" ) ( \"aha_io\" ) ( \"string3\" ) ( \"mariushoch\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8713", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0102494.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0102494\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What English and German language Wikipedia and Wikiquote pages are about the movie \"My Own Private Idaho\"?", "Show me the English and German language pages linked to the movie \"My Own Private Idaho\" on Wikipedia and Wikiquote."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0102494\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8714", "question": "Wikipedia articles in English and German about the movie with IMDb ID tt2404181", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt2404181\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  FILTER(strstarts(str(?wikipedia_page) , \"https://en.wikipedia.org/\") || strstarts(str(?wikipedia_page) , \"https://de.wikipedia.org/\"))\n}", "paraphrases": ["What are the English and German Wikipedia pages for the film Belle (2013)?", "Show me the English and German Wikipedia links for the movie Belle (2013), identified by IMDb ID tt2404181."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2404181\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8715", "question": "Who are the people listed as songwriters on Wikidata?", "sparql": "SELECT ?person ?label WHERE { ?person (wdt:P106|wdt:P101|wdt:P39) wd:Q753110 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 2000", "paraphrases": ["Can you list the English names of people whose occupation, field of work, or position is songwriter?", "What are the names of individuals associated with the profession of songwriting?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q753110> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 2000"}}
{"id": "val_8716", "question": "English or German Wikipedia page for the movie with IMDb ID tt2766268", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt2766268\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the item with IMDb ID tt2766268?", "Show me the English or German Wikipedia articles linked to the IMDb entry tt2766268."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2766268\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8717", "question": "What are the English and German Wikipedia or Wikiquote pages about the movie with IMDb ID tt0251736?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  VALUES ?imdbId {\n    \"tt0251736\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\"\n  } UNION {\n    ?page schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Can you show me the language versions of the Wikipedia and Wikiquote pages for the film \"House of 1000 Corpses\"?", "Which language editions of Wikimedia pages describe the movie identified by tt0251736?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0251736\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8718", "question": "Screenwriters who died before 1921 and the works they wrote.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?work ?workLabel ?screenwriter ?screenwriterLabel WHERE {\n  ?work wdt:P58 ?screenwriter .\n  ?screenwriter wdt:P570 ?deathDate .\n  FILTER ( ?deathDate <= \"1921-01-01T00:00:00Z\" ^^ xsd:dateTime ) .\n  ?work rdfs:label ?workLabel .\n  ?screenwriter rdfs:label ?screenwriterLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) .\n  FILTER ( LANG( ?screenwriterLabel ) = \"en\" ) .\n}\nLIMIT 10000", "paraphrases": ["Which films and books had screenwriters who died on or before January 1, 1921?", "List all works and their screenwriters where the screenwriter died before 1921, in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P58> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( ?var3 <= \"1921-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_8719", "question": "Libraries in Italy with ISIL identifiers starting with IT-", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P791 ?isil .\n  FILTER ( STRSTARTS( ?isil , \"IT-\" ) ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" || LANG( ?itemLabel ) = \"\" )\n}\nLIMIT 100", "paraphrases": ["What are the libraries and related organizations in Italy that have an ISIL identifier starting with 'IT-'?", "List the names of Italian libraries and related organizations that use an ISIL code beginning with 'IT-'."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P791> ?var4 . FILTER ( ( ( ?var4 = \"IT-.*\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 ?var1Label LIMIT 100"}}
{"id": "val_8720", "question": "What are the ethnic groups categorized under the \"ethnic group\" category, and what qualifiers are used on their categorization statements?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?statement ( SAMPLE( ?qualifier ) AS ?qualifierProperty ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P301 wd:Q41710 .\n      ?item p:P301 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier true .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["Can you list items classified as ethnic groups and show any additional details (qualifiers) attached to their categorization?", "Which entities are linked to the \"ethnic group\" category via Wikimedia categories, and do those links include any qualifiers like time periods or sources?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q41710> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8721", "question": "Dutch golfers ranked by Wikipedia page count", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person(COUNT(?article) AS ?sitelinkCount) WHERE {\n  ?person(wdt:P106 | wdt:P101 | wdt:P39) wd:Q11303721 .\n  ?person wdt:P27 wd:Q29999 .\n  ?article schema:about ?person .\n  ?article schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?wiki) , \"https://\"))\n}\nGROUP BY ?person\nORDER BY DESC(?sitelinkCount)\nLIMIT 500", "paraphrases": ["Who are the most notable Dutch golfers based on the number of Wikipedia articles about them?", "List the top 500 Dutch golfers by their Wikipedia popularity, showing how many language versions of their Wikipedia pages exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q55> ) ( <http://www.wikidata.org/entity/Q29999> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P106> */ <http://www.wikidata.org/prop/direct/P101> */ <http://www.wikidata.org/prop/direct/P39> *) <http://www.wikidata.org/entity/Q11303721> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 500"}}
{"id": "val_8722", "question": "What is the image associated with the SNAC ARK ID \"w6280zhh\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6280zhh\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the Wikimedia Commons image for the person identified by the SNAC ARK ID w6280zhh?", "Show the image of Henry James Anderson, who has the SNAC ARK ID w6280zhh."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6280zhh\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8723", "question": "English or German title of the movie with IMDb ID tt1847750", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?title WHERE {\n  ?item wdt:P345 \"tt1847750\" .\n  ?item rdfs:label ?title .\n  FILTER ( LANG( ?title ) = \"en\" || LANG( ?title ) = \"de\" )\n}", "paraphrases": ["What is the English or German title of the film identified by IMDb ID tt1847750?", "Please provide the English or German title of the movie with IMDb ID tt1847750."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1847750\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8724", "question": "Image of the person with SNAC ARK ID w6gc47c9", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gc47c9\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w6gc47c9?", "Please provide the Wikimedia Commons image for the entity with SNAC ARK ID w6gc47c9."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gc47c9\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8725", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0070239", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0070239\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(STRSTARTS(STR(?wikipedia_page) , \"https://en.wikipedia.org/\") || STRSTARTS(STR(?wikipedia_page) , \"https://de.wikipedia.org/\"))\n}", "paraphrases": ["What are the English and German Wikipedia articles about the film Jesus Christ Superstar?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt0070239."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0070239\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8726", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0368222", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  VALUES ?imdbId {\n    \"tt0368222\"\n  }\n  ?item wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German Wikipedia pages for the film \"Romance & Cigarettes\"?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt0368222."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0368222\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8727", "question": "What properties link other items to Cyndi Grecco more than once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q5199908 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties are used to connect other entities to the singer Cyndi Grecco, and how many times are they used?", "Show me the properties that relate songs or albums to Cyndi Grecco, but only include those used in more than one context, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q5199908> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_8728", "question": "What is the English Wikipedia article about the movie with IMDb ID tt2662228?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wiki ?imdb WHERE {\n  ?item wdt:P345 \"tt2662228\" .\n  ?wiki schema:about ?item .\n  ?wiki schema:inLanguage \"en\" .\n  ?item wdt:P345 ?imdb .\n}", "paraphrases": ["Show me the English Wikipedia page and IMDb ID for the film identified by tt2662228.", "Find the English Wikipedia article linked to the IMDb entry tt2662228."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2660118\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8729", "question": "All works of art and their subclasses in Wikidata.", "sparql": "SELECT ?artwork ?artworkLabel WHERE { ?artwork (wdt:P31/wdt:P279*) wd:Q838948 . ?artwork rdfs:label ?artworkLabel . FILTER(LANG(?artworkLabel) = \"en\") }", "paraphrases": ["What are all the items (including subclasses and instances) that are considered works of art in Wikidata?", "List all labeled artworks and their types in English, including paintings, sculptures, digital art, and any other categories that fall under the broader concept of \"work of art\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q838948> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh\". } }"}}
{"id": "val_8730", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1648216?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1648216\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang .}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1648216 on IMDb.", "Which Wikipedia pages in English and German discuss the movie \"Three Steps Above Heaven\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1648216\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8731", "question": "Wikimedia pages in English or German about the movie with IMDb ID tt2617456", "sparql": "SELECT ?page WHERE { ?item wdt:P345 \"tt2617456\" . ?page schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?page schema:inLanguage ?lang . }", "paraphrases": ["What English or German Wikipedia or Wikiquote pages are linked to the movie Superman: Unbound on IMDb?", "Show me all English and German language pages about the IMDb movie tt2617456."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2617456\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8732", "question": "What are the French communes with \"Lavo\u00fbte\" in their official name?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?name WHERE {\n  ?city wdt:P17 wd:Q142 ; wdt:P31 wd:Q484170 ; wdt:P1448 ?name .\n  FILTER(CONTAINS(?name , \"Lavo\u00fbte\"))\n}", "paraphrases": ["Show me cities in France whose official names contain \"Lavo\u00fbte\".", "Which towns in France are named Lavo\u00fbte-sur-Loire or Lavo\u00fbte-Chilhac?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"de\" ) ) ) . FILTER ( ( CONTAINS ( ?var3Label , \"Lavoute\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8733", "question": "Who are the Spanish humans in Wikidata who have children, and what are their children's names?", "sparql": "SELECT ?person ?personLabel ?childLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P27 wd:Q29 ; wdt:P40 ?child . ?person rdfs:label ?personLabel . ?child rdfs:label ?childLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?childLabel) = \"en\") }", "paraphrases": ["List Spanish people who are parents, along with the names of their children.", "Show the names of Spanish citizens who have children and the labels of those children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q29> . ?var1 <http://www.wikidata.org/prop/P40> ?var3 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P40> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8734", "question": "What are the Twitter usernames of organizations like ademe, GroupeSNCF, and tableau, and how many Wikipedia links do they have, sorted by least to most?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername(COUNT(?sitelink) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  ?sitelink schema:about ?item ; schema:isPartOf ?site .\n  VALUES ?twitterUsername {\n    \"ademe\" \"GroupeSNCF\" \"tableau\"\n  }\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Show me the Wikidata items for the Twitter accounts \"ademe\", \"GroupeSNCF\", and \"tableau\", along with their sitelink counts, ordered from the fewest to the most Wikipedia connections.", "Which of the Twitter accounts \"ademe\", \"GroupeSNCF\", and \"tableau\" has the fewest Wikipedia sitelinks, and how many do each have?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"inOut2018\" ) ( \"Bluebus_\" ) ( \"string2\" ) ( \"GroupePSA\" ) ( \"string3\" ) ( \"GroupeSNCF\" ) ( \"string4\" ) ( \"ademe\" ) ( \"string5\" ) ( \"string6\" ) ( \"ID4CAR\" ) ( \"panoplyio\" ) ( \"tableau\" ) ( \"panoply\" ) ( \"nojhan\" ) ( \"symac\" ) ( \"string7\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8735", "question": "What properties are used on Barack Obama, and how many values does each have, along with the labels of those values?", "sparql": "SELECT ?property ?propertyLabel (COUNT(?value) AS ?valueCount) (GROUP_CONCAT(?valueLabel; SEPARATOR=\", \") AS ?valueLabels)\nWHERE {\n  wd:Q11424 ?property ?value .\n  BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propItem)\n  ?propItem rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?valueLabel) = \"en\")\n}\nGROUP BY ?property ?propertyLabel\nORDER BY DESC(?valueCount)", "paraphrases": ["Show me a summary of all properties applied to Barack Obama, including the count of values and the English labels of those values.", "For each property used on Barack Obama, list the property name, how many times it's used, and the English labels of its values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q15133553> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8736", "question": "Does the VIAF ID 92148389462710712103 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"92148389462710712103\"\n}", "paraphrases": ["Is there a person in Wikidata with the VIAF identifier 92148389462710712103?", "Check if the Virtual International Authority File ID 92148389462710712103 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"92148389462710712103\". }"}}
{"id": "val_8737", "question": "What properties describe the novel *The Surgeon*, and what are their values and counts in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(SAMPLE(?propertyLabel) AS ?propLabel)(COUNT(?value) AS ?valueCount)(GROUP_CONCAT(?valueLabel ; SEPARATOR = \", \") AS ?valueLabels) WHERE {\n  wd:Q1211868 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n}\nGROUP BY ?property", "paraphrases": ["For the book *The Surgeon*, list each property used in Wikidata, its English label, how many values it has, and what those values are.", "Can you show me a summary of the English-language facts about the novel *The Surgeon*, grouped by property, including how many times each property is used?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q1211868> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8738", "question": "Works by Dorthe Dahl-Jensen without a main subject on Wikidata.", "sparql": "SELECT ?work ?workTitle WHERE { ?work wdt:P50 wd:Q19667187 . FILTER ( NOT EXISTS { ?work wdt:P921 ?subject } ) . OPTIONAL { ?work wdt:P1476 ?workTitle . } } ORDER BY ?workTitle", "paraphrases": ["What scientific papers authored by Dorthe Dahl-Jensen do not have a specified main topic on Wikidata?", "List the titles of all publications by Dorthe Dahl-Jensen that are not linked to a main subject in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( ?var1 AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q19667187> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_8739", "question": "What is the English Wikipedia page for the movie with IMDb ID tt3626742?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt3626742\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which Wikipedia page in English or German is about the film identified by IMDb ID tt3626742?", "Show me the Wikipedia page (in English or German) for the movie that has the IMDb identifier tt3626742."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3626742\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8740", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3510480?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt3510480\" . ?wikipediaPage schema:about ?item . VALUES ?lang { \"en\" \"de\" } ?wikipediaPage schema:inLanguage ?lang .}", "paraphrases": ["Find the Wikipedia article about the film \"Anacleto: agente secreto\" in English or German.", "Show me the Wikipedia links in English or German for the movie identified by tt3510480 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3510480\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8741", "question": "English and German Wikipedia or Wikiquote pages about the movie with IMDb ID tt0185125", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0185125\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What English and German language pages on Wikipedia or Wikiquote are about the movie \"All About My Mother\"?", "Show me the English and German Wikipedia and Wikiquote pages for the film identified by IMDb ID tt0185125."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0185125\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8742", "question": "What is the English label, alternative name, and Wikipedia page for the entity with Freebase ID /m/010hn?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?label ?altLabel ?wikipediaPage WHERE {\n  ?item wdt:P646 \"/m/010hn\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  ?item skos:altLabel ?altLabel .\n  FILTER ( LANG( ?altLabel ) = \"en\" ) .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" .\n  FILTER ( STRSTARTS( STR( ?wikipediaPage ) , \"https://en.wikipedia.org/\" ) )\n}", "paraphrases": ["Who is the person identified by the Freebase ID /m/010hn, and what are their English name, alternative name, and English Wikipedia link?", "Please provide the English name, alternative English name, and English Wikipedia URL for the entity linked to the Freebase ID /m/010hn."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/010hn\". OPTIONAL { ?var1 <http://schema.org/description> ?var5 . } OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3 . } FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . OPTIONAL { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var4 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8743", "question": "Which Wikidata items have Twitter usernames \"CityOfBoston\", \"melroserugby\", or \"deventergem\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username IN(\"CityOfBoston\" , \"melroserugby\" , \"deventergem\"))\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter usernames CityOfBoston, melroserugby, or deventergem?", "Show me the Wikidata items that use \"CityOfBoston\", \"melroserugby\", or \"deventergem\" as their Twitter handle."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"micherve\" ) ( \"string2\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8744", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0359423?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0359423\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0359423 on IMDb.", "Which Wikipedia pages in English and German discuss the movie 'A Home at the End of the World'?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0359423\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8745", "question": "Humans with the French name \"Benjamin\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Benjamin\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people named Benjamin in French?", "List all humans whose name in French is Benjamin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"benjamin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8746", "question": "Top Japanese House of Representatives electoral districts by number of representatives.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?district ?districtLabel ?memberCount WHERE {\n  {\n    SELECT ?district(COUNT(DISTINCT ?position) AS ?memberCount) WHERE {\n      ?person p:P39 ?position .\n      ?person wdt:P27 wd:Q17 .\n      ?position ps:P39 wd:Q17506823 ; pq:P768 ?district .\n    }\n    GROUP BY ?district\n    ORDER BY DESC(?memberCount)\n    LIMIT 50\n  }\n  OPTIONAL {\n    ?district rdfs:label ?districtLabel .\n    FILTER(LANG(?districtLabel) = \"en\")\n  }\n}\nORDER BY DESC(?memberCount)", "paraphrases": ["Which electoral districts in Japan have the most members in the House of Representatives, and how many representatives does each have?", "List the Japanese electoral districts for the House of Representatives, ranked by how many representatives are elected from each, along with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT DISTINCT ?var1 ( COUNT ( DISTINCT ?var5 ) AS ?var4 ) WHERE { ?var6 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17506823> ; <http://www.wikidata.org/prop/qualifier/P768> ?var1 . } GROUP BY ?var1 } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_8747", "question": "Does the VIAF ID 308740207 correspond to an entity in Wikidata, and what is its name?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P214 \"308740207\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person associated with the VIAF identifier 308740207 in Wikidata?", "Show me the English label of the Wikidata item that has the VIAF ID 308740207."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"308740207\". }"}}
{"id": "val_8748", "question": "German labels and descriptions of Wikidata properties used for assigning identifiers", "sparql": "SELECT ?property ?label ?description WHERE { ?property a wikibase:Property . ?property rdfs:label ?label . ?property schema:description ?description . FILTER (LANG(?label) = \"de\") . FILTER (LANG(?description) = \"de\") . FILTER (CONTAINS(LCASE(?label), \"id\") || CONTAINS(LCASE(?label), \"identifier\") || CONTAINS(LCASE(?description), \"id\") || CONTAINS(LCASE(?description), \"identifier\")) } LIMIT 100", "paraphrases": ["What are the German names and descriptions of Wikidata properties that are used to assign IDs or identifiers?", "Please list all Wikidata properties in German that are used to identify entities, along with their German descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q853614> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_8749", "question": "Humans with the surname Luccioni.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P734 wd:Q65109319 .\n}", "paraphrases": ["Who are the people whose last name is Luccioni?", "List all humans who have the family name Luccioni."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"luccioni\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8750", "question": "Who is the Chinese historical figure named \"\u6bb5\u514b\u5df1\" born before 1900 with the most Wikipedia articles about them?", "sparql": "SELECT ?item (COUNT(?article) AS ?count) WHERE {  VALUES ?labelProperty { rdfs:label skos:altLabel }  ?item ?labelProperty \"\u6bb5\u514b\u5df1\"@zh-hant ;        wdt:P31 wd:Q5 .  OPTIONAL {    ?article schema:about ?item .  }  MINUS {    ?item wdt:P569 ?birthDate .    FILTER (xsd:integer(SUBSTR(STR(?birthDate), 1, 4)) > 1899)  }} GROUP BY ?item ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which person with the Chinese name \"\u6bb5\u514b\u5df1\", who is a human and was born before 1900, has the highest number of Wikipedia articles associated with them?", "Find the Wikidata item for the person named \"\u6bb5\u514b\u5df1\" in Traditional Chinese who was born in or before 1899 and has the most Wikipedia pages about them."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { VALUES ( ?var4 ) { ( <http://www.w3.org/2000/01/rdf-schema#label> ) ( <http://www.w3.org/2004/02/skos/core#altlabel> ) } ?var1 ?var4 \"\u6bb5\u514b\u5df1\"@zh-hant ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } MINUS { BIND ( YEAR ( ?var5 ) AS ?var6 ). ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . FILTER ( ( ( ?var6 > \"1899\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } } GROUP BY ?var1 ORDER BY DESC( ?var3 ) LIMIT 1"}}
{"id": "val_8751", "question": "What is the English Wikipedia page for the film with IMDb ID tt6413002, and what is its title?", "sparql": "SELECT ?item ?itemLabel ?wikipedia_page WHERE { ?item wdt:P345 \"tt6413002\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia articles in English or German are about the movie with IMDb identifier tt6413002, and what is its English name?", "Show me the English label and the English or German Wikipedia links for the movie identified by IMDb ID tt6413002."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6413002\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8752", "question": "What are the images associated with J\u00f8rgen Ellegaard Andersen, including those of his authored works and their main subjects?", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q49806447 wdt:P18 ?image . } UNION { wd:Q49806447 ( ^wdt:P50 / (wdt:P921 * | wdt:P50) / wdt:P18 ) ?image . } }", "paraphrases": ["Show me the image of J\u00f8rgen Ellegaard Andersen and images of topics or works he is associated with.", "Retrieve all images linked to J\u00f8rgen Ellegaard Andersen either directly or through his authored works and their subjects."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q49806447> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q49806447> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { <http://www.wikidata.org/entity/Q49806447> (^ <http://www.wikidata.org/prop/direct/P50> /( <http://www.wikidata.org/prop/direct/P921> *| <http://www.wikidata.org/prop/direct/P50> )/ <http://www.wikidata.org/prop/direct/P18> ) ?var1 . } }"}}
{"id": "val_8753", "question": "Active Legislative Yuan constituencies in Taiwan", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?constituency ?constituencyLabel WHERE {\n  ?constituency wdt:P31 wd:Q19409201 . MINUS {\n    ?constituency wdt:P576 [] .\n  }\n  ?constituency rdfs:label ?constituencyLabel .\n  FILTER(LANG(?constituencyLabel) = \"en\")\n}", "paraphrases": ["Which Legislative Yuan constituencies are currently active and have not been abolished?", "List the English names of all current electoral districts for Taiwan\u2019s Legislative Yuan, excluding those that have been dissolved."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19409201> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,zh-tw\". } }"}}
{"id": "val_8754", "question": "People born on August 8th", "sparql": "SELECT ?person ?label WHERE { ?person wdt:P569 ?birthDate . FILTER ( MONTH(?birthDate) = 8 && DAY(?birthDate) = 8 ) . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 5", "paraphrases": ["Who are some people born on August 8?", "List five people with their names who were born on August 8th."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( MONTH ( ?var2 ) = \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( DAY ( ?var2 ) = \"8\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 5"}}
{"id": "val_8755", "question": "What are the FIPS code properties in Wikidata with English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?property rdf:type wikibase:Property .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?propertyDescription ) = \"en\" ) FILTER ( CONTAINS( LCASE( ?propertyLabel ) , \"fips\" ) || CONTAINS( LCASE( ?propertyDescription ) , \"fips\" ) )\n}\nORDER BY ?propertyLabel\nLIMIT 100", "paraphrases": ["Which properties in Wikidata are used to represent FIPS codes, and what are their English labels and descriptions?", "List all English-language properties in Wikidata related to FIPS standards, including their labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q26868624> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_8756", "question": "Which Wikidata items have the Twitter handles \"evamen\", \"tudelft\", \"US_IMLS\", or \"ZENODO_ORG\"?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"evamen\" \"tudelft\" \"US_IMLS\" \"ZENODO_ORG\" } }", "paraphrases": ["Who or what organizations on Wikidata are associated with the Twitter usernames evamen, tudelft, US_IMLS, and ZENODO_ORG?", "List the entities on Wikidata that use \"evamen\", \"tudelft\", \"US_IMLS\", or \"ZENODO_ORG\" as their Twitter/X usernames."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"evamen\" ) ( \"string1\" ) ( \"string2\" ) ( \"US_IMLS\" ) ( \"string3\" ) ( \"tudelft\" ) ( \"ZENODO_ORG\" ) ( \"Beck_Grant\" ) ( \"eoscpilot\" ) ( \"aw_DCC\" ) ( \"string4\" ) ( \"h_lindroos\" ) ( \"LM_HATII\" ) } }"}}
{"id": "val_8757", "question": "Awards received by Maxine Singer and the years they were awarded", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?award ?awardLabel ?awardDate WHERE {\n  wd:Q7309 p:P166 [ ps:P166 ?award ; pq:P585 ?awardDate ] .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANG(?awardLabel) = \"en\")\n}", "paraphrases": ["What awards did Maxine Singer receive, and when were they given?", "List all the awards Maxine Singer was given along with the dates of receipt."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q7309> <http://www.wikidata.org/prop/P166> [ <http://www.wikidata.org/prop/statement/P166> ?var1 ; <http://www.wikidata.org/prop/qualifier/P585> ?var2 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8758", "question": "Cities in Kazakhstan", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city ?cityLabel WHERE {\n  ?city wdt:P31 wd:Q515 ; wdt:P17 wd:Q232 .\n  ?city rdfs:label ?cityLabel .\n  FILTER ( LANG( ?cityLabel ) = \"en\" )\n}", "paraphrases": ["What are the cities in Kazakhstan?", "List the English names of all cities located in Kazakhstan."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q232> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk\". } }"}}
{"id": "val_8759", "question": "Who are the actors born in Hungary?", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P106 wd:Q33999 . ?actor wdt:P19 wd:Q28 . ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") } LIMIT 100", "paraphrases": ["List English-named actors whose place of birth is Hungary and whose occupation is acting.", "Can you tell me the names of Hungarian-born actors?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q28> . } LIMIT 100"}}
{"id": "val_8760", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1183251?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt1183251\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film 'Beyond a Reasonable Doubt' (2009)?", "Which language versions of Wikipedia have articles about the movie identified by tt1183251?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1183251\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8761", "question": "What Wikipedia and Wikiquote pages in English or German are about the movie with IMDb ID tt1303828?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wiki_page WHERE {\n  ?movie wdt:P345 \"tt1303828\" .\n  ?wiki_page schema:about ?movie .\n  {\n    ?wiki_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wiki_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the English and German language Wikipedia/Wikiquote pages for the film Defendor (IMDb: tt1303828).", "Which language versions of Wikipedia and Wikiquote have articles about the movie identified by IMDb ID tt1303828?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1303828\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8762", "question": "What properties and values are associated with the Mexico men's national football team on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q164089 ?property ?value\n}\nLIMIT 10", "paraphrases": ["Can you show me all the information available for the Mexico national football team in Wikidata?", "What do we know about the Mexico men's national football team in terms of its Wikidata properties?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://dbpedia.org/resource/Mexico_national_football_team> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_8763", "question": "Wikipedia page in English or German for movie with IMDb ID tt4677578", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 \"tt4677578\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } BIND(\"tt4677578\" AS ?imdb_id) }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt4677578?", "Show me the movie, its English or German Wikipedia link, and its IMDb ID for the movie identified by tt4677578."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4677578\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8764", "question": "English and German Wikipedia pages for The Dark Knight (IMDb tt0468569)", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0468569\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the movie The Dark Knight?", "Show me the English and German Wikipedia pages linked to the Wikidata item for The Dark Knight (2008)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6404816\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8765", "question": "Wikimedia pages in English or German about the movie with IMDb ID tt0466856", "sparql": "SELECT ?page WHERE { ?movie wdt:P345 \"tt0466856\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What Wikipedia or Wikiquote pages in English or German are about the film with IMDb ID tt0466856?", "Show me the English and German language pages on Wikipedia or Wikiquote for the movie ATL (2006), identified by IMDb ID tt0466856."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0466856\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8766", "question": "Female pornographic actors born in Hungary who are still alive.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel ?image WHERE {\n  ?person wdt:P106 wd:Q488111 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P19 wd:Q28 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  FILTER NOT EXISTS {\n    ?person wdt:P570 ?deathDate\n  }\n  .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are the living female pornographic actors born in Hungary?", "List the names of female adult performers born in Hungary and indicate if any have images available on Wikimedia Commons."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q488111> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q28> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P570> _:b4 . } } LIMIT 100"}}
{"id": "val_8767", "question": "Image of Aristide Cavaill\u00e9-Coll with SNAC ARK ID w6jh4m4q", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6jh4m4q\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the person with SNAC ARK ID w6jh4m4q?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6jh4m4q."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jh4m4q\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8768", "question": "Mountains in Indonesia with coordinates and images", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?mountain ?mountainLabel ?coordinates ?image WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain wdt:P17 wd:Q252 .\n  ?mountain wdt:P625 ?coordinates .\n  ?mountain skos:prefLabel ?mountainLabel .\n  OPTIONAL {\n    ?mountain wdt:P18 ?image .\n  }\n  FILTER ( LANG( ?mountainLabel ) = \"id\" || LANG( ?mountainLabel ) = \"en\" )\n}\nORDER BY ASC ( ?mountainLabel )", "paraphrases": ["What are the mountains in Indonesia, their coordinates, and which ones have images?", "List all mountains in Indonesia, including their geographic coordinates and optional Wikimedia Commons images, sorted alphabetically by name in Indonesian or English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,nb,nn,en,fi\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_8769", "question": "What are the different types of pistols, and what images are available for them?", "sparql": "SELECT ?pistolType ?pistolTypeLabel ?image WHERE { ?pistolType wdt:P279 wd:Q1907525 . OPTIONAL { ?pistolType wdt:P18 ?image . } ?pistolType rdfs:label ?pistolTypeLabel . FILTER(LANG(?pistolTypeLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list all subclasses of pistols along with their English names and associated images from Wikimedia Commons?", "Show me the names of pistol variants and their pictures if they exist."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1907525> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_8770", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt1135084?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1135084\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia pages in English and German about the film \"Takers\".", "Which language versions of Wikipedia have articles about the movie identified by IMDb ID tt1135084?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1135084\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8771", "question": "Wikipedia pages in English or German about the TV series with IMDb ID tt0089572.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0089572\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia pages for the TV show \"The Mean Season\" (IMDb ID tt0089572)?", "Show me the English and German Wikipedia links for the TV series identified by IMDb ID tt0089572."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0089572\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8772", "question": "Wikipedia page for Zombillenium in English or German", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  BIND(\"tt5313906\" AS ?imdb_id)\n  .\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt5313906?", "Show me the Wikipedia page in English or German for the film identified by IMDb ID tt5313906."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5313906\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8773", "question": "What are the types of internal items used in Wikidata, and what are their English labels?", "sparql": "SELECT ?item ?label ?image WHERE { ?item wdt:P279 wd:Q21281405 . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { ?item wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Can you list all subclasses of Wikidata internal items along with their names and any associated images?", "Show me the English names of all Wikidata-specific item types like property proposals and templates."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q21281405> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_8774", "question": "What are the English and German Wikipedia pages about the film with IMDb ID tt0152930?", "sparql": "SELECT ?item ?article ?imdbId WHERE { ?item wdt:P345 \"tt0152930\" . ?article schema:about ?item . { ?article schema:inLanguage \"en\" } UNION { ?article schema:inLanguage \"de\" } . ?item wdt:P345 ?imdbId }", "paraphrases": ["Show me the Wikipedia articles in English and German for the movie identified by tt0152930 on IMDb.", "Which language versions of Wikipedia articles are linked to the film with IMDb identifier tt0152930?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0152930\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8775", "question": "What is the Wikidata item for the Twitter username \"leojoubert\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  FILTER(?username = \"leojoubert\")\n}", "paraphrases": ["Who has the Twitter handle \"leojoubert\" on Wikidata?", "Find the person associated with the Twitter account @leojoubert in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"looniverse\" ) ( \"leojoubert\" ) ( \"string1\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8776", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0283469?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0283469\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English or German about the film identified by tt0283469 on IMDb.", "Which Wikipedia pages in English or German discuss the movie Martin & Orloff?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0283469\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8777", "question": "Which Wikidata items are associated with the Twitter usernames Wikimedia, Wikipedia, UNESCO, Jagex, halfak, Wikicite, and Anthere?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"Wikimedia\" \"Wikipedia\" \"UNESCO\" \"Jagex\" \"halfak\" \"Wikicite\" \"Anthere\" } } ORDER BY ?twitterUsername", "paraphrases": ["Who are the people or organizations on Wikidata that have Twitter accounts with the usernames 'Wikimedia', 'Wikipedia', 'UNESCO', 'Jagex', 'halfak', 'Wikicite', or 'Anthere'?", "List the Wikidata entities linked to the Twitter handles: Wikimedia, Wikipedia, UNESCO, Jagex, halfak, Wikicite, and Anthere."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"K_rho\" ) ( \"string7\" ) ( \"Auregann\" ) ( \"re_kioo\" ) ( \"string8\" ) ( \"string9\" ) ( \"PoulpyWP\" ) ( \"cyb3rops\" ) ( \"string10\" ) ( \"tamimi2213\" ) ( \"string11\" ) ( \"esimperl\" ) ( \"string12\" ) ( \"TheWebConf\" ) ( \"laroyo\" ) ( \"eglu81\" ) ( \"cawelty\" ) ( \"symac\" ) ( \"alexx283\" ) ( \"string13\" ) ( \"string14\" ) ( \"Jagex\" ) ( \"string15\" ) ( \"feygelehh\" ) ( \"string16\" ) ( \"juetmilie\" ) ( \"krnsux\" ) ( \"algoritmic\" ) ( \"string17\" ) ( \"creapills\" ) ( \"string18\" ) ( \"string19\" ) ( \"cyboolo\" ) ( \"Quotes_PS\" ) ( \"string20\" ) ( \"string21\" ) ( \"fred_pom\" ) ( \"MaitreKlem\" ) ( \"bismatoj\" ) ( \"string22\" ) ( \"halfak\" ) ( \"string23\" ) ( \"UNESCO\" ) ( \"string24\" ) ( \"string25\" ) ( \"niggi\" ) ( \"SFR\" ) ( \"string26\" ) ( \"Bild\" ) ( \"bzberlin\" ) ( \"Welt\" ) ( \"HuffPostDE\" ) ( \"bearloga\" ) ( \"Wikimedia\" ) ( \"Wikipedia\" ) ( \"Anthere\" ) ( \"string27\" ) ( \"la_fing\" ) ( \"string28\" ) ( \"samgoeta\" ) ( \"Wikicite\" ) ( \"string29\" ) ( \"notknut\" ) ( \"string30\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8778", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3399916?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt3399916\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English or German about the film \"The Dead Lands\".", "Which language versions of Wikipedia have an article about the movie identified by tt3399916?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3399916\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8779", "question": "List the administrative subdivisions of San Marino ordered by how many Wikipedia articles exist about them, excluding those with Persian Wikipedia pages, and show the English Wikipedia link if available.", "sparql": "SELECT ?place ( COUNT( DISTINCT ?wikipediaPage ) AS ?wikipediaCount ) ?enPage WHERE { ?place ( wdt:P31 / wdt:P279* ) wd:Q2490986 . ?wikipediaPage schema:about ?place . OPTIONAL { ?enPage schema:about ?place ; schema:isPartOf <https://en.wikipedia.org/> . } MINUS { ?faPage schema:about ?place ; schema:inLanguage \"fa\" ; schema:isPartOf <https://fa.wikipedia.org/> . } } GROUP BY ?place ?enPage ORDER BY DESC( ?wikipediaCount ) LIMIT 20000", "paraphrases": ["Which villages and towns in San Marino have the most Wikipedia articles written about them, and which of them have an English Wikipedia page?", "Show me the top 20,000 places in San Marino by the number of Wikipedia pages about them, but skip any that have a Persian Wikipedia page, and include the English Wikipedia link where it exists."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2490986> . ?var2 <http://schema.org/about> ?var1 . OPTIONAL { ?var4 <http://schema.org/about> ?var1 ; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } MINUS { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"fa\". ?var5 <http://schema.org/isPartOf> <https://fa.wikipedia.org/> . } } GROUP BY ?var1 ?var1Label ?var4 ORDER BY DESC( ?var3 ) LIMIT 20000"}}
{"id": "val_8780", "question": "What English and German-language Wikipedia and Wikiquote pages are about the movie with IMDb ID tt0329717?", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0329717\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia and Wikiquote links in English and German for the film Hollywood Homicide.", "Which language versions of pages about the movie Hollywood Homicide exist on Wikipedia and Wikiquote?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0329717\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8781", "question": "Country of \u00c9glise Sainte-Croix de Bastia", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?country ?countryLabel WHERE {\n  BIND( wd:Q3584983 AS ?church ) .\n  ?church wdt:P17 ?country .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["In which country is the \u00c9glise Sainte-Croix de Bastia located?", "Tell me the country where \u00c9glise Sainte-Croix de Bastia is situated."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q3584983> AS ?var3 ). ?var3 <http://www.wikidata.org/prop/direct/P17> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8782", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0142245?", "sparql": "SELECT ?item ?page WHERE { VALUES ?imdbId { \"tt0142245\" } ?item wdt:P345 ?imdbId . ?page schema:about ?item . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Show me the language-specific Wikimedia pages (in English or German) for the film identified by tt0142245 on IMDb.", "Which pages on Wikipedia and Wikiquote in English or German describe the movie Dragon Ball Z: Bardock \u2013 The Father of Goku?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0142245\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8783", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0312843?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0312843\" .\n  {\n    ?wikipedia_page schema:about ?movie .\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:about ?movie .\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0312843 on IMDb.", "Which Wikipedia pages in English or German discuss the movie Suicide Club (tt0312843)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0312843\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8784", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt2231489?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt2231489\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you find the Wikipedia articles in English or German about the film identified by IMDb ID tt2231489?", "Show me the Wikipedia pages in English or German that are about the movie with IMDb identifier tt2231489."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2231489\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8785", "question": "English or German Wikipedia page for the movie with IMDb ID tt6452332.", "sparql": "SELECT ?movie ?wikipediaPage WHERE { VALUES ?imdbId { \"tt6452332\" } ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What is the English or German Wikipedia page for the movie identified by IMDb ID tt6452332?", "Show me the English or German Wikipedia link for the movie with IMDb ID tt6452332."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6452332\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8786", "question": "What are the English or German Wikipedia pages about the movie with IMDb ID tt0330333?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0330333\" .\n  ?wikipedia_page schema:about ?item .\n  FILTER(STRSTARTS(STR(?wikipedia_page) , \"https://en.wikipedia.org/\") || STRSTARTS(STR(?wikipedia_page) , \"https://de.wikipedia.org/\"))\n}", "paraphrases": ["Show me the Wikipedia articles in English or German that are about the film identified by tt0330333 on IMDb.", "Which Wikipedia pages in English or German discuss the movie with IMDb identifier tt0330333?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0330333\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8787", "question": "What is the IMDb ID and Wikipedia page (in English or German) for the movie with IMDb ID tt1176704?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt1176704\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) BIND( \"tt1176704\" AS ?imdbId )\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film with IMDb ID tt1176704, and what is its IMDb ID?", "Show me the Wikipedia links in English or German for the movie identified by tt1176704 on IMDb, along with the IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1176704\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8788", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  BIND( \"tt0133093\" AS ?imdb_id )\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German that are about the movie \"The Matrix\"?", "I want to find the language versions of Wikipedia pages linked to the IMDb entry tt0133093, specifically in English and German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5658124\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8789", "question": "Movies with IMDb ID tt0468569 and their English or German Wikipedia articles.", "sparql": "SELECT ?movie ?article WHERE { VALUES ?imdb { \"tt0468569\" } ?movie wdt:P345 ?imdb . ?article schema:about ?movie . ?article schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt0468569?", "Show me the Wikipedia pages in English and German for the movie identified by the IMDb ID tt0468569."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4729492\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8790", "question": "English or German Wikipedia page for the film with IMDb ID tt2823664", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?page schema:about ?item ; schema:inLanguage ?lang .\n  ?item wdt:P345 \"tt2823664\" .\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie identified by tt2823664 on IMDb?", "Show me the Wikipedia page in English or German that describes the film with IMDb ID tt2823664."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2823664\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8791", "question": "What are the English or German Wikipedia pages for the movie with IMDb ID tt0364067?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 ?imdbId . FILTER(?imdbId = \"tt0364067\") { ?wikipediaPage schema:about ?movie ; schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:about ?movie ; schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia pages in English or German are about the movie identified by the IMDb ID tt0364067?", "Show me the English or German Wikipedia articles linked to the movie with IMDb ID tt0364067, along with the IMDb ID itself."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0364067\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8792", "question": "What field of work did Ada Lovelace have, and what category does that field belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?field ?fieldLabel ?type ?typeLabel WHERE {\n  wd:Q7259 wdt:P101 ?field .\n  ?field wdt:P31 ?type .\n  ?field rdfs:label ?fieldLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?fieldLabel) = \"en\")\n  FILTER(LANG(?typeLabel) = \"en\")\n}", "paraphrases": ["What are the academic categories of Ada Lovelace\u2019s field of work?", "Is mathematics considered an academic discipline or an academic major, and is it Ada Lovelace\u2019s field of work?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q7259> <http://www.wikidata.org/prop/direct/P101> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_8793", "question": "List geographic features in Orange County, California with their GNIS IDs, official websites, areas, coordinates, and English Wikipedia pages.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?feature ?label ?gnisId ?website ?area ?coord ?wikipedia WHERE {\n  ?feature wdt:P131 wd:Q5925 ; wdt:P590 ?gnisId .\n  OPTIONAL {\n    ?feature rdfs:label ?label .\n    FILTER ( LANG( ?label ) = 'en' )\n  }\n  OPTIONAL {\n    ?feature wdt:P856 ?website\n  }\n  OPTIONAL {\n    ?feature wdt:P2046 ?area\n  }\n  OPTIONAL {\n    ?feature wdt:P625 ?coord\n  }\n  OPTIONAL {\n    ?wikipedia schema:about ?feature ; schema:inLanguage 'en' ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nLIMIT 500", "paraphrases": ["What are the English-labeled geographic features in Orange County, California, along with their GNIS Feature IDs, official websites, areas, coordinates, and corresponding English Wikipedia articles?", "Please provide a list of geographic features located in Orange County, California, including their English names, GNIS identifiers, official websites, areas, geographic coordinates, and links to their English Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q136736> . ?var1 <http://www.wikidata.org/prop/direct/P590> <http://www.wikidata.org/entity/Q5925> . OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var3 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P856> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } } LIMIT 500"}}
{"id": "val_8794", "question": "English and German language pages about the movie with IMDb ID tt0050976.", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0050976\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What English and German language Wikipedia, Wikiquote, or Commons pages are related to the movie *The Seventh Seal* (IMDb: tt0050976)?", "Show me all pages in English or German that are about the movie identified by IMDb ID tt0050976."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0050976\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8795", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0077711?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0077711\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the movie Autumn Sonata?", "Which language versions of Wikipedia have articles about the movie identified by IMDb ID tt0077711?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0077711\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8796", "question": "English and German Wikipedia articles for the movie with IMDb ID tt1856047", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt1856047\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia pages for the movie with IMDb ID tt1856047?", "Show me the English and German Wikipedia links for the film identified by tt1856047 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1856047\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8797", "question": "Female sculptors born in C\u00f3rdoba Province, Argentina", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person wdt:P19 ?birthPlace .\n  ?birthPlace wdt:P131 * wd:Q44759 .\n  ?person wdt:P106 wd:Q1281618 .\n}\nLIMIT 5000", "paraphrases": ["Who are the female sculptors born in C\u00f3rdoba Province, Argentina?", "List all women who are sculptors and were born in C\u00f3rdoba Province, Argentina."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q44759> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q1281618> ) } ?var4 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 5000"}}
{"id": "val_8798", "question": "Female Argentine composers without Spanish Wikipedia pages, and their places of birth.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?composer ?composerLabel ?birthPlaceLabel WHERE {\n  ?composer wdt:P31 wd:Q5 .\n  ?composer wdt:P21 wd:Q6581072 .\n  ?composer wdt:P27 wd:Q414 .\n  ?composer wdt:P106 wd:Q36834 .\n  FILTER NOT EXISTS {\n    ?wikipediaArticle schema:about ?composer .\n    ?wikipediaArticle schema:inLanguage \"es\" .\n  }\n  OPTIONAL {\n    ?composer rdfs:label ?composerLabel .\n    FILTER ( LANG( ?composerLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?composer wdt:P19 ?birthPlace .\n    ?birthPlace rdfs:label ?birthPlaceLabel .\n    FILTER ( LANG( ?birthPlaceLabel ) = \"en\" )\n  }\n}\nLIMIT 5000", "paraphrases": ["Who are the female composers from Argentina who do not have a Spanish-language Wikipedia article, and where were they born?", "List the names and birthplaces of female Argentine composers who are not represented on Spanish Wikipedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q414> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var3 . VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q36834> ) } ?var4 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var5 <http://schema.org/about> ?var1 . ?var5 <http://schema.org/inLanguage> \"es\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,fr,de,pl\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . } } LIMIT 5000"}}
{"id": "val_8799", "question": "What are all the known cats (instances of house cat) and what biological or categorical classes does the house cat belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cat ?catLabel ?superclass WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  OPTIONAL {\n    wd:Q146 wdt:P279 ?superclass .\n  }\n}", "paraphrases": ["List all named cats in Wikidata along with their labels and the categories (like Felidae or pet) that house cats are classified under.", "Show me the names of individual cats and the superclasses of the house cat species."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { <http://www.wikidata.org/entity/Q146> <http://www.wikidata.org/prop/direct/P279> ?var3 . } }"}}
{"id": "val_8800", "question": "Who are the humans with the French label 'Adda'?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Adda\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Which people are referred to as 'Adda' in French?", "List all humans in Wikidata whose French label is 'Adda'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"adda\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8801", "question": "What are the names and official images of all businesses listed on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?business ?businessLabel ?image WHERE {\n  ?business wdt:P31 wd:Q4830453 .\n  ?business wdt:P18 ?image .\n  ?business rdfs:label ?businessLabel .\n}", "paraphrases": ["Can you list businesses along with their logos or images from Wikimedia Commons?", "Which organizations that are classified as businesses have associated images on Commons, and what are their labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8802", "question": "What places are located in Jasper County, Missouri?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P131 wd:Q490134 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 500", "paraphrases": ["Which towns, townships, and other entities are administratively part of Jasper County, Missouri?", "List the English names of all items located in Jasper County, Missouri."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q490134> . } LIMIT 500"}}
{"id": "val_8803", "question": "What are the birth and death dates of William Wingfield Baker?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q8020473 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the English label, birth date, and death date for the person William Wingfield Baker?", "Who is William Wingfield Baker, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8020473> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8804", "question": "Military buildings with the most Wikipedia articles", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?militaryStructure(COUNT(?wikipediaPage) AS ?sitelinkCount) WHERE {\n  VALUES ?type {\n    wdt:P31 wdt:P279\n  }\n  ?militaryStructure ?type wd:Q6852233 .\n  ?wikipediaPage schema:about ?militaryStructure ; schema:isPartOf ?wikipediaSite .\n  FILTER(STRSTARTS(STR(?wikipediaSite) , \"https://\"))\n}\nGROUP BY ?militaryStructure\nORDER BY DESC(?sitelinkCount)\nLIMIT 1000", "paraphrases": ["Which military structures have the most Wikipedia language versions, and how many are there?", "List the top 10 military buildings or their subclasses based on how many Wikipedia pages they have, sorted by popularity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P279> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q6852233> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8805", "question": "Works by S\u00e9verine Dusollier with publication year and title snippet", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?titleSubstring WHERE {\n  ?work wdt:P50 wd:Q27942872 ; wdt:P577 ?pubDate ; rdfs:label ?label .\n  FILTER ( LANGMATCHES( LANG( ?label ) , \"en\" ) ) BIND( YEAR( ?pubDate ) AS ?year ) BIND( SUBSTR( ?label , 1 , 20 ) AS ?titleSubstring )\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and the first 20 characters of the English titles of works authored by S\u00e9verine Dusollier?", "Show me the years and shortened English titles of books written by S\u00e9verine Dusollier, ordered by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27942872> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q27942872> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_8806", "question": "How many children did Attila the Hun have?", "sparql": "SELECT ( wd:Q36724 AS ?ruler ) ( COUNT( DISTINCT ?child ) AS ?childCount ) WHERE { wd:Q36724 wdt:P40 ?child . }", "paraphrases": ["Number of children of Attila the Hun", "Can you tell me how many children are recorded for Attila the Hun in Wikidata?"], "info": {"raw_sparql": "SELECT( <http://www.wikidata.org/entity/Q36724> AS ?var1 )( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { <http://www.wikidata.org/entity/Q36724> <http://www.wikidata.org/prop/direct/P40> + ?var2 . }"}}
{"id": "val_8807", "question": "What is the birth date and death date of Hal Fryar?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q5640765 rdfs:label ?personLabel .\n  OPTIONAL {\n    wd:Q5640765 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q5640765 wdt:P570 ?deathDate .\n  }\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me when Hal Fryar was born and when he died?", "Provide the English name, birth date, and death date for the person known as Hal Fryar."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5640765> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8808", "question": "Colleges and types of colleges in Wikidata with English labels", "sparql": "SELECT ?item ?itemLabel WHERE { VALUES ?relation { wdt:P31 wdt:P279 } ?item ?relation wd:Q189004 . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (lang(?itemLabel) = \"en\") } } ORDER BY ?itemLabel LIMIT 1000", "paraphrases": ["What are the colleges and subclasses of colleges listed in Wikidata with English names?", "List all known colleges and types of colleges from Wikidata, showing their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P279> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q189004> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8809", "question": "Top rivers by number of Wikipedia language versions", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?river ( COUNT( ?label ) AS ?labelCount ) WHERE {\n  VALUES ?relation {\n    wdt:P31 wdt:P279\n  }\n  ?river ?relation wd:Q4022 .\n  ?river rdfs:label ?label .\n  FILTER ( LANG( ?label ) != \"\" )\n}\nGROUP BY ?river\nORDER BY DESC ( ?labelCount )\nLIMIT 1000", "paraphrases": ["Which rivers have the most Wikipedia language editions, based on their multilingual labels?", "List the 1000 most widely documented rivers in multiple languages, ordered by how many languages they have labels in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P31> ) ( <http://www.wikidata.org/prop/direct/P279> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q4022> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8810", "question": "Films and categories linked to Christopher McQuarrie and his roles (e.g., director, screenwriter)", "sparql": "SELECT ?work ?workLabel ?relationship ?propertyLabel WHERE { ?work ?relationship wd:Q337658 . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") . BIND(IRI(REPLACE(STR(?relationship), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") .}", "paraphrases": ["What films and categories is Christopher McQuarrie associated with, and what are his roles in them?", "List all works connected to Christopher McQuarrie, including the English names of the works and the nature of the connection (like screenwriter or director)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q337658> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . }"}}
{"id": "val_8811", "question": "What is the English Wikipedia page for the film with IMDb ID tt1074213?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt1074213\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" .\n}", "paraphrases": ["Can you find the English Wikipedia article about the movie identified by tt1074213 on IMDb?", "Show me the English Wikipedia page linked to the IMDb entry tt1074213."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1074213\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8812", "question": "What is the image of the person with SNAC ARK ID w615741m?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w615741m\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Lawrence Hill?", "Show the photo linked to the Social Networks and Archival Context ID w615741m."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w615741m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8813", "question": "Image of Richard Roundtree with SNAC ARK ID w6gf8768", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gf8768\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are associated with Richard Roundtree in Wikidata, using his SNAC ARK ID w6gf8768?", "Please show me the Wikimedia Commons images of Richard Roundtree, identified by the SNAC ARK ID w6gf8768."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gf8768\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8814", "question": "German names of autobahns in Germany", "sparql": "SELECT ?autobahn ?label WHERE { ?autobahn wdt:P31 wd:Q313301 . ?autobahn rdfs:label ?label . FILTER(LANG(?label) = \"de\") }", "paraphrases": ["What are the German-language labels for individual autobahns in Germany?", "Show me the German names of all autobahn routes in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q313301> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . }"}}
{"id": "val_8815", "question": "Which government Twitter accounts on Wikidata have the fewest Wikipedia language versions, and what are their usernames?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  ?page schema:about ?item ; schema:isPartOf ?wiki .\n  VALUES ?twitterUsername {\n    \"usagov\" \"Russia\" \"JapanGov\" \"ekapi\"\n  }\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC ( COUNT( ?page ) )", "paraphrases": ["What are the Twitter usernames of government entities on Wikidata with the smallest number of Wikipedia sitelinks, specifically for @usagov, @Russia, @JapanGov, and @ekapi?", "Show me the Twitter handles of national governments on Wikidata that have the least number of Wikipedia language editions, including usagov, Russia, JapanGov, and ekapi, sorted by sitelink count from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"Cal_736\" ) ( \"Pierre_B_y\" ) ( \"pad62200\" ) ( \"string7\" ) ( \"yanmae\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8816", "question": "Top dramaturges by Wikipedia article count", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  VALUES ?property {\n    wdt:P106 wdt:P101 wdt:P39\n  }\n  ?person ?property wd:Q487596 .\n  ?sitelink schema:about ?person .\n  FILTER ( STRSTARTS( STR( ?sitelink ) , \"https://\" ) )\n}\nGROUP BY ?person\nORDER BY DESC ( ?sitelinks )\nLIMIT 1000", "paraphrases": ["Who are the most notable dramaturges based on the number of Wikipedia pages about them, and what are their occupations, fields of work, or positions held?", "List the top 1000 people associated with the role of dramaturge (as occupation, field of work, or position held), sorted by how many Wikipedia articles exist about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P106> ) ( <http://www.wikidata.org/prop/direct/P101> ) ( <http://www.wikidata.org/prop/direct/P39> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q487596> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8817", "question": "What are the first 10 Twitter accounts listed in Wikidata, ordered alphabetically by username?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . } ORDER BY ASC(?username) LIMIT 10", "paraphrases": ["Can you show me some entities that have Twitter profiles, sorted by their usernames in ascending order?", "Which items in Wikidata have Twitter usernames, and what are those usernames, listed in alphabetical order?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"BCC_Help\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8818", "question": "Top 1000 biographers with the most Wikipedia language editions, ranked by popularity.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person(COUNT(?site) AS ?sitelinkCount) WHERE {\n  VALUES ?property {\n    wdt:P106 wdt:P101 wdt:P39\n  }\n  ?person ?property wd:Q864380 .\n  ?site schema:about ?person .\n  FILTER(STRSTARTS(STR(?site) , \"https://\") && CONTAINS(STR(?site) , \".wikipedia.org/\"))\n}\nGROUP BY ?person\nORDER BY DESC(?sitelinkCount)\nLIMIT 1000", "paraphrases": ["Who are the most widely documented biographers on Wikipedia, based on the number of language editions they have articles in?", "List the top 1000 people who are biographers (by occupation, field of work, or position held), sorted by how many Wikipedia language versions have articles about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P106> ) ( <http://www.wikidata.org/prop/direct/P101> ) ( <http://www.wikidata.org/prop/direct/P39> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q864380> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8819", "question": "What is the English name and description of the person with ODIS ID PS_109775?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2372 \"PS_109775\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is Remi Leutenez, and what is their English description in Wikidata?", "Find the Wikidata entry for the individual identified by ODIS.be ID PS_109775, and return their name and description in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2372> \"PS_109775\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8820", "question": "Top biologists by number of Wikipedia statements \u2014 who are they?", "sparql": "SELECT ?person (COUNT(*) AS ?statementCount) WHERE {  ?person ?property wd:Q864503 .  FILTER(?property IN (wdt:P106, wdt:P101))  ?person ?p ?o .} GROUP BY ?person ORDER BY DESC(?statementCount) LIMIT 1000", "paraphrases": ["Who are the most notable biologists based on how much information is available about them on Wikidata?", "List the 1000 most documented biologists, sorted by how many facts are known about them, using their occupation or field of work."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/prop/direct/P106> ) ( <http://www.wikidata.org/prop/direct/P101> ) ( <http://www.wikidata.org/prop/direct/P39> ) } ?var1 ?var3 <http://www.wikidata.org/entity/Q864503> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . FILTER ( ( ( ?var2 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY DESC( ?var2 ) LIMIT 1000"}}
{"id": "val_8821", "question": "What are the main topics and their co-occurrences associated with the archaeological site Tell Brak?", "sparql": "SELECT DISTINCT ?topic1 ?topic1Label ?topic2 ?topic2Label WHERE { { ?work (wdt:P921/wdt:P31*/wdt:P279*) wd:Q978443 . } UNION { ?work (wdt:P921/wdt:P361+) wd:Q978443 . } UNION { ?work (wdt:P921/wdt:P1269+) wd:Q978443 . } ?work wdt:P921 ?topic1 , ?topic2 . FILTER (?topic1 != wd:Q978443 && ?topic2 != wd:Q978443 && ?topic1 != ?topic2) OPTIONAL { ?topic1 rdfs:label ?topic1Label . FILTER(LANG(?topic1Label) = \"en\") } OPTIONAL { ?topic2 rdfs:label ?topic2Label . FILTER(LANG(?topic2Label) = \"en\") } }", "paraphrases": ["Which pairs of academic or thematic topics are commonly discussed together in works about Tell Brak?", "Show me all pairs of subjects (like bioarchaeology or urbanization) that appear together in publications or media about Tell Brak, excluding Tell Brak itself."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q978443> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q978443> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q978443> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q978443> != ?var1 ) && ( <http://www.wikidata.org/entity/Q978443> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8822", "question": "Top 1000 most common occupations on Wikidata by number of people associated with them.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?occupation ?occupationLabel ?count WHERE {\n  {\n    SELECT ?occupation(COUNT(*) AS ?count) WHERE {\n      ?person wdt:P106 ?occupation .\n    }\n    GROUP BY ?occupation\n    ORDER BY DESC(?count)\n    LIMIT 1000\n  }\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nORDER BY DESC(?count) ASC(?occupation)", "paraphrases": ["What are the 1000 most popular occupations in the world, based on how many people have them listed on Wikidata, and how many people have each?", "Show me the top 1000 occupations with the highest number of people associated with them, including their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1000 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY DESC( ?var2 )ASC( ?var1 )"}}
{"id": "val_8823", "question": "What are the categories that ice cream belongs to, including its direct and indirect parent classes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q13233 ( wdt:P279 | wdt:P279 / wdt:P279 ) ?superclass .\n}\nLIMIT 50", "paraphrases": ["What are the broader classifications of ice cream in the Wikidata taxonomy?", "Show me the types of things that ice cream is a kind of, up to two levels up in the hierarchy."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q13233> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_8824", "question": "What paintings are made from which materials, on what parts, and by which artists?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?painting ?paintingLabel ?material ?materialLabel ?part ?partLabel ?artist ?artistLabel WHERE {\n  ?painting wdt:P31 wd:Q3305213 ; wdt:P186 ?material ; ( p:P186 / pq:P518 ) ?part ; wdt:P170 ?artist .\n  ?painting rdfs:label ?paintingLabel .\n  ?material rdfs:label ?materialLabel .\n  ?part rdfs:label ?partLabel .\n  ?artist rdfs:label ?artistLabel .\n  FILTER ( LANG( ?paintingLabel ) = \"en\" ) FILTER ( LANG( ?materialLabel ) = \"en\" ) FILTER ( LANG( ?partLabel ) = \"en\" ) FILTER ( LANG( ?artistLabel ) = \"en\" )\n}", "paraphrases": ["For each painting, what materials were used, on which part of the painting (e.g., support or frame), and who is the artist?", "List all paintings along with their materials, the specific parts those materials are applied to, and their creators, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P186> ?var2 ; ( <http://www.wikidata.org/prop/P186> / <http://www.wikidata.org/prop/qualifier/P518> ) ?var3 ; <http://www.wikidata.org/prop/direct/P170> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8825", "question": "Image of Henry Bennett with SNAC ARK ID w67d4rrm", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w67d4rrm\" .\n  ?item wdt:P18 ?image\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w67d4rrm?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w67d4rrm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67d4rrm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8826", "question": "What is the current version of XPath?", "sparql": "SELECT ?version ?refUrl WHERE { wd:Q16340 wdt:P348 ?version . OPTIONAL { wd:Q16340 p:P348 ?statement . ?statement prov:wasDerivedFrom / p:P854 ?refUrl . } }", "paraphrases": ["Can you tell me the version of XPath and where it is documented online?", "Show me the version identifier of XPath and any source URL that supports it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q16340> <http://www.wikidata.org/prop/direct/P348> ?var1 . <http://www.wikidata.org/entity/Q16340> <http://www.wikidata.org/prop/P348> [ <http://www.w3.org/ns/prov#wasDerivedFrom> [ <http://www.wikidata.org/prop/P854> ?var2 ] ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8827", "question": "Is there a Wikidata item with GND ID 172937396?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"172937396\" .\n}", "paraphrases": ["Does the German National Library ID 172937396 correspond to any entity in Wikidata?", "Check if the GND ID 172937396 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"172937396\". }"}}
{"id": "val_8828", "question": "Does Wikidata contain an item with VIAF ID 248387891?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"248387891\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the VIAF number 248387891?", "Confirm if the Virtual International Authority File ID 248387891 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"248387891\". }"}}
{"id": "val_8829", "question": "Does Musikhochschule M\u00fcnster have the VIAF ID 305271031?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"305271031\" .\n}", "paraphrases": ["Is there a Wikidata item with the VIAF identifier 305271031?", "Confirm if the Virtual International Authority File ID 305271031 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"305271031\". }"}}
{"id": "val_8830", "question": "Wikidata entities with Twitter handles envlh, kialo, sigcse_ts, and Google, ordered by number of Wikipedia pages they have.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:isPartOf ?wiki ; schema:about ?item .\n  FILTER ( STRSTARTS( STR( ?wiki ) , \"https://\" ) ) VALUES ( ?twitterHandle ) {\n    ( \"envlh\" ) ( \"kialo\" ) ( \"sigcse_ts\" ) ( \"Google\" )\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Which Wikidata items have the Twitter handles \"envlh\", \"kialo\", \"sigcse_ts\", or \"Google\", and how many Wikipedia language editions are linked to each?", "List the entities on Wikidata that are associated with the Twitter accounts envlh, kialo, sigcse_ts, and Google, sorted by how many Wikipedia articles mention them, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"KialoHQ\" ) ( \"E_Sigat\" ) ( \"SIGCSE_TS\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8831", "question": "Commonwealth War Graves Commission cemeteries without a burial ground ID.", "sparql": "SELECT DISTINCT ?cemetery ?cemeteryLabel WHERE { ?cemetery wdt:P31 wd:Q14750991 . OPTIONAL { ?cemetery wdt:P1920 ?burialId . } FILTER ( !BOUND(?burialId) ) . ?cemetery rdfs:label ?cemeteryLabel . FILTER (LANG(?cemeteryLabel) = \"en\") } ORDER BY ASC(?cemeteryLabel)", "paraphrases": ["Which Commonwealth War Graves Commission cemeteries are missing their official CWGC burial ground identifier in Wikidata?", "List the English names of all cemeteries maintained by the Commonwealth War Graves Commission that do not have a CWGC burial ground ID assigned."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14750991> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1920> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_8832", "question": "What is the French name of the commune in France known as Bordeaux?", "sparql": "SELECT DISTINCT ?city WHERE { ?city skos:prefLabel \"Bordeaux\" @fr . ?city wdt:P31 wd:Q484170 . }", "paraphrases": ["Which entity in Wikidata represents the city of Bordeaux in French and is classified as a commune of France?", "Find the Wikidata item for the French city Bordeaux that is a commune of France."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Bordeaux\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8833", "question": "What organizations was Christopher C. Taylor affiliated with, and when did he work there?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE { wd:Q46266049 (p:P108|p:P1416) ?statement . ?statement ps:P108|ps:P1416 ?organization . ?organization rdfs:label ?organizationLabel . FILTER (LANG(?organizationLabel) = \"en\") . OPTIONAL { ?organization wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?start . } OPTIONAL { ?statement pq:P582 ?end . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") . } }", "paraphrases": ["During what years did Christopher C. Taylor work for the Royal Commission on the Historical Monuments of England, and did he hold any academic degrees during that time?", "Show me the affiliation history of Christopher C. Taylor, including start and end dates, any associated images, and academic degrees \u2014 if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q46266049> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q46266049> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8834", "question": "Who is Yves Montand in French, and is he a human?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Yves Montand\"@fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["What is the Wikidata identifier for the French-labeled person \"Yves Montand\"?", "Find the human entity in Wikidata that has the French label \"Yves Montand\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Yves ROYER\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8835", "question": "Humans with French last name Lamour", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" ) .\n  FILTER ( regex( ?label , \".*Lamour$\" ) ) .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people with the surname Lamour in French?", "List all humans whose French label ends with \"Lamour\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"* lamour\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8836", "question": "Image of Fritz Houtermans with SNAC ARK ID w6sx7jfc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w6sx7jfc\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Fritz Houtermans in Wikidata, identified by the SNAC ARK ID w6sx7jfc?", "Show me the Wikimedia Commons image of the physicist Fritz Houtermans, whose SNAC ARK ID is w6sx7jfc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sx7jfc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8837", "question": "Is the 1943 Swedish film \"En melodi om v\u00e5ren\" a type of software?", "sparql": "ASK WHERE { wd:Q10483398 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the film \"En melodi om v\u00e5ren\" belong to a category that is a subclass of software?", "Is software a superclass of the category that includes the film \"En melodi om v\u00e5ren\"?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q10483398> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8838", "question": "Who are all the ancestors of Otto II, Holy Roman Emperor?", "sparql": "SELECT ?ancestor ?ancestorLabel WHERE { wd:Q150512 (wdt:P22 | wdt:P25)+ ?ancestor . ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } LIMIT 100", "paraphrases": ["Ancestors of Otto II through father and mother lines", "List the direct and indirect ancestors of Otto II, including both paternal and maternal lineage, with their English names."], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q150512> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P25> )* ?var1 . }"}}
{"id": "val_8839", "question": "Who are the parents of Richeza of Lotharingia?", "sparql": "SELECT ?parent ?parentLabel ?relationship WHERE { { wd:Q269619 wdt:P22 ?parent . BIND(\"father\" AS ?relationship) } UNION { wd:Q269619 wdt:P25 ?parent . BIND(\"mother\" AS ?relationship) } ?parent rdfs:label ?parentLabel . FILTER(LANG(?parentLabel) = \"en\") } ORDER BY ?relationship", "paraphrases": ["What are the names of Richeza of Lotharingia\u2019s father and mother?", "Can you list Richeza of Lotharingia\u2019s direct ancestors, specifying which is the father and which is the mother?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q269619> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P25> )* ?var1 . } ORDER BY ASC( ?var1 )"}}
{"id": "val_8840", "question": "Does the person with VIAF ID 190317639 have a profile in Wikidata?", "sparql": "ASK WHERE { ?entity wdt:P214 \"190317639\" . }", "paraphrases": ["Is there any entity in Wikidata assigned the VIAF identifier 190317639?", "Does Wikidata contain an item with the Virtual International Authority File ID 190317639?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"190317639\". }"}}
{"id": "val_8841", "question": "Which Wikidata items have Twitter usernames \"_LICRA_\" or \"AsifArifMa\"?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"_LICRA_\" \"AsifArifMa\" } }", "paraphrases": ["Who are the entities on Wikidata with the Twitter usernames \"_LICRA_\" and \"AsifArifMa\"?", "Show me the Wikidata items associated with the Twitter accounts \"_LICRA_\" and \"AsifArifMa\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"_LICRA_\" ) ( \"string1\" ) ( \"coqhebdo\" ) ( \"Valouci\" ) ( \"string2\" ) ( \"string3\" ) ( \"AsifArifMa\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"tetjerry\" ) ( \"KayKween_\" ) ( \"string8\" ) ( \"GespachE\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8842", "question": "Children of Christian G\u00fcnther I born after him", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(str(?parentLabel) AS ?parentName)(COUNT(DISTINCT ?child) AS ?childCount) WHERE {\n  BIND(wd:Q329225 AS ?parent)\n  .\n  ?parent wdt:P40 ?child .\n  ?parent wdt:P569 ?parentBirth .\n  ?child wdt:P569 ?childBirth .\n  ?parent rdfs:label ?parentLabel .\n  FILTER(LANG(?parentLabel) = \"en\")\n  .\n  FILTER(YEAR(?childBirth) > YEAR(?parentBirth))\n}\nGROUP BY ?parentLabel", "paraphrases": ["How many children of Christian G\u00fcnther I, Count of Schwarzburg-Sondershausen, were born after him?", "List the number of children born after Christian G\u00fcnther I, Count of Schwarzburg-Sondershausen."], "info": {"raw_sparql": "SELECT( \"string1\" AS ?var1 )( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { BIND ( <http://www.wikidata.org/entity/Q329225> AS ?var4 ). ?var4 <http://www.wikidata.org/prop/direct/P40> + ?var2 ; <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P569> ?var6 . FILTER ( ( ( YEAR ( ?var5 ) > YEAR ( ?var6 ) ) ) ) . }"}}
{"id": "val_8843", "question": "Books with \"ring\" in the title, their images, and Open Library IDs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?book(GROUP_CONCAT(DISTINCT ?title ; SEPARATOR = \" | \") AS ?titles)(GROUP_CONCAT(DISTINCT STR(?image) ; SEPARATOR = \" | \") AS ?images)(GROUP_CONCAT(DISTINCT ?ol_id ; SEPARATOR = \", \") AS ?open_library_ids) WHERE {\n  ?book wdt:P31 wd:Q571 .\n  ?book wdt:P1476 ?title .\n  FILTER(REGEX(STR(?title) , \"ring\" , \"i\"))\n  ?book wdt:P18 ?image .\n  OPTIONAL {\n    ?book wdt:P648 ?ol_id .\n  }\n}\nGROUP BY ?book\nLIMIT 3000", "paraphrases": ["What are the books that have \"ring\" in their title, along with their images and Open Library identifiers?", "Show me all books containing \"ring\" in their title, including their Commons images and Open Library IDs, grouped by book."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3Label ?var4 ( GROUP_CONCAT ( DISTINCT ?var5 ; SEPARATOR = \", \" ) AS ?var6 )( GROUP_CONCAT ( DISTINCT ?var7Label ; SEPARATOR = \", \" ) AS ?var8 )( GROUP_CONCAT ( DISTINCT ?var9 ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 ?var11Label ?var1Label . FILTER ( ( REGEX ( STR ( ?var1Label ) , \"ring\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P648> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } } GROUP BY ?var1 ?var1Label ?var3Label ?var2 ?var4 LIMIT 3000"}}
{"id": "val_8844", "question": "Which Wikidata items with Twitter accounts have the fewest Wikipedia articles?", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?username . ?site schema:about ?item . VALUES ?username { \"mySociety\" \"nature\" \"Percona\" \"RocksDB\" \"wikidata\" } } GROUP BY ?item ?username ORDER BY ASC(?sitelinkCount)", "paraphrases": ["How many Wikipedia articles are there for each of these Twitter accounts: mySociety, nature, Percona, RocksDB, and Wikidata, sorted by least to most?", "Show me the Twitter usernames of mySociety, nature, Percona, RocksDB, and Wikidata, along with how many Wikipedia pages mention them, ordered from the least to the most referenced."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"UNESCOstat\" ) ( \"wikidata\" ) ( \"string4\" ) ( \"nojhan\" ) ( \"PoulpyWP\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"SqreenIO\" ) ( \"cocreature\" ) ( \"string10\" ) ( \"string11\" ) ( \"WDAqua\" ) ( \"ash_crow\" ) ( \"string12\" ) ( \"RocksDB\" ) ( \"Percona\" ) ( \"aprilorg\" ) ( \"string13\" ) ( \"fuzheado\" ) ( \"tomwatson\" ) ( \"string14\" ) ( \"zoobeauval\" ) ( \"string15\" ) ( \"string16\" ) ( \"thehill\" ) ( \"string17\" ) ( \"MaitreMo\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"PBALille\" ) ( \"string22\" ) ( \"museomix\" ) ( \"string23\" ) ( \"MEL_Lille\" ) ( \"joannsfar\" ) ( \"string24\" ) ( \"LaCroix\" ) ( \"cathos45\" ) ( \"zacchiro\" ) ( \"nature\" ) ( \"string25\" ) ( \"eva_dun\" ) ( \"string26\" ) ( \"89C3\" ) ( \"PPC\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"mySociety\" ) ( \"string30\" ) ( \"string31\" ) ( \"LaTribune\" ) ( \"string32\" ) ( \"dshotton\" ) ( \"MSR_Tlse\" ) ( \"string33\" ) ( \"joelgombin\" ) ( \"bismatoj\" ) ( \"mjmrsc\" ) ( \"string34\" ) ( \"string35\" ) ( \"20minutes\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8845", "question": "What are some examples of types of organizations?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?organizationType ?organizationTypeLabel WHERE {\n  ?organizationType wdt:P279 wd:Q43229 .\n  ?organizationType rdfs:label ?organizationTypeLabel .\n  FILTER(LANG(?organizationTypeLabel) = \"en\")\n}\nORDER BY ?organizationTypeLabel\nLIMIT 100", "paraphrases": ["Can you list subclasses of the concept \"organization\" in Wikidata?", "What are different kinds of organizations, such as nonprofits, guilds, or associations?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q43229> . } LIMIT 50000"}}
{"id": "val_8846", "question": "What is the image associated with the SNAC ARK ID \"w6xd18x4\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6xd18x4\" .\n  ?item wdt:P18 ?image\n}", "paraphrases": ["Can you show me the Wikimedia Commons image for Gordon Getty?", "Which image is linked to the Social Networks and Archival Context identifier w6xd18x4?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xd18x4\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8847", "question": "What are some nonprofit organizations, their headquarters locations, and who founded them?", "sparql": "SELECT ?organization ?organizationLabel ?founderLabel ?headquartersLabel ?ceoLabel ?ceoStartDate ?employeeCount ?tickerSymbol ?stockExchangeLabel WHERE { ?organization wdt:P31 wd:Q163740 . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P112 ?founder . ?founder rdfs:label ?founderLabel . FILTER(LANG(?founderLabel) = \"en\") } OPTIONAL { ?organization wdt:P159 ?headquarters . ?headquarters rdfs:label ?headquartersLabel . FILTER(LANG(?headquartersLabel) = \"en\") } OPTIONAL { ?organization p:P169 ?ceoStatement . ?ceoStatement ps:P169 ?ceo . ?ceo rdfs:label ?ceoLabel . FILTER(LANG(?ceoLabel) = \"en\") OPTIONAL { ?ceoStatement pq:P580 ?ceoStartDate . } } OPTIONAL { ?organization p:P1128 ?employeeStatement . ?employeeStatement ps:P1128 ?employeeCount . OPTIONAL { ?employeeStatement pq:P585 ?employeeDate . } } OPTIONAL { ?organization p:P414 ?exchangeStatement . ?exchangeStatement ps:P414 ?stockExchange . ?stockExchange rdfs:label ?stockExchangeLabel . FILTER(LANG(?stockExchangeLabel) = \"en\") OPTIONAL { ?exchangeStatement pq:P249 ?tickerSymbol . } } } LIMIT 20", "paraphrases": ["Can you list nonprofit organizations with their CEO names and the start dates of their terms, along with employee counts?", "Which nonprofit organizations are listed on stock exchanges with ticker symbols, and where are they headquartered?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5Label ?var6 ?var7 ?var8 ?var9Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q163740> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P414> ?var10 . ?var10 <http://www.wikidata.org/prop/statement/P414> ?var9 . ?var10 <http://www.wikidata.org/prop/qualifier/P249> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P249> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P112> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P169> ?var12 . ?var12 <http://www.wikidata.org/prop/statement/P169> ?var5 . OPTIONAL { ?var12 <http://www.wikidata.org/prop/qualifier/P580> ?var6 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P1128> ?var13 . ?var13 <http://www.wikidata.org/prop/statement/P1128> ?var7 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P585> ?var14 . } } } LIMIT 50"}}
{"id": "val_8848", "question": "Entities in Florida with coordinates, images, and Commons categories", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory WHERE {\n  ?item wdt:P131 wd:Q812 .\n  ?item wdt:P625 ?coord .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 3000", "paraphrases": ["What are the places in Florida that have geographic coordinates, images on Wikimedia Commons, and associated Commons categories?", "List all locations in Florida along with their coordinates, images, and Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-82 28)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-82 28)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_8849", "question": "English language entry in the Great Russian Encyclopedia Online with ID 1821310, including its description.", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"1821310\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["What is the English label and description of the entry in the Great Russian Encyclopedia Online with ID 1821310?", "Show me the English name and description of the Great Russian Encyclopedia Online entry with ID 1821310."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1813564\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8850", "question": "What are the DOIs of academic papers written by Gary Becker?", "sparql": "SELECT ?work ?workTitle ?doi WHERE { ?work wdt:P50 wd:Q191020 . ?work wdt:P356 ?doi . ?work wdt:P1476 ?workTitle . } LIMIT 10", "paraphrases": ["Which scholarly works by Gary Becker have digital object identifiers (DOIs), and what are their titles?", "List Gary Becker\u2019s published papers along with their titles and DOIs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P356> <http://www.wikidata.org/entity/Q191020> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_8851", "question": "How many times is the REBASE Enzyme Number (P4866) used in direct statements, with ranks, as references, and as qualifiers in Wikidata?", "sparql": "SELECT ?usageType ?rank ?count WHERE { { SELECT ( \"statement\" AS ?usageType ) ( \"\" AS ?rank ) ( COUNT( DISTINCT ?item ) AS ?count ) WHERE { ?item wdt:P4866 ?value . } } UNION { SELECT ( \"statement\" AS ?usageType ) ?rank ( COUNT( DISTINCT ?item ) AS ?count ) WHERE { ?item p:P4866 ?statement . ?statement wikibase:rank ?rank . } GROUP BY ?rank } UNION { SELECT ( \"reference\" AS ?usageType ) ( \"\" AS ?rank ) ( COUNT( DISTINCT ?item ) AS ?count ) WHERE { ?item pr:P4866 ?value . } } UNION { SELECT ( \"qualifier\" AS ?usageType ) ( \"\" AS ?rank ) ( COUNT( DISTINCT ?item ) AS ?count ) WHERE { ?item pq:P4866 ?value . } } } ORDER BY DESC(?usageType) DESC(?count) ASC(?rank)", "paraphrases": ["Break down the usage of the REBASE enzyme ID property (P4866) by type: direct claims, ranked statements, references, and qualifiers, along with their counts.", "What are the counts of REBASE Enzyme Number (P4866) usages in Wikidata, grouped by whether they are direct statements, ranked statements, references, or qualifiers?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P4866> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( <http://wikiba.se/ontology#BestRank> AS ?var2 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P4866> ?var7 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 ) ?var2 ( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var8 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P4866> ?var8 . ?var8 <http://wikiba.se/ontology#rank> ?var2 . } GROUP BY ?var2 } UNION { SELECT( <http://wikiba.se/ontology#reference> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/reference/P4866> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#qualifier> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/qualifier/P4866> ?var6 . } } } ORDER BY DESC( ?var1 ) DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_8852", "question": "What are Heidi Klum\u2019s occupations?", "sparql": "SELECT ?occupation ?occupationLabel WHERE { wd:Q60036 wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = 'en') }", "paraphrases": ["What professions is Heidi Klum known for?", "Can you list Heidi Klum\u2019s jobs in the entertainment industry?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q60036> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8853", "question": "What countries and administrative regions is Disneyland Park (Paris) directly located in?", "sparql": "SELECT DISTINCT ?location WHERE { VALUES ?disneyland { wd:Q2313567 } ?disneyland (wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location .}", "paraphrases": ["List all places directly associated with Disneyland Park through country or administrative division links.", "Where is Disneyland Park (Paris) situated in terms of its immediate geographic and political context?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q2313567> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_8854", "question": "What are 100 authors with English labels and descriptions?", "sparql": "SELECT ?author ?authorLabel ?authorDescription WHERE { ?work wdt:P50 ?author . ?author rdfs:label ?authorLabel . ?author schema:description ?authorDescription . FILTER(LANG(?authorLabel) = \"en\") FILTER(LANG(?authorDescription) = \"en\") } LIMIT 100", "paraphrases": ["Can you list authors of works who have English names and descriptions?", "Show me authors (with their English names and descriptions) of any published work."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/entity/P50> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_8855", "question": "How many entities are classified as agent in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P31 wd:Q24229398 .\n}", "paraphrases": ["What is the count of items that are instances of the agent class in Wikidata?", "Show me the number of entities in Wikidata that are typed as agent."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24229398> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } }"}}
{"id": "val_8856", "question": "Most common occupations of people in the Six Degrees of Francis Bacon database.", "sparql": "SELECT ?occupationLabel (COUNT(?person) AS ?count)\nWHERE {\n  ?person wdt:P2401 ?id .\n  ?person wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER(LANG(?occupationLabel) = \"en\")\n}\nGROUP BY ?occupation ?occupationLabel\nORDER BY DESC(?count)", "paraphrases": ["What are the most frequent occupations among individuals listed in the Six Degrees of Francis Bacon network?", "Show me a ranked list of occupations of people in the Six Degrees of Francis Bacon database, ordered by how many people have each occupation."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT ( ?var3 ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P2401> _:b1 . ?var3 <http://www.wikidata.org/prop/direct/P106> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_8857", "question": "What are the names of Albanian citizens who do not have an Albanian-language label in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?label WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P27 wd:Q222 .\n  OPTIONAL {\n    ?human rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  FILTER(NOT EXISTS {\n    ?human rdfs:label ?albanianLabel .\n    FILTER(LANG(?albanianLabel) = \"sq\")\n  })\n}\nORDER BY ASC(?label)", "paraphrases": ["List humans who are citizens of Albania but whose names are not written in Albanian, showing their English names if available.", "Show me the English labels of all Albanian citizens, excluding those who have an Albanian label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q222> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, sq\". } FILTER ( ( NOT EXISTS { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"sq\" ) ) ) . } ) ) . } ORDER BY ASC( ?var2Label )"}}
{"id": "val_8858", "question": "Notable students of the University of Leicester", "sparql": "SELECT ?student ?studentLabel WHERE { ?student wdt:P69 wd:Q1333399 . ?student rdfs:label ?studentLabel . FILTER(LANG(?studentLabel) = \"en\") }", "paraphrases": ["Who are the people educated at the University of Leicester?", "List the English-labeled individuals who attended the University of Leicester."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q1333399> <http://www.wikidata.org/prop/direct/P802> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P802> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8859", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt4814760?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt4814760\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Here Alone\".", "Which language versions of Wikipedia have articles about the movie identified by tt4814760?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4814760\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8860", "question": "External identifiers for Donald Trump", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q22686 ?p ?stmt .\n  ?stmt ?ps ?value .\n  FILTER ( STRSTARTS( STR( ?ps ) , \"http://www.wikidata.org/prop/statement/\" ) ) FILTER ( isLiteral( ?value ) ) BIND( ?p AS ?property )\n}\nORDER BY ?property", "paraphrases": ["What are all the external database IDs associated with Donald Trump on Wikidata?", "List all the identifiers (like GND, Curlie, CANTIC) linked to Donald Trump in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q22686> ?var1 ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 ) OFFSET 400"}}
{"id": "val_8861", "question": "What are some paintings that depict portraits?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P31 wd:Q3305213 .\n  ?item wdt:P921 wd:Q134307 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you list paintings where the main subject is a portrait?", "Show me artworks classified as paintings with a portrait as their central subject."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q1400853> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8862", "question": "Who is the French writer named Marcel Jouhandeau?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Marcel Jouhandeau\"@fr . ?item wdt:P31 wd:Q5 .}", "paraphrases": ["What human entity has the French label \"Marcel Jouhandeau\"?", "Find the person in Wikidata whose name in French is Marcel Jouhandeau."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Jouhand\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8863", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0473753", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0473753\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie Angel-A?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0473753."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0473753\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8864", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie with IMDb ID tt0366780?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0366780\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["Show me all Wikimedia pages in English or German that describe the film MirrorMask.", "Which language versions of Wikipedia and Wikiquote have articles about the movie MirrorMask?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0366780\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8865", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0417385.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0417385\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles for the film 12 and Holding?", "Show me the Wikipedia pages in English and German for the movie identified by IMDb ID tt0417385."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0417385\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8866", "question": "What are the episodes of the TV series The Blacklist, including their seasons and IMDb IDs?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?episode ?episodeLabel ?series ?seriesLabel ?season ?seasonLabel ?imdbId ?premiereDate WHERE {\n  ?episode wdt:P31 wd:Q21191270 .\n  ?episode wdt:P179 wd:Q13148212 .\n  ?episode wdt:P4908 ?season .\n  ?episode wdt:P179 ?series .\n  OPTIONAL {\n    ?episode wdt:P345 ?imdbId .\n  }\n  OPTIONAL {\n    ?episode wdt:P1191 ?premiereDate .\n  }\n  OPTIONAL {\n    ?episode rdfs:label ?episodeLabel .\n    FILTER(LANG(?episodeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?series rdfs:label ?seriesLabel .\n    FILTER(LANG(?seriesLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?season rdfs:label ?seasonLabel .\n    FILTER(LANG(?seasonLabel) = \"en\")\n  }\n}\nORDER BY ?season ?episodeLabel\nLIMIT 10", "paraphrases": ["List the episodes of The Blacklist season by season, along with their English titles and IMDb identifiers.", "Show me the episodes from The Blacklist with their corresponding seasons and IMDb IDs, sorted by season and episode name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 ?var12 ?var13 ?var14 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var4 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q13148212> . ?var4 <http://www.wikidata.org/prop/direct/P361> ?var3 . ?var4 <http://www.wikidata.org/prop/direct/P179> ?var1 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1191> ?var8 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P179> ?var15 . } OPTIONAL { ?var15 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/P361> ?var16 . } OPTIONAL { ?var16 <http://www.wikidata.org/prop/qualifier/P1545> ?var6 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P345> ?var7 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P155> ?var9 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P156> ?var10 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( ?var2 )ASC( ?var1 )ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var5 ) )"}}
{"id": "val_8867", "question": "What is the capital of the United States, and what are the labels of both the country and its capital?", "sparql": "SELECT DISTINCT ?countryLabel ?capitalLabel WHERE { ?country rdfs:label \"United States\"@en . ?country wdt:P36 ?capital . ?country rdfs:label ?countryLabel . ?capital rdfs:label ?capitalLabel . FILTER(LANG(?countryLabel) = \"en\") FILTER(LANG(?capitalLabel) = \"en\") }", "paraphrases": ["Show me the English labels of the United States and its capital city.", "Retrieve the names in English of the United States and the city that serves as its capital."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var1Label ?var3 WHERE { ?var2 ?var4Label \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8868", "question": "Is there a Wikidata item associated with the VIAF ID 316452561?", "sparql": "ASK WHERE { ?item wdt:P214 \"316452561\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 316452561 exist in Wikidata?", "Can you confirm if the VIAF ID 316452561 is linked to any person or entity in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"316452561\". }"}}
{"id": "val_8869", "question": "Who were the film directors that died in 2017?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?director WHERE {\n  ?director wdt:P106 wd:Q2526255 .\n  ?director wdt:P570 ?deathDate .\n  FILTER(YEAR(?deathDate) = 2017)\n}\nLIMIT 500", "paraphrases": ["Can you list all people whose profession was film director and who passed away in 2017?", "How many film directors died in 2017, and who are they?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q2526255> . ?var1 <http://www.wikidata.org/prop/direct/P570> <http://www.wikidata.org/entity/Q25290> . OPTIONAL { } } LIMIT 500"}}
{"id": "val_8870", "question": "Humans married on Christmas Day (December 25) with their marriage start dates.", "sparql": "SELECT ?human ?humanLabel ?marriageStartDate WHERE { ?human wdt:P31 wd:Q5 . ?human p:P26 [ pq:P580 ?marriageStartDate ] . FILTER ( DAY(?marriageStartDate) = 25 && MONTH(?marriageStartDate) = 12 ) . ?human rdfs:label ?humanLabel . FILTER (LANG(?humanLabel) = \"en\") } LIMIT 10", "paraphrases": ["Who are some people who got married on December 25th, and when did they get married?", "List people who got married on December 25th, including their names and the exact date of their marriage."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P26> [ <http://www.wikidata.org/prop/qualifier/P580> ?var2 ] . FILTER ( ( ( DAY ( ?var2 ) = \"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( MONTH ( ?var2 ) = \"12\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10"}}
{"id": "val_8871", "question": "Does the IMDb ID tt6450186 exist in Wikidata?", "sparql": "ASK { ?item wdt:P345 \"tt6450186\" . }", "paraphrases": ["Is there a movie or media item in Wikidata with the IMDb identifier tt6450186?", "Check if the IMDb ID tt6450186 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6450186\". }"}}
{"id": "val_8872", "question": "Nobel Prize in Physics winners with 'J' in their name and their spouses", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?laureate ?spouse ?laureateLabel WHERE {\n  ?laureate wdt:P166 wd:Q38104 .\n  ?spouse wdt:P26 ?laureate .\n  ?laureate rdfs:label ?laureateLabel .\n  FILTER(LANG(?laureateLabel) = 'en')\n  FILTER(CONTAINS(LCASE(?laureateLabel) , 'j'))\n}", "paraphrases": ["Which Nobel laureates in Physics have names containing the letter 'J' and are married?", "List the names of Nobel Prize in Physics winners whose names include 'J' and their spouses."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q38104> . ?var2 <http://www.wikidata.org/prop/direct/P26> ?var1 . FILTER ( ( CONTAINS ( ?var1Label , \"J\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8873", "question": "Does the movie with IMDb ID tt7235930 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt7235930\" .\n}", "paraphrases": ["Is there a Wikidata item for the film with IMDb identifier tt7235930?", "Check if the IMDb ID tt7235930 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7235930\". }"}}
{"id": "val_8874", "question": "What are the administrative hierarchy levels and types for Saint George Rotunda Church in Sofia?", "sparql": "SELECT DISTINCT ?churchTypeLabel ?admin1TypeLabel ?admin1 ?admin1Label ?admin2TypeLabel ?admin2 ?admin2Label WHERE { wd:Q2598073 wdt:P31 ?churchType . wd:Q2598073 wdt:P131 ?admin1 . ?admin1 wdt:P31 ?admin1Type . ?admin1 wdt:P131 ?admin2 . ?admin2 wdt:P31 ?admin2Type . OPTIONAL { ?churchType rdfs:label ?churchTypeLabel . FILTER(LANG(?churchTypeLabel) = \"en\") } OPTIONAL { ?admin1Type rdfs:label ?admin1TypeLabel . FILTER(LANG(?admin1TypeLabel) = \"en\") } OPTIONAL { ?admin2Type rdfs:label ?admin2TypeLabel . FILTER(LANG(?admin2TypeLabel) = \"en\") } OPTIONAL { ?admin1 rdfs:label ?admin1Label . FILTER(LANG(?admin1Label) = \"en\") } OPTIONAL { ?admin2 rdfs:label ?admin2Label . FILTER(LANG(?admin2Label) = \"en\") } }", "paraphrases": ["What type of building is Saint George Rotunda Church, and what administrative regions is it located in, including their types?", "Show me the type of Saint George Rotunda Church and its two-level administrative location hierarchy with the types of each location."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q2598073> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8875", "question": "Does the movie 'Invasion' (2007) have the IMDb ID tt6215368?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt6215368\" .\n}", "paraphrases": ["Is there a Wikidata item for the film 'Invasion' with IMDb identifier tt6215368?", "Confirm that the IMDb ID tt6215368 corresponds to a movie in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6215368\". }"}}
{"id": "val_8876", "question": "Is there a Wikidata item with IMDb ID tt7243720?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt7243720\" .\n}", "paraphrases": ["Does the movie or TV show with IMDb ID tt7243720 have a corresponding entry in Wikidata?", "Confirm whether the IMDb identifier tt7243720 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7243720\". }"}}
{"id": "val_8877", "question": "What are the Twitter handles of Elon Musk, BBC News, NASA, and SSC Napoli, sorted by the number of Wikipedia articles about them?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  ?sitelink schema:about ?item .\n  VALUES ?twitterHandle {\n    \"elonmusk\" \"BBCNews\" \"NASA\" \"sscnapoli\"\n  }\n}\nGROUP BY ?item ?twitterHandle\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Which of these Twitter accounts \u2014 elonmusk, BBCNews, NASA, sscnapoli \u2014 has the fewest Wikipedia sitelinks, and how many do they each have?", "List the entities with Twitter usernames elonmusk, BBCNews, NASA, and sscnapoli, along with their sitelink counts, ordered from least to most sitelinks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"pixeltoo\" ) ( \"a_ka_es\" ) ( \"string1\" ) ( \"string2\" ) ( \"Nap_ooo\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8878", "question": "Who won the Academy Award for Best Writing, Adapted Screenplay and what are their IMDb IDs?", "sparql": "SELECT ?award ?awardLabel ?winner ?winnerLabel ?imdbId WHERE { ?award wdt:P2517 wd:Q7135398 . ?winner p:P1411 ?awardStmt . ?awardStmt ps:P1411 ?award ; rdf:type wikibase:BestRank . ?award rdfs:label ?awardLabel . ?winner rdfs:label ?winnerLabel . FILTER(LANG(?awardLabel) = \"en\") FILTER(LANG(?winnerLabel) = \"en\") OPTIONAL { ?winner wdt:P345 ?imdbId . } } LIMIT 100", "paraphrases": ["Which films and screenwriters have won the Academy Award for Best Writing, Adapted Screenplay, and what are their IMDb identifiers?", "List all winners of the Academy Award for Best Writing, Adapted Screenplay along with their IMDb IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P2517> <http://www.wikidata.org/entity/Q7135398> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1346> ?var3 . } } LIMIT 100"}}
{"id": "val_8879", "question": "Islands and archipelagos located in or next to the North Sea", "sparql": "SELECT DISTINCT ?island ?islandLabel ?coord WHERE { { ?island wdt:P31 wd:Q23442 . } UNION { ?island wdt:P31 wd:Q33837 . ?island wdt:P527 / wdt:P31 wd:Q23442 . } ?island wdt:P206 wd:Q1693 . OPTIONAL { ?island wdt:P625 ?coord . } OPTIONAL { ?island rdfs:label ?islandLabel FILTER(LANG(?islandLabel) = \"en\") } } LIMIT 2000", "paraphrases": ["Which islands and island groups are situated in or adjacent to the North Sea?", "List all islands and archipelagos in the North Sea region along with their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P2670> +) <http://www.wikidata.org/entity/Q23442> . ?var1 ( <http://www.wikidata.org/prop/direct/P206> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q1693> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,sk,cs,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } } LIMIT 2000"}}
{"id": "val_8880", "question": "English or German title of the movie with IMDb ID tt0355977", "sparql": "SELECT ?item ?imdbId ?label WHERE { ?item wdt:P345 \"tt0355977\" . BIND(\"tt0355977\" AS ?imdbId) . ?item rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\")) }", "paraphrases": ["What is the English or German label for the film with IMDb ID tt0355977?", "Show me the English or German name of the movie identified by tt0355977 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0355977\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8881", "question": "Does Transfermarkt player ID 84677 exist in Wikidata?", "sparql": "ASK WHERE { ?player wdt:P2446 \"84677\" . }", "paraphrases": ["Is there a football player in Wikidata with the Transfermarkt ID 84677?", "Confirm if the footballer with Transfermarkt ID 84677 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"84677\". }"}}
{"id": "val_8882", "question": "Does Wikidata contain a football player with Transfermarkt ID 256994?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"256994\" .\n}", "paraphrases": ["Is Marius Kleinsorge listed in Wikidata with the Transfermarkt player ID 256994?", "Can you confirm that the footballer Marius Kleinsorge has the Transfermarkt ID 256994 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"256994\". }"}}
{"id": "val_8883", "question": "Who are the people with the surname Legault?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?human WHERE {\n  ?human wdt:P734 wd:Q21509571 ; wdt:P31 wd:Q5 .\n}", "paraphrases": ["List all humans in Wikidata whose family name is Legault.", "Can you show me the list of individuals with the last name Legault?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"legau\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8884", "question": "Wikipedia page in English or German for movie with IMDb ID tt0477731", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0477731\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0477731?", "Show me the Wikipedia article in English or German about the film identified by IMDb ID tt0477731."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0477731\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8885", "question": "English or German Wikipedia page for the movie with IMDb ID tt0461169", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  VALUES ?imdbId {\n    \"tt0461169\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb identifier tt0461169?", "Show me the Wikipedia page in English or German for the movie identified by tt0461169 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0461169\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8886", "question": "English and German Wikipedia pages about the movie with IMDb ID tt1375666", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?wikipedia_page ?language WHERE {\n  ?movie wdt:P345 \"tt1375666\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?language .\n  FILTER(?language = \"en\" || ?language = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia pages about the movie Inception?", "Show me the English and German language Wikipedia pages related to the movie Inception (IMDb: tt1375666)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0817885\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8887", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0468683?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0468683\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The Red Shoes\" (2005).", "Which language versions of Wikipedia have articles about the movie identified by IMDb ID tt0468683?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0468683\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8888", "question": "Which Wikidata entities have Twitter/X usernames 'bitgo', 'elonmusk', 'planet4589', 'sciam', 'SpaceX', or 'Tesla'?", "sparql": "SELECT ?entity ?twitterUsername WHERE { ?entity wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"bitgo\" \"elonmusk\" \"planet4589\" \"sciam\" \"SpaceX\" \"Tesla\" } }", "paraphrases": ["Who or what organizations on Wikidata use the Twitter handles @bitgo, @elonmusk, @planet4589, @sciam, @SpaceX, or @Tesla?", "List the entities on Wikidata that are associated with the Twitter usernames: bitgo, elonmusk, planet4589, sciam, SpaceX, and Tesla."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"sciam\" ) ( \"ElonMusk\" ) ( \"SpaceX\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"amberooops\" ) ( \"abby_wix\" ) ( \"JaneidyEve\" ) ( \"string4\" ) ( \"cloud9\" ) ( \"spacex\" ) ( \"harbor\" ) ( \"tesla\" ) ( \"bitgo\" ) ( \"string5\" ) ( \"string6\" ) ( \"PumaPay\" ) ( \"string7\" ) ( \"elonmusk\" ) ( \"Tesla\" ) ( \"valleyhack\" ) ( \"1_55_AM\" ) ( \"wolfejosh\" ) ( \"string8\" ) ( \"string9\" ) ( \"solarcity\" ) ( \"kubz42018\" ) ( \"string10\" ) ( \"StasisGame\" ) ( \"23rdNNC\" ) ( \"string11\" ) ( \"string12\" ) ( \"planet4589\" ) ( \"caytxg\" ) ( \"Liembo\" ) ( \"DdeArco\" ) ( \"marconiese\" ) ( \"regs888\" ) } }"}}
{"id": "val_8889", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0051423?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0051423\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Find the Wikipedia article in English or German about the film identified by tt0051423 on IMDb.", "Which Wikipedia pages (in English or German) are linked to the movie Blue Murder at St Trinian's via its IMDb ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0051423\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8890", "question": "Top companies in the United Kingdom", "sparql": "SELECT ?company ?companyLabel WHERE { ?company wdt:P31/wdt:P279* wd:Q783794 . ?company wdt:P17 wd:Q145 . ?company wdt:P1476 ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are some companies based in the United Kingdom?", "List up to 100 English-named companies located in the United Kingdom, including their official titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q783794> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"et,en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_8891", "question": "What are the movie theaters in Norfolk, Virginia, and their coordinates?", "sparql": "SELECT ?theater ?coordinates WHERE { ?theater wdt:P31 wd:Q41253 . ?theater wdt:P131 wd:Q49231 . OPTIONAL { ?theater wdt:P625 ?coordinates . } } LIMIT 100", "paraphrases": ["Can you list all cinemas in Norfolk, VA, along with their geographic locations?", "Where are the film theaters located in Norfolk, Virginia?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q49231> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } } LIMIT 100"}}
{"id": "val_8892", "question": "Image of Samuel Laurence with SNAC ARK ID w6w66s50", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6w66s50\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6w66s50?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6w66s50."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w66s50\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8893", "question": "What are the types and examples of clothing in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item(wdt:P31 / wdt:P279 *) wd:Q11460 .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What are the subclasses and instances of clothing in English?", "List all clothing items and their English labels from Wikidata, including subcategories like dresses, hats, and coats."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11460> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } FILTER ( ( ( SUBSTR ( STR ( ?var1Label ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) != \"Q\" ) ) ) . }"}}
{"id": "val_8894", "question": "Swedish-language clothing items that are not armored vehicles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q11460 . MINUS {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q130368 .\n  }\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"sv\" ) FILTER ( REGEX( STR( ?label ) , \"^[A-Z]\" ) )\n}\nORDER BY ASC ( ?label )", "paraphrases": ["What are the Swedish names for items classified as clothing but not armored fighting vehicles?", "List all Swedish labels for clothing items (including subclasses), ensuring they start with an uppercase letter and excluding any that are armored fighting vehicles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11460> . } MINUS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q130368> . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"sv\" ) ) ) . FILTER ( ( ( UCASE ( SUBSTR ( ?var2 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) = SUBSTR ( ?var2 ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_8895", "question": "What dishes and products are made from cabbage, and what images and Wikipedia pages are associated with them?", "sparql": "SELECT ?cabbageDerivativeLabel ?cabbageDerivative ?image ?externalPage WHERE { ?cabbageDerivative wdt:P527 wd:Q35051 . OPTIONAL { ?cabbageDerivative wdt:P18 ?image . } OPTIONAL { ?externalPage schema:about ?cabbageDerivative . } ?cabbageDerivative rdfs:label ?cabbageDerivativeLabel . FILTER(LANG(?cabbageDerivativeLabel) = \"en\") }", "paraphrases": ["Which foods derived from cabbage have images on Wikimedia Commons and links to Wikipedia articles in English?", "Show me all English-named cabbage-based foods along with their associated images and external links like Wikipedia pages."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P527> <http://www.wikidata.org/entity/Q35051> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var3 <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_8896", "question": "What is the English title of the movie with IMDb ID tt6685596?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt6685596\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which movie has the IMDb identifier tt6685596, and what is its English title?", "Tell me the English name of the film identified by tt6685596 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6685596\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_8897", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0099800?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0099800\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia articles in English and German are about the movie 'House Party' (IMDb: tt0099800)?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0099800."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0099800\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8898", "question": "Wikipedia page for The Amityville Legacy on IMDb tt5189528 in English or German", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt5189528\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt5189528?", "Show me the English or German Wikipedia article for the movie identified by IMDb ID tt5189528."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5189528\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8899", "question": "What are the aspect ratios (height divided by width) of manuscripts in Wikidata?", "sparql": "SELECT ?manuscript ?height ?width (?height / ?width AS ?aspectRatio) WHERE { ?manuscript wdt:P31 wd:Q87167 ; wdt:P2049 ?width ; wdt:P2048 ?height . FILTER(?width > 0) }", "paraphrases": ["Can you list manuscripts along with their height, width, and the ratio of height to width?", "Which handwritten documents have recorded dimensions, and what is their height-to-width proportion?"], "info": {"raw_sparql": "SELECT * WHERE { BIND ( ( ?var1 / ?var2 ) AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q87167> ; <http://www.wikidata.org/prop/direct/P2049> ?var2 ; <http://www.wikidata.org/prop/direct/P2048> ?var1 . }"}}
{"id": "val_8900", "question": "Who is the person with IMDb ID nm0780624?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P345 \"nm0780624\" . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["What is the name of the actor identified by the IMDb ID nm0780624?", "Please provide the English label for the Wikidata item with IMDb identifier nm0780624."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0780624\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_8901", "question": "Does Chalmers University of Technology have the GND ID 1005111-9?", "sparql": "ASK WHERE { ?item wdt:P227 \"1005111-9\" . }", "paraphrases": ["Is there an entity in Wikidata with the GND identifier 1005111-9?", "Confirm if the German National Library ID 1005111-9 is assigned to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1005111-9\". }"}}
{"id": "val_8902", "question": "People named Martin born in 2000", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P735 wd:Q18002399 .\n  ?person wdt:P569 ?dob .\n  FILTER ( ?dob >= \"2000-01-01\" ^^ xsd:date && ?dob <= \"2000-12-31\" ^^ xsd:date ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the people named Martin that were born in the year 2000?", "List the English names of people with the given name Martin who were born in 2000."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P735> <http://www.wikidata.org/entity/Q18002399> . ?var1 <http://www.wikidata.org/prop/direct/P569> \"1.1.2000\". }"}}
{"id": "val_8903", "question": "List of English-named human poets", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P106 wd:Q49757 .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nLIMIT 400000", "paraphrases": ["Who are the human poets with English-language labels on Wikidata?", "Show me the names in English of all people whose occupation is poet."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q49757> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . } } LIMIT 400000"}}
{"id": "val_8904", "question": "List video games released between 1980 and 2016 with their platform, publisher, genre, developer, and ESRB/PEGI ratings.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?game ?platform ?publisher ?genre(YEAR(?pubDate) AS ?year) ?developer ?esrb ?pegi WHERE {\n  ?game wdt:P31 wd:Q7889 .\n  ?game wdt:P400 ?platform .\n  ?game wdt:P123 ?publisher .\n  ?game wdt:P136 ?genre .\n  ?game wdt:P577 ?pubDate .\n  OPTIONAL {\n    ?game wdt:P178 ?developer .\n  }\n  OPTIONAL {\n    ?game wdt:P852 ?esrb .\n  }\n  OPTIONAL {\n    ?game wdt:P908 ?pegi .\n  }\n  FILTER(?pubDate > \"1979-12-31T00:00:00Z\" ^^ xsd:dateTime && ?pubDate < \"2017-01-01T00:00:00Z\" ^^ xsd:dateTime)\n}\nLIMIT 50", "paraphrases": ["What are the video games published between 1980 and 2016, and what are their platforms, publishers, genres, developers, and content ratings?", "Show me a list of video games from the 1980s to mid-2010s, including their release year, who developed and published them, what genre they belong to, on which platforms they were released, and their age ratings (ESRB or PEGI)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ( YEAR ( ?var4 ) AS ?var5 ) ?var6Label ?var7Label ?var8Label ?var9 ?var10 ?var11Label ?var12Label ?var13 ?var14 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.wikidata.org/prop/direct/P400> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P123> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P136> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P178> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P179> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P852> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P908> ?var12 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P268> ?var13 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P646> ?var14 . } FILTER ( ( ( ?var4 > \"1979-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var4 < \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr\". } } LIMIT 100"}}
{"id": "val_8905", "question": "Does the concept of euroization have the GND ID 4288123-7?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4288123-7\" .\n}", "paraphrases": ["Is there a Wikidata item with the German National Library ID \"4288123-7\"?", "Confirm whether the GND ID 4288123-7 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4288123-7\". }"}}
{"id": "val_8906", "question": "What Wikipedia pages are linked to the IMDb movie tt7764424?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt7764424\" .\n  ?wikipediaPage schema:about ?item .\n  FILTER(REGEX(STR(?wikipediaPage) , \"\\\\.wikipedia\\\\.org\"))\n}", "paraphrases": ["Which Wikipedia articles describe the film or series with IMDb ID tt7764424?", "Show me the Wikipedia links for the item with IMDb identifier tt7764424."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7764424\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8907", "question": "People who died in 1692 with Greek labels", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT ?label ?deathDate WHERE {\n  ?person wdt:P570 ?deathDate .\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"el\")\n  FILTER(?deathDate >= \"1692-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  FILTER(?deathDate <= \"1692-12-31T23:59:59Z\" ^^ xsd:dateTime)\n}\nORDER BY ASC(?deathDate)", "paraphrases": ["Who were the people that died in 1692, and what are their names in Greek?", "List the names in Greek of all individuals who died during the year 1692, sorted by date of death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var2 . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"el\" ) ) ) . } FILTER ( ( ( ?var2 >= \"1692-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1692-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ?var1 ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_8908", "question": "Which Wikidata items have Twitter usernames TV5MONDE, berlinale, or Lyxor?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"TV5MONDE\" \"berlinale\" \"Lyxor\" } }", "paraphrases": ["What are the Wikidata entities associated with the Twitter accounts @TV5MONDE, @berlinale, and @Lyxor?", "Show me the Wikidata items for the Twitter handles TV5MONDE, berlinale, and Lyxor."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"celia_cbo\" ) ( \"PBALille\" ) ( \"string1\" ) ( \"GuyHomard\" ) ( \"BASonerion\" ) ( \"Salemioche\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"TV5MONDE\" ) ( \"mounir\" ) ( \"string5\" ) ( \"pbeyssac\" ) ( \"trojette\" ) ( \"string6\" ) ( \"CDonnees\" ) ( \"bevellin\" ) ( \"string7\" ) ( \"string8\" ) ( \"piotrek442\" ) ( \"string9\" ) ( \"fnielsen\" ) ( \"string10\" ) ( \"BBeyern\" ) ( \"GoogleFR\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"PoulpyWP\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"Berlinale\" ) ( \"aBerteau_\" ) ( \"Pymouss\" ) ( \"string18\" ) ( \"string19\" ) ( \"SamsungFR\" ) ( \"string20\" ) ( \"NFr21\" ) ( \"GroupePSA\" ) ( \"LabFabfr\" ) ( \"inOut2018\" ) ( \"Patafisik\" ) ( \"string21\" ) ( \"jfreixas\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"MuseomixBE\" ) ( \"museomixCH\" ) ( \"string26\" ) ( \"string27\" ) ( \"museomixIT\" ) ( \"museomixOP\" ) ( \"Pyb75\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"napo\" ) ( \"string31\" ) ( \"cathicks\" ) ( \"string32\" ) ( \"PuNkY_PSB\" ) ( \"textfiles\" ) ( \"string33\" ) ( \"ButaGhibli\" ) ( \"string34\" ) ( \"Lyxor\" ) ( \"string35\" ) ( \"hdevichi\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8909", "question": "Orthologs of gene CTL0866 and their species taxonomy IDs.", "sparql": "SELECT ?orthologLocusTag ?taxonId WHERE { ?sourceGene wdt:P2393 \"CTL0866\" ; wdt:P684 ?orthologGene . ?orthologGene wdt:P2393 ?orthologLocusTag ; wdt:P703 ?taxon . ?taxon wdt:P685 ?taxonId . }", "paraphrases": ["What are the locus tags of genes orthologous to CTL0866, and in which species (NCBI taxonomy IDs) are they found?", "Show me the orthologous gene locus tags and their corresponding NCBI taxonomy IDs for the gene with locus tag CTL0866."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P2393> \"CTL0866\"; <http://www.wikidata.org/prop/direct/P684> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P2393> ?var1 ; <http://www.wikidata.org/prop/direct/P703> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P685> ?var2 . }"}}
{"id": "val_8910", "question": "Image of James P. Holcombe with SNAC ARK ID w6kk9snd", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6kk9snd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6kk9snd?", "Show the Wikimedia Commons image for the person identified by the SNAC ARK ID w6kk9snd."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6kk9snd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8911", "question": "Does the National Register of Historic Places list a site with reference number 74001695?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?historicPlace wdt:P649 \"74001695\" .\n}", "paraphrases": ["Is there a historic place in the U.S. National Register with the ID 74001695?", "Confirm whether the Sheep Ranch Fortified House is registered in the National Register of Historic Places under number 74001695."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"74001695\". }"}}
{"id": "val_8912", "question": "Is there a National Register of Historic Places listing with reference number 88002929?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?historicPlace wdt:P649 \"88002929\" .\n}", "paraphrases": ["Does the Logan House in Kentucky have the NRHP reference number 88002929?", "Confirm if the NRHP ID 88002929 corresponds to a registered historic place in the United States."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"88002929\". }"}}
{"id": "val_8913", "question": "What is Angela Merkel's date of birth?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthDate WHERE {\n  wd:Q567 wdt:P569 ?birthDate .\n}", "paraphrases": ["Angela Merkel birth date", "Can you tell me the full date when Angela Merkel was born, according to Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q567> <http://www.wikidata.org/prop/direct/P3150> ?var1 . }"}}
{"id": "val_8914", "question": "Wikipedia pages in English or German for the movie with IMDb ID tt6710214", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt6710214\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang ; schema:isPartOf [ wikibase:wikiGroup \"wikipedia\" ] .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English or German Wikipedia pages for the documentary 'Liberated: The New Sexual Revolution'?", "Show me the Wikipedia articles in English or German about the film identified by IMDb ID tt6710214."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6710212\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8915", "question": "Languages spoken in Indonesia with their images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?language(SAMPLE(?image) AS ?imageUrl) WHERE {\n  ?language wdt:P31 wd:Q34770 ; wdt:P17 wd:Q252 .\n  OPTIONAL {\n    ?language wdt:P18 ?image .\n  }\n}\nGROUP BY ?language", "paraphrases": ["What are the languages spoken in Indonesia, and which ones have associated images on Wikimedia Commons?", "List all languages in Indonesia and show an image for each if available."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34770> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1"}}
{"id": "val_8916", "question": "What English and German language pages are about the movie with IMDb ID tt0099197?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0099197\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Can you list the Wikipedia and Wikiquote pages in English and German for the film \"By Dawn's Early Light\"?", "Which language versions of web pages discuss the movie identified by tt0099197?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0099197\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8917", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt4073868?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt4073868\" . ?wikipedia_page schema:about ?movie . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Find the Wikipedia articles in English and German about the film identified by tt4073868 on IMDb.", "Which Wikipedia pages in English or German describe the movie \"A Decent Man\" (tt4073868)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4073868\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8918", "question": "What are some examples of Christmas celebrations around the world?", "sparql": "SELECT ?var1 ?label WHERE {\n  ?var1 wdt:P31 wd:Q19809 .\n  ?var1 rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 21", "paraphrases": ["List Christmas-related events by country or region", "Show me the names of events that are classified as instances of Christmas"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19809> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8919", "question": "Airports in Belgium with their coordinates and English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?airport ?airportLabel ?coordinates WHERE {\n  ?airport wdt:P31 wd:Q1248784 ; wdt:P17 wd:Q31 ; wdt:P625 ?coordinates .\n  ?airport rdfs:label ?airportLabel .\n  FILTER ( LANG( ?airportLabel ) = \"en\" )\n}", "paraphrases": ["What are the English names and geographic coordinates of all airports located in Belgium?", "List all airports in Belgium along with their English labels and GPS coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> ; ?var3 <http://www.wikidata.org/entity/Q31> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,en\". } }"}}
{"id": "val_8920", "question": "What is the English label and description of the property used to indicate that someone is an Australian rules football player?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?prop ?propLabel ?propDescription WHERE {\n  ?item wdt:P106 wd:Q13414980 .\n  wd:P106 a wikibase:Property .\n  wd:P106 rdfs:label ?propLabel .\n  wd:P106 schema:description ?propDescription .\n  FILTER(LANG(?propLabel) = \"en\")\n  FILTER(LANG(?propDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which occupation property in Wikidata is associated with Australian rules football players, and what does it mean?", "Can you tell me the label and description of the property that assigns \"Australian rules football player\" as an occupation?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q13414980> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_8921", "question": "What items are classified as subclasses of short film via statement-level properties in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?statement ( SAMPLE( ?qualifier ) AS ?sample_qualifier ) WHERE {\n  {\n    SELECT DISTINCT ?item ?statement WHERE {\n      ?statement ps:P279 wd:Q24862 .\n      ?item p:P279 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n    ?qualifier wikibase:qualifier true .\n  }\n}\nGROUP BY ?item ?statement", "paraphrases": ["Are there any qualifiers attached to statements that classify items as subclasses of short film?", "List all items that have a subclass-of relationship to short film using statement-level data, along with any associated qualifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q24862> . ?var1 <http://www.wikidata.org/prop/P279> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8922", "question": "Which Wikidata item has the Twitter username \"ALALibrary\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 \"ALALibrary\" .\n}", "paraphrases": ["What organization on Wikidata uses \"@ALALibrary\" on Twitter?", "Find the entity in Wikidata that is associated with the Twitter handle ALALibrary."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Liblarrian\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"UVicLib\" ) ( \"jddurno\" ) ( \"jmhuculak\" ) ( \"string6\" ) ( \"zinelib\" ) ( \"ALALibrary\" ) ( \"ala_wo\" ) ( \"OpenGavin\" ) ( \"string7\" ) ( \"mdalmau\" ) ( \"string8\" ) ( \"M_T_Miller\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"jluwrites\" ) } }"}}
{"id": "val_8923", "question": "Image for Robert Zaller with SNAC ARK ID w6sq921w", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6sq921w\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w6sq921w?", "Show me the image linked to the SNAC ARK ID w6sq921w."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6sq921w\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8924", "question": "What properties are most frequently used to link entities to racket sports like badminton or tennis?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ( COUNT( * ) AS ?count ) WHERE {\n  ?racketSport wdt:P31 wd:Q2426135 .\n  ?entity ?property ?racketSport .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )", "paraphrases": ["Show me the non-direct properties connected to racket sports and their usage counts, ordered by frequency.", "Which properties relate other items to racket sports, and which ones are used the most?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q2312410> ; <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q2426135> . [] ?var1 ?var3 . MINUS { ?var1 ^ <http://wikiba.se/ontology#directClaim> [] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ORDER BY DESC( ?var2 )"}}
{"id": "val_8925", "question": "Is the Court of Appeal of Nancy a type of software?", "sparql": "ASK WHERE { wd:Q3000970 (wdt:P31 / wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the Court of Appeal of Nancy belong to a category that is a subclass of software?", "Is the Court of Appeal of Nancy categorized under software in Wikidata\u2019s classification system?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3000970> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_8926", "question": "What are the IATA codes of airports and their corresponding countries?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?iataCode ?countryCode WHERE {\n  ?airport wdt:P31 wd:Q1248784 .\n  ?airport wdt:P238 ?iataCode .\n  ?airport wdt:P131 / wdt:P297 ?countryCode .\n}", "paraphrases": ["Can you list the three-letter IATA airport codes along with the two-letter ISO country codes of where each airport is located?", "Show me the country codes for all airports based on their IATA identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> . ?var3 <http://www.wikidata.org/prop/direct/P238> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P297> ?var2 . }"}}
{"id": "val_8927", "question": "What is the most common property used to link people to the given name \"Anna\" in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  {\n    SELECT ?property WHERE {\n      ?item ?propertyUsed wd:Q666578 .\n      ?property wikibase:directClaim ?propertyUsed .\n      ?property rdf:type wikibase:Property .\n    }\n    LIMIT 10000\n  }\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property connects the most individuals to the name Anna, and how many people share this name?", "How many people are named Anna, and what property is used to record their given name in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q666578> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_8928", "question": "What other topics are associated with works that have the Copenhagen University Library as their main subject?", "sparql": "SELECT DISTINCT ?otherTopic ?otherTopicLabel WHERE { ?work wdt:P921 wd:Q621273 . ?work wdt:P921 ?otherTopic . FILTER ( ?otherTopic != wd:Q621273 ) . ?otherTopic rdfs:label ?otherTopicLabel . FILTER ( lang(?otherTopicLabel) = \"en\" ) }", "paraphrases": ["Which topics, besides the Copenhagen University Library, are the main subjects of works about the library?", "Show me the other main subjects of items that are primarily about the Copenhagen University Library."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q621273> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q621273> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q621273> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q621273> != ?var1 ) && ( <http://www.wikidata.org/entity/Q621273> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8929", "question": "List all subclasses of sport with their labels, sorted in reverse alphabetical order.", "sparql": "SELECT ?sportSubclass ?label WHERE { ?sportSubclass wdt:P279 wd:Q349 . OPTIONAL { ?sportSubclass rdfs:label ?label . } } ORDER BY DESC(?label)", "paraphrases": ["What are all the sports and sub-sports in Wikidata, and what are their names in different languages, ordered from Z to A?", "Show me every known subclass of sport, along with its label in any language, and sort them from Z to A by label."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q349> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } ORDER BY DESC( ?var2Label )"}}
{"id": "val_8930", "question": "What are the multilingual descriptions and direct properties of swine influenza?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?value WHERE {\n  wd:Q36855 ?property ?value .\n  FILTER(?property = schema:description || STRSTARTS(STR(?property) , \"http://www.wikidata.org/prop/direct/\"))\n}", "paraphrases": ["Can you list all the known facts about swine influenza, including its definitions in different languages?", "What identifiers and classifications does Wikidata have for swine influenza?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q36855> ?var1 ?var2 . }"}}
{"id": "val_8931", "question": "Fashion designers, grand couturiers, and costume designers with their birth years and countries.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?country ?birthYear WHERE {\n  VALUES ?occupation {\n    wd:Q3501317 wd:Q4845479 wd:Q1323191\n  }\n  ?person wdt:P106 ?occupation .\n  OPTIONAL {\n    ?person wdt:P27 ?country .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?dob .\n  }\n  BIND( YEAR( ?dob ) AS ?birthYear )\n}\nLIMIT 10", "paraphrases": ["Who are some fashion designers, grand couturiers, or costume designers, and in which countries and years were they born?", "List 10 people working as fashion designers, grand couturiers, or costume designers, along with their country of citizenship and birth year."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4Label ?var5 WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q3501317> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q4845479> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1323191> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . } BIND ( YEAR ( ?var6 ) AS ?var3 ). OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P108> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_8932", "question": "List all academic works by Nicholas Carlini, including co-authors, publication dates, and where they were published, sorted from newest to oldest.", "sparql": "SELECT (MIN(?pubDate) AS ?minPubDate)\n       ?work ?workLabel\n       (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types)\n       (SAMPLE(?numPages) AS ?numPagesSample)\n       ?publishedIn ?publishedInLabel\n       (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?coAuthors)\nWHERE {\n  ?work wdt:P50 wd:Q50219388 .  # Work authored by Nicholas Carlini\n  ?work wdt:P50 ?author .       # Get all authors of the work\n\n  # Get work label\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n\n  # Get author labels (with fallback to Q-ID)\n  OPTIONAL {\n    ?author rdfs:label ?authorLabelRaw .\n    FILTER(LANG(?authorLabelRaw) = \"en\")\n  }\n  BIND(COALESCE(?authorLabelRaw, SUBSTR(STR(?author), 32)) AS ?authorLabel)\n\n  # Get type (instance of)\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n\n  # Get publication date\n  OPTIONAL {\n    ?work wdt:P577 ?pubDate .\n  }\n\n  # Get number of pages\n  OPTIONAL {\n    ?work wdt:P1104 ?numPages .\n  }\n\n  # Get published in\n  OPTIONAL {\n    ?work wdt:P1433 ?publishedIn .\n    ?publishedIn rdfs:label ?publishedInLabel .\n    FILTER(LANG(?publishedInLabel) = \"en\")\n  }\n}\nGROUP BY ?work ?workLabel ?publishedIn ?publishedInLabel\nORDER BY DESC(?minPubDate)", "paraphrases": ["What are the most recent papers authored by Nicholas Carlini, and who are their co-authors, types, and publication venues?", "Show me a list of Nicholas Carlini\u2019s publications with their publication dates, co-authors, types (e.g., scholarly article), and where they were published, ordered by date with the newest first."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q50219388> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_8933", "question": "Who is the French film director named Paul Paviot?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Paul Paviot\" @fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["What human entity in Wikidata has the French label \"Paul Paviot\"?", "Can you find the Wikidata item for the person called Paul Paviot in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Guy Paviot\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8934", "question": "Image of the entity with SNAC ARK ID w6f29nwg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image of the person or entity identified by the SNAC ARK ID w6f29nwg?", "Please provide the Wikimedia Commons image linked to the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bc4tbn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8935", "question": "List all first-level administrative divisions (like provinces or states) with their population, area, official website, GeoNames ID, FIPS code, inception date, dissolved date, and images.", "sparql": "SELECT DISTINCT ?item ?label ?geonamesId ?image ?inception ?population ?area ?website ?fipsCode ?dissolvedDate WHERE { ?item (wdt:P31/wdt:P279*) wd:Q10864048 . ?item rdfs:label ?label . OPTIONAL { ?item wdt:P1566 ?geonamesId . } OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P571 ?inception . } OPTIONAL { ?item wdt:P1082 ?population . } OPTIONAL { ?item wdt:P2046 ?area . } OPTIONAL { ?item wdt:P856 ?website . } OPTIONAL { ?item wdt:P901 ?fipsCode . } OPTIONAL { ?item wdt:P576 ?dissolvedDate . } }", "paraphrases": ["What are the names, populations, areas, official websites, and other key details of all first-level administrative divisions around the world?", "Provide a comprehensive overview of all first-level administrative divisions, including their labels, population, area, official websites, GeoNames IDs, FIPS codes, when they were established or dissolved, and associated images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { ?var10 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q10864048> . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . ?var11 <http://schema.org/about> ?var10 . OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P1566> ?var2 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P1082> ?var5 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P2046> ?var6 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P856> ?var7 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P901> ?var8 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P576> ?var9 . } }"}}
{"id": "val_8936", "question": "Publication years and first 20 characters of titles of works by Greg S. Corrado.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?titleSnippet WHERE {\n  ?work wdt:P50 wd:Q24803072 ; wdt:P577 ?date ; rdfs:label ?title .\n  FILTER(LANGMATCHES(LANG(?title) , \"en\"))\n  BIND(YEAR(?date) AS ?year)\n  BIND(SUBSTR(?title , 1 , 20) AS ?titleSnippet)\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and shortened titles (first 20 characters) of Greg S. Corrado\u2019s published works?", "List Greg S. Corrado\u2019s publications with their publication years and the first 20 characters of their English titles, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q24803072> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q24803072> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_8937", "question": "Monasteries in Germany", "sparql": "SELECT ?monastery ?monasteryLabel WHERE { ?monastery wdt:P31 wd:Q44613 . ?monastery wdt:P17 wd:Q183 . ?monastery rdfs:label ?monasteryLabel . FILTER(LANG(?monasteryLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the monasteries located in Germany?", "List the English names of all monasteries in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q31956829> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . } LIMIT 100"}}
{"id": "val_8938", "question": "Countries with retired ISO 3166-1 codes", "sparql": "SELECT DISTINCT ?country WHERE { ?country wdt:P773 ?iso3166_3_code . }", "paraphrases": ["Which countries have had their ISO 3166-1 codes retired and are now listed in ISO 3166-3?", "Show me a list of current countries that were previously assigned ISO 3166-1 codes which are now obsolete."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P773> ?var3 . }"}}
{"id": "val_8939", "question": "Which papers cite \"Could scientists use Altmetric.com scores to predict longer term citation counts?\" and what other papers do they cite?", "sparql": "SELECT ?citingPaper ?citingPaperTitle ?citedByCitingPaper WHERE { ?citingPaper wdt:P2860 wd:Q47528245 . ?citingPaper wdt:P2860 ?citedByCitingPaper . ?citingPaper wdt:P1476 ?citingPaperTitle . FILTER (?citedByCitingPaper != wd:Q47528245) }", "paraphrases": ["For each academic paper that cites the study on Altmetric.com scores and citation prediction, what are the other scholarly works it references?", "Show me the citation network: list all papers that reference the Altmetric.com citation study, along with the additional papers each of those papers cites."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2860> * <http://www.wikidata.org/entity/Q47528245> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2860> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8940", "question": "What properties are used to describe Messier 34, and what are their values in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( SAMPLE( ?propertyLabel ) AS ?propLabel ) ( COUNT( ?object ) AS ?objectCount ) ( GROUP_CONCAT( ?objectLabel ; SEPARATOR = \", \" ) AS ?objectLabels ) WHERE {\n  wd:Q13729 ?property ?object .\n  ?object rdfs:label ?objectLabel .\n  FILTER ( LANG( ?objectLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property", "paraphrases": ["For Messier 34, list each property (like \"instance of\" or \"constellation\"), its English name, how many objects it connects to, and what those objects are called in English.", "Can you show me a summary of Messier 34\u2019s Wikidata connections, including the property names in English, how many things each property links to, and the names of those linked entities?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q13729> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8941", "question": "What type of building is the Ivan Vazov National Theatre, and what is its administrative hierarchy down to the municipality level, including the types and names of each administrative level?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?theatreTypeLabel ?cityTypeLabel ?city ?cityLabel ?municipalityTypeLabel ?municipality ?municipalityLabel WHERE {\n  wd:Q1858012 wdt:P31 ?theatreType .\n  wd:Q1858012 wdt:P131 ?city .\n  ?city wdt:P31 ?cityType .\n  ?city wdt:P131 ?municipality .\n  ?municipality wdt:P31 ?municipalityType .\n  ?theatreType rdfs:label ?theatreTypeLabel .\n  ?cityType rdfs:label ?cityTypeLabel .\n  ?municipalityType rdfs:label ?municipalityTypeLabel .\n  ?city rdfs:label ?cityLabel .\n  ?municipality rdfs:label ?municipalityLabel .\n  FILTER(LANG(?theatreTypeLabel) = \"en\")\n  FILTER(LANG(?cityTypeLabel) = \"en\")\n  FILTER(LANG(?municipalityTypeLabel) = \"en\")\n  FILTER(LANG(?cityLabel) = \"en\")\n  FILTER(LANG(?municipalityLabel) = \"en\")\n}", "paraphrases": ["Type and location hierarchy of Ivan Vazov National Theatre in Bulgaria", "Show me the type of Ivan Vazov National Theatre, the city it\u2019s in (Sofia), the type of Sofia, the municipality Sofia belongs to (Stolichna), and the type of that municipality."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var3Label ?var4Label ?var5 ?var5Label WHERE { BIND ( <http://www.wikidata.org/entity/Q1858012> AS ?var6 ). ?var6 <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var6 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8942", "question": "What is the image of the person with SNAC ARK ID w68s7662?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w68s7662\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find an image on Wikimedia Commons for Jan Kip, identified by the SNAC ARK ID w68s7662?", "Is there a Commons image linked to the Social Networks and Archival Context identifier w68s7662?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w68s7662\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8943", "question": "16th-century paintings inspired by artworks created between 1500 and 1600.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?painting ?paintingLabel ?inspiredBy ?inspiredByLabel WHERE {\n  ?painting wdt:P31 wd:Q3305213 .\n  ?painting wdt:P941 ?inspiredBy .\n  ?inspiredBy wdt:P571 ?inceptionDate .\n  FILTER(?inceptionDate >= \"1500-01-01T00:00:00Z\" ^^ xsd:dateTime && ?inceptionDate <= \"1600-01-01T00:00:00Z\" ^^ xsd:dateTime)\n  OPTIONAL {\n    ?painting rdfs:label ?paintingLabel .\n    FILTER(LANG(?paintingLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?inspiredBy rdfs:label ?inspiredByLabel .\n    FILTER(LANG(?inspiredByLabel) = \"en\")\n  }\n}", "paraphrases": ["Which paintings from the 16th century were inspired by other artworks created between 1500 and 1600, and what were those inspiring artworks?", "List the 16th-century paintings and the artworks that inspired them, where the inspiring artworks were created between 1500 and 1600."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var1 <http://www.wikidata.org/prop/direct/P941> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P571> ?var3 . FILTER ( ( ( ?var3 >= \"1500-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1600-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_8944", "question": "Twitter usernames \"elonmusk\", \"cyb3rgam3r420\", and \"NASA\" and their number of Wikipedia sitelinks, sorted by count.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?username(COUNT(?site) AS ?sitelinkCount) WHERE {\n  ?item wdt:P2002 ?username .\n  ?site schema:about ?item .\n  ?site schema:isPartOf ?wiki .\n  FILTER(STRSTARTS(STR(?wiki) , \"https://\"))\n  VALUES ?username {\n    \"elonmusk\" \"cyb3rgam3r420\" \"NASA\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["Which entities have the Twitter usernames \"elonmusk\", \"cyb3rgam3r420\", or \"NASA\", and how many Wikipedia links do they have, ordered by the number of links?", "Show me the entities linked to the Twitter accounts \"elonmusk\", \"cyb3rgam3r420\", and \"NASA\", along with their sitelink counts, sorted from lowest to highest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"max_jbo\" ) ( \"string2\" ) ( \"Gallimard\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"BBbjr69\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8945", "question": "English label for the profession 'physicist'", "sparql": "SELECT ?item ?itemLabel WHERE { BIND( wd:Q169470 AS ?item ) . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What is the English name for the Wikidata entity of a physicist?", "Show me the English label for the Wikidata item representing the profession of physicist."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q169470> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_8946", "question": "Which Wikidata entities have the Twitter username 'CityOfBoston'?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?username WHERE {\n  ?item p:P2002 ?stmt .\n  ?stmt ps:P2002 ?username .\n  BIND(\"CityOfBoston\" AS ?target)\n  .\n  FILTER(?username = ?target)\n  .\n}", "paraphrases": ["What entity on Wikidata is associated with the Twitter handle CityOfBoston?", "Show me the Wikidata item that has the Twitter username CityOfBoston."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"tanuq_w\" ) ( \"string3\" ) ( \"string4\" ) ( \"PanFy92\" ) ( \"KayleeFuhr\" ) ( \"dmrtin90\" ) ( \"string5\" ) ( \"string6\" ) ( \"k2boie\" ) ( \"string7\" ) ( \"__KyD__\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"Jose2LR\" ) ( \"string12\" ) ( \"chikkoki\" ) ( \"string13\" ) ( \"string14\" ) ( \"1981Mead\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8947", "question": "What is the English name of the University of Zurich?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?university ?universityLabel WHERE {\n  BIND(wd:Q206702 AS ?university)\n  ?university rdfs:label ?universityLabel .\n  FILTER(LANG(?universityLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the label of the University of Zurich in English?", "What does the entity Q206702 (University of Zurich) get called in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q206702> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_8948", "question": "List all Wikidata properties sorted by ID, showing their numeric ID, type, and English label.", "sparql": "SELECT ?var1 ?var2 ?var4 ?var2Label WHERE { ?var2 a wikibase:Property . ?var2 wikibase:propertyType ?var4 . BIND(REPLACE(STR(?var2), \"^http://www.wikidata.org/entity/P\", \"\") AS ?var1) BIND(xsd:integer(?var1) AS ?var1Num) ?var2 rdfs:label ?var2Label . FILTER(LANG(?var2Label) = \"\" || LANG(?var2Label) = \"en\") } ORDER BY ASC(?var1Num)", "paraphrases": ["What are all the Wikidata properties ordered by their numeric ID, along with their types and English labels?", "Please provide a list of all Wikidata properties with their numeric IDs, property types, and English labels, sorted from lowest to highest ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var2Label ?var5 ?var6 WHERE { BIND ( REPLACE ( STR ( ?var2 ) , \".*P\", \"\" ) AS ?var1 ). ?var2 <http://wikiba.se/ontology#propertyType> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_8949", "question": "What is Albert Einstein\u2019s date of birth and place of birth?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?dateOfBirth ?placeOfBirth WHERE {\n  wd:Q937 wdt:P569 ?dateOfBirth .\n  wd:Q937 wdt:P19 ?placeOfBirth .\n}", "paraphrases": ["Albert Einstein\u2019s birth date and birth place", "Can you tell me when and where Albert Einstein was born?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q937> <http://www.wikidata.org/prop/direct/P569> ?var2 . <http://www.wikidata.org/entity/Q937> <http://www.wikidata.org/prop/direct/P19> ?var2 . }"}}
{"id": "val_8950", "question": "Who is Samuel F. Yette in French?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Samuel F. Yette\"@fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["What human in Wikidata has the French label \"Samuel F. Yette\"?", "Can you find the person named Samuel F. Yette as listed in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Samuel Fy\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8951", "question": "Which Twitter accounts (wikidata, Numerama, UKTor, japanexpo, ParisMatch) have the fewest statements in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username(COUNT(?p) AS ?notability) WHERE {\n  ?item wdt:P2002 ?username .\n  ?item ?p ?o .\n  FILTER(?username IN(\"wikidata\" , \"Numerama\" , \"UKTor\" , \"japanexpo\" , \"ParisMatch\"))\n}\nGROUP BY ?item ?username\nORDER BY ASC(?notability)", "paraphrases": ["How many statements are associated with each of these Twitter accounts: wikidata, Numerama, UKTor, japanexpo, and ParisMatch, sorted by least to most?", "List the Twitter accounts wikidata, Numerama, UKTor, japanexpo, and ParisMatch in order of their notability in Wikidata, from least to most notable."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"framasoft\" ) ( \"string2\" ) ( \"Wikimedia\" ) ( \"JeanFred\" ) ( \"dbader_org\" ) ( \"Numerama\" ) ( \"UKTor\" ) ( \"string3\" ) ( \"panoplyio\" ) ( \"tableau\" ) ( \"panoply\" ) ( \"ackboo\" ) ( \"string4\" ) ( \"Malboury\" ) ( \"girlhermes\" ) ( \"joelgombin\" ) ( \"string5\" ) ( \"string6\" ) ( \"UCBIDS\" ) ( \"nightrose\" ) ( \"jsamwrites\" ) ( \"fnielsen\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"ParisMatch\" ) ( \"japanexpo\" ) ( \"framawiki\" ) ( \"string12\" ) ( \"lea_linux\" ) ( \"string13\" ) ( \"LE_PCD\" ) ( \"string14\" ) ( \"agnesdruel\" ) ( \"string15\" ) ( \"MaelLeHir\" ) ( \"PoulpyWP\" ) ( \"string16\" ) ( \"Tecoub\" ) ( \"rhyolight\" ) ( \"string17\" ) ( \"string18\" ) ( \"mediatino\" ) ( \"LabFabfr\" ) ( \"MDARennes\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"MNEI38\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"Pymouss\" ) ( \"FFF\" ) ( \"wikidata\" ) ( \"Pyb75\" ) ( \"string27\" ) ( \"string28\" ) ( \"scoopit\" ) ( \"string29\" ) ( \"ellenbroad\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_8952", "question": "Properties and their values for the article \"The background of mitochondrial DNA haplogroup J increases susceptibility to hereditary optic neuropathy and 2,5-hexanedione toxicity\"", "sparql": "SELECT ?property ?propertyLabel (COUNT(?object) AS ?count) (GROUP_CONCAT(?objectLabel; SEPARATOR=\", \") AS ?objectLabels) WHERE { wd:Q28392028 ?property ?object . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?propertyLabel . ?object rdfs:label ?objectLabel . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?objectLabel) = \"en\") } GROUP BY ?property ?propertyLabel", "paraphrases": ["What properties are used in the scholarly article about mitochondrial DNA haplogroup J and hereditary optic neuropathy, and how many values does each have?", "Show me all the properties linked to the article on mitochondrial DNA and hereditary optic neuropathy, including how many objects each property has and what their English labels are."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q28392028> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8953", "question": "What entity has the Twitter username \"UVA\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"UVA\"\n  }\n}", "paraphrases": ["Which organization is associated with the Twitter handle @UVA?", "Please find the Wikidata item for the entity with the Twitter username UVA."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"UVaSARC\" ) ( \"string1\" ) } }"}}
{"id": "val_8954", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt6802896?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  VALUES ?imdbId {\n    \"tt6802896\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Find the Wikipedia articles about the film \"A Ciambra\" in English or German.", "Which language versions of Wikipedia have an article about the movie identified by tt6802896?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6802896\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8955", "question": "What is the English or German title of the film with IMDb ID tt7077928?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?title ?language WHERE {\n  wd:Q61672481 wdt:P345 \"tt7077928\" ; rdfs:label ?title ; wdt:P364 ?language .\n  FILTER ( LANG( ?title ) = \"en\" || LANG( ?title ) = \"de\" || LANG( ?title ) = \"\" )\n}", "paraphrases": ["Show me the title and original language of the movie identified by IMDb ID tt7077928.", "Find the film with IMDb ID tt7077928 and return its English or German title along with its original language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7077928\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8956", "question": "What is the German Wikipedia page for the TV show with IMDb ID tt2366218?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt2366218\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Can you find the Wikipedia articles in English or German about the item with IMDb identifier tt2366218?", "Show me the Wikipedia links in English or German for the film/TV show identified by tt2366218 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2366218\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8957", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0133093", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wiki WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?wiki schema:about ?item ; schema:inLanguage ?lang ; schema:isPartOf ?site .\n  FILTER(?lang = \"en\" && ?site = <https://en.wikipedia.org/> || ?lang = \"de\" && ?site = <https://de.wikipedia.org/>)\n}", "paraphrases": ["What are the English and German Wikipedia articles about the movie \"The Matrix\"?", "Show me the Wikipedia pages in English and German for the film identified by IMDb ID tt0133093."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4036882\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8958", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0120151", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0120151\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia links for the movie \"A Smile Like Yours\" on IMDb?", "Show me the English and German Wikipedia articles associated with the IMDb identifier tt0120151."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0120151\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8959", "question": "Scientific names that are both taxons and taxonomic synonyms", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?scientificName WHERE {\n  ?scientificName wdt:P31 wd:Q16521 .\n  ?scientificName wdt:P31 wd:Q1040689 .\n}", "paraphrases": ["Which scientific names are incorrectly classified as both a taxon and a taxonomic synonym in Wikidata?", "List all entities in Wikidata that are marked as both a taxon and a taxonomic synonym, even though this is a data inconsistency."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1040689> . }"}}
{"id": "val_8960", "question": "Image of Albion K. Parris with SNAC ARK ID w6pv6k8j", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6pv6k8j\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Albion K. Parris in Wikidata?", "Can you find the Wikimedia Commons image for the person identified by the SNAC ARK ID w6pv6k8j?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6pv6k8j\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8961", "question": "What are the Russian labels and descriptions of properties used to indicate someone is a mathematician?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  ?person ?p wd:Q170790 .\n  ?property wikibase:directClaim ?p .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"ru\" ) FILTER ( LANG( ?propertyDescription ) = \"ru\" )\n}\nLIMIT 100", "paraphrases": ["Which properties in Wikidata, when used to state that a person is a mathematician, have Russian-language labels and descriptions?", "Show me the Russian labels and descriptions of all properties that are used to assign the occupation of mathematician to people in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q170790> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ru\" ) ) ) . } LIMIT 100"}}
{"id": "val_8962", "question": "Image of Raymond Cattell with SNAC ARK ID w6zb23m1", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6zb23m1\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Raymond Cattell\u2019s SNAC ARK ID w6zb23m1?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w6zb23m1."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6zb23m1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8963", "question": "People with Unifrance IDs who work in filmmaking.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var3 WHERE {\n  ?var1 wdt:P3980 ?var3 .\n  ?var1 wdt:P106 ?occupation .\n  ?occupation ( wdt:P31 / wdt:P279 * ) wd:Q4220920 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Who are the actors and filmmakers listed on Unifrance.org with occupations related to filmmaking?", "List the names and Unifrance IDs of people whose occupations are in the filmmaking industry."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3980> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4220920> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 1000"}}
{"id": "val_8964", "question": "Image of Thaddeus Mason Harris with SNAC ARK ID w6bv7m30", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6bv7m30\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Thaddeus Mason Harris in Wikidata, given his SNAC ARK ID is w6bv7m30?", "Show me the Wikimedia Commons image for the person identified by the SNAC ARK ID w6bv7m30."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bv7m30\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_8965", "question": "French-labeled humans with surname Marescaux", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  VALUES ?item {\n    wd:Q3159490 wd:Q33103426 wd:Q15995942 wd:Q3271179 wd:Q20027619 wd:Q75887229 wd:Q108933105 wd:Q21501991\n  }\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'fr' )\n}", "paraphrases": ["Which humans have a French label containing 'Marescaux'?", "List all humans whose French name includes 'Marescaux'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"marescaux\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8966", "question": "What are all the properties and values associated with the Japanese TV show \"Hiruobi!\" on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 WHERE {\n  wd:Q11276690 ?var2 ?var1 .\n}\nLIMIT 100", "paraphrases": ["Show me all the information available for the Wikidata item Q11276690.", "What data is linked to the television program \"Hiruobi!\" in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { <https://www.wikidata.org/wiki/Q11276690> ?var2 ?var1 . } LIMIT 100"}}
{"id": "val_8967", "question": "What properties are used for folk culture in Wikidata, and what are their values and counts?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q4384751 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["For the entity \"folk culture\", which properties link it to other entities, how many values does each have, and what are the English labels of those values?", "List all properties connected to folk culture, along with their English labels, the number of values each property has, and the concatenated labels of those values in English."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q4384751> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_8968", "question": "Tennis sports disciplines", "sparql": "SELECT ?sport ?sportLabel WHERE { ?sport wdt:P279* wd:Q847 . ?sport rdfs:label ?sportLabel . FILTER(LANG(?sportLabel) = \"en\") }", "paraphrases": ["What are the different types of tennis played as sports?", "Show me all the sub-disciplines of tennis."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> [ <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22936940> ; ( <http://www.wikidata.org/prop/direct/P641> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q847> ] . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22936940> ; ( <http://www.wikidata.org/prop/direct/P641> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q847> . } }"}}
{"id": "val_8969", "question": "What countries are associated with waste management categories?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?topic ?topicLabel WHERE {\n  ?cat wdt:P971 wd:Q45701 .\n  ?cat wdt:P971 ?topic .\n  FILTER ( ?topic != wd:Q45701 ) .\n  ?topic rdfs:label ?topicLabel .\n  FILTER ( lang( ?topicLabel ) = \"en\" )\n}", "paraphrases": ["Which other topics are grouped with waste in the same categories on Wikidata?", "Show me the countries that share a category with waste."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q45701> <http://www.wikidata.org/prop/direct/P971> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P971> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8970", "question": "English and German Wikipedia pages for the movie with IMDb ID tt5572566", "sparql": "SELECT ?movie ?wiki_page WHERE { ?movie wdt:P345 \"tt5572566\" . ?wiki_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"Hidden Kisses\" (IMDb ID: tt5572566)?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt5572566."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5572566\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8971", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0145503", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0145503\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the film identified by IMDb ID tt0145503?", "Show me the English and German Wikipedia links for the movie Sunshine (IMDb: tt0145503)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0145503\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8972", "question": "Wikisource language editions in France", "sparql": "SELECT ?wikisource ?wikisourceLabel ?language ?languageLabel WHERE { ?wikisource wdt:P31 wd:Q15156455 . ?wikisource wdt:P407 ?language . ?language wdt:P17 wd:Q142 . OPTIONAL { ?wikisource rdfs:label ?wikisourceLabel FILTER(LANG(?wikisourceLabel) = \"en\") } OPTIONAL { ?language rdfs:label ?languageLabel FILTER(LANG(?languageLabel) = \"en\") } }", "paraphrases": ["Which Wikisource editions are available in languages spoken in France?", "List the languages spoken in France that have a Wikisource edition, along with the names of those editions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15156455> . ?var1 <http://www.wikidata.org/prop/direct/P407> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_8973", "question": "Films with their IMDb IDs and production budgets", "sparql": "SELECT ?film ?imdbId ?budget WHERE { ?film (wdt:P31/wdt:P279*) wd:Q11424 . ?film wdt:P345 ?imdbId . ?film wdt:P2130 ?budget .}", "paraphrases": ["What are the IMDb identifiers and budgets for all films and their subtypes?", "List all films along with their IMDb IDs and production costs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P2130> ?var3 . }"}}
{"id": "val_8974", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt6948600?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt6948600\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt6948600 on IMDb.", "Which Wikipedia pages in English or German discuss the movie Blurt! (IMDb: tt6948600)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6948600\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8975", "question": "What are the geographic coordinates of the village of Larrea, and what are the coordinates of the municipality it belongs to?", "sparql": "SELECT ?larreaCoordinates ?administrativeEntityCoordinates WHERE { wd:Q2743345 wdt:P625 ?larreaCoordinates . OPTIONAL { wd:Q2743345 wdt:P131 ?administrativeEntity . ?administrativeEntity wdt:P625 ?administrativeEntityCoordinates . } }", "paraphrases": ["Coordinates of Larrea and its administrative center (Barrundia)", "Show me the location of Larrea and the location of the town it is administratively part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q2743345> <http://www.wikidata.org/prop/direct/P625> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q2743345> <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . } }"}}
{"id": "val_8976", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt5492906?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt5492906\" .\n  ?wikipediaPage schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film Hentai Kamen: Abnormal Crisis.", "Which Wikipedia pages in English and German discuss the movie identified by tt5492906 on IMDb?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5492906\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8977", "question": "Wikipedia and Wikiquote pages in English or German about the film with IMDb ID tt0118836.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikiPage WHERE {\n  ?item wdt:P345 \"tt0118836\" .\n  ?wikiPage schema:about ?item .\n  ?wikiPage schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["What English and German Wikipedia or Wikiquote pages are about the movie with IMDb ID tt0118836?", "List all English and German language links to the film \"Chairman of the Board\" from Wikipedia and Wikiquote."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0118836\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8978", "question": "What countries and regions is Bagavan located in according to Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?location WHERE {\n  wd:Q4841481(wdt:P30 | wdt:P17 | wdt:P131 | wdt:P376 | wdt:P501) ?location .\n}", "paraphrases": ["Which geographic entities such as country, administrative region, or continent are associated with the ancient Armenian site of Bagavan?", "List all the geographic locations (country, region, continent, etc.) linked to Bagavan in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q4841481> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_8979", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3213222?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt3213222\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  ?item wdt:P345 ?imdbId .\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film identified by IMDb ID tt3213222?", "Show me the Wikipedia links in English or German for the movie with IMDb identifier tt3213222, along with its IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3213222\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8980", "question": "Writers born in 1751 with their English names or country labels.", "sparql": "SELECT ?person ?label WHERE { ?person wdt:P31 wd:Q5 ; wdt:P27 ?country ; wdt:P106 wd:Q36180 ; wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1751-01-01\"^^xsd:date && ?birthDate < \"1752-01-01\"^^xsd:date ) . ?person rdfs:label ?personLabel . FILTER ( LANG(?personLabel) = \"en\" ) . ?country rdfs:label ?countryLabel . FILTER ( LANG(?countryLabel) = \"en\" ) . OPTIONAL { ?person wdt:P742 ?pseudonym } . BIND( COALESCE(?pseudonym, ?personLabel, ?countryLabel) AS ?label ) }", "paraphrases": ["Who were the human writers born between January 1, 1751 and January 1, 1752, and what are their English names or country labels if no pseudonym exists?", "List the English labels of writers born in 1751, using their pseudonyms if available, otherwise their own names or their country\u2019s name."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P27> ?var3 ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> ; <http://www.wikidata.org/prop/direct/P569> ?var4 . FILTER ( ( ( \"1751-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var4 ) && ( ?var4 < \"1752-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P742> ?var5 . } BIND ( COALESCE ( ?var5 , ?var1Label , ?var3Label ) AS ?var2Label ). }"}}
{"id": "val_8981", "question": "Cities with a population of at least 100,000 inhabitants.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?city WHERE {\n  ?city wdt:P31 wd:Q1549591 .\n}\nLIMIT 1000", "paraphrases": ["What are some cities that have a population of more than 100,000 people?", "List up to 1,000 cities that are classified as big cities (population \u2265 100,000)."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1549591> . OPTIONAL { } } LIMIT 1000"}}
{"id": "val_8982", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt3098874.", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt3098874\" . ?page schema:about ?item . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What English and German Wikipedia and Wikiquote pages are about the movie \"How to Build a Better Boy\" (IMDb tt3098874)?", "Show me the English and German language pages on Wikipedia and Wikiquote that are linked to the IMDb title tt3098874."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3098874\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8983", "question": "Who are the humans named Paul Roche in French?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Paul Roche\" @fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["French-labeled humans named Paul Roche", "List all people named Paul Roche with a French label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Paul Roche\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8984", "question": "Journals where Shahar Avin has published, ranked by number of publications, using English labels or short names.", "sparql": "SELECT ?publication ?displayLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q50263419 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND(COALESCE(?shortName, ?label) AS ?displayLabel)\n}\nGROUP BY ?publication ?displayLabel\nORDER BY DESC(?count)", "paraphrases": ["In which journal has Shahar Avin published the most papers, and how many?", "Show me the publication venues for Shahar Avin\u2019s works, using English names or abbreviations, along with how many works he published in each, sorted by frequency."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q50263419> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_8985", "question": "What place has GeoNames ID 3093871?", "sparql": "SELECT ?place ?placeLabel WHERE { ?place wdt:P1566 \"3093871\" . ?place rdfs:label ?placeLabel . FILTER(LANG(?placeLabel) = \"en\") }", "paraphrases": ["Which geographical location is identified by the GeoNames ID 3093871?", "Tell me the name of the place with GeoNames ID 3093871."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"3093871\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8986", "question": "Who are the people with the surname Flux\u00e0?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P734 wd:Q48981782 . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["List all humans whose family name is Flux\u00e0.", "Which individuals have Flux\u00e0 as their last name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"fluxa\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_8987", "question": "Saints whose domain is Italy", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?saint ?saintLabel WHERE {\n  ?saint wdt:P2925 wd:Q38 .\n  ?saint rdfs:label ?saintLabel .\n  FILTER(LANG(?saintLabel) = \"en\")\n}", "paraphrases": ["Which saints are associated with Italy as their domain?", "List the saints who have Italy as their domain of patronage."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2925> <http://www.wikidata.org/entity/Q38> . ?var1 <http://www.wikidata.org/prop/P2925> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_8988", "question": "Cities in Germany", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q183 . }", "paraphrases": ["What are the cities in Germany?", "Show me the names of all cities in Germany, including their Wikidata identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P313> <http://www.wikidata.org/entity/Q183> . }"}}
{"id": "val_8989", "question": "What are the cities in Germany?", "sparql": "SELECT ?city ?cityLabel WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q183 . ?city rdfs:label ?cityLabel . FILTER(LANG(?cityLabel) = \"en\") }", "paraphrases": ["Can you list the English names of all cities located in Germany?", "Which cities in Germany have English-language labels in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P313> <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_8990", "question": "What organizations is David Austin affiliated with or employed by, and what are their images, employment periods, and associated academic degrees?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE {\n  {\n    wd:Q50267437 p:P1416 ?statement .\n    ?statement ps:P1416 ?organization .\n  } UNION {\n    wd:Q50267437 p:P108 ?statement .\n    ?statement ps:P108 ?organization .\n  }\n  \n  ?organization rdfs:label ?organizationLabel .\n  FILTER (LANG(?organizationLabel) = \"en\")\n  \n  OPTIONAL {\n    ?organization wdt:P18 ?image .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  \n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER (LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["Which organizations has David Austin been associated with through affiliation or employment, and do they have images, start/end dates for the association, or any academic degrees linked to those roles?", "Show me the organizations linked to David Austin as either employer or affiliation, including their English labels, images, time periods of association, and any academic degrees tied to those roles \u2014 all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q50267437> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q50267437> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_8991", "question": "Which Virginia Tech-related organizations have Twitter accounts @vtnews, @HokiesMBB, and @Ride_BT?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?twitterHandle WHERE {\n  ?entity wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"vtnews\" \"HokiesMBB\" \"Ride_BT\"\n  }\n}", "paraphrases": ["What are the Wikidata entities for the Twitter handles vtnews, HokiesMBB, and Ride_BT?", "Show me the entities on Wikidata that use the Twitter usernames vtnews, HokiesMBB, and Ride_BT."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"vtnews\" ) ( \"string2\" ) ( \"VTCAUS\" ) ( \"string3\" ) ( \"VTBMEN\" ) ( \"HokiesMBB\" ) ( \"pcoff4real\" ) ( \"string4\" ) ( \"Ride_BT\" ) ( \"string5\" ) ( \"VTPamplin\" ) ( \"string6\" ) ( \"string7\" ) ( \"VT_ACT\" ) ( \"ICTASVT\" ) ( \"VTSandsman\" ) ( \"rmeese\" ) } }"}}
{"id": "val_8992", "question": "Subclasses of dam and their immediate parent classes", "sparql": "SELECT ?subclass ?subclassLabel ?immediateSuperclass WHERE { ?subclass wdt:P279* wd:Q12323 . OPTIONAL { ?subclass wdt:P279 ?immediateSuperclass . } ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") }", "paraphrases": ["What are the different types of dams and what is their direct superclass in the classification hierarchy?", "List all subclasses of dam along with their immediate parent class and their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q12323> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_8993", "question": "What are the subclasses of volcanic landform, and what is their immediate parent class?", "sparql": "SELECT ?subclass ?subclassLabel ?parent ?parentLabel WHERE { ?subclass wdt:P279+ wd:Q29025902 . OPTIONAL { ?subclass wdt:P279 ?parent . } ?subclass rdfs:label ?subclassLabel . ?parent rdfs:label ?parentLabel . FILTER(LANG(?subclassLabel) = \"en\") FILTER(LANG(?parentLabel) = \"en\") } LIMIT 50", "paraphrases": ["Can you list all types of volcanic landforms and their direct superclass in the hierarchy?", "Show me the hierarchy of volcanic landform subclasses, including each subclass and its direct parent, limited to English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q15710656> ) } ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var3 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } }"}}
{"id": "val_8994", "question": "What are the details of the scholarly article that cites the PubMed article with ID 30323184?", "sparql": "SELECT ?property ?value WHERE {\n  wd:Q57466159 ?property ?value .\n}", "paraphrases": ["Which item has all its statements sourced from the PubMed URL https://pubmed.ncbi.nlm.nih.gov/30323184?", "Show me the properties and values of the article referenced by this PubMed source."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/reference/d614d80572298cac262916480ce1070c189fdc41> . }"}}
{"id": "val_8995", "question": "Which academic papers cite \"CREB3 subfamily transcription factors are not created equal: Recent insights from global analyses and animal models\"?", "sparql": "SELECT ?citingArticle WHERE { ?citingArticle wdt:P2860 wd:Q42760035 }", "paraphrases": ["What articles reference the study on CREB3 transcription factors published in 2011?", "List all scholarly articles that cite the paper titled \"CREB3 subfamily transcription factors are not created equal: Recent insights from global analyses and animal models\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q42760035> . }"}}
{"id": "val_8996", "question": "Lighthouses in the Basque Country with coordinates and images", "sparql": "SELECT DISTINCT ?lighthouse ?coordinates ?image WHERE { ?lighthouse wdt:P31 wd:Q39715 . ?lighthouse wdt:P131* wd:Q3995 . OPTIONAL { ?lighthouse wdt:P625 ?coordinates . } OPTIONAL { ?lighthouse wdt:P18 ?image . } }", "paraphrases": ["What are the lighthouses located in the Basque Autonomous Community, and what are their coordinates and images?", "Show me a list of lighthouses in the Basque Country along with their geographic coordinates and corresponding Wikimedia Commons images."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q3995> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_8997", "question": "All properties and values associated with the academic article \"A targeted proteomic analysis of the ubiquitin-like modifier nedd8 and associated proteins\" in Wikidata.", "sparql": "SELECT ?property ?value WHERE { wd:Q37178794 ?property ?value .}", "paraphrases": ["What information does Wikidata store about the article titled \"A targeted proteomic analysis of the ubiquitin-like modifier nedd8 and associated proteins\"?", "List all the metadata, including multilingual descriptions and statement references (like author, publication date, PubMed ID), for the scientific article \"A targeted proteomic analysis of the ubiquitin-like modifier nedd8 and associated proteins\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q37178794> ?var1 ?var2 . }"}}
{"id": "val_8998", "question": "Which academic articles cite the paper \"Conservation in the Mechanism of Nedd8 Activation by the Human AppBp1-Uba3 Heterodimer\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q24301571 .\n  FILTER(STRSTARTS(STR(?citingArticle) , \"http://www.wikidata.org/entity/\"))\n}", "paraphrases": ["Scholarly articles citing \"Conservation in the Mechanism of Nedd8 Activation by the Human AppBp1-Uba3 Heterodimer\"", "List all research papers that reference the study on Nedd8 activation by AppBp1-Uba3."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24301571> . }"}}
{"id": "val_8999", "question": "What academic articles and web resources are linked to the paper \"Mdm2-mediated NEDD8 modification of TAp73 regulates its transactivation function\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property wd:Q45345758 .\n}", "paraphrases": ["Which entities cite or are associated with the scholarly article on NEDD8 modification of TAp73?", "Show all relationships where the article \"Mdm2-mediated NEDD8 modification of TAp73 regulates its transactivation function\" is the object."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45345758> . }"}}
{"id": "val_9000", "question": "What biological processes are directly related to the activation of arylsulfatases?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?process ?property WHERE {\n  ?process ?property wd:Q45317642 .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}", "paraphrases": ["Which molecular mechanisms are part of the activation of arylsulfatases in humans?", "Is the activation of arylsulfatases part of a larger biological pathway, and what processes contribute to it?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45317642> . }"}}
{"id": "val_9001", "question": "What items cite or are linked to the article \"Intracellular trafficking of furin is modulated by the phosphorylation state of a casein kinase II site in its cytoplasmic tail\"?", "sparql": "SELECT ?item ?property WHERE { ?item ?property wd:Q40790070 .}", "paraphrases": ["Which scholarly works and resources reference this paper on furin trafficking?", "Show me all entities and properties that connect to the article about furin phosphorylation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q40790070> . }"}}
{"id": "val_9002", "question": "Scientific articles citing \"SUMOylation in control of accurate chromosome segregation during mitosis\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q27027291 .\n}", "paraphrases": ["Which research papers cite the study on SUMOylation in chromosome segregation during mitosis?", "List all academic articles that reference the work on SUMOylation's role in mitotic chromosome segregation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q27027291> . }"}}
{"id": "val_9003", "question": "What entities and properties are connected to the biological pathway \"E3 ubiquitin ligases ubiquitinate target proteins\"?", "sparql": "SELECT ?subject ?predicate WHERE { ?subject ?predicate wd:Q45317708 . }", "paraphrases": ["Which steps or components are associated with the Reactome pathway R-HSA-8866654?", "How is the ubiquitination pathway with Reactome ID R-HSA-8866654 linked to other biological entities in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45317708> . }"}}
{"id": "val_9004", "question": "What is the title, publication date, language, PubMed ID, and URL of the academic article \"Regulation of cellular responses by deubiquitinating enzymes: an update\"?", "sparql": "SELECT ?title ?publicationDate ?language ?pubmedId ?url WHERE { wd:Q37971561 rdfs:label ?title . FILTER(LANG(?title) = \"en\") . wd:Q37971561 wdt:P577 ?publicationDate . wd:Q37971561 wdt:P407 ?language . wd:Q37971561 wdt:P698 ?pubmedId . wd:Q37971561 wdt:P953 ?url .}", "paraphrases": ["Title, publication date, language, PubMed ID, and online URL for the 2012 article on deubiquitinating enzymes.", "Provide the English title, publication date, language, PubMed ID, and full-text URL for the scholarly article on deubiquitinating enzymes published in 2012."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q37971561> ?var1 ?var2 . }"}}
{"id": "val_9005", "question": "What biological entities are part of the Cargo concentration in the ER pathway?", "sparql": "SELECT ?subject ?predicate WHERE { ?subject ?predicate wd:Q45317664 . FILTER(STRSTARTS(STR(?subject), \"http://www.wikidata.org/entity/\")) FILTER(!STRSTARTS(STR(?subject), \"http://www.wikidata.org/entity/statement/\"))}", "paraphrases": ["List all components that are part of Cargo concentration in the ER pathway.", "Show me the biological processes and molecules that are included in the Cargo concentration in the ER pathway."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q45317664> . }"}}
{"id": "val_9006", "question": "French-labeled humans with surname Bournique or Bourniquel", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?human ?label WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human rdfs:label ?label .\n  FILTER(LANG(?label) = \"fr\")\n  FILTER(REGEX(?label , \"Bournique|Bourniquel\" , \"i\"))\n}", "paraphrases": ["Who are the humans in Wikidata that have a French label containing 'Bournique' or 'Bourniquel'?", "List all humans whose French name includes 'Bournique' or 'Bourniquel'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"bournique\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9007", "question": "Russians with Ukrainian Wikipedia pages but no Ukrainian label in Wikidata.", "sparql": "SELECT DISTINCT ?person ?uk_page_title WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q159 . ?uk_page schema:about ?person ; schema:isPartOf <https://uk.wikipedia.org/> ; schema:name ?uk_page_title . OPTIONAL { ?person rdfs:label ?uk_label . FILTER (LANG(?uk_label) = \"uk\") } FILTER (!BOUND(?uk_label)) }", "paraphrases": ["Which Russian citizens have Ukrainian Wikipedia articles but are missing a Ukrainian-language label in Wikidata?", "List Russian individuals who are featured on the Ukrainian Wikipedia but do not have a Ukrainian label in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q159> . ?var7 <http://schema.org/about> ?var1 . FILTER ( ( EXISTS { ?var7 <http://schema.org/isPartOf> <https://uk.wikipedia.org/> . } ) ) . ?var7 <http://schema.org/name> ?var3 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"uk\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . }"}}
{"id": "val_9008", "question": "Provinces of Spain with their coordinates and images", "sparql": "SELECT ?provinceLabel ?image ?coordinates WHERE { ?province wdt:P31 wd:Q162620 . ?province wdt:P625 ?coordinates . OPTIONAL { ?province wdt:P18 ?image . } ?province rdfs:label ?provinceLabel . FILTER(LANG(?provinceLabel) = \"en\") }", "paraphrases": ["What are the names, coordinates, and images of the provinces in Spain?", "Show me the English names, geographic coordinates, and any available images of Spain\u2019s provinces."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q34876> . ?var2 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var5 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9009", "question": "What are the subclasses of volcanic landform in English?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q29025902 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["List all English-labeled types of volcanic landforms.", "Which landforms are classified as subclasses of volcanic landform, and what are their English names?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q15401930> . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_9010", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0269347?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { VALUES ?imdbId { \"tt0269347\" } ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0269347 on IMDb.", "Which Wikipedia pages in English or German describe the movie \"The Hunted\" (2003)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0269347\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9011", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0242888", "sparql": "SELECT ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0242888\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"The Sleeping Dictionary\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0242888."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0242888\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9012", "question": "What is the German Wikipedia page for the movie with IMDb ID tt2517558?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt2517558\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"de\" .\n}", "paraphrases": ["Can you find the German Wikipedia article about the film identified by tt2517558 on IMDb?", "Which German Wikipedia page is about the movie that has the IMDb identifier tt2517558?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2517558\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9013", "question": "What are the English and German Wikipedia pages for the TV series with IMDb ID tt0974077?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0974077\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the show Cranford?", "Which language versions of the Wikipedia page for the TV series Cranford are available, specifically in English and German?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0974077\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9014", "question": "Dutch people with birth dates, death dates, or birth places.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?birthDate ?deathDate ?birthPlace ?deathPlace ?burialPlace ?gender WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q55 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    ?person wdt:P19 ?birthPlace .\n  }\n  OPTIONAL {\n    ?person wdt:P20 ?deathPlace .\n  }\n  OPTIONAL {\n    ?person wdt:P119 ?burialPlace .\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n  FILTER(BOUND(?birthDate) || BOUND(?deathDate) || BOUND(?birthPlace))\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["Who are some Dutch citizens and what are their birth and death details, including places of birth and death?", "List Dutch individuals along with their known dates of birth and death, and places of birth, death, or burial."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q55> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P119> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 150000"}}
{"id": "val_9015", "question": "Which organizations have Twitter accounts (ACLU, nginx, TechCrunch, CNRS, goodreads, AdobeXD), and how popular are they based on Wikipedia sitelinks?", "sparql": "SELECT ?item ?handle (COUNT(?site) AS ?sitelinks) WHERE { ?item wdt:P2002 ?handle . ?site schema:about ?item ; schema:isPartOf ?wiki . VALUES ?handle { \"ACLU\" \"nginx\" \"TechCrunch\" \"CNRS\" \"goodreads\" \"AdobeXD\" } } GROUP BY ?item ?handle ORDER BY DESC(?sitelinks)", "paraphrases": ["What are the Wikipedia sitelink counts for entities with Twitter handles like ACLU, TechCrunch, and CNRS?", "List the entities with Twitter handles ACLU, nginx, TechCrunch, CNRS, goodreads, and AdobeXD, sorted by how many Wikipedia pages they have."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"LateefSaka\" ) ( \"PoulpyWP\" ) ( \"vrmtvrmt\" ) ( \"Etalab\" ) ( \"string3\" ) ( \"nhasive\" ) ( \"Twitter\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"Blouzouga\" ) ( \"MCochard_\" ) ( \"string7\" ) ( \"string8\" ) ( \"libon_\" ) ( \"string9\" ) ( \"nginx\" ) ( \"LaCroix\" ) ( \"jrome58\" ) ( \"ACLU\" ) ( \"thehill\" ) ( \"string10\" ) ( \"string11\" ) ( \"LabOuvGre\" ) ( \"string12\" ) ( \"string13\" ) ( \"boulanger\" ) ( \"K_rho\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"disquiet\" ) ( \"string21\" ) ( \"fnielsen\" ) ( \"TechCrunch\" ) ( \"Porsche\" ) ( \"Tesla\" ) ( \"bitonio\" ) ( \"string22\" ) ( \"inOut2018\" ) ( \"fagerving\" ) ( \"KialoHQ\" ) ( \"string23\" ) ( \"goodreads\" ) ( \"CCNUCC\" ) ( \"string24\" ) ( \"Ifremer_fr\" ) ( \"CNRS\" ) ( \"Lops_Brest\" ) ( \"ird_fr\" ) ( \"string25\" ) ( \"IIM_CSIC\" ) ( \"OllyPlumx\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"MLerozier\" ) ( \"MaelLeHir\" ) ( \"AdobeXD\" ) ( \"string30\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9016", "question": "What are the properties and values associated with Ari Folman on Wikidata?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q653645 ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } } ORDER BY ?propertyLabel", "paraphrases": ["Can you list Ari Folman\u2019s occupations, nationality, birth date, and other details from Wikidata?", "Show me all the information Wikidata has about Ari Folman, including his occupation, citizenship, and awards."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"he,en\". } ?var1 ?var2 <http://www.wikidata.org/entity/Q653645> . }"}}
{"id": "val_9017", "question": "What are the English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt0120753?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0120753\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Which language versions of Wikipedia and Wikiquote pages are available for the movie \"The Million Dollar Hotel\" on IMDb?", "Show me the English and German web pages about the movie with IMDb ID tt0120753."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0120753\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9018", "question": "What English or German Wikipedia or Wikiquote pages are about the movie with IMDb ID tt0114151?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0114151\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Which language versions of Wikipedia or Wikiquote have articles about the film \"Poison Ivy II: Lily\" (IMDb: tt0114151)?", "Show me the English and German language pages linked to the movie Poison Ivy II: Lily on IMDb (tt0114151)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0114151\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9019", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0978797?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0978797\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } . ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"One Missed Call: Final\".", "Which language versions of Wikipedia have articles about the movie identified by tt0978797?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0978797\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9020", "question": "What is the English label and description of the Great Russian Encyclopedia entry with ID 3589464?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"3589464\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Can you tell me the name and English description of the Sino-Soviet conflict as listed in the Great Russian Encyclopedia Online (old version)?", "Please provide the English name and description of the entity identified by the Great Russian Encyclopedia Online ID 3589464."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3589464\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9021", "question": "What is the Wikidata item for the Great Russian Encyclopedia Online ID 2268264, and what is its English label and description?", "sparql": "SELECT ?item ?label ?description WHERE { ?item wdt:P2924 \"2268264\" . OPTIONAL { ?item rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the Wikidata entry for the Great Russian Encyclopedia Online ID 2268264 and show its English name and description?", "Please retrieve the English label and description of the Wikidata item that has the Great Russian Encyclopedia Online ID 2268264."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2268264\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9022", "question": "What is the English name and description of the particle detector with Great Russian Encyclopedia Online ID 1949786?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"1949786\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the English label and description for the entry in the Great Russian Encyclopedia with ID 1949786?", "Which particle detector is identified by the ID 1949786 in the old version of the Great Russian Encyclopedia website, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1949786\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9023", "question": "Who are the people listed in the Great Russian Encyclopedia Online with ID 2057619, and what are their English labels and descriptions?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2057619\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What are the English names and descriptions of individuals identified by the Great Russian Encyclopedia Online ID 2057619?", "Show me the English labels and descriptions of all Wikidata items that have the Great Russian Encyclopedia Online ID 2057619."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2057619\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9024", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt2176013?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt2176013\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["Show me the language-specific pages about the movie \"Jab Tak Hai Jaan\" in English and German.", "Which Wikipedia and Commons pages in English or German are linked to the IMDb entry tt2176013?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2176013\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9025", "question": "What properties are associated with Snoopy, and what are their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propItem ?propItemLabel ?description WHERE {\n  wd:Q207369 ?prop ?value .\n  ?propItem wikibase:directClaim ?prop .\n  ?propItem rdfs:label ?propItemLabel .\n  ?propItem schema:description ?description .\n  FILTER(LANG(?propItemLabel) = \"en\")\n  FILTER(LANG(?description) = \"en\")\n}\nLIMIT 100", "paraphrases": ["List all the properties used in statements about the comic character Snoopy, along with their English names and meanings.", "Show me the English labels and descriptions of all Wikidata properties that describe Snoopy."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q207369> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_9026", "question": "Humans born on April 2 with their English names and IdRef IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?idref WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P569 ?birthDate .\n  FILTER ( regex( str( ?birthDate ) , \"^....-04-02\" ) ) OPTIONAL {\n    ?human wdt:P269 ?idref .\n  }\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}\nORDER BY ?humanLabel\nLIMIT 4000", "paraphrases": ["Who are the people born on April 2nd, and what are their English names and French library IDs?", "List up to 4000 humans born on April 2, showing their English names and, if available, their IdRef authority IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P569> <http://www.wikidata.org/entity/Q2511> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P269> ?var2 . } } ORDER BY ASC( ?var2 ) LIMIT 4000"}}
{"id": "val_9027", "question": "What are the English and German Wikipedia pages for the movie \"The Matrix\"?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wiki WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?wiki schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  .\n  ?wiki schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film with IMDb ID tt0133093.", "Which language versions of Wikipedia pages are available for the movie The Matrix?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3876786\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9028", "question": "What fictional universes are described in Star Trek: The Original Series, and what qualifiers are used on those statements?", "sparql": "SELECT ?universe ?statement (SAMPLE(?qualifierProperty) AS ?qualifier) WHERE { { SELECT DISTINCT ?universe ?statement WHERE { ?statement ps:P1445 wd:Q1077 . ?universe p:P1445 ?statement . } LIMIT 101 } OPTIONAL { ?statement ?qualifierProperty ?value . ?qualifierProperty wikibase:qualifier p:P1445 . } } GROUP BY ?universe ?statement", "paraphrases": ["Which fictional universe is linked to Star Trek: The Original Series via the \"fictional universe described in\" property, and what qualifiers are attached to that link?", "Show me the fictional universe described in Star Trek: The Original Series and any qualifier properties used on that connection."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1445> <http://www.wikidata.org/entity/Q1077> . ?var1 <http://www.wikidata.org/prop/P1445> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9029", "question": "What Pok\u00e9mon-related entities (like characters, moves, or abilities) have Bulbapedia article IDs, and what types are they classified as?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?type ?typeLabel WHERE {\n  ?item wdt:P4845 ?bulbapediaId .\n  ?item wdt:P31 ?type .\n  ?type ( wdt:P279 * ) ?mainType .\n  VALUES ?mainType {\n    wd:Q26001252 wd:Q12640000 wd:Q15632617 wd:Q26001248 wd:Q26001206 wd:Q80447738 wd:Q1569167 wd:Q26001251 wd:Q32860792\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?type rdfs:label ?typeLabel .\n    FILTER ( LANG( ?typeLabel ) = \"en\" )\n  }\n}\nLIMIT 100", "paraphrases": ["List the English-labeled Pok\u00e9mon characters, abilities, and moves from Bulbapedia along with their Wikidata types.", "Which Pok\u00e9mon franchise items, such as Professors or Abilities, are documented on Bulbapedia and what are their categories in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4845> [] . MINUS { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q15141195> ) ( <http://www.wikidata.org/entity/Q11424> ) ( <http://www.wikidata.org/entity/Q7889> ) ( <http://www.wikidata.org/entity/Q3966183> ) ( <http://www.wikidata.org/entity/Q5> ) ( <http://www.wikidata.org/entity/Q35127> ) ( <http://www.wikidata.org/entity/Q8076> ) ( <http://www.wikidata.org/entity/Q21191270> ) ( <http://www.wikidata.org/entity/Q25991640> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } } LIMIT 100 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_9030", "question": "What is the image of Charles E. Rosendahl in Wikimedia Commons?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6j136wd\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find the image associated with the SNAC ARK ID \"w6j136wd\"?", "Show the Commons image for the archival record identified by SNAC ARK ID w6j136wd."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6j136wd\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9031", "question": "Top 100 most populous U.S. cities and their current mayors.", "sparql": "SELECT DISTINCT ?city ?cityLabel ?mayor ?mayorLabel ?population WHERE { ?city wdt:P31 wd:Q515 . ?city wdt:P17 wd:Q30 . ?city wdt:P1082 ?population . FILTER (xsd:integer(?population)) . ?city p:P6 ?mayorStatement . ?mayorStatement ps:P6 ?mayor . ?mayorStatement wikibase:rank wikibase:PreferredRank . ?city rdfs:label ?cityLabel . ?mayor rdfs:label ?mayorLabel . FILTER(LANG(?cityLabel) = \"en\" && LANG(?mayorLabel) = \"en\") } ORDER BY DESC(?population) LIMIT 100", "paraphrases": ["Which are the largest cities in the United States, and who are their current mayors?", "Show me the U.S. cities with the highest populations along with the names of their current mayors, ordered by population size."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q6581072> AS ?var3 ). BIND ( <http://www.wikidata.org/entity/Q515> AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . ?var1 <http://www.wikidata.org/prop/P6> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P6> ?var2 . FILTER ( ( NOT EXISTS { ?var5 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var7 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var7 ) LIMIT 100"}}
{"id": "val_9032", "question": "What are the postal codes, dialing codes, administrative locations, and OpenStreetMap IDs of municipalities in Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?postalCode ?dialingCode ?administrativeEntity ?partOf ?municipalityKey ?osmRelationId WHERE {\n  ?municipality wdt:P31 wd:Q262166 .\n  OPTIONAL {\n    ?municipality wdt:P281 ?postalCode .\n  }\n  OPTIONAL {\n    ?municipality wdt:P473 ?dialingCode .\n  }\n  OPTIONAL {\n    ?municipality wdt:P131 ?administrativeEntity .\n  }\n  OPTIONAL {\n    ?municipality wdt:P361 ?partOf .\n  }\n  OPTIONAL {\n    ?municipality wdt:P439 ?municipalityKey .\n  }\n  OPTIONAL {\n    ?municipality wdt:P402 ?osmRelationId .\n  }\n}", "paraphrases": ["Can you list German municipalities along with their postal codes, area codes, the administrative regions they belong to, and their OpenStreetMap relation IDs?", "Please provide a list of all German municipalities with their associated postal codes, telephone dialing codes, higher-level administrative entities, part-of relationships, municipality keys, and OpenStreetMap identifiers."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 ?var5Label ?var6 ?var6Label ?var7 ?var8 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q262166> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P281> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P473> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P439> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P402> ?var8 . } }"}}
{"id": "val_9033", "question": "What is the VIAF ID of Barack Obama, and what is the name of the property that represents it?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ?viafId WHERE {\n  wd:Q76 wdt:P214 ?viafId .\n  wd:P214 rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me Barack Obama\u2019s VIAF identifier and what this identifier is called?", "What is the Virtual International Authority File (VIAF) ID for Barack Obama, and how is this field labeled in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( STR ( ?var3 ) AS ?var1 ). <http://www.wikidata.org/entity/Q76> ?var3 ?var2 . <http://www.wikidata.org/entity/Q76> <http://www.wikidata.org/prop/direct/P214> ?var2 . }"}}
{"id": "val_9034", "question": "Concept artists and where they studied", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?institution ?institutionLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P106 wd:Q28107590 .\n  ?person wdt:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER ( LANG( ?institutionLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which educational institutions did humans with the occupation of concept artist attend?", "List the educational institutions attended by people who work as concept artists."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q28107590> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P69> ?var2 . } LIMIT 200000"}}
{"id": "val_9035", "question": "What is the English description of the Wikidata item with Art & Architecture Thesaurus ID 300016082?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?description WHERE {\n  ?item wdt:P1014 \"300016082\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["Find the English description for the ethnic group identified by AAT ID 300016082.", "Which ethnic group in southeastern Nigeria has the AAT identifier 300016082, and what is its description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300016082\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9036", "question": "Female historical figures born before Christ with a German Wikipedia page", "sparql": "SELECT ?person WHERE { ?person wdt:P569 ?birthDate ; wdt:P21 wd:Q6581072 ; ( ^ schema:about / schema:isPartOf ) <https://de.wikipedia.org/> . FILTER ( YEAR(?birthDate) < 0 ) } LIMIT 10", "paraphrases": ["Who are some ancient female figures from before the Common Era who have a Wikipedia page in German?", "List 10 women from antiquity who were born before year 0 and have a German Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> ; (^ <http://schema.org/about> / <http://schema.org/isPartOf> ) <https://de.wikipedia.org/> . FILTER ( ( ( YEAR ( ?var2 ) < \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } LIMIT 10"}}
{"id": "val_9037", "question": "What is the English label and description of the entity with Art & Architecture Thesaurus ID 300078098?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1014 \"300078098\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Can you tell me the English name and definition of the electric gate as identified by the Getty AAT ID 300078098?", "Show me the English label and description for the item in Wikidata that has the AAT ID 300078098."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300078098\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9038", "question": "What is the English description of the entity with Art & Architecture Thesaurus ID 300052342?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P1014 \"300052342\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the name and description in English of the item identified by the AAT ID 300052342?", "Show me the English label and description for the concept in the Art & Architecture Thesaurus with ID 300052342."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1014> \"300052551\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9039", "question": "Is Star Trek: Discovery a type of software?", "sparql": "ASK WHERE { wd:Q21296543 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Star Trek: Discovery belong to a class that is a subclass of software?", "Check whether Star Trek: Discovery is categorized under software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21296543> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9040", "question": "Image of Mary Elizabeth Braddon (SNAC ARK ID: w6z6138s)", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6z6138s\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6z6138s?", "Show me the Wikimedia Commons image for the person with SNAC ARK ID w6z6138s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6z6138s\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9041", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0377749?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 \"tt0377749\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n  BIND( \"tt0377749\" AS ?imdb_id )\n}", "paraphrases": ["Show me the Wikipedia article in English or German about the film identified by tt0377749 on IMDb.", "Which movie has the IMDb ID tt0377749, and what are its English or German Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0377749\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9042", "question": "Which Wikidata items have Twitter handles neo4j, BL_Labs, metafilter, AntiquityJ, or CR_UK?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"neo4j\" \"BL_Labs\" \"metafilter\" \"AntiquityJ\" \"CR_UK\"\n  }\n}\nORDER BY ?twitterHandle", "paraphrases": ["What are the Wikidata entities associated with the Twitter usernames \"neo4j\", \"BL_Labs\", \"metafilter\", \"AntiquityJ\", and \"CR_UK\"?", "List the Wikidata items that are linked to the Twitter accounts: neo4j, BL_Labs, metafilter, AntiquityJ, and CR_UK."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"Sokolow_P\" ) ( \"string3\" ) ( \"SkrivaFel\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"KarinFjell\" ) ( \"string7\" ) ( \"string8\" ) ( \"matka\" ) ( \"KivaBay\" ) ( \"CR_UK\" ) ( \"string9\" ) ( \"string10\" ) ( \"RiotChat\" ) ( \"string11\" ) ( \"moklick\" ) ( \"string12\" ) ( \"ICIJorg\" ) ( \"neo4j\" ) ( \"Jan_sagt\" ) ( \"string13\" ) ( \"MadHussar\" ) ( \"string14\" ) ( \"piknik_se\" ) ( \"string15\" ) ( \"idakjellin\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"CatJarman\" ) ( \"AntiquityJ\" ) ( \"string20\" ) ( \"string21\" ) ( \"sj_ab\" ) ( \"string22\" ) ( \"smkmuseum\" ) ( \"sturdyAlex\" ) ( \"korppini\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"srpeatling\" ) ( \"aihw\" ) ( \"string26\" ) ( \"string27\" ) ( \"BL_Labs\" ) ( \"rdlankes\" ) ( \"string28\" ) ( \"metafilter\" ) ( \"Pyb75\" ) ( \"JeanFred\" ) ( \"string29\" ) ( \"fuzheado\" ) ( \"string30\" ) ( \"xeiss\" ) ( \"sanseveria\" ) ( \"string31\" ) ( \"jwsal\" ) ( \"IanBuhMan\" ) ( \"string32\" ) ( \"metasj\" ) ( \"notafish\" ) ( \"string33\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9043", "question": "Swedish urban areas with their codes, minor codes, administrative locations, and coordinates.", "sparql": "SELECT ?urbanArea ?urbanCode ?minorUrbanCode ?pointInTime ?administrativeEntity ?coordinates WHERE { ?urbanArea wdt:P775 ?urbanCode . OPTIONAL { ?urbanArea p:P776 ?stmt . ?stmt ps:P776 ?minorUrbanCode . OPTIONAL { ?stmt pq:P585 ?pointInTime . } } OPTIONAL { ?urbanArea wdt:P131 ?administrativeEntity . } OPTIONAL { ?urbanArea wdt:P625 ?coordinates . } } ORDER BY ASC(?urbanCode)", "paraphrases": ["What are the Swedish urban areas, their codes, minor codes, the municipalities and counties they belong to, and their geographic coordinates?", "List all Swedish urban areas along with their official urban and minor urban codes, the administrative regions they are part of, and their geographic coordinates, sorted by urban code."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P775> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P776> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P776> ?var3 . OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P585> ?var4 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9044", "question": "Which Swedish organizations and public figures have Twitter accounts listed in Wikidata, and what are their usernames?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"Unionen\" \"tcosverige\" \"LOSverige\" \"SvD\" \"svd\" \"JunckerEU\" } }", "paraphrases": ["What are the Twitter usernames of Unionen, TCO Sweden, LO Sweden, SvD, and Jean-Claude Juncker as stored in Wikidata?", "List the entities in Wikidata that have Twitter handles matching Unionen, tcosverige, LOSverige, SvD, svd, or JunckerEU."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Unionen\" ) ( \"rolffred\" ) ( \"string1\" ) ( \"string2\" ) ( \"ehrenberg\" ) ( \"string3\" ) ( \"SvDDebatt\" ) ( \"string4\" ) ( \"string5\" ) ( \"JunckerEU\" ) ( \"mounir\" ) ( \"string6\" ) ( \"unionen\" ) ( \"string7\" ) ( \"Utbdep\" ) ( \"TCOSverige\" ) ( \"LOSverige\" ) ( \"FacketST\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9045", "question": "List all Swedish urban areas with their codes, minor urban codes (if any), administrative locations, and geographic coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?area ?type ?urbanCode ?minorCode ?admin ?coords WHERE {\n  ?area wdt:P775 ?urbanCode .\n  ?area wdt:P31 ?type .\n  OPTIONAL {\n    ?area p:P776 ?minorStmt .\n    ?minorStmt ps:P776 ?minorCode .\n  }\n  OPTIONAL {\n    ?area wdt:P131 ?admin .\n  }\n  OPTIONAL {\n    ?area wdt:P625 ?coords .\n  }\n}\nORDER BY ASC(?urbanCode)", "paraphrases": ["What are the Swedish urban and minor urban areas, their official codes, the municipalities and counties they belong to, and their coordinates?", "Please provide a comprehensive list of Swedish urban areas including their P775 urban codes, optional P776 minor codes, administrative divisions (P131), and geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P775> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P776> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P776> ?var4 . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P585> ?var5 . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9046", "question": "People who are actors or related professions, with English names", "sparql": "SELECT ?person ?label WHERE { ?person wdt:P106/wdt:P279* wd:Q33999 . ?person rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the people whose occupation is actor or a subtype of actor, and what are their English names?", "List the English names of all people who work as actors or in a related acting profession."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 1000"}}
{"id": "val_9047", "question": "What is the English description of the Great Russian Encyclopedia entry with ID 3507162?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"3507162\" . ?item rdfs:label ?itemLabel . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Which concept in Wikidata has the Great Russian Encyclopedia Online ID 3507162, and what is its English description?", "Show me all language labels and the English description for the entity identified as 3507162 in the Great Russian Encyclopedia Online (old version)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3507276\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9048", "question": "English or German Wikipedia page for the movie with IMDb ID tt0897347", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0897347\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie identified by IMDb ID tt0897347?", "Show me the Wikipedia page in English or German for the film with IMDb ID tt0897347."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0897347\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9049", "question": "French-labeled humans with 'Gon\u00e7alves' or 'Goncalves' in their name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = 'fr')\n  .\n  FILTER(CONTAINS(LCASE(STR(?label)) , 'gonc'))\n  .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the humans in Wikidata that have a French label containing 'Gon\u00e7alves' or 'Goncalves'?", "List all humans whose French label includes the surname Gon\u00e7alves or Goncalves."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"goncalves\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9050", "question": "What are some examples of subclasses of human settlement?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q486972 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 11", "paraphrases": ["Can you list up to 11 types of human settlements, such as villages or towns, with their English names?", "Show me the English labels of places that are types of human settlements, like seaside resorts or rural settlements."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q486972> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9051", "question": "Boat racers with their blood types and genders", "sparql": "SELECT ?person ?personLabel ?bloodTypeLabel ?genderLabel WHERE { ?person wdt:P106 wd:Q11598549 . OPTIONAL { ?person wdt:P1853 ?bloodType . ?bloodType rdfs:label ?bloodTypeLabel . FILTER(LANG(?bloodTypeLabel) = \"en\") } OPTIONAL { ?person wdt:P21 ?gender . ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } ORDER BY ASC(?personLabel)", "paraphrases": ["Who are the boat racers, and what are their blood types and genders?", "List all boat racers along with their blood types and gender identities, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11598549> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1853> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9052", "question": "Who are the painters born in Paris?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q1028181 . ?person wdt:P19 wd:Q90 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Painters born in Paris", "List the names of people whose occupation is painter and who were born in Paris."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var2 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q90> . }"}}
{"id": "val_9053", "question": "What are the English names of all Wikimedia categories and their subcategories in Wikidata?", "sparql": "SELECT ?categoryLabel WHERE { { ?category wdt:P279* wd:Q4167836 . } UNION { ?category wdt:P31 wd:Q4167836 . } ?category rdfs:label ?categoryLabel . FILTER(LANG(?categoryLabel) = \"en\") }", "paraphrases": ["Can you list all categories in Wikidata that are either instances of or subclasses of \"Wikimedia category\"?", "Show me the English labels for all Wikipedia categories that are classified as Wikimedia categories in Wikidata."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4167836> . }"}}
{"id": "val_9054", "question": "Which Wikidata items with Twitter usernames have the fewest Wikipedia sitelinks?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username ( COUNT( ?sitelink ) AS ?sitelinks ) WHERE {\n  ?item wdt:P2002 ?username .\n  ?sitelink schema:about ?item .\n  VALUES ?username {\n    \"Arcep\" \"ash_crow\" \"bevellin\" \"bittman\" \"ChateauVLV\" \"DBEngines\" \"ClairObs\" \"com_abes\" \"CarrNum\" \"CerberusXt\" \"fagerving\" \"gregfarrel\" \"Jastrow75\" \"Leonollais\" \"MaelLeHir\" \"MBellec\" \"N_Hervieu\" \"natematias\" \"panoply\" \"panoplyio\" \"Patafisik\" \"PoulpyWP\" \"Pyb75\" \"RTLFrance\" \"SB29\" \"scott_kerr\" \"straylyl\" \"wikidata\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC ( ?sitelinks )", "paraphrases": ["What are the Twitter accounts linked to Wikidata items, ordered by how many Wikipedia pages they have, from least to most?", "Show me the Wikidata items and their Twitter usernames that have Wikipedia pages, sorted by the number of Wikipedia pages in ascending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Jastrow75\" ) ( \"ChateauVLV\" ) ( \"MBellec\" ) ( \"string1\" ) ( \"Patafisik\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"PoulpyWP\" ) ( \"Leonollais\" ) ( \"panoplyio\" ) ( \"tableau\" ) ( \"panoply\" ) ( \"SB29\" ) ( \"pierrebod\" ) ( \"bpolitics\" ) ( \"string6\" ) ( \"DBEngines\" ) ( \"GeWoessner\" ) ( \"Pyb75\" ) ( \"Arcep\" ) ( \"string7\" ) ( \"string8\" ) ( \"RTLFrance\" ) ( \"scott_kerr\" ) ( \"string9\" ) ( \"string10\" ) ( \"gregfarrel\" ) ( \"davidkski\" ) ( \"straylyl\" ) ( \"string11\" ) ( \"natematias\" ) ( \"eszter\" ) ( \"MaelLeHir\" ) ( \"string12\" ) ( \"ClairObs\" ) ( \"string13\" ) ( \"ash_crow\" ) ( \"string14\" ) ( \"marcorubio\" ) ( \"lully1804\" ) ( \"com_abes\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"N_Hervieu\" ) ( \"string19\" ) ( \"CerberusXt\" ) ( \"wikidata\" ) ( \"bevellin\" ) ( \"string20\" ) ( \"fagerving\" ) ( \"bittman\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"Wikidebats\" ) ( \"CarrNum\" ) ( \"string24\" ) ( \"string25\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9055", "question": "Images associated with Lucie-Aim\u00e9e Kaffee, including those from her works and their topics.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q37860261 wdt:P18 ?image . } UNION { wd:Q37860261 ( ^wdt:P50 / (wdt:P921 * | wdt:P50) / wdt:P18 ) ?image . } }", "paraphrases": ["What images are linked to Lucie-Aim\u00e9e Kaffee either directly or through the works she authored and their main subjects?", "Show me all images connected to Lucie-Aim\u00e9e Kaffee, including pictures of the works she wrote and the topics those works cover."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q37860261> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q37860261> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { <http://www.wikidata.org/entity/Q37860261> (^ <http://www.wikidata.org/prop/direct/P50> /( <http://www.wikidata.org/prop/direct/P921> *| <http://www.wikidata.org/prop/direct/P50> )/ <http://www.wikidata.org/prop/direct/P18> ) ?var1 . } }"}}
{"id": "val_9056", "question": "What properties are used for spacecraft, and what are their values and counts in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q40218 ?property ?value .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?valueLabel ) = \"en\" ) .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) .\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["Can you list all the properties of spacecraft with their English labels, how many times each is used, and the names of the values they point to?", "Show me a summary of how spacecraft are described in Wikidata, including the property names in English, the number of values per property, and the labels of those values."], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q40218> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_9057", "question": "List of German administrative districts and their English names.", "sparql": "SELECT ?region ?regionLabel WHERE { ?region wdt:P31 wd:Q22721 . ?region rdfs:label ?regionLabel . FILTER(LANG(?regionLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are the Regierungsbezirke in Germany and what are their English labels?", "Show me all government regions in Germany along with their English names, including historical ones."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q829277> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22721> . } } LIMIT 100"}}
{"id": "val_9058", "question": "Flags with heraldic animals and their images", "sparql": "SELECT ?flag ?flagLabel ?flagImage ?depictedAnimal ?depictedAnimalLabel WHERE { ?flag (wdt:P31/wdt:P279*) wd:Q186516 ; wdt:P180 ?depictedAnimal . ?depictedAnimal (wdt:P31/wdt:P279*) wd:Q350945 . OPTIONAL { ?flag wdt:P18 ?flagImage . } ?flag rdfs:label ?flagLabel . ?depictedAnimal rdfs:label ?depictedAnimalLabel . }", "paraphrases": ["Which national flags depict heraldic animals, and what are those animals and their images?", "Show me the flags of countries that feature heraldic animals on them, along with the names of those animals and the corresponding flag images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q186516> ; <http://www.wikidata.org/prop/direct/P180> * ?var3 . { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q350945> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7239> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9059", "question": "Vietnamese humans named Dinh Long or Long Dinh", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?label WHERE {\n  VALUES ?person {\n    wd:Q7945056 wd:Q10829662 wd:Q16480073 wd:Q1187954\n  }\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\" || LANG(?label) = \"fr\" || LANG(?label) = \"vi\")\n}\nORDER BY ?person", "paraphrases": ["Who are the Vietnamese people with names like Dinh Long or Long Dinh, and what are their names in English, French, or Vietnamese?", "List the Vietnamese individuals whose names include \"Dinh Long\" or \"Long Dinh\", along with their labels in English, French, or Vietnamese."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Dinh Long\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9060", "question": "Which of G\u00e9za von F\u00f6ldessy, Jean-Pierre Maggi, and \"Il y aura toujours des violons\" are associated with the French language, and what properties link them to it?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?language ?languageLabel ?property ?propertyLabel WHERE {\n  VALUES ?item {\n    wd:Q1005989 wd:Q1027528 wd:Q10301023\n  }\n  ?item ?property wd:Q150 .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n  OPTIONAL {\n    wd:Q150 rdfs:label ?languageLabel .\n    FILTER(LANG(?languageLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?property rdfs:label ?propertyLabel .\n    FILTER(LANG(?propertyLabel) = \"en\")\n  }\n}", "paraphrases": ["What languages are spoken by G\u00e9za von F\u00f6ldessy and Jean-Pierre Maggi, and what language is the song \"Il y aura toujours des violons\" in?", "Show me the French-language associations for G\u00e9za von F\u00f6ldessy, Jean-Pierre Maggi, and the song \"Il y aura toujours des violons\", including the properties used to express those associations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 ?var6Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q1005989> ) ( <http://www.wikidata.org/entity/Q1027528> ) ( <http://www.wikidata.org/entity/Q10301023> ) } ?var3 ( <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P1001> ) <http://www.wikidata.org/entity/Q790> . ?var1 ?var5 ?var3 . FILTER ( ( EXISTS { ?var6 <http://wikiba.se/ontology#directClaim> ?var5 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9061", "question": "Multilingual labels and descriptions of the occupation property for Cora Aa.", "sparql": "SELECT ?property ?value ?propertyItem ?propProperty ?propValue WHERE { wd:Q24204143 ?property ?value . ?propertyItem wikibase:directClaim ?property . ?propertyItem ?propProperty ?propValue . } LIMIT 1000", "paraphrases": ["What are the different language labels and descriptions for the occupation property used in Cora Aa's Wikidata entry?", "List all language-specific labels and descriptions of the property that indicates Cora Aa's occupation."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q24204143> ?var1 ?var2 . FILTER ( ( STRSTARTS ( STR ( ?var1 ) , STR ( <http://www.wikidata.org/prop/direct/> ) ) ) ) . ?var3 <http://wikiba.se/ontology#directClaim> ?var1 . ?var3 ?var4 ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_9062", "question": "List all episodes of the TV series Mr. Robot in order of their premiere dates.", "sparql": "SELECT ?episode ?episodeLabel ?premiereDate WHERE { ?episode wdt:P31 wd:Q21191270 . ?episode wdt:P179 wd:Q18844729 . ?episode rdfs:label ?episodeLabel . FILTER(LANG(?episodeLabel) = \"en\") OPTIONAL { ?episode wdt:P1191 ?premiereDate . } } ORDER BY ASC(?premiereDate)", "paraphrases": ["What are the episodes of Mr. Robot and when did each one first air?", "Show me the English titles of all Mr. Robot episodes, sorted by their premiere dates, including those without known air dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q18844729> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1191> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9063", "question": "What are all the superclass categories of film directors, up to four levels in the hierarchy, and what are their direct parent categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ancestor ?ancestorLabel ?directSuperclass WHERE {\n  wd:Q2526255 wdt:P279 * ?ancestor .\n  OPTIONAL {\n    ?ancestor rdfs:label ?ancestorLabel .\n    FILTER ( LANG( ?ancestorLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?ancestor wdt:P279 ?directSuperclass .\n  }\n}\nORDER BY ?ancestor", "paraphrases": ["List the hierarchical ancestors of the profession \"film director\" along with their English labels and immediate superclasses.", "Show the taxonomy of film director: what broader categories does it belong to, and what is the next level above each of those categories?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2526255> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". } }"}}
{"id": "val_9064", "question": "List all episodes of Mr. Robot in order of their premiere dates with their titles and air dates.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?episode ?episodeLabel ?premiereDate WHERE {\n  ?episode wdt:P31 wd:Q21191270 .\n  ?episode wdt:P179 wd:Q18844729 .\n  ?episode wdt:P1191 ?premiereDate .\n  ?episode rdfs:label ?episodeLabel .\n  FILTER ( LANG( ?episodeLabel ) = \"en\" )\n}\nORDER BY ASC ( ?premiereDate )", "paraphrases": ["What are the titles and premiere dates of all episodes of the TV series Mr. Robot, sorted chronologically?", "Show me the English titles and premiere dates of every episode of Mr. Robot, starting from the first one."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q18844729> . ?var1 <http://www.wikidata.org/prop/direct/P1191> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9065", "question": "Does the OCLC control number 43245983 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P243 \"43245983\" . }", "paraphrases": ["Is there a bibliographic record in Wikidata with the OCLC number 43245983?", "Can you confirm that the magazine \"American Indian\" is linked to OCLC number 43245983 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P243> \"43245983\". }"}}
{"id": "val_9066", "question": "Is there a Wikidata item with OCLC control number 316299007?", "sparql": "ASK WHERE { ?item wdt:P243 \"316299007\" . }", "paraphrases": ["Does the journal 'Nursing Times' have an OCLC control number of 316299007?", "Check if the OCLC number 316299007 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P243> \"316299007\". }"}}
{"id": "val_9067", "question": "Does Wikidata contain a record with OCLC control number 869692966?", "sparql": "ASK WHERE { ?item wdt:P243 \"869692966\" . }", "paraphrases": ["Is there an item in Wikidata identified by the OCLC number 869692966?", "Confirm if the OCLC number 869692966 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P243> \"869692966\". }"}}
{"id": "val_9068", "question": "How many people in the China Biographical Database are Chinese or have unspecified citizenship?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?person ) AS ?count ) WHERE {\n  ?person wdt:P497 ?cbdbId . MINUS {\n    ?person wdt:P27 ?citizenship .\n    FILTER ( ?citizenship != wd:Q29520 )\n  }\n}", "paraphrases": ["How many individuals listed in the China Biographical Database have Chinese nationality or no nationality recorded?", "Show the count of CBDB entries for people who are not recorded as citizens of any country other than China."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P497> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . FILTER ( ( ( ?var4 != <http://www.wikidata.org/entity/Q29520> ) ) ) . } }"}}
{"id": "val_9069", "question": "Who have been the presidents of the United States?", "sparql": "SELECT ?presidentLabel WHERE { ?president wdt:P39 wd:Q11696 . ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") }", "paraphrases": ["Which individuals have held the office of President of the United States?", "List the names of all people who have served as President of the United States, in English."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9070", "question": "Places named after Presidents of Poland with their coordinates and the Polish name of the president.", "sparql": "SELECT ?place ?placeLabel ?coordinates ?presidentLabel WHERE { ?president wdt:P39 wd:Q1054799 ; rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"pl\") . ?place wdt:P138 ?president ; wdt:P625 ?coordinates . ?place rdfs:label ?placeLabel . }", "paraphrases": ["Which places are named after Presidents of Poland, and what are their geographic coordinates and the Polish names of the presidents they are named after?", "List all locations in the world named after Presidents of Poland, including their GPS coordinates and the Polish names of the presidents they honor."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT DISTINCT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( SAMPLE ( ?var3 ) AS ?var3 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q1054799> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"pl\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P138> ?var4 ; <http://www.wikidata.org/prop/direct/P625> ?var2 . } GROUP BY ?var1 ?var1Label } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl\". } }"}}
{"id": "val_9071", "question": "Painters with RKDartists ID who worked in Haarlem", "sparql": "SELECT DISTINCT ?painter WHERE { ?painter wdt:P106 wd:Q1028181 . ?painter wdt:P650 [] . ?painter wdt:P937 wd:Q9920 . }", "paraphrases": ["Who are the painters that have an RKDartists ID and were active in Haarlem?", "List all painters associated with Haarlem who are documented in the RKDartists database."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1028181> . ?var1 <http://www.wikidata.org/prop/direct/P650> [] . ?var1 <http://www.wikidata.org/prop/direct/P937> <http://www.wikidata.org/entity/Q9920> . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P937> ?var2 . FILTER ( ( EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P937> <http://www.wikidata.org/entity/Q9920> . } ) ) . } ) ) . }"}}
{"id": "val_9072", "question": "What Wikipedia pages are there about the movie with IMDb ID tt0433359 in English or German?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt0433359\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English or German that are about the film identified by tt0433359 on IMDb.", "Find the German or English Wikipedia pages related to the movie with IMDb identifier tt0433359."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0433359\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9073", "question": "Related properties of Russian Cultural Heritage ID (P1483) with English labels and descriptions.", "sparql": "SELECT ?relatedProperty ?label ?description WHERE { wd:P1483 wdt:P1659 ?relatedProperty . ?relatedProperty rdfs:label ?label . ?relatedProperty schema:description ?description . FILTER (LANG(?label) = \"en\") . FILTER (LANG(?description) = \"en\") . }", "paraphrases": ["What property is related to the Russian Cultural Heritage ID, and what is its English label and description?", "Show me the English label and description of the property that is related to the Russian Cultural Heritage ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1483> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_9074", "question": "Wikipedia page for the movie Without Limits (IMDb tt0119934) in English or German", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0119934\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0119934?", "Show me the Wikipedia page for the film with IMDb ID tt0119934, if it exists in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0119934\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9075", "question": "Educational institutions that are not companies or states", "sparql": "SELECT DISTINCT ?school ?schoolLabel WHERE { ?school wdt:P31 wd:Q2385804 . ?school rdfs:label ?schoolLabel . FILTER(LANG(?schoolLabel) = \"en\") FILTER(STRLEN(?schoolLabel) > 1) FILTER(REGEX(?schoolLabel, \"[a-zA-Z]\")) } ORDER BY ASC(?schoolLabel) LIMIT 50", "paraphrases": ["What are some schools and educational institutions around the world?", "List English-named educational institutions such as schools and universities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q43229> . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q783794> ) ) ) . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q7275> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9076", "question": "Lexeme forms linked to parts and their associated properties and qualifiers", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT ?statementItem ?statement ?claimProperty(SAMPLE(?qualifierProperty) AS ?sampleQualifier) WHERE {\n  ?statement ?statementProperty wd:Q15989253 .\n  ?statementItem ?claim ?statement .\n  ?claimProperty wikibase:statementProperty ?statementProperty .\n  ?claimProperty wikibase:claim ?claim .\n  FILTER(?claimProperty != wd:P31)\n  OPTIONAL {\n    ?statement ?qualifierProperty ?qualifierValue .\n    ?qualifierTemplate wikibase:qualifier ?qualifierProperty .\n  }\n}\nGROUP BY ?statementItem ?statement ?claimProperty\nLIMIT 101", "paraphrases": ["Which lexeme forms are stated to be parts of something, and what properties and qualifiers are used in those statements?", "List the lexeme forms that have statements asserting they are parts, along with the properties used and any qualifiers applied."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q15989253> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_9077", "question": "What is the Douban film ID for the movie with IMDb ID tt0031381?", "sparql": "SELECT ?film ?doubanId WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P345 \"tt0031381\" . OPTIONAL { ?film wdt:P4529 ?doubanId . } }", "paraphrases": ["Which movie has the IMDb ID tt0031381, and what is its corresponding Douban ID?", "Please find the Douban ID for the film identified by IMDb ID tt0031381."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0031381\". OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4529> ?var2 . } }"}}
{"id": "val_9078", "question": "What are the current communes and sparse municipalities in Italy, and which administrative regions do they belong to?", "sparql": "SELECT ?commune ?communeLabel ?adminUnitLabel WHERE { ?commune p:P31 ?statement . { ?statement ps:P31 wd:Q747074 . } UNION { ?statement ps:P31 wd:Q954172 . } ?commune p:P131 ?intermediate . ?intermediate ps:P131 ?adminUnit . FILTER (NOT EXISTS { ?intermediate pq:P582 ?end1 }) FILTER (NOT EXISTS { ?statement pq:P582 ?end2 }) ?commune rdfs:label ?communeLabel . ?adminUnit rdfs:label ?adminUnitLabel . FILTER(LANG(?communeLabel) = \"it\") FILTER(LANG(?adminUnitLabel) = \"it\") }", "paraphrases": ["List Italian communes and their higher-level administrative units, excluding those that have been abolished.", "Show me the names of active Italian municipalities (including sparse ones) along with the province or regional entity they are part of, in Italian."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . { ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q747074> . } UNION { ?var3 <http://www.wikidata.org/prop/statement/P31> <http://www.wikidata.org/entity/Q954172> . } ?var1 <http://www.wikidata.org/prop/P131> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P131> ?var2 . FILTER ( ( NOT EXISTS { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_9079", "question": "French-speaking writers, poets, or authors from the 1400s with BnF IDs and diverse gender identities.", "sparql": "SELECT DISTINCT ?label ?countryLabel ?bnfId ?birthYear ?deathYear\nWHERE {\n  VALUES ?occupation { wd:Q36180 wd:Q482980 wd:Q49757 }\n  VALUES ?language { wd:Q150 wd:Q1473289 }\n  VALUES ?gender { wd:Q6581072 wd:Q1052281 wd:Q2449503 wd:Q1097630 }\n\n  ?person wdt:P106 ?occupation ;\n          wdt:P1412 ?language ;\n          wdt:P21 ?gender ;\n          wdt:P268 ?bnfId ;\n          wdt:P27 ?country .\n\n  OPTIONAL { ?person wdt:P569 ?birth . BIND(YEAR(?birth) AS ?birthYear) }\n  OPTIONAL { ?person wdt:P570 ?death . BIND(YEAR(?death) AS ?deathYear) }\n\n  FILTER( !BOUND(?birthYear) || (?birthYear >= 1441 && ?birthYear <= 1473) )\n\n  OPTIONAL { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") }\n  OPTIONAL { ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"fr\") }\n}\nORDER BY ?label\nLIMIT 50", "paraphrases": ["Who are the French-language writers, poets, or authors born between 1441 and 1473 who identify as female, trans, or intersex, and have a Biblioth\u00e8que nationale de France identifier?", "List the French-named 15th-century writers, poets, or authors from France or Lebanon with BnF IDs and known gender identities, including trans and intersex individuals."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ( COUNT ( DISTINCT ?var6 ) AS ?var7 ) WHERE { { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36180> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q482980> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q49757> . } ?var8 <http://www.wikidata.org/prop/direct/P27> ?var9 . ?var8 <http://www.wikidata.org/prop/direct/P268> ?var3 . { ?var8 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q150> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P1412> <http://www.wikidata.org/entity/Q1473289> . } { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1097630> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q1052281> . } UNION { ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q2449503> . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P569> ?var10 . } BIND ( YEAR ( ?var10 ) AS ?var4 ). OPTIONAL { ?var8 <http://www.wikidata.org/prop/direct/P570> ?var11 . } BIND ( YEAR ( ?var11 ) AS ?var5 ). ?var6 <http://schema.org/about> ?var8 . OPTIONAL { ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"fr\" ) ) ) . } OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } FILTER ( ( ( ?var4 <= \"1473\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var5 >= \"1471\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( ?var4 <= \"1473\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var4 >= \"1441\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var2 ?var1 ?var3 ?var4 ?var5 ORDER BY DESC( ?var7 )"}}
{"id": "val_9080", "question": "German names of towns in the Czech Republic ending in \"-ow\" or \"-itz\" and their coordinates.", "sparql": "SELECT ?settlement ?settlementLabel ?coordinates WHERE { ?settlement (wdt:P31/wdt:P279*) wd:Q486972 ; wdt:P17 wd:Q213 ; rdfs:label ?settlementLabel ; wdt:P625 ?coordinates . FILTER(LANG(?settlementLabel) = \"de\") FILTER(REGEX(?settlementLabel, \"(ow|itz)$\")) }", "paraphrases": ["Which human settlements in the Czech Republic have German-language names ending in \"-ow\" or \"-itz\", and where are they located?", "Show me the German names and geographic coordinates of all settlements in the Czech Republic whose names end with \"-ow\" or \"-itz\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"(ow|itz)$\" ) ) ) . }"}}
{"id": "val_9081", "question": "What are the English labels of the types that Mumbai is an instance of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type ?typeLabel WHERE {\n  wd:Q1156 wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?typeLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["What classes does Mumbai belong to, and what are their English names?", "Show me the English labels of all the categories (instance of types) that Mumbai is classified under."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q1156> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_9082", "question": "List U.S. territories by population, including their inception and dissolution dates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?territory ?adminEntity ?country ?inception ?dissolved ?population WHERE {\n  ?territory wdt:P31 wd:Q1352230 .\n  OPTIONAL {\n    ?territory wdt:P131 ?adminEntity .\n  }\n  OPTIONAL {\n    ?territory wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?territory wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?territory wdt:P576 ?dissolved .\n  }\n  OPTIONAL {\n    ?territory wdt:P1082 ?population .\n  }\n  FILTER(BOUND(?population))\n}\nORDER BY DESC(?population) ASC(?territory)\nLIMIT 20", "paraphrases": ["Which U.S. territories have recorded populations, and when were they established and dissolved?", "Show me the U.S. territories with their populations, sorted from highest to lowest, along with their founding and dissolution dates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1352230> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var6 )ASC( ?var1Label )"}}
{"id": "val_9083", "question": "Is there a Wikidata item with VIAF ID 54955455?", "sparql": "ASK WHERE { ?item wdt:P214 \"54955455\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 54955455 correspond to any entity in Wikidata?", "Confirm if the VIAF ID 54955455 is linked to a person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"54955455\". }"}}
{"id": "val_9084", "question": "Nobel Prize in Literature winners with their VIAF IDs, birth and death dates, languages they wrote in, and award years.", "sparql": "SELECT DISTINCT ?label ?viafId ?birthDate ?deathDate ?languageCode (YEAR(?awardDate) AS ?awardYear)\nWHERE {\n  ?laureate wdt:P214 ?viafId .\n  ?laureate rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\") .\n  \n  OPTIONAL { ?laureate wdt:P569 ?birthDate . }\n  OPTIONAL { ?laureate wdt:P570 ?deathDate . }\n  \n  OPTIONAL {\n    ?laureate wdt:P1412 ?language .\n    ?language wdt:P218 ?languageCode .\n  }\n  \n  ?laureate p:P166 ?awardStmt .\n  ?awardStmt ps:P166 wd:Q37922 .\n  ?awardStmt pq:P585 ?awardDate .\n}\nORDER BY ASC(?awardYear)", "paraphrases": ["Who are the English-language labeled Nobel laureates in Literature, and what are their birth/death dates, the languages they wrote in, their VIAF IDs, and the year they won the prize?", "List all Nobel Prize in Literature winners with their English labels, VIAF identifiers, dates of birth and death, ISO 639-1 language codes of the languages they wrote in, and the year they received the award, sorted by award year."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ( YEAR ( ?var8 ) AS ?var9 ) WHERE { ?var10 <http://www.wikidata.org/prop/direct/P214> ?var2 . ?var10 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"en\" ) ) ) . OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P27> ?var11 . OPTIONAL { ?var11 <http://www.wikidata.org/prop/P37> ?var12 . ?var12 <http://www.wikidata.org/prop/P424> ?var7 . } } OPTIONAL { ?var10 <http://www.wikidata.org/prop/direct/P1412> ?var13 . ?var13 <http://www.wikidata.org/prop/direct/P218> ?var5 . } ?var10 <http://www.wikidata.org/prop/P166> ?var14 . ?var14 <http://www.wikidata.org/prop/statement/P166> <http://www.wikidata.org/entity/Q37922> . ?var14 <http://www.wikidata.org/prop/qualifier/P585> ?var8 . } ORDER BY ASC( ?var9 )"}}
{"id": "val_9085", "question": "Wikipedia and Wikiquote pages in English or German about the movie with IMDb ID tt0101627.", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0101627\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) }", "paraphrases": ["What English and German language Wikipedia or Wikiquote pages are about the movie Critters 3?", "Show me the English and German language pages related to the movie Critters 3 (IMDb ID: tt0101627)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0101627\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9086", "question": "What are the Italian regions by population, from largest to smallest, along with their founding dates and administrative territories?", "sparql": "SELECT ?region ?regionLabel ?adminTerritory ?adminTerritoryLabel ?country ?countryLabel ?inceptionDate ?population WHERE { ?region (wdt:P31/wdt:P279*) wd:Q16110 . MINUS { ?region wdt:P576 ?dissolvedDate . } OPTIONAL { ?region wdt:P131 ?adminTerritory . ?adminTerritory rdfs:label ?adminTerritoryLabel . FILTER(LANG(?adminTerritoryLabel) = \"en\") } OPTIONAL { ?region wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } OPTIONAL { ?region wdt:P571 ?inceptionDate . } OPTIONAL { ?region wdt:P1082 ?population . } ?region rdfs:label ?regionLabel . FILTER(LANG(?regionLabel) = \"en\") } ORDER BY DESC(?population) ASC(?regionLabel)", "paraphrases": ["List all current administrative regions of Italy, including their population, when they were established, and whether they are part of Italy or its historical predecessor, the Kingdom of Italy.", "Show me the top Italian regions by population, their labels, country, and establishment year \u2014 excluding any that have been dissolved."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16110> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P576> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var5 )ASC( ?var1Label )"}}
{"id": "val_9087", "question": "What is the image of the person with SNAC ARK ID w6w66x1v?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6w66x1v\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with David Baltimore\u2019s SNAC record?", "Which image is linked to the Social Networks and Archival Context identifier w6w66x1v?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w66x1v\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9088", "question": "What is the defining formula of a sphere?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?sphereLabel ?formula WHERE {\n  wd:Q12507 rdfs:label ?sphereLabel .\n  wd:Q12507 wdt:P2534 ?formula .\n  FILTER(LANG(?sphereLabel) = 'en')\n}", "paraphrases": ["Can you tell me the English name of the sphere and its mathematical equation?", "What is the equation that defines a sphere, and what is it called in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q12507> <http://www.wikidata.org/prop/direct/P527> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P2534> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9089", "question": "Which Wikidata item has the Twitter username \"lesinrocks\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"lesinrocks\"\n  }\n}", "paraphrases": ["What is the Wikidata entity for the Twitter account @lesinrocks?", "Show me the Wikidata item linked to the Twitter handle lesinrocks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"La_Fronce\" ) ( \"covxrel\" ) ( \"string6\" ) ( \"string7\" ) ( \"DVarrod\" ) ( \"lesinrocks\" ) ( \"feygelehh\" ) ( \"string8\" ) ( \"string9\" ) ( \"Gaton__\" ) ( \"KonbiniFr\" ) ( \"kunstgrnd\" ) ( \"Fredouat\" ) ( \"string10\" ) ( \"string11\" ) ( \"BWecxsteen\" ) ( \"string12\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9090", "question": "Is the Stanford Encyclopedia of Philosophy a human?", "sparql": "ASK WHERE { wd:Q824553 wdt:P31/wdt:P279* wd:Q5 }", "paraphrases": ["Is the Stanford Encyclopedia of Philosophy classified as a human or a subclass of human?", "Does the Stanford Encyclopedia of Philosophy belong to the category of humans?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q824553> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9091", "question": "What are the ethnic groups in Cameroon, and what are their names in English, French, or German?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?ethnicGroup ( GROUP_CONCAT( ?label ; SEPARATOR = \",\" ) AS ?labels ) WHERE {\n  ?ethnicGroup wdt:P31 wd:Q41710 .\n  ?ethnicGroup rdfs:label ?label .\n  FILTER ( LANG( ?label ) IN ( \"en\" , \"fr\" , \"de\" ) ) ?ethnicGroup wdt:P17 wd:Q1009 .\n}\nGROUP BY ?ethnicGroup", "paraphrases": ["List all ethnic groups in Cameroon along with their labels in English, French, or German, concatenated into a single string.", "Can you show me the names of ethnic groups in Cameroon in multiple languages (English, French, German)?"], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( ?var1Label ; SEPARATOR = \",\" ) AS ?var2 )( GROUP_CONCAT ( ?var3Label ; SEPARATOR = \",\" ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41710> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) || ( LANG ( ?var1Label ) = \"en\" ) || ( LANG ( ?var1Label ) = \"fr\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q1009> . } GROUP BY ?var1"}}
{"id": "val_9092", "question": "Theatres with Italian label \"teatro\" and their English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item rdfs:label \"teatro\" @it .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["What are the English names of places labeled as \"teatro\" in Italian?", "Show me the English labels of all entities that are called \"teatro\" in Italian."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { { ?var1 ?var3Label \"teatro\"@it . } UNION { ?var1 ?var3Label \"teatro\"@it . } ?var1 ?var4 ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } }"}}
{"id": "val_9093", "question": "Academic works about gender and their DBLP-authors", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel ?author ?authorLabel ?dblpId WHERE {\n  ?work wdt:P921 wd:Q48277 .\n  ?work wdt:P50 ?author .\n  ?author wdt:P2456 ?dblpId .\n  ?work rdfs:label ?workLabel .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n  FILTER(LANG(?authorLabel) = \"en\")\n}", "paraphrases": ["Which academic works on gender have authors with DBLP identifiers, and who are those authors?", "List works whose main subject is gender, along with their English-named authors and their DBLP IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2456> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var3 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q48277> . }"}}
{"id": "val_9094", "question": "Which Wikidata items have \"Wikidata\" as a value for any property?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?property WHERE {\n  ?item ?property \"Wikidata\" .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}", "paraphrases": ["What entities in Wikidata are associated with the literal string \"Wikidata\" as a property value?", "List all Wikidata entities that use \"Wikidata\" as an identifier, category, or other property value, along with their English labels and the properties used."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 \"Wikidata\". }"}}
{"id": "val_9095", "question": "What political party is Matteo Renzi a member of?", "sparql": "SELECT ?party ?partyLabel WHERE { wd:Q47563 wdt:P31 wd:Q5 ; wdt:P27 wd:Q38 ; wdt:P106 wd:Q82955 ; wdt:P102 ?party . ?party rdfs:label ?partyLabel . FILTER(LANG(?partyLabel) = \"en\") }", "paraphrases": ["Which political party does Italian politician Matteo Renzi belong to?", "Tell me the political party affiliation of Matteo Renzi."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q47563> <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q38> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P463> <http://www.wikidata.org/entity/Q637335> ; <http://www.wikidata.org/prop/direct/P102> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9096", "question": "What are the Twitter accounts of Firefox, INSEE, and Les d\u00e9codeurs, and how many Wikipedia sitelinks do they have?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername ( COUNT( ?page ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  VALUES ?twitterUsername {\n    \"decodeurs\" \"firefox\" \"InseeFr\"\n  }\n  .\n  ?item ^ schema:about ?page .\n}\nGROUP BY ?item ?twitterUsername\nORDER BY ASC ( ?sitelinkCount )", "paraphrases": ["Can you list the entities with Twitter usernames \"decodeurs\", \"firefox\", or \"InseeFr\", sorted by the number of Wikipedia language editions they appear in?", "Show me the Twitter handles for Firefox, INSEE, and Les d\u00e9codeurs, along with how many Wikipedia pages are linked to each."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"PoulpyWP\" ) ( \"string1\" ) ( \"string2\" ) ( \"lmdinard\" ) ( \"string3\" ) ( \"WikiJMed\" ) ( \"string4\" ) ( \"NFr21\" ) ( \"inOut2018\" ) ( \"string5\" ) ( \"MftCecile\" ) ( \"string6\" ) ( \"jp_becane\" ) ( \"GoogleFR\" ) ( \"string7\" ) ( \"15marches\" ) ( \"enedis\" ) ( \"piasummers\" ) ( \"Lepsyleon\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"lyonmag\" ) ( \"string11\" ) ( \"sruhle\" ) ( \"string12\" ) ( \"SimonDame\" ) ( \"string13\" ) ( \"Biblinsa\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"dbelveze\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"lapply\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"hatonjan\" ) ( \"SNCF\" ) ( \"string26\" ) ( \"string27\" ) ( \"string28\" ) ( \"markcridge\" ) ( \"string29\" ) ( \"fuzheado\" ) ( \"sanseveria\" ) ( \"string30\" ) ( \"firefox\" ) ( \"symac\" ) ( \"Auregann\" ) ( \"AdobeXD\" ) ( \"cq94\" ) ( \"InseeFr\" ) ( \"decodeurs\" ) ( \"string31\" ) ( \"MaelLeHir\" ) ( \"emicfd\" ) ( \"string32\" ) ( \"bpb_de\" ) ( \"bpb\" ) ( \"batanball\" ) ( \"string33\" ) ( \"aharoni\" ) ( \"string34\" ) ( \"KelamWiki\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9097", "question": "Works authored by Jack London", "sparql": "SELECT ?work WHERE { ?work wdt:P50 wd:Q45765 .}", "paraphrases": ["What books or writings did Jack London author?", "List all the literary works for which Jack London is the author."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q45765> . }"}}
{"id": "val_9098", "question": "French-labeled humans with 'Branellec' in their name", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(CONTAINS(LCASE(?label), \"branellec\")) ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the French people named Branellec?", "List all humans in Wikidata whose French label includes 'Branellec'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"branellec\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9099", "question": "What are the source URLs and titles of the references for the claim that Albert Einstein was born in Ulm?", "sparql": "SELECT ?personLabel ?url ?title WHERE {\n  wd:Q937 wdt:P19 ?place .\n  ?statement ps:P19 ?place ; prov:wasDerivedFrom ?ref .\n  ?ref pr:P854 ?url ; pr:P1476 ?title .\n  wd:Q937 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Show me the web sources cited for Albert Einstein\u2019s birthplace.", "Which publications or websites are referenced as sources for Albert Einstein\u2019s place of birth?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/417692c979c4fc84325c5de994c4c28ef166f055> ?var1 ?var2 . }"}}
{"id": "val_9100", "question": "English and German Wikipedia pages for the movie with IMDb ID tt1024724", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wiki_page WHERE {\n  ?movie wdt:P345 \"tt1024724\" .\n  ?wiki_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie Dr. Dolittle: Tail to the Chief?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt1024724."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1024724\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9101", "question": "Properties linked to Ernst Heinrich Lindemann used more than once, sorted by frequency.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q102327\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )\nLIMIT 20", "paraphrases": ["Which properties connect other items to Ernst Heinrich Lindemann, and how often are they used \u2014 showing only those used more than once?", "Show me the properties that are used to link other entities to Ernst Heinrich Lindemann, but only include those used more than once, ordered from most to least frequent."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q102327> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9102", "question": "Who is the French person named Jean Oli\u00e9?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Jean Oli\u00e9\" @fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Find the human in Wikidata with the French label \"Jean Oli\u00e9\".", "Tell me the Wikidata item for the French individual named Jean Oli\u00e9."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Louis Oli\u00e9\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9103", "question": "What is the most frequently used property to associate works with the topic of human skin color?", "sparql": "SELECT ?propertyItem (COUNT(?propertyItem) AS ?count) WHERE { ?item ?property wd:Q853516 . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdf:type wikibase:Property . } GROUP BY ?propertyItem ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which Wikidata property is used the most times to indicate that something is about human skin pigmentation?", "Among all properties linking entities to human skin color, which one appears most often?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q853516> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9104", "question": "What are the areas (in hectares) of Swedish urban areas as recorded in the 2015 Statistics Sweden census, along with their codes and measurement dates?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nSELECT ?urbanArea ?urbanAreaCode ?date ?areaValue ?unit ?unitLabel ?source WHERE {\n  ?urbanArea wdt:P775 ?urbanAreaCode .\n  ?urbanArea p:P2046 ?areaStatement .\n  ?areaStatement ps:P2046 ?areaValue ; pq:P585 ?date ; psv:P2046 ?areaValueNode ; prov:wasDerivedFrom ?source .\n  ?source pr:P248 wd:Q37276725 .\n  ?areaValueNode wikibase:quantityUnit ?unit .\n  ?unit rdfs:label ?unitLabel .\n  FILTER(LANG(?unitLabel) = \"en\")\n}", "paraphrases": ["Show me the size of Swedish towns (t\u00e4torter) in 2015, including their codes, area values in hectares, and the source dataset from Statistics Sweden.", "Which Swedish urban areas had their land area measured in 2015 by Statistics Sweden, and what were their sizes in hectares?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P775> ?var2 . ?var1 <http://www.wikidata.org/prop/P2046> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P2046> ?var4 . ?var7 <http://www.wikidata.org/prop/qualifier/P585> ?var3 . ?var7 <http://www.wikidata.org/prop/statement/value/P2046> ?var8 . ?var7 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var9 . ?var9 <http://www.wikidata.org/prop/reference/P248> ?var6 . FILTER ( ( ( ?var6 = <http://www.wikidata.org/entity/Q37276725> ) ) ) . ?var8 <http://wikiba.se/ontology#quantityLowerBound> ?var10 . ?var8 <http://wikiba.se/ontology#quantityUpperBound> ?var11 . ?var8 <http://wikiba.se/ontology#quantityUnit> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } }"}}
{"id": "val_9105", "question": "Which entity is associated with the list of 2017 Estonian municipal elections via the \"has list\" property?", "sparql": "SELECT ?municipality ?municipalityLabel WHERE { ?municipality wdt:P2354 wd:Q13755193 . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"en\") }", "paraphrases": ["What municipality has a statement linking it to the 2017 Estonian municipal elections using the \"has list\" property?", "Show me the entity that uses the \"has list\" property to point to the 2017 Estonian municipal elections."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q13755193> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_9106", "question": "Which organizations have the Twitter usernames FCM_online and uclg_org?", "sparql": "SELECT ?organization ?twitterUsername WHERE { ?organization wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"FCM_online\" \"uclg_org\" } }", "paraphrases": ["What are the Wikidata entities for the Twitter accounts @FCM_online and @uclg_org?", "Please list the organizations on Wikidata that are associated with the Twitter handles FCM_online and uclg_org."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"FCM_online\" ) ( \"c40cities\" ) ( \"ICLEI\" ) ( \"theUSDN\" ) ( \"UNSDSN\" ) ( \"uclg_org\" ) ( \"amyluers\" ) ( \"string4\" ) ( \"string5\" ) } }"}}
{"id": "val_9107", "question": "English or German Wikipedia page for the movie with IMDb ID tt1992138.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1992138\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["What are the English or German Wikipedia pages for the film identified by IMDb ID tt1992138?", "Show me the Wikipedia pages in English or German about the movie with IMDb ID tt1992138."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1992138\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9108", "question": "Monarchs who were Catholic and died by homicide, and their children.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?monarch ?child ?childLabel WHERE {\n  ?monarch wdt:P106 wd:Q116 .\n  ?monarch wdt:P140 wd:Q1841 .\n  ?monarch wdt:P1196 wd:Q149086 .\n  ?monarch wdt:P40 ?child .\n  ?child rdfs:label ?childLabel .\n  FILTER ( LANG( ?childLabel ) = \"en\" )\n}", "paraphrases": ["Which Catholic monarchs died by homicide, and who were their children?", "List the children of monarchs who practiced Catholicism and were victims of homicide."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q116> . ?var1 <http://www.wikidata.org/prop/direct/P140> <http://www.wikidata.org/entity/Q1841> . ?var1 <http://www.wikidata.org/prop/direct/P1196> <http://www.wikidata.org/entity/Q149086> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } }"}}
{"id": "val_9109", "question": "Wikipedia page for the film with IMDb ID tt0047138 in English or German", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt0047138\" . ?wikipedia_page schema:about ?item . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0047138?", "Show me the Wikipedia page in English or German for the film identified by IMDb ID tt0047138."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0047138\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9110", "question": "What is the English title of the movie with IMDb ID tt1075832, and is there an English Wikipedia page about it?", "sparql": "SELECT ?item ?itemLabel ?imdbId ?wikipediaArticle WHERE { ?item wdt:P345 ?imdbId . FILTER(?imdbId = \"tt1075832\") OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = 'en') } OPTIONAL { ?wikipediaArticle schema:about ?item . ?wikipediaArticle schema:inLanguage 'en' } }", "paraphrases": ["Find the English label and IMDb ID for the film identified by tt1075832, along with its English Wikipedia article if it exists.", "Tell me about the movie with IMDb ID tt1075832 \u2014 what\u2019s its English name, and does it have an English Wikipedia page?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1075832\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9111", "question": "English name of the ancient Roman footwear called buskin", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  BIND( wd:Q605341 AS ?item ) .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What is the English label for the Wikidata item Q605341?", "Show me the English name of the ancient Greek/Roman laced boot known as buskin."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q605341> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9112", "question": "English and German Wikipedia and Wikiquote pages for the movie with IMDb ID tt0279778", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0279778\" . ?page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German language Wikipedia and Wikiquote pages about the movie \"Divine Secrets of the Ya-Ya Sisterhood\"?", "Show me the English and German language external pages related to the film identified by IMDb ID tt0279778."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0279778\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9113", "question": "Which property is most commonly used to classify items as gluten-free beer?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?statementProperty wd:Q656235 .\n  ?property wikibase:directClaim ?statementProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property links the most number of items to the concept of gluten-free beer on Wikidata?", "Show me the property that is used most often to state that something is a gluten-free beer, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q656235> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9114", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt3868150?", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?item . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdb_id = \"tt3868150\") }", "paraphrases": ["Show me the Wikipedia articles in English or German about the film identified by IMDb ID tt3868150.", "Which Wikipedia pages in English or German are about the movie with the IMDb identifier tt3868150?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3868492\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9115", "question": "Google Scholar ID and VIAF ID for Alexander Meiklejohn", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?googleScholarId ?viafId WHERE {\n  OPTIONAL {\n    wd:Q15527262 wdt:P1960 ?googleScholarId .\n  }\n  OPTIONAL {\n    wd:Q15527262 wdt:P214 ?viafId .\n  }\n}", "paraphrases": ["What are the Google Scholar and VIAF identifiers for the philosopher Alexander Meiklejohn?", "Please provide the available online academic identifiers for Alexander Meiklejohn, including Google Scholar and VIAF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q15527262> <http://www.wikidata.org/prop/direct/P1960> ?var1 . OPTIONAL { <http://www.wikidata.org/entity/Q15527262> <http://www.wikidata.org/prop/direct/P214> ?var2 . } }"}}
{"id": "val_9116", "question": "English label and description for Great Russian Encyclopedia Online ID 2334183", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2334183\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["What is the English name and description of the entry in the Great Russian Encyclopedia with ID 2334183?", "Show me the English label and description of the Wikidata item linked to the old Great Russian Encyclopedia Online ID 2334183."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"3534576\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9117", "question": "Is there a person or entity in Wikidata with the VIAF ID 197456237?", "sparql": "ASK WHERE { ?item wdt:P214 \"197456237\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 197456237 exist in Wikidata?", "Can you confirm if the VIAF cluster ID 197456237 is linked to any item in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"197456237\". }"}}
{"id": "val_9118", "question": "What Wikimedia category is about the property \"category's main topic\"?", "sparql": "SELECT DISTINCT ?category WHERE { ?category wdt:P301 wd:Q18616576 . } LIMIT 101", "paraphrases": ["Which category on Wikidata has its main topic set to the property P301?", "List all categories that are dedicated to the Wikidata property that defines the main topic of a category."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P301> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q18616576> . } LIMIT 101"}}
{"id": "val_9119", "question": "What is the English and Turkish title of the movie with IMDb ID tt4788722?", "sparql": "SELECT ?item ?imdbId ?label WHERE { ?item wdt:P345 \"tt4788722\" . BIND(\"tt4788722\" AS ?imdbId) . ?item rdfs:label ?label . FILTER(LANG(?label) = \"en\" || LANG(?label) = \"tr\") }", "paraphrases": ["Show me the IMDb ID and titles in English or Turkish for the film identified by tt4788722.", "Can you find the movie with IMDb ID tt4788722 and tell me its names in English and Turkish?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4788722\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9120", "question": "Who is Lo\u00efc Mizon, a human with the French name 'Lo\u00efc Mizon'?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Lo\u00efc Mizon\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata identifier for the human named Lo\u00efc Mizon in French?", "Find the Wikidata entity for the person named Lo\u00efc Mizon, using the French label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Lo\u00efc Mizon\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9121", "question": "Image of William August Kobb\u00e9 with SNAC ARK ID w65c64x6", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w65c64x6\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with William August Kobb\u00e9 in Wikidata, identified by the SNAC ARK ID w65c64x6?", "Show me the Wikimedia Commons image for the person whose SNAC ARK ID is w65c64x6."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65c64x6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9122", "question": "Japanese labels and descriptions of properties used on Kita-ku, Kobe", "sparql": "SELECT ?propItem ?propItemLabel ?propItemDescription WHERE { wd:Q1078814 ?property ?value . ?propItem wikibase:directClaim ?property . ?propItem rdfs:label ?propItemLabel . ?propItem schema:description ?propItemDescription . FILTER(LANG(?propItemLabel) = \"ja\") FILTER(LANG(?propItemDescription) = \"ja\") } LIMIT 100", "paraphrases": ["What are the Japanese labels and descriptions of the properties that describe Kita-ku in Wikidata?", "Show me the Japanese names and descriptions of all properties that are used to describe Kita-ku, a ward in Kobe."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q1078814> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"ja\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"ja\" ) ) ) . } LIMIT 100"}}
{"id": "val_9123", "question": "Scholarly articles that cite Vitamin D.", "sparql": "SELECT ?citingArticle WHERE { ?citingArticle wdt:P2860 wd:Q27919675 .}", "paraphrases": ["Which academic papers reference Vitamin D as a source?", "List all scholarly works that cite the article on Vitamin D."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q27919675> . }"}}
{"id": "val_9124", "question": "Swedish urban areas with population ranges, coordinates, and English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?urbanArea ?urbanAreaLabel ?population ?coordinate ?populationRange WHERE {\n  ?urbanArea wdt:P775 ?code ; wdt:P1082 ?population ; wdt:P625 ?coordinate .\n  ?urbanArea rdfs:label ?urbanAreaLabel .\n  FILTER(LANG(?urbanAreaLabel) = \"en\")\n  .\n  BIND(IF(?population < 1000000 , \"<1M\" , IF(?population < 2000000 , \"1M-2M\" , IF(?population < 5000000 , \"2M-5M\" , IF(?population < 10000000 , \"5M-10M\" , IF(?population < 20000000 , \"10M-20M\" , \">20M\"))))) AS ?populationRange)\n}\nGROUP BY ?urbanArea ?urbanAreaLabel ?population ?coordinate ?populationRange", "paraphrases": ["What are the Swedish urban areas, their populations, coordinates, and population categories (e.g., <1M, 1M-2M)?", "List all Swedish urban areas in English, along with their population, geographic coordinates, and population size ranges (e.g., <1M, 1M-2M, etc.)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( MAX ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) WHERE { BIND ( IF ( ( ?var3 < \"1000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<1M\", IF ( ( ?var3 < \"2000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1M-2M\", IF ( ( ?var3 < \"5000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"2M-5M\", IF ( ( ?var3 < \"10000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"5M-10M\", IF ( ( ?var3 < \"20000000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10M-20M\", \">20M\" ) ) ) ) ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P775> [] ; <http://www.wikidata.org/prop/direct/P625> ?var5 ; <http://www.wikidata.org/prop/direct/P1082> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_9125", "question": "Subclasses of number and their direct parent classes", "sparql": "SELECT ?subclass ?subclassLabel ?directParent WHERE { ?subclass wdt:P279* wd:Q11563 . OPTIONAL { ?subclass wdt:P279 ?directParent . } OPTIONAL { ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = \"en\") } }", "paraphrases": ["What are all the subclasses of the number concept in Wikidata, their English labels, and their immediate parent classes?", "List all subclasses of numbers along with their English names and the classes they directly inherit from."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q11563> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt\". } }"}}
{"id": "val_9126", "question": "Which Wikidata items have Twitter usernames jessamyn, cliffski, or smkmuseum?", "sparql": "SELECT ?item ?twitter WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"jessamyn\" \"cliffski\" \"smkmuseum\" } }", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles @jessamyn, @cliffski, or @smkmuseum?", "List all entities in Wikidata that are linked to the Twitter accounts jessamyn, cliffski, or smkmuseum."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"smkmuseum\" ) ( \"string2\" ) ( \"MCirlanaru\" ) ( \"aemkei\" ) ( \"string3\" ) ( \"SFB_Cork\" ) ( \"innesmck\" ) ( \"jessamyn\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"RClaremont\" ) ( \"cliffski\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9127", "question": "What are the Twitter usernames for Crystal Palace F.C. and the World Society for Virology?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"CPFC\" \"WSVirology\"\n  }\n}", "paraphrases": ["Which Wikidata entities have the Twitter usernames \"CPFC\" or \"WSVirology\"?", "Show me the entities on Wikidata that are associated with the Twitter accounts CPFC and WSVirology."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"WSV_Global\" ) ( \"Palace\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9128", "question": "Items in the Neues Museum collection with images on Wikimedia Commons.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?image WHERE {\n  ?item wdt:P195 wd:Q157316 .\n  ?item wdt:P18 ?image .\n}", "paraphrases": ["What artifacts from the Neues Museum in Berlin have images available on Wikimedia Commons?", "Show me the images of objects held in the Neues Museum\u2019s collection."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q157316> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } LIMIT 10000"}}
{"id": "val_9129", "question": "Journal with ISSN 0021-2571", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?journal WHERE {\n  ?journal wdt:P236 \"0021-2571\" .\n}\nLIMIT 1", "paraphrases": ["What journal has the ISSN 0021-2571?", "Tell me the name of the journal that uses the ISSN 0021-2571."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"0021-2571\". } LIMIT 1"}}
{"id": "val_9130", "question": "Countries with capitals and their English names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?country ?label WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?country wdt:P36 ?capital .\n  ?country rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are 10 countries that have a capital city, and what are their English names?", "List 10 countries that have a capital, along with their official English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 10"}}
{"id": "val_9131", "question": "Does the journal Organic and Biomolecular Chemistry have LCCN 2003261024?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P1144 \"2003261024\" .\n}", "paraphrases": ["Is there a Wikidata item for the journal Organic and Biomolecular Chemistry with the Library of Congress Control Number 2003261024?", "Confirm if the LCCN 2003261024 is assigned to the journal Organic and Biomolecular Chemistry in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> \"2003261024\". }"}}
{"id": "val_9132", "question": "Journal with ISSN 2159-4937", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?journal WHERE {\n  ?journal wdt:P236 \"2159-4937\" .\n}\nLIMIT 1", "paraphrases": ["What is the name of the journal with ISSN 2159-4937?", "Find the Wikidata item for the journal that has the ISSN 2159-4937."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P236> \"2159-4937\". } LIMIT 1"}}
{"id": "val_9133", "question": "What is the name of the movie with IMDb ID tt1345836?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P345 \"tt1345836\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which film is identified by the IMDb identifier tt1345836?", "Can you tell me the title of the movie with IMDb ID tt1345836?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4697062\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_9134", "question": "What are the populations of countries in English?", "sparql": "SELECT ?countryLabel ?population WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P1082 ?population . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you list the names of countries and their populations, using English labels?", "Which countries have recorded population data, and what are their populations in English?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 10"}}
{"id": "val_9135", "question": "List U.S. presidents with their spouses, number of children, images, and start dates of their presidencies, ordered chronologically.", "sparql": "SELECT ?presidentLabel ?spouseLabel ?image ?children ?startDate WHERE { ?president wdt:P31 wd:Q5 . ?president p:P39 ?position . ?position ps:P39 wd:Q11696 . ?position pq:P580 ?startDate . ?president wdt:P26 ?spouse . ?president wdt:P1971 ?children . ?president wdt:P18 ?image . ?president rdfs:label ?presidentLabel . ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?presidentLabel) = \"en\") FILTER(LANG(?spouseLabel) = \"en\") } ORDER BY ASC(?startDate)", "paraphrases": ["Who are the U.S. presidents, who did they marry, how many children did they have, what do they look like, and when did they take office?", "Please provide a chronological list of U.S. presidents, including their official portraits, their spouses\u2019 names, the number of children they had, and the dates they began their presidencies."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_9136", "question": "Does the Journal of Generic Medicines have Library of Congress Control Number 2007206198?", "sparql": "ASK WHERE { ?item wdt:P1144 \"2007206198\" . }", "paraphrases": ["Is there a journal in Wikidata with the LCCN 2007206198?", "Confirm whether the LCCN 2007206198 is assigned to any journal in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> \"2007206198\". }"}}
{"id": "val_9137", "question": "Is the Library of Congress Control Number for Community College Review 73644969?", "sparql": "ASK WHERE { ?item wdt:P1144 \"73644969\" . }", "paraphrases": ["Does the academic journal \"Community College Review\" have the LCCN \"73644969\" in Wikidata?", "Confirm whether the journal \"Community College Review\" is identified in Wikidata by the LCCN 73644969."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1144> \"73644969\". }"}}
{"id": "val_9138", "question": "What are the direct properties and their values for Stan Lauryssens, along with their Wikidata property IDs (P-numbers)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property ?value ?pNumber WHERE {\n  wd:Q447070 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) ) BIND( REPLACE( STR( ?property ) , \".*direct/\" , \"\" ) AS ?pNumber )\n}", "paraphrases": ["Can you list all the facts about Belgian writer Stan Lauryssens and their corresponding P-numbers?", "Show me all the direct statements made about Stan Lauryssens in Wikidata and identify each property by its P-number."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q447070> ?var1 ?var2 . ?var1 <http://wikiba.se/ontology#directClaim> ?var3 . }"}}
{"id": "val_9139", "question": "German municipalities starting with \"Bad\"", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ?label WHERE {\n  ?municipality ( wdt:P31 / wdt:P279 * ) wd:Q15284 ; wdt:P17 wd:Q183 ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"de\" ) FILTER ( STRSTARTS( ?label , \"Bad \" ) )\n}\nLIMIT 1000", "paraphrases": ["Which municipalities in Germany have names starting with \"Bad\"?", "List all spa towns in Germany (municipalities with \"Bad\" in their name) in German language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15284> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"de\" ) ) ) . FILTER ( ( STRSTARTS ( ?var1Label , \"Bad \" ) ) ) . } LIMIT 1000"}}
{"id": "val_9140", "question": "Italian Wikipedia category pages for standalone tennis tournament editions, excluding sub-events.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?wikipediaCategoryName ?tournament WHERE {\n  ?tournament wdt:P31 wd:Q47345468 ; wdt:P910 ?mainCategory .\n  FILTER NOT EXISTS {\n    ?something wdt:P361 ?tournament .\n  }\n  ?article schema:about ?mainCategory ; schema:isPartOf <https://it.wikipedia.org/> ; schema:name ?wikipediaCategoryName .\n}\nORDER BY ASC(?tournament)\nLIMIT 1000", "paraphrases": ["Which tennis tournament editions have Italian Wikipedia category pages and are not part of a larger tournament?", "List the names of Italian Wikipedia categories for tennis tournament editions that are not sub-events of another tournament, sorted by tournament ID."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47345468> ; <http://www.wikidata.org/prop/direct/P910> ?var3 . FILTER ( ( NOT EXISTS { [] <http://www.wikidata.org/prop/direct/P361> ?var2 . } ) ) . [] <http://schema.org/about> ?var3 ; <http://schema.org/isPartOf> <https://it.wikipedia.org/> ; <http://schema.org/name> ?var1 . } ORDER BY ASC( ?var2 ) OFFSET 0 LIMIT 1000"}}
{"id": "val_9141", "question": "What countries, administrative regions, and continent are associated with the Royal Palace of Brussels?", "sparql": "SELECT ?item ?itemLabel ?type WHERE {\n  {\n    wd:Q635307 wdt:P17 ?item .\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n    BIND(\"country\" AS ?type)\n  }\n  UNION\n  {\n    wd:Q635307 wdt:P131+ ?item .\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n    BIND(\"administrative territorial entity\" AS ?type)\n  }\n  UNION\n  {\n    wd:Q635307 wdt:P17 ?country .\n    ?country wdt:P30 ?item .\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n    BIND(\"continent\" AS ?type)\n  }\n}", "paraphrases": ["Can you show me the geographic hierarchy of the Royal Palace of Brussels, including its country and continent?", "List all the places the Royal Palace of Brussels is located in, from the city level up to the continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q635307> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9142", "question": "Paternal ancestors of Wilhelm II up to four generations, with their images and children.", "sparql": "SELECT ?ancestor ?ancestorLabel ?image ?child WHERE { { wd:Q2677 wdt:P22 ?ancestor . } UNION { wd:Q2677 wdt:P22 ?gen1 . ?gen1 wdt:P22 ?ancestor . } UNION { wd:Q2677 wdt:P22 ?gen1 . ?gen1 wdt:P22 ?gen2 . ?gen2 wdt:P22 ?ancestor . } UNION { wd:Q2677 wdt:P22 ?gen1 . ?gen1 wdt:P22 ?gen2 . ?gen2 wdt:P22 ?gen3 . ?gen3 wdt:P22 ?ancestor . } OPTIONAL { ?ancestor rdfs:label ?ancestorLabel . FILTER(LANG(?ancestorLabel) = \"en\") } OPTIONAL { ?ancestor wdt:P18 ?image } OPTIONAL { ?ancestor wdt:P40 ?child } }", "paraphrases": ["Who are the paternal ancestors of Emperor Wilhelm II up to four generations back, and what are their images and children?", "Show me the names, images, and children of Wilhelm II\u2019s father, grandfather, great-grandfather, and great-great-grandfather."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q2677> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var4 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P22> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9143", "question": "Is there a TV series that has a list of episodes linked to the article \"Anexo:Episodios de Ugly Betty\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q1818167 .\n}", "paraphrases": ["Does the TV series Ugly Betty have an episode list article on Wikipedia?", "Is the Wikipedia page \"Anexo:Episodios de Ugly Betty\" used as the episode list for any TV series?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q1818167> . }"}}
{"id": "val_9144", "question": "Does Mozart in the Jungle have an episode list on Wikipedia?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q24254342 . }", "paraphrases": ["Is there a television series that links to the episode list article Q24254342?", "Confirm whether the TV series Mozart in the Jungle is connected to its episode list via the P1811 property."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q24254342> . }"}}
{"id": "val_9145", "question": "Does The Good Wife have a list of episodes on Wikipedia?", "sparql": "ASK WHERE { wd:Q19570 wdt:P1811 wd:Q465841 . }", "paraphrases": ["Is there a Wikipedia page listing the episodes of the TV series The Good Wife?", "Confirm whether the TV series The Good Wife is linked to its episode list on Wikipedia."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q465841> . }"}}
{"id": "val_9146", "question": "Who are the humans named 'Regula' in French?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Regula\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Which people have the French name 'Regula'?", "List all individuals in Wikidata who are classified as human and are called 'Regula' in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Regula\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9147", "question": "What are the subfields of data science?", "sparql": "SELECT ?subfield ?subfieldLabel WHERE { ?subfield wdt:P361 wd:Q2374463 . ?subfield rdfs:label ?subfieldLabel . FILTER(LANG(?subfieldLabel) = \"en\") }", "paraphrases": ["Which fields are part of data science as components?", "List the academic disciplines that are components of data science."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q2374463> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9148", "question": "What are the subclasses of document repository, and what are their English labels and images?", "sparql": "SELECT ?subclass ?label ?image WHERE { ?subclass wdt:P279 wd:Q1235234 . OPTIONAL { ?subclass wdt:P18 ?image . } ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 100", "paraphrases": ["Show me digital archives and their subtypes along with their labels and pictures, if available.", "List all types of digital repositories, including their names and associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1235234> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_9149", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0057344?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipedia_page WHERE {\n  ?film wdt:P345 \"tt0057344\" .\n  ?wikipedia_page schema:about ?film .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the movie \"Any Number Can Win\".", "Which language versions of Wikipedia have articles about the film identified by IMDb ID tt0057344?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0057344\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9150", "question": "What are the English and German Wikipedia articles about the film with IMDb ID tt0057518?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipediaArticle ?imdbId WHERE {\n  ?film wdt:P345 \"tt0057518\" .\n  ?wikipediaArticle schema:about ?film .\n  {\n    ?wikipediaArticle schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaArticle schema:inLanguage \"de\" .\n  }\n  ?film wdt:P345 ?imdbId .\n}", "paraphrases": ["Show me the Wikipedia pages in English and German for the movie \"Son of Flubber\" (tt0057518).", "Which language versions of Wikipedia have articles about the 1963 Disney film \"Son of Flubber\" identified by IMDb ID tt0057518?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0057518\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9151", "question": "Humans with \"Viberti\" in their French label", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" ) FILTER ( CONTAINS( LCASE( ?label ) , \"viberti\" ) ) ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the people named Viberti that have a French-language label on Wikidata?", "List all humans whose French Wikipedia-style name includes \"Viberti\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Viberti\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9152", "question": "List all current municipalities in Germany and the districts they belong to.", "sparql": "SELECT ?municipality ?district WHERE { ?municipality p:P31 ?instanceStatement . ?instanceStatement ps:P31/wdt:P279* wd:Q262166 . MINUS { ?instanceStatement pq:P582 ?endTime . } MINUS { ?instanceStatement pq:P576 ?dissolvedDate . } ?municipality wdt:P131 ?district . ?district wdt:P31 wd:Q106658 . }", "paraphrases": ["Which districts in Germany contain currently active municipalities, and what are those municipalities?", "Show me the names of all municipalities in Germany that are still active (not dissolved or abolished) along with the administrative district each one is located in."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P31> ?var3 . ?var3 ( <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q262166> . MINUS { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } MINUS { ?var3 <http://www.wikidata.org/prop/qualifier/P576> ?var5 . } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q106658> . }"}}
{"id": "val_9153", "question": "German citizens with notable works", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel ?work ?workLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P27 wd:Q183 .\n  ?human wdt:P800 ?work .\n  ?human rdfs:label ?humanLabel .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" ) FILTER ( LANG( ?workLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some German citizens and what are their notable works?", "List German people along with their significant artistic, literary, or scientific contributions."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var2 . } } LIMIT 200000"}}
{"id": "val_9154", "question": "What are all the ancestors and descendants of Zeus up to three generations away?", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { { BIND(wd:Q34201 AS ?person) } UNION { wd:Q34201 wdt:P40 ?person . } UNION { wd:Q34201 wdt:P40 ?child . ?child wdt:P40 ?person . } UNION { wd:Q34201 wdt:P40 ?child . ?child wdt:P40 ?grandchild . ?grandchild wdt:P40 ?person . } UNION { ?person wdt:P40 wd:Q34201 . } UNION { ?person wdt:P40 ?parent . ?parent wdt:P40 wd:Q34201 . } UNION { ?person wdt:P40 ?parent . ?parent wdt:P40 ?grandparent . ?grandparent wdt:P40 wd:Q34201 . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["List the names of Zeus\u2019s children, grandchildren, great-grandchildren, parents, grandparents, and great-grandparents.", "Who are Zeus\u2019s family members within three degrees of kinship through parent-child relationships?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34201> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q34201> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P40> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9155", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1027747?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt1027747\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt1027747 on IMDb.", "Find the Wikipedia links in English and German for the movie that has the IMDb identifier tt1027747."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1027747\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9156", "question": "Given names with English and German labels that are not identical.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?givenName ?labelEn ?labelDe WHERE {\n  ?givenName wdt:P31 wd:Q202444 .\n  ?givenName rdfs:label ?labelEn .\n  ?givenName rdfs:label ?labelDe .\n  FILTER ( LANG( ?labelEn ) = \"en\" ) .\n  FILTER ( LANG( ?labelDe ) = \"de\" ) .\n  FILTER ( STR( ?labelEn ) != STR( ?labelDe ) ) .\n}\nLIMIT 300", "paraphrases": ["Which given names have different English and German translations in Wikidata?", "Show me given names that have both an English and a German label, where the two labels are not the same string."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q202444> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . FILTER ( ( ( STR ( ?var4 ) != STR ( ?var5 ) ) ) ) . } LIMIT 300"}}
{"id": "val_9157", "question": "Airports in Belgium with their coordinates", "sparql": "SELECT DISTINCT ?airport ?coord WHERE { ?airport wdt:P31 wd:Q1248784 ; wdt:P17 wd:Q31 ; wdt:P625 ?coord . }", "paraphrases": ["What are the coordinates of airports located in Belgium?", "List all airports in Belgium along with their geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1248784> ; <http://www.wikidata.org/entity/Q31> ?var3 ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_9158", "question": "What Wikidata properties have labels containing \"JSTOR\" in any language?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nSELECT DISTINCT ?property ?language ?label WHERE {\n  ?property rdf:type wikibase:Property ; rdfs:label ?label .\n  FILTER ( CONTAINS( LCASE( ?label ) , \"jstor\" ) ) BIND( LANG( ?label ) AS ?language )\n}\nORDER BY ?property", "paraphrases": ["Can you list all properties in Wikidata whose labels include the word \"jstor\", along with their language tags and full labels?", "Show me the labels and languages of properties related to JSTOR identifiers in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( LANG ( ?var2Label ) AS ?var3 ) ?var2Label WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"JSTOR\" ) ) ) . }"}}
{"id": "val_9159", "question": "Female Indian citizens who died by homicide, with birth and death dates.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?birthDate ?deathDate WHERE {\n  ?person wdt:P27 wd:Q668 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person p:P1196 ?deathStatement .\n  ?deathStatement ps:P1196 ?mannerOfDeath .\n  ?mannerOfDeath wdt:P279 * wd:Q149086 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the women from India who were victims of homicide, and when were they born and died?", "List Indian women who died from homicide, including their dates of birth and death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q668> . ?var1 ( <http://www.wikidata.org/prop/P1196> / <http://www.wikidata.org/prop/statement/P1196> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q149086> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } } LIMIT 100"}}
{"id": "val_9160", "question": "Which entities on Wikidata have Twitter usernames elonmusk, BarackObama, NASA, or BBCNews?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"elonmusk\" \"BarackObama\" \"NASA\" \"BBCNews\" } } ORDER BY ?username", "paraphrases": ["Who are the people or organizations on Wikidata with the Twitter handles 'elonmusk', 'BarackObama', 'NASA', or 'BBCNews'?", "List the Wikidata items and their Twitter usernames for the handles elonmusk, BarackObama, NASA, and BBCNews."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"MamaRiatas\" ) ( \"MrMsYummy\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"MMrsshadow\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"MrsBustyB\" ) ( \"string14\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9161", "question": "What places are located within 15 kilometers of the Greek island of Kos?", "sparql": "SELECT ?item ?coord WHERE {\n  ?item wdt:P625 ?coord .\n  BIND(STR(?coord) AS ?coordStr)\n  BIND(SUBSTR(?coordStr, 7) AS ?coordNoPrefix)\n  BIND(SUBSTR(?coordNoPrefix, 1, STRLEN(?coordNoPrefix) - 1) AS ?coordNoParen)\n  BIND(STRBEFORE(?coordNoParen, \" \") AS ?lonStr)\n  BIND(STRAFTER(?coordNoParen, \" \") AS ?latStr)\n  BIND(xsd:double(?lonStr) AS ?lon)\n  BIND(xsd:double(?latStr) AS ?lat)\n  FILTER(?lat >= 36.67 && ?lat <= 36.97 && ?lon >= 26.96 && ?lon <= 27.26)\n}", "paraphrases": ["List all geographic locations near coordinates 27.11\u00b0E and 36.82\u00b0N.", "Show me items with coordinates in the vicinity of Kos, Greece."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(24 38)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_9162", "question": "Images of artworks in the collection of the Museu Nacional d'Art de Catalunya.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?artwork ?image WHERE {\n  ?artwork wdt:P195 wd:Q861252 .\n  ?artwork wdt:P18 ?image .\n}", "paraphrases": ["What are the images of all artworks held by the MNAC (Museu Nacional d'Art de Catalunya)?", "Show me the Wikimedia Commons images for every artwork in the MNAC collection."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q861252> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } LIMIT 10000"}}
{"id": "val_9163", "question": "What artworks from the Thyssen-Bornemisza Museum have images available on Wikimedia Commons?", "sparql": "SELECT ?artwork ?image WHERE { ?artwork wdt:P195 wd:Q176251 . ?artwork wdt:P18 ?image . } LIMIT 10000", "paraphrases": ["Show me the artworks in the Thyssen-Bornemisza Museum\u2019s collection along with their images.", "List the items in the Thyssen-Bornemisza Museum\u2019s collection and their corresponding Wikimedia Commons image URLs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P195> <http://www.wikidata.org/entity/Q176251> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } LIMIT 10000"}}
{"id": "val_9164", "question": "Which Wikidata items have the Twitter usernames DickSaslaw, wamu885, or WAVY_News?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterHandle WHERE {\n  ?item wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"DickSaslaw\" \"wamu885\" \"WAVY_News\"\n  }\n}", "paraphrases": ["Who or what organizations are associated with the Twitter handles @DickSaslaw, @wamu885, and @WAVY_News on Wikidata?", "Please list the entities on Wikidata that use DickSaslaw, wamu885, or WAVY_News as their Twitter username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"GCMsports1\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"wamu885\" ) ( \"CommEmerg\" ) ( \"BillKarins\" ) ( \"VDEM\" ) ( \"uberether\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"leeshyy8\" ) ( \"ReutersUS\" ) ( \"WAVY_News\" ) ( \"MikeTFox5\" ) ( \"nnins\" ) ( \"string9\" ) ( \"cjmab28\" ) ( \"string10\" ) ( \"string11\" ) ( \"DickSaslaw\" ) } }"}}
{"id": "val_9165", "question": "Businesses owned by Czech citizens, headquartered outside Czech Republic, no parent company, ranked by revenue.", "sparql": "SELECT DISTINCT ?business ?businessLabel ?revenue ?headquarters ?headquartersLabel ?revenueDate ?owner ?ownerLabel WHERE { ?business (wdt:P31/wdt:P279*) wd:Q4830453 . ?business wdt:P159 ?headquarters . MINUS { ?headquarters wdt:P17 wd:Q213 . } MINUS { ?business wdt:P749 [] . } ?business wdt:P127 ?owner . ?owner wdt:P27 wd:Q213 . ?business p:P2139 ?revenueStatement . ?revenueStatement rdf:type wikibase:BestRank ; ps:P2139 ?revenue . OPTIONAL { ?revenueStatement pq:P585 ?revenueDate . } ?business rdfs:label ?businessLabel . ?headquarters rdfs:label ?headquartersLabel . ?owner rdfs:label ?ownerLabel . FILTER(LANG(?businessLabel) = \"en\") FILTER(LANG(?headquartersLabel) = \"en\") FILTER(LANG(?ownerLabel) = \"en\") } ORDER BY DESC(?revenue) LIMIT 50", "paraphrases": ["Which businesses have their headquarters outside the Czech Republic, are owned by Czech citizens, have no parent organization, and what is their total revenue?", "List the top businesses by revenue that are owned by Czech citizens, headquartered outside the Czech Republic, and not part of a larger organization."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P159> ?var3 . MINUS { ?var3 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q213> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P749> [] . } ?var1 <http://www.wikidata.org/prop/direct/P127> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q213> . ?var1 <http://www.wikidata.org/prop/P2139> ?var6 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#BestRank> ; <http://www.wikidata.org/prop/statement/P2139> ?var2 . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P585> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } } ORDER BY DESC( ?var2 ) LIMIT 50"}}
{"id": "val_9166", "question": "Alternative names in different languages for administrative regions with ISO codes and English Wikipedia pages.", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?altLabel ( LANG( ?altLabel ) AS ?lang ) WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) ?adminClass .\n  ?adminClass wdt:P2452 \"A.ADM1\" .\n  ?item wdt:P300 ?isoCode .\n  ?item skos:altLabel ?altLabel .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  FILTER ( LANG( ?altLabel ) != \"\" )\n}\nLIMIT 100", "paraphrases": ["What are the alternative names (in any language) for first-level administrative divisions that have an ISO 3166-2 code and an English Wikipedia article?", "Please list all alternative labels for administrative subdivisions (like states or provinces) that are linked to English Wikipedia pages and have an ISO 3166-2 identifier."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ( LANG ( ?var1 ) AS ?var2 ) WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P2452> \"A.ADM1\". ?var4 <http://www.wikidata.org/prop/direct/P2452> ?var5 . FILTER ( ( EXISTS { ?var3 <http://www.wikidata.org/prop/direct/P300> ?var6 . } ) ) . FILTER ( ( ( STR ( ?var3 ) = \"string1\" ) ) ) . OPTIONAL { ?var3 <http://www.w3.org/2004/02/skos/core#altLabel> ?var1 . } OPTIONAL { ?var7 <http://schema.org/about> ?var3 . ?var7 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var7 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string2\" ) ) ) . } }"}}
{"id": "val_9167", "question": "Image of James Alden, Jr. with SNAC ARK ID w6jm2xcv", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6jm2xcv\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with James Alden, Jr. (SNAC ARK ID: w6jm2xcv)?", "Please provide the image of James Alden, Jr. from Wikimedia Commons, identified by the SNAC ARK ID w6jm2xcv."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jm2xcv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9168", "question": "Instances of the Roman denarius coin in Wikidata", "sparql": "SELECT ?denarius ?denariusLabel WHERE { ?denarius wdt:P31 wd:Q187776 . } LIMIT 100", "paraphrases": ["What are the specific examples of ancient Roman denarius coins documented in Wikidata?", "List all known physical denarius coins recorded in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q187776> . } LIMIT 100"}}
{"id": "val_9169", "question": "What are all the Wikimedia language codes used by Wikipedia language editions?", "sparql": "SELECT DISTINCT ?languageCode WHERE { ?wikipediaEdition wdt:P31 wd:Q10876391 ; wdt:P407/wdt:P424 ?languageCode . } ORDER BY ASC(?languageCode)", "paraphrases": ["Which ISO 639 language codes does Wikipedia use for its different language versions?", "List all the language codes (like 'en', 'de', 'zh') assigned to each language edition of Wikipedia, sorted alphabetically."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> ; <http://www.wikidata.org/prop/direct/P407> [ <http://www.wikidata.org/prop/direct/P424> ?var1 ] . MINUS { BIND ( LANG ( ?var3Label ) AS ?var1 ). <http://www.wikidata.org/entity/P101> <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9170", "question": "Software that runs on Windows, with category name and color code", "sparql": "SELECT ?software ?softwareLabel ?category ?color WHERE { ?software wdt:P306 wd:Q1406 . ?software rdfs:label ?softwareLabel . FILTER(LANG(?softwareLabel) = 'en') . BIND(\"Windows software\" AS ?category) . BIND(\"7FFF00\" AS ?color) }", "paraphrases": ["What software applications are designed for Windows, and what is their associated category and color?", "List Windows-compatible software along with their English names, the category \"Windows software\", and the color #7FFF00."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( \"7FFF00\" AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15593630> . ?var1 <http://www.wikidata.org/prop/direct/P463> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9171", "question": "Queen band: image, MusicBrainz ID, Twitter, Facebook, Wikipedia page, and Songkick ID", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?item ?itemLabel ?image ?instrumentLabel ?placeOfBirth ?placeOfBirthLabel ?officialWebsite ?musicBrainzId ?songkickId ?twitterUsername ?facebookUsername ?wikipediaPage WHERE {\n  ?item ( rdfs:label | skos:altLabel | wdt:P1449 ) \"Queen\" @en .\n  {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q215380 .\n  } UNION {\n    ?item ( wdt:P106 / wdt:P279 * ) wd:Q639669 .\n  } UNION {\n    ?item ( wdt:P31 / wdt:P279 * ) wd:Q2088357 .\n  }\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P1303 ?instrument .\n    ?instrument rdfs:label ?instrumentLabel .\n    FILTER ( LANG( ?instrumentLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P19 ?placeOfBirth .\n    ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n    FILTER ( LANG( ?placeOfBirthLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item wdt:P856 ?officialWebsite .\n  }\n  OPTIONAL {\n    ?item wdt:P434 ?musicBrainzId .\n  }\n  OPTIONAL {\n    ?item wdt:P3478 ?songkickId .\n  }\n  OPTIONAL {\n    ?item wdt:P2002 ?twitterUsername .\n  }\n  OPTIONAL {\n    ?item wdt:P2013 ?facebookUsername .\n  }\n  OPTIONAL {\n    ?wikipediaPage schema:about ?item ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the official website, Twitter username, Facebook page, MusicBrainz ID, and Wikipedia link for the British rock band Queen?", "Show me all available public information about the musical group Queen, including its image, place of birth, instruments, social media handles, and Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { ?var1 ( <http://www.w3.org/2000/01/rdf-schema#label> | <http://www.w3.org/2004/02/skos/core#altLabel> | <http://www.wikidata.org/prop/direct/P1449> ) \"string1\"@en . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q215380> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q639669> . } UNION { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2088357> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3478> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1303> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P434> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2013> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var11 <http://schema.org/about> ?var1 . ?var11 <http://schema.org/inLanguage> \"en\". ?var11 <http://schema.org/isPartOf> <https:#en.wikipedia.org/> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10"}}
{"id": "val_9172", "question": "Thai landmarks with coordinates, images, and Commons categories", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P17 wd:Q869 .\n  ?item wdt:P625 ?location .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What are some places in Thailand that have photos, Wikimedia Commons categories, and street addresses listed in Wikidata?", "List Thai locations with their geographic coordinates, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(99 18)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9173", "question": "What are the most common family names among people from Spain in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?surname ?surnameLabel ?count WHERE {\n  {\n    SELECT ?surname ( COUNT( * ) AS ?count ) WHERE {\n      ?human wdt:P31 wd:Q5 ; wdt:P495 wd:Q29 ; wdt:P734 ?surname .\n    }\n    GROUP BY ?surname\n  }\n  ?surname rdfs:label ?surnameLabel .\n  FILTER ( LANG( ?surnameLabel ) = \"es\" )\n}\nORDER BY DESC ( ?count )\nLIMIT 100", "paraphrases": ["Which surnames are held by the most humans originating from Spain, and how many people have each?", "Show the top family names of Spanish people, using Spanish labels, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SELECT ?var1 ( COUNT (* ) AS ?var2 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q29> . ?var3 <http://www.wikidata.org/prop/direct/P734> ?var1 . } GROUP BY ?var1 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } } ORDER BY DESC( ?var2 ) LIMIT 100"}}
{"id": "val_9174", "question": "What is the image of the person with SNAC ARK ID w6f29nwg?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6f29nwg\" . OPTIONAL { ?item wdt:P18 ?image } }", "paraphrases": ["Image of Barack Obama from SNAC ARK ID w6f29nwg", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6q265jj\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9175", "question": "List typefaces with their creation dates, foundries, publishers, and designers, sorted by when they were created.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?typefaceName ?inceptionDate ?foundryLabel ?publicationDate ?publisherLabel ?designerLabel WHERE {\n  ?typeface wdt:P31 wd:Q17451 .\n  OPTIONAL {\n    ?typeface wdt:P1705 ?typefaceName .\n  }\n  OPTIONAL {\n    ?typeface wdt:P571 ?inceptionDate .\n  }\n  OPTIONAL {\n    ?typeface wdt:P4586 ?foundry .\n    ?foundry rdfs:label ?foundryLabel .\n    FILTER ( LANG( ?foundryLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?typeface wdt:P577 ?publicationDate .\n  }\n  OPTIONAL {\n    ?typeface wdt:P123 ?publisher .\n    ?publisher rdfs:label ?publisherLabel .\n    FILTER ( LANG( ?publisherLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?typeface wdt:P287 ?designer .\n    ?designer rdfs:label ?designerLabel .\n    FILTER ( LANG( ?designerLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?inceptionDate )", "paraphrases": ["What are the typefaces in Wikidata, along with their inception dates, the foundries that produced them, their publishers, and designers, ordered chronologically by creation date?", "Please provide a chronological list of typefaces, including their names, when they were created, who designed them, who published them, and which foundry released them \u2014 where this information is available."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label ?var4 ?var5 ?var5Label ?var6Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4586> ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q17451> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P123> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P287> ?var6 . } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9176", "question": "What are Hermann Hesse\u2019s occupations in German?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?occupation ?occupationLabel WHERE {\n  wd:Q25973 wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"de\" )\n}\nLIMIT 50", "paraphrases": ["Can you list the German labels for the occupations of the writer Hermann Hesse?", "Show me the German terms for what Hermann Hesse did for a living."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q25973> <http://www.wikidata.org/prop/direct/P1576> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } LIMIT 50"}}
{"id": "val_9177", "question": "List all Wikimedia language codes used by Wikipedia editions where the language item has a defined language code.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?language_code WHERE {\n  ?wikipedia_edition wdt:P31 wd:Q10876391 ; wdt:P407 ?language .\n  ?language wdt:P424 ?language_code .\n}\nORDER BY ASC ( ?language_code )", "paraphrases": ["What are the ISO 639 language codes for Wikipedia editions, but only for languages that have their own Wikimedia language code defined?", "Show me the language codes of all Wikipedia language editions, but only include those where the associated language entity has a Wikimedia language code."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> ; <http://www.wikidata.org/prop/direct/P407> [ <http://www.wikidata.org/prop/direct/P424> ?var1 ] . MINUS { BIND ( LANG ( ?var3 ) AS ?var1 ). <http://www.wikidata.org/entity/P3559> <http://schema.org/description> ?var3 . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9178", "question": "What is the English name of Vitosha Boulevard?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  BIND( wd:Q7937209 AS ?var1 ) .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = 'en' )\n}", "paraphrases": ["Can you tell me the label for the entity Vitosha Boulevard?", "What is Vitosha Boulevard called in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q7937209> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9179", "question": "What is the English label for the mountain hut Tazha?", "sparql": "SELECT ?hut ?hutLabel WHERE { VALUES ?hut { wd:Q9363797 } . ?hut rdfs:label ?hutLabel . FILTER(LANG(?hutLabel) = \"en\") }", "paraphrases": ["Can you tell me the name of the mountain hut located in the Balkan Mountains in Bulgaria?", "What is the official name in English of the entity representing Tazha mountain hut?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q12297098> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9180", "question": "What resources and people are associated with the surname Tarantino?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property wd:Q21487819 .}", "paraphrases": ["Which entities have the surname Tarantino as a value, and what properties link them to it?", "Can you list all the things that are connected to the surname Tarantino in Wikidata?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q21487819> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_9181", "question": "What are the types of experiments?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclass WHERE {\n  ?subclass wdt:P279 wd:Q101965 .\n}", "paraphrases": ["List all subclasses of scientific experiment.", "What are some examples of specific kinds of experiments?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q101965> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_9182", "question": "What locations are associated with the painting \"Mercury and Argus\" through its physical location and administrative hierarchy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?location WHERE {\n  {\n    wd:Q17125310 wdt:P276 ?start .\n    ?start wdt:P131 * ?location .\n  } UNION {\n    wd:Q17125310 wdt:P17 ?location .\n  }\n}", "paraphrases": ["Where is the painting \"Mercury and Argus\" located, including all administrative divisions from the museum up to the country?", "Show the full geographic hierarchy of the painting \"Mercury and Argus\", from the museum to the country it belongs to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17125310> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9183", "question": "What artworks or images depict currency or money?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?depicted ?depictedLabel WHERE {\n  ?depicted wdt:P180 ?currency .\n  ?currency wdt:P279 * wd:Q1368 .\n  ?depicted rdfs:label ?depictedLabel .\n  FILTER(LANG(?depictedLabel) = \"en\")\n}\nORDER BY ?depictedLabel", "paraphrases": ["Can you list paintings and other visual works that show coins, banknotes, or other forms of money?", "Show me images that feature items related to money, such as coins or banknotes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { <http://www.wikidata.org/entity/Q1368> <http://www.wikidata.org/prop/direct/P180> ?var1 . } ORDER BY DESC( ?var1 )"}}
{"id": "val_9184", "question": "Title of the movie with IMDb ID tt5980788 in English or German", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label WHERE {\n  ?item wdt:P345 \"tt5980788\" .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" || LANG( ?label ) = \"de\" )\n}", "paraphrases": ["What is the English or German title of the TV show with IMDb ID tt5980788?", "Please provide the English or German title for the item with IMDb ID tt5980788."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5980788\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9185", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0056059.", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0056059\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia articles for the movie Hatari!?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0056059."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0056059\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9186", "question": "Television series with \"24\" in the title", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?series ?seriesLabel WHERE {\n  ?series wdt:P31 wd:Q5398426 .\n  ?series rdfs:label ?seriesLabel .\n  FILTER(REGEX(?seriesLabel , \"24\" , \"i\"))\n}\nLIMIT 20", "paraphrases": ["Which TV series have \"24\" in their name?", "List all television series whose titles include the number 24."], "info": {"raw_sparql": "SELECT ?var1Label ?var1 ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5398426> . FILTER ( ( REGEX ( ?var1Label , \"24\" ) ) ) . } LIMIT 20"}}
{"id": "val_9187", "question": "What is the image of the person with SNAC ARK ID w62q0dhc?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w62q0dhc\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find a picture of Leroy Carr from Wikidata?", "Does the Wikidata entry for the individual with SNAC ARK ID w62q0dhc include an image?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62q0dhc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9188", "question": "Who are the Brazilian council members?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P39 wd:Q708492 ; wdt:P27 wd:Q155 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["List people from Brazil who serve as city council members.", "Can you tell me the names of individuals who are citizens of Brazil and hold a council member position?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en,pt\". } ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q708492> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q155> . } LIMIT 100"}}
{"id": "val_9189", "question": "Who is Menahem Bensussan in French, and is he a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Menahem Bensussan\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What human entity has the French label 'Menahem Bensussan'?", "Find the Wikidata item for the person named Menahem Bensussan in French, who is classified as a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Menah Bens\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9190", "question": "Does Wikidata contain a football player with Transfermarkt ID 97695?", "sparql": "ASK WHERE { ?player wdt:P2446 \"97695\" . }", "paraphrases": ["Is there a footballer in Wikidata whose Transfermarkt profile ID is 97695?", "Check if the player with Transfermarkt ID 97695 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"97695\". }"}}
{"id": "val_9191", "question": "English and French labels for open-source software development", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?labelEn ?labelFr WHERE {\n  wd:Q7096425 rdfs:label ?labelEn .\n  FILTER(LANGMATCHES(LANG(?labelEn) , \"en\"))\n  OPTIONAL {\n    wd:Q7096425 rdfs:label ?labelFr .\n    FILTER(LANGMATCHES(LANG(?labelFr) , \"fr\"))\n  }\n}\nLIMIT 10", "paraphrases": ["What is the English label for open-source software development, and is there a French label?", "Show me the English and French names for open-source software development."], "info": {"raw_sparql": "SELECT DISTINCT( <http://www.w3.org/2001/XMLSchema#string> ( ?var1 ) AS ?var2 )( <http://www.w3.org/2001/XMLSchema#string> ( ?var3 ) AS ?var4 ) WHERE { <http://www.wikidata.org/entity/Q7096425> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . <http://www.wikidata.org/entity/Q7096425> <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"FR\" ) ) ) . FILTER ( ( LANGMATCHES ( LANG ( ?var3 ) , \"EN\" ) ) ) . } LIMIT 10"}}
{"id": "val_9192", "question": "Does the VIAF ID 188799798 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P214 \"188799798\" . }", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 188799798?", "Confirm if the Virtual International Authority File ID 188799798 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"188799798\". }"}}
{"id": "val_9193", "question": "Who has the Twitter username 'sadads'?", "sparql": "SELECT ?person ?twitterUsername WHERE { ?person wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"sadads\" } }", "paraphrases": ["Which person on Wikidata is associated with the Twitter handle @sadads?", "Tell me the name of the person whose Twitter username is sadads."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"sadads\" ) ( \"string1\" ) ( \"jamesofur\" ) } }"}}
{"id": "val_9194", "question": "What is the Wikidata item for the movie with IMDb ID tt1794886?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P345 \"tt1794886\" .\n}", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt1794886?", "Find the Wikidata entry for the film identified by the IMDb ID tt1794886."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1794886\". }"}}
{"id": "val_9195", "question": "Railway stations in the Netherlands", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?station(SAMPLE(?label) AS ?stationLabel) WHERE {\n  ?station wdt:P31 wd:Q55488 .\n  ?station wdt:P17 wd:Q55 .\n  ?station rdfs:label ?label .\n}\nGROUP BY ?station", "paraphrases": ["What are the railway stations in the Netherlands?", "List all railway stations in the Netherlands along with their names in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q55488> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q55> . }"}}
{"id": "val_9196", "question": "Identifier properties used on humans with their labels and example values", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { ?human wdt:P31 wd:Q5 . ?human ?prop ?value . ?property wikibase:directClaim ?prop . ?property rdfs:label ?propertyLabel . FILTER (LANG(?propertyLabel) = \"en\") { ?property wdt:P31 wd:Q19847637 } UNION { ?property wdt:P31 wd:Q19595382 } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER (LANG(?valueLabel) = \"en\") } } LIMIT 10", "paraphrases": ["What external identifiers (like ORCID or Last.fm ID) are used for humans in Wikidata, and what are their English labels and sample values?", "Show me the English-labeled identifier and authority control properties applied to humans, along with their example values and those values\u2019 English labels if available."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var2 ?var3 . ?var4 <http://wikiba.se/ontology#directClaim> ?var2 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19847637> . } UNION { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19595382> . } FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . OPTIONAL { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } } LIMIT 10"}}
{"id": "val_9197", "question": "Canadian female humans with their date of birth and English names", "sparql": "SELECT ?person ?personLabel ?genderLabel ?dateOfBirth WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P27 wd:Q16 . ?person wdt:P21 wd:Q6581072 . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } wd:Q6581072 rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } LIMIT 50", "paraphrases": ["Who are the Canadian women listed on Wikidata, and when were they born?", "List the names and birth dates of all Canadian female individuals in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6Label ?var7Label ?var8Label ?var9Label ?var10 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q16> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P119> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var10 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } LIMIT 150000"}}
{"id": "val_9198", "question": "What is Mike Mullane\u2019s date of birth, and is he deceased?", "sparql": "SELECT ?personLabel ?dateOfBirth ?dateOfDeath WHERE { BIND( wd:Q720182 AS ?person ) . OPTIONAL { ?person wdt:P569 ?dateOfBirth . } OPTIONAL { ?person wdt:P570 ?dateOfDeath . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was Mike Mullane born, and what is his full name as listed in Wikidata?", "Can you provide the birth date of astronaut Mike Mullane and confirm whether he has passed away?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q720182> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9199", "question": "What are the birth and death dates of Fusamaro Tsugaru?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q17208783 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q17208783 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q17208783 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me the life span of Fusamaro Tsugaru, including his birth and death dates?", "Who is Fusamaro Tsugaru, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q17208783> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9200", "question": "Name, birth date, and death date of William E. Fairbairn", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q5723458 rdfs:label ?personLabel . OPTIONAL { wd:Q5723458 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5723458 wdt:P570 ?deathDate . } }", "paraphrases": ["What is the birth date and death date of William E. Fairbairn, and what is his full name?", "Please provide the English name, date of birth, and date of death for William E. Fairbairn."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5723458> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9201", "question": "What is the birth date of Michel Tognini, and is he deceased?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q1339046 AS ?person)\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me Michel Tognini\u2019s full name, when he was born, and whether he has passed away?", "When was the French astronaut Michel Tognini born, and what is his date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1339046> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9202", "question": "Carl Linnaeus the Younger birth and death dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND(wd:Q178823 AS ?person)\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Carl Linnaeus the Younger born and when did he die?", "Tell me the birth and death dates of Carl Linnaeus the Younger, along with his name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q178823> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9203", "question": "What are the birth and death dates of Davis McCaughey?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q1178152 wdt:P31 wd:Q5 . OPTIONAL { wd:Q1178152 wdt:P569 ?birthDate . } OPTIONAL { wd:Q1178152 wdt:P570 ?deathDate . } wd:Q1178152 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["Can you tell me when Davis McCaughey was born and when he died?", "Who is Davis McCaughey, and what are his birth and death dates?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q1178152> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9204", "question": "What are the birth and death dates of Frederick William, Grand Duke of Mecklenburg-Strelitz?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?birthDate ?deathDate WHERE {\n  wd:Q61444 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    wd:Q61444 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q61444 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Frederick William, Grand Duke of Mecklenburg-Strelitz born and when did he die?", "Provide the full name, birth date, and death date of Frederick William, Grand Duke of Mecklenburg-Strelitz."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q61444> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9205", "question": "What are the date of birth and date of death of Lucius Horatio Biglow?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q6697545 AS ?person ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Tell me the birth and death dates of the American football coach Lucius Horatio Biglow.", "When was Lucius Horatio Biglow born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6697545> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9206", "question": "What are the birth and death dates of Julian Wieniawski?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q8865841 rdfs:label ?label . FILTER(LANG(?label) = \"en\") . OPTIONAL { wd:Q8865841 wdt:P569 ?birthDate . } OPTIONAL { wd:Q8865841 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me the life span of Julian Wieniawski, including when he was born and when he died?", "Who is Julian Wieniawski, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8865841> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9207", "question": "U.S. presidents since 1970, their spouses, images, and start dates", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?presidentLabel ?spouseLabel ?presidentImage ?startDate WHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president wdt:P39 wd:Q11696 ; p:P39 [ ps:P39 wd:Q11696 ; pq:P580 ?startDate ] .\n  ?president wdt:P26 ?spouse .\n  ?president wdt:P18 ?presidentImage .\n  FILTER ( ?startDate > \"1970-01-01T00:00:00Z\" ^^ xsd:dateTime ) FILTER ( isIRI( ?presidentImage ) ) ?president rdfs:label ?presidentLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER ( lang( ?presidentLabel ) = \"en\" ) FILTER ( lang( ?spouseLabel ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["Who are the U.S. presidents since 1970, who are their spouses, and what are their official portraits and spouse names in English?", "Show me the names of U.S. presidents who took office after 1970, along with their spouses\u2019 names, their own photos, and when they started their presidency."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> ; <http://www.wikidata.org/prop/39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> ; <http://www.wikidata.org/prop/qualifier/P580> ?var5 ] . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var6 . FILTER ( ( ( ?var5 > \"1970-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9208", "question": "Restaurants in Taiwan with Chinese names or Chinese Wikipedia pages.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?restaurant ?label ?zhLabel ?zhTitle WHERE {\n  ?restaurant wdt:P31 wd:Q11707 .\n  ?restaurant wdt:P17 wd:Q865 .\n  OPTIONAL {\n    ?restaurant rdfs:label ?zhLabel .\n    FILTER ( LANG( ?zhLabel ) = \"zh\" )\n  }\n  OPTIONAL {\n    ?zhWikiPage schema:about ?restaurant .\n    ?zhWikiPage schema:isPartOf <https://zh.wikipedia.org/> .\n    ?zhWikiPage schema:name ?zhTitle .\n  }\n  BIND( COALESCE ( ?zhLabel , ?zhTitle ) AS ?label ) FILTER ( BOUND( ?label ) )\n}", "paraphrases": ["What are the restaurants in Taiwan, and what are their Chinese labels or Chinese Wikipedia titles?", "List all restaurants located in Taiwan along with their Chinese-language labels; if no label exists, provide the corresponding Chinese Wikipedia page title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11707> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q865> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> _:b15 . _:b15 <http://www.wikidata.org/prop/direct/P297> ?var5 . } OPTIONAL { ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/isPartOf> <https://zh.wikipedia.org/> . ?var6 <http://schema.org/name> ?var4 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"zh\" ) ) ) . } BIND ( COALESCE ( ?var3Label , ?var4 ) AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,zh\". } FILTER ( ( BOUND ( ?var7 ) ) ) . FILTER ( ( BOUND ( ?var2 ) ) ) . }"}}
{"id": "val_9209", "question": "What properties (other than \"instance of\") are used to link entities to the Sea of Japan?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?property WHERE {\n  ?subject ?statementProperty wd:Q27092 .\n  ?property wikibase:statementProperty ?statementProperty .\n  FILTER(?property != wd:P31)\n}", "paraphrases": ["Which types of relationships connect other items to the Sea of Japan in Wikidata?", "Show me all the ways other entities are connected to the Sea of Japan, excluding the \"instance of\" relationship."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 ?var3 <http://www.wikidata.org/entity/Q27092> . ?var1 <http://wikiba.se/ontology#statementProperty> ?var3 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/P31> ) ) ) . }"}}
{"id": "val_9210", "question": "Who are the people with the family name Schneider, and what are their native names and countries of citizenship?", "sparql": "SELECT DISTINCT ?person ?nativeName ?country WHERE {\n  ?person wdt:P734 wd:Q11703653 .  # Family name: Schneider\n  OPTIONAL { ?person wdt:P1559 ?nativeName . }\n  OPTIONAL { ?person wdt:P27 ?country . }\n}", "paraphrases": ["Show me all individuals with the surname Schneider, along with their native names and nationalities.", "List people named Schneider and their associated country of citizenship and native language name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> <http://www.wikidata.org/entity/Q1674357> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1559> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P27> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, ru, fr\". } }"}}
{"id": "val_9211", "question": "What is the title of the film \"The Lord of the Rings: The Fellowship of the Ring\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title WHERE {\n  wd:Q127367 wdt:P1476 ?title .\n}\nLIMIT 100", "paraphrases": ["Can you tell me the full title of the 2001 Peter Jackson film based on Tolkien's novel?", "What is the published title of the movie with Wikidata ID Q127367?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1476> <http://www.wikidata.org/entity/Q127367> . } LIMIT 100"}}
{"id": "val_9212", "question": "Who directed \"The Lord of the Rings: The Fellowship of the Ring\" and what is its title?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title ?director ?directorLabel WHERE {\n  wd:Q127367 wdt:P1476 ?title .\n  wd:Q127367 wdt:P57 ?director .\n  ?director rdfs:label ?directorLabel .\n  FILTER(LANG(?directorLabel) = \"en\")\n}", "paraphrases": ["Title and director of the film The Lord of the Rings: The Fellowship of the Ring", "Tell me the title of The Lord of the Rings: The Fellowship of the Ring and who directed it."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } <http://www.wikidata.org/entity/Q127367> <http://www.wikidata.org/prop/direct/P1476> ?var1 . <http://www.wikidata.org/entity/Q127367> <http://www.wikidata.org/prop/direct/P57> ?var2 . } LIMIT 100"}}
{"id": "val_9213", "question": "List humans with their religion, gender, and English Wikipedia page URLs.", "sparql": "SELECT ?human ?humanLabel ?genderLabel ?religionLabel ?wikipedia WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P140 ?religion .\n  ?human wdt:P21 ?gender .\n  ?wikipedia schema:about ?human ;\n         schema:inLanguage \"en\" .\n  FILTER(STRSTARTS(STR(?wikipedia), \"https://en.wikipedia.org/wiki/\"))\n  OPTIONAL { ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") }\n  OPTIONAL { ?gender rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") }\n  OPTIONAL { ?religion rdfs:label ?religionLabel . FILTER(LANG(?religionLabel) = \"en\") }\n} LIMIT 100", "paraphrases": ["Who are some humans, what are their religions and genders, and what are their English Wikipedia pages?", "Show me a list of people, including their gender, religion, and the link to their English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var4Label ?var5Label ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P140> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var6 <http://schema.org/about> ?var1 . ?var6 <http://schema.org/inLanguage> \"en\". FILTER ( ( ( SUBSTR ( STR ( ?var6 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } LIMIT 20000"}}
{"id": "val_9214", "question": "Twitter usernames for Wikimedia Foundation, Servette FC, and Envel Le Hir", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Wikimedia\" \"ServetteFC\" \"envlh\"\n  }\n}", "paraphrases": ["Which Wikidata items have the Twitter usernames \"Wikimedia\", \"ServetteFC\", or \"envlh\"?", "Show me the entities on Wikidata that are associated with the Twitter handles Wikimedia, ServetteFC, and envlh."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"MaelLeHir\" ) ( \"fagerving\" ) ( \"Wikimedia\" ) ( \"string1\" ) ( \"ServetteFC\" ) ( \"string2\" ) ( \"TeleclubAG\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9215", "question": "What entity and property does the statement with ID Q45317368-556D630B-DA9C-4636-8963-B0D1A01E557E describe?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property s:Q45317368-556D630B-DA9C-4636-8963-B0D1A01E557E .\n}", "paraphrases": ["Which subject and property are linked to the Wikidata statement s:Q45317368-556D630B-DA9C-4636-8963-B0D1A01E557E?", "Find the entity and the type of claim (property) for the statement identified by s:Q45317368-556D630B-DA9C-4636-8963-B0D1A01E557E."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q45317368-556D630B-DA9C-4636-8963-B0D1A01E557E> . }"}}
{"id": "val_9216", "question": "What entity and property are associated with the statement s:Q24722598-49CCADF2-7F72-4B1A-A71C-F7F329977AFF?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?entity ?statementProperty WHERE {\n  ?entity ?statementProperty s:Q24722598-49CCADF2-7F72-4B1A-A71C-F7F329977AFF .\n}", "paraphrases": ["Which entity has the statement 'instance of' with identifier s:Q24722598-49CCADF2-7F72-4B1A-A71C-F7F329977AFF?", "Tell me the entity and property linked to the Wikidata statement s:Q24722598-49CCADF2-7F72-4B1A-A71C-F7F329977AFF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24722598-49CCADF2-7F72-4B1A-A71C-F7F329977AFF> . }"}}
{"id": "val_9217", "question": "What item is associated with the statement ID Q24722492-ACAF9E7D-8A04-4575-8720-04F60E1CEF95 using the 'has part(s)' property?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item(p:P527 AS ?property) WHERE {\n  ?item p:P527 s:Q24722492-ACAF9E7D-8A04-4575-8720-04F60E1CEF95 .\n}", "paraphrases": ["Which entity has a 'has part(s)' statement with the identifier s:Q24722492-ACAF9E7D-8A04-4575-8720-04F60E1CEF95?", "Find the subject of the statement identified by s:Q24722492-ACAF9E7D-8A04-4575-8720-04F60E1CEF95 that uses the 'has part(s)' property."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24722492-ACAF9E7D-8A04-4575-8720-04F60E1CEF95> . }"}}
{"id": "val_9218", "question": "What entity and property are associated with the statement about the conserved site being part of the Drosophila-type alcohol dehydrogenase?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?subject ?property ?subjectLabel WHERE {\n  ?subject ?property s:Q24738632-66849F45-3146-4944-B695-C961F8A071E6 .\n  ?subject rdfs:label ?subjectLabel .\n  FILTER(LANG(?subjectLabel) = \"en\")\n}", "paraphrases": ["Which entity has the statement \"part of\" pointing to Alcohol dehydrogenase, Drosophila-type?", "Find the subject and property of the Wikidata statement with identifier s:Q24738632-66849F45-3146-4944-B695-C961F8A071E6."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24738632-66849F45-3146-4944-B695-C961F8A071E6> . }"}}
{"id": "val_9219", "question": "What entity and property does the statement s:Q24782547-2F70C665-A55E-4CB8-A3F6-EF7B20C71B03 refer to?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property s:Q24782547-2F70C665-A55E-4CB8-A3F6-EF7B20C71B03 . }", "paraphrases": ["Which subject and property are linked by the Wikidata statement s:Q24782547-2F70C665-A55E-4CB8-A3F6-EF7B20C71B03?", "Can you tell me the entity and property that this specific statement represents: s:Q24782547-2F70C665-A55E-4CB8-A3F6-EF7B20C71B03?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24782547-2F70C665-A55E-4CB8-A3F6-EF7B20C71B03> . }"}}
{"id": "val_9220", "question": "What protein is described as having an NAD(P)-binding domain, and what is its name?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX ref: <http://www.wikidata.org/reference/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?entity ?entityLabel ?propertyLabel ?valueLabel ?reference WHERE {\n  wd:Q24724509 p:P527 ?statement .\n  ?statement ps:P527 wd:Q24769952 .\n  ?statement prov:wasDerivedFrom ref:1bd9dd60727e62773aab36a492974de25961160e .\n  ?statement wikibase:rank wikibase:NormalRank .\n  wd:Q24724509 rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  .\n  BIND(\"has part(s)\" AS ?propertyLabel)\n  .\n  wd:Q24769952 rdfs:label ?valueLabel .\n  FILTER(LANG(?valueLabel) = \"en\")\n  .\n  BIND(\"ref:1bd9dd60727e62773aab36a492974de25961160e\" AS ?reference)\n}", "paraphrases": ["Which entity has the part \"NAD(P)-binding domain\" according to the reference ref:1bd9dd60727e62773aab36a492974de25961160e?", "Can you tell me the name of the enzyme that contains an NAD(P)-binding domain, as cited in this reference?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24724509-EE51BA03-9359-4EDB-847D-916A9C23912B> ?var1 ?var2 . }"}}
{"id": "val_9221", "question": "What are all the properties and values associated with the statement that the 4Fe-4S ferredoxin-type iron-sulphur binding domain is part of CoB--CoM heterodisulphide reductase, subunit C?", "sparql": "SELECT ?property ?value WHERE { s:Q24776740-68504A4E-016E-4805-9F05-FFF794E44CBB ?property ?value . }", "paraphrases": ["Show me the rank, source, and type of the claim that the 4Fe-4S ferredoxin domain is part of the CoB--CoM reductase subunit.", "Retrieve all metadata for the statement linking the 4Fe-4S ferredoxin-type domain to the CoB--CoM heterodisulphide reductase subunit."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24776740-68504A4E-016E-4805-9F05-FFF794E44CBB> ?var1 ?var2 . }"}}
{"id": "val_9222", "question": "What protein is associated with the FMN-binding part according to Wikidata?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?itemLabel ?value ?valueLabel WHERE {\n  ?item p:P527 s:Q24768617-9E06992E-F8EE-4C73-B120-496E913CC552 .\n  s:Q24768617-9E06992E-F8EE-4C73-B120-496E913CC552 ps:P527 ?value .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Which gene or protein has FMN-binding as a component, based on the statement with reference ref:784755a4...", "Can you tell me the name of the protein that has FMN-binding as a part?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24768617-9E06992E-F8EE-4C73-B120-496E913CC552> ?var1 ?var2 . }"}}
{"id": "val_9223", "question": "What are all the properties and values associated with the statement that claims \"CELF proteins\" is a protein family?", "sparql": "SELECT ?property ?value WHERE { s:Q100989676-fa97d637-45a0-f0f0-bede-47c0327561f8 ?property ?value . }", "paraphrases": ["Show the rank, type, and reference details of the statement asserting that CELF proteins are a protein family.", "Retrieve all metadata (including rank and type) for the statement that classifies CELF proteins as a protein family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24720815-378284A3-61E3-4F80-8CC8-6FB505E043AA> ?var1 ?var2 . }"}}
{"id": "val_9224", "question": "What metadata is associated with the statement node s:Q24787568-4DC52B4F-3C5A-41A9-ACEA-97DD9391EC8D?", "sparql": "SELECT ?predicate ?object WHERE { s:Q24787568-4DC52B4F-3C5A-41A9-ACEA-97DD9391EC8D ?predicate ?object . }", "paraphrases": ["Can you show me the rank, reference, and type of the statement with ID s:Q24787568-4DC52B4F-3C5A-41A9-ACEA-97DD9391EC8D?", "What are the properties and values of the Wikidata statement identified by s:Q24787568-4DC52B4F-3C5A-41A9-ACEA-97DD9391EC8D?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24787568-4DC52B4F-3C5A-41A9-ACEA-97DD9391EC8D> ?var1 ?var2 . }"}}
{"id": "val_9225", "question": "Proteins that are part of the UgpC protein family", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?protein ?proteinLabel WHERE {\n  ?protein wdt:P361 wd:Q24784886 .\n  ?protein rdfs:label ?proteinLabel .\n  FILTER(LANG(?proteinLabel) = \"en\")\n}", "paraphrases": ["Which proteins belong to the UgpC protein family?", "List the proteins that are members of the UgpC protein family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24784886> . }"}}
{"id": "val_9226", "question": "What metadata is associated with the statement that the NHPM bacteriocin system ABC transporter, ATP-binding protein is a protein family?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q24775594-D1AA239F-B8A3-49B9-8B95-1E07265BE343 ?property ?value .\n}", "paraphrases": ["Show all properties and values of the statement asserting that \"NHPM bacteriocin system ABC transporter, ATP-binding protein\" belongs to the protein family class.", "What are the rank, provenance, and type of the statement that classifies this protein as a protein family?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24775594-D1AA239F-B8A3-49B9-8B95-1E07265BE343> ?var1 ?var2 . }"}}
{"id": "val_9227", "question": "What item and property does the statement about Albert Einstein receiving the Nobel Prize in Physics refer to?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property WHERE {\n  wd:Q937 p:P166 ?statement .\n  ?statement ps:P166 wd:Q38104 .\n  BIND( wd:Q937 AS ?item ) BIND( wdt:P166 AS ?property )\n}", "paraphrases": ["Who received the Nobel Prize in Physics, and what property represents this award in Wikidata?", "Show the subject and property associated with the statement that Albert Einstein was awarded the Nobel Prize in Physics."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24775594-122C8171-4531-4152-A684-3EA98090D050> . }"}}
{"id": "val_9228", "question": "What source information is attached to the reference with ID ref:205eabda4a2cf7d4f8ede558f514fc289fb74afd?", "sparql": "SELECT ?property ?value WHERE { ref:205eabda4a2cf7d4f8ede558f514fc289fb74afd ?property ?value . }", "paraphrases": ["Show all properties and values of the reference that cites the Integrated Authority File as the source for Albert Einstein\u2019s birthplace.", "What details does this Wikidata reference contain about when and where the information about Einstein\u2019s birth was retrieved?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/reference/0a3a248038b0ac291af9c2e8fe202bfbc5267170> ?var1 ?var2 . }"}}
{"id": "val_9229", "question": "What metadata and assertions are associated with the statement that the protein \"Thiamine ABC transporter, ATP-binding protein ThiQ\" has a part \"ABC transporter-like\"?", "sparql": "SELECT ?predicate ?object WHERE {\n  s:Q24738485-CF33FB4C-DE0D-4229-A6AF-CBE404965772 ?predicate ?object .\n}", "paraphrases": ["Show all properties and values of the statement node for the \"has part\" assertion about the ThiQ protein.", "List all information stored about the reference and rank of the claim that ThiQ contains an ABC transporter-like component."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24738485-CF33FB4C-DE0D-4229-A6AF-CBE404965772> ?var1 ?var2 . }"}}
{"id": "val_9230", "question": "What are the direct relationships of the protein domain \"Molybdenum-binding protein ModE, N-terminal\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?value WHERE {\n  {\n    wd:Q24723918 ?property ?value .\n    FILTER ( ?property = wdt:P31 )\n  } UNION {\n    wd:Q24723918 ?property ?value .\n    FILTER ( ?property = wdt:P361 )\n  } UNION {\n    wd:Q24723918 ?property ?value .\n    FILTER ( ?property = wdt:P279 )\n  } UNION {\n    wd:Q24723918 ?property ?value .\n    FILTER ( ?property = wdt:P2926 )\n  }\n}", "paraphrases": ["Which protein is the Molybdenum-binding protein ModE, N-terminal domain part of, and what class does it belong to?", "Show the InterPro ID, parent domain, containing protein, and type of the domain IPR003725."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24723918> ?var1 ?var2 . }"}}
{"id": "val_9231", "question": "What is the classification of the entity associated with this statement?", "sparql": "SELECT ?propertyLabel ?valueLabel WHERE { s:Q24723918-CEF9F746-93D8-46C8-AC41-F11F918DBABB ps:P31 wd:Q898273 . wd:P31 rdfs:label ?propertyLabel . wd:Q898273 rdfs:label ?valueLabel . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?valueLabel) = \"en\") }", "paraphrases": ["What does the statement with ID Q24723918-CEF9F746-93D8-46C8-AC41-F11F918DBABB claim about the entity?", "Is the entity in this statement a protein domain, and what property is used to state that?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24723918-CEF9F746-93D8-46C8-AC41-F11F918DBABB> ?var1 ?var2 . }"}}
{"id": "val_9232", "question": "What entity and property are associated with the statement identified by UUID Q24769828-ED96A1DE-34E6-448D-A8B3-ADEB73F71332?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?predicate WHERE {\n  ?subject ?predicate s:Q24769828-ED96A1DE-34E6-448D-A8B3-ADEB73F71332 .\n}", "paraphrases": ["Which property links the Phosphonate Uptake Transporter in the statement with UUID Q24769828-ED96A1DE-34E6-448D-A8B3-ADEB73F71332?", "For the statement with ID Q24769828-ED96A1DE-34E6-448D-A8B3-ADEB73F71332, what is the subject and predicate?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24769828-ED96A1DE-34E6-448D-A8B3-ADEB73F71332> . }"}}
{"id": "val_9233", "question": "What item and property are associated with statement s:Q24772049-7FA9465F-35DB-4FF8-8E12-0CF98120C9B2?", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q24772049-7FA9465F-35DB-4FF8-8E12-0CF98120C9B2 . }", "paraphrases": ["Which entity and property does the statement s:Q24772049-7FA9465F-35DB-4FF8-8E12-0CF98120C9B2 belong to?", "Tell me the subject and property of the Wikidata statement with ID s:Q24772049-7FA9465F-35DB-4FF8-8E12-0CF98120C9B2."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24772049-7FA9465F-35DB-4FF8-8E12-0CF98120C9B2> . }"}}
{"id": "val_9234", "question": "What protein systems is the ABC transporter, lipoprotein release, LolD domain part of?", "sparql": "SELECT ?partOf ?partOfLabel WHERE { wd:Q24738428 wdt:P361 ?partOf . ?partOf rdfs:label ?partOfLabel . FILTER(LANG(?partOfLabel) = \"en\") }", "paraphrases": ["Which protein systems include the ABC transporter, lipoprotein release, LolD domain as a component?", "List the protein systems that contain the LolD domain as a part."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24738428-6C663F9A-6F1D-4A6F-B792-4225350646C6> . }"}}
{"id": "val_9235", "question": "What protein is claimed to be a protein family, and what is the rank and source of this claim?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?entity ?proteinFamily ?rank ?reference WHERE {\n  ?entity p:P31 s:Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118 .\n  s:Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118 ps:P31 ?proteinFamily .\n  s:Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118 wikibase:rank ?rank .\n  s:Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118 prov:wasDerivedFrom ?reference .\n}", "paraphrases": ["Which entity has the statement asserting it is a protein family, and what are the details of that statement?", "Show the entity, the protein family it is classified as, its rank, and reference for statement s:Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24772783-7C1CEF3C-7005-448D-A1CE-FE1F6711B118> ?var1 ?var2 . }"}}
{"id": "val_9236", "question": "What qualifiers and their values are associated with Albert Einstein\u2019s place of birth in Wikidata?", "sparql": "SELECT ?statement ?qualifierLabel ?qualifierValueLabel WHERE { wd:Q937 wdt:P19 ?place . ?statement ps:P19 ?place . ?statement ?qualifier ?qualifierValue . FILTER(STRSTARTS(STR(?qualifier), \"http://www.wikidata.org/prop/qualifier/\")) . BIND(IRI(REPLACE(STR(?qualifier), \"http://www.wikidata.org/prop/qualifier/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?qualifierLabel . ?qualifierValue rdfs:label ?qualifierValueLabel . FILTER(LANG(?qualifierLabel) = \"en\") . FILTER(LANG(?qualifierValueLabel) = \"en\") } LIMIT 10", "paraphrases": ["Can you show me the details of all qualifiers (like country or administrative region) for the statement that Albert Einstein was born in Ulm?", "List the properties and values that provide additional context to the claim that Albert Einstein was born in a specific location."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24722187-66D27150-95F0-45E5-A384-B9AA1A3CA3F6> ?var1 ?var2 . }"}}
{"id": "val_9237", "question": "What are the properties and values of the IMP dehydrogenase-related 1 protein family?", "sparql": "SELECT ?propertyLabel ?value ?valueLabel ?description WHERE { VALUES (?property ?propertyLabel) { (wdt:P31 \"instance of\") (wdt:P279 \"subclass of\") (wdt:P527 \"has part(s)\") (wdt:P2926 \"InterPro ID\") } wd:Q24772810 ?property ?value . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } wd:Q24772810 schema:description ?description . FILTER(LANG(?description) = \"en\") }", "paraphrases": ["What is the instance of, subclass of, has part(s), and InterPro ID for the protein family IMP dehydrogenase-related 1?", "Show me the direct claims (like instance of and subclass of) for the InterPro family Q24772810, including their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24772810> ?var1 ?var2 . }"}}
{"id": "val_9238", "question": "Films directed by Paul Verhoeven without an LdiF ID, released in the 1930s\u20131940s, with English titles.", "sparql": "SELECT ?film ?filmLabel ?date ?directorLabel WHERE { ?film wdt:P31 wd:Q11424 ; wdt:P57 wd:Q72302 ; wdt:P577 ?date . FILTER NOT EXISTS { ?film wdt:P3107 ?ldifId . } ?film rdfs:label ?filmLabel . FILTER(LANG(?filmLabel) = \"en\") wd:Q72302 rdfs:label ?directorLabel . FILTER(LANG(?directorLabel) = \"en\") } ORDER BY ASC(?filmLabel)", "paraphrases": ["Which films directed by Paul Verhoeven do not have an entry in the Lexikon des Internationalen Films, and what are their release dates?", "List the English titles and release dates of Paul Verhoeven\u2019s films that are not listed in the Lexikon des Internationalen Films."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q72302> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3107> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } FILTER ( ( !( BOUND ( ?var5 ) ) ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9239", "question": "What subject and property does the statement about the Magnesium transporter MgtE, non-eukaryotic have?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property s:Q24769249-CD497C98-E2D9-4062-8730-CD7F11DBF6D0 .\n}", "paraphrases": ["Which entity and property are associated with the statement claiming that the Magnesium transporter MgtE, non-eukaryotic has a specific intracellular domain?", "Find the subject and property of the statement that links the Magnesium transporter MgtE, non-eukaryotic to its intracellular domain part."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24769249-CD497C98-E2D9-4062-8730-CD7F11DBF6D0> . }"}}
{"id": "val_9240", "question": "Which enzymes contain the IMP dehydrogenase / GMP reductase conserved site?", "sparql": "SELECT ?enzyme WHERE { ?enzyme wdt:P527 wd:Q24746009 .}", "paraphrases": ["What proteins have the IMP_DH/GMP_Rdtase_CS conserved site as a part?", "List all enzymes that include the InterPro conserved site IPR015875 (IMP dehydrogenase / GMP reductase)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24746009> . }"}}
{"id": "val_9241", "question": "Multilingual descriptions of the InterPro family Gliding motility-associated protein GldE", "sparql": "SELECT ?description WHERE { wd:Q24787827 schema:description ?description . FILTER(isLiteral(?description)) }", "paraphrases": ["What are the descriptions of the protein family Gliding motility-associated protein GldE in different languages?", "Show me the labels for Gliding motility-associated protein GldE in all available languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24787827> ?var1 ?var2 . }"}}
{"id": "val_9242", "question": "Proteins that are part of the Membrane-bound transcription factor site-2 protease family.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?protein WHERE {\n  ?protein wdt:P361 wd:Q24723445 .\n}", "paraphrases": ["Which proteins belong to the Membrane-bound transcription factor site-2 protease protein family?", "List all proteins that are components of the Membrane-bound transcription factor site-2 protease family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24723445> . }"}}
{"id": "val_9243", "question": "What are the multilingual descriptions and external identifiers (MeSH, Freebase, etc.) for the PDZ domain (InterPro: IPR001478)?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?propertyLabel ?value WHERE {\n  {\n    wd:Q24721050 schema:description ?value .\n    BIND(\"Description\" AS ?propertyLabel)\n  } UNION {\n    wd:Q24721050 wdt:P486 ?value .\n    BIND(\"MeSH descriptor ID\" AS ?propertyLabel)\n  } UNION {\n    wd:Q24721050 wdt:P646 ?value .\n    BIND(\"Freebase ID\" AS ?propertyLabel)\n  } UNION {\n    wd:Q24721050 wdt:P6366 ?value .\n    BIND(\"Microsoft Academic ID\" AS ?propertyLabel)\n  } UNION {\n    wd:Q24721050 wdt:P672 ?value .\n    BIND(\"MeSH tree code\" AS ?propertyLabel)\n  }\n}", "paraphrases": ["Can you list all the language-specific descriptions and database IDs (like MeSH and Freebase) associated with the PDZ protein domain?", "Show me the descriptions in different languages and the external IDs (MeSH, Freebase, Microsoft Academic, and MeSH tree code) for the PDZ domain (Q24721050)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q24721050> ?var1 ?var2 . }"}}
{"id": "val_9244", "question": "What metadata is associated with the statement that the InterPro entry IPR022331 is a protein family?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q24778421-B0F278D1-B581-4B45-B6B2-C273A9C82701 ?property ?value .\n}", "paraphrases": ["Show all properties and values of the statement asserting that Neurogenic locus Notch 3 is a protein family.", "Retrieve the rank, type, and source of the claim that Q24778421 is an instance of protein family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24778421-B0F278D1-B581-4B45-B6B2-C273A9C82701> ?var1 ?var2 . }"}}
{"id": "val_9245", "question": "What metadata is associated with the statement that says \"serine/threonine-protein kinase, active site\" is part of \"serine/threonine protein kinase, striated muscle-specific\"?", "sparql": "SELECT ?property ?value WHERE { s:Q24787419-0E7F3072-8E7F-4CDA-8FD3-936392182725 ?property ?value . }", "paraphrases": ["Show all properties and values of the statement with identifier s:Q24787419-0E7F3072-8E7F-4CDA-8FD3-936392182725.", "What are the rank, type, and reference details for the assertion that a serine/threonine-protein kinase is part of a striated muscle-specific kinase?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24787419-0E7F3072-8E7F-4CDA-8FD3-936392182725> ?var1 ?var2 . }"}}
{"id": "val_9246", "question": "What is the property and value of the statement about serine/threonine-protein kinase, active site being part of another kinase?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ?valueLabel WHERE {\n  s:Q24787419-0E7F3072-8E7F-4CDA-8FD3-936392182725 ps:P361 ?value .\n  wd:P361 rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?valueLabel ) = \"en\" )\n}", "paraphrases": ["Which entity is the serine/threonine-protein kinase, active site part of, according to Wikidata?", "What does the statement about the active site kinase being part of something mean? Show the property and target entity."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24787419-0E7F3072-8E7F-4CDA-8FD3-936392182725> . }"}}
{"id": "val_9247", "question": "Proteins that are part of the Parvalbumin protein family", "sparql": "SELECT ?protein WHERE { ?protein wdt:P361 wd:Q24768579 . }", "paraphrases": ["Which proteins belong to the Parvalbumin protein family?", "List all proteins that are members of the Parvalbumin protein family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24768579> . }"}}
{"id": "val_9248", "question": "What metadata is associated with the statement that mitochondrial Rho GTPase contains the MIRO domain?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q24769073-775F71AC-1546-4833-9B39-8B80CF877A9B ?property ?value .\n}", "paraphrases": ["Show all properties and values of the claim that mitochondrial Rho GTPase has the MIRO domain as a part.", "What references, ranks, and types are attached to the statement about mitochondrial Rho GTPase having the MIRO domain?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24769073-775F71AC-1546-4833-9B39-8B80CF877A9B> ?var1 ?var2 . }"}}
{"id": "val_9249", "question": "What subject and property are associated with the statement ID Q24721231-2F824026-D5BE-4E88-96A5-61B242B60913?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property s:Q24721231-2F824026-D5BE-4E88-96A5-61B242B60913 .\n}", "paraphrases": ["Which protein domain is claimed to be part of something in the statement with ID Q24721231-2F824026-D5BE-4E88-96A5-61B242B60913, and what property is used?", "Show me the subject and property of the Wikidata statement that links EF hand associated, type-1 to mitochondrial Rho GTPase."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24721231-2F824026-D5BE-4E88-96A5-61B242B60913> . }"}}
{"id": "val_9250", "question": "Rank and source of the statement that mitochondrial Rho GTPase has the EF hand associated, type-1 domain.", "sparql": "SELECT ?statement ?rank ?source WHERE { wd:Q24769073 p:P527 ?statement . ?statement ps:P527 wd:Q24721231 ; wikibase:rank ?rank ; prov:wasDerivedFrom ?source .}", "paraphrases": ["What is the rank and provenance source of the claim that mitochondrial Rho GTPase includes the EF hand associated, type-1 protein domain?", "Show me the rank and reference source for the statement asserting that mitochondrial Rho GTPase has a part of type EF hand associated, type-1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24769073-F06AE8F9-C359-4593-BA3E-FBBA4C404585> ?var1 ?var2 . }"}}
{"id": "val_9251", "question": "Most frequently used property to classify items as toothbrushes", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q134205 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["What property is most often used to indicate that an item is a toothbrush?", "Show me the property that is used most frequently to categorize entities as toothbrushes."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q134205> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9252", "question": "What subject and property correspond to the statement with ID Q24775071-8E5183C8-648E-45C2-9FA7-B40FE9DEE7A7?", "sparql": "SELECT ?subject ?property WHERE {\n  ?subject ?property s:Q24775071-8E5183C8-648E-45C2-9FA7-B40FE9DEE7A7 .\n}", "paraphrases": ["Which entity and property are linked by the statement s:Q24775071-8E5183C8-648E-45C2-9FA7-B40FE9DEE7A7?", "Show me the subject and property of the Wikidata statement identified by Q24775071-8E5183C8-648E-45C2-9FA7-B40FE9DEE7A7."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24775071-8E5183C8-648E-45C2-9FA7-B40FE9DEE7A7> . }"}}
{"id": "val_9253", "question": "Which proteins contain the InterPro domain Regulator of RNA terminal phosphate cyclase?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?protein WHERE {\n  ?protein wdt:P527 wd:Q24721415\n}", "paraphrases": ["What proteins are known to include the RtcR domain (InterPro: IPR009715)?", "List the proteins that have the RNA terminal phosphate cyclase regulatory domain as a part of their structure."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24721415> . }"}}
{"id": "val_9254", "question": "Proteins that are part of the Sporulation protease LonC protein family.", "sparql": "SELECT ?protein ?proteinLabel WHERE { ?protein wdt:P361 wd:Q24721075 . ?protein rdfs:label ?proteinLabel . FILTER(LANG(?proteinLabel) = \"en\") }", "paraphrases": ["Which proteins belong to the Sporulation protease LonC family?", "List the proteins that are components of the Sporulation protease LonC InterPro family."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q24721075> . }"}}
{"id": "val_9255", "question": "What entity and property are associated with the statement ID Q24772974-B1FA1B38-6AD9-43B8-8E48-5305118D6E9C?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?property WHERE {\n  ?item ?property s:Q24772974-B1FA1B38-6AD9-43B8-8E48-5305118D6E9C .\n}", "paraphrases": ["Which item and property does the statement s:Q24772974-B1FA1B38-6AD9-43B8-8E48-5305118D6E9C refer to?", "Can you tell me the subject and property of the Wikidata statement with this unique ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24772974-B1FA1B38-6AD9-43B8-8E48-5305118D6E9C> . }"}}
{"id": "val_9256", "question": "Clp ATPase C-terminal domain part of which protein complex?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?protein ?part WHERE {\n  wd:Q24781888 p:P361 ?statement .\n  ?statement ps:P361 ?part .\n  FILTER ( ?statement = s:Q24781888-3C462511-CBDE-45FC-8A9C-22DA10E8ED1E )\n}", "paraphrases": ["Which protein contains the Clp ATPase, C-terminal domain as a part?", "Tell me the protein that the Clp ATPase, C-terminal domain is part of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q24781888-3C462511-CBDE-45FC-8A9C-22DA10E8ED1E> . }"}}
{"id": "val_9257", "question": "Metadata and values for statement s:Q24744800-892828F8-8760-4DF2-809A-A39ABFBF416A", "sparql": "SELECT ?predicate ?object WHERE { s:Q24744800-892828F8-8760-4DF2-809A-A39ABFBF416A ?predicate ?object .}", "paraphrases": ["What are the predicate-object pairs for the Wikidata statement with ID Q24744800-892828F8-8760-4DF2-809A-A39ABFBF416A?", "Show all properties and values associated with the Wikidata statement that claims \u201cClpA/B, conserved site 1\u201d is a part of something."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24744800-892828F8-8760-4DF2-809A-A39ABFBF416A> ?var1 ?var2 . }"}}
{"id": "val_9258", "question": "List international organizations and their logos.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?org ?orgLabel ?logo WHERE {\n  ?org wdt:P31 wd:Q484652 .\n  ?org wdt:P154 ?logo .\n  ?org rdfs:label ?orgLabel .\n  FILTER(LANG(?orgLabel) = \"en\")\n}", "paraphrases": ["What are the names and logo images of all international organizations on Wikidata?", "Show me the English names and logo URLs of all entities classified as international organizations."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484652> . ?var1 <http://www.wikidata.org/prop/direct/P154> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh-cn,zh,en,fr,de,ja,es,Du,ru,nl,en\". } }"}}
{"id": "val_9259", "question": "Reactome ID, rank, and source for Bile acid and bile salt metabolism", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?value ?rank ?source WHERE {\n  wd:Q45317321 p:P3937 ?statement .\n  ?statement ps:P3937 ?value ; wikibase:rank ?rank ; prov:wasDerivedFrom ?source .\n}", "paraphrases": ["What is the Reactome ID of Bile acid and bile salt metabolism, what is its rank, and what is its source?", "Show me the Reactome ID, rank, and source for the statement about Bile acid and bile salt metabolism in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q45317321-A579A2B9-4878-444D-A169-B1B22166C195> ?var1 ?var2 . }"}}
{"id": "val_9260", "question": "What is the English label and description of the Wikidata item with YSO ID 162356?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2347 \"162356\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Can you tell me the name and description in English of the place identified by the YSO ID 162356?", "Show me the English name and description of the Finnish village with YSO ID 162356."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2347> \"162356\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9261", "question": "Which entity and property are associated with the statement having the identifier Q34340181-016AD7E8-30E0-4919-9BE6-A42ADC846221?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property s:Q34340181-016AD7E8-30E0-4919-9BE6-A42ADC846221 . }", "paraphrases": ["Entity and property for Wikidata statement Q34340181-016AD7E8-30E0-4919-9BE6-A42ADC846221", "Tell me the subject and property of the statement with ID Q34340181-016AD7E8-30E0-4919-9BE6-A42ADC846221."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q34340181-016AD7E8-30E0-4919-9BE6-A42ADC846221> . }"}}
{"id": "val_9262", "question": "What scientific work is cited by the p53-Dependent G1/S DNA damage checkpoint?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?process ?processLabel ?property ?work ?workLabel WHERE {\n  ?process ?property s:Q36804393-366A6331-D1EF-4F88-983B-A33CFEE9311C .\n  s:Q36804393-366A6331-D1EF-4F88-983B-A33CFEE9311C ps:P2860 ?work .\n  ?process rdfs:label ?processLabel .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?processLabel) = \"en\")\n  FILTER(LANG(?workLabel) = \"en\")\n}", "paraphrases": ["Cited work for p53-Dependent G1/S DNA damage checkpoint", "Show me the publication referenced by the p53-Dependent G1/S DNA damage checkpoint process"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q36804393-366A6331-D1EF-4F88-983B-A33CFEE9311C> . }"}}
{"id": "val_9263", "question": "Metadata of the statement with ID Q24610106-8E67CA00-351C-4698-BE29-E55B83CCDC2B", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?predicate ?object WHERE {\n  s:Q24610106-8E67CA00-351C-4698-BE29-E55B83CCDC2B ?predicate ?object .\n}", "paraphrases": ["What are the properties and values of the Wikidata statement that links the article \"Chk2/hCds1 functions as a DNA damage checkpoint in G(1) by stabilizing p53\" to PubMed ID 10673500?", "Show all details about the statement that has the PubMed ID 10673500 as its value, including its rank and source reference."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q24610106-8E67CA00-351C-4698-BE29-E55B83CCDC2B> ?var1 ?var2 . }"}}
{"id": "val_9264", "question": "What are the metro stations in Amsterdam and their locations?", "sparql": "SELECT ?station ?stationLabel ?location WHERE { ?station wdt:P31 wd:Q928830 . ?station wdt:P131 wd:Q9899 . ?station wdt:P276 ?location . ?station rdfs:label ?stationLabel . FILTER(LANG(?stationLabel) = \"en\") }", "paraphrases": ["Can you list the metro stations located in Amsterdam along with the districts they are in?", "Which stations of the Amsterdam metro system are located in which administrative districts?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5503> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q9899> . ?var1 <http://www.wikidata.org/prop/direct/P276> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,en\". } }"}}
{"id": "val_9265", "question": "Images of Jeremy Ashbee and the topics of his published works.", "sparql": "SELECT DISTINCT ?image WHERE { { wd:Q42687823 wdt:P18 ?image . } UNION { wd:Q42687823 wdt:P1889 ?confusedEntity . ?confusedEntity wdt:P18 ?image . FILTER (?confusedEntity != wd:Q5) } UNION { wd:Q42687823 ^wdt:P50 / wdt:P921 / wdt:P18 ?image . } }", "paraphrases": ["What images are associated with Jeremy Ashbee, either directly or through the subjects of the works he authored?", "Show me all images related to Jeremy Ashbee, including those of the historical sites and topics covered in his writings."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q42687823> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q42687823> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { <http://www.wikidata.org/entity/Q42687823> (^ <http://www.wikidata.org/prop/direct/P50> /( <http://www.wikidata.org/prop/direct/P921> *| <http://www.wikidata.org/prop/direct/P50> )/ <http://www.wikidata.org/prop/direct/P18> ) ?var1 . } }"}}
{"id": "val_9266", "question": "What property is most commonly used to link an entity to its conjugate acid in Wikidata?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?claimProperty wd:P4147 . ?property wikibase:directClaim ?claimProperty . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which Wikidata property has the highest number of statements where the value is the conjugate acid (P4147)?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P4147> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9267", "question": "Entities with start time between 1994 and 2004 and end time between 2004 and 2014.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P580 ?startTime .\n  ?item wdt:P582 ?endTime .\n  FILTER ( ?startTime >= \"1994-02-01T00:00:00Z\" ^^ xsd:dateTime && ?startTime <= \"2004-02-29T23:59:59Z\" ^^ xsd:dateTime ) FILTER ( ?endTime >= \"2004-02-01T00:00:00Z\" ^^ xsd:dateTime && ?endTime <= \"2014-02-28T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which events or projects began between February 1994 and February 2004 and ended between February 2004 and February 2014?", "List all time-bound items (like TV shows, events, or studies) that started in the late 1990s to early 2000s and concluded in the mid-2000s to early 2010s."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1994-02-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"2004-02-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"2004-02-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2014-02-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_9268", "question": "What are some cities and their countries according to Wikidata?", "sparql": "SELECT DISTINCT ?city ?country WHERE { ?city (wdt:P31/wdt:P279*) wd:Q515 . ?city wdt:P17 ?country . } LIMIT 10", "paraphrases": ["Can you list 10 cities along with the countries they are located in?", "Which countries contain cities or their subclasses, such as towns or villages?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { BIND ( <http://www.wikidata.org/entity/Q515> AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . ?var1 <http://www.wikidata.org/prop/P17> ?var2 . } LIMIT 10"}}
{"id": "val_9269", "question": "Which property is most commonly used to link to the 1983 film Scarface?", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?propertyUri wd:Q47075 . ?property wikibase:directClaim ?propertyUri . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Most frequent property connecting Scarface (1983) to other items in Wikidata", "Show me the property that has the highest number of statements with Scarface (1983) as the object."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q47075> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9270", "question": "What are the Spanish labels and descriptions of the properties used to describe the film Forrest Gump?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?prop ?propLabel ?propDescription WHERE {\n  wd:Q134773 ?prop ?value .\n  BIND(IRI(REPLACE(STR(?prop) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propEntity)\n  .\n  ?propEntity rdfs:label ?propLabel .\n  ?propEntity schema:description ?propDescription .\n  FILTER(LANG(?propLabel) = \"es\")\n  FILTER(LANG(?propDescription) = \"es\")\n}\nLIMIT 100", "paraphrases": ["Show me the Spanish names and explanations of all properties that have Forrest Gump as a subject in Wikidata.", "Which properties describe Forrest Gump, and how are they labeled and described in Spanish?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q134773> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_9271", "question": "Humans with 'Remilly' in their French name", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(CONTAINS(LCASE(?label), \"remilly\")) . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the French people named Remilly?", "List all humans whose French label contains 'remilly'"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"remilly\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9272", "question": "List English-named people born between 1980 and 2002 who have Russian Wikipedia pages.", "sparql": "SELECT ?personLabel ?ruWikiPageTitle ?birthDate WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P569 ?birthDate . ?ruWikiPage schema:isPartOf <https://ru.wikipedia.org/> ; schema:about ?person . BIND(strafter(str(?ruWikiPage), \"https://ru.wikipedia.org/wiki/\") AS ?ruWikiPageTitle) ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") FILTER ( ?birthDate >= \"1980-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"2002-01-01T00:00:00Z\"^^xsd:dateTime ) } LIMIT 10", "paraphrases": ["Who are the people born between 1980 and 2002 that have English Wikipedia labels and corresponding Russian Wikipedia articles?", "Show me the names, birth dates, and Russian Wikipedia links of people born between 1980 and 2002, using their English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5Label ?var6Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . ?var2 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . ?var2 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } FILTER ( ( ( ?var3 >= \"1980-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"2002-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var6 . } } LIMIT 10"}}
{"id": "val_9273", "question": "Which Wikidata items have Twitter handles carlbildt, OpenAI, datagouvfr, Wikimedia, or mySociety?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"carlbildt\" \"OpenAI\" \"datagouvfr\" \"Wikimedia\" \"mySociety\" } }", "paraphrases": ["Who are the entities on Wikidata that use the Twitter usernames \"carlbildt\", \"OpenAI\", \"datagouvfr\", \"Wikimedia\", or \"mySociety\"?", "List the Wikidata items associated with the Twitter accounts @carlbildt, @OpenAI, @datagouvfr, @Wikimedia, and @mySociety."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"fuzheado\" ) ( \"string2\" ) ( \"carlbildt\" ) ( \"uveavanto\" ) ( \"Ludovic_P_\" ) ( \"string3\" ) ( \"Wikimedia\" ) ( \"MaelLeHir\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"GSC_GUMA\" ) ( \"string13\" ) ( \"string14\" ) ( \"l1twit\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"egaucher\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"fnielsen\" ) ( \"nichtich\" ) ( \"mySociety\" ) ( \"string24\" ) ( \"inOut2018\" ) ( \"string25\" ) ( \"wikidata\" ) ( \"K_rho\" ) ( \"string26\" ) ( \"AngersData\" ) ( \"datagouvfr\" ) ( \"awjuliani\" ) ( \"OpenAI\" ) ( \"DataBzh\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"string30\" ) ( \"string31\" ) ( \"string32\" ) ( \"kamacess\" ) ( \"akaAgar\" ) ( \"ykamit\" ) ( \"mimimibe\" ) ( \"string33\" ) ( \"string34\" ) ( \"LObs\" ) ( \"string35\" ) ( \"string36\" ) ( \"string37\" ) ( \"cortico\" ) ( \"string38\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9274", "question": "Who are the people named Rapha\u00ebl in French?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Rapha\u00ebl\" @fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Which humans have \"Rapha\u00ebl\" as their French label on Wikidata?", "Can you list individuals whose name in French is Rapha\u00ebl?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Rapha\u00ebl\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9275", "question": "What are some subgenres of fiction literature?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P279 wd:Q38072107 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nLIMIT 11", "paraphrases": ["Can you list 11 types of fiction that are subclasses of fiction literature?", "Show me the English labels of the 11 most specific categories under fiction literature."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q38072107> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9276", "question": "Which entities have Twitter handles \"UNESCO_fr\" or \"envlh\", and how many Wikipedia language editions cover them?", "sparql": "SELECT ?item ?twitter (COUNT(?page) AS ?sitelinkCount) WHERE { ?item wdt:P2002 ?twitter . VALUES ?twitter { \"UNESCO_fr\" \"envlh\" } . ?page schema:about ?item ; schema:isPartOf ?wiki . } GROUP BY ?item ?twitter ORDER BY ASC(?sitelinkCount)", "paraphrases": ["What are the Twitter accounts \"UNESCO_fr\" and \"envlh\", and which one has fewer Wikipedia language editions linked to it?", "List the Wikidata items for the Twitter handles \"UNESCO_fr\" and \"envlh\", sorted by the number of Wikipedia pages they appear on, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"UNESCO_fr\" ) ( \"string2\" ) ( \"SqreenIO\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9277", "question": "What Wikidata items have the Twitter usernames 'lemondefr' or 'decodeurs'?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"lemondefr\" \"decodeurs\" } }", "paraphrases": ["Which entities on Wikidata are associated with the Twitter accounts @lemondefr and @decodeurs?", "Show me the Wikidata entries for the Twitter accounts lemondefr and decodeurs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"lemondefr\" ) ( \"decodeurs\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9278", "question": "What is the Wikidata item for the movie with IMDb ID tt1877830?", "sparql": "SELECT ?item WHERE { ?item wdt:P345 \"tt1877830\" . }", "paraphrases": ["Which film in Wikidata has the IMDb identifier tt1877830?", "Find the entity in Wikidata that is linked to the IMDb ID tt1877830."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1318830\". }"}}
{"id": "val_9279", "question": "Scholarly articles by Rita Casadio with co-authors, publication venues, and dates.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nSELECT(MIN(xsd:date(?date)) AS ?pubDate) ?work ?workLabel(GROUP_CONCAT(DISTINCT ?typeLabel ; SEPARATOR = \", \") AS ?types)(SAMPLE(?pages) AS ?numPages) ?venue ?venueLabel(GROUP_CONCAT(DISTINCT ?coAuthorLabel ; SEPARATOR = \", \") AS ?coAuthors) WHERE {\n  ?work wdt:P50 wd:Q28946169 .\n  ?work wdt:P50 ?author .\n  FILTER(?author != wd:Q28946169)\n  OPTIONAL {\n    ?author rdfs:label ?coAuthorLabel .\n    FILTER(LANG(?coAuthorLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P31 ?type .\n    ?type rdfs:label ?typeLabel .\n    FILTER(LANG(?typeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?work wdt:P577 ?date\n  }\n  OPTIONAL {\n    ?work wdt:P1104 ?pages\n  }\n  OPTIONAL {\n    ?work wdt:P1433 ?venue .\n    ?venue rdfs:label ?venueLabel .\n    FILTER(LANG(?venueLabel) = \"en\")\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nGROUP BY ?work ?workLabel ?venue ?venueLabel\nORDER BY DESC(?pubDate)", "paraphrases": ["What are the scholarly articles authored by Rita Casadio, who are her co-authors, where were they published, and when?", "List all research papers written by Rita Casadio, including her co-authors, the journals they appeared in, their publication dates, and the type of publication."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q28946169> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_9280", "question": "Is there a Commodore 64 game with Ready64 ID 2385?", "sparql": "ASK WHERE { ?game wdt:P4916 \"2385\" . }", "paraphrases": ["Does the game Arnie II have the Ready64 identifier 2385?", "Confirm if the Ready64 ID 2385 corresponds to any video game in the Wikidata database."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"2385\". }"}}
{"id": "val_9281", "question": "What Commodore 64 game has the Ready64 ID 112?", "sparql": "SELECT ?game WHERE { ?game wdt:P4916 \"112\" }", "paraphrases": ["Ready64 ID 112 game", "Find the Commodore 64 game with Ready64 identifier 112"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4916> \"112\". }"}}
{"id": "val_9282", "question": "Movie theaters in Baden-W\u00fcrttemberg and their cities", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?theater ?theaterLabel ?adminEntityLabel WHERE {\n  ?theater wdt:P31 wd:Q41253 .\n  ?theater wdt:P131 * wd:Q985 .\n  ?theater wdt:P131 ?adminEntity .\n  ?theater rdfs:label ?theaterLabel .\n  ?adminEntity rdfs:label ?adminEntityLabel .\n  FILTER(LANG(?theaterLabel) = \"en\")\n  FILTER(LANG(?adminEntityLabel) = \"en\")\n}", "paraphrases": ["What are the movie theaters located in Baden-W\u00fcrttemberg, and in which cities or districts are they directly situated?", "List all movie theaters in Baden-W\u00fcrttemberg along with the names of the administrative areas they belong to, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q41253> . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q985> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9283", "question": "Multilingual descriptions and names of Amy Jacques Garvey", "sparql": "SELECT ?property ?value WHERE { wd:Q481874 ?property ?value . } LIMIT 10", "paraphrases": ["What are the descriptions and names of Amy Jacques Garvey in different languages?", "Show me how Amy Jacques Garvey is described and named in various languages."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q481874> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_9284", "question": "What are all the Wikimedia language codes used by Wikipedia language editions?", "sparql": "SELECT DISTINCT ?languageCode WHERE { ?wikipediaEdition wdt:P31 wd:Q10876391 ; wdt:P407 ?languageItem . ?languageItem wdt:P424 ?languageCode . } ORDER BY ASC(?languageCode)", "paraphrases": ["Which ISO 639 language codes are assigned to different language versions of Wikipedia?", "List all the language codes used by Wikipedia in different languages, as defined by Wikimedia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> ; <http://www.wikidata.org/prop/direct/P407> [ <http://www.wikidata.org/prop/direct/P424> ?var1 ] . MINUS { BIND ( LANG ( ?var3Label ) AS ?var1 ). <http://www.wikidata.org/entity/P233> <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9285", "question": "Is David Cotterill listed in Wikidata with Transfermarkt ID 40207?", "sparql": "ASK WHERE { ?player wdt:P2446 \"40207\" . }", "paraphrases": ["Does the footballer with Transfermarkt player ID 40207 have a Wikidata entry?", "Confirm if there is a Wikidata item for the football player identified by Transfermarkt ID 40207."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"40207\". }"}}
{"id": "val_9286", "question": "Does Renato Augusto have a Transfermarkt player ID of 232096?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"232096\" .\n}", "paraphrases": ["Is there a football player in Wikidata with the Transfermarkt ID 232096?", "Confirm if the Transfermarkt ID 232096 corresponds to a football player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"232096\". }"}}
{"id": "val_9287", "question": "Drinks with ginger in their description", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?drink ?label ?description WHERE {\n  ?drink wdt:P31 wd:Q40050 .\n  ?drink rdfs:label ?label .\n  ?drink schema:description ?description .\n  FILTER ( LANG( ?label ) = \"en\" && LANG( ?description ) = \"en\" ) FILTER ( CONTAINS( LCASE( ?description ) , \"ginger\" ) )\n}\nORDER BY ?label", "paraphrases": ["Which drinks are described as containing ginger?", "Show me beverages that include ginger as an ingredient, based on their Wikidata descriptions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q40050> . ?var1 <http://schema.org/description> ?var2 . FILTER ( ( CONTAINS ( ?var2 , \"g\" ) ) ) . }"}}
{"id": "val_9288", "question": "Who died in 2018?", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P570 ?deathDate . FILTER ( YEAR(?deathDate) = 2018 ) . ?person rdfs:label ?personLabel . FILTER (LANG(?personLabel) = \"en\") }", "paraphrases": ["List of people who died in 2018 with their names.", "Can you provide the names of all individuals who passed away in 2018?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( YEAR ( ?var3 ) = \"2018\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_9289", "question": "Who has the Twitter username \"mweill\"?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"mweill\" } }", "paraphrases": ["Which Wikidata item is associated with the Twitter handle \"mweill\"?", "Show me the person who uses the Twitter username \"mweill\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"QOfficiel\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"Qofficiel\" ) ( \"string5\" ) ( \"string6\" ) ( \"mweill\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9290", "question": "What are some cities, buildings, and landmarks in North America with their images and Wikimedia Commons categories?", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE {\n  VALUES ?placeType { wd:Q515 wd:Q486972 wd:Q1549591 wd:Q173835 wd:Q173836 }  # city, human settlement, building, mountain, hill\n  ?item wdt:P31 ?placeType .\n  VALUES ?country { wd:Q30 wd:Q16 wd:Q147 wd:Q35 }  # United States, Canada, Mexico, Greenland\n  ?item wdt:P17 ?country .\n  OPTIONAL { ?item wdt:P625 ?coord . }\n  OPTIONAL { ?item wdt:P18 ?image . }\n  OPTIONAL { ?item wdt:P373 ?commonsCategory . }\n  OPTIONAL { ?item wdt:P969 ?address . }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n} LIMIT 3000", "paraphrases": ["Show me English-labeled places in the United States, Canada, Mexico, and Greenland, along with their coordinates, photos, and street addresses if available.", "List notable geographic features in North America that have photos on Wikimedia Commons and are located in the US, Canada, Mexico, or Greenland."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-74 60)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string2\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9291", "question": "Artworks exhibited at the 1808 Paris Salon with their creators, images, and catalog numbers.", "sparql": "SELECT ?artwork ?artworkLabel ?creator ?creatorLabel ?image ?catalogCode ?catalogNumber WHERE {  ?artwork p:P608 ?statement .  ?statement ps:P608 wd:Q15273842 .  ?statement pq:P528 ?catalogNumber .  OPTIONAL {    ?artwork wdt:P170 ?creator .  }  OPTIONAL {    ?artwork wdt:P18 ?image .  }  OPTIONAL {    ?artwork wdt:P528 ?catalogCode .    ?catalogCode wdt:P972 wd:Q15273857 .  }  ?artwork rdfs:label ?artworkLabel .  FILTER(LANG(?artworkLabel) = \"en\" || LANG(?artworkLabel) = \"\")  ?creator rdfs:label ?creatorLabel .  FILTER(LANG(?creatorLabel) = \"en\" || LANG(?creatorLabel) = \"\")} ORDER BY ASC(?creatorLabel)", "paraphrases": ["Which artworks were displayed at the 1808 Salon, who created them, what do they look like, and what number were they assigned in the exhibition catalog?", "List all paintings from the 1808 Paris Salon, including the artist\u2019s name, an image of the artwork, and its catalog number in the official 1808 exhibition catalogue."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P608> <http://www.wikidata.org/entity/Q15273842> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P528> [ <http://www.wikidata.org/prop/qualifier/P972> <http://www.wikidata.org/entity/Q15273857> ; <http://www.wikidata.org/prop/statement/P528> ?var4 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/P608> [ <http://www.wikidata.org/prop/qualifier/P528> ?var5 ; <http://www.wikidata.org/prop/statement/P608> <http://www.wikidata.org/entity/Q15273842> ] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY ASC( ?var2Label )"}}
{"id": "val_9292", "question": "What is the Wikidata item for the TV series with IMDb ID tt0056751?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt0056751\" .\n}", "paraphrases": ["Which TV series on Wikidata has the IMDb identifier tt0056751?", "Show me the Wikidata entry for the show with IMDb ID tt0056751."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0056751\". }"}}
{"id": "val_9293", "question": "Cities and their countries", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?city ?cityLabel ?country ?countryLabel WHERE {\n  ?city(wdt:P31 / wdt:P279 *) wd:Q515 .\n  ?city wdt:P17 ?country .\n  ?city rdfs:label ?cityLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["What cities are there, and which countries are they in?", "List the names of cities (including towns and similar settlements) along with the countries they belong to, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,it\". } } LIMIT 1000"}}
{"id": "val_9294", "question": "Does the GND ID 4802864-2 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"4802864-2\" . }", "paraphrases": ["Is there a Wikidata item associated with the GND ID 4802864-2?", "Check if the German National Library ID 4802864-2 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4802864-2\". }"}}
{"id": "val_9295", "question": "What statements in Wikidata have provenance sources?", "sparql": "PREFIX prov: <http://www.w3.org/ns/prov#>\nSELECT ?statement ?source WHERE {\n  ?statement prov:wasDerivedFrom ?source .\n}\nLIMIT 100", "paraphrases": ["Show me the statements and their sources in Wikidata.", "Which items in Wikidata have statements with referenced sources?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . ?var3 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var4 . ?var4 <http://wikiba.se/ontology#reference> ?var5 . } LIMIT 100"}}
{"id": "val_9296", "question": "Image of the person with SNAC ARK ID w6jq3pdt", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6jq3pdt\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6jq3pdt?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6jq3pdt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6jq3pdt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9297", "question": "Cemeteries and landmarks in northern Alabama with coordinates between 33.9\u00b0N and 34.1\u00b0N and 87.1\u00b0W and 86.9\u00b0W, including images and Commons categories.", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  FILTER(geof:latitude(?location) >= 33.9 && geof:latitude(?location) <= 34.1)\n  FILTER(geof:longitude(?location) >= -87.1 && geof:longitude(?location) <= -86.9)\n  OPTIONAL { ?item wdt:P18 ?image . }\n  OPTIONAL { ?item wdt:P373 ?commonsCategory . }\n  OPTIONAL { ?item wdt:P969 ?address . }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n} LIMIT 3000", "paraphrases": ["What places in the region around 34\u00b0N, 87\u00b0W have geographic coordinates within a small bounding box and are associated with images, Wikimedia Commons categories, or street addresses?", "List all entities located in northern Alabama (latitude 33.9\u201334.1, longitude -87.1 to -86.9) along with their images, Commons categories, and addresses if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-87 34)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-87 34)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9298", "question": "German municipalities and their official municipality keys (Gemeindeschl\u00fcssel)", "sparql": "SELECT ?municipality ?municipalityKey WHERE { ?municipality wdt:P439 ?municipalityKey . } ORDER BY ?municipality LIMIT 12000", "paraphrases": ["What are the German municipalities and their corresponding Gemeindeschl\u00fcssel identifiers?", "List all municipalities in Germany along with their 8-digit official municipal identification codes."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P439> ?var2 . } } LIMIT 12000"}}
{"id": "val_9299", "question": "What are the names and official municipality keys of all German municipalities?", "sparql": "SELECT ?municipality ?municipalityLabel ?municipalityKey WHERE { ?municipality wdt:P439 ?municipalityKey . ?municipality rdfs:label ?municipalityLabel . FILTER(LANG(?municipalityLabel) = \"de\") } LIMIT 12000", "paraphrases": ["Can you list German towns and their Gemeindeschl\u00fcssel identifiers?", "Show me the German names and identification codes for municipalities in Germany."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P439> ?var3 . } } LIMIT 12000"}}
{"id": "val_9300", "question": "Japanese people and their occupations", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?occupationLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P27 wd:Q17 .\n  ?person wdt:P106 ?occupation .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the occupations of people who are citizens of Japan?", "List the English labels of occupations held by Japanese citizens."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q17> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 250000"}}
{"id": "val_9301", "question": "Who are the actors in the movie Titanic?", "sparql": "SELECT ?castMemberLabel WHERE { wd:Q44578 wdt:P161 ?castMember . ?castMember rdfs:label ?castMemberLabel . FILTER(LANG(?castMemberLabel) = \"en\") } LIMIT 10", "paraphrases": ["List the English-language names of the cast members of the film Titanic.", "Which actors starred in James Cameron\u2019s Titanic?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/entity/Q44578> <http://www.wikidata.org/prop/direct/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } } LIMIT 10"}}
{"id": "val_9302", "question": "Who was the 23rd President of the United States?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q11696 .\n  ?statement pq:P1545 \"23\" .\n}", "paraphrases": ["Which person held the 23rd term as President of the United States?", "Tell me the name of the 23rd president of the United States."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var2 <http://www.wikidata.org/prop/qualifier/P1545> \"23\". ?var2 <http://www.wikidata.org/prop/statement/P39> ?var1 . }"}}
{"id": "val_9303", "question": "What publications has Lisa Brown published in, and how many works did she publish in each?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?publication ?publicationLabel ( COUNT( ?work ) AS ?count ) WHERE {\n  ?work wdt:P50 wd:Q47071859 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) .\n  OPTIONAL {\n    ?publication wdt:P1813 ?shortName .\n  }\n  BIND( COALESCE ( ?shortName , ?label ) AS ?publicationLabel )\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which conference proceedings contain work by Lisa Brown, and how many of her works appear in each?", "List the English-named publications where Lisa Brown has authored works, showing the count of her works per publication, preferring abbreviated names if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q47071859> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_9304", "question": "Dutch athletes and their occupations", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?occupation ?occupationLabel WHERE {\n  ?person wdt:P27 wd:Q55 .\n  ?person wdt:P106 ?occupation .\n  ?person rdfs:label ?personLabel .\n  ?occupation rdfs:label ?occupationLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?occupationLabel ) = \"en\" )\n}", "paraphrases": ["What are the occupations of people who are citizens of the Netherlands?", "List the names and occupations of people from the Netherlands."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q55> . ?var1 <http://www.wikidata.org/entity/Q2066131> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_9305", "question": "What are the types or categories that a backpack belongs to?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  wd:Q5843 wdt:P279 ?subclass .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["What is a backpack a subclass of in Wikidata?", "Show me the parent categories of a backpack."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q5843> <http://www.wikidata.org/prop/direct/P40> + ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9306", "question": "What are the geographical locations (country, city, continent) associated with the 20th-century martyrs sculpture at Westminster Abbey?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q29546709 (wdt:P131|wdt:P17|wdt:P30)+ ?location } LIMIT 100", "paraphrases": ["Show the administrative and geographical hierarchy of the 20th-century martyrs sculpture series.", "Where is the 20th-century martyrs sculpture located, from the local level up to the continent?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q29546709> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9307", "question": "Japanese foundations with their corporate numbers and NDL Authority IDs", "sparql": "SELECT ?foundation ?label ?corporateNumber ?ndlId WHERE { ?foundation wdt:P17 wd:Q17 . ?foundation wdt:P31 wd:Q157031 . OPTIONAL { ?foundation wdt:P3225 ?corporateNumber . } OPTIONAL { ?foundation wdt:P349 ?ndlId . } ?foundation rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 1000", "paraphrases": ["What are the English names, corporate numbers, and NDL IDs of foundations located in Japan?", "List Japanese foundations along with their English labels, Japanese corporate numbers, and National Diet Library IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q17> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q157031> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P3225> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P349> ?var3 . } } LIMIT 1000"}}
{"id": "val_9308", "question": "Film actors who have won awards, with their award names listed.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor(GROUP_CONCAT(DISTINCT ?awardLabel ; SEPARATOR = \"; \") AS ?awards) WHERE {\n  ?actor wdt:P106 wd:Q10800557 .\n  ?actor wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANGMATCHES(LANG(?awardLabel) , \"en\"))\n}\nGROUP BY ?actor\nLIMIT 10", "paraphrases": ["Which film actors have received awards, and what are the names of those awards in English?", "List up to 10 film actors along with all the awards they have received, showing the award names in English."], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ; SEPARATOR = \"; \" ) AS ?var2Label ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ro\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } GROUP BY ?var1 LIMIT 10"}}
{"id": "val_9309", "question": "List film actors and the awards they have received in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?actor ?awardLabel WHERE {\n  ?actor wdt:P106 wd:Q10800557 .\n  ?actor wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER(LANG(?awardLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which awards have film actors received, and who are the actors?", "Show me the English names of awards won by film actors."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q10800557> . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ro,jp\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } } LIMIT 100"}}
{"id": "val_9310", "question": "Who is a human with the family name Poquelin?", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P734 wd:Q53733927 . ?human wdt:P31 wd:Q5 .}", "paraphrases": ["Which famous person had Poquelin as their last name?", "Can you tell me the person whose surname is Poquelin?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"poquereau\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9311", "question": "What countries with Spanish labels and descriptions are used as locations for other entities?", "sparql": "SELECT DISTINCT ?location ?locationLabel ?locationDescription WHERE { ?location rdfs:label ?locationLabel . ?location schema:description ?locationDescription . FILTER(LANG(?locationLabel) = \"es\") . FILTER(LANG(?locationDescription) = \"es\") . ?location wdt:P31/wdt:P279* wd:Q3624078 . ?item wdt:P276 ?location . } LIMIT 10", "paraphrases": ["Show me Spanish-named countries that are listed as the location of something in Wikidata.", "Which places (countries) in Spanish have both a label and a description, and are used as a location for other items?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P276> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_9312", "question": "What are the geographic locations associated with Hempsted village cross?", "sparql": "SELECT DISTINCT ?location WHERE { { wd:Q17537721 wdt:P131 ?location } UNION { wd:Q17537721 wdt:P17 ?country . ?country wdt:P30 ?location } UNION { wd:Q17537721 wdt:P17 ?location } }", "paraphrases": ["Which country and continent is Hempsted village cross in, and what is its immediate administrative division?", "Can you tell me the administrative, national, and continental context of the Hempsted village cross?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17537721> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9313", "question": "Places at sea level with their coordinates and names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?place ?placeLabel ?coordinates ?elevation WHERE {\n  ?place wdt:P2044 ?elevation .\n  ?place wdt:P625 ?coordinates .\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = \"en\" ) FILTER ( ?elevation = 0 )\n}", "paraphrases": ["Which places on Earth have an elevation of exactly 0 meters, and what are their names and coordinates?", "List all geographical locations at sea level, including their English names, coordinates, and elevation (which should be 0)."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var4 . FILTER ( ( ( ?var4 = \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,zh\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } }"}}
{"id": "val_9314", "question": "Does Wikidata contain an entry for the GND ID 4189714-6?", "sparql": "ASK WHERE { ?item wdt:P227 \"4189714-6\" . }", "paraphrases": ["Is there a person, organization, or subject in Wikidata identified by the German National Library ID 4189714-6?", "Can the value assurance clause be found in Wikidata using its GND identifier?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4189714-6\". }"}}
{"id": "val_9315", "question": "Chemical compounds with molecular mass 180.06 g/mol, InChI, and KEGG ID.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?compound ?inchi ?kegg_id ?label WHERE {\n  VALUES(?mass) {(\"180.063388\" ^^ xsd:decimal)\n  }\n  ?compound wdt:P234 ?inchi .\n  ?compound wdt:P665 ?kegg_id .\n  ?compound wdt:P2067 ?mass .\n  ?compound rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 190", "paraphrases": ["Which monosaccharides have a molecular weight of approximately 180.06 g/mol and are listed in KEGG with an InChI identifier?", "Show me the English names, InChI codes, and KEGG IDs of all chemical compounds with a mass of 180.063388 g/mol."], "info": {"raw_sparql": "SELECT * WHERE { VALUES ( ?var1 ) { ( \"180.063388\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) } ?var2 <http://www.wikidata.org/prop/direct/P234> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P665> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P2067> ?var1 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } LIMIT 190"}}
{"id": "val_9316", "question": "Which entity has the Library of Congress Control Number n79021345?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P244 \"n79021345\" .\n}", "paraphrases": ["What Wikidata item is associated with the LCCN n79021345?", "Find the Wikidata entity identified by the Library of Congress authority ID n79021345."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P244> \"string1\". } LIMIT 1"}}
{"id": "val_9317", "question": "List of U.S. counties and their coordinates", "sparql": "SELECT ?county ?coordinates WHERE { ?county (wdt:P31* / wdt:P279*) wd:Q47168 ; wdt:P625 ?coordinates .}", "paraphrases": ["What are the geographic coordinates of all counties in the United States?", "Show me the locations of all counties in the United States, including those specific to states like California or Texas."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q47168> ; <http://www.wikidata.org/prop/direct/P625> ?var2 . }"}}
{"id": "val_9318", "question": "Wikipedia pages for the movie with IMDb ID tt0768183 in English or German", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0768183\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English or German Wikipedia pages for the film with IMDb ID tt0768183?", "Show me the English or German Wikipedia links for the movie identified by tt0768183 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0768183\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9319", "question": "What animals are classified as female organisms in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P21 wd:Q43445 .\n}\nLIMIT 10", "paraphrases": ["Which entities have their sex or gender listed as 'female organism'?", "Show me a list of organisms identified as female in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/prop/Q43445> . } LIMIT 10"}}
{"id": "val_9320", "question": "What are the subclasses of Semitic letter?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q19793980 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}", "paraphrases": ["List the English names of all types of Semitic letters.", "Which characters are considered specific kinds of Semitic letters, such as aleph or bet?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q19793980> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9321", "question": "What is the image of the person with SNAC ARK ID w61w3c0s?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61w3c0s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Image for Tadeusz Borowski based on SNAC ARK ID w61w3c0s.", "Show me the Wikimedia Commons image linked to the SNAC ARK ID w61w3c0s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6wd4t1x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9322", "question": "What are the subclasses of immersion foot syndrome?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q7846175 .\n  ?subclass rdfs:label ?subclassLabel\n  FILTER(LANG(?subclassLabel) = 'en')\n}", "paraphrases": ["Can you list the more specific types of immersion foot syndrome?", "Which conditions are considered more specific forms of immersion foot syndrome?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q7846175> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9323", "question": "Image of the person with SNAC ARK ID w6513w86", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6513w86\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6513w86?", "Show me the picture of David Peck Todd from Wikimedia Commons, identified by the SNAC ARK ID w6513w86."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6513w86\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9324", "question": "Does Transfermarkt player ID 20163 exist in Wikidata?", "sparql": "ASK WHERE { ?player wdt:P2446 \"20163\" . }", "paraphrases": ["Is there a football player in Wikidata with the Transfermarkt ID 20163?", "Confirm if the player with Transfermarkt ID 20163 is listed in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"20163\". }"}}
{"id": "val_9325", "question": "Subclasses of chalice with their labels", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q210723 . OPTIONAL { ?subclass rdfs:label ?subclassLabel . } } LIMIT 11", "paraphrases": ["What are the subclasses of a chalice, and what are their names in any language?", "List up to 11 subclasses of the chalice along with their labels, even if some labels are missing."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q210723> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9326", "question": "Wikipedia page for the movie with IMDb ID tt2266781 in English or German.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt2266781\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt2266781?", "Show me the Wikipedia article in English or German about the movie identified by IMDb ID tt2266781."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2266781\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9327", "question": "Diseases with DOID ID but missing exact match link to DOID URI in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?doid WHERE {\n  ?item wdt:P699 ?doid .\n  FILTER ( STRSTARTS( STR( ?doid ) , \"DOID:\" ) ) .\n  FILTER NOT EXISTS {\n    ?item wdt:P2888 ?match .\n    FILTER ( STRSTARTS( STR( ?match ) , \"http://purl.obolibrary.org/obo/DOID_\" ) )\n  }\n  .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 1000", "paraphrases": ["Which diseases in Wikidata have a Disease Ontology ID (P699) but do not have a corresponding exact match (P2888) to the DOID ontology URI?", "List diseases in Wikidata that are identified by DOID but lack a link to the official DOID ontology URL \u2014 for data curation purposes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2888> ?var2 . FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"28\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P699> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_9328", "question": "Who are some people who died in Ireland, and what additional details are recorded about their death?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?statement(SAMPLE(?qualifierProperty) AS ?qualifier) WHERE {\n  ?person p:P20 ?statement .\n  ?statement ps:P20 wd:Q27 .\n  ?statement ?qualifierProperty ?qualifierValue .\n  FILTER(STRSTARTS(STR(?qualifierProperty) , STR(pq:)))\n}\nGROUP BY ?person ?statement\nLIMIT 101", "paraphrases": ["What qualifier properties are associated with death statements of people who died in Ireland?", "Can you list individuals who died in Ireland and the supplementary information (like date or location) linked to their death records?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P20> <http://www.wikidata.org/entity/Q27> . ?var1 <http://www.wikidata.org/prop/P20> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9329", "question": "What entity and property are associated with the statement s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28?", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28 . }", "paraphrases": ["Which person and occupation property does this Wikidata statement refer to?", "Find the subject and property of the given statement in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q18558009-1D643596-FD09-4C74-BF0D-B4549C5F2E0B> . }"}}
{"id": "val_9330", "question": "What are the direct properties and values associated with Albert Einstein in Wikidata?", "sparql": "SELECT ?property ?value WHERE { wd:Q937 ?property ?value . }", "paraphrases": ["Show all information known about Albert Einstein from Wikidata.", "List all the attributes of Albert Einstein stored in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q18557911-D2010192-4BC8-4141-8C3F-E5E30AF08D3B> ?var1 ?var2 . }"}}
{"id": "val_9331", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?article ?imdbId WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?article schema:about ?item .\n  ?article schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?item wdt:P345 ?imdbId .\n}", "paraphrases": ["Which English and German language pages on Wikimedia projects are about the movie identified by the IMDb ID tt0133093?", "Show me the links to the English and German language pages related to the movie The Matrix (IMDb: tt0133093)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5090636\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9332", "question": "Who is Gilberto Gil in French?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Gilberto Gil\"@fr . ?item wdt:P31 wd:Q5 .}", "paraphrases": ["What is the French label for the person Gilberto Gil?", "Can you tell me the Wikidata item for the French-named person Gilberto Gil?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Antony Gil\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9333", "question": "Films released in 2017 with their titles, IMDb IDs, Rotten Tomatoes IDs, and genres.", "sparql": "SELECT DISTINCT ?film ?title ?imdb_id ?rotten_tomatoes_id ?genre WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P577 ?pubDate . FILTER (YEAR(?pubDate) = 2017) OPTIONAL { ?film wdt:P1476 ?title . } OPTIONAL { ?film wdt:P345 ?imdb_id . } OPTIONAL { ?film wdt:P1258 ?rotten_tomatoes_id . } OPTIONAL { ?film wdt:P136 ?genre . } } LIMIT 10", "paraphrases": ["What are the titles, IMDb IDs, Rotten Tomatoes IDs, and genres of films released in 2017?", "List up to 10 films from 2017, including their titles, IMDb identifiers, Rotten Tomatoes links, and genres if available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1258> ?var4 . } FILTER ( ( ( ?var6 >= \"2017-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var6 <= \"2017-12-31T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var5 . } } LIMIT 10"}}
{"id": "val_9334", "question": "What is the Wikidata item for the movie with IMDb ID tt5934402?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt5934402\" .\n}", "paraphrases": ["Which film on Wikidata has the IMDb identifier tt5934402?", "What Wikidata item corresponds to the IMDb ID tt5934402?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5934402\". }"}}
{"id": "val_9335", "question": "What organization is Gabriel Ferrat\u00e9 Pascual affiliated with or employed by, and what is its image, start/end dates, and academic degree?", "sparql": "SELECT ?image ?organization ?organizationLabel ?start ?end ?degreeLabel WHERE { wd:Q8963283 (p:P1416|p:P108) ?statement . ?statement ps:P1416|ps:P108 ?organization . ?organization rdfs:label ?organizationLabel . FILTER(LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image } OPTIONAL { ?statement pq:P580 ?start } OPTIONAL { ?statement pq:P582 ?end } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Which organization did Gabriel Ferrat\u00e9 Pascual work for or affiliate with, and do we have an image of it, along with the start and end dates of the relationship and any academic degree associated with it?", "Show me the organization associated with Gabriel Ferrat\u00e9 Pascual (either as employer or affiliation), including its English label, image, the time period of the association, and any academic degree linked to that relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q8963283> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q8963283> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_9336", "question": "Athletes with Olympic.org ID but no Sports-Reference.com ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?athlete ?olympicOrgId WHERE {\n  ?athlete wdt:P3171 ?olympicOrgId .\n  FILTER NOT EXISTS {\n    ?athlete wdt:P1447 [] .\n  }\n}", "paraphrases": ["Which athletes are listed on the archived Olympic.org site but not on the archived Sports-Reference.com site?", "Show me the list of athletes who have an identifier on Olympic.org (archived) but do not have a corresponding identifier on Sports-Reference.com (archived)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3171> ?var2 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P1447> ?var3 . } ) ) . }"}}
{"id": "val_9337", "question": "Which Wikidata items have Twitter usernames SpaceX, UNESCO, Wikipedia, edent, or Le_Figaro?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"SpaceX\" \"UNESCO\" \"Wikipedia\" \"edent\" \"Le_Figaro\" } } ORDER BY ?username", "paraphrases": ["What are the Wikidata entities associated with the Twitter handles SpaceX, UNESCO, Wikipedia, edent, and Le_Figaro?", "List the Wikidata items and their corresponding Twitter usernames for the handles SpaceX, UNESCO, Wikipedia, edent, and Le_Figaro, sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"OSM_FR\" ) ( \"nojhan\" ) ( \"string3\" ) ( \"hogwxrts\" ) ( \"Le_Figaro\" ) ( \"string4\" ) ( \"string5\" ) ( \"SpaceX\" ) ( \"Anthere\" ) ( \"string6\" ) ( \"string7\" ) ( \"UNESCO\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"jm_gilot\" ) ( \"MumTaupe\" ) ( \"1J1Poilu\" ) ( \"leplanning\" ) ( \"string13\" ) ( \"string14\" ) ( \"Mac_Picsou\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"_Dom_I\" ) ( \"string19\" ) ( \"string20\" ) ( \"MSR_Tlse\" ) ( \"string21\" ) ( \"mamie_caro\" ) ( \"southgeist\" ) ( \"TomChivers\" ) ( \"string22\" ) ( \"GoogleOSS\" ) ( \"string23\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"string27\" ) ( \"Le_Plown\" ) ( \"WESHORSON\" ) ( \"Kocobe\" ) ( \"RDjoumi\" ) ( \"string28\" ) ( \"string29\" ) ( \"tatakDH\" ) ( \"string30\" ) ( \"string31\" ) ( \"Wikipedia\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"SJ_Mage\" ) ( \"PoulpyWP\" ) ( \"string35\" ) ( \"WikiMoyg\" ) ( \"string36\" ) ( \"string37\" ) ( \"maltbyps\" ) ( \"string38\" ) ( \"edent\" ) ( \"bhilburn\" ) ( \"0xMatt\" ) ( \"addelindh\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9338", "question": "Language descriptions of Chao Chuan", "sparql": "SELECT ?description WHERE { wd:Q12973025 schema:description ?description . } LIMIT 10", "paraphrases": ["What are the descriptions of Taiwanese singer Chao Chuan in different languages?", "Show me how Chao Chuan is described in various languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q12973025> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_9339", "question": "Female pianists", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q486748 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Who are some female pianists?", "List up to 100 female pianists with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q486748> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . } LIMIT 100"}}
{"id": "val_9340", "question": "Who is the person with ISNI 000000011059439X, and what are their birth and death details including places?", "sparql": "SELECT ?person ?personLabel ?dob ?dod ?birthplace ?birthplaceLabel ?deathplace ?deathplaceLabel WHERE { ?person wdt:P213 \"000000011059439X\" . ?person wdt:P569 ?dob . ?person wdt:P19 ?birthplace . ?person wdt:P570 ?dod . ?person wdt:P20 ?deathplace . ?person rdfs:label ?personLabel . ?birthplace rdfs:label ?birthplaceLabel . ?deathplace rdfs:label ?deathplaceLabel . FILTER(LANG(?personLabel) = \"en\") . FILTER(LANG(?birthplaceLabel) = \"en\") . FILTER(LANG(?deathplaceLabel) = \"en\") . } LIMIT 10", "paraphrases": ["Show me the birth date, death date, birthplace, and death place of the person identified by ISNI 000000011059439X.", "Can you find the full biographical details \u2014 including place of birth and death \u2014 for the individual whose ISNI is 000000011059439X?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4Label ?var5Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P213> \"string1\". ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } LIMIT 100"}}
{"id": "val_9341", "question": "Most frequently used property to assign the family name \"Sesso\" in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property(COUNT(?property) AS ?count) WHERE {\n  ?item ?usedProperty wd:Q37507904 .\n  ?property wikibase:directClaim ?usedProperty .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which property is used most often to indicate that someone has the family name \"Sesso\", and how many times is it used?", "Show me the property that links the most entities to the family name \"Sesso\", along with the count of such links."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q37507904> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9342", "question": "Who is the French actress named Fanny Ardant in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Fanny Ardant\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What Wikidata item corresponds to the French label 'Fanny Ardant' and represents a human?", "Find the human entity in Wikidata that has the French label 'Fanny Ardant'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Fanny Dran\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9343", "question": "Is there a Wikidata item associated with the IMDb ID tt2384950?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt2384950\" .\n}", "paraphrases": ["Does the TV series \"Critical\" have an entry in Wikidata using the IMDb identifier tt2384950?", "Does the IMDb ID tt2384950 exist in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2384950\". }"}}
{"id": "val_9344", "question": "What Star Trek episode has the IMDb ID tt0708835?", "sparql": "SELECT ?episode WHERE { ?episode wdt:P345 \"tt0708835\" . }", "paraphrases": ["Which Wikidata item corresponds to the IMDb identifier tt0708835?", "Find the Wikidata entry for the movie or episode with IMDb ID tt0708835."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0708835\". } LIMIT 1"}}
{"id": "val_9345", "question": "Which Twitter/X usernames from the list (envlh, MuseeArmee, ADULLACT, etc.) are used on Wikidata, and how many Wikipedia sitelinks do their associated items have?", "sparql": "SELECT ?item ?username (COUNT(?site) AS ?sitelinkCount)\nWHERE {\n  ?item wdt:P2002 ?username .\n  ?site schema:about ?item ;\n        schema:isPartOf ?wiki .\n  VALUES ?username {\n    \"envlh\" \"string1\" \"MuseeArmee\" \"Calimaq\" \"PoulpyWP\" \"Sociabble\" \"archives35\" \"atolcd\" \"ADULLACT\"\n  }\n}\nGROUP BY ?item ?username\nORDER BY ASC(?sitelinkCount)", "paraphrases": ["For the Twitter usernames \"envlh\", \"MuseeArmee\", \"ADULLACT\", \"archives35\", and \"Calimaq\", which entities on Wikidata have them, and how many language versions of Wikipedia link to each?", "List the Wikidata items that have Twitter/X usernames including \"envlh\", \"MuseeArmee\", \"ADULLACT\", \"archives35\", and \"Calimaq\", sorted by the number of Wikipedia sitelinks they have, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"envlh\" ) ( \"string1\" ) ( \"MuseeArmee\" ) ( \"Calimaq\" ) ( \"PoulpyWP\" ) ( \"Sociabble\" ) ( \"archives35\" ) ( \"atolcd\" ) ( \"ADULLACT\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9346", "question": "Does the movie with IMDb ID tt0734739 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt0734739\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the IMDb identifier tt0734739?", "Confirm whether tt0734739 is a valid IMDb ID in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0734739\". }"}}
{"id": "val_9347", "question": "Is there a Wikidata item for the IMDb ID tt2368860?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P345 \"tt2368860\" .\n}", "paraphrases": ["Does the TV series 'High Road' have a Wikidata entry linked to its IMDb ID tt2368860?", "Confirm if the IMDb identifier tt2368860 is associated with any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2368860\". }"}}
{"id": "val_9348", "question": "What is the title of the movie with IMDb ID tt0517622?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P345 \"tt0517622\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which film in Wikidata is associated with the IMDb identifier tt0517622?", "Can you find the English name of the movie identified by tt0517622 on IMDb?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0517622\". }"}}
{"id": "val_9349", "question": "What is the image of the Tram stop De Boelelaan/VU?", "sparql": "SELECT ?image WHERE { wd:Q2224590 wdt:P18 ?image .}", "paraphrases": ["Show me the photo of the De Boelelaan/VU tram stop in Amsterdam.", "Is there an image available for the Tram stop De Boelelaan/VU on Wikimedia Commons?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1339195> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q2224590> ) ) ) . }"}}
{"id": "val_9350", "question": "What are the French-language labeled humans with 'Glize' in their name?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P31 wd:Q5 .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"fr\")\n  .\n  FILTER(CONTAINS(LCASE(?label) , \"glize\"))\n  .\n}", "paraphrases": ["Who are the people with the surname Glize who have a French label on Wikidata?", "List all humans in Wikidata whose French label contains 'Glize'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"glize\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9351", "question": "What administrative area is the street Westerdok located in?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?administrativeEntity WHERE {\n  wd:Q19650009 wdt:P131 ?administrativeEntity .\n}", "paraphrases": ["Administrative entity of Westerdok street in Amsterdam.", "Tell me which city the Westerdok street belongs to."], "info": {"raw_sparql": "SELECT ?var1 WHERE { OPTIONAL { <https://adamlink.nl/geo/street/westerdok/4950> <http://www.wikidata.org/prop/direct/P276> ?var2 . } }"}}
{"id": "val_9352", "question": "Who are the French people with the surname \"Le Bert\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'fr' ) .\n  FILTER ( CONTAINS( ?label , 'Le Bert' ) ) .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Can you list humans in Wikidata whose French label contains \"Le Bert\"?", "Which individuals of French origin have \"Le Bert\" as part of their name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Le bert\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9353", "question": "What are the names of Wikimedia categories that focus on Titan (the moon) in different languages?", "sparql": "SELECT ?category ?categoryLabel WHERE { ?category wdt:P301 wd:Q2565 . ?category rdfs:label ?categoryLabel .}", "paraphrases": ["Which Wikipedia categories are dedicated to Titan, and in what languages are they labeled?", "Show me all the language versions of the category for Titan (moon) on Wikimedia projects."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } OPTIONAL { } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P301> <http://www.wikidata.org/entity/Q2565> . }"}}
{"id": "val_9354", "question": "What are some roads with OpenStreetMap relation IDs?", "sparql": "SELECT ?item ?itemLabel ?osmId WHERE { ?item wdt:P402 ?osmId . ?item wdt:P31 wd:Q34442 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 5", "paraphrases": ["Which roads in Wikidata have corresponding OpenStreetMap relation IDs, and what are those IDs?", "Show me five roads with their OpenStreetMap relation IDs and English names."], "info": {"raw_sparql": "SELECT ?var1 WHERE { <http://www.wikidata.org/entity/Q17908\u00eb72> <http://www.wikidata.org/prop/direct/P402> ?var1 . }"}}
{"id": "val_9355", "question": "Who are the people with the surname Rabaste?", "sparql": "SELECT DISTINCT ?human WHERE { ?human wdt:P31 wd:Q5 ; wdt:P734 wd:Q63760855 . }", "paraphrases": ["Can you list all humans in Wikidata whose family name is Rabaste?", "Which individuals are known to have Rabaste as their last name?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"rabaste\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9356", "question": "List of theatre buildings in Wikidata with their English names.", "sparql": "SELECT ?theatre ?theatreLabel WHERE { ?theatre wdt:P31 wd:Q24354 . ?theatre rdfs:label ?theatreLabel . FILTER(LANG(?theatreLabel) = \"en\") }", "paraphrases": ["What are the names of all theatre buildings in Wikidata in English?", "Show me the English labels of all entities that are instances of a theatre building."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24354> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl\". } }"}}
{"id": "val_9357", "question": "Monuments with their English and native language labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?monument ?englishLabel ?nativeLabel WHERE {\n  ?monument wdt:P31 wd:Q4989906 .\n  ?monument rdfs:label ?englishLabel .\n  FILTER ( LANG( ?englishLabel ) = \"en\" ) .\n  ?monument wdt:P1705 ?nativeLabel .\n}\nLIMIT 10000", "paraphrases": ["What are the English and native language names of monuments?", "Show me monuments along with their English labels and the labels in their original or official language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4989906> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P1705> [] . } LIMIT 10000"}}
{"id": "val_9358", "question": "Anglican priests with Early Modern Letters Online IDs and their images", "sparql": "SELECT ?priest ?priestLabel ?image WHERE { ?priest wdt:P106 wd:Q3409375 . ?priest wdt:P1802 ?emloId . OPTIONAL { ?priest wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["Who are the Anglican priests that have an EMLO identifier, and do they have images on Wikimedia Commons?", "List Anglican priests from the Early Modern Letters Online project along with their available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1802> ?var5 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var4 <http://www.wikidata.org/prop/direct/P737> <http://www.wikidata.org/entity/Q13534389> . } LIMIT 100"}}
{"id": "val_9359", "question": "What actors played which characters in the Lord of the Rings film trilogy?", "sparql": "SELECT ?film ?filmLabel ?actor ?actorLabel ?character ?characterLabel WHERE { ?film wdt:P179 wd:Q190214 . ?film p:P161 ?statement . ?statement ps:P161 ?actor . ?statement pq:P453 ?character . OPTIONAL { ?film rdfs:label ?filmLabel FILTER(LANG(?filmLabel) = \"en\") } OPTIONAL { ?actor rdfs:label ?actorLabel FILTER(LANG(?actorLabel) = \"en\") } OPTIONAL { ?character rdfs:label ?characterLabel FILTER(LANG(?characterLabel) = \"en\") } }", "paraphrases": ["List the cast and their character roles in each movie of The Lord of the Rings trilogy.", "Which actors portrayed which characters in Peter Jackson\u2019s Lord of the Rings movies?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q190214> . ?var1 <http://www.wikidata.org/prop/direct/P161> ?var2 . ?var1 <http://www.wikidata.org/prop/qualifier/P453> ?var3 . }"}}
{"id": "val_9360", "question": "What are the English Wikipedia pages for all mountains?", "sparql": "SELECT DISTINCT ?wikipediaPage WHERE { ?mountain wdt:P31 wd:Q8502 . ?wikipediaPage schema:about ?mountain ; schema:isPartOf <https://en.wikipedia.org/> . }", "paraphrases": ["Show me the links to English Wikipedia articles about mountains.", "Which mountains have English Wikipedia pages?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6621591> . OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,nl,de,it,es\". } OPTIONAL { ?var2 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } }"}}
{"id": "val_9361", "question": "Does Wikidata contain an entity with VIAF ID 72497600?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"72497600\"\n}", "paraphrases": ["Is there a person in Wikidata whose Virtual International Authority File identifier is 72497600?", "Confirm if the VIAF ID 72497600 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"72497600\". }"}}
{"id": "val_9362", "question": "Does the railway station with UIC code 2208425 exist in Wikidata?", "sparql": "ASK WHERE { ?station wdt:P722 \"2208425\" . }", "paraphrases": ["Is there a railway station in Europe or nearby regions assigned the UIC station code 2208425?", "Confirm if the UIC station code 2208425 corresponds to a known railway station in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P722> \"2208425\". }"}}
{"id": "val_9363", "question": "Does Vanja Radovanovi\u0107 have a VIAF ID of 305504330?", "sparql": "ASK WHERE { ?item wdt:P214 \"305504330\" . }", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 305504330?", "Confirm if the Virtual International Authority File ID 305504330 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"305504330\". }"}}
{"id": "val_9364", "question": "Does the GND ID \"4386158-1\" exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"4386158-1\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 4386158-1?", "Confirm if the entity with GND identifier 4386158-1 is present in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4386158-1\". }"}}
{"id": "val_9365", "question": "What is the genomic end position of the BRCA1 gene, and on which chromosome and genomic assembly is it located?", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genomicEnd ?chromosome ?assembly WHERE {\n  wd:Q227339 wdt:P645 ?genomicEnd .\n  wd:Q227339 p:P645 ?statement .\n  ?statement pq:P1057 ?chromosome .\n  ?statement pq:P659 ?assembly .\n}", "paraphrases": ["Show the genomic end coordinates of the BRCA1 gene along with the chromosome and reference genome assembly used.", "Where is the BRCA1 gene located in the human genome? Include the end position, chromosome, and genomic assembly."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q227339-3581DC44-8D14-4EE8-8EAC-D6A9CBA18D90> ?var1 ?var2 . }"}}
{"id": "val_9366", "question": "What entity and property are associated with the statement node for A2M?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?item ?statementProperty WHERE {\n  ?item ?statementProperty s:Q289013-3ACF8435-6FF2-4EF2-88BB-3386E11ED015 .\n}", "paraphrases": ["Which subject and statement property point to the statement about A2M being a gene?", "Can you tell me the subject and property that reference the statement with ID s:Q289013-3ACF8435-6FF2-4EF2-88BB-3386E11ED015?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q289013-3ACF8435-6FF2-4EF2-88BB-3386E11ED015> . }"}}
{"id": "val_9367", "question": "Who are the current female heads of state of countries?", "sparql": "SELECT DISTINCT ?country ?countryLabel ?headOfState ?headOfStateLabel ?endDate WHERE { ?country wdt:P31 wd:Q6256 . ?country p:P35 ?statement . ?statement ps:P35 ?headOfState . ?headOfState wdt:P21 wd:Q6581072 . ?headOfState rdfs:label ?headOfStateLabel . ?country rdfs:label ?countryLabel . FILTER(LANG(?headOfStateLabel) = \"en\") FILTER(LANG(?countryLabel) = \"en\") OPTIONAL { ?statement pq:P582 ?endDate . } FILTER ( !BOUND(?endDate) || ?endDate >= NOW() ) }", "paraphrases": ["List all countries with a female head of state who is still in office, along with their names and the country names.", "Which female leaders are currently serving as heads of state, and what countries do they lead?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P35> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> ; <http://www.wikidata.org/prop/P35> ?var4 ; <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var3 . } FILTER ( ( !( BOUND ( ?var3 ) ) || ( ?var3 >= NOW ( ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_9368", "question": "Is the Swedish band Lagoona a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q22338455 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Could Lagoona be classified as a human being based on its type hierarchy?", "Is Lagoona an instance of a human or any subclass of human?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q22338455> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9369", "question": "List cathedrals in Paris with their arrondissement, coordinates, and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cathedral ?cathedralLabel ?districtLabel ?coordinates ?image WHERE {\n  ?cathedral wdt:P31 wd:Q2977 .\n  ?cathedral wdt:P131 ?district .\n  ?district wdt:P131 wd:Q90 .\n  OPTIONAL {\n    ?cathedral wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?cathedral wdt:P18 ?image .\n  }\n  ?cathedral rdfs:label ?cathedralLabel .\n  ?district rdfs:label ?districtLabel .\n  FILTER(LANG(?cathedralLabel) = \"en\")\n  FILTER(LANG(?districtLabel) = \"en\")\n}\nORDER BY ASC(?districtLabel) ASC(?cathedralLabel)", "paraphrases": ["What are the names, locations (arrondissements), geographic coordinates, and images of all cathedrals located in Paris?", "Can you show me all the cathedrals in Paris, including which arrondissement they\u2019re in, their coordinates, and a picture of each?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2977> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q90> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var2Label )ASC( ?var1Label )"}}
{"id": "val_9370", "question": "What is the Wikidata item for the Galleria Nazionale di Cosenza, and is it classified as a museum?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?museum WHERE {\n  ?museum rdfs:label \"Galleria nazionale di Cosenza\" @it ; ( wdt:P31 / wdt:P279 * ) wd:Q33506 .\n}", "paraphrases": ["Is the Galleria Nazionale di Cosenza in Italy a museum according to Wikidata?", "Find the museum in Cosenza, Italy, known as Galleria Nazionale di Cosenza."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2002/07/owl#sameAs> <http://it.dbpedia.org/resource/Galleria_Nazionale_di_Cosenza_Palazzo_Arnone> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . }"}}
{"id": "val_9371", "question": "Who are the children of Johann Sebastian Bach?", "sparql": "SELECT ?childLabel WHERE { wd:Q1339 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") } LIMIT 100", "paraphrases": ["List the names of Johann Sebastian Bach\u2019s children in English.", "Can you provide the English labels of all children of the composer Johann Sebastian Bach?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1339> <http://www.wikidata.org/prop/direct/P40> + ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } LIMIT 100"}}
{"id": "val_9372", "question": "International airports with their IATA codes, countries, and number of associated statements, sorted by least statements first.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?airport ?airportLabel ?iataCode ?countryLabel ( COUNT( * ) AS ?statementCount ) WHERE {\n  ?airport wdt:P31 wd:Q644371 .\n  OPTIONAL {\n    ?airport wdt:P238 ?iataCode .\n  }\n  OPTIONAL {\n    ?airport wdt:P17 ?country .\n  }\n  OPTIONAL {\n    ?airport rdfs:label ?airportLabel .\n    FILTER ( LANG( ?airportLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER ( LANG( ?countryLabel ) = \"en\" )\n  }\n  ?airport ?p ?o .\n}\nGROUP BY ?airport ?airportLabel ?iataCode ?countryLabel\nORDER BY ASC ( ?statementCount )", "paraphrases": ["Which international airports have the fewest statements in Wikidata, and what are their IATA codes and countries?", "List all international airports along with their IATA codes, countries, and how many data triples describe each, ordered from least to most detailed."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ( COUNT ( ?var1 ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q644371> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P238> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"ar\" ) ) ) . } ?var1 ?var7 ?var8 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3Label ?var4Label ORDER BY ASC( ?var5 )"}}
{"id": "val_9373", "question": "What properties are associated with the BeagleBoard.org Foundation, and what are their values and English labels?", "sparql": "SELECT ?property ?propertyLabel ?value ?itemLogo ?propertyImage WHERE { wd:Q50361551 ?property ?value . OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } OPTIONAL { wd:Q50361551 wdt:P154 ?itemLogo . } OPTIONAL { ?property wdt:P18 ?propertyImage . } }", "paraphrases": ["Show me all the data about BeagleBoard.org Foundation, including its logo and any images associated with its properties.", "List the properties used on the BeagleBoard.org Foundation item in Wikidata, along with their English labels and the organization\u2019s logo image."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { { BIND ( <http://www.wikidata.org/entity/Q50361551> AS ?var1 ). ?var1 ?var6 ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } ?var3 ?var8 ?var6 . ?var3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var7 ) , \"string1\" ) ) ) . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string2\" ) ) ) . } UNION { BIND ( \"EFFBD8\" AS ?var5 ). <http://www.wikidata.org/entity/Q50361551> ?var6 ?var3 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } ?var1 ?var8 ?var6 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . FILTER ( ( STRSTARTS ( STR ( ?var3 ) , \"string1\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9374", "question": "Italian National Archaeological Museum of Vulci on Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?museum WHERE {\n  ?museum rdfs:label \"Museo archeologico nazionale di Vulci\" @it ; wdt:P31 / wdt:P279 * wd:Q33506 .\n}", "paraphrases": ["What is the Wikidata item for the Museo archeologico nazionale di Vulci, and is it classified as a museum?", "Find the Wikidata entry for the National Archaeological Museum of Vulci in Italy and confirm it is a museum."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/2002/07/owl#sameAs> <http://it.dbpedia.org/resource/Museo_nazionale_archeologico_di_Vulci> ; ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . }"}}
{"id": "val_9375", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0844866?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0844866\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Killer by Nature\".", "Which language versions of Wikipedia have articles about the movie identified by tt0844866?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0844866\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9376", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?enwiki ?dewiki ?imdb_id WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  BIND( \"tt0133093\" AS ?imdb_id ) OPTIONAL {\n    ?enwiki schema:about ?item ; schema:inLanguage \"en\" ; schema:name ?enname .\n    FILTER ( CONTAINS( STR( ?enwiki ) , \"wikipedia.org\" ) )\n  }\n  OPTIONAL {\n    ?dewiki schema:about ?item ; schema:inLanguage \"de\" ; schema:name ?denname .\n    FILTER ( CONTAINS( STR( ?dewiki ) , \"wikipedia.org\" ) )\n  }\n}", "paraphrases": ["Can you find the Wikipedia pages in English and German for the film that has the IMDb identifier tt0133093?", "Show me the Wikipedia links in English and German for the movie identified by tt0133093 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1465519\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9377", "question": "List countries with their flag image pages on Wikimedia Commons.", "sparql": "SELECT DISTINCT ?countryLabel ?flagPageUrl WHERE { ?country wdt:P31 wd:Q6256 . ?country wdt:P36 ?capital . ?capital wdt:P625 ?capitalCoordinates . ?country wdt:P163 ?flag . ?flag wdt:P18 ?flagFilename . BIND( STRAFTER( STR( ?flagFilename ), \"Special:FilePath/\" ) AS ?filename ) . BIND( REPLACE( ?filename, \"%20\", \"_\" ) AS ?filenameClean ) . BIND( REPLACE( ?filenameClean, \"\\\\.svg$\", \"\" ) AS ?filenameNoExt ) . BIND( CONCAT( \"https://commons.wikimedia.org/wiki/File:\", ?filenameNoExt, \".svg\" ) AS ?flagPageUrl ) . ?country rdfs:label ?countryLabel . FILTER( LANG( ?countryLabel ) = \"en\" ) }", "paraphrases": ["What are the Wikimedia Commons file pages for the flags of all countries?", "Show me the English names of all countries and links to their official flag images on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 ) WHERE { BIND ( REPLACE ( STR ( ?var3 ) , \"string1\", \"\" ) AS ?var4 ). BIND ( CONCAT ( \"string2\", ?var4 ) AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var1 <http://www.wikidata.org/prop/direct/P36> ?var5 . ?var5 <http://www.wikidata.org/prop/P625> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/value/P625> ?var7 . ?var1 <http://www.wikidata.org/prop/direct/P163> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var7 <http://wikiba.se/ontology#geoLatitude> ?var9 . ?var7 <http://wikiba.se/ontology#geoLongitude> ?var10 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var11Label . } } GROUP BY ?var1Label"}}
{"id": "val_9378", "question": "What are the English and German Wikipedia articles about the movie with IMDb ID tt0133093?", "sparql": "SELECT ?movie ?wikipedia_article WHERE { ?movie wdt:P345 \"tt0133093\" . ?wikipedia_article schema:about ?movie . { ?wikipedia_article schema:inLanguage \"en\" } UNION { ?wikipedia_article schema:inLanguage \"de\" } }", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English and German for The Matrix (1999)", "Find all language versions of Wikipedia articles about the film The Matrix (IMDb: tt0133093)"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2281317\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9379", "question": "German regions with their regional key and German alternative names", "sparql": "SELECT ?key ?region ?label ?altLabelDe WHERE { ?region wdt:P1388 ?key . OPTIONAL { ?region rdfs:label ?label . FILTER(LANG(?label) = \"de\") } OPTIONAL { ?region skos:altLabel ?altLabelDe . FILTER(LANG(?altLabelDe) = \"de\") } }", "paraphrases": ["What are the German regional keys for municipalities in Germany, along with their German labels and alternative names?", "Show me all German regions with their official regional key, their German name, and any other German names they are known by."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var3Label ?var4 ?var5 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1388> ?var1 . } OPTIONAL { ?var3 <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"de\" ) ) ) . } }"}}
{"id": "val_9380", "question": "Alternative names in English for positions held by U.S. presidents before or after their presidency.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?positionLabel ?altLabel WHERE {\n  ?person wdt:P31 wd:Q5 ; p:P39 ?presidencyStmt .\n  ?presidencyStmt ps:P39 wd:Q11696 .\n  ?person p:P39 ?positionStmt .\n  ?positionStmt ps:P39 ?position .\n  ?position wdt:P31 / wdt:P279 * wd:Q4164871 .\n  ?position rdfs:label ?positionLabel .\n  ?position skos:altLabel ?altLabel .\n  FILTER(LANG(?altLabel) = \"en\")\n  .\n  FILTER(?position != wd:Q11696)\n}\nLIMIT 10000", "paraphrases": ["What are some alternative English names for the political offices held by individuals who have served as President of the United States?", "List all the English alternative labels for the government positions that U.S. presidents have held, excluding the presidency itself."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var3 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var3 <http://www.wikidata.org/prop/direct/P39> ?var1 . ?var3 <http://www.wikidata.org/prop/P39> ?var4 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/p279> *) <http://www.wikidata.org/entity/Q4164871> . ?var4 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_9381", "question": "Popes and their children", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?pope ?child WHERE {\n  ?pope p:P39 [ ps:P39 wd:Q19546 ] .\n  ?pope wdt:P40 ?child .\n}", "paraphrases": ["Who are the children of each pope in history?", "List all individuals who have held the position of pope along with their children."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q19546> ] . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . }"}}
{"id": "val_9382", "question": "Tributaries of the Mississippi River", "sparql": "SELECT ?tributary ?tributaryLabel WHERE { wd:Q1497 wdt:P974 ?tributary . ?tributary rdfs:label ?tributaryLabel . FILTER(LANG(?tributaryLabel) = \"en\")}", "paraphrases": ["What are the tributaries of the Mississippi River?", "List the English names of all rivers that flow into the Mississippi River."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1497> <http://www.wikidata.org/prop/direct/P974> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja\". } }"}}
{"id": "val_9383", "question": "Creative works with English labels and Library of Congress IDs", "sparql": "SELECT DISTINCT ?item ?itemLabel ?instanceLabel ?lccn WHERE { ?item wdt:P31/wdt:P279* wd:Q17537576 . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") ?item wdt:P31 ?instance . ?instance rdfs:label ?instanceLabel . FILTER (LANG(?instanceLabel) = \"en\") OPTIONAL { ?item wdt:P244 ?lccn } } LIMIT 100", "paraphrases": ["What are some creative works in English that have a Library of Congress control number, and what type of work are they?", "List creative works with English names, their classification (e.g., book, article), and their Library of Congress IDs if available."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q17537576> . ?var1 <http://wikiba.se/ontology#identifiers> ?var2 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P244> ?var5 . } } LIMIT 100 OFFSET 300"}}
{"id": "val_9384", "question": "Publication years and titles of works by Charles Spearman, truncated to 20 characters.", "sparql": "SELECT ?year ?title WHERE { ?work wdt:P50 wd:Q356611 . ?work wdt:P577 ?date . BIND(YEAR(?date) AS ?year) . ?work rdfs:label ?label . FILTER(LANG(?label) = \"en\") . BIND(SUBSTR(?label, 1, 20) AS ?title) } ORDER BY ?year", "paraphrases": ["What are the publication years and first 20 characters of the titles of Charles Spearman\u2019s published works?", "List the years and abbreviated titles (first 20 characters) of all works authored by Charles Spearman in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q356611> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q356611> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_9385", "question": "Genes in E. coli K-12 MG1655 with NCBI locus tag b4623", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gene WHERE {\n  ?gene wdt:P31 wd:Q7187 .\n  ?gene wdt:P703 wd:Q21102938 .\n  ?gene wdt:P2393 \"b4623\" .\n}", "paraphrases": ["What genes in Escherichia coli str. K-12 substr. MG1655 have the NCBI locus tag b4623?", "List all genes found in Escherichia coli K-12 MG1655 that are assigned the NCBI locus tag b4623."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7187> . ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q21102938> . ?var1 <http://www.wikidata.org/prop/direct/P2393> \"b4623\". }"}}
{"id": "val_9386", "question": "Image of Wilhelm von Kobell with SNAC ARK ID w6w685hs", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6w685hs\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Wilhelm von Kobell in Wikidata, identified by the SNAC ARK ID w6w685hs?", "Show me the Wikimedia Commons image of the person whose SNAC ARK ID is w6w685hs."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w685hs\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9387", "question": "Actors in performing arts with their names", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?actor ?actorLabel ?stageName WHERE {\n  ?actor wdt:P101 wd:Q184485 .\n  ?actor wdt:P106 wd:Q33999 .\n  OPTIONAL {\n    ?actor rdfs:label ?actorLabel .\n    FILTER(LANG(?actorLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?actor wdt:P1559 ?stageName .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the actors working in performing arts, and what are their stage names?", "List up to 100 actors whose field of work is performing arts and show their English names and any stage names they use."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"nl,nl\". } ?var1 <http://www.wikidata.org/prop/direct/P101> <http://www.wikidata.org/entity/Q184485> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } } LIMIT 100"}}
{"id": "val_9388", "question": "What are the genres of the film Casablanca?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?genre ( STR( SAMPLE( ?genreLabel ) ) AS ?genreLabelStr ) WHERE {\n  ?film ( wdt:P31 / wdt:P279 * ) wd:Q11424 ; rdfs:label \"Casablanca\" @es ; wdt:P136 ?genre .\n  ?genre rdfs:label ?genreLabel .\n  FILTER ( LANG( ?genreLabel ) = \"en\" )\n}\nGROUP BY ?genre", "paraphrases": ["What movie genres does the Spanish-labeled film \"Casablanca\" belong to?", "List the English labels of the genres associated with the film Casablanca."], "info": {"raw_sparql": "SELECT ?var1 ( STR ( ?var1Label ) AS ?var2 ) WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> ; <http://www.w3.org/2000/01/rdf-schema#label> \"Casablanca\"@es . ?var3 <http://www.wikidata.org/prop/direct/P136> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_9389", "question": "What are the English and German Wikipedia articles about the movie with IMDb ID tt0043013?", "sparql": "SELECT ?item ?wikipedia_article WHERE { ?item wdt:P345 \"tt0043013\" . ?wikipedia_article schema:about ?item . { ?wikipedia_article schema:inLanguage \"en\" . } UNION { ?wikipedia_article schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia pages in English and German for the film identified by tt0043013 on IMDb.", "Which Wikipedia articles in English and German discuss the movie that has the IMDb identifier tt0043013?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0043013\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9390", "question": "Which Wikidata entities have Twitter handles like Wikimedia, Wikipedia, nytimes, wikidata, or SwedeninNO?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"Wikimedia\" \"Wikipedia\" \"nytimes\" \"wikidata\" \"SwedeninNO\" } } ORDER BY ASC(?twitterHandle)", "paraphrases": ["What are the entities on Wikidata that are associated with the Twitter usernames 'Wikimedia', 'Wikipedia', 'nytimes', 'wikidata', or 'SwedeninNO'?", "List the Wikidata items that have these Twitter usernames: Wikimedia, Wikipedia, nytimes, wikidata, and SwedeninNO, sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"SKS_finlit\" ) ( \"slsfinland\" ) ( \"Rosiestep\" ) ( \"UNESCO\" ) ( \"Wikimedia\" ) ( \"string1\" ) ( \"string2\" ) ( \"maartenzam\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"nytimes\" ) ( \"string6\" ) ( \"ducky_no\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"OKFde\" ) ( \"APoikola\" ) ( \"Wikipedia\" ) ( \"string11\" ) ( \"string12\" ) ( \"dunkels\" ) ( \"mymlan\" ) ( \"mstephens7\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"string18\" ) ( \"string19\" ) ( \"NatMus_SWE\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"string24\" ) ( \"SwedeninNO\" ) ( \"string25\" ) ( \"SAIH\" ) ( \"string26\" ) ( \"DerbyUni\" ) ( \"string27\" ) ( \"Tart2000\" ) ( \"string28\" ) ( \"CCSkills\" ) ( \"string29\" ) ( \"SopanDeb\" ) ( \"string30\" ) ( \"EP_Legal\" ) ( \"jndisi\" ) ( \"SwedeninAL\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"WMFinland\" ) ( \"string34\" ) ( \"TomChivers\" ) ( \"string35\" ) ( \"archasa\" ) ( \"HannaJson\" ) ( \"string36\" ) ( \"auchmill\" ) ( \"Wikidata\" ) ( \"string37\" ) ( \"wikidata\" ) ( \"string38\" ) ( \"string39\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9391", "question": "Female physicists in Wikidata with birth date, place of birth, awards, and death date", "sparql": "SELECT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person (wdt:P106/wdt:P279*) wd:Q169470 .\n  OPTIONAL { ?person wdt:P569 ?birthDate . }\n  OPTIONAL { ?person wdt:P19 ?birthPlace . }\n  OPTIONAL { ?person wdt:P166 ?award . }\n  OPTIONAL { ?person wdt:P570 ?deathDate . }\n}", "paraphrases": ["Who are the female humans whose profession is a physicist or a subclass of physicist, and what are their birth details, awards, and death dates?", "List all female human physicists along with their optional birth date, birth place, awards received, and death date."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 ( <http://www.wikidata.org/prop/direct/106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q169470> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } }"}}
{"id": "val_9392", "question": "What are the Twitter usernames for Bank of America and HSBC on Wikidata?", "sparql": "SELECT ?entity ?username WHERE { ?entity wdt:P2002 ?username . VALUES ?username { \"BankofAmerica\" \"HSBC\" } }", "paraphrases": ["Can you find the X (Twitter) accounts for Bank of America and HSBC?", "Which organizations have Twitter handles \"BankofAmerica\" and \"HSBC\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"dunkels\" ) ( \"string1\" ) ( \"avanzabank\" ) ( \"string2\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9393", "question": "German labels of values associated with Lars Windhorst and their images", "sparql": "SELECT ?property ?value ?valueLabel ?image WHERE { wd:Q106277 ?property ?value . ?value rdfs:label ?valueLabel . FILTER (LANG(?valueLabel) = \"de\") OPTIONAL { ?value wdt:P18 ?image } } ORDER BY ?property ?value LIMIT 200", "paraphrases": ["What are the German-language descriptions of Lars Windhorst's attributes, and do any have associated images?", "Show me all the things about Lars Windhorst that have German labels, along with any images of those things."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q106277> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@en AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q106277> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"de\" ) ) ) . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"de\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 200"}}
{"id": "val_9394", "question": "Which Wikidata items have Twitter usernames like wikidata, nightrose, essec, or UNESCO_fr?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"wikidata\" \"nightrose\" \"essec\" \"datagouvfr\" \"framawiki\" \"PSEinfo\" \"ENS\" \"efFRONTees\" \"BFelbo\" \"dirk_hovy\" \"fnielsen\" \"Ludovic_P_\" \"ALeaument\" \"PoulpyWP\" \"icse2018\" \"ieee_re\" \"mySociety\" \"CDN77com\" \"lully1804\" \"UNESCO_fr\" \"Unesco_fr\" \"0x010C\" \"petitroll\" \"bcombemale\" \"jmbruel\" \"EP_Legal\" \"Wikipedia\" \"Wikimedia\" } }", "paraphrases": ["What are the Wikidata entities associated with the Twitter handles 'wikidata', 'nightrose', 'essec', 'datagouvfr', and 'UNESCO_fr'?", "List all Wikidata items that are linked to the Twitter accounts: wikidata, nightrose, essec, datagouvfr, framawiki, PSEinfo, ENS, efFRONTees, BFelbo, dirk_hovy, fnielsen, Ludovic_P_, ALeaument, PoulpyWP, icse2018, ieee_re, mySociety, CDN77com, lully1804, UNESCO_fr, Unesco_fr, 0x010C, petitroll, bcombemale, jmbruel, EP_Legal, Wikipedia, and Wikimedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"LesAFFs\" ) ( \"string4\" ) ( \"UNESCO_fr\" ) ( \"string5\" ) ( \"string6\" ) ( \"Wikipedia\" ) ( \"Wikimedia\" ) ( \"Unesco_fr\" ) ( \"lully1804\" ) ( \"CDN77com\" ) ( \"string7\" ) ( \"firefox\" ) ( \"string8\" ) ( \"EP_Legal\" ) ( \"mySociety\" ) ( \"string9\" ) ( \"string10\" ) ( \"bcombemale\" ) ( \"string11\" ) ( \"jmbruel\" ) ( \"petitroll\" ) ( \"ieee_re\" ) ( \"icse2018\" ) ( \"string12\" ) ( \"string13\" ) ( \"PoulpyWP\" ) ( \"Ludovic_P_\" ) ( \"string14\" ) ( \"ALeaument\" ) ( \"K_rho\" ) ( \"string15\" ) ( \"string16\" ) ( \"ESSEC_PGC\" ) ( \"string17\" ) ( \"string18\" ) ( \"essec\" ) ( \"string19\" ) ( \"string20\" ) ( \"framawiki\" ) ( \"0x010C\" ) ( \"string21\" ) ( \"string22\" ) ( \"PSEinfo\" ) ( \"ENS\" ) ( \"string23\" ) ( \"datagouvfr\" ) ( \"string24\" ) ( \"string25\" ) ( \"RatZillaS\" ) ( \"string26\" ) ( \"string27\" ) ( \"stophdr\" ) ( \"efFRONTees\" ) ( \"string28\" ) ( \"string29\" ) ( \"Wikinade\" ) ( \"fnielsen\" ) ( \"string30\" ) ( \"dirk_hovy\" ) ( \"string31\" ) ( \"BFelbo\" ) ( \"wikidata\" ) ( \"nightrose\" ) ( \"string32\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9395", "question": "Where was An de Ryck born?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?birthPlace ?birthPlaceLabel WHERE {\n  wd:Q27894668 wdt:P19 ?birthPlace .\n  ?birthPlace rdfs:label ?birthPlaceLabel .\n  FILTER(LANG(?birthPlaceLabel) = \"en\")\n}\nLIMIT 50", "paraphrases": ["English name of the birthplace of An de Ryck", "Tell me the English label of the city where An de Ryck was born."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q27894668> <http://www.wikidata.org/prop/direct/P19> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_9396", "question": "Who are the researchers affiliated with the Section for Dynamical Systems at DTU, and how many publications have they authored, sorted by most productive first?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?orcid ?birthDate ( COUNT( ?work ) AS ?workCount ) WHERE {\n  ?person ( wdt:P108 | wdt:P463 | wdt:P1416 / wdt:P361 * ) wd:Q24730926 .\n  OPTIONAL {\n    ?work wdt:P50 ?person .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P496 ?orcid .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n}\nGROUP BY ?person ?personLabel ?orcid ?birthDate\nORDER BY DESC ( ?workCount )", "paraphrases": ["List the authors linked to the Section for Dynamical Systems, including their ORCID IDs and birth dates, ordered by the number of works they\u2019ve written.", "Show the members of the Dynamical Systems research group, their English labels, ORCIDs, birth dates, and publication counts, ranked from highest to lowest publication count."], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( MAX ( ?var4 ) AS ?var5 ) ?var6 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT( COUNT ( ?var7 ) AS ?var1 ) ?var3 WHERE { { SELECT DISTINCT ?var3 WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P108> | <http://www.wikidata.org/prop/direct/P463> ) <http://www.wikidata.org/entity/Q24730926> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P1416> / <http://www.wikidata.org/prop/direct/P361> *) <http://www.wikidata.org/entity/Q24730926> . } } } OPTIONAL { ?var7 <http://www.wikidata.org/prop/direct/P50> ?var3 . } } GROUP BY ?var3 } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var8 ) AS ?var4 ). ?var3 <http://www.wikidata.org/prop/direct/P569> ?var8 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P496> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,nl,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var6 ORDER BY DESC( ?var2 )"}}
{"id": "val_9397", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1177939?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  FILTER(?imdb_id = \"tt1177939\")\n}", "paraphrases": ["Find the Wikipedia article in English or German about the film identified by tt1177939 on IMDb.", "Which Wikipedia pages in English or German are linked to the movie with IMDb identifier tt1177939?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1177939\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9398", "question": "What are the Wikidata items that have Twitter accounts with the usernames NSArchive, nytimes, outreachy, ProPublica, UNC, or Wikipedia?", "sparql": "SELECT ?item ?twitterHandle WHERE { ?item wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"NSArchive\" \"nytimes\" \"outreachy\" \"ProPublica\" \"UNC\" \"Wikipedia\" } }", "paraphrases": ["Which organizations or projects on Wikidata are associated with these Twitter handles: NSArchive, nytimes, outreachy, ProPublica, UNC, and Wikipedia?", "List the entities on Wikidata linked to the Twitter accounts @NSArchive, @nytimes, @outreachy, @ProPublica, @UNC, and @Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"Raystede\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"MarinaCpom\" ) ( \"nytimes\" ) ( \"BodCons\" ) ( \"string4\" ) ( \"ash_crow\" ) ( \"haxpett\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"Wikidata\" ) ( \"string11\" ) ( \"string12\" ) ( \"Inatheque1\" ) ( \"jessamyn\" ) ( \"string13\" ) ( \"HannaJson\" ) ( \"string14\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"Wikipedia\" ) ( \"string18\" ) ( \"ProPublica\" ) ( \"NSArchive\" ) ( \"string19\" ) ( \"GopherCon\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"afek_ben\" ) ( \"Carthagina\" ) ( \"string23\" ) ( \"string24\" ) ( \"Rosiestep\" ) ( \"string25\" ) ( \"string26\" ) ( \"outreachy\" ) ( \"string27\" ) ( \"matka\" ) ( \"archasa\" ) ( \"string28\" ) ( \"dimi_z\" ) ( \"string29\" ) ( \"string30\" ) ( \"uncpress\" ) ( \"UNC\" ) ( \"string31\" ) ( \"string32\" ) ( \"string33\" ) ( \"string34\" ) ( \"SpectrumDH\" ) ( \"string35\" ) ( \"string36\" ) ( \"Auregann\" ) ( \"ProgHist\" ) ( \"omeka\" ) ( \"j0_0n\" ) ( \"JuliaLaite\" ) ( \"HistoryWO\" ) ( \"string37\" ) ( \"garyyounge\" ) ( \"KateOsamor\" ) ( \"Gr3taD\" ) ( \"string38\" ) ( \"string39\" ) ( \"string40\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9399", "question": "Cast members of the film The Young Girls of Rochefort (1967)", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?actor ?actorLabel WHERE {\n  wd:Q1214975 wdt:P161 ?actor .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}", "paraphrases": ["Who starred in the 1967 musical film The Young Girls of Rochefort?", "List the actors and actresses who appeared in The Young Girls of Rochefort."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1214975> <http://www.wikidata.org/prop/direct/P161> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9400", "question": "Most recent municipal elections in Japan, with dates.", "sparql": "SELECT ?election ?label WHERE { ?election wdt:P31 wd:Q152450 . ?election wdt:P17 wd:Q17 . ?election wdt:P585 ?date . ?election rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY DESC(?date)", "paraphrases": ["What are the municipal elections in Japan, ordered from most recent to oldest?", "List the English labels of all municipal elections in Japan, sorted by date in descending order (most recent first)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q152450> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q17> . ?var1 <http://www.wikidata.org/prop/direct/P585> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_9401", "question": "What are the chemical identifiers for Azeliragon, including CAS number, SMILES, InChI, formula, PubChem CID, and DrugBank ID?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  VALUES ?drug {\n    wd:Q27074825\n  }\n  VALUES ?property {\n    wdt:P274 wdt:P231 wdt:P233 wdt:P234 wdt:P235 wdt:P715 wdt:P662 wdt:P592 wdt:P2275 wdt:P486\n  }\n  ?drug ?property ?value .\n  FILTER(isIRI(?value) || LANG(?value) = \"en\" || LANG(?value) = \"\")\n}", "paraphrases": ["Can you list the key chemical and pharmacological identifiers for the drug Azeliragon, such as its CAS number, SMILES structure, InChI, molecular formula, PubChem CID, and DrugBank ID?", "Please provide the standard chemical identifiers for Azeliragon, including its CAS Registry Number, canonical SMILES, InChI, InChIKey, molecular formula, PubChem CID, and DrugBank ID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q27074825> ) } VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P274> ) ( <http://www.wikidata.org/prop/direct/P231> ) ( <http://www.wikidata.org/prop/direct/P662> ) ( <http://www.wikidata.org/prop/direct/P661> ) ( <http://www.wikidata.org/prop/direct/P592> ) ( <http://www.wikidata.org/prop/direct/P715> ) ( <http://www.wikidata.org/prop/direct/P683> ) ( <http://www.wikidata.org/prop/direct/P665> ) ( <http://www.wikidata.org/prop/direct/P233> ) ( <http://www.wikidata.org/prop/direct/P2017> ) ( <http://www.wikidata.org/prop/direct/P234> ) ( <http://www.wikidata.org/prop/direct/P235> ) ( <http://www.wikidata.org/prop/direct/P652> ) ( <http://www.wikidata.org/prop/direct/P595> ) ( <http://www.wikidata.org/prop/direct/P3636> ) ( <http://www.wikidata.org/prop/direct/P232> ) ( <http://www.wikidata.org/prop/direct/P2275> ) ( <http://www.wikidata.org/prop/direct/P3350> ) ( <http://www.wikidata.org/prop/direct/P267> ) ( <http://www.wikidata.org/prop/direct/P2892> ) ( <http://www.wikidata.org/prop/direct/P3345> ) ( <http://www.wikidata.org/prop/direct/P486> ) ( <http://www.wikidata.org/prop/direct/P2115> ) ( <http://www.wikidata.org/prop/direct/P3780> ) ( <http://www.wikidata.org/prop/direct/P3776> ) ( <http://www.wikidata.org/prop/direct/P3777> ) ( <http://www.wikidata.org/prop/direct/P3771> ) ( <http://www.wikidata.org/prop/direct/P129> ) ( <http://www.wikidata.org/prop/direct/P3489> ) ( <http://www.wikidata.org/prop/direct/P2868> ) ( <http://www.wikidata.org/prop/direct/P2175> ) ( <http://www.w3.org/2004/02/skos/core#altLabel> ) } OPTIONAL { ?var1 ?var2 ?var3 . FILTER ( ( isIRI ( ?var3 ) || ( LANG ( ?var3 ) = \"en\" ) || ( LANG ( ?var3 ) = \"\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } }"}}
{"id": "val_9402", "question": "Title and screenwriters of The Lord of the Rings: The Fellowship of the Ring", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title ?screenwriter ?screenwriterLabel WHERE {\n  wd:Q127367 wdt:P1476 ?title .\n  wd:Q127367 wdt:P58 ?screenwriter .\n  ?screenwriter rdfs:label ?screenwriterLabel .\n  FILTER ( LANG( ?screenwriterLabel ) = \"en\" )\n}", "paraphrases": ["Who wrote the screenplay for The Lord of the Rings: The Fellowship of the Ring, and what is its title?", "List the screenwriters and the title of the 2001 film The Lord of the Rings: The Fellowship of the Ring."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } <http://www.wikidata.org/entity/Q127367> <http://www.wikidata.org/prop/direct/P58> ?var2 . <http://www.wikidata.org/entity/Q127367> <http://www.wikidata.org/prop/direct/P1476> ?var1 . } LIMIT 250"}}
{"id": "val_9403", "question": "What properties link \"county town\" to other entities, and what are those entities in English?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyLabel ?property ?object ?objectLabel WHERE {\n  wd:Q1357964 ?property ?object .\n  ?propertyEntity wikibase:directClaim ?property .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  FILTER ( LANG( ?objectLabel ) = \"en\" ) FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( ?property != wdt:P1963 )\n}\nLIMIT 10", "paraphrases": ["What are the English labels of the properties and objects connected to \"county town\" in Wikidata, excluding \"has part\"?", "Show me the English-labeled properties and their connected entities for \"county town\", excluding the \"has part\" relationship."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { <http://www.wikidata.org/entity/Q1357964> ?var4 ?var3 . ?var2 ?var5 ?var4 . ?var2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . <http://www.wikidata.org/entity/Q1357964> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( ( ?var4 != <http://www.wikidata.org/prop/direct/P1963> ) ) ) . } LIMIT 10"}}
{"id": "val_9404", "question": "Cast members of The Lord of the Rings: The Fellowship of the Ring", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?actor ?actorLabel WHERE {\n  wd:Q127367 wdt:P161 ?actor .\n  ?actor rdfs:label ?actorLabel .\n  FILTER ( LANG( ?actorLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are the actors in the 2001 film The Lord of the Rings: The Fellowship of the Ring?", "List the English names of all actors who appeared in The Lord of the Rings: The Fellowship of the Ring."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } <http://www.wikidata.org/entity/Q127367> <http://www.wikidata.org/prop/direct/P161> ?var1 . <http://www.wikidata.org/entity/Q127367> ( <http://www.wikidata.org/prop/direct/P161> / <http://www.wikidata.org/prop/direct/P453> *) ?var2 . } LIMIT 100"}}
{"id": "val_9405", "question": "Title and English description of MoMA artwork with ID 108032", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P2014 \"108032\" .\n  OPTIONAL {\n    ?item wdt:P1476 ?itemLabel .\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["What is the title and English description of the MoMA artwork with ID 108032?", "Please provide the title and English description of the artwork in the Museum of Modern Art identified by the ID 108032."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"108075\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9406", "question": "What entities are associated with the PM20 folder ID \"co/065520\", and what are their English labels and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P4293 \"co/065520\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the English name and description of the item linked to the ZBW press archive folder \"co/065520\"?", "Show me the English label and description for the topic identified by the PM20 folder ID \"co/065520\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4293> \"co/065520\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9407", "question": "Is there a person in Wikidata with the IMDb ID nm0755586?", "sparql": "ASK WHERE { ?item wdt:P345 \"nm0755586\" . }", "paraphrases": ["Does the IMDb profile nm0755586 correspond to an entry in Wikidata?", "Does Wikidata contain information about the person identified by IMDb ID nm0755586?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0755586\". }"}}
{"id": "val_9408", "question": "What is the name of the Grade II listed monument located near the Church of St Bartholomew in Corsham?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?monumentLabel WHERE {\n  wd:Q26272851 rdfs:label ?monumentLabel FILTER ( LANG( ?monumentLabel ) = 'en' )\n}", "paraphrases": ["Can you tell me the English label for the monument with Wikidata ID Q26272851?", "What does the monument at ST8745970614 in Wiltshire, UK, called?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q26272851> AS ?var2 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9409", "question": "Is 360 Safeguard a human or a subclass of a human?", "sparql": "ASK WHERE { wd:Q24841467 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Can 360 Safeguard be classified as a human through its type or subclass hierarchy?", "Determine whether 360 Safeguard belongs to the category of humans, including via any intermediate class relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q24841467> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9410", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0409947?", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0409947\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0409947 on IMDb.", "Which Wikipedia pages in English or German describe the movie Face (2004)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0409947\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9411", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0078437?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0078437\" . ?wikipediaPage schema:about ?movie . VALUES ?lang { \"en\" \"de\" } ?wikipediaPage schema:inLanguage ?lang . }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film identified by tt0078437 on IMDb?", "Which Wikipedia pages in English and German discuss the movie \"Ultimo mondo cannibale\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0078437\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9412", "question": "What geographic features did Mikhail Lazarev discover?", "sparql": "SELECT ?discovery ?discoveryLabel WHERE { ?discovery wdt:P61 wd:Q186203 . ?discovery rdfs:label ?discoveryLabel . FILTER(LANG(?discoveryLabel) = \"en\")}", "paraphrases": ["Which places were discovered by the Russian explorer Mikhail Lazarev?", "List the discoveries attributed to Mikhail Lazarev, the 19th-century Russian naval commander."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P61> <http://www.wikidata.org/entity/Q186203> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_9413", "question": "List all measuring instruments and their subclasses in Wikidata with English labels.", "sparql": "SELECT ?item ?itemLabel WHERE { ?item (wdt:P31/wdt:P279*) wd:Q2041172 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["What are all the known measuring instruments and their subtypes in Wikidata, along with their English names?", "Please provide a list of all items classified as measuring instruments or any of their subclasses, including their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2041172> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_9414", "question": "Theatrical productions with IMDb or IBDB IDs and their English names", "sparql": "SELECT DISTINCT ?item ?itemLabel (COUNT(?identifier) AS ?identifierCount) WHERE { ?item (wdt:P31/(wdt:P279)*) wd:Q7777570 . ?item ?prop ?identifier . FILTER(?prop IN (wdt:P345, wdt:P1559, wdt:P213, wdt:P1220, wdt:P268, wdt:P1315, wdt:P1365, wdt:P1417)) ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } GROUP BY ?item ?itemLabel LIMIT 100", "paraphrases": ["What are the English names of theatrical productions that have at least one identifier like an IMDb or IBDB ID, and how many identifiers do they have?", "List the English labels of all theatrical productions (including their subclasses) that have any known identifier such as IMDb, ISNI, or IBDB, along with the count of identifiers per production."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var1Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7777570> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7777570> . } ?var1 <http://wikiba.se/ontology#identifiers> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_9415", "question": "Albert Einstein's literal properties and values", "sparql": "SELECT ?property ?value WHERE { wd:Q937 ?property ?value . FILTER (isLiteral(?value)) } LIMIT 10", "paraphrases": ["What are some literal properties and their values associated with Albert Einstein?", "Show me up to 10 literal attributes (like descriptions or dates) of Albert Einstein."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . FILTER ( ( REGEX ( STR ( ?var1 ) , \"statement\" ) ) ) . } LIMIT 200000"}}
{"id": "val_9416", "question": "What is the English label of the main Wikimedia category for machine learning?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?category ?label WHERE {\n  wd:Q2539 wdt:P910 ?category .\n  ?category rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}\nLIMIT 50", "paraphrases": ["Main Wikimedia category label for machine learning in English", "Can you tell me the English name of the Wikimedia category that machine learning belongs to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q2539> <http://www.wikidata.org/prop/direct/P910> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_9417", "question": "What properties are used to describe events that occurred in November 2013?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?property WHERE {\n  ?item wdt:P585 ?date .\n  FILTER ( ?date >= \"2013-11-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"2013-11-30T23:59:59Z\" ^^ xsd:dateTime ) .\n  ?item ?property ?value .\n}", "paraphrases": ["Which properties describe items that happened in November 2013?", "List all properties associated with events that took place during November 2013."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q3039153> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9418", "question": "What is the French label and description of the 17th century?", "sparql": "SELECT ?label ?description WHERE { wd:Q7016 rdfs:label ?label . wd:Q7016 schema:description ?description . FILTER(LANG(?label) = \"fr\") FILTER(LANG(?description) = \"fr\") }", "paraphrases": ["How is the 17th century called and described in French on Wikidata?", "Show me the French name and definition of the 17th century."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q7016> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_9419", "question": "Who is the French historian named Antoine Destemberg?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Antoine Destemberg\"@fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["What human entity has the French label \"Antoine Destemberg\"?", "Can you find the person called Antoine Destemberg in French?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"destemberg\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9420", "question": "Which organizations have Twitter accounts and the fewest Wikipedia language editions? (NASA, CERN)", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . ?site schema:about ?item ; schema:isPartOf ?wiki . VALUES ?username { \"NASA\" \"CERN\" } } GROUP BY ?item ?username ORDER BY ASC(COUNT(?site))", "paraphrases": ["What are the Twitter usernames of organizations like NASA and CERN, sorted by how many Wikipedia language versions they have?", "Show me the Twitter handles for NASA and CERN, ordered by the number of Wikipedia language sites they appear on, from least to most."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"raa_se\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9421", "question": "What is the English name of the place with GeoNames ID 10671246?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P1566 \"10671246\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which place in the world has the GeoNames identifier 10671246, and what is its English name?", "Please provide the English label for the geographical entity identified by GeoNames ID 10671246."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"10671246\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9422", "question": "People who are members of political parties, their countries, and party names in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?partyLabel ?countryLabel WHERE {\n  ?person wdt:P102 ?party .\n  ?party wdt:P31 wd:Q7278 .\n  ?person wdt:P17 ?country .\n  ?person rdfs:label ?personLabel .\n  ?party rdfs:label ?partyLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) FILTER ( LANG( ?partyLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which people are members of political parties, what parties do they belong to, and which countries are they from?", "List the names of politicians, the political parties they belong to, and their countries, all in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var4Label ?var3Label WHERE { ?var5 <http://www.wikidata.org/prop/direct/P2561> ?var2 . ?var5 <http://www.wikidata.org/prop/direct/P17> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q1686000> . ?var5 <http://www.wikidata.org/prop/direct/P102> ?var3 . } LIMIT 100"}}
{"id": "val_9423", "question": "Fancy pigeon breeds with EE breed numbers and French labels and descriptions.", "sparql": "SELECT ?breed ?breedLabel ?breedDescription WHERE { ?breed wdt:P303 ?breedNumber . ?breed rdfs:label ?breedLabel . ?breed schema:description ?breedDescription . FILTER (LANG(?breedLabel) = \"fr\") . FILTER (LANG(?breedDescription) = \"fr\") . } LIMIT 100", "paraphrases": ["What are the French names and descriptions of fancy pigeon breeds that have an EE breed identification number?", "List up to 100 fancy pigeon breeds that have a breed number in the EE list, along with their French labels and descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P303> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_9424", "question": "What are the tennis event types, their associated tournament editions, and the specific event instances, excluding those that are tournament editions or general tournaments?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?eventClass ?eventClassLabel ?tournamentEdition ?tournamentEditionLabel ?eventInstance WHERE {\n  ?eventClass(wdt:P31 / wdt:P279 *) wd:Q46190676 .\n  ?tournamentEdition ^ wdt:P361 ?eventClass .\n  OPTIONAL {\n    ?tournamentEdition wdt:P31 ?eventInstance .\n  } MINUS {\n    ?eventInstance wdt:P279 * wd:Q47345468 .\n  } MINUS {\n    ?eventInstance wdt:P279 * wd:Q13219666 .\n  }\n  ?eventInstance wdt:P279 * wd:Q46190676 .\n  ?eventClass rdfs:label ?eventClassLabel .\n  ?tournamentEdition rdfs:label ?tournamentEditionLabel .\n  ?eventInstance rdfs:label ?eventInstanceLabel .\n  FILTER(LANG(?eventClassLabel) = \"en\")\n  FILTER(LANG(?tournamentEditionLabel) = \"en\")\n  FILTER(LANG(?eventInstanceLabel) = \"en\")\n}", "paraphrases": ["Show me the tennis event categories, the tournaments they belong to, and the event instances, but only if the event instance is a type of tennis event and not a tournament or tournament edition.", "List tennis event types, the tournament editions they are part of, and the event instances, filtering out any event instances that are tournament editions or tennis tournaments."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q46190676> . ?var2 ^ <http://www.wikidata.org/prop/direct/P361> ?var1 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . } MINUS { ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q47345468> . } MINUS { ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q13219666> . } ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q46190676> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9425", "question": "Humans with the surname Kaplan in French.", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(CONTAINS(LCASE(?label), \"kaplan\")) . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the people named Kaplan in French-speaking contexts?", "List all humans whose French name includes \"Kaplan\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Kaplan\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9426", "question": "Humans born in 1950 with no children.", "sparql": "SELECT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P569 ?birthDate . FILTER(YEAR(?birthDate) = 1950) . MINUS { ?human wdt:P40 [] . } }", "paraphrases": ["Who are the humans born in 1950 who have no children?", "List all people born in 1950 who do not have any children."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.wikidata.org/prop/novalue/P40> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q18597> . }"}}
{"id": "val_9427", "question": "What places in northern Iraq near 32\u00b0N, 47\u00b0E have images, Commons categories, or street addresses?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nSELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P17 wd:Q796 .\n  ?item wdt:P625 ?coord .\n  FILTER(geof:latitude(?coord) >= 31 && geof:latitude(?coord) <= 33)\n  FILTER(geof:longitude(?coord) >= 46 && geof:longitude(?coord) <= 48)\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  OPTIONAL {\n    ?item wdt:P969 ?address .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Show me locations in Iraq between 31\u201333\u00b0N and 46\u201348\u00b0E, along with their images, Wikimedia Commons categories, and addresses.", "Find archaeological sites and locations in the region of 32\u00b0N, 47\u00b0E in Iraq and include any available photos, Commons categories, or physical addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(32 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(32 47)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9428", "question": "Members of U.S. Congress with occupations not in the field of politics, along with their family names.", "sparql": "SELECT DISTINCT ?person ?occupationLabel WHERE { ?person wdt:P734 ?familyName . ?person wdt:P102 ?party . ?person wdt:P39 wd:Q14761450 . ?person wdt:P106 ?occupation . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") MINUS { ?occupation wdt:P101 wd:Q7163 . } } LIMIT 1000", "paraphrases": ["Who are the members of Congress whose occupations are not related to politics, and what are their professions?", "List the occupations of U.S. congress members that are not in the field of politics, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P102> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q14761450> . ?var1 <http://www.wikidata.org/prop/direct/P106> ?var2 . MINUS { ?var2 <http://www.wikidata.org/prop/direct/P425> <http://www.wikidata.org/entity/Q7163> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 1000"}}
{"id": "val_9429", "question": "Rivers and streams that flow into the St. Lawrence River but not its estuary.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P403 wd:Q134750 .\n  ?var1 wdt:P31 wd:Q355304 .\n  FILTER(NOT EXISTS {\n    ?var1 wdt:P403 wd:Q3059074 .\n  })\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n}", "paraphrases": ["Which waterbodies drain directly into the St. Lawrence River, excluding those that flow into its estuary?", "List all English-named tributaries of the St. Lawrence River that do not empty into its estuary."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q134750> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q842881> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q3215178> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q175828> . } ?var1 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q134750> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q3059074> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_9430", "question": "Rivers flowing into the St. Lawrence River, Lake Saint Pierre, Lac Saint-Louis, or Lake Saint Francis, but not into its estuary.", "sparql": "SELECT ?river ?riverLabel WHERE {\n  {\n    ?river wdt:P403 wd:Q134750 .  # St. Lawrence River\n  } UNION {\n    ?river wdt:P403 wd:Q842881 .  # Lake Saint Pierre\n  } UNION {\n    ?river wdt:P403 wd:Q22352699 . # Lake Saint Francis\n  } UNION {\n    ?river wdt:P403 wd:Q175828 .  # Lac Saint-Louis\n  }\n  FILTER NOT EXISTS { ?river wdt:P403 wd:Q3059074 . }\n  OPTIONAL { ?river rdfs:label ?riverLabel }\n}", "paraphrases": ["Which rivers and streams flow into the St. Lawrence River or its connected lakes, excluding those that drain into the estuary?", "List all watercourses that feed into the St. Lawrence River system (including Lake Saint Pierre, Lac Saint-Louis, and Lake Saint Francis), but not the estuary, along with their names in any language."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q134750> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q842881> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q3215178> . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q175828> . } ?var1 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q134750> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P403> <http://www.wikidata.org/entity/Q3059074> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_9431", "question": "Humans with first name Assane in French labels", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(STRSTARTS(?label, \"Assane \")) . ?person wdt:P31 wd:Q5 }", "paraphrases": ["Who are the people named Assane whose names are written in French?", "List all humans whose French-language name starts with \"Assane\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"ASSANE\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9432", "question": "Actors and characters from The Lord of the Rings trilogy, with character types that are Middle-earth races.", "sparql": "SELECT DISTINCT ?actor ?actorLabel ?character ?characterLabel ?characterType ?characterTypeLabel WHERE { ?film wdt:P179 wd:Q190214 . ?film p:P161 ?castStatement . ?castStatement ps:P161 ?actor . ?castStatement pq:P453 ?character . ?character wdt:P31 ?characterType . ?characterType wdt:P31 wd:Q989255 . OPTIONAL { ?actor rdfs:label ?actorLabel . FILTER(LANG(?actorLabel) = \"en\") } OPTIONAL { ?character rdfs:label ?characterLabel . FILTER(LANG(?characterLabel) = \"en\") } OPTIONAL { ?characterType rdfs:label ?characterTypeLabel . FILTER(LANG(?characterTypeLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Who are the actors and the characters they played in The Lord of the Rings films, and what type of Middle-earth race is each character?", "List all actors, the characters they portrayed, and the classification of those characters as Middle-earth races in The Lord of the Rings trilogy, with English labels."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var5 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q190214> . ?var5 <http://www.wikidata.org/prop/P161> ?var6 . ?var6 <http://www.wikidata.org/prop/qualifier/P453> ?var2 . ?var6 <http://www.wikidata.org/prop/statement/P161> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . <http://www.wikidata.org/entity/Q74359> <http://www.wikidata.org/prop/direct/P373> ?var4 . ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q989255> . } LIMIT 100"}}
{"id": "val_9433", "question": "Which Wikidata item has the Twitter username \"Snowden\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Snowden\"\n  }\n}", "paraphrases": ["Who is the person on Wikidata with the Twitter handle Snowden?", "Show me the Wikidata entity linked to the Twitter account @Snowden."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"oatweet\" ) ( \"Snowden\" ) ( \"Citizenlab\" ) ( \"jonnysun\" ) ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9434", "question": "Who are the people that have lived in Palaiseau?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P551 wd:Q205580 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the individuals associated with Palaiseau as their place of residence?", "Which people have Palaiseau as their residence according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q205580> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P551> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P551> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9435", "question": "Who were born in January 1976?", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1976-01-01T00:00:00Z\"^^xsd:dateTime && ?birthDate <= \"1976-01-31T23:59:59Z\"^^xsd:dateTime ) } LIMIT 100", "paraphrases": ["Can you list people who were born in January 1976?", "Show me up to 100 individuals with a birth date in January 1976."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . FILTER ( ( ( ?var2 >= \"1976-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1976-01-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_9436", "question": "Which Wikidata items are associated with the Twitter/X usernames Wittylama, envlh, mrlogix, PACKEDvzw, sadads, wikidata, and Wikipedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"Wittylama\" \"envlh\" \"mrlogix\" \"PACKEDvzw\" \"sadads\" \"wikidata\" \"Wikipedia\"\n  }\n}", "paraphrases": ["Who are the people or organizations on Wikidata that have the Twitter handles Wittylama, envlh, mrlogix, PACKEDvzw, sadads, wikidata, and Wikipedia?", "Please list the Wikidata entities for the following Twitter/X usernames: Wittylama, envlh, mrlogix, PACKEDvzw, sadads, wikidata, and Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"Wittylama\" ) ( \"string2\" ) ( \"wikidata\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"abiatus\" ) ( \"WikiDigi\" ) ( \"NukeyTime\" ) ( \"string7\" ) ( \"string8\" ) ( \"glamwiki\" ) ( \"sadads\" ) ( \"Wikidata\" ) ( \"_masaka\" ) ( \"PACKEDvzw\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"string12\" ) ( \"Wikipedia\" ) ( \"string13\" ) ( \"meenyo\" ) ( \"mrlogix\" ) ( \"datagoid\" ) ( \"suisui_wm\" ) ( \"GasnCoal\" ) ( \"TabsTerror\" ) ( \"envlh\" ) ( \"string14\" ) } }"}}
{"id": "val_9437", "question": "Universities in Germany with their coordinates and official websites.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?website ?coordinates WHERE {\n  ?university ( wdt:P31 / wdt:P279 * ) wd:Q3918 .\n  ?university wdt:P17 wd:Q183 .\n  ?university wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?university wdt:P856 ?website .\n  }\n  ?university rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 10", "paraphrases": ["What are the names, locations, and official websites of universities in Germany?", "Show me the English names, geographic coordinates, and official websites (if available) of all universities and their subclasses located in Germany."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3918> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } } LIMIT 10"}}
{"id": "val_9438", "question": "Does Transfermarkt have a player with ID 113775?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2446 \"113775\" .\n}", "paraphrases": ["Is there a football player in Wikidata who has the Transfermarkt ID 113775?", "Confirm if the Transfermarkt ID 113775 corresponds to a known football player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"113775\". }"}}
{"id": "val_9439", "question": "What are the official names of cities in Germany?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?city ?officialName WHERE {\n  ?city wdt:P31 / wdt:P279 * wd:Q515 .\n  ?city wdt:P131 wd:Q183 .\n  ?city wdt:P1448 ?officialName .\n}", "paraphrases": ["Can you list the official names of all cities located in Germany?", "Which cities in Germany have official names recorded in Wikidata, and what are they?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var3 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q220> . ?var3 <http://www.wikidata.org/prop/direct/P1448> ?var4 . OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_9440", "question": "What is the image of the person with SNAC ARK ID w6q56ptc?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6q56ptc\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you find the Wikimedia Commons image for Isaac Deutscher using his SNAC ARK ID?", "Show me the image associated with the Social Networks and Archival Context identifier w6q56ptc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6q56ptc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9441", "question": "List Pok\u00e9mon species with their Bulbapedia article IDs.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pokemon ?label ?bulbapediaId WHERE {\n  ?pokemon wdt:P31 / wdt:P279 * wd:Q3966183 .\n  OPTIONAL {\n    ?pokemon wdt:P4845 ?bulbapediaId\n  }\n  .\n  ?pokemon rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which Pok\u00e9mon species have Bulbapedia IDs, and what are those IDs?", "Show me the names of all Pok\u00e9mon species and their corresponding Bulbapedia article links."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3966183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P4845> ?var2 . } } LIMIT 100"}}
{"id": "val_9442", "question": "Is Umbrello a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q1606279 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does Umbrello belong to the category of software through its class hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1606279> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9443", "question": "Image of the person with SNAC ARK ID w6f29nwg", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6f29nwg\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6f29nwg?", "Show me the Wikimedia Commons image for the entity identified by the SNAC ARK ID w6f29nwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6dv24gv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9444", "question": "What media works feature the comic strip character Garfield?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P674 wd:Q767120 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which TV shows, movies, or games include Garfield as a character?", "Can you list all the works where Garfield appears as a character, along with their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 ?var2 ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P674> <http://www.wikidata.org/entity/Q767120> . }"}}
{"id": "val_9445", "question": "Who has the IMDb ID nm0199287?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0199287\" . }", "paraphrases": ["Which person on Wikidata is identified by the IMDb identifier nm0199287?", "Tell me the Wikidata entity for the IMDb profile nm0199287."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0199287\". }"}}
{"id": "val_9446", "question": "Is there a cartoon in Wikidata with Big Cartoon Database ID 23390?", "sparql": "ASK WHERE { ?item wdt:P4933 \"23390\" . }", "paraphrases": ["Does the animated film 'We're Back! A Dinosaur's Story' have the BCDB ID 23390 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"23390\". }"}}
{"id": "val_9447", "question": "Gene and protein encoded by CT_079 locus tag in Chlamydia trachomatis.", "sparql": "SELECT ?gene ?protein WHERE { ?taxon wdt:P685 \"272561\" . ?gene wdt:P2393 \"CT_079\" ; wdt:P703 ?taxon ; wdt:P688 ?protein . }", "paraphrases": ["What gene and protein are associated with the NCBI locus tag CT_079 in Chlamydia trachomatis?", "Show me the gene item and the protein it encodes for the CT_079 locus tag in the bacterium Chlamydia trachomatis."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_079\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_9448", "question": "What properties are used to describe Jos\u00e9 Garc\u00eda-Margallo y Marfil in Wikidata?", "sparql": "SELECT DISTINCT ?directProperty WHERE { wd:Q58095 ?statementProperty ?value . ?directProperty wikibase:directClaim ?statementProperty .}", "paraphrases": ["Which direct properties (like occupation or citizenship) are associated with the Spanish politician Jos\u00e9 Garc\u00eda-Margallo y Marfil?", "List all the direct claims (e.g., wdt:P106, wdt:P27) that are used for Jos\u00e9 Garc\u00eda-Margallo y Marfil in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q58095> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9449", "question": "What properties are used to describe Matthew Barzun on Wikidata?", "sparql": "SELECT DISTINCT ?property WHERE { wd:Q5566787 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["What facts are known about Matthew Barzun in Wikidata?", "List all the direct properties that have values for Matthew Barzun in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/entity/Q6422240> ? <http://www.wikidata.org/entity/Q5566787> . ?var2 ?var1 ?var3 . <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://wikiba.se/ontology#directClaim> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9450", "question": "Is there a cartoon in Wikidata with the BCDB ID 92030?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P4933 \"92030\" .\n}", "paraphrases": ["Does the Big Cartoon Database ID 92030 exist in Wikidata?", "Which animated film has the BCDB ID 92030?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"92030\". }"}}
{"id": "val_9451", "question": "What are the English labels of the types that the Wikimedia Foundation is an instance of?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?type ?typeLabel WHERE {\n  wd:Q4167836 wdt:P31 ?type .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nLIMIT 50", "paraphrases": ["Show me the categories (in English) that the Wikimedia Foundation belongs to.", "What classes does the Wikimedia Foundation belong to, and what are their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q4167836> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 50"}}
{"id": "val_9452", "question": "What is the English or German Wikipedia page for the documentary with IMDb ID tt7983844?", "sparql": "SELECT ?item ?wikipedia_page WHERE { ?item wdt:P345 \"tt7983844\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Which Wikipedia articles in English or German are about the film with IMDb identifier tt7983844?", "Show me the Wikipedia links in English or German for the movie Take Your Pills, identified by its IMDb ID tt7983844."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7983844\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9453", "question": "What English or German Wikipedia articles are about the movie with IMDb ID tt7689052?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?article WHERE {\n  ?movie wdt:P345 \"tt7689052\" .\n  ?article schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) FILTER ( STRSTARTS( STR( ?article ) , \"https://en.wikipedia.org/\" ) || STRSTARTS( STR( ?article ) , \"https://de.wikipedia.org/\" ) )\n}", "paraphrases": ["Is there a German or English Wikipedia page for the movie \"Daphne & Velma\" (IMDb: tt7689052)?", "Show me the Wikipedia articles in English or German related to the movie identified by IMDb ID tt7689052."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7689052\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9454", "question": "Gene with NCBI locus tag CT_868 in Chlamydia trachomatis and its encoded protein.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?gene ?product WHERE {\n  ?taxon wdt:P685 \"272561\" .\n  ?gene wdt:P2393 \"CT_868\" ; wdt:P703 ?taxon ; wdt:P688 ?product .\n}", "paraphrases": ["What protein is encoded by the gene with NCBI locus tag CT_868 in the bacterium with taxonomy ID 272561?", "Show me the gene labeled CT_868 in Chlamydia trachomatis and the protein it encodes."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P685> \"272561\". ?var1 <http://www.wikidata.org/prop/direct/P2393> \"CT_868\"; <http://www.wikidata.org/prop/direct/P703> ?var3 ; <http://www.wikidata.org/prop/direct/P688> ?var2 . }"}}
{"id": "val_9455", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1921043?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1921043\" .\n  ?wikipedia_page schema:about ?movie .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Show me the Wikipedia articles about the film \"The Clown\" (2011) in English or German.", "Which language versions of Wikipedia have an article about the movie identified by tt1921043?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1921043\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9456", "question": "Is there a cartoon in Wikidata with BCDB ID 38938?", "sparql": "ASK WHERE { ?cartoon wdt:P4933 \"38938\" . }", "paraphrases": ["Does the Big Cartoon Database ID 38938 refer to any animated film in Wikidata?", "Confirm whether the identifier 38938 in the Big Cartoon Database is assigned to any animated work in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"38938\". }"}}
{"id": "val_9457", "question": "Does the Big Cartoon Database ID 7484 exist in Wikidata?", "sparql": "ASK WHERE { ?film wdt:P4933 \"7484\" . }", "paraphrases": ["Is there a cartoon in Wikidata that has the Big Cartoon Database ID 7484?", "Can you confirm that the animated short 'Coal Black and de Sebben Dwarfs' is linked to the BCDB ID 7484 in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"7484\". }"}}
{"id": "val_9458", "question": "What animated episode has the Big Cartoon Database ID 6502?", "sparql": "SELECT ?episode WHERE { ?episode wdt:P4933 \"6502\" . }", "paraphrases": ["Which episode of Gargoyles is identified by the Big Cartoon Database ID 6502?", "Find the animated television episode with the Big Cartoon Database ID 6502."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"6502\". } LIMIT 1"}}
{"id": "val_9459", "question": "Does the Big Cartoon Database ID 78 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?cartoon wdt:P4933 \"78\" .\n}", "paraphrases": ["Is there a cartoon in Wikidata with the BCDB ID 78?", "Does the entry with BCDB ID 78 exist in the Wikidata database?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"78\". }"}}
{"id": "val_9460", "question": "Does the Big Cartoon Database ID \"47022\" exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4933 \"47022\" . }", "paraphrases": ["Is there a Wikidata item associated with the BCDB ID 47022?", "Confirm if the animated short film \"The Cameraman's Revenge\" has the Big Cartoon Database ID 47022 in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"47022\". }"}}
{"id": "val_9461", "question": "Does the Big Cartoon Database ID 105152 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P4933 \"105152\" . }", "paraphrases": ["Is there an animated film in Wikidata with the BCDB ID 105152?", "Confirm if the cartoon titled 'Sikorka' is listed in Wikidata with the BCDB ID 105152."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"105152\". }"}}
{"id": "val_9462", "question": "Does the Big Cartoon Database have an entry with ID 54900?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?cartoon wdt:P4933 \"54900\" .\n}", "paraphrases": ["Is there a cartoon in Wikidata with the Big Cartoon Database ID 54900?", "Does the cartoon \"Cathy's Valentine\" exist in Wikidata with BCDB ID 54900?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4933> \"54900\". }"}}
{"id": "val_9463", "question": "Wikipedia pages in English and German for the movie with IMDb ID tt0281190", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdb_id = \"tt0281190\") }", "paraphrases": ["What are the English and German Wikipedia articles about the movie \"Shottas\" (IMDb ID tt0281190)?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0281190."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0281190\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9464", "question": "Which movie has the Box Office Mojo ID 'titanic'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie WHERE {\n  ?movie wdt:P1237 \"titanic\" .\n}", "paraphrases": ["What is the Wikidata item for the movie with Box Office Mojo ID 'titanic'?", "Show me the movie in Wikidata that corresponds to the Box Office Mojo URL path 'titanic'."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1237> \"string1\". } LIMIT 1"}}
{"id": "val_9465", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0250698?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0250698\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Can you find the Wikipedia articles in English and German about the movie 'Ritual' (2002)?", "Show me the Wikipedia links in English and German that describe the film identified by the IMDb code tt0250698."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0250698\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9466", "question": "Wikipedia page for the movie with IMDb ID tt0304584 in English or German", "sparql": "SELECT ?item ?wikipedia_page ?imdb_id WHERE { ?item wdt:P345 \"tt0304584\" . ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } BIND(\"tt0304584\" AS ?imdb_id) }", "paraphrases": ["What is the English or German Wikipedia page for the movie with IMDb ID tt0304584?", "Show me the Wikipedia link and IMDb ID for the movie identified by tt0304584, if available in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0304584\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9467", "question": "Is Syncthing classified as software according to its type and subclass hierarchy?", "sparql": "ASK WHERE {\n  wd:Q17089344 (wdt:P31/wdt:P279*) wd:Q7397 .\n}", "paraphrases": ["Does Syncthing belong to the category of software through its instance and subclass relationships?", "Is Syncthing a type of software based on Wikidata\u2019s classification system?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q17089344> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9468", "question": "List human anatomical structures and their Terminologia Anatomica 98 (TA98) identifiers.", "sparql": "SELECT ?anatomy ?anatomyLabel ?ta98Code WHERE { ?anatomy wdt:P1323 ?ta98Code . ?anatomy rdfs:label ?anatomyLabel . FILTER(LANG(?anatomyLabel) = \"en\") } LIMIT 1000", "paraphrases": ["What are the English names of anatomical structures and their corresponding TA98 codes in Wikidata?", "Show me the anatomical terms in English along with their TA98 IDs from the 1998 Terminologia Anatomica standard."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1323> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_9469", "question": "Find Wikipedia and Wikiquote pages in English or German for the movie with IMDb ID tt0110123.", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0110123\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia or Wikiquote pages about the film \"In the Army Now\"?", "Show me the language-specific pages (English or German) linked to the film identified by IMDb ID tt0110123."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0110123\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9470", "question": "People buried in La Almudena Cemetery with images", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?image WHERE {\n  ?person wdt:P119 wd:Q1053320 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["Who are the people buried in La Almudena Cemetery, and do they have photos available?", "List all individuals interred at La Almudena Cemetery along with their images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P119> <http://www.wikidata.org/entity/Q1053320> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en,ca,gl,eu,fr,de,it\". } }"}}
{"id": "val_9471", "question": "Does the VIAF ID 1200477 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"1200477\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the VIAF identifier 1200477?", "Check if the Virtual International Authority File ID 1200477 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"1200477\". }"}}
{"id": "val_9472", "question": "What are heritage-listed sites around the world that have coordinates, images, and associated Wikimedia Commons categories?", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE { ?item wdt:P1435 ?heritage . ?item wdt:P625 ?location . OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["Show me heritage-designated locations with their English names, geographic coordinates, images, and Commons categories.", "List cultural heritage sites with available images and Commons categories, including their locations and English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-3 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(0 52)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 <http://www.wikidata.org/prop/direct/P1435> [] . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9473", "question": "Types of Gollum in The Lord of the Rings films", "sparql": "SELECT DISTINCT ?type WHERE { ?film wdt:P179 wd:Q190214 . ?film p:P161 ?stmt . ?stmt pq:P453 wd:Q15007 . wd:Q15007 wdt:P31 ?type . }", "paraphrases": ["What types of character is Gollum, as portrayed in The Lord of the Rings trilogy?", "Show me the classifications of Gollum as a character in The Lord of the Rings movies."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var3 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q190214> . ?var3 <http://www.wikidata.org/prop/P161> ?var4 . ?var4 <http://www.wikidata.org/prop/qualifier/P453> ?var5 . ?var4 <http://www.wikidata.org/prop/statement/P161> ?var6 . ?var5 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q74359> . <http://www.wikidata.org/entity/Q15007> <http://www.wikidata.org/prop/direct/P31> ?var1 . }"}}
{"id": "val_9474", "question": "Who are the humans with the surname Diqu\u00e9ro?", "sparql": "SELECT DISTINCT ?person ?label WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P734 wd:Q106626258 . ?person rdfs:label ?label .}", "paraphrases": ["Can you list all people who have the family name Diqu\u00e9ro?", "Which person is known to have the French surname Diqu\u00e9ro and is classified as a human in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"diquero\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9475", "question": "List all ISNI identifiers in Wikidata.", "sparql": "SELECT ?isni WHERE { ?entity wdt:P213 ?isni . }", "paraphrases": ["What are the International Standard Name Identifiers (ISNIs) assigned to entities in Wikidata?", "Can you provide a list of all ISNI codes used in Wikidata to identify public figures?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P213> ?var1 . }"}}
{"id": "val_9476", "question": "People convicted of crimes against humanity who were German citizens.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P1399 wd:Q173462 .\n  ?person wdt:P27 wd:Q183 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who among the people convicted of crimes against humanity were citizens of Germany?", "List all individuals convicted of crimes against humanity and holding German citizenship."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1399> <http://www.wikidata.org/entity/Q173462> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q183> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9477", "question": "Find an entity in France with coordinates that has an English label but no French label.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?frenchLabel ?englishLabel WHERE {\n  ?item wdt:P17 wd:Q142 ; wdt:P625 [] .\n  ?item rdfs:label ?englishLabel .\n  FILTER(LANG(?englishLabel) = \"en\") MINUS {\n    ?item rdfs:label ?frenchLabel .\n    FILTER(LANG(?frenchLabel) = \"fr\")\n  }\n}\nLIMIT 1", "paraphrases": ["What is a location in France that has coordinates and an English label but no French label?", "Return the Wikidata item, its English label, and confirm it has no French label for any geographic feature in France that has coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q142> ; <http://www.wikidata.org/prop/direct/P625> [] . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . MINUS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . } } LIMIT 1"}}
{"id": "val_9478", "question": "Does Wikidata contain an entry for Johann Carl Cirsovius with GND ID 116517719?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"116517719\" .\n}", "paraphrases": ["Is there a Wikidata item for the German author Johann Carl Cirsovius identified by the GND ID 116517719?", "Confirm if the GND ID 116517719 corresponds to a known entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"116517719\". }"}}
{"id": "val_9479", "question": "Superproperty of shape (P1419) in Wikidata with English label and description", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?superproperty ?superpropertyLabel ?superpropertyDescription WHERE {\n  wd:P1419 wdt:P1647 ?superproperty .\n  ?superproperty rdfs:label ?superpropertyLabel .\n  ?superproperty schema:description ?superpropertyDescription .\n  FILTER ( LANG( ?superpropertyLabel ) = \"en\" ) FILTER ( LANG( ?superpropertyDescription ) = \"en\" )\n}", "paraphrases": ["What is the broader property that \"shape\" (P1419) is a subproperty of, and what is its English description?", "Show me the English label and description of the property that \"shape\" is a subproperty of."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1419> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_9480", "question": "Railway station with ESR code 050404", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?station WHERE {\n  ?station wdt:P2815 \"050404\" .\n}", "paraphrases": ["Which railway station has the ESR station code 050404?", "Tell me the name of the railway station in Russia that uses the former USSR station code 050404."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2815> \"050404\". }"}}
{"id": "val_9481", "question": "What is the English name of the church Santissime Stimmate di San Francesco?", "sparql": "SELECT ?label WHERE { wd:Q1342766 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["How is the church \"Santissime Stimmate di San Francesco\" called in English?", "What is the label in English for the Wikidata item Q1342766?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q1342766> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"ENG\" ) ) ) . } LIMIT 9"}}
{"id": "val_9482", "question": "What are the names of known domestic cats in English?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?cat ?catLabel WHERE {\n  ?cat wdt:P31 wd:Q146 .\n  ?cat rdfs:label ?catLabel .\n  FILTER(LANG(?catLabel) = \"en\")\n}", "paraphrases": ["List all individual house cats and their English labels from Wikidata.", "Can you show me the English names of famous cats?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q188> . }"}}
{"id": "val_9483", "question": "What are the 10 tallest lighthouses in Germany, ranked by the height of their focal plane above sea level?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?lighthouse ?focalHeight ?lighthouseLabel WHERE {\n  ?lighthouse wdt:P31 wd:Q39715 .\n  ?lighthouse wdt:P17 wd:Q183 .\n  ?lighthouse wdt:P2923 ?focalHeight .\n  ?lighthouse rdfs:label ?lighthouseLabel .\n  FILTER ( LANG( ?lighthouseLabel ) = \"en\" )\n}\nORDER BY DESC ( ?focalHeight )\nLIMIT 10", "paraphrases": ["Top 10 lighthouses in Germany by focal height", "List the lighthouses in Germany with the highest focal heights, ordered from tallest to shortest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q39715> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P2923> ?var2 . } ORDER BY DESC( ?var2 ) LIMIT 10"}}
{"id": "val_9484", "question": "List all episodes of the TV series Sanctuary with their English and Italian titles, ordered by episode number.", "sparql": "SELECT ?episode ?italianLabel ?englishLabel ?episodeNumber WHERE { ?episode (wdt:P31/wdt:P279*) wd:Q21191270 . ?episode wdt:P179 wd:Q844099 . ?episode p:P179 ?statement . ?statement pq:P1545 ?episodeNumber . OPTIONAL { ?episode rdfs:label ?englishLabel . FILTER(LANG(?englishLabel) = \"en\") } OPTIONAL { ?episode rdfs:label ?italianLabel . FILTER(LANG(?italianLabel) = \"it\") } } ORDER BY ASC(xsd:integer(?episodeNumber))", "paraphrases": ["What are the English and Italian titles of each episode of the TV series Sanctuary, sorted by their order in the series?", "Can you show me the complete list of episodes from the Canadian TV series Sanctuary, including their English and Italian names, arranged in the order they aired?"], "info": {"raw_sparql": "SELECT ?var1 ( GROUP_CONCAT ( DISTINCT ?var2Label ) AS ?var3 )( GROUP_CONCAT ( DISTINCT ?var4Label ) AS ?var5 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q21191270> . ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q844099> . ?var1 <http://www.wikidata.org/prop/P179> ?var6 . ?var6 <http://www.wikidata.org/prop/qualifier/P1545> ?var7 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"it\" ) ) ) . } } GROUP BY ?var1 ?var8 ?var7 ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var7 ) )"}}
{"id": "val_9485", "question": "Names and start dates of members of the U.S. House of Representatives", "sparql": "SELECT DISTINCT ?personLabel ?startTime WHERE { ?person p:P39 ?statement . ?statement ps:P39 wd:Q13218630 ; pq:P580 ?startTime . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10000", "paraphrases": ["Who are the members of the United States House of Representatives and when did they begin their terms?", "List the English names and start times of all people who have served as members of the U.S. House of Representatives."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var4 . ?var1 ?var5 <http://www.wikidata.org/entity/Q13218630> . ?var1 <http://www.wikidata.org/prop/direct/P580> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 10000"}}
{"id": "val_9486", "question": "What are the properties of Bob the street cat, along with their English labels, the number of values each has, and the values themselves?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ( COUNT( ?value ) AS ?valueCount ) ( GROUP_CONCAT( ?valueLabel ; SEPARATOR = \", \" ) AS ?valueLabels ) WHERE {\n  wd:Q27744042 ?property ?value .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyLabel .\n  ?value rdfs:label ?valueLabel .\n  FILTER ( LANG( ?propertyLabel ) = \"en\" ) FILTER ( LANG( ?valueLabel ) = \"en\" )\n}\nGROUP BY ?property ?propertyLabel", "paraphrases": ["List all claims made about Bob (wd:Q27744042) in English, showing the property name, count of values, and the value labels.", "Show me a summary of Bob\u2019s Wikidata claims: for each property, what is its label, how many times it\u2019s used, and what the values are?"], "info": {"raw_sparql": "SELECT ?var1 ( SAMPLE ( ?var2 ) AS ?var2 )( COUNT ( ?var3 ) AS ?var4 )( GROUP_CONCAT ( ?var5 ; SEPARATOR = \", \" ) AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q27744042> ?var1 ?var3 . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var6 <http://wikiba.se/ontology#directClaim> ?var1 . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } GROUP BY ?var1"}}
{"id": "val_9487", "question": "Explorers from Spain or Portugal with their birth dates and images.", "sparql": "SELECT ?explorer ?explorerLabel ?birthDate ?image WHERE { ?explorer wdt:P106 wd:Q11900058 ; wdt:P569 ?birthDate ; wdt:P27 ?citizenship . FILTER (?citizenship IN (wd:Q29, wd:Q45670)) . OPTIONAL { ?explorer wdt:P18 ?image . } ?explorer rdfs:label ?explorerLabel . FILTER(LANG(?explorerLabel) = \"en\") }", "paraphrases": ["Who are the explorers who were citizens of Spain or Portugal, and what are their birth dates and images?", "List the names, birth dates, and images (if available) of all explorers who held citizenship in either Spain or the Kingdom of Portugal."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11900058> ; <http://www.wikidata.org/prop/direct/P569> ?var2 ; <http://www.wikidata.org/prop/direct/P27> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q45670> ) || ( ?var4 = <http://www.wikidata.org/entity/Q29> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en, fr, de, pl\". } }"}}
{"id": "val_9488", "question": "Church buildings in Berlin with German names", "sparql": "SELECT ?church ?label WHERE { ?church wdt:P131 wd:Q64 . ?church wdt:P31 wd:Q16970 . ?church rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"de\")) }", "paraphrases": ["What are the German-language names of church buildings in Berlin?", "List the names of all church buildings in Berlin in German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q64> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,it\". } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16970> . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"it\" ) ) ) . }"}}
{"id": "val_9489", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1375666?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 \"tt1375666\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n  BIND( \"tt1375666\" AS ?imdb_id )\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by the IMDb ID tt1375666?", "Show me the English and German Wikipedia links for the movie Inception, along with its IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2078704\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9490", "question": "Who were born in L\u00fcnen, Germany, and what are their birth dates?", "sparql": "SELECT ?person ?personLabel ?birthDate WHERE { ?person wdt:P19 wd:Q3822 ; wdt:P569 ?birthDate . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"de\") }", "paraphrases": ["Can you list the people born in L\u00fcnen along with their dates of birth?", "What are the names and birth dates of individuals born in the town of L\u00fcnen?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P19> <http://www.wikidata.org/entity/Q3822> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9491", "question": "English or German Wikipedia page for the movie with IMDb ID tt2510268", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 \"tt2510268\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } ?movie wdt:P345 ?imdb_id . }", "paraphrases": ["What is the English or German Wikipedia article for the movie identified by IMDb ID tt2510268?", "Show me the Wikipedia page in English or German for the movie with IMDb ID tt2510268, along with its IMDb identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2510268\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9492", "question": "All subclasses of motor car and their direct parent classes", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel ?directParent WHERE {\n  ?subclass wdt:P279 * wd:Q1420 .\n  OPTIONAL {\n    ?subclass wdt:P279 ?directParent .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}", "paraphrases": ["What are all the types of cars (including subtypes like sports cars and SUVs) and what is their immediate parent category in the classification hierarchy?", "List all vehicle types that are subclasses of motor car, along with their English names and their direct superclass."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q1420> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_9493", "question": "Film with IMDb ID tt0104745, English title, and English Wikipedia page", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipediaPage ?imdbId ?filmTitle WHERE {\n  ?film wdt:P345 \"tt0104745\" .\n  ?wikipediaPage schema:about ?film .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  BIND( \"tt0104745\" AS ?imdbId ) ?film rdfs:label ?filmTitle .\n  FILTER ( LANG( ?filmTitle ) = \"en\" )\n}", "paraphrases": ["What is the English title and Wikipedia page of the film with IMDb ID tt0104745?", "Show me the English title and the English Wikipedia page for the movie identified by tt0104745 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0104745\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9494", "question": "What are the most common properties linking other items to Springfield, Vermont, and how many times are they used?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q40212 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect entities to Springfield, VT, and which ones appear more than once?", "How is Springfield, Vermont connected to other entities in Wikidata? Show the properties and their usage counts, excluding rare ones."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q40212> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9495", "question": "What are the Italian communes and their cadastre codes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?commune ?cadastreCode ?communeLabel WHERE {\n  ?commune wdt:P31 wd:Q747074 .\n  OPTIONAL {\n    ?commune wdt:P806 ?cadastreCode .\n  }\n  ?commune rdfs:label ?communeLabel .\n  FILTER(LANG(?communeLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list the names of Italian municipalities along with their Italian cadastre identifiers?", "Show me the English names of Italian communes and their corresponding cadastre codes from the national registry."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q747074> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P806> ?var2 . } } LIMIT 100"}}
{"id": "val_9496", "question": "German Wikipedia page for movie with IMDb ID tt5778098", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?movieLabel ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt5778098\" .\n  ?movie rdfs:label ?movieLabel .\n  FILTER(LANG(?movieLabel) = \"en\")\n  .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> .\n}", "paraphrases": ["What is the German Wikipedia article for the movie with IMDb ID tt5778098?", "Show me the German Wikipedia page and the English title of the movie identified by IMDb ID tt5778098."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5778098\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9497", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt1667439?", "sparql": "SELECT ?item ?wikipediaPage ?imdbId WHERE { ?item wdt:P345 \"tt1667439\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } BIND(\"tt1667439\" AS ?imdbId) }", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by the IMDb ID tt1667439?", "Please show me the Wikipedia page in English or German for the film that has the IMDb identifier tt1667439."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1667439\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9498", "question": "Image of the person with SNAC ARK ID w6p67qdt", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6p67qdt\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w6p67qdt?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6p67qdt."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6p67qdt\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9499", "question": "Which statements in Wikidata were sourced from the French Wiktionary?", "sparql": "SELECT ?statement ?property ?value WHERE { ?statement ?property ?value . ?statement prov:wasDerivedFrom ?ref . ?ref pr:P143 wd:Q22001373 . } LIMIT 1", "paraphrases": ["What kind of data in Wikidata comes from the French version of Wiktionary?", "Can you show an example of a Wikidata statement imported from fr.wiktionary.org?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2 ?var3 . ?var3 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P143> / <http://www.wikidata.org/prop/direct/P143> ) <http://www.wikidata.org/entity/Q22001373> . } LIMIT 1"}}
{"id": "val_9500", "question": "What are the English and German Wikipedia articles about the movie with IMDb ID tt0109117?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaArticle ?imdbId WHERE {\n  ?movie wdt:P345 \"tt0109117\" .\n  ?wikipediaArticle schema:about ?movie .\n  ?wikipediaArticle schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  ?movie wdt:P345 ?imdbId\n}", "paraphrases": ["Show me the Wikipedia pages in English and German for the film identified by tt0109117 on IMDb, along with its IMDb identifier.", "I'm looking for Wikipedia articles in English or German about the movie that has the IMDb ID tt0109117. Can you provide those articles and confirm the IMDb ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0109117\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9501", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt5061126?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt5061126\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the item with IMDb identifier tt5061126?", "Show me the Wikipedia pages in English or German that are linked to the IMDb entry tt5061126."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5061126\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9502", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1614456?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1614456\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film with IMDb identifier tt1614456?", "Show me the Wikipedia article in English or German for the movie identified by tt1614456 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1614456\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9503", "question": "Wikipedia and Wikiquote pages in English or German for the movie with IMDb ID tt0102820.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0102820\" .\n  ?page schema:about ?movie .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What English or German-language Wikipedia and Wikiquote pages are about the movie with IMDb ID tt0102820?", "Show me the English and German Wikimedia project pages related to the film Rush (IMDb: tt0102820)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0102820\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9504", "question": "Find the Wikidata item and English or German Wikipedia page for the film with IMDb ID tt2797106.", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P345 \"tt2797106\" . ?wikipediaPage schema:about ?film . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the Wikidata entry and corresponding Wikipedia page (in English or German) for the movie with IMDb ID tt2797106?", "Show me the Wikipedia pages in English or German about the film identified by IMDb ID tt2797106, along with its Wikidata identifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2797106\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9505", "question": "What are the Wikipedia pages about the movie with IMDb ID tt0812265 in English or German?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0812265\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English or German that cover the film identified by tt0812265 on IMDb.", "Find the Wikipedia links for the movie with IMDb identifier tt0812265, specifically in English or German language versions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0812265\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9506", "question": "Image of the person with SNAC ARK ID w6n3135m", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6n3135m\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Richard Worsam Meade II in Wikidata?", "Can you show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6n3135m?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n3135m\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9507", "question": "Parliamentary buildings in Berlin with images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?building ?buildingLabel ?image WHERE {\n  ?building wdt:P31 wd:Q7138926 ; wdt:P131 wd:Q64 ; wdt:P18 ?image .\n  ?building rdfs:label ?buildingLabel .\n  FILTER ( LANG( ?buildingLabel ) = \"en\" )\n}\nLIMIT 188", "paraphrases": ["What are the parliamentary buildings in Berlin and what are their images?", "Show me images of parliamentary buildings located in Berlin."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7138926> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . <http://www.wikidata.org/entity/Q64> <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } SERVICE <http://wikiba.se/ontology#around> { ?var5 <http://www.wikidata.org/prop/direct/P625> ?var6 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> ?var4 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"100\". <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#distance> ?var7 . } } LIMIT 188"}}
{"id": "val_9508", "question": "Municipalities in Rio Grande do Norte, Brazil, with their Portuguese names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?municipality ( COALESCE ( ?ptLabel , ?enLabel ) AS ?municipalityLabel ) WHERE {\n  ?municipality wdt:P31 wd:Q3184121 .\n  ?municipality wdt:P131 wd:Q43255 .\n  OPTIONAL {\n    ?municipality rdfs:label ?ptLabel .\n    FILTER ( LANG( ?ptLabel ) = \"pt\" )\n  }\n  OPTIONAL {\n    ?municipality rdfs:label ?enLabel .\n    FILTER ( LANG( ?enLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What are the municipalities in the Brazilian state of Rio Grande do Norte, and what are their names in Portuguese?", "List the municipalities of Rio Grande do Norte in Brazil along with their Portuguese labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pt,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3184121> . OPTIONAL { ?var2 <http://schema.org/about> ? ?var1 . ?var2 <http://schema.org/inLanguage> \"pt\". FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string1\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q43255> . }"}}
{"id": "val_9509", "question": "Male humans with Arabic labels but no Arabic Wikipedia page, including their birth/death dates, citizenship, and places of birth and death.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?birthDate ?deathDate ?country ?birthPlace ?deathPlace ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581097 .\n  ?person wdt:P569 ?birthDate .\n  ?person wdt:P570 ?deathDate .\n  ?person wdt:P27 ?country .\n  ?person wdt:P19 ?birthPlace .\n  ?person wdt:P20 ?deathPlace .\n  ?person rdfs:label ?label .\n  OPTIONAL {\n    ?arWikipediaPage schema:about ?person ; schema:inLanguage \"ar\" .\n  }\n  FILTER ( ! BOUND( ?arWikipediaPage ) ) FILTER ( LANG( ?label ) = \"ar\" )\n}\nLIMIT 1000", "paraphrases": ["Who are male humans that have an Arabic label but no Arabic Wikipedia article, and what are their birth and death details?", "List up to 1,000 male individuals with Arabic-language names who do not have an Arabic Wikipedia page, along with their country of citizenship, birthplace, death place, and dates of birth and death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var6 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var9Label . OPTIONAL { ?var10 <http://schema.org/about> ?var1 . ?var10 <http://schema.org/inLanguage> \"ar\". } FILTER ( ( !( BOUND ( ?var10 ) ) ) ) . FILTER ( ( ( LANG ( ?var9Label ) = \"ar\" ) ) ) . } LIMIT 1000"}}
{"id": "val_9510", "question": "Male politicians with Arabic names but no Arabic Wikipedia page, including birth/death dates, nationality, places of birth and death, and military ranks.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?dateOfBirth ?dateOfDeath ?country ?placeOfBirth ?placeOfDeath ?rank ?label WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581097 .\n  ?person wdt:P106 wd:Q82955 .\n  ?person wdt:P569 ?dateOfBirth .\n  ?person wdt:P570 ?dateOfDeath .\n  ?person wdt:P27 ?country .\n  ?person wdt:P19 ?placeOfBirth .\n  ?person wdt:P20 ?placeOfDeath .\n  ?person wdt:P410 ?rank .\n  ?person rdfs:label ?label .\n  OPTIONAL {\n    ?arabicWikipediaPage schema:about ?person ; schema:inLanguage \"ar\" .\n  }\n  FILTER(! BOUND(?arabicWikipediaPage))\n  FILTER(LANG(?label) = \"ar\")\n}\nLIMIT 1000", "paraphrases": ["Who are male politicians with Arabic-language labels but no Arabic Wikipedia article, and what are their birth and death details, nationalities, places of birth and death, and military ranks?", "List all male human politicians who have Arabic labels but are not documented on Arabic Wikipedia, along with their dates of birth and death, countries, places of birth and death, and military ranks."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581097> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P27> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P20> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P410> ?var7 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var8Label . OPTIONAL { ?var9 <http://schema.org/about> ?var1 . ?var9 <http://schema.org/inLanguage> \"ar\". } FILTER ( ( !( BOUND ( ?var9 ) ) ) ) . FILTER ( ( ( LANG ( ?var8Label ) = \"ar\" ) ) ) . } LIMIT 1000"}}
{"id": "val_9511", "question": "Animated films with titles starting with \"Coco\" in English.", "sparql": "SELECT ?film ?label WHERE { ?film (wdt:P31/wdt:P279*) wd:Q202866 ; rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(STRSTARTS(?label, \"Coco\")) } LIMIT 100", "paraphrases": ["What are the English titles of animated films that begin with \"Coco\"?", "List all English-language animated films whose names start with \"Coco\", including variations like \"Coconut\"."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/p279> *) <http://www.wikidata.org/entity/Q202866> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( ?var2 , \"Coco\" ) ) ) . } LIMIT 100"}}
{"id": "val_9512", "question": "What topics have a main Wikimedia portal and an Arabic-language Wikipedia page?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?topic ?portal WHERE {\n  ?topic wdt:P1151 ?portal .\n  FILTER EXISTS {\n    ?page schema:about ?topic ; schema:inLanguage \"ar\" .\n  }\n}\nLIMIT 10", "paraphrases": ["Show me the Wikimedia portals associated with topics that also have an Arabic-language page.", "Which topics on Wikidata are linked to both a main portal and an Arabic Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1151> ?var2 . OPTIONAL { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"ar\". } FILTER ( ( BOUND ( ?var3 ) ) ) . } LIMIT 10"}}
{"id": "val_9513", "question": "People who died in 1929, their birth dates, and ages at death.", "sparql": "SELECT ?person ?personLabel ?dob ?dod WHERE { ?person wdt:P31 wd:Q5 ; wdt:P570 ?dod . FILTER ( ?dod >= \"1929-01-01\"^^xsd:date && ?dod < \"1930-01-01\"^^xsd:date ) OPTIONAL { ?person wdt:P569 ?dob . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") BIND( ( ( ?dod - ?dob ) / \"365.2425\"^^xsd:decimal ) AS ?age ) } ORDER BY ASC(?person) LIMIT 10", "paraphrases": ["Who were the people that died in 1929, and how old were they when they died?", "List the names and birth dates of people who died in 1929, along with their calculated age at death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5 ?var6Label ?var7 ?var8Label ?var8 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var9 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var10 . } BIND ( ( ( ?var9 - ?var7 ) /\"365.2425\"^^<http://www.w3.org/2001/XMLSchema#decimal> ) AS ?var11 ). FILTER ( ( ( ?var9 >= \"1929-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var9 < \"1929-01-02\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9514", "question": "French-labeled humans with the surname B\u00e9ranger", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(LANG(?label) = \"fr\") FILTER(regex(?label, \"B\u00e9ranger\", \"i\")) ?person wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the French-speaking people named B\u00e9ranger?", "List all humans whose French label includes the name B\u00e9ranger."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Beranger\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9515", "question": "What properties are used to link other items to the 1976 U.S. Men's Clay Court Championships, and how often are they used (only showing those used more than once)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q4001465 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect other entities to the 1976 U.S. Men's Clay Court Championships, and which ones appear more than once?", "Show me the properties that relate other items to the 1976 U.S. Men's Clay Court Championships, sorted by how frequently they\u2019re used, excluding properties used only once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q4001465> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9516", "question": "Wikidata properties for authority control of people", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel WHERE {\n  ?property wdt:P31 wd:Q19595382 .\n  ?property rdfs:label ?propertyLabel .\n  FILTER ( langMatches( lang( ?propertyLabel ) , \"en\" ) )\n}\nLIMIT 21", "paraphrases": ["What are the Wikidata properties used to identify people with external authority files?", "List the English names of the top 21 Wikidata properties that link people to external identifiers like ISNI or VIAF."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q19595382> . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_9517", "question": "List all people with an ORCID iD and their ORCID identifiers.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?orcid WHERE {\n  ?person wdt:P496 ?orcid .\n}", "paraphrases": ["Who are the people that have an ORCID iD, and what are their ORCID numbers?", "Show me the names of individuals and their corresponding ORCID identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . FILTER ( ( NOT EXISTS { ?var1 ?var3 <http://www.wikidata.org/entity/Q19595382> . } ) ) . }"}}
{"id": "val_9518", "question": "List all non-sovereign territories with ISO 3166-1 codes and the countries that administer them, in multiple languages.", "sparql": "SELECT ?territory ?isoCode ?administeringCountryLabel WHERE { ?territory wdt:P297 ?isoCode ; wdt:P17 ?country . ?country rdfs:label ?administeringCountryLabel . FILTER ( ?isoCode IN ( \"VI\", \"XK\", \"YT\", \"AS\", \"FK\", \"FO\", \"TC\", \"WF\", \"GL\", \"GU\", \"MS\", \"PF\", \"SH\", \"PR\", \"JE\", \"MP\", \"MQ\", \"NC\", \"BQ\", \"CK\", \"GF\", \"GG\", \"GP\", \"IM\", \"PM\", \"RE\", \"AQ\", \"AX\", \"BL\", \"BV\", \"CC\", \"CX\", \"EH\", \"GS\", \"HM\", \"IO\", \"MF\", \"NF\", \"NU\", \"PN\", \"SJ\", \"TF\", \"TK\", \"UM\" ) ) } ORDER BY ASC(?isoCode)", "paraphrases": ["Which territories have ISO country codes like AS, YT, or FK, and which sovereign states are they associated with, in different languages?", "Show me the names of territories such as Puerto Rico, Guam, and Mayotte, their ISO codes, and the names of the countries that govern them, in all available languages."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P297> ?var2 ; ( <http://www.wikidata.org/prop/direct/P17> / <http://www.w3.org/2000/01/rdf-schema#label> ) ?var3 . FILTER ( ( ?var2 IN ( \"VI\", \"XK\", \"YT\", \"AS\", \"FK\", \"FO\", \"TC\", \"WF\", \"GL\", \"GU\", \"MS\", \"PF\", \"SH\", \"PR\", \"JE\", \"MP\", \"MQ\", \"NC\", \"BQ\", \"CK\", \"GF\", \"GG\", \"GP\", \"IM\", \"PM\", \"RE\", \"AQ\", \"AX\", \"BL\", \"BV\", \"CC\", \"CX\", \"EH\", \"GS\", \"HM\", \"IO\", \"MF\", \"NF\", \"NU\", \"PN\", \"SJ\", \"TF\", \"TK\", \"UM\" ) ) ) . } ORDER BY ASC( ?var2 )"}}
{"id": "val_9519", "question": "What properties (with French labels and descriptions) are used on items that are computer languages?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { ?item wdt:P31 ?class . ?class wdt:P279* wd:Q629206 . ?item ?property ?value . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"fr\") . FILTER(LANG(?propertyDescription) = \"fr\") } LIMIT 100", "paraphrases": ["In French, what are the labels and descriptions of properties commonly applied to programming languages?", "Show me the French names and descriptions of properties associated with computer languages like Python or BASIC."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q629206> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"fr\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"fr\" ) ) ) . } LIMIT 100"}}
{"id": "val_9520", "question": "ORCID iD holders without any other authority control identifiers like ISNI or VIAF.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?orcid WHERE {\n  ?item wdt:P496 ?orcid . MINUS {\n    ?item ?otherProp ?val .\n    ?otherProp wdt:P31 / wdt:P279 * wd:Q18614948 .\n    FILTER(?otherProp != wdt:P496)\n  }\n}\nLIMIT 3", "paraphrases": ["Which people have an ORCID iD but no other identifiers such as ISNI, VIAF, or similar authority control numbers?", "Show me up to three researchers who are identified only by their ORCID iD and have no other known authority control identifiers in Wikidata."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P496> ?var2 . MINUS { ?var1 ?var3 ?var4 . ?var3 ^ <http://wikiba.se/ontology#directClaim> ?var5 . ?var5 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q18614948> . MINUS { ?var3 ?var6 <http://www.wikidata.org/entity/P496> . } } } LIMIT 3"}}
{"id": "val_9521", "question": "Who are the Federal Chancellors of Germany?", "sparql": "SELECT ?chancellor ?chancellorLabel WHERE { ?chancellor wdt:P39 wd:Q4970706 . ?chancellor rdfs:label ?chancellorLabel . FILTER(LANG(?chancellorLabel) = \"en\") } ORDER BY ?chancellorLabel", "paraphrases": ["List of all people who have held the office of Federal Chancellor of Germany.", "Can you provide the names of all individuals who have served as Federal Chancellor of Germany, sorted alphabetically?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q4970706> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } } ORDER BY DESC( ?var1 )"}}
{"id": "val_9522", "question": "Is Melodifestivalen 2017 a kind of software?", "sparql": "ASK WHERE { wd:Q26710151 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Is Melodifestivalen 2017 classified as software or a subclass of software?", "Check whether Melodifestivalen 2017 belongs to the category of software or any of its subclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q26710151> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9523", "question": "Is Melodifestivalen 1959 a television program?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q3302574 ( wdt:P31 / wdt:P279 * ) wd:Q15416 .\n}", "paraphrases": ["Does Melodifestivalen 1959 belong to the category of television programs?", "Confirm whether Melodifestivalen 1959 is classified as a television program."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3302574> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9524", "question": "Is Hackman a surname?", "sparql": "ASK WHERE { wd:Q16870377 (wdt:P31/wdt:P279*) wd:Q4116295 . }", "paraphrases": ["Does the family name Hackman belong to the category of surnames through its type or subclass hierarchy?", "Confirm whether Hackman is classified as a surname either directly or via its class hierarchy in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q16870377> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9525", "question": "Linux distributions with official websites, sorted alphabetically.", "sparql": "SELECT ?distro ?website ?distroLabel WHERE { ?distro wdt:P31 wd:Q131669 ; wdt:P856 ?website . ?distro rdfs:label ?distroLabel . FILTER(LANG(?distroLabel) = 'en') } ORDER BY ASC(?distroLabel)", "paraphrases": ["What are the Linux distributions and their official websites, listed in alphabetical order by name?", "Please list all Linux distributions along with their official websites, ordered by their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q131669> . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } UNION { ?var3 <http://www.wikidata.org/prop/direct/P275> <http://www.wikidata.org/entity/Q132421> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9526", "question": "Linux distributions with official websites and GNU licenses", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1Label ?var2 ?var3Label WHERE {\n  ?var1 wdt:P31 wd:Q131669 .\n  ?var1 wdt:P856 ?var2 .\n  ?var1 rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  OPTIONAL {\n    ?var1 wdt:P275 ?var3 .\n    ?var3 rdfs:label ?var3Label .\n    FILTER(LANG(?var3Label) = \"en\")\n  }\n  FILTER(! BOUND(?var3) || STRSTARTS(?var3Label , \"GNU \"))\n}\nORDER BY ASC(?var1Label)", "paraphrases": ["Which Linux distributions have official websites and are licensed under the GNU General Public License?", "Show me Linux distributions that have an official website, and if they have a license, it should start with \"GNU \" \u2014 list them in alphabetical order."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q131669> . ?var1 <http://www.wikidata.org/prop/direct/P856> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P275> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } FILTER ( ( STRSTARTS ( ?var3Label , \"GNU \" ) ) ) . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9527", "question": "Is Lys Assia an instance of a category that includes software?", "sparql": "ASK WHERE {\n  wd:Q193687 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n  hint:Prior hint:gearing \"forwards\" .\n}", "paraphrases": ["Does Lys Assia belong to a class that is a subclass of software?", "Is Lys Assia classified under any type that is a kind of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q193687> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9528", "question": "Films with French exploitation mark numbers but no release date qualifier.", "sparql": "SELECT ?item ?itemLabel ?mark ?rank WHERE { ?item p:P2755 ?statement . ?statement ps:P2755 ?mark ; wikibase:rank ?rank . FILTER NOT EXISTS { ?statement pq:P580 ?date . } OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } } LIMIT 100", "paraphrases": ["Which movies have been assigned an exploitation mark number in France but do not have a specified start date for the mark?", "List all films that have an exploitation mark number in France without a start time qualifier, along with the mark number and statement rank."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/P2755> ?var5 . VALUES ( ?var6 ) { ( <http://www.wikidata.org/prop/qualifier/P580> ) } OPTIONAL { ?var5 ?var6 ?var7 . } FILTER ( ( !( BOUND ( ?var7 ) ) ) ) . ?var2 <http://wikiba.se/ontology#qualifier> ?var6 . ?var5 <http://wikiba.se/ontology#rank> ?var3 ; <http://www.wikidata.org/prop/statement/P2755> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_9529", "question": "What are the birth and death details of Albert Einstein, including his birthplace, death place, dates, and image?", "sparql": "SELECT ?birthPlace ?birthPlaceLabel ?deathPlace ?deathPlaceLabel ?birthDate ?deathDate ?image WHERE { OPTIONAL { wd:Q937 wdt:P19 ?birthPlace . } OPTIONAL { wd:Q937 wdt:P20 ?deathPlace . } OPTIONAL { wd:Q937 wdt:P569 ?birthDate . } OPTIONAL { wd:Q937 wdt:P570 ?deathDate . } OPTIONAL { wd:Q937 wdt:P18 ?image . } OPTIONAL { ?birthPlace rdfs:label ?birthPlaceLabel . FILTER(LANG(?birthPlaceLabel) = \"en\") } OPTIONAL { ?deathPlace rdfs:label ?deathPlaceLabel . FILTER(LANG(?deathPlaceLabel) = \"en\") } } LIMIT 10", "paraphrases": ["Show me Albert Einstein\u2019s place of birth, place of death, birth date, death date, and his photo.", "Where and when was Albert Einstein born and died, and is there a picture of him?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var8 WHERE { ?var9 ?var10Label \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2561> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var8 . } } LIMIT 10"}}
{"id": "val_9530", "question": "Is Random agent spoofer a type of software?", "sparql": "ASK WHERE { wd:Q21996240 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does the Firefox extension \"Random agent spoofer\" belong to the category of software?", "Is Random agent spoofer classified under software through its type or subclass hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21996240> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9531", "question": "Which Wikidata entity has the VIAF ID 160807633?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P214 \"160807633\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person associated with the VIAF identifier 160807633?", "Find the name of the individual linked to the VIAF ID 160807633."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"160807633\". }"}}
{"id": "val_9532", "question": "Who are the French people with the surname Bollardi\u00e8re?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = 'fr')\n  .\n  FILTER(REGEX(?label , 'Bollardi\u00e8re' , 'i'))\n  .\n  ?item wdt:P31 wd:Q5\n}", "paraphrases": ["List all humans in Wikidata whose French label includes \"Bollardi\u00e8re\".", "Show me the French individuals named Bollardi\u00e8re."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"bollardier\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9533", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt2429074?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt2429074\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Find the Wikipedia article in English or German about the film identified by tt2429074 on IMDb.", "Which Wikipedia pages (in English or German) are about the movie G.B.F.?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2429074\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9534", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0102960?", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0102960\" . ?wikipedia_page schema:about ?film . ?wikipedia_page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Show me the Wikipedia articles in English and German about the movie \"Sometimes They Come Back\".", "Which language versions of Wikipedia have articles about the film identified by IMDb ID tt0102960?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0102960\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9535", "question": "Humans with the given name Filiz who have a French label.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?label WHERE {\n  ?item wdt:P31 wd:Q5 .\n  ?item wdt:P735 wd:Q1414104 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" )\n}", "paraphrases": ["Who are the people named Filiz that have a French-language label on Wikidata?", "List all humans named Filiz that are labeled in French on Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Filiz\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9536", "question": "What are the French educational diplomas that include the word \"brevet\" in their name?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(CONTAINS(LCASE(?label), \"brevet\")) . ?item wdt:P31 wd:Q217577 }", "paraphrases": ["List the certifications in France known as \"Brevet\".", "Which French diplomas have \"brevet\" in their title?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"BREVET\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9537", "question": "What are the different birth dates recorded for S\u00edlvia Romero i Olea, along with their precision and calendar system?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?date ?precision ?calendar WHERE {\n  VALUES ?person {\n    wd:Q16943552\n  }\n  ?person p:P569 ?statement .\n  ?statement psv:P569 ?valueNode .\n  ?valueNode wikibase:timeValue ?date ; wikibase:timePrecision ?precision ; wikibase:timeCalendarModel ?calendar .\n}", "paraphrases": ["Show me the birth date details (date, precision, and calendar) for the Spanish poet S\u00edlvia Romero i Olea from Wikidata.", "Can you find all the birth date statements for S\u00edlvia Romero i Olea, including how precise each one is and which calendar it uses?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q16943552> ) } ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_9538", "question": "Which films did James Cameron direct?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film ?filmLabel WHERE {\n  ?film wdt:P57 wd:Q42574 .\n  ?film rdfs:label ?filmLabel .\n  FILTER ( LANG( ?filmLabel ) = \"en\" )\n}", "paraphrases": ["List of movies directed by James Cameron", "Can you show me the English titles of all films directed by James Cameron?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q42574> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_9539", "question": "Top research topics in Peter B\u00f8ggild\u2019s publications and how many papers per topic?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?count ?subjectLabel ?sampleWorkLabel WHERE {\n  {\n    SELECT ?subject ( COUNT( ?work ) AS ?count ) ( SAMPLE( ?workLabel ) AS ?sampleWorkLabel ) WHERE {\n      ?work wdt:P50 wd:Q39067096 .\n      ?work wdt:P921 ?subject .\n      ?work rdfs:label ?workLabel .\n      FILTER ( LANG( ?workLabel ) = \"en\" )\n    }\n    GROUP BY ?subject\n    ORDER BY DESC ( ?count )\n  }\n  ?subject rdfs:label ?subjectLabel .\n  FILTER ( LANG( ?subjectLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )\nLIMIT 100", "paraphrases": ["What are the main subjects of Peter B\u00f8ggild\u2019s scientific works, ranked by how many papers he has on each, and can you show one example paper title per subject?", "List Peter B\u00f8ggild\u2019s most frequent research topics based on his publications, including the number of papers per topic and a sample paper title for each."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q39067096> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q39067096> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_9540", "question": "Image of Walter Allen Watson (SNAC ARK ID w69w18dn)", "sparql": "SELECT ?image WHERE { ?entity wdt:P3430 \"w69w18dn\" . OPTIONAL { ?entity wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of the person with SNAC ARK ID w69w18dn?", "Show me the image associated with the SNAC ARK ID w69w18dn, if it exists."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69w18dn\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9541", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0061328?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipedia_page WHERE {\n  ?film wdt:P345 \"tt0061328\" .\n  ?wikipedia_page schema:about ?film .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the movie identified by tt0061328 on IMDb.", "Which Wikipedia pages in English and German discuss the film \"Accident\" (1967)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0061328\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9542", "question": "English or German Wikipedia page for the movie with IMDb ID tt0076055", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0076055\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt0076055?", "Show me the English or German Wikipedia article about the movie identified by tt0076055."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0076055\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9543", "question": "List businesses headquartered in Boston along with their official websites.", "sparql": "SELECT ?businessLabel ?website ?headquartersLabel WHERE { ?business wdt:P31 wd:Q4830453 . ?business rdfs:label ?businessLabel . FILTER(LANG(?businessLabel) = \"en\") OPTIONAL { ?business wdt:P856 ?website . } OPTIONAL { ?business wdt:P159 ?headquarters . ?headquarters rdfs:label ?headquartersLabel . FILTER(LANG(?headquartersLabel) = \"en\") } } LIMIT 10", "paraphrases": ["What are the names of businesses based in Boston, and do they have official websites?", "Show me up to 10 businesses with their English names, headquarters locations, and official websites, focusing on those based in Boston."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P856> ?var1 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P159> ?var2 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P17> ?var2 . } } LIMIT 10"}}
{"id": "val_9544", "question": "What is the English label and description of the Great Russian Encyclopedia entry with ID 1909647?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"1909647\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") . } }", "paraphrases": ["Who is the person listed in the Great Russian Encyclopedia Online (old version) with ID 1909647, and what is their English description?", "Please provide the English name and brief description of the individual identified by the Great Russian Encyclopedia Online ID 1909647."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"1909601\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9545", "question": "Image of the person with SNAC ARK ID w6nw1g36", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6nw1g36\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Irving Thalberg in Wikidata?", "Can you find the Wikimedia Commons image for the individual identified by the SNAC ARK ID \"w6nw1g36\"?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6nw1g36\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9546", "question": "What is the English label and description of the geographic region with Australian Statistical Geography 2016 ID SSC10639?", "sparql": "SELECT ?location ?locationLabel ?description WHERE { ?location wdt:P4093 \"SSC10639\" . ?location rdfs:label ?locationLabel . FILTER (LANG(?locationLabel) = \"en\") . OPTIONAL { ?location schema:description ?description . FILTER (LANG(?description) = \"en\") . } }", "paraphrases": ["Tell me the name and description in English of the place identified by ASGS2016 code SSC10639.", "Find the English name and locality description for the Australian geographic area with ID SSC10639."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4093> \"SSC10639\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9547", "question": "Top main subjects of works by Janina Fels, with example titles and counts.", "sparql": "SELECT ?count ?mainSubjectLabel ?truncatedWorkLabel WHERE { { SELECT ?mainSubject (COUNT(?work) AS ?count) (SAMPLE(?workLabel) AS ?exampleWorkLabel) WHERE { ?work wdt:P50 wd:Q50118237 . ?work wdt:P921 ?mainSubject . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } GROUP BY ?mainSubject ORDER BY DESC(?count) } ?mainSubject rdfs:label ?mainSubjectLabel . FILTER(LANG(?mainSubjectLabel) = \"en\") BIND(SUBSTR(?exampleWorkLabel, 1, 60) AS ?truncatedWorkLabel) } ORDER BY DESC(?count) LIMIT 10", "paraphrases": ["What are the most common topics in Janina Fels's publications, and what are some example titles for each?", "Show me the main subjects of Janina Fels's works, ordered by how many works each subject appears in, along with a truncated title of one example work per subject."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q50118237> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q50118237> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_9548", "question": "List all occupations and their sub-occupations in Wikidata.", "sparql": "SELECT DISTINCT ?occupation ?occupationLabel WHERE { ?occupation wdt:P279* wd:Q12737077 . ?occupation rdfs:label ?occupationLabel . FILTER(LANG(?occupationLabel) = \"en\") } ORDER BY ?occupationLabel LIMIT 1000", "paraphrases": ["What are all the known types of occupations, including more specific ones like \"doctor\" or \"designer\"?", "Show me a list of all job types and their subcategories that are classified under the broader concept of occupation."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 (( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *)|( <http://www.wikidata.org/prop/direct/P279> / <http://www.wikidata.org/prop/direct/P31> *)) <http://www.wikidata.org/entity/Q12737077> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50000"}}
{"id": "val_9549", "question": "What country and continent is Perpignan M\u00e9diterran\u00e9e M\u00e9tropole located in?", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { wd:Q1119894 (wdt:P17|wdt:P30)+ ?var1 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["Can you tell me the geographical context of Perpignan M\u00e9diterran\u00e9e M\u00e9tropole, such as its country and continent?", "Which sovereign state and continent does Perpignan M\u00e9diterran\u00e9e M\u00e9tropole belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1119894> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9550", "question": "Top 100 most common family names of fictional characters", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?familyName ?familyNameLabel ?count WHERE {\n  {\n    SELECT ?familyName ( COUNT( ?character ) AS ?count ) WHERE {\n      ?character ( wdt:P31 / wdt:P279 * ) wd:Q95074 .\n      ?character wdt:P734 ?familyName .\n    }\n    GROUP BY ?familyName\n  }\n  ?familyName rdfs:label ?familyNameLabel .\n  FILTER ( LANG( ?familyNameLabel ) = \"en\" )\n}\nORDER BY DESC ( ?count )\nLIMIT 100", "paraphrases": ["Which family names are the most frequently used among fictional characters, and how many characters have each?", "Show me the 100 most common surnames of fictional characters along with their counts, in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { { SELECT ?var2 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q95074> . ?var4 <http://www.wikidata.org/prop/direct/P734> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P2561> ?var1 . } GROUP BY ?var2 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_9551", "question": "What is Jenni Haukio\u2019s date of birth and full name in English?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q293133 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . wd:Q293133 wdt:P569 ?birthDate . OPTIONAL { wd:Q293133 wdt:P570 ?deathDate . } }", "paraphrases": ["Is Jenni Haukio still alive, and when was she born?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q293133> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9552", "question": "Frida Kahlo's date of birth and date of death", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { wd:Q5588 rdfs:label ?personLabel . OPTIONAL { wd:Q5588 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5588 wdt:P570 ?deathDate . } FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["When was Frida Kahlo born and when did she die?", "Can you tell me the birth and death dates of the Mexican painter Frida Kahlo?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5588> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9553", "question": "James Alan Abrahamson birth date and death date", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q391079 AS ?person ) . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["When was James Alan Abrahamson born, and when did he die?", "Can you tell me the birth and death dates of James Alan Abrahamson, along with his full name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q391079> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9554", "question": "What are the birth and death dates of Joseph Allison?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q6280991 rdfs:label ?label . OPTIONAL { wd:Q6280991 wdt:P569 ?birthDate . } OPTIONAL { wd:Q6280991 wdt:P570 ?deathDate . } FILTER(LANG(?label) = \"en\")}", "paraphrases": ["Can you tell me when Joseph Allison was born and when he died?", "Who is Joseph Allison, and what are his birth and death years?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6280991> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9555", "question": "What are the birth and death dates of John Cole, 2nd Earl of Enniskillen?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q6226600 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Birth and death dates of John Cole, 2nd Earl of Enniskillen", "Can you tell me when John Cole, 2nd Earl of Enniskillen was born and when he died?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q6226600> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9556", "question": "What is the date of birth of Daniel W. Bursch, and is he still alive?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q948673 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Tell me the name, birth date, and death date of the astronaut Daniel W. Bursch.", "When was Daniel W. Bursch born, and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q948673> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9557", "question": "What are the birth and death dates of Albert Einstein?", "sparql": "SELECT ?var1Label ?var3 ?var4 WHERE { BIND( wd:Q937 AS ?var1 ) . ?var1 wdt:P31 wd:Q5 . ?var1 rdfs:label ?var1Label FILTER(LANG(?var1Label) = \"en\") . OPTIONAL { ?var1 wdt:P569 ?var3 . } OPTIONAL { ?var1 wdt:P570 ?var4 . } }", "paraphrases": ["Can you tell me Albert Einstein\u2019s date of birth and date of death?", "Show me the name, birth date, and death date of the person Albert Einstein."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q46314290> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9558", "question": "Which of the following entities \u2014 United States, Belgium, and Douglas Adams \u2014 have English labels in Wikidata?", "sparql": "SELECT DISTINCT ?item WHERE { VALUES ?item { wd:Q30 wd:Q31 wd:Q42 } ?item rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Show me the Wikidata entities for the United States, Belgium, and Douglas Adams that are labeled in English.", "Are the United States, Belgium, and Douglas Adams present in Wikidata with English labels?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q30> ) ( <http://www.wikidata.org/entity/Q31> ) ( <http://www.wikidata.org/entity/Q42> ) } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( LANGMATCHES ( LANG ( ?var3Label ) , \"en\" ) ) ) . }"}}
{"id": "val_9559", "question": "What is the birth date of Hirooka Shingor\u014d, and is there a recorded date of death?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q28069019 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who is Hirooka Shingor\u014d, and when was he born and when did he die?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q28069019> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9560", "question": "What are the birth and death dates of Thomas Pitt of Boconnoc?", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q16859480 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q16859480 wdt:P569 ?birthDate . } OPTIONAL { wd:Q16859480 wdt:P570 ?deathDate . } }", "paraphrases": ["Thomas Pitt of Boconnoc birth date and death date", "Show me the birth and death dates of Thomas Pitt of Boconnoc, along with his name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16859480> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9561", "question": "Philip Courtenay's date of birth and date of death", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q16828257 AS ?person ) .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate\n  }\n}", "paraphrases": ["When was Philip Courtenay born and when did he die?", "Can you tell me the birth and death dates of Philip Courtenay, the English politician?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q16828257> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9562", "question": "Who are the people born in Newlands, New Zealand, and what are their birth and death dates?", "sparql": "SELECT ?person ?personLabel ?birthDate ?deathDate WHERE { ?person wdt:P19 wd:Q7018327 ; wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate } . OPTIONAL { ?person wdt:P570 ?deathDate } . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the birth and death dates of humans associated with Newlands, New Zealand?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q7018327> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9563", "question": "Birth and death dates of Alexander Berkman", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q195390 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q195390 wdt:P569 ?birthDate . } OPTIONAL { wd:Q195390 wdt:P570 ?deathDate . } }", "paraphrases": ["When was Alexander Berkman born and when did he die?", "Can you tell me the birth and death dates of the Russian-American anarchist and writer Alexander Berkman?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q195390> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9564", "question": "What Wikipedia categories are associated with people born in a specific year?", "sparql": "SELECT ?category ?categoryLabel WHERE { ?category wdt:P971 wd:Q21821348 . } LIMIT 100", "paraphrases": ["Which categories on Wikipedia combine the topic of year of birth?", "Can you list the categories that group people by their year of birth?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q21821348> . } LIMIT 100"}}
{"id": "val_9565", "question": "Female physicists with their place of birth coordinates, education, and employer", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?fieldOfWork ?dateOfBirth ?image ?educatedAt ?employer ?placeOfBirth ?coordinates WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P21 wd:Q6581072 .\n  ?person ( wdt:P106 / wdt:P279 * ) wd:Q169470 .\n  OPTIONAL {\n    ?person wdt:P101 ?fieldOfWork .\n  }\n  OPTIONAL {\n    ?person wdt:P569 ?dateOfBirth .\n  }\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?person wdt:P69 ?educatedAt .\n  }\n  OPTIONAL {\n    ?person wdt:P108 ?employer .\n  }\n  ?person wdt:P19 ?placeOfBirth .\n  ?placeOfBirth wdt:P625 ?coordinates .\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who are the female physicists and where were they born? Include their educational background, employers, and images if available.", "List all female physicists along with their date of birth, where they studied, where they worked, their place of birth with coordinates, and any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 ?var6Label ?var7Label ?var8Label ?var9 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q169470> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var11 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P69> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P108> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P101> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P19> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P625> ?var9 . } ORDER BY ASC( ?var1 )"}}
{"id": "val_9566", "question": "What are all the superclass categories of an unidentified floating object in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q3348142 wdt:P279 * ?ancestor .\n  FILTER(?ancestor != wd:Q3348142)\n}", "paraphrases": ["Can you list all the broader concepts that an unidentified floating object is a subclass of?", "Show me the full hierarchy of classes above \"unidentified floating object\" in the Wikidata ontology."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3348142> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_9567", "question": "What is the English label for the property \"Tyrolean Art Cadastre inventory ID\" (P4219)?", "sparql": "SELECT ?label WHERE { wd:P4219 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["What is the name of property P4219 in English?", "Can you tell me the English description of the Tyrolean Art Cadastre inventory ID property?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2Label ) WHERE { <http://www.wikidata.org/prop/novalue/P4219> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"en\" ) ) ) . }"}}
{"id": "val_9568", "question": "What is the English label for the Wikidata property \"has part\" (P144)?", "sparql": "SELECT (SAMPLE(?label) AS ?labelEn) WHERE { wd:P144 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Show me the English name of the property that indicates something is based on another thing.", "What does property P144 mean in English?"], "info": {"raw_sparql": "SELECT( SAMPLE ( ?var1 ) AS ?var2Label ) WHERE { <http://www.wikidata.org/prop/novalue/P144> <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( LANGMATCHES ( LANG ( ?var1 ) , \"en\" ) ) ) . }"}}
{"id": "val_9569", "question": "What is the English label for the property \"presenter\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  wd:P371 rdfs:label ?label .\n  FILTER(LANGMATCHES(LANG(?label) , \"en\"))\n}", "paraphrases": ["How is the presenter property labeled in English on Wikidata?", "What is the English term used for the property that indicates who presented a TV show or program?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/prop/novalue/P371> <http://www.w3.org/2004/02/skos/core#prefLabel> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_9570", "question": "What is the English label for the property \"member of political party\" in Wikidata?", "sparql": "SELECT ?label WHERE { wd:P102 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Can you show me the English names used for the property that indicates political party membership?", "What are the English-language labels assigned to the Wikidata property P102?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/prop/novalue/P102> <http://www.w3.org/2004/02/skos/core#prefLabel> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_9571", "question": "What is the English label for the Wikidata property \"source code repository URL\"?", "sparql": "SELECT ?label WHERE { wd:P1324 rdfs:label ?label . FILTER (LANGMATCHES(LANG(?label), \"en\")) }", "paraphrases": ["Show the English name of the property that represents a source code repository URL.", "What is the human-readable English term for the Wikidata property P1324?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { <http://www.wikidata.org/prop/novalue/P1324> <http://www.w3.org/2004/02/skos/core#prefLabel> ?var1Label . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . }"}}
{"id": "val_9572", "question": "What is the name of the place with GeoNames ID 3100346?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?place ?placeLabel WHERE {\n  ?place wdt:P1566 \"3100346\" .\n  ?place rdfs:label ?placeLabel .\n  FILTER ( LANG( ?placeLabel ) = \"en\" )\n}", "paraphrases": ["Which place in Wikidata has the GeoNames identifier 3100346, and what is its English name?", "Please show me the English label for the geographical location identified by GeoNames ID 3100346."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"3100346\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9573", "question": "Self-citations and other citations of A Mathematical Theory of Communication by year", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?citationType WHERE {\n  wd:Q724029 wdt:P50 ?author .\n  ?citingWork wdt:P2860 wd:Q724029 .\n  ?citingWork wdt:P577 ?pubDate .\n  BIND( STR( YEAR( ?pubDate ) ) AS ?year ) BIND( IF( EXISTS {\n    ?citingWork wdt:P50 ?author\n  }\n  , \"self-citation\" , \"other-citation\" ) AS ?citationType )\n}\nGROUP BY ?year ?citationType\nORDER BY DESC ( ?year )", "paraphrases": ["How many times has A Mathematical Theory of Communication been cited each year, and how many of those citations are by Claude Shannon himself?", "Show me the count of works citing A Mathematical Theory of Communication grouped by year and whether they were written by Claude Shannon or someone else."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37371720> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q37371720> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_9574", "question": "What are the images associated with Richard Feynman, including those of his works and topics he is associated with?", "sparql": "SELECT DISTINCT ?var1 WHERE { { wd:Q39246 wdt:P18 ?var1 . } UNION { wd:Q39246 ( ^wdt:P50 / (wdt:P921* | wdt:P50) / wdt:P18 ) ?var1 . } }", "paraphrases": ["Show me all images on Wikimedia Commons related to Richard Feynman, either as the subject or as the author of a work.", "Can you find images of Richard Feynman and the books or scientific topics he is connected to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { { <http://www.wikidata.org/entity/Q39246> <http://www.wikidata.org/prop/direct/P18> ?var1 . } UNION { <http://www.wikidata.org/entity/Q39246> !( <http://www.wikidata.org/prop/direct/P1889> ) ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . FILTER ( ( ( ?var2 != <http://www.wikidata.org/entity/Q5> ) ) ) . } UNION { <http://www.wikidata.org/entity/Q39246> (^ <http://www.wikidata.org/prop/direct/P50> /( <http://www.wikidata.org/prop/direct/P921> *| <http://www.wikidata.org/prop/direct/P50> )/ <http://www.wikidata.org/prop/direct/P18> ) ?var1 . } }"}}
{"id": "val_9575", "question": "Is there a person or entity in Wikidata with the VIAF ID 71909349?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"71909349\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 71909349 correspond to any known item in Wikidata?", "Check if the VIAF ID 71909349 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"71909349\". }"}}
{"id": "val_9576", "question": "Is there a person in Wikidata with the VIAF ID 25178558?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"25178558\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 25178558 exist in Wikidata?", "Is the VIAF cluster ID 25178558 assigned to any entity in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"25178558\". }"}}
{"id": "val_9577", "question": "Does the Royal College of Physicians of Ireland have a GND ID of 5514509-7?", "sparql": "ASK WHERE { ?item wdt:P227 \"5514509-7\" . }", "paraphrases": ["Is there a Wikidata item for the Royal College of Physicians of Ireland with the German National Library ID 5514509-7?", "Confirm if the entity with GND ID 5514509-7 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"5514509-7\". }"}}
{"id": "val_9578", "question": "What are all the taxonomic ancestors of the genus Zaus?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q6561579 wdt:P171 * ?ancestor .\n}", "paraphrases": ["Show the full taxonomic hierarchy above the crustacean genus Zaus.", "What higher biological classifications include Zaus as a member?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q6561579> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_9579", "question": "Olympic athletes without listed occupations in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?athlete WHERE {\n  ?athlete wdt:P1447 ?id ; wdt:P31 wd:Q5 .\n  FILTER NOT EXISTS {\n    ?athlete wdt:P106 [] .\n  }\n}\nORDER BY ASC ( ?athlete )", "paraphrases": ["Which Olympic athletes have no occupation specified in Wikidata?", "Show me the Wikidata IDs of people who have a Sports-Reference Olympic athlete ID and are human, but do not have any occupation property assigned."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1447> ?var2 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P106> [] . } ) ) . } ORDER BY ASC( ?var1 )"}}
{"id": "val_9580", "question": "What are the English and German Wikipedia articles about the movie with IMDb ID tt0087231?", "sparql": "SELECT ?wikipediaArticle WHERE { ?item wdt:P345 \"tt0087231\" . ?wikipediaArticle schema:about ?item . ?wikipediaArticle schema:inLanguage ?language . FILTER(?language = \"en\" || ?language = \"de\") }", "paraphrases": ["Show me the Wikipedia pages in English and German for the film identified by tt0087231 on IMDb.", "Find the Wikipedia articles in English and German that are about the movie with the IMDb identifier tt0087231."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0087231\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9581", "question": "Find the English or German Wikipedia page for the film with IMDb ID tt1606189.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt1606189\" .\n  ?wikipediaPage schema:about ?film .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What is the English or German Wikipedia article for the movie \"Cherry Bomb\" (IMDb tt1606189)?", "Show me the Wikipedia page in English or German for the film identified by IMDb ID tt1606189."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1606189\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9582", "question": "Rivers in Ukraine with Russian Wikipedia articles but no Ukrainian ones.", "sparql": "SELECT ?river ?riverLabel WHERE { ?river wdt:P31 wd:Q4022 . ?river wdt:P17 wd:Q212 . ?river rdfs:label ?riverLabel . FILTER NOT EXISTS { ?article schema:about ?river . ?article schema:inLanguage \"uk\" . } FILTER EXISTS { ?article schema:about ?river . ?article schema:inLanguage \"ru\" . } }", "paraphrases": ["Which rivers in Ukraine have a Russian-language Wikipedia page but not a Ukrainian-language one?", "List the names of rivers located in Ukraine that are documented on Russian Wikipedia but not on Ukrainian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q4022> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . FILTER ( ( ( ?var3 = <http://www.wikidata.org/entity/Q212> ) ) ) . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"uk\". } ) ) . FILTER ( ( EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"ru\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,be,uk,bg,sr,cs,en,de\". } }"}}
{"id": "val_9583", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1552211?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 \"tt1552211\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } BIND(\"tt1552211\" AS ?imdbId) }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"The Last Days of American Crime\".", "Which language versions of Wikipedia have articles about the movie identified by tt1552211?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3522000\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9584", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0075824", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0075824\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER (?lang = \"en\" || ?lang = \"de\") . FILTER (STRSTARTS(STR(?wikipedia_page), \"https://\")) . FILTER (CONTAINS(STR(?wikipedia_page), \".wikipedia.org/\")) }", "paraphrases": ["What are the English and German Wikipedia articles for the film \"That Obscure Object of Desire\"?", "Show me the Wikipedia pages in English and German about the movie identified by IMDb ID tt0075824."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0075824\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9585", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1577040?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt1577040\" .\n  ?wikipediaPage schema:about ?movie .\n  ?wikipediaPage schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n}", "paraphrases": ["Which Wikipedia articles in English or German describe the film identified by the IMDb ID tt1577040?", "Show me the Wikipedia page for the movie \"Alto\" (IMDb: tt1577040) if it exists in English or German."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1577040\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9586", "question": "What is the family name of Brian E. Carlson?", "sparql": "SELECT ?familyName WHERE { wd:Q4963646 wdt:P734 ?familyName .}", "paraphrases": ["Family name of Brian E. Carlson", "Tell me the surname of Brian E. Carlson."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { <http://www.wikidata.org/entity/Q4963646> <http://www.wikidata.org/prop/direct/P734> ?var1 . }"}}
{"id": "val_9587", "question": "What is the English or German Wikipedia page for the film with IMDb ID tt1207639?", "sparql": "SELECT ?itemLabel ?wikipediaPage WHERE { ?item wdt:P345 \"tt1207639\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . ?item rdfs:label ?itemLabel . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(LANG(?itemLabel) = \"en\" || LANG(?itemLabel) = \"de\")}", "paraphrases": ["Which Wikipedia articles in English or German are about the movie with IMDb identifier tt1207639, and what is its title?", "Show me the title and Wikipedia link in English or German for the film identified by tt1207639 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1207639\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9588", "question": "Wikidata item and Wikipedia pages in English or German for IMDb ID tt3300240", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page ?imdb_id WHERE {\n  ?item wdt:P345 \"tt3300240\" .\n  ?wikipedia_page schema:about ?item .\n  ?wikipedia_page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?item wdt:P345 ?imdb_id .\n}", "paraphrases": ["What is the Wikidata item for the IMDb ID tt3300240, and which Wikipedia pages in English or German are about it?", "Show me the IMDb ID, Wikidata item, and any English or German Wikipedia pages linked to the movie with IMDb ID tt3300240."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3303702\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9589", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0250266?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0250266\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the film 'Bookwars' (IMDb: tt0250266)?", "Show me the Wikipedia links in English or German for the film identified by IMDb ID tt0250266."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0250266\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9590", "question": "List paintings and their creators from Wikidata.", "sparql": "SELECT ?painting ?artist WHERE { ?painting wdt:P31 wd:Q3305213 . OPTIONAL { ?painting wdt:P170 ?artist . } }", "paraphrases": ["Which paintings have known artists, and who created them?", "Show me all paintings along with their artists, including those without known creators."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9591", "question": "What is the English title of the movie with IMDb ID tt0302498, and which Wikipedia page is it linked to?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?movieLabel ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 \"tt0302498\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?movie rdfs:label ?movieLabel .\n  FILTER ( LANG( ?movieLabel ) = \"en\" ) .\n  BIND( \"tt0302498\" AS ?imdbId )\n}", "paraphrases": ["Show me the English Wikipedia page for the movie identified by tt0302498 on IMDb.", "Which movie has the IMDb identifier tt0302498, and what is its English title and corresponding Wikipedia page?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0302498\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9592", "question": "What are the descriptions of the Mona Lisa in different languages, and what is its genre?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?description ?genre WHERE {\n  wd:Q12418 schema:description ?description .\n  wd:Q12418 wdt:P136 ?genre .\n}", "paraphrases": ["Can you show me all the multilingual descriptions of the Mona Lisa along with its artistic genre?", "What languages have descriptions of the Mona Lisa, and is it classified as a portrait?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q12418> ?var1 ?var2 . OPTIONAL { <http://www.wikidata.org/entity/Q12418> <http://www.wikidata.org/prop/direct/P136> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9593", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0076759?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  VALUES ?imdb_id {\n    \"tt0076759\"\n  }\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English and German for Star Wars: Episode IV \u2013 A New Hope.", "Which language versions of Wikipedia and Wikiquote are linked to the movie Star Wars (1977)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0088701\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9594", "question": "What are the English and German Wikipedia articles about the movie \"The Matrix\" with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?article WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?article schema:about ?item .\n  {\n    ?article schema:inLanguage \"en\"\n  } UNION {\n    ?article schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Show me the Wikipedia pages in English and German that are about the film \"The Matrix\" (IMDb: tt0133093).", "Find the Wikipedia articles in English or German that are linked to the movie \"The Matrix\" via its IMDb identifier tt0133093."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0198494\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9595", "question": "Who are all the people who have served as members of the Australian House of Representatives, and when did each of their terms begin and end?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?person ?statement ?start ?end WHERE {\n  ?person p:P39 ?statement .\n  ?statement ps:P39 wd:Q18912794 .\n  OPTIONAL {\n    ?statement pq:P580 ?start .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n}", "paraphrases": ["List all Australian House of Representatives members with their start and end dates of service.", "Show me the complete history of terms served by each member of the Australian House of Representatives, including the start and end dates of each term."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var2 ; <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q18912794> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9596", "question": "What are the names of Ramin Djawadi in German, English, French, and Italian, along with his image and German Wikipedia link?", "sparql": "SELECT ?label ?image ?wikipediaUrl WHERE { wd:Q57577 rdfs:label ?label . FILTER(LANG(?label) IN (\"de\", \"en\", \"fr\", \"it\")) OPTIONAL { wd:Q57577 wdt:P18 ?image . } OPTIONAL { ?wikipediaUrl schema:about wd:Q57577 ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> . } } ORDER BY ?label", "paraphrases": ["Can you show me Ramin Djawadi\u2019s multilingual labels, his photo, and the German Wikipedia page about him?", "How is Ramin Djawadi referred to in different languages, and where can I find his image and German Wikipedia article?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q57577> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q57577> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q57577> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q57577> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q57577> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_9597", "question": "Who has the IMDb ID nm0007622?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0007622\" . }", "paraphrases": ["What is the name of the person associated with IMDb ID nm0007622?", "Find the Wikidata item for the person with IMDb identifier nm0007622."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0007622\". }"}}
{"id": "val_9598", "question": "Is the Kleiber House listed in the National Register of Historic Places with reference number 92000561?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"92000561\" .\n}", "paraphrases": ["Does the Kleiber House have the NRHP reference number 92000561?", "Confirm that the Kleiber House is identified in Wikidata by the NRHP ID 92000561."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"92000561\". }"}}
{"id": "val_9599", "question": "Is there a property listed in the National Register of Historic Places with reference number 82000898?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"82000898\" .\n}", "paraphrases": ["Does the Hardy House in Little Rock, Arkansas have the NRHP ID 82000898?", "Can you verify that the NRHP reference number 82000898 is assigned to a historic site?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"82000898\". }"}}
{"id": "val_9600", "question": "What are the names of Ermanno Wolf-Ferrari in German, English, French, and Italian, along with his German Wikipedia page and image?", "sparql": "SELECT ?label ?description ?image ?wikipediaPage WHERE { OPTIONAL { wd:Q57275 rdfs:label ?label . FILTER (LANG(?label) = ?lang) VALUES (?lang ?order) { (\"de\" \"1\"^^xsd:integer) (\"en\" \"2\"^^xsd:integer) (\"fr\" \"3\"^^xsd:integer) (\"it\" \"4\"^^xsd:integer) } } OPTIONAL { wd:Q57275 wdt:P18 ?image . } OPTIONAL { wd:Q57275 schema:description ?description . FILTER (LANG(?description) = \"de\") } OPTIONAL { ?wikipediaPage rdf:type schema:Article ; schema:about wd:Q57275 ; schema:inLanguage \"de\" ; schema:isPartOf <https://de.wikipedia.org/> . } } ORDER BY ASC(?order)", "paraphrases": ["Can you show me Ermanno Wolf-Ferrari\u2019s multilingual labels and his German biography, image, and Wikipedia link?", "For Ermanno Wolf-Ferrari, retrieve his labels in four languages, his German description, his image, and the link to the German Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q57275> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q57275> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q57275> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"de\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q57275> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q57275> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_9601", "question": "What are the birth dates of Jean Blewett, including the precision and calendar model used?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?item ?date ?precision ?calendar WHERE {\n  VALUES(?item) {(wd:Q6170285)\n  }\n  ?item p:P569 ?stmt .\n  ?stmt psv:P569 ?value .\n  ?value wikibase:timeValue ?date ; wikibase:timePrecision ?precision ; wikibase:timeCalendarModel ?calendar .\n}", "paraphrases": ["When was Jean Blewett born, and what is the precision and calendar system for each recorded birth date?", "Show all recorded birth dates for Jean Blewett along with how precise they are (e.g., year, day) and the calendar used."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q6170285> ) } ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_9602", "question": "All volcanic landforms and their subclasses", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q29025902 .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What are all the known volcanic landforms and their subtypes in Wikidata?", "List all entities that are either instances or subclasses of volcanic landform, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15401930> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9603", "question": "Is there a historic place in the National Register of Historic Places with ID 05000039?", "sparql": "ASK WHERE { ?item wdt:P649 \"05000039\" . }", "paraphrases": ["Does the NRHP list an entry with reference number 05000039?", "Check if the National Register of Historic Places includes the property with reference number 05000039."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"05000039\". }"}}
{"id": "val_9604", "question": "Does the National Register of Historic Places reference number 92001282 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"92001282\" .\n}", "paraphrases": ["Is there a historic place in the National Register of Historic Places with the ID 92001282?", "Check if the NRHP ID 92001282 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"92001282\". }"}}
{"id": "val_9605", "question": "Hotels in Ille-et-Vilaine with English labels but no French labels.", "sparql": "SELECT ?item ?label WHERE { { ?item wdt:P131 wd:Q12549 ; rdfs:label ?label . } UNION { ?item wdt:P131/wdt:P131 wd:Q12549 ; rdfs:label ?label . } FILTER (LANG(?label) = \"en\") MINUS { ?item rdfs:label ?frLabel . FILTER (LANG(?frLabel) = \"fr\") } } LIMIT 2", "paraphrases": ["Which hotels located in Ille-et-Vilaine or its municipalities have an English name but no French name?", "List the English names of accommodations in Ille-et-Vilaine that don't have a French label."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q12549> ; <http://www.wikidata.org/prop/direct/P625> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . MINUS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . } } LIMIT 2"}}
{"id": "val_9606", "question": "What are the names and coordinates of climbing routes in Wikidata?", "sparql": "SELECT ?routeLabel ?coord WHERE { ?route wdt:P31 wd:Q1699583 . ?route wdt:P625 ?coord . ?route rdfs:label ?routeLabel . FILTER(LANG(?routeLabel) = \"en\") }", "paraphrases": ["Can you list the English-named climbing routes along with their geographic locations?", "Show me the geographic coordinates of all known climbing routes, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22857> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en,fr\". } }"}}
{"id": "val_9607", "question": "Wikipedia and Commons pages in English or German about the film Tartuffe (1926) with IMDb ID tt0017448.", "sparql": "SELECT ?film ?page WHERE { ?film wdt:P345 \"tt0017448\" . ?page schema:about ?film . ?page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) }", "paraphrases": ["What English and German language pages on Wikipedia and Commons are about the 1926 film Tartuffe, identified by IMDb ID tt0017448?", "Show me all English and German language pages related to the film Tartuffe (1926) from IMDb tt0017448."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0017448\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9608", "question": "Film with elFilm ID 39284", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P3143 \"39284\" .\n}", "paraphrases": ["Which film is identified by the elFilm ID 39284?", "I need to find the Wikidata entry for the movie that has the identifier 39284 in the Arabic movie database elFilm."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"39284\". }"}}
{"id": "val_9609", "question": "What is the German or English title of the movie with IMDb ID tt2841696?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?title WHERE {\n  ?item wdt:P345 \"tt2841696\" .\n  ?item wdt:P1476 ?title .\n  FILTER ( LANG( ?title ) = \"en\" || LANG( ?title ) = \"de\" )\n}", "paraphrases": ["What is the title of the movie identified by IMDb ID tt2841696 in German or English?", "Please provide the German or English title of the movie that has the IMDb identifier tt2841696."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2841696\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9610", "question": "Wikipedia pages in English or German about the movie with IMDb ID tt0483706.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt0483706\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English or German Wikipedia pages for the film with IMDb ID tt0483706?", "Show me the Wikipedia articles in English or German that are about the movie identified by tt0483706 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0483706\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9611", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0120737, and what is its title?", "sparql": "SELECT ?movie ?movieTitle ?wikipedia_page ?imdb_id WHERE { ?movie wdt:P345 \"tt0120737\" . ?movie wdt:P1476 ?movieTitle . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") BIND(\"tt0120737\" AS ?imdb_id) }", "paraphrases": ["Which English and German-language Wikipedia pages are about the film \"The Lord of the Rings: The Fellowship of the Ring\", and what is its IMDb identifier?", "Show me the English and German Wikipedia pages linked to the movie with IMDb ID tt0120737, along with its official title and the IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0216316\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9612", "question": "What English or German-language Wikipedia or Commons pages are about the film with IMDb ID tt0042175?", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt0042175\" . ?page schema:about ?item . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the English or German pages linked to the movie tt0042175 on Wikidata.", "Which pages in English or German discuss the movie identified by IMDb ID tt0042175?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0042175\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9613", "question": "What is the English name and description of the entry in the Great Russian Encyclopedia with ID 2126432?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P2924 \"2126432\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Find the English label and description for the item identified by the Great Russian Encyclopedia Online ID 2126432.", "Which musical instrument is listed in the Great Russian Encyclopedia as ID 2126432, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2126432\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9614", "question": "Nobel laureates and the categories of Nobel Prizes they received", "sparql": "SELECT ?laureate ?laureateLabel ?award ?awardLabel WHERE {  VALUES ?award {    wd:Q35637    wd:Q38104    wd:Q44585    wd:Q80061    wd:Q37922    wd:Q47170  }  ?laureate wdt:P166 ?award .  ?laureate rdfs:label ?laureateLabel .  ?award rdfs:label ?awardLabel .  FILTER(LANG(?laureateLabel) = \"en\")  FILTER(LANG(?awardLabel) = \"en\")}", "paraphrases": ["Who are the people who have won a Nobel Prize, and in which category did they win it?", "List all Nobel Prize winners along with the specific Nobel Prize category they were awarded."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7191> . ?var1 ?var2 ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9615", "question": "Is there a football player in Wikidata with Transfermarkt ID 100599?", "sparql": "ASK WHERE { ?player wdt:P2446 \"100599\" . }", "paraphrases": ["Does the Wikidata database contain an entry for a football player whose Transfermarkt ID is 100599?", "Check if the Transfermarkt player ID 100599 is assigned to any football player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"100599\". }"}}
{"id": "val_9616", "question": "Recipients of the Finlandia Prize", "sparql": "SELECT ?awardRecipient (SAMPLE(?label) AS ?awardRecipientLabel) WHERE { ?awardRecipient wdt:P166 wd:Q911223 . ?awardRecipient rdfs:label ?label .} GROUP BY ?awardRecipient", "paraphrases": ["Who has won the Finlandia Prize?", "List the authors and books that have received the Finlandia Prize."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q911223> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,en\". } }"}}
{"id": "val_9617", "question": "List companies and their CEOs from Wikidata.", "sparql": "SELECT DISTINCT ?company ?ceoLabel WHERE { ?company wdt:P31/wdt:P279* wd:Q783794 . ?company p:P169 ?ceoStatement . ?ceoStatement ps:P169 ?ceo . ?ceo rdfs:label ?ceoLabel . FILTER(LANG(?ceoLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Who are the chief executive officers of companies listed on Wikidata?", "Show me the names of companies and their English-labeled CEOs, where the company is a type of organization or a subclass of a company."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q783794> . ?var1 <http://www.wikidata.org/prop/P169> ?var2 . } LIMIT 1000000"}}
{"id": "val_9618", "question": "Image of the person with SNAC ARK ID w6rf6gjc", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?entity wdt:P3430 \"w6rf6gjc\" .\n  ?entity wdt:P18 ?image .\n}", "paraphrases": ["What is the image of the individual identified by the SNAC ARK ID w6rf6gjc?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6rf6gjc."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6rf6gjc\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9619", "question": "Image of the person with SNAC ARK ID w63n38s2", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w63n38s2\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with Leo Durocher in Wikidata, given his SNAC ARK ID is w63n38s2?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w63n38s2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w63n38s2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9620", "question": "Comics, anime, or manga with VIAF IDs and at least three external identifiers, excluding films.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item(COUNT(?idValue) AS ?identifierCount) WHERE {\n  {\n    ?item wdt:P31 / wdt:P279 * wd:Q1004 .\n  } UNION {\n    ?item wdt:P31 wd:Q1107 .\n  } UNION {\n    ?item wdt:P31 wd:Q8274 .\n  } MINUS {\n    ?item wdt:P31 / wdt:P279 * wd:Q11424 .\n  }\n  ?item wdt:P214 ?viafId .\n  ?item ?idProp ?idValue .\n  FILTER(?idProp IN(wdt:P214 , wdt:P213 , wdt:P227 , wdt:P268 , wdt:P244 , wdt:P1006 , wdt:P1005))\n}\nGROUP BY ?item\nHAVING(COUNT(?idValue) >= 3)", "paraphrases": ["Which comics, anime, or manga have a VIAF ID and at least three other external identifiers, but are not films?", "List all comics, anime, or manga that have a VIAF identifier and at least three total external identifiers, but are not classified as films."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1004> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q10901350> . FILTER ( ( ?var3 IN ( <http://www.wikidata.org/entity/Q1107> , <http://www.wikidata.org/entity/Q8274> ) ) ) . } MINUS { ?var1 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/statement/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q11424> . } ?var1 <http://wikiba.se/ontology#identifiers> ?var2 . FILTER ( ( ( ?var2 >= \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P214> ?var4 . }"}}
{"id": "val_9621", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?article WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?article schema:about ?item .\n  {\n    ?article schema:inLanguage \"en\"\n  } UNION {\n    ?article schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Which English and German language articles on Wikipedia and Wikiquote are about the movie 'The Matrix' (IMDb: tt0133093)?", "Show me the English and German Wikipedia and Wikiquote links for the film identified by IMDb ID tt0133093."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5181828\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9622", "question": "What English or German language pages are about the movie with IMDb ID tt0222847?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?related_page WHERE {\n  ?item wdt:P345 \"tt0222847\" .\n  ?related_page schema:about ?item .\n  {\n    ?related_page schema:inLanguage \"en\" .\n  } UNION {\n    ?related_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia and Commons pages related to the film \"The Brahmin and the Butterfly\" in English or German.", "Which media pages in English or German are linked to the IMDb entry tt0222847?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0222847\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9623", "question": "English and German Wikipedia pages for the film with IMDb ID tt0309396", "sparql": "SELECT ?item ?page WHERE { ?item wdt:P345 \"tt0309396\" . ?page schema:about ?item ; schema:inLanguage ?lang . FILTER(STRSTARTS(STR(?page), \"https://en.wikipedia.org/\") || STRSTARTS(STR(?page), \"https://de.wikipedia.org/\")) FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles about the movie with IMDb ID tt0309396?", "Show me the English and German Wikipedia links for the film Bucking Broncho (IMDb: tt0309396)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0309396\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9624", "question": "Humans with Kinopoisk IDs and Russian Wikipedia pages", "sparql": "SELECT ?item ?itemLabel ?kinopoiskId ?wikipediaPage WHERE { ?item wdt:P31 wd:Q5 ; wdt:P2604 ?kinopoiskId . ?wikipediaPage schema:about ?item ; schema:isPartOf <https://ru.wikipedia.org/> . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"ru\") }", "paraphrases": ["Who are the people listed on Kinopoisk.ru that also have Russian Wikipedia articles, and what are their names in Russian?", "Show me Russian-language names of people who have Kinopoisk profiles and are featured on the Russian Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q> . ?var1 <http://www.wikidata.org/prop/direct/P2604> ?var2 . ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/isPartOf> <https://ru.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_9625", "question": "People with dwarfism", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P1050 wd:Q194101 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["Who are the people known to have dwarfism as a medical condition?", "List the names of individuals who have dwarfism."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1050> <http://www.wikidata.org/entity/Q194101> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_9626", "question": "Artists with at least 35 paintings and 35 Wikipedia articles about them.", "sparql": "SELECT ?artist ( COUNT( DISTINCT ?painting ) AS ?paintingCount ) ( COUNT( DISTINCT ?article ) AS ?articleCount ) WHERE { ?painting wdt:P31 wd:Q3305213 . ?painting wdt:P170 ?artist . ?article schema:about ?artist . } GROUP BY ?artist HAVING ( ?paintingCount >= 35 && ?articleCount >= 35 )", "paraphrases": ["Which painters have created at least 35 paintings and are the subject of at least 35 Wikipedia articles?", "Show me the painters who are both prolific (with 35+ paintings) and widely documented (with 35+ Wikipedia articles about them), along with their painting and article counts."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 )( COUNT ( DISTINCT ?var4 ) AS ?var5 ) WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . ?var4 <http://www.wikidata.org/prop/direct/P170> ?var1 . ?var2 <http://schema.org/about> ?var1 . } GROUP BY ?var1 HAVING ( ( ?var5 >= \"35\"^^<http://www.w3.org/2001/XMLSchema#integer> ) && ( ?var3 >= \"35\"^^<http://www.w3.org/2001/XMLSchema#integer> ) )"}}
{"id": "val_9627", "question": "Is there a Wikidata item for the GND ID 1013179-6?", "sparql": "ASK WHERE { ?item wdt:P227 \"1013179-6\" . }", "paraphrases": ["Does the German National Library ID 1013179-6 correspond to a known entity in Wikidata?", "Confirm whether the GND ID 1013179-6 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1013179-6\". }"}}
{"id": "val_9628", "question": "What are all Wikidata properties, their types, English labels, and descriptions?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?type ?label ?description WHERE {\n  ?property wikibase:propertyType ?type .\n  OPTIONAL {\n    ?property rdfs:label ?label .\n    FILTER(LANG(?label) = \"en\")\n  }\n  OPTIONAL {\n    ?property schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["List all properties in Wikidata along with their data types, English names, and English descriptions.", "Can you show me a table of Wikidata properties with their type (like ExternalId or Quantity), their English label, and their English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var4 WHERE { { SELECT ?var1 ?var2 ?var3 ( GROUP_CONCAT ( DISTINCT ?var5 ; SEPARATOR = \"|\" ) AS ?var4 ) WHERE { ?var1 <http://wikiba.se/ontology#propertyType> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var2 ?var3 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_9629", "question": "Image of Stephen Vizinczey with SNAC ARK ID w61q0vkb", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w61q0vkb\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w61q0vkb?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w61q0vkb."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w61q0vkb\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9630", "question": "List French National Assembly members, their parliamentary groups, electoral districts, seat numbers, and start/end dates.", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?person ?personLabel ?parliamentaryGroup ?parliamentaryGroupLabel ?electoralDistrict ?electoralDistrictLabel ?seatNumber ?startDateStr ?endDateStr WHERE {\n  ?person p:P39 ?position .\n  ?position ps:P39 / wdt:P279 * wd:Q3044918 .\n  ?position pq:P2937 ?term .\n  ?term p:P31 / pq:P1545 ?seatNumber .\n  OPTIONAL {\n    ?position pq:P4100 ?parliamentaryGroup .\n    ?parliamentaryGroup rdfs:label ?parliamentaryGroupLabel .\n    FILTER ( LANG( ?parliamentaryGroupLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?position pq:P768 ?electoralDistrict .\n    ?electoralDistrict rdfs:label ?electoralDistrictLabel .\n    FILTER ( LANG( ?electoralDistrictLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?position pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?position pq:P582 ?endDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" ) BIND( STRBEFORE( STR( ?startDate ) , \"T\" ) AS ?startDateStr ) BIND( STRBEFORE( STR( ?endDate ) , \"T\" ) AS ?endDateStr )\n}\nORDER BY ASC ( ?startDate ) ASC ( ?endDate )", "paraphrases": ["Who are the members of the French National Assembly, which constituencies and parliamentary groups do they represent, what seat numbers did they hold, and when did their terms begin and end?", "Show me a table of all French National Assembly members with their names, parliamentary groups, electoral districts, seat numbers, and the start and end dates of their terms, sorted by start date."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ( ?var2Label AS ?var3 ) ?var4 ?var4Label ( ?var4Label AS ?var5 ) ?var6Label ( ?var6Label AS ?var7 ) ?var8 ?var8Label ( STRBEFORE ( STR ( ?var9 ) , \"T\" ) AS ?var10 )( STRBEFORE ( STR ( ?var11 ) , \"T\" ) AS ?var12 ) WHERE { ?var2 <http://www.wikidata.org/prop/P39> ?var13 . ?var13 ( <http://www.wikidata.org/prop/statement/P39> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3044918> . ?var13 <http://www.wikidata.org/prop/qualifier/P2937> ?var14 . ?var14 ( <http://www.wikidata.org/prop/P31> / <http://www.wikidata.org/prop/qualifier/P1545> ) ?var8 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P2937> ?var8 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P580> ?var9 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P582> ?var11 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P768> ?var15 . ?var15 <http://www.wikidata.org/prop/direct/P131> ?var6 . } OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P4100> ?var4 . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1045> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var10 )ASC( ?var12 )"}}
{"id": "val_9631", "question": "Female humans born in 1921 with published images", "sparql": "SELECT ?human ?label ?imageFile ?publicationDate WHERE { ?human wdt:P31 wd:Q5 . ?human wdt:P21 wd:Q6581072 . ?human wdt:P569 ?birthDate . FILTER ( ?birthDate >= \"1921-01-01T00:00:00Z\"^^xsd:dateTime ) FILTER ( ?birthDate < \"1922-01-01T00:00:00Z\"^^xsd:dateTime ) ?human rdfs:label ?label . FILTER ( LANG(?label) = \"en\" ) ?work wdt:P180 ?human . ?work wdt:P18 ?imageFile . ?work wdt:P577 ?publicationDate . } LIMIT 10", "paraphrases": ["Who are the female humans born in 1921 that have an image of a work (like a photograph or painting) depicting them, and when was that work published?", "Show me the English names, images, and publication dates of works depicting female humans born in 1921."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P577> ?var4 . FILTER ( ( ( ?var5 >= \"1921-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var5 < \"1922-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } GROUP BY ?var1 ?var2 ?var3 ?var4 ORDER BY DESC( ?var1 ) LIMIT 10"}}
{"id": "val_9632", "question": "Countries with English as official language", "sparql": "SELECT DISTINCT ?country ?countryLabel WHERE { ?country wdt:P37 wd:Q1860 . ?country wdt:P31 wd:Q3624078 . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") }", "paraphrases": ["Which countries have English as their official language?", "List all sovereign states where English is an official language."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P37> <http://www.wikidata.org/entity/Q21503252> . }"}}
{"id": "val_9633", "question": "Properties and values of the film \"Three Billboards Outside Ebbing, Missouri\" with Ukrainian labels and film image", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel ?image WHERE { wd:Q24053277 ?property ?value . BIND( IRI(CONCAT(\"http://www.wikidata.org/entity/\", STRAFTER(STR(?property), \"http://www.wikidata.org/prop/direct/\"))) AS ?propertyEntity ) ?propertyEntity rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . OPTIONAL { wd:Q24053277 wdt:P18 ?image . } FILTER (LANG(?valueLabel) = \"uk\") FILTER (LANG(?propertyLabel) = \"en\" || LANG(?propertyLabel) = \"uk\") } ORDER BY ?property ?value LIMIT 1000", "paraphrases": ["What are the Ukrainian labels of the values associated with the film \"Three Billboards Outside Ebbing, Missouri\", along with the property names and the film\u2019s image?", "Show me all the properties and their Ukrainian-labeled values for the film \"Three Billboards Outside Ebbing, Missouri\", including the film\u2019s image, and use English or Ukrainian for property names."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q24053277> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@uk AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q24053277> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"uk\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9634", "question": "What are the films in The Lord of the Rings trilogy?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label WHERE {\n  ?film wdt:P179 wd:Q190214 .\n  ?film rdfs:label ?label .\n  FILTER(langMatches(lang(?label) , \"en\"))\n}\nLIMIT 100", "paraphrases": ["List the English titles of all movies that are part of The Lord of the Rings series.", "Which films belong to The Lord of the Rings film series, according to Wikidata?"], "info": {"raw_sparql": "SELECT ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q190214> . } LIMIT 100"}}
{"id": "val_9635", "question": "Labels ending in 'ange' in Wikidata", "sparql": "SELECT DISTINCT ?label WHERE { ?item rdfs:label ?label . FILTER (REGEX(?label, \"ange$\", \"i\")) } LIMIT 100", "paraphrases": ["What are the labels in Wikidata that end with the letters 'ange'?", "Show me all entity labels in Wikidata that end with 'ange'."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { FILTER ( ( REGEX ( ?var1Label , \"^.*ange$\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_9636", "question": "Titles of films in The Lord of the Rings film trilogy", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?title WHERE {\n  ?film wdt:P179 wd:Q190214 ; wdt:P1476 ?title .\n  FILTER ( LANG( ?title ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English titles of the films that are part of The Lord of the Rings trilogy?", "List the English titles of all movies belonging to The Lord of the Rings series."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q190214> . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var2 . } LIMIT 100"}}
{"id": "val_9637", "question": "What is the name of the historic place with NRHP reference number 76000490?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?historicPlace WHERE {\n  ?historicPlace wdt:P649 \"76000490\" .\n}", "paraphrases": ["NRHP ID 76000490 \u2014 which historic site does it refer to?", "Tell me the historic place listed in the National Register of Historic Places with the ID 76000490."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"76000490\". } LIMIT 1"}}
{"id": "val_9638", "question": "What is the English description and label of the entity with Great Russian Encyclopedia Online ID 2048473?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2048473\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the English name and description of the Rusyns as listed in the Great Russian Encyclopedia Online (old version)?", "Please provide the English label and description for the entry in Wikidata that has the Great Russian Encyclopedia Online ID 2048473."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2048473\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9639", "question": "Belgian municipalities with names ending in \"ange\" and their coordinates.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?municipality ?label ?coordinates WHERE {\n  ?municipality(wdt:P31 / wdt:P279 *) wd:Q493522 ; rdfs:label ?label ; wdt:P625 ?coordinates .\n  FILTER(REGEX(?label , \".*ange$\" , \"i\"))\n}\nLIMIT 1000", "paraphrases": ["Which Belgian municipalities have names ending in \"ange\", and where are they located geographically?", "Show me all Belgian municipalities whose names (in any language) end with \"ange\", along with their geographic coordinates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q493522> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( REGEX ( ?var1Label , \".*ange$\", \"i\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 1000"}}
{"id": "val_9640", "question": "Image of Ralph Izard with SNAC ARK ID w6q81mfr", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6q81mfr\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image associated with the SNAC ARK ID w6q81mfr?", "Please provide the image of the entity identified by the SNAC ARK ID w6q81mfr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6q81mfr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9641", "question": "What properties are used on Galileo Galilei in Wikidata, with their English labels and descriptions?", "sparql": "SELECT DISTINCT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q307 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["Which properties describe Galileo Galilei, and what are their English labels and descriptions?", "List all the properties applied to Galileo Galilei along with their English names and definitions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q307> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_9642", "question": "Does the NRHP reference number 72001329 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P649 \"72001329\" . }", "paraphrases": ["Is there a historic place in the National Register of Historic Places with ID 72001329 listed in Wikidata?", "Confirm whether the National Register of Historic Places reference number 72001329 is assigned to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"72001329\". }"}}
{"id": "val_9643", "question": "Does the National Register of Historic Places have an entry with ID 90001288?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"90001288\" .\n}", "paraphrases": ["Is the Henry B. Bissell House listed in the National Register of Historic Places with reference number 90001288?", "Confirm if the NRHP reference number 90001288 corresponds to a registered historic place."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"90001288\". }"}}
{"id": "val_9644", "question": "Is the Josiah Davis House listed in the National Register of Historic Places?", "sparql": "ASK WHERE { ?item wdt:P649 \"82000145\" . }", "paraphrases": ["Does the National Register of Historic Places have an entry with reference number 82000145?", "Check if the NRHP ID 82000145 corresponds to a registered historic place in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"82000145\". }"}}
{"id": "val_9645", "question": "Does the National Register of Historic Places ID 71000279 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"71000279\" .\n}", "paraphrases": ["Is there a historic place in Wikidata with the NRHP reference number 71000279?", "Confirm if the Rockefeller Cottage is listed in Wikidata with NRHP ID 71000279."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"71000279\". }"}}
{"id": "val_9646", "question": "What historic site in the U.S. National Register has the reference number 82002386?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P649 \"82002386\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Is there a property listed in the National Register of Historic Places with the ID 82002386, and what is its name?", "Show me the name of the historic place in the U.S. National Register of Historic Places with reference number 82002386."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"82002386\". }"}}
{"id": "val_9647", "question": "Who is the person with Great Russian Encyclopedia Online ID 4216895?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?itemDescription WHERE {\n  ?item wdt:P2924 \"4216895\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?itemDescription .\n    FILTER ( LANG( ?itemDescription ) = \"en\" )\n  }\n}", "paraphrases": ["What is the English name and description of the individual listed in the Great Russian Encyclopedia Online with ID 4216895?", "Please provide the English label and description of the person identified by 4216895 in the Great Russian Encyclopedia Online (2014\u20132017)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"4216895\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9648", "question": "What are the properties and values associated with the film \"The Lord of the Rings: The Two Towers\", along with their English labels and image?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?property ?value ?valueLabel ?image WHERE {\n  wd:Q164963 ?property ?value .\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER ( LANG( ?valueLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q164963 wdt:P18 ?image .\n  }\n}\nORDER BY ?property\nLIMIT 1000", "paraphrases": ["Show me all the information about The Lord of the Rings: The Two Towers movie, including what it's an instance of, its release date, and its image.", "List all the data points for the 2002 Peter Jackson film \"The Lord of the Rings: The Two Towers\", with English descriptions of its linked entities."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q164963> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@uk AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q164963> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"uk\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9649", "question": "What are the Ukrainian labels of objects associated with the film V for Vendetta, along with their English property names and images?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel ?image WHERE { wd:Q5890 ?property ?value . BIND( STRAFTER( STR(?property), \"http://www.wikidata.org/prop/direct/\" ) AS ?propId ) BIND( URI( CONCAT( \"http://www.wikidata.org/entity/\", ?propId ) ) AS ?propertyItem ) ?propertyItem rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . OPTIONAL { ?value wdt:P18 ?image . } FILTER ( LANG( ?propertyLabel ) = \"en\" ) . FILTER ( LANG( ?valueLabel ) = \"uk\" ) . } ORDER BY ASC(?property) ASC(?value) LIMIT 1000", "paraphrases": ["Show me all the things related to V for Vendetta in Ukrainian, including what property links them and if there's an image available.", "List the Ukrainian-language descriptions of entities connected to the movie V for Vendetta, with their English property names and any associated images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q5890> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@uk AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q5890> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"uk\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9650", "question": "Properties used to describe chocolate in Portuguese with their labels and descriptions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q195 ?p ?stmt .\n  ?property wikibase:directClaim ?p .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER ( LANG( ?propertyLabel ) = \"pt\" ) FILTER ( LANG( ?propertyDescription ) = \"pt\" )\n}\nLIMIT 100", "paraphrases": ["What properties are used to describe chocolate on Wikidata, and what are their Portuguese labels and descriptions?", "Show me the Portuguese labels and descriptions of all properties that are used to describe chocolate on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q195> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"pt\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"pt\" ) ) ) . } LIMIT 100"}}
{"id": "val_9651", "question": "Properties and values of The Hunger Games: Mockingjay \u2013 Part 1 with actor photos and English labels.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?propertyLabel ?value ?valueLabel ?valueImage ?filmImage WHERE {\n  VALUES ?wdtProperty {\n    wdt:P31 wdt:P1476 wdt:P577 wdt:P495 wdt:P161 wdt:P50 wdt:P162 wdt:P166\n  }\n  wd:Q4142083 ?wdtProperty ?value .\n  BIND(IRI(REPLACE(STR(?wdtProperty) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?property)\n  .\n  ?property rdfs:label ?propertyLabel .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  OPTIONAL {\n    ?value rdfs:label ?valueLabel .\n    FILTER(LANG(?valueLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?value wdt:P18 ?valueImage .\n  }\n  OPTIONAL {\n    wd:Q4142083 wdt:P18 ?filmImage .\n  }\n}\nORDER BY ?property ?value\nLIMIT 1000", "paraphrases": ["What are the key details (like cast, country, and release date) of The Hunger Games: Mockingjay \u2013 Part 1, and what are the images of the people involved?", "Show me the English-labeled properties and their values for The Hunger Games: Mockingjay \u2013 Part 1, including images of the cast members."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q4142083> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@uk AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q4142083> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"uk\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9652", "question": "English label and description of the gene Qui in Mus musculus, and its image.", "sparql": "SELECT ?label ?description ?image WHERE { OPTIONAL { wd:Q18274055 rdfs:label ?label . FILTER (LANG(?label) = \"en\") } OPTIONAL { wd:Q18274055 schema:description ?description . FILTER (LANG(?description) = \"en\") } OPTIONAL { wd:Q18274055 wdt:P18 ?image . } }", "paraphrases": ["What is the English name and description of the gene Qui in Mus musculus, and is there an associated image?", "Show me the English label and description of the gene Qui, along with any image available on Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q18274055> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q18274055> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q18274055> <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } }"}}
{"id": "val_9653", "question": "What are the Russian-language properties and associated entities connected to the TV series True Detective?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE {\n  wd:Q7847400 ?var1 ?var3 .\n  BIND(IRI(REPLACE(STR(?var1) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyItem)\n  .\n  ?propertyItem rdfs:label ?var2Label .\n  ?var3 rdfs:label ?var4Label .\n  OPTIONAL {\n    ?var3 wdt:P18 ?var5 .\n  }\n  FILTER(LANG(?var4Label) = \"ru\")\n  FILTER(LANG(?var2Label) = \"ru\")\n}\nORDER BY ASC(?var1) ASC(?var3)\nLIMIT 1000", "paraphrases": ["Show me the Russian labels of genres, locations, and other attributes of True Detective, along with any images of those entities.", "Which Russian-language terms describe the genre, location, and other characteristics of True Detective on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q7847400> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q7847400> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9654", "question": "What are the Russian-language labels of objects associated with the film Maleficent (2014), along with the properties linking them and their images?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?prop ?obj ?objLabel ?image WHERE {\n  wd:Q172271 ?prop ?obj .\n  ?obj rdfs:label ?objLabel\n  FILTER ( LANG( ?objLabel ) = \"ru\" ) .\n  OPTIONAL {\n    ?obj wdt:P18 ?image\n  }\n}\nORDER BY ?prop ?obj\nLIMIT 1000", "paraphrases": ["Show me all Russian-labeled entities connected to Maleficent (2014), including the property names and any available images.", "List the Russian descriptions of things related to Maleficent (2014), such as cast members or genres, and include their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q172271> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q172271> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9655", "question": "Cities with population over 100,000 and their countries", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?city ?cityLabel ?countryLabel WHERE {\n  ?city wdt:P31 wd:Q515 .\n  ?city wdt:P1082 ?population .\n  FILTER(?population >= 100000)\n  OPTIONAL {\n    ?city wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n  ?city rdfs:label ?cityLabel .\n  FILTER(LANG(?cityLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which cities have a population of at least 100,000, and in which countries are they located?", "List the English names of cities with more than 100,000 residents along with their corresponding countries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q515> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var4 . FILTER ( ( ( ?var4 >= \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } } LIMIT 100000"}}
{"id": "val_9656", "question": "Russian labels of properties and objects connected to Monty Python\u2019s Life of Brian, with images.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?property ?propertyLabel ?object ?objectLabel ?image WHERE {\n  wd:Q24953 ?property ?object .\n  BIND(IRI(REPLACE(STR(?property) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  ?object rdfs:label ?objectLabel .\n  OPTIONAL {\n    ?object wdt:P18 ?image .\n  }\n  FILTER(LANG(?propertyLabel) = \"ru\")\n  FILTER(LANG(?objectLabel) = \"ru\")\n}\nORDER BY ASC(?property) ASC(?object)\nLIMIT 1000", "paraphrases": ["What are the Russian-language labels of the properties and entities associated with the film Monty Python\u2019s Life of Brian, and what images are available for those entities?", "Show me all Russian labels of properties and their connected entities for the movie Monty Python\u2019s Life of Brian, including any available images."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q24953> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q24953> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9657", "question": "What are the Russian-labeled properties and values for the film 3 Idiots, and if none exist, show a fallback message?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel ?image WHERE { { BIND(wd:Q229633 AS ?value) BIND(\"N/A\" AS ?property) BIND(\"identity\"@ru AS ?propertyLabel) BIND(\"3 Idiots\"@ru AS ?valueLabel) BIND(\"N/A\" AS ?image) FILTER NOT EXISTS { wd:Q229633 ?p ?o . ?p rdfs:label ?pl . ?o rdfs:label ?ol . FILTER(LANG(?pl) = \"ru\" && LANG(?ol) = \"ru\") } } UNION { wd:Q229633 ?property ?value . ?property rdfs:label ?propertyLabel . ?value rdfs:label ?valueLabel . OPTIONAL { ?value wdt:P18 ?image . } FILTER (LANG(?propertyLabel) = \"ru\" && LANG(?valueLabel) = \"ru\") } } ORDER BY ASC(?property) ASC(?value) LIMIT 1000", "paraphrases": ["Show me all statements about the movie 3 Idiots in Russian \u2014 if there are none, return a dummy row saying \"N/A\".", "Is there any information about 3 Idiots with Russian labels? If not, return \"N/A\" as a placeholder."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4Label ?var5 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { BIND ( <http://www.wikidata.org/entity/Q229633> AS ?var3 ). BIND ( \"N/A\" AS ?var1 ). BIND ( \"identity\"@ru AS ?var2Label ). } UNION { <http://www.wikidata.org/entity/Q229633> ?var1 ?var3 . ?var6 ?var7 ?var1 . ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P18> ?var5 . } FILTER ( ( ( LANG ( ?var4Label ) = \"ru\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"ru\" ) ) ) . } ORDER BY ASC( ?var1 )ASC( ?var3 ) LIMIT 1000"}}
{"id": "val_9658", "question": "Post offices in northern England between longitudes -2 and -1 and latitude 54, with images and Commons categories.", "sparql": "SELECT ?postOffice ?postOfficeLabel ?location ?image ?commonsCategory ?postalCode WHERE { ?postOffice (wdt:P31/wdt:P279*) wd:Q35054 . ?postOffice wdt:P625 ?location . FILTER(geof:longitude(?location) >= -2 && geof:longitude(?location) <= -1) FILTER(geof:latitude(?location) >= 53.9 && geof:latitude(?location) <= 54.1) OPTIONAL { ?postOffice wdt:P18 ?image . } OPTIONAL { ?postOffice wdt:P373 ?commonsCategory . } OPTIONAL { ?postOffice wdt:P969 ?postalCode . } ?postOffice rdfs:label ?postOfficeLabel . FILTER(LANG(?postOfficeLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What are the post offices located near latitude 54 and between longitudes -2 and -1, and do they have images or Wikimedia Commons categories?", "List post offices in the area bounded by longitude -2 to -1 and latitude 53.9 to 54.1, including their labels, images, Commons categories, and postal codes if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-2 54)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-1 54)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q35054> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9659", "question": "What is the publisher of the video game Z1 Battle Royale, and what is its English name?", "sparql": "SELECT ?publisher ?publisherLabel ?publisherImage WHERE { wd:Q23013631 wdt:P123 ?publisher . ?publisher rdfs:label ?publisherLabel . FILTER (LANG(?publisherLabel) = \"en\") . OPTIONAL { ?publisher wdt:P18 ?publisherImage . } }", "paraphrases": ["Can you tell me the name of the company that published Z1 Battle Royale, and if available, show its logo?", "Who published H1Z1 (Z1 Battle Royale)? Provide the publisher\u2019s English label and any associated image."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.wikidata.org/entity/Q23013631> <http://www.wikidata.org/prop/direct/P123> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } }"}}
{"id": "val_9660", "question": "Is Protein Data Bank a human mitochondrial DNA haplogroup?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q766195 ( wdt:P31 | wdt:P279 ) * wd:Q1356230 .\n}", "paraphrases": ["Can the Protein Data Bank be classified as a human mitochondrial DNA haplogroup through any chain of type or subclass relationships?", "Check whether the Protein Data Bank is related to human mitochondrial DNA haplogroups via instance-of or subclass-of hierarchies."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q766195> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1356230> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9661", "question": "What properties link other entities to Malina Prze\u015bluga, and how many times is each used?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?propertyItem ?propertyItemLabel ( COUNT( ?entity ) AS ?count ) WHERE {\n  ?entity ?property wd:Q16321177 .\n  ?propertyItem wikibase:directClaim ?property .\n  ?propertyItem rdfs:label ?propertyItemLabel .\n  FILTER ( LANG( ?propertyItemLabel ) = \"en\" )\n}\nGROUP BY ?propertyItem ?propertyItemLabel\nORDER BY DESC ( ?count )", "paraphrases": ["Which property is used most frequently to connect other entities to the Polish writer Malina Prze\u015bluga?", "Show all properties that have Malina Prze\u015bluga as their object, along with their labels and usage counts."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ( COUNT ( ?var4 ) AS ?var3 ) WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q16321177> . ?var1 <http://wikiba.se/ontology#directClaim> ?var5 . } GROUP BY ?var1 ?var1Label HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_9662", "question": "Does the National Register of Historic Places have an entry with reference number 97000765?", "sparql": "ASK WHERE { ?item wdt:P649 \"97000765\" . }", "paraphrases": ["Is there a historic place in the U.S. National Register with the ID 97000765?", "Confirm if the Samuel and Ann Young House is listed in the National Register of Historic Places under reference number 97000765."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"97000765\". }"}}
{"id": "val_9663", "question": "Is the Washington C. Wear House listed in the National Register of Historic Places with ID 93000838?", "sparql": "ASK WHERE { ?item wdt:P649 \"93000838\" . }", "paraphrases": ["Does the National Register of Historic Places have an entry with reference number 93000838?", "Confirm if the building with NRHP ID 93000838 is officially listed on the National Register of Historic Places."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"93000838\". }"}}
{"id": "val_9664", "question": "Is the John Dupont House listed in the National Register of Historic Places with ID 15000979?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P649 \"15000979\" .\n}", "paraphrases": ["Does the National Register of Historic Places have an entry with reference number 15000979?", "Confirm if the historic place with NRHP ID 15000979 exists in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"15000979\". }"}}
{"id": "val_9665", "question": "List Australian rules football players with their first names, sorted alphabetically by first name.", "sparql": "SELECT ?player ?playerLabel ?givenNameLabel WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q13414980 . ?player p:P735 ?statement . ?statement ps:P735 ?givenName . ?statement pq:P1545 \"1\" . ?player rdfs:label ?playerLabel . ?givenName rdfs:label ?givenNameLabel . FILTER(LANG(?playerLabel) = \"en\") FILTER(LANG(?givenNameLabel) = \"en\") } ORDER BY ASC(?givenNameLabel)", "paraphrases": ["Who are the Australian rules football players and what are their first names, ordered by first name?", "Show me the full names and first names of all Australian rules football players, sorted by their first names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13414980> . ?var1 <http://www.wikidata.org/prop/P735> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P1545> \"1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9666", "question": "Australian rules football players with a second given name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?var1 ?var1Label ?givenNameLabel WHERE {\n  ?var1 wdt:P31 wd:Q5 .\n  ?var1 wdt:P106 wd:Q13414980 .\n  ?var1 p:P735 ?var3 .\n  ?var3 pq:P1545 \"2\" .\n  ?var3 ps:P735 ?givenName .\n  ?var1 rdfs:label ?var1Label .\n  ?givenName rdfs:label ?givenNameLabel .\n  FILTER(LANG(?var1Label) = \"en\")\n  FILTER(LANG(?givenNameLabel) = \"en\")\n}\nORDER BY ASC(?givenNameLabel)", "paraphrases": ["Who are Australian rules football players who have a second given name, and what are those names?", "List all Australian rules football players who have a second given name, along with their full names and the second given name in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13414980> . ?var1 <http://www.wikidata.org/prop/P735> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P1545> \"2\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var2 )"}}
{"id": "val_9667", "question": "British football players who died before 1910", "sparql": "SELECT ?player WHERE { ?player wdt:P31 wd:Q5 . ?player wdt:P106 wd:Q937857 . ?player wdt:P27 wd:Q145 . ?player wdt:P570 ?deathDate . FILTER ( ?deathDate < \"1910-01-01T00:00:00Z\"^^xsd:dateTime ) } LIMIT 500", "paraphrases": ["Who were the British association football players that died before 1910?", "List all human beings who were football players from the United Kingdom and passed away prior to January 1, 1910."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var2 . FILTER ( ( ( ?var2 < \"1910-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 500"}}
{"id": "val_9668", "question": "Image of Barbara Hackman Franklin with SNAC ARK ID w6377skz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6377skz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6377skz?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6377skz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6377skz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9669", "question": "Battles with number of deaths", "sparql": "SELECT ?battle ?battleLabel ?deaths WHERE { ?battle wdt:P31 wd:Q178561 . OPTIONAL { ?battle wdt:P1120 ?deaths . } ?battle rdfs:label ?battleLabel . } LIMIT 100", "paraphrases": ["What are the battles and how many people died in each?", "List all battles and their recorded death tolls, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1120> ?var2 . } } LIMIT 100"}}
{"id": "val_9670", "question": "Does Wikidata contain an entity with GND ID 1154487628?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?entity wdt:P227 \"1154487628\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1154487628?", "Confirm if the GND ID 1154487628 corresponds to a known entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1154487628\". }"}}
{"id": "val_9671", "question": "What is the Wikidata item for the boy band B.A.P?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?band WHERE {\n  ?band rdfs:label ?label .\n  FILTER(STR(?label) = \"B.A.P\")\n  .\n  ?band wdt:P31 wd:Q216337 .\n}", "paraphrases": ["Which entity in Wikidata represents the South Korean boy band B.A.P and is classified as a boy band?", "Find the Wikidata entry for the band named B.A.P that is an instance of a boy band."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"b.a.p\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9672", "question": "What are the different types of mosques?", "sparql": "SELECT ?subclass ?subclassLabel WHERE { ?subclass wdt:P279 wd:Q32815 . ?subclass rdfs:label ?subclassLabel . FILTER(LANG(?subclassLabel) = 'en') }", "paraphrases": ["Can you list the subclasses of mosque?", "What are some specific kinds of mosques recognized in Wikidata?"], "info": {"raw_sparql": "CONSTRUCT { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 } WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q32815> . ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q1370598> . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . }"}}
{"id": "val_9673", "question": "In which city is the quartier des \u00c9tats-Unis located?", "sparql": "SELECT ?city WHERE { wd:Q3236563 wdt:P131/wdt:P131 ?city . }", "paraphrases": ["What is the city that contains the neighborhood quartier des \u00c9tats-Unis?", "Which major city is the quartier des \u00c9tats-Unis a part of?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q3236563> <http://www.wikidata.org/prop/direct/P36> ?var2 . }"}}
{"id": "val_9674", "question": "Human settlements in Moldova with population ranges, coordinates, and English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?settlement ?settlementLabel ?coordinates ?populationBucket WHERE {\n  ?settlement wdt:P31 / wdt:P279 * wd:Q486972 .\n  ?settlement wdt:P17 wd:Q217 .\n  ?settlement wdt:P625 ?coordinates .\n  ?settlement wdt:P1082 ?population .\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER(LANG(?settlementLabel) = \"en\")\n  FILTER(?population >= 0)\n  BIND(IF(?population < 10 , \"<10\" , IF(?population < 100 , \"10-100\" , IF(?population < 1000 , \"100-1000\" , IF(?population < 10000 , \"1000-10000\" , IF(?population < 100000 , \"10000-100000\" , \">100000\"))))) AS ?populationBucket)\n}", "paraphrases": ["What are the names, coordinates, and population categories (e.g., 1000-10000) of human settlements in Moldova?", "List all human settlements in Moldova, including their English names, geographic coordinates, and population size buckets (like \"<10\", \"10-100\", etc.)."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 )( MAX ( ?var3 ) AS ?var3 )( SAMPLE ( ?var4 ) AS ?var4 ) WHERE { BIND ( IF ( ( ?var3 < \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"<10\", IF ( ( ?var3 < \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"10-100\", IF ( ( ?var3 < \"1000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"100-1000\", IF ( ( ?var3 < \"10000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"1000-10000\", IF ( ( ?var3 < \"100000\"^^<http://www.w3.org/2001/XMLSchema#integer> ), \"string1\", \">1000000\" ) ) ) ) ) AS ?var4 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q217> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"bg\". } FILTER ( ( ( ?var3 >= \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1 ?var1Label"}}
{"id": "val_9675", "question": "Who have been the mayors of Paris?", "sparql": "SELECT ?mayor WHERE { ?mayor wdt:P39 wd:Q12371988 .}", "paraphrases": ["Which individuals have held the position of mayor of Paris?", "List all people who have served as mayor of Paris."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q12371988> . }"}}
{"id": "val_9676", "question": "How many items are licensed under public domain?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item wdt:P275 wd:Q19652 .\n}", "paraphrases": ["What is the number of works in Wikidata that are in the public domain?", "Count the total number of items released under a public domain license."], "info": {"raw_sparql": "SELECT( COUNT (* ) AS ?var1 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P275> <http://www.wikidata.org/entity/Q19652> . }"}}
{"id": "val_9677", "question": "What are the entities classified as \"connection\" in Wikidata?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q12819913 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["List the English-labeled items that are instances of the concept \"connection\".", "Show me the names of things that are types of connections according to Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q23009459> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9678", "question": "Is the James H. Ward House listed in the National Register of Historic Places with reference number 88000385?", "sparql": "ASK WHERE { ?item wdt:P649 \"88000385\" . }", "paraphrases": ["Does the National Register of Historic Places have an entry with the reference number 88000385?", "Confirm if the property with NRHP ID 88000385 exists in the National Register of Historic Places."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"88000385\". }"}}
{"id": "val_9679", "question": "What is the name of the historic place with NRHP reference number 01000403?", "sparql": "SELECT ?historicPlace ?label WHERE { ?historicPlace wdt:P649 \"01000403\" . ?historicPlace rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Which building is listed in the National Register of Historic Places under ID 01000403?", "Tell me the historic site identified by NRHP number 01000403."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"01000403\". } LIMIT 1"}}
{"id": "val_9680", "question": "Is there a historic place in the National Register of Historic Places with reference number 91001161?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?historicPlace wdt:P649 \"91001161\" .\n}", "paraphrases": ["Does the National Register of Historic Places list a property with the ID 91001161?", "Confirm if the Frank Wheeler Hotel is listed in the National Register of Historic Places using its reference number 91001161."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P649> \"91001161\". }"}}
{"id": "val_9681", "question": "What are the taxonomic classification levels above Amphibia in Wikidata, up to five steps up?", "sparql": "SELECT DISTINCT ?taxonClass ?taxonClassLabel ?classType WHERE { { wd:Q10908 wdt:P31 ?taxonClass . } UNION { wd:Q10908 wdt:P31 ?c1 . ?c1 wdt:P31 ?taxonClass . } UNION { wd:Q10908 wdt:P31 ?c1 . ?c1 wdt:P31 ?c2 . ?c2 wdt:P31 ?taxonClass . } UNION { wd:Q10908 wdt:P31 ?c1 . ?c1 wdt:P31 ?c2 . ?c2 wdt:P31 ?c3 . ?c3 wdt:P31 ?taxonClass . } UNION { wd:Q10908 wdt:P31 ?c1 . ?c1 wdt:P31 ?c2 . ?c2 wdt:P31 ?c3 . ?c3 wdt:P31 ?c4 . ?c4 wdt:P31 ?taxonClass . } ?taxonClass wdt:P31 ?classType . ?taxonClass rdfs:label ?taxonClassLabel . FILTER(LANG(?taxonClassLabel) = \"en\") }", "paraphrases": ["Show me the classes that Amphibia is an instance of, and what those classes are instances of themselves, within five levels of hierarchy.", "How does Wikidata categorize Amphibia in terms of taxonomic rank hierarchy? List the classes and their types up to five levels above."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q10908> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P31> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9682", "question": "Films and TV series with their directors, release dates, and titles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?workLabel ?directorLabel ?title ?publicationDate ?typeLabel WHERE {\n  ?work wdt:P57 ?director .\n  ?work wdt:P577 ?publicationDate .\n  ?work wdt:P31 ?type .\n  ?work wdt:P1476 ?title .\n  FILTER ( ?type IN ( wd:Q11424 , wd:Q5398426 ) ) .\n  FILTER ( ISLITERAL( ?title ) && ISLITERAL( ?publicationDate ) ) .\n  ?work rdfs:label ?workLabel .\n  ?director rdfs:label ?directorLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) .\n  FILTER ( LANG( ?directorLabel ) = \"en\" ) .\n  FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the English titles, directors, publication dates, and types of films and TV series in Wikidata?", "List films and TV series along with their directors, original titles, release dates, and whether they are films or TV series."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1476> ?var5 . } LIMIT 100"}}
{"id": "val_9683", "question": "Does Wikidata contain an entry for the VIAF ID 1085151778251418130003?", "sparql": "ASK WHERE { ?item wdt:P214 \"1085151778251418130003\" . }", "paraphrases": ["Is there a person in Wikidata identified by the VIAF cluster ID 1085151778251418130003?", "Check if the Virtual International Authority File identifier 1085151778251418130003 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"1085151778251418130003\". }"}}
{"id": "val_9684", "question": "Audio tracks with \"for\" in the title", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?track ?trackLabel WHERE {\n  ?track wdt:P31 wd:Q7302866 .\n  ?track rdfs:label ?trackLabel .\n  FILTER(CONTAINS(LCASE(?trackLabel) , \"for\"))\n  FILTER(LANG(?trackLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What are the English titles of audio tracks that contain the word \"for\"?", "List up to 100 English-language song titles that include the substring \"for\", such as \"Pray For A Key\" or \"I'll Forget You\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7302866> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"for\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_9685", "question": "Cities with population over 50,000, their country, and type", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?city ?cityLabel ?instanceLabel ?population ?countryLabel WHERE {\n  ?city wdt:P31 / wdt:P279 * wd:Q515 .\n  ?city wdt:P31 ?instance .\n  OPTIONAL {\n    ?city wdt:P1082 ?population .\n  }\n  OPTIONAL {\n    ?city wdt:P17 ?country .\n  }\n  FILTER(BOUND(?population) && ?population >= 50000.0)\n  OPTIONAL {\n    ?city rdfs:label ?cityLabel .\n    FILTER(LANG(?cityLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?instance rdfs:label ?instanceLabel .\n    FILTER(LANG(?instanceLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n}", "paraphrases": ["What are the cities with at least 50,000 residents, what country are they in, and what type of settlement are they classified as?", "List all cities with a population of 50,000 or more, including their English names, their country, and their classification (e.g., city, municipality)."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q515> . ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2046> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var3 >= \"50000\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_9686", "question": "Citing works of \"Object Detection Meets Knowledge Graphs\" grouped by publication year and whether they have authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citationYear(COUNT(DISTINCT ?citingWork) AS ?count) ?hasAuthor WHERE {\n  BIND(wd:Q50503046 AS ?targetArticle)\n  ?citingWork wdt:P2860 ?targetArticle .\n  ?citingWork wdt:P577 ?publicationDate .\n  BIND(STR(YEAR(?publicationDate)) AS ?citationYear)\n  OPTIONAL {\n    BIND(IF(EXISTS {\n      ?citingWork wdt:P50 []\n    }\n    , \"has author\" , \"no author\") AS ?hasAuthor)\n  }\n}\nGROUP BY ?citationYear ?hasAuthor\nORDER BY DESC(?citationYear)", "paraphrases": ["In which years were articles citing \"Object Detection Meets Knowledge Graphs\" published, and did they have authors?", "Show me the count of articles that cite \"Object Detection Meets Knowledge Graphs\", grouped by their publication year and whether they list any authors."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q50503046> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_9687", "question": "Plays and their authors in Wikidata", "sparql": "SELECT DISTINCT ?play ?playLabel ?author ?authorLabel WHERE { ?play wdt:P31 wd:Q25379 ; wdt:P50 ?author . ?play rdfs:label ?playLabel . ?author rdfs:label ?authorLabel . }", "paraphrases": ["Which plays have been written by which authors?", "List all plays along with the names of their authors."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q25379> ; <http://www.wikidata.org/prop/direct/P170> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_9688", "question": "Humans with the surname Bazri in French labels", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label ?label .\n  FILTER(LANG(?label) = 'fr')\n  .\n  FILTER(REGEX(?label , 'Bazri' , 'i'))\n  .\n  ?person wdt:P31 wd:Q5\n}", "paraphrases": ["Who are the people named Bazri that are classified as humans and have a French label?", "List all humans whose French name includes \"Bazri\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"BAZRI\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9689", "question": "Historical kingdoms located in Indonesia", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?kingdom ?kingdomLabel WHERE {\n  ?kingdom wdt:P17 wd:Q252 .\n  {\n    ?kingdom ( wdt:P31 / wdt:P279 * ) wd:Q417175 .\n  } UNION {\n    ?kingdom wdt:P279 * wd:Q417175 .\n  }\n  ?kingdom rdfs:label ?kingdomLabel .\n  FILTER ( LANG( ?kingdomLabel ) = \"en\" )\n}\nORDER BY ASC ( ?kingdomLabel )", "paraphrases": ["What are the kingdoms that existed in Indonesia?", "List the names of all historical kingdoms in Indonesia, including those classified as subclasses of kingdom."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q36732> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q36732> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9690", "question": "Languages with Ethnologue EGIDS status and their status types, including whether the status is from a main statement, qualifier, or reference.", "sparql": "SELECT ?language ?languageLabel ?status ?statusLabel ?statusType ?statusTypeLabel ?claimType WHERE { { BIND(\"mainsnak\" AS ?claimType) ?language wdt:P3823 ?status . } UNION { BIND(\"qualifier\" AS ?claimType) ?statement pq:P3823 ?status . ?language ?p ?statement . } UNION { BIND(\"reference\" AS ?claimType) ?reference pr:P3823 ?status . ?statement prov:wasDerivedFrom ?reference . ?language ?p ?statement . } MINUS { ?status (wdt:P31/wdt:P279*) wd:Q29051545 . } OPTIONAL { ?status wdt:P31 ?statusType . } OPTIONAL { ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") } OPTIONAL { ?status rdfs:label ?statusLabel . FILTER(LANG(?statusLabel) = \"en\") } OPTIONAL { ?statusType rdfs:label ?statusTypeLabel . FILTER(LANG(?statusTypeLabel) = \"en\") } } LIMIT 200", "paraphrases": ["Which languages have an Ethnologue language status, what is the status value, what type of status is it (e.g., family name), and is it recorded as a main statement, qualifier, or reference?", "Show me all languages with their Ethnologue EGIDS status values, the category of each status (like \"family name\"), and whether the status comes from the main claim, a qualifier, or a reference source."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 WHERE { { BIND ( \"mainsnak\" AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P3823> ?var2 . } UNION { BIND ( \"qualifier\" AS ?var4 ). ?var5 <http://www.wikidata.org/prop/qualifier/P3823> ?var2 . ?var1 ?var6 ?var5 . } UNION { BIND ( \"reference\" AS ?var4 ). ?var7 <http://www.wikidata.org/prop/reference/P3823> ?var2 . ?var8 <http://www.w3.org/ns/prov#wasDerivedFrom> ?var7 . ?var1 ?var9 ?var8 . } MINUS { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q29051545> . } OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P31> ?var3 . } } LIMIT 200 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9691", "question": "List Spanish municipalities by population in ascending order, excluding dissolved ones.", "sparql": "SELECT DISTINCT ?population ?label ?municipality WHERE { ?municipality wdt:P31 wd:Q2074737 . FILTER ( NOT EXISTS { ?municipality wdt:P582 [] } ) . OPTIONAL { ?municipality wdt:P1082 ?population . } ?municipality rdfs:label ?label . FILTER(LANG(?label) = 'en') } ORDER BY ASC(?population)", "paraphrases": ["What are the smallest Spanish municipalities by population, excluding those that have been dissolved?", "Show me the Spanish municipalities with the lowest populations, but only include those that are still active."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2074737> . FILTER ( ( NOT EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q18663566> . } ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/Q17> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,ja,en\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9692", "question": "Properties used in statements referencing \"has part(s) of the class\" (P2670), along with their statement properties and sample qualifiers.", "sparql": "SELECT ?property ?statement ?statementProperty (SAMPLE(?qualifierProperty) AS ?sampleQualifier)\nWHERE {\n  {\n    SELECT DISTINCT ?property ?statement ?statementProperty WHERE {\n      ?statement ?refProperty wd:P2670 .\n      ?property ?claim ?statement .\n      ?statementProperty wikibase:statementProperty ?refProperty .\n      ?statementProperty wikibase:claim ?claim .\n      FILTER (?statementProperty != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n  }\n}\nGROUP BY ?property ?statement ?statementProperty", "paraphrases": ["What properties are used in claims that have a reference to the property \"has part(s) of the class\" (P2670), and what qualifiers are attached to those claims?", "Show me the properties, statements, and sample qualifiers for all claims that reference \"has part(s) of the class\" (P2670), excluding instance-of statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/P2670> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_9693", "question": "What are all the mathematical concepts and their subclasses in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mathematicalConcept WHERE {\n  ?mathematicalConcept ( wdt:P31 / wdt:P279 * ) wd:Q24034552 .\n}\nLIMIT 500", "paraphrases": ["Which entities are instances of mathematical concepts or any of their subclasses?", "List all entities that belong to the category of mathematical concepts, including all subcategories."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q24034552> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 500"}}
{"id": "val_9694", "question": "What are some examples of mathematical objects in mathematics?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P279* wd:Q246672 . FILTER(?var1 != wd:Q246672) . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = 'en') } LIMIT 100", "paraphrases": ["Can you list the subclasses of mathematical object, such as numbers, tensors, and propositions?", "Show me the hierarchy of abstract mathematical entities that are subclasses of mathematical object."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q24034552> . } LIMIT 100"}}
{"id": "val_9695", "question": "Things located in Haiti", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P17 wd:Q790 .\n  FILTER(STRSTARTS(STR(?item) , \"http://www.wikidata.org/entity/Q\"))\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}\nLIMIT 100", "paraphrases": ["What places, buildings, or entities are in Haiti?", "List up to 100 items that are located in Haiti, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q790> . } LIMIT 100"}}
{"id": "val_9696", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt7583568?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt7583568\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by IMDb ID tt7583568?", "Show me the English or German Wikipedia page for the movie on IMDb with ID tt7583568."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7583568\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9697", "question": "What are the English and German titles of the film with IMDb ID tt6661152?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?label ?lang WHERE {\n  ?item wdt:P345 \"tt6661152\" .\n  ?item rdfs:label ?label .\n  BIND(LANG(?label) AS ?lang)\n  FILTER(?lang IN(\"en\" , \"de\"))\n}", "paraphrases": ["Can you tell me the English and German labels for the movie identified by the IMDb ID tt6661152?", "Please provide the English and German names of the film that has the IMDb identifier tt6661152."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6661152\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9698", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt4088268?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt4088268\" .\n  ?wikipediaPage schema:about ?item .\n  VALUES ?lang {\n    \"en\" \"de\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["Can you show me the Wikipedia pages in English and German about the film \"A Conspiracy of Faith\"?", "Which language versions of Wikipedia have articles about the movie identified by tt4088268?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4088268\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9699", "question": "What are the English or German Wikipedia pages for the movie with IMDb ID tt6273088?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt6273088\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" } UNION { ?wikipediaPage schema:inLanguage \"de\" } }", "paraphrases": ["Show me the Wikipedia articles in English or German about the film 'Back to 1989'.", "Which language versions of Wikipedia have articles about the movie identified by tt6273088?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6273156\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9700", "question": "English and German Wikipedia or Wikiquote pages for the IMDb title tt1986806.", "sparql": "SELECT ?item ?page ?imdbId WHERE { ?item wdt:P345 ?imdbId . ?page schema:about ?item . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdbId = \"tt1986806\") }", "paraphrases": ["What English or German-language Wikipedia or Wikiquote pages are about the IMDb item with ID tt1986806?", "Show me the links to English or German pages about the DC Showcase: Catwoman movie on IMDb (tt1986806)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1986806\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9701", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0065832", "sparql": "SELECT ?movie ?wikipediaPage WHERE { VALUES ?imdbId { \"tt0065832\" } . ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the film \"Hercules in New York\"?", "Show me the English and German Wikipedia links for the movie identified by IMDb ID tt0065832."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0065832\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9702", "question": "English or German Wikipedia page for the film with IMDb ID tt0053902", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P345 \"tt0053902\" . ?wikipediaPage schema:about ?film . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the movie \"Heller in Pink Tights\"?", "Show me the Wikipedia page in English or German for the film identified by IMDb ID tt0053902."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0053902\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9703", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0112255", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0112255\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"3 Ninjas Knuckle Up\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0112255."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0112255\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9704", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0325055?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0325055\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film identified by tt0325055 on IMDb?", "Which Wikipedia pages in English or German discuss the movie Sylvia (IMDb: tt0325055)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0325055\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9705", "question": "What property and entity does the statement s:Q12214-975959CF-D6C3-46C2-AFC0-97D44034A074 refer to?", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q12214-975959CF-D6C3-46C2-AFC0-97D44034A074 . }", "paraphrases": ["Which entity and property are used in the statement with identifier s:Q12214-975959CF-D6C3-46C2-AFC0-97D44034A074?", "Show me the subject and predicate of the Wikidata statement s:Q12214-975959CF-D6C3-46C2-AFC0-97D44034A074."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q12214-975959CF-D6C3-46C2-AFC0-97D44034A074> . }"}}
{"id": "val_9706", "question": "What disease has the statement with ID Q12214-6325FDC0-B1F6-429E-B3DF-9C5676B0ABC8?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?item ?itemLabel WHERE {\n  s:Q12214-6325FDC0-B1F6-429E-B3DF-9C5676B0ABC8 ps:P699 ?doid .\n  ?item wdt:P699 ?doid .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = 'en')\n}", "paraphrases": ["Which disease is associated with the statement that has the Disease Ontology ID DOID:8736?", "Show me the name of the disease linked to the statement s:Q12214-6325FDC0-B1F6-429E-B3DF-9C5676B0ABC8."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q12214-6325FDC0-B1F6-429E-B3DF-9C5676B0ABC8> ?var1 ?var2 . }"}}
{"id": "val_9707", "question": "What entity and property does the statement with Orphanet ID 101952 belong to?", "sparql": "SELECT ?subject ?property WHERE { ?subject ?property s:Q12206-e0a0dfd0-48dc-49c8-0962-b14a237eac2d . }", "paraphrases": ["Which disease has the Orphanet ID 101952, and what property is used to store it?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q12206-e0a0dfd0-48dc-49c8-0962-b14a237eac2d> . }"}}
{"id": "val_9708", "question": "Is dansband a subclass of musical group?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q1164847 wdt:P279 * wd:Q215380 .\n}", "paraphrases": ["Does the category of dansband belong to the broader category of musical groups?", "Confirm whether dansband is classified as a type of musical group through its subclass hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1164847> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9709", "question": "List all public aquariums and their subtypes in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?aquarium WHERE {\n  ?aquarium ( wdt:P31 / wdt:P279 * ) wd:Q2281788 .\n}", "paraphrases": ["What are all the known public aquariums and their subclasses?", "Show me all entities that are either public aquariums or belong to a subclass of public aquariums."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2281788> . }"}}
{"id": "val_9710", "question": "Is the spacecraft Kosmos 656 considered a type of software?", "sparql": "ASK WHERE { wd:Q917058 (wdt:P31/wdt:P279*) wd:Q7397 }", "paraphrases": ["Does Kosmos 656 belong to a category that includes software?", "Is Kosmos 656 an instance of software or a subclass of software?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q917058> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9711", "question": "English or German Wikipedia page for the movie with IMDb ID tt0846736.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0846736\" .\n  ?wikipedia_page schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What is the English or German Wikipedia page for the movie \"Tokusou Sentai Dekaranger vs. Abaranger\"?", "Show me the Wikipedia page in English or German for the film identified by IMDb ID tt0846736."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0846736\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9712", "question": "List power plants and their nominal power output in English.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?facility ?facilityLabel ?power WHERE {\n  ?facility wdt:P2109 ?power .\n  ?facility rdfs:label ?facilityLabel .\n  FILTER ( LANG( ?facilityLabel ) = \"en\" )\n}\nORDER BY ASC ( ?facilityLabel )", "paraphrases": ["What are the names of energy facilities and their installed power capacities, sorted alphabetically?", "Show me a list of energy-producing facilities with their English names and nominal power output, ordered by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2109> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9713", "question": "What is the English description and label of the artwork in the Museum of Modern Art with ID 16673?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2014 \"16673\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the artist associated with MoMA work ID 16673, and what is their English description?", "Tell me the name and English description of the MoMA artwork identified by the ID 16673."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2014> \"148292\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9714", "question": "Image of Harry Bellaver with SNAC ARK ID w6w810hr", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6w810hr\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w6w810hr?", "Show me the picture of the individual linked to the SNAC ARK ID w6w810hr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6w810hr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9715", "question": "List all particle accelerators and their subclasses' instances.", "sparql": "SELECT ?accelerator WHERE { ?accelerator (wdt:P31/wdt:P279*) wd:Q130825 . }", "paraphrases": ["What are all the known particle accelerators, including those that are instances of subclasses of particle accelerators?", "Show me every known device that is either a particle accelerator or belongs to a subclass of particle accelerators."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q130825> . }"}}
{"id": "val_9716", "question": "Image of the person with SNAC ARK ID w6c12jx2", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6c12jx2\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Henri Wallon in Wikidata?", "Show me the Wikimedia Commons image for the individual identified by the SNAC ARK ID w6c12jx2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6c12jx2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9717", "question": "Which properties link other items to the S\u00e3o Paulo Challenger de T\u00eanis tournament more than once?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q14320759 . } GROUP BY ?property HAVING (COUNT(?item) > 1) ORDER BY DESC(?count)", "paraphrases": ["How many times are the properties schema:about, wdt:P31, and ps:P31 used to connect other entities to the S\u00e3o Paulo Challenger de T\u00eanis?", "Show me the properties that are used to relate multiple items (like yearly editions or Wikipedia pages) to the S\u00e3o Paulo Challenger de T\u00eanis tournament, ordered by frequency."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q14320759> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9718", "question": "What Wikidata item has the IMDb ID tt7531138?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt7531138\" . }", "paraphrases": ["Which movie on Wikidata is associated with the IMDb identifier tt7531138?", "Can you find the Wikidata entry for the movie with IMDb ID tt7531138?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7531138\". } ORDER BY ASC( ?var1 )"}}
{"id": "val_9719", "question": "Writing systems used in Indonesia", "sparql": "SELECT DISTINCT ?writingSystem ?label WHERE { ?writingSystem wdt:P17 wd:Q252 . ?writingSystem wdt:P31/wdt:P279* wd:Q8192 . ?writingSystem rdfs:label ?label . FILTER(LANG(?label) = \"en\") } ORDER BY ASC(?label)", "paraphrases": ["What are the writing systems used in Indonesia?", "List the names of writing systems used in Indonesia in alphabetical order."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q252> . { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q8192> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q8192> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"id\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9720", "question": "Twitter usernames elonmusk and timberners_lee, ordered by Wikipedia article count ascending", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"elonmusk\" \"timberners_lee\"\n  }\n}\nORDER BY ASC ( wikibase:sitelinks )", "paraphrases": ["Who are the people with Twitter usernames \"elonmusk\" and \"timberners_lee\", listed from least to most notable on Wikipedia?", "Show me the Wikidata items for the Twitter accounts elonmusk and timberners_lee, sorted by the number of Wikipedia language editions they have articles in, from smallest to largest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"WIKI_NLW\" ) ( \"HelenquLD\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9721", "question": "French-named people with the surname Gouraud", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label ?label . FILTER(lang(?label) = \"fr\") . FILTER(contains(lcase(?label), \"gouraud\")) . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the French people whose names include \"Gouraud\"?", "List all humans in Wikidata who have a French label containing the word \"Gouraud\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"GOURAUD\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9722", "question": "Affiliations and employers of Clement Adebamowo, including start and end dates, images, and academic degrees.", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?image ?affiliation ?affiliationLabel ?start ?end ?degreeLabel WHERE {\n  wd:Q5131282 ( p:P1416 | p:P108 ) ?statement .\n  ?statement ps:P1416 | ps:P108 ?affiliation .\n  ?affiliation rdfs:label ?affiliationLabel .\n  FILTER ( LANG( ?affiliationLabel ) = \"en\" ) OPTIONAL {\n    ?affiliation wdt:P18 ?image\n  }\n  OPTIONAL {\n    ?statement pq:P580 ?start\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?end\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER ( LANG( ?degreeLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What organizations has Clement Adebamowo been affiliated with or employed by, and when did these affiliations start and end? Do any of them have images or associated academic degrees?", "Show me Clement Adebamowo\u2019s affiliations and employers with their English names, the dates he worked there, any associated images, and any academic degrees linked to those positions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q5131282> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q5131282> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_9723", "question": "Which Wikidata properties have a constraint that their values must be subclasses of a specific item?", "sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 p:P2302 ?var2 . ?var2 pq:P2309 wd:Q21514624 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["What properties in Wikidata are constrained to only accept values that are subclasses of something?", "List all Wikidata properties that require their values to be subclasses of another item."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/P2302> ?var2 . ?var2 <http://www.wikidata.org/prop/qualifier/value/P2309> <http://www.wikidata.org/prop/direct/Q21514624> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_9724", "question": "Cities and landmarks in the eastern United States between longitude -85 and -69 and latitude 39 and 44, with their images, Commons categories, and addresses.", "sparql": "SELECT ?item ?itemLabel ?coord ?image ?commonsCategory ?address WHERE { ?item wdt:P625 ?coord . FILTER(geof:longitude(?coord) >= -85 && geof:longitude(?coord) <= -69) FILTER(geof:latitude(?coord) >= 39 && geof:latitude(?coord) <= 44) OPTIONAL { ?item wdt:P18 ?image . } OPTIONAL { ?item wdt:P373 ?commonsCategory . } OPTIONAL { ?item wdt:P969 ?address . } ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } LIMIT 3000", "paraphrases": ["What places in the eastern U.S. (between 39\u00b0N and 44\u00b0N latitude and -85\u00b0 and -69\u00b0 longitude) have images, Wikimedia Commons categories, or street addresses listed on Wikidata?", "Show me locations in the eastern United States within the bounding box of 39\u00b0N\u201344\u00b0N and -85\u00b0W\u2013-69\u00b0W, along with their labels, coordinates, images, Commons categories, and street addresses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-85 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-69 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_9725", "question": "What is the name of the place with GeoNames ID 3080648?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P1566 \"3080648\" . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which place in Wikidata has the GeoNames identifier 3080648, and what is its English name?", "Please provide the English label for the geographical entity with GeoNames ID 3080648."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> \"3080648\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9726", "question": "List all sovereign states with their English labels, sorted alphabetically.", "sparql": "SELECT DISTINCT ?var1Label ?var1 WHERE { ?var1 wdt:P31 wd:Q3624078 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } ORDER BY ASC(?var1Label)", "paraphrases": ["What are the names of all sovereign countries in English, ordered from A to Z?", "Can you provide a sorted list of all sovereign states, showing their English names?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3624078> ; <http://www.wikidata.org/prop/direct/p31> <http://www.wikidata.org/entity/Q6256> . } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9727", "question": "People on Finnish Wikipedia who are intersex, transgender, or non-binary.", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P31 wd:Q5 . VALUES ?gender { wd:Q1097630 wd:Q1052281 wd:Q2449503 wd:Q48270 wd:Q746411 } ?person wdt:P21 ?gender . ?wikipediaPage schema:isPartOf <https://fi.wikipedia.org/> ; schema:about ?person . }", "paraphrases": ["Who are the people listed on the Finnish Wikipedia that identify as intersex, trans woman, trans man, non-binary, or kathoey?", "List all humans with a Finnish Wikipedia page whose gender identity is intersex, trans woman, trans man, non-binary, or kathoey."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q1097630> ) ( <http://www.wikidata.org/entity/Q1052281> ) ( <http://www.wikidata.org/entity/Q2449503> ) ( <http://www.wikidata.org/entity/Q1097630> ) ( <http://www.wikidata.org/entity/Q48270> ) ( <http://www.wikidata.org/entity/Q746411> ) } ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . ?var3 <http://schema.org/isPartOf> <https://fi.wikipedia.org/> ; <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9728", "question": "Member of the Regional Council of Abruzzo, its council, and the region it applies to.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?office ?officeLabel ?council ?councilLabel ?jurisdiction ?jurisdictionLabel WHERE {\n  VALUES(?office) {(wd:Q47528624)\n  }\n  ?office wdt:P361 ?council .\n  ?council wdt:P1001 ?jurisdiction .\n  OPTIONAL {\n    ?office rdfs:label ?officeLabel .\n    FILTER(LANG(?officeLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?council rdfs:label ?councilLabel .\n    FILTER(LANG(?councilLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?jurisdiction rdfs:label ?jurisdictionLabel .\n    FILTER(LANG(?jurisdictionLabel) = \"en\")\n  }\n}", "paraphrases": ["What regional council is the office \"member of the Regional Council of Abruzzo\" part of, and which region does that council serve?", "Show me the office \"member of the Regional Council of Abruzzo\", the council it belongs to, and the jurisdiction of that council."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q47528624> ) } ?var1 ( <http://www.wikidata.org/prop/P361> / <http://www.wikidata.org/prop/statement/P361> )* ?var2 . ?var4 ( <http://www.wikidata.org/prop/P31> | <http://www.wikidata.org/prop/P279> ) [ ( <http://www.wikidata.org/prop/statement/P279> | <http://www.wikidata.org/prop/statement/P31> ) <http://www.wikidata.org/entity/Q15238777> ; <http://www.wikidata.org/prop/qualifier/P642> ?var2 ] . OPTIONAL { ?var5 <http://www.wikidata.org/prop/direct/P31> ?var4 . } BIND ( COALESCE ( ?var5 , ?var4 ) AS ?var3 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9729", "question": "What are the YouTube channel IDs and Discogs ID for the band Rein?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?youtube ?discogs WHERE {\n  wd:Q1814063 wdt:P2397 ?youtube .\n  OPTIONAL {\n    wd:Q1814063 wdt:P1953 ?discogs .\n  }\n}", "paraphrases": ["Can you find the online identifiers for the musical group Rein, specifically its YouTube channels and Discogs profile?", "Does the band Rein have any presence on YouTube or Discogs, and if so, what are their IDs?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q18709371> ?var1 ?var2 . { { <http://www.wikidata.org/entity/Q1814063> <http://www.wikidata.org/prop/direct/P2397> ?var2 . } UNION { <http://www.wikidata.org/entity/Q1814063> <http://www.wikidata.org/prop/direct/P1953> ?var2 . } } }"}}
{"id": "val_9730", "question": "Football players named Cafu and the awards they received.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?player ?playerLabel ?awardLabel WHERE {\n  ?player wdt:P106 wd:Q937857 .\n  ?player rdfs:label ?playerLabel .\n  ?player wdt:P166 ?award .\n  ?award rdfs:label ?awardLabel .\n  FILTER ( CONTAINS( LCASE( ?playerLabel ) , \"cafu\" ) ) .\n  FILTER ( LANG( ?playerLabel ) = \"en\" ) .\n  FILTER ( LANG( ?awardLabel ) = \"en\" ) .\n}", "paraphrases": ["Which association football player named Cafu has received an award, and what is the award?", "Show me the awards received by the football player Cafu in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q937857> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://www.wikidata.org/prop/direct/P166> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( CONTAINS ( ?var2Label , \"string1\"@en ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_9731", "question": "All taxonomic species and genera in the mosquito family (Culicidae).", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mosquito_taxon WHERE {\n  ?mosquito_taxon wdt:P31 wd:Q16521 .\n  ?mosquito_taxon wdt:P171 * wd:Q7367 .\n}", "paraphrases": ["What are all the known mosquito species and their higher taxonomic groups?", "List all taxa that are descendants of the mosquito family (Culicidae)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q16521> . ?var1 <http://www.wikidata.org/prop/direct/P171> * <http://www.wikidata.org/entity/Q7367> . }"}}
{"id": "val_9732", "question": "Fictional characters who are astronauts", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?character ?characterLabel WHERE {\n  ?character wdt:P106 wd:Q11631 .\n  FILTER NOT EXISTS {\n    ?character wdt:P31 wd:Q5 .\n  }\n  ?character rdfs:label ?characterLabel .\n  FILTER(LANG(?characterLabel) = \"en\")\n}", "paraphrases": ["Who are the non-human astronauts in fiction?", "List fictional characters with the occupation of astronaut."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q11631> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q95074> . } ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q15632617> . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9733", "question": "Image of the person with SNAC ARK ID w61w3c0s", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w61w3c0s\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w61w3c0s?", "Show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w61w3c0s."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6vr3rmg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9734", "question": "What properties are associated with sea piracy in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?propertyEntity ?propertyLabel ?propertyDescription WHERE {\n  ?item ?p wd:Q45393 .\n  BIND(IRI(REPLACE(STR(?p) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?propertyEntity)\n  .\n  ?propertyEntity rdfs:label ?propertyLabel .\n  ?propertyEntity schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 20", "paraphrases": ["Which properties link entities to the concept of sea piracy, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties that have sea piracy as their object in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q45393> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 20 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 20"}}
{"id": "val_9735", "question": "How many works cite publications by Phyllis Chinn, and are any of those citing works authored by her?", "sparql": "SELECT ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?isAuthoredByChinn WHERE { ?citedWork wdt:P50 wd:Q18921538 . ?citingWork wdt:P2860 ?citedWork . BIND( IF( EXISTS { ?citingWork wdt:P50 wd:Q18921538 } , \"yes\" , \"no\" ) AS ?isAuthoredByChinn ) } GROUP BY ?isAuthoredByChinn", "paraphrases": ["What is the total number of works that reference Phyllis Chinn's research, and does she author any of those citing works?", "Count the number of scholarly works that cite Phyllis Chinn\u2019s publications and indicate whether any of them have her as an author."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q18921538> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q18921538> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_9736", "question": "Epidemics with images from Wikimedia Commons", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?var1 ?var1Label ( SAMPLE( ?image ) AS ?imageSample ) WHERE {\n  ?var1 wdt:P31 wd:Q44512 .\n  OPTIONAL {\n    ?var1 wdt:P18 ?image .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nGROUP BY ?var1 ?var1Label", "paraphrases": ["What are the English-labeled epidemics and their associated images on Wikimedia Commons?", "Show me a list of epidemics in English, along with one sample image for each if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( SAMPLE ( ?var2 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q44512> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_9737", "question": "What is the English label and description of the musical instrument with MIMO ID 3237?", "sparql": "SELECT ?instrument ?instrumentLabel ?description WHERE { ?instrument wdt:P3763 \"3237\" . ?instrument rdfs:label ?instrumentLabel . FILTER (LANG(?instrumentLabel) = \"en\") OPTIONAL { ?instrument schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Can you tell me the name and a brief description in English of the guitar identified by the MIMO instrument ID 3237?", "Show me the English name and description for the instrument in Wikidata that has the MIMO identifier 3237."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3763> \"3717\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9738", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt5059126?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt5059126\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by IMDb ID tt5059126?", "Show me the English or German Wikipedia links for the film that has the IMDb identifier tt5059126."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5059126\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9739", "question": "Albums titled \"Recovery\" performed by Eminem", "sparql": "SELECT ?album (SAMPLE(?alabel) AS ?albumLabel) ?performer (SAMPLE(?plabel) AS ?performerLabel) WHERE { ?album wdt:P31 wd:Q482994 . ?album rdfs:label ?alabel . ?album wdt:P175 ?performer . ?performer rdfs:label ?plabel . FILTER (LANGMATCHES(LANG(?alabel), \"en\")) FILTER (LANGMATCHES(LANG(?plabel), \"en\")) FILTER (CONTAINS(LCASE(?alabel), \"recovery\")) FILTER (CONTAINS(LCASE(?plabel), \"eminem\")) } GROUP BY ?album ?performer LIMIT 10", "paraphrases": ["Which albums with \"Recovery\" in the title are performed by Eminem?", "Show me the English-labeled albums called \"Recovery\" that feature Eminem as the performer."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"recovery\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var4Label ) , \"eminem\" ) ) ) . } LIMIT 10"}}
{"id": "val_9740", "question": "Elevations of mountains in \u00c1lava, Spain", "sparql": "PREFIX psn: <http://www.wikidata.org/prop/statement/value-normalized/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?mountain ?elevation WHERE {\n  ?mountain wdt:P31 wd:Q8502 .\n  ?mountain wdt:P131 * wd:Q81801 .\n  ?mountain ( p:P2044 / psn:P2044 / wikibase:quantityAmount ) ?elevation .\n}", "paraphrases": ["What are the elevations of all mountains located in the province of \u00c1lava?", "Can you list the mountains in \u00c1lava along with their heights above sea level?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q81801> . ?var1 ( <http://www.wikidata.org/prop/P2044> / <http://www.wikidata.org/prop/statement/value-normalized/P2044> / <http://wikiba.se/ontology#quantityAmount> ) ?var2 . }"}}
{"id": "val_9741", "question": "Films directed by Christopher Nolan and the awards they won.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?award WHERE {\n  ?film wdt:P57 wd:Q25191 .\n  ?film wdt:P166 ?award .\n}\nLIMIT 10", "paraphrases": ["Which films did Christopher Nolan direct, and what awards did those films receive?", "Show me the movies directed by Christopher Nolan along with the awards each movie received."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q25191> . <http://www.wikidata.org/entity/Q25191> <http://www.wikidata.org/prop/direct/P166> ?var2 . } LIMIT 10"}}
{"id": "val_9742", "question": "List all electoral constituencies in South Korea that are part of the first-level administrative councilor constituency class.", "sparql": "SELECT ?constituency ?constituencyLabel WHERE { ?constituency wdt:P31/wdt:P279* wd:Q50258518 . OPTIONAL { ?constituency rdfs:label ?constituencyLabel . } }", "paraphrases": ["What are the specific constituencies in South Korea that elect first-level administrative councilors?", "Show me all the individual constituencies in South Korea that fall under the category of first-level administrative councilor constituencies, along with their labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q50258518> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh,ko\". } }"}}
{"id": "val_9743", "question": "English Wikipedia page and label for company with ticker symbol AAPL", "sparql": "SELECT ?company ?companyLabel ?wikipediaPage WHERE { ?company ?p ?statement . ?statement ps:P414 ?exchange ; pq:P249 \"AAPL\" . ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") . ?wikipediaPage schema:about ?company ; schema:inLanguage \"en\" ; FILTER(STRSTARTS(STR(?wikipediaPage), \"https://en.wikipedia.org/wiki/\")) .}", "paraphrases": ["What is the English Wikipedia page and official name of the company that trades under the ticker symbol AAPL?", "Show me the English Wikipedia link and name of the company that has AAPL as its stock ticker."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P249> \"string1\". ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/inLanguage> \"en\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( ( SUBSTR ( STR ( ?var2 ) ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"25\"^^<http://www.w3.org/2001/XMLSchema#integer> ) = \"string2\" ) ) ) . }"}}
{"id": "val_9744", "question": "Image of Joseph Ingraham with SNAC ARK ID w6xp8h9c", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6xp8h9c\" . OPTIONAL { ?item wdt:P18 ?image . } } LIMIT 1", "paraphrases": ["What is the Wikimedia Commons image associated with Joseph Ingraham\u2019s SNAC ARK ID w6xp8h9c?", "Show me the picture of the person identified by the SNAC ARK ID w6xp8h9c."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6xp8h9c\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9745", "question": "Does Wikidata contain an ice hockey player with Elite Prospects ID 476903?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?player wdt:P2481 \"476903\" .\n}", "paraphrases": ["Is there a record in Wikidata for the ice hockey player identified by Elite Prospects as 476903?", "Confirm whether the Elite Prospects player ID 476903 corresponds to a known ice hockey player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2481> \"476903\". }"}}
{"id": "val_9746", "question": "What movie has the IMDb ID tt3914520?", "sparql": "SELECT ?movie ?movieLabel WHERE { ?movie wdt:P345 \"tt3914520\" . ?movie rdfs:label ?movieLabel . FILTER(LANG(?movieLabel) = \"en\") }", "paraphrases": ["Which movie is identified by the IMDb identifier tt3914520?", "Tell me the title of the movie with IMDb ID tt3914520."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3914520\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9747", "question": "What are some mountains and their images from Wikimedia Commons?", "sparql": "SELECT ?mountain ?mountainLabel ?image WHERE { ?mountain wdt:P31 wd:Q8502 . OPTIONAL { ?mountain wdt:P18 ?image . } } LIMIT 10", "paraphrases": ["Show me a list of mountains along with their labels and associated images.", "Retrieve up to 10 mountains and their images if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22704308> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_9748", "question": "What are some examples of audio storage devices?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P279 wd:Q354004 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") } LIMIT 11", "paraphrases": ["List the types of audio storage media that are subclasses of audio storage device.", "Can you name up to 11 formats used to store audio, such as CDs or MiniDiscs?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q354004> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9749", "question": "What international organizations have member countries with recorded population data?", "sparql": "SELECT DISTINCT ?organization WHERE { ?country wdt:P463 ?organization . ?country wdt:P31 wd:Q6256 . ?country wdt:P1082 ?population . }", "paraphrases": ["Which organizations include sovereign nations as members, and for which we have population statistics?", "List the international groups that consist of countries with known populations."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P463> ?var1 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var3 <http://www.wikidata.org/entity/P17> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P1082> [] . }"}}
{"id": "val_9750", "question": "Subclasses of \"thing\" up to five levels deep with their direct superclasses.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 WHERE {\n  {\n    ?var1 wdt:P279 wd:Q35120 .\n  } UNION {\n    ?var1 wdt:P279 ?p1 .\n    ?p1 wdt:P279 wd:Q35120 .\n  } UNION {\n    ?var1 wdt:P279 ?p1 .\n    ?p1 wdt:P279 ?p2 .\n    ?p2 wdt:P279 wd:Q35120 .\n  } UNION {\n    ?var1 wdt:P279 ?p1 .\n    ?p1 wdt:P279 ?p2 .\n    ?p2 wdt:P279 ?p3 .\n    ?p3 wdt:P279 wd:Q35120 .\n  } UNION {\n    ?var1 wdt:P279 ?p1 .\n    ?p1 wdt:P279 ?p2 .\n    ?p2 wdt:P279 ?p3 .\n    ?p3 wdt:P279 ?p4 .\n    ?p4 wdt:P279 wd:Q35120 .\n  }\n  FILTER ( STRSTARTS( STR( ?var1 ) , \"http://www.wikidata.org/entity/Q\" ) ) OPTIONAL {\n    ?var1 wdt:P279 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n}\nLIMIT 20", "paraphrases": ["What are the subclasses of \"thing\" within five levels of inheritance, and what are their immediate parent classes?", "List the top-level subclasses of \"thing\" (up to five generations deep) along with their English labels and direct superclasses."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q35120> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9751", "question": "Entities categorized under clothing using the \"category combines topics\" property.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT DISTINCT ?item WHERE {\n  ?item p:P971 ?statement .\n  ?statement ps:P971 wd:Q11460 .\n}\nLIMIT 101", "paraphrases": ["Which items are classified as clothing by being linked to the category \"clothing\" via the P971 property?", "List up to 101 entities that are associated with the clothing category through the \"category combines topics\" relationship."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P971> <http://www.wikidata.org/entity/Q11460> . ?var1 <http://www.wikidata.org/prop/P971> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9752", "question": "What is the gene Fh1, and what type of entity is it?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?geneLabel ?instanceOfLabel WHERE {\n  wd:Q18250589 wdt:P31 ?instanceOf .\n  wd:Q18250589 rdfs:label ?geneLabel .\n  ?instanceOf rdfs:label ?instanceOfLabel .\n  FILTER(LANG(?geneLabel) = \"en\")\n  FILTER(LANG(?instanceOfLabel) = \"en\")\n}", "paraphrases": ["What class does the gene Fh1 belong to?", "Can you tell me the name of the gene Q18250589 and its category in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q18250589-E4028115-EF66-43A6-B15A-0E06A943ABCF> . }"}}
{"id": "val_9753", "question": "What gene is referenced by the statement with ID ref:043e00604a342e3a2becb23ba6946024fe22c6ed?", "sparql": "SELECT ?entityLabel ?reference WHERE { wd:Q18303531 p:P31 ?statement . ?statement ps:P31 wd:Q7187 ; prov:wasDerivedFrom ?reference . wd:Q18303531 rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["Which human gene is stated to be an instance of \"gene\" in Wikidata, and what is its source?", "Can you tell me the name of the gene Pdp2 and where this information comes from in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q18303531-59CBCD3D-20AB-49E5-BB00-92120636C50F> ?var1 ?var2 . }"}}
{"id": "val_9754", "question": "What protein does the Pdk4 gene encode, in which species is it found, and what are its Ensembl transcript IDs?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?protein ?species ?transcript WHERE {\n  wd:Q18255934 wdt:P688 ?protein .\n  wd:Q18255934 wdt:P703 ?species .\n  wd:Q18255934 wdt:P704 ?transcript .\n}", "paraphrases": ["Tell me the protein product, species, and Ensembl transcripts for the mouse Pdk4 gene.", "I want to know the protein encoded by the Pdk4 gene in mice and its associated Ensembl transcript IDs."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18255934> ?var1 ?var2 . }"}}
{"id": "val_9755", "question": "What subject and property does the statement about the TCA cycle having parts belong to?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?property WHERE {\n  ?subject ?property s:Q27436670-ac6f33c2-41f4-99e7-71d3-65925a491cb3 .\n}", "paraphrases": ["Which entity and relationship are linked to the statement identifier s:Q27436670-ac6f33c2-41f4-99e7-71d3-65925a491cb3?", "For the statement about the TCA cycle's parts, what is the subject and the property used?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q27436670-ac6f33c2-41f4-99e7-71d3-65925a491cb3> . }"}}
{"id": "val_9756", "question": "What properties and values are associated with the statement about Mahatma Gandhi's date of death?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:q1001-2C92ECDC-AAF6-42E8-A844-0EE9006484A5 ?property ?value .\n}", "paraphrases": ["Show all the metadata (like rank and references) linked to the statement that Mahatma Gandhi died on January 30, 1948.", "List all the properties and their values for the Wikidata statement node of Mahatma Gandhi\u2019s death."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q27436670-b6229ac2-4284-8ebe-a7b2-40c8bc134e3f> . }"}}
{"id": "val_9757", "question": "Which scholarly articles cite the study on proton-translocating transhydrogenase and NAD-dependent activity in mitochondria?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle ?citingArticleLabel WHERE {\n  ?citingArticle wdt:P2860 wd:Q28609549 .\n  ?citingArticle rdfs:label ?citingArticleLabel .\n  FILTER ( LANG( ?citingArticleLabel ) = \"en\" )\n}", "paraphrases": ["What research papers reference the article about proton-translocating transhydrogenase in the tricarboxylic acid cycle?", "List the academic publications that cite the work on mitochondrial proton-translocating transhydrogenase."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28609549> . }"}}
{"id": "val_9758", "question": "What properties and values are associated with the SLCO1B1 gene in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q18035517 ?property ?value .\n}", "paraphrases": ["What information does Wikidata have about the human gene SLCO1B1?", "List all the properties and their values for the gene SLCO1B1."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18035517> ?var1 ?var2 . }"}}
{"id": "val_9759", "question": "Wikipedia articles and Wikimedia resources about glutathione disulfide", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?resource WHERE {\n  ?resource schema:about wd:Q3324838 .\n  FILTER ( STRSTARTS( STR( ?resource ) , \"http\" ) )\n}", "paraphrases": ["What Wikipedia pages and Wikimedia categories discuss glutathione disulfide?", "Show me all external web resources (like Wikipedia articles) that are about glutathione disulfide."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q3324838> . }"}}
{"id": "val_9760", "question": "What links or statements involve Erythromycin as an object?", "sparql": "SELECT ?item ?property WHERE { ?item ?property wd:Q213511 .}", "paraphrases": ["What resources or properties are connected to the chemical compound Erythromycin?", "Show me all the things that are about or refer to Erythromycin in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q213511> . }"}}
{"id": "val_9761", "question": "What qualifiers are associated with the awards received by Albert Einstein?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?qualifier ?qualifierValue WHERE {\n  wd:Q937 p:P166 ?statement .\n  ?statement ?qualifier ?qualifierValue .\n  FILTER ( STRSTARTS( STR( ?qualifier ) , \"http://www.wikidata.org/prop/qualifier/\" ) )\n}", "paraphrases": ["Can you show me the properties and values that qualify Albert Einstein\u2019s awards?", "For each award Albert Einstein received, what additional details (like date or reason) are recorded?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/q576895-73002AD0-0ABE-4924-A49F-CA09AB5E8974> ?var1 ?var2 . }"}}
{"id": "val_9762", "question": "What properties and values are associated with the statement about Albert Einstein's occupation?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28 ?property ?value .\n}", "paraphrases": ["Show all the details (properties and values) stored in the Wikidata statement for Albert Einstein\u2019s profession.", "Retrieve all the information linked to the specific statement identifier for Albert Einstein\u2019s occupation."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q30230798-068E6D5E-9A1A-40DC-AEF8-9FFF1C4543B0> ?var1 ?var2 . }"}}
{"id": "val_9763", "question": "What claim (subject and property) does the statement s:q76-D4FDE516-F20C-4154-ADCE-7C5B609DFDFF represent?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?subject ?predicate WHERE {\n  ?subject ?predicate s:q76-D4FDE516-F20C-4154-ADCE-7C5B609DFDFF .\n}", "paraphrases": ["Who is the subject and what is the property of the Wikidata statement with ID s:q76-D4FDE516-F20C-4154-ADCE-7C5B609DFDFF?", "Find the person and the type of claim linked to the statement s:q76-D4FDE516-F20C-4154-ADCE-7C5B609DFDFF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q30230798-95C99A6A-3DC4-49D6-88AD-CAF887B8C204> . }"}}
{"id": "val_9764", "question": "What chemical compounds and molecules are composed of chemical elements, and what qualifiers describe their composition (e.g., quantity or lower limit)?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?entityLabel(SAMPLE(?qualifierProperty) AS ?qualifierPropertyIRI)(SAMPLE(?qualifierValue) AS ?qualifierValueText) WHERE {\n  ?statement ps:P2670 wd:Q11344 .\n  ?entity p:P2670 ?statement .\n  ?entity rdfs:label ?entityLabel .\n  FILTER(LANG(?entityLabel) = \"en\")\n  .\n  ?statement ?qualifierProperty ?qualifierValue .\n  FILTER(?qualifierProperty != ps:P2670)\n  .\n  FILTER(! STRSTARTS(STR(?qualifierProperty) , \"http://wikiba.se/ontology#\"))\n  .\n  FILTER(! STRSTARTS(STR(?qualifierProperty) , \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"))\n  .\n  FILTER(! STRSTARTS(STR(?qualifierProperty) , \"http://www.wikidata.org/prop/qualifier/value/\"))\n}\nGROUP BY ?entityLabel", "paraphrases": ["Which substances are made up of chemical elements, and what specific details (like minimum atomic number or number of atoms) are associated with those components?", "Show me entities that contain chemical elements as parts, along with any additional details (such as quantity or lower bound) about those components."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P2670> <http://www.wikidata.org/entity/Q11344> . ?var1 <http://www.wikidata.org/prop/P2670> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9765", "question": "What entity and property does the statement about Albert Einstein's field of work belong to?", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q937-7267cb07-4fed-ba1d-d28f-bb82e7faf4ad . }", "paraphrases": ["Which person and attribute are linked to the Wikidata statement with ID s:Q937-7267cb07-4fed-ba1d-d28f-bb82e7faf4ad?", "Find the subject and property of the Wikidata statement representing Albert Einstein's field of work."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q30230798-61521ED1-3EB8-453B-AE0C-8CCAED47E2C5> . }"}}
{"id": "val_9766", "question": "What are the start dates for Queen Elizabeth II's reign as monarch of the United Kingdom?", "sparql": "SELECT ?qualifierValue WHERE { wd:Q9682 wdt:P39 wd:Q9134365 . ?statement ps:P39 wd:Q9134365 ; pq:P580 ?qualifierValue .}", "paraphrases": ["Show all the times when Queen Elizabeth II began holding the position of monarch of the United Kingdom.", "For the statement that Queen Elizabeth II was monarch of the United Kingdom, what are the qualifier values for the start time?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q30230798-5CE50A51-3187-4B95-B8BF-B2AB509F3E65> ?var1 ?var2 . }"}}
{"id": "val_9767", "question": "What metadata is associated with the statement asserting that the article \"Phosphatidylethanolamine N-methyltransferase: unexpected findings from curiosity-driven research\" is a scholarly article?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q28609595-74BDFDEE-109B-4ED0-B7AF-782A1419886E ?property ?value .\n}", "paraphrases": ["Show all properties and values of the statement with ID s:Q28609595-74BDFDEE-109B-4ED0-B7AF-782A1419886E.", "What information does Wikidata store about this particular statement?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q28609595-74BDFDEE-109B-4ED0-B7AF-782A1419886E> ?var1 ?var2 . }"}}
{"id": "val_9768", "question": "Which academic articles cite \"Metabolic processing of PAF\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?citingArticle WHERE {\n  ?citingArticle wdt:P2860 wd:Q28609542 .\n}", "paraphrases": ["What scholarly works reference the study on metabolic processing of PAF?", "List the research papers that cite the article on metabolic processing of PAF."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28609542> . }"}}
{"id": "val_9769", "question": "What are all the properties and values associated with Albert Einstein in Wikidata?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q937 ?property ?value . OPTIONAL { ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["Can you list Albert Einstein\u2019s occupations, birth date, and other known attributes with their labels?", "Show me all the information available about Albert Einstein, including property names and their corresponding values in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q30230798-DE1008CE-41A2-495A-AC0C-A053813AD02B> ?var1 ?var2 . }"}}
{"id": "val_9770", "question": "Which scholarly articles cite the paper \"Cardiolipins and biomembrane function\"?", "sparql": "SELECT ?citingArticle ?citingArticleLabel WHERE { ?citingArticle wdt:P2860 wd:Q28609454 . ?citingArticle rdfs:label ?citingArticleLabel . FILTER(LANG(?citingArticleLabel) = \"en\") . ?citingArticle wdt:P31 wd:Q13442814 . }", "paraphrases": ["Scholarly articles citing \"Cardiolipins and biomembrane function\"", "List the English-language scholarly articles that reference the study on cardiolipins and biomembrane function."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q28609454> . }"}}
{"id": "val_9771", "question": "Computer scientists educated at MIT with images on Commons and English Wikipedia pages who are still alive.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?image ?wikipediaTitle WHERE {\n  ?person wdt:P106 wd:Q82594 .\n  ?person wdt:P69 wd:Q49108 .\n  ?person wdt:P18 ?image .\n  ?wikipediaUrl schema:about ?person ; schema:isPartOf <https://en.wikipedia.org/> .\n  FILTER(NOT EXISTS {\n    ?person wdt:P570 ?deathDate\n  })\n  .\n  BIND(strafter(str(?wikipediaUrl) , \"https://en.wikipedia.org/wiki/\") AS ?wikipediaTitle)\n  .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the living computer scientists who studied at MIT, have a photo on Wikimedia Commons, and a Wikipedia article in English?", "List the names, Commons images, and Wikipedia page titles of all living computer scientists who attended MIT."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82594> . ?var1 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q49108> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_9772", "question": "What Wikipedia articles and statements mention betaine?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property WHERE {\n  ?item ?property wd:Q10860583 .\n}", "paraphrases": ["Which Wikipedia pages and Wikidata statements are about the chemical compound betaine?", "Show me all resources that reference betaine as their subject or topic."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q10860583> . }"}}
{"id": "val_9773", "question": "All properties and values for the FTCD gene in Wikidata.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q18035881 ?property ?value .\n}", "paraphrases": ["What data is available in Wikidata about the FTCD gene (Q18035881)?", "Show me every property and its corresponding value associated with the human FTCD gene (formimidoyltransferase cyclodeaminase)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q18035881> ?var1 ?var2 . }"}}
{"id": "val_9774", "question": "Properties and values of statements about pyridoxal phosphate (Q418957)", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q418957 ?p ?statement .\n  ?statement ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/statement/\" ) || STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/qualifier/\" ) )\n}", "paraphrases": ["What properties and values are associated with the statements about pyridoxal phosphate?", "Show me all the properties and their values for the statements linked to pyridoxal phosphate on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/q418957-6A222422-2E28-42E5-8D3B-600BA1F3D4A7> . }"}}
{"id": "val_9775", "question": "What are the direct properties and values associated with 5'-Thymidylic acid?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q23905769 ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}", "paraphrases": ["Show me all the facts (properties and values) about the chemical compound 5'-Thymidylic acid.", "What information is available about Q23905769 in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q23905769-D58EA82A-7B03-4AE5-9F92-24339AD1084B> . }"}}
{"id": "val_9776", "question": "What properties and items are connected to the MTFMT gene?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property WHERE {\n  ?item ?property wd:Q18049530 .\n}", "paraphrases": ["Which entities and relationships have the MTFMT gene as their object?", "Show me everything that links to the MTFMT gene, including Wikipedia articles and biological relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q18049530> . }"}}
{"id": "val_9777", "question": "What item and property does the statement node s:Q28609150-F8017E63-7CD5-494A-AA0A-B7BED2C073A4 refer to?", "sparql": "SELECT ?item ?property WHERE {\n  ?item ?property s:Q28609150-F8017E63-7CD5-494A-AA0A-B7BED2C073A4 .\n}", "paraphrases": ["Which item is linked to the statement node s:Q28609150-F8017E63-7CD5-494A-AA0A-B7BED2C073A4, and what property is used in that statement?", "Show the subject and predicate of the statement identified by s:Q28609150-F8017E63-7CD5-494A-AA0A-B7BED2C073A4."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q28609150-F8017E63-7CD5-494A-AA0A-B7BED2C073A4> . }"}}
{"id": "val_9778", "question": "All properties and values for the academic article \"Synthesis of the osmoprotectant glycine betaine in Bacillus subtilis: characterization of the gbsAB genes\"", "sparql": "SELECT ?property ?value WHERE { wd:Q28609150 ?property ?value .}", "paraphrases": ["What properties and values are associated with the scientific article on glycine betaine synthesis in Bacillus subtilis?", "Show me all the metadata (properties and values) stored in Wikidata for the article about the gbsAB genes and osmoprotectant synthesis."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q28609150> ?var1 ?var2 . }"}}
{"id": "val_9779", "question": "What are all the properties and values associated with the statement about the CYP1A2 gene?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:Q14890102-B2899C7B-B619-4EC0-A218-4BF43DCD4D7D ?property ?value .\n}", "paraphrases": ["Can you show me the details of the claim that CYP1A2 is a gene, including its source and rank?", "What information is stored about the statement that identifies CYP1A2 as a gene?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q14890102-B2899C7B-B619-4EC0-A218-4BF43DCD4D7D> ?var1 ?var2 . }"}}
{"id": "val_9780", "question": "Metadata for the statement that MSRB2 is a gene.", "sparql": "SELECT ?property ?value WHERE { wd:Q18036595 p:P31 ?statement . ?statement ?property ?value . }", "paraphrases": ["What rank, references, and types are associated with the claim that MSRB2 is a gene?", "Show me all the metadata (like rank and references) for the statement that the gene MSRB2 is an instance of a gene."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q18036595-4A4A3CA1-0F1E-4CF7-BD8D-7C1BD8DCB0B9> ?var1 ?var2 . }"}}
{"id": "val_9781", "question": "What are the historical countries and administrative regions associated with Albert Einstein\u2019s birthplace in Wikidata?", "sparql": "SELECT ?statement ?country ?territory WHERE { wd:Q937 wdt:P19 ?birthPlace . ?statement ps:P19 ?birthPlace . OPTIONAL { ?statement pq:P17 ?country . } OPTIONAL { ?statement pq:P131 ?territory . } FILTER(BOUND(?country) || BOUND(?territory)) }", "paraphrases": ["Show me the sources that specify the country or administrative territory of Ulm as Albert Einstein\u2019s birthplace.", "Which statements about Albert Einstein being born in Ulm include additional details like the country or region at the time?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q27252593-30340FD1-0EA6-42F3-B740-74E2C978C5C9> ?var1 ?var2 . }"}}
{"id": "val_9782", "question": "Item and property linked to statement node s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28", "sparql": "SELECT ?item ?property WHERE { ?item ?property s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28 . }", "paraphrases": ["Which item and property does the statement node s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28 belong to?", "Show me the subject item and property associated with the Wikidata statement node s:Q937-075AFDBC-7E85-428C-A407-4B45211B3C28."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q20707319-30B405EE-6342-4B67-9216-C3E994C7CF46> . }"}}
{"id": "val_9783", "question": "All properties and values associated with the TRAF6 gene.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ?value WHERE {\n  wd:Q14914325 ?property ?value .\n}", "paraphrases": ["What properties and values are linked to the TRAF6 gene in Wikidata?", "List all the metadata, descriptions in different languages, and statement identifiers (like Ensembl transcript IDs) for the TRAF6 gene."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q14914325> ?var1 ?var2 . }"}}
{"id": "val_9784", "question": "What are the Ensembl transcript IDs and chromosome location of the human CRY1 gene?", "sparql": "SELECT ?label ?ensemblTranscript ?chromosome ?goldenId WHERE { wd:Q14866005 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q14866005 wdt:P704 ?ensemblTranscript } OPTIONAL { wd:Q14866005 wdt:P1057 ?chromosome } OPTIONAL { wd:Q14866005 wdt:P7502 ?goldenId } }", "paraphrases": ["What is the official name, Ensembl transcript IDs, chromosome, and Golden ID for the CRY1 gene in humans?", "Please provide the English label, Ensembl transcript IDs, chromosome, and Golden ID for the CRY1 gene."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q14866005> ?var1 ?var2 . }"}}
{"id": "val_9785", "question": "What fictional materials are based on real-world materials, and do they have any qualifiers?", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?fictionalEntity ( SAMPLE( ?qualifierProperty ) AS ?sampledQualifierProperty ) ?fictionalEntityLabel WHERE {\n  {\n    SELECT DISTINCT ?fictionalEntity ?statement WHERE {\n      ?statement ps:P1074 wd:Q214609 .\n      ?fictionalEntity p:P1074 ?statement .\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifierProperty ?value .\n    ?qualifierProperty wikibase:qualifier [] .\n  }\n  ?fictionalEntity rdfs:label ?fictionalEntityLabel .\n  FILTER ( LANG( ?fictionalEntityLabel ) = \"en\" )\n}\nGROUP BY ?fictionalEntity ?fictionalEntityLabel", "paraphrases": ["Which fictional entities are analogs of material, and what qualifiers are associated with those analogies?", "List all fictional materials that are modeled after real materials, and show if any additional details (qualifiers) are attached to those relationships."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1074> <http://www.wikidata.org/entity/Q214609> . ?var1 <http://www.wikidata.org/prop/P1074> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9786", "question": "What are the multilingual descriptions of Andrew Y. Ng on Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?description WHERE {\n  wd:Q2846695 schema:description ?description .\n}\nLIMIT 10", "paraphrases": ["Andrew Ng's descriptions in different languages", "Show me how Andrew Y. Ng is described in various languages on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q2846695> ?var1 ?var2 . } LIMIT 10"}}
{"id": "val_9787", "question": "Who are some people whose occupation is writer?", "sparql": "SELECT ?writer WHERE { ?writer wdt:P106 wd:Q36180 } LIMIT 10", "paraphrases": ["List writers by their occupation in Wikidata.", "Show me ten examples of people who work as writers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q36180> . } LIMIT 10"}}
{"id": "val_9788", "question": "Is the Haxtur Prize Author We Love a human or a subclass of human?", "sparql": "ASK WHERE { wd:Q50578288 ( wdt:P31 / wdt:P279* ) wd:Q5 . }", "paraphrases": ["Is the Haxtur Prize Author We Love classified as a human or any type of human?", "Confirm whether the Haxtur Prize Author We Love is a human or belongs to a category that is a subclass of human."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q50578288> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9789", "question": "What is the image associated with Iovianus Pontanus in Wikidata?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6v69pnv\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the image linked to the SNAC ARK ID w6v69pnv?", "Which image file on Wikimedia Commons represents the person identified by SNAC ARK ID w6v69pnv?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6v69pnv\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9790", "question": "What software is distributed as freeware?", "sparql": "SELECT ?item ?itemLabel WHERE { ?item wdt:P275 wd:Q178285 . ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }", "paraphrases": ["Which digital works are licensed under the freeware license?", "List the names of games and applications that are available for free but retain other rights reserved, under the freeware license."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P275> <http://www.wikidata.org/entity/Q178285> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,en\". } }"}}
{"id": "val_9791", "question": "Human settlements or national parks with images and English Wikipedia pages", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?settlementLabel ?settlement ?image ?wikipediaPage WHERE {\n  {\n    ?settlement wdt:P31 / wdt:P279 * wd:Q486972 .\n  } UNION {\n    ?settlement wdt:P31 / wdt:P279 * wd:Q46169 .\n  }\n  ?settlement wdt:P18 ?image .\n  ?wikipediaPage schema:about ?settlement ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER(LANG(?settlementLabel) = \"en\")\n}\nLIMIT 1", "paraphrases": ["What is a human settlement or national park that has an image on Wikimedia Commons and an English Wikipedia article?", "Show me one human settlement or national park along with its image and link to its English Wikipedia page."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 ?var9 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var2 <http://www.wikidata.org/prop/direct/P625> ?var10 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(30 56)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"10\". } { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . } UNION { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q46169> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . ?var2 <http://schema.org/description> ?var3 . } ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . ?var5 <http://schema.org/about> ?var2 . ?var5 <http://schema.org/inLanguage> \"en\". ?var5 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } LIMIT 1"}}
{"id": "val_9792", "question": "Does the GND ID 1073594475 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1073594475\" .\n}", "paraphrases": ["Is there a person or organization in Wikidata with the German National Library ID 1073594475?", "Check if the identifier 1073594475 from the German National Library is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1073594475\". }"}}
{"id": "val_9793", "question": "What are the English-labeled properties related to the location map property on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?prop ?propLabel ?propDescription WHERE {\n  wd:P1943 wdt:P1659 ?prop .\n  ?prop rdfs:label ?propLabel .\n  ?prop schema:description ?propDescription .\n  FILTER(LANG(?propLabel) = \"en\")\n  FILTER(LANG(?propDescription) = \"en\")\n}", "paraphrases": ["Which properties are listed as related to the location map (P1943) in Wikidata, along with their English labels and descriptions?", "Show me the English labels and descriptions of all properties that are related to the location map property (P1943) on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/direct/P1943> AS ?var4 ). ?var5 ?var6 ?var4 . ?var5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . ?var5 <http://www.wikidata.org/prop/direct/P1659> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . }"}}
{"id": "val_9794", "question": "Is there a football player on Wikidata with Transfermarkt ID 289592?", "sparql": "ASK WHERE { ?player wdt:P2446 \"289592\" }", "paraphrases": ["Does the football player Orel Mangala have the Transfermarkt ID 289592?", "Confirm if the Transfermarkt player ID 289592 corresponds to a football player in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2446> \"289592\". }"}}
{"id": "val_9795", "question": "What is the album \"Innuendo\" by Queen, including its genre and release date?", "sparql": "SELECT DISTINCT ?album ?albumLabel ?genre ?genreLabel ?date ?performer ?performerLabel WHERE { ?album wdt:P31 wd:Q482994 . ?album rdfs:label ?albumLabel . FILTER(LANG(?albumLabel) = \"en\") OPTIONAL { ?album wdt:P136 ?genre . ?genre rdfs:label ?genreLabel . FILTER(LANG(?genreLabel) = \"en\") } OPTIONAL { ?album wdt:P577 ?date . } OPTIONAL { ?album wdt:P175 ?performer . ?performer rdfs:label ?performerLabel . FILTER(LANG(?performerLabel) = \"en\") } FILTER ( REGEX( ?albumLabel , \"Innuendo\" , \"i\" ) ) . FILTER ( REGEX( ?performerLabel , \"Queen\" , \"i\" ) ) . } LIMIT 10", "paraphrases": ["Can you find the English-labeled album titled \"Innuendo\" performed by Queen, along with its genre and release year?", "Which album has the title \"Innuendo\" and is performed by Queen? Show its genre and when it was released."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q482994> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . } FILTER ( ( REGEX ( ?var1Label , \"Innuendo\", \"i\" ) ) ) . FILTER ( ( REGEX ( ?var4Label , \"Queen\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_9796", "question": "Wikidata entities labeled \"China\" in English", "sparql": "SELECT ?entity WHERE { ?entity rdfs:label \"China\"@en . FILTER(STRSTARTS(STR(?entity), \"http://www.wikidata.org/entity/Q\")) }", "paraphrases": ["Which entities in Wikidata have the English label \"China\"?", "List all Wikidata items that are labeled \"China\" in English."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ?var2Label \"China\"@en . } LIMIT 10"}}
{"id": "val_9797", "question": "What are some examples of events or occurrences in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?event ?eventLabel WHERE {\n  ?event(wdt:P31 / wdt:P279 *) wd:Q1190554 .\n  ?event rdfs:label ?eventLabel .\n  FILTER(LANG(?eventLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["What types of events or happenings are classified as occurrences in Wikidata?", "List the English-labeled instances and subclasses of \"occurrence\" (event) in Wikidata, up to 100 results."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1190554> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } } LIMIT 100"}}
{"id": "val_9798", "question": "What resources or statements mention Elon Musk as their object?", "sparql": "SELECT ?property ?subject WHERE { ?subject ?property wd:Q317521 . } LIMIT 500", "paraphrases": ["Which Wikipedia pages or Wikidata statements have Elon Musk as their value?", "What properties link to Elon Musk as their object in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q317521> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 500"}}
{"id": "val_9799", "question": "Who is the French-named person named Aline Lahoud?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"Aline Lahoud\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata identifier for the human Aline Lahoud, as labeled in French?", "Find the person named Aline Lahoud in French who is classified as a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Aline Kade\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9800", "question": "What languages are used in which countries or regions?", "sparql": "SELECT ?place ?placeLabel ?language ?languageLabel WHERE { ?place wdt:P2936 ?language . ?place rdfs:label ?placeLabel . ?language rdfs:label ?languageLabel . FILTER(LANG(?placeLabel) = \"en\") FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["Which places have French, English, or other languages as their official or commonly used language?", "List all locations and the languages they use."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2936> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,en\". } }"}}
{"id": "val_9801", "question": "Which Wikidata items have Twitter usernames including Slate, Viquipedia, NLWales, PolkAwards, kungbib, VGautron, Pyb75, OFWAFRICA, Battersea_, or wwnorton?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?twitterUsername WHERE {\n  ?item wdt:P2002 ?twitterUsername .\n  FILTER(STR(?twitterUsername) IN(\"Slate\" , \"Viquipedia\" , \"NLWales\" , \"PolkAwards\" , \"kungbib\" , \"VGautron\" , \"Pyb75\" , \"OFWAFRICA\" , \"Battersea_\" , \"wwnorton\"))\n}", "paraphrases": ["What entities on Wikidata are associated with the Twitter handles \"Slate\", \"Viquipedia\", \"NLWales\", \"PolkAwards\", \"kungbib\", \"VGautron\", \"Pyb75\", \"OFWAFRICA\", \"Battersea_\", or \"wwnorton\"?", "List all Wikidata items that use any of these Twitter usernames: Slate, Viquipedia, NLWales, PolkAwards, kungbib, VGautron, Pyb75, OFWAFRICA, Battersea_, or wwnorton."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"kungbib\" ) ( \"string2\" ) ( \"cdvost\" ) ( \"string3\" ) ( \"JSTOR\" ) ( \"carwash\" ) ( \"string4\" ) ( \"VGautron\" ) ( \"NLWales\" ) ( \"WIKI_NLW\" ) ( \"avaus\" ) ( \"Wikipedia\" ) ( \"string5\" ) ( \"string6\" ) ( \"Slate\" ) ( \"maartenzam\" ) ( \"string7\" ) ( \"clamskcl\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"tjukanov\" ) ( \"string12\" ) ( \"CityLab\" ) ( \"string13\" ) ( \"string14\" ) ( \"Anasuyashh\" ) ( \"string15\" ) ( \"string16\" ) ( \"string17\" ) ( \"wwnorton\" ) ( \"newyorker\" ) ( \"GalaxyKate\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"string22\" ) ( \"string23\" ) ( \"flixtey\" ) ( \"OFWAFRICA\" ) ( \"Pyb75\" ) ( \"string24\" ) ( \"string25\" ) ( \"string26\" ) ( \"PolkAwards\" ) ( \"hondanhon\" ) ( \"string27\" ) ( \"string28\" ) ( \"NatMus_SWE\" ) ( \"Copylinda\" ) ( \"string29\" ) ( \"string30\" ) ( \"pupaid\" ) ( \"string31\" ) ( \"Battersea_\" ) ( \"string32\" ) ( \"Trustpilot\" ) ( \"hoaxeye\" ) ( \"string33\" ) ( \"string34\" ) ( \"string35\" ) ( \"Viquipedia\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9802", "question": "Image of the person with SNAC ARK ID w6b02tpk", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6b02tpk\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6b02tpk?", "Show me the Wikimedia Commons image of the individual identified by the SNAC ARK ID w6b02tpk."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6b02tpk\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9803", "question": "Humans with birth, death, occupation, or citizenship data in Wikidata", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?entity ?property WHERE {\n  VALUES ?property {\n    wdt:P19 wdt:P20 wdt:P21 wdt:P569 wdt:P570 wdt:P106 wdt:P27 wdt:P172 wdt:P108 wdt:P69\n  }\n  ?entity ?property ?value .\n  ?entity wdt:P31 / wdt:P279 * wd:Q5 .\n}\nORDER BY ?entity ?property\nLIMIT 100", "paraphrases": ["Which human individuals in Wikidata have recorded properties like place of birth, occupation, or date of death?", "List all human entities and the properties they have, such as birth date, death place, or occupation, from Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT( CONCAT ( STR ( ?var1 ) , \"#\", SUBSTR ( STR ( ?var2 ) ,\"37\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var3 ) WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P27> | <http://www.wikidata.org/prop/direct/P1340> | <http://www.wikidata.org/prop/direct/P26> | <http://www.wikidata.org/prop/direct/P569> | <http://www.wikidata.org/prop/direct/P19> | <http://www.wikidata.org/prop/direct/P3150> | <http://www.wikidata.org/prop/direct/P1477> | <http://www.wikidata.org/prop/direct/P570> | <http://www.wikidata.org/prop/direct/P20> | <http://www.wikidata.org/prop/direct/P551> | <http://www.wikidata.org/prop/direct/P1884> | <http://www.wikidata.org/prop/direct/P172> | <http://www.wikidata.org/prop/direct/P21> | <http://www.wikidata.org/prop/direct/P735> | <http://www.wikidata.org/prop/direct/P734> | <http://www.wikidata.org/prop/direct/P109> | <http://www.wikidata.org/prop/direct/P91> | <http://www.wikidata.org/prop/direct/P451> | <http://www.wikidata.org/prop/direct/P1576> | <http://www.wikidata.org/prop/direct/P103> | <http://www.wikidata.org/prop/direct/P1412> | <http://www.wikidata.org/prop/direct/P509> | <http://www.wikidata.org/prop/direct/P1196> | <http://www.wikidata.org/prop/direct/P106> | <http://www.wikidata.org/prop/direct/P108> | <http://www.wikidata.org/prop/direct/P937> | <http://www.wikidata.org/prop/direct/P69> | <http://www.wikidata.org/prop/direct/P812> | <http://www.wikidata.org/prop/direct/P512> | <http://www.wikidata.org/prop/direct/P25> | <http://www.wikidata.org/prop/direct/P22> | <http://www.wikidata.org/prop/direct/P40> | <http://www.wikidata.org/prop/direct/P1038> | <http://www.wikidata.org/prop/direct/P552> | <http://www.wikidata.org/prop/direct/P423> | <http://www.wikidata.org/prop/direct/P1559> | <http://www.wikidata.org/prop/direct/P990> | <http://www.wikidata.org/prop/direct/P1340> | <http://www.wikidata.org/prop/direct/P2031> | <http://www.wikidata.org/prop/direct/P2032> | <http://www.wikidata.org/prop/direct/P1317> ) ?var4 . ?var1 ?var2 ?var4 . FILTER ( ( NOT EXISTS { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> */ <http://www.wikidata.org/prop/direct/P1074> ?) <http://www.wikidata.org/entity/Q5> . } ) ) . } LIMIT 100"}}
{"id": "val_9804", "question": "What Wikidata properties have equivalents in other knowledge bases like Schema.org or VCard?", "sparql": "SELECT DISTINCT ?property ?equivalentProperty WHERE { ?property wdt:P1628 ?equivalentProperty . } LIMIT 110", "paraphrases": ["Can you list the Wikidata properties and their corresponding equivalent properties in external ontologies?", "Show me the mapping between Wikidata properties and their equivalent properties in other standards."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { ?var1 ?var2 <http://www.w3.org/2002/07/owl#equivalentProperty> . } } LIMIT 110"}}
{"id": "val_9805", "question": "Non-coding RNAs in E. coli K-12 MG1655 with alternative label \"mcaS\" or \"b4426\"", "sparql": "PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P703 wd:Q21102938 .\n  ?item wdt:P31 wd:Q427087 .\n  {\n    ?item skos:altLabel \"mcaS\" @en .\n  } UNION {\n    ?item skos:altLabel \"b4426\" @en .\n  }\n}", "paraphrases": ["What non-coding RNA in Escherichia coli str. K-12 substr. MG1655 is alternatively labeled as \"mcaS\" or \"b4426\"?", "List all non-coding RNAs found in E. coli K-12 MG1655 that have \"mcaS\" or \"b4426\" as an alternative name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P703> <http://www.wikidata.org/entity/Q21102938> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q427087> . { ?var1 ?var2Label \"mcaS\"@en . } UNION { ?var1 ?var3Label \"mcaS\"@en . } UNION { ?var1 ?var2Label \"b4426\"@en . } UNION { ?var1 ?var3Label \"b4426\"@en . } }"}}
{"id": "val_9806", "question": "Items that are both instances and subclasses of the highest honors of the USSR.", "sparql": "SELECT ?item ?itemLabel ?class ?classLabel WHERE { BIND( wd:Q4129802 AS ?class ) . ?item wdt:P31 ?class ; wdt:P279 ?class . ?item rdfs:label ?itemLabel . ?class rdfs:label ?classLabel . FILTER(LANG(?itemLabel) = \"en\") FILTER(LANG(?classLabel) = \"en\") }", "paraphrases": ["Which award is both an instance of and a subclass of the highest honors of the USSR?", "Show me any award that is classified both as an example of and a subtype of the highest honors of the USSR."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { BIND ( <http://www.wikidata.org/entity/Q4129802> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 ; <http://www.wikidata.org/prop/direct/P279> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9807", "question": "French categories that include Islam as a topic", "sparql": "SELECT DISTINCT ?category ?label WHERE { ?category wdt:P971 wd:Q432 ; wdt:P31 wd:Q4167836 . ?category rdfs:label ?label . FILTER (LANG(?label) = \"fr\") }", "paraphrases": ["What are the French-language categories on Wikidata that are associated with Islam?", "List all French labels of categories that combine Islam as one of their topics."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P971> <http://www.wikidata.org/entity/Q432> ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) ) ) . FILTER ( ( REGEX ( ?var3 , \"string1\" ) ) ) . }"}}
{"id": "val_9808", "question": "Image of Roscoe Drummond with SNAC ARK ID w6h1365p", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6h1365p\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Is there an image available for Roscoe Drummond, who has the SNAC ARK ID w6h1365p?", "Show me the Wikimedia Commons image associated with the SNAC ARK ID w6h1365p."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6h1365p\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9809", "question": "Categories in English about mountains that combine topics and have no French label.", "sparql": "SELECT DISTINCT ?category ?categoryLabel ?topicLabel WHERE { ?category wdt:P971 ?topic ; wdt:P31 wd:Q4167836 . ?category rdfs:label ?categoryLabel . FILTER (LANG(?categoryLabel) = \"en\") FILTER (REGEX(?categoryLabel, \"mountain\", \"i\")) MINUS { ?category rdfs:label ?frLabel . FILTER (LANG(?frLabel) = \"fr\") } ?topic rdfs:label ?topicLabel . FILTER (LANG(?topicLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are the English-language categories about mountains that combine other topics and do not have a French label?", "List categories related to mountains in English that intersect with other topics and are not labeled in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P971> ?var3 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . MINUS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"fr\" ) ) ) . } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"string1\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } LIMIT 10"}}
{"id": "val_9810", "question": "Composers born between 1900 and 1905 with their birth and death dates.", "sparql": "SELECT ?composer ?birth ?death WHERE { ?composer (wdt:P106 | wdt:P39) wd:Q36834 ; wdt:P569 ?birth ; wdt:P570 ?death . FILTER ( ?birth >= \"1900-01-01\"^^xsd:date && ?birth < \"1905-01-01\"^^xsd:date ) } LIMIT 10", "paraphrases": ["Who are the composers born between 1900 and 1905, and when did they die?", "List composers from the early 20th century (1900\u20131905) along with their birth and death years."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> | <http://www.wikidata.org/prop/direct/P39> | <http://www.wikidata.org/prop/direct/P39> ) <http://www.wikidata.org/entity/Q36834> ; <http://www.wikidata.org/prop/direct/P569> ?var2 ; <http://www.wikidata.org/prop/direct/P570> ?var3 . FILTER ( ( ( \"1900-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> <= ?var2 ) && ( ?var2 < \"1905-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . } LIMIT 10"}}
{"id": "val_9811", "question": "List U.S. presidents with their start and end dates.", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ?startDate ?endDate WHERE {\n  ?person p:P39 [ ps:P39 wd:Q11696 ; pq:P580 ?startDate ; pq:P582 ?endDate ] .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who have been the presidents of the United States, and when did their terms begin and end?", "Show me the names, start dates, and end dates of all individuals who have held the office of President of the United States."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q13217683> ; <http://www.wikidata.org/prop/P39> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q13217683> ; <http://www.wikidata.org/prop/qualifier/P580> ?var2 ] ; <http://www.wikidata.org/prop/P30> [ <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q13217683> ; <http://www.wikidata.org/prop/qualifier/P582> ?var3 ] . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9812", "question": "UK MPs who left office due to reasons other than parliamentary dissolution", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var2 wdt:P279* wd:Q16707842 . ?var1 p:P39 ?var3 . ?var3 ps:P39 ?var2 ; pq:P582 ?var4 ; pq:P768 ?var5 . FILTER ( NOT EXISTS { ?var3 pq:P1534 wd:Q741182 . } ) . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") }", "paraphrases": ["Who were the members of the UK Parliament whose terms ended for reasons other than dissolution?", "List all individuals who served as UK Members of Parliament and left their seat due to causes other than the dissolution of parliament."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q16707842> . ?var1 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/statement/P39> ?var2 ; <http://www.wikidata.org/prop/qualifier/P582> ?var4 ; <http://www.wikidata.org/prop/qualifier/P768> ?var5 . FILTER ( ( NOT EXISTS { ?var3 <http://www.wikidata.org/prop/qualifier/P1534> <http://www.wikidata.org/entity/Q741182> . } ) ) . FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P39> ?var8 ; <http://www.wikidata.org/prop/qualifier/P580> ?var9 ; <http://www.wikidata.org/prop/qualifier/P768> ?var5 . FILTER ( ( ( ?var9 >= ?var4 ) ) ) . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9813", "question": "What is the Wikidata item for the Banglapedia ID \"Chandidas\", and what is its English label and description?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P4255 \"Chandidas\" .\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is Chandidas, as identified by the Banglapedia (English) ID, and what is his English description?", "Please provide the English name and description of the person whose Banglapedia (English) ID is \"Chandidas\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4255> \"Chandidas\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9814", "question": "People with the surname Mangin", "sparql": "SELECT ?person WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P734 wd:Q37554849 . }", "paraphrases": ["Who are the people with the last name Mangin?", "List all humans whose family name is Mangin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Mangin\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9815", "question": "Who has the IMDb ID nm2205824?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P345 \"nm2205824\" .\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER(LANG(?itemLabel) = \"en\")\n  }\n}", "paraphrases": ["Which person is associated with the IMDb identifier nm2205824?", "Tell me the name of the person with IMDb ID nm2205824."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm2205824\". }"}}
{"id": "val_9816", "question": "What non-temporal properties are used as qualifiers for the \"significant person\" relationship in Wikidata, and what values do they have?", "sparql": "SELECT ?item ?itemLabel ?qualifierProperty ?qualifierPropertyLabel ?rank ?qualifierValue ?qualifierValueLabel WHERE {  ?item p:P3342 [    ?qualifierProperty ?qualifierValue ;    wikibase:rank ?rank  ] .  FILTER (?qualifierProperty NOT IN (wd:P3831, wd:P580, wd:P582))  OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") }  OPTIONAL { ?qualifierProperty rdfs:label ?qualifierPropertyLabel . FILTER(LANG(?qualifierPropertyLabel) = \"en\") }  OPTIONAL { ?qualifierValue rdfs:label ?qualifierValueLabel . FILTER(LANG(?qualifierValueLabel) = \"en\") }} LIMIT 100", "paraphrases": ["For items linked by the \"significant person\" property, which non-date qualifiers are used, and what are their values?", "Show me the qualifiers (excluding start/end dates) used with the \"significant person\" property, along with the items and values they are applied to."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/P3342> [ ?var5 ?var4 ; <http://wikiba.se/ontology#rank> ?var3 ] . ?var2 <http://wikiba.se/ontology#qualifier> ?var5 . FILTER ( ( ?var2 NOT IN ( <http://www.wikidata.org/entity/P3831> , <http://www.wikidata.org/entity/P580> , <http://www.wikidata.org/entity/P582> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_9817", "question": "What countries, administrative regions, and continents is Joachimsthalsches Gymnasium located in?", "sparql": "SELECT DISTINCT ?var1 ?label WHERE { wd:Q1690674 (wdt:P131|wdt:P17|wdt:P30)+ ?var1 . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["Can you tell me the geographic hierarchy of Joachimsthalsches Gymnasium, including its country and continent?", "Where is Joachimsthalsches Gymnasium situated, and what larger regions does it belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q1690674> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9818", "question": "Does the PORT person ID \"133763\" exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P2435 \"133763\" .\n}", "paraphrases": ["Is there a person in Wikidata with the PORT identifier 133763?", "Confirm if the PORT network film database ID 133763 is assigned to any person in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2435> \"133763\". }"}}
{"id": "val_9819", "question": "What is the Twitter username for Electronic Information for Libraries?", "sparql": "SELECT ?organization ?twitterUsername WHERE { ?organization wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"eIFLnet\" } }", "paraphrases": ["Which organization has the Twitter handle 'eIFLnet'?", "Can you find the Wikidata entity associated with the Twitter username eIFLnet?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"MnlMya\" ) ( \"string1\" ) ( \"EIFLnet\" ) ( \"string2\" ) } }"}}
{"id": "val_9820", "question": "What are all the broader categories that a college of music belongs to, including indirect classifications?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q3889692 wdt:P279 * ?superclass .\n}", "paraphrases": ["List all the classes that are superclasses of the college of music in the Wikidata ontology.", "What is the full hierarchy of categories above a college of music, from direct parent to the most general class?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q3889692> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_9821", "question": "Does Albert Einstein have a VIAF ID of 75121530?", "sparql": "ASK WHERE { ?person wdt:P214 \"75121530\" . }", "paraphrases": ["Is there a Wikidata item for the person with VIAF identifier 75121530?", "Confirm if the Virtual International Authority File ID 75121530 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"81439681\". }"}}
{"id": "val_9822", "question": "What is the image of the person with SNAC ARK ID w62v9xd1?", "sparql": "SELECT ?image WHERE {\n  ?item wdt:P3430 \"w62v9xd1\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you find an image on Wikimedia Commons for the entity identified by the SNAC ARK ID w62v9xd1?", "Show the image associated with Kester Berwick, if available, using his SNAC ARK ID."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w62v9xd1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9823", "question": "Institutions associated with Antti Rasmus, their locations, images, and whether he studied or worked there.", "sparql": "SELECT DISTINCT ?image ?institution ?institutionLabel ?coordinates ?relationshipLabel WHERE { wd:Q50377011 ?property ?institution . OPTIONAL { ?institution wdt:P18 ?image . } ?institution wdt:P625 ?coordinates . ?propertyItem wikibase:directClaim ?property . ?propertyItem rdfs:label ?relationshipLabel . FILTER(LANG(?relationshipLabel) = \"en\") ?institution rdfs:label ?institutionLabel . FILTER(LANG(?institutionLabel) = \"en\") }", "paraphrases": ["Where did Antti Rasmus study or work, and what are the images and geographic coordinates of those institutions?", "Show me the universities Antti Rasmus is connected to, including their locations, images, and whether he was educated there or employed there."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var2Label ?var3 ( ?var4Label AS ?var5 ) WHERE { <http://www.wikidata.org/entity/Q50377011> ?var6 ?var2 . ?var2 (( <http://www.wikidata.org/prop/P159> / <http://www.wikidata.org/prop/qualifier/P625> )|( <http://www.wikidata.org/prop/direct/P276> */ <http://www.wikidata.org/prop/direct/P625> )) ?var3 . ?var7 <http://wikiba.se/ontology#directClaim> ?var6 . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . }"}}
{"id": "val_9824", "question": "U.S. presidents with children, spouses, and female children, including images and number of children.", "sparql": "SELECT DISTINCT \n  ?headLabel \n  ?spouseLabel \n  ?image_head \n  ?image_spouse \n  ?number_of_children\nWHERE {\n  # United States\n  wd:Q30 p:P6 ?head_statement .\n  ?head_statement ps:P6 ?head .\n\n  # Get head's label\n  ?head rdfs:label ?headLabel .\n  FILTER(LANG(?headLabel) = \"en\")\n\n  # Get spouse\n  ?head wdt:P26 ?spouse .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?spouseLabel) = \"en\")\n\n  # Number of children\n  ?head wdt:P1971 ?number_of_children .\n  FILTER(?number_of_children > 0)\n\n  # Get female children\n  ?head wdt:P40 ?child .\n  ?child wdt:P21 wd:Q6581072 .\n\n  # Optional: images\n  OPTIONAL { ?head wdt:P18 ?image_head . }\n  OPTIONAL { ?spouse wdt:P18 ?image_spouse . }\n}\nORDER BY ASC(?headLabel)", "paraphrases": ["Which U.S. presidents have had children and spouses, and who are their female children? Include images of the presidents and their spouses and the number of children.", "List all U.S. presidents who have at least one child and one spouse, along with the number of children, images of the president and spouse, and the names of their female children, sorted alphabetically by president\u2019s name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q30> AS ?var7 ). ?var7 ( <http://www.wikidata.org/prop/P6> / <http://www.wikidata.org/prop/statement/P6> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1971> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var6 <http://www.wikidata.org/prop/direct/P1545> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var5 > \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } ORDER BY ASC( ?var6 )"}}
{"id": "val_9825", "question": "List artworks from the Mus\u00e9e des Augustins with their IDs formatted as \"string1<id> <id>]\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artwork(CONCAT(\"string1\" , ?museumId , \" \" , ?museumId , \"]\") AS ?formattedId) WHERE {\n  ?artwork wdt:P4739 ?museumId .\n}", "paraphrases": ["What are the artworks in the Mus\u00e9e des Augustins collection and how are their IDs formatted as \"string1<id> <id>]\"?", "Show me the Wikidata items for Mus\u00e9e des Augustins artworks along with their IDs duplicated and wrapped in \"string1\" and \"]\""], "info": {"raw_sparql": "SELECT ?var1 ( CONCAT ( \"string1\", ?var2 , \" \", ?var2 , \"]\" ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4739> ?var2 . }"}}
{"id": "val_9826", "question": "Which entities on Wikidata have the Twitter usernames \"OKFSE\" or \"CityOfBoston\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?username WHERE {\n  ?item wdt:P2002 ?username .\n  VALUES ?username {\n    \"OKFSE\" \"CityOfBoston\"\n  }\n}\nORDER BY ?username", "paraphrases": ["Show me the Wikidata items that are associated with the Twitter accounts @OKFSE and @CityOfBoston.", "What are the Wikidata entities corresponding to the Twitter handles \"OKFSE\" and \"CityOfBoston\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"goveuropa\" ) ( \"string1\" ) ( \"string2\" ) ( \"OKFSE\" ) ( \"SkrivaFel\" ) ( \"string3\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9827", "question": "Where was the film \"Titanic\" filmed?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?film ?filmingCountry WHERE {\n  ?film wdt:P31 wd:Q11424 .\n  ?film rdfs:label \"Titanic\" @en .\n  ?film wdt:P915 ?filmingCountry .\n  ?filmingCountry wdt:P31 wd:Q6256 .\n}", "paraphrases": ["Filming location of the movie Titanic (country only)", "Which country was used as a filming location for the 1997 film Titanic?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Titanic\"@en . ?var1 <http://www.wikidata.org/prop/direct/P915> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . } LIMIT 50"}}
{"id": "val_9828", "question": "Does the film or TV show with PORT ID 102368 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P905 \"102368\" .\n}", "paraphrases": ["Is there a film or television program in Wikidata identified by the PORT film ID 102368?", "Check if the PORT film ID 102368 is assigned to any film or TV show in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P905> \"102368\". }"}}
{"id": "val_9829", "question": "Which universities employed Horst Siebert, excluding the University of Mannheim?", "sparql": "SELECT ?employer WHERE { wd:Q95410 wdt:P108 ?employer . FILTER (?employer != wd:Q317070) }", "paraphrases": ["Employers of Horst Siebert besides the University of Mannheim", "Can you list the institutions where Horst Siebert worked, but not the University of Mannheim?"], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q95410> <http://www.wikidata.org/prop/direct/P108> ?var1 . FILTER ( ( ( ?var1 != <http://www.wikidata.org/entity/Q317070> ) ) ) . }"}}
{"id": "val_9830", "question": "What are the different roles or positions held in the United States House of Representatives?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?position ?positionLabel WHERE {\n  ?position wdt:P361 wd:Q11701 .\n  ?position rdfs:label ?positionLabel .\n  FILTER(LANG(?positionLabel) = \"en\")\n}", "paraphrases": ["List all types of members or officials who serve in the U.S. House of Representatives.", "Which specific positions are considered part of the U.S. House of Representatives?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q13218630> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_9831", "question": "What are pairs of distinct main topics of the article \"An Empirical Evaluation of Property Recommender Systems for Wikidata and Collaborative Knowledge Bases\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE {\n  wd:Q27044266 wdt:P921 ?var1 , ?var2 .\n  FILTER ( ?var1 != ?var2 ) ?var1 rdfs:label ?var1Label .\n  ?var2 rdfs:label ?var2Label .\n  FILTER ( lang( ?var1Label ) = \"en\" && lang( ?var2Label ) = \"en\" )\n}", "paraphrases": ["Which two different topics does the academic paper on property recommender systems for Wikidata cover, and what are their English labels?", "List all pairs of distinct main subjects of the paper on Wikidata recommender systems, along with their English names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q27044266> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q27044266> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q27044266> . } ?var3 <http://www.wikidata.org/prop/direct/P921> ?var1 , ?var2 . FILTER ( ( ( <http://www.wikidata.org/entity/Q27044266> != ?var1 ) && ( <http://www.wikidata.org/entity/Q27044266> != ?var2 ) && ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_9832", "question": "People who are citizens of Italy", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P27 wd:Q38 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Who are some people with Italian citizenship?", "List 100 individuals who are citizens of Italy, along with their names in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q490> . } LIMIT 100"}}
{"id": "val_9833", "question": "Articles published in the Proceedings of the 9th International Symposium on Open Collaboration, with their titles and publication dates.", "sparql": "SELECT ?publicationDate ?work ?workLabel WHERE { ?work wdt:P1433 wd:Q29516777 . OPTIONAL { ?work wdt:P577 ?publicationDate . } ?work wdt:P1476 ?workLabel . } ORDER BY DESC(?publicationDate) LIMIT 200", "paraphrases": ["What are the titles and publication dates of articles published in the Proceedings of the 9th International Symposium on Open Collaboration, sorted from newest to oldest?", "List the titles and publication dates of all articles from the 9th International Symposium on Open Collaboration, ordered by publication date in descending order."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q29516777> . OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var3 ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } ORDER BY DESC( ?var1 ) LIMIT 200"}}
{"id": "val_9834", "question": "Wikipedia articles in English, German, and Tagalog about the movie with IMDb ID tt0335345.", "sparql": "SELECT ?article ?language WHERE { wd:Q51668 wdt:P345 \"tt0335345\" . ?article schema:about wd:Q51668 ; schema:inLanguage ?language . FILTER(?language IN (\"en\", \"de\", \"tl\")) }", "paraphrases": ["What are the Wikipedia and Wikiquote pages in English, German, and Tagalog about the film \"The Passion of the Christ\"?", "Show me the language-specific Wikipedia articles about the 2004 film \"The Passion of the Christ\" that are available in English, German, or Tagalog."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0325037\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9835", "question": "Wikipedia pages in English, German, or Thai about the movie with IMDb ID tt4536494.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt4536494\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" \"th\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["What are the English, German, and Thai Wikipedia pages for the film with IMDb ID tt4536494?", "Show me the Wikipedia articles in English, German, and Thai that are about the movie \"The Blue Hour\" (IMDb: tt4536494)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4536494\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"th\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9836", "question": "Wikipedia articles in English, German, or Thai about the movie with IMDb ID tt1135992.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1135992\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"th\")) }", "paraphrases": ["What are the English, German, or Thai Wikipedia pages for the movie \"Wonderful Town\" (IMDb ID: tt1135992)?", "Show me the Wikipedia pages in English, German, or Thai that are about the movie with IMDb ID tt1135992."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1135992\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"th\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9837", "question": "Wikipedia and Wikiquote pages in English, German, and Thai about the movie with IMDb ID tt0468569.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0468569\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"th\" ) )\n}", "paraphrases": ["What Wikipedia and Wikiquote pages in English, German, and Thai are about the movie \"The Dark Knight\"?", "Show me all multilingual Wikipedia and Wikiquote pages in English, German, and Thai for the film with IMDb ID tt0468569."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0495589\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"th\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9838", "question": "Wikipedia and Wikiquote pages about The Matrix in English, German, or Thai.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?article WHERE {\n  ?movie wdt:P345 \"tt0133093\" .\n  ?article schema:about ?movie .\n  ?article schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"th\" ) )\n}", "paraphrases": ["What Wikipedia and Wikiquote articles are available in English, German, or Thai about the movie The Matrix?", "Show me the links to Wikipedia and Wikiquote pages in English, German, and Thai for the movie The Matrix."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3867570\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"th\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9839", "question": "What are the English, German, and Catalan Wikipedia pages for the film with IMDb ID tt0066517?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt0066517\" .\n  ?wikipediaPage schema:about ?film .\n  ?wikipediaPage schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"ca\"\n  }\n}", "paraphrases": ["Can you show me the Wikipedia articles about the movie Cuadecuc, vampir in English, German, and Catalan?", "Which language versions of the Wikipedia page for the film tt0066517 exist in English, German, and Catalan?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0066517\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ca\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9840", "question": "What are the English, German, and Polish Wikipedia or Commons pages about the movie with IMDb ID tt0041999?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page ?imdbId WHERE {\n  ?movie wdt:P345 ?imdbId .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?imdbId = \"tt0041999\" && ?lang IN ( \"en\" , \"de\" , \"pl\" ) )\n}", "paraphrases": ["Which language versions of Wikipedia or Commons pages are available for the film \"Border Street\" (IMDb: tt0041999)?", "Show me the links to the English, German, and Polish pages about the movie \"Border Street\" from IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0041999\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9841", "question": "Wikipedia articles in English, German, or Polish about the movie with IMDb ID tt0052987.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaArticle WHERE {\n  ?movie wdt:P345 \"tt0052987\" .\n  ?wikipediaArticle schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"pl\" ) )\n}", "paraphrases": ["Which Wikipedia pages in English, German, or Polish are about the film with IMDb ID tt0052987?", "Show me the English and Polish Wikipedia links for the movie \"Lampa\" (IMDb: tt0052987)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0052987\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9842", "question": "Wikipedia articles in English, German, and Swedish about the film with IMDb ID tt0198837.", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0198837\" . ?wikipedia_page schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"sv\")) }", "paraphrases": ["What are the English, German, and Swedish Wikipedia pages for the movie Zero Tolerance (1999)?", "Show me the Wikipedia links in English, German, and Swedish for the film identified by IMDb ID tt0198837."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0198837\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"sv\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9843", "question": "Wikipedia articles in English, German, and Swedish about the movie with IMDb ID tt1560671.", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt1560671\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"sv\")) }", "paraphrases": ["What are the English, German, and German Wikipedia pages about the movie \"False Trail\" (IMDb ID tt1560671)?", "Show me the Wikipedia links in English, German, and Swedish for the movie identified by IMDb ID tt1560671."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1560671\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"sv\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9844", "question": "Wikipedia pages in English, German, and Swedish about the movie with IMDb ID tt0313724.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0313724\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"sv\"\n  }\n}", "paraphrases": ["What are the English, German, and Swedish Wikipedia articles for the film with IMDb ID tt0313724?", "Show me the Wikipedia links in English, German, and Swedish for the movie identified by tt0313724 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0313724\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"sv\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9845", "question": "Who has the IMDb ID nm0389514?", "sparql": "SELECT ?person WHERE { ?person wdt:P345 \"nm0389514\" . }", "paraphrases": ["Which person on Wikidata is associated with the IMDb identifier nm0389514?", "Find the Wikidata item for the person with IMDb ID nm0389514."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0389514\". }"}}
{"id": "val_9846", "question": "Wikipedia pages in English, German, or Swedish about the movie with IMDb ID tt0119899.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  VALUES ?imdbId {\n    \"tt0119899\"\n  }\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"sv\" ) )\n}", "paraphrases": ["What are the English, German, or Swedish Wikipedia pages for the movie with IMDb ID tt0119899?", "Show me the Wikipedia articles in English, German, or Swedish that are about the film identified by IMDb ID tt0119899."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0119899\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"sv\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9847", "question": "What is the Danish, German, or English Wikipedia page for the film with IMDb ID tt1110209?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt1110209\" .\n  ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"da\"\n  }\n}", "paraphrases": ["On which Wikipedia pages in English, German, or Danish is the film \"Take the Trash\" (IMDb tt1110209) described?", "Show me the Wikipedia articles in English, German, or Danish about the movie with IMDb ID tt1110209."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1110209\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"da\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9848", "question": "Wikipedia pages in English, German, or Danish about the movie with IMDb ID tt0057539.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0057539\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" \"da\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["What are the English, German, and Danish Wikipedia pages for the movie with IMDb ID tt0057539?", "Show me the Wikipedia articles in English, German, or Danish that are about the film identified by tt0057539 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0057539\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"da\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9849", "question": "What are the Wikipedia pages in German and Norwegian about the film with IMDb ID tt0132382?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0132382\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"nb\")) }", "paraphrases": ["Show me the Wikipedia articles in German and Norwegian languages for the movie identified by tt0132382 on IMDb.", "Find the Wikipedia pages for the film Olsenbanden for full musikk in German and Norwegian languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0132382\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9850", "question": "Wikipedia and Wikiquote pages in English, German, and Dutch about the movie with IMDb ID tt0068646.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?article WHERE {\n  VALUES ?imdb {\n    \"tt0068646\"\n  }\n  ?item wdt:P345 ?imdb .\n  ?article schema:about ?item .\n  ?article schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"nl\"\n  }\n}", "paraphrases": ["What are the English, German, and Dutch Wikipedia and Wikiquote articles about the film with IMDb ID tt0068646?", "Show me the Wikipedia and Wikiquote links in English, German, and Dutch for the movie The Godfather (IMDb: tt0068646)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0058964\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"nl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9851", "question": "Wikipedia articles in English or Dutch about the movie with IMDb ID tt0357959.", "sparql": "SELECT ?movie ?wikipediaPage WHERE { VALUES ?imdbId { \"tt0357959\" } ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"nl\")) }", "paraphrases": ["What are the English and Dutch Wikipedia pages for the movie identified by IMDb ID tt0357959?", "Show me the Wikipedia pages in English, German, and Dutch that are about the movie with IMDb ID tt0357959."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0357959\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"nl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9852", "question": "Is there a Wikidata item with GND ID 4310887-8?", "sparql": "ASK WHERE { ?item wdt:P227 \"4310887-8\" . }", "paraphrases": ["Does the German National Library ID \"4310887-8\" correspond to any entity in Wikidata?", "Check if the GND ID 4310887-8 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"4310887-8\". }"}}
{"id": "val_9853", "question": "French humans with 'farjaud' in their name", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = \"fr\") . FILTER(CONTAINS(LCASE(?label), \"farjaud\")) . ?item wdt:P31 wd:Q5 .}", "paraphrases": ["Who are the French people whose names include 'farjaud'?", "List all humans in Wikidata who have 'farjaud' in their French label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"farjaud\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9854", "question": "What are the English and Hindi Wikipedia pages for the movie with IMDb ID tt6277440?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt6277440\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"hi\" .\n  }\n}", "paraphrases": ["Find Wikipedia articles in English, German, or Hindi about the film identified by IMDb ID tt6277440.", "Which language versions of Wikipedia have articles about the movie Badrinath Ki Dulhania?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6277440\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"hi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9855", "question": "Wikipedia articles in English, German, and Hindi about the movie with IMDb ID tt1428459.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt1428459\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"hi\"\n  }\n}", "paraphrases": ["What are the English, German, and Hindi Wikipedia pages for the movie identified by IMDb ID tt1428459?", "Show me the Wikipedia links in English, German, and Hindi for the film with IMDb ID tt1428459."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1428459\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"hi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9856", "question": "Wikipedia pages in English, German, or Korean about the movie with IMDb ID tt2007387.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt2007387\" . { ?wikipedia_page schema:about ?movie ; schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:about ?movie ; schema:inLanguage \"de\" . } UNION { ?wikipedia_page schema:about ?movie ; schema:inLanguage \"ko\" . } }", "paraphrases": ["What are the English, German, and Korean Wikipedia articles about the film with IMDb ID tt2007387?", "Show me the Wikipedia pages in English, German, and Korean for the movie identified by tt2007387 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2007387\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ko\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9857", "question": "What Wikipedia pages in English, German, or Tagalog are about the movie with IMDb ID tt1877830?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt1877830\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"tl\" ) ) BIND( \"tt1877830\" AS ?imdbId )\n}", "paraphrases": ["Which language versions of Wikipedia have articles about the 2022 film \"The Batman\", identified by IMDb ID tt1877830?", "Show me the Wikimedia pages related to the movie \"The Batman\" (IMDb: tt1877830) that are written in English, German, or Tagalog."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7095962\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9858", "question": "English, German, and Tagalog Wikipedia articles about the movie with IMDb ID tt1552211.", "sparql": "SELECT ?movie ?article ?imdbId WHERE { ?movie wdt:P345 ?imdbId . ?article schema:about ?movie . ?article schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"tl\")) FILTER(?imdbId = \"tt1552211\") }", "paraphrases": ["What are the English, German, and Tagalog Wikipedia pages for the movie \"The Last Days of American Crime\"?", "Show me the Wikipedia articles in English, German, and Tagalog that are about the film with IMDb ID tt1552211."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5735176\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9859", "question": "What are the Wikipedia pages for the movie with IMDb ID tt3046062 in English, German, and Portuguese?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt3046062\" .\n  ?wikipedia_page schema:about ?movie .\n  VALUES ?lang {\n    \"en\" \"de\" \"pt\"\n  }\n  ?wikipedia_page schema:inLanguage ?lang .\n}", "paraphrases": ["Show me the English, German, and Portuguese Wikipedia articles about the film Get\u00falio.", "Which language versions of the Wikipedia page for the movie tt3046062 exist?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3046062\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pt\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9860", "question": "Wikipedia, Wikiquote, and Wikinews pages in English, German, or Russian about the movie with IMDb ID tt0186408.", "sparql": "SELECT ?movie ?page WHERE { VALUES ?imdbId { \"tt0186408\" } ?movie wdt:P345 ?imdbId . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"ru\")) }", "paraphrases": ["What Wikipedia, Wikiquote, or Wikinews pages in English, German, or Russian are about the film \"An Ordinary Miracle\" (tt0186408)?", "Show me all language versions of pages about the movie with IMDb ID tt0186408, limited to English, German, and Russian."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0186408\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9861", "question": "Wikipedia pages in English, German, or Russian for the movie with IMDb ID tt1259772.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt1259772\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"ru\")) }", "paraphrases": ["What are the Wikipedia articles in English, German, or Russian about the film with IMDb ID tt1259772?", "Show me the Wikipedia links in English, German, or Russian for the movie identified by tt1259772 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1259772\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ru\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9862", "question": "What properties are most frequently used to link entities to the Grand Slam Cup tennis tournament?", "sparql": "SELECT ?property (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q696794 . } GROUP BY ?property HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties connect the most number of items to the Grand Slam Cup, and how many items are linked via each?", "Show me the properties that link more than one entity to the Grand Slam Cup, sorted by how many items they connect."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q696794> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9863", "question": "What English and German language pages are about the movie with IMDb ID tt0025878?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt0025878\" .\n  ?page schema:about ?item .\n  {\n    ?page schema:inLanguage \"en\" .\n  } UNION {\n    ?page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia and Wikiquote pages in English and German for the film \"The Thin Man\" (IMDb: tt0025878).", "Which language-specific pages link to the movie \"The Thin Man\" identified by IMDb ID tt0025878?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0025878\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9864", "question": "List of humans with Hindi labels in Wikidata.", "sparql": "SELECT ?human WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?label . FILTER (LANG(?label) = \"hi\") } LIMIT 100", "paraphrases": ["Who are the notable humans that have a Hindi-language label on Wikidata?", "Can you provide the Wikidata IDs of all humans that have a label in Hindi?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"hi\" ) ) ) . } LIMIT 1000000"}}
{"id": "val_9865", "question": "Megaliths in Spain with their administrative region, image, and coordinates", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?megalith ?megalithLabel ?adminUnit ?image ?coordinates WHERE {\n  ?megalith ( wdt:P31 / wdt:P279 * ) wd:Q164240 ; wdt:P17 wd:Q29 .\n  OPTIONAL {\n    ?megalith wdt:P131 + ?adminUnit .\n    ?adminUnit wdt:P31 wd:Q10742 .\n  }\n  OPTIONAL {\n    ?megalith wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?megalith wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?megalith rdfs:label ?megalithLabel .\n    FILTER ( LANG( ?megalithLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?megalithLabel )", "paraphrases": ["What are the megaliths located in Spain, which autonomous communities are they in, and do they have images or geographic coordinates?", "List all megaliths in Spain along with their location (autonomous community), available images, and coordinates, sorted alphabetically by name."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q164240> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q29> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> + ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10742> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9866", "question": "Is the TV show \"Mom\" classified as a television series?", "sparql": "ASK WHERE { wd:Q13417213 (wdt:P31/wdt:P279*) wd:Q5398426 . }", "paraphrases": ["Does the television series \"Mom\" belong to the category of television programs or any of their broader categories?", "Is \"Mom\" an example of a television series?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q13417213> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9867", "question": "Wikipedia articles in English, German, and Spanish about the movie with IMDb ID tt0089276.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0089276\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"es\" } }", "paraphrases": ["What are the English, German, and Spanish Wikipedia pages for the film with IMDb ID tt0089276?", "Show me the Wikipedia links in English, German, and Spanish for the movie identified by IMDb ID tt0089276."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0089276\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"es\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9868", "question": "What English and German-language Wikipedia or Wikiquote pages are about the movie with IMDb ID tt0088224?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0088224\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" } }", "paraphrases": ["Can you show me the external links in English and German for the film identified as tt0088224 on IMDb?", "Which language versions of pages about the movie 'Tank' (IMDb: tt0088224) are available on Wikipedia and Wikiquote?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0088224\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9869", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0082992?", "sparql": "SELECT ?movie ?wiki_page WHERE { VALUES ?imdb_id { \"tt0082992\" } ?movie wdt:P345 ?imdb_id . ?wiki_page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0082992 on IMDb.", "Which Wikipedia pages in English and German discuss the movie \"Rich and Famous\" (1981)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0082992\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9870", "question": "Indian politicians with their English names", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?countryLabel WHERE {\n  ?person wdt:P106 wd:Q82955 .\n  ?person wdt:P27 wd:Q668 .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER ( LANG( ?personLabel ) = \"en\" )\n  }\n  wd:Q668 rdfs:label ?countryLabel .\n  FILTER ( LANG( ?countryLabel ) = \"en\" )\n}\nORDER BY ASC ( ?person )", "paraphrases": ["Who are the politicians from India, and what are their English names?", "List all Indian politicians along with their English labels and confirm the country is India."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q668> . } ORDER BY ASC( ?var1 )"}}
{"id": "val_9871", "question": "What are the Wikipedia pages in English, German, or French about the movie with IMDb ID tt2848734?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt2848734\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"fr\" } }", "paraphrases": ["Which Wikipedia articles in English, German, or French are about the film identified by IMDb ID tt2848734?", "Show me the Wikipedia links in English, German, or French for the movie with IMDb ID tt2848734."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2848734\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9872", "question": "Wikipedia pages in English, Spanish, or German about the movie with IMDb ID tt0473697", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0473697\" . ?wikipediaPage schema:about ?item . VALUES ?lang { \"en\" \"de\" \"es\" } ?wikipediaPage schema:inLanguage ?lang . }", "paraphrases": ["What are the English, Spanish, and German Wikipedia pages for the film Satan\u00e1s (IMDb tt0473697)?", "Show me the Wikipedia articles in English, Spanish, or German that are about the movie identified by IMDb ID tt0473697."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0473697\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"es\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9873", "question": "English Wikipedia page for the movie with IMDb ID tt0208883", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0208883\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage \"en\" .\n  FILTER ( STRSTARTS( STR( ?wikipedia_page ) , \"https://en.wikipedia.org/\" ) )\n}", "paraphrases": ["What is the English Wikipedia article for the film identified by IMDb ID tt0208883?", "Show me the English Wikipedia page for the movie that has the IMDb identifier tt0208883."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0208883\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9874", "question": "What are the names, birth dates, and tenures of Roman emperors and dictators, ordered by birth date?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?person ?name ?birthDate ?startDate ?endDate((xsd:dateTime(?endDate) - xsd:dateTime(?startDate)) /(365.25 * 24 * 3600) AS ?tenureYears) WHERE {\n  {\n    ?person wdt:P39 wd:Q842606 .\n  } UNION {\n    ?person wdt:P39 wd:Q100740654 .\n  } UNION {\n    ?person wdt:P39 wd:Q111841409 .\n  } UNION {\n    ?person wdt:P39 wd:Q129167 .\n  } UNION {\n    ?person wdt:P39 wd:Q130605610 .\n  } UNION {\n    ?person wdt:P39 wd:Q130608916 .\n  } UNION {\n    ?person wdt:P39 wd:Q18577504 .\n  } UNION {\n    ?person wdt:P39 wd:Q85105520 .\n  } UNION {\n    ?person wdt:P39 wd:Q236885 .\n  } UNION {\n    ?person wdt:P39 wd:Q5273939 .\n  }\n  ?person rdfs:label ?name .\n  FILTER(LANG(?name) = \"en\")\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person p:P39 ?statement .\n    ?statement pq:P580 ?startDate .\n    ?statement pq:P582 ?endDate .\n    FILTER(isLiteral(?startDate) && isLiteral(?endDate))\n    FILTER(BOUND(?startDate) && BOUND(?endDate))\n  }\n  FILTER(BOUND(?startDate) && BOUND(?endDate))\n}\nORDER BY ASC(?birthDate)", "paraphrases": ["Who held the positions of Roman emperor or Roman dictator, and when did their terms begin and end?", "List the English-labeled Roman emperors and dictators with their start and end dates in office, sorted by birth year."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5 ( ( ( ?var5 - ?var4 ) /\"365\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var6 ) WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q842606> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q236885> . } } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9875", "question": "Wikipedia articles in English, Spanish, or German about the movie with IMDb ID tt1010415.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage WHERE {\n  ?item wdt:P345 \"tt1010415\" .\n  ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang .\n  FILTER(?lang IN(\"en\" , \"es\" , \"de\"))\n}", "paraphrases": ["What are the English, Spanish, and German Wikipedia pages for the film with IMDb ID tt1010415?", "Show me the Wikipedia pages in English and Spanish (and German if available) for the movie identified by IMDb ID tt1010415."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1010415\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"es\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9876", "question": "What universities did Roger Sayle attend, and what degrees did he earn there, along with the dates of attendance?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nSELECT ?institution ?institutionLabel ?startDate ?endDate ?degreeLabel WHERE {\n  wd:Q29389602 p:P69 ?statement .\n  ?statement ps:P69 ?institution .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER(LANG(?institutionLabel) = \"en\")\n  OPTIONAL {\n    ?statement pq:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?statement pq:P582 ?endDate .\n  }\n  OPTIONAL {\n    ?statement pq:P512 ?degree .\n    ?degree rdfs:label ?degreeLabel .\n    FILTER(LANG(?degreeLabel) = \"en\")\n  }\n}", "paraphrases": ["When did Roger Sayle study at the University of Edinburgh and Imperial College London, and what degrees did he receive?", "List Roger Sayle\u2019s educational background including the institutions, degree titles, and attendance periods in English."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 ?var4 ?var5Label WHERE { <http://www.wikidata.org/entity/Q29389602> <http://www.wikidata.org/prop/P69> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P69> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P512> ?var7 . ?var7 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_9877", "question": "What English or German-language Wikimedia pages are about the film with IMDb ID tt0061015?", "sparql": "SELECT ?film ?page WHERE { ?film wdt:P345 \"tt0061015\" . ?page schema:about ?film . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia or Commons pages in English or German related to the movie Spinout.", "Which pages in English or German link to the film Spinout on Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0061015\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9878", "question": "Wikipedia article in English or German for movie with IMDb ID tt0239446", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { BIND(\"tt0239446\" AS ?imdbId) ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What is the English or German Wikipedia page for the film with IMDb ID tt0239446?", "Show me the English or German Wikipedia link for the movie identified by tt0239446 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0239446\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9879", "question": "What are the English and German Wikipedia articles for the movie with IMDb ID tt0133093?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_article ?imdb_id WHERE {\n  ?item wdt:P345 \"tt0133093\" .\n  ?wikipedia_article schema:about ?item .\n  FILTER(STRSTARTS(STR(?wikipedia_article) , \"https://en.wikipedia.org/\") || STRSTARTS(STR(?wikipedia_article) , \"https://de.wikipedia.org/\"))\n  .\n  ?item wdt:P345 ?imdb_id .\n}", "paraphrases": ["Show me the Wikipedia pages in English or German about the film identified by IMDb ID tt0133093, along with its IMDb identifier.", "Retrieve the IMDb ID and corresponding English or German Wikipedia articles for the movie with IMDb ID tt0133093."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0398660\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9880", "question": "List all Doctor Who episodes with their season, story arc, and episode number, ordered by number.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?series ?seriesLabel ?season ?seasonLabel ?serial ?serialLabel ?episodeNumber WHERE {\n  {\n    SELECT ?episode ?episodeNumber ?season ?serial WHERE {\n      ?episode wdt:P31 wd:Q21191270 .\n      ?episode wdt:P179 wd:Q34316 .\n      ?episode p:P179 ?statement .\n      ?statement pq:P1545 ?episodeNumber .\n      ?episode wdt:P4908 ?season .\n      ?episode wdt:P361 ?serial .\n    }\n    ORDER BY ASC ( ?episodeNumber )\n    LIMIT 100\n  }\n  BIND( wd:Q34316 AS ?series ) OPTIONAL {\n    ?series rdfs:label ?seriesLabel .\n    FILTER ( LANG( ?seriesLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?season rdfs:label ?seasonLabel .\n    FILTER ( LANG( ?seasonLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?serial rdfs:label ?serialLabel .\n    FILTER ( LANG( ?serialLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?episodeNumber )", "paraphrases": ["What are the episodes of Doctor Who, including which season and serial they belong to, and what is their episode number in the overall series?", "Please provide a list of Doctor Who episodes sorted by their episode number, showing the season, story arc, and episode number for each."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label ?var5 ?var6 ?var7Label ?var8 ?var9 ?var9Label WHERE { ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q21191270> . ?var4 <http://www.wikidata.org/prop/direct/P179> <http://www.wikidata.org/entity/Q34316> . ?var4 <http://www.wikidata.org/prop/direct/P179> ?var1 . ?var4 <http://www.wikidata.org/prop/P179> ?var10 . ?var10 <http://www.wikidata.org/prop/qualifier/P1545> ?var6 . ?var4 <http://www.wikidata.org/prop/direct/P4908> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P361> ?var3 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P527> ?var9 . } OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1113> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var6 ) )"}}
{"id": "val_9881", "question": "What are the English and German Wikipedia pages for the film with IMDb ID tt0179148?", "sparql": "SELECT ?film ?wikipediaPage WHERE { ?film wdt:P345 \"tt0179148\" . ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German about the movie \"The Devil's Arithmetic\".", "Which language versions of Wikipedia have articles about the film identified by tt0179148?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0179148\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9882", "question": "What is the English or German Wikipedia page for the TV series with IMDb ID tt0108108?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipediaPage ?imdbId WHERE {\n  ?item wdt:P345 \"tt0108108\" .\n  ?wikipediaPage schema:about ?item .\n  ?wikipediaPage schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" ) .\n  ?item wdt:P345 ?imdbId .\n}", "paraphrases": ["Show me the Wikipedia links in English or German for the show identified by IMDb ID tt0108108.", "Which Wikidata item and Wikipedia pages (in English or German) correspond to the IMDb identifier tt0108108?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0108108\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9883", "question": "Bastille music singles with genre and release date", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?single ?singleLabel ?performer ?performerLabel ?genre ?genreLabel ?publicationDate WHERE {\n  ?single wdt:P31 wd:Q134556 .\n  ?single wdt:P175 wd:Q689 .\n  ?single rdfs:label ?singleLabel .\n  wd:Q689 rdfs:label ?performerLabel .\n  OPTIONAL {\n    ?single wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n  }\n  OPTIONAL {\n    ?single wdt:P577 ?publicationDate .\n  }\n  FILTER(LANG(?singleLabel) = \"en\")\n  FILTER(LANG(?performerLabel) = \"en\")\n  FILTER(! BOUND(?genreLabel) || LANG(?genreLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are the music singles released by the band Bastille, and what are their genres and release dates?", "List all music singles performed by Bastille along with their genres and when they were released."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"string1\" ) ) ) . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"bastille\" ) ) ) . } LIMIT 10"}}
{"id": "val_9884", "question": "Who is the person with the TCM Movie Database ID 79015?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P3056 \"79015\" .\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}", "paraphrases": ["Find the Wikidata entity for TCM person ID 79015.", "Show me the name of the person identified by the TCM ID 79015."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3056> \"150015\". }"}}
{"id": "val_9885", "question": "Does the GND ID 1065425309 exist in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"1065425309\" .\n}", "paraphrases": ["Is there a Wikidata item associated with the German National Library ID 1065425309?", "Confirm if Bajazzo Verlag is represented in Wikidata using the GND ID 1065425309."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1065425309\". }"}}
{"id": "val_9886", "question": "What is the name of the person with VIAF ID 50383283?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?item ?itemLabel WHERE {\n  ?item wdt:P214 \"50383283\" .\n  ?item rdfs:label ?itemLabel .\n}", "paraphrases": ["Which Wikidata item has the VIAF identifier 50383283?", "Can you find the entity in Wikidata linked to the VIAF ID 50383283?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"50381571\". }"}}
{"id": "val_9887", "question": "What is the English name and description of the person with SELIBR ID 61320?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P906 \"61320\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Who is Ludvig Holberg, and what is his English description according to Wikidata?", "Can you find the English label and description for the individual identified by the LIBRIS ID 61320 in the National Library of Sweden?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P906> \"61394\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9888", "question": "Moli\u00e8re's birth year, death year, given name, and image", "sparql": "SELECT ?person ?personLabel ?givenName ?givenNameLabel ?birthYear ?deathYear ?image WHERE { ?person rdfs:label \"Moli\u00e8re\"@en . ?person wdt:P735 ?givenName . ?person wdt:P569 ?birthDate . ?person wdt:P570 ?deathDate . BIND(YEAR(?birthDate) AS ?birthYear) BIND(YEAR(?deathDate) AS ?deathYear) OPTIONAL { ?person wdt:P18 ?image } ?givenName rdfs:label ?givenNameLabel . ?person rdfs:label ?personLabel . FILTER(LANG(?givenNameLabel) = \"en\") FILTER(LANG(?personLabel) = \"en\")}", "paraphrases": ["What is Moli\u00e8re's given name, when was he born and died, and is there a portrait of him?", "Show me Moli\u00e8re's profile including his birth and death years, his given name, and an image."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4Label ?var5 ?var6 ?var7 ?var8 ?var9Label WHERE { BIND ( YEAR ( ?var5 ) AS ?var7 ). BIND ( YEAR ( ?var6 ) AS ?var8 ). ?var1 ?var9 \"Moli\u00e8re\". ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } }"}}
{"id": "val_9889", "question": "List all regencies in Indonesia.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?regency ?regencyLabel WHERE {\n  ?regency wdt:P31 wd:Q3191695 .\n}\nORDER BY ASC(?regencyLabel)", "paraphrases": ["What are all the regencies in Indonesia?", "Can you show me a list of all administrative regencies in Indonesia, sorted alphabetically?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7379> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9890", "question": "Players of Real Madrid CF, their birthplaces, birthplace coordinates, and dates of birth.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?player ?playerLabel ?birthplace ?birthplaceLabel ?coordinates ?dateOfBirth WHERE {\n  ?player wdt:P54 wd:Q8682 .\n  ?player wdt:P19 ?birthplace .\n  ?birthplace wdt:P625 ?coordinates .\n  ?player wdt:P569 ?dateOfBirth .\n  ?player rdfs:label ?playerLabel .\n  ?birthplace rdfs:label ?birthplaceLabel .\n  FILTER(LANG(?playerLabel) = \"en\")\n  FILTER(LANG(?birthplaceLabel) = \"en\")\n}", "paraphrases": ["Who are the players that played for Real Madrid CF, where were they born, what are the coordinates of their birthplaces, and when were they born?", "List all Real Madrid CF players along with the location and coordinates of their birthplaces and their dates of birth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5Label ?var6Label ?var7 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P54> <http://www.wikidata.org/entity/Q8682> . ?var1 <http://www.wikidata.org/prop/direct/P19> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P625> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } }"}}
{"id": "val_9891", "question": "What English and German language Wikipedia and Wikiquote pages are about the movie *Once Were Warriors*?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0110729\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Can you list the language-specific pages (English or German) linked to the IMDb movie ID tt0110729?", "Which online encyclopedia and quote pages in English or German discuss the film identified by IMDb ID tt0110729?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0110729\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9892", "question": "What English or German Wikipedia pages are linked to the movie with IMDb ID tt0111161?", "sparql": "SELECT ?item ?wikipedia WHERE { ?item wdt:P345 \"tt0111161\" . ?wikipedia schema:about ?item . { ?wikipedia schema:inLanguage \"en\" . } UNION { ?wikipedia schema:inLanguage \"de\" . } }", "paraphrases": ["Which Wikipedia articles in English or German are about the film identified by the IMDb ID tt0111161?", "Show me the English and German Wikipedia links for the movie with IMDb ID tt0111161."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt5919954\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9893", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0059263", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0059263\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["What are the English and German Wikipedia articles for the movie \"The Heroes of Telemark\"?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0059263."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0059263\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9894", "question": "What are the English or German Wikipedia pages for the film with IMDb ID tt2200708?", "sparql": "SELECT ?film ?wikipedia_page ?imdb_id WHERE { ?film wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?film . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") FILTER(?imdb_id = \"tt2200708\") }", "paraphrases": ["Show me the Wikipedia articles in English or German about the movie identified by tt2200708 on IMDb.", "Find the Wikipedia pages in German or English that are about the film with IMDb identifier tt2200708, along with the film's IMDb ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2200708\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9895", "question": "What properties and values are associated with the Theresienstadt Ghetto, and what are their labels?", "sparql": "SELECT ?value ?directProperty ?valueLabel ?directPropertyLabel WHERE { wd:Q15111616 ?statementProperty ?value . ?directProperty wikibase:directClaim ?statementProperty . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } OPTIONAL { ?directProperty rdfs:label ?directPropertyLabel . FILTER(LANG(?directPropertyLabel) = \"en\") } }", "paraphrases": ["Which direct properties link to the Theresienstadt Ghetto, and what are the values and labels of those properties?", "Show me all the data properties connected to the Theresienstadt Ghetto, including the values they point to and their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q15111616> ?var3 ?var1 . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9896", "question": "Image of Janet Lembke with SNAC ARK ID w6hh94s1", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6hh94s1\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image for the person with SNAC ARK ID w6hh94s1?", "Show me the image linked to the SNAC ARK ID w6hh94s1."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6hh94s1\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9897", "question": "Who is the French singer-songwriter named Gael Faure?", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Gael Faure\"@fr . ?person wdt:P31 wd:Q5 .}", "paraphrases": ["What is the Wikidata item for the person named Gael Faure in French?", "Find the human entity in Wikidata whose French label is \"Gael Faure\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Ga\u00ebl Faure\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9898", "question": "How many works cite Albert Kooistra\u2019s publications each year, and how many of those citing works are also authored by him?", "sparql": "SELECT ?year ( COUNT( DISTINCT ?citingWork ) AS ?count ) ?isCitedByAuthor WHERE { ?authoredWork wdt:P50 wd:Q42777811 . ?citingWork wdt:P2860 ?authoredWork . OPTIONAL { ?citingWork wdt:P577 ?pubDate . BIND( STR(YEAR(?pubDate)) AS ?year ) } BIND( IF( EXISTS { ?citingWork wdt:P50 wd:Q42777811 }, \"cited by author\", \"cited by others\" ) AS ?isCitedByAuthor ) } GROUP BY ?year ?isCitedByAuthor ORDER BY DESC ( ?year )", "paraphrases": ["For each year, how many works cite Albert Kooistra\u2019s research, and what proportion of those citing works were written by Albert Kooistra himself?", "Show me a breakdown of works that cite Albert Kooistra\u2019s publications, grouped by publication year and whether the citing work was authored by him."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42777811> . } , \"string1\", \"string2\" ) AS ?var4 ). BIND ( STR ( YEAR ( ?var5 ) ) AS ?var1 ). ?var6 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q42777811> . ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var6 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var5 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_9899", "question": "Parents and children of Edgar Allan Poe and their children", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?relative ?relativeLabel ?child WHERE {\n  {\n    ?relative wdt:P40 wd:Q16867 .\n  } UNION {\n    wd:Q16867 wdt:P40 ?relative .\n  }\n  OPTIONAL {\n    ?relative wdt:P40 ?child .\n  }\n  ?relative rdfs:label ?relativeLabel .\n  FILTER ( LANG( ?relativeLabel ) = \"en\" )\n}", "paraphrases": ["Who are the direct parents and children of Edgar Allan Poe, and what are their other children?", "List all direct relatives of Edgar Allan Poe (parents and children) along with their children."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q16867> <http://www.wikidata.org/prop/direct/P40> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P40> * <http://www.wikidata.org/entity/Q16867> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P40> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9900", "question": "What are the Twitter/X usernames \"X\" and \"vgcerf\" linked to in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entity ?username WHERE {\n  ?entity wdt:P2002 ?username .\n  FILTER(?username = \"X\" || ?username = \"vgcerf\")\n}\nORDER BY ASC(?username)", "paraphrases": ["Which entities on Wikidata have the Twitter handles \"X\" or \"vgcerf\"?", "Can you list the Wikidata items for the Twitter accounts @X and @vgcerf?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"NPGLondon\" ) ( \"string2\" ) ( \"LeSaBBot\" ) ( \"WiciCymru\" ) ( \"WalesRugby\" ) ( \"AlexHinojo\" ) ( \"theklaneh\" ) ( \"string3\" ) ( \"belett\" ) ( \"7seizh\" ) ( \"gwagenn\" ) ( \"AledLlion\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_9901", "question": "All subclasses of knowledge organization system in Wikidata.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?kosType WHERE {\n  ?kosType wdt:P279 * wd:Q6423319 .\n}", "paraphrases": ["What are the different types of knowledge organization systems recognized in Wikidata?", "List all known subtypes of knowledge organization systems, including thesauri, ontologies, and classification schemes."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q6423319> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9902", "question": "Turkish Wikipedia-only humans without English labels", "sparql": "SELECT ?human (SAMPLE(?humanLabel) AS ?label) ?turkishPage WHERE { ?human wdt:P31 wd:Q5 . ?turkishPage schema:about ?human ; schema:isPartOf <https://tr.wikipedia.org/> . { SELECT ?human (COUNT(?sitelink) AS ?sitelinkCount) WHERE { ?sitelink schema:about ?human ; schema:isPartOf ?wiki . } GROUP BY ?human } FILTER (?sitelinkCount = 1) OPTIONAL { ?human rdfs:label ?humanLabel . } FILTER (NOT EXISTS { ?human rdfs:label ?enLabel . FILTER (LANG(?enLabel) = \"en\") }) } GROUP BY ?human ?turkishPage LIMIT 20", "paraphrases": ["Who are notable people that have a Wikipedia page only in Turkish and no English label?", "List humans who are featured on the Turkish Wikipedia but not on any other Wikipedia, and who don\u2019t have an English label on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://schema.org/about> ?var1 . ?var1 <http://wikiba.se/ontology#sitelinks> ?var3 . FILTER ( ( ( ?var3 = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . ?var2 <http://schema.org/isPartOf> <https://tr.wikipedia.org/> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } ) ) . } LIMIT 20"}}
{"id": "val_9903", "question": "Is the hip bone a type of software?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q3356933 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does the hip bone belong to a class that is a subclass of software?", "Confirm whether the hip bone is categorized under software through its type or inheritance hierarchy."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q3356933> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9904", "question": "Is Apple Inc. a type of software?", "sparql": "ASK WHERE { wd:Q1172284 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Apple Inc. belong to the category of software or any of its subclasses?", "Is Apple Inc. classified as software in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q8192340> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9905", "question": "French communes with postal code 18200", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( str( ?label ) AS ?communeLabel ) WHERE {\n  ?commune wdt:P31 wd:Q484170 ; wdt:P281 \"18200\" .\n  ?commune rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" )\n}", "paraphrases": ["What are the names of French communes that have the postal code 18200?", "List the French communes that use the postal code 18200."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { [] <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q484170> ; <http://www.wikidata.org/prop/direct/P281> \"18200\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_9906", "question": "Does the German National Library ID \"7563606-2\" correspond to an entity in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"7563606-2\" . }", "paraphrases": ["Is there a Wikidata item associated with the GND ID 7563606-2?", "Confirm if the GND identifier 7563606-2 is linked to any item in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"7563606-2\". }"}}
{"id": "val_9907", "question": "What is the English name and description of the entry in the Great Russian Encyclopedia with ID 2040017?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P2924 \"2040017\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Show me the label and English description of the country identified as 2040017 in the Great Russian Encyclopedia Online (old version).", "Which entity in Wikidata corresponds to the Great Russian Encyclopedia ID 2040017, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2924> \"2040790\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9908", "question": "What is Anna German's type or class?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?class ?classLabel WHERE {\n  wd:Q298022 wdt:P31 ?class .\n  ?class rdfs:label ?classLabel .\n  FILTER ( LANG( ?classLabel ) = \"en\" )\n}", "paraphrases": ["What class is Anna German an instance of?", "What is the English label for the category that Anna German belongs to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { <http://www.wikidata.org/entity/Q298022> <http://www.wikidata.org/prop/direct/P31> * ?var1 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q298022> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9909", "question": "What properties are most commonly used to associate items with the year 2017, and how many items are linked via each?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?property wd:Q25290 .\n}\nGROUP BY ?property\nHAVING ( ?count > 1 )\nORDER BY DESC ( ?count )", "paraphrases": ["Which Wikidata properties connect the most entities to the year 2017?", "Show me the properties that link more than one item to 2017, sorted by how many items they connect."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q25290> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9910", "question": "Paintings in the Slovak National Gallery with unknown artists", "sparql": "SELECT ?painting WHERE { ?painting p:P195 ?statement . ?statement ps:P195 wd:Q1744024 . ?painting wdt:P31 wd:Q3305213 . MINUS { ?painting wdt:P170 [] . } } LIMIT 2500", "paraphrases": ["Which paintings in the Slovak National Gallery do not have a known creator?", "Show me all the paintings held by the Slovak National Gallery that are not attributed to any known artist."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/P195> ?var2 . ?var2 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q1744024> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P170> [] . } } LIMIT 2500"}}
{"id": "val_9911", "question": "What are the properties and values associated with the village of Wartos\u0142aw in Poland?", "sparql": "SELECT ?property ?value ?propertyLabel ?valueLabel WHERE { wd:Q7971052 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"\") AS ?propId) . BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?propId)) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") . OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["What is the population, location, and other details of Wartos\u0142aw, including labels for each data point?", "Show me all direct properties of Wartos\u0142aw (like population and coordinates) along with their human-readable names and values."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q7971052> ?var3 ?var1 . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9912", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0083717?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0083717\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film \"Cannery Row\".", "Which language versions of Wikipedia have articles about the movie identified by tt0083717?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0083717\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9913", "question": "U.S. presidents with daughters, their spouses, start dates, and term numbers", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT DISTINCT ?presidentLabel ?spouseLabel ?startDate ?termNumber WHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president p:P39 ?position .\n  ?position ps:P39 wd:Q11696 .\n  ?position pq:P580 ?startDate .\n  ?position pq:P1545 ?termNumber .\n  ?president wdt:P26 ?spouse .\n  ?president wdt:P40 ?child .\n  ?child wdt:P21 wd:Q6581072 .\n  ?president rdfs:label ?presidentLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER ( LANG( ?presidentLabel ) = \"en\" ) FILTER ( LANG( ?spouseLabel ) = \"en\" )\n}\nORDER BY ASC ( ?startDate )", "paraphrases": ["Which U.S. presidents had daughters, who were their spouses, when did they take office, and what was their presidential number?", "List all U.S. presidents who have at least one daughter, along with their spouses, the start date of their presidency, and their term number, ordered chronologically."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var6 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var7 . ?var7 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var5 . ?var7 <http://www.wikidata.org/prop/qualifier/P1545> ?var6 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var8 . ?var8 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var5 )"}}
{"id": "val_9914", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0058105?", "sparql": "SELECT ?movie ?wikipediaPage ?imdbId WHERE { VALUES ?imdbId { \"tt0058105\" } ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the Wikipedia articles in English and German related to the film identified by tt0058105 on IMDb.", "Which language versions of Wikipedia pages discuss the movie Flipper's New Adventure, and what is its IMDb identifier?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0058105\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9915", "question": "What are the English and French Wikipedia pages for the movie with IMDb ID tt0040917?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0040917\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"fr\" \"de\"\n  }\n}", "paraphrases": ["Wikipedia articles in English, French, or German about the movie tt0040917", "Can you show me the Wikipedia pages in English, French, or German about the movie identified by IMDb ID tt0040917?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0040917\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9916", "question": "What is the English title and Wikipedia page of the movie with IMDb ID tt0047040?", "sparql": "SELECT ?movieLabel ?wikipediaPage ?imdbId WHERE { ?movie wdt:P345 ?imdbId . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") . ?movie rdfs:label ?movieLabel . FILTER(LANG(?movieLabel) = \"en\") . FILTER(?imdbId = \"tt0047040\") }", "paraphrases": ["Which movie has the IMDb identifier tt0047040, and what are its English and German Wikipedia pages?", "Show me the English title and Wikipedia links (in English or German) for the film identified by tt0047040 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0047040\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9917", "question": "What are some places in Spain with recorded geographic coordinates?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?coord WHERE {\n  ?item wdt:P625 ?coord .\n  ?item wdt:P17 wd:Q29 .\n}\nLIMIT 10", "paraphrases": ["Show me entities in Spain along with their latitude and longitude.", "List notable locations in Spain and their coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#around> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#center> \"POINT(-3 40)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#radius> \"15\". } }"}}
{"id": "val_9918", "question": "What properties describe Kreuzberg, and what are their values?", "sparql": "SELECT ?property ?propertyLabel ?value ?valueLabel WHERE { wd:Q308928 ?propertyRaw ?value . ?property wikibase:directClaim ?propertyRaw . ?property rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") OPTIONAL { ?value rdfs:label ?valueLabel . FILTER(LANG(?valueLabel) = \"en\") } }", "paraphrases": ["Can you list the direct properties of Kreuzberg along with their English labels and corresponding values?", "Show me all the facts about Kreuzberg, such as its population, area, and neighboring areas, using human-readable property names."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var2Label WHERE { <http://www.wikidata.org/entity/Q308928> ?var3 ?var1 . ?var2 <http://wikiba.se/ontology#directClaim> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9919", "question": "What is the German Wikipedia page for the movie with IMDb ID tt0376114?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0376114\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Can you find the Wikipedia articles in English or German about the film with IMDb identifier tt0376114?", "Show me the Wikipedia pages about the movie Raumpatrouille Orion \u2013 R\u00fccksturz ins Kino in either English or German language."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0376114\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9920", "question": "Is fluorine classified as a chemical element?", "sparql": "ASK WHERE { wd:Q650 (wdt:P31/wdt:P279*) wd:Q11344 . }", "paraphrases": ["Does fluorine belong to the category of chemical elements, either directly or through inheritance?", "Is fluorine a chemical element according to Wikidata\u2019s classification hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q650> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9921", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0116401?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0116401\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by tt0116401 on IMDb.", "Which Wikipedia pages in English and German discuss the movie Generation X?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0116401\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9922", "question": "Historical publications or events that started between 1859 and 1869 and ended between 1869 and 1879.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item ?startDate ?endDate WHERE {\n  ?item wdt:P580 ?startDate .\n  ?item wdt:P582 ?endDate .\n  FILTER ( ?startDate >= \"1859-01-01T00:00:00Z\" ^^ xsd:dateTime && ?startDate <= \"1869-12-31T23:59:59Z\" ^^ xsd:dateTime ) FILTER ( ?endDate >= \"1869-01-01T00:00:00Z\" ^^ xsd:dateTime && ?endDate <= \"1879-12-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which historical items began in the late 1860s and ended in the early 1870s?", "List all documented events or publications that were active during the transition from the 1860s to the 1870s, specifically those starting between 1859 and 1869 and ending between 1869 and 1879."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P580> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P582> ?var3 . FILTER ( ( ( ?var2 >= \"1859-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1869-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var3 >= \"1869-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var3 <= \"1879-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_9923", "question": "Wikipedia pages in English, German, or Japanese about the movie with IMDb ID tt0803021.", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0803021\" . ?wikipediaPage schema:about ?item ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"ja\" } }", "paraphrases": ["What are the English, German, and Japanese Wikipedia articles for the film with IMDb ID tt0803021?", "Show me the Wikipedia links in English, Japanese, and German for the movie identified by tt0803021 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0803021\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"ja\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9924", "question": "Wikipedia articles in English, German, or Turkish about the movie with IMDb ID tt0252489", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0252489\" . ?wikipedia_page schema:about ?movie . { ?wikipedia_page schema:inLanguage \"en\" . } UNION { ?wikipedia_page schema:inLanguage \"de\" . } UNION { ?wikipedia_page schema:inLanguage \"tr\" . } }", "paraphrases": ["Which language versions of Wikipedia have articles about the movie with IMDb ID tt0252489?", "Show me the English, German, and Turkish Wikipedia pages for the movie identified by IMDb ID tt0252489."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0252489\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9925", "question": "What are the Wikipedia pages in English, German, or Turkish about the movie with IMDb ID tt7862330?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipedia_page WHERE {\n  VALUES ?imdb_id {\n    \"tt7862330\"\n  }\n  ?item wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"tr\" .\n  }\n}", "paraphrases": ["Which language versions of Wikipedia have an article about the movie identified by tt7862330?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt7862330\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9926", "question": "What are the German and Turkish Wikipedia pages for the film with IMDb ID tt0494501?", "sparql": "SELECT ?film ?wikipedia_page WHERE { ?film wdt:P345 \"tt0494501\" . ?wikipedia_page schema:about ?film ; schema:inLanguage ?lang . VALUES ?lang { \"de\" \"tr\" } }", "paraphrases": ["Which language versions of Wikipedia have articles about the movie \"Hababam S\u0131n\u0131f\u0131 \u00dc\u00e7 Bu\u00e7uk\"?", "Show me the Wikipedia links in German and Turkish for the movie identified by tt0494501 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0494501\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9927", "question": "What Wikipedia or related pages in English, German, or Turkish are about the movie with IMDb ID tt0253997?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt0253997\" .\n  ?page schema:about ?item .\n  ?page schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"tr\"\n  }\n}", "paraphrases": ["Which language versions of Wikipedia or Wikiquote pages discuss the film 'The King of the Street Cleaners' (IMDb: tt0253997)?", "Show me all pages in English, German, or Turkish that are about the movie identified by IMDb ID tt0253997."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0253997\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9928", "question": "What are the English, German, and Turkish Wikipedia pages for the movie with IMDb ID tt1513713?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt1513713\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang IN(\"en\" , \"de\" , \"tr\"))\n}", "paraphrases": ["Show me the Wikipedia articles in English, German, or Turkish about the film \"Love in Another Language\".", "Which language versions of Wikipedia have an article about the movie identified by tt1513713?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1513713\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"tr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9929", "question": "Wikipedia and Commons pages in English or German about the movie with IMDb ID tt0025830", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0025830\" . ?page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["What English and German Wikipedia pages are linked to the movie \"The Star Packer\" on IMDb?", "Show me the English and German language pages about the movie identified by IMDb ID tt0025830."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0025830\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9930", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0102351.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0102351\" .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["What are the English and German Wikipedia articles about the film with IMDb ID tt0102351?", "Show me the English and German Wikipedia links for the movie identified by tt0102351 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0102351\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9931", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0482571?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0482571\" . ?page schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Which English and German language Wikipedia pages are about the film identified by IMDb ID tt0482571?", "Show me the English and German Wikipedia pages related to the movie \"The Prestige\" (IMDb: tt0482571)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0479152\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9932", "question": "How many academic papers citing the Zika virus mutation study have authors, grouped by publication year?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?year(COUNT(DISTINCT ?citing_work) AS ?count) ?has_author WHERE {\n  BIND(wd:Q41352462 AS ?target_article)\n  ?citing_work wdt:P2860 ?target_article .\n  ?citing_work wdt:P577 ?pub_date .\n  BIND(STR(YEAR(?pub_date)) AS ?year)\n  OPTIONAL {\n    ?citing_work wdt:P50 ?author .\n    BIND(\"has_author\" AS ?has_author_temp)\n  }\n  BIND(COALESCE(?has_author_temp , \"no_author\") AS ?has_author)\n}\nGROUP BY ?year ?has_author\nORDER BY DESC(?year)", "paraphrases": ["For each year since 2017, how many papers citing the study on Zika virus prM protein mutation have known authors versus no authors?", "Show me the number of papers that cite the 2017 Zika virus study, broken down by year and whether they list authors or not."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q41352462> AS ?var5 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . OPTIONAL { BIND ( IF ( EXISTS { ?var2 <http://www.wikidata.org/prop/direct/P50> ?var6 . } , \"string1\", \"string2\" ) AS ?var4 ). ?var5 <http://www.wikidata.org/prop/direct/P50> ?var6 . } BIND ( STR ( YEAR ( ?var7 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P577> ?var7 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_9933", "question": "U.S. presidents since 1970, their spouses, images, series ordinal, and number of daughters.", "sparql": "SELECT DISTINCT \n  ?presidentLabel \n  ?spouseLabel \n  (SAMPLE(?img_pres) AS ?presidentImage) \n  (SAMPLE(?img_sp) AS ?spouseImage) \n  ?seriesOrdinal \n  (COUNT(?daughter) AS ?daughterCount)\nWHERE {\n  ?president wdt:P31 wd:Q5 .\n  ?president p:P39 ?presidency .\n  ?presidency ps:P39 wd:Q11696 .\n  ?presidency pq:P580 ?startDate .\n  ?presidency pq:P1545 ?seriesOrdinal .\n  \n  ?president wdt:P26 ?spouse .\n  ?president wdt:P40 ?daughter .\n  ?daughter wdt:P21 wd:Q6581072 .\n  \n  OPTIONAL { ?president wdt:P18 ?img_pres . }\n  OPTIONAL { ?spouse wdt:P18 ?img_sp . }\n  \n  FILTER (YEAR(?startDate) >= 1970)\n  \n  ?president rdfs:label ?presidentLabel .\n  ?spouse rdfs:label ?spouseLabel .\n  FILTER(LANG(?presidentLabel) = \"en\")\n  FILTER(LANG(?spouseLabel) = \"en\")\n}\nGROUP BY ?presidentLabel ?spouseLabel ?seriesOrdinal\nORDER BY ASC(?seriesOrdinal)", "paraphrases": ["Which U.S. presidents since 1970 had daughters, and who were their spouses? Include the president\u2019s and spouse\u2019s images, the order of their presidency, and how many daughters they had.", "List all U.S. presidents who took office in or after 1970, along with their spouses, images of both, the sequence number of their presidency, and the count of their female children."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2Label ?var3 ?var4 ?var5 ( COUNT ( ?var6 ) AS ?var7 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var9 . ?var8 <http://www.wikidata.org/prop/qualifier/P1545> ?var5 . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P40> ?var6 . ?var6 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P18> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( YEAR ( ?var9 ) >= \"1970\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . } GROUP BY ?var1Label ?var2Label ?var3 ?var4 ?var5 ORDER BY ASC( ?var5 )"}}
{"id": "val_9934", "question": "What is the founding date of the San Francisco Art Institute, and is it still active?", "sparql": "SELECT ?var1Label ?founded ?dissolved WHERE { BIND( wd:Q586735 AS ?var1 ) . OPTIONAL { ?var1 wdt:P571 ?founded . } OPTIONAL { ?var1 wdt:P576 ?dissolved . } ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["When was the San Francisco Art Institute established, and when did it close?", "Provide the name and founding year of the San Francisco Art Institute."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q586735> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9935", "question": "Birth and death dates of Edith Lucile Howard", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q28935074 AS ?person ) .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["When were Edith Lucile Howard born and when did she die?", "What are the birth and death dates of the painter Edith Lucile Howard, and what is her full name?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q28935074> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9936", "question": "Edward Buncombe's date of birth and date of death", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q5342067 wdt:P31 wd:Q5 . OPTIONAL { wd:Q5342067 wdt:P569 ?birthDate . } OPTIONAL { wd:Q5342067 wdt:P570 ?deathDate . } wd:Q5342067 rdfs:label ?label . FILTER(LANG(?label) = \"en\") }", "paraphrases": ["When was Edward Buncombe born and when did he die?", "Can you tell me the birth and death dates of Edward Buncombe, the Continental Army officer?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5342067> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9937", "question": "What are the birth and death dates of Warren E. Burger?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  wd:Q346685 rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    wd:Q346685 wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    wd:Q346685 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["Can you tell me when Warren E. Burger was born and when he died?", "Provide the full name, birth date, and death date of the former Chief Justice of the United States, Warren E. Burger."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q346685> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9938", "question": "What is the date of birth of Joe F. Edwards, and is he deceased?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q935510 AS ?person ) . ?person wdt:P31 wd:Q5 . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Tell me Joe F. Edwards' birth date and whether he has passed away.", "When was astronaut Joe F. Edwards born, and what is his date of death?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q935510> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9939", "question": "What is the date of birth of astronaut Andrew J. Feustel, and is he deceased?", "sparql": "SELECT ?name ?birthDate ?deathDate WHERE { wd:Q505530 rdfs:label ?name . FILTER(LANG(?name) = \"en\") OPTIONAL { wd:Q505530 wdt:P569 ?birthDate . } OPTIONAL { wd:Q505530 wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me Andrew J. Feustel\u2019s full name and when he was born?", "What are the birth and death dates for the American astronaut Andrew J. Feustel?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q505530> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9940", "question": "Is Anthony van Dyck a human?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q150679 ( wdt:P31 / wdt:P279 * ) wd:Q5 .\n}", "paraphrases": ["Does Anthony van Dyck belong to the category of humans?", "Confirm that Anthony van Dyck is classified as a human in Wikidata."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q49182576> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9941", "question": "Works published in periodicals with \"science\" in the title.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?work ?workLabel ?periodical ?periodicalLabel WHERE {\n  ?work wdt:P1433 ?periodical .\n  ?periodical wdt:P31 wd:Q1002697 ; rdfs:label ?periodicalLabel .\n  FILTER ( CONTAINS( LCASE( ?periodicalLabel ) , \"science\" ) ) .\n  FILTER ( LANG( ?periodicalLabel ) = \"en\" ) .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" ) .\n}", "paraphrases": ["What scientific articles are published in English-language periodicals whose names include the word \"science\"?", "List all English-language works and the English-language periodicals they were published in, where the periodical\u2019s name contains \"science\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1002697> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( CONTAINS ( LCASE ( ?var2Label ) , \"string1\" ) ) ) . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } GROUP BY ?var1 ?var1Label ?var2 ?var2Label"}}
{"id": "val_9942", "question": "Most used property to link items to Universal Product Code (UPC)", "sparql": "SELECT ?property (COUNT(?property) AS ?count) WHERE { ?item ?prop wd:Q1193047 . ?property wikibase:directClaim ?prop . ?property rdf:type wikibase:Property . } GROUP BY ?property ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which property is most commonly used to associate items with the Universal Product Code (UPC)?", "Show the property that links the most items to the Universal Product Code (UPC)."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q1193047> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9943", "question": "Image of Richard Lippold with SNAC ARK ID w6ks78g8", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ks78g8\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Is there an image available for Richard Lippold in Wikidata, identified by the SNAC ARK ID w6ks78g8?", "Show me the Wikimedia Commons image associated with the person having SNAC ARK ID w6ks78g8."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ks78g8\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9944", "question": "Rivers with Slovenian Wikipedia articles but no Russian Wikipedia articles.", "sparql": "SELECT ?river (SAMPLE(?label) AS ?riverLabel) WHERE { ?river wdt:P31 wd:Q4022 . ?river rdfs:label ?label . FILTER (LANG(?label) != \"\") FILTER EXISTS { ?wikipedia schema:about ?river ; schema:inLanguage \"sl\" . } FILTER NOT EXISTS { ?wikipedia schema:about ?river ; schema:inLanguage \"ru\" . } } GROUP BY ?river", "paraphrases": ["Which rivers are documented in Slovenian Wikipedia but not in Russian Wikipedia?", "List rivers that have a Slovenian Wikipedia page but do not have a Russian Wikipedia page, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q4022> ) ) ) . FILTER ( ( EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"sl\". } ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"ru\". } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru,uk,be,pl,cs,sl\". } }"}}
{"id": "val_9945", "question": "Humans with \"Montille\" in their French name, excluding those with \"Montillet\".", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" ) .\n  FILTER ( CONTAINS( ?label , \"Montille\" ) ) .\n  FILTER ( ! CONTAINS( ?label , \"Montillet\" ) ) .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Who are the French people whose names include \"Montille\" but not \"Montillet\"?", "List all humans whose French label contains \"Montille\" but does not contain \"Montillet\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"montille\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9946", "question": "Who are the humans with the name \"Ribreau\" in their French label?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label ?label . FILTER(LANG(?label) = 'fr') . FILTER(CONTAINS(?label, \"Ribreau\")) . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Find people named Ribreau in French-language labels on Wikidata.", "List all humans whose French name includes \"Ribreau\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"RIBREAU\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9947", "question": "Human with Freebase ID /m/02qyzfp", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?human ?humanLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human wdt:P646 \"/m/02qyzfp\" .\n  ?human rdfs:label ?humanLabel .\n  FILTER ( LANG( ?humanLabel ) = \"en\" )\n}", "paraphrases": ["Who is the human with the Freebase ID \"/m/02qyzfp\"?", "Find the English label of the human entity identified by the Freebase ID \"/m/02qyzfp\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P646> \"/m/02qyzfp\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ko,en\". } }"}}
{"id": "val_9948", "question": "What are the names of mountains in English?", "sparql": "SELECT ?mountainLabel WHERE { ?mountain wdt:P31 wd:Q8502 . ?mountain rdfs:label ?mountainLabel . FILTER(LANG(?mountainLabel) = \"en\") }", "paraphrases": ["Can you list the English labels of all entities classified as mountains in Wikidata?", "Show me the English names of all geographical features that are instances of mountains."], "info": {"raw_sparql": "SELECT ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,fr\". } OPTIONAL { } }"}}
{"id": "val_9949", "question": "How many instances of architectural ensemble and metro station are there in Wikidata?", "sparql": "SELECT ?class (COUNT(DISTINCT ?instance) AS ?count) WHERE { VALUES ?class { wd:Q1497375 wd:Q928830 } ?instance wdt:P31 ?class . } GROUP BY ?class", "paraphrases": ["How many distinct entities are classified as architectural ensembles and how many as metro stations in Wikidata?", "Please count the number of instances for architectural ensembles and metro stations in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q1497375> ) ( <http://www.wikidata.org/entity/Q928830> ) } ?var2 <http://www.wikidata.org/prop/direct/P31> ?var1 . } GROUP BY ?var1"}}
{"id": "val_9950", "question": "List of television pilot episodes in English.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?pilot ?pilotLabel WHERE {\n  ?pilot wdt:P31 wd:Q653916 .\n  ?pilot rdfs:label ?pilotLabel .\n  FILTER ( LANG( ?pilotLabel ) = \"en\" )\n}", "paraphrases": ["What are the English titles of television pilot episodes?", "Show me the names of all TV pilot episodes that have English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q653916> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9951", "question": "List English-labeled disambiguation pages on Wikidata.", "sparql": "SELECT ?disambiguationPage ?disambiguationPageLabel WHERE { ?disambiguationPage wdt:P31 wd:Q4167836 . ?disambiguationPage rdfs:label ?disambiguationPageLabel . FILTER(LANG(?disambiguationPageLabel) = \"en\") }", "paraphrases": ["What are the English-named category pages on Wikidata that serve as disambiguation pages?", "Show me the labels in English for all Wikidata items that are disambiguation pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"zh, en\". } }"}}
{"id": "val_9952", "question": "What are the main topics of articles published in the journal Atherosclerosis?", "sparql": "SELECT ?article ?topic WHERE { ?article wdt:P1433 wd:Q4813570 . ?article wdt:P921 ?topic . }", "paraphrases": ["Show me all research articles from the journal Atherosclerosis and their primary subjects.", "Which diseases, locations, or concepts are most commonly studied in papers published in Atherosclerosis?"], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1433> <http://www.wikidata.org/entity/Q4813570> . ?var1 <http://www.wikidata.org/prop/direct/P921> ?var2 . }"}}
{"id": "val_9953", "question": "List all James Bond films in order, including their release year, IMDb ID, actor who played Bond, director(s), duration, and Box Office Mojo ID.", "sparql": "SELECT ?ordinal \n       (MIN(YEAR(?releaseDate)) AS ?year) \n       ?title \n       ?imdb \n       ?castLabel \n       (GROUP_CONCAT(DISTINCT ?directorLabel; SEPARATOR=\", \") AS ?directors) \n       ?duration \n       ?boxOfficeId\nWHERE {\n  ?film p:P179 ?seriesStmt .\n  ?seriesStmt ps:P179 wd:Q2484680 .\n  ?seriesStmt pq:P1545 ?ordinal .\n\n  ?film p:P161 ?castStmt .\n  ?castStmt ps:P161 ?cast .\n  ?castStmt pq:P453 wd:Q2009573 .\n\n  OPTIONAL { ?cast rdfs:label ?castLabel . FILTER(LANG(?castLabel) = \"en\") }\n\n  OPTIONAL { ?film wdt:P57 ?director . }\n  OPTIONAL { ?director rdfs:label ?directorLabel . FILTER(LANG(?directorLabel) = \"en\") }\n\n  ?film wdt:P345 ?imdb .\n  ?film wdt:P577 ?releaseDate .\n  ?film wdt:P1476 ?title .\n\n  OPTIONAL { ?film wdt:P1237 ?boxOfficeId . }\n  OPTIONAL { ?film wdt:P2047 ?duration . }\n\n}\nGROUP BY ?film ?title ?imdb ?ordinal ?castLabel ?duration ?boxOfficeId\nORDER BY ASC(xsd:integer(?ordinal))", "paraphrases": ["What are the titles, release years, directors, and actors of all official James Bond movies, ordered by their sequence in the series?", "Show me the complete filmography of the James Bond movie series, with each film\u2019s ordinal number, release year, IMDb code, lead actor, director(s), runtime, and Box Office Mojo identifier."], "info": {"raw_sparql": "SELECT ?var1 ( MIN ( YEAR ( ?var2 ) ) AS ?var3 ) ?var4 ?var5 ?var4Label ?var6Label ( GROUP_CONCAT ( DISTINCT ?var7 ; SEPARATOR = \", \" ) AS ?var8 )( SAMPLE ( ?var9 ) AS ?var9 ) ?var10 ( SAMPLE ( ?var11 ) AS ?var11 ) WHERE { ?var4 <http://www.wikidata.org/prop/P179> ?var12 . ?var12 <http://www.wikidata.org/prop/statement/P179> <http://www.wikidata.org/entity/Q2484680> . ?var12 <http://www.wikidata.org/prop/qualifier/P1545> ?var1 . ?var4 <http://www.wikidata.org/prop/P161> ?var13 . ?var13 <http://www.wikidata.org/prop/qualifier/P453> <http://www.wikidata.org/entity/Q2009573> . ?var13 <http://www.wikidata.org/prop/statement/P161> ?var6 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P57> ?var14 . ?var14 <http://www.w3.org/2000/01/rdf-schema#label> ?var7 . FILTER ( ( ( LANG ( ?var7 ) = \"en\" ) ) ) . } ?var4 <http://www.wikidata.org/prop/direct/P345> ?var10 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P1237> ?var11 . } ?var4 <http://www.wikidata.org/prop/direct/P577> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P1476> ?var5 . OPTIONAL { ?var4 <http://www.wikidata.org/prop/direct/P2047> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } GROUP BY ?var4 ?var5 ?var4Label ?var10 ?var1 ?var6 ?var6Label ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_9954", "question": "Human settlements named Newport in the United Kingdom and their coordinates.", "sparql": "SELECT ?settlement ?label ?coordinates WHERE { ?settlement wdt:P31/wdt:P279* wd:Q486972 ; wdt:P17 wd:Q145 ; rdfs:label ?label ; wdt:P625 ?coordinates . FILTER (LANG(?label) = \"en\") FILTER (REGEX(?label, \"Newport\")) }", "paraphrases": ["What are the English-named human settlements in the United Kingdom that contain \"Newport\" in their name, and where are they located?", "List all places in the UK called Newport (or containing Newport in their name), along with their geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label ; <http://www.wikidata.org/prop/direct/P625> ?var2 . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . FILTER ( ( REGEX ( ?var1Label , \"Newport\" ) ) ) . }"}}
{"id": "val_9955", "question": "Who are some notable people diagnosed with systemic lupus erythematosus?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P1050 wd:Q1485 .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you list the names of celebrities who have systemic lupus erythematosus?", "Which individuals have been reported to have the autoimmune disease SLE?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label WHERE { OPTIONAL { } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var2 <http://www.wikidata.org/prop/direct/P1050> <http://www.wikidata.org/entity/Q1485> . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P1603> ?var3 . } }"}}
{"id": "val_9956", "question": "People who identify as transgender and their gender identity label", "sparql": "SELECT ?person ?personLabel ?gender ?genderLabel WHERE { ?person wdt:P31 wd:Q5 ; wdt:P21 wd:Q189125 . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { wd:Q189125 rdfs:label ?genderLabel . FILTER(LANG(?genderLabel) = \"en\") } }", "paraphrases": ["Who are the humans in Wikidata whose gender identity is transgender, and what is the label for that identity?", "List the English labels of people whose gender identity is transgender, along with the label for \"transgender\"."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189125> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P21> . } } UNION { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q189125> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"10\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P21> . } } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9957", "question": "Companies that produce costume accessories and their countries and founding years.", "sparql": "SELECT ?company ?companyLabel ?country ?foundingYear WHERE { ?company p:P1056 ?statement . ?statement ps:P1056 wd:Q1065579 . OPTIONAL { ?company wdt:P17 ?country . } OPTIONAL { ?company wdt:P571 ?foundingYear . } ?company rdfs:label ?companyLabel . FILTER(LANG(?companyLabel) = \"en\") } LIMIT 100", "paraphrases": ["Which companies make costume accessories, and in which countries were they founded?", "List companies that produce costume accessories, along with their country of origin and founding year, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1056> <http://www.wikidata.org/entity/Q1065579> . ?var1 <http://www.wikidata.org/prop/P1056> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_9958", "question": "Is J\u00f3zsef Farkas a type of software?", "sparql": "ASK WHERE { wd:Q996293 wdt:P31/wdt:P279* wd:Q7397 }", "paraphrases": ["Is J\u00f3zsef Farkas an instance of a class that is a subclass of software?", "Confirm whether J\u00f3zsef Farkas belongs to any category that is a subclass of software."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q996293> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9959", "question": "Geographical features in Austria with GeoNames IDs and coordinates", "sparql": "SELECT ?item ?geonamesId ?coordinates WHERE { ?item wdt:P1566 ?geonamesId . ?item wdt:P17 wd:Q40 . ?item wdt:P625 ?coordinates . }", "paraphrases": ["What are the coordinates and GeoNames IDs of all geographical locations in Austria?", "List all places in Austria that have a GeoNames ID and their corresponding geographic coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40> . ?var1 <http://www.wikidata.org/prop/P625> ?var3 . }"}}
{"id": "val_9960", "question": "Is the song \"It Takes Time\" by Anne Murray classified as a human?", "sparql": "ASK WHERE { wd:Q16995173 wdt:P31/wdt:P279* wd:Q5 .}", "paraphrases": ["Does the 1971 song \"It Takes Time\" belong to the category of humans or any of its subclasses?", "Confirm whether \"It Takes Time\" is a human or a type of human."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q16995173> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9961", "question": "Institutions where mathematicians from the Russian Empire, Soviet Union, or Russia worked, along with their locations.", "sparql": "SELECT ?employer ?employerLabel ?location WHERE { ?mathematician wdt:P106 wd:Q170790 . ?mathematician wdt:P27 ?citizenship . FILTER ( ?citizenship IN (wd:Q34266, wd:Q15180, wd:Q159) ) . ?mathematician wdt:P108 ?employer . ?employer wdt:P625 ?location . ?employer rdfs:label ?employerLabel . FILTER(LANG(?employerLabel) = \"en\") }", "paraphrases": ["Where did mathematicians who were citizens of the Russian Empire, Soviet Union, or Russia work, and what are the geographic coordinates of those institutions?", "Show me the names and locations of organizations that employed mathematicians from Russia, the Soviet Union, or the Russian Empire."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q170790> . ?var3 <http://www.wikidata.org/prop/direct/P27> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q34266> ) || ( ?var4 = <http://www.wikidata.org/entity/Q15180> ) || ( ?var4 = <http://www.wikidata.org/entity/Q159> ) ) ) . ?var3 <http://www.wikidata.org/prop/direct/P108> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9962", "question": "What geographic and administrative regions are connected to the German submarine U-47 through its construction location or country of registry?", "sparql": "SELECT DISTINCT ?location WHERE { wd:Q638673 (wdt:P8047|wdt:P1071)* ?intermediate . ?intermediate (wdt:P17|wdt:P131|wdt:P30)* ?location .}", "paraphrases": ["Show all places associated with U-47, including where it was built and which country it belonged to, and their higher-level administrative divisions.", "Find all countries, states, and continents linked to the U-47 submarine via its place of construction or registry."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q638673> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_9963", "question": "What are all the superclass categories of the Minister for the Arts position in Wikidata?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?superclass WHERE {\n  wd:Q50389163 wdt:P279 * ?superclass .\n}\nLIMIT 100", "paraphrases": ["What classes does the position of Minister for the Arts belong to, including all its parent categories in the hierarchy?", "Show me the complete hierarchy of classes that the Minister for the Arts is a subclass of, going up to the most general category."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q50389163> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_9964", "question": "Wikidata items with Encyclop\u00e6dia Britannica ID containing \"campania\" and \"place/\"", "sparql": "SELECT DISTINCT ?item ?id WHERE { ?item wdt:P1417 ?id . FILTER ( REGEX( ?id, \"campania\", \"i\" ) && REGEX( ?id, \"place/\" ) ) }", "paraphrases": ["Which places in Wikidata have an Encyclop\u00e6dia Britannica Online ID that includes \"campania\"?", "Show me the geographic regions in Wikidata whose Encyclop\u00e6dia Britannica article IDs contain \"campania\" and start with \"place/\""], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P1417> ?var2 . FILTER ( ( REGEX ( ?var2 , \"campania\" ) ) ) . FILTER ( ( REGEX ( ?var2 , \"place/\" ) ) ) . } }"}}
{"id": "val_9965", "question": "What paintings are held in museums located in Krak\u00f3w?", "sparql": "SELECT ?painting ?paintingLabel ?locationLabel WHERE { ?painting wdt:P31 wd:Q3305213 ; wdt:P276 ?location . ?location wdt:P276 wd:Q31487 . ?painting rdfs:label ?paintingLabel . ?location rdfs:label ?locationLabel . FILTER(LANG(?paintingLabel) = \"en\") FILTER(LANG(?locationLabel) = \"en\") }", "paraphrases": ["Can you list paintings from Krak\u00f3w\u2019s museums along with the names of those museums?", "Which artworks classified as paintings are located in institutions based in the city of Krak\u00f3w?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3305213> ; <http://www.wikidata.org/prop/direct/P276> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P276> <http://www.wikidata.org/entity/Q31487> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } }"}}
{"id": "val_9966", "question": "What properties are used to link other entities to Pierre Creton, and how often, excluding those used only once?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q3384572 .\n}\nGROUP BY ?property\nHAVING(?count > 1)\nORDER BY DESC(?count)", "paraphrases": ["Which properties connect other items to the Wikidata entity for Pierre Creton, and which ones appear more than once?", "Show me the properties that reference Pierre Creton in Wikidata, sorted by how many times they\u2019re used, but only include those used more than once."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q3384572> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_9967", "question": "What paintings feature the \u00cele de la Grande Jatte?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?artwork ?artworkLabel WHERE {\n  ?artwork wdt:P180 wd:Q1902319 .\n  OPTIONAL {\n    ?artwork rdfs:label ?artworkLabel .\n    FILTER ( LANG( ?artworkLabel ) = \"en\" )\n  }\n}\nORDER BY ASC ( ?artworkLabel )", "paraphrases": ["Which artworks depict the island of La Grande Jatte in France?", "Show me all works of art that show the \u00cele de la Grande Jatte, sorted alphabetically by title."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P180> <http://www.wikidata.org/entity/Q1902319> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9968", "question": "Music artists by occupation", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?musician ?musicianLabel WHERE {\n  ?musician wdt:P106 wd:Q1294626 .\n  ?musician rdfs:label ?musicianLabel .\n  FILTER(LANG(?musicianLabel) = \"en\")\n}", "paraphrases": ["Who are the people whose occupation is music artist?", "List the names of all music artists in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1294626> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9969", "question": "Villages and communes in the Transnistrian region of Moldova with their Romanian names and containing administrative units.", "sparql": "SELECT DISTINCT ?settlement ?settlementLabel (GROUP_CONCAT(?administrativeUnitLabel; SEPARATOR=\", \") AS ?administrativeUnits)\nWHERE {\n  VALUES ?settlementType {\n    wd:Q532          # village\n    wd:Q4229812      # commune of Moldova (subclass)\n  }\n  ?settlement wdt:P31/wdt:P279* ?settlementType .\n  ?settlement wdt:P17 wd:Q217 .                    # located in Moldova\n  ?settlement wdt:P131 wd:Q648767 .                # located in Left Bank of Dniester\n  ?settlement wdt:P131 ?administrativeUnit .\n  ?administrativeUnit rdfs:label ?administrativeUnitLabel .\n  FILTER(LANG(?administrativeUnitLabel) = \"ro\")\n  ?settlement rdfs:label ?settlementLabel .\n  FILTER(LANG(?settlementLabel) = \"ro\")\n}\nGROUP BY ?settlement ?settlementLabel", "paraphrases": ["What are the Romanian names of villages and communes in the Left Bank of the Dniester, and which administrative subdivisions (like raions) do they belong to?", "List all villages and communes in Moldova\u2019s Transnistrian region along with their Romanian labels and the hierarchy of Romanian-named administrative units they are part of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( GROUP_CONCAT ( ?var2Label ; SEPARATOR = \", \" ) AS ?var3 ) WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q532> ) ( <http://www.wikidata.org/entity/Q4229812> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q217> . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q648767> . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"ro\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ro\". } } GROUP BY ?var1 ?var1Label"}}
{"id": "val_9970", "question": "Names of people who have served as U.S. Secretary of State", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?name WHERE {\n  ?person wdt:P39 wd:Q14213 .\n  OPTIONAL {\n    ?person wdt:P1559 ?name .\n  }\n}\nLIMIT 100", "paraphrases": ["Who are the individuals that have held the position of U.S. Secretary of State, and what are their names?", "List the names of all U.S. Secretaries of State from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q14213> . OPTIONAL { } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1448> ?var2 . } } LIMIT 100"}}
{"id": "val_9971", "question": "What is the image of the person with SNAC ARK ID w6n30hkk?", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6n30hkk\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["Can you show me the Commons image for Ron Nyswaner?", "Find the image associated with the Social Networks and Archival Context identifier w6n30hkk."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6n30hkk\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_9972", "question": "What properties are commonly used to describe people who have held the office of United States Secretary of State, and what are their English labels and descriptions?", "sparql": "SELECT DISTINCT ?propertyItem ?label ?description WHERE { ?person wdt:P39 wd:Q14213 . ?person ?prop ?value . FILTER (STRSTARTS(STR(?prop), \"http://www.wikidata.org/prop/direct/\")) . BIND(SUBSTR(STR(?prop), 37) AS ?propId) . BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?propId)) AS ?propertyItem) . ?propertyItem rdfs:label ?label . ?propertyItem schema:description ?description . FILTER (LANG(?label) = \"en\") FILTER (LANG(?description) = \"en\") } LIMIT 100", "paraphrases": ["List the English labels and descriptions of all properties used in statements about individuals who served as U.S. Secretary of State.", "Which properties describe U.S. Secretaries of State, and what do they mean in English?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q14213> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_9973", "question": "What Wikimedia Commons files are associated with the engraver Daniel Havell?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?file ?categoryName WHERE {\n  wd:Q18325155 wdt:P373 ?categoryName .\n  ?file schema:about wd:Q18325155 ; schema:isPartOf <https://commons.wikimedia.org/> .\n}\nLIMIT 10", "paraphrases": ["Can you show me the Commons category for Daniel Havell and any media files linked to him?", "Which images or files on Wikimedia Commons are about Daniel Havell, and what is the category they belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { BIND ( CONCAT ( \"Category:\", ?var4 ) AS ?var5 ). ?var2 <http://schema.org/about> <http://www.wikidata.org/entity/Q18325155> . ?var2 <http://schema.org/isPartOf> <https://commons.wikimedia.org/> . <http://www.wikidata.org/entity/Q18325155> <http://www.wikidata.org/prop/direct/P373> ?var4 . ?var2 <http://schema.org/name> ?var5 . } LIMIT 10"}}
{"id": "val_9974", "question": "Which property is most frequently used to link other items to Fort Zeelandia in Wikidata?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property ( COUNT( ?property ) AS ?count ) WHERE {\n  ?item ?prop wd:Q20706255 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Most used property connecting entities to Fort Zeelandia (Q20706255)", "Show me the property that has the highest number of connections to Fort Zeelandia, along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q20706255> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_9975", "question": "Churches in Jura with and without Clochers de France IDs", "sparql": "SELECT ?category WHERE {\n  {\n    SELECT(\"Avec\" AS ?category) WHERE {\n    }\n  } UNION {\n    SELECT(\"Sans\" AS ?category) WHERE {\n    }\n  }\n}\nORDER BY ASC(?category)", "paraphrases": ["Are there church buildings in the Jura department that have and do not have a Clochers de France ID?", "List the categories of church buildings in Jura based on whether they have a Clochers de France ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { { SELECT( \"Avec\" AS ?var1 )( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3120> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . ?var3 <http://www.wikidata.org/prop/direct/P3963> ?var5 . } } UNION { SELECT( \"Sans\" AS ?var1 )( COUNT ( DISTINCT ?var3 ) AS ?var2 ) WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var4 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q3120> . ?var3 <http://www.wikidata.org/prop/direct/P131> ?var4 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q16970> . MINUS { ?var3 <http://www.wikidata.org/prop/direct/P3963> [] . } } } } ORDER BY ASC( ?var1 )"}}
{"id": "val_9976", "question": "SKBL ID entries in Wikidata and their Wikipedia sitelink counts", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?skblId ( COUNT( ?sitelink ) AS ?sitelinkCount ) WHERE {\n  ?item wdt:P4963 ?skblId .\n  OPTIONAL {\n    ?sitelink schema:about ?item ; schema:isPartOf ?wikipedia .\n  }\n}\nGROUP BY ?item ?skblId", "paraphrases": ["How many Wikipedia articles are linked to each person listed in the Svenskt kvinnobiografiskt lexikon on Wikidata?", "List all individuals from the Swedish Biographical Dictionary of Women with their SKBL IDs and the number of Wikipedia pages about them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4963> ?var3 . ?var1 <http://wikiba.se/ontology#sitelinks> ?var2 . }"}}
{"id": "val_9977", "question": "What is the English description of Martin Luther King Jr. in the New Georgia Encyclopedia?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4903 \"arts-culture/martin-luther-king-jr-1929-1968\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" ) .\n  }\n}", "paraphrases": ["English description of Martin Luther King Jr. from the New Georgia Encyclopedia.", "Show me the English Wikipedia-style description of Martin Luther King Jr. as listed in the New Georgia Encyclopedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4903> \"ves-childs\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9978", "question": "Classes of entities named \"Toast\"", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?toast ?classLabel WHERE {\n  {\n    ?toast rdfs:label \"Toast\" @en .\n    ?toast wdt:P31 ?class .\n  } UNION {\n    ?toast skos:altLabel \"Toast\" @en .\n    ?toast wdt:P31 ?class .\n  }\n  ?class rdfs:label ?classLabel .\n  FILTER(LANG(?classLabel) = \"en\")\n}", "paraphrases": ["What types of things are called \"Toast\"?", "List the categories that items labeled \"Toast\" belong to."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label WHERE { { ?var1 ?var3Label \"Toast\"@en . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } UNION { ?var1 ?var4 \"Toast\"@en . ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_9979", "question": "French songs with performers and genres", "sparql": "SELECT ?song ?songLabel ?performer ?genre WHERE { ?song wdt:P31 wd:Q7366 . ?song wdt:P407 wd:Q150 . OPTIONAL { ?song wdt:P175 ?performer . } OPTIONAL { ?song wdt:P136 ?genre . } ?song rdfs:label ?songLabel . FILTER(LANG(?songLabel) = \"en\") } LIMIT 100", "paraphrases": ["What are French-language songs, and who performed them and what genres do they belong to?", "List French songs along with their performers and musical genres."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7366> . ?var1 <http://www.wikidata.org/prop/direct/P407> <http://www.wikidata.org/entity/Q150> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } }"}}
{"id": "val_9980", "question": "French-named humans with \"Philly\" in their name", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P31 wd:Q5 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'fr' ) .\n  FILTER ( regex( ?label , \"Philly\" , \"i\" ) ) .\n}", "paraphrases": ["Who are the people in Wikidata with French labels containing \"Philly\"?", "List all humans whose French label includes the word \"Philly\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"darphilly\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9981", "question": "People with the family name Vermeersch.", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P734 wd:Q27134607 . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the humans whose family name is Vermeersch?", "List all people who have Vermeersch as their surname."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"vermeersch\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9982", "question": "Entities with a GTAA ID.", "sparql": "SELECT ?item WHERE { ?item wdt:P1741 ?gtaaId . } LIMIT 1000", "paraphrases": ["Which entities in Wikidata are assigned a GTAA ID?", "List up to 1000 items that have a GTAA identifier."], "info": {"raw_sparql": "Describe ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1741> ?var2 . } LIMIT 1000"}}
{"id": "val_9983", "question": "Who is the French-labeled person named \u00c9tienne Arnal in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item rdfs:label \"\u00c9tienne Arnal\" @fr .\n  ?item wdt:P31 wd:Q5 .\n}", "paraphrases": ["Can you find the human entity in Wikidata whose French label is \"\u00c9tienne Arnal\"?", "Show me the Wikidata item for \u00c9tienne Arnal, a French-labeled human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Elie Arnal\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_9984", "question": "Is The Beatles a type of software?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q1299 ( wdt:P31 / wdt:P279 * ) wd:Q7397 .\n}", "paraphrases": ["Does The Beatles belong to any category that is a subclass of software?", "Are The Beatles considered software according to Wikidata\u2019s classification hierarchy?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q1299> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_9985", "question": "What are some examples of bureaucratic positions?", "sparql": "SELECT ?bureaucratType ?bureaucratTypeLabel WHERE { ?bureaucratType wdt:P279* wd:Q572700 . ?bureaucratType rdfs:label ?bureaucratTypeLabel . FILTER(LANG(?bureaucratTypeLabel) = \"en\") }", "paraphrases": ["What are all the specific roles that are considered subclasses of a bureaucrat?", "List all English-labeled bureaucratic job titles that are subtypes of bureaucrat."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q572700> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_9986", "question": "Television programs with Freebase IDs", "sparql": "SELECT ?program ?programLabel ?freebaseId WHERE { ?program (wdt:P31/wdt:P279*) wd:Q15416 . ?program wdt:P646 ?freebaseId . ?program rdfs:label ?programLabel . FILTER(LANG(?programLabel) = \"en\") }", "paraphrases": ["What are the names and Freebase IDs of all TV shows and programs?", "List all television programs along with their Freebase identifiers and English titles."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q15416> . ?var1 <http://www.wikidata.org/prop/direct/P646> ?var2 . }"}}
{"id": "val_9987", "question": "List all minor localities in Sweden with their Swedish names, sorted alphabetically.", "sparql": "SELECT ?locality ?label WHERE { ?locality wdt:P31 wd:Q14839548 . ?locality rdfs:label ?label . FILTER(LANG(?label) = \"sv\") } ORDER BY ASC(?label)", "paraphrases": ["What are the Swedish names of all minor localities in Sweden, ordered alphabetically?", "Show me the Swedish-labeled minor localities in Sweden, sorted by name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q14839548> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_9988", "question": "Does Wikidata contain an entity with GND ID 119299054?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P227 \"119299054\" .\n}", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 119299054?", "Confirm whether the GND identifier 119299054 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"119299054\". }"}}
{"id": "val_9989", "question": "Does Wikidata contain an entity with GND ID 1154810208?", "sparql": "ASK WHERE { ?person wdt:P227 \"1154810208\" . }", "paraphrases": ["Is there a person in Wikidata identified by the GND number 1154810208?", "Check if the German National Library ID 1154810208 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1154810208\". }"}}
{"id": "val_9990", "question": "Is there a TV series that has its episode list linked to the Wikipedia page for Captain Tsubasa?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q3255498 .\n}", "paraphrases": ["Which TV series has the Captain Tsubasa episode list as its episode list link?", "Show me if any anime series links to the Captain Tsubasa episode list page."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6566083> . }"}}
{"id": "val_9991", "question": "What TV series has its episode list linked to the article \"Anexo:Episodios de Cardcaptor Sakura\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?series WHERE {\n  ?series wdt:P1811 wd:Q2707289 .\n}", "paraphrases": ["Which anime series is associated with the episode list article Q2707289?", "Is there a TV series whose episodes are listed in the Spanish Wikipedia article \"Anexo:Episodios de Cardcaptor Sakura\"?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q2707289> . }"}}
{"id": "val_9992", "question": "Does the TV series Wynonna Earp have its episode list linked to the Wikipedia article \"List of Wynonna Earp episodes\"?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q30688641 . }", "paraphrases": ["Is the Wikipedia article \"List of Wynonna Earp episodes\" designated as the episode list for the TV series Wynonna Earp?", "Please confirm that Wynonna Earp is connected to the Wikipedia article titled \"List of Wynonna Earp episodes\" as its official episode list."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q30688641> . }"}}
{"id": "val_9993", "question": "Is there a TV series that has its episode list linked to the article \"list of The Law of Ueki episodes\"?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q6599767 . }", "paraphrases": ["Does the anime series \"The Law of Ueki\" have its episode list documented on Wikipedia?", "Is the Wikipedia page \"list of The Law of Ueki episodes\" connected to any TV series in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6599767> . }"}}
{"id": "val_9994", "question": "Images of U.S. Secretaries of State and their ages at death, ordered by most recent appointment.", "sparql": "SELECT ?secretary ?image ?ageAtDeath WHERE { ?secretary wdt:P31 wd:Q5 . ?secretary p:P39 ?statement . ?statement ps:P39 wd:Q14213 . ?statement pq:P580 ?startDate . OPTIONAL { ?secretary wdt:P569 ?dateOfBirth . } OPTIONAL { ?secretary wdt:P18 ?image . } OPTIONAL { ?secretary wdt:P570 ?dateOfDeath . } BIND( ( YEAR( ?dateOfDeath ) - YEAR( ?dateOfBirth ) ) AS ?ageAtDeath ) . } ORDER BY DESC(?startDate)", "paraphrases": ["Who are the U.S. Secretaries of State, what do they look like, and how old were they when they died?", "Show me photos of all U.S. Secretaries of State, along with their age at death if applicable, sorted from the most recently appointed to the earliest."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P39> _:b0 . _:b0 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q14213> . _:b0 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } BIND ( ( YEAR ( ?var6 ) - YEAR ( ?var5 ) ) AS ?var3 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_9995", "question": "Is there a television series that links to the episode list Q27657842?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q27657842 . }", "paraphrases": ["Does any TV show have its episode list documented at the Wikidata item Cheeky Vampire/Episodenliste?", "Is the episode list Q27657842 assigned to any TV series?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q27657842> . }"}}
{"id": "val_9996", "question": "Is there a TV series that links to the episode list article \"list of Lloyd in Space episodes\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q6576967 .\n}", "paraphrases": ["Does the article \"list of Lloyd in Space episodes\" serve as the official episode list for any TV series?", "Is the Wikipedia list \"list of Lloyd in Space episodes\" connected to a TV series in Wikidata?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6576967> . }"}}
{"id": "val_9997", "question": "Is the episode list for the TV series Agter Elke Man linked in Wikidata?", "sparql": "ASK WHERE { wd:Q3642705 wdt:P1811 wd:Q6560774 }", "paraphrases": ["Does Wikidata contain a link from Agter Elke Man to its list of episodes?", "Is there a connection between Agter Elke Man and the Wikipedia list of its episodes?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6560774> . }"}}
{"id": "val_9998", "question": "Does the TV series \"Is the Order a Rabbit?\" have an episode list article titled \"Anexo:Episodios de Goch\u016bmon wa Usagi Desu ka?\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q20716067 .\n}", "paraphrases": ["Is the Wikipedia episode list \"Anexo:Episodios de Goch\u016bmon wa Usagi Desu ka?\" linked to the anime series \"Is the Order a Rabbit?\"?", "Confirm whether the anime series \"Is the Order a Rabbit?\" uses the Spanish episode list article \"Anexo:Episodios de Goch\u016bmon wa Usagi Desu ka?\" as its official episode list."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q20716067> . }"}}
{"id": "val_9999", "question": "Does the TV series \"Bake with Anna Olson\" have a list of episodes?", "sparql": "ASK WHERE { wd:Q4849048 wdt:P1811 wd:Q24191315 . }", "paraphrases": ["Is there a Wikipedia-style list of episodes for the show \"Bake with Anna Olson\"?", "Confirm whether the TV series \"Bake with Anna Olson\" is linked to its episode list article on Wikimedia."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q24191315> . }"}}
{"id": "val_10000", "question": "Does Cross Ange: Tenshi to Ryuu no Rondo have an episode list on Wikipedia?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q20716786 . }", "paraphrases": ["Is there a Wikipedia article listing the episodes of the anime series Cross Ange?", "Confirm if the TV series Cross Ange: Tenshi to Ryuu no Rondo is linked to its episode list on Wikipedia."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q20716786> . }"}}
{"id": "val_10001", "question": "Is there a TV series whose list of episodes is linked to the article \"list of Muling Buksan Ang Puso episodes\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q17080663 .\n}", "paraphrases": ["TV series with episode list linked to \"list of Muling Buksan Ang Puso episodes\"?", "Check if any TV series is connected to the episode list article for \"Muling Buksan Ang Puso\"."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q17080663> . }"}}
{"id": "val_10002", "question": "Does the TV series Mundo Mo'y Akin have a Wikipedia article listing its episodes?", "sparql": "ASK WHERE { wd:Q6935858 wdt:P1811 wd:Q17070882 . }", "paraphrases": ["Is the episode list for the TV series Mundo Mo'y Akin linked in Wikidata?", "Confirm that Mundo Mo'y Akin is connected to its episode list article in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q17070882> . }"}}
{"id": "val_10003", "question": "Is the Wikipedia list of episodes for the TV series \"Sana Dalawa ang Puso\" linked in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q30245744 wdt:P1811 wd:Q48816364\n}", "paraphrases": ["Does the TV show \"Sana Dalawa ang Puso\" have its episode list connected to the corresponding Wikipedia article?", "Has the Philippine TV series \"Sana Dalawa ang Puso\" been linked to its episode list article on Wikipedia?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q48816364> . }"}}
{"id": "val_10004", "question": "Is there a TV series whose episode list is the German Wikipedia page for \"Ganz gro\u00dfe Klasse\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q16995014 .\n}", "paraphrases": ["Does the American TV series \"Head of the Class\" have its episode list linked to the German Wikipedia episode list article?", "Show me if any TV series is connected to the episode list article for \"Ganz gro\u00dfe Klasse\"."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q16995014> . }"}}
{"id": "val_10005", "question": "Does Tiny Toon Adventures have a Hungarian-language list of episodes?", "sparql": "ASK WHERE { wd:Q387943 wdt:P1811 wd:Q1638036 .}", "paraphrases": ["Is there a link from Tiny Toon Adventures to the list of its episodes in Hungarian?", "Confirm that Tiny Toon Adventures is associated with the Hungarian episode list Q1638036."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q1638036> . }"}}
{"id": "val_10006", "question": "What are some notable house cats listed in Wikidata?", "sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 wdt:P31 wd:Q146 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["List of famous domestic cats with their names in English", "Show me the English names of all individual cats that are instances of the house cat species"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q146> . FILTER ( ( ( ?var1 > \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_10007", "question": "Does the TV series Southern Charm have a list of episodes linked to the article \"List of Southern Charm episodes\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q17110041 wdt:P1811 wd:Q27676292 .\n}", "paraphrases": ["Is the Wikipedia article \"List of Southern Charm episodes\" the official episode list for the TV show Southern Charm?", "Confirm that Southern Charm is connected to its episode list article on Wikipedia."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q27676292> . }"}}
{"id": "val_10008", "question": "What are the employers of Ugutz Unzueta, and when did he start working at each?", "sparql": "SELECT ?image ?affiliation ?affiliationLabel ?start ?end ?degreeLabel WHERE { { wd:Q41545312 p:P1416 ?statement . ?statement ps:P1416 ?affiliation . } UNION { wd:Q41545312 p:P108 ?statement . ?statement ps:P108 ?affiliation . } ?affiliation rdfs:label ?affiliationLabel . FILTER(LANG(?affiliationLabel) = \"en\") OPTIONAL { ?affiliation wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?start . } OPTIONAL { ?statement pq:P582 ?end . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER(LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["Show images and employment periods for organizations Ugutz Unzueta has been affiliated with, in English.", "Which institutions has Ugutz Unzueta worked for? Include start dates, any associated images, and academic degrees held during those affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q41545312> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q41545312> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_10009", "question": "Image of Cornelius Van Schaack Roosevelt with SNAC ARK ID w6bk237x", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6bk237x\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the Wikimedia Commons image of the person with SNAC ARK ID w6bk237x?", "Show me the image associated with the SNAC ARK ID w6bk237x."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6bk237x\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10010", "question": "Does the TV series Ghost Stories have a list of episodes on Wikipedia?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  ?series wdt:P1811 wd:Q6571903 .\n}", "paraphrases": ["Is there a Wikipedia list article for the episodes of Ghost Stories?", "Confirm that Ghost Stories is linked to its episode list on Wikipedia."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6571903> . }"}}
{"id": "val_10011", "question": "Does the TV series \"The 7D\" have the episode list \"List of episodes of 7T\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q17183708 wdt:P1811 wd:Q20875549 .\n}", "paraphrases": ["Is the Hungarian-language episode list for \"7T\" linked to the TV series \"The 7D\"?", "Confirm that \"The 7D\" uses the article \"A 7T epiz\u00f3djainak list\u00e1ja\" as its official episode list."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q20875549> . }"}}
{"id": "val_10012", "question": "Does the TV series \"Animals.\" have a Wikipedia page listing its episodes?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nASK WHERE {\n  wd:Q10900982 wdt:P1811 wd:Q48976882 .\n}", "paraphrases": ["Is there a list of episodes for the TV show \"Animals.\" on Wikipedia?", "Confirm that the Wikipedia episode list for \"Animals.\" is linked in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q48976882> . }"}}
{"id": "val_10013", "question": "Is the episode list for \"Sana Bukas Pa Ang Kahapon\" linked to the TV series in Wikidata?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q27676288 . }", "paraphrases": ["Does the TV series \"Sana Bukas Pa Ang Kahapon\" have an official episode list page on Wikipedia?", "Confirm whether the Wikipedia list of episodes for \"Sana Bukas Pa Ang Kahapon\" is connected to the TV series in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q27676288> . }"}}
{"id": "val_10014", "question": "Is the list of episodes for the 1977 version of Top Gear linked to its Wikidata item?", "sparql": "ASK WHERE { ?series wdt:P1811 wd:Q6600475 . }", "paraphrases": ["Does Top Gear (1977) have a Wikipedia episode list page associated with it?", "Is there a connection between the TV series Top Gear (1977) and the article listing its episodes?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6600475> . }"}}
{"id": "val_10015", "question": "Does the TV program \"Saturday Primetime\" have a list of televised games on ESPN?", "sparql": "ASK WHERE { wd:Q7426738 wdt:P1811 wd:Q6621474 }", "paraphrases": ["Is there an episode list for ESPN's Saturday Primetime programming block?", "Does the article \"list of games televised on ESPN Saturday Primetime\" correspond to the Saturday Primetime TV show?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6621474> . }"}}
{"id": "val_10016", "question": "Who is the CEO of Bank of America?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?ceo ?ceoLabel WHERE {\n  wd:Q487907 wdt:P169 ?ceo .\n  OPTIONAL {\n    ?ceo rdfs:label ?ceoLabel .\n    FILTER ( LANG( ?ceoLabel ) = \"en\" )\n  }\n}", "paraphrases": ["What is the name of the chief executive officer of Bank of America Corporation?", "Can you tell me who leads Bank of America as its CEO?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { <http://www.wikidata.org/entity/Q487907> <http://www.wikidata.org/prop/direct/P57> * ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P57> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10017", "question": "What geographical locations have a GeoNames ID but are not classified as any type in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P1566 ?geoId .\n  FILTER NOT EXISTS {\n    ?item wdt:P31 ?type .\n  }\n}\nLIMIT 10", "paraphrases": ["Show me places with a GeoNames identifier that don\u2019t have a known category or type in Wikidata.", "Find entities identified by GeoNames that lack any 'instance of' classification."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var2 ; <http://www.wikidata.org/prop/direct/P31> ?var3 . FILTER ( ( !( BOUND ( ?var3 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"pl,en\". } } LIMIT 10"}}
{"id": "val_10018", "question": "Does the TV series Becker have its episode list linked to the article \"Becker/Episodenliste\"?", "sparql": "ASK WHERE { wd:Q540864 wdt:P1811 wd:Q6563536 }", "paraphrases": ["Becker TV series episode list link to Becker/Episodenliste", "Confirm that the TV series Becker is connected to its episode list article Becker/Episodenliste."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1811> <http://www.wikidata.org/entity/Q6563536> . }"}}
{"id": "val_10019", "question": "Who are the people with the surname Toubiana who have a French label?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?item WHERE {\n  ?item wdt:P734 wd:Q98639198 .\n  ?item wdt:P31 wd:Q5 .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" )\n}", "paraphrases": ["Which humans have the surname Toubiana and a French-language label?", "List all individuals with the last name Toubiana whose names are displayed in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"toubiana\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10020", "question": "Female Polish actors born after 1988 with English Wikipedia labels.", "sparql": "SELECT DISTINCT ?actor ?actorLabel WHERE { ?actor wdt:P31 wd:Q5 . ?actor wdt:P106 wd:Q33999 . ?actor wdt:P27 wd:Q36 . ?actor wdt:P21 wd:Q6581072 . ?actor wdt:P569 ?dateOfBirth . ?actor rdfs:label ?actorLabel . FILTER ( ?dateOfBirth > \"1988-12-31T00:00:00\"^^xsd:dateTime ) FILTER ( LANG(?actorLabel) = \"en\" ) }", "paraphrases": ["Who are the female Polish actors born after December 31, 1988, listed in English on Wikidata?", "List all female Polish actors born after 1988, showing their names in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q36> . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( ?var2 > \"1988-12-31T00:00:00\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10021", "question": "Who are the people with the surname Sautron?", "sparql": "SELECT DISTINCT ?human ?humanLabel WHERE { VALUES ?human { wd:Q127277900 wd:Q127277479 wd:Q116782888 wd:Q55627101 } ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") }", "paraphrases": ["List all humans whose name includes \"Sautron\".", "Can you find the names of people named Sautron?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Sautron\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10022", "question": "Genes in Vibrio cholerae with genomic coordinates between 368749 and 374999, including their strand orientation, Entrez ID, and locus tag.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?start ?end ?entrez_id ?strand_flag ?locus_tag ?label WHERE {\n  ?gene wdt:P279 wd:Q7187 ; wdt:P703 ?taxon ; wdt:P351 ?entrez_id ; wdt:P2393 ?locus_tag ; wdt:P644 ?start ; wdt:P645 ?end ; wdt:P2548 ?strand ; rdfs:label ?label .\n  ?taxon wdt:P685 \"471472\" .\n  BIND( IF( ?strand = wd:Q22809680 , \"1\" , \"-1\" ) AS ?strand_flag ) FILTER ( xsd:integer ( ?start ) <= 374999 && xsd:integer ( ?end ) >= 368749 ) FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the genes in Vibrio cholerae that lie between genomic positions 368749 and 374999, and are they on the forward or reverse strand?", "List the English names, Entrez IDs, NCBI locus tags, and strand directions (forward/reverse) of all genes in Vibrio cholerae whose start and end positions fall within the range 368749 to 374999."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 ?var8 WHERE { BIND ( IF ( ( ?var9 = <http://www.wikidata.org/entity/Q22809680> ), \"1\", \"-1\" ) AS ?var4 ). BIND ( STR ( ?var10 ) AS ?var5 ). ?var10 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7187> ; <http://www.wikidata.org/prop/direct/P703> ?var11 ; <http://www.wikidata.org/prop/direct/P351> ?var3 ; <http://www.wikidata.org/prop/direct/P351> ?var6 ; <http://www.wikidata.org/prop/direct/P2393> ?var7 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var8 ; <http://www.wikidata.org/prop/direct/P644> ?var1 ; <http://www.wikidata.org/prop/direct/P645> ?var2 ; <http://www.wikidata.org/prop/direct/P2548> ?var9 . ?var11 <http://www.wikidata.org/prop/direct/P685> \"471472\". FILTER ( ( !(( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) > \"374999\"^^<http://www.w3.org/2001/XMLSchema#integer> ) || ( <http://www.w3.org/2001/XMLSchema#integer> ( ?var2 ) < \"368749\"^^<http://www.w3.org/2001/XMLSchema#integer> )) ) ) . }"}}
{"id": "val_10023", "question": "What properties are used to describe United States national laboratories?", "sparql": "SELECT DISTINCT ?property ?propertyLabel WHERE { ?lab wdt:P31/wdt:P279* wd:Q2624320 . ?lab ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct-normalized/\")) FILTER(?property != wdtn:P31) . BIND(STRAFTER(STR(?property), \"http://www.wikidata.org/prop/direct-normalized/\") AS ?propId) . BIND(IRI(CONCAT(\"http://www.wikidata.org/entity/\", ?propId)) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . FILTER(LANG(?propertyLabel) = \"en\") } LIMIT 100", "paraphrases": ["Can you list the English labels of properties that provide information about U.S. Department of Energy national labs?", "Show me the names of the data fields (like GeoNames ID or VIAF) that are recorded for U.S. national laboratories."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q2624320> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_10024", "question": "Rivers with discharge between 170 and 190 cubic meters per second.", "sparql": "SELECT ?river ?riverLabel ?discharge WHERE { ?river wdt:P31 wd:Q4022 . ?river wdt:P2225 ?discharge . ?river rdfs:label ?riverLabel . FILTER(LANG(?riverLabel) = \"en\") FILTER ( \"170\"^^xsd:decimal <= ?discharge && ?discharge <= \"190\"^^xsd:decimal ) }", "paraphrases": ["Which rivers have a water discharge between 170 and 190 m\u00b3/s?", "List the English names and discharge rates of rivers whose water flow is between 170 and 190 cubic meters per second."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P2225> ?var2 . FILTER ( ( ( \"170\"^^<http://www.w3.org/2001/XMLSchema#integer> <= ?var2 ) && ( ?var2 <= \"190\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) . }"}}
{"id": "val_10025", "question": "List all settlements in England recorded in the Domesday Book that have an OpenDomesday ID.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?settlement WHERE {\n  ?settlement wdt:P3118 ?id .\n}", "paraphrases": ["Which settlements in the Domesday Book have an identifier in the OpenDomesday project?", "Show me the Wikidata items for all British settlements that are assigned an OpenDomesday settlement ID."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3118> [] . }"}}
{"id": "val_10026", "question": "Companies with a country of origin, including their subclasses.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?company WHERE {\n  ?company wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q783794 .\n  ?company wdt:P495 ?country .\n}\nLIMIT 1000", "paraphrases": ["What companies (and their subtypes) have a specified country of origin?", "List entities that are instances of a company or any of its subclasses and have a known country of origin."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q783794> . ?var1 <http://www.wikidata.org/prop/direct/P495> ?var4 . } LIMIT 1000000"}}
{"id": "val_10027", "question": "What are the hierarchical categories above George Boole\u2019s occupations, and their immediate parents?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor ?ancestorLabel ?immediateParent WHERE {\n  wd:Q134661 wdt:P106 ?occupation .\n  ?occupation wdt:P279 * ?ancestor .\n  OPTIONAL {\n    ?ancestor wdt:P279 ?immediateParent .\n  }\n  OPTIONAL {\n    ?ancestor rdfs:label ?ancestorLabel .\n    FILTER ( LANG( ?ancestorLabel ) = \"en\" )\n  }\n}\nORDER BY ?ancestor", "paraphrases": ["What broader academic or professional categories does George Boole belong to through his occupations, and what are their direct parent classes?", "List all ancestor classes of George Boole\u2019s occupations in the subclass hierarchy, along with their English labels and immediate parent classes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q134661> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Undirected\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P171> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P171> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10028", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0133093?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?page ?imdb WHERE {\n  ?movie wdt:P345 \"tt0133093\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n  .\n  ?movie wdt:P345 ?imdb .\n}", "paraphrases": ["Show me the language-specific pages (English or German) linked to the film \"The Matrix\" via its IMDb identifier.", "Which language versions of pages (in English or German) describe the movie \"The Matrix\" (IMDb: tt0133093)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0129653\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10029", "question": "What are the season numbers of the TV series Friends in English?", "sparql": "SELECT ?season ?label ?seasonNumber WHERE { ?season wdt:P179 wd:Q79784 ; wdt:P31 wd:Q3464665 ; rdfs:label ?label . FILTER (LANG(?label) = \"en\") BIND(STR(STRAFTER(?label, \"season \")) AS ?seasonNumber) } ORDER BY ?season", "paraphrases": ["List the English-labeled seasons of Friends along with their corresponding season numbers.", "How are the seasons of Friends numbered in their English labels?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { BIND ( <http://www.wikidata.org/entity/Q79784> AS ?var7 ). BIND ( STRBEFORE ( CONCAT ( ?var2 , \" XX\" ) , \" \" ) AS ?var6 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q191780> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var5 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q47543030> ; <http://www.wikidata.org/prop/direct/P4908> ?var8 ; <http://www.wikidata.org/prop/direct/P179> ?var7 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) && CONTAINS ( ?var6 , STR ( ?var2 ) ) ) ) . }"}}
{"id": "val_10030", "question": "What are the English names of the web browsers Firefox, Google Chrome, Internet Explorer, and Microsoft Edge?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?browser ?browserLabel WHERE {\n  VALUES ?browser {\n    wd:Q698 wd:Q777 wd:Q1575 wd:Q18698690\n  }\n  ?browser wdt:P31 wd:Q6368 .\n  ?browser rdfs:label ?browserLabel .\n  FILTER ( LANG( ?browserLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the labels in English for these four web browsers: Firefox, Google Chrome, Internet Explorer, and Microsoft Edge?", "Which web browsers among Firefox, Google Chrome, Internet Explorer, and Microsoft Edge have English labels in Wikidata?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q6368> AS ?var2 ). BIND ( <http://www.wikidata.org/entity/Q698> AS ?var3 ). BIND ( <http://www.wikidata.org/entity/Q777> AS ?var4 ). BIND ( <http://www.wikidata.org/entity/Q1575> AS ?var5 ). BIND ( <http://www.wikidata.org/entity/Q18698690> AS ?var6 ). BIND ( <http://www.wikidata.org/entity/Q2804309> AS ?var7 ). BIND ( <http://www.wikidata.org/entity/Q15726348> AS ?var8 ). ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ?var1 IN ( ?var3 , ?var4 , ?var5 , ?var6 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 100"}}
{"id": "val_10031", "question": "Does the IMDb ID nm7712523 correspond to a person in Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?person wdt:P345 \"nm7712523\" .\n}", "paraphrases": ["Is there a Wikidata item for the actor with IMDb ID nm7712523?", "Confirm if the IMDb identifier nm7712523 is linked to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm7712523\". }"}}
{"id": "val_10032", "question": "List all sports and their English labels from Wikidata.", "sparql": "SELECT ?sport ?sportLabel WHERE { ?sport wdt:P31 wd:Q349 . OPTIONAL { ?sport rdfs:label ?sportLabel . FILTER (LANG(?sportLabel) = \"en\") } }", "paraphrases": ["What are the English names of all sports listed in Wikidata?", "Show me all items classified as sports in Wikidata, along with their English labels \u2014 if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q349> . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } }"}}
{"id": "val_10033", "question": "Which Wikidata items have Twitter usernames fnielsen, kungbib, McrMuseum, mrundkvist, iiif_io, or EU_H2020?", "sparql": "SELECT ?item ?twitterUsername WHERE { ?item wdt:P2002 ?twitterUsername . VALUES ?twitterUsername { \"fnielsen\" \"kungbib\" \"McrMuseum\" \"mrundkvist\" \"iiif_io\" \"EU_H2020\" } } ORDER BY ?twitterUsername", "paraphrases": ["Who or what entities on Wikidata are associated with the Twitter handles fnielsen, kungbib, McrMuseum, mrundkvist, iiif_io, and EU_H2020?", "List the Wikidata items that use any of these Twitter usernames: fnielsen, kungbib, McrMuseum, mrundkvist, iiif_io, and EU_H2020."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"tjukanov\" ) ( \"afek_ben\" ) ( \"haxpett\" ) ( \"Ohyran\" ) ( \"string7\" ) ( \"string8\" ) ( \"string9\" ) ( \"string10\" ) ( \"moppematte\" ) ( \"string11\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"mrundkvist\" ) ( \"string15\" ) ( \"string16\" ) ( \"iiif_io\" ) ( \"string17\" ) ( \"soderhanna\" ) ( \"string18\" ) ( \"string19\" ) ( \"string20\" ) ( \"string21\" ) ( \"ethnomcr\" ) ( \"string22\" ) ( \"McrMuseum\" ) ( \"string23\" ) ( \"mengeeeeee\" ) ( \"jarlabanke\" ) ( \"string24\" ) ( \"string25\" ) ( \"SkrivaFel\" ) ( \"string26\" ) ( \"fnielsen\" ) ( \"string27\" ) ( \"string28\" ) ( \"string29\" ) ( \"Elmroth\" ) ( \"string30\" ) ( \"opassande\" ) ( \"string31\" ) ( \"DSMeu\" ) ( \"karins42\" ) ( \"string32\" ) ( \"string33\" ) ( \"digicultEU\" ) ( \"EU_H2020\" ) ( \"OsesElena\" ) ( \"string34\" ) ( \"string35\" ) ( \"kungbib\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_10034", "question": "Entities with postal code 08026 and their images", "sparql": "SELECT ?entity ?entityLabel ?image WHERE { ?entity wdt:P281 \"08026\" . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") . OPTIONAL { ?entity wdt:P18 ?image . } } LIMIT 100", "paraphrases": ["What are the places and institutions in the 08026 postal code area, and do they have images on Wikimedia Commons?", "Show me the English names of all locations with postal code 08026, along with any available images from Wikimedia Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P281> \"08026\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"it\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_10035", "question": "List the first 10 U.S. presidents, their spouses, start dates, ordinal numbers, and images.", "sparql": "SELECT ?president ?presidentLabel ?spouse ?spouseLabel ?startDate ?ordinal ?image WHERE { ?president wdt:P31 wd:Q5 . ?president p:P39 ?presidencyStmt . ?presidencyStmt ps:P39 wd:Q11696 . OPTIONAL { ?presidencyStmt pq:P580 ?startDate . } OPTIONAL { ?presidencyStmt pq:P1545 ?ordinal . } OPTIONAL { ?president wdt:P26 ?spouse . } OPTIONAL { ?president wdt:P18 ?image . } OPTIONAL { ?president rdfs:label ?presidentLabel . FILTER(LANG(?presidentLabel) = \"en\") } OPTIONAL { ?spouse rdfs:label ?spouseLabel . FILTER(LANG(?spouseLabel) = \"en\") } } ORDER BY ?ordinal LIMIT 10", "paraphrases": ["Who were the first 10 presidents of the United States, who did they marry, when did they take office, what number president were they, and do we have photos of them?", "Please provide a table of the first 10 U.S. presidents including their English names, spouses (with names), the start date of their presidency, their order in the sequence (e.g., 1st, 2nd), and a link to their image if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q11696> . ?var1 <http://www.wikidata.org/prop/direct/P26> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/P39> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q11696> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var6 . ?var5 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . ?var5 <http://www.wikidata.org/prop/qualifier/P1545> ?var4 . } }"}}
{"id": "val_10036", "question": "Image of Julio Rey Pastor with SNAC ARK ID w6ng61bq", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6ng61bq\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w6ng61bq?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6ng61bq."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6ng61bq\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10037", "question": "Which of the bridges and landmarks named \"Br\u00fccke\" are listed as cultural monuments in Hamburg?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item WHERE {\n  ?item wdt:P1822 [] . MINUS {\n    ?item wdt:P31 wd:Q13406463 .\n  }\n  FILTER ( ?item IN ( wd:Q756504 , wd:Q152778 , wd:Q833759 , wd:Q29878894 , wd:Q27479195 , wd:Q72374 , wd:Q1250608 , wd:Q4993117 , wd:Q319809 , wd:Q1865093 , wd:Q2103876 , wd:Q108440 , wd:Q14551105 , wd:Q2167645 , wd:Q509003 , wd:Q694708 , wd:Q2535709 , wd:Q1715189 , wd:Q996058 , wd:Q161907 , wd:Q27326206 , wd:Q1285656 , wd:Q19371178 , wd:Q1441252 , wd:Q435416 , wd:Q1426326 , wd:Q11785802 , wd:Q1787106 , wd:Q1449255 , wd:Q1243597 , wd:Q895658 , wd:Q1457718 , wd:Q11968416 , wd:Q1505147 , wd:Q1483254 , wd:Q1739633 , wd:Q435413 , wd:Q4810446 , wd:Q1211761 , wd:Q1430102 , wd:Q17481954 , wd:Q2498081 , wd:Q319850 , wd:Q1990662 , wd:Q995955 , wd:Q2005510 , wd:Q8079431 , wd:Q24262218 , wd:Q18620878 , wd:Q854423 ) )\n}", "paraphrases": ["Among all entities with \"Br\u00fccke\" in their name, which one has a Denkmalliste Hamburg identifier?", "What is the only entity from this list of 50+ \"Br\u00fccke\"-related items that appears on Hamburg\u2019s cultural heritage register?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { { { ?var1 <http://www.wikidata.org/prop/direct/P1822> ?var2 . } } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13406463> . } FILTER ( ( ?var1 IN ( <http://www.wikidata.org/entity/Q756504> , <http://www.wikidata.org/entity/Q152778> , <http://www.wikidata.org/entity/Q833759> , <http://www.wikidata.org/entity/Q29878894> , <http://www.wikidata.org/entity/Q27479195> , <http://www.wikidata.org/entity/Q72374> , <http://www.wikidata.org/entity/Q1250608> , <http://www.wikidata.org/entity/Q4993117> , <http://www.wikidata.org/entity/Q319809> , <http://www.wikidata.org/entity/Q1865093> , <http://www.wikidata.org/entity/Q2103876> , <http://www.wikidata.org/entity/Q108440> , <http://www.wikidata.org/entity/Q14551105> , <http://www.wikidata.org/entity/Q2167645> , <http://www.wikidata.org/entity/Q509003> , <http://www.wikidata.org/entity/Q694708> , <http://www.wikidata.org/entity/Q2535709> , <http://www.wikidata.org/entity/Q1715189> , <http://www.wikidata.org/entity/Q996058> , <http://www.wikidata.org/entity/Q161907> , <http://www.wikidata.org/entity/Q27326206> , <http://www.wikidata.org/entity/Q1285656> , <http://www.wikidata.org/entity/Q19371178> , <http://www.wikidata.org/entity/Q1441252> , <http://www.wikidata.org/entity/Q435416> , <http://www.wikidata.org/entity/Q1426326> , <http://www.wikidata.org/entity/Q11785802> , <http://www.wikidata.org/entity/Q1787106> , <http://www.wikidata.org/entity/Q1449255> , <http://www.wikidata.org/entity/Q1243597> , <http://www.wikidata.org/entity/Q895658> , <http://www.wikidata.org/entity/Q1457718> , <http://www.wikidata.org/entity/Q11968416> , <http://www.wikidata.org/entity/Q1505147> , <http://www.wikidata.org/entity/Q1483254> , <http://www.wikidata.org/entity/Q1739633> , <http://www.wikidata.org/entity/Q435413> , <http://www.wikidata.org/entity/Q4810446> , <http://www.wikidata.org/entity/Q1211761> , <http://www.wikidata.org/entity/Q1430102> , <http://www.wikidata.org/entity/Q17481954> , <http://www.wikidata.org/entity/Q2498081> , <http://www.wikidata.org/entity/Q319850> , <http://www.wikidata.org/entity/Q1990662> , <http://www.wikidata.org/entity/Q995955> , <http://www.wikidata.org/entity/Q2005510> , <http://www.wikidata.org/entity/Q8079431> , <http://www.wikidata.org/entity/Q24262218> , <http://www.wikidata.org/entity/Q18620878> , <http://www.wikidata.org/entity/Q854423> ) ) ) . }"}}
{"id": "val_10038", "question": "Humans with no stated field of work", "sparql": "SELECT ?humanLabel WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?humanLabel . FILTER(LANG(?humanLabel) = \"en\") FILTER NOT EXISTS { ?human wdt:P101 ?value } }", "paraphrases": ["Which humans do not have a field of work listed in Wikidata?", "List the names of all humans who have not specified their field of work."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 WHERE { BIND ( <http://www.wikidata.org/prop/novalue/P101> AS ?var3 ). BIND ( <http://www.wikidata.org/prop/direct/P101> AS ?var2 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 ?var4 <http://www.wikidata.org/prop/novalue/P101> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10039", "question": "Publications where Mairelys Lemus-Rojas has published, ranked by number of works.", "sparql": "SELECT ?publication ?publicationLabel (COUNT(?work) AS ?count)\nWHERE {\n  ?work wdt:P50 wd:Q50376985 .\n  ?work wdt:P1433 ?publication .\n  ?publication rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  OPTIONAL { ?publication wdt:P1813 ?shortName }\n  BIND(COALESCE(?shortName, ?label) AS ?publicationLabel)\n}\nGROUP BY ?publication ?publicationLabel\nORDER BY DESC(?count)", "paraphrases": ["Which journals or books have published the most works by Mairelys Lemus-Rojas, and how many works appear in each?", "Show me all publications that include works by Mairelys Lemus-Rojas, using short names where available, and count how many works each publication contains, sorted from most to least."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q50376985> . ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1813> ?var6 . } BIND ( COALESCE ( ?var6 , ?var5Label ) AS ?var2Label ). } GROUP BY ?var1 ?var2Label ORDER BY DESC( ?var4 )"}}
{"id": "val_10040", "question": "What are the English and German Wikipedia and Wikiquote pages about the movie The Matrix (IMDb ID tt0133093)?", "sparql": "SELECT ?item ?article WHERE { ?item wdt:P345 \"tt0133093\" . ?article schema:about ?item ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Show me the language versions of articles about The Matrix on Wikipedia and Wikiquote in English and German.", "Which articles in English and German discuss the film The Matrix, identified by its IMDb ID?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0123671\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10041", "question": "What is the German or English Wikipedia page for the movie with IMDb ID tt0255963?", "sparql": "SELECT ?movie ?wikipedia_page ?imdb_id WHERE { BIND(\"tt0255963\" AS ?imdb_id) . ?movie wdt:P345 ?imdb_id . ?wikipedia_page schema:about ?movie . ?wikipedia_page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\")) }", "paraphrases": ["Which Wikipedia articles in English or German are about the movie identified by IMDb ID tt0255963?", "Show me the Wikipedia links in English or German for the movie with IMDb ID tt0255963."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0255963\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10042", "question": "English and German Wikipedia pages for the movie with IMDb ID tt0111161", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0111161\" . ?wikipediaPage schema:about ?movie . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["What are the English and German Wikipedia pages for the movie \"The Shawshank Redemption\"?", "Show me the English and German language Wikipedia articles linked to the movie with IMDb ID tt0111161."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3454416\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10043", "question": "People born in England between 1839 and 1860", "sparql": "SELECT ?person ?birthDate ?birthPlace WHERE { ?person wdt:P569 ?birthDate . ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P131* wd:Q21 . FILTER (?birthDate > \"1839-01-01\"^^xsd:date) . FILTER (?birthDate < \"1860-01-01\"^^xsd:date) } LIMIT 20", "paraphrases": ["Who were the people born in England between 1839 and 1860?", "List the names and birthplaces of people born in England from 1840 to 1859."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P131> <http://www.wikidata.org/entity/Q21> . FILTER ( ( ( ?var2 > \"1839-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . FILTER ( ( ( ?var2 < \"1860-01-01\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } } LIMIT 20"}}
{"id": "val_10044", "question": "How many entities in Wikidata are classified as abstract concepts, either directly or through subclass relationships?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ( COUNT( * ) AS ?count ) WHERE {\n  ?item ( wdt:P31 / wdt:P279 * ) wd:Q4167836 .\n}", "paraphrases": ["What is the total number of items in Wikidata that are instances of or subclasses of an abstract concept?", "Can you tell me how many abstract concepts and their subtypes exist in Wikidata?"], "info": {"raw_sparql": "SELECT( COUNT ( DISTINCT * ) AS ?var1 ) WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4167836> . } GROUP BY ?var2"}}
{"id": "val_10045", "question": "Subclasses of record producer in Wikidata", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?subclass ?subclassLabel WHERE {\n  ?subclass wdt:P279 wd:Q183945 .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER(LANG(?subclassLabel) = \"en\")\n}\nLIMIT 11", "paraphrases": ["What are some specific types of record producers, such as hip hop producer or remixer?", "List the English labels of the top 11 subclasses of 'record producer' in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q183945> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10046", "question": "Works authored by John L. Hennessy, including their publication dates, types, venues, number of pages, and co-authors, sorted by newest first.", "sparql": "SELECT (MIN(?pubDate) AS ?earliestPubDate) ?work ?workLabel (GROUP_CONCAT(DISTINCT ?typeLabel; SEPARATOR=\", \") AS ?types) (SAMPLE(?pages) AS ?sampledPages) ?venue ?venueLabel (GROUP_CONCAT(DISTINCT ?authorLabel; SEPARATOR=\", \") AS ?allAuthors) WHERE { ?work wdt:P50 wd:Q92854 . OPTIONAL { ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } OPTIONAL { ?work wdt:P31 ?type . ?type rdfs:label ?typeLabel . FILTER(LANG(?typeLabel) = \"en\") } OPTIONAL { ?work wdt:P577 ?pubDateRaw . BIND(xsd:date(?pubDateRaw) AS ?pubDate) } OPTIONAL { ?work wdt:P1104 ?pages } OPTIONAL { ?work wdt:P1433 ?venue . ?venue rdfs:label ?venueLabel . FILTER(LANG(?venueLabel) = \"en\") } OPTIONAL { ?work wdt:P50 ?author . ?author rdfs:label ?authorLabel . FILTER(LANG(?authorLabel) = \"en\") } } GROUP BY ?work ?workLabel ?venue ?venueLabel ORDER BY DESC(?earliestPubDate)", "paraphrases": ["What are the works written by John L. Hennessy, and who are their co-authors, publication venues, types, and publication dates?", "List all publications by John L. Hennessy with their co-authors, publication venues, types, and earliest publication dates, ordered from newest to oldest."], "info": {"raw_sparql": "SELECT( MIN ( ?var1 ) AS ?var2 ) ?var3 ?var3Label ( GROUP_CONCAT ( DISTINCT ?var4Label ; SEPARATOR = \", \" ) AS ?var5 )( SAMPLE ( ?var6 ) AS ?var7 ) ?var8 ?var8Label ( GROUP_CONCAT ( DISTINCT ?var9Label ; SEPARATOR = \", \" ) AS ?var10 ) WHERE { ?var3 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q92854> . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var11 . OPTIONAL { ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12 . FILTER ( ( ( LANG ( ?var12 ) = \"en\" ) ) ) . } BIND ( COALESCE ( ?var12 , SUBSTR ( STR ( ?var11 ) ,\"32\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) AS ?var9Label ). OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P31> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"en\" ) ) ) . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#date> ( ?var13 ) AS ?var1 ). ?var3 <http://www.wikidata.org/prop/direct/P577> ?var13 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1104> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,no,ru,sv,zh\". } } GROUP BY ?var3 ?var3Label ?var8 ?var8Label ORDER BY DESC( ?var2 )"}}
{"id": "val_10047", "question": "French label \"Todor Diev\" and is a human", "sparql": "SELECT DISTINCT ?person WHERE { ?person rdfs:label \"Todor Diev\"@fr . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who is the person with the French name \"Todor Diev\"?", "Find the human entity that is labeled \"Todor Diev\" in French."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Dievre\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10048", "question": "How many humans have an occupation that is a subclass of health professional?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ( COUNT( ?human ) AS ?count ) WHERE {\n  ?human wdt:P31 wd:Q5 ; wdt:P106 ?occupation .\n  ?occupation wdt:P279 wd:Q11974939 .\n}", "paraphrases": ["What is the total number of people in Wikidata whose occupation is a subcategory of health professional?", "Count all individuals who are humans and work in any profession that falls under the category of health professional."], "info": {"raw_sparql": "SELECT( COUNT ( ?var1 ) AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q11974939> . }"}}
{"id": "val_10049", "question": "What are the English or German Wikipedia pages for the film with IMDb ID tt0451998?", "sparql": "SELECT ?item ?wikipediaPage WHERE { ?item wdt:P345 \"tt0451998\" . ?wikipediaPage schema:about ?item . { ?wikipediaPage schema:inLanguage \"en\" . } UNION { ?wikipediaPage schema:inLanguage \"de\" . } }", "paraphrases": ["Show me the Wikipedia articles in English or German about the movie identified by tt0451998 on IMDb.", "Find the Wikipedia pages in German or English that are about the film with IMDb identifier tt0451998."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0451998\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10050", "question": "Who is Evin Ahmad, a human with the English label \"Evin Ahmad\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Evin Ahmad\" @en .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["Is there a human in Wikidata whose English label is \"Evin Ahmad\"?", "Find the Wikidata item for the person named Evin Ahmad, who is a human."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Evin dogan\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10051", "question": "Image of John Augustus Cuthbert Hare with SNAC ARK ID w6379cc2", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6379cc2\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the person having the SNAC ARK ID w6379cc2?", "Show me the Wikimedia Commons image for John Augustus Cuthbert Hare, identified by SNAC ARK ID w6379cc2."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6379cc2\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10052", "question": "Image of the person with SNAC ARK ID w6796shm", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6796shm\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with the SNAC ARK ID w6796shm?", "Show me the Wikimedia Commons image for the individual identified by w6796shm in the Social Networks and Archival Context system."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6796shm\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10053", "question": "Retrieve the PMID, DOI, and PMC ID for the scholarly article \"Rickettsia parkeri strain Atlantic rainforest in ticks...\"", "sparql": "SELECT ?article ?type ?articleLabel ?pmid ?doi ?pmc WHERE { VALUES ?article { wd:Q100138615 } { ?article wdt:P31 ?type . ?type wdt:P279 wd:Q13442814 . } UNION { ?article wdt:P31 wd:Q13442814 . } OPTIONAL { ?article wdt:P698 ?pmid . } OPTIONAL { ?article wdt:P356 ?doi . } OPTIONAL { ?article wdt:P932 ?pmc . } ?article rdfs:label ?articleLabel . FILTER(LANG(?articleLabel) = \"en\") }", "paraphrases": ["What are the PubMed, DOI, and PMC identifiers for the scholarly article titled \"Rickettsia parkeri strain Atlantic rainforest in ticks...\"?", "Please provide the type and identifiers (PMID, DOI, PMC) for the scholarly article about Rickettsia parkeri in ticks from Colombia."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var1Label ?var3 ?var4 ?var5 WHERE { VALUES ( ?var1 ) { ( \"string1\" ) } { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q13442814> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P698> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P932> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10054", "question": "What are some examples of liqueurs?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?liqueur ?liqueurLabel WHERE {\n  ?liqueur wdt:P31 wd:Q178780 .\n  ?liqueur rdfs:label ?liqueurLabel .\n  FILTER(LANG(?liqueurLabel) = \"en\")\n}", "paraphrases": ["Which drinks are classified as liqueurs on Wikidata?", "List the English names of all items that are instances of liqueur."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178780> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10055", "question": "What are all the properties and values associated with the protein domain Q335669?", "sparql": "SELECT ?property ?value WHERE { wd:Q335669 ?property ?value . }", "paraphrases": ["Show me all the direct information about the EGF-like fibronectin type III and laminin G domains protein.", "List all the attributes and their values for the protein domain identified as Q335669."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q335669-928B6C66-9D3E-4FC0-83CE-F93427077D69> ?var1 ?var2 . }"}}
{"id": "val_10056", "question": "What are the Ensembl protein IDs associated with the EGF like, fibronectin type III and laminin G domains?", "sparql": "SELECT ?ensemblId WHERE { wd:Q335669 wdt:P705 ?ensemblId .}", "paraphrases": ["Ensembl protein IDs for EGF like, fibronectin type III and laminin G domains", "List the Ensembl protein IDs for the protein domain EGF like, fibronectin type III and laminin G domains."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q335669-919A094C-E7E6-4F4B-B2CD-CD04997330D4> . }"}}
{"id": "val_10057", "question": "What entity and property are linked to the statement s:Q335669-8062F8F0-2A84-4CFA-88A3-82261108E315?", "sparql": "SELECT ?entity ?property WHERE { ?entity ?property s:Q335669-8062F8F0-2A84-4CFA-88A3-82261108E315 . }", "paraphrases": ["Which protein domain has the RefSeq protein ID statement with identifier s:Q335669-8062F8F0-2A84-4CFA-88A3-82261108E315?", "Tell me the entity and property associated with the Wikidata statement s:Q335669-8062F8F0-2A84-4CFA-88A3-82261108E315."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q335669-8062F8F0-2A84-4CFA-88A3-82261108E315> . }"}}
{"id": "val_10058", "question": "What property is most commonly used to link entities to Pulsnitz?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?property(COUNT(?item) AS ?count) WHERE {\n  ?item ?property wd:Q81743 .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Most frequently used property connecting items to Pulsnitz", "Show me the property that links the most entities to the town of Pulsnitz"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q81743> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10059", "question": "Which Wikidata item has the VIAF ID 1149148814289545330006?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P214 \"1149148814289545330006\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is the person associated with the Virtual International Authority File identifier 1149148814289545330006?", "Show me the name of the entity in Wikidata that has the VIAF cluster ID 1149148814289545330006."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"1149148814289545330006\". }"}}
{"id": "val_10060", "question": "What are the PubMed ID, DOI, and PMC ID for the scholarly article SUS-BAR: a database of pig proteins with statistically validated structural and functional annotation?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?article ?articleLabel ?pmid ?doi ?pmcid WHERE {\n  VALUES ?article {\n    wd:Q38485402\n  }\n  ?article wdt:P31 wd:Q13442814 .\n  OPTIONAL {\n    ?article wdt:P698 ?pmid .\n  }\n  OPTIONAL {\n    ?article wdt:P356 ?doi .\n  }\n  OPTIONAL {\n    ?article wdt:P932 ?pmcid .\n  }\n  ?article rdfs:label ?articleLabel .\n  FILTER(LANG(?articleLabel) = \"en\")\n}", "paraphrases": ["Can you find the publication identifiers (PMID, DOI, PMC ID) for the SUS-BAR database paper?", "I'm looking for the DOI, PubMed ID, and PMC ID of the article SUS-BAR \u2014 can you retrieve them?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q38485402> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P698> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P932> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10061", "question": "What are the PubMed ID, DOI, PMC ID, author, publication date, and publication venue for the article SUS-BAR: a database of pig proteins with statistically validated structural and functional annotation?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?title ?pubmedId ?doi ?pmcId ( GROUP_CONCAT( ?authorName ; SEPARATOR = \";\" ) AS ?authorNames ) ?publicationDate ?publishedIn WHERE {\n  VALUES ?item {\n    wd:Q38485402\n  }\n  ?item wdt:P31 ?instance .\n  OPTIONAL {\n    ?item wdt:P698 ?pubmedId .\n  }\n  OPTIONAL {\n    ?item wdt:P356 ?doi .\n  }\n  OPTIONAL {\n    ?item wdt:P932 ?pmcId .\n  }\n  OPTIONAL {\n    ?item wdt:P2093 ?authorName .\n  }\n  OPTIONAL {\n    ?item wdt:P577 ?publicationDate .\n  }\n  OPTIONAL {\n    ?item wdt:P1433 ?publishedIn .\n  }\n  OPTIONAL {\n    ?item wdt:P1476 ?title .\n  }\n}\nGROUP BY ?item ?title ?pubmedId ?doi ?pmcId ?publicationDate ?publishedIn", "paraphrases": ["Can you provide the publication details of the SUS-BAR database article, including its authors, DOI, PubMed ID, PMC ID, and where it was published?", "I\u2019m looking for the bibliographic metadata of the SUS-BAR scientific article \u2014 please give me its title, authors (as name strings), DOI, PubMed ID, PMC ID, publication date, and the journal or database it was published in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ( GROUP_CONCAT ( ?var5 ; SEPARATOR = \";\" ) AS ?var6 ) ?var7 ?var8 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q38485402> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var9 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P698> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P356> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P932> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2093> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1433> ?var8 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var3 ?var4 ?var7 ?var8"}}
{"id": "val_10062", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0103239?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0103239\" .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English and German about the film identified by the IMDb identifier tt0103239.", "Find the Wikipedia links in English and German for the movie that has the IMDb ID tt0103239."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0103239\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10063", "question": "Wikipedia page for movie with IMDb ID tt0088214 in English, German, or Polish", "sparql": "SELECT ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0088214\" . ?wikipedia_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" \"pl\" } ?wikipedia_page schema:inLanguage ?lang . }", "paraphrases": ["What is the Wikipedia article for the film with IMDb ID tt0088214 in English, German, or Polish?", "Show me the Wikipedia page for the movie \"tt0088214\" if it exists in English, German, or Polish."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0088214\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10064", "question": "Wikipedia pages in English and German about the movie with IMDb ID tt0365043.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0365043\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang = \"en\" || ?lang = \"de\")\n}", "paraphrases": ["What are the English and German Wikipedia pages for the movie \"The Challenge\" (IMDb ID tt0365043)?", "Show me the English and German Wikipedia links for the film identified by IMDb ID tt0365043."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0365043\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10065", "question": "Birth dates, precision, and calendar model for Bolivian women including Jacqueline Sol\u00edz, Wilma Alanoca, and Mar\u00eda Eugenia del Valle de Siles.", "sparql": "PREFIX psv: <http://www.wikidata.org/prop/statement/value/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?person ?personLabel ?birthDate ?precision ?calendarModel WHERE {\n  VALUES ?person {\n    wd:Q33120884 wd:Q33296959 wd:Q33420265 wd:Q38827120 wd:Q38827167 wd:Q38827893 wd:Q40688264 wd:Q42904570 wd:Q44147474 wd:Q47004672 wd:Q47099177 wd:Q47404755 wd:Q47445289 wd:Q47455965 wd:Q47712142 wd:Q48660987 wd:Q5551099 wd:Q5971701 wd:Q19532871 wd:Q19532955 wd:Q19532985 wd:Q19533030 wd:Q19545782 wd:Q19545803 wd:Q19545978 wd:Q19588435 wd:Q42389550\n  }\n  ?person ( p:P569 / psv:P569 ) [ wikibase:timeValue ?birthDate ; wikibase:timePrecision ?precision ; wikibase:timeCalendarModel ?calendarModel ] .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["What are the dates of birth, precision levels, and calendar models for the birth dates of 25 notable Bolivian women such as historians, sprinters, and politicians?", "Please list the birth dates (with precision and calendar model) for the following Bolivian women: Jacqueline Sol\u00edz, Wilma Alanoca, Rossana Barrag\u00e1n, and others listed in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q33120884> ) ( <http://www.wikidata.org/entity/Q33296959> ) ( <http://www.wikidata.org/entity/Q33420265> ) ( <http://www.wikidata.org/entity/Q38827120> ) ( <http://www.wikidata.org/entity/Q38827167> ) ( <http://www.wikidata.org/entity/Q38827893> ) ( <http://www.wikidata.org/entity/Q40688264> ) ( <http://www.wikidata.org/entity/Q42904570> ) ( <http://www.wikidata.org/entity/Q44147474> ) ( <http://www.wikidata.org/entity/Q47004672> ) ( <http://www.wikidata.org/entity/Q47099177> ) ( <http://www.wikidata.org/entity/Q47404755> ) ( <http://www.wikidata.org/entity/Q47445289> ) ( <http://www.wikidata.org/entity/Q47455965> ) ( <http://www.wikidata.org/entity/Q47712142> ) ( <http://www.wikidata.org/entity/Q48660987> ) ( <http://www.wikidata.org/entity/Q5551099> ) ( <http://www.wikidata.org/entity/Q5971701> ) ( <http://www.wikidata.org/entity/Q19532871> ) ( <http://www.wikidata.org/entity/Q19532955> ) ( <http://www.wikidata.org/entity/Q19532985> ) ( <http://www.wikidata.org/entity/Q19533030> ) ( <http://www.wikidata.org/entity/Q19545782> ) ( <http://www.wikidata.org/entity/Q19545803> ) ( <http://www.wikidata.org/entity/Q19545978> ) ( <http://www.wikidata.org/entity/Q19588435> ) ( <http://www.wikidata.org/entity/Q42389550> ) } ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_10066", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0158267?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?wikipedia_page WHERE {\n  ?item wdt:P345 \"tt0158267\" .\n  ?wikipedia_page schema:about ?item .\n  {\n    ?wikipedia_page schema:inLanguage \"en\"\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\"\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English or German about the film identified by tt0158267 on IMDb.", "Find the Wikipedia pages in English or German that are about the movie with the IMDb identifier tt0158267."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0158267\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10067", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt0044838?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt0044838\" . ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang . FILTER(?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film identified by tt0044838 on IMDb?", "Which language versions of Wikipedia have pages about the movie 'The Lion and the Horse' (IMDb: tt0044838)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0044838\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10068", "question": "What English or German Wikipedia or Commons pages are linked to the movie with IMDb ID tt0011303?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?page WHERE {\n  ?item wdt:P345 \"tt0011303\" .\n  ?page schema:about ?item .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which pages in English or German are about the film identified by IMDb ID tt0011303?", "Show me the English and German Wikipedia or Wikimedia Commons pages related to the movie with IMDb ID tt0011303."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0011303\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10069", "question": "What are the English and German Wikipedia pages about the movie with IMDb ID tt0468569?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?page WHERE {\n  ?movie wdt:P345 \"tt0468569\" .\n  ?page schema:about ?movie .\n  ?page schema:inLanguage ?lang .\n  FILTER ( ?lang = \"en\" || ?lang = \"de\" )\n}", "paraphrases": ["Which Wikipedia pages in English or German are linked to the movie \"The Dark Knight\" on Wikidata?", "Show me the English and German language Wikipedia pages related to the film identified by IMDb ID tt0468569."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1650023\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10070", "question": "Birth dates of Guyanese women including Marian Burnett, Claire Fraser, and Rhona Fox.", "sparql": "SELECT ?person ?birthDate ?precision ?calendar WHERE {\n  VALUES ?person {\n    wd:Q3291210 wd:Q959460 wd:Q4963544 wd:Q4969324 wd:Q6796745 wd:Q335029 wd:Q3808285 wd:Q4804494 wd:Q4960628 wd:Q6170971 wd:Q28342859 wd:Q7321351 wd:Q19561257 wd:Q19958286 wd:Q20983252 wd:Q21181055 wd:Q21181161 wd:Q21181211 wd:Q23884848 wd:Q27942092 wd:Q27943400 wd:Q27943406 wd:Q27943411 wd:Q27943413 wd:Q27943414 wd:Q27943415 wd:Q27943417 wd:Q27943419 wd:Q28055247 wd:Q28062429 wd:Q28864355 wd:Q28955449 wd:Q30312341 wd:Q34989206 wd:Q38201870 wd:Q42820931 wd:Q43038262 wd:Q43378158 wd:Q46844785 wd:Q47012479\n  }\n  ?person (p:P569/psv:P569) [\n    wikibase:timeValue ?birthDate ;\n    wikibase:timePrecision ?precision ;\n    wikibase:timeCalendarModel ?calendar\n  ] .\n}", "paraphrases": ["What are the birth dates, precision levels, and calendar models for notable Guyanese women such as athletes, politicians, and journalists like Marian Burnett, Cheryl Pickering-Moore, and Otesha Charles?", "Please provide the date of birth, precision, and calendar model for each of the following Guyanese women: Marian Burnett, Claire Fraser, Indranie Chandarpal, Rhona Fox, and 35 others."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q3291210> ) ( <http://www.wikidata.org/entity/Q959460> ) ( <http://www.wikidata.org/entity/Q4963544> ) ( <http://www.wikidata.org/entity/Q4969324> ) ( <http://www.wikidata.org/entity/Q6796745> ) ( <http://www.wikidata.org/entity/Q335029> ) ( <http://www.wikidata.org/entity/Q3808285> ) ( <http://www.wikidata.org/entity/Q4804494> ) ( <http://www.wikidata.org/entity/Q4960628> ) ( <http://www.wikidata.org/entity/Q6170971> ) ( <http://www.wikidata.org/entity/Q28342859> ) ( <http://www.wikidata.org/entity/Q7321351> ) ( <http://www.wikidata.org/entity/Q19561257> ) ( <http://www.wikidata.org/entity/Q19958286> ) ( <http://www.wikidata.org/entity/Q20983252> ) ( <http://www.wikidata.org/entity/Q21181055> ) ( <http://www.wikidata.org/entity/Q21181161> ) ( <http://www.wikidata.org/entity/Q21181211> ) ( <http://www.wikidata.org/entity/Q23884848> ) ( <http://www.wikidata.org/entity/Q27942092> ) ( <http://www.wikidata.org/entity/Q27943400> ) ( <http://www.wikidata.org/entity/Q27943406> ) ( <http://www.wikidata.org/entity/Q27943411> ) ( <http://www.wikidata.org/entity/Q27943413> ) ( <http://www.wikidata.org/entity/Q27943414> ) ( <http://www.wikidata.org/entity/Q27943415> ) ( <http://www.wikidata.org/entity/Q27943417> ) ( <http://www.wikidata.org/entity/Q27943419> ) ( <http://www.wikidata.org/entity/Q28055247> ) ( <http://www.wikidata.org/entity/Q28062429> ) ( <http://www.wikidata.org/entity/Q28864355> ) ( <http://www.wikidata.org/entity/Q28955449> ) ( <http://www.wikidata.org/entity/Q30312341> ) ( <http://www.wikidata.org/entity/Q34989206> ) ( <http://www.wikidata.org/entity/Q38201870> ) ( <http://www.wikidata.org/entity/Q42820931> ) ( <http://www.wikidata.org/entity/Q43038262> ) ( <http://www.wikidata.org/entity/Q43378158> ) ( <http://www.wikidata.org/entity/Q46844785> ) ( <http://www.wikidata.org/entity/Q47012479> ) } ?var1 ( <http://www.wikidata.org/prop/P569> / <http://www.wikidata.org/prop/statement/value/P569> ) [ <http://wikiba.se/ontology#timeValue> ?var2 ; <http://wikiba.se/ontology#timePrecision> ?var3 ; <http://wikiba.se/ontology#timeCalendarModel> ?var4 ] . }"}}
{"id": "val_10071", "question": "Who are the direct family members of Robert Seton, 1st Earl of Winton, including parents, children, siblings, and spouse?", "sparql": "SELECT DISTINCT ?familyMember ?familyMemberLabel WHERE {  VALUES ?relationship { wdt:P22 wdt:P25 wdt:P26 wdt:P3373 wdt:P40 }  {    wd:Q7349694 ?relationship ?familyMember .  } UNION {    ?familyMember ?relationship wd:Q7349694 .  }  FILTER (?familyMember != wd:Q7349694)  OPTIONAL {    ?familyMember rdfs:label ?familyMemberLabel .    FILTER (lang(?familyMemberLabel) = \"en\")  } }", "paraphrases": ["List all people related to Robert Seton, 1st Earl of Winton, as his father, mother, child, sibling, or spouse.", "Find everyone connected to Robert Seton, 1st Earl of Winton, through family ties such as parent-child, sibling, or marriage relationships."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P22> ) ( <http://www.wikidata.org/prop/direct/P25> ) ( <http://www.wikidata.org/prop/direct/P3448> ) ( <http://www.wikidata.org/prop/direct/P26> ) ( <http://www.wikidata.org/prop/direct/P3373> ) ( <http://www.wikidata.org/prop/direct/P1038> ) ( <http://www.wikidata.org/prop/direct/P451> ) ( <http://www.wikidata.org/prop/direct/P40> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q7349694> ) } { ?var3 ?var2 ?var1 . } UNION { ?var1 ?var2 ?var3 . } UNION { ?var3 ?var2 ?var4 . ?var4 ?var2 ?var1 . } UNION { ?var3 ?var2 ?var4 . ?var1 ?var2 ?var4 . } }"}}
{"id": "val_10072", "question": "Is the short film \"Das Wad\" (Q50172197) a human?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q50172197 wdt:P31 / wdt:P279 * wd:Q5 .\n}", "paraphrases": ["Does the entity Q50172197 belong to the class of humans, either directly or through inheritance?", "Is the 2014 Dutch short film with IMDb ID tt4173382 a human being?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q50172197> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10073", "question": "Companions of the Prophet with French, English, and Arabic labels and birth dates.", "sparql": "SELECT ?item ?labelFr ?labelEn ?labelAr ?birthDate WHERE { ?item wdt:P361 wd:Q188711 . OPTIONAL { ?item rdfs:label ?labelFr FILTER(LANG(?labelFr) = \"fr\") } OPTIONAL { ?item rdfs:label ?labelEn FILTER(LANG(?labelEn) = \"en\") } OPTIONAL { ?item rdfs:label ?labelAr FILTER(LANG(?labelAr) = \"ar\") } OPTIONAL { ?item wdt:P569 ?birthDate } } ORDER BY ?item", "paraphrases": ["Who are the companions of the Prophet Muhammad, and what are their names in French, English, and Arabic, along with their birth dates if known?", "Please list all companions of the Prophet Muhammad, showing their names in French, English, and Arabic, and include their birth dates where available."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P361> <http://www.wikidata.org/entity/Q188711> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var2 ) = \"fr\" ) && ( LANG ( ?var3 ) = \"en\" ) && ( LANG ( ?var4 ) = \"ar\" ) ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var5 . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_10074", "question": "People with feast day on May 28, including their birth date, death date, gender, and type.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?birthDate ?instance ?deathDate ?gender WHERE {\n  ?person wdt:P841 wd:Q2588 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P31 ?instance .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  OPTIONAL {\n    ?person wdt:P21 ?gender .\n  }\n}\nORDER BY ?person\nLIMIT 50", "paraphrases": ["Who are the individuals whose feast day is May 28, and what are their dates of birth and death, gender, and classification (e.g., human)?", "List all entities celebrated on May 28 with their biographical details: when they were born, when they died, their gender, and whether they are classified as human or another type."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P841> <http://www.wikidata.org/entity/Q2588> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P21> ?var5 . } }"}}
{"id": "val_10075", "question": "Image of the person with SNAC ARK ID w6dr3cwg.", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w6dr3cwg\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the Social Networks and Archival Context ID w6dr3cwg?", "Please show me the Wikimedia Commons image for the individual identified by SNAC ARK ID w6dr3cwg."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6dr3cwg\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10076", "question": "Chemical compounds that are instances of subclasses of chemical compound", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?compound ?compoundLabel WHERE {\n  ?compound ( wdt:P31 / wdt:P279 ) wd:Q11173 .\n}", "paraphrases": ["What are all the chemical compounds that belong to a subclass of chemical compound?", "List all chemical compounds classified under any subclass of chemical compound."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> ) <http://www.wikidata.org/entity/Q153> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10077", "question": "Image of William Thompson with SNAC ARK ID w67d3ttz", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?person wdt:P3430 \"w67d3ttz\" .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with William Thompson, who has the SNAC ARK ID w67d3ttz?", "Show me the Wikimedia Commons image linked to the person identified by SNAC ARK ID w67d3ttz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w67d3ttz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10078", "question": "Translations of Robert Burns' poems", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P50 wd:Q81960 .\n  ?work wdt:P31 wd:Q3331189 .\n  ?work rdfs:label ?workLabel .\n  FILTER ( LANG( ?workLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are the translated versions of poems written by Robert Burns?", "List the English titles of works that are translations or editions of poems authored by Robert Burns."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"cs,en\". } ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q81960> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3331189> . } LIMIT 100"}}
{"id": "val_10079", "question": "What properties are commonly used on countries (like Botswana)?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?property WHERE {\n  wd:Q963 wdt:P31 ?type .\n  ?item wdt:P31 | wdt:P279 ?type .\n  ?item ?property ?value .\n  FILTER ( STRSTARTS( STR( ?property ) , \"http://www.wikidata.org/prop/direct/\" ) )\n}", "paraphrases": ["Which data properties are associated with items that are instances or subclasses of Botswana\u2019s types?", "Can you list the identifiers and attributes typically used for sovereign states and countries?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { <http://www.wikidata.org/entity/Q963> <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var3 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var2 . ?var3 ?var1 ?var4 . ?var5 <http://wikiba.se/ontology#directClaim> ?var1 . }"}}
{"id": "val_10080", "question": "What property is most commonly used to link entities to the French Revolution?", "sparql": "SELECT ?property (COUNT(?item) AS ?count)\nWHERE {\n  ?item ?property wd:Q6534 .\n  FILTER(?property IN (wdt:P31, wdt:P580, wdt:P582, wdt:P17, wdt:P710, wdt:P1343, wdt:P276, wdt:P585))\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["Which statement type (e.g., instance of, start time) is most frequently associated with the French Revolution in Wikidata?", "Among all properties connecting to the French Revolution, which one has the highest usage count?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q6534> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10081", "question": "Who has the Twitter username \"annafriel\" on Wikidata?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P2002 \"annafriel\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Which person on Wikidata uses the Twitter handle \"annafriel\"?", "Find the Wikidata item for the person with the Twitter username annafriel."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"annafriel\" ) ( \"string2\" ) ( \"4D_79\" ) ( \"string3\" ) ( \"string4\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"Elwoods88\" ) ( \"string8\" ) ( \"prouddavid\" ) ( \"kazza2458\" ) ( \"string9\" ) ( \"string10\" ) ( \"string11\" ) ( \"laurenn_mh\" ) ( \"string12\" ) ( \"string13\" ) ( \"string14\" ) ( \"string15\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_10082", "question": "Wikipedia pages in English, German, and Chinese for the movie with IMDb ID tt3540136.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  VALUES ?imdb_id {\n    \"tt3540136\"\n  }\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"zh\"\n  }\n}", "paraphrases": ["What are the English, German, and Chinese Wikipedia articles for the movie \"Wolf Warrior\" (IMDb ID tt3540136)?", "Show me the Wikipedia links in English, German, and Chinese for the movie identified by IMDb ID tt3540136."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3540136\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"zh\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10083", "question": "Main subjects of publications by Mayank Kejriwal, ranked by number of works.", "sparql": "SELECT ?count ?subjectLabel WHERE { { SELECT ?subject (COUNT(?work) AS ?count) WHERE { ?work wdt:P50 wd:Q49145043 . ?work wdt:P921 ?subject . } GROUP BY ?subject ORDER BY DESC(?count) } ?subject rdfs:label ?subjectLabel . FILTER(LANG(?subjectLabel) = \"en\") }", "paraphrases": ["What topics are most frequently covered in the research papers authored by Mayank Kejriwal, and how many papers are there on each topic?", "Show me the main subjects of Mayank Kejriwal\u2019s works, with the count of works per subject, sorted from most to least common, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label WHERE { { SELECT ?var4 ( COUNT ( ?var5 ) AS ?var1 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q49145043> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . } GROUP BY ?var4 ORDER BY DESC( ?var1 ) } BIND ( SUBSTR ( ?var6Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"60\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). ?var5 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q49145043> . ?var5 <http://www.wikidata.org/prop/direct/P921> ?var4 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10084", "question": "Who are the people associated with Nationalmuseum Sweden IDs 3306, 5086, and 6648?", "sparql": "SELECT ?nsId ?person ?personLabel WHERE {  VALUES ?nsId { \"2935\" \"3306\" \"4295\" \"4858\" \"5086\" \"6648\" \"9032\" \"9355\" \"9428\" \"9690\" \"9733\" \"9773\" \"9856\" \"10584\" \"11012\" \"11017\" \"11283\" \"17312\" }  ?person wdt:P2538 ?nsId .  ?person rdfs:label ?personLabel .  FILTER(LANG(?personLabel) = \"en\")} ORDER BY ASC ( xsd:integer(?nsId) )", "paraphrases": ["Which individuals are linked to the Nationalmuseum Sweden IDs 3306, 5086, and 6648, and what are their names in English?", "List the English names of people identified by the Nationalmuseum Sweden IDs 3306, 5086, and 6648, sorted by ID."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label WHERE { VALUES ( ?var1 ) { ( \"2935\" ) ( \"3306\" ) ( \"4295\" ) ( \"4858\" ) ( \"5086\" ) ( \"6648\" ) ( \"9032\" ) ( \"9355\" ) ( \"9428\" ) ( \"9690\" ) ( \"9733\" ) ( \"9773\" ) ( \"9856\" ) ( \"10584\" ) ( \"11012\" ) ( \"11017\" ) ( \"11283\" ) ( \"17312\" ) } ?var2 <http://www.wikidata.org/prop/direct/P2538> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en\". } } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( ?var1 ) )"}}
{"id": "val_10085", "question": "Places in southern Portugal and western Spain with coordinates, images, and Wikimedia Commons categories.", "sparql": "SELECT ?item ?itemLabel ?location ?image ?commonsCategory ?address WHERE {\n  ?item wdt:P625 ?location .\n  FILTER(geof:latitude(?location) >= 37 && geof:latitude(?location) <= 39)\n  FILTER(geof:longitude(?location) >= -10 && geof:longitude(?location) <= -3)\n  OPTIONAL { ?item wdt:P18 ?image . }\n  OPTIONAL { ?item wdt:P373 ?commonsCategory . }\n  OPTIONAL { ?item wdt:P969 ?address . }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANGMATCHES(LANG(?itemLabel), \"en\"))\n} LIMIT 3000", "paraphrases": ["What are the locations, images, and Commons categories of places located between latitudes 37 and 39 and longitudes -10 and -3?", "List all English-named places in the region from Lisbon to Granada, along with their coordinates, images, and associated Wikimedia Commons categories."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 ?var7 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(-10 37)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(-3 39)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P969> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_10086", "question": "What movies and TV shows did Steven Spielberg direct?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?work ?workLabel WHERE {\n  ?work wdt:P57 wd:Q8877 .\n  ?work wdt:P1476 ?workLabel .\n}", "paraphrases": ["List all the films and television series directed by Steven Spielberg.", "Which creative works has Steven Spielberg directed, and what are their titles?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P57> <http://www.wikidata.org/entity/Q8877> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es,en\". } }"}}
{"id": "val_10087", "question": "Paintings by Cui Zifan in the Ashmolean Museum with inventory numbers", "sparql": "PREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?artwork ?artworkLabel ?inventoryNumber WHERE {\n  ?artwork wdt:P170 wd:Q21996870 ; p:P195 ?collectionStmt .\n  ?collectionStmt ps:P195 wd:Q636400 ; pq:P217 ?inventoryNumber .\n  ?artwork rdfs:label ?artworkLabel .\n  FILTER ( LANG( ?artworkLabel ) = \"en\" )\n}\nORDER BY ASC ( ?artworkLabel )", "paraphrases": ["What artworks created by Cui Zifan are held in the Ashmolean Museum, and what are their inventory numbers?", "List the English-labeled artworks created by Cui Zifan that are part of the Ashmolean Museum\u2019s collection, along with their inventory numbers, sorted alphabetically by title."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 WHERE { ?var2 <http://www.wikidata.org/prop/P195> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P195> <http://www.wikidata.org/entity/Q636400> ; <http://www.wikidata.org/prop/qualifier/P217> ?var3 . ?var2 ?var1 <http://www.wikidata.org/entity/Q21996870> ; <http://www.wikidata.org/prop/direct/P31> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY DESC( ?var1 )ASC( ?var2Label )"}}
{"id": "val_10088", "question": "Images of Isabella I of Castile using her SNAC ARK ID \"w60g3nsz\".", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w60g3nsz\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What images are associated with Isabella I of Castile in Wikidata, identified by the SNAC ARK ID w60g3nsz?", "Show me the Wikimedia Commons images of the historical figure with SNAC ARK ID w60g3nsz."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w60g3nsz\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10089", "question": "What are the coordinates, country, official language, and population of Clinton Township, Michigan?", "sparql": "SELECT ?coordinates ?country ?language ?languageLabel ?population WHERE { wd:Q2222356 wdt:P625 ?coordinates . wd:Q2222356 wdt:P17 ?country . ?country wdt:P37 ?language . wd:Q2222356 wdt:P1082 ?population . ?language rdfs:label ?languageLabel . FILTER(LANG(?languageLabel) = \"en\") }", "paraphrases": ["Can you tell me the official language of the United States and the population of Clinton Township, along with its geographic coordinates?", "I need the population, location, and official language of Clinton Township \u2014 what is that information?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var4 ?var4Label ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P37> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q2222356> ) ) ) . }"}}
{"id": "val_10090", "question": "Does the X (Twitter) username \"psanso\" exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P2002 \"psanso\" . }", "paraphrases": ["Is there a Wikidata item associated with the Twitter handle \"psanso\"?", "Check if \"psanso\" is registered as a Twitter username in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> \"psanso\". }"}}
{"id": "val_10091", "question": "What are the titles of the movie with IMDb ID tt0133093 in English, German, and Norwegian?", "sparql": "SELECT ?label ?lang WHERE { ?item wdt:P345 \"tt0133093\" . ?item rdfs:label ?label . FILTER(LANG(?label) IN (\"en\", \"de\", \"no\")) }", "paraphrases": ["Does the movie \"The Matrix\" have Wikipedia pages in English, German, or Norwegian?", "Show the labels of the film identified by IMDb ID tt0133093 in English, German, and Norwegian languages."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1112849\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10092", "question": "What Wikipedia pages in English, German, or Norwegian are about the movie with IMDb ID tt0142960?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page WHERE {\n  ?movie wdt:P345 \"tt0142960\" .\n  ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"no\"\n  }\n}", "paraphrases": ["Show me the Wikipedia articles in English, German, or Norwegian that link to the film \"Vi vil skilles\".", "Which language versions of Wikipedia have an article about the movie identified by tt0142960?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0142960\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10093", "question": "What Wikipedia pages in English, German, or Norwegian are about the movie with IMDb ID tt0133093?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER ( ?lang IN ( \"en\" , \"de\" , \"no\" ) ) FILTER ( ?imdbId = \"tt0133093\" )\n}", "paraphrases": ["Which Wikipedia articles in English, German, or Norwegian discuss the film identified by the IMDb ID tt0133093?", "Show me the Wikipedia pages in English, German, or Norwegian that are about the movie The Matrix (IMDb: tt0133093)."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt4790660\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"no\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10094", "question": "List U.S. Secretaries of State with their political parties and term start and end dates.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?partyLabel ?start ?end WHERE {\n  ?person wdt:P31 wd:Q5 ; p:P39 ?statement .\n  ?statement ps:P39 wd:Q14213 ; pq:P580 ?start .\n  OPTIONAL {\n    ?statement pq:P582 ?end .\n  }\n  ?person wdt:P102 ?party .\n  ?person rdfs:label ?personLabel .\n  ?party rdfs:label ?partyLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  FILTER(LANG(?partyLabel) = \"en\")\n}", "paraphrases": ["Who have been the U.S. Secretaries of State, what political parties did they belong to, and when did their terms begin and end?", "Show me the names of all U.S. Secretaries of State, their political affiliations, and the dates they started and ended their terms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 ?var5 ?var5Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/P39> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q14213> . ?var1 <http://www.wikidata.org/prop/direct/P102> ?var2 . ?var7 <http://www.wikidata.org/prop/statement/P102> <http://www.wikidata.org/entity/P580> . FILTER ( ( ( ?var5 = <http://www.wikidata.org/entity/Q14213> ) ) ) . OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P580> ?var3 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P39> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10095", "question": "Mountains in the United States", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?mountain ?mountainLabel ?countryLabel WHERE {\n  ?mountain wdt:P31 wd:Q8502 ; wdt:P17 wd:Q30 .\n  wd:Q30 rdfs:label ?countryLabel .\n  ?mountain rdfs:label ?mountainLabel .\n  FILTER(LANG(?mountainLabel) = \"en\")\n  FILTER(LANG(?countryLabel) = \"en\")\n}", "paraphrases": ["What are the names of mountains located in the United States?", "List all mountains in the United States along with the country they are in."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8502> ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P30> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P361> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P138> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P706> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P186> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2660> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10096", "question": "What properties are used in statements about government organizations, and what qualifiers are attached to those statements?", "sparql": "SELECT ?item ?statement ?property (SAMPLE(?qualifier) AS ?qualifierUsed)\nWHERE {\n  {\n    SELECT DISTINCT ?item ?statement ?property WHERE {\n      ?statement ?prop wd:Q2659904 .\n      ?item ?claim ?statement .\n      ?property wikibase:statementProperty ?prop .\n      ?property wikibase:claim ?claim .\n      FILTER (?property != wd:P31)\n    }\n    LIMIT 101\n  }\n  OPTIONAL {\n    ?statement ?qualifier ?value .\n  }\n}\nGROUP BY ?item ?statement ?property", "paraphrases": ["Show me the statements made about government organizations, including the property used and an example qualifier applied to each.", "For each government organization, list the non-instance-of properties used in its statements and any qualifiers that accompany them."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ( SAMPLE ( ?var4 ) AS ?var5 ) WHERE { { SELECT DISTINCT ?var1 ?var2 ?var3 WHERE { ?var2 ?var6 <http://www.wikidata.org/entity/Q2659904> . ?var1 ?var7 ?var2 . ?var3 <http://wikiba.se/ontology#statementProperty> ?var6 . ?var3 <http://wikiba.se/ontology#claim> ?var7 . FILTER ( ( ( ?var3 != <http://www.wikidata.org/entity/P31> ) ) ) . } LIMIT 101 } OPTIONAL { ?var2 ?var4 ?var8 . ?var9 <http://wikiba.se/ontology#qualifier> ?var4 . } } GROUP BY ?var1 ?var2 ?var3"}}
{"id": "val_10097", "question": "What is the most commonly used property to associate items with the topic of microscopes?", "sparql": "SELECT ?propertyItem (COUNT(?propertyItem) AS ?count) WHERE { ?item ?propertyUri wd:Q196538 . ?propertyItem wikibase:directClaim ?propertyUri . } GROUP BY ?propertyItem ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["Which Wikidata property is linked to the most articles or works about microscopes?", "Among all properties connecting items to microscopes, which one appears most often?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q196538> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10098", "question": "Businesses that operated in colonial Cameroon and their documented sources", "sparql": "PREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT DISTINCT ?business ?businessLabel ?source ?sourceLabel WHERE {\n  ?business ( wdt:P31 / wdt:P279 * ) wd:Q4830453 ; wdt:P2541 wd:Q668294 ; p:P31 ?statement .\n  ?statement prov:wasDerivedFrom / pr:P248 ?source .\n  ?business rdfs:label ?businessLabel .\n  ?source rdfs:label ?sourceLabel .\n}\nORDER BY ASC ( ?businessLabel )", "paraphrases": ["Which companies were active in Cameroon during the colonial era, and what archival sources document their existence?", "List all businesses known to have operated in Cameroon with references to where this information is cited."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> ; ( <http://www.wikidata.org/prop/P31> / <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var3 . } } ?var1 <http://www.wikidata.org/prop/direct/P2541> <http://www.wikidata.org/entity/Q668294> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de,de,en\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_10099", "question": "What is the image of the person with SNAC ARK ID w69b2rfr?", "sparql": "SELECT ?image WHERE { ?person wdt:P3430 \"w69b2rfr\" . OPTIONAL { ?person wdt:P18 ?image . } }", "paraphrases": ["Show the Wikimedia Commons image associated with Ron Dellums based on his SNAC identifier.", "Can you find the photo of the individual identified by the SNAC ARK ID w69b2rfr?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w69b2rfr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10100", "question": "What is the birth date of Attila Ferenczfy-Kov\u00e1cs, and is he still alive?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT(wd:Q1000506 AS ?person) ?birthDate ?deathDate WHERE {\n  wd:Q1000506 wdt:P569 ?birthDate .\n  OPTIONAL {\n    wd:Q1000506 wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["When was Attila Ferenczfy-Kov\u00e1cs born, and when did he die?", "Provide the birth and death dates for the Hungarian production designer Attila Ferenczfy-Kov\u00e1cs."], "info": {"raw_sparql": "SELECT( <http://www.wikidata.org/entity/Q1000506> AS ?var1 ) ?var2 ?var3 WHERE { <http://www.wikidata.org/entity/Q1000506> <http://www.wikidata.org/prop/direct/P569> ?var2 . OPTIONAL { <http://www.wikidata.org/entity/Q1000506> <http://www.wikidata.org/prop/direct/P570> ?var3 . } }"}}
{"id": "val_10101", "question": "Does the German National Library ID 116664517 exist in Wikidata?", "sparql": "ASK WHERE { ?item wdt:P227 \"116664517\" . }", "paraphrases": ["Is there a person in Wikidata with the GND ID 116664517?", "Check if the GND ID 116664517 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"116664517\". }"}}
{"id": "val_10102", "question": "Members of the 11th UK Parliament with their term start and end dates.", "sparql": "SELECT DISTINCT ?member ?memberLabel ?startDate ?endDate WHERE { ?member p:P39 ?statement . ?statement ps:P39 wd:Q41582546 . OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?member rdfs:label ?memberLabel . FILTER(LANG(?memberLabel) = \"en\") } } ORDER BY ASC(?startDate)", "paraphrases": ["Who were the members of the 11th Parliament of the United Kingdom, and when did their terms begin and end?", "List the members of the 11th UK Parliament in chronological order by their start date, along with the dates their terms began and ended."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label ?var3Label ?var4 ?var5Label ?var6 ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/P39> ?var8 . ?var8 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q41582546> . OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P768> ?var2 . } OPTIONAL { ?var8 ( <http://www.wikidata.org/prop/qualifier/P4100> | <http://www.wikidata.org/prop/qualifier/P102> ) ?var3 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P582> ?var6 . } OPTIONAL { ?var8 <http://www.wikidata.org/prop/qualifier/P1534> ?var7 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var4 )"}}
{"id": "val_10103", "question": "French people with the surname Talleux", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?label WHERE {\n  ?person wdt:P734 wd:Q65113958 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"fr\" )\n}", "paraphrases": ["Who are the French individuals with the last name Talleux?", "List all humans in Wikidata whose family name is Talleux and who have a French label."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"talleu\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10104", "question": "List 100 properties in Wikidata with English labels and descriptions.", "sparql": "SELECT ?prop ?propLabel ?propDescription WHERE { ?prop a wikibase:Property . ?prop rdfs:label ?propLabel . ?prop schema:description ?propDescription . FILTER(LANG(?propLabel) = \"en\") FILTER(LANG(?propDescription) = \"en\") } LIMIT 100", "paraphrases": ["What are some properties in Wikidata that have English labels and descriptions?", "Show me up to 100 properties from Wikidata along with their English names and brief descriptions."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P> ?var1 . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_10105", "question": "Is Albert Einstein a human, either directly or through a chain of subclasses?", "sparql": "ASK WHERE { wd:Q937 (wdt:P31/wdt:P279*) wd:Q5 . }", "paraphrases": ["Is Albert Einstein classified as a human in Wikidata, including via inheritance from subclasses?", "Confirm whether Albert Einstein is a human by checking its instance-of and subclass-of relationships."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q50376939> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10106", "question": "What Wikipedia pages exist in English or German for the movie with IMDb ID tt6836462?", "sparql": "SELECT ?movie ?wikipediaPage WHERE { ?movie wdt:P345 \"tt6836462\" . ?wikipediaPage schema:about ?movie . ?wikipediaPage schema:inLanguage ?lang . FILTER (?lang = \"en\" || ?lang = \"de\") }", "paraphrases": ["Is there an English or German Wikipedia page about the movie \"Blame Game\" (IMDb ID tt6836462)?", "Please show me the Wikipedia links in English or German for the movie identified by IMDb ID tt6836462."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt6836462\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10107", "question": "What is the English Wikipedia page for the film with IMDb ID tt2325002?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?wikipediaPage ?imdbId ?label WHERE {\n  ?item wdt:P345 \"tt2325002\" .\n  ?wikipediaPage schema:about ?item .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  BIND(\"tt2325002\" AS ?imdbId)\n  ?item rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n}", "paraphrases": ["Which English-language Wikipedia article is about the movie Freezer, identified by the IMDb ID tt2325002?", "Show me the English Wikipedia link and title for the film that has the IMDb identifier tt2325002."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2325002\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10108", "question": "What English or German-language Wikipedia or Commons pages are about the movie with IMDb ID tt0135475?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0135475\" . ?page schema:about ?movie . { ?page schema:inLanguage \"en\" . } UNION { ?page schema:inLanguage \"de\" . } }", "paraphrases": ["Can you show me the pages linked to the film \"The Isle of Love\" that are in English or German?", "Which language versions of pages (Wikipedia or Commons) are associated with the movie \"The Isle of Love\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0135475\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10109", "question": "What are the English and German Wikipedia pages for the movie with IMDb ID tt1442580?", "sparql": "SELECT ?movie ?wikiPage ?imdbId WHERE { ?movie wdt:P345 ?imdbId . ?wikiPage schema:about ?movie . { ?wikiPage schema:inLanguage \"en\" } UNION { ?wikiPage schema:inLanguage \"de\" } FILTER(?imdbId = \"tt1442580\") }", "paraphrases": ["Can you show me the Wikipedia articles in English and German about the film identified by IMDb ID tt1442580?", "Which Wikipedia pages in English or German are linked to the movie with the IMDb identifier tt1442580?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1442580\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10110", "question": "What is Noam Chomsky\u2019s occupation and country of citizenship?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?propLabel ?countryLabel WHERE {\n  wd:Q9049 wdt:P106 wd:Q14467526 .\n  wd:Q9049 wdt:P27 ?country .\n  wd:P106 rdfs:label ?propLabel .\n  ?country rdfs:label ?countryLabel .\n  FILTER ( LANG( ?propLabel ) = \"en\" ) FILTER ( LANG( ?countryLabel ) = \"en\" )\n}", "paraphrases": ["Show the property that describes Noam Chomsky\u2019s profession and the country he is a citizen of.", "What does Noam Chomsky do for a living, and which country does he belong to?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { <http://www.wikidata.org/entity/Q9049> ?var1 <http://www.wikidata.org/entity/Q14467526> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P27> ) } ?var2 <http://wikiba.se/ontology#PropertyType> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10111", "question": "Businesses operating in Cameroon with start dates and precision", "sparql": "SELECT DISTINCT ?business ?businessLabel ?startTime ?precision WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P2541 wd:Q668294 . ?business p:P2541 ?statement . ?statement pq:P580 ?startTime . ?statement pqv:P580 ?timeNode . ?timeNode wikibase:timePrecision ?precision . FILTER(LANG(?businessLabel) = \"en\") . ?business rdfs:label ?businessLabel . } ORDER BY ASC(?businessLabel)", "paraphrases": ["Which businesses operate in Cameroon, and when did they start operating, along with the precision of the start date?", "List all businesses that operate in Cameroon, including their English names, the year they started operating, and how precise that date is."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 WHERE { { SELECT ?var1 ?var5 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P31> [ (( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> )|( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> )) ?var5 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/2541> [ (( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> )|( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P854> )) ?var5 ] . } } } ?var1 <http://www.wikidata.org/prop/direct/P2541> <http://www.wikidata.org/entity/Q668294> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P2541> [ <http://www.wikidata.org/prop/qualifier/P580> ?var3 ] . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/qualifier/value/P580> [ <http://wikiba.se/ontology#timePrecision> ?var4 ] . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_10112", "question": "What are the entities that are instances of volcanic landform?", "sparql": "SELECT ?item WHERE { ?item wdt:P31 wd:Q29025902 }", "paraphrases": ["List all things classified as volcanic landforms.", "Which items belong to the category of volcanic landform?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q48021659> . }"}}
{"id": "val_10113", "question": "What are the Wikidata items for the Twitter accounts @UN, @thebeatles, and @govbrazil?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"UN\" \"thebeatles\" \"govbrazil\" } } ORDER BY ?username", "paraphrases": ["Which entities on Wikidata have the Twitter usernames \"UN\", \"thebeatles\", or \"govbrazil\"?", "Show me the Wikidata items for these Twitter accounts: UN, thebeatles, and govbrazil, sorted alphabetically by username."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 ; <http://wikiba.se/ontology#sitelinks> ?var3 . VALUES ( ?var2 ) { ( \"fagerving\" ) ( \"string1\" ) ( \"opassande\" ) ( \"string2\" ) ( \"string3\" ) ( \"string4\" ) } } ORDER BY ASC( ?var3 )"}}
{"id": "val_10114", "question": "What is the English name of the monastery with Klosterdatenbank ID 221?", "sparql": "SELECT ?monastery ?monasteryLabel ?monasteryDescription WHERE { ?monastery wdt:P3407 \"221\" . OPTIONAL { ?monastery rdfs:label ?monasteryLabel . FILTER (LANG(?monasteryLabel) = \"en\") } OPTIONAL { ?monastery schema:description ?monasteryDescription . FILTER (LANG(?monasteryDescription) = \"en\") } }", "paraphrases": ["Which monastery in the Germania Sacra Klosterdatenbank has the ID 221, and what is its English label and description?", "Please provide the English name and description of the monastery identified by ID 221 in the Germania Sacra Klosterdatenbank."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3407> \"221\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10115", "question": "Museums and their locations in English-speaking regions.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?museumLabel ?locationLabel WHERE {\n  ?museum ( wdt:P31 / wdt:P279 * ) wd:Q33506 .\n  ?museum wdt:P131 ?location .\n  ?museum rdfs:label ?museumLabel .\n  ?location rdfs:label ?locationLabel .\n  FILTER ( LANG( ?museumLabel ) = \"en\" ) FILTER ( LANG( ?locationLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["What are museums and where are they located?", "List the names of museums and the administrative areas where they are located, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q33506> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P131> ?var2 . } LIMIT 100000"}}
{"id": "val_10116", "question": "What films did Eva Dahlbeck appear in, ordered by release year, along with their English and Ukrainian titles and Wikipedia links?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?workTypeLabel ?year ?ukrainianLabel ?englishLabel ?ukWikipediaPage ?enWikipediaPage WHERE {\n  ?work wdt:P161 wd:Q239881 .\n  ?work wdt:P577 ?publicationDate .\n  ?work wdt:P31 ?workType .\n  ?work rdfs:label ?englishLabel .\n  FILTER ( LANG( ?englishLabel ) = \"en\" ) .\n  ?workType rdfs:label ?workTypeLabel .\n  FILTER ( LANG( ?workTypeLabel ) = \"en\" ) .\n  OPTIONAL {\n    ?work rdfs:label ?ukrainianLabel .\n    FILTER ( LANG( ?ukrainianLabel ) = \"uk\" )\n  }\n  .\n  ?enWikipediaPage schema:about ?work ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  OPTIONAL {\n    ?ukWikipediaPage schema:about ?work ; schema:inLanguage \"uk\" ; schema:isPartOf <https://uk.wikipedia.org/> .\n  }\n  BIND( YEAR( ?publicationDate ) AS ?year )\n}\nGROUP BY ?workTypeLabel ?ukrainianLabel ?englishLabel ?ukWikipediaPage ?enWikipediaPage ?year\nORDER BY ASC ( ?year )", "paraphrases": ["Show me a list of Eva Dahlbeck\u2019s film roles with their release years, English titles, Ukrainian titles (if available), and corresponding English and Ukrainian Wikipedia pages.", "Can you list all the movies Eva Dahlbeck acted in, sorted by year, including their titles in English and Ukrainian, and links to their Wikipedia pages?"], "info": {"raw_sparql": "SELECT ?var1Label ( YEAR ( MIN ( ?var2 ) ) AS ?var3 ) ?var4Label ?var5Label ?var6 ?var7 ?var8 WHERE { ?var9 <http://www.wikidata.org/prop/direct/P161> <http://www.wikidata.org/entity/Q239881> . ?var9 <http://www.wikidata.org/prop/direct/P577> ?var2 . ?var9 <http://www.wikidata.org/prop/direct/P31> ?var1 . OPTIONAL { ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var4Label . FILTER ( ( ( LANG ( ?var4Label ) = \"uk\" ) ) ) . } ?var7 <http://schema.org/about> ?var9 . ?var7 <http://schema.org/inLanguage> \"en\". ?var7 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . OPTIONAL { ?var6 <http://schema.org/about> ?var9 . ?var6 <http://schema.org/inLanguage> \"uk\". ?var6 <http://schema.org/isPartOf> <https://uk.wikipedia.org/> . } ?var9 <http://www.w3.org/2000/01/rdf-schema#label> ?var5Label . FILTER ( ( ( LANG ( ?var5Label ) = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uk,en\". } } GROUP BY ?var4Label ?var5Label ?var1Label ?var9 ?var6 ?var7 ?var8 ORDER BY ASC( ?var3 )"}}
{"id": "val_10117", "question": "Who is the French chef named Fran\u00e7ois Vatel, according to Wikidata?", "sparql": "SELECT DISTINCT ?item WHERE { ?item rdfs:label \"Fran\u00e7ois Vatel\" @fr . ?item wdt:P31 wd:Q5 . }", "paraphrases": ["Find the human entity in Wikidata with the French label \"Fran\u00e7ois Vatel\".", "Return the Wikidata item for Fran\u00e7ois Vatel, the French chef, identified by his French label and human classification."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"marc vatel\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10118", "question": "What are the German-language terms for types of musicians?", "sparql": "SELECT ?label WHERE { ?subclass wdt:P279 wd:Q639669 . ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"de\") } LIMIT 100", "paraphrases": ["Can you list the German labels for subclasses of the occupation \"musician\"?", "Show me the German names for specific kinds of musicians, like composers or singers."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q639669> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"de\" ) ) ) . } LIMIT 100"}}
{"id": "val_10119", "question": "What are the German terms for different types of musicians?", "sparql": "SELECT ?label WHERE { ?subclass wdt:P279 wd:Q639669 . ?subclass rdfs:label ?label . FILTER (LANG(?label) = \"de\") }", "paraphrases": ["Can you list the German-language subclasses of the occupation \"musician\"?", "Which musical professions are called in German?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P279> <http://www.wikidata.org/entity/Q639669> . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var1 . FILTER ( ( ( LANG ( ?var1 ) = \"de\" ) ) ) . }"}}
{"id": "val_10120", "question": "Works by Harald Sack without a main subject.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?work ?title WHERE {\n  ?work wdt:P50 wd:Q30078997 .\n  FILTER ( NOT EXISTS {\n    ?work wdt:P921 ?subject\n  }\n  ) .\n  ?work wdt:P1476 ?title .\n}\nORDER BY ?title", "paraphrases": ["What papers or publications has Harald Sack authored that do not have a defined main topic?", "List the titles of all works written by Harald Sack that haven't been assigned a primary subject in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( ?var1 AS ?var2 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30078997> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P921> ?var3 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,da,de,es,fr,jp,nl,no,ru,sv,zh\". } } ORDER BY DESC( ?var4 )"}}
{"id": "val_10121", "question": "Deceased UK Members of Parliament and their political parties", "sparql": "SELECT ?person ?personLabel ?party ?partyLabel WHERE { ?person wdt:P39 ?position . ?position wdt:P279 wd:Q16707842 . ?person wdt:P102 ?party . ?person wdt:P570 ?deathDate . ?person rdfs:label ?personLabel . ?party rdfs:label ?partyLabel . FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?partyLabel) = \"en\") }", "paraphrases": ["Who are the deceased members of the UK Parliament and which political parties did they belong to?", "List the names and political parties of UK Members of Parliament who have passed away."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 ?var3 <http://www.wikidata.org/entity/Q16707842> ; <http://www.wikidata.org/prop/direct/P102> ?var2 ; <http://www.wikidata.org/prop/direct/P570> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10122", "question": "Most frequently used property to link to antisense inhibitor of property", "sparql": "SELECT ?propertyUsed (COUNT(?propertyUsed) AS ?count) WHERE { ?item ?statementProperty wd:P3777 . ?propertyUsed wikibase:directClaim ?statementProperty . ?propertyUsed rdf:type wikibase:Property . } GROUP BY ?propertyUsed ORDER BY DESC(?count) LIMIT 1", "paraphrases": ["What property is most commonly used to connect entities to the property \"antisense inhibitor of\"?", "Show me the property that is used most often to reference the antisense inhibitor of property in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/P3777> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10123", "question": "Is there a Wikidata item linked to the VIAF ID 305093964?", "sparql": "ASK WHERE { ?item wdt:P214 \"305093964\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 305093964 exist in Wikidata?", "Can you confirm if any entity in Wikidata has the VIAF ID 305093964?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"305093964\". }"}}
{"id": "val_10124", "question": "What are the names, ISO codes, and geographic coordinates of Germany\u2019s federal states?", "sparql": "SELECT ?subdivisionLabel ?isoCode ?coordinates WHERE { wd:Q183 wdt:P150 ?subdivision . ?subdivision wdt:P300 ?isoCode ; wdt:P625 ?coordinates . ?subdivision rdfs:label ?subdivisionLabel . FILTER(LANG(?subdivisionLabel) = \"en\")}", "paraphrases": ["Can you list the 16 states of Germany along with their ISO 3166-2 codes and their central coordinates?", "Show me the English names, ISO subdivision codes, and map coordinates for each state in Germany."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3Label ?var4 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P150> ?var3 ; <http://www.wikidata.org/prop/direct/P300> ?var2 ; <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_10125", "question": "Is the surname \"Tilly\" an instance of a family name?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  wd:Q37551635 ( wdt:P31 / wdt:P279 * ) wd:Q101352 .\n}", "paraphrases": ["Is Tilly classified as a family name in Wikidata?", "Can you confirm that \"Tilly\" is a family name according to Wikidata\u2019s classification?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q37551635> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10126", "question": "Wikipedia pages in English, German, or Indonesian about the movie with IMDb ID tt0441641.", "sparql": "SELECT ?movie ?wikipedia_page WHERE { ?movie wdt:P345 \"tt0441641\" . ?wikipedia_page schema:about ?movie ; schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"id\" } }", "paraphrases": ["What are the English, German, and German Wikipedia articles for the movie with IMDb ID tt0441641?", "Show me the Wikipedia pages in English, German, and Indonesian that are about the movie identified by tt0441641 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0441641\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"id\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10127", "question": "Top 100 female human authors of scholarly articles on Wikidata, excluding those with Finnish Wikipedia pages, ranked by number of articles.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?author ?authorLabel(COUNT(?article) AS ?articleCount) WHERE {\n  ?article wdt:P31 wd:Q13442814 ; wdt:P50 ?author .\n  ?author wdt:P31 wd:Q5 ; wdt:P21 wd:Q6581072 .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\") MINUS {\n    ?wikipedia schema:isPartOf <https://fi.wikipedia.org/> ; schema:about ?author .\n  }\n}\nGROUP BY ?author ?authorLabel\nORDER BY DESC(?articleCount)\nLIMIT 100", "paraphrases": ["Who are the 100 most prolific female authors of scholarly articles on Wikidata, and how many articles has each written, excluding those with a Finnish Wikipedia page?", "List the 100 female human authors with the most scholarly articles on Wikidata, showing their names and article counts, but exclude any who have a page on the Finnish Wikipedia."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P21> <http://www.wikidata.org/entity/Q6581072> . MINUS { ?var4 <http://schema.org/isPartOf> <https://fi.wikipedia.org/> ; <http://schema.org/about> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fi,en\". } } GROUP BY ?var1 ?var1Label ORDER BY DESC( ?var3 ) LIMIT 100"}}
{"id": "val_10128", "question": "What is the English label and description of the video game with Gaming-History ID 1914?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P4806 \"1914\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Show me the name and English description of the arcade game identified as 1914 in the Gaming-History database.", "Which game has the Gaming-History ID 1914, and what is its English description?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P4806> \"73618\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10129", "question": "Who are the family members and relatives of Wilhelm von Pufendorf?", "sparql": "SELECT DISTINCT ?relative ?relativeLabel WHERE { VALUES ?property { wdt:P22 wdt:P25 wdt:P26 wdt:P3373 wdt:P3448 wdt:P40 wdt:P451 wdt:P1038 } { wd:Q2576006 ?property ?relative } UNION { ?relative ?property wd:Q2576006 } ?relative rdfs:label ?relativeLabel FILTER(LANG(?relativeLabel) = 'en') }", "paraphrases": ["Who are Wilhelm von Pufendorf\u2019s father and other relatives according to Wikidata?", "List all known direct family relationships of Wilhelm von Pufendorf, including parents, siblings, spouses, and other relatives."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { VALUES ( ?var2 ) { ( <http://www.wikidata.org/prop/direct/P22> ) ( <http://www.wikidata.org/prop/direct/P25> ) ( <http://www.wikidata.org/prop/direct/P3448> ) ( <http://www.wikidata.org/prop/direct/P26> ) ( <http://www.wikidata.org/prop/direct/P3373> ) ( <http://www.wikidata.org/prop/direct/P1038> ) ( <http://www.wikidata.org/prop/direct/P451> ) ( <http://www.wikidata.org/prop/direct/P40> ) } VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q2576006> ) } { ?var3 ?var2 ?var1 . } UNION { ?var1 ?var2 ?var3 . } UNION { ?var3 ?var2 ?var4 . ?var4 ?var2 ?var1 . } UNION { ?var3 ?var2 ?var4 . ?var1 ?var2 ?var4 . } }"}}
{"id": "val_10130", "question": "List of cities in Wikidata", "sparql": "SELECT ?city WHERE { ?city wdt:P31 wd:Q515 . } LIMIT 100", "paraphrases": ["What are some examples of cities according to Wikidata?", "Show me 100 entities classified as cities in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q515> . } LIMIT 100"}}
{"id": "val_10131", "question": "Cities with male heads of government and highest populations", "sparql": "SELECT DISTINCT ?city ?cityLabel ?population ?headOfGovernment ?headOfGovernmentLabel WHERE { ?city wdt:P31/wdt:P279* wd:Q515 . ?city wdt:P1082 ?population . ?city p:P6 ?headStatement . ?headStatement ps:P6 ?headOfGovernment . ?headOfGovernment wdt:P21 wd:Q6581097 . FILTER NOT EXISTS { ?headStatement pq:P582 ?end . } } ORDER BY DESC(?population) LIMIT 20", "paraphrases": ["Which cities have the largest populations and currently have a male head of government?", "List the top 20 most populous cities with a current male head of government, along with their population and head of government names."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 ?var3Label WHERE { BIND ( <http://www.wikidata.org/entity/Q6581097> AS ?var4 ). BIND ( <http://www.wikidata.org/entity/Q515> AS ?var5 ). ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var5 . ?var1 <http://www.wikidata.org/prop/P6> ?var6 . ?var6 <http://www.wikidata.org/prop/statement/P6> ?var3 . ?var3 <http://www.wikidata.org/prop/direct/P21> ?var4 . ?var1 <http://www.wikidata.org/prop/direct/P1082> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } FILTER ( ( NOT EXISTS { ?var6 <http://www.wikidata.org/prop/qualifier/P582> ?var7 . } ) ) . } ORDER BY DESC( ?var2 ) LIMIT 20"}}
{"id": "val_10132", "question": "Football stadiums in the United Kingdom with their locations, coordinates, and capacities.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?stadium ?stadiumLabel ?location ?locationLabel ?capacity WHERE {\n  ?stadium wdt:P31 wd:Q483110 .\n  ?stadium wdt:P17 wd:Q145 .\n  ?stadium wdt:P641 wd:Q2736 .\n  ?stadium wdt:P625 ?coordinates .\n  BIND(STR(?coordinates) AS ?location)\n  .\n  ?stadium wdt:P131 ?locationEntity .\n  OPTIONAL {\n    ?stadium wdt:P1083 ?capacity .\n  }\n  ?stadium rdfs:label ?stadiumLabel .\n  FILTER(LANG(?stadiumLabel) = \"en\")\n  .\n  ?locationEntity rdfs:label ?locationLabel .\n  FILTER(LANG(?locationLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are the names, administrative locations, coordinates, and capacities of football stadiums in the United Kingdom?", "List English-language names of UK football stadiums, along with the towns or counties they are in, their geographic coordinates, and seating capacities."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q483110> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q145> . ?var1 <http://www.wikidata.org/prop/direct/P641> <http://www.wikidata.org/entity/Q2736> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var7 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1083> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P137> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P466> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 50"}}
{"id": "val_10133", "question": "Who is Edmond M\u00e9gy, the French activist?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person WHERE {\n  ?person rdfs:label \"Edmond M\u00e9gy\" @fr .\n  ?person wdt:P31 wd:Q5 .\n}", "paraphrases": ["What is the Wikidata item for the French person named Edmond M\u00e9gy?", "Find the human entity in Wikidata with the French label \"Edmond M\u00e9gy\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Renan MEGY\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10134", "question": "Humans with names starting with \"Mac\" in English", "sparql": "SELECT DISTINCT ?human ?label WHERE { ?human wdt:P31 wd:Q5 . ?human rdfs:label ?label . FILTER(LANG(?label) = \"en\") FILTER(STRSTARTS(LCASE(?label), \"mac\")) }", "paraphrases": ["Who are the people whose English names start with \"Mac\"?", "List all humans whose English labels begin with \"Mac\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"mac\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10135", "question": "What are all the taxonomic ancestors of Trichomanes extravagans?", "sparql": "SELECT DISTINCT ?ancestor WHERE { wd:Q17262026 wdt:P171+ ?ancestor .}", "paraphrases": ["Show me the full taxonomic hierarchy above Trichomanes extravagans, from its immediate parent up to the highest clade.", "What higher-level biological groups does Trichomanes extravagans belong to?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q17262026> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P171> | <http://www.wikidata.org/prop/direct/P273> | <http://www.wikidata.org/prop/direct/P75> | <http://www.wikidata.org/prop/direct/P76> | <http://www.wikidata.org/prop/direct/P77> | <http://www.wikidata.org/prop/direct/P70> | <http://www.wikidata.org/prop/direct/P71> | <http://www.wikidata.org/prop/direct/P74> | <http://www.wikidata.org/prop/direct/P89> )* ?var1 . }"}}
{"id": "val_10136", "question": "Categories with main topic pink", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?category ?categoryLabel ?statement WHERE {\n  ?statement ps:P301 wd:Q429220 .\n  ?category p:P301 ?statement .\n  ?category rdfs:label ?categoryLabel .\n  FILTER(LANG(?categoryLabel) = \"en\" || LANG(?categoryLabel) = \"\")\n}", "paraphrases": ["What categories have pink as their main topic?", "List the categories whose main topic is the color pink."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q429220> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_10137", "question": "Wikipedia and Wikiquote pages in English, German, and Finnish about the movie with IMDb ID tt0087020.", "sparql": "SELECT ?item ?page WHERE { VALUES ?imdbId { \"tt0087020\" } ?item wdt:P345 ?imdbId . ?page schema:about ?item . ?page schema:inLanguage ?lang . VALUES ?lang { \"en\" \"de\" \"fi\" } }", "paraphrases": ["What Wikipedia and Wikiquote pages in English, German, and Finnish are about the movie \"Calamari Union\" (IMDb ID tt0087020)?", "Show me the language-specific Wikipedia and Wikiquote links for the movie with IMDb ID tt0087020, limited to English, German, and Finnish."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0087020\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10138", "question": "What are the English, German, and Finnish Wikipedia pages for the movie with IMDb ID tt0349691?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0349691\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  FILTER(?lang IN(\"en\" , \"de\" , \"fi\"))\n}", "paraphrases": ["Show me the Wikipedia articles in English, German, or Finnish about the film identified by tt0349691 on IMDb.", "Which language versions of Wikipedia have articles about the movie \"Dog Nail Clipper\" (IMDb: tt0349691)?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0349691\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10139", "question": "Descendants of Bertie Ahern and their birth dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var2 ?var3 WHERE {\n  wd:Q154550 ( wdt:P40 / wdt:P40 * ) ?var1 .\n  OPTIONAL {\n    ?var1 wdt:P569 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 wdt:P570 ?var3 .\n  }\n  ?var1 rdfs:label ?var1Label .\n  FILTER ( LANG( ?var1Label ) = \"en\" )\n}\nORDER BY DESC ( ?var2 )", "paraphrases": ["Who are the children and grandchildren of Bertie Ahern, and when were they born?", "List the English names and birth dates of all descendants of Bertie Ahern, sorted from youngest to oldest."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 WHERE { <http://www.wikidata.org/entity/Q154550> ( <http://www.wikidata.org/prop/direct/P40> / <http://www.wikidata.org/prop/direct/P40> *) ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . } OPTIONAL { BIND ( <http://www.w3.org/2001/XMLSchema#integer> ( FLOOR ( ( ( ?var3 - ?var2 ) /\"365\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) AS ?var4 ). ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } } ORDER BY DESC( ?var2 )"}}
{"id": "val_10140", "question": "Wikipedia articles in English, German, and Finnish about the film with IMDb ID tt0328432.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?wikipediaPage WHERE {\n  ?film wdt:P345 \"tt0328432\" .\n  ?wikipediaPage schema:about ?film .\n  VALUES ?lang {\n    \"en\" \"de\" \"fi\"\n  }\n  ?wikipediaPage schema:inLanguage ?lang .\n}", "paraphrases": ["What are the English, German, and Finnish Wikipedia pages for the movie with IMDb ID tt0328432?", "Show me the Wikipedia links in English, German, and Finnish for the film identified by tt0328432 on IMDb."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0328432\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fi\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10141", "question": "Properties used to describe necklaces with English labels and descriptions", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { wd:Q189299 ?property ?value . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"en\") FILTER(LANG(?propertyDescription) = \"en\") } LIMIT 100", "paraphrases": ["What properties are associated with the item \"necklace\" in Wikidata, and what are their English labels and descriptions?", "List the English labels and descriptions of all Wikidata properties that have necklace as their object."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q189299> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_10142", "question": "Wikipedia articles in English, German, or French about the movie with IMDb ID tt0080489.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage WHERE {\n  ?movie wdt:P345 \"tt0080489\" .\n  ?wikipediaPage schema:about ?movie ; schema:inLanguage ?lang .\n  VALUES ?lang {\n    \"en\" \"de\" \"fr\"\n  }\n}", "paraphrases": ["What are the English, German, and French Wikipedia pages for the movie La Cage aux Folles II?", "Show me the Wikipedia links in English, German, and French for the film identified by IMDb ID tt0080489."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0080489\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"fr\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10143", "question": "Schools in Berlin with their coordinates", "sparql": "PREFIX geof: <http://www.opengis.net/def/function/geosparql/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?school ?location WHERE {\n  ?school(wdt:P31 / wdt:P279 *) wd:Q3914 .\n  ?school wdt:P625 ?location .\n  BIND(geof:latitude(?location) AS ?lat)\n  BIND(geof:longitude(?location) AS ?lon)\n  FILTER(?lon >= 13.085 && ?lon <= 13.765 && ?lat >= 52.338 && ?lat <= 52.675)\n}", "paraphrases": ["Which schools are located within the geographic boundaries of Berlin?", "Show me all schools in Berlin along with their geographic locations."], "info": {"raw_sparql": "SELECT * WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"string1\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"string2\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q3914> . }"}}
{"id": "val_10144", "question": "Image of William Morton Fullerton with SNAC ARK ID w65h81tr", "sparql": "SELECT ?image WHERE { ?item wdt:P3430 \"w65h81tr\" . OPTIONAL { ?item wdt:P18 ?image . } }", "paraphrases": ["What is the image associated with the SNAC ARK ID w65h81tr?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w65h81tr."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w65h81tr\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10145", "question": "Librarians born in Germany with birthplace coordinates and birth year", "sparql": "SELECT ?person ?personLabel ?birthPlace ?birthPlaceLabel ?coordinates ?birthYear WHERE { ?person wdt:P106 wd:Q36180 . ?person wdt:P19 ?birthPlace . ?birthPlace wdt:P17 wd:Q183 . ?birthPlace wdt:P625 ?coordinates . ?person rdfs:label ?personLabel . ?birthPlace rdfs:label ?birthPlaceLabel . OPTIONAL { ?person wdt:P569 ?birthDate . } BIND(YEAR(?birthDate) AS ?birthYear) FILTER(LANG(?personLabel) = \"en\") FILTER(LANG(?birthPlaceLabel) = \"en\") }", "paraphrases": ["Who are the librarians born in Germany, and where and when were they born?", "List librarians from Germany, including their birthplace, geographic coordinates, and year of birth."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3Label ?var4 ?var5 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q7075> . ?var2 <http://www.wikidata.org/prop/direct/P19> ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . ?var1 <http://www.wikidata.org/prop/direct/P625> ?var4 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P569> ?var6 . } BIND ( YEAR ( ?var6 ) AS ?var5 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10146", "question": "List of fictional magician characters in fantasy fiction.", "sparql": "SELECT ?magician WHERE { ?magician wdt:P31 wd:Q148401 .}", "paraphrases": ["Who are the fictional magicians in fantasy stories?", "Show me all fictional magician characters from books, games, or movies."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q148401> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10147", "question": "Is there a person in Wikidata with the VIAF ID 247629269?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"247629269\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 247629269 correspond to any entity in Wikidata?", "Can you find any Wikidata item linked to the VIAF ID 247629269?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"247629269\". }"}}
{"id": "val_10148", "question": "Countries with articles on the Arabic Wikipedia.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?country ?arabicWikipediaPage WHERE {\n  ?country wdt:P31 wd:Q6256 .\n  ?arabicWikipediaPage schema:about ?country .\n  ?arabicWikipediaPage schema:isPartOf <https://ar.wikipedia.org/> .\n}", "paraphrases": ["Which countries have corresponding Wikipedia pages in Arabic, and what are the URLs of those pages?", "List all countries and their Arabic Wikipedia article links."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q6256> . ?var2 <http://schema.org/about> ?var1 . ?var2 <http://schema.org/isPartOf> <https://ar.wikipedia.org/> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". } }"}}
{"id": "val_10149", "question": "Superclasses of conclusion up to three levels in Wikidata, with labels and direct superclasses.", "sparql": "SELECT ?subclass ?label ?directSuperclass WHERE { { wd:Q20665666 wdt:P279 ?subclass . } UNION { wd:Q20665666 wdt:P279 ?level1 . ?level1 wdt:P279 ?subclass . } UNION { wd:Q20665666 wdt:P279 ?level1 . ?level1 wdt:P279 ?level2 . ?level2 wdt:P279 ?subclass . } OPTIONAL { ?subclass rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?subclass wdt:P279 ?directSuperclass . } }", "paraphrases": ["What are the immediate and higher-level categories above \"conclusion\" in the Wikidata ontology, up to three levels deep, and what are their English labels and direct parents?", "Show me all the classes that \"conclusion\" belongs to, going up three levels in the subclass hierarchy, along with their English names and the class each one is directly a subclass of."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q20665666> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10150", "question": "What property is used in the statement about frataxin with ID s:Q409999-7CCF5B7B-4F99-4597-8509-487C19BF3555?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property WHERE {\n  wd:Q409999 ?property s:Q409999-7CCF5B7B-4F99-4597-8509-487C19BF3555 .\n}", "paraphrases": ["Which property links frataxin to the statement s:Q409999-7CCF5B7B-4F99-4597-8509-487C19BF3555?", "Show me the property used in the statement about the protein frataxin identified by s:Q409999-7CCF5B7B-4F99-4597-8509-487C19BF3555."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/statement/Q409999-7CCF5B7B-4F99-4597-8509-487C19BF3555> . }"}}
{"id": "val_10151", "question": "What properties and values are associated with the statement about Albert Einstein\u2019s place of birth?", "sparql": "PREFIX s: <http://www.wikidata.org/entity/statement/>\nSELECT ?property ?value WHERE {\n  s:q937-B3E7F30F-C43D-435D-9EA3-266983130FB1 ?property ?value .\n}", "paraphrases": ["Show all the details of the claim that Albert Einstein was born in Ulm, including qualifiers and sources.", "Retrieve all triples linked to the statement node for Albert Einstein\u2019s birthplace."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q409999-B42C7868-47E0-4644-A369-96E59DA222F6> ?var1 ?var2 . }"}}
{"id": "val_10152", "question": "Which properties in Dutch describe relationships involving carrots?", "sparql": "SELECT ?propertyItem ?propertyLabel ?propertyDescription WHERE { ?item ?prop wd:Q81 . FILTER(STRSTARTS(STR(?prop), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?prop), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyItem) . ?propertyItem rdfs:label ?propertyLabel . ?propertyItem schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"nl\") FILTER(LANG(?propertyDescription) = \"nl\") } LIMIT 100", "paraphrases": ["What are the Dutch labels and descriptions of properties that are used with carrots in Wikidata?", "Show me the Dutch names and descriptions of all properties that connect items to carrots."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q81> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"nl\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"nl\" ) ) ) . } LIMIT 100"}}
{"id": "val_10153", "question": "What are all the details (including rank, source, and type) of the Reactome ID statement for Influenza Infection?", "sparql": "SELECT ?property ?value WHERE { wd:Q45316642 p:P3937 ?statement . ?statement ?property ?value . }", "paraphrases": ["Show me the metadata for the claim that Influenza Infection has Reactome ID R-HSA-168255.", "How is the Reactome ID for Influenza Infection recorded in Wikidata, including its source and rank?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/Q45316642-A6125559-FA6B-43F2-9514-56D8CB335682> ?var1 ?var2 . }"}}
{"id": "val_10154", "question": "What biological processes include the trimerization of HA as a component?", "sparql": "SELECT ?process ?property WHERE { ?process ?property wd:Q50289507 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) }", "paraphrases": ["Which molecular entities are part of the trimerization of HA?", "How is the trimerization of HA related to other biological processes and components?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q50289507> . }"}}
{"id": "val_10155", "question": "What is the English label, description, instance of, part of, MeSH ID, MeSH tree code, and Gene Ontology ID for viral genome packaging?", "sparql": "SELECT ?itemLabel ?itemDescription ?instanceOf ?partOf ?meshId ?meshTreeCode ?goId WHERE { wd:Q22279853 schema:name ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") wd:Q22279853 schema:description ?itemDescription . FILTER(LANG(?itemDescription) = \"en\") wd:Q22279853 wdt:P31 ?instanceOf . wd:Q22279853 wdt:P361 ?partOf . wd:Q22279853 wdt:P486 ?meshId . wd:Q22279853 wdt:P672 ?meshTreeCode . wd:Q22279853 wdt:P686 ?goId .}", "paraphrases": ["What are the key biological classifications and identifiers for the process of viral genome packaging?", "Please provide the English name, definition, and associated identifiers (MeSH, GO, etc.) for viral genome packaging."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q22279853> ?var1 ?var2 . }"}}
{"id": "val_10156", "question": "What biological components are associated with the RNP complex involved in influenza genome packaging?", "sparql": "SELECT ?component ?relationship WHERE { ?component ?relationship wd:Q50289520 .}", "paraphrases": ["Which properties link the RNP association (Reactome R-HSA-168895) to other entities in Wikidata?", "Show all entities that have a relationship with the RNP association, including both direct connections and statement-level assertions."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q50289520> . }"}}
{"id": "val_10157", "question": "Which Wikidata entities have the Twitter handles @atreloar, @freya_eu, @MokraneMA, or @theAGU?", "sparql": "SELECT ?entity ?twitterHandle WHERE { ?entity wdt:P2002 ?twitterHandle . VALUES ?twitterHandle { \"atreloar\" \"freya_eu\" \"MokraneMA\" \"theAGU\" } }", "paraphrases": ["Who are the people or organizations on Wikidata that use the Twitter usernames atreloar, freya_eu, MokraneMA, or theAGU?", "List the Wikidata items corresponding to the Twitter accounts atreloar, freya_eu, MokraneMA, and theAGU."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"chutneyboy\" ) ( \"resdatall\" ) ( \"string2\" ) ( \"string3\" ) ( \"freya_eu\" ) ( \"string4\" ) ( \"CODATANews\" ) ( \"ICSU_WDS\" ) ( \"sjDCC\" ) ( \"string5\" ) ( \"bradosav1\" ) ( \"string6\" ) ( \"string7\" ) ( \"string8\" ) ( \"RDA_Europe\" ) ( \"string9\" ) ( \"string10\" ) ( \"MokraneMA\" ) ( \"string11\" ) ( \"atreloar\" ) ( \"string12\" ) ( \"jrwyngaard\" ) ( \"theAGU\" ) ( \"string13\" ) ( \"DANSKNAW\" ) ( \"string14\" ) } }"}}
{"id": "val_10158", "question": "Platform of New Super Mario Bros. Wii", "sparql": "SELECT ?platform ?platformLabel WHERE { wd:Q170410 wdt:P400 ?platform . ?platform rdfs:label ?platformLabel . FILTER (LANG(?platformLabel) = \"en\") }", "paraphrases": ["On which platform was New Super Mario Bros. Wii released?", "What is the English name of the gaming console that New Super Mario Bros. Wii was released on?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q170410> <http://www.wikidata.org/prop/direct/P400> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10159", "question": "What is the publication date of the academic article titled \"Views\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?itemLabel ?pubDate WHERE {\n  VALUES ?item {\n    wd:Q29397724\n  }\n  OPTIONAL {\n    ?item wdt:P577 ?pubDate .\n  }\n  OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}", "paraphrases": ["Show me the English label and publication date of the Wikidata item Q29397724.", "Can you tell me when the article \"Views\" was published?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q29397724> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var4 . } } LIMIT 1"}}
{"id": "val_10160", "question": "Who is the person with IMDb ID nm0592834?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P345 \"nm0592834\" .\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["What is the name of the actor identified by the IMDb ID nm0592834?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm0592834\". }"}}
{"id": "val_10161", "question": "Is there a Wikidata item with VIAF ID 3250756?", "sparql": "ASK WHERE { ?item wdt:P214 \"3250756\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 3250756 exist in Wikidata?", "Check if the VIAF ID 3250756 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"3250756\". }"}}
{"id": "val_10162", "question": "Is Alfred Henry Vickers a type of volcanic landform?", "sparql": "ASK WHERE { wd:Q21543087 (wdt:P31/wdt:P279*) wd:Q29025902 . }", "paraphrases": ["Does the person Alfred Henry Vickers belong to any class that is a subclass of volcanic landform?", "Is Alfred Henry Vickers classified as a volcanic landform or any of its subclasses?"], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q21543087> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Qnull> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10163", "question": "Companies that produce fashion", "sparql": "PREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX ps: <http://www.wikidata.org/prop/statement/>\nSELECT ?company ?companyLabel WHERE {\n  ?company p:P1056 ?statement .\n  ?statement ps:P1056 wd:Q12684 .\n  ?company rdfs:label ?companyLabel .\n  FILTER(LANG(?companyLabel) = \"en\")\n}", "paraphrases": ["Which companies produce fashion as a product?", "List the companies whose products include fashion, based on Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P1056> <http://www.wikidata.org/entity/Q12684> . ?var1 <http://www.wikidata.org/prop/P1056> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_10164", "question": "Rivers that are instances of the river class in Wikidata.", "sparql": "SELECT ?river ?riverLabel WHERE { ?river wdt:P31 wd:Q4022 . ?river rdfs:label ?riverLabel . FILTER(LANG(?riverLabel) = \"en\") } LIMIT 10", "paraphrases": ["What are some examples of rivers in Wikidata?", "List the names of 10 rivers in English from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4022> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } } LIMIT 10"}}
{"id": "val_10165", "question": "Music singles titled \"Joanne\" by Lady Gaga, their genre, and release date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?single ?singleLabel ?performerLabel ?genre ?genreLabel ?publicationDate WHERE {\n  ?single wdt:P31 wd:Q134556 .\n  ?single rdfs:label ?singleLabel .\n  FILTER ( REGEX( ?singleLabel , \"Joanne\" , \"i\" ) ) FILTER ( LANG( ?singleLabel ) = \"en\" ) ?single wdt:P175 wd:Q19848 .\n  wd:Q19848 rdfs:label ?performerLabel .\n  FILTER ( LANG( ?performerLabel ) = \"en\" ) OPTIONAL {\n    ?single wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n    FILTER ( LANG( ?genreLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?single wdt:P577 ?publicationDate .\n  }\n}", "paraphrases": ["What are the music singles named \"Joanne\" released by Lady Gaga, and what are their genres and release dates?", "Show me the English-titled music singles called \"Joanne\" performed by Lady Gaga, including their genre and when they were released."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } FILTER ( ( REGEX ( ?var1Label , \"Joanne\", \"i\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"Lady Gaga\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_10166", "question": "Subclasses of sport that have child subclasses", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclassOfSport WHERE {\n  ?subclassOfSport wdt:P279 wd:Q349 .\n  ?child wdt:P279 ?subclassOfSport .\n}", "paraphrases": ["Which sports categories have further subcategories?", "List all types of sport that are divided into more specific types."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q349> . [] <http://www.w3.org/2000/01/rdf-schema#subClassOf> ?var1 . }"}}
{"id": "val_10167", "question": "What are the video games and their theme music songs?", "sparql": "SELECT ?game ?gameLabel ?themeMusic ?themeMusicLabel WHERE { ?game wdt:P31 wd:Q7889 . ?game wdt:P942 ?themeMusic . ?game rdfs:label ?gameLabel . ?themeMusic rdfs:label ?themeMusicLabel . }", "paraphrases": ["List video games along with their theme songs.", "Show me the names of video games and the titles of their theme music."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . ?var1 <http://www.wikidata.org/prop/direct/P942> ?var2 . }"}}
{"id": "val_10168", "question": "What class does the equestrian statue of Joan of Arc belong to?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclass WHERE {\n  wd:Q13452941 wdt:P279 ?subclass .\n}", "paraphrases": ["What is the superclass of the equestrian statue of Joan of Arc?", "Show me the category that the equestrian statue of Joan of Arc is an instance of."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q13452941> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_10169", "question": "What are all the Wikimedia language codes used by Wikipedia editions?", "sparql": "SELECT DISTINCT ?languageCode WHERE { ?wikipediaEdition wdt:P31 wd:Q10876391 ; wdt:P407/wdt:P424 ?languageCode . } ORDER BY ASC(?languageCode)", "paraphrases": ["Can you list the ISO 639 language codes assigned to each Wikipedia language version, sorted alphabetically?", "Show me the codes that identify the languages of Wikipedia projects, like 'en' for English or 'de' for German."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { [] <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q10876391> ; <http://www.wikidata.org/prop/direct/P407> [ <http://www.wikidata.org/prop/direct/P424> ?var1 ] . MINUS { BIND ( LANG ( ?var2 ) AS ?var1 ). <http://www.wikidata.org/entity/P668> <http://schema.org/description> ?var2 . } } ORDER BY ASC( ?var1 )"}}
{"id": "val_10170", "question": "Chemical compounds with PubChem CID and their English names", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?compound ?compoundLabel WHERE {\n  ?compound wdt:P31 wd:Q11173 ; wdt:P662 ?cid .\n  ?compound rdfs:label ?compoundLabel .\n  FILTER(LANG(?compoundLabel) = \"en\")\n}\nLIMIT 10", "paraphrases": ["What are some chemical compounds that have a PubChem CID, and what are their English labels?", "List English names of chemical compounds that are assigned a PubChem CID."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P662> <http://www.wikidata.org/entity/Q11173> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10171", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt1996200?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipedia_page ?imdb_id WHERE {\n  ?movie wdt:P345 ?imdb_id .\n  ?wikipedia_page schema:about ?movie .\n  {\n    ?wikipedia_page schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipedia_page schema:inLanguage \"de\" .\n  }\n  FILTER(?imdb_id = \"tt1996200\")\n}", "paraphrases": ["Show me the Wikipedia articles in English or German about the film identified by IMDb ID tt1996200.", "Which Wikipedia pages in English or German are about the movie with the IMDb identifier tt1996200?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt1996343\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10172", "question": "What are the Wikipedia pages in English, German, or Danish about the movie with IMDb ID tt0013059?", "sparql": "SELECT ?movie ?wiki_page WHERE { VALUES ?imdb_id { \"tt0013059\" } ?movie wdt:P345 ?imdb_id . ?wiki_page schema:about ?movie . VALUES ?lang { \"en\" \"de\" \"da\" } ?wiki_page schema:inLanguage ?lang . }", "paraphrases": ["Is there a Wikipedia article in Danish, German, or English for the film \"Der var engang\" (1922)?", "Which language versions of Wikipedia have an article about the 1922 film identified by IMDb ID tt0013059?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0013059\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"da\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10173", "question": "What is the English or German Wikipedia page for the movie with IMDb ID tt0139024?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?movie ?wikipediaPage ?imdbId WHERE {\n  ?movie wdt:P345 ?imdbId .\n  ?wikipediaPage schema:about ?movie .\n  {\n    ?wikipediaPage schema:inLanguage \"en\" .\n  } UNION {\n    ?wikipediaPage schema:inLanguage \"de\" .\n  }\n  FILTER(?imdbId = \"tt0139024\")\n}", "paraphrases": ["Which Wikipedia pages in English or German are about the film identified by IMDb ID tt0139024?", "Show me the Wikipedia page (in English or German) and the IMDb ID for the movie tt0139024."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0139024\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10174", "question": "Which Wikidata items have the Twitter usernames 'CityOfBoston', 'melroserugby', or 'deventergem'?", "sparql": "SELECT ?item ?username WHERE { ?item wdt:P2002 ?username . VALUES ?username { \"CityOfBoston\" \"melroserugby\" \"deventergem\" } }", "paraphrases": ["What entities on Wikidata are associated with the Twitter accounts CityOfBoston, melroserugby, and deventergem?", "Show me the Wikidata items linked to the Twitter handles CityOfBoston, melroserugby, and deventergem."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"ChriBecker\" ) ( \"string1\" ) ( \"iphonexusa\" ) ( \"UNICEFData\" ) ( \"string2\" ) ( \"t4gBristol\" ) ( \"string3\" ) ( \"MCCgov\" ) ( \"_datatree\" ) ( \"string4\" ) ( \"ONSdigital\" ) ( \"string5\" ) ( \"spruefer\" ) ( \"string6\" ) } }"}}
{"id": "val_10175", "question": "What are the English-named organizations in Wikidata, along with their country, administrative location, founding date, legal form, headquarters, and official website?", "sparql": "SELECT ?organization ?organizationLabel ?countryLabel ?adminTerritoryLabel ?inception ?legalFormLabel ?headquartersLabel ?website WHERE {\n  ?organization (wdt:P31/wdt:P279*) wd:Q43229 .\n  ?organization rdfs:label ?organizationLabel .\n  OPTIONAL { ?organization wdt:P17 ?country . }\n  OPTIONAL { ?organization wdt:P131 ?adminTerritory . }\n  OPTIONAL { ?organization wdt:P571 ?inception . }\n  OPTIONAL { ?organization wdt:P1454 ?legalForm . }\n  OPTIONAL { ?organization wdt:P159 ?headquarters . }\n  OPTIONAL { ?organization wdt:P856 ?website . }\n  FILTER(LANG(?organizationLabel) = \"en\")\n}\nORDER BY DESC(?organization)\nLIMIT 100000", "paraphrases": ["List organizations (including schools and journals) with their English labels and optional details like where they\u2019re located, when they were founded, and their official websites.", "Show me up to 100,000 organizations from Wikidata that have English labels, and include any available information about their country, administrative region, inception date, legal structure, headquarters, and website."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label ?var6 ?var7Label ?var8Label ?var9 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q45103187> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1454> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } ORDER BY DESC( ?var1 ) LIMIT 100000"}}
{"id": "val_10176", "question": "List English-named businesses in Austria with their founding dates and official websites.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?business ?businessLabel ?inception ?website WHERE {\n  ?business ( wdt:P31 / wdt:P279 * ) wd:Q4830453 .\n  ?business wdt:P17 wd:Q40 .\n  ?business rdfs:label ?businessLabel .\n  FILTER ( LANG( ?businessLabel ) = \"en\" ) OPTIONAL {\n    ?business wdt:P571 ?inception .\n  }\n  OPTIONAL {\n    ?business wdt:P856 ?website .\n  }\n}\nLIMIT 100000", "paraphrases": ["Which businesses in Austria have official websites and when were they founded?", "Show me the names, founding years, and websites of businesses located in Austria, using English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3Label ?var4Label ?var5Label ?var6 ?var7Label ?var8Label ?var9 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q4830453> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q40> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1454> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P159> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var9 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var5 . } FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . } LIMIT 100000"}}
{"id": "val_10177", "question": "Who are the French mathematicians from history, and what are their names in French?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?nativeName WHERE {\n  ?person wdt:P106 wd:Q170790 .\n  ?person wdt:P27 wd:Q70972 .\n  OPTIONAL {\n    ?person wdt:P1559 ?nativeName .\n  }\n}\nLIMIT 100", "paraphrases": ["List French mathematicians with their native French names.", "Show me the names of mathematicians who were citizens of the Kingdom of France, including their names in French if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q170790> . ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q70972> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var2 . } } LIMIT 100"}}
{"id": "val_10178", "question": "Music releases by Dum Dum Girls with \"Dum Dum\" in the title, including genre and release date.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?release ?releaseLabel ?performer ?performerLabel ?genre ?genreLabel ?publicationDate WHERE {\n  VALUES ?releaseType {\n    wd:Q134556 wd:Q482994 wd:Q169930\n  }\n  ?release wdt:P31 ?releaseType .\n  ?release rdfs:label ?releaseLabel .\n  ?release wdt:P175 wd:Q2982240 .\n  OPTIONAL {\n    ?release wdt:P136 ?genre .\n    ?genre rdfs:label ?genreLabel .\n  }\n  OPTIONAL {\n    ?release wdt:P577 ?publicationDate .\n  }\n  FILTER ( REGEX( ?releaseLabel , \"Dum Dum\" , \"i\" ) )\n}\nLIMIT 10", "paraphrases": ["What are the music singles, albums, or EPs by Dum Dum Girls that have \"Dum Dum\" in their title, and what are their genres and release dates?", "Show me all music releases by Dum Dum Girls that include \"Dum Dum\" in the name, along with their genres and when they were released."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label ?var4 WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q134556> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var2 . ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var4 . } FILTER ( ( REGEX ( ?var1Label , \"Dum Dum\", \"i\" ) ) ) . FILTER ( ( REGEX ( ?var2Label , \"string1\", \"i\" ) ) ) . } LIMIT 10"}}
{"id": "val_10179", "question": "Films and TV shows in English with specified language", "sparql": "SELECT DISTINCT ?work (SAMPLE(?workLabel) AS ?label) WHERE { { ?work wdt:P31 wd:Q11424 . } UNION { ?work wdt:P31 wd:Q5398426 . } . ?work wdt:P407 ?language . ?work rdfs:label ?workLabel . FILTER(LANG(?workLabel) = \"en\") } GROUP BY ?work ORDER BY ?label LIMIT 5000", "paraphrases": ["What are some English-language films and TV shows listed in Wikidata?", "List up to 5000 English-language films and TV shows that have their language specified in Wikidata."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P364> [] ; <http://www.wikidata.org/prop/direct/P407> [] . } ORDER BY ASC( ?var1 ) LIMIT 5000"}}
{"id": "val_10180", "question": "Does Wikidata contain an entry for the GND ID 1063073634?", "sparql": "ASK WHERE { ?item wdt:P227 \"1063073634\" . }", "paraphrases": ["Is there a person in Wikidata identified by the German National Library ID 1063073634?", "Check if the GND ID 1063073634 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P227> \"1063073634\". }"}}
{"id": "val_10181", "question": "What are the genres, release date, and performer of Michael Jackson's album \"Dangerous\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?album ?albumLabel ?genre ?genreLabel ?releaseDate ?performer ?performerLabel WHERE {\n  VALUES(?album) {(wd:Q44104)\n  }\n  OPTIONAL {\n    ?album wdt:P136 ?genre .\n  }\n  OPTIONAL {\n    ?album wdt:P577 ?releaseDate .\n  }\n  OPTIONAL {\n    ?album wdt:P175 ?performer .\n  }\n  OPTIONAL {\n    ?album rdfs:label ?albumLabel .\n    FILTER(LANG(?albumLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?genre rdfs:label ?genreLabel .\n    FILTER(LANG(?genreLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?performer rdfs:label ?performerLabel .\n    FILTER(LANG(?performerLabel) = \"en\")\n  }\n}", "paraphrases": ["When was Michael Jackson's album \"Dangerous\" released, and what music genres and artist are associated with it?", "Can you tell me the release date, performer, and all genres of the album \"Dangerous\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var4 ?var4Label WHERE { SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"[AUTO_LANGUAGE],en\". } VALUES ( ?var1 ) { ( <http://www.wikidata.org/entity/Q44104> ) } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P136> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P175> ?var4 . } } LIMIT 1"}}
{"id": "val_10182", "question": "What is the name of the cat owned by George and Martha Washington?", "sparql": "SELECT ?cat ?catLabel WHERE { BIND( wd:Q48895080 AS ?cat ) . ?cat rdfs:label ?catLabel . FILTER(LANG(?catLabel) = \"en\") }", "paraphrases": ["Show the English label for the Wikidata item Hamilton (Q48895080).", "What is the official name of the domestic cat that lived with the first U.S. president?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { BIND ( <http://www.wikidata.org/entity/Q48895080> AS ?var1 ). SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10183", "question": "Administrative divisions in Israel", "sparql": "SELECT ?entity ?entityLabel WHERE { ?entity (wdt:P31*/wdt:P279*) wd:Q56061 . ?entity wdt:P131* wd:Q801 . ?entity rdfs:label ?entityLabel . FILTER(LANG(?entityLabel) = \"en\") }", "paraphrases": ["What cities, districts, and other administrative areas are located in Israel?", "List all administrative territorial entities in Israel, including their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 ( <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q56061> . ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q801> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10184", "question": "What property is used to assign the given name \"Padmashree\" in Wikidata?", "sparql": "PREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nSELECT ?property ( COUNT( ?item ) AS ?count ) WHERE {\n  ?item ?propertyValue wd:Q20139633 .\n  ?property wikibase:directClaim ?propertyValue .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC ( ?count )\nLIMIT 1", "paraphrases": ["Which property in Wikidata is used to state that someone has the given name \"Padmashree\"?", "Show me the property that links individuals to the given name \"Padmashree\", along with how many times it's used."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q20139633> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10185", "question": "Who is the person with IMDb ID nm4238309?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person ?personLabel WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P345 \"nm4238309\" .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["What is the name of the actor with IMDb identifier nm4238309?", "Tell me the English name of the human associated with the IMDb ID nm4238309."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P345> \"nm4238309\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10186", "question": "Does Wikidata contain an entity with VIAF ID 69517156?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"69517156\" .\n}", "paraphrases": ["Is there a person or entity in Wikidata identified by the VIAF number 69517156?", "Please confirm if the Virtual International Authority File identifier 69517156 is registered in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"69517156\". }"}}
{"id": "val_10187", "question": "Who is the person with the VIAF ID 10486078?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P214 \"10486078\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = 'en' )\n}", "paraphrases": ["What is the English label of the Wikidata item that has the VIAF identifier 10486078?", "Is there a person in Wikidata associated with the VIAF ID 10486078, and what is their name?"], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"10486078\". }"}}
{"id": "val_10188", "question": "Image of Anthony Hecht with SNAC ARK ID w6gm8nc6", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6gm8nc6\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["What is the image associated with Anthony Hecht in Wikidata, given his SNAC ARK ID is w6gm8nc6?", "Show me the Wikimedia Commons image for the person identified by SNAC ARK ID w6gm8nc6."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6gm8nc6\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10189", "question": "What property is used to link recipients to the League Championship Series MVP Award, and how many recipients are there?", "sparql": "SELECT ?property (COUNT(?property) AS ?count)\nWHERE {\n  ?recipient ?prop wd:Q3186712 .\n  ?property wikibase:directClaim ?prop .\n  ?property rdf:type wikibase:Property .\n}\nGROUP BY ?property\nORDER BY DESC(?count)\nLIMIT 1", "paraphrases": ["How many players have received the League Championship Series MVP Award, and which Wikidata property connects them to the award?", "Which award assignment property is most common for the League Championship Series Most Valuable Player Award, and how many times is it used?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var1 ) AS ?var2 ) WHERE { { SELECT ?var1 WHERE { ?var3 ?var4 <http://www.wikidata.org/entity/Q3186712> . ?var1 <http://wikiba.se/ontology#directClaim> ?var4 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 10000 } } GROUP BY ?var1 ORDER BY DESC( ?var2 ) LIMIT 1"}}
{"id": "val_10190", "question": "What is the English description of the Open Library author with ID OL5704202A?", "sparql": "SELECT ?author ?authorLabel ?description WHERE { ?author wdt:P648 \"OL5704202A\" . OPTIONAL { ?author schema:description ?description . FILTER (LANG(?description) = \"en\") } ?author rdfs:label ?authorLabel . FILTER (LANG(?authorLabel) = \"en\") }", "paraphrases": ["Can you find the name and English description of the author in Wikidata who has the Open Library ID OL5704202A?", "Show me the English label and description of the person in Wikidata linked to the Open Library ID OL5704202A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL5704203A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10191", "question": "Dutch labels for the types of the Eighty Years' War", "sparql": "SELECT ?type ?label WHERE { wd:Q164432 wdt:P31 ?type . ?type rdfs:label ?label . FILTER (LANG(?label) = \"nl\") } LIMIT 50", "paraphrases": ["What are the Dutch terms for the categories that the Eighty Years' War belongs to?", "Show me the Dutch-language names of the classes that the Eighty Years' War is an instance of."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/Q164432> <http://www.wikidata.org/prop/direct/P31> ?var1 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"nl\" ) ) ) . } LIMIT 50"}}
{"id": "val_10192", "question": "Philologists who are human", "sparql": "SELECT ?person ?personLabel WHERE { ?person wdt:P31 wd:Q5 . ?person wdt:P106 wd:Q13418253 . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") }", "paraphrases": ["Who are the people whose occupation is philologist?", "List the names of all human philologists."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2934> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q13418253> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10193", "question": "Is there a Wikidata item with VIAF ID 17703190?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nASK WHERE {\n  ?item wdt:P214 \"17703190\" .\n}", "paraphrases": ["Does the Virtual International Authority File identifier 17703190 exist in Wikidata?", "Check if the VIAF ID 17703190 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"17703190\". }"}}
{"id": "val_10194", "question": "Works with main subject computer", "sparql": "SELECT ?work WHERE { ?work p:P921 ?statement . ?statement ps:P921 wd:Q68 . } LIMIT 100", "paraphrases": ["What works have 'computer' as their main subject?", "Show me a list of all works that are about computers."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P921> <http://www.wikidata.org/entity/Q68> . ?var1 <http://www.wikidata.org/prop/P921> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_10195", "question": "Humans with the surname Vigoureux", "sparql": "SELECT DISTINCT ?person WHERE { ?person wdt:P734 wd:Q30439038 . ?person wdt:P31 wd:Q5 . }", "paraphrases": ["Who are the people with the last name Vigoureux?", "List all humans whose family name is Vigoureux."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"Vigoureux\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10196", "question": "Find English-language scholarly articles with \"zikv\" in the title that are not primarily about the Zika virus.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?var1Label WHERE {\n  ?var1 wdt:P31 wd:Q13442814 ; rdfs:label ?var1Label .\n  FILTER(LANG(?var1Label) = \"en\")\n  .\n  FILTER(CONTAINS(LCASE(?var1Label) , \"zikv\"))\n  . MINUS {\n    ?var1 wdt:P921 wd:Q202864 .\n  }\n}", "paraphrases": ["Show me academic papers mentioning ZIKV in their title but not focused on the Zika virus itself.", "What scholarly articles have \"ZIKV\" in their English title but do not have Zika virus as their main subject?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q13442814> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P921> <http://www.wikidata.org/entity/Q202864> . } FILTER ( ( CONTAINS ( LCASE ( ?var1Label ) , \"zikv\" ) ) ) . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10197", "question": "Who are the people with \"Smet\" in their French birth name?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?person WHERE {\n  ?person wdt:P31 wd:Q5 .\n  ?person wdt:P1477 ?birthName .\n  FILTER(LANG(?birthName) = \"fr\")\n  .\n  FILTER(contains(LCASE(?birthName) , \"smet\"))\n  .\n}", "paraphrases": ["List all humans whose birth name in French includes the substring \"Smet\".", "Find individuals of French origin whose given name contains \"Smet\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> \"smet\"@fr . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . }"}}
{"id": "val_10198", "question": "What is the English label and description of the Open Library author with ID OL1858663A?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P648 \"OL1858663A\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") }", "paraphrases": ["Who is the person identified by the Open Library ID OL1858663A, and what is their English description?", "Show me the name and professional description in English of the author with Open Library ID OL1858663A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL1858663A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10199", "question": "What is the English description of the Open Library author with ID OL122693A?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P648 \"OL122693A\" . ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person in Wikidata with Open Library ID OL122693A, and what is their English description?", "Can you find the English name and description of the author identified by OL122693A in Open Library?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL1226930A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10200", "question": "Is the Raspberry Pi 1 Model B+ a human?", "sparql": "ASK WHERE { wd:Q48920099 ( wdt:P31 / wdt:P279 * ) wd:Q5 . }", "paraphrases": ["Does the Raspberry Pi 1 Model B+ belong to the category of humans through its type or subclass relationships?", "Confirm whether the Raspberry Pi 1 Model B+ is considered a human in Wikidata\u2019s classification system."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q48920099> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q5> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10201", "question": "What is the English label and description of the author with Open Library ID OL118077A?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?item ?itemLabel ?description WHERE {\n  ?item wdt:P648 \"OL118077A\" .\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}", "paraphrases": ["Who is the person identified by the Open Library ID OL118077A, and what is their English description?", "Show the name and brief bio in English of the author whose Open Library ID is OL118077A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL4272533A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10202", "question": "Is there a Wikidata item with VIAF ID 20280896?", "sparql": "ASK WHERE { ?item wdt:P214 \"20280896\" . }", "paraphrases": ["Does the Virtual International Authority File identifier 20280896 exist in Wikidata?", "Check if the VIAF ID 20280896 is assigned to any entity in Wikidata."], "info": {"raw_sparql": "ASK WHERE { ?var1 <http://www.wikidata.org/prop/direct/P214> \"20280896\". }"}}
{"id": "val_10203", "question": "Airports in the United States with elevation and official website", "sparql": "SELECT ?airport ?airportLabel ?elevation ?website WHERE { ?airport (wdt:P31/wdt:P279*) wd:Q1248784 . ?airport wdt:P17 wd:Q30 . OPTIONAL { ?airport wdt:P2044 ?elevation . } OPTIONAL { ?airport wdt:P856 ?website . } ?airport rdfs:label ?airportLabel . FILTER(LANG(?airportLabel) = \"en\") } ORDER BY ?airportLabel LIMIT 10", "paraphrases": ["What are the names, elevations, and official websites of airports in the United States?", "List English-named airports in the United States along with their elevation above sea level and official website, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 ?var6 ?var7Label ?var8Label ?var9 ?var10 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1248784> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q30> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var4 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P131> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1619> ?var6 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P84> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P149> ?var8 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P856> ?var10 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P2044> ?var9 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var11Label . FILTER ( ( ( LANG ( ?var11Label ) = \"en\" ) ) ) . } ORDER BY ASC( <http://www.w3.org/2001/XMLSchema#integer> ( SUBSTR ( STR ( ?var12 ) , ( STRLEN ( \"string1\" ) +\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ) ) LIMIT 100000"}}
{"id": "val_10204", "question": "What are the types of Wikimedia lists?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?listType ?listTypeLabel WHERE {\n  ?listType wdt:P279 wd:Q13406463 .\n  ?listType rdfs:label ?listTypeLabel .\n  FILTER ( LANG( ?listTypeLabel ) = \"en\" )\n}", "paraphrases": ["What are the subclasses of \"Wikimedia list\" on Wikidata?", "List all the specific kinds of lists used on Wikimedia projects, such as lists of elections or aviation accidents."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q13406463> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10205", "question": "What are the English, German, and Polish Wikipedia and Wikiquote pages about the movie with IMDb ID tt0088009?", "sparql": "SELECT ?movie ?page WHERE { ?movie wdt:P345 \"tt0088009\" . ?page schema:about ?movie . ?page schema:inLanguage ?lang . FILTER(?lang IN (\"en\", \"de\", \"pl\")) FILTER(REGEX(STR(?page), \"https://[a-z]{2}\\\\.wikipedia\\\\.org/|https://[a-z]{2}\\\\.wikiquote\\\\.org/\"))}", "paraphrases": ["Show me the language-specific Wikipedia and Wikiquote articles for the film \"A Year of the Quiet Sun\" in English, German, and Polish.", "Which language versions of Wikipedia and Wikiquote have articles about the movie identified by IMDb ID tt0088009?"], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0088009\". } ?var2 <http://schema.org/about> ?var1 . { ?var2 <http://schema.org/inLanguage> \"en\". } UNION { ?var2 <http://schema.org/inLanguage> \"de\". } UNION { ?var2 <http://schema.org/inLanguage> \"pl\". } ?var1 <http://www.wikidata.org/prop/direct/P345> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10206", "question": "Is Bernhard I, Prince of Anhalt-Bernburg a descendant of Albert the Bear?", "sparql": "SELECT ?var1 WHERE { wd:Q156041 wdt:P40+ ?var1 . FILTER (?var1 = wd:Q76096) }", "paraphrases": ["Descendants of Albert the Bear: is Bernhard I one of them?", "Show me if Bernhard I, Prince of Anhalt-Bernburg is a descendant of Albert the Bear."], "info": {"raw_sparql": "SELECT * WHERE { <http://www.wikidata.org/entity/Q156041> ( <http://www.wikidata.org/prop/direct/P40> / <http://www.wikidata.org/prop/direct/P40> *) ?var1 . FILTER ( ( ( ?var1 = <http://www.wikidata.org/entity/Q76096> ) ) ) . }"}}
{"id": "val_10207", "question": "What properties describe Julia Margaret Cameron in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nSELECT ?property ?propertyLabel ?propertyDescription WHERE {\n  wd:Q230120 ?directProperty ?value .\n  FILTER(STRSTARTS(STR(?directProperty) , \"http://www.wikidata.org/prop/direct/\"))\n  .\n  BIND(IRI(REPLACE(STR(?directProperty) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\")) AS ?property)\n  .\n  ?property rdfs:label ?propertyLabel .\n  ?property schema:description ?propertyDescription .\n  FILTER(LANG(?propertyLabel) = \"en\")\n  FILTER(LANG(?propertyDescription) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Which properties are used to describe the British photographer Julia Margaret Cameron, and what are their English labels and descriptions?", "Show me the English labels and descriptions of all properties used in statements about Julia Margaret Cameron."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q230120> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_10208", "question": "Wikimedia categories without Hebrew labels but with Hebrew-labeled main topics", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?category ?topicLabel WHERE {\n  ?category wdt:P31 wd:Q4167836 ; wdt:P301 ?topic .\n  FILTER NOT EXISTS {\n    ?category rdfs:label ?categoryLabel .\n    FILTER(LANG(?categoryLabel) = \"he\")\n  }\n  ?topic rdfs:label ?topicLabel .\n  FILTER(LANG(?topicLabel) = \"he\")\n}\nLIMIT 1000", "paraphrases": ["Which Wikimedia categories are not labeled in Hebrew, even though their main topic has a Hebrew label?", "Show me categories on Wikipedia that are missing Hebrew labels, but whose main article is labeled in Hebrew."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4167836> ; <http://www.wikidata.org/prop/direct/P301> ?var3 . FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"he\" ) ) ) . } ) ) . ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"he\" ) ) ) . } LIMIT 1000"}}
{"id": "val_10209", "question": "Songkick venues that are not the number 3, with their types and English labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?venue ?venueLabel ?type ?typeLabel WHERE {\n  ?venue wdt:P3977 [] . MINUS {\n    ?venue wdt:P31 wd:Q201 .\n  }\n  ?venue wdt:P31 ?type .\n  ?venue rdfs:label ?venueLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER(LANG(?venueLabel) = 'en')\n  .\n  FILTER(LANG(?typeLabel) = 'en')\n  .\n}", "paraphrases": ["What are the venues on Songkick that are not the number 3, and what types of places are they?", "List all Songkick venues (excluding the number 3) along with their English names and classifications."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3977> [] . MINUS { VALUES ( ?var3 ) { ( <http://www.wikidata.org/entity/Q201> ) ( <http://www.wikidata.org/entity/Q3624078> ) ( <http://www.wikidata.org/entity/Q811430> ) } ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) ?var3 . } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr,en\". } }"}}
{"id": "val_10210", "question": "What is the English description of the Open Library author with ID OL1113861A?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P648 \"OL1113861A\" . OPTIONAL { ?item schema:description ?description . FILTER (LANG(?description) = \"en\") } }", "paraphrases": ["Who is the person in Wikidata associated with the Open Library ID OL1113861A, and what is their English description?", "Find the Wikidata item for the author with Open Library ID OL1113861A and show its English description if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL1113866A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10211", "question": "Open Library ID OL76120A, English label and description", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?author ?authorLabel ?description WHERE {\n  ?author wdt:P648 \"OL76120A\" .\n  ?author rdfs:label ?authorLabel .\n  FILTER(LANG(?authorLabel) = \"en\")\n  OPTIONAL {\n    ?author schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the author with Open Library ID OL76120A, and what is their English description?", "Show me the name and English description of the author identified by the Open Library ID OL76120A."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL4283806A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10212", "question": "Is Victor de Laveleye a type of software?", "sparql": "ASK WHERE { wd:Q2353930 (wdt:P31/wdt:P279*) wd:Q7397 . }", "paraphrases": ["Does Victor de Laveleye belong to the category of software through any instance-of or subclass-of relationship?", "Confirm whether Victor de Laveleye is classified as software or any of its superclasses."], "info": {"raw_sparql": "ASK WHERE { <http://www.wikidata.org/entity/Q2353930> ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q7397> . <http://www.bigdata.com/queryHints#Prior> <http://www.bigdata.com/queryHints#gearing> \"forwards\". }"}}
{"id": "val_10213", "question": "What is the English label and description of the Open Library author with ID OL76120A?", "sparql": "SELECT ?item ?itemLabel ?description WHERE { ?item wdt:P648 \"OL76120A\" . OPTIONAL { ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } . OPTIONAL { ?item schema:description ?description . FILTER(LANG(?description) = \"en\") } }", "paraphrases": ["Can you find the English description and name of the author in Wikidata who has the Open Library ID OL76120A?", "Show me the English-language details for the book author identified by OL76120A in Open Library."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P648> \"OL208047A\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10214", "question": "What film has the IMDb ID tt0803883?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item WHERE {\n  ?item wdt:P345 \"tt0803883\" .\n}", "paraphrases": ["Which Wikidata item corresponds to the IMDb identifier tt0803883?", "Find the movie in Wikidata that is identified by the IMDb ID tt0803883."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt0803883\". }"}}
{"id": "val_10215", "question": "Wikipedia pages and other items about yaws", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?item ?property WHERE {\n  ?item ?property wd:Q76973 .\n}", "paraphrases": ["Which Wikipedia articles and media items discuss yaws?", "List all resources that have yaws as their main topic or subject."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 ?var2 <http://www.wikidata.org/entity/Q76973> . }"}}
{"id": "val_10216", "question": "Medical condition with ICD-10 code M19", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P494 \"M19\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["What diseases are associated with the ICD-10 code M19?", "List the medical conditions that use the ICD-10 code M19."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { <http://www.wikidata.org/entity/statement/q62736-78094A88-72FB-405E-8C3B-7B5227D3B3E7> ?var1 ?var2 . }"}}
{"id": "val_10217", "question": "Which news organizations have the Twitter handles '8NEWS', 'dallasnews', and 'PewStates'?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?organization ?twitterHandle WHERE {\n  ?organization wdt:P2002 ?twitterHandle .\n  VALUES ?twitterHandle {\n    \"8NEWS\" \"dallasnews\" \"PewStates\"\n  }\n}", "paraphrases": ["What are the organizations on Wikidata that use '8NEWS', 'dallasnews', or 'PewStates' as their X (Twitter) username?", "Show me the media outlets associated with the X (Twitter) usernames '8NEWS', 'dallasnews', and 'PewStates'."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P2002> ?var2 . VALUES ( ?var2 ) { ( \"string1\" ) ( \"VWEthan\" ) ( \"string2\" ) ( \"dallasnews\" ) ( \"string3\" ) ( \"PewStates\" ) ( \"8NEWS\" ) ( \"string4\" ) ( \"cheapicks\" ) ( \"string5\" ) ( \"string6\" ) ( \"string7\" ) ( \"MaryDofVA\" ) ( \"string8\" ) ( \"Thalhimer\" ) ( \"string9\" ) ( \"DDVA13\" ) ( \"string10\" ) ( \"facebook\" ) } }"}}
{"id": "val_10218", "question": "What sport does Ousmane Demb\u00e9l\u00e9 play and what awards has he received, including the date of the award?", "sparql": "SELECT ?personLabel ?sportLabel ?awardLabel ?date WHERE { wd:Q20851003 wdt:P641 ?sport . wd:Q20851003 p:P166 ?awardStmt . ?awardStmt ps:P166 ?award . OPTIONAL { ?awardStmt pq:P585 ?date . } wd:Q20851003 rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") ?sport rdfs:label ?sportLabel . FILTER(LANG(?sportLabel) = \"en\") ?award rdfs:label ?awardLabel . FILTER(LANG(?awardLabel) = \"en\") }", "paraphrases": ["When did Ousmane Demb\u00e9l\u00e9 receive the Knight of the Legion of Honour, and what sport does he play?", "Show me Ousmane Demb\u00e9l\u00e9\u2019s sport, the award he received, and the date he received it."], "info": {"raw_sparql": "SELECT DISTINCT ?var1Label ?var2 ?var3Label ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var8 ?var9 ?var10 ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P641> ?var12 . <https://fr.wikipedia.org/wiki/Ousmane%20Demb%C3%A9l%C3%A9> <http://schema.org/about> ?var1 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/P166> ?var13 . ?var13 <http://www.wikidata.org/prop/statement/P166> ?var3 . OPTIONAL { ?var13 <http://www.wikidata.org/prop/qualifier/P585> ?var2 . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } }"}}
{"id": "val_10219", "question": "Show the name of Pascal Dias in English, German, French, and Italian, along with his English description, image, coordinates, and English Wikipedia link.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?description ?image ?coordinates ?wikipediaArticle WHERE {\n  OPTIONAL {\n    wd:Q3896918 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = ?lang ) VALUES ( ?lang ?order ) {\n      ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 )\n    }\n  }\n  OPTIONAL {\n    wd:Q3896918 schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n  OPTIONAL {\n    wd:Q3896918 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q3896918 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle schema:about wd:Q3896918 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?order", "paraphrases": ["What are the labels of Pascal Dias in different languages, his English description, image, location coordinates, and English Wikipedia page?", "Please retrieve Pascal Dias\u2019s multilingual labels (EN, DE, FR, IT), his English Wikipedia description, any associated image, geographic coordinates, and the link to his English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q3896918> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q3896918> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q3896918> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q3896918> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q3896918> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_10220", "question": "What is the English label and description of the Happy Tree Friends episode with IMDb ID tt3459712?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label ?description WHERE {\n  ?item wdt:P345 \"tt3459712\" .\n  OPTIONAL {\n    ?item rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?item schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the title and English description of the TV episode on IMDb with ID tt3459712?", "Show me the English title and description of the episode from Happy Tree Friends that has the IMDb identifier tt3459712."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt3459712\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10221", "question": "Images and labels of organizations where Sydney Brenner worked, with start/end dates and academic degrees.", "sparql": "SELECT ?image ?organization ?organizationLabel ?startDate ?endDate ?degreeLabel WHERE { wd:Q234463 p:P108 ?statement . ?statement ps:P108 ?organization . ?organization rdfs:label ?organizationLabel . FILTER (LANG(?organizationLabel) = \"en\") OPTIONAL { ?organization wdt:P18 ?image . } OPTIONAL { ?statement pq:P580 ?startDate . } OPTIONAL { ?statement pq:P582 ?endDate . } OPTIONAL { ?statement pq:P512 ?degree . ?degree rdfs:label ?degreeLabel . FILTER (LANG(?degreeLabel) = \"en\") } }", "paraphrases": ["What are the universities Sydney Brenner was employed by, and what images, start dates, end dates, or academic degrees are associated with those employments?", "Show me the images and English labels of the institutions Sydney Brenner worked for, along with any available employment start and end dates, and academic degrees earned during those affiliations."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label ?var4 ?var5 ?var6Label WHERE { { <http://www.wikidata.org/entity/Q234463> <http://www.wikidata.org/prop/P1416> ?var7 . } UNION { <http://www.wikidata.org/entity/Q234463> <http://www.wikidata.org/prop/P108> ?var7 . } { ?var7 <http://www.wikidata.org/prop/statement/P1416> ?var2 . } UNION { ?var7 <http://www.wikidata.org/prop/statement/P108> ?var2 . } ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var7 <http://www.wikidata.org/prop/qualifier/P512> ?var8 . ?var8 <http://www.w3.org/2000/01/rdf-schema#label> ?var6Label . FILTER ( ( ( LANG ( ?var6Label ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_10222", "question": "Geological formations in Moldova", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?geologicalFeature ?geologicalFeatureLabel WHERE {\n  ?geologicalFeature wdt:P17 wd:Q217 .\n  ?geologicalFeature wdt:P31 wd:Q736917 .\n  ?geologicalFeature rdfs:label ?geologicalFeatureLabel .\n  FILTER ( LANG( ?geologicalFeatureLabel ) = \"en\" )\n}", "paraphrases": ["What are the geological formations located in Moldova?", "List the English-labeled geological formations in Moldova, such as ravines, cliffs, and outcrops."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q217> . VALUES ( ?var2 ) { ( <http://www.wikidata.org/entity/Q736917> ) } ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ro,en\". } }"}}
{"id": "val_10223", "question": "What are all the subclasses of \"human\" up to four levels deep in the taxonomy?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  {\n    wd:Q5 wdt:P279 ?subclass .\n  } UNION {\n    wd:Q5 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?subclass .\n  } UNION {\n    wd:Q5 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?subclass .\n  } UNION {\n    wd:Q5 wdt:P279 ?level1 .\n    ?level1 wdt:P279 ?level2 .\n    ?level2 wdt:P279 ?level3 .\n    ?level3 wdt:P279 ?subclass .\n  }\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = 'en' )\n}", "paraphrases": ["List all English-labeled subclasses of humans, including indirect ones up to four generations of classification.", "Show me the hierarchy of categories that humans belong to, going up to four levels of subclass relationships, with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q5> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Forward\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"12\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10224", "question": "Works created or designed by Leonardo da Vinci with their images and creation locations.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?work ?workLabel ?image ?locationLabel WHERE {\n  ?work(wdt:P84 | wdt:P170) wd:Q762 .\n  ?work wdt:P18 ?image .\n  OPTIONAL {\n    ?work wdt:P1071 ?location .\n    ?location rdfs:label ?locationLabel .\n    FILTER(LANG(?locationLabel) = \"en\")\n  }\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}\nORDER BY ASC(?work)", "paraphrases": ["What are the artworks created by Leonardo da Vinci, and what are their images and where were they created?", "Show me a list of all creative works by Leonardo da Vinci, including their images and, if available, the places where they were created."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ( ?var2 AS ?var3 ) ?var4Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P84> | <http://www.wikidata.org/prop/direct/P170> ) <http://www.wikidata.org/entity/Q762> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P571> ?var5 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1705> ?var6Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1071> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,it,fr,de,es\". } } ORDER BY ASC( ?var1 )"}}
{"id": "val_10225", "question": "Stars without German labels and their alternative names", "sparql": "SELECT DISTINCT ?star ?label WHERE { ?star wdt:P31 wd:Q523 . ?star rdfs:label ?label . FILTER ( NOT EXISTS { ?star rdfs:label ?deLabel . FILTER ( LANG(?deLabel) = \"de\" ) } ) }", "paraphrases": ["Which stars do not have a label in German, and what are their labels in other languages?", "List all stars that are not labeled in German, along with their labels in other languages."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q523> . ?var1 <http://www.wikidata.org/prop/P59> [] . ?var1 <http://www.wikidata.org/prop/direct/P59> ?var4 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( NOT EXISTS { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3 . FILTER ( ( ( LANG ( ?var3 ) = \"de\" ) ) ) . } ) ) . }"}}
{"id": "val_10226", "question": "What currencies were used by historical countries?", "sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 wdt:P31 wd:Q3024240 ; wdt:P38 ?var2 . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") }", "paraphrases": ["List the names of defunct states and the currencies they used, in English.", "Which former countries had official currencies, and what were those currencies called?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label ?var4Label ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . { ?var1 <http://www.wikidata.org/prop/direct/P38> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10227", "question": "Films without release dates that have \"film\" in their Wikipedia title", "sparql": "SELECT ?film ?filmLabel ?lang ?pageTitle WHERE { ?film wdt:P31 wd:Q11424 . FILTER NOT EXISTS { ?film wdt:P577 [] } . ?wikipediaPage schema:about ?film ; schema:inLanguage ?lang ; schema:name ?pageTitle . ?film rdfs:label ?filmLabel . FILTER (LANG(?filmLabel) = \"en\") . FILTER (REGEX(?pageTitle, \"film\", \"i\")) } ORDER BY ?lang", "paraphrases": ["What are films that don't have a publication date and are mentioned in Wikipedia articles with the word \"film\" in the title?", "List films without a release date along with their Wikipedia page titles containing \"film\" and the language of those pages."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ( REPLACE ( REPLACE ( REPLACE ( STRAFTER ( STR ( ?var4 ) , \"/wiki/\" ) , \"%20\", \" \" ) , \"%28\", \"(\" ) , \"%29\", \")\" ) AS ?var5 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P577> ?var6 . } FILTER ( ( !( BOUND ( ?var6 ) ) ) ) . ?var4 <http://schema.org/about> ?var1 . FILTER ( ( REGEX ( STR ( ?var4 ) , \"string1\" ) ) ) . ?var4 <http://schema.org/inLanguage> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var3 )"}}
{"id": "val_10228", "question": "What are some types of political parties?", "sparql": "SELECT ?var1 ?label WHERE { ?var1 wdt:P279 wd:Q7278 . ?var1 rdfs:label ?label . FILTER(LANG(?label) = \"en\") } LIMIT 11", "paraphrases": ["Can you list 11 subclasses of political parties along with their names?", "What are examples of political parties categorized by their type, such as social democratic or fascist parties?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q7278> . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10229", "question": "Birth and death dates of Richard Williams (Q11801889)", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q11801889 AS ?person ) . ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") . OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["When was Richard Williams born and when did he die?", "Can you tell me the birth and death dates of Richard Williams, the Welsh soldier and courtier?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q11801889> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10230", "question": "John Bowes-Lyon birth and death dates", "sparql": "SELECT ?label ?birthDate ?deathDate WHERE { wd:Q75411 rdfs:label ?label . FILTER(LANG(?label) = \"en\") OPTIONAL { wd:Q75411 wdt:P569 ?birthDate . } OPTIONAL { wd:Q75411 wdt:P570 ?deathDate . } }", "paraphrases": ["When were John Bowes-Lyon born and when did he die?", "Can you tell me the full name, date of birth, and date of death of John Bowes-Lyon?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q75411> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10231", "question": "What are the birth and death dates of William T. Orr?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?personLabel ?birthDate ?deathDate WHERE {\n  BIND( wd:Q8019110 AS ?person ) .\n  ?person wdt:P31 wd:Q5 .\n  OPTIONAL {\n    ?person wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?person wdt:P570 ?deathDate .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Can you tell me the birth and death dates of the American television producer William T. Orr?", "Show me the English label, birth date, and death date for William T. Orr, who is a human."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q8016380> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10232", "question": "What are the birth and death dates of George F. Elliott?", "sparql": "SELECT ?personLabel ?birthDate ?deathDate WHERE { BIND( wd:Q5539104 AS ?person ) . OPTIONAL { ?person rdfs:label ?personLabel . FILTER(LANG(?personLabel) = \"en\") } OPTIONAL { ?person wdt:P569 ?birthDate . } OPTIONAL { ?person wdt:P570 ?deathDate . } }", "paraphrases": ["Can you tell me when George F. Elliott was born and when he died?", "Provide the life span (birth and death dates) of George F. Elliott, the U.S. Marine Corps Commandant."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q5539104> AS ?var1 ). ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P569> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10233", "question": "What Wikidata item corresponds to the IMDb ID tt2226333?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P345 \"tt2226333\" .}", "paraphrases": ["Which movie on Wikidata has the IMDb identifier tt2226333?", "Find the Wikidata entity for the film with IMDb ID tt2226333."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P345> \"tt2226333\". }"}}
{"id": "val_10234", "question": "Who were born in 1982, and do they have images on Wikimedia Commons?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P569 ?birthDate .\n  FILTER(YEAR(?birthDate) = 1982)\n  OPTIONAL {\n    ?person wdt:P18 ?image\n  }\n  .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nLIMIT 100", "paraphrases": ["Can you list people born in 1982 along with their English names and photos if available?", "Show me the names and images of individuals born in the year 1982."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P569> \"+1982-11-14T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sq\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_10235", "question": "Statements and values for population data in Wikidata", "sparql": "SELECT ?statement ?value WHERE { ?statement ps:P1082 ?value . } LIMIT 1000", "paraphrases": ["What are the statement identifiers and their corresponding population values in Wikidata?", "Show me all population statements and their numeric values from Wikidata."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var3 <http://wikiba.se/ontology#statementValue> ?var4 . ?var1 ?var4 ?var2 . } LIMIT 1000"}}
{"id": "val_10236", "question": "What administrative regions and continent is Longcreek, South Carolina part of?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?var1 ?label WHERE {\n  wd:Q6672471 ( wdt:P131 | wdt:P17 | wdt:P30 ) + ?var1 .\n  ?var1 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["Which country and continent does Longcreek, SC belong to, and what state is it in?", "List all geographic and administrative entities that Longcreek, South Carolina is located within, including its state, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q6672471> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_10237", "question": "List people who are actors and their names.", "sparql": "SELECT DISTINCT ?person ?personLabel WHERE { ?person wdt:P106 wd:Q33999 . ?person rdfs:label ?personLabel . } LIMIT 10", "paraphrases": ["Who are the actors in Wikidata, and what are their names?", "Show me the names of all individuals whose occupation is actor."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/wdt:P106> <http://www.wikidata.org/entity/Q33999> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . }"}}
{"id": "val_10238", "question": "Labels for \"food\" in English, German, French, and Italian, along with its image and Wikipedia link.", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT ?label ?image ?wikipedia WHERE {\n  OPTIONAL {\n    wd:Q2095 rdfs:label ?label .\n    FILTER ( LANG( ?label ) = ?lang ) VALUES ( ?lang ) {\n      ( \"en\" ) ( \"de\" ) ( \"fr\" ) ( \"it\" )\n    }\n  }\n  OPTIONAL {\n    wd:Q2095 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?wikipedia rdf:type schema:Article ; schema:about wd:Q2095 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ASC ( ?lang )", "paraphrases": ["What are the names of \"food\" in English, German, French, and Italian, and what is its image and Wikipedia page?", "Show me the translations of \"food\" in four languages, its image from Wikimedia Commons, and the English Wikipedia article about it."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q2095> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q2095> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q2095> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q2095> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q2095> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_10239", "question": "Mozart compositions with K\u00f6chel numbers and publication dates", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?work ?workLabel ?catalogCode ?publicationDate WHERE {\n  ?work wdt:P86 wd:Q254 ; wdt:P528 ?catalogCode ; wdt:P577 ?publicationDate .\n  ?work rdfs:label ?workLabel .\n  FILTER(LANG(?workLabel) = \"en\")\n}", "paraphrases": ["What are Wolfgang Amadeus Mozart's musical works, their catalog codes (like K. numbers), and when were they published?", "List all musical works composed by Mozart along with their catalog codes and publication dates in English."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q177220> <http://www.wikidata.org/entity/Q254> ; <http://www.wikidata.org/prop/direct/P528> ?var4 ; <http://www.wikidata.org/prop/direct/P577> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10240", "question": "What administrative regions and continent does North Mandioli belong to?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 WHERE {\n  wd:Q24330921(wdt:P131 | wdt:P17 | wdt:P30) + ?var1 .\n}", "paraphrases": ["What country, province, regency, and continent is North Mandioli located in?", "Show me the full geographical and administrative hierarchy of North Mandioli, including its country and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q24330921> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_10241", "question": "List all recurring events in Wikidata.", "sparql": "SELECT ?event WHERE { ?event (wdt:P31 / wdt:P279*) wd:Q14795564 .}", "paraphrases": ["What are all the holidays and annual festivals recorded in Wikidata?", "Show me all the cultural, religious, and traditional events that occur periodically, such as festivals or observances, that are classified in Wikidata as recurring time points."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q14795564> . }"}}
{"id": "val_10242", "question": "List of fruit varieties and types in botany with English names.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?fruitVariety ?fruitVarietyLabel WHERE {\n  ?fruitVariety(wdt:P31 / wdt:P279 *) wd:Q1364 .\n  ?fruitVariety rdfs:label ?fruitVarietyLabel .\n  FILTER(LANG(?fruitVarietyLabel) = \"en\")\n}", "paraphrases": ["What are the different kinds of fruits in botany, and what are their English names?", "Show me all the named cultivars and species that are classified as fruits in botany, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1364> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"lv\". } }"}}
{"id": "val_10243", "question": "What are the diseases treated by endocrinology?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nSELECT DISTINCT ?disease ?label WHERE {\n  ?disease wdt:P31 wd:Q12136 .\n  ?disease wdt:P1995 wd:Q162606 .\n  OPTIONAL {\n    ?disease rdfs:label ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n  OPTIONAL {\n    ?disease skos:altLabel ?label .\n    FILTER ( LANG( ?label ) = \"en\" )\n  }\n}\nLIMIT 1000", "paraphrases": ["List the English names of diseases that fall under the medical specialty of endocrinology.", "Which endocrine-related conditions have English labels in Wikidata?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P1995> <http://www.wikidata.org/entity/Q162606> . { { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . } UNION { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var3Label . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 1000"}}
{"id": "val_10244", "question": "List of tank locomotives with their English names.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?tankLocomotive ?tankLocomotiveLabel WHERE {\n  ?tankLocomotive wdt:P31 wd:Q785745 .\n  ?tankLocomotive rdfs:label ?tankLocomotiveLabel .\n  FILTER(LANG(?tankLocomotiveLabel) = \"en\")\n}", "paraphrases": ["What are the English names of all tank locomotives in Wikidata?", "Show me all tank locomotives and their labels in English."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q785745> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en,de\". } }"}}
{"id": "val_10245", "question": "Who is the person whose birth name is \"Aaden Jonathan Gosselin\"?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?label WHERE {\n  ?item wdt:P1477 \"Aaden Jonathan Gosselin\" @en .\n  ?item rdfs:label ?label .\n  FILTER ( LANG( ?label ) = 'en' )\n}", "paraphrases": ["Find the name of the person born as Aaden Jonathan Gosselin.", "What is the commonly known name of the individual with the birth name \"Aaden Jonathan Gosselin\"?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1477> \"string1\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10246", "question": "Who are the people with the surname \"Smith\"?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P734 wd:Q1158446 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["List all individuals whose family name is Smith in Wikidata.", "Can you show me the names of people who have \"Smith\" as their last name?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P734> \"Smith\". SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10247", "question": "Items categorized under categories with main topic Hamburg, and their statement qualifiers.", "sparql": "SELECT ?item ?statement (SAMPLE(?qv) AS ?qualifierValue) WHERE { ?item p:P301 ?statement . ?statement ps:P301 wd:Q1055 . OPTIONAL { ?statement ?qualifier ?qv . ?qualifier wikibase:qualifierOf p:P301 . } } GROUP BY ?item ?statement LIMIT 100", "paraphrases": ["Which items are linked to Hamburg via Wikimedia category main topic statements, and what qualifiers are attached to those statements?", "Show me all items that belong to categories whose main topic is Hamburg, along with any additional details (qualifiers) on their categorization statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( SAMPLE ( ?var3 ) AS ?var4 ) WHERE { { SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/statement/P301> <http://www.wikidata.org/entity/Q1055> . ?var1 <http://www.wikidata.org/prop/P301> ?var2 . } LIMIT 101 } OPTIONAL { ?var2 ?var3 ?var5 . ?var6 <http://wikiba.se/ontology#qualifier> ?var3 . } } GROUP BY ?var1 ?var2"}}
{"id": "val_10248", "question": "What is the English title and description of the film with LdiF ID 61940?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film ?filmLabel ?description WHERE {\n  ?film wdt:P3107 \"61940\" .\n  OPTIONAL {\n    ?film rdfs:label ?filmLabel .\n    FILTER ( LANG( ?filmLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?film schema:description ?description .\n    FILTER ( LANG( ?description ) = \"en\" )\n  }\n}", "paraphrases": ["Can you tell me the title and English description of the film identified by the LdiF ID 61940?", "Show me the English name and a brief description of the film that has the identifier 61940 in the Lexikon des Internationalen Films."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3107> \"61940\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10249", "question": "What are the titles of \"Indiana Jones and the Temple of Doom\" in English, German, French, and Italian, along with its image and Wikipedia page?", "sparql": "SELECT ?label ?image ?coordinates ?wikipediaArticle WHERE { VALUES (?lang ?sortKey) { (\"en\" 1) (\"de\" 2) (\"fr\" 3) (\"it\" 4) } wd:Q179215 rdfs:label ?label . FILTER (LANG(?label) = ?lang) OPTIONAL { wd:Q179215 wdt:P18 ?image . } OPTIONAL { wd:Q179215 wdt:P625 ?coordinates . } OPTIONAL { ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q179215 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> . } } ORDER BY ?sortKey", "paraphrases": ["Can you list the titles of the movie \"Indiana Jones and the Temple of Doom\" in English, German, French, and Italian, and show its logo image and English Wikipedia link?", "Please provide the localized titles of the film \"Indiana Jones and the Temple of Doom\" in English, German, French, and Italian, including its Wikimedia Commons image and the link to its English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q179215> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var7 ) ) ) . VALUES ( ?var7 ?var8 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q179215> <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { <http://www.wikidata.org/entity/Q179215> <urn:dboabstract> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } OPTIONAL { <http://www.wikidata.org/entity/Q179215> <http://www.wikidata.org/prop/direct/P625> ?var4 . } OPTIONAL { ?var6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q179215> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var8 )"}}
{"id": "val_10250", "question": "Politicians named Barack", "sparql": "SELECT DISTINCT ?politician WHERE { ?politician wdt:P31 wd:Q5 . ?politician wdt:P106 wd:Q82955 . ?politician rdfs:label ?label . FILTER (LANG(?label) = \"en\") . FILTER (STRSTARTS(LCASE(?label), \"barack\")) } LIMIT 10", "paraphrases": ["Who are the politicians whose English name starts with \"Barack\"?", "List all human politicians with an English label starting with \"Barack\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( STRSTARTS ( LCASE ( ?var2Label ) , LCASE ( \"string1\" ) ) ) ) . } LIMIT 10"}}
{"id": "val_10251", "question": "Gene products encoded by the gene with NCBI Gene ID 42249", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?geneProduct WHERE {\n  ?gene wdt:P351 \"42249\" .\n  ?geneProduct wdt:P702 ?gene .\n}", "paraphrases": ["What gene product is encoded by the gene that has the NCBI Gene ID 42249?", "Show me the gene product that is encoded by the gene identified by NCBI Gene ID 42249."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P702> ?var1 . VALUES ( ?var1 ) { ( \"42249\" ) } }"}}
{"id": "val_10252", "question": "Which movie has the elFilm ID 1336942?", "sparql": "SELECT ?movie WHERE { ?movie wdt:P3143 \"1336942\" . }", "paraphrases": ["What is the title of the movie identified by the elFilm ID 1336942?", "Find the movie in Wikidata that corresponds to the elFilm ID 1336942."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3143> \"1336942\". }"}}
{"id": "val_10253", "question": "What film has the AlloCin\u00e9 ID 143239?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?film WHERE {\n  ?film wdt:P1265 \"143239\" .\n}", "paraphrases": ["Which movie is identified by the AlloCin\u00e9 film ID 143239?", "Tell me the title of the film with AlloCin\u00e9 ID 143239."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"143239\". }"}}
{"id": "val_10254", "question": "Films with exactly one director who has an Arabic Wikipedia page, not anthology films, and no Arabic description.", "sparql": "SELECT ?film (COUNT(?director) AS ?directorCount) WHERE { ?film wdt:P31 wd:Q11424 . ?film wdt:P57 ?director . FILTER(NOT EXISTS { ?film wdt:P136 wd:Q336144 }) . FILTER(EXISTS { ?arWikipediaPage schema:about ?director ; schema:inLanguage \"ar\" . }) . FILTER(NOT EXISTS { ?film schema:description ?desc ; schema:inLanguage \"ar\" . }) . } GROUP BY ?film HAVING (COUNT(?director) = 1) LIMIT 200", "paraphrases": ["What films are directed by exactly one person whose Wikipedia page is in Arabic, are not anthology films, and do not have an Arabic-language description?", "List up to 200 films that have a single director with an Arabic Wikipedia page, exclude anthology films, and ensure they have no Arabic description."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ( COUNT ( ?var3 ) AS ?var4 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11424> . ?var1 <http://www.wikidata.org/prop/direct/P57> ?var3 . ?var1 <http://www.wikidata.org/prop/direct/P577> ?var5 . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P136> <http://www.wikidata.org/entity/Q336144> . } ) ) . FILTER ( ( EXISTS { ?var6 <http://schema.org/about> ?var3 . ?var6 <http://schema.org/inLanguage> \"ar\". } ) ) . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"ar\" ) ) ) . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ar\". } } GROUP BY ?var1 ?var2 HAVING ( ( COUNT ( ?var3 ) = \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var4 ) LIMIT 200"}}
{"id": "val_10255", "question": "Living politicians named Kim Jong with their birth dates and images.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?person ?label ?image ?birthDate WHERE {\n  ?person wdt:P31 wd:Q5 ; wdt:P106 wd:Q82955 ; wdt:P569 ?birthDate ; wdt:P18 ?image ; rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  FILTER(REGEX(?label , \"Kim Jong\" , \"i\"))\n  FILTER(NOT EXISTS {\n    ?person wdt:P570 ?deathDate .\n  })\n}\nLIMIT 10", "paraphrases": ["Who are the living politicians with \"Kim Jong\" in their name, and what are their birth dates and images?", "Show me the images and birth dates of all living politicians whose English label contains \"Kim Jong\"."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2Label ?var3 ?var4 ?var5 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P569> ?var5 ; <http://www.wikidata.org/prop/direct/P18> ?var3 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var4 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> . FILTER ( ( CONTAINS ( ?var2Label , \"Kim Jong\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var6 . } ) ) . } LIMIT 10"}}
{"id": "val_10256", "question": "List of sports teams, either directly classified as such or teams that athletes have played for, with English names.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?var1 ?label WHERE {\n  {\n    ?var1 wdt:P31 wd:Q12973014 .\n  } UNION {\n    ?x wdt:P54 ?var1 .\n  }\n  ?var1 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["What are the sports teams that are either explicitly categorized as sports teams or have been played for by athletes, along with their English names?", "Show me up to 200 sports teams with their English names, including those that are either directly classified as sports teams or have been teams of athletes."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12973014> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P54> ?var1 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 200"}}
{"id": "val_10257", "question": "Co-authored research papers between authors from the University of Oxford, University of Cambridge, and University of St Andrews.", "sparql": "SELECT DISTINCT ?author1 ?author1Label ?author2 ?author2Label ?work ?workLabel WHERE {  VALUES ?uni1 { wd:Q216273 wd:Q34433 wd:Q35794 }  VALUES ?uni2 { wd:Q216273 wd:Q34433 wd:Q35794 }   ?author1 wdt:P108 ?uni1 .  ?author2 wdt:P108 ?uni2 .  ?work wdt:P50 ?author1 , ?author2 .   {    SELECT ?work (COUNT(?a) AS ?authorCount) WHERE {      ?work wdt:P50 ?a .    } GROUP BY ?work HAVING (?authorCount = 2)  }   FILTER ( ?uni1 != ?uni2 && STR(?author1) < STR(?author2) )   ?author1 rdfs:label ?author1Label .  ?author2 rdfs:label ?author2Label .  ?work rdfs:label ?workLabel .   FILTER (LANG(?author1Label) = \"en\")  FILTER (LANG(?author2Label) = \"en\")  FILTER (LANG(?workLabel) = \"en\")} ORDER BY ASC(?author1Label) LIMIT 500", "paraphrases": ["Which academic papers have been co-authored by researchers from two different universities among Oxford, Cambridge, and St Andrews?", "Show me pairs of researchers from different universities (Oxford, Cambridge, or St Andrews) who have co-authored papers together, along with the paper titles."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q216273> ) ( <http://www.wikidata.org/entity/Q34433> ) ( <http://www.wikidata.org/entity/Q35794> ) } VALUES ( ?var5 ) { ( <http://www.wikidata.org/entity/Q216273> ) ( <http://www.wikidata.org/entity/Q34433> ) ( <http://www.wikidata.org/entity/Q35794> ) } ?var1 ?var6 ?var4 . ?var2 ?var7 ?var5 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 , ?var2 . FILTER ( ( ( STR ( ?var1 ) < STR ( ?var2 ) ) && ( ?var4 != ?var5 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } ORDER BY ASC( ?var1Label ) LIMIT 500"}}
{"id": "val_10258", "question": "List all manga titles in Wikidata.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?manga ?mangaLabel WHERE {\n  ?manga wdt:P31 wd:Q8274 .\n  ?manga rdfs:label ?mangaLabel .\n}", "paraphrases": ["What are the names of all manga series listed in Wikidata?", "Show me the titles and their labels of all works that are instances of manga in Wikidata."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q8274> . }"}}
{"id": "val_10259", "question": "Children of Johann Sebastian Bach in alphabetical order", "sparql": "SELECT ?child ?childLabel WHERE { wd:Q1339 wdt:P40 ?child . ?child rdfs:label ?childLabel . FILTER(LANG(?childLabel) = \"en\") } ORDER BY ASC(?childLabel)", "paraphrases": ["Who are the children of Johann Sebastian Bach, listed alphabetically by name?", "List all the children of Johann Sebastian Bach with their English names, sorted alphabetically."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q1339> <http://www.wikidata.org/prop/direct/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_10260", "question": "Who are the governors of Stockholm County, and do they have images available on Wikimedia Commons?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?person wdt:P39 wd:Q84564130 .\n  OPTIONAL {\n    ?person wdt:P18 ?image .\n  }\n  ?person rdfs:label ?personLabel .\n  FILTER ( LANG( ?personLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list the people who have held the position of Governor of Stockholm County along with their English names and photos?", "Which individuals served as Governor of Stockholm County, and what are their portraits?"], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P39> <http://www.wikidata.org/entity/Q4994097> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv\". ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } } LIMIT 100"}}
{"id": "val_10261", "question": "What events occurred in May 1992?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event ( wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191 ) ?date .\n  FILTER ( ?date >= \"1992-05-01T00:00:00Z\" ^^ xsd:dateTime && ?date <= \"1992-05-31T23:59:59Z\" ^^ xsd:dateTime )\n}", "paraphrases": ["Which historical events, such as elections, coups, or spacecraft missions, took place between May 1 and May 31, 1992?", "List all recorded events in Wikidata that have a known date in May 1992, including first flights, service entries, or premieres."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1992-05-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1992-05-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_10262", "question": "What medical specialties are associated with different diseases?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disease ?diseaseLabel ?specialty ?specialtyLabel WHERE {\n  ?disease wdt:P31 wd:Q12136 .\n  ?disease wdt:P1995 ?specialty .\n  ?disease rdfs:label ?diseaseLabel .\n  ?specialty rdfs:label ?specialtyLabel .\n  FILTER(LANG(?diseaseLabel) = \"en\")\n  FILTER(LANG(?specialtyLabel) = \"en\")\n}", "paraphrases": ["Which doctors or medical fields treat specific diseases, and what are their names?", "Can you list diseases along with the medical specialties that diagnose or treat them, using their English names?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P1995> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10263", "question": "What are the English names of diseases treated in psychiatry?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?disease ?label WHERE {\n  ?disease wdt:P31 wd:Q12136 ; wdt:P1995 wd:Q7867 .\n  {\n    ?disease rdfs:label ?label .\n  } UNION {\n    ?disease skos:altLabel ?label .\n  }\n  FILTER ( LANG( ?label ) = \"en\" )\n}\nLIMIT 10000", "paraphrases": ["Which diseases classified under psychiatry have English labels in Wikidata?", "List all English-language labels (including alternative names) for diseases that are associated with the medical specialty of psychiatry."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var1 <http://www.wikidata.org/prop/direct/P1995> <http://www.wikidata.org/entity/Q7867> . { { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } UNION { ?var1 <http://www.w3.org/2004/02/skos/core#altLabel> ?var2Label . } } BIND ( LANG ( ?var2Label ) AS ?var3 ). FILTER ( ( ( ?var3 = \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 10000"}}
{"id": "val_10264", "question": "What are the labels for Kaitlyn Dever in English, German, French, and Italian, along with her image and Wikipedia article?", "sparql": "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  wd:Q519784 rdfs:label ?label .\n  FILTER(LANG(?label) IN(\"en\" , \"de\" , \"fr\" , \"it\"))\n  OPTIONAL {\n    wd:Q519784 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q519784 wdt:P625 ?coordinates .\n  }\n  OPTIONAL {\n    ?wikipediaArticle rdf:type schema:Article ; schema:about wd:Q519784 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n  }\n}\nORDER BY ?label", "paraphrases": ["Show me Kaitlyn Dever\u2019s name in different languages, her photo, and her English Wikipedia page.", "Retrieve the multilingual labels, image, and English Wikipedia link for the actress Kaitlyn Dever."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q519784> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q519784> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q519784> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q519784> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_10265", "question": "English labels and descriptions of chemical compounds", "sparql": "SELECT DISTINCT ?compound ?label ?description WHERE { ?compound wdt:P31 wd:Q11173 . ?compound rdfs:label ?label . ?compound schema:description ?description . FILTER(LANG(?label) = \"en\") FILTER(LANG(?description) = \"en\") } LIMIT 200", "paraphrases": ["What are the English names and descriptions of all chemical compounds in Wikidata?", "Show me up to 200 chemical compounds with their English labels and descriptions."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var5 ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } LIMIT 200"}}
{"id": "val_10266", "question": "Chemical compounds with English descriptions", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX schema: <http://schema.org/>\nSELECT DISTINCT ?compound ?label ?description WHERE {\n  ?compound wdt:P31 wd:Q11173 .\n  ?compound rdfs:label ?label .\n  ?compound schema:description ?description .\n  FILTER ( LANG( ?description ) = \"en\" )\n}\nLIMIT 200", "paraphrases": ["What are some chemical compounds and their English descriptions?", "List up to 200 chemical compounds along with their labels and English descriptions."], "info": {"raw_sparql": "SELECT DISTINCT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q11173> . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . ?var3 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( <http://schema.org/description> ) = \"en\" ) ) ) . } LIMIT 200"}}
{"id": "val_10267", "question": "Members of the French National Assembly during the 15th legislature (2017\u20132022), sorted by family name and given name.", "sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3Label WHERE { ?var1 wdt:P31 wd:Q5 . ?var1 wdt:P734 ?var2 . ?var1 wdt:P735 ?var3 . ?var1 p:P39 ?var4 . ?var4 ps:P39 wd:Q3044918 . ?var4 pq:P2937 wd:Q24939798 . ?var1 rdfs:label ?var1Label . ?var2 rdfs:label ?var2Label . ?var3 rdfs:label ?var3Label . FILTER(LANG(?var1Label) = \"en\") FILTER(LANG(?var2Label) = \"en\") FILTER(LANG(?var3Label) = \"en\") } ORDER BY ASC(?var2Label) ASC(?var3Label)", "paraphrases": ["Who were the members of the French National Assembly in the 15th legislature of the Fifth French Republic, and what are their first and last names?", "List the full names (first and last) of all members of the French National Assembly during the 2017\u20132022 term, ordered alphabetically by last name and then first name."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/direct/P734> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P735> ?var3 . ?var1 <http://www.wikidata.org/prop/P39> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P39> <http://www.wikidata.org/entity/Q3044918> . ?var4 <http://www.wikidata.org/prop/qualifier/P2937> <http://www.wikidata.org/entity/Q24939798> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"fr\". } } GROUP BY ?var1 ?var1Label ORDER BY ASC( ?var2Label )ASC( ?var3Label )"}}
{"id": "val_10268", "question": "Tom Hanks: gender, birth date, country of birth, birth name", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?genderLabel ?birthDate ?actor ?countryLabel ?birthName ?deathDate WHERE {\n  ?actor rdfs:label \"Tom Hanks\" @en .\n  ?actor wdt:P106 wd:Q33999 .\n  ?actor wdt:P21 ?gender .\n  ?gender rdfs:label ?genderLabel .\n  FILTER(LANG(?genderLabel) = \"en\")\n  OPTIONAL {\n    ?actor wdt:P569 ?birthDate .\n  }\n  OPTIONAL {\n    ?actor wdt:P19 ?birthPlace .\n    ?birthPlace wdt:P17 ?country .\n    ?country rdfs:label ?countryLabel .\n    FILTER(LANG(?countryLabel) = \"en\")\n  }\n  OPTIONAL {\n    ?actor wdt:P1477 ?birthName .\n  }\n  OPTIONAL {\n    ?actor wdt:P570 ?deathDate .\n  }\n}", "paraphrases": ["What is Tom Hanks' gender, date of birth, country of birth, and birth name?", "Show me Tom Hanks' gender, birth date, where he was born, and his full birth name."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4Label ?var5 ?var6 WHERE { ?var3 <http://www.w3.org/2000/01/rdf-schema#label> \"string1\"@en . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P569> ?var2 . } ?var3 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q33999> . ?var3 <http://www.wikidata.org/prop/direct/P21> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P19> ?var7 . ?var7 <http://www.wikidata.org/prop/direct/P17> ?var4 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P1477> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P570> ?var6 . } }"}}
{"id": "val_10269", "question": "What language has the GOST 7.75\u201397 code '\u0430\u0440\u0435 052'?", "sparql": "SELECT ?language WHERE { ?language wdt:P278 \"\u0430\u0440\u0435 052\" . }", "paraphrases": ["Which language is identified by the GOST 7.75\u201397 code '\u0430\u0440\u0435 052'?", "Find the language corresponding to the GOST 7.75\u201397 code '\u0430\u0440\u0435 052'."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P278> \"\u0430\u0440\u0435052\". }"}}
{"id": "val_10270", "question": "Rowing figures with known date of death but unknown place of death.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel ?dateOfDeath WHERE {\n  ?person(wdt:P106 / wdt:P279 *) wd:Q26270618 .\n  ?person wdt:P570 ?dateOfDeath . MINUS {\n    ?person wdt:P20 ?placeOfDeath .\n  }\n  OPTIONAL {\n    ?person rdfs:label ?personLabel .\n    FILTER(LANG(?personLabel) = \"en\")\n  }\n}", "paraphrases": ["Who are the rowing athletes or participants who have died but whose place of death is not recorded in Wikidata?", "List the names and dates of death of all people whose occupation is related to rowing (including subclasses), but who do not have a recorded place of death."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P106> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q26270618> . ?var1 <http://www.wikidata.org/prop/direct/P570> ?var3 . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P20> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10271", "question": "What are the labels for the NHL 2016 disambiguation page in English, German, French, Italian, and Spanish, and what is its English Wikipedia article?", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  VALUES ( ?lang ?order ) {\n    ( \"en\" 1 ) ( \"de\" 2 ) ( \"fr\" 3 ) ( \"it\" 4 ) ( \"es\" 5 )\n  }\n  wd:Q19927515 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?lang ) OPTIONAL {\n    wd:Q19927515 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q19927515 wdt:P625 ?coordinates .\n  }\n  ?wikipediaArticle schema:about wd:Q19927515 ; schema:inLanguage \"en\" ; schema:isPartOf <https://en.wikipedia.org/> .\n}\nORDER BY ?order", "paraphrases": ["Show the multilingual labels of the Wikipedia disambiguation page for NHL 2016 along with its English Wikipedia link.", "Retrieve the names of the NHL 2016 disambiguation page in five languages and its corresponding English Wikipedia page."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q19927515> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"en\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q19927515> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q19927515> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q19927515> ; <http://schema.org/inLanguage> \"en\"; <http://schema.org/isPartOf> <https://en.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_10272", "question": "Labels of Eckhard Friauf in German, English, French, and Italian, along with his image, coordinates, and corresponding Wikipedia articles.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?image ?coordinates ?wikipediaArticle WHERE {\n  wd:Q1281670 rdfs:label ?label .\n  FILTER ( LANG( ?label ) = ?lang ) .\n  OPTIONAL {\n    wd:Q1281670 wdt:P18 ?image .\n  }\n  OPTIONAL {\n    wd:Q1281670 wdt:P625 ?coordinates .\n  }\n  VALUES ( ?lang ?sortOrder ?wikipediaBase ) {\n    ( \"de\" 1 <https://de.wikipedia.org/> ) ( \"en\" 2 <https://en.wikipedia.org/> ) ( \"fr\" 4 <https://fr.wikipedia.org/> ) ( \"it\" 5 <https://it.wikipedia.org/> )\n  }\n  ?wikipediaArticle schema:about wd:Q1281670 ; schema:inLanguage ?lang ; schema:isPartOf ?wikipediaBase .\n}\nORDER BY ASC ( ?sortOrder )", "paraphrases": ["What are the labels of Eckhard Friauf in different languages, and what are his image, coordinates, and Wikipedia articles in those same languages?", "Show me Eckhard Friauf\u2019s labels in German, English, French, and Italian, including his image and coordinates if available, and only the Wikipedia articles that exist in each respective language."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { OPTIONAL { <http://www.wikidata.org/entity/Q1281670> <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = ?var5 ) ) ) . VALUES ( ?var5 ?var6 ) { ( \"de\"\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"en\"\"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"de\"\"3\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"fr\"\"4\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ( \"it\"\"5\"^^<http://www.w3.org/2001/XMLSchema#integer> ) } } OPTIONAL { <http://www.wikidata.org/entity/Q1281670> <http://www.wikidata.org/prop/direct/P18> ?var2 . } OPTIONAL { <http://www.wikidata.org/entity/Q1281670> <http://www.wikidata.org/prop/direct/P625> ?var3 . } OPTIONAL { ?var4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Article> ; <http://schema.org/about> <http://www.wikidata.org/entity/Q1281670> ; <http://schema.org/inLanguage> \"de\"; <http://schema.org/isPartOf> <https://de.wikipedia.org/> . } } ORDER BY ASC( ?var6 )"}}
{"id": "val_10273", "question": "What films from Yemen are classified as silent films or short films?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?film WHERE {\n  {\n    ?film wdt:P31 wd:Q11424 .\n  } UNION {\n    ?film wdt:P31 wd:Q226730 .\n  } UNION {\n    ?film wdt:P31 wd:Q24862 .\n  }\n  ?film wdt:P495 wd:Q805 .\n}", "paraphrases": ["Can you list all Yemeni movies, including silent and short films?", "Which films originating in Yemen belong to the categories of film, silent film, or short film?"], "info": {"raw_sparql": "SELECT ?var1 WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> * <http://www.wikidata.org/entity/Q11424> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q226730> . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q24862> . } ?var1 <http://www.wikidata.org/prop/direct/P495> <http://www.wikidata.org/entity/Q805> . }"}}
{"id": "val_10274", "question": "Sculptors and their fathers and languages", "sparql": "SELECT ?person ?father ?language WHERE { ?person wdt:P31 wd:Q5 . ?person p:P106 ?occupationStmt . ?occupationStmt ps:P106 wd:Q1281618 . OPTIONAL { ?person wdt:P22 ?father . } OPTIONAL { ?person wdt:P1412 ?language . } } LIMIT 50", "paraphrases": ["Who are the sculptors, and who are their fathers and what languages do they speak?", "List 50 sculptors along with their fathers and the languages they speak, if available."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var3 ?var3Label ?var4 ?var4Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var1 <http://www.wikidata.org/prop/P106> ?var5 . ?var5 <http://www.wikidata.org/prop/statement/P106> <http://www.wikidata.org/entity/Q1281618> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1412> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P106> ?var4 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10275", "question": "What are all the types of organizations in Wikidata, including subtypes?", "sparql": "SELECT ?organizationType WHERE { ?organizationType wdt:P279* wd:Q43229 . } ORDER BY ASC(?organizationType)", "paraphrases": ["Can you list all the classes that are subclasses of \"organization\" in Wikidata?", "Show me the hierarchy of organizational types in Wikidata, starting from \"organization\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> / <http://www.w3.org/2000/01/rdf-schema#subClassOf> *) <http://dbpedia.org/ontology/Organisation> . } ORDER BY ASC( ?var1 ) }"}}
{"id": "val_10276", "question": "What are the direct subclasses of \"unit of measurement\" and \"quantity\" in Wikidata?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?subclass ?subclassLabel WHERE {\n  VALUES ?parent {\n    wd:Q47574 wd:Q309314\n  }\n  ?subclass wdt:P279 ?parent .\n  ?subclass rdfs:label ?subclassLabel .\n  FILTER ( LANG( ?subclassLabel ) = \"en\" )\n}\nLIMIT 20", "paraphrases": ["Can you list some types of units and quantities, like mass number or unit of power?", "Show me the English-labeled subclasses of units of measurement and quantities."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label ?var3 ?var3Label WHERE { VALUES ( ?var4 ) { ( <http://www.wikidata.org/entity/Q47574> ) ( <http://www.wikidata.org/entity/Q309314> ) } BIND ( <http://www.wikidata.org/entity/Q2511873> AS ?var5 ). ?var5 ( <http://www.wikidata.org/prop/direct/P31> | <http://www.wikidata.org/prop/direct/P279> ) ?var1 . ?var1 <http://www.wikidata.org/prop/direct/P279> * ?var4 . ?var2 ^ <http://www.wikidata.org/prop/direct/P279> * ?var1 . ?var3 ^ <http://www.wikidata.org/prop/direct/P279> ?var2 . ?var3 <http://www.wikidata.org/prop/direct/P279> * ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de, en\". } }"}}
{"id": "val_10277", "question": "Properties that have organizations as objects, with English labels and descriptions.", "sparql": "PREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?prop ?propLabel ?propDescription WHERE {\n  ?item ?prop ?org .\n  ?org wdt:P31 wd:Q43229 .\n  FILTER ( STRSTARTS( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" ) ) .\n  BIND( IRI( REPLACE( STR( ?prop ) , \"http://www.wikidata.org/prop/direct/\" , \"http://www.wikidata.org/entity/\" ) ) AS ?propEntity ) .\n  ?propEntity rdfs:label ?propLabel .\n  ?propEntity schema:description ?propDescription .\n  FILTER ( LANG( ?propLabel ) = \"en\" ) FILTER ( LANG( ?propDescription ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Which properties are used to link entities to organizations, and what are their English labels and descriptions?", "List the English labels and descriptions of all properties whose objects are organizations."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q43229> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"en\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"en\" ) ) ) . } LIMIT 100"}}
{"id": "val_10278", "question": "What are some businesses located in the United States?", "sparql": "SELECT ?business ?businessLabel WHERE { ?business wdt:P31 wd:Q4830453 . ?business wdt:P17 wd:Q30 . ?business rdfs:label ?businessLabel . FILTER(LANG(?businessLabel) = \"en\") } LIMIT 1000", "paraphrases": ["Can you list English-named companies based in the United States?", "Show me businesses in the U.S. with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q4830453> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var2 . } ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q30> . } LIMIT 200000"}}
{"id": "val_10279", "question": "Banks and their subsidiaries in English, with labels.", "sparql": "SELECT ?bank ?bankLabel ?subsidiary ?subsidiaryLabel WHERE { ?bank wdt:P31 wd:Q22687 ; rdfs:label ?bankLabel . FILTER(LANG(?bankLabel) = \"en\") OPTIONAL { ?bank wdt:P355 ?subsidiary . ?subsidiary rdfs:label ?subsidiaryLabel . FILTER(LANG(?subsidiaryLabel) = \"en\") } }", "paraphrases": ["Which banks are instances of financial institutions, and what are their subsidiaries, both with English labels?", "List all English-labeled banks and, where available, their English-labeled subsidiaries."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q22687> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P355> ?var2 . } FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10280", "question": "List battles with their coordinates and years, using English labels.", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?label ?coordinates ?battle ?year WHERE {\n  ?battle wdt:P31 wd:Q178561 .\n  ?battle wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?battle wdt:P585 ?date .\n  }\n  OPTIONAL {\n    ?battle wdt:P582 ?endDate .\n  }\n  BIND( IF( BOUND( ?date ) , ?date , ?endDate ) AS ?tempDate ) .\n  BIND( YEAR( ?tempDate ) AS ?year ) .\n  ?battle rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" )\n}", "paraphrases": ["What are the English names, geographic coordinates, and years of all historical battles recorded in Wikidata?", "Show me the English labels, locations (as coordinates), and years of battles, using the battle\u2019s start date if available, otherwise its end date."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 ?var5 ?var5Label WHERE { ?var3 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var3 <http://www.wikidata.org/prop/direct/P625> ?var2 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P585> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/direct/P582> ?var7 . } BIND ( IF ( !( BOUND ( ?var8 ) ), IF ( !( BOUND ( ?var6 ) ), ?var7 , ?var6 ) , ?var8 ) AS ?var9 ). BIND ( YEAR ( ?var9 ) AS ?var4 ). ?var3 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10281", "question": "What are the locations and dates of historical battles, preferring start times over point-in-time or end times?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?label ?coordinates ?date ?battle WHERE {\n  ?battle wdt:P31 wd:Q178561 .\n  ?battle wdt:P625 ?coordinates .\n  ?battle wdt:P580 ?start .\n  ?battle wdt:P585 ?pointInTime .\n  ?battle wdt:P582 ?end .\n  ?battle rdfs:label ?label .\n  FILTER(LANG(?label) = \"en\")\n  BIND(IF(!(BOUND(?start)) , IF(!(BOUND(?pointInTime)) , ?end , ?pointInTime) , ?start) AS ?date)\n}", "paraphrases": ["Show me the names, coordinates, and preferred dates of all battles in English, using start time if available, otherwise point in time or end time.", "List battles with their geographic coordinates and the most relevant date (start, then point-in-time, then end), in English."], "info": {"raw_sparql": "SELECT ?var1Label ?var2 ?var3 ?var4 WHERE { BIND ( IF ( !( BOUND ( ?var5 ) ), IF ( !( BOUND ( ?var6 ) ), ?var7 , ?var6 ) , ?var5 ) AS ?var8 ). BIND ( YEAR ( ?var8 ) AS ?var3 ). ?var4 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var4 <http://www.wikidata.org/prop/direct/P625> ?var2 . ?var4 <http://www.wikidata.org/prop/direct/P580> ?var5 . ?var4 <http://www.wikidata.org/prop/direct/P585> ?var6 . ?var4 <http://www.wikidata.org/prop/direct/P582> ?var7 . ?var4 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . }"}}
{"id": "val_10282", "question": "Composers who have received awards", "sparql": "SELECT DISTINCT ?composer ?composerLabel WHERE { ?composer wdt:P106 wd:Q36834 . ?composer p:P166 [] . ?composer rdfs:label ?composerLabel . FILTER(LANG(?composerLabel) = \"en\") }", "paraphrases": ["Which composers have received at least one award?", "List the names of all composers who have been awarded any honor or recognition."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . ?var1 <http://www.wikidata.org/prop/P166> ?var3 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10283", "question": "What administrative regions and continents is Pleasantville, Pennsylvania part of?", "sparql": "SELECT DISTINCT ?geographicEntity WHERE { { wd:Q7204142 wdt:P131 ?geographicEntity . } UNION { wd:Q7204142 wdt:P131/wdt:P17 ?geographicEntity . } UNION { wd:Q7204142 wdt:P131/wdt:P17/wdt:P30 ?geographicEntity . } UNION { wd:Q7204142 wdt:P17 ?geographicEntity . } UNION { wd:Q7204142 wdt:P17/wdt:P30 ?geographicEntity . } UNION { wd:Q7204142 wdt:P30 ?geographicEntity . } }", "paraphrases": ["Can you list all the countries, counties, and continents that Pleasantville belongs to through its geographic hierarchy?", "Show me the geographic context of Pleasantville, PA, including its county, country, and continent."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q7204142> AS ?var2 ). ?var2 ( <http://www.wikidata.org/prop/direct/P30> | <http://www.wikidata.org/prop/direct/P17> | <http://www.wikidata.org/prop/direct/P131> | <http://www.wikidata.org/prop/direct/P376> | <http://www.wikidata.org/prop/direct/P501> )* ?var1 . }"}}
{"id": "val_10284", "question": "Greeks without Greek Wikipedia pages, ranked by number of other language articles", "sparql": "SELECT ?person (COUNT(DISTINCT ?article) AS ?articleCount) WHERE { ?person wdt:P27 wd:Q41 . ?article schema:about ?person . FILTER NOT EXISTS { ?otherArticle schema:about ?person . ?otherArticle schema:inLanguage \"el\" . } } GROUP BY ?person ORDER BY DESC(?articleCount)", "paraphrases": ["Which Greek citizens have the most Wikipedia articles in languages other than Greek?", "List people who are citizens of Greece but don\u2019t have a Greek-language Wikipedia page, sorted by how many other language versions of their Wikipedia page exist."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P27> <http://www.wikidata.org/entity/Q41> . ?var1 <http://www.wikidata.org/prop/direct/P32> <http://www.wikidata.org/entity/Q5> . ?var2 <http://schema.org/about> ?var1 . FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"el\". } ) ) . OPTIONAL { ?var2 <http://schema.org/about> ?var1 . } FILTER ( ( NOT EXISTS { ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/inLanguage> \"el\". } ) ) . } GROUP BY ?var1 ORDER BY DESC( ?var3 )"}}
{"id": "val_10285", "question": "List all MTR stations and stops in Hong Kong with their number of platform tracks, English labels, descriptions, MTR codes, and GeoNames IDs.", "sparql": "SELECT ?station ?trackCount ?label ?description ?country ?countryLabel ?mtrCode ?geonamesId WHERE { ?station wdt:P1103 ?trackCount . ?station wdt:P131+ wd:Q8646 . OPTIONAL { ?station rdfs:label ?label . FILTER(LANG(?label) = \"en\") } OPTIONAL { ?station schema:description ?description . FILTER(LANG(?description) = \"en\") } OPTIONAL { ?station wdt:P17 ?country . ?country rdfs:label ?countryLabel . FILTER(LANG(?countryLabel) = \"en\") } OPTIONAL { ?station wdt:P1377 ?mtrCode . } OPTIONAL { ?station wdt:P1566 ?geonamesId . } } ORDER BY ASC(?label)", "paraphrases": ["What are the MTR stations and stops in Hong Kong, how many platform tracks do they have, and what are their English names, descriptions, MTR codes, and GeoNames IDs?", "Please provide a sorted list of all railway stations and stops in Hong Kong, including their platform track counts, English labels, descriptions, country (China), MTR station codes, and GeoNames identifiers."], "info": {"raw_sparql": "SELECT * WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1103> ?var2 . OPTIONAL { ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var3Label . FILTER ( ( ( LANG ( ?var3Label ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://schema.org/description> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P17> ?var5 . ?var5 <http://www.w3.org/2000/01/rdf-schema#label> ?var6 . FILTER ( ( ( LANG ( ?var6 ) = \"en\" ) ) ) . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1377> ?var7 . } ?var1 <http://www.wikidata.org/prop/direct/P131> + <http://www.wikidata.org/entity/Q8646> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1566> ?var8 . } } ORDER BY ASC( ?var3Label )"}}
{"id": "val_10286", "question": "People, works, or events with birthdays, deaths, or premieres today", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?year WHERE {\n  ?item wdt:P569 | wdt:P570 | wdt:P571 | wdt:P577 | wdt:P585 ?date .\n  FILTER ( datatype( ?date ) = xsd:date || datatype( ?date ) = xsd:dateTime ) BIND( YEAR( ?date ) AS ?year ) BIND( MONTH( NOW () ) AS ?currentMonth ) BIND( DAY( NOW () ) AS ?currentDay ) FILTER ( MONTH( ?date ) = ?currentMonth && DAY( ?date ) = ?currentDay ) OPTIONAL {\n    ?item rdfs:label ?itemLabel .\n    FILTER ( LANG( ?itemLabel ) = \"en\" )\n  }\n}\nLIMIT 50", "paraphrases": ["Which people, inventions, or publications have an anniversary today?", "Show me entities (like people or works) that have a significant date (birth, death, release, etc.) occurring on today\u2019s month and day, along with the year it happened."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { BIND ( YEAR ( ?var3 ) AS ?var2 ). ?var1 ( <http://www.wikidata.org/prop/direct/P569> | <http://www.wikidata.org/prop/direct/P570> | <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P580> | <http://www.wikidata.org/prop/direct/P582> | <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> | <http://www.wikidata.org/prop/direct/P1191> | <http://www.wikidata.org/prop/direct/P1249> ) ?var3 . FILTER ( ( ( MONTH ( ?var3 ) = MONTH ( NOW ( ) ) ) && ( DAY ( ?var3 ) = DAY ( NOW ( ) ) ) ) ) . }"}}
{"id": "val_10287", "question": "Who was born, died, or had a premiere on today\u2019s date?", "sparql": "SELECT ?item ?itemLabel ?year WHERE { ?item (wdt:P569 | wdt:P570 | wdt:P571 | wdt:P575 | wdt:P576 | wdt:P577 | wdt:P580 | wdt:P582 | wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P730 | wdt:P746 | wdt:P1191 | wdt:P1249) ?date . FILTER(isLiteral(?date)) FILTER(xsd:dateTime(?date)) BIND(YEAR(?date) AS ?year) FILTER(MONTH(?date) = MONTH(NOW()) && DAY(?date) = DAY(NOW())) ?item rdfs:label ?itemLabel . FILTER(LANG(?itemLabel) = \"en\") } ORDER BY DESC(?year) LIMIT 100", "paraphrases": ["Which people, events, or works are associated with an event on this day of the year?", "List notable entities with a significant date (like birth or publication) falling on today\u2019s month and day, sorted by year descending."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { { SELECT ?var1 ?var3 WHERE { BIND ( YEAR ( ?var4 ) AS ?var3 ). ?var1 ( <http://www.wikidata.org/prop/direct/P569> | <http://www.wikidata.org/prop/direct/P570> | <http://www.wikidata.org/prop/direct/P571> | <http://www.wikidata.org/prop/direct/P575> | <http://www.wikidata.org/prop/direct/P576> | <http://www.wikidata.org/prop/direct/P577> | <http://www.wikidata.org/prop/direct/P580> | <http://www.wikidata.org/prop/direct/P582> | <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P730> | <http://www.wikidata.org/prop/direct/P746> | <http://www.wikidata.org/prop/direct/P1191> | <http://www.wikidata.org/prop/direct/P1249> ) ?var4 . FILTER ( ( ( MONTH ( ?var4 ) = MONTH ( NOW ( ) ) ) && ( DAY ( ?var4 ) = DAY ( NOW ( ) ) ) ) ) . } } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru, en\". } } ORDER BY DESC( ?var3 )"}}
{"id": "val_10288", "question": "Battles with English names, their coordinates, and the year they occurred.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?battleLabel ?coordinates ?year ?battle WHERE {\n  ?battle wdt:P31 wd:Q178561 .\n  ?battle wdt:P625 ?coordinates .\n  OPTIONAL {\n    ?battle wdt:P580 ?startDate .\n  }\n  OPTIONAL {\n    ?battle wdt:P585 ?pointInTime .\n  }\n  OPTIONAL {\n    ?battle wdt:P582 ?endDate .\n  }\n  BIND( COALESCE ( ?startDate , ?pointInTime , ?endDate ) AS ?date ) BIND( YEAR( ?date ) AS ?year ) OPTIONAL {\n    ?battle rdfs:label ?battleLabel .\n    FILTER ( LANG( ?battleLabel ) = \"en\" )\n  }\n  FILTER ( BOUND( ?year ) && BOUND( ?battleLabel ) )\n}", "paraphrases": ["What are the English names, geographic coordinates, and years of historical battles?", "Show me a list of battles in English, including where they happened and when, based on their start, end, or point-in-time dates."], "info": {"raw_sparql": "SELECT( SAMPLE ( COALESCE ( ?var1Label , ?var2Label ) ) AS ?var3Label ) ?var4 ?var5 ?var6 ( LANG ( ?var3Label ) AS ?var7 ) WHERE { ?var6 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q178561> . ?var6 <http://www.wikidata.org/prop/direct/P625> ?var4 . OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P580> ?var8 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P585> ?var9 . } OPTIONAL { ?var6 <http://www.wikidata.org/prop/direct/P582> ?var10 . } BIND ( IF ( !( BOUND ( ?var8 ) ), IF ( !( BOUND ( ?var9 ) ), ?var10 , ?var9 ) , ?var8 ) AS ?var11 ). BIND ( YEAR ( ?var11 ) AS ?var5 ). OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . FILTER ( ( ( LANG ( ?var1Label ) = \"en\" ) ) ) . } OPTIONAL { ?var6 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . } FILTER ( ( BOUND ( ?var5 ) ) ) . FILTER ( ( ( ?var3Label = \"en\" ) ) ) . } GROUP BY ?var4 ?var5 ?var6"}}
{"id": "val_10289", "question": "Items in Bangladesh with coordinates between 87\u201391\u00b0E and 22\u201326\u00b0N, along with their images and Wikimedia Commons categories.", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel ?location ?image ?commonsCategory WHERE {\n  ?item wdt:P625 ?location .\n  BIND( xsd:double ( replace( str( ?location ) , \"^POINT\\\\(([-+]?[0-9]*\\\\.?[0-9]+)\\\\s+([-+]?[0-9]*\\\\.?[0-9]+)\\\\).*\" , \"$1\" ) ) AS ?lon ) BIND( xsd:double ( replace( str( ?location ) , \"^POINT\\\\(([-+]?[0-9]*\\\\.?[0-9]+)\\\\s+([-+]?[0-9]*\\\\.?[0-9]+)\\\\).*\" , \"$2\" ) ) AS ?lat ) FILTER ( ?lon >= 87 && ?lon <= 91 && ?lat >= 22 && ?lat <= 26 ) OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n  OPTIONAL {\n    ?item wdt:P373 ?commonsCategory .\n  }\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}\nLIMIT 3000", "paraphrases": ["What are the places in Bangladesh (between longitudes 87\u00b0E and 91\u00b0E and latitudes 22\u00b0N and 26\u00b0N) that have images and associated Wikimedia Commons categories?", "Show me items located in Bangladesh with their English names, geographic coordinates, images, and Commons categories, restricted to the region between 87\u201391\u00b0E and 22\u201326\u00b0N."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 ?var4 ?var5 ?var6 WHERE { SERVICE <http://wikiba.se/ontology#box> { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerSouthWest> \"POINT(87 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#cornerNorthEast> \"POINT(88 44)\"^^<http://www.opengis.net/ont/geosparql#wktLiteral> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P373> ?var6 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"string1\". ?var1 <http://schema.org/description> ?var5 . ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var1Label . } } LIMIT 3000"}}
{"id": "val_10290", "question": "What are the breeds of domestic cats, and do they have images available on Wikimedia Commons?", "sparql": "SELECT ?breed ?breedLabel ?image WHERE { ?breed wdt:P279 wd:Q146 . OPTIONAL { ?breed wdt:P18 ?image . } ?breed rdfs:label ?breedLabel . FILTER(LANG(?breedLabel) = \"en\") }", "paraphrases": ["Can you list the English names of cat breeds that are classified as subspecies of the house cat, along with their images?", "Show me the names and pictures of cat breeds derived from the domestic cat."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P3188> <http://www.wikidata.org/entity/Q146> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10291", "question": "Nobel Peace Prize winners and their flag images", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?recipient ?recipientLabel ?flagImage WHERE {\n  ?recipient wdt:P166 wd:Q35637 .\n  OPTIONAL {\n    ?recipient wdt:P41 ?flagImage .\n  }\n  ?recipient rdfs:label ?recipientLabel .\n  FILTER ( LANG( ?recipientLabel ) = \"en\" )\n}", "paraphrases": ["Who have won the Nobel Peace Prize, and what are their English names and flag images?", "List the recipients of the Nobel Peace Prize with their English labels and any associated flag images."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q35637> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P41> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10292", "question": "Items discovered or invented and their dates", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?item ?itemLabel ?date WHERE {\n  ?item wdt:P575 ?date .\n  ?item rdfs:label ?itemLabel .\n  FILTER(LANG(?itemLabel) = \"en\")\n}\nLIMIT 1000", "paraphrases": ["When were notable items such as Archaeopteryx and Buddy memory allocation discovered or invented?", "List items that have a known date of discovery or invention, along with their names and when they were discovered."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P575> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ca,en\". } } LIMIT 1000"}}
{"id": "val_10293", "question": "Rivers in Uzbekistan with Uzbek Wikipedia articles but no Russian ones.", "sparql": "SELECT ?river ?riverLabel ?uzWikiPage WHERE { ?river wdt:P31 wd:Q4022 ; wdt:P17 wd:Q265 . ?uzWikiPage schema:about ?river ; schema:inLanguage \"uz\" . FILTER NOT EXISTS { ?ruWikiPage schema:about ?river ; schema:inLanguage \"ru\" . } OPTIONAL { ?river rdfs:label ?riverLabel . FILTER(LANG(?riverLabel) = \"en\") } }", "paraphrases": ["Which rivers in Uzbekistan have Wikipedia pages in Uzbek but not in Russian?", "List all rivers located in Uzbekistan that have a Wikipedia page in Uzbek and do not have one in Russian, along with their English labels if available."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var3 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . FILTER ( ( ( ?var2 = <http://www.wikidata.org/entity/Q4022> ) ) ) . ?var1 <http://www.wikidata.org/prop/direct/P17> ?var4 . FILTER ( ( ( ?var4 = <http://www.wikidata.org/entity/Q265> ) ) ) . FILTER ( ( EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"uz\". } ) ) . FILTER ( ( NOT EXISTS { ?var3 <http://schema.org/about> ?var1 . ?var3 <http://schema.org/inLanguage> \"ru\". } ) ) . ?var3 <http://schema.org/about> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"uz\". } }"}}
{"id": "val_10294", "question": "Human settlements in Germany without geographic coordinates", "sparql": "SELECT ?settlement ?settlementLabel WHERE { ?settlement wdt:P31 wd:Q486972 . ?settlement wdt:P17 wd:Q183 . OPTIONAL { ?settlement wdt:P625 ?coord . } FILTER ( !BOUND(?coord) ) ?settlement rdfs:label ?settlementLabel . FILTER (LANG(?settlementLabel) = \"en\") }", "paraphrases": ["Which human settlements in Germany do not have recorded geographic coordinates?", "List the names of human settlements in Germany that are missing location coordinates."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q486972> . ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q183> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P625> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_10295", "question": "What are the birth dates, places of birth, number of instruments played, and total awards or notable works for composers?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?composer ?composerLabel ( YEAR( ?birthDate ) AS ?year ) ( MONTH( ?birthDate ) AS ?month ) ( DAY( ?birthDate ) AS ?day ) ?placeOfBirthLabel ( COUNT( DISTINCT ?instrument ) AS ?instrumentCount ) ( COUNT( DISTINCT ?award ) + COUNT( DISTINCT ?work ) AS ?awardAndWorkCount ) WHERE {\n  ?composer wdt:P106 wd:Q36834 .\n  OPTIONAL {\n    ?composer rdfs:label ?composerLabel .\n    FILTER ( LANG( ?composerLabel ) = \"en\" )\n  }\n  OPTIONAL {\n    ?composer wdt:P19 ?placeOfBirth .\n    ?placeOfBirth rdfs:label ?placeOfBirthLabel .\n    FILTER ( LANG( ?placeOfBirthLabel ) = \"en\" )\n  }\n  ?composer wdt:P569 ?birthDate .\n  ?composer wdt:P1303 ?instrument .\n  OPTIONAL {\n    {\n      ?composer wdt:P166 ?award .\n    } UNION {\n      ?composer wdt:P800 ?work .\n    }\n  }\n}\nGROUP BY ?composer ?composerLabel ?birthDate ?placeOfBirthLabel\nLIMIT 10", "paraphrases": ["Can you show me a list of composers, including when and where they were born, how many instruments they played, and how many awards or significant works they have?", "Show me up to 10 composers with their birth year, birthplace, number of instruments they play, and the sum of awards received and notable works created."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ( YEAR ( ?var2 ) AS ?var3 )( MONTH ( ?var2 ) AS ?var4 )( DAY ( ?var2 ) AS ?var5 ) ?var6Label ( ( COUNT ( ?var7 )+COUNT ( ?var8 ) ) AS ?var7 )( COUNT ( ?var9 ) AS ?var9 ) WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q36834> . { ?var1 <http://www.wikidata.org/prop/direct/P800> ?var8 . } UNION { ?var1 <http://www.wikidata.org/prop/direct/P166> ?var7 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P19> ?var6 . } ?var1 <http://www.wikidata.org/prop/direct/P569> ?var2 . ?var1 <http://www.wikidata.org/prop/direct/P1303> ?var9 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } GROUP BY ?var1 ?var1Label ?var2 ?var6Label LIMIT 10"}}
{"id": "val_10296", "question": "What are the districts in Gronau, Germany, and what are their GND IDs?", "sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { ?var1 wdt:P131* wd:Q6924 . ?var1 wdt:P31 wd:Q253019 . ?var1 wdt:P227 ?var2 . ?var1 rdfs:label ?var1Label . FILTER(LANG(?var1Label) = \"en\") }", "paraphrases": ["List the English names and GND identifiers of all localities that are part of Gronau.", "Which administrative subdivisions of Gronau have a German National Library ID?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q6924> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q253019> . ?var1 <http://www.wikidata.org/prop/direct/P227> * ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_10297", "question": "Show me three living politicians along with their image, given name, family name, gender, country, date of birth, political party, and official website.", "sparql": "SELECT DISTINCT ?politician ?image ?givenName ?familyName ?gender ?country ?birthDate ?party ?website WHERE { ?politician wdt:P31 wd:Q5 ; wdt:P106 wd:Q82955 ; wdt:P18 ?image ; wdt:P735 ?givenName ; wdt:P734 ?familyName ; wdt:P21 ?gender ; wdt:P27 ?country ; wdt:P569 ?birthDate ; wdt:P102 ?party ; wdt:P856 ?website . FILTER NOT EXISTS { ?politician wdt:P570 ?deathDate . } } LIMIT 3", "paraphrases": ["What are the details of three current politicians including their names, gender, country, birth date, party, and website?", "List three living human politicians and provide their public information such as photo, full name, gender, nationality, birth date, party affiliation, and official website."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var2 ?var3Label ?var4Label ?var5Label ?var6Label ?var7Label ?var8Label ?var9 ?var10 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> ; <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q82955> ; <http://www.wikidata.org/prop/direct/P18> ?var2 ; <http://www.wikidata.org/prop/direct/P735> ?var3 ; <http://www.wikidata.org/prop/direct/P734> ?var4 ; <http://www.wikidata.org/prop/direct/P21> ?var5 ; <http://www.wikidata.org/prop/direct/P27> ?var6 ; <http://www.wikidata.org/prop/direct/P569> ?var7 ; <http://www.wikidata.org/prop/direct/P102> ?var8 ; <http://www.wikidata.org/prop/direct/P856> ?var9 ; <http://www.w3.org/2000/01/rdf-schema#label> ?var11Label . FILTER ( ( CONTAINS ( ?var11Label , \"Jea\" ) ) ) . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var12 . } ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 3"}}
{"id": "val_10298", "question": "People whose occupation is federal judge.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P106 wd:Q1006676 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}", "paraphrases": ["Who are the federal judges listed in Wikidata?", "List all individuals who hold the position of federal judge."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P106> <http://www.wikidata.org/entity/Q1006676> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,de\". } }"}}
{"id": "val_10299", "question": "What are the immediate parent categories of artificial neural networks, and what are their own parent categories?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?var1 ?var1Label ?var2 WHERE {\n  wd:Q192776 wdt:P279 ?var1 .\n  OPTIONAL {\n    ?var1 wdt:P279 ?var2 .\n  }\n  OPTIONAL {\n    ?var1 rdfs:label ?var1Label .\n    FILTER ( LANG( ?var1Label ) = \"en\" )\n  }\n}", "paraphrases": ["List the classes that artificial neural networks belong to, along with the classes those belong to, in English.", "What are the superclasses of artificial neural networks up to two levels above in the taxonomy?"], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { SERVICE <http://www.bigdata.com/rdf/gas#service> { <http://www.bigdata.com/rdf/gas#program> <http://www.bigdata.com/rdf/gas#gasClass> \"com.bigdata.rdf.graph.analytics.SSSP\"; <http://www.bigdata.com/rdf/gas#in> <http://www.wikidata.org/entity/Q192776> ; <http://www.bigdata.com/rdf/gas#traversalDirection> \"Reverse\"; <http://www.bigdata.com/rdf/gas#out> ?var1 ; <http://www.bigdata.com/rdf/gas#out1> ?var3 ; <http://www.bigdata.com/rdf/gas#maxIterations> \"2\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#maxVisited> \"100\"^^<http://www.w3.org/2001/XMLSchema#integer> ; <http://www.bigdata.com/rdf/gas#linkType> <http://www.wikidata.org/prop/direct/P279> . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P279> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10300", "question": "List all Wikidata identifier properties that do not have an associated item.", "sparql": "SELECT ?prop ?propLabel WHERE { ?prop (wdt:P31/wdt:P279*) wd:Q19847637 . FILTER NOT EXISTS { ?prop wdt:P1629 ?item } . ?prop rdfs:label ?propLabel . FILTER(LANG(?propLabel) = \"en\") } ORDER BY ASC(?propLabel)", "paraphrases": ["Which Wikidata properties are used to identify external entities but are not linked to any specific item?", "Show me the English labels of all Wikidata properties that represent unique identifiers and have no associated item."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P31> / <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q19847637> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P1629> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . ?var3 <http://schema.org/about> ?var4 ; <http://schema.org/isPartOf> <https://sv.wikipedia.org/> . ?var4 ?var1 ?var5 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"sv,en,de,fr\". } } ORDER BY ASC( ?var1Label )"}}
{"id": "val_10301", "question": "What are the capitals and types of administrative entities such as provinces, districts, and colonies?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?entityLabel ?capitalLabel ?typeLabel WHERE {\n  ?entity wdt:P36 ?capital .\n  ?entity wdt:P31 ?type .\n  ?entity rdfs:label ?entityLabel .\n  ?capital rdfs:label ?capitalLabel .\n  ?type rdfs:label ?typeLabel .\n  FILTER ( LANG( ?entityLabel ) = \"en\" ) FILTER ( LANG( ?capitalLabel ) = \"en\" ) FILTER ( LANG( ?typeLabel ) = \"en\" )\n}\nLIMIT 100", "paraphrases": ["Can you list administrative entities along with their capital cities and what type of entity they are (e.g., county, district, colony)?", "Show me the names of places, their capital cities, and their classifications (like whether they are districts or colonies)."], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label ?var3Label ?var4Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P36> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P31> ?var4 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } } LIMIT 100"}}
{"id": "val_10302", "question": "What are all the broader categories that the SpaceX Dragon spacecraft belongs to, including indirect subclasses?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT DISTINCT ?ancestor WHERE {\n  wd:Q236448 wdt:P279 * ?ancestor .\n}\nLIMIT 100", "paraphrases": ["List all the superclass categories of the Dragon spacecraft in Wikidata.", "What is the full hierarchy of classes that the Dragon spacecraft is a part of, from specific to general?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { BIND ( <http://www.wikidata.org/entity/Q236448> AS ?var2 ). ?var2 <http://www.wikidata.org/prop/direct/P279> * ?var1 . }"}}
{"id": "val_10303", "question": "What are the districts of Greven, Germany?", "sparql": "SELECT DISTINCT ?district ?districtLabel WHERE { ?district wdt:P131* wd:Q14917 . ?district wdt:P31 wd:Q253019 . ?district rdfs:label ?districtLabel . FILTER(LANG(?districtLabel) IN (\"de\", \"en\")) }", "paraphrases": ["Can you list the named subdivisions (Ortsteile) in Greven along with their labels in German or English?", "Show me the German and English names of all localities that are part of the town of Greven."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q14917> . ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q253019> . ?var1 <http://www.wikidata.org/prop/direct/P227> * ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } }"}}
{"id": "val_10304", "question": "Genes in the same operon as Entrez ID 898919, including locus tags, genomic coordinates, and source PubMed ID.", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?gene ?geneLabel ?locusTag ?entrezId ?genomicStart ?genomicEnd ?strand ?memberGene ?memberGeneLabel ?pubmedId WHERE {\n  ?gene wdt:P351 \"898919\" ; p:P361 ?partOfStatement .\n  ?partOfStatement ps:P361 ?operon .\n  ?operon wdt:P279 wd:Q139677 ; wdt:P527 ?memberGene .\n  ?memberGene wdt:P2393 ?locusTag ; wdt:P351 ?entrezId ; wdt:P644 ?genomicStart ; wdt:P645 ?genomicEnd ; wdt:P2548 ?strand .\n  ?gene rdfs:label ?geneLabel .\n  ?memberGene rdfs:label ?memberGeneLabel .\n  FILTER(LANG(?geneLabel) = \"en\" && LANG(?memberGeneLabel) = \"en\")\n  OPTIONAL {\n    ?partOfStatement prov:wasDerivedFrom ?ref .\n    ?ref pr:P248 ?source .\n    ?source wdt:P698 ?pubmedId .\n  }\n}", "paraphrases": ["What are the genes in the operon containing the gene with Entrez ID 898919, and what are their genomic start/end positions, strand orientations, and the PubMed reference for this annotation?", "List all genes that are part of the operon containing the gene with NCBI Entrez ID 898919, along with their NCBI locus tags, genomic coordinates, strand direction, and the PubMed ID of the source that supports this operon assignment."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 ?var4Label ?var5 ?var5Label ?var6 ?var7 ?var8 ?var8Label ?var9 ?var10 ?var10Label ?var9Label ?var11 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P351> \"884165\"; <http://www.wikidata.org/prop/P361> ?var4 . ?var4 <http://www.wikidata.org/prop/statement/P361> ?var5 . ?var5 <http://www.wikidata.org/prop/direct/P279> <http://www.wikidata.org/entity/Q139677> ; <http://www.wikidata.org/prop/direct/P527> ?var9 . ?var9 <http://www.wikidata.org/prop/direct/P2393> ?var2 ; <http://www.wikidata.org/prop/direct/P351> ?var3 ; <http://www.wikidata.org/prop/direct/P644> ?var6 ; <http://www.wikidata.org/prop/direct/P645> ?var7 ; <http://www.wikidata.org/prop/direct/P2548> ?var8 . OPTIONAL { ?var4 ( <http://www.w3.org/ns/prov#wasDerivedFrom> / <http://www.wikidata.org/prop/reference/P248> ) ?var10 . ?var10 <http://www.wikidata.org/prop/direct/P698> ?var11 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10305", "question": "What are the English labels of managerial positions held by humans with a start date?", "sparql": "PREFIX ps: <http://www.wikidata.org/prop/statement/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?position ?positionLabel WHERE {\n  ?human wdt:P31 wd:Q5 .\n  ?human p:P39 ?statement .\n  ?statement ps:P39 ?position .\n  ?position rdfs:label ?positionLabel .\n  FILTER(CONTAINS(LCASE(?positionLabel) , \"manager\"))\n  .\n  FILTER(LANG(?positionLabel) = \"en\")\n  .\n  ?statement pq:P580 ?startDate .\n}", "paraphrases": ["Which managerial roles have humans held, and what are their English names, given that the start date is known?", "List all English-labeled managerial positions (e.g., office manager, general manager) that humans have held, along with their start dates."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q5> . ?var2 <http://www.wikidata.org/prop/P39> ?var3 . ?var3 <http://www.wikidata.org/prop/qualifier/P580> ?var4 . OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P582> ?var5 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P1365> ?var6 . } OPTIONAL { ?var3 <http://www.wikidata.org/prop/qualifier/P1366> ?var7 . } ?var3 <http://www.wikidata.org/prop/statement/P39> ?var1 . ?var1 ( <http://www.wikidata.org/prop/direct/P31> *| <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q2462658> . FILTER ( ( LANGMATCHES ( LANG ( ?var1Label ) , \"en\" ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10306", "question": "What are the symptoms of diseases listed in Wikidata?", "sparql": "SELECT ?diseaseLabel ?symptomLabel WHERE { ?disease wdt:P31 wd:Q12136 . ?disease wdt:P780 ?symptom . ?disease rdfs:label ?diseaseLabelRaw . ?symptom rdfs:label ?symptomLabelRaw . FILTER(LANG(?diseaseLabelRaw) = \"en\") FILTER(LANG(?symptomLabelRaw) = \"en\") BIND(STR(?diseaseLabelRaw) AS ?diseaseLabel) BIND(STR(?symptomLabelRaw) AS ?symptomLabel) } LIMIT 10", "paraphrases": ["Can you list diseases and their associated symptoms in English?", "Which medical conditions have documented symptoms, and what are those symptoms?"], "info": {"raw_sparql": "SELECT ?var1Label ?var2Label WHERE { { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q12136> . ?var2 <http://www.wikidata.org/prop/direct/P780> ?var3 . ?var2 <http://www.wikidata.org/prop/direct/P828> ?var4 . ?var2 <http://www.wikidata.org/prop/direct/P1060> ?var5 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10307", "question": "What pairs of people in Wikidata are incorrectly listed as each other\u2019s father and child?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?father ( SAMPLE( ?fLabel ) AS ?fatherLabel ) ?child ( SAMPLE( ?cLabel ) AS ?childLabel ) WHERE {\n  ?father wdt:P22 ?child .\n  ?child wdt:P40 ?father .\n  ?father rdfs:label ?fLabel .\n  ?child rdfs:label ?cLabel .\n  FILTER ( ?father != ?child )\n}\nGROUP BY ?father ?child\nLIMIT 10", "paraphrases": ["Show examples of circular father-child relationships in Wikidata that suggest data duplication.", "Find instances where a person is listed as both the father and child of another person \u2014 what are these cases?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2 ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P22> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P40> ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10308", "question": "People with the given name Peter who studied at UC Berkeley, are alive, and have a Wikipedia article with an image.", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX schema: <http://schema.org/>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?person ?personLabel ?image WHERE {\n  ?wikipediaPage schema:about ?person ; schema:isPartOf ?site .\n  FILTER ( STRSTARTS( STR( ?site ) , \"https://en.wikipedia.org/\" ) ) .\n  ?person wdt:P69 wd:Q168756 ; wdt:P735 wd:Q2793400 ; wdt:P18 ?image .\n  FILTER ( NOT EXISTS {\n    ?person wdt:P570 []\n  }\n  ) .\n  ?person rdfs:label ?personLabel .\n  FILTER ( lang( ?personLabel ) = \"en\" )\n}", "paraphrases": ["Who are the living people named Peter that attended UC Berkeley and have a photo on their English Wikipedia page?", "List the names and images of living individuals named Peter who were educated at UC Berkeley and have an English Wikipedia article."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label ?var3 ?var4 WHERE { ?var4 <http://www.wikidata.org/prop/direct/P69> <http://www.wikidata.org/entity/Q168756> . ?var4 <http://www.wikidata.org/prop/direct/P735> <http://www.wikidata.org/entity/Q2793400> . ?var4 <http://schema.org/about> ?var1 . ?var4 <http://schema.org/isPartOf> <https://en.wikipedia.org/> . ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P570> ?var5 . } ) ) . } GROUP BY ?var1Label ?var2Label ?var1 ?var3 ?var4"}}
{"id": "val_10309", "question": "What artworks were created by David Hockney, and do they have images available?", "sparql": "PREFIX wd: <http://www.wikidata.org/entity/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?artwork ?artworkLabel ?image WHERE {\n  ?artwork wdt:P170 wd:Q159907 .\n  OPTIONAL {\n    ?artwork wdt:P18 ?image .\n  }\n  ?artwork rdfs:label ?artworkLabel .\n  FILTER ( LANG( ?artworkLabel ) = \"en\" )\n}", "paraphrases": ["Show me the English titles of David Hockney\u2019s artworks and their associated images from Wikimedia Commons.", "List David Hockney\u2019s artworks in English and include any images uploaded to Commons."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P170> <http://www.wikidata.org/entity/Q159907> . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P170> ?var3 . } OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P18> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10310", "question": "What is the image of the person with SNAC ARK ID \"w6nk6hdf\"?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?image WHERE {\n  ?item wdt:P3430 \"w6nk6hdf\" .\n  OPTIONAL {\n    ?item wdt:P18 ?image .\n  }\n}", "paraphrases": ["Can you show me the Wikimedia Commons image associated with Don Bradman\u2019s SNAC identifier?", "Retrieve the image linked to the Social Networks and Archival Context (SNAC) ARK ID \"w6nk6hdf\"."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var2 <http://www.wikidata.org/prop/direct/P3430> \"w6nk6hdf\". OPTIONAL { ?var2 <http://www.wikidata.org/prop/direct/P18> ?var1 . } }"}}
{"id": "val_10311", "question": "Administrative hierarchy of \u015ar\u00f3dmie\u015bcie, Warsaw", "sparql": "SELECT ?administrativeEntity ?administrativeEntityLabel WHERE { wd:Q7095 wdt:P131* ?administrativeEntity . ?administrativeEntity rdfs:label ?administrativeEntityLabel . FILTER(LANG(?administrativeEntityLabel) = \"en\")}", "paraphrases": ["What administrative regions include \u015ar\u00f3dmie\u015bcie, from the district up to the country?", "List all administrative areas that \u015ar\u00f3dmie\u015bcie is part of, including itself."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { <http://www.wikidata.org/entity/Q7095> <http://www.wikidata.org/prop/direct/P131> * ?var1 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10312", "question": "Albert Einstein's National Portrait Gallery ID and English description", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <http://schema.org/>\nSELECT ?person ?personLabel ?description WHERE {\n  ?person wdt:P1816 \"mp73025\" .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n  OPTIONAL {\n    ?person schema:description ?description .\n    FILTER(LANG(?description) = \"en\")\n  }\n}", "paraphrases": ["Who is the person with National Portrait Gallery ID mp73025, and what is their English description?", "Show me the English name and description of the person identified by mp73025 in the National Portrait Gallery, London."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1816> \"mp101216\". OPTIONAL { ?var1 <http://schema.org/description> ?var2 . FILTER ( ( ( LANG ( ?var2 ) = \"en\" ) ) ) . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10313", "question": "Years and truncated titles of publications by Amy Guy.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?year ?titleSnippet WHERE {\n  ?work wdt:P50 wd:Q30086138 ; wdt:P577 ?pubDate ; rdfs:label ?label .\n  FILTER ( LANG( ?label ) = \"en\" ) BIND( YEAR( ?pubDate ) AS ?year ) BIND( SUBSTR( ?label , 1 , 20 ) AS ?titleSnippet )\n}\nORDER BY ?year", "paraphrases": ["What are the publication years and shortened titles of Amy Guy\u2019s English-language works?", "Show me the years and first 20 characters of the titles of all English publications by Amy Guy, sorted by year."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3Label WHERE { { SELECT ?var1 ( SAMPLE ( ?var4 ) AS ?var2 ) ?var3Label WHERE { { SELECT( STR ( ?var5 ) AS ?var1 )( \"0\"^^<http://www.w3.org/2001/XMLSchema#integer> AS ?var4 )( \"_\" AS ?var3Label ) WHERE { BIND ( YEAR ( ?var6 ) AS ?var5 ). ?var7 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q577> . ?var7 <http://www.wikidata.org/prop/direct/P585> ?var6 . { SELECT( MIN ( ?var5 ) AS ?var8 )( MAX ( ?var5 ) AS ?var9 ) WHERE { BIND ( YEAR ( ?var10 ) AS ?var5 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30086138> . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var10 . } } FILTER ( ( ( ?var5 >= ?var8 ) && ( ?var5 <= ?var9 ) ) ) . } } UNION { BIND ( SUBSTR ( ?var12Label ,\"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ,\"20\"^^<http://www.w3.org/2001/XMLSchema#integer> ) AS ?var3Label ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var11 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q30086138> . ?var11 <http://www.wikidata.org/prop/direct/P1104> ?var4 . ?var11 <http://www.wikidata.org/prop/direct/P577> ?var6 . ?var11 <http://www.w3.org/2000/01/rdf-schema#label> ?var12Label . FILTER ( ( ( LANG ( ?var12Label ) = \"en\" ) ) ) . } } GROUP BY ?var1 ?var11 ?var3Label ORDER BY ASC( ?var1 ) } }"}}
{"id": "val_10314", "question": "How many academic papers have cited the study \"Does female schooling reduce fertility? Evidence from Nigeria\" each year?", "sparql": "SELECT ?publicationYear (COUNT(DISTINCT ?citingWork) AS ?citationCount) WHERE { BIND(wd:Q32984939 AS ?targetArticle) . ?citingWork wdt:P2860 ?targetArticle . ?citingWork wdt:P577 ?publicationDate . BIND(YEAR(?publicationDate) AS ?publicationYear) } GROUP BY ?publicationYear ORDER BY DESC(?publicationYear)", "paraphrases": ["Can you show me the number of works citing the 2011 Nigerian study on female schooling and fertility, grouped by publication year?", "Which years saw the most citations of the article on female schooling and fertility in Nigeria, and how many citations were there in each year?"], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( DISTINCT ?var2 ) AS ?var3 ) ?var4 WHERE { BIND ( <http://www.wikidata.org/entity/Q32984939> AS ?var5 ). BIND ( STR ( YEAR ( ?var6 ) ) AS ?var1 ). ?var2 <http://www.wikidata.org/prop/direct/P2860> ?var5 . ?var2 <http://www.wikidata.org/prop/direct/P577> ?var6 . } GROUP BY ?var1 ?var4 ORDER BY DESC( ?var1 )"}}
{"id": "val_10315", "question": "Authors of works about insomnia who co-authored with other authors.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?author1 ?author1Label ?author2 ?author2Label WHERE {\n  {\n    ?work wdt:P921 / wdt:P31 * / wdt:P279 * wd:Q1869874 .\n  } UNION {\n    ?work wdt:P921 / wdt:P361 + wd:Q1869874 .\n  } UNION {\n    ?work wdt:P921 / wdt:P1269 + wd:Q1869874 .\n  }\n  ?work wdt:P50 ?author1 .\n  ?work wdt:P50 ?author2 .\n  FILTER(?author1 != ?author2)\n  ?author1 rdfs:label ?author1Label .\n  ?author2 rdfs:label ?author2Label .\n  FILTER(LANG(?author1Label) = \"en\" && LANG(?author2Label) = \"en\")\n}", "paraphrases": ["Who are all the pairs of distinct co-authors of works that are about insomnia?", "List all ordered pairs of different authors who wrote works on insomnia, along with their names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2 ?var2Label WHERE { { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P31> */ <http://www.wikidata.org/prop/direct/P279> *) <http://www.wikidata.org/entity/Q1869874> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P361> +) <http://www.wikidata.org/entity/Q1869874> . } UNION { ?var3 ( <http://www.wikidata.org/prop/direct/P921> / <http://www.wikidata.org/prop/direct/P1269> +) <http://www.wikidata.org/entity/Q1869874> . } ?var3 <http://www.wikidata.org/prop/direct/P50> ?var1 . ?var3 <http://www.wikidata.org/prop/direct/P50> ?var2 . FILTER ( ( ( ?var1 != ?var2 ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,fr,de,ru,es,zh,jp\". } }"}}
{"id": "val_10316", "question": "List all universities and university-type institutions in Australia with their types.", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?institution ?type ?typeLabel ?institutionLabel WHERE {\n  ?institution wdt:P31 ?type .\n  ?type wdt:P279 * wd:Q3918 .\n  ?institution wdt:P17 wd:Q408 .\n  ?type rdfs:label ?typeLabel .\n  ?institution rdfs:label ?institutionLabel .\n  FILTER ( LANG( ?typeLabel ) = \"en\" ) FILTER ( LANG( ?institutionLabel ) = \"en\" )\n}\nORDER BY ?institutionLabel", "paraphrases": ["What are the educational institutions in Australia that are classified as types of universities, and what are their specific types?", "Show me the names of Australian institutions that are instances of any subclass of university, along with the label of their type."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var2Label ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . ?var2 <http://www.wikidata.org/prop/direct/P279> * <http://www.wikidata.org/entity/Q3918> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q408> . }"}}
{"id": "val_10317", "question": "How many times is the Babelio author ID (P3630) used in Wikidata statements, references, and qualifiers, broken down by rank?", "sparql": "PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>\nPREFIX p: <http://www.wikidata.org/prop/>\nPREFIX wikibase: <http://wikiba.se/ontology#>\nPREFIX pr: <http://www.wikidata.org/prop/reference/>\nPREFIX pq: <http://www.wikidata.org/prop/qualifier/>\nSELECT ?usageType ?rank ?count WHERE {\n  {\n    SELECT(wikibase:statementProperty AS ?usageType) ?rank(COUNT(DISTINCT ?item) AS ?count) WHERE {\n      ?item p:P3630 ?stmt .\n      OPTIONAL {\n        ?stmt wikibase:rank ?rank\n      }\n    }\n    GROUP BY ?rank\n  } UNION {\n    SELECT(wikibase:reference AS ?usageType) ?rank(COUNT(DISTINCT ?item) AS ?count) WHERE {\n      ?item pr:P3630 ?ref .\n      BIND(xsd:string(\"\") AS ?rank)\n    }\n    GROUP BY ?rank\n  } UNION {\n    SELECT(wikibase:qualifier AS ?usageType) ?rank(COUNT(DISTINCT ?item) AS ?count) WHERE {\n      ?item pq:P3630 ?qual .\n      BIND(xsd:string(\"\") AS ?rank)\n    }\n    GROUP BY ?rank\n  }\n}\nORDER BY DESC(?usageType) DESC(?count) ASC(?rank)", "paraphrases": ["What is the distribution of Babelio author ID (P3630) usage across Wikidata statements (by rank), references, and qualifiers?", "Show me the count of distinct items using the Babelio author ID (P3630) as a statement (grouped by rank), as a reference, and as a qualifier."], "info": {"raw_sparql": "SELECT ?var1 ?var2 ?var3 ?var4 WHERE { { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3630> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 )( <http://wikiba.se/ontology#BestRank> AS ?var2 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var7 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/direct/P3630> ?var7 . } } UNION { SELECT( <http://wikiba.se/ontology#statementProperty> AS ?var1 ) ?var2 ( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var8 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/P3630> ?var8 . ?var8 <http://wikiba.se/ontology#rank> ?var2 . } GROUP BY ?var2 } UNION { SELECT( <http://wikiba.se/ontology#reference> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/reference/P3630> ?var6 . } } UNION { SELECT( <http://wikiba.se/ontology#qualifier> AS ?var1 )( COUNT ( DISTINCT ?var5 ) AS ?var3 )( COUNT ( ?var6 ) AS ?var4 ) WHERE { ?var5 <http://www.wikidata.org/prop/qualifier/P3630> ?var6 . } } } ORDER BY DESC( ?var1 ) DESC( ?var3 )ASC( ?var2 )"}}
{"id": "val_10318", "question": "Public libraries in Australia", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?library ?libraryLabel WHERE {\n  ?library wdt:P31 wd:Q28564 .\n  ?library wdt:P17 wd:Q408 .\n  ?library rdfs:label ?libraryLabel .\n  FILTER ( LANGMATCHES( LANG( ?libraryLabel ) , \"en\" ) )\n}", "paraphrases": ["What are the names of all public libraries in Australia?", "List all public libraries located in Australia with their English names."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q28564> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } ?var1 <http://www.wikidata.org/prop/direct/P17> <http://www.wikidata.org/entity/Q408> . }"}}
{"id": "val_10319", "question": "Books and their titles from Wikidata", "sparql": "SELECT ?book ?title WHERE { ?book wdt:P31 wd:Q571 ; rdfs:label ?title . } LIMIT 10", "paraphrases": ["What are 10 books and their titles in Wikidata?", "Show me 10 examples of books along with their titles."], "info": {"raw_sparql": "SELECT ?var1 ?var2 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> ; <http://www.w3.org/2000/01/rdf-schema#label> ?var2 . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"de\". } } LIMIT 10"}}
{"id": "val_10320", "question": "Most common properties linking items to lakes in Wikidata", "sparql": "SELECT ?propItem ?label (COUNT(?item) AS ?count) WHERE { ?item ?property wd:Q23397 . ?propItem wikibase:directClaim ?property . ?propItem rdfs:label ?label . FILTER(LANG(?label) = \"en\") } GROUP BY ?propItem ?label HAVING (?count > 1) ORDER BY DESC(?count)", "paraphrases": ["Which properties are most frequently used to associate items with the concept of a lake, and how often are they used?", "Show me the properties that connect items to lakes, ordered by how often they appear, with their English labels and counts."], "info": {"raw_sparql": "SELECT ?var1 ( COUNT ( ?var2 ) AS ?var3 ) WHERE { ?var2 ?var1 <http://www.wikidata.org/entity/Q23397> . OPTIONAL { ?var2 <http://www.w3.org/2000/01/rdf-schema#label> ?var4 . FILTER ( ( ( LANG ( ?var4 ) = \"en\" ) ) ) . } } GROUP BY ?var1 HAVING ( ( ?var3 > \"1\"^^<http://www.w3.org/2001/XMLSchema#integer> ) ) ORDER BY DESC( ?var3 )"}}
{"id": "val_10321", "question": "Danish word forms in the \"120 Danish words\" catalog", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?lexeme ?lexemeLabel WHERE {\n  ?lexeme wdt:P972 wd:Q66809857 .\n  ?lexeme rdfs:label ?lexemeLabel .\n}\nLIMIT 11", "paraphrases": ["Which Danish words are included in the \"120 Danish words\" catalog?", "List the Danish lexemes cataloged under \"120 Danish words\" along with their forms."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P972> _:bnode . } LIMIT 11 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"undefined\". } }"}}
{"id": "val_10322", "question": "What properties are used to describe the house cat in Spanish on Wikidata?", "sparql": "SELECT ?property ?propertyLabel ?propertyDescription WHERE { ?item ?property wd:Q146 . FILTER(STRSTARTS(STR(?property), \"http://www.wikidata.org/prop/direct/\")) . BIND(IRI(REPLACE(STR(?property), \"http://www.wikidata.org/prop/direct/\", \"http://www.wikidata.org/entity/\")) AS ?propertyEntity) . ?propertyEntity rdfs:label ?propertyLabel . ?propertyEntity schema:description ?propertyDescription . FILTER(LANG(?propertyLabel) = \"es\") . FILTER(LANG(?propertyDescription) = \"es\") } LIMIT 100", "paraphrases": ["Can you list the Spanish labels and descriptions of all properties that are associated with the house cat (wd:Q146)?", "Show me the Spanish-language labels and descriptions of properties that have the house cat as an object in their statements."], "info": {"raw_sparql": "SELECT ?var1 ?var2Label ?var3 WHERE { <http://www.bigdata.com/queryHints#Query> <http://www.bigdata.com/queryHints#optimizer> \"None\". { SELECT DISTINCT ?var1 WHERE { ?var4 ?var5 <http://www.wikidata.org/entity/Q146> . ?var1 ?var6 ?var5 . ?var1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://wikiba.se/ontology#Property> . } LIMIT 100 } ?var1 <http://www.w3.org/2000/01/rdf-schema#label> ?var2Label . ?var1 <http://schema.org/description> ?var3 . FILTER ( ( ( LANG ( ?var2Label ) = \"es\" ) ) ) . FILTER ( ( ( LANG ( ?var3 ) = \"es\" ) ) ) . } LIMIT 100"}}
{"id": "val_10323", "question": "What materials are produced according to Wikidata\u2019s production statistics?", "sparql": "SELECT DISTINCT ?producedGood ?producedGoodLabel WHERE { ?producer wdt:P2746 ?producedGood . ?producedGood rdfs:label ?producedGoodLabel . FILTER(LANG(?producedGoodLabel) = \"en\") } LIMIT 21", "paraphrases": ["Which goods have been recorded as produced in Wikidata, and what are their names?", "List up to 21 substances or products that are produced, along with their English labels."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { { SELECT DISTINCT ?var1 WHERE { _:bnode <http://www.wikidata.org/prop/direct/P2746> ?var1 . FILTER ( ( isIRI ( ?var1 ) ) ) . } LIMIT 21 } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10324", "question": "Items located in Montreal without a description in Wikidata.", "sparql": "SELECT DISTINCT ?item ?itemLabel WHERE { ?item wdt:P131* wd:Q340 . OPTIONAL { ?item schema:description ?description . } FILTER ( !BOUND(?description) ) ?item rdfs:label ?itemLabel . FILTER (LANG(?itemLabel) = \"en\") } LIMIT 111", "paraphrases": ["Which places or entities in Montreal do not have a Wikipedia-style description?", "List all entities in Montreal that have an English label but no schema:description, so I can help add descriptions."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P131> * <http://www.wikidata.org/entity/Q340> . OPTIONAL { ?var1 <http://schema.org/description> ?var2 . } FILTER ( ( !( BOUND ( ?var2 ) ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"es\". } } LIMIT 111"}}
{"id": "val_10325", "question": "What events occurred in 1998?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT DISTINCT ?event WHERE {\n  ?event(wdt:P585 | wdt:P606 | wdt:P619 | wdt:P620 | wdt:P621 | wdt:P622 | wdt:P729 | wdt:P1191) ?date .\n  FILTER(YEAR(?date) = 1998)\n}", "paraphrases": ["List all entities (such as sports events, spacecraft missions, or legal instruments) that had a significant date in 1998, including first performances, service entries, or spacecraft launches.", "Which items in Wikidata are associated with an event that took place during the year 1998, such as a premiere, launch, landing, or service commissioning?"], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 ( <http://www.wikidata.org/prop/direct/P585> | <http://www.wikidata.org/prop/direct/P606> | <http://www.wikidata.org/prop/direct/P619> | <http://www.wikidata.org/prop/direct/P620> | <http://www.wikidata.org/prop/direct/P621> | <http://www.wikidata.org/prop/direct/P622> | <http://www.wikidata.org/prop/direct/P729> | <http://www.wikidata.org/prop/direct/P1191> ) ?var2 . FILTER ( ( ( ?var2 >= \"1998-01-01T00:00:00Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) && ( ?var2 <= \"1998-12-31T23:59:59Z\"^^<http://www.w3.org/2001/XMLSchema#dateTime> ) ) ) . }"}}
{"id": "val_10326", "question": "Ships and submarines belonging to classes categorized as submarine class, ship type, or ship class.", "sparql": "SELECT ?ship ?shipLabel ?classLabel WHERE { ?ship wdt:P31 ?class . ?class wdt:P31 ?metaClass . VALUES ?metaClass { wd:Q1428357 wd:Q2235308 wd:Q559026 } OPTIONAL { ?ship rdfs:label ?shipLabel . FILTER(LANG(?shipLabel) = \"en\") } OPTIONAL { ?class rdfs:label ?classLabel . FILTER(LANG(?classLabel) = \"en\") } } ORDER BY ?ship", "paraphrases": ["What are the individual ships and submarines that are members of classes classified as submarine classes, ship types, or ship classes?", "List the names of ships and submarines along with their class names, where each class is an instance of a submarine class, ship type, or ship class."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> ?var2 . { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q2235308> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q559026> . } UNION { ?var2 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q1428357> . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10327", "question": "Who is the head of state of Australia?", "sparql": "SELECT ?headOfState ?headOfStateLabel WHERE { wd:Q408 wdt:P35 ?headOfState . ?headOfState rdfs:label ?headOfStateLabel . FILTER(LANG(?headOfStateLabel) = \"en\") }", "paraphrases": ["Head of state of Australia", "Tell me who currently serves as the head of state for Australia."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 ?var1Label ?var2Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q408> . FILTER ( ( NOT EXISTS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q3024240> . } ) ) . OPTIONAL { ?var1 <http://www.wikidata.org/prop/direct/P35> ?var2 . } SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ru\". } }"}}
{"id": "val_10328", "question": "Who are the women awarded by BBC 100 Women?", "sparql": "PREFIX wdt: <http://www.wikidata.org/prop/direct/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wd: <http://www.wikidata.org/entity/>\nSELECT ?person ?personLabel WHERE {\n  ?person wdt:P166 wd:Q16153104 .\n  ?person wdt:P31 wd:Q5 .\n  ?person rdfs:label ?personLabel .\n  FILTER(LANG(?personLabel) = \"en\")\n}\nORDER BY ?personLabel", "paraphrases": ["Which women have been recognized in the BBC\u2019s 100 Women list?", "List the names of all women who received the BBC 100 Women award."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/P166> <http://www.wikidata.org/entity/Q16153104> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"ja,en\". } }"}}
{"id": "val_10329", "question": "What is the name of the asteroid with Minor Planet Center ID 55488?", "sparql": "PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX wdt: <http://www.wikidata.org/prop/direct/>\nSELECT ?item ?itemLabel WHERE {\n  ?item wdt:P5736 \"55488\" .\n  ?item rdfs:label ?itemLabel .\n  FILTER ( LANG( ?itemLabel ) = \"en\" )\n}", "paraphrases": ["Which asteroid has the identifier 55488 in the Minor Planet Center database?", "Find the label of the celestial object whose Minor Planet Center ID is 55488."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var1 <http://www.wikidata.org/prop/direct/Q55488> <http://www.wikidata.org/prop/direct/P2910> . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en,en\". } }"}}
{"id": "val_10330", "question": "What architectural style is Early English Gothic a subclass of or part of?", "sparql": "SELECT DISTINCT ?subclassOrPart ?label WHERE { wd:Q578577 (wdt:P279 | wdt:P361) ?subclassOrPart . ?subclassOrPart rdfs:label ?label . FILTER (lang(?label) = \"en\") }", "paraphrases": ["Is Early English Gothic a type of or component of English Gothic architecture?", "Show me the broader architectural category that includes Early English Gothic as a subclass or part."], "info": {"raw_sparql": "SELECT ?var1 ?var1Label WHERE { ?var2 ( <http://www.wikidata.org/prop/direct/P279> | <http://www.wikidata.org/prop/direct/P361> ) ?var1 . FILTER ( ( ?var2 IN ( <http://www.wikidata.org/entity/Q578577> ) ) ) . SERVICE <http://wikiba.se/ontology#label> { <http://www.bigdata.com/rdf#serviceParam> <http://wikiba.se/ontology#language> \"en\". } }"}}
{"id": "val_10331", "question": "Books with mismatched original language (P364) and language of work (P407), excluding those by Donna Leon.", "sparql": "SELECT DISTINCT ?book WHERE { ?book wdt:P31 wd:Q571 ; wdt:P364 ?lang1 ; wdt:P407 ?lang2 . FILTER (?lang1 != ?lang2) . MINUS { ?book wdt:P50 wd:Q237420 . } }", "paraphrases": ["Which books have a different language listed for film/TV origin (P364) than their actual language (P407), and are not written by Donna Leon?", "Show me books that incorrectly use the film/TV original language property (P364) with a different value than their actual language (P407), excluding works by Donna Leon."], "info": {"raw_sparql": "SELECT DISTINCT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P364> ?var2 ; <http://www.wikidata.org/prop/direct/P407> ?var3 ; <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q571> . MINUS { ?var1 <http://www.wikidata.org/prop/direct/P31> <http://www.wikidata.org/entity/Q7889> . } MINUS { ?var1 <http://www.wikidata.org/prop/direct/P50> <http://www.wikidata.org/entity/Q237420> . } FILTER ( ( ( ?var2 != ?var3 ) ) ) . }"}}
{"id": "val_10332", "question": "Film with AlloCin\u00e9 ID 237083", "sparql": "SELECT ?film WHERE { ?film wdt:P1265 \"237083\" . }", "paraphrases": ["Which film has the AlloCin\u00e9 film ID 237083?", "Show me the film identified by AlloCin\u00e9 film ID 237083."], "info": {"raw_sparql": "SELECT ?var1 WHERE { ?var1 <http://www.wikidata.org/prop/direct/P1265> \"237083\". }"}}
